@charset "UTF-8";
:root {
  --textPoint: #000;
  --textMain: #000;
  --textEm: #76B6D1;
  --headerText: #444;
  --mainBg: #F0F0F0;
  --spMenu1Text: #7ABCD8;
  --spMenu1Bg: #fff;
  --spMenu1Bdr: #7ABCD8;
  --spMenu2Text: #fff;
  --spMenu2Bg: #76B6D1;
  --spMenu2Bdr: #76B6D1;
  --icon1: #7ABCD8;
  --heading1: #646464;
  --heading2: #222;
  --heading3: #D8E3E8;
  --heading4: #F0F0F0;
  --heading3Bg: #D8E3E8;
  --heading3Text: #000;
  --heading4Bdr: #7ABCD8;
  --heading4Bg: #EFEFEF;
  --heading4Text: #000;
  --btnRequireText: #fff;
  --btnRequireBg: #B6BABF;
  --btnReserveText: #fff;
  --btnReserveBg: #97CED2;
  --naviText: #fff;
  --naviBg: #7ABCD8;
  --naviBgHover: #9CC7D9;
  --naviTextHover: #fff;
  --zabuton1Text: #fff;
  --zabuton1Bg: #7ABCD8;
  --zabuton2Text: #fff;
  --zabuton2Bg: #7ABCD8;
  --zabuton3Text: #76B6D1;
  --zabuton3Bg: #76B6D1;
  --zabuton4Text: #fff;
  --zabuton4Bg: #97CED2;
  --bar1-1Text: #fff;
  --bar1-2Text: #000;
  --bar1-3Text: #76B6D1;
  --bar1-1Bg:#BEDAE5;
  --bar1-2Bg:#F0F0F0;
  --footerText1: #fff;
  --footerBg1: #7ABCD8;
  --footerBg2: #FAFAFA;
  --footerBg3: #fff;
  --footerTel: #76B6D1;
  --qaQ1Text: #fff;
  --qaQ1Bg: #97CED2;
  --qaQ2Text: #222;
  --qaQ2Bg: #F0F0F0;
  --qaAText: #76B6D1;
  --thBg: #BDE2E6;
  --thText: #000;
  --tdBg: #FFF;
  --tdText: #000;
  --textLink: #0071BC;
  --yumincho: YuMincho,
  	"Noto Serif JP",
  	"Yu Mincho",
  	serif;
  --notosans: "Noto Sans JP",
  	"游ゴシック体",
  	YuGothic,
  	"游ゴシック Medium",
  	"Yu Gothic Medium",
  	"游ゴシック",
  	"Yu Gothic",
  	"ヒラギノ角ゴシック Pro",
  	"Hiragino Kaku Gothic Pro",
  	"メイリオ",
  	sans-serif;
}

/*共通
-------------------------------------------*/
/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  min-width: 768px;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

.fb {
  display: flex;
  flex-wrap: wrap;
}

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--notosans);
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  font-size: 0;
  line-height: 0;
}
figure a:hover {
  opacity: 0.8;
}

sup {
  font-size: 0.5em;
}

/* --------------------------------------------------------------------------------------
 .utility
--------------------------------------------------------------------------------------- */
.js-fe {
  justify-content: flex-end;
}

.js-fs {
  justify-content: flex-start;
}

.jc-sb {
  justify-content: space-between;
}

.ai-fs {
  align-items: flex-start;
}

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

.clearfix {
  display: inline-block;
}

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

.clearfix {
  display: block;
}

/**/
/* --------------------------------------------------------------------------------------
 .linkarea
--------------------------------------------------------------------------------------- */
.linkarea,
.linkarea a {
  position: relative;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 99;
}

.linkarea a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  background: #FFF;
}

html {
  font-size: 14px;
}

