@charset "UTF-8";
/**
 * SCSS Mixins
 *
 * 利用例:
 * @use 'mixin' as m;
 *
 * .example {
 *   font-size: 14px;
 *   @include m.mq('pc') {
 *     font-size: 18px;
 *   }
 * }
 */
/**
 * フォント
 *
 * 各ファイルで font-family 文字列を直書きせず、これらの mixin を使う。
 * 利用例:
 * .example { @include m.serif; }
 *
 * - serif    … 英字セリフ（EB Garamond）
 * - serif-jp … 和文明朝（Noto Serif JP）
 * - sans-jp  … 和文ゴシック（Noto Sans JP）
 */
/*-----------------------------------------------------------
div
------------------------------------------------------------*/
div {
  text-align: left;
}

main {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a:link {
  color: #4C4948;
  text-decoration: none;
}

a:visited {
  color: #4C4948;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}

a:active {
  color: #64AB18;
  text-decoration: none;
}

/*-----------------------------------------------------------
margin
------------------------------------------------------------*/
.t0b5 {
  margin: 0 0 5px 0;
  overflow: hidden;
}

.t0b10 {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.t0b15 {
  margin: 0 0 15px 0;
  overflow: hidden;
}

.t0b20 {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.t0b25 {
  margin: 0 0 25px 0;
  overflow: hidden;
}

.t0b30 {
  margin: 0 0 30px 0;
  overflow: hidden;
}

.t0b35 {
  margin: 0 0 35px 0;
  overflow: hidden;
}

.t0b40 {
  margin: 0 0 40px 0;
  overflow: hidden;
}

.t0b45 {
  margin: 0 0 45px 0;
  overflow: hidden;
}

.t0b50 {
  margin: 0 0 50px 0;
  overflow: hidden;
}

.t0b55 {
  margin: 0 0 55px 0;
  overflow: hidden;
}

.t0b60 {
  margin: 0 0 60px 0;
  overflow: hidden;
}

.t0b65 {
  margin: 0 0 65px 0;
  overflow: hidden;
}

.t0b70 {
  margin: 0 0 70px 0;
  overflow: hidden;
}

.t0b75 {
  margin: 0 0 75px 0;
  overflow: hidden;
}

.t0b80 {
  margin: 0 0 80px 0;
  overflow: hidden;
}

.t0b85 {
  margin: 0 0 85px 0;
  overflow: hidden;
}

.t0b90 {
  margin: 0 0 90px 0;
  overflow: hidden;
}

.t0b95 {
  margin: 0 0 95px 0;
  overflow: hidden;
}

.t0b100 {
  margin: 0 0 100px 0;
  overflow: hidden;
}

.t5b0 {
  margin: 5px 0 0 0;
  overflow: hidden;
}

.t5b10 {
  margin: 5px 0 10px 0;
  overflow: hidden;
}

.t5b20 {
  margin: 5px 0 20px 0;
  overflow: hidden;
}

.t5b30 {
  margin: 5px 0 30px 0;
  overflow: hidden;
}

.t5b40 {
  margin: 5px 0 40px 0;
  overflow: hidden;
}

.t5b50 {
  margin: 5px 0 50px 0;
  overflow: hidden;
}

.t10b0 {
  margin: 10px 0 0 0;
  overflow: hidden;
}

.t10b10 {
  margin: 10px 0;
  overflow: hidden;
}

.t10b20 {
  margin: 10px 0 20px 0;
  overflow: hidden;
}

.t10b30 {
  margin: 10px 0 30px 0;
  overflow: hidden;
}

.t10b40 {
  margin: 10px 0 40px 0;
  overflow: hidden;
}

.t10b50 {
  margin: 10px 0 50px 0;
  overflow: hidden;
}

.t20b0 {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.t20b5 {
  margin: 20px 0 5px 0;
  overflow: hidden;
}

.t20b10 {
  margin: 20px 0 10px 0;
  overflow: hidden;
}

.t20b20 {
  margin: 20px 0;
  overflow: hidden;
}

.t20b30 {
  margin: 20px 0 30px 0;
  overflow: hidden;
}

.t20b40 {
  margin: 20px 0 40px 0;
  overflow: hidden;
}

.t30b0 {
  margin: 30px 0 0 0;
  overflow: hidden;
}

.t30b5 {
  margin: 30px 0 5px 0;
  overflow: hidden;
}

.t30b10 {
  margin: 30px 0 10px 0;
  overflow: hidden;
}

.t30b20 {
  margin: 30px 0 20px 0;
  overflow: hidden;
}

.t30b30 {
  margin: 30px 0;
  overflow: hidden;
}

.t30b40 {
  margin: 30px 0 40px 0;
  overflow: hidden;
}

.t30b50 {
  margin: 30px 0 50px 0;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

/*-----------------------------------------------------------
padding
------------------------------------------------------------*/
.p10b10 {
  padding: 10px 0;
  overflow: hidden;
}

.p20b20 {
  padding: 20px 0;
  overflow: hidden;
}

.p30b30 {
  padding: 30px 0;
  overflow: hidden;
}

.p40b40 {
  padding: 40px 0;
  overflow: hidden;
}

.p50b50 {
  padding: 50px 0;
  overflow: hidden;
}

.p0b10 {
  padding: 0 0 10px 0;
  overflow: hidden;
}

.p0b20 {
  padding: 0 0 20px 0;
  overflow: hidden;
}

.p0b30 {
  padding: 0 0 30px 0;
  overflow: hidden;
}

.p0b40 {
  padding: 0 0 40px 0;
  overflow: hidden;
}

.p0b50 {
  padding: 0 0 50px 0;
  overflow: hidden;
}

/*-----------------------------------------------------------
line height
------------------------------------------------------------*/
.line14 {
  line-height: 14px;
}

.line15 {
  line-height: 15px;
}

.line16 {
  line-height: 16px;
}

.line17 {
  line-height: 17px;
}

.line18 {
  line-height: 18px;
}

.line19 {
  line-height: 19px;
}

.line20 {
  line-height: 20px;
}

.line21 {
  line-height: 21px;
}

.line22 {
  line-height: 22px;
}

.line23 {
  line-height: 23px;
}

.line24 {
  line-height: 24px;
}

.line25 {
  line-height: 25px;
}

.line26 {
  line-height: 26px;
}

.line27 {
  line-height: 27px;
}

.line28 {
  line-height: 28px;
}

.line29 {
  line-height: 29px;
}

.line30 {
  line-height: 30px;
}

/*-----------------------------------------------------------
FONT Weight
------------------------------------------------------------*/
.fwB {
  font-weight: bold;
}

/*-----------------------------------------------------------
FONT Size
------------------------------------------------------------*/
.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/*-----------------------------------------------------------
FLOAT
------------------------------------------------------------*/
.floatL {
  float: left;
  display: inline-block;
}

.floatR {
  float: right;
  display: inline-block;
}

/*-----------------------------------------------------------
Text-Align
------------------------------------------------------------*/
.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* MovableType */
div#pageBoot {
  margin: 35px 0 60px 0;
  text-align: center;
}

div#pageBoot a {
  color: #aaa;
  text-decoration: none !important;
}

span.current_page {
  color: #FFFFFF;
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #aaa;
}

a.link_page {
  padding: 5px;
  border: 1px solid #aaa !important;
}

a.link_page:hover {
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #aaa;
  color: #FFFFFF !important;
}

/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #aaa;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #aaa;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 12px;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------
Header
-------------------------------------------------------------*/
header.headerFixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  margin-bottom: 0;
}
header.headerFixed .navbar {
  margin-bottom: 0;
}
header.headerFixed div.container {
  margin: 0 auto;
}
header .navbar {
  margin-bottom: 0;
}

#head-top {
  border-bottom: 1px solid #e4e4e4;
}
#head-top h1 {
  color: #666;
  font-size: 11px;
  padding: 10px 0;
  margin: auto;
}
#head-top div.text-right {
  padding: 10px 0;
}
#head-top div.text-right a {
  display: inline-block;
  color: #666;
  padding: 0 10px;
  border-left: 1px solid #666;
  font-size: 11px;
}
#head-top div.text-right a:first-child {
  border-left: none;
}
#head-top div.text-right a:last-child {
  padding-right: 15px;
}

