@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  /* ゴシック体系のフォント指定 */
  font-family: "メイリオ", Meiryo, Osaka,sans-serif;
  text-rendering: optimizeLegibility;
}

.serif {
  /* 明朝体系(セリフ体)のフォント指定 */
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

main {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

ul,
ol {
  list-style: none;
}

a:link { color: #0080D6; }
a:visited { color: #000080; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Goto Top (Topへ戻る) PC.SP共通設定
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pageTop {
  display: block;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  bottom: 115px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  font-size: 16px;
  color: #fff;
  z-index: 10000;
}

/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width:768px) {
  body {
    min-width: 960px;
  }

  #wrapper {}

  br.pc_none {
    display: none;
  }

  .pcnavwrap {
    background-color: #E8E2DC;
  }

  ul.pcnavul {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  ul.pcnavul li {
    width: 183px;
    display: flex;
    /* border-left: 1px solid #666666; */
  }

  li.pcnavullast {
    /* border-right: 1px solid #666666; */
  }

  /*==================================================
    Header  for PC
==================================================*/
  .top_title {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }

  .top_title1 {
    width: 332px;
    height: 61px;
    margin: 10px auto;
  }

  .top_title2 {
    width: 493px;
    height: 61px;
    margin: 10px auto;
    display: flex;
    align-items: center;
  }

  .top_title p.receptiontime {
    margin-left: 40px;
    font-size: 13px;
    line-height: 1.3;
  }

  .top_title2 figure {
    padding-left: 13px;
  }


  header .fv_box {
    background-color: #ccc;
    background-position: center;
  }

  header .fv_box h1 {
    width: 960px;
    margin: auto;
  }

  /* ハンバーガー */
  div.zdo_drawer_menu {
    display: none;
  }

  /*==================================================
    Main  for PC
==================================================*/
  main {}

  /* タイトルの帯(募集要項、応募フォームなど)
    --------------------- */
  main h2.title_obe {
    width: 960px;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    background-color: #b9b9b9;
  }

  /* タイトルの帯の下の矢印
    -------------------

    main h2.title_obe{
        position: relative;
    }

    main h2.title_obe::after{
        display: flex;
        content: "";
        width: 30px;
        height: 30px;
        background-color: #b9b9b9;
        position: absolute;
        left: 49%;
        bottom: -20%;
        transform: rotate(45deg);
        z-index: -1;
    }
    -- */
  /*==================================================
    Main スライド  for PC
==================================================*/
.slidewrap{
  background-image: url(../img/skyphoto.jpg);
  background-position: center;

  padding-bottom: 20px;
}



  #slide {


    margin: 30px 0;
  }

  #slide .slide_box {
padding: 20px 0;
  }

  #slide h2 {
    /* width: 760px;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #b9b9b9;
    text-align: center;
    font-size: 32px;
    line-height: 1.3; */
  }

  #slide .swiper-container {
    width: 100%;
    height: 100%;
    /* background-color: #e6e6e6; */
  }

  #slide .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #e6e6e6; */
    margin: auto;
    text-align: center;
    font-size: 18px;
  }

  #slide .swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
  }

  /*==================================================
    Main message for PC
==================================================*/
  div.message {
    background: -moz-radial-gradient(#C1272D 20%, #C1272D 70%);
    background: -webkit-radial-gradient(#fff 20%, #fff 70%);
    background: radial-gradient(#FF0000 20%, #C1272D 70%);

  }

  div.message h1 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding: 15px;
  }

  .messagecaption {
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
  }

  .messagecaption p {
    font-family: 'メイリオ', Meiryo, sans-serif;
    margin: 35px auto 64px;
  }

  .messagecaption .a {
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  
  .banner {
    width: 960px;
    margin: 0 auto;
  }

  /*==================================================
    Main 募集要項  for PC
==================================================*/
  #recruit {
    margin: 0 auto 30px;
  }

  #recruit .step_naiyou {
    width: 930px;
    margin: auto;
    background-color: #fff;
  }

  #recruit .step_naiyou dl {
    display: flex;
    border-bottom: 1px dotted #bdbdbd;
  }

  #recruit .step_naiyou dl dt,
  #recruit .step_naiyou dl dd {}

  #recruit .step_naiyou dl dt {
    width: 180px;
    height: 32px;
    margin: 30px 30px 30px 0;
    background-color: #000;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 32px;
    color: #fff;
  }

  #recruit .step_naiyou dl dd {
    width: 660px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }

  #recruit .step_naiyou dl dd span {
    font-size: 25px;
    line-height: 50px;
  }

  /*お問い合わせ文字 start
    ------------------------------*/
  #recruit .step_naiyou em {
    font-size: 16px;
  }

  #recruit .step_naiyou a:link {
    color: #333;
  }

  /*==================================================
    Main　応募フォーム  for PC
==================================================*/
  #oubo_form {}

  /*form start
    ------------------------------*/
  #formID {
    padding: 20px;
  }

  #formID table {
    width: 930px;
    margin: 0 auto 20px;
  }

  #formID tr {
    border-bottom: 1px dotted #ddd;
  }

  #formID td,
  #formID th {
    padding: 20px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
  }

  #formID th {
    width: 20%;
    background-color: #ddd;
    border-left: 5px solid #ccc;
    vertical-align: center;
    font-weight: normal;
    text-align: left;
  }

  #formID td {
    vertical-align: middle;
  }

  #formID table {
    font-size: 14px !important;
    line-height: 1.6;
  }

  #formID input,
  #formID textarea {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    font-size: 20px;
  }

  #formID select {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: url(../img/select_ya.png) right 10px center no-repeat #fff;
    font-size: 16px;
    /* セレクトボックスのデフォルトスタイルを無効にする */
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #formID .select {
    width: 100%;
    border: 1px solid #ccc;
  }

  /*性別ほか labelタグ右側に余白*/
  #formID label {
    margin-right: 20px;
    vertical-align: middle;
  }

  #formID button {
    display: block;
    width: 460px;
    margin: 20px auto;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
  }

  #formID button:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
  }

  /*==================================================
    Footer  for PC
==================================================*/
  div.sitemap {
    margin: 72px auto 50px;
    padding: 60px 0;
    background: #E6E6E6;
    display: flex;
  }

  div.sitemapwrap {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
  }

  div.bottomlogo {
    width: 255px;
    height: 75px;
    display: flex;
  }

  div.sitemapin {

  }

  div.sitemapin ul {
    width: 705px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
  }

  div.sitemapin li {
    width: 230px;
    display: flex;
    padding-left: 30px;
    height: 27px;
  }

  /*==================================================
    Footer  for PC
==================================================*/
  footer {
    margin: 0 auto;
    background: #3FA9F5;
  }

  footer p {
    padding: 20px 0;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
  }
}