.inner {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.inner1000 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.inner800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.inner860 {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  html {
    font-size: 12px;
    min-width: unset;
  }
  .inner,
.inner800,
.inner860,
.inner1000 {
    width: 92%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
.header {
  padding: 25px 0;
}
.header .fb {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header .fb .logo .name {
  margin: 0 0 4px;
  font-size: 11px;
  color: #000;
}
.header .fb .logo .logoInner {
  align-items: center;
}
.header .fb .logo .logoInner > figure {
  max-width: 240px;
  margin-right: 20px;
}
.header .fb .logo .logoInner > figure img {
  max-width: 100%;
  max-height: 55px;
}
.header .fb .logo .logoInner .description {
  color: #808285;
  font-size: 12px;
}

.nncWrap .nnc {
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0px;
}
.nncWrap .nnc .name {
  margin: 0 0 4px;
  padding: 0 0 4px;
  font-size: 12px;
  border-bottom: solid 1px #dadada;
  text-align: center;
}
.nncWrap .nnc .members {
  text-align: right;
  font-size: 15px;
  color: var(--headerText);
}
.nncWrap .nnc .members span {
  font-size: 18px;
  font-weight: bold;
  color: var(--textEm);
}
.nncWrap .nnc .date {
  text-align: right;
  font-size: 11px;
  color: #a0a0a0;
}

.headerBtn a {
  min-width: 120px;
  padding: 12px 15px;
  display: block;
  position: relative;
  border-radius: 3px;
}
.headerBtn a span {
  font-size: 1.4em;
  font-weight: bold;
}
.headerBtn .requireBtn {
  margin: 0 5px 0 0;
  text-align: center;
}
.headerBtn .requireBtn a {
  background: var(--btnRequireBg);
  color: var(--btnRequireText);
}
.headerBtn .requireBtn a:hover {
  opacity: 0.8;
}
.headerBtn .reserveBtn {
  text-align: center;
}
.headerBtn .reserveBtn a {
  background: var(--btnReserveBg);
  color: var(--btnReserveText);
}
.headerBtn .reserveBtn a:hover {
  opacity: 0.8;
}

.headerTel {
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 20px 0 0px;
  color: var(--headerText);
}
.headerTel .number {
  font-size: 12px;
  font-weight: bold;
}
.headerTel .number span {
  margin: 0 0 0 4px;
  font-size: 18px;
}
.headerTel .reception {
  font-size: 11px;
}
.headerTel .reception span {
  padding-left: 2.5em;
  display: inline-block;
  position: relative;
}
.headerTel .reception span::before {
  content: "受付";
  position: absolute;
  top: 0;
  left: 0;
}
.headerTel .contact {
  margin: 8px 0 0;
}
.headerTel .contact a {
  display: inline-block;
  font-weight: bold;
}
.headerTel .contact a::before {
  margin: 0 5px 0 0;
  font-size: 16px;
  content: "\f0e0";
  font-family: "FontAwesome";
  color: var(--icon1);
}
.headerTel .contact a:hover {
  opacity: 0.8;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  .header {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 85px;
    background: #FFF;
    position: fixed;
    z-index: 100;
    padding: 0;
  }
  .header .fb {
    justify-content: space-between;
    align-items: center;
  }
  .header .fb .logo .name {
    font-size: 10px;
    color: #000;
  }
  .header .fb .logo .logoInner {
    display: block;
  }
  .header .fb .logo .logoInner > figure img {
    width: auto;
    max-height: 33px;
    padding: 2px 0;
    box-sizing: border-box;
  }
  .header .fb .logo .logoInner .description {
    font-size: 10px;
  }
  .header .fb .logo .logoInner .description br {
    display: none;
  }
}
@media (max-width: 750px) {
  .headerRight .sp .tel {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    position: relative;
    border: 2px solid var(--spMenu1Bdr);
    background: var(--spMenu1Bg);
    border-radius: 5px;
    transition: 0.5s;
  }
  .headerRight .sp .tel::before {
    content: "\f095";
    font-family: FontAwesome;
    color: var(--spMenu1Text);
    font-size: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .headerRight .sp .tel span {
    display: block;
    position: absolute;
    left: 16px;
    top: calc(50% - 1px);
    width: 17px;
    height: 2px;
    transition: 0.5s;
    opacity: 0;
  }
  .headerRight .sp .tel span::before, .headerRight .sp .tel span::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s;
  }
  .headerRight .sp .tel.active {
    background-color: #BABABA;
    border-color: #bababa;
  }
  .headerRight .sp .tel.active::before {
    display: none;
  }
  .headerRight .sp .tel.active span {
    opacity: 1;
  }
  .headerRight .sp .tel.active span::before {
    transform: rotate(45deg);
  }
  .headerRight .sp .tel.active span::after {
    transform: rotate(-45deg);
  }
  .headerRight .sp .menu {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--spMenu2Bg);
    border: 2px solid var(--spMenu2Bdr);
    border-radius: 5px;
    position: relative;
  }
  .headerRight .sp .menu.active {
    background: #bbb;
    border: 2px solid #bbb;
  }
  .headerRight .sp .menu span {
    position: absolute;
    left: 16px;
    width: 17px;
    height: 2px;
    background-color: var(--spMenu2Text);
    border-radius: 4px;
    transition: 0.5s;
  }
  .headerRight .sp .menu span:nth-of-type(1) {
    top: 30%;
  }
  .headerRight .sp .menu span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .headerRight .sp .menu span:nth-of-type(3) {
    bottom: 30%;
  }
  .headerRight .sp .menu span.active:nth-of-type(1) {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .headerRight .sp .menu span.active:nth-of-type(2) {
    opacity: 0;
  }
  .headerRight .sp .menu span.active:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 750px) {
  .telMenu {
    width: 100vw;
    background: #fff;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    border-top: solid 3px #ddd;
    box-sizing: border-box;
    text-align: center;
    overflow-y: scroll;
  }
  .telMenu .telMenuInner {
    padding: 45px 9.5vw;
  }
  .telMenu .telMenuInner .lead {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    font-weight: bold;
  }
  .telMenu .telMenuInner h2 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: bold;
  }
  .telMenu .telMenuInner .reception {
    font-size: 13px;
    margin: 0 0 25px;
    padding: 0 0 0 2.5em;
    display: inline-block;
    position: relative;
  }
  .telMenu .telMenuInner .reception::before {
    content: "受付";
    position: absolute;
    left: 0;
    top: 0;
  }
  .telMenu .telMenuInner .number {
    color: var(--footerTel);
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 38px;
    font-weight: bold;
    font-size: 26px;
  }
  .telMenu .telMenuInner .number::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 32px;
    background: var(--footerTel) url(../images/common/contact_tel.png) no-repeat 0 0/cover;
    content: "";
    transform: translateY(-50%);
  }
  .telMenu .telMenuInner .telBtn {
    display: block;
    margin: 0 30px;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    background: var(--zabuton1Bg);
    color: var(--zabuton1Text);
    font-size: 20px;
    font-weight: bold;
  }
  .telMenu .telMenuInner .close {
    position: relative;
    display: inline-block;
    margin: 90px 0 0;
    padding: 0 0 0 32px;
    color: #bbb;
    font-size: 17px;
    font-weight: bold;
  }
  .telMenu .telMenuInner .close::before, .telMenu .telMenuInner .close::after {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px;
    width: 20px;
    height: 2px;
    background: #bbb;
    content: "";
    transform: rotate(45deg);
  }
  .telMenu .telMenuInner .close::after {
    transform: rotate(-45deg);
  }
}
/*header-nav
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
#header-nav {
  min-width: 1180px;
  margin: 0 0 2px;
  background: var(--naviBg);
}
#header-nav .lists {
  justify-content: center;
  position: relative;
  z-index: 5;
  flex-wrap: nowrap;
}
#header-nav .lists li {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  border-right: solid 2px #fff;
}
#header-nav .lists li:first-child {
  border-left: solid 2px #fff;
}
#header-nav .lists li a {
  padding: 20px 10px;
  display: block;
  box-sizing: border-box;
  color: #fff;
}
#header-nav .lists li a:hover {
  color: var(--naviTextHover);
  background: var(--naviBgHover);
}
#header-nav .dropdown {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
}
#header-nav .dropdown li {
  border: none;
}
#header-nav .dropdown li:first-child {
  border: none;
}
#header-nav .dropdown li a {
  background: var(--naviBg);
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #header-nav {
    width: 100vw;
    min-width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 100;
    top: 85px;
    display: none;
    border-top: solid 3px #ddd;
    box-sizing: border-box;
  }
  #header-nav .lists {
    padding: 0 3vw 25px;
    display: block;
  }
  #header-nav .lists li a {
    border-bottom: solid 2px #ECECEC;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    padding: 6vw 0;
    display: block;
    position: relative;
    color: #000;
  }
  #header-nav .lists li a:hover {
    color: inherit;
    background: transparent;
  }
  #header-nav .lists li a::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
  #header-nav .dropdown {
    position: static;
    display: block;
    width: 100%;
  }
  #header-nav .dropdown li {
    border: none;
  }
  #header-nav .dropdown li:first-child {
    border: none;
  }
  #header-nav .dropdown li a {
    background: transparent;
  }
}
@media (max-width: 750px) {
  #header-nav .nnc {
    padding: 0 8vw 25px;
  }
  #header-nav .nnc .nncInner {
    border: solid 2px #666;
    border-radius: 4px;
  }
  #header-nav .nnc .name {
    padding: 5px 0 7px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #666;
    color: #fff;
  }
  #header-nav .nnc .dataWrap {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  #header-nav .nnc .dataWrap .data {
    text-align: right;
  }
  #header-nav .nnc .dataWrap .data .members {
    font-size: 17px;
    font-weight: bold;
  }
  #header-nav .nnc .dataWrap .data .members span {
    font-size: 23px;
    color: var(--textEm);
  }
  #header-nav .nnc .dataWrap .data .date {
    font-size: 12px;
    color: #808080;
  }
}
@media (max-width: 750px) {
  #header-nav .cvWrap {
    padding: 0 3vw 130px;
  }
  #header-nav .cvWrap .lead {
    margin: 0 0 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #header-nav .cvWrap .btnWrap {
    justify-content: space-between;
  }
  #header-nav .cvWrap .btnWrap a {
    display: block;
    width: calc((100% - 15px) / 2);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
  }
  #header-nav .cvWrap .btnWrap a[data-char-count="9"] {
    font-size: 4.3vw;
  }
  #header-nav .cvWrap .btnWrap a.require {
    color: var(--btnRequireText);
    background: var(--btnRequireBg);
  }
  #header-nav .cvWrap .btnWrap a.reserve {
    color: var(--btnReserveText);
    background: var(--btnReserveBg);
  }
  #header-nav .cvWrap .btnWrap a span {
    display: block;
    font-size: 15px;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
/*float_menu
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
#float_menu {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: -150px;
  left: 0;
  transition: all 0.3s;
  z-index: 1000;
}
#float_menu.active {
  top: 0;
}
#float_menu .fb nav ul {
  justify-content: flex-start;
}
#float_menu .fb nav ul li {
  font-size: 14px;
  font-weight: bold;
}
#float_menu .fb nav ul li a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  min-width: 90px;
  height: 81px;
  padding: 0 0.5em;
}
#float_menu .fb nav ul li a:hover {
  color: var(--naviTextHover);
  background: var(--naviBgHover);
}
#float_menu .btnWrap .btn {
  text-align: center;
}
#float_menu .btnWrap .btn a {
  height: 81px;
  padding: 15px 2em;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#float_menu .btnWrap .btn a span {
  font-size: 1.4em;
  font-weight: bold;
}
#float_menu .btnWrap .btn a::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#float_menu .btnWrap .requireBtn:hover {
  opacity: 0.8;
}
#float_menu .btnWrap .requireBtn a {
  color: var(--btnRequireText);
  background: var(--btnRequireBg);
}
#float_menu .btnWrap .reserveBtn:hover {
  opacity: 0.8;
}
#float_menu .btnWrap .reserveBtn a {
  color: var(--btnReserveText);
  background: var(--btnReserveBg);
}

/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #float_menu {
    display: none;
  }
  /*--------------------------endSP--------------------------------*/
}
@media (max-width: 750px) {
  #float_menu_sp {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
  #float_menu_sp .btnWrap {
    display: flex;
    width: 100%;
  }
  #float_menu_sp .btnWrap .btn {
    display: flex;
    margin: 0 2px 0 0;
    width: 100%;
  }
  #float_menu_sp .btnWrap .btn:last-child {
    margin: 0;
  }
  #float_menu_sp .btnWrap .btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 100%;
    background: var(--naviBg);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #float_menu_sp .btnWrap .reserve a {
    background: var(--btnReserveBg);
    color: var(--btnReserveText);
  }
  #float_menu_sp .btnWrap .line a {
    background: #33af35;
    color: #fff;
  }
}
/* --------------------------------------------------------------------------------------
メインビジュアル・ぱんくずリスト
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
#mainv {
  background: #f0f2f1;
}
#mainv .inner {
  background-repeat: repeat, no-repeat;
}
#mainv .inner h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  color: #333;
  font-family: var(--yumincho);
  padding: 90px 60px 100px;
}
#mainv .inner h1 span {
  font-size: 36px;
  line-height: 1.2em;
  display: inline-block;
  margin: 10px 0;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#breadCrumb {
  padding: 10px 0;
}
#breadCrumb ul li {
  font-size: 12px;
}
#breadCrumb ul li::after {
  content: ">";
  margin: 0 0.5em;
}
#breadCrumb ul li:last-child::after {
  content: none;
}
#breadCrumb ul li a {
  color: var(--textLink);
  text-decoration: underline;
}
#breadCrumb ul li a:hover {
  text-decoration: none;
}

/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainv .inner {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 36.2vw;
    background-repeat: repeat, no-repeat;
    margin-right: 0;
    margin-left: auto;
  }
  #mainv .inner h1 {
    font-size: 12px;
    padding: 0;
  }
  #mainv .inner h1 span {
    font-size: 5.5vw;
  }
  #breadCrumb {
    padding: 1em 0;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
コンテンツ・メインコラム・サイドバー
--------------------------------------------------------------------------------------- */
#contents {
  margin: 60px 0 0;
}
#contents.fb {
  justify-content: space-between;
}
#contents #mainColmun {
  width: 820px;
}
#contents #sidebar {
  width: 280px;
}

