@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC
	Comfortable

==============================================*/
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (PC)
	Comfortable

==============================================*/
@media screen and (min-width: 835px) {
  /*================================
  	Layout, Elements
  ================================*/
  #sitefooter {
    margin-top: 0;
  }
  #sitefooter .recruit {
    display: none;
  }

  main .scenelist {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main .scenelist li {
    width: 25%;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    color: #fff;
  }
  main .scenelist li:nth-of-type(odd) {
    background: rgba(11, 80, 132, 0.75);
  }
  main .scenelist li:nth-of-type(even) {
    background: rgba(50, 121, 176, 0.83);
  }
  main .scenelist li img {
    display: block;
  }
  main .scenelist:first-of-type li {
    padding-bottom: 10px;
  }
  main .scenelist:first-of-type li img {
    margin-bottom: 10px;
  }
  main .scenelist:last-of-type li {
    padding-top: 10px;
  }
  main .scenelist:last-of-type li img {
    margin-top: 10px;
  }
  main .intro {
    padding: 120px 5%;
  }
  main .intro h1,
  main .intro .note p {
    text-align: center;
  }
  main .intro h1 {
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.2rem;
    color: #232C67;
  }
  main .intro .note {
    margin-bottom: 50px;
  }
  main .intro .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
    margin: 0 auto;
  }
  main .intro .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .intro .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (SP)
	Comfortable

==============================================*/
@media screen and (max-width: 834px) {
  /*================================
  	Layout, Elements
  ================================*/
  #contents {
    padding-bottom: 0;
  }

  #sitefooter .recruit {
    display: none;
  }

  main .scenelist {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .scenelist li {
    width: 50%;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.2rem;
    color: #fff;
  }
  main .scenelist li:nth-of-type(odd) {
    background: rgba(11, 80, 132, 0.75);
  }
  main .scenelist li:nth-of-type(even) {
    background: rgba(50, 121, 176, 0.83);
  }
  main .scenelist li img {
    display: block;
  }
  main .scenelist li span {
    display: none;
  }
  main .scenelist:first-of-type li {
    padding-bottom: 0px;
  }
  main .scenelist:first-of-type li img {
    margin-bottom: 0px;
  }
  main .scenelist:last-of-type li {
    padding-top: 0px;
  }
  main .scenelist:last-of-type li img {
    margin-top: 0px;
  }
  main .intro {
    padding: 70px 5%;
  }
  main .intro h1 {
    margin-bottom: 30px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.6rem;
    color: #232C67;
  }
  main .intro .note {
    margin-bottom: 40px;
  }
  main .intro .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
    margin: 0 auto;
  }
  main .intro .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .intro .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
