@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  font-size: 100%;
  vertical-align: middle; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #113b64; }

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

input:focus,
textarea:focus {
  outline: none; }

[hidden="true"] {
  display: none; }

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

body {
  background-color: #f7f7f7;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri; }

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

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* header
--------------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

nav {
  position: relative;
  width: 100%;
  height: 55px;
  background-image: url(../imgs/100/h_bg.png);
  background-size: 100px auto;
  background-position: center center; }

@media screen and (min-width: 769px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 70px;
    background-size: 110px auto; } }
/* main
--------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0; }

/* inner
--------------------------------------------------*/
.inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  .inner {
    width: 95%; } }
.br_sp {
  display: none; }

.br_pc {
  display: block; }

@media screen and (min-width: 601px) {
  .br_sp {
    display: block; }

  .br_pc {
    display: none; } }
h1 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em; }

h2 {
  font-size: 1.8rem;
  font-weight: 500; }

h3 {
  font-size: 1.6rem; }

p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em; }

@media screen and (min-width: 601px) {
  h1 {
    font-size: 2rem; }

  h3 {
    font-size: 1.8rem; }

  p {
    font-size: 1.5rem; } }
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.6rem; } }
@media screen and (min-width: 1281px) {
  h3 {
    font-size: 2.1rem; } }
.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

a[href^="tel:"] {
  cursor: default; }

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

/* page-top
--------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }

#pagetop a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }

#pagetop a:hover {
  text-decoration: none;
  background: #999; }

/* footer
--------------------------------------------------*/
footer {
  background-color: #000; }
  footer .inner__footer {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto; }
    footer .inner__footer .copyright {
      padding: 20px;
      text-align: right;
      color: #fff;
      font-size: 1.2rem; }

/* #inner__content
--------------------------------------------------*/
@media screen and (min-width: 769px) {
  #inner__content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  #main {
    width: 70%; }

  #sidebar {
    width: 25%; } }
/* main
--------------------------------------------------*/
.article_list {
  margin: 0 0 65px; }
  .article_list .article_item {
    margin-bottom: 35px;
    padding: 20px 20px 35px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .article_list .article_item .entry_cont .entry_title {
      margin: 0 0 15px;
      padding: 15px 0;
      border-bottom: 1px solid #f7f7f7; }
    .article_list .article_item .entry_cont .entry_date {
      margin: 0 0 20px;
      font-size: 1.2rem; }
    .article_list .article_item .entry_cont .desc p {
      font-size: 1.3rem; }

@media screen and (min-width: 1025px) {
  .article_list .article_item {
    margin-bottom: 30px;
    padding: 20px 40px 35px; } }
@media screen and (min-width: 1281px) {
  .article_list .article_item {
    padding: 30px 50px 40px; } }
.more_btn01 {
  width: 55%;
  max-width: 220px;
  margin: 20px auto 0; }
  .more_btn01 a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #26f5b7;
    color: #26f5b7;
    font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  .more_btn01 {
    margin: 25px auto 0; }
    .more_btn01 a {
      padding: 10px 20px;
      font-size: 1.3rem; } }
/* pagination
--------------------------------------------------*/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0; }
  .pager .pg_item {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 3px 0 2px;
    padding: 7px 0 0;
    color: #26f5b7;
    text-align: center;
    font-weight: 600; }
    .pager .pg_item.current {
      border: 1px solid #26f5b7;
      background-color: #26f5b7;
      color: #fff;
      vertical-align: middle; }
  .pager .pg_num {
    border: 1px solid #26f5b7;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s;
    vertical-align: middle; }
    .pager .pg_num:hover:after {
      width: 100%;
      left: 0; }
    .pager .pg_num:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      transition: .3s;
      width: 0;
      height: 30px;
      background: #26f5b7;
      z-index: 1; }
    .pager .pg_num span {
      display: block;
      position: relative;
      vertical-align: middle;
      font-weight: 600;
      z-index: 10; }
  .pager .pg_numbers:hover {
    cursor: pointer;
    color: #fff; }
  .pager .pg_item_ellipsis {
    height: 30px;
    margin: 0 2px;
    padding: 5px 0 0;
    color: #26f5b7;
    font-weight: bold; }

@media screen and (min-width: 601px) {
  .pager .pg_item {
    width: 40px;
    height: 40px;
    padding: 12px 0 0; }
  .pager .pg_item_ellipsis {
    height: 40px;
    padding: 10px 0 0; }
  .pager .pg_num:after {
    height: 40px; } }
/* form
--------------------------------------------------*/
#m_form {
  margin: 30px 0;
  text-align: right; }

.m_form_left {
  width: 100%;
  margin: 10px 0;
  overflow: hidden; }
  .m_form_left .chatting {
    width: 100%;
    text-align: left; }
  .m_form_left .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    padding: 12px 20px;
    max-width: 250px;
    border-radius: 12px;
    background: #edf1ee; }
    .m_form_left .says:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 3px;
      left: -19px;
      border: 8px solid transparent;
      border-right: 18px solid #edf1ee;
      -ms-transform: rotate(35deg);
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg); }

.m_form_right {
  margin: 10px 0; }
  .m_form_right .m_form_blk {
    display: inline-block;
    position: relative;
    width: 87%;
    margin: 0 10px 0 0;
    padding: 10px;
    border-radius: 12px;
    background: #e2fef5;
    text-align: left; }
    .m_form_right .m_form_blk:after {
      content: "";
      position: absolute;
      top: 3px;
      right: -19px;
      border: 8px solid transparent;
      border-left: 18px solid #e2fef5;
      -ms-transform: rotate(-35deg);
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg); }

#m_form .form-blk .error {
  padding-bottom: 15px;
  color: #f55026; }
#m_form .form-blk .form_item_head p {
  color: #c0c0c0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em; }
#m_form form input[type="email"], #m_form form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
#m_form form textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 10px 10px 10px 0;
  margin: 0 0 1em;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
#m_form form .btn_inner {
  text-align: right; }
  #m_form form .btn_inner input[type="submit"] {
    width: 35px;
    height: 35px;
    outline: none;
    background-color: #26f5b7;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e2fef5 inset; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  border: none !important;
  color: #fe8b95 !important; }

span.wpcf7-not-valid-tip {
  color: #fe8b95 !important;
  margin: 0 0 10px; }

/* sidebar
--------------------------------------------------*/
#sidebar h2 {
  display: inline-block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
  background: -moz-linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
  background: linear-gradient(rgba(38, 245, 183, 0) 60%, #26f5b7 90%);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3; }

.side_blk {
  margin-bottom: 30px; }

.side_prof .text {
  padding: 15px 0 10px;
  font-size: 1.3rem;
  line-height: 1.5; }

.side_category_list li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #f7f7f7; }
  .side_category_list li:first-child {
    margin: 5px 0 15px; }
  .side_category_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 200%; }
    .side_category_list li a span {
      min-width: 35px;
      padding: 0 10px;
      background-color: #f7f7f7;
      text-align: center; }

.side_article_item {
  padding-bottom: 20px; }
  .side_article_item .thumb {
    margin-bottom: 10px; }
  .side_article_item .entry_date {
    font-size: 1rem; }
  .side_article_item .entry_title {
    margin: 5px 0 10px;
    font-size: 1.5rem;
    font-weight: 400; }
  .side_article_item .desc p {
    font-size: 1.2rem;
    line-height: 1.6; }

@media screen and (min-width: 1025px) {
  .side_blk {
    margin-bottom: 40px; } }