@charset "UTF-8";

#wrapper {
  margin-top: 117px;
}

@media screen and (max-width: 640px) {
  #wrapper {
    margin-top: 0;
  }
}

/*room search real lifestyle*/
.lifestyle-page {
  padding: 52px 30px 0 30px;
  background: center top no-repeat;
}

.lifestyle-page img {
  max-width: 100%;
}

.lifestyle-page .lifestyle-content-title h3 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-size: 200%;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .lifestyle-page .lifestyle-content-title h3 {
    font-size: 158%;
  }

  .lifestyle-page .lifestyle-content-title h3 span {
    display: block;
    padding-bottom: .4em;
  }
}

.lifestyle-page .lifestyle-content-title span {
  font-weight: bold;
}

.lifestyle-page .lifestyle-content li {
  font-size: 129%;
  line-height: 54px;
  height: 54px;
  margin-bottom: 20px;
  background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-right.svg) right 20px center no-repeat;
  background-size: 9px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.lifestyle-page .lifestyle-content li a:hover {
  background-color: #127424;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {

  .lifestyle-page .lifestyle-content-title h3,
  .lifestyle-page .lifestyle-content li,
  .lifestyle-content.left {
    margin-bottom: 5% !important;
  }

  .lifestyle-page .lifestyle-content li {
    font-size: 108%;
  }

  .ua-desktop .lifestyle-page {
    display: block;
  }
}

.lifestyle-page .lifestyle-content li a {
  display: block;
  padding-left: 20px;
  color: #fff;
}

.lifestyle-page .lifestyle-content li:last-child {
  margin-bottom: 0;
}

.lifestyle-page .lifestyle-content li span {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  padding-right: 5px;
  letter-spacing: 0;
}

.lifestyle-page .sp-only {
  display: none;
}

/* ========================================================= スマートフォン ========================================================= */
@media screen and (max-width: 640px) {
  .lifestyle-page {
    height: auto;
    margin-top: 0;
    padding: 0;
    background: url(/gakusei/cmn/img/base/bg-sp.png) top center repeat;
    width: 100%;
    position: relative;
  }

  .lifestyle-page .lifestyle-title {
    box-sizing: border-box;
    height: -webkit-calc(100vh - 68px);
    height: calc(100vh - 68px);
    padding: 0 5%;
    background: center top no-repeat;
    background-size: cover;
    display: table;
    position: relative;
  }

  .lifestyle-page .lifestyle-title h2 {
    display: table-cell;
    vertical-align: middle;
  }

  .scroll-arw {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    margin-left: -50%;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 70px;
  }

  .scroll-arw span {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
  }

  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }

  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }

  .lifestyle-page .left,
  .lifestyle-page .right {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 4%;
    border: 2px solid #9ac941;
    background: url(/gakusei/cmn/img/base/stripe.jpg);
  }

  .lifestyle-page .pc-only {
    display: none;
  }

  .lifestyle-page .sp-only {
    display: block;
  }
}

.lifestyle-title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (orientation: landscape) {
  .lifestyle-page .lifestyle-title {
    background: none !important;
    margin-bottom: 40px;
  }
}

.lifestyle-content-title {
  text-align: center;
  width: 100%;
  padding: 30px 0 2px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .lifestyle-content-title {
    text-align: left;
    width: 92%;
    padding: 20px 4% 0 4%;
    margin-bottom: 0;
  }

  .lifestyle-title {
    margin-bottom: 0;
  }
}

.lifestyle-content-title h2 {
  color: #1aa533;
  font-size: 229%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline;
  letter-spacing: 0;
  background: linear-gradient(transparent 86%, #f7e47b 0%);
  text-align: center;
}

.ua-windows_nt-6-1 .lifestyle-content-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) left 1em repeat-x !important;
}

.ua-edge .lifestyle-content-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 34px;
}

.ua-ie-11 .lifestyle-content-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 28px;
}

.ua-windows_nt.ua-chrome .lifestyle-content-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 28px;
}

.ua-windows_nt.ua-firefox .lifestyle-content-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 28px;
}

@media screen and (max-width: 640px) {
  .lifestyle-content-title h2 {
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }

  .lifestyle-content-title h2 br {
    display: none;
  }
}

.lifestyle-content-title>p {
  text-align: center;
  font-size: 115%;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .lifestyle-content-title>p {
    text-align: left;
  }
}

.lifestyle-content-title h2 img {
  text-align: center;
  display: inline;
}

.catchCopy {
  margin-top: 25px;
}