@media (max-width: 750px) {
  #contents {
    margin: 8vw 0 0;
  }
  #contents #mainColmun {
    width: 100%;
  }
  #contents #sidebar {
    width: 100%;
    margin: 10vw 0 0;
  }
}
#sidebar .bannerWrap .bnrText {
  display: none;
}
#sidebar .bannerWrap .bannerList {
  margin: 0 0 35px;
}
#sidebar .bannerWrap .bannerList > li {
  width: 100%;
  margin: 0 0 15px;
}
#sidebar .bannerWrap .bannerList > li:last-child {
  margin: 0;
}
#sidebar .bannerWrap .bannerList > li a:hover {
  opacity: 0.8;
}
#sidebar .bannerWrap .bannerList > li img {
  width: 100%;
  height: auto;
}
#sidebar .tmsList {
  margin: 30px 0 0;
}
#sidebar .tmsList li + li {
  margin: 10px 0 0;
}

@media (max-width: 750px) {
  #sidebar .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: block;
  }
  #sidebar .bannerWrap .bnrText span {
    color: var(--textEm);
  }
  #sidebar .bannerWrap .bannerList {
    margin: 0 auto;
  }
  #sidebar .bannerWrap .bannerList > li {
    width: 100%;
    margin: 0 0 13px;
  }
  #sidebar .bannerWrap .bannerList > li:last-child {
    margin: 0;
  }
  #sidebar .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #sidebar .tmsList {
    margin: 8vw 0 0;
  }
  #sidebar .tmsList li {
    width: 70%;
    margin: 0 auto;
  }
  #sidebar .tmsList li + li {
    margin: 5vw auto 0;
  }
}
.newsWrap {
  margin: 0 0 30px;
}
.newsWrap h2 {
  padding: 17px;
  text-align: center;
  background: var(--zabuton2Bg);
  color: var(--zabuton2Text);
  font-weight: bold;
}
.newsWrap .newsList > li {
  padding: 15px 0;
  border-bottom: solid 1px #ececec;
}
.newsWrap .newsList > li:last-child {
  border-bottom: none;
}
.newsWrap .newsList > li .dateWrap {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.newsWrap .newsList > li .dateWrap .tag {
  margin: 0 8px 0 0;
  padding: 2px;
  min-width: 90px;
  background: #777;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.newsWrap .newsList > li .dateWrap .tag.event {
  background: #F0E9BE;
  color: #666;
}
.newsWrap .newsList > li .dateWrap .tag.campaign {
  background: #97CED2;
  color: #fff;
}
.newsWrap .newsList > li .dateWrap .date {
  color: #777;
  font-size: 12px;
}
.newsWrap .newsList > li a {
  font-size: 13px;
  color: var(--textLink);
}
.newsWrap .newsList > li a:hover {
  text-decoration: underline;
}
.newsWrap .moreBtn {
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  background: #ECECEC;
  color: #595B59;
  font-size: 13px;
}
.newsWrap .moreBtn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.newsWrap .moreBtn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #595B59;
  border-right: solid 2px #595B59;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.newsWrap .moreBtn:hover {
  opacity: 0.8;
}