#header nav.navbar {
  background: none !important;
  border-radius: 0 !important;
  border-top: none;
  border-bottom: 1px solid #e4e4e4;
}
#header ul.nav > li {
  text-align: center;
}
#header ul.nav > li > a {
  font-size: 14px;
}
#header ul.nav > li > a span {
  display: block;
  font-size: 11px;
  color: #ccc;
}
#header ul.nav > li.active {
  border-bottom: 3px solid #00823c;
}
#header ul.nav > li.active a {
  color: #fff;
  background: #009a53;
}
#header ul.nav > li.active a span {
  color: #fff;
}
#header ul.nav > li:hover {
  border-bottom: 3px solid #00823c;
}
#header ul.nav > li:hover a {
  color: #fff;
  background: #009a53;
}
#header ul.nav > li:hover a span {
  color: #fff;
}
#header ul.nav > li.child ul,
#header ul.nav > li.child > a > i {
  display: none;
}
#header .navbar-brand {
  height: auto;
}
#header .nav-pc {
  display: block;
}
#header .nav-mobile {
  display: none;
}

/*-----------------------------------------------------------
Footer
-------------------------------------------------------------*/
#footer {
  margin-top: 50px;
}

#goUp {
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#footer01 {
  margin-top: 35px;
  margin-bottom: 90px;
}
#footer01 p {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
#footer01 p br {
  display: none;
}