.catchCopy p {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .catchCopy {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .catchCopy p {
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
}

/*ライフスタイルコレクション INDEX*/
.lifestyle-page {
  margin-top: 0;
  padding: 40px;
  background: #fff;
}

.lifestyle-page ul {
  overflow: hidden;
  margin-left: 0;
}

.lifestyle-page li {
  float: left;
  box-sizing: border-box;
  width: 540px;
  height: auto;
  margin-left: 40px;
  padding: 0;
  background: #fff;
  position: relative;
}

.lifestyle-page li .btn-lifestyle:hover {
  background-color: #127424;
  transition: 0.3s;
}

.lifestyle-page li dt {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1aa533;
  line-height: 1;
  border-bottom: solid 4px #F6E37A;
  width: 42%;
  padding-left: 8px;
}

.lifestyle-page li dt span {
  font-size: 200%;
  line-height: 1;
  font-weight: 500;
}

.lifestyle-page li dd {
  font-size: 162%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
}

.lifestyle-page li a {
  display: block;
  padding: 37px 40px 35px 40px;
}

.lifestyle-page li a .btn-lifestyle {
  width: 217px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 160px;
  font-size: 129%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-right.svg) right 20px center no-repeat;
  background-size: 9px 14px;
  color: #fff;
  line-height: 54px;
  height: 54px;
  display: block;
  padding-left: 20px;
}

.lifestyle-page li a:hover .btn-lifestyle {
  background-color: #127424;
  transition: 0.3s;
  cursor: pointer;
}

.lifestyle-page .lifestyle-01 {
  background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS01.png);
  background-repeat: no-repeat;
  background-position:250px 0px;
  background-size: auto 100%;
  background-color: #fff;
  margin-bottom: 24px;
  margin-left: 0;
  border: solid 6px #1aa533;
}

.lifestyle-page .lifestyle-02 {
  background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS02.png);
  background-repeat: no-repeat;
  background-position: 300px 0;
  background-size: auto 100%;
  background-color: #fff;
  margin-bottom: 24px;
  border: solid 6px #1aa533;
}

.lifestyle-page .lifestyle-03 {
  background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS03.png);
  background-repeat: no-repeat;
  background-position: 210px 0;
  background-size: auto 100%;
  background-color: #fff;
  margin-bottom: 40px;
  margin-left: 0;
  border: solid 6px #1aa533;
}

.lifestyle-page .lifestyle-04 {
  background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS04.png);
  background-repeat: no-repeat;
  background-position: 280px 0;
  background-size: auto 100%;
  background-color: #fff;
  margin-bottom: 40px;
  border: solid 6px #1aa533;
}

/* ========================================================= スマートフォン ========================================================= */
@media screen and (max-width: 640px) {
  .lifestyle-page {
    margin-top: 0;
    padding: 0;
  }

  .sec-content-title {
    background-color: #fff;
    margin-bottom: 0;
    width: 92%;
    padding: 4% 4%;
  }

  .sec-content-title .catchCopy {
    margin: 0;
  }

  .sec-content-title .catchCopy p {
    margin: 20px 0 0;
    text-align: left;
  }

  .sec-content-title br {
    display: none;
  }

  .lifestyle-page ul {
    width: 93%;
    padding: 0 3.5%;
    overflow: hidden;
    margin-left: -0.5%;
    background: #fff;
  }

  .lifestyle-page li {
    float: left;
    box-sizing: border-box;
    width: 49%;
    height: auto;
    margin: 0 0 1% 1%;
    padding: 8px 4px 8px 8px;
    border: 2px solid #9ac941;
  }

  .lifestyle-page .lifestyle-01 {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS01_sp.png), url(/gakusei/cmn/img/base/stripe.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    background-color: #fff;
    background-position: center calc(100% + 30px), center;
    border: solid 2px #1aa533;
  }

  .lifestyle-page .lifestyle-02 {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS02_sp.png), url(/gakusei/cmn/img/base/stripe.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    background-color: #fff;
    background-position: center calc(100% + 30px), center;
    border: solid 2px #1aa533;
  }

  .lifestyle-page .lifestyle-03 {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS03_sp.png), url(/gakusei/cmn/img/base/stripe.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    background-color: #fff;
    background-position: center calc(100% + 30px), center;
    border: solid 2px #1aa533;
  }

  .lifestyle-page .lifestyle-04 {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS04_sp.png), url(/gakusei/cmn/img/base/stripe.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    background-color: #fff;
    background-position: center calc(100% + 30px), center;
    border: solid 2px #1aa533;
  }

  .lifestyle-page .lifestyle-01,
  .lifestyle-page .lifestyle-02,
  .lifestyle-page .lifestyle-03,
  .lifestyle-page .lifestyle-04 {
    margin: 0 0 4% 1%;
  }

  .lifestyle-page li dt {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
    font-size: 86%;
    font-weight: bold;
    letter-spacing: .05em;
    color: #1aa533;
    line-height: 1.8;
    width: 100%;
    border: none;
    padding-left: unset;
  }

  .lifestyle-page li dt span {
    font-size: 100%;
    display: inline;
    line-height: 1.8;
  }

  .lifestyle-page li dd {
    font-size: 105%;
    line-height: 1.6;
    margin-top: 8px;
  }

  /* .lifestyle-page li dd br {
    display: none !important;
  } */

  .lifestyle-page li a {
    padding: 6px;
  }

  .lifestyle-page li a .btn-lifestyle {
    width: auto;
    position: static;
    margin-top: 140px;
    font-size: 86%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-right.svg) right 20px center no-repeat;
    background-size: 6px;
    color: #fff;
    line-height: 34px;
    height: 34px;
    display: block;
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-device-width: 640px) and (orientation: landscape) {

  .lifestyle-page .lifestyle-01,
  .lifestyle-page .lifestyle-02,
  .lifestyle-page .lifestyle-03,
  .lifestyle-page .lifestyle-04 {
    background-size: 60%, auto;
  }



}

