@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: calc(18px * 1.5);
  width: calc(37px * 1.5);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    height: calc(18px * 1.5);
    width: calc(37px * 1.5);
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  height: calc(18px * 1.5);
  width: calc(37px * 1.5);
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
.slick-next:before {
    height: calc(18px * 1.5);
    width: calc(37px * 1.5);
  }
}

.slick-prev {
  left: 30px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 30px;
}
[dir=rtl] .slick-next {
  left: 30px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

.list_equipment .slick-prev,
.list_equipment .slick-next {
  top: 40%;
}
.list_equipment .slick-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .list_equipment .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .list_equipment .slick-prev {
  right: 30px;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .list_equipment .slick-prev {
    right: 0px;
  }
}
.list_equipment .slick-prev::before {
  background: url(../images/arrow_left_w.svg) center center/contain no-repeat;
}
.list_equipment .slick-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .list_equipment .slick-next {
    right: 0px;
  }
}
[dir=rtl] .list_equipment .slick-next {
  left: 30px;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .list_equipment .slick-next {
    left: 0px;
  }
}
.list_equipment .slick-next::before {
  background: url(../images/arrow_right_w.svg) center center/contain no-repeat;
}

.list_result .slick-prev,
.list_result .slick-next {
  top: 50%;
}
.list_result .slick-prev {
  left: 13%;
}
@media screen and (max-width: 767px) {
  .list_result .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .list_result .slick-prev {
  right: 13%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .list_result .slick-prev {
    right: 0px;
  }
}
.list_result .slick-prev::before {
  background: url(../images/arrow_left_b.svg) center center/contain no-repeat;
}
.list_result .slick-next {
  right: 13%;
}
@media screen and (max-width: 767px) {
  .list_result .slick-next {
    right: 0px;
  }
}
[dir=rtl] .list_result .slick-next {
  left: 13%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .list_result .slick-next {
    left: 0px;
  }
}
.list_result .slick-next::before {
  background: url(../images/arrow_right_b.svg) center center/contain no-repeat;
}

.results_slick .slick-prev,
.results_slick .slick-next {
  top: 50%;
}
.results_slick .slick-prev {
  left: 0%;
}
@media screen and (max-width: 767px) {
  .results_slick .slick-prev {
    left: 0%;
  }
}
[dir=rtl] .results_slick .slick-prev {
  right: 0%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .results_slick .slick-prev {
    right: 0px;
  }
}
.results_slick .slick-prev::before {
  background: url(../images/arrow_left_b.svg) center center/contain no-repeat;
}
.results_slick .slick-next {
  right: 0%;
}
@media screen and (max-width: 767px) {
  .results_slick .slick-next {
    right: 0%;
  }
}
[dir=rtl] .results_slick .slick-next {
  left: 0%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .results_slick .slick-next {
    left: 0%;
  }
}
.results_slick .slick-next::before {
  background: url(../images/arrow_right_b.svg) center center/contain no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
  /*  margin-bottom: 30px; */
}

.slick-dots {
  position: absolute;
  right: 1vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 3%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 7px;
  width: 7px;
  content: "";
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #666;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #333333;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

::-moz-selection {
  background-color: #becdce;
  color: #333333;
}

::selection {
  background-color: #becdce;
  color: #333333;
}

html.sp-fixed {
  height: 100%;
  overflow: hidden;
}

#container_wrap {
  position: relative;
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.innerA {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerA::after {
  content: "";
  display: block;
  clear: both;
}

.innerB {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerB::after {
  content: "";
  display: block;
  clear: both;
}

.innerC {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.innerC::after {
  content: "";
  display: block;
  clear: both;
}

.inner7vw {
  width: 100%;
  margin: 0 auto;
  padding: 0 7vw;
}
@media screen and (max-width: 1280px) {
  .inner7vw {
    padding: 0 15px;
  }
}
.inner7vw::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 25%;
  }
}

#sub {
  float: left;
  width: 21%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.section_wrapA {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .section_wrapA {
    padding: 23% 0;
  }
}

.section_wrapB {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section_wrapB {
    padding: 0;
  }
}

.section_wrapC {
  padding: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .section_wrapC {
    padding: 0 0 23%;
  }
}

.section_wrapD {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section_wrapD {
    padding: 15% 0;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
16:opening
------------------------------------------------------------
*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
}
.opening .opening_load {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.opening .load_logo {
  display: block;
  position: relative;
  z-index: 1;
  width: 30vw;
  opacity: 0.5;
  height: auto;
}
@media screen and (max-width: 767px) {
  .opening .load_logo {
    width: 50vw;
  }
}
.opening .load_logo::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  -webkit-animation: spin 1s ease-in-out 0.5s forwards;
          animation: spin 1s ease-in-out 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .opening .load_logo::after {
    -webkit-animation: spin 0.8s ease-in-out 0.5s forwards;
            animation: spin 0.8s ease-in-out 0.5s forwards;
  }
}

@-webkit-keyframes spin {
  0% {
    width: 30vw;
  }
  100% {
    width: 0vw;
  }
}

@keyframes spin {
  0% {
    width: 30vw;
  }
  100% {
    width: 0vw;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes spin {
    0% {
      width: 50vw;
    }
    100% {
      width: 0vw;
    }
  }
  @keyframes spin {
    0% {
      width: 50vw;
    }
    100% {
      width: 0vw;
    }
  }
}
.loader-wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  bottom: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

header {
  background: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 50px 3vw 0 7vw;
}
@media screen and (max-width: 1280px) {
  header {
    padding: 50px 3vw 0 4vw;
  }
}
@media screen and (max-width: 1030px) {
  header {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 15px;
  }
}

header.fixed .h_contact {
  top: 30px;
}
@media screen and (max-width: 1030px) {
  header.fixed .h_contact {
    top: 25px;
  }
}
header.fixed .menu-trigger {
  top: 30px;
}
@media screen and (max-width: 1030px) {
  header.fixed .menu-trigger {
    top: 25px;
  }
}

.header_box {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_ttl a {
  display: block;
}
.header_ttl a:hover {
  opacity: 0.5;
}
.header_ttl img.logo {
  max-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100px;
}
@media screen and (max-width: 1030px) {
  .header_ttl img.logo {
    max-width: 150px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    height: 50px;
    max-width: 100px;
  }
}

#header_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

#gnavi {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 545px;
  margin-left: calc(100% - 545px);
}
#gnavi ul li {
  margin-right: 3rem;
  line-height: 1;
  /* >a,
  p {
  	display       : block;
  	position      : relative;
  	padding-bottom: 30px;


  	&::after {
  		content   : "";
  		position  : absolute;
  		width     : 1px;
  		height    : 20px;
  		bottom    : 0;
  		left      : 0;
  		right     : 0;
  		margin    : 0 auto;
  		background: transparent;
  	}

  	&:hover {
  		transition: .3s;

  		&::after {
  			background: $mainColor;
  		}
  	}
  } */
}
#gnavi ul li > a,
#gnavi ul li p {
  display: block;
  padding-bottom: 30px;
}
#gnavi ul li > a:hover,
#gnavi ul li p:hover {
  color: #789498;
}
#gnavi ul li:last-child {
  margin-right: 0;
}

.nav_acc {
  position: relative;
}

.drp_btn {
  margin-bottom: 0;
}

.drp_dwn_wrap {
  display: none;
  position: absolute;
  right: -260px;
  top: 46px;
  width: 760px;
  background: rgba(120, 148, 152, 0.9);
  font-size: 0.87rem;
  z-index: 1;
  padding: 40px 45px;
}
.drp_dwn_wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: -20px;
  right: calc(260px + 2.2rem);
  margin: 0 auto;
  background: #789498;
}
.drp_dwn_wrap a {
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.drp_dwn_wrap a .enmenu {
  width: 45%;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2rem;
}
.drp_dwn_wrap a .enmenu::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drp_dwn_wrap a .jpmenu {
  letter-spacing: 0.15rem;
  width: 55%;
  padding-left: 5%;
  font-size: 0.87rem;
  font-weight: 300;
}
.drp_dwn_wrap a:hover {
  color: #333333;
}
.drp_dwn_wrap a:hover .enmenu::after {
  background: #333333;
}
.drp_dwn_wrap a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.h_contact {
  width: 230px;
  height: 50px;
  background: #789498;
  display: block;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  padding-left: 25px;
  margin-right: 75px;
  position: fixed;
  top: 55px;
  right: 2vw;
  z-index: 999;
}
@media screen and (max-width: 1030px) {
  .h_contact {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .h_contact {
    display: none;
  }
}
.h_contact::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.h_contact.active {
  background: #fff;
  color: #789498;
}
.h_contact.active::after {
  border-bottom: 1px #789498 solid;
  border-right: 1px #789498 solid;
}
.h_contact:hover {
  background: #becdce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.h_contact:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 35px;
}

.menu-trigger {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 55px;
  right: 2vw;
  width: 46px;
  height: 46px;
  border: 2px #789498 solid;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  /* 	background   : #fff; */
}
@media screen and (max-width: 1030px) {
  .menu-trigger {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    position: fixed;
    top: 13px !important;
    right: 10px;
    text-align: center;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25px;
  height: 2px;
  background: #789498;
}
.menu-trigger span:nth-of-type(1) {
  top: 30%;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(1) {
    bottom: calc(30% - 2px);
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    bottom: 10%;
  }
}
.menu-trigger span:nth-of-type(3) {
  bottom: calc(30% - 2px);
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: calc(30% - 2px);
  }
}
.menu-trigger.active {
  border: 2px #fff solid;
  /* background: $mainColor; */
}
.menu-trigger.active span {
  background: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
  bottom: calc(50% - 2px);
}
/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 99;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #789498;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*0.6秒かけてアニメーション*/
}
.circle-bg.active {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(50);
          transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

#overlay {
  height: 100%;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 990;
  top: 0;
  opacity: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  text-align: center;
  /* 	background: $mainColor; */
  padding: 12vh 5vw 5vh;
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 10vh 15px 5vh;
  }
}
#overlay.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.over_box {
  opacity: 0;
}
.over_box.active {
  -webkit-animation: over_fade 0.5s 0.5s ease forwards;
          animation: over_fade 0.5s 0.5s ease forwards;
}

