@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  padding: 0;
}

[aria-disabled], html {
  cursor: default;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small, sub, sup {
  font-size: 83.3333%;
}

hr {
  height: 0;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[tabindex], a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*---------------------------------------------------
株式会社セオリー 日本酒スローフード 銀座方舟 求人サイト
----------------------------------------------------*/
.ceory {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  line-height: 1.75;
  cursor: auto;
  position: relative;
  padding-top: 80px;
}

.ceory * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ceory a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all .3s;
}

.ceory a:hover {
  opacity: .7;
}

.ceory img {
  width: 100%;
  height: auto;
}

.ceory ul {
  list-style: none;
}

.ceory .marker {
  background: #ffff00;
}

.pc_ele {
  display: inherit;
}

.sp_ele {
  display: none;
}

.font_shuei {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
}

/*---------------------------------------------------
header Setting
----------------------------------------------------*/
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 2%;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 100;
}
.head_logo {
  margin: 0;
}
.head_nav {
  margin-left: auto;
}
.head_nav_ls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  margin: 0 0 0 auto;
  padding: 0 0 0 5%;
}
.head_nav_ls_item a {
  padding: 5px 1.5vw;
}
.head_entry {
  width: 10%;
  text-align: center;
  margin: 0 0 0 2%;
}
.head_entry a {
  display: block;
  white-space: nowrap;
  color: #fff;
  background: #f8914e;
  padding: 10px;
  border-radius: 4px;
}

/*---------------------------------------------------
.content Setting
----------------------------------------------------*/
.content_main {
  margin-top: 0;
}
.content_hakobune {
  width: 205px;
  text-align: center;
  padding: 0 2%;
  margin: 2em auto 0;
}
.content_sec_in {
  max-width: 1200px;
  margin: auto;
}
.content_sec_ttl {
  font-size: 48px;
  text-align: center;
  margin-bottom: 0;
}

/*---------------------------------------------------
#point Setting
----------------------------------------------------*/
.point_ls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  text-align: center;
  padding: 0 3%;
}
.point_ls_item {
  width: 31%;
  margin-bottom: 3em;
}
.point_ls_item_num {
  display: inline-block;
  width: 200px;
  height: 200px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 1em 1em 0;
  margin: 0 auto;
  background: #f8bd13;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.point_ls_item_img {
  margin-top: -125px;
  position: relative;
  z-index: 1;
}
.point_ls_item_ttl {
  font-size: 30px;
  margin: 1em 0;
}
.point_ls_item_txt {
  text-align: left;
}

/*---------------------------------------------------
#work Setting
----------------------------------------------------*/
.work_sec {
  background: #f8bd13;
  padding: .01em 3% 2em;
}
.work_ls {
  padding: 0;
}
.work_ls_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.work_ls_item_img {
  width: 28%;
}
.work_ls_item_cnt {
  width: 68%;
}
.work_ls_item_cnt_ttl {
  font-size: 30px;
  margin-top: 0;
}

/*---------------------------------------------------
#voice Setting
----------------------------------------------------*/
.voice_sec {
  padding: .01em 3% 2em;
}
.voice_ls {
  padding: 0;
}
.voice_ls_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.voice_ls_item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.voice_ls_item_img {
  width: 50%;
}
.voice_ls_item_cnt {
  width: 46%;
}
.voice_ls_item_cnt_ttl {
  font-size: 30px;
}
.voice_ls_item_cnt_lead {
  font-size: 24px;
  color: #c2a328;
}

/*---------------------------------------------------
#message Setting
----------------------------------------------------*/
.message_sec {
  background: #efefef;
  padding: .01em 5% 2em;
  text-align: center;
}
.message_ttl {
  font-size: 30px;
  line-height: 1.5;
}
.message_lead {
  font-size: 30px;
  line-height: 1.5;
  color: #c2a328;
}
.message_txt {
  text-align: left;
}

/*---------------------------------------------------
#about Setting
----------------------------------------------------*/
.about_sec {
  padding: .01em 5% 2em;
  text-align: center;
}
.about_img {
  text-align: center;
}
.about_img img {
  width: auto;
  max-width: 100%;
}

.relation_ls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 3em 0 4em;
}
.relation_ls_item {
  width: 20%;
}
.relation_ls_item img {
  width: auto;
  max-width: 100%;
}

/*---------------------------------------------------
#info Setting
----------------------------------------------------*/
.info_sec {
  padding: .01em 3% 2em;
  background: #efefef;
}
.info_ls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.info_ls_item {
  width: 47%;
  background: #fdfcfa;
}
.info_ls_item_ttl {
  font-size: 24px;
  background: #efefef;
  padding: 2em 0 .25em;
  margin: 0;
}
.info_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fdfcfa;
  margin-top: .5em;
}
.info_box_ttl {
  width: 25%;
  padding: 3% 0 3% 7%;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}
.info_box_ttl:last-of-type {
  border-bottom: none;
}
.info_box_cnt {
  width: 72%;
  padding: 3% 7% 3% 0;
  margin: 0;
  border-bottom: 1px solid #efefef;
  font-weight:normal!important;
}
.info_box_cnt:last-of-type {
  border-bottom: none;
}