/*ライフスタイルコレクション 詳細*/
#wrapper {
  margin-top: 117px;
  /*navigation*/
  /* 共通
--------------------------------------------------------- */
  /*page-title*/
  /*sec-content-title*/
  /*sec-inr*/
  /*point*/
  /*caption*/
  /* navigation01-1
--------------------------------------------------------- */
  /* navigation01-2
--------------------------------------------------------- */
  /* lifestyle_list
--------------------------------------------------------- */
  /* pagination
--------------------------------------------------------- */
}

@media screen and (max-width: 640px) {
  #wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .content {
    text-align: center;
  }
}

#wrapper .introduction {
  float: right;
  width: 630px;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction {
    width: 92%;
    margin: 0 auto;
    float: none;
  }
}

#wrapper .introduction .content h4 {
  font-size: 179%;
  font-weight: bold;
  position: relative;
  display: inline;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(transparent 86%, #f7e47b 0%);
  color: #3CB134;
}

#wrapper .introduction .content .ua-windows_nt-6-1 .lifestyle-content-title h4 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) left 1.2em repeat-x !important;
  line-height: 1em;
}

#wrapper .introduction .content h5 {
  font-size: 108%;
  font-weight: bold;
  text-align: left;
}

#wrapper .introduction .content ul {
  margin-top: 24px;
  display: flex;
}
@media screen and (max-width: 640px) {
	#wrapper .introduction .content ul {
	  display: block;
	}
}

#wrapper .introduction .content .report ul {
  margin-top: 14px;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .favorite {
    margin-top: 32px;
  }
}

#wrapper .introduction .favorite ul {
  overflow: hidden;
}

#wrapper .introduction .favorite ul li {
  width: 195px;
  display: block;
  float: left;
  margin: 0 0 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .favorite ul li {
    margin: 0;
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .favorite ul li img {
    margin: 0;
    width: 46%;
    float: left;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .favorite ul li .text_box {
    float: right;
    width: 48%;
    display: block;
    margin-top: -5px;
  }

  #wrapper .introduction .favorite ul li .text_box p {
    margin-top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
}

#wrapper .introduction .favorite ul li h5 {
  font-size: 115%;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0;
  display: block;
}

#wrapper .introduction .favorite ul li:first-child {
  margin: 0;
}

#wrapper .introduction .report {
  margin-top: 35px;
  display: block;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report {
    margin-top: 60px;
  }
}

#wrapper .introduction .report ul li {
  width: auto;
  display: block;
  float: left;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li {
    width: 50%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
}

#wrapper .introduction .report ul li img {
  width: auto;
  height: 224px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li img {
    width: 150px;
    height: auto;
  }
}

#wrapper .introduction .report ul li h5 {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li h5 {
    margin-top: -3px;
  }
}

#wrapper .introduction .report ul li:first-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li:first-child {
    margin: 0 0 30px;
  }

  #wrapper .introduction .report ul li h5 {
    margin-top: 10px;
  }
}

#wrapper .introduction .report ul li:nth-child(2) {
  margin: 0 0 0 -60px;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li:nth-child(2) {
    margin: -5px 0 30px;
  }
}

#wrapper .introduction .report ul li:last-child {
  margin: 0 0 0 60px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #wrapper .introduction .report ul li:last-child {
    margin: 0 0 30px;
    text-align: center;
  }
}

/* Q&Aセクション追加 */
#wrapper .introduction .qa {
  padding-top: 35px;
  display: block;
  clear: both;
}

#wrapper .introduction .qa .qa-block {
  display: block;
  margin-top: 24px;
  clear: both;
}

#wrapper .introduction .qa table tr td:first-child {
  width: 30px;
  height: 30px;
}

#wrapper .introduction .qa img {
  width: 27px;
  height: 27px;
}

#wrapper .introduction .qa .question {
  font-size: 18px;
  font-weight: bold;
  color: #19A33B;
  padding-left: 16px;
}

#wrapper .introduction .qa .answer {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 16px;
}

#wrapper .introduction .qa br {
  display: none;
}

@media screen and (max-width: 640px) {

  #wrapper .introduction .qa .question {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
  }

  #wrapper .introduction .qa .answer {
    font-size: 14px;
    text-align: left;
    padding-bottom: 8px;
    padding-left: 10px;
  }

  #wrapper .introduction .qa br {
    display: block;
  }
}

#wrapper .navigation {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 40px 32px 30px;
  background: url(/gakusei/cmn/img/base/stripe.jpg);
}

@media screen and (max-width: 640px) {
  #wrapper .navigation {
    display: none;
  }
}

#wrapper .navigation .navi-title {
  margin-bottom: 34px;
}

#wrapper .navigation .navi-title h2 {
  text-align: center;
  width: 100%;
}

#wrapper .navigation .navi-content {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-size: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

#wrapper .navigation .navi-content .navi-content-title {
  line-height: 50px;
  float: left;
  box-sizing: border-box;
  width: 230px;
  height: 50px;
  margin-left: 10px;
  padding-left: 18px;
  background: #fff;
}

#wrapper .navigation .navi-content .navi-content-title h3 {
  font-weight: bold;
}

#wrapper .navigation .navi-content .navi-content-title span {
  padding-right: 5px;
}

