@charset "utf-8";
/* CSS Document */
/******************************************************************************
 Default CSS Reset
******************************************************************************/
* {
  margin: 0px;
  padding: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  /* chormeで画像のぼやけ回避 */
  -webkit-backface-visibility: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
/******************************************************************************
 General Setting
******************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-weight: 600;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fff;
  font-size: 16px;
  line-height: 1.4em;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
    line-height: 1.4em;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
  /*
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
*/
}
a:focus,
*:focus {
  outline: none;
}
a:hover,
a.hover {
  /*
 color: #CC0000;
*/
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

/*** none ***/
.pcnone {
  display: none;
}
.spnone {
  display: block;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  .tab_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
}
/*tel*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/******************************************************************************
 Layout
******************************************************************************/
#wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
  height: auto;
}

/* header ****************************************************/
header {
  margin: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
}
.header_inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
}
.logo {
  max-width: 300px;
  padding: 1em;
}
.counseling_room {
  text-align: right;
  padding-bottom: 0.8em;
  /*
	padding: 1em;
*/
  line-height: 1.8;
  font-size: 75%;
  font-weight: 600;
  color: #b1966c;
}
.counseling_room span {
  font-size: 87.5%;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  header {
    padding: 0 2%;
  }
  .header_inner {
    width: 100%;
    margin: 1em auto;
  }
  .logo_box {
    margin-bottom: 0.5em;
  }
  .sns {
    top: 8em;
  }
  .logo {
    padding: 0.5em 0;
  }
  .counseling_room {
    padding: 0.5em 0;
    font-size: 70.588%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .header_inner {
    width: 100%;
    margin: 0.5em auto;
  }
}

@media screen and (max-width: 767px) {
  .sns {
    display: none;
  }
  header {
    padding: 0;
    position: fixed;
  }
  .header_inner {
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 50;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
  }
  .logo {
    position: relative;
    top: 0;
    left: 0.5em;
    z-index: 50;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
  }
  .logo_box {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 60px;
  }
  .counseling_room {
    text-align: center;
    margin-right: 60px;
    padding-bottom: 0;
  }
  .counseling_room a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .sns {
    display: inline-block;
  }
}

/* nav ****************************************************/
nav#gNav {
  display: block;
}
@media screen and (max-width: 767px) {
  nav#gNav {
    position: fixed;
    z-index: 50;
    clear: both;
    margin: 0;
    background: none;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
  }
}
nav#gNav ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
nav#gNav ul li {
  margin-bottom: 0.3em;
}
nav#gNav ul li a {
  text-decoration: none;
}
nav#gNav ul li:not(:nth-child(4)) {
  margin-right: 2em;
}
nav#gNav ul li:nth-child(5) {
  margin-right: 0.5em;
}
nav#gNav ul li:nth-child(6) {
  margin-right: 0.5em;
}

@media screen and (max-width: 1070px) and (min-width: 768px) {
  nav#gNav ul li {
    margin-bottom: 0.5em;
  }
  nav#gNav ul li a {
    font-size: 94.444%;
    line-height: 1.2;
  }
  nav#gNav ul li:not(:nth-child(4)) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 767px) {
  nav#gNav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 87.5%;
  }
  nav#gNav ul li a:hover {
    border-bottom: none;
  }
  nav#gNav ul li a:hover {
    /*border-bottom: solid 1px;*/
  }
}

@media screen and (max-width: 767px) {
  nav#gNav ul {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: fixed;
    width: 100%;
  }
  #gNav ul li {
    width: 80%;
    margin: 0 auto 3%;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 120%;
  }

  nav#gNav ul li a {
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    padding: 1em 0;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px; /* for Safari and Chrome 対応*/
    -moz-border-radius: 50px; /* for Firefox 対応*/
    color: #fff;
    border: solid 2px #fff;
    line-height: 1;
  }
  nav#gNav ul li:not(:nth-child(3)) a {
    margin-right: 0;
  }

  nav#gNav ul li a::after {
    position: absolute;
    right: 5%;
    display: inline-block;
    content: "\02192";
  }
  nav#gNav ul li:nth-child(4) {
    margin-bottom: 2em;
  }

  nav#gNav ul li:last-child a {
    color: #b1966c;
    border: solid 2px #b1966c;
  }
  /*
nav#gNav ul li:nth-child(5) a{
  color: #e38989;
    border: solid 2px #e38989;
}
*/
  nav#gNav ul li:nth-child(5) {
    margin-right: auto;
  }
  nav#gNav ul li:nth-child(6) {
    margin-right: auto;
  }

  nav#gNav ul li:not(:nth-child(4)) {
    margin-right: auto;
  }
}
/* sns ****************************************************/
.sns {
  display: flex;
  position: fixed;
  right: 0;
  top: 12em;
  z-index: 10;
  writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /*  column-count: 2;
  column-gap: 0;*/
}
.sns a {
  padding: 1em 20px;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}
.fa_2 a {
  background: #e38989;
}
.fa_3 a {
  background: #b2966e;
}

.fa_1 a {
  background: #000;
}
@media screen and (max-width: 1070px) {
  .sns {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 8em;
    writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    /*
  column-count: 2;
  column-gap: 0;
*/
  }
}

