@charset "UTF-8";
/*
Theme Name: 廣瀨 リクルートサイト
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; font-size: 100%; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
a { margin: 0; padding: 0; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
img { border-style: none; vertical-align: bottom; max-width: 100%; height: auto; }
sup { font-size: 8px; }
em { font-style: normal; }
div, ul, ol, dl { zoom: 1; }
/* CJK言語（中国語、日本語、韓国語）での句読点の間隔を変更。 */
:root { text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric; }

/* ----------------------------- 全体 */
html { font-size: 62.5%; }
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings : "palt";
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  /*min-width: 1280px;*/
}
body br { font-family: sans-serif; }

a:link, a:visited { color: #4B83B7; text-decoration: underline; }
a:hover, a:active { color: #4B83B7; text-decoration: none; }
a, a img { -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; -ms-transition: 0.2s ease all; transition: 0.2s ease all; }
a:hover { opacity: 0.65; -ms-filter: "alpha(opacity=65)"; filter: alpha(opacity=65); }

@media screen and (min-width: 768px) { .u-sp-only { display: none !important; } }
@media screen and (max-width: 767px) { .u-pc-only { display: none !important; } }

/* ----------------------------- 0. 共通パーツ */
/*utility*/
.u-m0 { margin: 0; }
.u-mt0 { margin-top: 0; }
.u-mb0 { margin-bottom: 0; }

.u-p0 { padding: 0; }
.u-pt0 { padding-top: 0; }
.u-pb0 { padding-bottom: 0; }

.u-col { color: #4B83B7; }
.u-col__red { color: #FF0000; }
.u-col__blue { color: #3399FF; }

.u-mincho { font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.u-gothic { font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ　Ｐゴシック", sans-serif; }

.u-italic { font-style: italic; }
.u-bold { font-style: bold; }
.u-underline { font-style: underline; }

.u-center { text-align: center !important; }
.u-center th, .u-center td { text-align: center !important; }

.u-right { text-align: right !important; }
.u-right th, .u-right td { text-align: right !important; }

.u-left { text-align: left !important; }
.u-left th, .u-left td { text-align: left !important; }

.u-top { vertical-align: top !important; }
.u-top th, .u-top td { vertical-align: top !important; }

.u-middle { vertical-align: middle !important; }
.u-middle th, .u-middle td { vertical-align: middle !important; }

.u-bottom { vertical-align: bottom !important; }
.u-bottom th, .u-bottom td { vertical-align: bottom !important; }

.u-indent { text-indent: -1em; padding-left: 1em; }

.u-anchor { position: relative; margin-top: -70px; padding-top: 70px; }

.u-googlemap-wrap { position: relative; padding-bottom: 59.55%; height: 0; overflow: hidden; }
.u-googlemap-wrap iframe, .u-googlemap-wrap object, .u-googlemap-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.u-youtube-wrap { position: relative; width: 100%; padding-top: 76.1904%; }
.u-youtube-wrap iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

/*component*/
.c-wrap { max-width: 1026px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1340 { max-width: 1340px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1440 { max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1590 { max-width: 1590px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }

.c-wrap__separate { margin-left: 15px; margin-right: 15px; }

.c-separate1 { border-bottom: 1px solid #efefef; padding-bottom: 60px; margin-bottom: 60px; }

.c-btn {
  margin: 1em 0;
  text-align: center;
}
.c-btn a {
  padding: 16px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;

  background: linear-gradient(270deg, #40bfa2, #50bace, #d972a4, #f4c45f);
  background-size: 400% 400%;

  animation: BtnAnimation 30s ease infinite;
}
@keyframes BtnAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.c-btn a:hover {
  opacity: 0.75;
}

.c-txt-note {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {/*PC用*/
  .c-pc-column-2 {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-pc-column-2 > div,
  .c-pc-column-2 > article {
    width: 48%;
  }
}

.js-slick-osusume .slick-prev,
.js-slick-osusume .slick-next {
    width: 40px;
    height: 40px;
}
.js-slick-osusume .slick-prev:before,
.js-slick-osusume .slick-next:before {
    font-family: sans-serif;
    color: #ccc;
}
.js-slick-osusume .slick-prev:before {
    content: '＜';
}
.js-slick-osusume .slick-next:before {
    content: '＞';
}



/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/

@media screen and (max-width: 768px) {/*タブレット、SP用*/
  .l-nav {
    position: fixed;
    width: 100%;
    /*height: 50px;*/
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
  }
  .l-nav__logo {
    display: none;
  }
  .l-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .l-nav ul li {
    width: 33.33%;
    text-align: center;
  }
  .l-nav ul li a {
    padding: 12px 20px;
    display: block;
  }
  .l-nav ul li a img {
    max-height: 20px;
  }
}

@media screen and (min-width: 769px) {/*PC用*/
  .l-nav {
    position: fixed;
    max-width: 240px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    text-align: center;
  }
  .l-nav__logo {
    margin-bottom: 160px;
    padding: 64px 20px 20px;
  }
  .l-nav ul {
    padding: 0 20px;
  }
  .l-nav ul li {
    margin-bottom: 64px;
  }
  .l-nav ul li a {
    display: block;
    text-decoration: none;
  }
  .l-nav ul li a:hover {
    opacity: 0.75;
  }
  .l-nav ul li a img {
    max-width: 140px;
  }
}



/*=======================================
コンテンツ
=========================================*/
.l-main {
  display: block;
  /*width: calc(100vw - 240px);*/
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease all;
}
@media screen and (min-width: 769px) {/*PC用*/
  .l-main {
    padding-left: 240px;
  }
}

/*=======================================
フッター
=========================================*/
.l-footer {
  margin-bottom: 64px;
  text-align: center;
}
.l-footer small {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {/*PC用*/
  .l-footer {
    padding-left: 240px;
  }
}


/* ----------------------------- 2. トップページ */

/*=======================================
トップページ
=========================================*/
.p-top h1 {
  margin: 48px auto 20px;
  padding: 0 20px;
  max-width: 800px;
}
.p-top h1 + nav {
  margin: 0 auto 64px;
  padding: 0 10px;
  max-width: 840px;
}
.p-top h1 + nav ul {
  display: flex;
  justify-content: space-between;
}
.p-top h1 + nav ul li {
  width: 33.33%;
}
.p-top h1 + nav ul li:nth-child(2) {
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}
.p-top h1 + nav ul li a {
  padding: 2px 10px;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top h1 {
    margin-top: 64px;
    margin-bottom: 48px;
  }
  .p-top h1 + nav {
    margin-bottom: 128px;
  }
  .p-top h1 + nav ul li a {
    padding: 4px 20px;
  }
}

.p-top section {
  margin-bottom: 80px;
  padding: 0 20px;
}

/*リード*/
.p-top__lead {
  margin-bottom: 32px;
  padding: 0 20px;
}
.p-top__lead h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__lead h2 img {
    margin: 8px auto;
    max-height: 22px;
  }
  .p-top__lead h2 + p {
    font-size: 1.2rem;
  }
}

/*フェア概要*/
.p-top__fair .c-inner {
  margin: 0 auto;
  padding: 48px 20px 20px;
  max-width: 750px;
  background: #f8f8ef url(img/fair_bg.png) center 16px no-repeat;
  box-sizing: border-box;
  position: relative;
}
.p-top__fair h2 {
  margin-bottom: 16px;
  text-align: left;
}
.p-top__fair p {
  margin-bottom: 1em;
  text-align: left;
}
.p-top__fair .c-txt-note {
  margin-bottom: 0;
}
.p-top__fair p + img {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__fair p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__fair .c-inner {
    padding: 64px 380px 40px 40px;
  }
  .p-top__fair .c-inner > img {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
}

/*スリーク新潟*/
.p-top__thn > figure,
.p-top__bp > figure,
.p-top__bs > figure {
  margin: 0 auto 20px;
  max-width: 140px;
}
.p-top__thn h2 {
  margin: 0 -20px 32px;
  background: #000;
}
.p-top__thn h3 {
  margin-bottom: 32px;
}
.p-top__thn ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}
.p-top__thn ul li {
  margin-bottom: 32px;
  width: 30%;
  font-size: 1rem;
  text-align: left;
}
.p-top__thn ul li img {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__thn ul li:nth-child(4) {
    margin-left: 15%;
  }
  .p-top__thn ul li:nth-child(5) {
    margin-right: 15%;
  }
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__thn h2,
  .p-top__thn h3 {
    margin-bottom: 64px;
  }
  .p-top__thn ul li {
    width: 18%;
  }
}

/*スリークBP*/
.p-top__bp > figure + figure {
  margin: 0 -20px;
  max-width: 100vw;
  overflow: hidden;
}
.p-top__bp > figure + figure img {
  width: auto;
  height: 200px;
  object-fit: cover;
  object-position: left;
}
.p-top__bp h2 {
  margin: -14px 0 40px;
}
.p-top__bp h2 img {
  margin-bottom: 20px;
}

.p-top__bp .c-pc-column-2 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top__bp article {
  margin-bottom: 40px;
  width: 47.5%;
  text-align: left;
  position: relative;
}
.p-top__bp article:nth-child(1) {
  width: 100%;
}
.p-top__bp article h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-top__bp article h3 img {
  margin-bottom: 12px;
}
.p-top__bp-new {
  width: 48px;
  position: absolute;
  top: -24px;
  left: -10px;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__bp h2 img:nth-child(1) {
    max-width: 150px;
  }
  .p-top__bp article {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__bp > figure + figure img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
  }
  .p-top__bp h2 {
    margin-top: -27px;
  }
  .p-top__bp h2 img {
    margin-bottom: 48px;
  }
  .p-top__bp article h3 {
    font-size: 2.0rem;
  }
}

/*ビジュースリーク*/
.p-top__bs > figure {
  max-width: 160px;
}
.p-top__bs h2 {
  margin: 0 -20px 40px;
  padding: 60px 20px;
  background: #63bbba;
}
.p-top__bs h2 span::before {
  content: "";
  margin: 20px auto;
  display: block;
  width: 48px;
  height: 4px;
  background: #fff;
}
.p-top__bs h2 span {
  display: block;
}
.p-top__bs article p {
  overflow: hidden;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__bs h2 span {
    text-align: left;
    font-size: 1.3rem;
  }
}

.p-top__bs-mariha h3 {
  margin-bottom: 40px;
}
.p-top__bs-mariha h3 img {
  width: 50%;
  max-width: 344px;
}
.p-top__bs-mariha h4 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.4rem;
  color: #a64a97;
  clear: both;
}
.p-top__bs-mariha article {
  margin-bottom: 40px;
}
.p-top__bs-mariha article figure {
  margin-left: -10px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  width: 48%;
}
.p-top__bs-mariha article:nth-child(2) figure {
  margin-left: 12px;
  margin-right: -10px;
  float: right;
}
@media screen and (max-width: 767px) {/*SP用*/
  .p-top__bs-mariha article p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__bs-mariha h4 {
    font-size: 2rem;
  }
}

.p-top__bs-oeau {
  margin: 0 -20px 40px;
  padding: 20px;
  background: #f6f7f7;
  clear: both;
}
.p-top__bs-oeau article h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 4.7vw;
  color: #6a7d87;
}
.p-top__bs-oeau article h3 + figure {
  margin-bottom: 20px;
}
.p-top__bs-oeau article p + figure img {
  width: auto;
  height: 120px;
}
.p-top__bs-oeau article figure figcaption {
  margin-top: 16px;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__bs-oeau article {
    margin: auto;
    padding: 20px 0;
    max-width: 1000px;
    position: relative;
  }
  .p-top__bs-oeau article h3 {
    padding-right: 56%;
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.3;
    position: relative;
  }
  .p-top__bs-oeau article h3 + figure {
    margin: -220px -10px 0 -72px;
    max-width: 66%;
    float: right;
    /*position: absolute;*/
    /*right: -10px;*/
    /*top: -48px;*/
  }
  .p-top__bs-oeau article p {
    /*padding-right: 60%;*/
    position: relative;
    line-height: 1.8;
  }
  .p-top__bs-oeau article p + figure {
    clear: both;
  }
  .p-top__bs-oeau article p + figure img:nth-child(1) {
    width: 42%;
    height: auto;
  }
  .p-top__bs-oeau article p + figure img:nth-child(2) {
    width: 56%;
    height: auto;
  }
  .p-top__bs-oeau article figure figcaption {
    font-size: 1.1rem;
  }
}

.p-top__bs-bridal-fair .c-inner figure {
  margin-top: 64px;
  margin-bottom: 24px;
}
.p-top__bs-bridal-fair h3 {
  margin-bottom: 24px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 3.2rem;
  color: #e95377;
}
.p-top__bs-bridal-fair h3 + p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.p-top__bs-bridal-fair h3 + p + .c-txt-note {
  margin-bottom: 40px;
}
.p-top__bs-bridal-fair article h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 5vw;
  color: #444;
}
.p-top__bs-bridal-fair article ul {
  margin: 0 auto;
  max-width: 1000px;
}
.p-top__bs-bridal-fair article ul li img {
  margin: auto;
  width: 270px;
}

.p-top__bs-bridal-fair-chigai {
  margin: 100px auto 40px;
  padding: 20px;
  max-width: 1000px;
  background: #fdf0f2;
  border-radius: 16px;
  box-sizing: border-box;
}
.p-top__bs-bridal-fair-chigai figure {
  margin: -80px auto 20px;
  width: 140px;
}
.p-top__bs-bridal-fair-chigai h5 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2rem;
  color: #ec6d81;
}
.p-top__bs-bridal-fair-chigai h5 em {
  font-size: 2.8rem;
}
.p-top__bs-bridal-fair-chigai .c-pc-column-2 div {
  margin-bottom: 20px;
  text-align: left;
}
.p-top__bs-bridal-fair-chigai .c-pc-column-2 strong {
  font-weight: bold;
  font-size: 2rem;
}
.p-top__bs-bridal-fair-chigai .c-pc-column-2 strong span {
  font-size: 1.6rem;
}

.p-top__bs-bridal-fair-50off .c-pc-column-2 div {
  margin-bottom: 20px;
}
.p-top__bs-bridal-fair-50off .c-pc-column-2 div:last-child {
  margin-right: -14px;
}
@media screen and (min-width: 768px) {/*PC用*/
  .p-top__bs-bridal-fair .c-inner {
    margin: 0 auto 40px;
    max-width: 1000px;
  }
  .p-top__bs-bridal-fair .c-inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-top__bs-bridal-fair .c-inner figure {
    max-width: 40%;
    float: left;
  }
  .p-top__bs-bridal-fair h3 {
    padding-top: 48px;
    text-align: right;
    font-size: 5.2rem;
  }
  .p-top__bs-bridal-fair h3 + p {
    margin-bottom: 1em;
    text-align: right;
    font-size: 2.0rem;
  }
  .p-top__bs-bridal-fair h3 + p + .c-txt-note {
    text-align: right;
  }
  .p-top__bs-bridal-fair article {
    clear: both;
  }
  .p-top__bs-bridal-fair article h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.8rem;
  }

  .p-top__bs-bridal-fair article ul li {
    margin: 0 10px;
  }

  .p-top__bs-bridal-fair-chigai {
    padding: 40px;
  }
  .p-top__bs-bridal-fair-chigai h5 {
    font-size: 2.4rem;
  }
  .p-top__bs-bridal-fair-chigai h5 em {
    font-size: 3.2rem;
  }
}



/* ----------------------------- 3. 下層ページ */