#wrapper .navigation .navi-content ul {
  float: left;
  margin-left: 8px;
}




#wrapper .navigation .navi-content ul li {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#wrapper .navigation .navi-content ul li:nth-child(4),
#wrapper .navigation .navi-content ul li:nth-child(8) {
  margin-right: 0;
}




#wrapper .navigation .navi-content ul li a {
  font-weight: bold;
  line-height: 50px;
  float: left;
  box-sizing: border-box;
  width: 266px;
  height: 50px;
  padding-left: 18px;
  color: #fff;
  background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-right.svg) right 20px center no-repeat;
  background-size: 9px 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
}

#wrapper .navigation .navi-content ul li a:hover {
  color: #333;
  background: #f7e47b url(/gakusei/cmn/img/base/ico-b-arrow-right.svg) right 20px center no-repeat;
  background-size: 9px 14px;
}

#wrapper .navigation .navi-content ul li a span {
  padding-right: 5px;
}

#wrapper .navigation .navi-content ul li .active {
  color: #333;
  background: #f7e47b url(/gakusei/cmn/img/base/ico-b-arrow-right.svg) right 20px center no-repeat;
  background-size: 9px 14px;
}

#wrapper .page-title {
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
  color: #1aa533;
}

#wrapper .page-title .sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  #wrapper .page-title {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: -webkit-calc(100vh - 68px);
    height: calc(100vh - 68px);
    text-align: left;
    background-color: none;
    margin-bottom: 4%;
  }

  #wrapper .page-title .sp-only {
    display: block;
  }

  #wrapper .page-title .en {
    display: block;
  }
}

#wrapper .page-title .inner {
  position: relative;
}

@media screen and (max-width: 640px) {
  #wrapper .page-title .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4%;
  }
}

#wrapper .page-title p {
  font-size: 115%;
  font-weight: normal;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  #wrapper .page-title p {
    display: none;
  }
}

#wrapper .page-title h2 {
  font-size: 343%;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline;
  letter-spacing: 0;
  background: linear-gradient(transparent 82%, #f7e47b 0%);
}

@media screen and (max-width: 640px) {
  #wrapper .page-title h2 {
    font-size: 200%;
    background: #1aa533;
    color: #fff;
    padding: 0 1%;
  }
}

#wrapper .page-title .ua-windows_nt-6-1 h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) left 1.4em repeat-x !important;
}

#wrapper .page-title span {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-size: 115%;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  #wrapper .page-title span {
    background: #1aa533;
    color: #fff;
    display: inline;
    font-size: 86%;
    font-weight: bold;
    padding: 0 1%;
  }
}

#wrapper .scroll-arw {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  margin-left: -12px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
}

#wrapper .scroll-arw span {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  display: none;
}

@media screen and (max-width: 640px) {
  #wrapper .scroll-arw span {
    display: block;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .page-title {
    background: url(/gakusei/cmn/img/navi/01-1/page-title.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-2 .page-title {
    background: url(/gakusei/cmn/img/navi/01-2/page-title.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-3 .page-title {
    background: url(/gakusei/cmn/img/navi/01-3/page-title.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .navigation02-1 .page-title {
    background: url(/gakusei/cmn/img/navi/02-1/page-title.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .life_style01 .page-title {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS01_top_sp.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .life_style02 .page-title {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS02_top_sp.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .life_style03 .page-title {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS03_top_sp.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .life_style04 .page-title {
    background: url(/gakusei/cmn/img/lifestyle/2026/SP_LS04_top_sp.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .navigation02-3 .page-title {
    background: url(/gakusei/cmn/img/navi/02-3/page-title.png), url(/gakusei/cmn/img/base/bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    width: 100%;
  }
}

#wrapper .sec-content-title {
  text-align: center;
  color: #1aa533;
}

@media screen and (max-width: 640px) {
  #wrapper .sec-content-title {
    text-align: left;
  }
}

#wrapper .sec-content-title h2 {
  font-size: 229%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline;
  letter-spacing: 0;
  background: linear-gradient(transparent 86%, #f7e47b 0%);
}

@media screen and (max-width: 640px) {
  #wrapper .sec-content-title h2 {
    font-size: 172%;
  }

  #wrapper .sec-content-title h2 br {
    display: none;
  }
}

#wrapper .sec-content-title .ua-windows_nt-6-1 h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) left 1.2em repeat-x !important;
}

#wrapper .sec-content-title .en {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-size: 100%;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  #wrapper .lifestyle_list {
    width: 100%;
  }
}

#wrapper .sec-inr {
  position: relative;
  margin-top: 40px;
  padding: 40px;
  border: 4px solid #9ac941;
  background: url(/gakusei/cmn/img/base/stripe.jpg);
}

@media screen and (max-width: 640px) {
  #wrapper .sec-inr {
    margin-top: 20px;
    padding: 4%;
  }
}

#wrapper .tit {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  #wrapper .tit {
    width: 100%;
    margin: 30px auto 0;
  }
}

#wrapper .tit h3 {
  font-size: 229%;
  font-weight: bold;
  line-height: 1.4;
  display: inline;
}

@media screen and (max-width: 640px) {
  #wrapper .tit h3 {
    font-size: 170%;
    display: block;
    line-height: 1.5;
    text-align: center;
  }

  #wrapper .tit h3 br {
    /* display: none; */
  }
}

