@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
/*############　各幅　############*/
/*############　基本　############*/
html {
  font-size: 10px; }

body, div, pre, p, blockquote, form, fieldset,
option, dl, dt, dd, li, table, th, td, embed, object {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 1.5px;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  color: #231815;
  line-height: 165%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Trebuchet MS", Osaka, verdana, arial, clean, sans-serif !important;
  font-size: 1.6rem; }

#wrapper {
  padding-top: 0px;
  width: 100%;
  margin: 0 auto;
  background-color: white; }

body {
  overflow-x: hidden;
  /* IE6対策 */
  position: relative; }

ul, ol {
  vertical-align: baseline; }

b {
  font-weight: bold; }

address {
  font-family: "Mplus 1p"; }

.marl10 {
  margin-left: 10px; }

.fwb {
  font-weight: bold; }

/*############　font　############*/
.wf-kokoro {
  font-family: "Kokoro"; }

.wf-hannari {
  font-family: "Hannari"; }

.mintyou {
  font-family: 'Noto Serif JP', serif !important; }

/*############　top main　############*/
header {
  width: 100%;
  background-color: #231815;
  position: fixed;
  z-index: 10; }
  header .head_text {
    color: white;
    display: inline-block;
    paddingg: 10px auto; }
  header .menu_back {
    background: linear-gradient(135deg, #009DBF, #0071A3);
    width: 100%; }
    header .menu_back .text_back {
      background-color: #231815;
      width: 100%; }
      header .menu_back .text_back .text {
        color: white;
        padding: 10px 5px 10px 21%;
        margin: 0 auto;
        max-width: 1410px; }
    header .menu_back .text {
      color: white;
      padding: 10px 5px 10px 21%;
      margin: 0 auto;
      max-width: 1410px; }
  header .menu_inner {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    height: 81px;
    border-top: 1px solid #ccc;
    position: relative; }
  header .logo {
    display: inline-block;
    text-align: left;
    width: 20%;
    margin-top: -45px; }
    header .logo img {
      width: 100%; }
  header .gmenu {
    display: inline-block;
    text-align: left;
    width: 78%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 20%; }
    header .gmenu li {
      width: 19%;
      height: 80px;
      display: inline-block;
      text-align: center;
      transition: background-color 1s;
      border-left: 1px solid black;
      vertical-align: middle;
      padding: 10px 0px; }
      header .gmenu li i {
        display: block;
        color: white;
        font-size: 74%;
        margin-bottom: -5px;
        margin-top: 7px; }
      header .gmenu li span {
        display: inline-block;
        color: white;
        font-size: 120%; }
      header .gmenu li a:link, header .gmenu li a:visited, header .gmenu li a:hover, header .gmenu li a:active, header .gmenu li a:focus {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: block; }
    header .gmenu li:hover {
      background: linear-gradient(135deg, #19BDE1, #1D91BB); }
  header .header_cnt {
    width: 100%;
    margin: 0 auto; }

/* クリックできる要素 */
.ripple {
  /* エフェクトに直接関係はない */
  margin: 20px;
  text-align: center;
  cursor: pointer;
  /* 必須 */
  overflow: hidden;
  position: relative; }

/* エフェクト要素 */
.ripple__effect {
  /* 値の変更はエフェクト形体・サイズ・スピードに影響する */
  width: 250px;
  height: 250px;
  /* 必須 */
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0);
  opacity: 0; }

/* エフェクト要素の色を指定 */
.ripple__effect.is-orange {
  background: #f1c40f; }

.ripple__effect.is-blue {
  background: #4aa3df; }

.ripple__effect.is-black {
  background: #999; }

/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
  animation: ripple 0.75s ease-out; }

/* アニメーションの定義 */
@keyframes ripple {
  from {
    opacity: 1; }
  to {
    transform: scale(2);
    opacity: 0; } }

/*############　footer menu　############*/
.footer {
  width: 100%;
  background-color: #231815;
  position: relative; }
  .footer .head_text {
    color: white;
    display: inline-block;
    paddingg: 10px auto; }
  .footer .menu_back {
    background: linear-gradient(135deg, #009DBF, #0071A3);
    width: 100%; }
    .footer .menu_back .text_back {
      background-color: #231815;
      width: 100%;
      padding: 50px 0 30px 0; }
      .footer .menu_back .text_back .foot_wid {
        max-width: 1410px;
        margin: 0 auto; }
    .footer .menu_back .cptext {
      display: inline-block;
      width: 65%;
      color: white;
      text-align: left; }
      .footer .menu_back .cptext .f_copy {
        font-size: 80%;
        text-align: left;
        color: white; }
    .footer .menu_back .follow_bx {
      display: inline-block;
      width: 28%; }
  .footer .menu_inner {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    height: 81px;
    border-top: 1px solid #ccc;
    position: relative; }
  .footer .logo {
    display: inline-block;
    text-align: left;
    width: 20%;
    position: absolute;
    top: 6px;
    left: 0px; }
    .footer .logo img {
      width: 100%; }
  .footer .gmenu {
    display: inline-block;
    text-align: left;
    width: 78%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 20%; }
    .footer .gmenu li {
      width: 16%;
      height: 80px;
      display: inline-block;
      text-align: center;
      transition: background-color 1s;
      border-left: 1px solid black;
      vertical-align: middle;
      padding: 10px 0px; }
      .footer .gmenu li i {
        display: block;
        color: white;
        font-size: 74%;
        margin-bottom: -5px;
        margin-top: 7px; }
      .footer .gmenu li span {
        display: inline-block;
        color: white;
        font-size: 120%; }
      .footer .gmenu li a:link, .footer .gmenu li a:visited, .footer .gmenu li a:hover, .footer .gmenu li a:active, .footer .gmenu li a:focus {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: block; }
    .footer .gmenu li:hover {
      background: linear-gradient(135deg, #19BDE1, #1D91BB); }
  .footer .header_cnt {
    width: 100%;
    margin: 0 auto; }

/*############　top slide　############*/
.slider {
  margin: 0px 0 30px; }

.slick-slide img {
  width: 100%;
  margin: 0 auto; }

.slider img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 830px; }

.thumb-item li {
  text-align: center; }

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99; }

.slick-prev {
  left: 15px;
  z-index: 100; }

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff; }

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto; }

.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
  right: 20px;
  z-index: 90; }

.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
  left: 15px;
  z-index: 100; }

.single-item .slick-prev::before,
.single-item .slick-next::before {
  color: #666; }

.slick-dots {
  bottom: -25px; }

.multiple-item li {
  margin: 0 5px; }

.thumb-item {
  max-width: 880px;
  margin: 50px auto 5px;
  padding: 0 5px; }

.thumb-item-nav {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 50px auto; }

.thumb-item-nav li {
  margin: 5px;
  text-align: center; }

.body_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 125px; }

.cnt_top_tel {
  text-align: right;
  margin-right: 10px; }

/*############　animation　############*/
.scroll {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.scroll div {
  list-style: none;
  transition: 1.5s;
  margin: 0 0 50px; }

.scroll img {
  width: 100%; }

.fade_in {
  opacity: 0; }

.fade_in_anime {
  opacity: 1;
  transition: 1.5s; }

.up {
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  opacity: 0;
  transition: 1.5s; }

.up_anime {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transition: 1.5s; }

.side {
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  opacity: 0; }

.side_anime {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transition: 1.5s; }

/*############　contents　############*/
.contw1000 {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 50px 0px; }

/*############　position　############*/
.pos_r {
  position: relative; }

.pos_ab {
  position: absolute; }

/*##########　top　##########*/
.toppage {
  /* No.2 */ }
  .toppage .fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; }
  .toppage .fixed-bg.bg01 {
    background-image: url("../img/cd-background-1.jpg"); }
  .toppage .btn_box {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    position: relative; }
  .toppage .bd div {
    background: #000;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .toppage .bd div.bdT {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0; }
  .toppage .bd div.bdB {
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0; }
  .toppage .bd div.bdR {
    height: 100%;
    width: 2px;
    right: 0;
    top: 0; }
  .toppage .bd div.bdL {
    height: 100%;
    width: 2px;
    left: 0;
    bottom: 0; }
  .toppage .bd2 div {
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  .toppage .bd2 div.bdT {
    transition-delay: 0.3s; }
  .toppage .bd2 div.bdL {
    transition-delay: 0.2s; }
  .toppage .bd2 div.bdB {
    transition-delay: 0.1s; }
  .toppage .bd2 div.bdR {
    transition-delay: 0s; }
  .toppage .box:hover .bd2 div.bdT {
    width: 0;
    transition-delay: 0s; }
  .toppage .box:hover .bd2 div.bdL {
    height: 0;
    transition-delay: 0.1s; }
  .toppage .box:hover .bd2 div.bdB {
    width: 0;
    transition-delay: 0.2s; }
  .toppage .box:hover .bd2 div.bdR {
    height: 0;
    transition-delay: 0.3s; }

/*############　topics　############*/
.topic_cnt {
  display: block;
  width: 90%;
  margin: -50px auto 50px auto;
  max-width: 1410px;
  text-align: left;
  position: relative; }
  .topic_cnt .top_toukou_list {
    min-height: 100px;
    text-align: center; }
    .topic_cnt .top_toukou_list li {
      width: 44%;
      display: inline-block;
      box-sizing: border-box;
      bottom: -10px;
      vertical-align: top;
      margin: 0 2%;
      position: relative; }
    .topic_cnt .top_toukou_list img {
      width: 94%;
      box-shadow: 1px 2px 5px 3px #999;
      margin-top: 5px; }
  .topic_cnt .topic_box {
    padding: 15px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 2px 5px 3px #999;
    text-align: left;
    display: inline-block;
    margin: -50px auto 50px auto; }
    .topic_cnt .topic_box .categ {
      display: inline-block;
      background-color: #F29600;
      padding: 3px 10px;
      margin: 0 10px 0 0;
      text-align: left; }
    .topic_cnt .topic_box .tpdate {
      display: inline-block;
      padding: 3px 10px;
      margin: 0 10px 0 0;
      text-align: left; }
    .topic_cnt .topic_box .title {
      font-size: 120%;
      font-weight: bold;
      margin: 10px 0px;
      text-align: left; }

.news_cnt {
  display: block;
  width: 90%;
  margin: 0px auto 50px auto;
  max-width: 1410px;
  text-align: left; }
  .news_cnt .top_toukou_list {
    text-align: center; }
    .news_cnt .top_toukou_list li {
      width: 30%;
      display: inline-block;
      box-sizing: border-box;
      bottom: -10px;
      vertical-align: top;
      margin: 0 1%;
      position: relative; }
    .news_cnt .top_toukou_list img {
      box-shadow: 1px 2px 5px 3px #999;
      object-fit: cover;
      max-width: 332px;
      max-height: 180px;
      width: 94%; }
  .news_cnt .topic_box {
    padding: 15px;
    width: 94%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 2px 5px 3px #999;
    text-align: left;
    display: inline-block;
    margin: 0px 5px 50px; }
    .news_cnt .topic_box .categ {
      display: inline-block;
      background-color: #F29600;
      padding: 3px 10px;
      margin: 0 10px 0 0;
      text-align: left; }
    .news_cnt .topic_box .tpdate {
      display: inline-block;
      padding: 3px 10px;
      margin: 0 10px 0 0;
      text-align: left; }
    .news_cnt .topic_box .title {
      font-size: 120%;
      font-weight: bold;
      margin: 10px 0px;
      text-align: left; }

.topic_cate01 {
  background-color: #1EA939;
  color: white; }

.topic_cate02 {
  background-color: #009EE7;
  color: white; }

.categ {
  display: inline-block;
  padding: 2px 15px;
  text-align: center;
  font-weight: bold; }

.topicbtn {
  background-image: url(../../../../../img/btn_back.gif);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: inline-block;
  max-width: 540px;
  max-height: 110px;
  background-size: cover;
  font-size: 120%;
  margin: 0 auto; }
  .topicbtn a:link, .topicbtn a:visited, .topicbtn a:hover, .topicbtn a:active, .topicbtn a:focus {
    color: #fff;
    text-decoration: none;
    text-decoration-line: none; }

.marker {
  width: 540px;
  height: 110px;
  display: inline-block;
  padding-top: 50px; }

.marker span {
  margin: 0 auto;
  padding: 4rem 5rem 0rem 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  background: -webkit-linear-gradient(left, #1CB4C8 50%, transparent 50%) 100% bottom/200% 50% no-repeat;
  background: linear-gradient(to right, #1CB4C8 50%, transparent 50%) 100% bottom/200% 24% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out; }

.marker:hover span {
  background-position: 0% bottom; }

.banner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  position: relative; }
  .banner a img {
    max-width: 100%; }

/*##########　second　##########*/
.second {
  max-width: 100%;
  width: 100%;
  padding: 0px 0px;
  margin: 0px auto;
  text-align: justify;
  text-justify: inter-ideograph; }

/*############　各ページ　############*/
.page_cont {
  margin: 0px auto 50px auto;
  width: 95%;
  max-width: 1410px; }

.page_cont_tb2rem {
  margin: 2rem auto;
  width: 95%;
  max-width: 1300px; }

/*############　top　############*/
.main_ph {
  margin: 0 auto;
  max-width: 1350px; }

/*############　h tag　############*/
h1 {
  display: inline-block;
  font-size: 100%;
  font-weight: 200;
  margin: 0 10px 0;
  padding: 0; }

h2 {
  background-image: url(../../../../../img/title_back.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-width: 1410px;
  background-size: cover;
  padding: 50px 8% 70px 6%;
  text-align: left;
  margin: 0 auto;
  font-size: 130%;
  text-shadow: 0px 0px 1px #fff,
 0px 0px 2px #fff,
 0px 0px 3px #fff,
 0px 0px 4px #fff,
 0px 0px 5px #fff,
 0px 0px 6px #fff; }
  h2 i {
    display: inline-block;
    color: #231815;
    font-size: 160%;
    font-style: normal;
    font-weight: bold;
    text-shadow: 0px 0px 1px #fff,
 0px 0px 2px #fff,
 0px 0px 3px #fff,
 0px 0px 4px #fff,
 0px 0px 5px #fff,
 0px 0px 6px #fff; }
  h2 span {
    display: inline-block;
    color: #231815;
    font-size: 130%;
    font-weight: bold;
    text-indent: 1rem;
    text-shadow: 0px 0px 1px #fff,
 0px 0px 2px #fff,
 0px 0px 3px #fff,
 0px 0px 4px #fff,
 0px 0px 5px #fff,
 0px 0px 6px #fff; }

h3 {
  background-image: url(../../../../../img/title_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  width: 100%;
  max-width: 1410px;
  padding: 50px 8%;
  text-align: center;
  margin: 0 auto;
  font-size: 2.6rem;
  margin: 10rem auto;
  color: white;
  font-weight: bold; }
  h3 i {
    display: block;
    color: #231815;
    font-size: 160%;
    font-style: normal;
    font-weight: bold;
    margin: 2% auto;
    color: white; }
  h3 span {
    display: block;
    color: #231815;
    ffont-size: 110%;
    font-weight: bold;
    text-indent: 1rem;
    color: white; }

h4 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc; }

.inq_box h3 {
  padding: 35px 10px;
  color: #231815;
  margin: 10px 0 30px 0;
  border-top: none;
  position: relative;
  font-family: 'Noto Serif JP', serif !important;
  font-size: 30px;
  text-align: center; }

.inq_box h3:before {
  border-top: none; }

.toukou h2, .toukou h3 {
  padding: 20px 3%;
  text-align: left;
  margin: 2rem 0; }

.toukou .toukou_title {
  margin: 0 auto; }

.toukou h4 {
  padding: 0 2rem;
  background-color: #fff;
  border-bottom: 2px solid #666;
  margin: 2rem 0rem; }

.toukou div, .toukou pre, .toukou p, .toukou blockquote, .toukou form, .toukou fieldset, .toukou option, .toukou dl, .toukou dt, .toukou dd, .toukou li, .toukou table, .toukou th, .toukou td, .toukou embed, .toukou object {
  line-height: 220%; }

.toukou th, .toukou td {
  padding: 8px 20px; }

/*############　any page　############*/
.topic_day_r {
  margin: 5px auto;
  text-align: right;
  color: gray;
  max-width: 1200px;
  width: 90%; }

.block_cont {
  padding: 0px 0px;
  margin: 20px auto; }
  .block_cont h2 {
    padding: 60px 8% 60px 9%;
    font-size: 120%; }

.news_in {
  padding: 10px 20px; }

.arc_news .news_data {
  width: 90%;
  margin: 2rem auto; }
  .arc_news .news_data li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee; }
  .arc_news .news_data .tpdate {
    display: inline-block; }
  .arc_news .news_data .title {
    display: inline-block; }
  .arc_news .news_data a:hover {
    text-decoration: none; }
  .arc_news .news_data .categ {
    display: inline-block;
    background-color: #F29600;
    padding: 3px 10px;
    margin: 0 10px 0 0;
    text-align: left; }

/*############　cont　############*/
.cont {
  width: 95%;
  margin: 0 auto 40px auto; }

.left_imag {
  max-width: 325px;
  width: 42%;
  text-align: left;
  display: inline-block;
  vertical-align: top; }

.right_cont {
  max-width: 445px;
  width: 56%;
  text-align: left;
  display: inline-block;
  vertical-align: top; }

/*#### フォント・,margin系　#####*/
.fcblueb {
  color: #0342B8;
  font-weight: bold; }

.marb10 {
  margin-bottom: 10px; }

.marb20 {
  margin-bottom: 20px; }

.marb30 {
  margin-bottom: 30px; }

.mart10 {
  margin-top: 10px; }

.mart20 {
  margin-top: 20px; }

.mart30 {
  margin-top: 30px; }

.martb20 {
  margin: 20px 0; }

.marl20 {
  margin-left: 20px; }

.marl10 {
  margin-left: 10px; }

.mart50m {
  margin: -50px auto 50px auto; }

.marb10rem {
  margin-bottom: 10rem; }

.paddrl10 {
  padding: 0 10px; }

.fs160 {
  font-size: 160%; }

.fs150 {
  font-size: 150%; }

.fs140 {
  font-size: 140%; }

.fs130 {
  font-size: 130%; }

.fs120 {
  font-size: 120%; }

/*#### 続きを読む系　#####*/
.accordion-box {
  position: relative; }

.accordion-box label {
  height: 250px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%); }

.accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */ }

.accordion-box label:after {
  content: "続きをよむ";
  /* ラベルの文字 */
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #0342B8;
  width: 18.75rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.accordion-box label:before {
  content: "↓";
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 49%;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px; }

.accordion-box input {
  display: none; }

.accordion-box .accordion-container {
  overflow: hidden;
  height: 450px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */ }

.accordion-box input:checked + label:after {
  content: "閉じる"; }

.accordion-box input:checked + label:before {
  content: "↑"; }

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/*############　inquery　############*/
.wpcf7c-conf {
  background-color: #eee;
  border: 1px solid #999999; }

.mw_wp_form th,
.mw_wp_form td {
  padding: 25px 25px; }

.btn input[type="submit"],
.btn input[type="button"] {
  padding: 10px; }

.btn input[type="button"] {
  margin-top: 10px; }

select,
button[type="submit"],
input[type="text"],
textarea {
  padding: 5px; }

.err {
  text-align: center;
  padding: 10px;
  border: 1px solid #990000;
  margin: 10px 50px;
  color: #990000;
  font-size: 120%;
  font-weight: bold; }

.error-message {
  display: block;
  color: #990000;
  font-size: 120%;
  font-weight: bold;
  text-align: left; }

/*############　inq　############*/
.inq_box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  .inq_box .aster:before {
    content: "＊";
    font-weight: 700;
    color: #E98F32; }
  .inq_box p {
    margin: 10px 0 0 0; }
  .inq_box select, .inq_box button[type="submit"], .inq_box input[type="text"], .inq_box input[type="email"], .inq_box textarea {
    width: 100%;
    outline: none;
    border: 1px solid #aaa;
    -webkit-transition: all .3s;
    transition: all .3s; }

.inq_btn {
  padding: 2rem 5rem;
  margin: 5rem auto;
  color: white;
  background-color: #2E4047;
  border: none;
  border-radius: 2px;
  outline: none; }

/*############　alpha　############*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

/*#########　footer　#########*/
footer {
  width: 100%; }
  footer p {
    color: #fff; }
    footer p a:link, footer p a:visited, footer p a:hover, footer p a:active, footer p a:focus {
      text-decoration: none;
      color: white; }

.footer {
  width: 100%;
  margin: 50px auto 0px auto; }

.footer_link {
  width: 100%;
  margin: 50px auto;
  color: #231815; }
  .footer_link .foot_logo {
    display: inline-block;
    width: 30%;
    text-align: left; }
  .footer_link .foot_btn {
    display: inline-block;
    width: 65%;
    text-align: right; }
    .footer_link .foot_btn .w50 {
      display: inline-block;
      vertical-align: top; }
      .footer_link .foot_btn .w50 img {
        width: 95%;
        padding: 10px; }

.foot_company {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-top: 1.5px solid white;
  border-bottom: 1.5px solid white;
  padding: 50px 40px; }

/* フォローボタン5*/
.flw_btn5 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px !important;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  padding: 0px 0px 0px 3px;
  transition: .4s; }

.flw_btn5:hover {
  color: #fff !important;
  opacity: 0.5; }

.flw_btn5.fb {
  background: #6680d8 !important; }

.flw_btn5.htb {
  background: #49a8fb !important; }

.flw_btn5.tw {
  background: #22b8ff !important; }

.flw_btn5.pkt {
  background: #ff6d82 !important; }

.flw_btn5.fdly {
  background: #6cc655 !important; }

.flw_btn5.gp {
  background: #fd6969 !important; }

.flw_btn5.ist {
  background: #e84cb6 !important; }

.flw_btn5.cnt {
  background: #878484 !important; }

.fa_rem {
  font: normal normal normal 24px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 0.8)); }

#pageTop i {
  padding-top: 6px; }

#pageTop a {
  display: block;
  z-index: 999;
  width: 60px;
  height: 80px;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

/*========================================*/
/* contents*/
/*========================================*/
#container {
  margin: 0px 0px; }

#main_contents {
  width: 100%;
  margin: 0 auto; }

.w50 {
  width: 49%; }

.any_page_cnt {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem auto; }

.page_cnt_sns {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5rem auto; }

/*========================================*/
/* TOP頁*/
/* ========================================*/
/*========================================*/
/* 2階層*/
/*========================================*/
.tbl_nc td,
.tbl_nc th,
.tbl td,
.tbl th {
  padding: 10px 10px;
  vertical-align: top; }

.tbl_nc th {
  text-align: justify; }

.justify {
  display: flex;
  justify-content: space-between; }

/*========================================*/
/*ページネーション*/
/* ========================================*/
/*Pagenation*/
.pagenation {
  margin: 1em 0; }
  .pagenation ul {
    width: 1520px;
    margin: 0 auto; }
  .pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px; }
  .pagenation li:first-child {
    margin-left: 0; }
  .pagenation li.active {
    background-color: #D1DDE1;
    border-radius: 3px;
    color: #0A5092;
    cursor: not-allowed;
    padding: 10px 20px; }
  .pagenation li a {
    background: none repeat scroll 0 0 #D1DDE1;
    border-radius: 3px;
    color: #0A5092;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .pagenation li a:hover {
    background-color: #adadff;
    color: #0A5092;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease; }

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/*############　clearfix　############*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

.float_l {
  float: left; }

.float_r {
  float: right; }

/*############　ぱんくず　############*/
#breadcrumb_list {
  margin: 20px auto;
  padding-left: 0px;
  list-style-type: none;
  width: 100%;
  text-align: left;
  font-size: 90%; }

#breadcrumb_list > li > h1 {
  display: inline;
  font-weight: normal; }

#breadcrumb_list > li {
  display: inline; }

#breadcrumb_list > li + li:before {
  content: "\00a0>\00a0 "; }

/*------------------------------------------------------------------------------*/
/*############　幅に合わせて可変　###########################*/
/*------------------------------------------------------------------------------*/
@media screen and (max-width: 1101px) {
  .topic_box {
    top: 250px; } }

@media screen and (max-width: 979px) {
  .topic_box {
    top: 200px; }
  .footer .footer_left,
  .footer_right {
    display: block; }
  .footer .footer_left {
    padding-top: 50px; }
  .footer .footer_right,
  .footer .footer_left {
    float: none;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .body_wrap {
    width: 100%;
    padding-top: 0px; }
  header {
    height: auto; } }

/*************************/
/*画面の横幅が640pxまで（スマホ用）*/
/*************************/
@media screen and (max-width: 640px) {
  html {
    width: 100%; }
  body {
    padding: 0px;
    margin: 0px; }
  body {
    margin: auto;
    position: inherit;
    overflow: auto;
    visibility: inherit;
    padding: 0px !important;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph; }
  .body_wrap {
    padding-right: 0px; }
  .body_back {
    width: 100%;
    margin: 0 auto; }
  #wrapper {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden; }
  header .header_cnt2nd {
    height: 80px; }
    header .header_cnt2nd .head_r {
      display: none; }
  body {
    padding: 0px 10px; }
  .sp_img {
    max-width: 100%;
    height: auto; }
  .spw100 img {
    width: 96%;
    margin: 0auto; }
  .second .contents_main {
    width: 100%;
    margin: 70px auto 0 auto;
    padding: 0 0%;
    box-sizing: border-box; }
  .news_in {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box; }
  .drawer-menu {
    z-index: 6; }
  .tbl, .tbl_nc {
    border-collapse: collapse; }
  .tbl_nc td,
  .tbl_nc th,
  .tbl td,
  .tbl th {
    display: block;
    padding: 5px 10px;
    vertical-align: top; }
  .tbl th {
    background-color: #eee;
    width: 95%; }
  .tbl_nc th {
    border-bottom: 1px solid #6F6F6F;
    width: 95% !important; }
  .slider {
    margin: 0px 0 -20px; }
    .slider img {
      margin-top: 65px; }
  header {
    background-image: none; }
  header .header_cnt {
    display: none; }
  /*TOP************************/
  h2 {
    background: linear-gradient(135deg, #009DBF, #0071A3); }
  h2 i {
    font-size: 130%; }
  #cat01 {
    margin-top: 0; }
  /*TOP************************/
  .header .logo {
    display: block;
    width: 100%; }
  header {
    max-width: 100%; }
    header .logo {
      display: none; }
      header .logo img {
        display: none; }
  #pageTop a {
    padding: 0px;
    width: 80px;
    height: 80px; }
  #pageTop {
    bottom: 10px;
    right: 10px;
    z-index: 2; }
    #pageTop img {
      max-width: 55%; }
  .sp_h3 {
    background-color: #F19500;
    color: white;
    font-size: 2.6rem; }
  h2, h3 {
    padding: 20px 10px;
    margin: 5rem auto;
    font-weight: normal; }
    h2 i, h3 i {
      font-size: 110%; }
  h2:before, h3:before {
    content: "";
    position: static;
    left: 0;
    top: 0px;
    width: 0px;
    border-top: none; }
  .marb10rem {
    margin-bottom: 5rem; }
  .sp_tali_left {
    width: 95%;
    margin: 0 auto;
    text-align: justify; }
  .mart50m {
    margin: 10px auto 10px auto; }
  .banner {
    margin: 0px auto 1rem; }
  .w50 {
    width: 100%; }
  .menu_back .gmenu {
    display: none; }
  .footer .logo {
    margin-top: 20px;
    width: 35%;
    position: static;
    text-align: center; }
  .footer .menu_back .text_back {
    background-color: unset;
    max-width: 1200px; }
  .footer .menu_back .cptext {
    width: 95%; }
    .footer .menu_back .cptext .f_copy {
      margin-top: 20px; }
  .footer .menu_back .follow_bx {
    width: 95%;
    margin-top: 20px; }
    .footer .menu_back .follow_bx span {
      font-size: 110%;
      color: white; }
  /* any ************************/
  .topicbtn {
    display: block;
    max-width: 540px;
    max-height: 110px;
    text-align: center; }
  .block_cont h2 {
    padding: 30px 8% 30px 9%;
    font-size: 120%; }
  .marker span {
    padding: 4rem 3rem 0rem 3rem;
    font-size: 1.8rem;
    text-align: center; }
  /*############　new_smile　############*/
  .item_h3 {
    font-size: 120%; }
  .w38p {
    width: 95%; }
  .item li {
    margin: 0 0% 2% 0;
    padding: 10px;
    border-radius: 5px;
    width: 100%; }
  /*  ************************/
  /*############　cont　############*/
  .cont {
    width: 100%;
    margin: 0 auto; }
  .page_cont {
    margin-bottom: 50px; }
  /*footer************************/
  footer {
    margin-top: 0; }
  footer,
  .footer {
    width: 100%;
    max-width: 100%; }
    footer .f_copy,
    .footer .f_copy {
      width: 80%;
      margin: 0 auto; }
  .footer_link {
    text-align: center; }
  /* TOP ************************/
  .topic_cnt {
    margin: 0px auto; }
    .topic_cnt .top_toukou_list {
      min-height: auto; }
      .topic_cnt .top_toukou_list li {
        width: 100%;
        margin-bottom: 20px; }
    .topic_cnt .topic_box {
      margin: -50px 0px 20px 20px;
      width: 89%; }
      .topic_cnt .topic_box .title {
        font-size: 100%; }
  .news_cnt {
    margin: 0px auto; }
    .news_cnt .top_toukou_list li {
      width: 100%;
      margin-bottom: 20px; }
    .news_cnt .top_toukou_list img {
      max-width: 100%;
      max-height: none; }
    .news_cnt .topic_box {
      margin: -50px 0px 20px 20px;
      width: 89%; }
      .news_cnt .topic_box .title {
        font-size: 100%; }
  .marker {
    width: 100%;
    display: block;
    padding: 40px;
    margin: 20px auto; }
  .topicbtn {
    background-size: contain; } }

/** sp toggle_menu ************************/
#nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 32px;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
    #nav-toggle span:nth-child(3) {
      top: 28px; }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px; }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px; }

.open #nav-toggle span {
  background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease; }
  #gloval-nav a:hover {
    color: #666; }

#gloval-nav ul {
  list-style: none; }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease; }
    #gloval-nav ul li:nth-child(2) {
      transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      transition-delay: .9s; }

/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

/*# sourceMappingURL=css.css.map */