/*
Theme Name: riverside-care-theme
Theme URI: https://www.riverside-care.com/
Author: リバーサイドケア赤池
Author URI: https://www.riverside-care.com/
Description:有料老人ホーム  リバーサイドケア赤池
Version: 1.0.0
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: riverside-care
*/


@charset "UTF-8";

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

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

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input,textarea {
  -webkit-appearance: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  overflow-y: scroll;
  position: relative;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #fff;
  overflow-x: hidden;
}
html.scroll {
  overflow-y: auto;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  color: #000;
  height: 100%;
  position: relative;
  background: #fff;
}
body.scroll {
  overflow-y: auto;
}
body.scroll article {
  overflow-y: auto;
}

html.fixed, body.fixed {
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

article {
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
}
article::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

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

img {
  line-height: 0;
  width: 100%;
}

.cont_sp {
  display: none;
}

@media all and (max-width: 1030px) {
  .cont_sp {
    display: block;
  }

  .cont_pc {
    display: none;
  }
}
/* common
------------------------------------------------------------------------------------*/
body {
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

body.active {
  opacity: 1;
}

br.sp {
  display: none;
}

.header_nav_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
}
.header_nav_top .header_logo {
  width: 250px;
  margin: 30px 0 0 25px;
  float: left;
  line-height: 1;
}
@media all and (max-width: 1030px) {
  .header_nav_top .header_logo {
    width: 200px;
    margin: 0 0 0 25px;
    padding: 25px 0;
  }
}
.header_nav_top .ham_menu {
  display: none;
  position: absolute;
  top: 26px;
  right: 25px;
  height: 26px;
  width: 35px;
  z-index: 10;
}
@media all and (max-width: 1030px) {
  .header_nav_top .ham_menu {
    display: block;
  }
}
.header_nav_top .ham_menu:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 35px;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_nav_top .ham_menu div {
  background: #fff;
  height: 1px;
  width: 35px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_nav_top .ham_menu:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 35px;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_nav_top .ham_menu.on:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}
.header_nav_top .ham_menu.on div {
  opacity: 0;
  background: #000;
}
.header_nav_top .ham_menu.on:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}
.header_nav_top nav {
  float: right;
  padding: 34px 0 34px;
  /* display: block !important; */
}
@media all and (min-width: 1031px) {
  .header_nav_top nav {
    display: block !important;
  }
}
@media all and (max-width: 1030px) {
  .header_nav_top nav {
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 100px 0;
  }
}
.header_nav_top nav ul {
  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;
}
@media all and (max-width: 1030px) {
  .header_nav_top nav ul {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}
.header_nav_top nav ul li {
  margin: 0 25px 0 0;
}
@media all and (max-width: 1030px) {
  .header_nav_top nav ul li {
    margin: 0 0 30px 0;
  }
}
.header_nav_top nav ul li a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.header_nav_top nav ul li a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1030px) {
  .header_nav_top nav ul li a {
    color: #000;
  }
}
.header_nav_top nav ul li.header_contact {
  margin: 0 25px 0 10px;
}
@media all and (max-width: 1030px) {
  .header_nav_top nav ul li.header_contact {
    margin: 0;
  }
}
.header_nav_top nav ul li.header_contact a {
  padding: 15px 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.header_nav_top nav ul li.header_contact a:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
@media all and (max-width: 1030px) {
  .header_nav_top nav ul li.header_contact a {
    padding: 0;
    border: none;
  }
}

.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header_fix .header_logo {
  width: 250px;
  margin: 30px 0 0 25px;
  float: left;
  line-height: 1;
}
@media all and (max-width: 1030px) {
  .header_fix .header_logo {
    width: 200px;
    margin: 0 0 0 25px;
    padding: 25px 0;
  }
}
.header_fix .ham_menu {
  display: none;
  position: absolute;
  top: 26px;
  right: 25px;
  height: 26px;
  width: 35px;
  z-index: 10;
}
@media all and (max-width: 1030px) {
  .header_fix .ham_menu {
    display: block;
  }
}
.header_fix .ham_menu:before {
  content: "";
  background: #000;
  height: 1px;
  width: 35px;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_fix .ham_menu div {
  background: #000;
  height: 1px;
  width: 35px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_fix .ham_menu:after {
  content: "";
  background: #000;
  height: 1px;
  width: 35px;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header_fix .ham_menu.on:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}
.header_fix .ham_menu.on div {
  opacity: 0;
  background: #000;
}
.header_fix .ham_menu.on:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}
.header_fix nav {
  float: right;
  padding: 34px 0 34px;
}
@media all and (min-width: 1031px) {
  .header_fix nav {
    display: block !important;
  }
}
@media all and (max-width: 1030px) {
  .header_fix nav {
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 100px 0;
  }
}
.header_fix nav ul {
  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;
}
@media all and (max-width: 1030px) {
  .header_fix nav ul {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}
.header_fix nav ul li {
  margin: 0 25px 0 0;
}
@media all and (max-width: 1030px) {
  .header_fix nav ul li {
    margin: 0 0 30px 0;
  }
}
.header_fix nav ul li a {
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.header_fix nav ul li a:hover {
  opacity: .6;
}
@media all and (max-width: 1030px) {
  .header_fix nav ul li a {
    color: #000;
  }
}
.header_fix nav ul li.header_contact {
  margin: 0 25px 0 10px;
}
@media all and (max-width: 1030px) {
  .header_fix nav ul li.header_contact {
    margin: 0;
  }
}
.header_fix nav ul li.header_contact a {
  padding: 15px 25px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.header_fix nav ul li.header_contact a:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  opacity: 1;
}
@media all and (max-width: 1030px) {
  .header_fix nav ul li.header_contact a {
    padding: 0;
    border: none;
  }
}

.top .header_fix {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top .header_fix.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer {
  background: #000;
  padding: 85px 0;
  margin: 100px 0 0;
  color: #fff;
  position: relative;
}
footer a {
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer a:hover {
  opacity: 0.6;
}
footer .footer_inner {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media all and (max-width: 1030px) {
  footer .footer_inner {
    width: 84%;
  }
}
footer .footer_inner .footer_contents {
  display: inline-block;
  vertical-align: top;
  margin: 0 60px 0 0;
}
@media all and (max-width: 1030px) {
  footer .footer_inner .footer_contents {
    margin: 0;
    display: block;
  }
}
footer .footer_inner .footer_contents .footer_logo {
  width: 200px;
}
footer .footer_inner .footer_contents .footer_address {
  font-size: 12px;
  margin: 20px 0;
}
footer .footer_inner .footer_contents .footer_tel01 {
  font-size: 16px;
}
footer .footer_inner .footer_contents .footer_tel02 {
  font-size: 12px;
}
footer .footer_inner .footer_contents .border_btn_white {
  margin: 20px 0 0;
}
@media all and (max-width: 1030px) {
  footer .footer_inner .footer_contents .border_btn_white {
    margin: 20px 0 30px;
  }
}
footer .footer_inner .footer_contents .border_btn_white a {
  padding: 7px 18px;
}
footer .footer_inner .footer_contents .border_btn_white a:hover {
  opacity: 1;
}
@media all and (max-width: 1030px) {
  footer .footer_inner ul {
    margin: 15px 0 0;
  }
}
footer .footer_inner ul li {
  margin: 0 0 15px;
  font-size: 14px;
}
footer .footer_inner ul li:last-child {
  margin: 0;
}
footer .coryright {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1280px) {
  .header_nav_top nav,
  .header_fix nav {
    padding: 25px 0 25px;
  }
  .header_nav_top nav ul li,
  .header_fix nav ul li {
    margin: 0 15px 0 0;
  }
  .header_nav_top nav ul li a,
  .header_fix nav ul li a {
    font-size: 12px;
  }
  .header_nav_top .header_logo,
  .header_fix .header_logo {
    width: 190px;
    /* margin: 25px 0 0 25px; */
  }
  .header_nav_top nav ul li.header_contact a,
  .header_fix nav ul li.header_contact a {
    padding: 10px 15px;
  }
  footer .coryright {
    position: relative;
    margin: 30px 0 0;
  }
}
@media all and (max-width: 1030px) {
  footer .coryright {
    position: relative;
    margin: 30px 0 0;
  }
  .header_nav_top nav, .header_fix nav {
    padding: 60px 0 25px;
  }
  .header_nav_top nav ul li, 
  .header_fix nav ul li {
    margin: 20px 15px 20px 0;
  }
  .header_nav_top nav ul li a,
  .header_fix nav ul li a {
    font-size: 16px;
  }
  .header_nav_top nav ul li.header_contact a,
  .header_fix nav ul li.header_contact a {
    padding: 0;
  }
}


article {
  position: relative;
}

.top_section01 {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table;
}
@media all and (max-width: 1030px) {
  .top_section01 {
    height: 100vh;
  }
}
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
.top_section01 .top_section01_contents {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_contents {
    padding: 0 8%;
    text-align: left;
  }
}
.top_section01 .top_section01_contents .top_section01_logo {
  width: 300px;
  margin: 0 auto;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_contents .top_section01_logo {
    width: 242px;
    display: none;
  }
}
.top_section01 .top_section01_contents .top_section01_maintxt01 {
  margin: 15px 0 15px;
  font-size: 42px;
  letter-spacing: 0.2em;
  font-weight: normal;
  color: #000;
  -webkit-transition: text-shadow 0.3s 0s ease;
  transition: text-shadow 0.3s 0s ease;
}
.top_section01 .top_section01_contents .top_section01_maintxt01.active {
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_contents .top_section01_maintxt01 {
    font-size: 36px;
  }
}
.top_section01 .top_section01_contents .top_section01_maintxt01 .top_section01_maintxt01_span span {
  opacity: 0;
}
.top_section01 .top_section01_contents .top_section01_maintxt02 {
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: normal;
  color: #000;
  opacity: 0;
  -webkit-transition: text-shadow 0.3s 0s ease;
  transition: text-shadow 0.3s 0s ease;
}
.top_section01 .top_section01_contents .top_section01_maintxt02.active {
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_contents .top_section01_maintxt02 {
    font-size: 16px;
  }
}
.top_section01 .top_section01_news {
  position: absolute;
  z-index: 10;
  left: 25px;
  bottom: 25px;
  color: #fff;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_news {
    display: none;
  }
}
.top_section01 .top_section01_news .top_section01_news_txt a {
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top_section01 .top_section01_news .top_section01_news_txt a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1250px) {
  .top_section01 .top_section01_news .top_section01_news_txt a span {
    vertical-align: top;
    display: inline-block;
  }
  .top_section01 .top_section01_news .top_section01_news_txt a .top_section01_news_txt02 {
    width: 300px;
  }
}
.top_section01 .top_section01_tel {
  position: absolute;
  z-index: 10;
  right: 25px;
  bottom: 25px;
  color: #fff;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section01 .top_section01_tel {
    display: none;
  }
}
.top_section01 .top_section01_tel .top_section01_tel01 a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top_section01 .top_section01_tel .top_section01_tel01 a:hover {
  opacity: 0.6;
}
.top_section01 .top_section01_tel .top_section01_tel02 {
  font-size: 12px;
}
.top_section01 .scroll_line {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
}
@media all and (max-width: 1030px) {
  .top_section01 .scroll_line {
    height: 85px;
  }
}
.top_section01 .scroll_line .scroll_line_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
}
.top_section01 .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_section01 .swiper-container .top_section01_bg01 {
  background: url("./img/top_section01_bg01.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.top_section01 .swiper-container .top_section01_bg02 {
  background: url("./img/top_section01_bg02.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.top_section01 .swiper-container .top_section01_bg03 {
  background: url("./img/top_section01_bg03.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.top_section01 .bg_over {
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top_section_ttl {
  font-size: 30px;
  text-align: center;
  line-height: 1em;
}
@media all and (max-width: 1030px) {
  .top_section_ttl {
    text-align: left;
    line-height: 1.8em;
  }
}

.section_line {
  position: relative;
  height: 100px;
  width: 1px;
  margin: 130px auto;
}
.section_line .section_line_inner {
  background: #898989;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_line.section_line_01 .section_line_inner, .section_line.section_line_02 .section_line_inner {
  height: 0;
}
.page-id-67 .border_btn_black {
  margin: 45px auto 0;
}

.border_btn_black a {
  padding: 15px 30px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-decoration: none;
}
.border_btn_black a:hover {
  color: #fff;
  background: #000;
}

.border_btn_white a {
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.border_btn_white a:hover {
  color: #000;
  background: #fff;
}

.top_section02 {
  max-width: 805px;
  margin: 130px auto 0;
}
@media all and (max-width: 1030px) {
  .top_section02 {
    width: 84%;
  }
}
.top_section02 .top_section_ttl {
  opacity: 0;
}
.top_section02 .top_section02_txt {
  margin: 45px 0;
  line-height: 2.8em;
  opacity: 0;
}
.top_section02 .border_btn_black {
  text-align: center;
  opacity: 0;
}

.top_section03 {
  padding: 0 0 130px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_section03 .top_section_ttl {
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section03 .top_section_ttl {
    padding: 0 0 0 8%;
  }
}
.top_section03 .top_section03_txt {
  margin: 45px auto;
  text-align: center;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section03 .top_section03_txt {
    width: 84%;
    text-align: left;
  }
}
.top_section03 .swiper-container02 {
  margin: 0 0 45px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.top_section03 .swiper-container02 .swiper-slide {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1030px) {
  .top_section03 .swiper-container02 .swiper-slide {
    padding: 0 10px;
  }
}
.top_section03 .border_btn_black {
  text-align: center;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.top_section03 .top_section03_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #eee;
  opacity: 0;
}

.top_section04 {
  padding: 130px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_section04 .top_section_ttl {
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section04 .top_section_ttl {
    padding: 0 0 0 8%;
  }
}
.top_section04 .top_section04_txt {
  margin: 45px auto;
  text-align: center;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section04 .top_section04_txt {
    width: 84%;
    text-align: left;
  }
}
.top_section04 .swiper-container03 {
  margin: 0 0 45px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.top_section04 .swiper-container03 .swiper-slide {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1030px) {
  .top_section04 .swiper-container03 .swiper-slide {
    padding: 0 10px;
  }
}
.top_section04 .border_btn_black {
  text-align: center;
  opacity: 0;
}

.top_section05 .top_section_ttl {
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section05 .top_section_ttl {
    padding: 0 0 0 8%;
  }
}
.top_section05 .top_section05_txt {
  margin: 45px auto;
  text-align: center;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section05 .top_section05_txt {
    width: 84%;
    text-align: left;
  }
}
.top_section05 .border_btn_black {
  text-align: center;
  opacity: 0;
}

.top_section05_bg {
  background: url("./img/top_section05_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 0 0 40%;
  margin: 130px 0;
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section05_bg {
    padding: 0 0 80%;
  }
}

.top_section06 .top_section_ttl {
  opacity: 0;
}
@media all and (max-width: 1030px) {
  .top_section06 .top_section_ttl {
    padding: 0 0 0 8%;
  }
}
.news_contents {
  margin: 45px auto;
  max-width: 880px;
  opacity: 0;
}
.archive .news_contents {
  opacity: 1;
}
@media all and (max-width: 1030px) {
  .news_contents {
    width: 84%;
  }
}
.news_contents li {
  padding: 20px 0;
  border-bottom: 1px solid #898989;
  position: relative;
}
.news_contents li:first-child {
  padding: 0 0 20px;
}
.news_contents li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-decoration: none;
}
.news_contents li a:hover {
  opacity: 0.6;
}
.news_contents li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -6px 0 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news_contents li:last-child {
  border-bottom: none;
}
.news_contents li .news_date {
  padding: 0 70px 0 0;
}
@media all and (max-width: 1030px) {
  .news_contents li .news_date {
    display: block;
  }
}
@media all and (max-width: 1030px) {
 .news_contents li .news_ttl {
    display: block;
  }
}
.top_section06 .border_btn_black {
  text-align: center;
  opacity: 0;
}
.contents_inner {
  margin: 160px 0 0;
}
.entry-title {
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 30px;
}
.entry-subtitle {
  font-size: 18px;
  text-align: center;
  line-height: 1em;
}
.page_mainv {
  width: 100%;
  padding: 0 0 32%;
  margin: 70px 0;
}
.page_mainv.about_img01 {
  background: url("./img/about_img01.jpg") no-repeat center center;
  background-size: cover;
}
.page_mainv.about_img02 {
  background: url("./img/about_img02.jpg") no-repeat center center;
  background-size: cover;
}
.page_mainv.about_img03 {
  background: url("./img/about_img03.jpg") no-repeat center center;
  background-size: cover;
}
.page_mainv.about_img04 {
  background: url("./img/about_img04.jpg") no-repeat center center;
  background-size: cover;
}
.page_mainv.about_img05 {
  background: url("./img/about_img05.jpg") no-repeat center center;
  background-size: cover;
}
.single .entry-content {
  margin: 70px auto 0;
}
.entry-content h2 {
  width: 84%;
  max-width: 1000px;
  margin: 10px auto 35px;
  font-size: 30px;
  text-align: center;
}
.page-id-87 .entry-content h2 {
  margin: 30px auto 20px;
}
.entry-content h3 {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 25px;
  font-size: 24px;
}
.page-id-116 .entry-content h3 {
  text-indent: -2em;
  padding: 0 0 0 2em;
  box-sizing: border-box;
}
.page-id-127 .entry-content h3 {
  text-indent: -2em;
  padding: 0 0 0 2em;
  box-sizing: border-box;
}
.page-id-67 .entry-content h3 {
  margin: 45px auto 5px;
}
.entry-content p {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 45px;
  letter-spacing: 0.1em;
}
.entry-content .wp-block-image {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 45px;
  line-height: 0;
}
.entry-content .wp-block-image img {
  height: auto;
}
.entry-content .wp-block-image.fst_img,
.entry-content .fst_txt {
  margin: 70px auto 45px;
}
.entry-content .wp-block-image.recruit_img02 {
  width: 400px;
}
.entry-content .border_btn_black {
  text-align: center;
}
.entry-content .wp-block-columns {
  width: 84%;
  max-width: 1000px;
  margin: 30px auto 0;
}
.entry-content .wp-block-columns h3 {
  margin: 0 0 25px;
  width: 100%;
}
.entry-content .wp-block-columns .wp-block-image {
  margin: 0 0 25px;
  width: 100%;
}
.entry-content .wp-block-columns p {
  width: 100%;
  margin: 0 0 35px;
  letter-spacing: 0.1em;
}
.entry-content .exlink {
  position: relative;
}
.entry-content .exlink a {
  padding: 15px 55px 15px 30px;
  position: relative;
}
.entry-content .exlink a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 21px;
  width: 13px;
  height: 13px;
  background: url("./img/icon_exlink.png") no-repeat center center;
  background-size: cover;
}
.entry-content .exlink a:hover:after {
  background: url("./img/icon_exlink-white.png") no-repeat center center;
  background-size: cover;
}
.entry-content .wp-block-columns .border_btn_black {
  text-align: left;
}
.entry-content .wp-block-columns .border_btn_black a {
  padding: 10px 25px;
}
.entry-content .slidetoggle {
  padding: 20px 20px 20px 0;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
}
.entry-content .slidetoggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -6px 0 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #898989;
  border-right: 1px solid #898989;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.entry-content .slidetoggle.show:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.entry-content .slidetoggle + p {
  margin: 0 auto;
  display: none;
  padding: 0 0 20px;
}
.entry-content .wp-block-separator.is-style-wide {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #898989;
}
.entry-content .wp-block-table {
  width: 84%;
  max-width: 1000px;
  margin: -15px auto 45px;
}
.entry-content .wp-block-table td {
  border: none;
  padding: 30px 0 30px;
}
.entry-content .wp-block-table td:first-child {
  padding: 30px 20px 30px 0;
  width: 180px;
}
.page-id-144 .entry-content .wp-block-table td:first-child {
  width: 180px;
  padding: 30px 20px 30px 0;
}
.entry-content .wp-block-table tr {
  border-bottom: 1px solid #898989;
}
.entry-content .wp-block-table tr:last-child {
  border: none;
}
.entry-content .wp-block-table tr:first-child td {
  padding: 10px 0 30px;
}
.entry-content .wp-block-table tr:first-child td:first-child {
  padding: 10px 20px 30px 0;
  width: 180px;
}
.entry-content .wp-block-media-text {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: 190px auto !important;
  padding: 20px 0;
}
.entry-content .wp-block-media-text .wp-block-media-text__media {
  width: 140px;
}
.entry-content .wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  text-align: left;
  padding: 0;
}
.entry-content .wp-block-media-text .wp-block-media-text__content p {
  width: 100%;
  margin: 0 0 10px;
}
.entry-content iframe {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 45px;
  display: block;
  height: 400px;
}
.entry-content .wpcf7-form {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 45px;
}
.entry-content .wpcf7-form table {
  width: 100%;
}
.entry-content .wpcf7-form td {
  padding: 0 0 35px;
  vertical-align: top;
}
.entry-content .wpcf7-form td span {
  font-size: 12px;
}
.entry-content .wpcf7-form td input,
.entry-content .wpcf7-form td select,
.entry-content .wpcf7-form td textarea {
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #666;
  width: 100%;
  box-sizing: border-box;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.entry-content .wpcf7-form td input.wpcf7c-conf,
.entry-content .wpcf7-form td select.wpcf7c-conf,
.entry-content .wpcf7-form td textarea.wpcf7c-conf {
  border: none;
  background: #fff;
  z-index: 10;
  position: relative;
  opacity: 1;
}
.entry-content .wpcf7-form td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry-content .wpcf7-form td:first-child {
  width: 225px;
  padding: 6px 0;
}
.contact_select {
  position: relative;
}
.contact_select .your-type:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 3px;
}
.wpcf7-confirm {
  padding: 15px 30px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  cursor: pointer;
  border-radius: 0px;
}
.wpcf7c-btn-back {
  padding: 15px 30px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  cursor: pointer;
  margin: 0 10px;
}
.wpcf7-submit {
  padding: 15px 30px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #000;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  cursor: pointer;
  margin: 0 10px;
}
.contact_btn {
  text-align: center;
}
.contact_btn input {
  display: inline-block;
}
.wpcf7-confirm:hover,
.wpcf7c-btn-back:hover {
  background: #000;
  color: #fff;
}
.wpcf7-submit:hover {
  background: #fff;
  color: #000;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content .border_btn_black a {
  text-decoration: none;
}
.entry-content .wp-tab-nav {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 25px;
}
.entry-content .wp-tab-nav ul {
  width: 100%;
  margin: 0 auto;
  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;
}
.entry-content .wp-tab-nav ul li {
  /* width: 25%; */
  border-bottom: 1px solid #898989;
  border-top: 3px solid #fff;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.entry-content .wp-tab-nav ul li:first-child {
  padding: 20px 0;
}
.entry-content .wp-tab-nav ul li:nth-last-child(1) {
  border-bottom: 1px solid #898989;
}
.entry-content .wp-tab-nav ul li:hover {
  opacity: .6;
}
.entry-content .wp-tab-nav ul li.active {
  border-bottom: none;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  border-top: 3px solid #898989;
  cursor: default;
}
.entry-content .wp-tab-nav ul li.active:hover {
  opacity: 1;
}
.entry-content  ul {
  margin: 0 auto 60px;
  width: 84%;
  max-width: 1000px;
}
.entry-content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #898989;
}
.entry-content ul li:first-child {
  padding: 0 0 30px;
}
.entry-content ul li:nth-last-child(1) {
  border-bottom: none;
}
.category-news .entry-content ul li:nth-last-child(2) {
  border-bottom: none;
}
.category-news.post .entry-content ul li:nth-last-child(2) {
	  border-bottom: 1px solid #898989;
}
.entry-content .wp-tab-contents {
  display: none;
}
.entry-content .wp-tab-contents.active {
  display: block;
}
.entry-content .nav-links {
  position: relative;
  text-align: center;
  margin: 35px 0;
}
.entry-content a.page-numbers {
  padding: 10px 15px 10px 17px;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.entry-content span.page-numbers.current {
  background: #000;
  color: #fff;
  padding: 10px 15px 10px 17px;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.entry-content a.page-numbers.prev {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.entry-content a.page-numbers.next {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.entry-content a.page-numbers:hover,
.entry-content a.page-numbers.next:hover,
.entry-content a.page-numbers.prev:hover {
  color: #fff;
  background: #000;
}
.entry-content span.page-numbers.dots {
  font-size: 0;
  height: 1px;
  width: 50px;
  background: #000;
  display: inline-block;
  transform: translateY(-6px);
}
.wpcf7 .ajax-loader {
  display: block;
  margin: 20px auto 0;
}
.newslist_btn {
  text-align: center;
  margin: 55px 0 0;
}
.newslist_btn a {
  padding: 15px 25px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.newslist_btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.entry-content .wp-block-media-text.fst_voice {
  padding: 0 0 20px;
}
@media all and (max-width: 1030px) {
  .page_mainv {
    padding: 0 0 80%;
  }
  .page_mainv {
    padding: 0 0 80%;
  }
  .contents_inner {
    margin: 125px 0 0;
  }
  .entry-title {
    font-size: 24px;
    text-align: left;
    width: 84%;
    margin: 0 auto 30px;
    line-height: 1.5em;
  }
  .entry-subtitle {
    font-size: 16px;
    text-align: left;
    width: 84%;
    margin: 0 auto;
    line-height: 1.5em;
  }
  .entry-content h2 {
    text-align: left;
    font-size: 24px;
  }
  .entry-content h3 {
    margin: 0 auto 15px;
  }
  .entry-content .wp-block-columns {
    margin: 0 auto;
  }
  .entry-content .wp-block-columns .wp-block-image img {
    height: auto;
  }
  .entry-content .wp-block-column:first-child {
    margin: 0 0 35px;
  }
  .entry-content .wp-block-column:not(:first-child) {
    margin: 0 0 35px 2em;
  }
  .entry-content .wp-block-columns h3 {
    margin: 0 0 15px;
    font-size: 22px;
  }
  .entry-content .wp-block-columns p {
    margin: 0 0 20px;
  }
  .entry-content .wp-block-column-img {
    margin: 0;
  }
  .entry-content .wp-block-table td {
    display: block;
    padding: 5px 0 20px;
  }
  .entry-content .wp-block-table td:first-child {
    padding: 30px 0 0;
  }
  .entry-content .wp-block-media-text {
    grid-template-columns: 100%!important;
    display: block;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__media {
    margin: 0 auto 20px;
  }
  .page-id-144 .entry-content .wp-block-table td:first-child {
    padding: 20px 0px 0px 0;
    width: 100%;
  }
  .page-id-144 .entry-content .wp-block-table td:first-child br {
    display: none;
  }
  .entry-content .wpcf7-form td {
    display: block;
  }
  .entry-content .wp-block-image.recruit_img02 {
    width: 100%;
  }
  .entry-content .wp-tab-nav ul {
    display: block;
    width: 100%;
    letter-spacing: -.4em;
  }
  .entry-content .wp-tab-nav ul li {
    width: 50%;
    margin: 0;
    display: inline-block;
    letter-spacing: normal;
  }
  .entry-content .wp-tab-nav ul li.active {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #898989;
  }
  .entry-content ul li {
    padding: 20px 0;
  }
  .entry-content .wp-block-table tr:first-child td:first-child {
    padding: 20px 0px 0px 0;
  }
  .entry-content .wp-block-table tr:first-child td {
    padding: 5px 0 20px;
  }
  .entry-content p {
    margin: 0 auto 25px;
  }
  .section_line {
    margin: 75px auto;
  }
  .top_section02 {
    margin: 75px auto 0;
  }
  .top_section03 {
    padding: 0 0 75px;
  }
  .top_section04 {
    padding: 75px 0 0;
  }
  .top_section05_bg {
    margin: 75px 0;
  }
  .entry-content .wp-tab-nav {
    margin: 0 auto 35px;
  }
  .entry-content .wp-block-image.fst_img, 
  .entry-content .fst_txt {
    margin: 40px auto 45px;
  }
}
@media all and (max-width: 781px) {
  .entry-content .wp-block-column:not(:first-child),
  .entry-content .wp-block-column {
    margin: 0 0 35px;
  }
  .entry-content a.page-numbers {
    display: none;
    padding: 10px;
  }
  .entry-content span.page-numbers.dots {
    display: none;
  }
  .entry-content span.page-numbers.current {
    display: none;
  }
  .nav-links:before, .nav-links:after {
    content: "";
    display: table;
  }
  .nav-links:after {
    clear: both;
  }
  .entry-content a.page-numbers.prev {
    float: left;
    position: relative;
    display: block;
  }
  .entry-content a.page-numbers.next {
    float: right;
    position: relative;
    display: block;
  }
  .top_section01 .swiper-container .top_section01_bg01 {
    background: url("./img/top_section01_bg01-sp.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .top_section01 .swiper-container .top_section01_bg02 {
    background: url("./img/top_section01_bg02-sp.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .top_section01 .swiper-container .top_section01_bg03 {
    background: url("./img/top_section01_bg03-sp.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .page_mainv {
    margin: 50px 0;
  }
  .page-id-116 .entry-content h3,
  .page-id-127 .entry-content h3 {
    font-size: 20px;
    text-indent: 0;
    padding: 0;
  }
}
.one_space {
  padding: 0 0 0 11px;
}
.grecaptcha-badge { visibility: hidden; }
.entry-content ol {
	width: 84%;
    max-width: 1000px;
    margin: 0 auto 45px;
    letter-spacing: 0.1em;
}
.entry-content ol.number li {
	padding-left: 1.3em;
    text-indent: -1.3em;
}