#wrapper .tit dl {
  overflow: hidden;
  margin-top: 38px;
}

@media screen and (max-width: 640px) {
  #wrapper .tit dl {
    margin-top: 26px;
    text-align: center;
  }
}

#wrapper .tit dl dt {
  font-size: 322%;
  letter-spacing: .17em;;
  float: left;
  font-weight: bold;
  position: relative;
  display: inline;
  line-height: 1.1;
  background: linear-gradient(transparent 86%, #f7e47b 0%);
}
#wrapper .tit dl dt span {
  font-size: 50%;
  font-weight: normal;
  letter-spacing: 1px;;
}

@media screen and (max-width: 640px) {
  #wrapper .tit dl dt {
    float: none;
  }
}

#wrapper .tit dl dd {
  margin: 0 0 0 26px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #wrapper .tit dl dd {
    width: 100%;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    display: block;
    float: none;
    text-align: center;
  }

  #wrapper .tit dl dd p {
    font-size: 100%;
    display: inline-block;
    text-align: center;
  }
}

#wrapper .tit>p {
  margin-top: 26px;
  margin-bottom: 60px;
}

#wrapper .point {
  clear: both;
  margin: 1em 0 0;
}

#wrapper .point li {
  font-size: 115%;
  font-weight: bold;
  color: #1aa533;
  line-height: 1.4;
  margin-bottom: .5em;
}

#wrapper .point li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .point li {
    font-size: 100%;
  }
}

#wrapper .point li:before {
  content: 'POINT.';
}

@media screen and (max-width: 640px) {
  #wrapper .point li:before {
    display: block;
    font-size: 115%;
    margin-bottom: .3em;
  }
}

#wrapper .caption {
  font-size: 86%;
  margin: 1em 0 0;
}

#wrapper .navigation01-1 .sec-01 {
  position: relative;
  overflow: hidden;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 {
    padding: 0;
  }
}

#wrapper .navigation01-1 .sec-01 .graph {
  position: relative;
  border: 4px solid #9ac941;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .graph {
    margin-top: 0;
  }
}

#wrapper .navigation01-1 .sec-01 .graph h3 {
  font-size: 158%;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 16px;
  letter-spacing: 0;
  color: #fff;
  background: #9ac941;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .graph h3 {
    position: relative;
    display: block;
  }
}

#wrapper .navigation01-1 .sec-01 .graph .comment {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .graph .comment {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-01 .row {
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 45px;
  background: url(/gakusei/cmn/img/navi/01-1/ico-arrow.jpg) center bottom no-repeat;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .row {
    margin-top: 20px;
    padding-bottom: 10px;
    background-size: 30px;
  }
}

#wrapper .navigation01-1 .sec-01 .row .qa {
  font-size: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 550px;
  height: 254px;
  margin-right: 20px;
  padding: 45px 40px;
  border: 4px solid #9ac941;
  background: url(/gakusei/cmn/img/base/stripe.jpg);
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .row .qa {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 4%;
  }

  #wrapper .navigation01-1 .sec-01 .row .qa br {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-01 .row .qa:last-child {
  margin-right: 0;
}

#wrapper .navigation01-1 .sec-01 .row .qa dl dt,
#wrapper .navigation01-1 .sec-01 .row .qa dl dd {
  font-size: 129%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5em;
}

#wrapper .navigation01-1 .sec-01 .row .qa dl dt {
  padding-left: 1em;
  text-indent: -1em;
}

#wrapper .navigation01-1 .sec-01 .row .qa dl dt:before {
  content: 'Q.';
}

#wrapper .navigation01-1 .sec-01 .row .qa dl dd:before {
  content: 'A.';
}

#wrapper .navigation01-1 .sec-01 .row .qa p {
  letter-spacing: 0;
}