@-webkit-keyframes over_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes over_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o_nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .o_nav {
    margin-bottom: 3rem;
  }
}
.o_nav li {
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
  line-height: 1;
  font-size: 1.2rem;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .o_nav li {
    padding-left: 45px;
    font-size: 4vw;
    margin-bottom: 2rem;
  }
}
.o_nav li::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .o_nav li::before {
    width: 25px;
  }
}
.o_nav li p,
.o_nav li > a {
  display: block;
  color: #fff;
}
.o_nav li a:hover {
  color: #333333;
}

.over_contact {
  display: none;
  width: 80%;
  height: 60px;
  background: #fff;
  line-height: 60px;
  color: #789498;
  border-radius: 50px;
  position: relative;
  margin: 0 auto 5rem;
  font-size: 4vw;
}
@media screen and (max-width: 767px) {
  .over_contact {
    display: block;
  }
}
.over_contact::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px #789498 solid;
  border-right: 1px #789498 solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o_service_box {
  margin-bottom: 4rem;
  max-width: 700px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .o_service_box {
    margin-bottom: 3rem;
  }
}
.o_service_box a {
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o_service_box a {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.o_service_box a .enmenu {
  width: 40%;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .o_service_box a .enmenu {
    width: 100%;
    margin-bottom: 10px;
    font-size: 4vw;
  }
}
.o_service_box a .enmenu::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .o_service_box a .enmenu::after {
    display: none;
  }
}
.o_service_box a .jpmenu {
  letter-spacing: 0.15rem;
  width: 60%;
  padding-left: 5%;
  font-size: 0.87rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .o_service_box a .jpmenu {
    width: 100%;
    padding: 0;
    font-size: 3.2vw;
  }
}
.o_service_box a:hover {
  color: #333333;
}
.o_service_box a:hover .enmenu::after {
  background: #333333;
}

footer {
  background: #789498;
  padding: 80px 0 30px;
  position: relative;
}

#footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 7vw;
  margin-bottom: 90px;
}
@media screen and (max-width: 1280px) {
  #footer {
    margin-bottom: 2rem;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0px 15px;
  }
}

.footer_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_navi {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .f_navi {
    display: none;
  }
}
.f_navi li {
  margin-right: 1.5rem;
  font-size: 0.93rem;
}
.f_navi li a {
  font-weight: 300;
  color: #fff;
  display: block;
}
.f_navi li a:hover {
  color: #333333;
}

.f_txt {
  font-weight: 300;
  color: #fff;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .f_txt {
    text-align: center;
    line-height: 1.7;
    font-size: 0.87rem;
  }
}

.f_txt2 {
  max-width: 520px;
  text-align: left;
  font-size: 0.73rem;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .f_txt2 {
    display: none;
  }
}