.bnrList:not(:last-child) {
  margin: 0 0 30px;
}
.bnrList > li {
  margin: 0 0 10px;
}
.bnrList > li:last-child {
  margin: 0;
}
.bnrList > li img {
  width: 100%;
  height: auto;
}
.bnrList > li a:hover {
  opacity: 0.8;
}

.snsList:not(:last-child) {
  margin: 0 0 30px;
}
.snsList > li {
  margin: 0 0 30px;
}
.snsList > li:last-child {
  margin: 0;
}
.snsList > li img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.snsList > li a {
  display: block;
}
.snsList > li a:hover {
  opacity: 0.8;
}

@media (max-width: 750px) {
  .newsWrap,
.bnrList,
.snsList {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------
お問い合わせ・SNS関連
--------------------------------------------------------------------------------------- */
/*contactArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
#contactArea {
  margin: 140px 0 0;
}
#contactArea .heading {
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 1180px;
  margin: 0 0 25px;
  padding: 40px 0 60px;
  font-family: var(--yumincho);
  font-size: 36px;
  font-weight: bold;
  color: var(--footerText1);
  text-align: center;
  background-size: auto auto;
  background-color: var(--footerBg1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
}
#contactArea .heading::before {
  display: block;
  position: absolute;
  width: 50%;
  height: 24px;
  left: 0;
  bottom: 0;
  background: #fff;
  transform: skewX(45deg);
  transform-origin: left bottom;
  content: "";
}
#contactArea .heading::after {
  display: block;
  position: absolute;
  width: 50%;
  height: 24px;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: skewX(-45deg);
  transform-origin: right bottom;
  content: "";
}
#contactArea .leadText {
  margin: 0 0 45px;
  text-align: center;
  font-size: 16px;
  color: var(--textMain);
}
#contactArea .leadText .first {
  margin: 0 0 5px;
  font-size: 25px;
  font-weight: bold;
}
#contactArea .leadText .first span {
  color: var(--textEm);
}
#contactArea .cvWrap {
  position: relative;
  padding: 0 360px 0 0;
  min-height: 265px;
  box-sizing: border-box;
}
#contactArea .cvWrap::before {
  display: block;
  position: absolute;
  right: 52px;
  bottom: 0;
  width: 297px;
  height: 325px;
  background: url(../images/common/contact_counselor.png) no-repeat 100% 100%/contain;
  content: "";
}
#contactArea .cvWrap .btnWrap {
  justify-content: space-between;
  margin: 0 0 20px;
}
#contactArea .cvWrap .requireBox {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
#contactArea .cvWrap .requireBox .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: bold;
}
#contactArea .cvWrap .requireBox .balloon::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%);
  content: "";
}
#contactArea .cvWrap .requireBox .balloon::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%) scale(-1, 1);
  content: "";
}
#contactArea .cvWrap .requireBox .requireBtn {
  display: block;
  padding: 20px 20px 24px;
  border-radius: 5px;
  background: var(--btnRequireBg);
  color: var(--btnRequireText);
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
}
#contactArea .cvWrap .requireBox .requireBtn:hover {
  opacity: 0.7;
}
#contactArea .cvWrap .reserveBox {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
#contactArea .cvWrap .reserveBox .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 18px;
  font-size: 18px;
  font-weight: bold;
}
#contactArea .cvWrap .reserveBox .balloon::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%);
  content: "";
}
#contactArea .cvWrap .reserveBox .balloon::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%) scale(-1, 1);
  content: "";
}
#contactArea .cvWrap .reserveBox .reserveBtn {
  display: block;
  padding: 20px 20px 24px;
  border-radius: 5px;
  background: var(--btnReserveBg);
  color: var(--btnReserveText);
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
}
#contactArea .cvWrap .reserveBox .reserveBtn:hover {
  opacity: 0.7;
}
#contactArea .cvWrap .telBox {
  justify-content: center;
  align-items: center;
  margin: 0 0 25px;
}
#contactArea .cvWrap .telBox .text {
  margin: 0 55px 0 0;
}
#contactArea .cvWrap .telBox .text .first {
  font-size: 18px;
  font-weight: bold;
}
#contactArea .cvWrap .telBox .text .reception {
  font-size: 13px;
  padding: 0 0 0 2.5em;
  display: inline-block;
  position: relative;
}
#contactArea .cvWrap .telBox .text .reception::before {
  content: "受付";
  position: absolute;
  left: 0;
  top: 0;
}
#contactArea .cvWrap .telBox .number {
  color: var(--footerTel);
  position: relative;
  padding: 0 0 0 42px;
  font-weight: bold;
  font-size: 30px;
}
#contactArea .cvWrap .telBox .number::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 36px;
  background: var(--footerTel) url(../images/common/contact_tel.png) no-repeat 0 0/cover;
  content: "";
  transform: translateY(-50%);
}
#contactArea .cvWrap .telBox .number a {
  pointer-events: none;
}
#contactArea .cvWrap .textWrap {
  line-height: 1.8;
}

/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #contactArea {
    margin: 60px 0 0;
  }
  #contactArea .heading {
    width: 100%;
    min-width: 100%;
    padding: 30px 3vw 45px;
    font-size: 5.3vw;
  }
  #contactArea .heading::before {
    height: 15px;
    bottom: -1px;
  }
  #contactArea .heading::after {
    height: 15px;
    bottom: -1px;
  }
  #contactArea .inner {
    position: relative;
    padding-bottom: 35px;
    overflow: hidden;
  }
  #contactArea .leadText {
    margin: 0 0 30px;
    font-size: 14px;
  }
  #contactArea .leadText .first {
    font-size: 4.8vw;
  }
  #contactArea .cvWrap {
    position: static;
    padding: 0;
    min-height: 0;
  }
  #contactArea .cvWrap::before {
    right: -15px;
    width: 150px;
    height: 192px;
  }
  #contactArea .cvWrap .btnWrap {
    margin: 0 0 25px;
  }
  #contactArea .cvWrap .requireBox {
    width: 100%;
    margin: 0 0 25px;
  }
  #contactArea .cvWrap .reserveBox {
    width: 100%;
  }
  #contactArea .cvWrap .telBox {
    margin: 0 0 35px;
    padding: 0 100px 0 0;
  }
  #contactArea .cvWrap .telBox .text {
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
  }
  #contactArea .cvWrap .telBox .text .first {
    font-size: 16px;
  }
  #contactArea .cvWrap .telBox .text .reception {
    font-size: 11px;
    padding: 0 0 0 2.5em;
  }
  #contactArea .cvWrap .telBox .number {
    display: block;
    padding: 0 0 0 38px;
    font-size: 5.3vw;
  }
  #contactArea .cvWrap .telBox .number::before {
    width: 27px;
    height: 32px;
  }
  #contactArea .cvWrap .textWrap {
    line-height: 1.8;
    min-height: 157px;
    padding: 0 140px 0 0;
  }
  /*--------------------------endSP--------------------------------*/
}
/*snsArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
#snsArea ul.fb {
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
#snsArea ul.fb li {
  margin: 0 25px;
}
#snsArea ul.fb li figure img {
  width: auto;
}
#snsArea ul.fb li.fb {
  align-items: flex-end;
}
#snsArea ul.fb li.fb * {
  display: inline-block;
}
#snsArea ul.fb li.fb figure {
  margin-right: 25px;
}
#snsArea ul.fb li.fb p {
  max-width: 220px;
  line-height: 1.6em;
}
#snsArea ul.fb li.line figure {
  width: 240px;
}
#snsArea ul.fb li.line figure img {
  width: 100%;
}
#snsArea ul.fb li.facebook figure {
  width: 210px;
}
#snsArea ul.fb li.facebook figure img {
  width: 100%;
}
#snsArea .connectship {
  width: 800px;
  text-align: center;
  margin: 10px auto 95px;
}
#snsArea .connectship p {
  font-weight: bold;
  margin: 0 0 10px;
}
#snsArea #linkBlock h2 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
  font-size: 18px;
  font-family: var(--yumincho);
}
#snsArea #linkBlock h2::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 188px;
  height: 7px;
  background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
  content: "";
}
#snsArea #linkBlock p {
  font-family: var(--yumincho);
  text-align: center;
  margin-top: 1rem;
}
#snsArea #linkBlock .linkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5% 2%;
  justify-content: start;
  padding: 50px 0;
  margin-bottom: 80px;
}
#snsArea #linkBlock .linkList li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#snsArea #linkBlock .linkList li a .salonBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#snsArea #linkBlock .linkList li a .salonBox figure {
  width: 50%;
}
#snsArea #linkBlock .linkList li a .salonBox figure.logoOnly {
  width: 80%;
}
#snsArea #linkBlock .linkList li a .salonBox figure img {
  width: 100%;
}
#snsArea #linkBlock .linkList li a .salonBox .textArea {
  margin-left: 1rem;
}
#snsArea #linkBlock .linkList li a .salonBox .textArea figure {
  width: 100%;
  text-align: left;
}
#snsArea #linkBlock .linkList li a .salonBox .textArea figure img {
  width: 70%;
}
#snsArea #linkBlock .linkList li a .salonBox .textArea p {
  font-size: 0.8rem;
  text-align: left;
}
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #snsArea ul.fb {
    display: block;
    padding: 0 4.4vw;
  }
  #snsArea ul.fb li {
    border-bottom: solid 1px #EBEBEB;
    text-align: center;
    padding: 8vw 0;
  }
  #snsArea ul.fb li:last-child {
    border-bottom: none;
  }
  #snsArea ul.fb li figure {
    display: inline-block;
    margin-bottom: 8.4px;
  }
  #snsArea ul.fb li.fb {
    display: block;
  }
  #snsArea ul.fb li.fb p {
    max-width: 60vw;
    margin: 5px auto 0;
  }
  #snsArea .connectship {
    width: 100%;
    text-align: center;
    margin: 8vw auto 6vw;
  }
  #snsArea .connectship p {
    font-weight: bold;
    margin: 0 0 10px;
  }
  #snsArea #linkBlock h2 {
    margin-top: 15vw;
    padding: 0 0 4vw;
    position: relative;
    font-size: 4.5vw;
    font-family: var(--yumincho);
  }
  #snsArea #linkBlock .linkList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
    justify-content: start;
    padding: 8vw 0;
    margin-bottom: 15vw;
  }
  #snsArea #linkBlock .linkList li {
    border-bottom: none;
    text-align: center;
    padding: 0 3vw 3vw;
    box-shadow: 2px 2px 5px #c9c9c9;
    margin: 0;
  }
  #snsArea #linkBlock .linkList li.logoOnly_box {
    grid-column: 1/3;
    padding: 3vw;
  }
  #snsArea #linkBlock .linkList li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  #snsArea #linkBlock .linkList li a .salonBox {
    display: block;
  }
  #snsArea #linkBlock .linkList li a .salonBox figure {
    width: 70%;
  }
  #snsArea #linkBlock .linkList li a .salonBox figure img {
    width: 100%;
  }
  #snsArea #linkBlock .linkList li a .salonBox .textArea {
    margin-left: 0;
  }
  #snsArea #linkBlock .linkList li a .salonBox .textArea figure {
    width: 100%;
    text-align: center;
  }
  #snsArea #linkBlock .linkList li a .salonBox .textArea figure img {
    width: 100%;
  }
  #snsArea #linkBlock .linkList li a .salonBox .textArea p {
    font-size: 0.8rem;
    text-align: center;
    min-height: 2rem;
    margin-top: -0.8rem;
  }
  #snsArea #linkBlock .linkList li a .salonBox .textArea.logoOnly {
    width: 80%;
    margin: 0 auto;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------- */
/*footer
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
footer {
  min-width: 1180px;
  background: var(--footerBg2);
  padding: 35px 0 0 0;
  position: relative;
}
footer .inner > .fb {
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 20px;
}
footer .inner > .fb .logo {
  max-width: 50%;
}
footer .inner > .fb .logo .nncText {
  margin: 0 0 20px;
}
footer .inner > .fb .logo figure {
  max-width: 500px;
  margin: 0 0 5px;
}
footer .inner > .fb .logo figure img {
  width: auto;
  max-height: 80px;
}
footer .inner > .fb .logo .lead {
  color: #000;
  font-size: 12px;
}
footer .inner > .fb .logo .address {
  margin: 20px 0 0;
}
footer .inner > .fb .sitemap ul.colm2 {
  -moz-column-count: 2;
       column-count: 2;
}
footer .inner > .fb .sitemap ul li {
  margin: 0 0 0.5em 50px;
}
footer .inner > .fb .sitemap ul li::before {
  content: "-";
  color: #474747;
  margin-right: 0.5em;
}
footer .inner > .fb .sitemap ul li a {
  color: #474747;
  text-decoration: none;
}
footer .inner > .fb .sitemap ul li a:hover {
  text-decoration: underline;
}
footer .inner .logos {
  width: -webkit-fit-content;
  width: fit-content;
  -moz-width: -moz-fit-content;
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .inner .logos li {
  height: 36px;
}
footer .inner .logos li img {
  height: 100%;
}
footer .toTop button {
  text-align: center;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: #696969;
  border: none;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -45px;
  right: 30px;
  opacity: 0.8;
  cursor: pointer;
}
footer .toTop button::before {
  content: "\f106";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 22px;
}
footer .footerCopyWrap {
  padding: 25px 0;
  background: var(--footerBg3);
}
footer .footerCopyWrap .inner {
  flex-grow: 1;
}
footer .footerCopyWrap .inner #footer-nav {
  margin-right: auto;
}
footer .footerCopyWrap .inner #footer-nav ul li {
  color: #9C9C9C;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: solid 1px #9C9C9C;
}
footer .footerCopyWrap .inner #footer-nav ul li a {
  color: #9C9C9C;
  display: block;
  text-decoration: none;
}
footer .footerCopyWrap .inner #footer-nav ul li a:hover {
  text-decoration: underline;
}
footer .footerCopyWrap .inner #footer-nav ul li:last-child {
  border-right: none;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  color: #9C9C9C;
}

/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  footer {
    min-width: 100%;
    padding: 8vw 0 60px;
  }
  footer .inner > .fb {
    display: block;
  }
  footer .inner > .fb .logo {
    max-width: 100%;
    display: block;
    margin: 0 0 10vw;
  }
  footer .inner > .fb .logo .nncText {
    margin: 0 0 5vw;
  }
  footer .inner > .fb .logo figure {
    margin: 0 0 3vw;
  }
  footer .inner > .fb .logo figure img {
    width: auto;
    max-height: 12vw;
  }
  footer .inner > .fb .logo .lead {
    color: #000;
    font-size: 11px;
    margin: 0 0 4vw;
  }
  footer .inner > .fb .sitemap ul {
    width: 100%;
    margin: 0 0 4vw;
  }
  footer .inner > .fb .sitemap ul li {
    color: #474747;
    text-align: left;
    margin: 0 0 2vw;
    padding: 0 1em;
    box-sizing: border-box;
    position: relative;
  }
  footer .inner > .fb .sitemap ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  footer .inner .logos {
    width: -webkit-fit-content;
    width: fit-content;
    -moz-width: -moz-fit-content;
    margin: 0 auto 8vw;
    -moz-column-gap: 0 5.5vw;
         column-gap: 0 5.5vw;
  }
  footer .inner .logos li {
    width: 8.5vw;
    height: 8.5vw;
  }
  footer .inner .logos li img {
    height: 100%;
  }
  footer .toTop {
    position: absolute;
    bottom: 40vw;
    right: 0vw;
  }
  footer .toTop button {
    line-height: 12vw;
    width: 12vw;
    height: 12vw;
    top: -35px;
    right: 30px;
    cursor: auto;
  }
  footer .toTop button::before {
    font-size: 4vw;
  }
  /*--------------------------endSP--------------------------------*/
}
.footerCopyWrap {
  padding: 25px 0 100px;
}
.footerCopyWrap .inner #footer-nav ul li {
  color: #9C9C9C;
  line-height: 1;
  margin: 0 4vw 0 0;
  padding: 0 4vw 0 0;
  border-right: solid 1px #9C9C9C;
}
.footerCopyWrap .inner #footer-nav ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}
.footerCopyWrap .inner .copy {
  padding: 2em 0 0;
  color: #9C9C9C;
  font-size: 10px;
}