#wrapper .navigation01-1 .sec-01 .row .qa .comment {
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .row .qa .comment {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-01 .check {
  position: relative;
  margin-top: 30px;
  padding: 30px 40px;
  border: 4px solid #9ac941;
  background: url(/gakusei/cmn/img/base/stripe.jpg);
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .check {
    margin-top: 20px;
    padding: 4%;
  }

  #wrapper .navigation01-1 .sec-01 .check br {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-01 .check .check-row {
  overflow: hidden;
}

#wrapper .navigation01-1 .sec-01 .check h4 {
  font-size: 229%;
  font-weight: bold;
  line-height: 1.43;
  float: left;
  width: 420px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .check h4 {
    font-size: 172%;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

#wrapper .navigation01-1 .sec-01 .check dl {
  font-style: 115%;
  float: left;
  margin-right: 20px;
  padding: 8px 15px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .check dl {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

#wrapper .navigation01-1 .sec-01 .check dl dt {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic', '游ゴシック', 'sans-serif';
  font-weight: bold;
  color: #9ac941;
}

#wrapper .navigation01-1 .sec-01 .check dl dd {
  font-weight: bold;
}

#wrapper .navigation01-1 .sec-01 .check .comment {
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-01 .check .comment {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-02 {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 {
    margin-top: 40px;
    padding: 0;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai1 p {
  width: 600px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai1 p {
    width: 100%;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai1 .img {
  overflow: hidden;
}

#wrapper .navigation01-1 .sec-02 .senpai1 .img li {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai1 .img li {
    width: 50%;
    margin-right: 0;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai1 .comment {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai1 .comment {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 p {
  width: 650px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 p {
    width: 100%;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou {
  overflow: hidden;
  margin: 1em 0;
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou dl {
  float: left;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .shibou dl {
    float: none;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou dl dt {
  font-size: 72%;
  font-weight: bold;
  line-height: 1;
  width: 65px;
  padding: 8px 11px 3px;
  background: #1aa533;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .shibou dl dt {
    font-size: 86%;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou dl dd {
  font-weight: bold;
  box-sizing: border-box;
  background: #1aa533;
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou .daiichi dd {
  line-height: 1;
  width: 120px;
  height: 58px;
  padding: 20px 30px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .shibou .daiichi dd {
    width: 100%;
    height: auto;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou .daini dd {
  line-height: 1.4;
  width: 320px;
  height: 58px;
  padding: 10px 20px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .shibou .daini dd {
    width: 100%;
    height: auto;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .shibou hr {
  float: left;
  width: 98px;
  height: 80px;
  border: none;
  background: url(/gakusei/cmn/img/navi/01-1/plus.png) center bottom 13px no-repeat;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .shibou hr {
    float: none;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    background: url(/gakusei/cmn/img/navi/01-1/plus.png) center center no-repeat;
    background-size: 30px;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .point {
  margin: 1.5em 0;
}

#wrapper .navigation01-1 .sec-02 .senpai2 .point li span {
  font-size: 79%;
  display: block;
  margin-left: 58px;
  color: #444;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .point li span {
    margin-left: 0;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .service {
  box-sizing: border-box;
  width: 526px;
  padding: 20px;
  color: #fff;
  background: #1aa533;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .service {
    width: 100%;
    padding: 4%;
  }

  #wrapper .navigation01-1 .sec-02 .senpai2 .service br {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .service .btn a {
  margin-top: 20px;
  color: #1aa533;
  background: #fff url(/gakusei/cmn/img/base/ico-g-arrow-right.svg) right 20px center no-repeat;
  background-size: 6px;
}

#wrapper .navigation01-1 .sec-02 .senpai2 .service .btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .service .btn a {
    margin-top: 10px;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai2 .comment {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai2 .comment {
    display: none;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai3 p {
  width: 530px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai3 p {
    width: 100%;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai3 .application {
  box-sizing: border-box;
  width: 530px;
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  background: #1aa533;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai3 .application {
    width: 100%;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai3 .application dt {
  font-weight: bold;
}

#wrapper .navigation01-1 .sec-02 .senpai3 .application dd {
  letter-spacing: 0;
}

#wrapper .navigation01-1 .sec-02 .senpai3 .application .btn-lifestyles {
  margin-top: 20px;
  color: #1aa533;
  background: #fff url(/gakusei/cmn/img/base/ico-g-arrow-right.svg) right 20px center no-repeat;
  background-size: 6px;
}

#wrapper .navigation01-1 .sec-02 .senpai3 .application .sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai3 .application .sp-only {
    display: block;
  }
}

#wrapper .navigation01-1 .sec-02 .senpai3 .comment {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-1 .sec-02 .senpai3 .comment {
    display: none;
  }
}

#wrapper .navigation01-2 .university {
  overflow: hidden;
  background: #fff;
  padding: 0 40px 40px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-2 .university {
    position: relative;
    padding: 20px 0;
    background: #fff;
  }
}

#wrapper .navigation01-2 .university p {
  text-align: center;
}

@media screen and (min-width: 641px) {
  #wrapper .navigation01-2 .university .animated.defaultPanel {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
  }

  #wrapper .navigation01-2 .university .animated.activePanel {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 372px;
    height: 230px;
  }

  #wrapper .navigation01-2 .university .default .defaultPanel {
    animation-name: fadeIn;
  }

  #wrapper .navigation01-2 .university .default .activePanel {
    animation-name: zoomOut;
  }

  #wrapper .navigation01-2 .university .active .defaultPanel {
    animation-name: zoomOut;
  }

  #wrapper .navigation01-2 .university .active .activePanel {
    animation-name: zoomIn;
  }
}

#wrapper .navigation01-2 .university ul {
  margin-left: -2px;
}

#wrapper .navigation01-2 .university li {
  position: relative;
  float: left;
  margin: 0 0 2px 2px;
}

@media screen and (max-width: 640px) {
  #wrapper .navigation01-2 .university li {
    float: left;
    width: 49%;
    height: 100%;
    margin: 0 0 2%;
  }

  #wrapper .navigation01-2 .university li:nth-child(2n) {
    margin-left: 2%;
  }

  #wrapper .navigation01-2 .university li img {
    display: none;
  }

  #wrapper .navigation01-2 .university li .defaultPanel {
    position: relative;
  }

  #wrapper .navigation01-2 .university li .defaultPanel img {
    display: block;
  }
}

#wrapper .lifestyle_list {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 40px;
  background: #fff url('/gakusei/cmn/img/lifestyle/2022/lifestyle_mainv_bg-01.png') no-repeat;
  background-size: cover;
}

/* スマホ背景 */
@media screen and (max-width: 640px) {
  #wrapper .lifestyle_list {
    background: unset;
  }

  #wrapper .lifestyle_list::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url('/gakusei/cmn/img/lifestyle/2022/lifestyle_mainv_bg-01-sp.png') no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
  }
}

@media screen and (max-width: 640px) {
  #wrapper .lifestyle_list {
    margin-top: 0px;
    padding: 0;
  }
}

