/*
Theme Name: shihouen_wp
*/

/* Reset */

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, sup, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定 PC
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  background: #fff;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #6b6b6b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body a {
  cursor: pointer !important;
}
a, a:hover, button, button:hover {
  text-decoration: none;
}
a, button {
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s;
  color: rgba(137, 91, 138, 1);
}
a {
  text-decoration: none;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.btn_opa:hover {
  filter: alpha(opacity=90);
  opacity: 0.90;
}
.pc {
  display: block;
}
.pc02 {
  display: block;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
body#home::before {
  background: url("./images/bg.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
}

#under #wrapper {
  position: relative;
  margin: 94px 0 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
#under #wrapper {
  margin: 70px 0 0;
}
}


/* ヘッダー PC
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 94px;
  line-height: 1;
  z-index: 100;
}
.h_box {
  display: none;
}
#under .h_box {
  display: block;
}
h1.logo {
  width: 210px;
  height: 94px;
  margin-right:auto;
}
h1.logo img {
  margin: 10px 0 0 20px;
  width: auto;
  height: 94px;
}
.logo img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
h1.logo img.ns1 {
  display: block;
}
h1.logo img.ns2 {
  display: none;
}
.h_lang {
  display: none;
}
.openbtn {
  display: none;
}
ul.g_nav {
  display: flex;
  margin-left: auto;
  padding: 25px 1em 25px 0;
}
ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  line-height: 1.33;
  vertical-align: top;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.66);
}

ul.g_nav li:first-child {
  border-left: 1px dotted rgba(255, 255, 255, 0.66);
}
ul.g_nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family:'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
}
ul.g_nav li a:hover {
  display: block;
  color: rgba(255, 255, 255, 0.75);
}
ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
ul.g_nav li a {
  position: relative;
}
ul.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
ul.g_nav li.current a::after, ul.g_nav li a:hover::after {
  transform: scale(1, 1);
}
.n_scroll, #under .h_box, #under .n_scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  height: 94px;
  z-index: 10;
}
.n_scroll h1.logo {
  width: 200px;
  height: 94px;
  margin-right:auto;
}
.n_scroll h1.logo img {
  margin: 10px 0 0 20px;
  width: auto;
  height: 74px;
}
.n_scroll h1.logo img.ns1 {
  display: none;
}
.n_scroll h1.logo img.ns2 {
  display: block;
}
#under .logo, #under .n_scroll .logo {
  width: 200px;
  height: 94px;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
#under .logo img.ns1, #under .n_scroll .logo img.ns1 {
  display: none;
}
#under .logo img.ns2, #under .n_scroll .logo img.ns2 {
  display: block;
}
#under .logo img, #under .n_scroll .logo img {
  margin: 10px 0 0 20px;
  width: auto;
  height: 74px;
}
.n_scroll ul.g_nav, #under ul.g_nav, #under .n_scroll ul.g_nav {
  display: flex;
  margin-left: auto;
  padding: 20px 1em 20px 0;
}
.n_scroll ul.g_nav li, #under ul.g_nav li, #under .n_scroll ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  line-height: 1.33;
  vertical-align: top;
  text-align: center;
  border-right: 1px dotted rgba(137, 91, 138, 0.66);
}
.n_scroll ul.g_nav li:first-child, #under ul.g_nav li:first-child, #under .n_scroll ul.g_nav li:first-child {
  border-left: 1px dotted rgba(137, 91, 138, 0.66);
}
.n_scroll ul.g_nav li:last-child, #under ul.g_nav li:last-child , #under .n_scroll ul.g_nav li:last-child  {
  border-right: 0px dotted rgba(137, 91, 138, 0.66);
}
.n_scroll ul.g_nav li a, #under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-family:'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(137, 91, 138, 0.66);
}
.n_scroll ul.g_nav li a span, #under ul.g_nav li a span, #under .n_scroll ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  color: rgba(137, 91, 138, 1);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}






.n_scroll ul.g_nav li a:hover, #under ul.g_nav li a:hover, #under .n_scroll ul.g_nav li a:hover {
  display: block;
  color: rgba(137, 91, 138, 0.5);
}
.n_scroll ul.g_nav li a:hover span, #under ul.g_nav li a:hover span, #under .n_scroll ul.g_nav li a:hover span {
  color: rgba(137, 91, 138, 0.75);
}
.n_scroll ul.g_nav li a::after, #under ul.g_nav li a::after , #under .n_scroll ul.g_nav li a::after  {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(137, 91, 138, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.n_scroll ul.g_nav li.current a::after, .n_scroll ul.g_nav li a:hover::after, #under ul.g_nav li.current a::after, #under ul.g_nav li a:hover::after, #under .n_scroll ul.g_nav li.current a::after, #under .n_scroll ul.g_nav li a:hover::after {
  transform: scale(1, 1);
  transform: none;
}
.n_scroll .mod_dropnavi li.lang, #under .mod_dropnavi li.lang, #under .n_scroll .mod_dropnavi li.lang {
  position: relative;
  padding: 0;
}
.n_scroll .mod_dropnavi li.lang a, #under .mod_dropnavi li.lang a, #under .n_scroll .mod_dropnavi li.lang a {
  background: rgba(137, 91, 138, 0.75);
  width: 128px;
  margin: 12px 0 0 10px;
  padding: 4px 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.03em;
  border: 0px solid rgba(137, 91, 138, 0.75);
}
.n_scroll .mod_dropnavi li.lang a:hover, #under .mod_dropnavi li.lang a:hover, #under .n_scroll .mod_dropnavi li.lang a:hover {
  position: relative;
  background: rgba(137, 91, 138, 0.75);
  color: #fff;
  text-decoration: none;
}
.n_scroll ul.g_nav li.lang a::after, #under ul.g_nav li.lang a::after, #under .n_scroll ul.g_nav li.lang a::after {
  transform: scale(0, 0);
}
.n_scroll .mod_dropnavi .mod_dropnavi_child,  #under .mod_dropnavi .mod_dropnavi_child,  #under .n_scroll .mod_dropnavi .mod_dropnavi_child {
  display:none;
  position:absolute;
  top: 39px;
  left:10px;
  width: 128px;
  z-index:99;
  padding:4px 0 0 0 !important;
}
.n_scroll .mod_dropnavi li.lang:hover > .mod_dropnavi_child, .n_scroll .mod_dropnavi li.lang:active > .mod_dropnavi_child  {
  display: block;
  padding:2px 0 0 0 !important;
}
#under .mod_dropnavi li.lang:hover > .mod_dropnavi_child,  #under .n_scroll .mod_dropnavi li.lang:active > .mod_dropnavi_child  {
  display: block;
  padding:2px 0 0 0 !important;
}
.n_scroll .mod_dropnavi .mod_dropnavi_child ul, #under .mod_dropnavi .mod_dropnavi_child ul, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul {
  padding:6px 12px 12px 12px !important;
  background: #fff;
  border: 0px solid rgba(137, 91, 138, 1);
}
.n_scroll .mod_dropnavi .mod_dropnavi_child ul li, #under .mod_dropnavi .mod_dropnavi_child ul li, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li {
  display: block;
  background-color: transparent;
  text-align:left;
  margin:2px 0 0 0!important;
  border: none;
  font-size: 15px;
  white-space:nowrap;
  border: 0px solid rgba(137, 91, 138, 1);
}
.n_scroll .mod_dropnavi .mod_dropnavi_child ul li a, #under .mod_dropnavi .mod_dropnavi_child ul li a, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a {
  display:block;
  background-color: transparent;
  padding: 0;
  color: rgba(137, 91, 138, 1);
}
.n_scroll .mod_dropnavi .mod_dropnavi_child ul li a:hover, #under .mod_dropnavi .mod_dropnavi_child ul li a:hover, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a:hover {
  background: none;
  color: rgba(137, 91, 138, 0.66);
  text-decoration: underline;
}



@media screen and (max-width: 1400px) {
ul.g_nav li, .n_scroll ul.g_nav li, #under ul.g_nav li, #under .n_scroll ul.g_nav li {
  padding: 0 11px;
}
}



@media screen and (max-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 70px;
    line-height: 1;
    z-index: 100;
  }
  .h_box {
    display: block; 
  }
  .h_box, .n_scrol, #under .h_box, #under .n_scroll {
    height: 70px;
    margin: 0;
    padding: 0;
  }
  h1.logo, .n_scroll h1.logo, #under .logo, #under .n_scroll .logo {
    margin: 0;
    width: 160px;
    height: 70px;
  }
  h1.logo img, .n_scroll h1.logo img, #under .logo img, #under .n_scroll .logo img {
    margin: 10px 0 0 10px;
    width: auto;
    height: 50px;
  }
  h1.logo img.ns1, .n_scroll h1.logo img.ns1, #under .logo img.ns1, #under .n_scroll .logo img.ns1 {
    display: none;
  }
  h1.logo img.ns2, .n_scroll h1.logo img.ns2, #under .logo img.ns2, #under .n_scroll .logo img.ns2 {
    display: block;
  }
  .n_scroll {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    z-index: 100;
  }
  .h_lang {
    display: block;
    position: fixed;
    top: 25px;
    right: 55px;
  }
  .h_lang li {
    display: inline-block;
    margin: 0;
  }
  .h_lang li a {
    transition: all 0s;
    padding: 1px 2px 2px;
    font-size: 14px;
    line-height: 1;
  }
  .h_lang li.active a {
    display: block;
    background: rgba(137, 91, 138, 0.75);
    color: #fff;
  }
  .h_lang li a:hover {
    display: block;
    background: rgba(137, 91, 138, 0.75);
    color: #fff;
  }
  .openbtn {
    display: block;
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 6px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 102;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(137, 91, 138, 1);
    width: 70%;
  }
  .n_scroll .openbtn span, #under .openbtn span {
    background-color: rgba(137, 91, 138, 1);
  }
  .openbtn span:nth-of-type(1) {
    top: 11px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .openbtn.active span:nth-of-type(1), #under .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3), #under .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
    background-color: #fff;
  }
  ul.g_nav, .n_scroll ul.g_nav, #under ul.g_nav, #under .n_scroll ul.g_nav {
    display: none;
    position: fixed;
    z-index: 101;
    top: -5%;
    left: 0;
    right: -210%;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 105%;
    background: rgba(137, 91, 138, 1);
    transition: all 0.2s;
  }
  ul.g_nav.panelactive, #under ul.g_nav.panelactive {
    display: block;
    right: 0;
    left: 0;
  }
  .g_nav-list {
    display: none;
    width: 100%;
    padding: 120px 0 120px 0;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  ul.g_nav.panelactive .g_nav-list {
    display: block;
  }
  ul.g_nav li, .n_scroll ul.g_nav li, #under ul.g_nav li, #under .n_scroll ul.g_nav li {
    display: block;
    margin: 0 0 6px 0;
    padding: 0 0 0 8%;
    vertical-align: top;
    text-align: left;
  }
  ul.g_nav li a, .n_scroll ul.g_nav li a, #under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
  }
  ul.g_nav li a span, .n_scroll ul.g_nav li a span, #under ul.g_nav li a span, #under .n_scroll ul.g_nav li a span {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 10px;
    padding: 6px 0 0;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
  }
  ul.g_nav li a:hover, .n_scroll ul.g_nav li a:hover, #under ul.g_nav li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  ul.g_nav li a:hover span, .n_scroll ul.g_nav li a:hover span, #under ul.g_nav li a:hover span {
    color: rgba(255, 255, 255, 0.5);
  }
  ul.g_nav li:first-child {
    border-left: 0px dotted rgba(255, 255, 255, 0.66);
  }
  ul.g_nav li.tel, .n_scroll ul.g_nav li.tel {
    display: none;
  }
  ul.g_nav li a::after, .n_scroll ul.g_nav li a::after {
    height: 0;
  }
  #under ul.g_nav li a::after, #under .n_scroll ul.g_nav li a::after {
    height: 0;
  }


  .n_scroll .mod_dropnavi li.lang, #under .mod_dropnavi li.lang, #under .n_scroll .mod_dropnavi li.lang {
    position: relative;
    padding: 0;
  }
  .n_scroll .mod_dropnavi li.lang a, #under .mod_dropnavi li.lang a, #under .n_scroll .mod_dropnavi li.lang a {
    background: rgba(137, 91, 138, 0.75);
    width: 128px;
    margin: 12px 0 0 10px;
    padding: 4px 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.03em;
    border: 0px solid rgba(137, 91, 138, 0.75);
  }
  .n_scroll .mod_dropnavi li.lang a:hover, #under .mod_dropnavi li.lang a:hover, #under .n_scroll .mod_dropnavi li.lang a:hover {
    position: relative;
    background: rgba(137, 91, 138, 0.75);
    color: #fff;
    text-decoration: none;
  }
  .n_scroll ul.g_nav li.lang a::after, #under ul.g_nav li.lang a::after, #under .n_scroll ul.g_nav li.lang a::after {
    transform: scale(0, 0);
  }
  .n_scroll .mod_dropnavi .mod_dropnavi_child, #under .mod_dropnavi .mod_dropnavi_child, #under .n_scroll .mod_dropnavi .mod_dropnavi_child {
    display: none;
    position: absolute;
    top: 39px;
    left: 10px;
    width: 128px;
    z-index: 99;
    padding: 4px 0 0 0 !important;
  }
  .n_scroll .mod_dropnavi li.lang:hover>.mod_dropnavi_child, .n_scroll .mod_dropnavi li.lang:active>.mod_dropnavi_child {
    display: block;
    padding: 2px 0 0 0 !important;
  }
  #under .mod_dropnavi li.lang:hover>.mod_dropnavi_child, #under .n_scroll .mod_dropnavi li.lang:active>.mod_dropnavi_child {
    display: block;
    padding: 2px 0 0 0 !important;
  }
  .n_scroll .mod_dropnavi .mod_dropnavi_child ul, #under .mod_dropnavi .mod_dropnavi_child ul, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul {
    padding: 6px 12px 12px 12px !important;
    background: #fff;
    border: 0px solid rgba(137, 91, 138, 1);
  }
  .n_scroll .mod_dropnavi .mod_dropnavi_child ul li, #under .mod_dropnavi .mod_dropnavi_child ul li, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li {
    display: block;
    background-color: transparent;
    text-align: left;
    margin: 2px 0 0 0!important;
    border: none;
    font-size: 15px;
    white-space: nowrap;
    border: 0px solid rgba(137, 91, 138, 1);
  }
  .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a, #under .mod_dropnavi .mod_dropnavi_child ul li a, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a {
    display: block;
    background-color: transparent;
    padding: 0;
    color: rgba(137, 91, 138, 1);
  }
  .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a:hover, #under .mod_dropnavi .mod_dropnavi_child ul li a:hover, #under .n_scroll .mod_dropnavi .mod_dropnavi_child ul li a:hover {
    background: none;
    color: rgba(137, 91, 138, 0.66);
    text-decoration: underline;
  }
ul.g_nav li.lang, #under ul.g_nav li.lang {
  display: none;
}
/*
  .n_scroll ul.g_nav li.mod_dropnavi .mod_dropnavi_child ul li {
    display: inline-block;
    background-color: transparent;
    text-align: left;
    margin: 2px 0 0 0!important;
    border: none;
    font-size: 15px;
    white-space: nowrap;
    border: 0px solid rgba(137, 91, 138, 1);
  }
  .n_scroll ul.g_nav li.mod_dropnavi .mod_dropnavi_child ul li a {
    display: inline-block;
    background-color: #fff;
    padding: 0;
    color: rgba(137, 91, 138, 1);
  }
  .n_scroll ul.g_nav li.mod_dropnavi .mod_dropnavi_child ul li a:hover {
    background-color: transparent;
    color: rgba(137, 91, 138, 0.66);
    text-decoration: underline;
  }
  ul.g_nav li.lang, .n_scroll ul.g_nav li.lang {
    display: block;
  }
  .n_scroll ul.g_nav li.mod_dropnavi .mod_dropnavi_child {
    display: block;
  }
*/

}
#swiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.swiper-container {
  margin-bottom: 90px;
}
.swiper-slide {
  height: 100dvh;
  line-height: 0;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide01 {
  background-image: url("./images/slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.swiper-slide02 {
  background-image: url("./images/slide02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("./images/slide03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide04  {
  background-image: url("./images/slide04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.33) url(./images/dot.png);
  z-index: 9;
}

@media only screen and (max-width: 768px) {
.swiper-slide01 {
  background-image: url("./images/slide01_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.swiper-slide02 {
  background-image: url("./images/slide02_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("./images/slide03_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide04  {
  background-image: url("./images/slide04_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
}
.logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin: auto;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo_box img {
  width: 270px;
  height: auto;
}
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:10s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 30s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}



/* フッター PC
---------------------------------------------------------------------------*/
footer {
  position: relative;
  background: #e7dee8;
  margin: 80px auto 0;
  padding: 1.25em 0 0 0;
  z-index: 2;
}
#home footer {
  position: relative;
  background: rgba(137, 91, 138, 0.2);
  margin: 0 auto 0;
  padding: 1.25em 0 0 0;
  z-index: 2;
}
.foot_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer_logo img {
  margin: 0 0 0 0;
  width: 180px;
  height: auto;
}
.foot-address_wrap {
  margin: 20px auto 30px;
}
.foot-address {
  margin: 0.5em 0 0.5em 2em;
  font-size: 90%;
  font-weight: 400;
  vertical-align: middle;
}
.foot-address_address strong {
  font-weight: 400;
}
.footer_tel {
  font-size: 120%;
  font-weight: 500;
}
.copyright {
  background: rgba(137, 91, 138, 1);
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index:99;
}
#pagetop img {
  filter: alpha(opacity=96);
  opacity: 0.96;
  border: 1px solid #fff;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#side_bnr {
  display: none;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
}
#side_bnr li {
  margin: 0 0 6px 0;
}
#side_bnr img {
  width: 64px;
  height: auto;
}
#side_bnr a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#side_bnr li.instagram img {
  background: rgba(137, 91, 138, 1);
  width: 44px;
  height: auto;
  margin: 15px 0px 0 7px;
  padding: 4px;
  border-radius: 50%;
  transform: scale(1);
  transition: all .3s;
  transition: 1s ease-in-out;
}
#side_bnr li.instagram a:hover img {
  background: rgba(137, 91, 138, 1);
  width: 44px;
  height: auto;
  margin: 15px 0px 0 7px;
  padding: 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 50%;
  transform: scale(1);
  transition: all .2s;
}
#side_bnr li.instagram a:hover img {
  transform: scale(1.15);
  transition: all .2s; 
}
#fixContact {
  display: none;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  width: 100%;
}
section .top_inner {
  width: 92%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
section .inner {
  width: 92%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
h2.tit01 {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0 0 10px 0;
  color: rgba(137, 91, 138, 0.5);
  font-size: 2.4rem;
  font-family:'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
h2.tit01 span {
  display: block;
  margin: 0.33em 0 0 0;
  color: rgba(137, 91, 138, 1);
  font-size: 21px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h2.tit01:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: '';
  background: rgba(137, 91, 138, 1);
}
#recruit h2.tit01 {
  color: #fff;
}
#recruit h2.tit01 span {
  color: #fff;
}
#recruit h2.tit01:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: '';
  background: #fff;
}
/*
h3.tit01 {
  margin: 60px 0 20px 0;
  color: #6b6b6b;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.33;
}
h3.tit01 span.num {
  color: rgba(137, 91, 138, 1);
  font-size: 3.6rem;
  font-family: 'Newsreader', serif;
  font-weight: 400;
}
h3.tit02 {
  margin: 10px 0 20px 0;
  color: rgba(137, 91, 138, 1);
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.33;
}
*/
section p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 1.66;
}
section p.txt_center {
  text-align: center;
}
section#recruit p {
  color: #fff;
}
.news_box {
  position: relative;
  width: 100%;
  margin: 30px auto 45px;
  z-index: 10;
}
.news_list {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 0px dotted rgba(137, 91, 138, 0.66);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 8em;
  float: left;
  padding: 16px 16px;
  color: rgba(137, 91, 138, 1);
  font-weight: 400;
  font-size: 105%;
}
.news_list dd {
  padding: 16px 16px 16px 8em;
  text-align: left;
  border-bottom: 1px dotted rgba(137, 91, 138, 0.66);
}
.news_list dd a {
  color: #6b6b6b;
}
.news_list dd a:hover {
  color: #9b9b9b;
  text-decoration: none;
}
.blog_list {
  display: block;
  margin: 30px auto 0;
  font-size: 0;
  letter-spacing: 0;
}
.blog_list li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}
.blog_list li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.blog_list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.blog_list li img {
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s;
  transition: 1s ease-in-out;
}
.blog_list li a:hover img {
  transform: scale(0.94);
  transition: all .3s; 
//filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .blog_list li:nth-of-type(3n-1) {
    transition-delay: .6s;
  }
  .blog_list li:nth-of-type(3n) {
    transition-delay: 1.2s;
  }
}
.blog_list li h3 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.blog_list li h3.en {
  color: rgba(137, 91, 138, 0.66);
}
.blog_list li h3 .roman {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  color: rgba(137, 91, 138, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}



.blog_list li p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 6px 0;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 1.66;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.05em;
}
.blog_list li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
@media screen and (max-width: 768px) {
.blog_list li {
  display: inline-block;
  position: relative;
  width: 48%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}
.blog_list li:nth-child(3n-1) {
  margin: 0 0 30px 0;
}
.blog_list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.blog_list li:nth-child(2n) {
  margin: 0 0 30px 4%;
}
.blog_list li .cat {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #212121;
  padding: 3px 12px;
  color: #fff;
  font-size: 12px;
}
}
.sns_list {
  display: block;
  margin: 30px auto 0;
  font-size: 0;
  letter-spacing: 0;
}
.sns_list li {
  display: inline-block;
  position: relative;
  width: 25%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}