#footer02 {
  background-color: #009a53;
  color: #fff;
}
#footer02 a {
  color: #fff;
}
#footer02 div.container > div.row {
  margin-top: -54px;
}
#footer02 > p:last-child {
  padding-bottom: 10px;
  font-size: 10px;
  margin-bottom: 0;
}

#footerLinks {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 13px;
  border-top: 1px solid #fff;
}
#footerLinks a {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 10px;
  margin-top: 5px;
}
#footerLinks a:first-child {
  border-left: none;
}

div.item-cols-2 p {
  margin-bottom: 0;
}
div.item-cols-2 p.img {
  border: 4px solid #f7f7f7;
  background-color: #f7f7f7;
  text-align: center;
}
div.item-cols-2 p.img img {
  width: 100%;
}
div.item-cols-2 p.more {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  margin-top: 10px;
  background: url(../img/icon/ico-arrow.png) no-repeat 15px center;
}
div.item-cols-2 div.head {
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
}
div.item-cols-2 div.head a {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
div.item-cols-2 div.head p {
  font-size: 12px;
}
div.item-cols-2 div.fbtn {
  text-align: center;
  overflow: hidden;
}
div.item-cols-2 div.fbtn .tel {
  background: url(../img/icon/ico-tel.png) no-repeat 15px center #4cca7c;
}
div.item-cols-2 div.fbtn .web {
  background: url(../img/icon/ico-web.png) no-repeat 15px center #fe8db3;
}
div.item-cols-2 div.fbtn a {
  width: 100%;
  margin-top: 5px;
}
div.item-cols-2 a {
  display: block;
}

@media screen and (min-width: 768px) {
  /*-----------------------------------------------------------
  HEADER & NAVIGATION
  -------------------------------------------------------------*/
  #header nav.navbar {
    min-height: 50px;
  }
  #header ul.nav > li > a {
    padding: 16px 8px;
    font-size: 12px;
  }
  #header ul.navbar-nav {
    margin-right: -15px;
  }
  #header .navbar-brand > img {
    width: 75px;
    height: auto;
  }
  /*-----------------------------------------------------------
  Footer
  -------------------------------------------------------------*/
  div.item-cols-2:nth-child(4), div.item-cols-2:nth-child(5), div.item-cols-2:nth-child(6) {
    margin-top: 30px;
  }
  div.item-cols-2 div.fbtn a {
    padding: 10px 0;
    font-size: 14px;
    margin-top: 10px;
    background-position: 35px center !important;
  }
  div.item-cols-2 div.fbtn .web {
    padding-left: 30px;
  }
  div.item-cols-2 p.more {
    background-position: 35% center !important;
  }
}
@media screen and (min-width: 992px) {
  /*-----------------------------------------------------------
  HEADER & NAVIGATION
  -------------------------------------------------------------*/
  #header nav.navbar {
    min-height: 85px;
  }
  #header ul.nav > li > a {
    padding: 22px 18px;
  }
  #header .navbar-brand > img {
    width: 90px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  /*-----------------------------------------------------------
  HEADER & NAVIGATION
  -------------------------------------------------------------*/
  header#header nav.navbar {
    min-height: 100px;
  }
  header#header ul.nav > li > a {
    padding: 30px 24px;
  }
  header#header .navbar-brand {
    padding: 15px 30px;
  }
  header#header .navbar-brand > img {
    width: 114px;
    height: auto;
  }
  header#header .navbar-header {
    width: 16.66666667%;
  }
  /*-----------------------------------------------------------
  Footer
  -------------------------------------------------------------*/
  div.item-cols-2:nth-child(4), div.item-cols-2:nth-child(5), div.item-cols-2:nth-child(6) {
    margin-top: 0;
  }
  div.item-cols-2 div.fbtn a {
    padding: 5px 0;
    font-size: 12px;
    background-position: 15px center !important;
  }
  div.item-cols-2 div.fbtn .web {
    font-size: 11px;
    padding-left: 15px;
  }
  div.item-cols-2 p.more {
    background-position: 15px center !important;
  }
}
@media screen and (max-width: 767px) {
  /*-----------------------------------------------------------
  HEADER & NAVIGATION
  -------------------------------------------------------------*/
  #header .navbar-brand {
    padding: 0;
    margin: 5px 0 0 15px;
  }
  #header .navbar-brand > img {
    width: 71px;
    height: 40px;
  }
  #header .navbar-toggle {
    border-color: #009a53;
    background-color: #009a53;
    margin: auto;
    border-radius: 0;
  }
  #header .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 100%;
  }
  #header .navbar-toggle .text {
    font-size: 8px;
    color: #fff;
  }
  #header .navbar-default {
    border-bottom: 1px solid #2ca35e !important;
    border-color: #2ca35e;
  }
  #header .headBtnTel {
    display: inline-block !important;
    border-left: 1px solid #2ca35e;
    padding: 12px 10px;
    float: right;
  }
  #header .navbar-nav {
    margin: auto;
  }
  #header ul.nav {
    border-top: 1px solid #2ca35e;
  }
  #header ul.nav > li.active a, #header ul.nav > li:hover a {
    color: #666;
    background: none;
  }
  #header ul.nav > li a {
    text-align: left;
    color: #666;
  }
  #header ul.nav > li a span {
    display: none;
  }
  #header ul.nav li {
    border-bottom: 1px solid #e4e4e4;
  }
  #header ul.nav li a {
    padding: 17px 15px;
    display: block;
  }
  #header ul.nav li:last-child {
    border-bottom: none;
  }
  #header ul.nav li:hover {
    border-bottom: 1px solid #e4e4e4;
  }
  #header ul.nav li.child > a {
    position: relative;
  }
  #header ul.nav li.child i.arrow {
    background: url(../img/icon/ico-arrow-1.png) no-repeat;
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 20px;
  }
  #header ul.nav li.child ul {
    background-color: #009a53;
    overflow: hidden;
    display: none;
  }
  #header ul.nav li.child ul a {
    color: #fff;
    padding: 10px;
    background: url(../img/icon/ico-arrow.png) no-repeat 96% center;
  }
  #header ul.nav li.child ul span {
    display: inline-block;
    margin-left: 10px;
    line-height: 36px;
  }
  #header ul.nav li.child ul li {
    width: 50%;
    border-bottom: 1px solid #2a8d30;
  }
  #header ul.nav li.child ul li:nth-child(even) {
    float: right;
  }
  #header ul.nav li.child ul li:nth-child(odd) {
    float: left;
    border-right: 1px solid #2a8d30;
  }
  #header ul.nav li.on i.arrow {
    background: url(../img/icon/ico-arrow-1_on.png) no-repeat;
    width: 10px;
    height: 5px;
  }
  #header ul.nav li.btn-bottom a {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background-color: #fe8db3;
    color: #fff;
    margin: 20px 15px;
  }
  #header .navbar-collapse {
    padding: 0;
  }
  #header .nav-pc {
    display: none;
  }
  #header .nav-mobile {
    display: block;
  }
  /*-----------------------------------------------------------
  Footer
  -------------------------------------------------------------*/
  #footer01 br {
    display: block !important;
  }
  #footer02 > p:last-child {
    color: #666;
    padding-top: 10px;
    background-color: #fff;
  }
  #footer02 div.container {
    padding: 0;
    margin: auto;
    overflow: hidden;
  }
  #footer02 div.container > div.row {
    margin-top: 0;
  }
  #footerLinks {
    border-top: none;
    padding-bottom: 0;
    margin-top: 10px;
  }
  #footerLinks a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    text-align: left;
    border-left: none;
  }
  #footerLinks > div.container {
    padding: 0;
    overflow: hidden;
  }
  div.item-cols-2 {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
  }
  div.item-cols-2:first-child {
    margin-top: 30px;
  }
  div.item-cols-2 p.img {
    width: 30%;
    float: left;
    background: none;
    border: none;
  }
  div.item-cols-2 p.more {
    margin-top: 0;
    padding: 10px 0;
    border-top: none;
    background-position: 40% center !important;
  }
  div.item-cols-2 div.head {
    float: left;
    width: 70%;
    margin-top: 0;
  }
  div.item-cols-2 div.head * {
    padding-left: 15px;
  }
  div.item-cols-2 div.fbtn, div.item-cols-2 div.more {
    width: 100%;
    overflow: hidden;
  }
  div.item-cols-2 div.fbtn a {
    width: 50%;
    font-size: 12px !important;
    padding: 10px 0;
    margin-top: 0;
    background-position: 20% center !important;
  }
  div.item-cols-2 div.fbtn a:nth-child(odd) {
    float: left;
  }
  div.item-cols-2 div.fbtn a:nth-child(even) {
    float: right;
  }
  div.item-cols-2 div.fbtn .web {
    background-position: 10% center !important;
  }
}
.sec-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.sec-ttl .sec-ttl__en {
  display: inline-block;
  font-size: 36px;
  font-family: "EB Garamond", serif;
  background: linear-gradient(90deg, rgb(144, 195, 160) 0%, rgb(137, 122, 182) 50%, rgb(239, 178, 127) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.32em;
  line-height: 1;
}
.sec-ttl .sec-ttl__ja {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  display: block;
  letter-spacing: 0.3em;
  margin-top: 10px;
}

.c-section-ttl {
  background: url("../../img/common/bg-c-section-sp.webp") no-repeat center center/cover;
  padding: 108px 0 70px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-section-ttl {
    background-image: url("../../img/common/bg-c-section.webp");
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 106px 20px 118px;
  }
}
.c-section-ttl__inner {
  width: 100%;
}
.c-section-ttl .sec-ttl {
  margin-bottom: 0;
}
.c-section-ttl .sec-ttl__en {
  font-size: 36px;
  letter-spacing: 0.32em;
}
@media screen and (min-width: 992px) {
  .c-section-ttl .sec-ttl__en {
    font-size: 36px;
  }
}
.c-section-ttl .sec-ttl__ja {
  margin-top: 14px;
  color: #4c4948;
}
@media screen and (min-width: 992px) {
  .c-section-ttl .sec-ttl__ja {
    margin-top: 12px;
  }
}

/* =========================================================
   Common button（全ページ共通）
   ========================================================= */
.c-btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #4c4948;
  background-color: #fff;
  border: 1px solid #898989;
  min-inline-size: min(250px, 100%);
  min-block-size: 52px;
  inline-size: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 17px;
    inline-size: initial;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-filter: brightness(0.97);
    filter: brightness(0.97);
  }
}