/* --------------------------------------------------------------------------------------
その他
--------------------------------------------------------------------------------------- */
/*other
------------------------------------------*/
.h2Area {
  background-color: #FFF;
  background-image: linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC), -webkit-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  margin: 0 0 4px;
}
.h2Area h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto;
  padding: 30px 0;
  width: 1180px;
}
.h2Area h1 .red {
  color: #DB263B;
}

.h4_style {
  font-size: 18px;
  font-weight: bold;
  background-color: var(--heading4Bg);
  margin: 0 0 40px;
  padding: 15px 0;
}
.h4_style span {
  border-left: solid 8px var(--heading4Bdr);
  display: inline-block;
  padding: 5px 15px;
  color: var(--heading4Text);
}

.h4_style02 {
  font-size: 20px;
  font-weight: bold;
  background-color: var(--heading3Bg);
  color: var(--bar1-2Text);
  margin: 0 0 50px;
  padding: 15px 26px;
}

.pageLinkBox {
  max-width: 720px;
  border: 1px solid #CCC;
  border-top: 6px solid var(--heading4Bdr);
  margin: 100px auto;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.pageLinkBox .onImg {
  margin: 0 0 20px;
  position: relative;
}
.pageLinkBox .onImg p {
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translate(0, -50%);
}
.pageLinkBox .text {
  margin: 0 0 30px;
}
.pageLinkBox .pageLink {
  text-align: center;
}
.pageLinkBox .pageLink a {
  color: var(--zabuton1Text);
  text-align: center;
  background: var(--zabuton1Bg);
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 3em;
}
.pageLinkBox .pageLink a:hover {
  opacity: 0.8;
}
.pageLinkBox .pageLink a span {
  padding-left: 0.5em;
}
.pageLinkBox .pageLink a span::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 1.2em;
  margin: 0 0.5em;
}