.sns_list li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
.sns_list {
  display: block;
  margin: 30px auto 0;
  font-size: 0;
}
.sns_list li {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}
.sns_list li img {
  width: 100%;
  height: auto;
}
}
.top_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.top_box_wrap.mgad {
  margin-bottom: 60px;
}
.top_box_wrap:last-child {
  margin-bottom: 30px;
}
.top_box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.top_box_wrap .top_txt_box {
  background: #e7dee8;
  background:rgba(137, 91, 138, 1);
  width: 55%;
  margin: 0 0 0 -11%;
  padding: 3.5em 3em 4.5em;
  color: #fff;
  z-index: 2;
}
section .top_box_wrap .top_txt_box p {
  margin-bottom: 0.75em;
}
.top_box_wrap:nth-child(even) .top_txt_box {
  margin: 0 -11% 0 0;
}
.top_box_wrap h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
.top_box_wrap h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
}
}
.top_box_wrap img {
  display: block;
  width: 45%;
  height: auto;
  margin: 0;
}
#recruit {
  background: #d8c9d8;
  background: rgba(137, 91, 138, 0.5);
}
.recruit_box_l {
  float: left;
  width: 55%;
  padding: 0 3em 0 0;
}
.recruit_box_r {
  float: left;
  width: 45%;
}
.recruit_box_r img {
  width: 100%;
  height: auto;
}


