@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*
Theme Name:特別養護老人ホーム
Author: OK COMPUTER
Description: This is my original theme.
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5em;
  position: relative; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

strong, b {
  font-weight: bold !important; }

/*横揺れ防止*/
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/* ------------------------------
Format
------------------------------ */
p {
  line-height: 1.5em; }

.wf-mplus1p {
  font-family: "M PLUS 1p"; }

.eng {
  font-family: 'Roboto Condensed', sans-serif; }

.mincho {
  font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive; }

.gothic {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.yu_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif; }

.yu_gothic {
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; }

.bold {
  font-weight: bold; }

.small {
  font-size: 0.8em !important; }

.medium {
  font-size: 1.3em !important;
  line-height: 1.5em; }

.large {
  font-size: 1.5em !important;
  line-height: 1.6em; }

.large2 {
  font-size: 1.8em !important;
  line-height: 1.8em; }

.large3 {
  font-size: 2em !important;
  line-height: 2.0em; }

.large4 {
  font-size: 2.4em !important;
  line-height: 2.8em; }

.large5 {
  font-size: 2.8em !important;
  line-height: 2.8em; }

@media screen and (max-width: 767px) {
  p.res, .res p {
    font-size: 14px; } }
.red {
  color: #FF5454; }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

.a_right {
  text-align: right !important; }

.blue {
  color: #59E25F; }

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  padding: 0 15px; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.ml_10 {
  margin-left: 10px; }

.w_80 {
  width: 80%;
  margin: 0 auto; }

.w_90 {
  width: 90%;
  margin: 0 auto; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_20 {
  padding: 20px; }

.mar_5 {
  margin: 5px; }

.mar_10 {
  margin: 10px; }

.mar_20 {
  margin: 20px; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.clear {
  clear: both; }

.c_black {
  color: #000; }

.c_white {
  color: #fff; }

.c_yellow {
  color: #DFC72F; }

.c_blue {
  color: #3546C7; }

.w_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

.right_res_center {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
img.f_left {
  display: block;
  float: left;
  width: 100%;
  max-width: 300px;
  margin: 0 10px 10px 10px; }

img.f_right {
  display: block;
  width: 100%;
  max-width: 300px;
  float: right;
  margin: 0 10px 10px 10px; }

@media screen and (max-width: 767px) {
  img.f_left {
    float: none;
    margin: 0px auto 10px;
    text-align: center; }

  img.f_right {
    float: none;
    margin: 0px auto 10px;
    text-align: center; } }
.img-circle {
  border-radius: 50%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

/*ヘッダー固定のページ内リンク調整*/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

/*Line*/
.dotline {
  width: 100%;
  height: 10px !important;
  border-bottom: 3px dotted #d1d1d1;
  margin-bottom: 10px; }

/*column*/
.column_2_50_50 {
  width: 100%; }

.column_2_50_50 > div {
  width: 50%;
  float: left;
  text-align: left; }

.column_2_50_50 .left {
  width: 50%;
  float: left; }

.column_2_50_50 .right {
  width: 50%;
  float: right;
  text-align: left; }

@media screen and (max-width: 767px) {
  .column_2_50_50 > div {
    width: 100%;
    float: none; }

  .column_2_50_50 .left {
    width: 100%;
    float: none; }

  .column_2_50_50 .right {
    width: 100%;
    float: none; } }
.column_2_70_30 {
  width: 100%; }

.column_2_70_30 .left {
  width: 69%;
  float: left;
  padding: 5px; }

.column_2_70_30 .right {
  width: 29%;
  float: right;
  text-align: left;
  padding: 5px; }

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

  .column_2_70_30 .right {
    width: 100%;
    float: none; } }
.column_2_30_70 {
  width: 100%; }

.column_2_30_70 .left {
  width: 30%;
  float: left;
  padding: 5px; }

.column_2_30_70 .right {
  width: 70%;
  float: right;
  text-align: left;
  padding: 5px; }

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

  .column_2_30_70 .right {
    width: 100%;
    float: none; } }
.column_2_80_20 {
  width: 100%; }

.column_2_80_20 .left {
  width: 80%;
  float: left; }

.column_2_80_20 .right {
  width: 20%;
  float: right;
  text-align: left; }

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

  .column_2_80_20 .right {
    width: 100%;
    float: none; } }
.column_2 > div {
  width: calc(100% / 2);
  width: 50%;
  width: -webkit-calc(100% / 2);
  float: left;
  height: auto;
  padding: 10px; }

.column_3 > div {
  width: calc(100% / 3);
  width: 33.3333333333%;
  width: -webkit-calc(100% / 3);
  float: left;
  height: auto; }

@media screen and (max-width: 767px) {
  .column_3 > div {
    width: 100%;
    float: none; } }
.column_4 > div {
  width: calc(100% / 4);
  width: 25%;
  width: -webkit-calc(100% / 4);
  float: left;
  height: auto; }

@media screen and (max-width: 640px) {
  .column_4 > div {
    width: 100%;
    float: none; } }
.column_5 > div {
  width: 20%;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  float: left; }

@media screen and (max-width: 767px) {
  .column_5 > div {
    width: 100%;
    float: none; } }
.flex_facility {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

.flex_facility > div {
  margin: 0;
  padding: 10px;
  width: 25%; }

.flex_facility > div:nth-child(even) > div {
  margin: auto; }

.flex_facility > div p {
  font-size: 0.9em; }

@media (max-width: 767px) {
  .flex_facility > div {
    margin: 0;
    width: 50%; } }
.flex_50 {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.flex_50 > div {
  margin: 0;
  width: 50%; }

@media (max-width: 767px) {
  .flex_50 > div {
    width: 100%; } }
.flex_3 {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.flex_3 > div {
  margin: 0;
  width: 33%; }

@media (max-width: 767px) {
  .flex_3 > div {
    width: 100%; } }
/*Link*/
a:link, a:visited {
  color: #00A0E8;
  text-decoration: none; }

a:hover {
  color: #29abe2; }

a img {
  border: none; }

a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -moz-opacity: 0.70;
  transition: 0.15s; }

nav a:link,
nav a:visited {
  color: #FFF;
  text-decoration: none; }

nav a:hover {
  color: #f79e33; }

/*PC TEL link none*/
a[href^="tel:"] {
  pointer-events: none; }

/* ------------------------------
Framework
------------------------------ */
body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 16px;
  color: #000;
  letter-spacing: 0.07em;
  background-color: #FFF; }

#wrap {
  margin: 0px auto;
  background: #FFF; }

#container {
  /*padding-top: 80px;
  padding-bottom:35px;*/
  width: 100%;
  height: auto;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  #container {
    margin-top: 70px; } }
.contents {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .contents {
    max-width: 98%; } }
/* Footer */
footer {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #00A0E8;
  color: #FFF;
  width: 100%;
  height: auto; }

footer ul {
  padding-left: 0.5em; }

footer a:link,
footer a:visited {
  text-decoration: none;
  color: #00A0E8; }

footer a:hover {
  color: #297de2; }

footer a img {
  border: none; }

address {
  display: inline-block;
  width: 100%;
  background: #00A0E8;
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-size: 0.8em;
  position: relative; }

address br {
  display: none; }

@media screen and (max-width: 767px) {
  address {
    font-size: 0.8em; } }
address a {
  color: #fff !important;
  text-decoration: underline !important; }

/*Background*/
.bg_yellow {
  background-color: #FBFAE3; }

.bg_heart {
  background-image: url(images/heart.png);
  background-position: center 80px;
  background-size: auto 150px;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  /*background-position: center center;*/ }
  .bg_heart p {
    font-size: 1.3em; }
    @media screen and (max-width: 767px) {
      .bg_heart p {
        font-size: 14px; } }

.bg-mask {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(255, 255, 255, 0.6); }

.bg_news {
  position: relative;
  background: url(./images/bg_news.png);
  background-position: center bottom;
  background-size: auto;
  width: 100%;
  z-index: 0;
  /*background-position: center center;*/ }

.bg_olive01 {
  position: relative;
  background: url(./images/bg_olive01.jpg);
  background-position: center center;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  /*background-position: center center;*/ }

.bg_olive02 {
  position: relative;
  background: url(./images/bg_olive02.jpg);
  background-position: center center;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  /*background-position: center center;*/ }

.bg_olive03 {
  position: relative;
  background: url(./images/bg_olive03.jpg);
  background-position: center center;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  /*background-position: center center;*/ }

/*Main_Image*/
#main_image {
  /*background-image:url(images/pic1.jpg); /
  background-position: center center;
  background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;
  /*背景サイズ*/
  width: 100%;
  height: auto;
  position: relative; }

@media screen and (max-width: 767px) {
  #main_image {
    background-attachment: scroll; }

  /*背景サイズ*/ }
#main_image_sub {
  background-image: url(images/pic1.jpg);
  /*背景画像*/
  background-position: center bottom;
  background-attachment: fixed;
  /*画面からの相対位置（背景固定）*/
  background-size: cover;
  /*背景サイズ*/
  width: 100%;
  height: 265px;
  padding-top: 106px;
  position: relative;
  margin-bottom: 50px; }

h2.page-header_pageTitle {
  position: absolute;
  font-size: 2em;
  line-height: 2em;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px #000;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #main_image_sub {
    width: 100%;
    height: 130px;
    padding-top: 100px;
    position: relative;
    margin-bottom: 50px; }

  h2.page-header_pageTitle {
    font-size: 1.4em;
    line-height: 1.4em; } }
/* ------------------------------
Headline
------------------------------ */
h2.toppage_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive;
  font-size: 2em !important;
  line-height: 1.6em; }

@media screen and (max-width: 767px) {
  h2.toppage_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive;
    font-size: 1.6em !important;
    line-height: 1.4em; } }
h2.subpage_title {
  font-size: 2.2em;
  /*42px*/
  font-weight: bold;
  line-height: 1.2em;
  color: #004594;
  border-left: 80px solid #004594;
  padding-left: 24px; }

h2.subpage_title span {
  font-size: 0.6em;
  /*42px*/
  font-weight: bold;
  color: #000; }

@media screen and (max-width: 767px) {
  h2.subpage_title {
    font-size: 2em; } }
h3 {
  font-size: 1.6em !important;
  /*36px*/
  font-weight: bold;
  line-height: 1.6em; }

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5em !important; } }
h4 {
  font-size: 1.2em;
  /*18px*/
  margin-bottom: 20px;
  padding: 8px;
  padding-left: 20px;
  font-weight: bold;
  border-left: 15px solid #00A0E8;
  background-color: #f3f3f3; }

h5 {
  font-size: 1.2em;
  /*14px*/
  font-weight: bold;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #d1d1d1; }

/* ------------------------------
Table
------------------------------ */
table.t_responsive {
  width: 100%;
  margin: 10px auto;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_responsive th {
  min-width: 100px;
  border-right: none;
  border-top: 1px dotted #ddd;
  background-color: #ddd;
  font-weight: bold;
  padding: 0.3em 1em;
  text-align: left; }

.t_responsive td {
  border-right: none;
  border-bottom: 1px dotted #ddd;
  padding: 0.5em 1em;
  font-size: 1em; }

.t_responsive td.left {
  text-align: left; }

@media screen and (max-width: 767px) {
  table.t_responsive {
    width: 100%; }

  .t_responsive th,
  .t_responsive td {
    width: 100%;
    display: block; } }
table.t_responsive3 {
  width: 100%;
  margin: 10px auto;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_responsive3 th {
  min-width: 100px;
  border-right: none;
  border-top: 1px solid #888;
  background-color: #888;
  font-weight: bold;
  padding: 0.3em 1em;
  text-align: left; }

.t_responsive3 td {
  border-right: none;
  border-bottom: 1px solid #888;
  padding: 0.5em 1em;
  font-size: 1em; }

.t_responsive3 td.left {
  text-align: left; }

@media screen and (max-width: 767px) {
  table.t_responsive3 {
    width: 100%; }

  .t_responsive3 th,
  .t_responsive3 td {
    width: 100%;
    display: block; } }
table.t_recruit {
  width: 100%;
  margin: 10px auto;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_recruit th {
  min-width: 100px;
  border-right: none;
  border-top: 1px dotted #ddd;
  background-color: #ddd;
  font-weight: bold;
  padding: 0.3em 1em;
  text-align: left; }

.t_recruit td {
  border-right: none;
  border-bottom: 1px dotted #ddd;
  padding: 0.5em 1em;
  font-size: 1em; }

.t_recruit td.left {
  text-align: left; }

@media screen and (max-width: 767px) {
  table.t_recruit {
    width: 100%; }

  .t_recruit th,
  .t_recruit td {
    width: 100%;
    display: block; } }
table.t_jirei {
  width: 100%;
  margin: 10px auto;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_jirei th {
  width: 40%;
  border-right: none;
  border-top: 1px dotted #bbb;
  background-color: #ddd;
  font-weight: bold;
  padding: 0.3em 1em;
  text-align: left; }

.t_jirei td {
  border-right: none;
  border-bottom: 1px dotted #ddd;
  padding: 0.5em 1em;
  font-size: 1em; }

.t_jirei td.left {
  text-align: left; }

@media screen and (max-width: 767px) {
  table.t_jirei {
    width: 100%; }

  .t_jirei th,
  .t_jirei td {
    width: 100%;
    display: block; } }
table {
  width: 100%; }

.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/ }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC; }

/* ------------------------------
Box
------------------------------ */
/* ------------------------------
Button
------------------------------ */
/*ヘッダー部分*/
.btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  z-index: 1000;
  background-color: #1b3f5b; }

.btn:before,
.btn:after,
.btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.btn span {
  height: 3px;
  background-color: #fff;
  top: calc(50% - 1.5px); }

.btn:before {
  content: "";
  top: calc(25% - 3px);
  border-top: 3px solid #fff; }

.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid #fff; }

.btn.on span {
  display: none; }

.btn.on:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

.btn_navi {
  margin: 0 auto;
  border: 1px solid #00A0E8;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #00A0E8 !important;
  background-color: #FFF;
  text-decoration: none !important;
  font-size: 1em;
  transition: .15s;
  font-weight: bold; }

.btn_navi a {
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease; }

.btn_navi:hover {
  background: #00A0E8;
  border: 1px solid #00A0E8;
  transition: .15s;
  color: #FFF !important;
  opacity: 1 !important; }

.btn_foot {
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid #00A0E8;
  display: inline-block;
  padding: 30px 10px;
  text-align: center;
  color: #00A0E8 !important;
  background-color: #FFF;
  text-decoration: none !important;
  font-size: 1.2em;
  transition: .15s;
  font-weight: bold;
  border-radius: 10px; }

.btn_foot a {
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease; }

.btn_foot:hover {
  background: #00A0E8;
  border: 1px solid #00A0E8;
  transition: .15s;
  color: #FFF !important;
  opacity: 1 !important; }

/* ------------------------------
List
------------------------------ */
.side_category li {
  list-style: none; }
  .side_category li:before {
    padding-right: 10px;
    color: #FFB7B7;
    font-family: FontAwesome;
    content: '\f07b';
    /* アイコンのunicode */ }

dl.sidebar_post {
  margin-bottom: 20px; }
  dl.sidebar_post dt {
    display: block;
    font-size: 0.8em; }
  dl.sidebar_post dd {
    display: block;
    padding: 0px 5px 8px;
    border-bottom: 1px dotted #ccc; }

dl.voice {
  width: 96%;
  margin: 0 auto 30px; }

dl.voice dt {
  display: block;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #d7fff4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.2em; }

dl.voice dd {
  display: block;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #eefff9; }

@media screen and (max-width: 767px) {
  dl.news dt {
    margin-left: 10px;
    float: none;
    margin-right: 10px; }

  dl.news dd {
    margin-left: 10px; } }
.newMark {
  display: inline;
  font-size: .7em;
  background-color: red;
  color: #fff;
  padding: 1px 3px;
  margin-right: 1em;
  border-radius: 3px; }

ul.imp li {
  width: 90%;
  margin: 10px auto; }

ul.imp li a {
  position: relative;
  border: 1px #c4c4c4 solid;
  border-radius: 10px;
  display: block;
  font-weight: bold;
  float: left;
  line-height: 175%;
  padding: 9px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  background-color: #FFF6FB; }

ul.imp li a::before {
  content: url(./images/pdf.png);
  position: absolute;
  left: 15px;
  top: 15px; }

ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em; }

ul.disk li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  text-align: left; }

@media screen and (max-width: 767px) {
  ul.disk li {
    font-size: 14px; } }
.cat-item li::before {
  content: '\f04b';
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #FF80C6; }

dl.service {
  width: 100%;
  padding: 10px; }

dl.service dt {
  width: 100%;
  font-weight: bold;
  color: inherit;
  margin-bottom: 5px; }

dl.service dt::before {
  content: '\f04b';
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #FF80C6; }

dl.service dd {
  width: 100%;
  color: inherit;
  margin-bottom: 30px;
  margin-left: 10px; }

dl.iinkai {
  width: 100%;
  padding: 10px; }

dl.iinkai dt {
  width: 100%;
  font-weight: bold;
  color: inherit;
  margin-bottom: 5px; }

dl.iinkai dt::before {
  content: '\f299';
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #5EAB5B; }

dl.iinkai dd {
  width: 100%;
  color: inherit;
  margin-bottom: 30px;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  dl.iinkai dd {
    font-size: 14px; } }
/* ------------------------------
Form
------------------------------ */
/* ------------------------------
WordPress
------------------------------ */
/*ContactForm7*/
.wpcf7 textarea, .wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  width: 100%;
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus {
  outline: 0;
  border: 1px solid #7fc265;
  background-color: #fff; }

.wpcf7 input[type="zip"] {
  width: 180px; }

.wpcf7 input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #777;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px; }

.wpcf7 input[type="submit"]:hover {
  background-color: #FF6E00; }

.wpcf7 input[type="button"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #999;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  margin-right: 1em; }

.wpcf7 input[type="button"]:hover {
  background-color: #555; }

.wpcf7-list-item-label {
  margin-right: 15px; }

span.wpcf7-not-valid-tip {
  width: 300px; }

span.wpcf7-list-item {
  display: block; }

.hissu {
  display: inline-block;
  font-size: 0.7em;
  background-color: #FF4949;
  color: #fff;
  font-weight: normal;
  line-height: 1.3em;
  padding: 1px 5px;
  margin-left: 5px; }

.ninni {
  display: inline-block;
  font-size: 0.7em;
  background-color: #6A6A6A;
  color: #fff;
  font-weight: normal;
  line-height: 1.3em;
  padding: 1px 5px;
  margin-left: 5px; }

/*Page nav*/
.old {
  float: left;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }

.new {
  float: right;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }

.old a {
  padding: 0.1em 1em;
  text-decoration: underline !important; }

.new a {
  padding: 0.1em 1em;
  text-decoration: underline !important; }

/* ------------------------------
Others
------------------------------ */
/*others*/
.category_deco {
  margin-top: 5px;
  display: inline-block;
  padding: 2px 15px;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  background-color: rgba(255, 116, 154, 0.9);
  border-radius: 5px; }

/*アコーディオン accordion*/
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  width: 100%;
  margin-bottom: 100px; }

/*ラベル*/
.accbox label {
  display: block;
  margin: 0;
  padding: 11px 12px;
  color: #555;
  font-weight: bold;
  background: #D2E5F9;
  cursor: pointer;
  transition: all .7s ease-in-out;
  border-radius: 10px 10px 0 0; }

.accbox label.green {
  background: #D2F9DD; }

.accbox label.yellow {
  background: #F9F8D2; }

/*ラベルホバー時*/
.accbox label:hover {
  background: #AFD1F4; }

.accbox label.green:hover {
  background: #ABF3BF; }

.accbox label.yellow:hover {
  background: #F3F1AB; }

/*チェックは隠す*/
.accbox input {
  display: none; }

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  margin-bottom: 2em;
  border-radius: 0 0 10px 10px; }

/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 15px;
  background: #f4f4f4;
  opacity: 1; }

/* ------------------------------
JQuery
------------------------------ */
/*jQuery.appear.js*/
.item_top {
  top: -30px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_bottom {
  bottom: -30px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_left {
  left: -40px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_right {
  right: -40px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px; }

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

  .item_bottom {
    bottom: 0; }

  .item_left {
    left: 0; }

  .item_right {
    right: 0; } }
/*PageTop*/
#pageTop {
  transition: .2s;
  background: url(images/pagetop_off.svg) no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer; }

#pageTop:hover {
  transition: 0.2s;
  bottom: 10.5%; }

/*animation*/
.effect-box, .effect-img, .effect-ttl-rtl, .effect-ttl-ltr, .effect-ttl-ttb {
  opacity: 0; }

.effect-box {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.effect-img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.effect-ttl-rtl {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.effect-ttl-ltr {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.effect-ttl-ttb {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.active .effect-box, .active .effect-img, .active .effect-ttl-rtl, .active .effect-ttl-ltr, .active .effect-ttl-ttb {
  opacity: 1; }

.active .effect-box {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.active .effect-box:nth-child(1) {
  transition-delay: 0s; }

.active .effect-box:nth-child(2) {
  transition-delay: .3s; }

.active .effect-box:nth-child(3) {
  transition-delay: .6s; }

.active .effect-box:nth-child(4) {
  transition-delay: .9s; }

.active .effect-box:nth-child(5) {
  transition-delay: 1.2s; }

.active .effect-box:nth-child(6) {
  transition-delay: 1.5s; }

.active .effect-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.active .effect-ttl-rtl, .active .effect-ttl-ltr, .active .effect-ttl-ttb {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

/*top_text*/
#main_image .mv-text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  -webkit-animation: puff-in-center 1s ease-in 1200ms both;
  animation: puff-in-center 1s ease-in 1200ms both; }

#main_image .mv-text {
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  color: #fff; }

#main_image .mv-text h2 {
  font-size: 3vw;
  line-height: 3.5vw;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 10px #000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px; }

#main_image .subttl {
  position: relative;
  font-size: 2em;
  font-family: "Julius Sans One", sans-serif;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  #main_image .mv-text h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px; }

  #main_image .subttl {
    position: relative;
    font-size: 1em;
    font-family: "Julius Sans One", sans-serif;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase; } }
/*op*/
/*section3*/
.section3 {
  width: 100%;
  position: relative;
  margin-top: -70px;
  margin-bottom: 150px;
  z-index: 3; }

.section3left {
  width: 60%;
  position: relative;
  left: 0;
  top: 0; }

.section3right {
  width: 55%;
  position: absolute;
  right: 0;
  top: 200px;
  background-color: rgba(124, 200, 237, 0.88);
  padding: 40px 60px 40px 60px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.section3.visible .section3right {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.section-img,
.section3-img {
  height: 100vh;
  background-position: center center;
  max-height: 760px;
  background-repeat: no-repeat !important;
  background-size: cover; }

.section3-img {
  position: relative; }

/*.service:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.16;
  background: url(/common/images/bg_04.png) 0 0 repeat;
  transition: 0.6s; }
*/
.subh2 {
  font-size: 100px;
  font-family: 'oswaldbold';
  line-height: 1.3;
  text-transform: capitalize;
  font-style: italic;
  text-shadow: 1px 1px 0 #fcfae8, 4px 4px 0 rgba(0, 0, 0, 0.25); }

.subh3 {
  font-size: 24px;
  line-height: 1.1;
  text-shadow: 1px 1px 0 #fcfae8, 4px 4px 0 rgba(0, 0, 0, 0.25); }

.subh3:after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  margin-top: 25px; }

.text-in {
  font-size: 26px;
  line-height: 1.1;
  margin: 30px 0 20px;
  font-weight: bold;
  color: #005274; }
  .text-in i {
    margin-right: 0.5em;
    font-size: 2em; }

.text {
  font-size: 16px;
  line-height: 2; }

.section3-more {
  margin-left: 0; }

/*@media (max-width: 1450px) {
  .section3right {
    width: 70vw;
    top: 100px; } }*/
@media (max-width: 1024px) {
  .section3right {
    top: 100px; }

  .subh2 {
    font-size: 82px; } }
/*@media (max-width: 980px) {
  .section3right {
    width: calc(100% - 100px);
    top: 97px; }
    .section3right .text {
      width: 80%;
      margin: 0 auto; } }*/
@media (max-width: 768px) {
  .section3right {
    width: calc(100% - 30px);
    top: 30px; }

  .section3left {
    width: 100%; }

  .section3right {
    top: -60px;
    position: relative;
    padding: 40px 20px 40px 20px;
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center; }

  .section-img,
  .section3-img {
    height: 340px; }

  .subh3:after {
    margin: 20px auto 0; }

  .section3-more {
    margin: 20px auto 0; } }
@media (min-width: 751px) and (max-width: 980px) {
  .section4sub .subin {
    padding-right: 82px; } }
@media (max-width: 750px) {
  .section3 {
    margin-top: -11px;
    margin-bottom: 30px; }

  .section3right {
    top: -60px;
    position: relative;
    padding: 40px 20px 40px 20px;
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center; }

  .text-in {
    font-size: 22px;
    margin: 20px 0 20px; }

  .subh2 {
    font-size: 52px; } }
@media screen and (max-width: 520px) {
  .text-in {
    font-size: 20px;
    margin: 20px 0 20px; }

  .subh2 {
    font-size: 30px; }

  .subh3 {
    font-size: 16px;
    line-height: 1.1; }

  .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left; } }
/*section4*/
.section4-wrapper {
  width: 100%;
  background-color: #f7f7f7; }

.section4 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0px auto 76px;
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section4sub {
  font-size: 24px;
  display: block;
  line-height: 1.1;
  font-style: normal;
  font-weight: bold;
  color: #8b8b83;
  text-shadow: 0px 2px 6px rgba(128, 128, 120, 0.5);
  padding-right: 47px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

.section4sub.visible {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

.section4sub .subin {
  font-size: 100px;
  font-family: 'oswaldbold';
  display: block;
  line-height: 1.1;
  text-transform: capitalize;
  font-weight: normal;
  font-style: italic; }

.section4-inner {
  font-size: 16px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

.section4-inner.visible {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

.section4box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 22px 36px; }

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

.section4box ul li {
  width: calc(33.33% - 44px);
  margin: 22px;
  display: flex; }

.section4box ul li a {
  display: block;
  color: #333333;
  transition: 0.6s;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }

.section4box ul li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.section4box ul li .post-thumbnail .img-bg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 268px;
  display: block;
  position: relative; }

/*.section4box ul li .post-thumbnail .img-bg::before {
    content: attr(data-title);
    z-index: 4;
    position: absolute;
    height: auto;
    top: 20px;
    left: 20px;
    font-size: 12px;
    line-height: 1.1;
    background-color: $basecolor;
    color: $acccolor;
    padding: 3px 5px 2px;
}*/
.section4box ul li .post-thumbnail .img-bg::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background: url(/common/images/bg_04.png) 0px 0px repeat;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.section4box ul li {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0; }

.section4box ul li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.section4box ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.section4box ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.section4box.visible ul li {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

.post-name {
  font-size: 24px;
  padding: 15px;
  font-weight: bold; }

.post-name span {
  font-size: 12px;
  color: #e4d732;
  display: inline-block;
  margin-left: 12px;
  text-transform: uppercase; }

.post-in {
  font-size: 14px;
  padding: 0 15px;
  margin: 0 0 15px 0; }

.section4box ul li .post-in {
  font-size: 14px;
  padding: 0 15px 15px;
  margin: 0 0 15px 0; }

@media (max-width: 1290px) {
  .section4 {
    padding-top: 210px; }

  .section4box {
    padding: 0 10px 36px; }

  .section4box ul li {
    width: calc(33.33% - 20px);
    margin: 10px; } }
@media (max-width: 1024px) {
  .section4sub .subin {
    font-size: 82px; }

  .section4 {
    padding-top: 130px;
    margin: 0px auto 40px; }

  .section4box ul li .post-thumbnail .img-bg {
    height: 200px; } }
@media (max-width: 980px) {
  .section4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .section4sub {
    padding-right: 0px; }

  .section4-inner {
    margin-top: 20px; }

  .section4box ul li {
    width: calc(50% - 20px);
    margin: 10px; } }
@media (max-width: 768px) {
  .section4 {
    padding-top: 80px;
    margin: 0px auto 30px; }

  .section4sub {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); }

  .section4sub.visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

  .section4-inner {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); }

  .section4-inner.visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@media (max-width: 750px) {
  .section4 {
    padding-top: 80px;
    margin: 0px auto 20px; }

  .section4sub {
    width: 100%;
    text-align: center; }

  .section4sub .subin {
    font-size: 52px;
    width: 100%;
    text-align: center; }

  .section4-inner {
    font-size: 14px;
    text-align: center; }

  .section4box ul li {
    width: calc(100% - 20px);
    background-color: #fff;
    margin: 10px; } }
@media (max-width: 520px) {
  .section4sub .subin {
    font-size: 30px; }

  .section4sub {
    font-size: 16px; }

  .post-name {
    font-size: 18px;
    padding: 10px; }

  .post-in {
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 10px 0; }

  .section4box ul li .post-thumbnail .img-bg::before {
    top: 10px;
    left: 10px; }

  .section4box {
    padding: 0 10px 10px; }

  .post-name span {
    display: block;
    margin-left: 0px; }

  .section4-inner.visible {
    text-align: left; } }
.archive_topics {
  padding: 10px;
  position: relative;
  width: 25%;
  height: auto;
  margin: 0 auto 30px;
  float: left; }

.archive_topics figure {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

h5.topics_title {
  font-weight: normal;
  font-size: 0.9em;
  /*font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive;*/
  color: #ccc; }

h5.topics_title a {
  color: #333; }

/*wide slider*/
.wideslider {
  width: 100%;
  height: 416px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden; }

.wideslider ul li img {
  width: 100%;
  display: none; }

.wideslider_base {
  top: 0;
  position: absolute; }

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden; }

/*header*/
.site-header {
  height: 90px;
  position: relative; }
  .site-header .header-logo {
    margin: 0;
    padding: 10px 0 0 1em;
    width: 360px;
    background-color: #fff;
    float: left; }
    .site-header .header-logo img {
      display: block;
      vertical-align: middle; }
  .site-header .header-menu {
    position: absolute;
    top: 10px;
    right: 320px;
    float: right; }
    .site-header .header-menu ul li {
      list-style: none;
      margin: 0;
      display: inline-block;
      text-align: center;
      padding: 0 10px; }
      .site-header .header-menu ul li a {
        display: block;
        text-decoration: none;
        color: #00A0E8;
        position: relative;
        transition: all .3s;
        line-height: 1.3;
        font-weight: bold;
        padding: 25px 0; }
        .site-header .header-menu ul li a:after {
          position: absolute;
          bottom: 0;
          left: 50%;
          content: "";
          display: inline-block;
          width: 0;
          height: 4px;
          background-color: #00A0E8;
          transform: translate(-50%, 0);
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s; }
        .site-header .header-menu ul li a:hover {
          color: #00A0E8; }
          .site-header .header-menu ul li a:hover:after {
            width: 100%; }
        .site-header .header-menu ul li a span {
          display: block;
          letter-spacing: -0.05em; }
  .site-header .header-tel {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 15px; }

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

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .site-header .header-logo {
      padding: 0 0 0 1em;
      width: 320px; }
    .site-header .header-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 9;
      background-color: rgba(0, 160, 232, 0.85); }
      .site-header .header-menu ul li {
        display: block;
        text-align: left;
        border-top: 1px solid #fff;
        padding: 0 10px; }
        .site-header .header-menu ul li a {
          padding: 15px 0;
          text-decoration: none;
          color: #fff;
          font-size: 16px;
          line-height: 1.3; }
          .site-header .header-menu ul li a:hover {
            color: #fff; }
            .site-header .header-menu ul li a:hover:after {
              width: 100%;
              height: 0; }
          .site-header .header-menu ul li a span {
            margin-left: 1em;
            font-size: 13px; }
    .site-header .btn-nav {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 70px;
      padding: 22px;
      background-color: #00A0E8; }
      .site-header .btn-nav a, .site-header .btn-nav span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      .site-header .btn-nav a {
        position: relative;
        width: 30px;
        height: 70px;
        text-align: center;
        cursor: pointer; }
      .site-header .btn-nav span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 10px; }
        .site-header .btn-nav span:nth-of-type(2) {
          top: 10px; }
        .site-header .btn-nav span:nth-of-type(3) {
          top: 20px; }
    .site-header .btn-nav.active a span:nth-of-type(1) {
      -webkit-transform: translateY(18px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .site-header .btn-nav.active a span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s;
      animation: active-menu-bar02 .8s; }
    .site-header .btn-nav.active a span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
    .site-header .header-tel {
      right: 90px;
      top: 0px !important; } }
@media (min-width: 768px) {
  .paradeiser a.active, .paradeiser a:hover {
    background: #fff;
    color: #08BBF2; }

  .paradeiser .paradeiser_dropdown.active {
    background: #fff;
    color: #08BBF2; } }
@media (max-width: 767px) {
  .site-header .header-logo {
    width: 250px;
    padding: 10px 0 0 1em; }

  .site-header .header-tel {
    display: none; } }
@media (max-width: 425px) {
  .site-header .header-logo {
    width: 250px; }

  .site-header .paradeiser span > span {
    display: block;
    margin: 0; } }
/*footer*/
.footer-menu {
  background-color: #FFF;
  border-top: 1px solid #00A0E8; }
  .footer-menu ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 15px;
    width: 14.2%; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

iframe.wp-embedded-content {
  width: 100%; }

#movie {
  width: 100%;
  height: auto;
  position: relative; }

#movie::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* ※1)ココがアスペクト比（縦横比）*/ }

#movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#movie-button {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 20px;
  bottom: 40px;
  /*親要素に対する位置指定*/
  cursor: pointer;
  /*カーソルを指に変更*/
  z-index: 1; }

.movie-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /*#video-buttonの中央に配置*/ }

.movie-button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.2rem; }

.movie-button span i {
  font-size: 2.6vw;
  /*アイコンの大きさを指定*/ }

.grecaptcha-badge {
  visibility: hidden; }