#wrapper .left {
  float: left;
  width: 370px;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #wrapper .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

#wrapper .left .point span {
  display: block;
  margin-left: 58px;
}

@media screen and (max-width: 640px) {
  #wrapper .left .point span {
    display: inline;
    margin-left: 0;
  }
}

#wrapper .right {
  float: left;
  width: 328px;
  margin: 10px 0 30px;
}

@media screen and (max-width: 640px) {
  #wrapper .right {
    float: none;
    width: 100%;
    margin: 3% 0 0;
  }
}

#wrapper .comment {
  position: absolute;
  left: -45px;
  top: 170px;
}

@media screen and (max-width: 640px) {
  #wrapper .comment {
    display: none;
  }
}

#wrapper .support {
  clear: both;
}

@media screen and (max-width: 640px) {
  #wrapper .support {
    margin-top: 3%;
    padding: 0;
  }
}

#wrapper .support .sec-inr {
  overflow: hidden;
  margin-top: 0;
}

#wrapper .support .left {
  float: left;
  overflow: hidden;
  width: 688px;
  margin: 0 0 5px;
}

@media screen and (max-width: 640px) {
  #wrapper .support .left {
    float: none;
    width: 100%;
  }
}

#wrapper .support .left .solution {
  overflow: hidden;
  margin: 8px 0 0;
}

#wrapper .support .left .solution dl {
  float: left;
  box-sizing: border-box;
  width: 311px;
  height: 189px;
  padding: 25px 20px;
  background: url(/gakusei/cmn/img/navi/02-2/point02-trouble.png) no-repeat;
}

@media screen and (max-width: 640px) {
  #wrapper .support .left .solution dl {
    float: none;
    width: 100%;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 4%;
  }
}

#wrapper .support .left .solution dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #19a533;
}

#wrapper .support .left .solution dl dd {
  font-size: 14px;
}

#wrapper .support .left .solution dl dd:before {
  content: '・';
}

#wrapper .support .left .solution hr {
  float: left;
  width: 64px;
  height: 165px;
  border: none;
  background: url(/gakusei/cmn/img/navi/02-2/point02-arrow.png) center center no-repeat;
}

@media screen and (max-width: 640px) {
  #wrapper .support .left .solution hr {
    float: none;
    width: 100%;
    height: 65px;
    background: url(/gakusei/cmn/img/navi/02-2/point02-arrow2.png) center center no-repeat;
    background-size: 30px;
  }
}

#wrapper .support .left .solution .kaiketsu {
  font-size: 179%;
  float: left;
  box-sizing: border-box;
  width: 311px;
  height: 165px;
  margin-top: 8px;
  padding: 35px 38px;
  color: #fff;
  background: #19a533;
}

@media screen and (max-width: 640px) {
  #wrapper .support .left .solution .kaiketsu {
    float: none;
    width: 100%;
    height: auto;
    font-size: 115%;
    margin: 0 0 3%;
    padding: 10px;
  }

  #wrapper .support .left .solution .kaiketsu br {
    display: none;
  }
}

#wrapper .support .right {
  float: right;
  width: 328px;
}

@media screen and (max-width: 640px) {
  #wrapper .support .right {
    display: none;
  }
}

#wrapper .support .right img {
  margin-bottom: 10px;
}

#wrapper .support .right img:last-child {
  margin-bottom: 0;
}

#wrapper .support .tel {
  clear: both;
  overflow: hidden;
  background: #19a533;
}

@media screen and (max-width: 640px) {
  #wrapper .support .tel {
    padding: 4%;
  }
}

#wrapper .support .tel p {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.6;
  float: left;
  width: 175px;
  padding: 25px 20px 20px;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .support .tel p {
    float: none;
    width: 100%;
    padding: 0;
  }

  #wrapper .support .tel p br {
    display: none;
  }
}

#wrapper .support .tel dt {
  font-size: 115%;
  font-weight: bold;
  float: left;
  margin: 30px 10px 0 0;
  padding: 5px 10px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .support .tel dt {
    float: none;
    width: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
  }
}

#wrapper .support .tel dd {
  font-size: 229%;
  font-weight: bold;
  float: right;
  padding: 20px 20px 20px 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #wrapper .support .tel dd {
    float: none;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    color: #444;
  }
}

#wrapper .pagination {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 40px;
  /* background: #fff; */
}

@media screen and (max-width: 640px) {
  #wrapper .pagination {
    margin-top: 3%;
    padding: 0;
  }
}

#wrapper .pagination .prev a {
  font-size: 129%;
  line-height: 1;
  display: block;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 550px;
  padding: 18px 20px 18px 40px;
  text-align: right;
  color: #fff;
  background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-left.svg) left 20px center no-repeat;
  background-size: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 640px) {
  #wrapper .pagination .prev a {
    width: 48%;
  }

  #wrapper .pagination .prev a span {
    display: none;
  }
}