.more_link.arr a {
  display: flex;
  background: #fff;
  width: 240px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  color: rgba(137, 91, 138, 1);
  font-weight: 400;
  border: 1px solid;
  border-color: rgba(137, 91, 138, 1);
  text-decoration: none;
  z-index: 9;
}
.more_link.arr {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 40px 0 10px;
}
.more_link.arr.center {
  margin: 30px auto 0;
}
.more_link.arr:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-right: 2px solid rgba(137, 91, 138, 1);
  border-bottom: 2px solid rgba(137, 91, 138, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
.more_link.arr a:hover {
  background-color: rgba(137, 91, 138, 1);
  padding: 8px 40px 8px 24px;
  color: #fff;
}
.more_link.arr.bg a:hover {
  background-color: rgba(255, 255, 255, 0.66);
  padding: 8px 40px 8px 24px;
  color: rgba(137, 91, 138, 1);
}
.more_link.arr:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.more_link.arr.bg:hover:after {
  border-right: 2px solid rgba(137, 91, 138, 1);
  border-bottom: 2px solid rgba(137, 91, 138, 1);
}



/*　下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual01 {
  background: rgba(0, 0, 0, 0.33) url(./images/sub_visual.jpg) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sv_inner {
  display: table;
  width: 92%;
  height: 270px;
  margin: 0 auto;
}
.sub_visual01 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: rgba(0, 0, 0, 0.33) url(./images/dot.png);
  z-index: 2;
}
.sub_visual .sv_tit {
  position: relative;
  display: table-cell;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  z-index: 3;
}
.sub_visual .sv_tit span {
  display: block;
  padding: 0;
  color: #fff;
  font-weight: 300;
}
.sub_visual .sv_tit span.en {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 150%;
}
@media screen and (max-width: 768px) {
.sub_visual01 {
  height: 210px;
}
.sv_inner {
  height: 210px;
}
.sub_visual01 .overlay {
  height: 210px;
}
.sub_visual .sv_tit {
  font-size: 18px;
}
}
.breadcrumbs {
  width: 90%;
  max-width: 96rem;
  margin: 1.5rem auto 2rem;
  font-size: 12px;
}
.breadcrumbs>span:not(:last-child):after {
  content: "＞";
  margin: 0 1rem;
  color: #005e7d
}
.breadcrumbs>span a {
  color: rgba(1, 136, 181, 1);
}
.breadcrumbs>span a:hover {
  color: rgba(1, 136, 181, 1) !important;
  text-decoration: underline
}
.section p {
  margin-top: 2rem
}
.section p a {
  color: rgba(1, 136, 181, 1);
  text-decoration: underline;
  padding: 0 .2em
}
.section p a:hover {
  color: #005e7d
}

.block {
  margin-bottom: 120px;
}

.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.img_block {
  order: 2;
  margin: 0 0 30px 0;
}
.img_block img {
  width: 100%;
  height: auto;
}
.img_block img.max360 {
  max-width: 360px;
}
.img_block img.max540 {
  max-width: 540px;
}
.text_block {
  padding: 0 45px 0 0;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  font-family: "Noto Sans JP", Helvetica;
}
.text_block  h3.ttl01 {
  margin: 0 0 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.88rem;
  line-height: 1.5;
}
@media (max-width: 1080px) {
.text_block  h3.ttl01 br {
  display: none;
}
}
@media screen and (max-width: 768px) {
.text_block  h3.ttl01 {
  margin: 0 0 16px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
}
.text_block.wide40 {
  flex-basis: 50%;
}
.text_block.wide57 {
  flex-basis: 57%;
}
.text_block img.max360 {
  display: none;
}
.text_block img.max540 {
  display: none;
}
.text_block p {
  margin-bottom: 1rem;
}
.img_block02 img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.text_block02 {
  flex-basis: 57%;
  font-weight: 400;
  font-size: 16px;
}
.text_block02 p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
.text_block {
  font-size: 14px;
}
}

.wrap.rev {
flex-direction: row-reverse;
}
.wrap.rev .text_block {
  padding: 0 0 0 45px;
}

@media (max-width: 980px) {
.wrap, .wrap.rev {
  display: flex;
  flex-direction: column-reverse;
}
.text_block {
  padding: 0;
}
.text_block img {
  width: 100%;
  height: auto;
}
.text_block img.max360 {
  display: block;
  max-width: 360px;
  margin: 0 0 30px 0;
}
.text_block img.max540 {
  display: block;
  max-width: 540px;
  margin: 0 0 30px 0;
}
.wrap.rev .text_block {
  padding: 0;
}
}
.disc {
  width: 100%;
  max-width: 600px;
}
.disc li {
  display: inline-block;
  width: 15em;
  font-size: 15px;
  line-height: 1.66;
  vertical-align: top;
  padding-left:1em;
  text-indent:-1em;
}
.disc.en li {
  width: 100%;
}
.disc li:before {
  content: "●";
  padding: 0 5px 0 0;
  color: rgba(137, 91, 138, 1);
  font-size: 0.5rem;
  vertical-align: middle;
}
.credential_bg {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
.gallery {
  margin: 10px auto 30px;
  font-size: 0;
  letter-spacing: 0;
}
.gallery li {
  display: inline-block;
  background: #fff;
  width: 48%;
  margin: 0 2% 20px 0;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.gallery li:nth-child(2n) {
  margin: 0 0 20px 2%;
}
.gallery li h2.ttl02 {
  margin: 0 0 20px 0;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(137, 91, 138, 0.66);
  font-size: 1.66rem;
  line-height: 1.33;
}
.gallery li h2.ttl02 .jp {
  display: block;
  color: rgba(137, 91, 138, 1);
  font-size: 1rem;
}
.gallery li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
.gallery li {
  width: 100%;
  margin: 0 0 20px 0;
}
.gallery li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.gallery li h2.ttl02 {
  font-size: 1.32rem;
}
}
.sample_box {
  float: right;
  width: 540px;
  margin: 0 0 20px 30px;
  letter-spacing: 0;
}
.sample_box li {
  width: 100%;
  padding: 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.sample_box li img {
  margin: 0 0 10px 0;
}
.sample_box li span {
  display: block;
  color: rgba(98, 29, 134, 0.66);
  font-size: 15px;
}
.sample_box02 {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.sample_box02 li {
  display: inline-block;
  width: 23.5%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.sample_box02 li:nth-child(4n-1), .sample_box02 li:nth-child(4n-2), .sample_box02 li:nth-child(4n-3) {
  margin: 0 2% 20px 0;
}
.sample_box02 li img {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}
@media (max-width: 1400px) {
.sample_box {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  letter-spacing: 0;
}
.sample_box img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
}
}
@media (max-width: 980px) {
.sample_box02 li {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.sample_box02 li:nth-child(4n-1), .sample_box02 li:nth-child(4n-2), .sample_box02 li:nth-child(4n-3) {
  margin: 0 0 20px 0;
}
.sample_box02 li:nth-child(2n) {
  margin: 0 0 20px 4%;
}
}
.faq_txt {
  margin: 0 0 1em 0;
  padding-bottom: 0;
  padding-left: 2.6em;
  text-indent: -2.25em;
  font-size: 16px;
}
.faq_txt.sq_q {
  color: rgba(137, 91, 138, 1);
  font-weight: 500;
}
.sq_q:before {
  content: "Q";
  background: rgba(137, 91, 138, 1);
  margin-right: 10px;
  padding: 1px 7px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sq_a:before {
  content: "A";
  background: rgba(137, 91, 138, 1);
  margin-right: 10px;
  padding: 1px 7px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.faq_line {
  display: block;
  background: rgba(137, 91, 138, 1);
  width: 100%;
  height: 1px;
  margin: 1.5em auto 2em;
}

.count {
  counter-reset: a 0;
  text-align: justify
}
.count li {
  margin-left: 1em;
  margin-bottom: .5rem
}
.count li:before {
  color: rgba(1, 136, 181, 1);
  font-weight: 700;
  counter-increment: a 1;
  content: counter(a) ". ";
  margin-left: -1em
}

#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(137, 91, 138, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(137, 91, 138, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(137, 91, 138, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(137, 91, 138, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(137, 91, 138, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 8px 8px;
  margin: 3px 0;
  padding: 5px 0 4px 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #6b6b6b;
  font-size: 14px;
  padding: 0;
  line-height: 1.5;
}
.side_menu01 li a {
}
.side_menu01 li a:hover {
    color: #9b69b9b;
}
.side_menu01 li span {
  display: block;
  margin: 0;
  color: #999;
  font-size: 85%;
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(137, 91, 138, 1);
  font-size: 150%;
  font-weight: 400;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(137, 91, 138, 1);
  font-size: 150%;
  font-weight: 400;  
  border-bottom: 3px dotted rgba(137, 91, 138, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(137, 91, 138, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.4em;
  border-left: 8px solid rgba(137, 91, 138, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(137, 91, 138, 1);
  font-size: 140%;
  font-weight: 400;  
  border-left: 8px solid rgba(137, 91, 138, 0.66);
}
.post_block h2.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(137, 91, 138, 1);
  font-size: 150%;
  font-weight: 400;  
  border-left: 0px solid rgba(137, 91, 138, 0.66);
  border-bottom: 3px dotted rgba(137, 91, 138, 0.33);
  font-feature-settings: "palt";
}
.post_block h2.post_ttl02 span {
  padding: 0.1em 0.4em;
  color: rgba(137, 91, 138, 1);
  border-left: 8px solid rgba(137, 91, 138, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(137, 91, 138, 1);
  font-size: 130%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(137, 91, 138, 1);
  font-size: 120%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(137, 91, 138, 1);
  font-size: 110%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(137, 91, 138, 1);
  font-size: 100%;
  font-weight: 400;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}
.post_block img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0.5em 0;
}
.txt_bg {
  position: relative;
  background: rgba(137, 91, 138, 0.12);
  margin: 0 auto 2em;
  padding: 2em 2em 1em;
}
.txt_bg:after {
  position: absolute;
  content: 'Detail';
  color: rgba(137, 91, 138, 0.25);
  left: 0.5em;
  top: -16px;
  padding: 3px 7px 1px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em
}



/* テーブル PC
---------------------------------------------------------------------------*/
.tbl01 {
  background: #fff;
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 auto 20px;
}
.tbl01 tr:nth-child(odd) {
  background: rgba(98, 29, 134, 0.15);
}
.tbl01 th, .tbl01 td {
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
.tbl01 th {
  width: 16em;
  background: #ede8ec;
  background: rgba(137, 91, 138, 0.85);
  padding: 18px 28px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.tbl01 td {
  width: calc(100% - 16em);
  padding: 18px 28px;
  text-align: left;
  vertical-align: middle;
}
.tbl02 {
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 auto 40px;
}
.tbl02 th, .tbl02 td {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px dotted #ddd;
}
.tbl02 th {
  background: rgba(128, 190, 38, 0.66);
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.tbl02 th:last-child {
  border-right: 1px solid rgba(128, 190, 38, 0.33);
}
.tbl02 th.bg01 {
  background: rgba(128, 190, 38, 0.33);
  text-align: center;
}
.tbl02 td {
  vertical-align: middle;
  padding: 18px 20px;
  text-align: center;
  border-right: 1px solid rgba(128, 190, 38, 0.33);
}
.tbl02 tr:nth-child(even) {
  background: rgba(128, 190, 38, 0.12);
}
.req {
  color: rgb(255, 255, 255);
  font-size: 80%;
  background: rgb(255, 0, 0);
  padding: 1px 3px;
}



/* フォーム PC
---------------------------------------------------------------------------*/
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: #ffe14d;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin: 40px auto 60px;
  color: #000;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.scroll>a {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.marker_y {
  background: linear-gradient(transparent 40%, #ffff66 40%);
  padding: 4px 4px 2px;
  font-weight: bold;
}
img.float_l {
  float: left;
  margin: 0 30px 0 0;
  vertical-align: top;
}
img.float_r {
  float: right;
  margin: 0 0 20px 20px;
  vertical-align: top;
}
img.img_center {
  display: block;
  margin: 0 auto 15px;
}
img.size100 {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pd01 {
  padding: 30px 0 30px;
}
.pd02 {
  padding: 45px 0 90px;
}




@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }



  /* ヘッダー tab
---------------------------------------------------------------------------*/
  .h_box #side_bnr {
    display: none;
  }
  #fixContact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(137, 91, 138, 1);
    width: 100%;
    height: 60px;
    padding: 0;
    z-index: 98;
  }
  #fixContact ul {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0 10px;
  }
  #fixContact ul li {
    width: auto;
    margin: 0;
    padding: 11px 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #fixContact ul li img {
    width: auto;
    height: 38px;
  }
  #fixContact ul li img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #fixContact ul li.instagram {
    display: none;
  }
  #fixContact ul li.instagram img {
    margin-left: 10px;
  }
  #fixContact {
    display: block !important;
  }
  .foot_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 35px;
    right: 2%;
    z-index: 99;
  }
  section .top_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  section#recruit .top_inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  h3.tit01 {
    margin: 10px 0 20px 0;
    color: #6b6b6b;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
  }
  h3.tit01 span.num {
    color: rgba(137, 91, 138, 1);
    font-size: 3.2rem;
    font-family: 'Newsreader', serif;
    font-weight: 400;
  }
  h3.tit02 {
    margin: 10px 0 20px 0;
    color: rgba(137, 91, 138, 1);
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.33;
  }
  .recruit_box_l {
    padding: 0 2em 0 0;
  }
}