.memnote {
  margin: 20px 0 0;
  padding: 0 !important;
}
.memnote small {
  color: #999 !important;
  font-size: 0.9em !important;
  text-align: left !important;
  line-height: 1.5 !important;
}

@media (max-width: 750px) {
  main {
    padding: 85px 0 0;
  }
  .h2Area {
    background-color: #FFF;
    background-image: linear-gradient(45deg, #ECECEC 25%, rgba(236, 236, 236, 0) 25%, rgba(236, 236, 236, 0) 75%, #ECECEC 75%, #ECECEC), linear-gradient(45deg, #ECECEC 25%, rgba(236, 236, 236, 0) 25%, rgba(236, 236, 236, 0) 75%, #ECECEC 75%, #ECECEC);
    background-position: 0 0, 1px 1px;
    background-size: 2px 2px;
    margin: 0 0 4px;
  }
  .h2Area h1 {
    font-size: 19px;
    font-weight: bold;
    width: 92%;
    margin: 0 auto;
    padding: 4.6vw 2.6vw;
  }
  .h2Area h1 .red {
    color: #DB263B;
  }
  .h3_style {
    font-size: 16px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FFF), color-stop(0.75, #FFF), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 1em 0.5em;
  }
  .h3_style span {
    padding: 4px 0 4px 10px;
  }
  .h4_style {
    font-size: 16px;
    margin: 0 0 5vw;
    padding: 5vw 0;
  }
  .h4_style span {
    padding: 0 4vw;
  }
  .h4_style02 {
    padding: 3vw;
    font-size: 16px;
    margin: 0 0 3.6vw;
  }
  #mainColmun .h4_style02 {
    margin: 0 calc(50% - 50vw) 7.2vw;
  }
  .pageLinkBox {
    border: 1px solid #CCC;
    border-top: 6px solid var(--heading4Bdr);
    margin: 15vw 0;
    padding: 5vw 4vw;
  }
  .pageLinkBox .onImg {
    margin: 0 0 5vw;
    position: relative;
  }
  .pageLinkBox .onImg p {
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translate(0, -50%);
  }
  .pageLinkBox .text {
    margin: 0 0 6.6vw;
  }
  .pageLinkBox .pageLink {
    text-align: center;
  }
  .pageLinkBox .pageLink a {
    text-align: center;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  .pageLinkBox .pageLink a span {
    padding-left: 0.5em;
  }
  .pageLinkBox .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .memnote {
    margin: 2.5vw 0 0;
    padding: 0;
  }
  .memnote small {
    font-size: 0.9em;
    text-align: left;
    line-height: 1.5;
  }
}
.counselingBtn {
  margin: 50px 0 0;
  text-align: center;
}
.counselingBtn .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 700;
}
.counselingBtn .balloon::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%);
  content: "";
}
.counselingBtn .balloon::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 26px;
  background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%) scale(-1, 1);
  content: "";
}
.counselingBtn a {
  overflow: hidden;
  display: inline-block;
  width: 440px;
  padding: 20px 0 25px;
  border-radius: 40px;
  color: #fff;
  font-size: 24px;
  background: #76B6D1;
  position: relative;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
}
.counselingBtn a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 0 0 50% 50%;
  content: "";
}
.counselingBtn a:hover {
  opacity: 0.7;
}
.counselingBtn a span {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 750px) {
  .counselingBtn {
    margin: 8.4vw 0 0;
  }
  .counselingBtn .balloon {
    font-size: 16px;
  }
  .counselingBtn a {
    width: 100%;
    padding: 16px 0 21px;
  }
  .counselingBtn a span {
    font-size: 20px;
  }
}
/*# sourceMappingURL=base.css.map */