.btn_arrow a::after {
  position: absolute;
  content: "\02192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50% !important;
  right: 5%;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_arrow a:hover::after {
  top: 50% !important;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .sns {
    display: none;
  }
}

/* contents ****************************************************/
#container {
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  #container {
    margin: 0 auto;
    height: auto;
  }
}
/* contents ****************************************************/
.inner {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  height: auto;
  width: 96%;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* footer ****************************************************/
footer {
  background: #b1966c;
  color: #fff;
  padding-top: 4.3em;
}
.footer_innner {
  max-width: 1280px;
  margin: 0 auto;
}
.footer_txt {
  text-align: center;
  line-height: 2;
  padding-bottom: 4.3em;
}
footer .footerNav {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 100px;
  color: #fff;
}
footer .footerNav .column {
  width: 22%;
}
footer .footerNav a {
  color: #fff;
}
footer .footerNav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  line-height: 2;
}
footer .footerNav .detailMenu {
  display: none;
  /*
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: stretch;
*/
}
/*
footer .footerNav .column{
 width: 20%;
}
*/
footer .footerNav .detailMenu .column {
  width: 32%;
  padding-right: 2%;
}

footer .footerNav .detailMenu .column:last-of-type {
  padding-right: 0;
}

footer .footerNav .menu dl {
  margin-bottom: 20px;
}
footer .footerNav .menuMi {
  font-weight: bold;
  /*
	border-bottom: solid 1px #fff;
*/
}
footer .footerNav .menu .detailMenu dt a:after {
  content: none;
}
footer .footerNav .detailMenu dd {
  font-size: 100%;
  padding-left: 0.5em;
}
footer p.copy {
  padding: 1em 0;
  font-size: 87.5%;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
footer .footerNav .toggleBtn {
  position: relative;
}
footer .footerNav .toggleBtn::after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("../images/nav_arr02.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  transform: rotate(-270deg);
}

@media screen and (max-width: 1070px) and (min-width: 768px) {
  .footer_innner {
    margin: 0 auto;
    width: 94%;
    /*  font-size: 60%;*/
    line-height: 1;
  }
  footer .footerNav .menu dl {
    margin-bottom: 20px;
    padding-left: 0;
    box-sizing: border-box;
  }
  footer .footerNav .column {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .footer_innner {
    margin: 0 auto;
    width: 100%;
  }
  .footer_txt {
    text-align: left;
  }
  footer .footerNav {
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
  }
  footer .footerNav .menu {
    border-top: 1px solid #fff;
    display: block;
  }
  footer .footerNav .column {
    width: 100%;
  }

  footer .footerNav .menu dl {
    margin-bottom: auto;
  }
  footer .footerNav .menu dt {
    position: relative;
  }
  footer .footerNav .menu dd {
    font-size: 106.25%;
    background-color: #92703c;
    border-bottom: 1px solid #fff;
    display: none;
    position: relative;
  }
  footer .footerNav .menu dd a {
    padding: 15px 4% 15px 8%;
    display: block;
    position: relative;
  }
  footer .footerNav .menu dt a:before,
  footer .footerNav .menu dd a:before {
    content: "";
    width: 10px;
    height: 20px;
    background-image: url("../images/nav_arr02.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }

  footer .footerNav dt.menuMi {
    margin-bottom: auto;
    padding: 15px 4%;
    font-size: 106.25%;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  footer .footerNav dt.menuMi a {
    display: block;
  }
  footer .footerNav .toggleBtn {
    position: relative;
  }
  footer .footerNav .toggleBtn:before {
    content: "";
    width: 10px;
    height: 20px;
    background-image: url("../images/nav_arr02.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translateY(-40%);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer .footerNav .toggleBtn.active:before {
    transform: rotate(-90deg);
  }
  footer .footerNav .toggleBtn::after {
    background: none;
  }
  footer .footerNav .detailMenu {
    display: none;
  }
  footer .footerNav .detailMenu .column {
    padding: 0;
    width: 100%;
  }
  footer .footerNav .detailMenu dt {
    font-size: 89%;
    color: #fff;
    background-color: #b0cf73;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  footer .footerNav .detailMenu dt:before {
    content: "";
    height: 20px;
    border-left: 5px solid #fff;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
  }
  footer .footerNav .detailMenu > dt a:after {
    content: none;
  }
  footer .footerNav .detailMenu dd,
  footer .footerNav .detailMenu li {
    padding: 0;
    background-color: #92703c;
    border-bottom: 1px solid #fff;
    display: block;
  }
  footer .footerNav .detailMenu dd:last-child,
  footer .footerNav .detailMenu li:last-child {
    border: none;
  }
  footer .footerNav .detailMenu a {
    padding: 15px 4% 15px 8%;
    display: block;
    position: relative;
    text-align: center;
  }
  footer .footerNav .detailMenu a:after {
    content: "";
    width: 10px;
    height: 20px;
    background-image: url("../images/nav_arr02.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
  footer .footerNav .menuMi {
    border-bottom: none;
  }
}

/* flexbox ****************************************************/
.flexWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  .flexWrap:not(.spFlex) {
    display: block;
  }
}
.nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.column {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.js-center {
  justify-content: center;
  -webkit-justify-content: center;
}
.js-start {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}
.js-end {
  justify-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
}
.al-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.al-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flexWrap.half > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flexWrap.half > * {
    width: 100%;
  }
}
/******************************************************************************
 menu
******************************************************************************/
@media screen and (min-width: 768px) {
  #menu {
    display: none;
  }
  #overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 51;
    background: #000;
  }
  /* animation */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 60px;
    height: 60px;
  }
  .menu-trigger span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #808080;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 29px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  #overlay {
    z-index: 50;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    display: none;
  }
}
/******************************************************************************

 please

******************************************************************************/
.please {
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 2;
  padding: 3.4em 0;
}
.please_mi {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  .please .please_txt {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .please .please_txt {
    text-align: left;
    line-height: 2;
  }
}