.c-btn.c-btn--lg {
  min-inline-size: min(324px, 100%);
}

/* 角丸（ピル型） */
.c-btn.c-btn--rounded {
  border-radius: 100px;
}

/* 右端に矢印（→） */
.c-btn.c-btn--arrow {
  position: relative;
  padding-right: 48px;
  padding-left: 24px;
}
.c-btn.c-btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 7px;
  background: url("../../img/recruit/arrow-green.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

/* =========================================================
   RECRUIT / ONLINE SHOP（全ページ共通）
   ========================================================= */
.p-online-shop__inner {
  padding: 36px 0 60px;
  text-align: center;
  position: relative;
  background: url("../../img/common/bg-online-sp.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-online-shop__inner {
    background: url("../../img/common/bg-online.webp") no-repeat center/cover;
    padding: 94px 0;
  }
}
.p-online-shop__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  line-height: 1.2424242424;
  letter-spacing: 0.3em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-online-shop__inner h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.p-online-shop__inner h2 span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.p-online-shop__inner::before {
  content: "";
  display: inline-block;
  inline-size: 40px;
  block-size: 37px;
  background: url(../../img/top/2025/icon_cart.svg) no-repeat center/contain;
  margin-bottom: 12px;
}

.p-online-logo {
  position: absolute;
  width: 58px;
  bottom: 0;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-online-logo {
    width: 120px;
    bottom: 10px;
    right: 20px;
  }
}

.p-online-shop__btn {
  text-align: center;
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-online-shop__btn {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .p-online-shop__btn a {
    width: 100%;
  }
}

.p-recruit__inner {
  padding: 36px 0;
  text-align: center;
  background: url("../../img/common/bg-recruit-sp.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-recruit__inner {
    background: url("../../img/common/bg-recruit.webp") no-repeat center/cover;
    padding: 100px 0;
  }
}
.p-recruit__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  line-height: 1.2424242424;
  letter-spacing: 0.3em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit__inner h2 {
    gap: 14px;
  }
}
.p-recruit__inner h2 span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.p-recruit__btn {
  text-align: center;
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__btn {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__btn a {
    width: 100%;
  }
}

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