.f_logo {
  margin-right: 1rem;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    max-width: 50%;
    margin: 0 auto 2rem;
  }
}
.f_logo:hover {
  opacity: 0.5;
}
.f_logo img {
  width: 200px;
}

.copy {
  font-size: 0.87rem;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

aside {
  padding: 1.5em;
  border: 1px dashed #ccc;
  position: relative;
}
aside::before {
  content: "aside";
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_side {
  font-weight: 700;
  padding: 0 0 0.5em;
  margin: 0 0 0.75em;
  border-bottom: 1px solid #000;
}

.list_side_category li:not(:last-child) {
  margin: 0 0 0.25em;
}

.main_img {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 7vw;
  line-height: 0;
}
@media screen and (max-width: 1280px) {
  .main_img {
    padding: 0 0 0 4vw;
  }
}
@media screen and (max-width: 1030px) {
  .main_img {
    padding: 0;
  }
}
.main_img video {
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: auto;
}
.top_info {
  background: #789498;
  margin-left: 7vw;
}
@media screen and (max-width: 1280px) {
  .top_info {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 1030px) {
  .top_info {
    margin-left: 0;
  }
}
.top_info a {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_info a {
    padding: 0.7rem 15px;
    font-size: 3.5vw;
  }
}
.top_info a:hover {
  opacity: 0.6;
}
.top_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_info dd {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .top_info dd {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.top_info dt {
  padding-left: 1.5rem;
  width: calc(100% - 125px);
  border-left: 1px #fff solid;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_info dt {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.top_catch {
  position: relative;
}
.top_catch.tti_in .txt_clr_blue {
  -webkit-animation: fade 1.5s ease forwards;
          animation: fade 1.5s ease forwards;
}
.top_catch::before, .top_catch::after {
  content: "";
  position: absolute;
  width: 588px;
  height: 122px;
  background: url(../images/bg_rism.svg) center center/contain no-repeat;
  top: 53%;
}
@media screen and (max-width: 767px) {
  .top_catch::before, .top_catch::after {
    width: calc(588px / 2.2);
    height: calc(122px / 2.2);
    top: 50%;
  }
}
.top_catch::before {
  left: -145px;
}
@media screen and (max-width: 1180px) {
  .top_catch::before {
    left: -185px;
  }
}
@media screen and (max-width: 767px) {
  .top_catch::before {
    left: -158px;
  }
}
.top_catch::after {
  right: -145px;
}
@media screen and (max-width: 1180px) {
  .top_catch::after {
    right: -185px;
  }
}
@media screen and (max-width: 767px) {
  .top_catch::after {
    right: -165px;
  }
}
.top_catch .title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top_catch .title {
    font-size: 6.2vw;
    margin-bottom: 1.5rem;
  }
}
.top_catch .title .txt_clr_blue {
  opacity: 0;
}
.top_catch .text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top_catch .text {
    font-size: 4vw;
  }
}
.top_catch .kakawari_map {
  max-width: 550px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_catch .kakawari_map {
    width: 85%;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_flexA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 70px;
}
.top_flexA .left_box {
  width: 50%;
  padding: 0 2vw 0 7vw;
}
@media screen and (max-width: 1280px) {
  .top_flexA .left_box {
    padding: 0 2vw 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top_flexA .left_box {
    width: 100%;
    margin-bottom: 4rem;
  }
  .top_flexA .left_box .ttl_main {
    text-align: center;
  }
}
.top_flexA .left_box .text {
  text-align: left;
  color: #666666;
  line-height: 2.5;
  font-size: 0.93rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top_flexA .left_box .text {
    width: 85%;
    margin: auto;
    font-size: 0.87rem;
  }
}
.top_flexA .right_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_flexA .right_box {
    width: 100%;
  }
}
.top_flexA .right_box .img_box {
  background: url(../images/top_about.jpg) center center/cover no-repeat;
  min-height: 400px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_flexA .right_box .img_box {
    height: 200px;
    width: 100%;
    min-height: inherit;
  }
}

.top_flexB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 110px;
}
.top_flexB .left_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_flexB .left_box {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.top_flexB .left_box img {
  width: 100%;
}
.top_flexB .right_box {
  width: 50%;
  padding-left: 125px;
  margin-top: 10%;
}
@media screen and (max-width: 1300px) {
  .top_flexB .right_box {
    padding-left: 95px;
  }
}
@media screen and (max-width: 767px) {
  .top_flexB .right_box {
    width: 100%;
    padding: 0;
  }
}
.top_flexB .right_box .text {
  text-align: left;
  color: #666666;
  line-height: 2;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top_flexB .right_box .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_flexB .right_box .text {
    font-size: 0.87rem;
    text-align: center;
  }
}
.top_flexB .right_box .text::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 1px;
  background: #789498;
  top: 45px;
  left: -140px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .top_flexB .right_box .text::before {
    width: 85px;
    left: -110px;
  }
}
@media screen and (max-width: 767px) {
  .top_flexB .right_box .text::before {
    display: none;
  }
}
.top_flexB .right_box .more {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_flexB .right_box .more {
    margin: auto;
  }
}

.top_about_img {
  background: url(../images/bg_rism.svg) 180% 50%/738px 153px no-repeat;
}
@media screen and (max-width: 767px) {
  .top_about_img {
    background: url(../images/bg_rism.svg) 180% 50%/calc(738px / 2) calc(153px / 2) no-repeat;
  }
}
.top_about_img .img-wrap {
  width: 70%;
}
.top_about_img .img-wrap img {
  width: 100%;
}
.top_rism_long {
  width: 100%;
  margin-top: 50px;
}

.map {
  position: relative;
  overflow: hidden;
  max-width: 785px;
  width: 100%;
  margin: auto;
}
.map::before {
  content: "";
  display: block;
  padding: 46.7% 0 0 0;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_article {
  color: #666666;
}
.section_article .article_ttl {
  font-size: 1.3rem;
  border-bottom: 1px #789498 solid;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.section_article .article_date {
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section_article .article_date {
    font-size: 0.93rem;
  }
}
.section_article .article_contents {
  font-size: 0.93rem;
  line-height: 1.8;
  padding-bottom: 3rem;
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.low_main_box {
  width: 100%;
  height: 267px;
  position: relative;
  margin-bottom: 17px;
}
.low_main_box#studio {
  background: url(../images/low_main_studio.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#studio {
    background: url(../images/low_main_studio_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#facility {
  background: url(../images/low_main_fa.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#facility {
    background: url(../images/low_main_fa_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#about {
  background: url(../images/low_main_img.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#about {
    background: url(../images/low_main_img_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#decoration {
  background: url(../images/low_main_deco.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#decoration {
    background: url(../images/low_main_deco_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#blog {
  background: url(../images/low_main_blog.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#blog {
    background: url(../images/low_main_blog_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#info {
  background: url(../images/low_main_news.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#info {
    background: url(../images/low_main_news_sp.jpg) center center/cover no-repeat;
  }
}
.low_main_box#contact {
  background: url(../images/low_main_contact.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .low_main_box#contact {
    background: url(../images/low_main_contact_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .low_main_box {
    height: 150px;
  }
}
.low_main_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 17px;
  bottom: -17px;
  background: #789498;
}
@media screen and (max-width: 767px) {
  .low_main_box::after {
    height: 10px;
    bottom: -10px;
  }
}
.low_main_box .low_main_img {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.low_main_box .low_main_ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 3.56rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6rem;
  padding: 0 0 0 7vw;
}
@media screen and (max-width: 1280px) {
  .low_main_box .low_main_ttl {
    padding: 0 0 0 4vw;
  }
}
@media screen and (max-width: 1030px) {
  .low_main_box .low_main_ttl {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .low_main_box .low_main_ttl {
    font-size: 7vw;
    letter-spacing: 0.6rem;
    padding: 0 0 0 15px;
  }
}
.low_main_box .low_main_ttl.fade_ttl_in::after {
  width: 85px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .low_main_box .low_main_ttl.fade_ttl_in::after {
    width: 40px;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.low_main_box .low_main_ttl .jp {
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .low_main_box .low_main_ttl .jp {
    letter-spacing: 0.2rem;
    font-size: 3.5vw;
    margin-bottom: 0.5rem;
  }
}
.low_main_box .low_main_ttl::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #fff;
  bottom: 30%;
  left: calc(100% + 10px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .low_main_box .low_main_ttl::after {
    bottom: 25%;
    left: calc(100% + 5px);
  }
}

.about_map_box {
  padding-top: 50px;
}
.about_map_box .simple_ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #666666;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .about_map_box .simple_ttl {
    font-size: 1.3rem;
    text-align: left;
    max-width: 75%;
    margin: 0 auto 3rem;
  }
}
.about_map_box .rinen_map {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  /* 	img {
  	margin   : auto;
  	width    : 100%;
  	max-width: 835px;
  } */
}
.about_map_box .about_map {
  position: relative;
  text-align: center;
}
.about_map_box .about_map img {
  margin: auto;
  width: 100%;
  max-width: 745px;
}
.about_map_box .about_map::before, .about_map_box .about_map::after {
  content: "";
  position: absolute;
  width: 588px;
  height: 122px;
  background: url(../images/bg_rism.svg) center center/contain no-repeat;
  top: 42%;
}
@media screen and (max-width: 767px) {
  .about_map_box .about_map::before, .about_map_box .about_map::after {
    width: calc(588px / 2.2);
    height: calc(122px / 2.2);
    top: 42%;
  }
}
.about_map_box .about_map::before {
  left: -180px;
}
@media screen and (max-width: 1180px) {
  .about_map_box .about_map::before {
    left: -240px;
  }
}
@media screen and (max-width: 767px) {
  .about_map_box .about_map::before {
    left: -158px;
  }
}
.about_map_box .about_map::after {
  right: -180px;
}
@media screen and (max-width: 1180px) {
  .about_map_box .about_map::after {
    right: -240px;
  }
}
@media screen and (max-width: 767px) {
  .about_map_box .about_map::after {
    right: -165px;
  }
}

.list_rinenpc {
  max-width: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  opacity: 0;
}
.list_rinenpc li {
  position: relative;
}
.list_rinenpc li:not(:nth-cdhild(2)) {
  width: 160px;
}
.list_rinenpc li:nth-child(2) {
  width: 65px;
}
.list_rinenpc li:nth-child(2) .moji {
  text-align: center;
  margin: auto;
  width: auto;
  margin-top: 35px;
  height: auto;
}
.list_rinenpc li:nth-child(2) .moji img {
  height: auto;
  width: 35px;
}
.list_rinenpc li:nth-of-type(n+4) {
  margin-left: -7px;
}
.list_rinenpc .moji {
  /* width : 85px; */
  margin: auto;
  height: 108px;
  width: auto;
}
.list_rinenpc .moji img {
  width: auto;
  height: 108px;
}
.list_rinenpc .maru {
  position: relative;
  z-index: -1;
  margin-top: -28px;
  width: 160px;
  opacity: 0;
  height: 160px;
  border: 1px #789599 solid;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666666;
}
.list_rinenpc .maru .txt1 {
  letter-spacing: 0.15rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.list_rinenpc .maru .txt2 {
  letter-spacing: 0.12rem;
  line-height: 1;
  font-size: 1.12rem;
}

@-webkit-keyframes rinen_fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rinen_fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.list_rinenpc.rinen_ani {
  -webkit-animation: rinen_fade 1s ease forwards;
          animation: rinen_fade 1s ease forwards;
}
.list_rinenpc.rinen_ani li {
  /* 	&:nth-child(2) {
  		.maru {
  			transition: .75s;
  			animation : rinen_fade 1s .75s ease forwards;
  		}
  	}
  */
}
.list_rinenpc.rinen_ani li:nth-child(1) .maru {
  -webkit-animation: rinen_fade 1s 1s ease forwards;
          animation: rinen_fade 1s 1s ease forwards;
}
.list_rinenpc.rinen_ani li:nth-child(3) .maru {
  -webkit-animation: rinen_fade 1s 1.25s ease forwards;
          animation: rinen_fade 1s 1.25s ease forwards;
}
.list_rinenpc.rinen_ani li:nth-child(4) .maru {
  -webkit-animation: rinen_fade 1s 1.5s ease forwards;
          animation: rinen_fade 1s 1.5s ease forwards;
}
.list_rinenpc.rinen_ani li:nth-child(5) .maru {
  -webkit-animation: rinen_fade 1s 1.75s ease forwards;
          animation: rinen_fade 1s 1.75s ease forwards;
}
.list_rinenpc.rinen_ani li:nth-child(6) .maru {
  -webkit-animation: rinen_fade 1s 2s ease forwards;
          animation: rinen_fade 1s 2s ease forwards;
}

.rinen_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .rinen_sp {
    display: block;
  }
}
.rinen_sp .list_rinen {
  max-width: 75%;
  margin: 0 auto 5rem;
}
.rinen_sp .list_rinen li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
.rinen_sp .list_rinen li:first-child {
  margin-bottom: 20px;
}
.rinen_sp .list_rinen li.hyphen {
  margin-bottom: 20px;
}
.rinen_sp .list_rinen li.hyphen .img {
  text-align: center;
  width: calc(75px / 1.3);
  height: calc(16.5px / 1.3);
}
.rinen_sp .list_rinen li.hyphen .img img {
  margin: auto;
  width: calc(11px / 1.3);
}
.rinen_sp .list_rinen li .img {
  width: calc(75px / 1.3);
}
.rinen_sp .list_rinen li .img img {
  width: calc(75px / 1.3);
}
.rinen_sp .list_rinen li .txt {
  height: calc(85px / 1.3);
  width: calc(100% - calc(calc(75px / 1.3) + 30px));
  margin-left: 30px;
  color: #666666;
  border-bottom: 1px #789498 solid;
}
.rinen_sp .list_rinen li .txt .jp {
  font-size: 3.8vw;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.rinen_sp .list_rinen li .txt .en {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15rem;
  font-size: 7vw;
}
.rinen_sp .bg_rinen_line2 {
  margin-top: -20px;
}

.imi_box_sp {
  width: 90%;
  margin: -20px auto 0;
}
.imi_box_sp .list_imi li {
  margin-top: -40px;
  width: 75%;
}
.imi_box_sp .list_imi li:first-child {
  margin-top: -30px;
}
.imi_box_sp .list_imi li:nth-child(even) {
  margin-top: -40px;
  margin-left: 25%;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flex_center.sp_slim {
    width: 90%;
    margin: auto;
  }
}
.flex_center .left_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex_center .left_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.flex_center .right_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex_center .right_box {
    width: 100%;
    padding: 0;
  }
}
.flex_center .right_box .disc_box {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .flex_center .right_box .disc_box {
    padding: 0;
  }
}
.flex_center .right_box .disc_box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px #789498 solid;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  color: #666666;
}
.flex_center .right_box .disc_box .name .jp {
  font-size: 1.5rem;
}
.flex_center .right_box .disc_box .name .jp .min {
  line-height: 1;
  margin-bottom: 0.4rem;
  display: block;
  font-size: 0.87rem;
}
.flex_center .right_box .disc_box .name .en {
  font-weight: 700;
  color: #789498;
}
.flex_center .right_box .disc_box .syokai {
  font-size: 0.87rem;
  line-height: 1.9;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .flex_center .right_box .disc_box .syokai {
    margin: 0 auto 1rem;
  }
}

.about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_txt {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.about_txt .bg_rinen_line {
  display: none;
}
@media screen and (max-width: 767px) {
  .about_txt .bg_rinen_line {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.about_txt::before {
  content: "";
  position: absolute;
  width: calc(215px / 1.18);
  height: calc(1037px / 1.18);
  background: url(../images/bg_rism_tate.svg) center center/contain no-repeat;
  left: 10%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about_txt::before {
    content: none;
  }
}
.about_txt .txt {
  color: #666666;
  max-width: 765px;
  width: 62%;
  line-height: 2.5;
  font-size: 0.93rem;
}
@media screen and (max-width: 767px) {
  .about_txt .txt {
    width: 100%;
    line-height: 1.8;
    font-size: 0.87rem;
  }
}

.facility_catch {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .facility_catch {
    margin-bottom: 15%;
    font-size: 1.6rem;
  }
}

.flex_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flex_facility {
    margin-bottom: 30px;
  }
}
.flex_facility .left_box {
  width: 50%;
  padding: 0 4rem 0 0;
}
.flex_facility .left_box .simple_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #789498;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box .simple_ttl {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.flex_facility .left_box .txt {
  line-height: 2.2rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box .txt {
    line-height: 1.8;
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}
.flex_facility .right_box {
  width: 50%;
}
.flex_facility .right_box .yb_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.flex_facility .right_box .yb_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.flex_facility .right_box video {
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flex_facility .right_box {
    width: 100%;
    padding: 0;
  }
}

.flex_facility2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .flex_facility2 {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.flex_facility2 .left_box {
  width: 55%;
  padding: 0 2rem 0 0;
}
.flex_facility2 .left_box .simple_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #789498;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .flex_facility2 .left_box .simple_ttl {
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
  }
}
.flex_facility2 .left_box .txt {
  line-height: 2.2rem;
  color: #666666;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .flex_facility2 .left_box .txt {
    line-height: 1.8;
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 767px) {
  .flex_facility2 .left_box {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.flex_facility2 .right_box {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .flex_facility2 .right_box {
    width: 100%;
    padding: 0;
  }
}

.houkokuseido_box {
  max-width: 750px;
  width: 100%;
  margin: auto;
  border: 1px #789498 solid;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .houkokuseido_box {
    margin-top: 20%;
    padding: 2rem 15px 2.5rem;
    text-align: center;
  }
}
.houkokuseido_box .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #789498;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .houkokuseido_box .ttl {
    font-size: 1.18rem;
    margin-bottom: 1rem;
  }
}
.houkokuseido_box .txt {
  line-height: 2.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .houkokuseido_box .txt {
    text-align: left;
    line-height: 1.8;
    font-size: 0.87rem;
  }
}
.houkokuseido_box .link {
  color: #789498;
  display: inline-block;
  border-bottom: 1px #789498 solid;
  padding: 0 2.5rem 0 0;
  position: relative;
}
.houkokuseido_box .link:hover {
  opacity: 0.7;
}
.houkokuseido_box .link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  bottom: 10px;
  border-bottom: 1px #789498 solid;
  border-right: 1px #789498 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.flex_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flex_facility {
    margin-bottom: 30px;
  }
}
.flex_facility .left_box {
  width: 50%;
  padding: 0 4rem 0 0;
}
.flex_facility .left_box .simple_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #789498;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box .simple_ttl {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.flex_facility .left_box .txt {
  line-height: 2.2rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box .txt {
    line-height: 1.8;
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 767px) {
  .flex_facility .left_box {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}
.flex_facility .right_box {
  width: 50%;
}
.flex_facility .right_box video {
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flex_facility .right_box {
    width: 100%;
    padding: 0;
  }
}

.deco_catch {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  margin-bottom: 100px;
}
.deco_catch .big_txt {
  display: block;
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .deco_catch .big_txt {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .deco_catch {
    margin-bottom: 20%;
    font-size: 1rem;
  }
}

.flex_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flex_deco {
    margin-bottom: 50px;
  }
}
.flex_deco.replace {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_deco.replace .left_box {
  padding: 0 7vw 0 4rem;
}
@media screen and (max-width: 1280px) {
  .flex_deco.replace .left_box {
    padding: 0 15px 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .flex_deco.replace .left_box {
    padding: 0;
  }
}
.flex_deco .left_box {
  width: 50%;
  padding: 0 0 0 7vw;
}
@media screen and (max-width: 1280px) {
  .flex_deco .left_box {
    padding: 0 0 0 15px;
  }
}
.flex_deco .left_box .simple_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #789498;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .flex_deco .left_box .simple_ttl {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.flex_deco .left_box .txt {
  line-height: 2.2rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .flex_deco .left_box .txt {
    line-height: 1.8;
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 767px) {
  .flex_deco .left_box {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}
.flex_deco .right_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex_deco .right_box {
    width: 100%;
    padding: 0;
  }
}

.deco_create_box .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #789498;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .deco_create_box .ttl {
    font-size: 1.21rem;
  }
}
@media screen and (max-width: 767px) {
  .deco_create_box .basic_txt.center_txt {
    text-align: left;
  }
}

.list_decorator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .list_decorator {
    margin-top: 30px;
    margin-bottom: 20%;
  }
}
.list_decorator .inbox {
  width: 32%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .list_decorator .inbox {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.list_decorator .inbox:last-child {
  margin: 0;
}
.list_decorator .inbox .name {
  margin-top: 1rem;
  color: #789498;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_decorator .inbox .name {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.deco_creator {
  border: 1px #789498 solid;
  padding: 4rem 3rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .deco_creator {
    padding: 3rem 15px;
  }
}
.deco_creator .title {
  line-height: 1;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #789498;
}
@media screen and (max-width: 767px) {
  .deco_creator .title {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2.5rem;
  }
}
.deco_creator .more img {
  width: 20px;
  margin-top: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .deco_creator .more img {
    width: 20px;
    margin-top: 25px;
  }
}
.deco_creator dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .deco_creator dl {
    margin: 0 auto 5rem;
  }
}
.deco_creator dl dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .deco_creator dl dd {
    width: 70%;
    margin: 0 auto 1.5rem;
  }
}
.deco_creator dl dt {
  width: 50%;
  border-bottom: 1px #789498 solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .deco_creator dl dt {
    width: 70%;
    margin: auto;
  }
}
.deco_creator dl dt::after {
  content: "TANAKA ETSUKO";
  position: absolute;
  color: #789498;
  font-weight: 700;
  right: 0;
  bottom: -2.2rem;
}
@media screen and (max-width: 767px) {
  .deco_creator dl dt::after {
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 4vw;
  }
}
.deco_creator dl dt .name {
  padding: 0 0 0.3rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .deco_creator dl dt .name {
    text-align: center;
    padding: 0 0 0.3rem 0;
    font-size: 5vw;
  }
}
.deco_creator dl dt .name .min {
  letter-spacing: 0.1rem;
  font-size: 0.83rem;
  display: block;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .deco_creator dl dt .name .min {
    font-size: 3vw;
    margin-bottom: 0;
  }
}
.deco_creator .txt_box {
  margin-bottom: 50px;
  font-size: 0.87rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .deco_creator .txt_box {
    font-size: 3.3vw;
  }
}

.list_photo img {
  width: 100%;
}

.list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_blog {
    width: 85%;
    margin: 0 auto 7%;
  }
}
.list_blog.low_page {
  margin-bottom: 0px;
}
.list_blog.low_page article {
  margin: 0 2% 5% 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_blog.low_page article {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.list_blog article {
  margin: 0 2% 0 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_blog article {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.list_blog article:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_blog article:nth-child(3n) {
    margin: 0 auto 10%;
  }
}
.list_blog article a {
  display: block;
  color: #666666;
}
.list_blog article a:hover .list_blog_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.list_blog_img {
  overflow: hidden;
  margin: 0 0 25px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px #c9c9c9 solid;
}
@media screen and (max-width: 767px) {
  .list_blog_img {
    margin: 0 0 10px;
  }
}
.list_blog_img::before {
  content: "";
  display: block;
  padding: 68.4% 0 0;
}
.list_blog_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog_date {
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .list_blog_date {
    font-size: 0.87rem;
  }
}
.list_blog_ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_blog_ttl {
    margin: 0 0 5px;
    font-size: 1rem;
  }
}

.list_news {
  margin: 0 auto 80px;
  border-top: 1px #c9c9c9 solid;
}
@media screen and (max-width: 767px) {
  .list_news {
    margin: 0 auto 15%;
  }
}
.list_news article {
  border-bottom: 1px #c9c9c9 solid;
  width: 100%;
}
.list_news article a {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .list_news article a {
    font-size: 0.87rem;
  }
}
.list_news article a:hover {
  color: #789498;
}
.list_news_date {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .list_news_date {
    width: 100px;
  }
}
.list_news_ttl {
  width: calc(100% - 120px);
  border-left: 1px #c9c9c9 solid;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_news_ttl {
    padding: 0 0 0 1rem;
    line-height: 1.5;
    width: calc(100% - 100px);
  }
}

.top_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_menu_list {
    padding: 0 15px;
  }
}
.top_menu_list li {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .top_menu_list li {
    width: 100%;
  }
}
.top_menu_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top_menu_list li a::after {
  content: "";
  display: block;
  padding: 100% 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_menu_list li a::after {
    padding: 55.5% 0 0 0;
  }
}
.top_menu_list li a:hover .inbox {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.top_menu_list li:first-child a {
  background: url(../images/serviceA_pc.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .top_menu_list li:first-child a {
    background: url(../images/serviceA_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .top_menu_list li:first-child .ttl_box .ttl {
    padding: 1.5rem 0 0 0;
  }
}
.top_menu_list li:nth-child(2) a {
  background: url(../images/serviceB_pc.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .top_menu_list li:nth-child(2) a {
    background: url(../images/serviceB_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .top_menu_list li:nth-child(2) .ttl_box .ttl {
    padding: 1.2rem 0 0 0;
  }
}
.top_menu_list li:last-child a {
  background: url(../images/serviceC_pc.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .top_menu_list li:last-child a {
    background: url(../images/serviceC_sp.jpg) center center/cover no-repeat;
  }
}
.top_menu_list li:last-child .ttl_box .ttl {
  padding: 1.5rem 0 0 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_menu_list li:last-child .ttl_box .ttl {
    padding: 1.5rem 0 0 1rem;
  }
}
.top_menu_list li .inbox {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.top_menu_list li .ttl_box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .ttl_box {
    top: 45%;
  }
}
.top_menu_list li .ttl_box .ttl {
  width: 55%;
  font-weight: 700;
  font-size: 1.62rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .ttl_box .ttl {
    width: 60%;
    font-size: 1.5rem;
  }
}
.top_menu_list li .ttl_box .icon {
  width: 45%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .ttl_box .icon {
    width: 30%;
  }
}
.top_menu_list li .ttl_box .icon img {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .ttl_box .icon img {
    max-width: 100px;
  }
}
.top_menu_list li .line_ttl {
  position: absolute;
  bottom: 6%;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_menu_list li .line_ttl .line {
  width: calc(100% - 6rem);
  background: #fff;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .line_ttl .line {
    width: calc(100% - 5rem);
  }
}
.top_menu_list li .line_ttl .ttl {
  width: 6rem;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_menu_list li .line_ttl .ttl {
    width: 5rem;
    font-size: 0.87rem;
  }
}

.list_facility2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .list_facility2 {
    width: 90%;
    margin: auto;
  }
}
.list_facility2 li {
  width: 24%;
  margin: 0 12.5% 0 0;
}
@media screen and (max-width: 767px) {
  .list_facility2 li {
    width: 100%;
    margin: 0 auto 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_facility2 li:last-child {
  margin: 0;
}
.list_facility2 li .img_box {
  margin: 0 auto 1rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .list_facility2 li .img_box {
    width: 100px;
  }
}
.list_facility2 li .txt {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .list_facility2 li .txt {
    width: calc(100% - 100px);
    line-height: 1.7;
    text-align: left;
    padding: 0 0 0 1.5rem;
  }
}
.list_facility2 li .txt .big_txt {
  letter-spacing: 0.1rem;
  color: #789498;
  margin-bottom: 0.5rem;
  font-size: 1.18rem;
}
@media screen and (max-width: 767px) {
  .list_facility2 li .txt .big_txt {
    margin-bottom: 0;
    font-size: 1.12rem;
  }
}

@media screen and (max-width: 767px) {
  .list_flow {
    margin: 20% auto 0;
  }
}
.list_flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    padding-bottom: 70px;
  }
}
.list_flow li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #789498;
  bottom: 7px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .list_flow li::after {
    right: 0;
    height: 20px;
    left: 0;
    bottom: 27px;
    margin: auto;
  }
}
.list_flow li:last-child {
  padding-bottom: 0;
}
.list_flow li:last-child::after {
  content: none;
}
.list_flow li .img_box {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .list_flow li .img_box {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .list_flow li .img_box img {
    width: 30%;
    margin: auto;
  }
}
.list_flow li .txt_box {
  width: calc(100% - 125px);
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.list_flow li .txt_box .ttl {
  font-weight: 700;
  font-size: 1.2rem;
  color: #789498;
  border-bottom: 1px #789498 solid;
  margin-bottom: 0.7rem;
  padding-bottom: 0.5rem;
  margin-top: 0.7rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .ttl {
    margin: 0 auto 0.4rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.list_flow li .txt_box .txt {
  line-height: 1.5;
  color: #666666;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .txt {
    font-size: 0.87rem;
  }
}

.faq_box {
  border-top: 1px #789498 solid;
}

.dlist_faq {
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px #789498 solid;
  padding: 1.5rem 0;
}
.dlist_faq dt {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 0 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dlist_faq dt .ttl {
  color: #789498;
  font-size: 1.5rem;
  font-weight: 700;
  width: 2rem;
  line-height: 1;
}
.dlist_faq dt .txt {
  width: calc(100% - 2rem);
  font-size: 1.14rem;
  line-height: 1.5;
  color: #789498;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt .txt {
    font-size: 0.93rem;
  }
}
.dlist_faq dt::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 25%;
  width: 7px;
  height: 7px;
  border-bottom: 1px #666666 solid;
  border-right: 1px #666666 solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dlist_faq dt.active::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.dlist_faq dd {
  margin-top: 2rem;
  text-align: left;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dlist_faq dd .ttl {
  color: #cf9d8c;
  font-size: 1.5rem;
  font-weight: 700;
  width: 2rem;
  line-height: 1;
}
.dlist_faq dd .txt {
  color: #666666;
  width: calc(100% - 2.5rem);
  font-size: 0.93rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd .txt {
    font-size: 0.83rem;
  }
}

.table_company {
  max-width: 785px;
  width: 100%;
  margin: 0 auto 80px;
  border-top: 1px solid #666666;
  color: #666666;
  table-layout: fixed;
  font-size: 0.93rem;
}
@media screen and (max-width: 767px) {
  .table_company {
    display: block;
    border-top: none;
  }
  .table_company tr {
    display: block;
    margin-bottom: 2rem;
  }
  .table_company tbody {
    display: block;
  }
}
.table_company th {
  width: 18%;
  font-weight: 400;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 100%;
    display: block;
    padding: 0 0 0.5rem;
  }
}
.table_company td {
  width: 82%;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .table_company td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0.5rem 0 0;
  }
}

.ttl_main {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #789498;
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 0.5rem;
}
.ttl_main.mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_main {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.ttl_main .jp {
  color: #333333;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .ttl_main .jp {
    font-size: 0.93rem;
  }
}
.ttl_main.left {
  text-align: left;
}

.simple_bigttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #789498;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .simple_bigttl {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    margin-bottom: 20px;
  }
}
.simple_bigttl.mb {
  margin-bottom: 50px;
}

.tel_num {
  font-size: 2.37rem;
  color: #789498;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tel_num {
    font-size: 9vw;
  }
}
.tel_num.mt {
  margin-top: 1.8rem;
}
.tel_num .min {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tel_num .min {
    font-size: 4vw;
  }
}

.basic_txt {
  font-size: 0.93rem;
}
.basic_txt.center_txt {
  text-align: center;
}
.basic_txt.mb {
  margin-bottom: 2.5rem;
}

.bg_gray {
  background: #666;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #666666;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_blue {
  color: #789498;
}
.txt_clr_red {
  color: #ef0a0a;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

#topcontrol {
  width: 35px;
  height: 100px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
}

a.more {
  display: block;
  font-size: 1.12rem;
  color: #fff;
  background: #789498;
  max-width: 330px;
  height: 75px;
  line-height: 75px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.more {
    width: 85%;
    height: 70px;
    line-height: 70px;
  }
}
a.more::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.more:hover {
  background: #becdce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.more:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 35px;
}
a.button {
  display: block;
  font-size: 1.12rem;
  color: #fff;
  background: #789498;
  max-width: 330px;
  height: 75px;
  line-height: 75px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  padding-left: 65px;
  font-weight: 300;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.button {
    width: 85%;
    height: 70px;
    line-height: 70px;
  }
}
a.button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.button:hover {
  background: #becdce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.button:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 35px;
}

a.link_txt {
  text-decoration: underline;
}

#list_breadcrumb {
  font-size: 0.87rem;
  padding: 1em 0;
  margin: 0;
  color: #666666;
}
#list_breadcrumb a {
  color: #666666;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 1.14rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 0.5rem 0.5rem 0;
  color: #789498;
  border: 1px #789498 solid;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  background: #789498;
  color: #fff;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.low_c_txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .low_c_txt {
    text-align: left;
  }
}

.contactform {
  margin: 2rem auto 3rem;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin: 2rem auto 0;
  }
}
.contactform tr th {
  padding: 1rem 1rem 1rem 0;
  text-align: left;
  vertical-align: center;
  width: 30%;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 1rem 0 1rem 1rem;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input,
textarea,
select {
  font-size: 16px;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  border: none;
  background: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

textarea,
select {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 200px;
}

input#zip,
input#zip1 {
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  input#zip,
input#zip1 {
    width: 35% !important;
  }
}

input#addr {
  margin-bottom: 15px;
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

/* input要素の代替 */
.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 20px 0px 25px;
  line-height: 1;
}
.mwform-radio-field-text::before,
.mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

/* input要素の代替（外側） */
.mwform-radio-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

/* 本来のinput[type="checkbox"]を非表示 */
.mwform-radio-field input {
  display: none;
}

/* input要素の代替（外側）：チェック後 */
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

/* input要素の代替（内側）：チェック後 */
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  width: 11px;
  height: 11px;
  top: 4px;
  left: 4px;
  background: #333333;
  border-radius: 50%;
}

/* チェックボタン要素の代替 */
.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 25px;
  line-height: 1;
}
.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

/* input要素の代替（外側） */
.mwform-checkbox-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  left: 0;
  background: #fff;
}

/* 本来のinput[type="checkbox"]を非表示 */
.mwform-checkbox-field input {
  display: none;
}

/* input要素の代替（外側）：チェック後 */
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  top: 0;
  left: 0;
  background: #fff;
}

/* input要素の代替（内側）：チェック後 */
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  width: 15px;
  height: 10px;
  border-left: 2px solid #789498;
  border-bottom: 2px solid #789498;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
  left: 2px;
}

.submit,
.backBtn {
  width: 300px;
  height: 75px;
  line-height: 75px;
  background: #789498;
  border: 1px #789498 solid;
  display: block;
  color: #fff;
  border-radius: 50px;
  position: relative;
  padding: 0;
  margin: auto;
}
.submit:hover,
.backBtn:hover {
  opacity: 0.7;
}

.backBtn {
  background: #fff;
  color: #789498;
  margin-top: 1.5rem;
}

.required {
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1;
  color: #ffff;
  font-size: 0.78rem;
  padding: 3px 5px;
  font-weight: 300;
  background: #789498;
}

.policy_p {
  font-size: 0.93rem;
  margin-bottom: 60px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}
.policy_p .mwform-checkbox-field-text {
  padding: 0 0 0 25px;
}

.contact_privacyBox {
  margin: 0 auto 2rem;
}
.contact_privacyBox .title {
  margin-bottom: 0.5rem;
}
.contact_privacyBox .basic_txt {
  margin-bottom: 1rem;
}

.contact_privacy {
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border: 1px solid #666666;
  font-size: 0.87rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact_privacy {
    padding: 1rem;
  }
}
.contact_privacy .big_ttl {
  margin-bottom: 1rem;
  font-size: 0.87rem;
}
.contact_privacy .in_txtbox {
  margin-bottom: 1rem;
  font-size: 0.87rem;
}

.mw_wp_form_confirm .contact_privacyBox {
  display: none;
}
.mw_wp_form_confirm .policy_p {
  display: none;
}

.m0 {
  margin-bottom: 0;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 0;
  border-top: 1px solid #789498;
  line-height: 1.5;
  font-size: 0.93rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    line-height: 1.3;
  }
}
.list_pagination li a {
  display: block;
  color: #666666;
  position: relative;
}
.list_pagination li a:hover {
  opacity: 0.7s;
}
.list_pagination li a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 1px #789498 solid;
  border-left: 1px #789498 solid;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .list_pagination li a::after {
    top: 55%;
  }
}
.list_pagination li.prev {
  width: 40%;
}
.list_pagination li.prev a {
  padding: 0 0 0 15px;
}
.list_pagination li.prev a::after {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.list_pagination li.middle {
  text-align: center;
  width: 20%;
}
.list_pagination li.middle a::after {
  content: none;
}
.list_pagination li.next {
  width: 40%;
  text-align: right;
}
.list_pagination li.next a {
  padding: 0 15px 0 0px;
}
.list_pagination li.next a::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.add_ttl {
  border-left: 3px solid #789498;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #789498;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

/*
17:animation
------------------------------------------------------------
*/
.fadein {
  opacity: 0;
}
.fadein.scrollin {
  -webkit-animation: fade 1.2s ease forwards;
          animation: fade 1.2s ease forwards;
}
.fadein.top.scrollin {
  -webkit-animation: fadetop 1s easse forwards;
          animation: fadetop 1s easse forwards;
}
.fadein.bottom.scrollin {
  -webkit-animation: fadebottom 1s ease forwards;
          animation: fadebottom 1s ease forwards;
}
.fadein.right.scrollin {
  -webkit-animation: faderight 1s ease forwards;
          animation: faderight 1s ease forwards;
}
.fadein.left.scrollin {
  -webkit-animation: fadeleft 1s ease forwards;
          animation: fadeleft 1s ease forwards;
}
.fadein.on.scrollin {
  -webkit-animation: fadeon 1.5s 1s ease forwards;
          animation: fadeon 1.5s 1s ease forwards;
}

@-webkit-keyframes fadebottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadebottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadetop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadetop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes fadeon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-wrap {
  opacity: 0;
}

.img-animation {
  -webkit-animation: img-opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: img-opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  opacity: 1;
}

.img-animation:before {
  -webkit-animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #789498;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-wrap.white_c.img-animation {
  z-index: -1;
}
.img-wrap.white_c.img-animation:before {
  background: #fff;
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}