@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;
    }
    -- */
  /*==================================================
    topimg
==================================================*/
  #topimgsp {
    display: none;
  }

  .topimg_box {
    margin: 30px 0;
  }

  .topimg_box p {
    margin: 0 auto;
    max-width: 100%;
  }

  /*==================================================
    message  for PC
==================================================*/
  .ceophotosp {
    display: none;
  }

  div.messagewrap {
    width: 960px;
    margin: 70px auto;
    line-height: 1.5;
  }

  div.messagewrap h2 {
    font-size: 35px;
    border-bottom: solid #0071BC 2px;
    text-align: center;
    color: #0071BC;
    margin-bottom: 60px;
    font-weight: bold;
  }

  div.ceo {
    margin: 20px 0;
    position: relative;
  }

  div.ceo p {
    margin: 20px 0;
    font-size: 16px;
  }

  div.ceo img {
    width: 445px;
    position: absolute;
    right: -40px;
    bottom: 0px;
  }

  /*==================================================
  companyprofile  for PC
==================================================*/
  .companyprofile {
    background-color: #F5F7F5;
    margin: 50px auto;
    padding: 10px 0;
  }

  .companyprofile h2 {
    font-size: 40px;
    border-bottom: solid #0071BC 2px;
    text-align: center;
    color: #0071BC;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .tablewrap {
    display: flex;
    justify-content: space-around;
  }

  .tableleft {
    width: 515px;
  }

  .companyprofile table {
    width: 960px;
    margin: 0 auto;
  }

  .tableleft td {
    padding-bottom: 20px;
  }

  .tableright p {
    margin-bottom: 50px;
  }

  /*==================================================
    figure1  for pc
==================================================*/

.figure1{
  max-width: 960px;
  margin: 70px auto;
}


  /*==================================================
  brandlogo  for PC
==================================================*/
  div.brandlogowrap {
    width: 960px;
    margin: 0 auto;
  }

  div.brandlogowrap dl {
    border-bottom: #000 dotted 2px;
    margin: 30px auto;
    padding: 10px 0;
  }

  div.brandlogowrap dl:last-child {
    border-style: none;
  }

  div.brandlogowrap dt.title1 {
    color: #3FA9F5;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  div.brandlogowrap span {
    font-weight: bold;
  }

  div.brandlogowrap dt.title2 {
    font-size: 25px;
    margin: 10px 0;
  }

  div.brandlogowrap dd {
    line-height: 1.5;
    font-size: 16px;
  }

  /*==================================================
    sitemap  for PC
==================================================*/
  div.sitemap {
    margin: 50px auto;
    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
--------------------------------------------------*/
  #topimg {
    display: none;
  }

  .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;
    }
    -- */
  /*==================================================
      message  for sp
  ==================================================*/
  .ceophoto {
    display: none;
  }

  div.messagewrap {
    width: 90%;
    margin: 30px auto;
    line-height: 1.5;
  }

  div.messagewrap h2 {
    font-size: 20px;
    border-bottom: solid #0071BC 2px;
    text-align: center;
    color: #0071BC;
    margin-bottom: 30px;
    font-weight: bold;
  }

  div.ceo {
    margin: 0 auto;
  }

  div.ceo p {
    margin: 20px 0;
    font-size: 14px;
  }

  div.ceo p.ceophotosp {
    width: 100%;
    margin: 0 auto;
  }

  .tableright p {
    margin: 5% auto;
  }


  /*==================================================
    figure1  for sp
==================================================*/

.figure1{
  width: 90%;
  margin: 5% auto;
}

  /*==================================================
    sitemap  for sp
==================================================*/
  div.brandlogowrap {
    width: 90%;
    margin: 0 auto;
  }

  div.brandlogowrap dl {
    border-bottom: #000 dotted 2px;
    margin: 20px auto;
    padding: 10px 0;
  }

  div.brandlogowrap dl:last-child {
    border-style: none;
  }

  div.brandlogowrap dt.title1 {
    color: #3FA9F5;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  div.brandlogowrap span {
    font-weight: bold;
  }

  div.brandlogowrap dt.title2 {
    font-size: 20px;
    margin: 10px 0;
  }

  div.brandlogowrap dd {
    line-height: 1.3;
    font-size: 15px;
  }

  dl.mission {
    margin: 5% auto;
  }

  /*==================================================
    sitemap  for sp
==================================================*/
  div.sitemap {
    display: none;
  }

  /*--------------------------------------------------
    Footer  for sp
--------------------------------------------------*/
  footer {
    background-color: #3FA9F5;
  }

  footer p {
    padding: 15px 0;
    text-align: center;
    font-style: normal;
    font-size: 75%;
    color: #fff;
  }
}