/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width:767px) {
  body {
    width: 100%
    font-size: 13px;
  }

br.spnone{
  display: none;
}
  /*--------------------------------------------------
    Header  for sp
--------------------------------------------------*/
  .top_title {
    width: 100%;
    margin: 8% auto;
  }

  .top_title1 {
    background-color: #fff;
    margin: 5% auto;
  }

  .top_title p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .top_title1 img {
    width: 60%;
    margin-left: 2%;
  }

  .top_title2 img {
    width: 75%;
    margin: 5% auto;
  }

  header .fv_box h1 {
    width: 100%;
    margin: auto;
  }

  .pc_nav {
    display: none;
  }

  /* ハンバーガーsp */
  /*+++ Reset +++*/
  .zdo_drawer_menu {}

  .zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 42px;
    height: 26px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 42px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 50%;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 100%;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 36.77px;
    left: 8px
  }

  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981633974483rad) translateY(-50%);
    top: 0px
  }

  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981633974483rad) translateY(-50%);
    top: calc(100% - 0px)
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /*+++ Default Button Color +++*/
  .zdo_drawer_button {
    color: #2274a5;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #2274a5;
  }

  /*--------------------------------------------------
    Main  for sp
--------------------------------------------------*/
  /* タイトルの帯(募集要項、応募フォームなど)
    --------------------- */
  main h2.title_obe {
    margin: 0 auto 5%;
    padding: 10px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    background-color: #b9b9b9;
  }

  .top_title2 {
    width: 80%;
    margin: 10px auto;
  }

  /* タイトルの帯の下の矢印
    -------------------

    main h2.title_obe{
        position: relative;
    }

    main h2.title_obe::after{
        display: flex;
        content: "";
        width: 20px;
        height: 20px;
        background-color: #b9b9b9;
        position: absolute;
        left: 47%;
        bottom: -15%;
        transform: rotate(45deg);
        z-index: -1;
    }
    -- */
  /*--------------------------------------------------
    Main 募集要項を見る  for sp
--------------------------------------------------*/
  #btn_youkou {
    padding: 4% 0;
  }

  #btn_youkou a img {
    width: 85%;
    margin: auto;
  }

  /*--------------------------------------------------
    Main スライド  for sp
--------------------------------------------------*/


  #slidesp {
    width: 100%;
    margin: 0 auto 5%;
    padding: 35px 10px 30px;
    background-image: url(../img/sky.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  #slide h2 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #b9b9b9;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
  }

  #slide .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    /* background-color: #e6e6e6; */
  }

  #slide .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 18px;
  }

  #slide .swiper-container .swiper-slide img {
    width: 100%;
  }


  /*==================================================
    Main message for PC
==================================================*/
  div.message {
    background: -moz-radial-gradient(#C1272D 20%, #C1272D 70%);
    background: -webkit-radial-gradient(#fff 20%, #fff 70%);
    background: radial-gradient(#FF0000 20%, #C1272D 70%);
  }

  div.message h1 {
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    padding: 15px;
  }

  .messagecaption {
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    width: 95%;
  }

  .messagecaption p {
    font-family: 'メイリオ', Meiryo, sans-serif;
    margin: 25px auto;
    line-height: 1.5;
    font-size: 16px;
  }

  .banner {
    width: 100%;
    margin: 0 auto 25px;
  }

  /*==================================================
    sitemap  for sp
==================================================*/
  div.sitemap {
    display: none;
  }

  /*--------------------------------------------------
    Footer  for sp
--------------------------------------------------*/
/*--------------------------------------------------
  Footer  for sp
--------------------------------------------------*/
footer {
background-color: #3FA9F5;
}

footer p {
padding: 15px 0;
text-align: center;
font-style: normal;
font-size: 75%;
color: #fff;
}
}