@media screen and (max-width: 980px) {
  .top_box_wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .top_box_wrap:last-child {
    margin-bottom: 30px;
  }
  .top_box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_box_wrap .top_txt_box {
    width: 100%;
    margin: 0;
    padding: 2.5em 1.5em;
  }
  .top_box_wrap:nth-child(even) .top_txt_box {
    margin: 0;
  }
  .top_box_wrap img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 40px auto 30px;
  }
}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  body, input, select, textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
  .pc {
    display: none;
  }
  .pc02 {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .pd02 {
    padding: 45px 0 60px;
  }




  /* ヘッダー SP
---------------------------------------------------------------------------*/
  h1.logo, .n_scroll h1.logo, #under .logo, #under .n_scroll .logo {
    margin: 0;
    width: 160px;
    height: 70px;
  }
  h1.logo img, .n_scroll h1.logo img, #under .logo img, #under .n_scroll .logo img {
    margin: 13px 0 0 5px;
    width: auto;
    height: 44px;
  }
  .logo_box img {
    width: 250px;
    height: auto;
  }



  /* フッター SP
---------------------------------------------------------------------------*/
  footer {
    margin: 40px auto 0;
    padding: 1.25em 0 0 0;
    text-align: left;
  }
  .foot_inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 150px;
    height: auto;
    text-align: left;
  }
  .foot-address_wrap {
    margin: 10px auto 15px;
  }
  .foot-address {
    padding: 0 0 12px 0;;
    vertical-align: top;
  }
  .copyright {
    width: 100%;
    padding: 12px 4%;
    color: #fff;
    font-size: 80%;
    text-align: left;
  }
  .copyright br {
    display: none;
  }
  #pagetop {
    position: fixed;
    bottom: 65px;
    right: 1.75%;
    z-index: 99;
  }
  #pagetop img {
    filter: alpha(opacity=96);
    opacity: 0.96;
    width: 45px;
    height: auto;
    border: 1px solid #fff;
  }
  #pagetop:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }




  /* コンテンツ SP
---------------------------------------------------------------------------*/
  section {
    width: 100%;
  }
  section .inner {
    width: 92%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  h2.tit01 {
    position: relative;
    margin: 0 0 48px 0;
    padding: 0 0 10px 0;
    color: rgba(137, 91, 138, 0.5);
    font-size: 2rem;
    font-family:'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  h2.tit01 span {
    display: block;
    margin: 0.33em 0 0 0;
    color: rgba(137, 91, 138, 1);
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.2;
  }
  h2.tit01:before {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 35px);
    width: 70px;
    height: 1px;
    content: '';
    background: rgba(137, 91, 138, 1);
  }
  #recruit h2.tit01:before {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 35px);
    width: 70px;
    height: 1px;
    content: '';
    background: #fff;
  }
  section p {
    font-size: 15px;
    padding: 0;
    line-height: 1.66;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .news_list dd {
    padding: 0 8px 14px;
    text-align: left;
    border-bottom: 1px dotted rgba(137, 91, 138, 0.66);
  }
  .recruit_box_l {
    float: none;
    width: 100%;
    padding: 0 0 2.4em 0;
  }
  .recruit_box_r {
    float: none;
    width: 100%;
  }



  /* テーブル SP
---------------------------------------------------------------------------*/
  .tbl01 {
    width: 100%;
    border-top: 0px dotted #ddd;
    margin: 0 auto 20px;
  }
  .tbl01 th, .tbl01 td {
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 0px dotted #ddd;
  }
  .tbl01 th {
    vertical-align: middle;
    padding: 5px 8px;
    font-weight: bold;
    text-align: left;
  }
  .tbl01 td {
    vertical-align: middle;
    padding: 8px 8px;
    text-align: left;
  }
  .tbl01 img {
    width: 100%;
    height: auto;
  }
  .tbl02 {
    width: 100%;
    border-top: 1px dotted #ddd;
    margin: 0 auto 10px;
  }
  .tbl02 th, .tbl02 td {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #ddd;
  }
  .tbl02 th {
    background: rgba(128, 190, 38, 0.66);
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
  }
  .tbl02 th:last-child {
    border-right: 1px solid rgba(128, 190, 38, 0.33);
  }
  .tbl02 th.bg01 {
    background: rgba(128, 190, 38, 0.33);
    text-align: center;
  }
  .tbl02 td {
    vertical-align: middle;
    padding: 10px 12px;
    text-align: center;
    border-right: 1px solid rgba(128, 190, 38, 0.33);
  }
  .tbl02 tr:nth-child(even) {
    background: rgba(128, 190, 38, 0.12);
  }
  .tbl_scroll {
    overflow: auto;
    margin: 0 0 5px 0;
  }
  .tbl_scroll table {
    width: 100%;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }
  .tbl_scroll td, .tbl_scroll th {
    white-space: nowrap;
  }



  /* フォーム SP
---------------------------------------------------------------------------*/
  input, button, textarea, select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input, textarea, select {
    background: #fff;
    margin: 0;
    padding: 7px 0 7px 8px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
  }
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
  }
  input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input::-moz-placeholder {
    color: #999;
    font-weight: normal;
  }
  .btn-submit input[type="submit"] {
    display: block;
    background: #ffe14d;
    width: 100%;
    height: 50px;
    margin: 20px auto 60px;
    font-size: 14px;
    color: #000;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
  }
  .req {
    color: rgb(255, 255, 255);
    font-size: 80%;
    background: rgb(255, 0, 0);
    padding: 1px 3px;
  }



  /*　その他 SP
---------------------------------------------------------------------------*/
  .scroll>a {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  img.float_l {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  img.float_r {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto 10px;
    padding: 0;
  }
  img.img_center {
    display: block;
    margin: 0 auto 15px;
  }
}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
  .logo_box img {
    width: 210px;
    height: auto;
  }
}