@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
/*赤*/
/*暗い赤*/
/*グレー*/
/* サイトの基本のカラー */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important; } }
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important; } }
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important; } }
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important; } }
/* PC・タブレット835px以上 */
@media screen and (max-width: 834px) {
  .pctb835 {
    display: none !important; } }
/* タブレット834px以下・SP */
@media screen and (min-width: 835px) {
  .tbsp834 {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
/* 2017.02 update */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body {
  font-size: 62.5%; }

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, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  color: #000000;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }
  a:hover {
    text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  border: none;
  font-size: 0; }

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

/*-------------
   clearfix
---------------*/
.clearfix,
div, dl, ul {
  zoom: 1; }

.clearfix:after,
div:after,
dl:after,
ul:after {
  content: "";
  display: block;
  clear: both; }

/* ◆IE8 */
html > body .clearfix {
  display: block\9; }

/*-------------
   禁則処理
---------------*/
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

/*-------------
     BODY
---------------*/
body {
  margin: 0;
  padding: 0;
  /*	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;*/
  /*	font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "メイリオ", Meiryo, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #555555;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------

	text

----------------------------------------------------------*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*--------------------------------------------------------

	SPの分まで設定する場合　※数値は変更OK

----------------------------------------------------------*/
/*--------------------------------------------------------

	デバイス関係なし

----------------------------------------------------------*/
.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb08 {
  margin-bottom: 8px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.pt00 {
  padding-top: 0px !important; }

.pt05 {
  padding-top: 5px !important; }

.pt06 {
  padding-top: 6px !important; }

.pt07 {
  padding-top: 7px !important; }

.pt08 {
  padding-top: 8px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

@media print {
  .sp,
  .tb,
  .tbsp,
  .tbsp834,
  #top .header {
    display: none !important; }

  body {
    width: 1200px;
    -webkit-print-color-adjust: exact; }

  .header {
    position: relative !important; }

  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/ }
@page {
  size: A4;
  margin: 12.7mm 9.7mm; }
#container {
  margin-top: 80px; }
  @media screen and (max-width: 599px) {
    #container {
      margin-top: 60px; } }

.contents-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .contents-wrap {
      padding-bottom: 90px; } }
  .contents-wrap.width-all {
    max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .contents-wrap.width-all {
        padding-bottom: 90px; } }
    @media screen and (max-width: 599px) {
      .contents-wrap.width-all {
        padding-bottom: 80px; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .contents-wrap.width-all {
        padding-top: 322px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
    .contents-wrap.width-all {
      padding-top: 282px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 599px), screen and (-ms-high-contrast: none) and (max-width: 599px) {
    .contents-wrap.width-all {
      padding-top: 222px; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .contents-wrap.width-all .wrapper-base {
    padding-left: 30px;
    padding-right: 30px; } }

/*2カラム*/
/* =====================================================

wrapper

===================================================== */
.wrapper-base {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .wrapper-base {
      max-width: 1200px;
      margin: 0 auto; } }
  @media screen and (max-width: 1024px) {
    .wrapper-base {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 599px) {
    .wrapper-base {
      padding-left: 15px;
      padding-right: 15px; } }
.wrapper-left {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .wrapper-left {
      float: left; } }
.wrapper-right {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .wrapper-right {
      float: right; } }

/* =====================================================

サイドメニュー

===================================================== */
/* =====================================================

GoogleMap

===================================================== */
.mapWrap {
  position: relative;
  padding-bottom: 56.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .mapWrap iframe,
  .mapWrap object,
  .mapWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mapWrap02 {
  position: relative;
  padding-bottom: 27.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .mapWrap02 {
      padding-bottom: 36.5%; } }
  @media screen and (max-width: 599px) {
    .mapWrap02 {
      padding-bottom: 56.5%; } }
  .mapWrap02 iframe,
  .mapWrap02 object,
  .mapWrap02 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =====================================================

アイコン

===================================================== */
/* =====================================================

アンカー

===================================================== */
/* =====================================================

カラム

===================================================== */
/* =====================================================

ボタンエリア

===================================================== */
/* =====================================================

写真横box

===================================================== */
/* =====================================================

ポイントbox

===================================================== */
/* =====================================================

動画box

===================================================== */
.header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  border-bottom: #EEEEEE solid 1px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*グロナビ*/ }
  @media screen and (max-width: 599px) {
    .header {
      height: 60px; } }
  .header__logo {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 60px;
    height: 47px;
    text-indent: -9999px;
    background-image: url(../img/common/logo.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 599px) {
      .header__logo {
        top: 15px;
        left: 12px;
        width: 40px;
        height: 32px; } }
    .header__logo a {
      display: block;
      height: 100%; }
  .header__parts {
    float: right;
    width: 80px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 599px) {
      .header__parts {
        width: 60px; } }
  @media screen and (max-width: 1024px) {
    .header__spNavi li {
      width: 80px;
      height: 80px;
      font-size: 1.0rem;
      line-height: 1.15;
      text-align: center;
      padding-top: 47px;
      box-sizing: border-box;
      cursor: pointer; } }
  @media screen and (max-width: 1024px) and (max-width: 599px) {
    .header__spNavi li {
      width: 60px;
      height: 60px;
      padding-top: 36px; } }
  @media screen and (max-width: 1024px) {
      .header__spNavi li#menu {
        position: relative;
        color: #000000;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        background-image: url(../img/common/icon_menu_off.svg);
        background-repeat: no-repeat;
        background-position: center top 23px;
        background-size: 32px auto; } }
    @media screen and (max-width: 1024px) and (max-width: 599px) {
      .header__spNavi li#menu {
        background-position: center top 14px;
        background-size: 28px auto; } }
  @media screen and (max-width: 1024px) {
        .header__spNavi li#menu::before {
          position: absolute;
          content: "";
          top: 10px;
          left: 0;
          width: 1px;
          height: 60px;
          background-color: #dddddd; } }
      @media screen and (max-width: 1024px) and (max-width: 599px) {
        .header__spNavi li#menu::before {
          top: 5px;
          height: 50px; } }
  @media screen and (max-width: 1024px) {
        .open .header__spNavi li#menu {
          background-image: url(../img/common/icon_menu_on.svg); }
        .header__spNavi li#menu .open .sp-menu {
          position: fixed; } }
  .header .global-nav {
    text-align: right; }
    .header .global-nav > li {
      position: relative;
      display: inline-block;
      width: 180px;
      text-align: center;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1200px) {
        .header .global-nav > li {
          width: 140px; } }
      .header .global-nav > li::before, .header .global-nav > li::after {
        position: absolute;
        content: "";
        top: 0;
        left: calc(50%);
        width: 1px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .header .global-nav > li::before {
        height: 23px;
        background-color: #000000; }
      .header .global-nav > li::after {
        height: 15px;
        background-color: #CCCCCC; }
      .header .global-nav > li:hover::before {
        height: 30px; }
      .header .global-nav > li:hover::after {
        height: 22px; }
      .header .global-nav > li:hover a {
        color: #cc0000; }
      .header .global-nav > li > a {
        display: inline-block;
        color: #000000;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        text-decoration: none;
        padding: 31px 5px 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header .global-nav > li > a.current {
          position: relative; }
          .header .global-nav > li > a.current::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: rgba(156, 136, 136, 0.23); }

.foot-inquiry-wrapper {
  background-color: #333333; }
  .foot-inquiry-wrapper .wrapper-base {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .foot-inquiry-wrapper .wrapper-base {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 599px) {
      .foot-inquiry-wrapper .wrapper-base {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .foot-inquiry-wrapper__btn {
    position: relative;
    display: block;
    width: 490px;
    color: #FFFFFF;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: rgba(255, 255, 255, 0.6) solid 1px;
    padding: 25px 0 25px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .foot-inquiry-wrapper__btn {
        width: 400px;
        padding: 20px 0 20px; } }
    @media screen and (max-width: 599px) {
      .foot-inquiry-wrapper__btn {
        width: 80%; } }
    .foot-inquiry-wrapper__btn::before, .foot-inquiry-wrapper__btn::after {
      position: absolute;
      content: "";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .foot-inquiry-wrapper__btn::before {
      top: 50%;
      left: 0;
      width: 50px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 599px) {
        .foot-inquiry-wrapper__btn::before {
          width: 30px; } }
    .foot-inquiry-wrapper__btn::after {
      top: calc(50% - 4px);
      left: 38px;
      border-color: transparent transparent rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.6);
      border-style: solid;
      border-width: 2px 6px 2px 6px; }
      @media screen and (max-width: 599px) {
        .foot-inquiry-wrapper__btn::after {
          left: 18px; } }
    .foot-inquiry-wrapper__btn:hover {
      background-color: rgba(255, 255, 255, 0.1); }
      .foot-inquiry-wrapper__btn:hover::before {
        width: 58px; }
        @media screen and (max-width: 599px) {
          .foot-inquiry-wrapper__btn:hover::before {
            width: 38px; } }
      .foot-inquiry-wrapper__btn:hover::after {
        left: 46px; }
        @media screen and (max-width: 599px) {
          .foot-inquiry-wrapper__btn:hover::after {
            left: 26px; } }

.footer {
  background-color: #000000; }
  .footer-info {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 599px) {
      .footer-info {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .footer-info__logo {
      float: right;
      width: 220px;
      text-align: center;
      border: rgba(255, 255, 255, 0.3) solid 1px;
      padding: 74px 0 74px;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) {
        .footer-info__logo {
          width: 18.3%; } }
      @media screen and (max-width: 1024px) {
        .footer-info__logo {
          width: 220px; } }
      @media screen and (max-width: 834px) {
        .footer-info__logo {
          float: left;
          width: 170px;
          padding: 54px 0 54px;
          margin-right: 30px; } }
      @media screen and (max-width: 599px) {
        .footer-info__logo {
          float: none;
          width: 120px;
          padding: 34px 0 34px;
          margin: 0 auto 30px; } }
      .footer-info__logo img {
        width: 90px; }
        @media screen and (max-width: 834px) {
          .footer-info__logo img {
            width: 75px; } }
        @media screen and (max-width: 599px) {
          .footer-info__logo img {
            width: 60px; } }
    .footer-info__menu {
      float: left;
      width: 306px; }
      @media screen and (max-width: 1200px) {
        .footer-info__menu {
          width: 25.5%; } }
      .footer-info__menu__list > li {
        margin-bottom: 5px; }
        .footer-info__menu__list > li:last-child {
          margin-bottom: 0; }
        .footer-info__menu__list > li a {
          position: relative;
          display: inline-block;
          color: #FFFFFF;
          font-size: 2.0rem;
          font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
          font-weight: 200;
          text-decoration: none;
          padding-left: 100px; }
          .footer-info__menu__list > li a span {
            display: block;
            color: rgba(255, 255, 255, 0.5);
            font-size: 1.0rem;
            line-height: 1.0; }
          .footer-info__menu__list > li a::before, .footer-info__menu__list > li a::after {
            position: absolute;
            content: "";
            top: 15px;
            left: 0;
            height: 1px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
          .footer-info__menu__list > li a::before {
            width: 65px;
            background-color: #FFFFFF; }
          .footer-info__menu__list > li a::after {
            width: 55px;
            background-color: #4D4D4D; }
          .footer-info__menu__list > li a:hover::before {
            width: 73px; }
          .footer-info__menu__list > li a:hover::after {
            width: 63px; }
    .footer-info__add {
      float: left;
      width: 348px; }
      @media screen and (max-width: 1200px) {
        .footer-info__add {
          width: 29%; } }
      @media screen and (max-width: 1024px) {
        .footer-info__add {
          width: calc((99.9% - 220px) / 2); } }
      @media screen and (max-width: 834px) {
        .footer-info__add {
          width: calc(99.9% - 200px); } }
      @media screen and (max-width: 599px) {
        .footer-info__add {
          float: none;
          width: 100%;
          text-align: center;
          margin-bottom: 30px; } }
      .footer-info__add__list dt {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.0rem;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        font-weight: 200;
        line-height: 1.0;
        margin-top: 12px;
        margin-bottom: 3px; }
        .footer-info__add__list dt:nth-of-type(1) {
          margin-top: 0; }
      .footer-info__add__list dd {
        color: #FFFFFF;
        font-size: 1.3rem; }
        .footer-info__add__list dd.footer-info__add__list__tel {
          font-size: 2.0rem;
          font-family: "Roboto", sans-serif !important;
          line-height: 1.25; }
          .footer-info__add__list dd.footer-info__add__list__tel a {
            color: #FFFFFF;
            text-decoration: none; }
    .footer-info__shop {
      float: left;
      width: 326px; }
      @media screen and (max-width: 1200px) {
        .footer-info__shop {
          width: 27.1%; } }
      @media screen and (max-width: 1024px) {
        .footer-info__shop {
          width: calc((99.9% - 220px) / 2); } }
      @media screen and (max-width: 834px) {
        .footer-info__shop {
          float: none;
          clear: both;
          width: 100%;
          padding-top: 30px; } }
      @media screen and (max-width: 599px) {
        .footer-info__shop {
          padding-top: 0; } }
      .footer-info__shop-inr {
        margin-bottom: 20px; }
        @media screen and (max-width: 834px) {
          .footer-info__shop-inr {
            float: left;
            width: calc(99.9% / 2);
            margin-bottom: 0; } }
        @media screen and (max-width: 599px) {
          .footer-info__shop-inr {
            float: none;
            width: 190px;
            margin: 0 auto 20px; } }
        .footer-info__shop-inr:last-child {
          margin-bottom: 0; }
        .footer-info__shop-inr dt {
          float: left;
          width: 77px;
          color: #FFFFFF;
          font-size: 2.0rem;
          font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
          font-weight: 200; }
          @media screen and (max-width: 599px) {
            .footer-info__shop-inr dt {
              width: 62px;
              font-size: 1.6rem; } }
          .footer-info__shop-inr dt span {
            display: block;
            color: rgba(255, 255, 255, 0.5);
            font-size: 1.0rem;
            line-height: 1.0;
            margin-bottom: 3px; }
            @media screen and (max-width: 599px) {
              .footer-info__shop-inr dt span {
                font-size: 0.9rem; } }
        .footer-info__shop-inr dd {
          position: relative;
          border-left: rgba(255, 255, 255, 0.3) solid 1px;
          padding-left: 35px;
          margin-left: 77px; }
          @media screen and (max-width: 599px) {
            .footer-info__shop-inr dd {
              padding-left: 25px;
              margin-left: 62px; } }
          .footer-info__shop-inr dd::before {
            position: absolute;
            content: "";
            top: 0;
            left: -1px;
            width: 1px;
            height: 10px;
            background-color: #FFFFFF; }
          .footer-info__shop-inr dd .footer-info__shop-inr__list > li {
            line-height: 1.15;
            margin-bottom: 5px; }
            @media screen and (max-width: 599px) {
              .footer-info__shop-inr dd .footer-info__shop-inr__list > li {
                margin-bottom: 8px; } }
            .footer-info__shop-inr dd .footer-info__shop-inr__list > li:last-child {
              margin-bottom: 0; }
            .footer-info__shop-inr dd .footer-info__shop-inr__list > li a {
              color: #FFFFFF;
              font-size: 2.0rem;
              font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
              font-weight: 200;
              text-decoration: none;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              @media screen and (max-width: 599px) {
                .footer-info__shop-inr dd .footer-info__shop-inr__list > li a {
                  font-size: 1.6rem; } }
              .footer-info__shop-inr dd .footer-info__shop-inr__list > li a span {
                display: inline-block;
                font-size: 1.3rem;
                margin-left: 10px; }
                @media screen and (max-width: 599px) {
                  .footer-info__shop-inr dd .footer-info__shop-inr__list > li a span {
                    font-size: 1.0rem; } }
              .footer-info__shop-inr dd .footer-info__shop-inr__list > li a:hover {
                color: rgba(255, 255, 255, 0.5); }
  .footer__copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    padding-top: 31px;
    padding-bottom: 30px; }

.sp-menu__list {
  height: calc(100vh - 80px);
  overflow: scroll;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 120px;
  position: fixed;
  top: 80px;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 777; }
  @media screen and (max-width: 599px) {
    .sp-menu__list {
      height: calc(100vh - 60px);
      padding: 30px 0 80px;
      top: 60px; } }
  .sp-menu__list__gnav {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .sp-menu__list__gnav > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .sp-menu__list__gnav > li dl dt {
        cursor: pointer; }
        .sp-menu__list__gnav > li dl dt a {
          display: block;
          width: 100%;
          color: #FFFFFF;
          font-size: 2.0rem;
          font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
          font-weight: 200;
          text-decoration: none;
          text-align: center;
          padding: 21px 0px 26px;
          box-sizing: border-box; }
          @media screen and (max-width: 599px) {
            .sp-menu__list__gnav > li dl dt a {
              font-size: 1.7rem;
              padding: 16px 0 21px; } }
          .sp-menu__list__gnav > li dl dt a span {
            display: block;
            font-size: 0.9rem;
            line-height: 1.15;
            margin-top: 5px; }

#categoryTtl {
  position: relative;
  width: 100%;
  height: 322px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-image: url(../img/common/bg_categoryttl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 280px auto;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    #categoryTtl {
      height: 282px;
      background-size: 250px auto; } }
  @media screen and (max-width: 599px) {
    #categoryTtl {
      height: 222px;
      background-size: 200px auto; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #categoryTtl {
      position: absolute; } }
  #categoryTtl #cateTtl {
    position: absolute;
    top: 0;
    left: calc(50% - 33px);
    height: 100%;
    color: #000000;
    font-size: 3.4rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 400;
    line-height: 1.35;
    padding-top: 50px;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      #categoryTtl #cateTtl {
        left: calc(50% - 29px);
        font-size: 3.0rem;
        padding-top: 40px; } }
    @media screen and (max-width: 599px) {
      #categoryTtl #cateTtl {
        left: calc(50% - 23px);
        font-size: 2.4rem;
        padding-top: 30px; } }
    #categoryTtl #cateTtl .cateTtl-en {
      display: block;
      font-size: 1.6rem; }
      @media screen and (max-width: 1024px) {
        #categoryTtl #cateTtl .cateTtl-en {
          font-size: 1.4rem; } }
      @media screen and (max-width: 599px) {
        #categoryTtl #cateTtl .cateTtl-en {
          font-size: 1.1rem; } }

.hl01 {
  position: relative;
  color: #1A1A1A;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .hl01 {
      font-size: 2.2rem;
      padding-bottom: 25px;
      margin-bottom: 45px; } }
  @media screen and (max-width: 599px) {
    .hl01 {
      font-size: 2.0rem;
      padding-bottom: 20px;
      margin-bottom: 30px; } }
  .hl01::before {
    position: absolute;
    content: "";
    left: calc(50% - 40px);
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1024px) {
      .hl01::before {
        left: calc(50% - 30px);
        width: 60px; } }
    @media screen and (max-width: 599px) {
      .hl01::before {
        left: calc(50% - 20px);
        width: 40px; } }

.hl02 {
  position: relative;
  color: #000000;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  border-top: #dddddd solid 3px;
  padding-top: 20px;
  margin-bottom: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .hl02 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 599px) {
    .hl02 {
      font-size: 2.2rem;
      margin-bottom: 40px; } }
  .hl02::before {
    position: absolute;
    content: "";
    top: -3px;
    left: calc(50% - 130px);
    width: 260px;
    height: 3px;
    background-color: #000000; }
    @media screen and (max-width: 599px) {
      .hl02::before {
        width: 43.2%;
        left: calc(50% - 21.6%); } }
  .hl02-en {
    display: inline-block;
    color: #C63B3B;
    font-size: 2.0rem;
    border-left: #dddddd solid 1px;
    padding: 13px 0 13px 18px;
    margin-left: 18px; }
    @media screen and (max-width: 1024px) {
      .hl02-en {
        font-size: 1.8rem; } }
    @media screen and (max-width: 599px) {
      .hl02-en {
        font-size: 1.6rem;
        padding: 10px 0 10px 15px;
        margin-left: 15px; } }

.hl03 {
  position: relative;
  color: #000000;
  font-size: 2.0rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  line-height: 1.15;
  background-color: #F4F4F4;
  border-top: #CCCCCC solid 3px;
  padding: 25px 25px 25px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .hl03 {
      font-size: 1.9rem;
      padding: 15px 15px 15px; } }
  @media screen and (max-width: 599px) {
    .hl03 {
      font-size: 1.8rem;
      background-color: #dddddd;
      margin-bottom: 20px; } }
  .hl03::before {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 300px;
    height: 3px;
    background-color: #000000; }
    @media screen and (max-width: 1024px) {
      .hl03::before {
        width: 25%; } }

.hl04 {
  position: relative;
  color: #000000;
  font-size: 2.0rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  line-height: 1.15;
  border-top: #CCCCCC solid 3px;
  padding: 25px 0 0 28px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .hl04 {
      font-size: 1.9rem;
      padding: 15px 0 0 23px; } }
  @media screen and (max-width: 599px) {
    .hl04 {
      font-size: 1.8rem;
      margin-bottom: 20px; } }
  .hl04::before {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 300px;
    height: 3px;
    background-color: #000000; }
    @media screen and (max-width: 1024px) {
      .hl04::before {
        width: 25%; } }
  .hl04::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 3px;
    width: 13px;
    height: 13px;
    border: #000000 solid 4px;
    border-radius: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .hl04::after {
        top: 22px;
        width: 10px;
        height: 10px;
        border: #000000 solid 3px; } }
    @media screen and (max-width: 1024px) {
      .hl04::after {
        top: 21px; } }

.ttl-block {
  position: relative;
  width: 100%;
  height: 337px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-image: url(../img/common/bg_categoryttl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 280px auto;
  padding-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .ttl-block {
      height: 292px;
      background-size: 250px auto;
      padding-bottom: 10px; } }
  @media screen and (max-width: 599px) {
    .ttl-block {
      height: 227px;
      background-size: 200px auto;
      padding-bottom: 5px; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .ttl-block {
      position: absolute; } }
  .ttl-block::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(50% - 1px / 2);
    width: 1px;
    height: 50px;
    background-color: #000000; }
    @media screen and (max-width: 1024px) {
      .ttl-block::before {
        height: 35px; } }
    @media screen and (max-width: 599px) {
      .ttl-block::before {
        height: 30px; } }
  .ttl-block::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: calc(50% - 1px / 2);
    border-style: solid;
    border-color: transparent #000000 #000000 transparent;
    border-width: 6px; }
    @media screen and (max-width: 1024px) {
      .ttl-block::after {
        border-width: 5px; } }
    @media screen and (max-width: 599px) {
      .ttl-block::after {
        border-width: 4px; } }
  .ttl-block__inr {
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
    height: 100%;
    color: #000000;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 500;
    line-height: 1.35;
    padding-top: 50px;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .ttl-block__inr {
        left: calc(50% - 29px);
        font-size: 3.0rem;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 599px) {
      .ttl-block__inr {
        left: calc(50% - 23px);
        font-size: 2.4rem;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .ttl-block__inr__en {
      display: block;
      font-size: 1.6rem;
      font-weight: 400; }
      @media screen and (max-width: 1024px) {
        .ttl-block__inr__en {
          font-size: 1.4rem; } }
      @media screen and (max-width: 599px) {
        .ttl-block__inr__en {
          font-size: 1.1rem; } }

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .tbl th, .tbl td {
    font-weight: normal;
    box-sizing: border-box;
    word-break: break-all; }
  .tbl--tbl01 {
    border-top: #dddddd solid 1px; }
    .tbl--tbl01 th, .tbl--tbl01 td {
      border-bottom: #dddddd solid 1px; }
    .tbl--tbl01 th {
      width: 170px;
      color: #1A1A1A;
      text-align: left;
      vertical-align: top;
      padding: 15px 0 15px; }
      @media screen and (max-width: 599px) {
        .tbl--tbl01 th {
          display: block;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.05);
          border-bottom: none;
          padding: 10px 0 10px; } }
      .tbl--tbl01 th p {
        position: relative;
        padding-left: 28px; }
        @media screen and (max-width: 599px) {
          .tbl--tbl01 th p {
            padding-left: 18px; } }
        .tbl--tbl01 th p::before {
          position: absolute;
          content: "";
          top: 10px;
          left: 0;
          width: 8px;
          height: 1px;
          background-color: #000000; }
    .tbl--tbl01 td {
      padding: 15px 20px 15px; }
      @media screen and (max-width: 599px) {
        .tbl--tbl01 td {
          display: block;
          width: 100%;
          padding: 15px 0 15px; } }
    .tbl--tbl01--no-bt {
      border-top: none; }
    @media screen and (min-width: 600px) {
      .tbl--tbl01--inquiry th {
        width: 250px;
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media screen and (min-width: 600px) {
      .tbl--tbl01--inquiry td {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 599px) {
      .tbl--tbl01--inquiry td {
        padding-left: 15px;
        padding-right: 15px; } }

.tbl--tbl01--wrapper {
  position: relative;
  border-top: #dddddd solid 3px; }
  .tbl--tbl01--wrapper::before {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 160px;
    height: 3px;
    background-color: #000000; }
    @media screen and (max-width: 599px) {
      .tbl--tbl01--wrapper::before {
        width: 26.6%; } }
  .tbl--tbl01--wrapper .tbl--tbl01 {
    border-top: none; }

/*ボタン*/
.btn {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  padding: 16px 0 16px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 599px) {
    .btn {
      font-size: 1.6rem; } }
  .btn::before, .btn::after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn::before {
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #000000; }
    @media screen and (max-width: 599px) {
      .btn::before {
        width: 30px; } }
  .btn::after {
    top: calc(50% - 4px);
    left: 38px;
    border-color: transparent transparent #000000 #000000;
    border-style: solid;
    border-width: 2px 6px 2px 6px; }
    @media screen and (max-width: 599px) {
      .btn::after {
        left: 18px; } }
  .btn:hover {
    color: #FFFFFF;
    background-color: #000000; }
    .btn:hover::before {
      width: 58px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 599px) {
        .btn:hover::before {
          width: 38px; } }
    .btn:hover::after {
      left: 46px;
      border-color: transparent transparent #FFFFFF #FFFFFF; }
      @media screen and (max-width: 599px) {
        .btn:hover::after {
          left: 26px; } }
  .btn--border {
    border: #999999 solid 1px; }

.btn02 {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-decoration: none;
  text-align: center;
  border: rgba(255, 255, 255, 0.6) solid 1px;
  padding: 12px 0 12px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn02::before, .btn02::after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn02::before {
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 599px) {
      .btn02::before {
        width: 20px; } }
  .btn02::after {
    top: calc(50% - 4px);
    left: 20px;
    border-color: transparent transparent rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.6);
    border-style: solid;
    border-width: 2px 5px 2px 5px; }
    @media screen and (max-width: 599px) {
      .btn02::after {
        left: 10px; } }
  .btn02:hover {
    border: #FFFFFF solid 1px; }
    .btn02:hover::before {
      width: 35px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 599px) {
        .btn02:hover::before {
          width: 25px; } }
    .btn02:hover::after {
      left: 25px;
      border-color: transparent transparent #FFFFFF #FFFFFF; }
      @media screen and (max-width: 599px) {
        .btn02:hover::after {
          left: 15px; } }

.btn03 {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-decoration: none;
  text-align: center;
  border: #CCCCCC solid 1px;
  padding: 12px 0 12px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn03::before, .btn03::after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn03::before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000000; }
  .btn03::after {
    top: calc(50% - 4px);
    left: 10px;
    border-color: transparent transparent #000000 #000000;
    border-style: solid;
    border-width: 2px 5px 2px 5px; }
  .btn03:hover {
    border: #000000 solid 1px; }
    .btn03:hover::before {
      width: 25px; }
    .btn03:hover::after {
      left: 15px; }

.btn-square {
  display: table;
  width: 100%;
  color: #000000;
  text-decoration: none;
  border: rgba(255, 255, 255, 0.6) solid 1px;
  padding: 3px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn-square__text {
    display: table-cell;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    background-image: url(../img/common/arw01.png);
    background-position: right 3px bottom 3px;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 0 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .btn-square__text {
        font-size: 1.4rem;
        padding: 15px 0 15px; } }
    @media screen and (max-width: 599px) {
      .btn-square__text {
        font-size: 1.3rem; } }
    @media screen and (max-width: 320px) {
      .btn-square__text {
        font-size: 1.2rem; } }
    .btn-square__text-en {
      display: block;
      font-size: 0.9rem;
      margin-top: 5px; }
  .btn-square:hover {
    border: rgba(255, 255, 255, 0.9) solid 1px; }
    .btn-square:hover .btn-square__text {
      background-color: rgba(255, 255, 255, 0.9); }

.inquiry-wrapper {
  position: relative;
  border-top: 3px solid #DDDDDD;
  margin-bottom: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .inquiry-wrapper {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 599px) {
    .inquiry-wrapper {
      margin-left: -15px;
      margin-right: -15px; } }
  .inquiry-wrapper::before {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 20.8%;
    height: 3px;
    background-color: #000000; }
    @media screen and (max-width: 599px) {
      .inquiry-wrapper::before {
        width: 112px; } }
  .inquiry-wrapper__item__title {
    color: #000000;
    line-height: 1.7;
    vertical-align: top;
    box-sizing: border-box; }
  .inquiry-wrapper__item__inner {
    /*placeholderの色変更*/
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */ }
    .inquiry-wrapper__item__inner input[type="text"],
    .inquiry-wrapper__item__inner input[type="tel"],
    .inquiry-wrapper__item__inner input[type="email"] {
      margin: 0;
      padding: 0 0 0 10px;
      width: calc( 85%);
      height: 32px;
      background-color: #fff;
      border: 1px solid #cccccc;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      /*display:block;*/
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1024px) {
        .inquiry-wrapper__item__inner input[type="text"],
        .inquiry-wrapper__item__inner input[type="tel"],
        .inquiry-wrapper__item__inner input[type="email"] {
          float: none;
          width: 100%; } }
    .inquiry-wrapper__item__inner select {
      margin: 0;
      padding: 0 32px 0 10px;
      width: 185px;
      height: 32px;
      background-color: #fff;
      border: 1px solid #cccccc;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../img/common/arrow_form_select.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 10px auto;
      box-sizing: border-box;
      /*display:block;*/
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 599px) {
        .inquiry-wrapper__item__inner select {
          float: none;
          width: 100%; } }
    .inquiry-wrapper__item__inner textarea {
      padding: 10px;
      width: 85%;
      height: 150px;
      border: 1px solid #cccccc;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1024px) {
        .inquiry-wrapper__item__inner textarea {
          width: 100%;
          height: 80px; } }
    .inquiry-wrapper__item__inner input[type=radio] {
      width: 13px;
      height: 13px;
      border: 1px solid #999999;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 13px; }
      .inquiry-wrapper__item__inner input[type=radio]:checked {
        position: relative; }
        .inquiry-wrapper__item__inner input[type=radio]:checked::before {
          position: absolute;
          content: "";
          top: 2px;
          left: 2px;
          width: 7px;
          height: 7px;
          background-color: #666666;
          border-radius: 7px; }
    .inquiry-wrapper__item__inner__type-list > li {
      display: inline-block;
      margin-right: 30px; }
      .inquiry-wrapper__item__inner__type-list > li:last-child {
        margin-right: 0; }
    .inquiry-wrapper__item__inner :placeholder-shown {
      color: #CCCCCC; }
    .inquiry-wrapper__item__inner ::-webkit-input-placeholder {
      color: #CCCCCC; }
    .inquiry-wrapper__item__inner :-moz-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .inquiry-wrapper__item__inner ::-moz-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .inquiry-wrapper__item__inner :-ms-input-placeholder {
      color: #CCCCCC; }
  .inquiry-wrapper__btn-wrapper {
    position: relative;
    /*TOPへ戻る*/ }
    .inquiry-wrapper__btn-wrapper__back {
      width: 310px;
      margin: 0 auto; }
      @media screen and (max-width: 599px) {
        .inquiry-wrapper__btn-wrapper__back {
          width: 80%; } }
      .inquiry-wrapper__btn-wrapper__back a {
        position: relative;
        display: block;
        color: #000000;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        text-decoration: none;
        text-align: center;
        background-color: #FFFFFF;
        border: #000000 solid 1px;
        padding: 15px 10px 15px 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .inquiry-wrapper__btn-wrapper__back a::before, .inquiry-wrapper__btn-wrapper__back a::after {
          position: absolute;
          content: "";
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .inquiry-wrapper__btn-wrapper__back a::before {
          top: 50%;
          left: 0;
          width: 50px;
          height: 1px;
          background-color: #000000; }
          @media screen and (max-width: 599px) {
            .inquiry-wrapper__btn-wrapper__back a::before {
              width: 30px; } }
        .inquiry-wrapper__btn-wrapper__back a::after {
          top: calc(50% - 4px);
          left: 38px;
          border-color: transparent transparent #000000 #000000;
          border-style: solid;
          border-width: 2px 6px 2px 6px; }
          @media screen and (max-width: 599px) {
            .inquiry-wrapper__btn-wrapper__back a::after {
              left: 18px; } }
        .inquiry-wrapper__btn-wrapper__back a:hover {
          color: #FFFFFF;
          background-color: #000000; }
          .inquiry-wrapper__btn-wrapper__back a:hover::before {
            width: 58px;
            background-color: #FFFFFF; }
            @media screen and (max-width: 599px) {
              .inquiry-wrapper__btn-wrapper__back a:hover::before {
                width: 38px; } }
          .inquiry-wrapper__btn-wrapper__back a:hover::after {
            left: 46px;
            border-color: transparent transparent #FFFFFF #FFFFFF; }
            @media screen and (max-width: 599px) {
              .inquiry-wrapper__btn-wrapper__back a:hover::after {
                left: 26px; } }

/*横幅*/
@media screen and (min-width: 600px) {
  .w01 {
    width: 40.7% !important; } }
  @media screen and (min-width: 600px) and (max-width: 1024px) {
    .w01 {
      width: 85% !important; } }

/*必須*/
.required {
  color: #C70303;
  line-height: 1.0;
  margin-left: 10px; }

/*エラー*/
.errors-message {
  color: #cc0000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  background-color: #FFDFDF;
  border: #cc0000 solid 1px;
  padding: 10px 10px 10px;
  margin-top: 25px; }
  @media screen and (max-width: 599px) {
    .errors-message {
      margin-top: 15px; } }

.error-text {
  margin-bottom: 5px;
  font-weight: bold;
  color: #cc0000;
  text-align: justify; }

.error-box {
  border-color: #cc0000 !important; }

.confirm-text {
  padding: 8px 0;
  font-size: 1.6rem;
  line-height: 1.9em;
  color: #000000;
  text-align: justify; }
  @media screen and (max-width: 1024px) {
    .confirm-text {
      padding: 0;
      font-size: 1.4rem; } }

.complete-box {
  background-color: rgba(221, 221, 221, 0.2);
  padding: 60px 40px 80px;
  margin-bottom: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 599px) {
    .complete-box {
      padding: 40px 20px 40px;
      margin-bottom: 40px; } }
  .complete-box__ttl {
    color: #000000;
    font-size: 2.5rem;
    line-height: 1.1;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    text-align: center;
    border-bottom: #dddddd solid 1px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .complete-box__ttl {
        font-size: 2.2rem;
        padding-bottom: 30px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 599px) {
      .complete-box__ttl {
        font-size: 1.9rem;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  .complete-box__txt {
    text-align: center; }

::-ms-expand {
  display: none; }

.btnSubmit {
  position: relative;
  display: block;
  width: 310px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  background-color: #000000;
  border: none;
  padding: 19px 10px 18px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 599px) {
    .btnSubmit {
      width: 80%; } }
  .btnSubmit::before, .btnSubmit::after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btnSubmit::before {
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 599px) {
      .btnSubmit::before {
        width: 30px; } }
  .btnSubmit::after {
    top: calc(50% - 4px);
    left: 38px;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    border-style: solid;
    border-width: 2px 6px 2px 6px; }
    @media screen and (max-width: 599px) {
      .btnSubmit::after {
        left: 18px; } }
  .btnSubmit:hover {
    background-color: #E78F00; }
    .btnSubmit:hover::before {
      width: 58px; }
      @media screen and (max-width: 599px) {
        .btnSubmit:hover::before {
          width: 38px; } }
    .btnSubmit:hover::after {
      left: 46px; }
      @media screen and (max-width: 599px) {
        .btnSubmit:hover::after {
          left: 26px; } }

/*修正するボタン*/
.correct-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 60px;
  color: #666666;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-decoration: none;
  text-align: center;
  background-color: #dddddd;
  padding: 19px 10px 18px 10px;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .correct-btn {
      position: relative;
      margin-top: 30px; } }
  @media screen and (max-width: 599px) {
    .correct-btn {
      width: 150px;
      height: 50px;
      padding: 14px 10px 12px 10px; } }
  .correct-btn::before, .correct-btn::after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .correct-btn::before {
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #666666; }
    @media screen and (max-width: 599px) {
      .correct-btn::before {
        width: 20px; } }
  .correct-btn::after {
    top: calc(50% - 4px);
    left: 20px;
    border-color: transparent transparent #666666 #666666;
    border-style: solid;
    border-width: 2px 5px 2px 5px; }
    @media screen and (max-width: 599px) {
      .correct-btn::after {
        left: 10px; } }
  .correct-btn:hover {
    background-color: #BBBBBB; }
    .correct-btn:hover::before {
      width: 35px; }
      @media screen and (max-width: 599px) {
        .correct-btn:hover::before {
          width: 25px; } }
    .correct-btn:hover::after {
      left: 25px; }
      @media screen and (max-width: 599px) {
        .correct-btn:hover::after {
          left: 15px; } }

@media screen and (min-width: 1025px) {
  #top #container {
    margin-top: 0; } }
@media screen and (max-width: 599px) {
  #top #container .contents-wrap.width-all {
    padding-bottom: 0; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #top #container .contents-wrap.width-all {
    padding-top: 0 !important; } }
@media screen and (min-width: 1025px) {
  #top .header {
    display: none; } }

/*メインスライダー*/
.top-visual {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .top-visual {
      height: 460px; } }
  @media screen and (max-width: 834px) {
    .top-visual {
      height: 370px; } }
  @media screen and (max-width: 599px) {
    .top-visual {
      height: 190px; } }
  @media screen and (max-width: 320px) {
    .top-visual {
      height: 140px; } }
  .top-visual::after {
    position: absolute;
    content: "";
    top: calc((100% - 160px) / 2);
    left: calc((100% - 160px) / 2);
    width: 160px;
    height: 160px;
    background-image: url(../img/top/top_visual_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 834px) {
      .top-visual::after {
        top: calc((100% - 120px) / 2);
        left: calc((100% - 120px) / 2);
        width: 120px;
        height: 120px; } }
    @media screen and (max-width: 599px) {
      .top-visual::after {
        top: calc((100% - 80px) / 2);
        left: calc((100% - 80px) / 2);
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 320px) {
      .top-visual::after {
        top: calc((100% - 60px) / 2);
        left: calc((100% - 60px) / 2);
        width: 60px;
        height: 60px; } }
  .top-visual-slider .slick-slide {
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .top-visual-slider .slick-slide {
        height: 460px; } }
    @media screen and (max-width: 834px) {
      .top-visual-slider .slick-slide {
        height: 370px; } }
    @media screen and (max-width: 599px) {
      .top-visual-slider .slick-slide {
        height: 190px; } }
    @media screen and (max-width: 320px) {
      .top-visual-slider .slick-slide {
        height: 140px; } }
    .top-visual-slider .slick-slide:nth-child(1) {
      background-image: url(../img/top/top_visual_slider01.jpg); }
    .top-visual-slider .slick-slide:nth-child(2) {
      background-image: url(../img/top/top_visual_slider02.jpg); }
    .top-visual-slider .slick-slide:nth-child(3) {
      background-image: url(../img/top/top_visual_slider03.jpg); }

.top-global-nav > li {
  position: relative;
  float: left;
  width: calc(99.9% / 5);
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .top-global-nav > li::before, .top-global-nav > li::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50%);
    width: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .top-global-nav > li::before {
    height: 23px;
    background-color: #000000; }
  .top-global-nav > li::after {
    height: 15px;
    background-color: #CCCCCC; }
  .top-global-nav > li:hover::before {
    height: 30px; }
  .top-global-nav > li:hover::after {
    height: 22px; }
  .top-global-nav > li:hover a {
    color: #cc0000; }
  .top-global-nav > li > a {
    display: inline-block;
    color: #000000;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    text-decoration: none;
    padding: 31px 5px 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .top-global-nav > li > a.current {
      position: relative; }
      .top-global-nav > li > a.current::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: rgba(156, 136, 136, 0.23); }

/*惣やについて*/
.top-about .ttl-block {
  margin-bottom: 0; }
  .top-about .ttl-block::before, .top-about .ttl-block::after {
    display: none; }
  .top-about .ttl-block .ttl-block__inr {
    top: 0;
    left: calc(50% - 72px);
    font-size: 3.2rem;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .top-about .ttl-block .ttl-block__inr {
        left: calc(50% - 63px);
        font-size: 2.8rem;
        padding-top: 35px;
        padding-bottom: 0; } }
    @media screen and (max-width: 599px) {
      .top-about .ttl-block .ttl-block__inr {
        left: calc(50% - 51px);
        font-size: 2.3rem;
        padding-top: 27px; } }
    .top-about .ttl-block .ttl-block__inr__kakko {
      font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif; }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .top-about__ie {
    padding-top: 337px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
    .top-about__ie {
      padding-top: 292px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 599px), screen and (-ms-high-contrast: none) and (max-width: 599px) {
    .top-about__ie {
      padding-top: 227px; } }

.top-about__inr {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    .top-about__inr {
      padding-bottom: 40px;
      margin-top: 0; } }
  @media screen and (max-width: 599px) {
    .top-about__inr {
      padding-bottom: 30px; } }
  .top-about__inr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/texture01.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: 75px auto;
    background-color: #000000;
    z-index: 2; }
    @media screen and (max-width: 834px) {
      .top-about__inr::before {
        background-size: 37px auto; } }
  .top-about__inr::after {
    position: absolute;
    content: "四季折々";
    top: -83px;
    right: calc((100% - 1200px) / 2);
    color: #1A1A1A;
    font-size: 9.0rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .top-about__inr::after {
        right: 0; } }
    @media screen and (max-width: 834px) {
      .top-about__inr::after {
        top: -64px;
        font-size: 7.0rem; } }
    @media screen and (max-width: 599px) {
      .top-about__inr::after {
        display: none; } }
  .top-about__inr .wrapper-base {
    position: relative;
    z-index: 3; }
  .top-about__inr__img {
    float: left;
    width: 50%;
    margin-top: -80px; }
    @media screen and (max-width: 1024px) {
      .top-about__inr__img {
        padding-top: 40px;
        margin-top: 0; } }
    @media screen and (max-width: 834px) {
      .top-about__inr__img {
        width: 40%; } }
    @media screen and (max-width: 599px) {
      .top-about__inr__img {
        width: 100%;
        margin-top: 30px; } }
    .top-about__inr__img__tit {
      color: #FFFFFF;
      font-size: 1.6rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.15;
      margin-top: 15px; }
      @media screen and (max-width: 599px) {
        .top-about__inr__img__tit {
          font-size: 1.4rem;
          margin-top: 10px; } }
      .top-about__inr__img__tit__en {
        display: inline-block;
        font-size: 1.0rem;
        border-left: rgba(255, 255, 255, 0.3) solid 1px;
        padding-left: 10px;
        margin-left: 10px; }
        @media screen and (max-width: 599px) {
          .top-about__inr__img__tit__en {
            font-size: 0.9rem;
            padding-left: 8px;
            margin-left: 8px; } }
    .top-about__inr__img img {
      width: 100%; }
  .top-about__inr__text {
    float: right;
    width: calc(50% - 4.1%);
    color: #FFFFFF;
    box-sizing: border-box; }
    @media screen and (max-width: 834px) {
      .top-about__inr__text {
        width: calc(60% - 4.1%); } }
    @media screen and (max-width: 599px) {
      .top-about__inr__text {
        float: none;
        width: 100%;
        padding: 30px 0 0 0; } }
    .top-about__inr__text__title {
      position: relative;
      float: left;
      width: 105px;
      font-size: 3.5rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.25;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding: 80px 40px 0 25px;
      box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .top-about__inr__text__title {
          padding: 40px 40px 0 25px; } }
      @media screen and (max-width: 834px) {
        .top-about__inr__text__title {
          width: 80px;
          font-size: 3.0rem;
          padding: 40px 25px 0 20px; } }
      @media screen and (max-width: 599px) {
        .top-about__inr__text__title {
          float: none;
          width: 100%;
          font-size: 2.2rem;
          text-align: center;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
          padding: 0 0 20px 0;
          margin-bottom: 20px; } }
      .top-about__inr__text__title::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 130px;
        background-color: rgba(255, 255, 255, 0.6); }
        @media screen and (max-width: 599px) {
          .top-about__inr__text__title::before {
            top: auto;
            left: calc(50% - 25px);
            bottom: 0;
            width: 50px;
            height: 1px; } }
      .top-about__inr__text__title::after {
        position: absolute;
        content: "";
        top: 80px;
        left: 1px;
        width: 2px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.6); }
        @media screen and (max-width: 599px) {
          .top-about__inr__text__title::after {
            display: none; } }
    .top-about__inr__text__detail {
      float: right;
      width: calc(99.9% - 105px);
      padding-top: 80px; }
      @media screen and (max-width: 1024px) {
        .top-about__inr__text__detail {
          padding-top: 40px; } }
      @media screen and (max-width: 834px) {
        .top-about__inr__text__detail {
          width: calc(99.9% - 80px); } }
      @media screen and (max-width: 599px) {
        .top-about__inr__text__detail {
          float: none;
          width: 100%;
          padding-top: 0; } }
      .top-about__inr__text__detail__text {
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        margin-bottom: 25px; }
        @media screen and (max-width: 599px) {
          .top-about__inr__text__detail__text {
            margin-bottom: 20px; } }
        .top-about__inr__text__detail__text__img {
          float: right;
          width: 40%;
          margin: 3px 0 5px 10px; }
      .top-about__inr__text__detail__photo > li {
        float: left;
        width: calc((99.9% - 6.6%) / 3);
        margin-right: 3.3%; }
        .top-about__inr__text__detail__photo > li:nth-child(3n) {
          margin-right: 0; }
        .top-about__inr__text__detail__photo > li img {
          max-width: 320px;
          width: 100%; }
      .top-about__inr__text__detail__btn {
        float: right;
        width: 200px;
        margin-top: 40px; }
        @media screen and (max-width: 1024px) {
          .top-about__inr__text__detail__btn {
            float: none;
            width: 80%;
            margin: 30px auto 0; } }

/*店舗のご案内*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .top-shop__ie {
    padding-top: 337px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
    .top-shop__ie {
      padding-top: 292px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 599px), screen and (-ms-high-contrast: none) and (max-width: 599px) {
    .top-shop__ie {
      padding-top: 227px; } }

.top-shop-slider .slick-slide img {
  max-width: 400px;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .top-shop-slider .slick-slide img {
      max-width: 300px; } }
  @media screen and (max-width: 834px) {
    .top-shop-slider .slick-slide img {
      max-width: 280px; } }
  @media screen and (max-width: 599px) {
    .top-shop-slider .slick-slide img {
      max-width: 200px; } }
  @media screen and (max-width: 320px) {
    .top-shop-slider .slick-slide img {
      max-width: 180px; } }
  .top-shop-slider .slick-slide img:hover {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

/*採用情報*/
.top-recruit .ttl-block .ttl-block__inr {
  padding-top: 80px; }
  @media screen and (max-width: 1024px) {
    .top-recruit .ttl-block .ttl-block__inr {
      padding-top: 70px; } }
  @media screen and (max-width: 599px) {
    .top-recruit .ttl-block .ttl-block__inr {
      padding-top: 60px; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .top-recruit__ie {
    padding-top: 337px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
    .top-recruit__ie {
      padding-top: 292px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 599px), screen and (-ms-high-contrast: none) and (max-width: 599px) {
    .top-recruit__ie {
      padding-top: 227px; } }

.top-recruit__inr {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 834px) {
    .top-recruit__inr {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 599px) {
    .top-recruit__inr {
      padding-bottom: 30px;
      margin-bottom: 0; } }
  .top-recruit__inr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/texture02.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: 86px auto;
    background-color: #000000;
    z-index: 2; }
    @media screen and (max-width: 834px) {
      .top-recruit__inr::before {
        background-size: 43px auto; } }
  .top-recruit__inr::after {
    position: absolute;
    content: "価値創造";
    bottom: -77px;
    left: calc((100% - 1200px) / 2);
    color: #1A1A1A;
    font-size: 9.0rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .top-recruit__inr::after {
        left: 0; } }
    @media screen and (max-width: 834px) {
      .top-recruit__inr::after {
        bottom: -60px;
        font-size: 7.0rem; } }
    @media screen and (max-width: 599px) {
      .top-recruit__inr::after {
        display: none; } }
  .top-recruit__inr .wrapper-base {
    position: relative;
    z-index: 3; }
  .top-recruit__inr__img {
    float: right;
    width: 50%;
    margin-top: 47px;
    margin-bottom: -160px; }
    @media screen and (max-width: 834px) {
      .top-recruit__inr__img {
        width: 40%;
        margin-top: 27px;
        margin-bottom: 0; } }
    @media screen and (max-width: 599px) {
      .top-recruit__inr__img {
        width: 100%;
        margin-top: 30px; } }
    .top-recruit__inr__img__tit {
      color: #FFFFFF;
      font-size: 1.6rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.15;
      text-align: right;
      margin-bottom: 15px; }
      @media screen and (max-width: 599px) {
        .top-recruit__inr__img__tit {
          font-size: 1.4rem;
          margin-bottom: 10px; } }
      .top-recruit__inr__img__tit__en {
        display: inline-block;
        font-size: 1.0rem;
        border-right: rgba(255, 255, 255, 0.3) solid 1px;
        padding-right: 10px;
        margin-right: 10px; }
        @media screen and (max-width: 599px) {
          .top-recruit__inr__img__tit__en {
            font-size: 0.9rem;
            padding-right: 8px;
            margin-right: 8px; } }
    .top-recruit__inr__img img {
      width: 100%; }
  .top-recruit__inr__text {
    float: left;
    width: calc(50% - 4.1%);
    color: #FFFFFF;
    box-sizing: border-box; }
    @media screen and (max-width: 834px) {
      .top-recruit__inr__text {
        width: calc(60% - 4.1%); } }
    @media screen and (max-width: 599px) {
      .top-recruit__inr__text {
        float: none;
        width: 100%;
        padding: 30px 0 0 0; } }
    .top-recruit__inr__text__title {
      position: relative;
      float: left;
      width: 105px;
      font-size: 3.5rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.25;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding: 80px 40px 0 25px;
      box-sizing: border-box; }
      @media screen and (max-width: 834px) {
        .top-recruit__inr__text__title {
          width: 80px;
          font-size: 3.0rem;
          padding: 40px 25px 0 20px; } }
      @media screen and (max-width: 599px) {
        .top-recruit__inr__text__title {
          float: none;
          width: 100%;
          font-size: 2.2rem;
          text-align: center;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
          padding: 0 0 20px 0;
          margin-bottom: 20px; } }
      .top-recruit__inr__text__title::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 130px;
        background-color: rgba(255, 255, 255, 0.6); }
        @media screen and (max-width: 599px) {
          .top-recruit__inr__text__title::before {
            top: auto;
            left: calc(50% - 25px);
            bottom: 0;
            width: 50px;
            height: 1px; } }
      .top-recruit__inr__text__title::after {
        position: absolute;
        content: "";
        top: 80px;
        left: 1px;
        width: 2px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.6); }
        @media screen and (max-width: 599px) {
          .top-recruit__inr__text__title::after {
            display: none; } }
    .top-recruit__inr__text__detail {
      float: right;
      width: calc(99.9% - 105px);
      padding-top: 80px; }
      @media screen and (max-width: 834px) {
        .top-recruit__inr__text__detail {
          width: calc(99.9% - 80px);
          padding-top: 40px; } }
      @media screen and (max-width: 599px) {
        .top-recruit__inr__text__detail {
          float: none;
          width: 100%;
          padding-top: 0; } }
      .top-recruit__inr__text__detail__text {
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        margin-bottom: 25px; }
        @media screen and (max-width: 599px) {
          .top-recruit__inr__text__detail__text {
            margin-bottom: 20px; } }
        .top-recruit__inr__text__detail__text__img {
          float: right;
          width: 40%;
          margin: 3px 0 5px 10px; }
      .top-recruit__inr__text__detail__btn > li {
        float: left;
        width: calc((99.9% - 6.6%) / 3);
        margin-right: 3.3%; }
        .top-recruit__inr__text__detail__btn > li:nth-child(3n) {
          margin-right: 0; }
        @media screen and (max-width: 599px) {
          .top-recruit__inr__text__detail__btn > li {
            width: calc((99.9% - 10px) / 3);
            margin-right: 5px; } }

#about #cateTtl {
  padding-top: 60px; }
  @media screen and (max-width: 1024px) {
    #about #cateTtl {
      padding-top: 50px; } }
  @media screen and (max-width: 599px) {
    #about #cateTtl {
      padding-top: 40px; } }

.about-read-wrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .about-read-wrapper {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .about-read-wrapper {
      margin-bottom: 60px; } }
  .about-read-wrapper__pic {
    margin-bottom: 80px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .about-read-wrapper__pic {
        margin-bottom: 50px; } }
    @media screen and (max-width: 599px) {
      .about-read-wrapper__pic {
        margin-bottom: 35px; } }
    .about-read-wrapper__pic > li {
      float: left;
      width: calc(100% / 4); }
      .about-read-wrapper__pic > li img {
        width: 100%; }
  .about-read-wrapper__catch {
    color: #1A1A1A;
    font-size: 3.5rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 1024px) {
      .about-read-wrapper__catch {
        font-size: 3.0rem;
        margin-bottom: 30px; } }
    @media screen and (max-width: 599px) {
      .about-read-wrapper__catch {
        font-size: 2.5rem;
        margin-bottom: 25px; } }
  .about-read-wrapper__text {
    color: #333333;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.75;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .about-read-wrapper__text {
        font-size: 1.7rem; } }
    @media screen and (max-width: 599px) {
      .about-read-wrapper__text {
        font-size: 1.5rem; } }

.about-kodawari-wrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .about-kodawari-wrapper {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .about-kodawari-wrapper {
      margin-bottom: 60px; } }
  .about-kodawari-wrapper__list > li {
    margin-bottom: 30px; }
    .about-kodawari-wrapper__list > li:last-child {
      margin-bottom: 0; }
    .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__img {
      float: left; }
    .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text {
      float: right;
      padding: 50px 0 0 65px; }
      @media screen and (max-width: 1200px) {
        .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text {
          padding: 30px 0 0 65px; } }
      @media screen and (max-width: 1024px) {
        .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text {
          padding: 30px 0 0 30px; } }
      @media screen and (max-width: 834px) {
        .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text {
          padding: 0 0 0 30px; } }
      @media screen and (max-width: 599px) {
        .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text {
          padding: 20px 0 0 0; } }
      .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text .about-kodawari-box__text__title {
        float: right;
        padding-right: 0;
        padding-left: 40px; }
        @media screen and (max-width: 1024px) {
          .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text .about-kodawari-box__text__title {
            padding-left: 20px; } }
      .about-kodawari-wrapper__list > li:nth-child(even) .about-kodawari-box .about-kodawari-box__text .about-kodawari-box__text__text {
        float: left; }

.about-kodawari-box__img {
  float: right;
  width: 50%; }
  @media screen and (max-width: 599px) {
    .about-kodawari-box__img {
      float: none;
      width: 100%; } }
  .about-kodawari-box__img img {
    width: 100%; }
.about-kodawari-box__text {
  float: left;
  width: 50%;
  padding: 50px 65px 0 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1200px) {
    .about-kodawari-box__text {
      padding: 30px 65px 0 0; } }
  @media screen and (max-width: 1024px) {
    .about-kodawari-box__text {
      padding: 30px 30px 0 0; } }
  @media screen and (max-width: 834px) {
    .about-kodawari-box__text {
      padding: 0 30px 0 0; } }
  @media screen and (max-width: 599px) {
    .about-kodawari-box__text {
      float: none;
      width: 100%;
      padding: 20px 0 0 0; } }
  .about-kodawari-box__text__title {
    float: left;
    width: 135px;
    color: #1A1A1A;
    font-size: 6.0rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.25;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding-right: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .about-kodawari-box__text__title {
        width: 90px;
        font-size: 4.4rem;
        padding-right: 20px; } }
    .about-kodawari-box__text__title--kana {
      font-size: 4.8rem; }
      @media screen and (max-width: 1024px) {
        .about-kodawari-box__text__title--kana {
          font-size: 3.5rem; } }
    .about-kodawari-box__text__title__en {
      display: block;
      font-size: 1.4rem; }
      @media screen and (max-width: 1024px) {
        .about-kodawari-box__text__title__en {
          font-size: 1.1rem; } }
  .about-kodawari-box__text__text {
    float: right;
    width: calc(99.9% - 135px); }
    @media screen and (max-width: 1024px) {
      .about-kodawari-box__text__text {
        width: calc(99.9% - 90px); } }

.about-overview-wrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .about-overview-wrapper {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .about-overview-wrapper {
      margin-bottom: 60px; } }
  .about-overview-wrapper .wrapper-left {
    width: 45%; }
    @media screen and (max-width: 1024px) {
      .about-overview-wrapper .wrapper-left {
        width: 100%;
        margin-bottom: 30px; } }
  .about-overview-wrapper .wrapper-right {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .about-overview-wrapper .wrapper-right {
        width: 100%; } }

#shop #cateTtl {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    #shop #cateTtl {
      padding-top: 75px; } }
  @media screen and (max-width: 599px) {
    #shop #cateTtl {
      padding-top: 60px; } }

.shop-wrapper__block {
  margin-bottom: 80px; }
  @media screen and (max-width: 599px) {
    .shop-wrapper__block {
      margin-bottom: 60px; } }
  .shop-wrapper__block__title {
    float: left;
    width: 14.2%; }
    @media screen and (min-width: 1025px) {
      .shop-wrapper__block__title {
        max-width: 170px; } }
    @media screen and (max-width: 1024px) {
      .shop-wrapper__block__title {
        float: none;
        width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 599px) {
      .shop-wrapper__block__title {
        margin-bottom: 20px; } }
    .shop-wrapper__block__title__logo {
      display: table;
      width: 100%;
      height: 170px;
      text-align: center;
      background-color: #000000; }
      @media screen and (max-width: 1024px) {
        .shop-wrapper__block__title__logo {
          float: left;
          width: 170px;
          margin-right: 30px; } }
      @media screen and (max-width: 599px) {
        .shop-wrapper__block__title__logo {
          width: 120px;
          height: 120px;
          margin-right: 15px; } }
      .shop-wrapper__block__title__logo span {
        display: table-cell;
        color: #FFFFFF;
        font-size: 4.0rem;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
        line-height: 1.0;
        vertical-align: middle; }
        @media screen and (max-width: 599px) {
          .shop-wrapper__block__title__logo span {
            font-size: 2.4rem; } }
    @media screen and (max-width: 1024px) {
      .shop-wrapper__block__title__shop {
        float: left;
        width: calc(99.9% - 200px);
        border-top: #dddddd solid 2px; } }
    @media screen and (max-width: 599px) {
      .shop-wrapper__block__title__shop {
        width: calc(99.9% - 135px); } }
    .shop-wrapper__block__title__shop__name {
      color: #000000;
      font-size: 2.8rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.15;
      margin-top: 25px; }
      @media screen and (max-width: 599px) {
        .shop-wrapper__block__title__shop__name {
          font-size: 2.2rem;
          margin-top: 15px; } }
      .shop-wrapper__block__title__shop__name-en {
        display: block;
        font-size: 1.4rem;
        margin-top: 5px; }
        @media screen and (max-width: 599px) {
          .shop-wrapper__block__title__shop__name-en {
            font-size: 1.0rem; } }
    .shop-wrapper__block__title__shop__btn {
      margin-top: 25px; }
      @media screen and (max-width: 1024px) {
        .shop-wrapper__block__title__shop__btn {
          width: 170px; } }
      @media screen and (max-width: 599px) {
        .shop-wrapper__block__title__shop__btn {
          margin-top: 15px;
          width: 100%; } }
  .shop-wrapper__block__detail {
    float: right;
    width: 80.9%; }
    @media screen and (min-width: 1025px) {
      .shop-wrapper__block__detail {
        max-width: 970px; } }
    @media screen and (max-width: 1024px) {
      .shop-wrapper__block__detail {
        float: none;
        width: 100%; } }
    .shop-wrapper__block__detail__prof {
      margin-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        .shop-wrapper__block__detail__prof {
          margin-bottom: 30px; } }
      @media screen and (max-width: 599px) {
        .shop-wrapper__block__detail__prof {
          margin-bottom: 20px; } }
      .shop-wrapper__block__detail__prof__text {
        float: left;
        width: 51.6%; }
        @media screen and (max-width: 834px) {
          .shop-wrapper__block__detail__prof__text {
            float: none;
            width: 100%; } }
        @media screen and (min-width: 600px) {
          .shop-wrapper__block__detail__prof__text__tbl th {
            width: 155px; } }
      .shop-wrapper__block__detail__prof__img {
        float: right;
        width: 43.3%; }
        @media screen and (max-width: 834px) {
          .shop-wrapper__block__detail__prof__img {
            float: none;
            width: 100%;
            margin-bottom: 30px; } }
        @media screen and (max-width: 599px) {
          .shop-wrapper__block__detail__prof__img {
            margin-bottom: 20px; } }
        .shop-wrapper__block__detail__prof__img img {
          width: 100%; }

#recruit #cateTtl {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    #recruit #cateTtl {
      padding-top: 75px; } }
  @media screen and (max-width: 599px) {
    #recruit #cateTtl {
      padding-top: 60px; } }

/*採用情報index*/
.recruit-read-wrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .recruit-read-wrapper {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .recruit-read-wrapper {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1025px) {
    .recruit-read-wrapper .wrapper-base {
      max-width: 1074px; } }
  .recruit-read-wrapper__catch {
    color: #1A1A1A;
    font-size: 3.5rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 1024px) {
      .recruit-read-wrapper__catch {
        font-size: 3.0rem;
        margin-bottom: 30px; } }
    @media screen and (max-width: 599px) {
      .recruit-read-wrapper__catch {
        font-size: 2.5rem;
        margin-bottom: 25px; } }
  .recruit-read-wrapper__text {
    color: #333333;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.75;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .recruit-read-wrapper__text {
        font-size: 1.7rem; } }
    @media screen and (max-width: 599px) {
      .recruit-read-wrapper__text {
        font-size: 1.5rem; } }

.recruit-charm-wrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .recruit-charm-wrapper {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .recruit-charm-wrapper {
      margin-bottom: 60px; } }
  .recruit-charm-wrapper__list > li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (min-width: 600px) {
      .recruit-charm-wrapper__list > li {
        float: left;
        width: calc((99.9% - 8.2%) / 3);
        margin-top: 4.1%;
        margin-right: 4.1%; }
        .recruit-charm-wrapper__list > li:nth-child(3n) {
          margin-right: 0; }
        .recruit-charm-wrapper__list > li:nth-child(1), .recruit-charm-wrapper__list > li:nth-child(2), .recruit-charm-wrapper__list > li:nth-child(3) {
          margin-top: 0; }
        .recruit-charm-wrapper__list > li:nth-child(3n + 1) {
          clear: both; } }
  @media screen and (min-width: 600px) and (max-width: 834px) {
    .recruit-charm-wrapper__list > li {
      width: calc((99.9% - 4.1%) / 2); }
      .recruit-charm-wrapper__list > li:nth-child(3n) {
        margin-right: 4.1%; }
      .recruit-charm-wrapper__list > li:nth-child(3) {
        margin-top: 4.1%; }
      .recruit-charm-wrapper__list > li:nth-child(3n + 1) {
        clear: none; }
      .recruit-charm-wrapper__list > li:nth-child(2n) {
        margin-right: 0; }
      .recruit-charm-wrapper__list > li:nth-child(2n + 1) {
        clear: both; } }

    @media screen and (max-width: 599px) {
      .recruit-charm-wrapper__list > li {
        width: 100%;
        margin-bottom: 30px; }
        .recruit-charm-wrapper__list > li:last-child {
          margin-bottom: 0; } }

.charm-box__img {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 599px) {
    .charm-box__img {
      display: block;
      float: left;
      width: 80px;
      padding-top: 8px;
      margin-bottom: 0; } }
  @media screen and (max-width: 320px) {
    .charm-box__img {
      width: 60px; } }
  .charm-box__img span {
    display: table-cell;
    vertical-align: middle; }
  .charm-box__img img {
    max-width: 100%; }
    @media screen and (max-width: 599px) {
      .charm-box__img img {
        width: 100%; } }
@media screen and (max-width: 599px) {
  .charm-box__text {
    float: right;
    width: calc(99.9% - 80px);
    padding-left: 20px;
    box-sizing: border-box; } }
@media screen and (max-width: 320px) {
  .charm-box__text {
    width: calc(99.9% - 60px); } }
.charm-box__text__title {
  color: #000000;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .charm-box__text__title {
      font-size: 1.7rem;
      text-align: left;
      margin-bottom: 12px; } }
.charm-box__text__text {
  line-height: 1.7; }

.recruit-voice-wrapper__list > li {
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .recruit-voice-wrapper__list > li {
      margin-bottom: 50px; } }
  .recruit-voice-wrapper__list > li:last-child {
    margin-bottom: 0; }
  .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__img {
    float: right; }
  .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__text {
    float: left;
    padding: 20px 55px 0 0; }
    @media screen and (max-width: 1200px) {
      .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__text {
        padding: 20px 35px 0 0; } }
    @media screen and (max-width: 1024px) {
      .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__text {
        padding: 0 30px 0 0; } }
    @media screen and (max-width: 599px) {
      .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__text {
        padding: 20px 0 0 0; } }
    @media screen and (min-width: 600px) {
      .recruit-voice-wrapper__list > li:nth-child(even) .voice-box .voice-box__text .voice-box__text__prof {
        float: left; } }
.recruit-voice-wrapper__btn {
  background-color: #EEEEEE;
  padding: 30px 30px 30px;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    .recruit-voice-wrapper__btn {
      padding: 30px 20px 30px;
      margin-top: 60px;
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 599px) {
    .recruit-voice-wrapper__btn {
      padding: 25px 15px 25px;
      margin-top: 40px;
      margin-left: -15px;
      margin-right: -15px; } }
  .recruit-voice-wrapper__btn a {
    width: 490px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .recruit-voice-wrapper__btn a {
        width: 400px; } }
    @media screen and (max-width: 599px) {
      .recruit-voice-wrapper__btn a {
        width: 100%; } }
.recruit-voice-wrapper__entry {
  border: #EEEEEE solid 8px;
  margin-top: 50px; }
  .recruit-voice-wrapper__entry__title {
    color: #000000;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    line-height: 1.15;
    text-align: center;
    margin-top: -20px; }
    @media screen and (max-width: 1024px) {
      .recruit-voice-wrapper__entry__title {
        font-size: 2.1rem;
        margin-top: -18px; } }
    @media screen and (max-width: 599px) {
      .recruit-voice-wrapper__entry__title {
        font-size: 1.8rem;
        margin-top: -16px; } }
    .recruit-voice-wrapper__entry__title__inr {
      display: inline-block;
      background-color: #FFFFFF;
      padding-left: 40px;
      padding-right: 40px; }
      @media screen and (max-width: 1024px) {
        .recruit-voice-wrapper__entry__title__inr {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 599px) {
        .recruit-voice-wrapper__entry__title__inr {
          padding-left: 20px;
          padding-right: 20px; } }
  .recruit-voice-wrapper__entry__box {
    padding: 15px 15px 20px; }
    @media screen and (min-width: 1025px) {
      .recruit-voice-wrapper__entry__box {
        position: relative;
        overflow: hidden; } }
    @media screen and (max-width: 1024px) {
      .recruit-voice-wrapper__entry__box {
        padding: 30px 15px 30px; } }
  @media screen and (min-width: 1025px) {
    .recruit-voice-wrapper__entry__list {
      position: relative;
      float: left;
      left: 50%; } }
  .recruit-voice-wrapper__entry__list > li {
    width: 360px; }
    @media screen and (min-width: 1025px) {
      .recruit-voice-wrapper__entry__list > li {
        position: relative;
        float: left;
        left: -50%;
        margin-right: 45px; }
        .recruit-voice-wrapper__entry__list > li:nth-child(2) {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .recruit-voice-wrapper__entry__list > li {
        width: 400px;
        text-align: center;
        margin: 0 auto 15px; }
        .recruit-voice-wrapper__entry__list > li:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 599px) {
      .recruit-voice-wrapper__entry__list > li {
        width: 100%; } }
    .recruit-voice-wrapper__entry__list > li .recruit-voice-wrapper__entry__list__tel {
      display: inline-block;
      color: #000000;
      font-size: 4.5rem;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      line-height: 1.15;
      text-decoration: none;
      background-image: url(../img/common/icon_tel.png);
      background-position: left top 10px;
      background-repeat: no-repeat;
      background-size: 27px auto;
      padding-left: 45px; }
      @media screen and (max-width: 1024px) {
        .recruit-voice-wrapper__entry__list > li .recruit-voice-wrapper__entry__list__tel {
          font-size: 4.0rem;
          background-position: left top 5px; } }
      @media screen and (max-width: 599px) {
        .recruit-voice-wrapper__entry__list > li .recruit-voice-wrapper__entry__list__tel {
          font-size: 3.0rem;
          background-position: left top 7px;
          background-size: 18px auto;
          padding-left: 28px; } }

.voice-box__img {
  float: left;
  width: 41.6%; }
  @media screen and (max-width: 599px) {
    .voice-box__img {
      float: none;
      width: 100%; } }
  .voice-box__img img {
    width: 100%; }
.voice-box__text {
  float: right;
  width: 58.3%;
  padding: 20px 0 0 55px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1200px) {
    .voice-box__text {
      padding: 20px 0 0 35px; } }
  @media screen and (max-width: 1024px) {
    .voice-box__text {
      padding: 0 0 0 30px; } }
  @media screen and (max-width: 599px) {
    .voice-box__text {
      float: none;
      width: 100%;
      padding: 20px 0 0 0; } }
  .voice-box__text__title {
    color: #000000;
    font-size: 2.8rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .voice-box__text__title {
        font-size: 2.6rem;
        margin-bottom: 25px; } }
    @media screen and (max-width: 599px) {
      .voice-box__text__title {
        font-size: 2.2rem;
        margin-bottom: 20px; } }
  .voice-box__text__text {
    line-height: 1.7; }
  .voice-box__text__prof {
    position: relative;
    display: inline-block;
    float: right;
    color: #000000;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    border-top: #CCCCCC solid 3px;
    padding-top: 8px;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .voice-box__text__prof {
        margin-top: 25px; } }
    @media screen and (max-width: 599px) {
      .voice-box__text__prof {
        margin-top: 20px; } }
    .voice-box__text__prof::before {
      position: absolute;
      content: "";
      top: -3px;
      left: 0;
      width: 40px;
      height: 3px;
      background-color: #000000; }
    .voice-box__text__prof__name {
      font-size: 2.2rem; }
      @media screen and (max-width: 1024px) {
        .voice-box__text__prof__name {
          font-size: 1.9rem; } }
      @media screen and (max-width: 599px) {
        .voice-box__text__prof__name {
          font-size: 1.6rem; } }
      .voice-box__text__prof__name__san {
        display: inline-block;
        font-size: 1.2rem;
        margin-left: 2px; }
        @media screen and (max-width: 599px) {
          .voice-box__text__prof__name__san {
            font-size: 1.1rem; } }
      .voice-box__text__prof__name__year {
        display: inline-block;
        font-size: 1.2rem;
        font-family: "メイリオ", Meiryo, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-left: 20px; }
        @media screen and (max-width: 599px) {
          .voice-box__text__prof__name__year {
            font-size: 1.1rem;
            margin-left: 15px; } }
    .voice-box__text__prof__en {
      font-size: 1.0rem; }

/*募集要項*/
.offer-wrapper {
  margin-bottom: 70px; }
  @media screen and (max-width: 599px) {
    .offer-wrapper {
      margin-bottom: 60px; } }
  @media screen and (min-width: 600px) {
    .offer-wrapper__hl03 {
      margin-bottom: 0; } }
  @media screen and (min-width: 600px) {
    .offer-wrapper__tbl th {
      width: 245px; } }
  @media screen and (min-width: 600px) and (max-width: 1024px) {
    .offer-wrapper__tbl th {
      width: 170px; } }

  .offer-wrapper__tbl__shop-wrapper {
    margin-bottom: 15px; }
    .offer-wrapper__tbl__shop-wrapper:last-child {
      margin-bottom: 0; }
    .offer-wrapper__tbl__shop-wrapper dt {
      float: left;
      width: 70px; }
      @media screen and (max-width: 599px) {
        .offer-wrapper__tbl__shop-wrapper dt {
          float: none;
          width: 100%;
          font-weight: bold;
          margin-bottom: 5px; } }
    .offer-wrapper__tbl__shop-wrapper dd {
      padding-left: 70px; }
      @media screen and (max-width: 599px) {
        .offer-wrapper__tbl__shop-wrapper dd {
          padding-left: 0; } }
    .offer-wrapper__tbl__shop-wrapper__list > li {
      line-height: 1.25;
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px; }
      @media screen and (max-width: 599px) {
        .offer-wrapper__tbl__shop-wrapper__list > li {
          line-height: 1.35;
          margin-bottom: 10px; } }
      .offer-wrapper__tbl__shop-wrapper__list > li:last-child {
        margin-bottom: 0; }
  .offer-wrapper__btn-box {
    background-color: #EEEEEE;
    padding: 30px 30px 30px;
    margin-top: 70px; }
    @media screen and (min-width: 600px) {
      .offer-wrapper__btn-box {
        position: relative;
        overflow: hidden; } }
  @media screen and (min-width: 600px) and (max-width: 1024px) {
    .offer-wrapper__btn-box {
      padding: 30px 20px 30px;
      margin-top: 60px;
      margin-left: -30px;
      margin-right: -30px; } }

    @media screen and (max-width: 599px) {
      .offer-wrapper__btn-box {
        padding: 25px 15px 25px;
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px; } }
    @media screen and (min-width: 600px) {
      .offer-wrapper__btn-box__list {
        position: relative;
        float: left;
        left: 50%; } }
    @media screen and (min-width: 600px) {
      .offer-wrapper__btn-box__list > li {
        position: relative;
        float: left;
        left: -50%;
        width: 400px;
        margin-right: 30px; } }
  @media screen and (min-width: 600px) and (max-width: 1024px) {
    .offer-wrapper__btn-box__list > li {
      width: 270px;
      margin-right: 20px; } }
    @media screen and (min-width: 600px) {
        .offer-wrapper__btn-box__list > li:nth-child(2) {
          margin-right: 0; } }
    @media screen and (max-width: 599px) {
      .offer-wrapper__btn-box__list > li {
        width: 100%;
        text-align: center;
        margin: 0 auto 15px; }
        .offer-wrapper__btn-box__list > li:last-child {
          margin-bottom: 0; } }

#inquiry #cateTtl {
  padding-top: 60px; }
  @media screen and (max-width: 1024px) {
    #inquiry #cateTtl {
      padding-top: 50px; } }
  @media screen and (max-width: 599px) {
    #inquiry #cateTtl {
      padding-top: 40px; } }

@media screen and (min-width: 1025px) {
  .inquiry-form-wrapper__inr {
    margin-bottom: 50px; } }
@media screen and (max-width: 1024px) {
  .inquiry-form-wrapper__inr {
    margin-bottom: 40px; } }
@media screen and (max-width: 599px) {
  .inquiry-form-wrapper__inr {
    margin-bottom: 30px; } }
.inquiry-form-wrapper__text {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.8;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .inquiry-form-wrapper__text {
      font-size: 1.5rem; } }
  @media screen and (max-width: 599px) {
    .inquiry-form-wrapper__text {
      font-size: 1.4rem; } }
  .inquiry-form-wrapper__text a {
    color: #0781C7;
    text-decoration: none; }
    .inquiry-form-wrapper__text a:hover {
      text-decoration: underline; }

#privacy #cateTtl {
  left: calc(50% - 31px);
  font-size: 3.0rem;
  padding-top: 40px; }
  @media screen and (max-width: 1024px) {
    #privacy #cateTtl {
      left: calc(50% - 27px);
      font-size: 2.6rem; } }
  @media screen and (max-width: 599px) {
    #privacy #cateTtl {
      left: calc(50% - 22px);
      font-size: 2.2rem;
      padding-top: 24px; } }

/*個人情報保護方針*/
.privacy-wrapper__read {
  color: #333333;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .privacy-wrapper__read {
      font-size: 1.6rem;
      text-align: left;
      margin-bottom: 50px; } }
  @media screen and (max-width: 599px) {
    .privacy-wrapper__read {
      font-size: 1.5rem;
      margin-bottom: 40px; } }
.privacy-wrapper__inr {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .privacy-wrapper__inr {
      margin-bottom: 40px; } }
  @media screen and (max-width: 599px) {
    .privacy-wrapper__inr {
      margin-bottom: 30px; } }
.privacy-wrapper__list {
  margin-top: 1em; }
  .privacy-wrapper__list > li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px; }
    @media screen and (max-width: 599px) {
      .privacy-wrapper__list > li {
        padding-left: 23px; } }
    .privacy-wrapper__list > li:last-child {
      margin-bottom: 0; }
    .privacy-wrapper__list > li::before {
      position: absolute;
      content: "";
      top: 5px;
      left: 9px;
      width: 9px;
      height: 9px;
      background-color: #000000; }
      @media screen and (max-width: 599px) {
        .privacy-wrapper__list > li::before {
          top: 6px;
          left: 5px;
          width: 7px;
          height: 7px; } }
    .privacy-wrapper__list > li::after {
      position: absolute;
      content: "";
      top: 6px;
      left: 10px;
      width: 5px;
      height: 5px;
      border: #FFFFFF solid 1px; }
      @media screen and (max-width: 599px) {
        .privacy-wrapper__list > li::after {
          top: 7px;
          left: 6px;
          width: 3px;
          height: 3px; } }
.privacy-wrapper__inquiry {
  background-color: #F7F7F7;
  padding: 30px 30px 30px; }
  @media screen and (max-width: 599px) {
    .privacy-wrapper__inquiry {
      padding: 20px 20px 20px; } }
  .privacy-wrapper__inquiry__title {
    position: relative;
    color: #000000;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 400;
    line-height: 1.15;
    border-bottom: #CCCCCC solid 1px;
    padding: 0 0 15px 13px;
    margin-bottom: 15px; }
    @media screen and (max-width: 599px) {
      .privacy-wrapper__inquiry__title {
        font-size: 1.5rem; } }
    .privacy-wrapper__inquiry__title::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 3px;
      height: 18px;
      background-color: #000000; }
  .privacy-wrapper__inquiry__text {
    margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