/*---------------------------------------------------
#entry Setting
----------------------------------------------------*/
.entry_sec {
  text-align: center;
  padding: 2em 3% 2em;
}
.entry_ttl {
  font-size: 28px;
  line-height: 1.5;
}
.entry_ls {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #0d2a96;
}
.entry_ls_item {
  width: 47%;
  margin: 0 auto;
}
.entry_ls_item_ttl {
  display: inline-block;
  font-size: 36px;
  padding: 0 0 0 1.7em;
  margin: 1.2em 0 0 0;
  position: relative;
}
.entry_ls_item_ttl::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.entry_ls_item_ttl.phonenum {
  padding: 0 0 0 2.1em;
}
.entry_ls_item_ttl.phonenum::before {
  width: 1.8em;
  height: 1.8em;
  background: url(../images/icon_phone.png) no-repeat center center;
  background-size: contain;
}
.entry_ls_item_ttl.mailaddress::before {
  background: url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}
.entry_ls_item_txt a {
  font-size: 36px;
  color: #0d2a96;
}
.entry_btn {
  text-align: center;
}
.entry_btn a {
  display: block;
  width: 80%;
  font-size: 40px;
  background: #fff;
  padding: .5em 0;
  margin: 1em auto;
  border: 8px solid #c2a328;
  border-radius: 2em;
  position: relative;
}
.entry_btn a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_arrow.png) no-repeat center center;
  background-size: contain;
  margin: auto;
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
}

.snslinks {
padding:40px auto;
text-align:center;
margin-bottom:80px
}

ul.sns_ls{
width:140px;
margin:0 auto 80px;
}

ul.sns_ls li {
float:left!important;
width:25px;
margin:0 8px;
}

/*----------------------------
Media Setting
-----------------------------*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1060px) {
  .head_logo{
    min-width: 80px;
  }
  .head_nav_ls_item a{
    padding: 5px;
  }
}
@media screen and (max-width: 920px) {
  .head_nav_ls {
    font-size: .9em;
  }
}
@media screen and (max-width: 768px) {
  .pc_ele {
    display: none;
  }

  .sp_ele {
    display: inherit;
  }

  .ceory {
    font-size: 14px;
    padding-top: 52px;
  }

  .head {
    padding: 0 2%;
    border-bottom: 1px solid #f7f7f7;
  }

  .head_logo {
    width: 100px;
  }

  .head_entry {
    width: auto;
    margin: 0 0 0 auto;
  }

  .head_entry a {
    padding: 5px 10px;
  }

  .head_nav {
    display: none;
  }

  .head_nav_btn {
    text-align: center;
    width: 5em;
  }

  .head_nav_ls {
    display: block;
    position: fixed;
    padding: 0;
    background: #fff;
    top: 52px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
  }

  .open .head_nav_ls {
    opacity: 1;
  }

  .head_nav_ls_item {
    border-bottom: 1px solid #f7f7f7;
    padding: 1% 2%;
  }

  .content_hakobune {
    width: 180px;
  }

  .content_sec_ttl {
    font-size: 24px;
  }

  .point_ls {
    display: block;
  }

  .point_ls_item,
  .work_ls_item,
  .voice_ls_item {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .point_ls_item_num {
    width: 180px;
    height: 185px;
    font-size: 25px;
  }

  .point_ls_item_ttl,
  .work_ls_item_cnt_ttl,
  .voice_ls_item_cnt_ttl,
  .message_ttl {
    font-size: 24px;
    margin: 0;
  }

  .work_ls_item_img,
  .work_ls_item_cnt,
  .voice_ls_item_img,
  .voice_ls_item_cnt {
    width: 100%;
  }

  .voice_ls_item_cnt_lead,
  .message_lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .about_ls {
    padding: 0;
  }

  .about_center {
    margin: 2em 0;
  }

  .about_ls_item {
    margin-top: 1em;
  }

  .about_ls_item_img img {
    width: auto;
    max-width: 100%;
  }

  .about_ls_item_txt {
    text-align: left;
    line-height: 1.5;
  }

  .relation_ls {
    flex-wrap: wrap;
  }

  .relation_ls_item {
    width: 45%;
    margin-top: 2em;
  }

  .info_ls {
    display: block;
  }

  .info_ls_item {
    width: 100%;
  }

  .info_ls_item_ttl {
    font-size: 16px;
    padding: .5em 0 .25em;
  }

  .entry_ttl {
    font-size: 16px;
  }

  .entry_ls {
    display: block;
    padding: 0;
  }

  .entry_ls_item {
    width: 100%;
  }

  .entry_ls_item_ttl {
    font-size: 22px;
  }

  .entry_btn a {
    width: 100%;
    font-size: 20px;
    border: 4px solid #c2a328;
  }
}
/*---------------------------------------------------
IE11 Setting
----------------------------------------------------*/
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sparkling_cnt_02 .sparkling_cnt_txtbox {
    width: 530px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 990px) {
  *::-ms-backdrop, .sparkling_cnt_02 .sparkling_cnt_txtbox {
    width: 500px;
  }
}