#wrapper .pagination .prev a:before {
  float: left;
  content: 'PREV';
  border-bottom: 1px solid;
}

@media screen and (max-width: 640px) {
  #wrapper .pagination .prev a:before {
    float: right;
  }
}

#wrapper .pagination .prev a:hover {
  transition: .3s;
  background-color: #127424;
}

#wrapper .pagination .next a {
  font-size: 129%;
  line-height: 1;
  display: block;
  display: block;
  float: right;
  box-sizing: border-box;
  width: 550px;
  padding: 18px 40px 18px 20px;
  color: #fff;
  background: #1aa533 url(/gakusei/cmn/img/base/ico-w-arrow-right.svg) right 20px center no-repeat;
  background-size: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 640px) {
  #wrapper .pagination .next a {
    width: 48%;
  }

  #wrapper .pagination .next a span {
    display: none;
  }
}

#wrapper .pagination .next a:after {
  float: right;
  content: 'NEXT';
  border-bottom: 1px solid;
}

@media screen and (max-width: 640px) {
  #wrapper .pagination .next a:after {
    float: left;
  }
}

#wrapper .pagination .next a:hover {
  transition: .3s;
  background-color: #127424;
}

.lifestyle_page04 #wrapper .pagination .next a:after,
.lifestyle_page08 #wrapper .pagination .next a:after {
  float: right;
  content: '一覧へ';
  border-bottom: 1px solid;
}

@media screen and (max-width: 640px) {
  .lifestyle_page04 #wrapper .pagination .next a:after {
    float: left;
  }
}

.ua-edge #wrapper .introduction .content h4 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 26px !important;
}

.ua-ie-11 #wrapper .introduction .content h4 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 22px !important;
}

.ua-windows_nt.ua-chrome #wrapper .introduction .content h4 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 22px !important;
}

.ua-windows_nt.ua-firefox #wrapper .introduction .content h4 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 22px !important;
}

.ua-edge #wrapper .tit dl dt {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 42px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .ua-edge #wrapper .tit dl dt {
    background-position: 100% 38px;
  }
}

.ua-ie-11 #wrapper .tit dl dt {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 34px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .ua-ie-11 #wrapper .tit dl dt {
    background-position: 100% 38px;
  }
}

.ua-windows_nt.ua-chrome #wrapper .tit dl dt {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 43px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .ua-windows_nt.ua-chrome #wrapper .tit dl dt {
    background-position: 100% 38px;
  }
}

.ua-windows_nt.ua-firefox #wrapper .tit dl dt {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x;
  background-position: 100% 43px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .ua-windows_nt.ua-firefox #wrapper .tit dl dt {
    background-position: 100% 38px;
  }
}

.ua-edge #wrapper .page-title .inner h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 50px !important;
}

.ua-ie-11 #wrapper .page-title .inner h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 44px !important;
}

.ua-windows_nt.ua-chrome #wrapper .page-title .inner h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 44px !important;
}

.ua-windows_nt.ua-firefox #wrapper .page-title h2 {
  background: url(/gakusei/cmn/img/base/line-page-title.png) repeat-x !important;
  background-position: 100% 44px !important;
}

.ua-windows_nt-6-1 #wrapper .tit dl dt {
  background: url(/gakusei/cmn/img/base/line-page-title.png) left 0.9em repeat-x !important;
}

/* .room-student {
  margin-left: 75px;
} */

.lifestyle_list .design {
  position: absolute;
}

@media screen and (max-width: 640px) {
  .lifestyle_list .design {
    display: none;
  }
}

.lifestyle_list .design.design1 {
  width: 90px;
  height: 119px;
  top: 133px;
  left: 62px;
}

.lifestyle_list .design.design2 {
  width: 93px;
  height: 73px;
  top: 82px;
  right: 173px;
}

.lifestyle_list .design.design3 {
  width: 82px;
  height: 126px;
  top: 61%;
  right: 50px;
}

.lifestyle_list .design.design4 {
  width: 76px;
  height: 166px;
  top: 88px;
  left: 36px;
}

.lifestyle_list .design.design5 {
  width: 107px;
  height: 100px;
  top: 197px;
  right: 67px;
}

.lifestyle_list .design.design6 {
  width: 67px;
  height: 94px;
  top: 70%;
  right: 50px;
}

.lifestyle_list .design.design7 {
  width: 63px;
  height: 89px;
  top: 63px;
  left: 177px;
}

.lifestyle_list .design.design8 {
  width: 125px;
  height: 81px;
  top: 80px;
  right: 108px;
}

.lifestyle_list .design.design9 {
  width: 61px;
  height: 68px;
  top: 75%;
  right: 50px;
}

.lifestyle_list .design.design10 {
  width: 106px;
  height: 85px;
  top: 70px;
  left: 145px;
}

.lifestyle_list .design.design11 {
  width: 127px;
  height: 130px;
  top: 210px;
  right: 43px;
}

.lifestyle_list .design.design12 {
  width: 76px;
  height: 62px;
  top: 75%;
  right: 50px;
}
@media screen and (min-width: 641px) {
  .br{
    display: block !important;
  }
}
