@charset "UTF-8";
/* @import "_vars.scss"; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap");
/* font */
/* width */
/* color */
/* mixin */
/* @include circle; */
/* @include absPosition(5px, 20px, 10px, 15px); */
/*
a{
     @include linkColor(#3cf);
}
*/
/* @include bg-gradient; */
/* header */
.slicknav_menu {
  display: none;
  /*PC時は非表示*/ }
  @media screen and (max-width: 1024px) {
    .slicknav_menu {
      display: block;
      /*モバイル時は表示*/ }
      .slicknav_menu .slicknav_nav {
        padding: 20% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .slicknav_menu .slicknav_nav li {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .slicknav_menu .slicknav_nav li span {
            display: block;
            font-size: 13px; }
          .slicknav_menu .slicknav_nav li img {
            display: none; } }

@media screen and (max-width: 1024px) {
  #menu {
    display: none;
    /*モバイル時は非表示*/ } }

/*ハンバーガーメニューのエフェクト*/
.slicknav_icon,
.slicknav_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.slicknav_icon {
  position: relative; }

.slicknav_menu .slicknav_icon-bar {
  position: absolute;
  left: 0; }

.slicknav_icon span:nth-of-type(1) {
  top: 0; }

.slicknav_icon span:nth-of-type(2) {
  top: 4px; }

.slicknav_icon span:nth-of-type(3) {
  bottom: 0; }

.slicknav_nav span.back {
  display: block;
  font-size: 12px;
  color: #777; }

.active .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.active .slicknav_icon-bar:nth-of-type(2) {
  opacity: 0; }

.active .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

header {
  width: 100%;
  min-width: 1025px;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    header {
      min-width: inherit; } }

.header_area {
  width: 95%;
  position: relative;
  margin: 0 auto;
  height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .header_area {
      width: 100%;
      height: 80px; } }
  @media screen and (max-width: 480px) {
    .header_area {
      padding: 0 10px;
      height: 60px; } }
  .header_area .logo {
    position: absolute;
    width: 300px;
    top: 19px;
    left: 0;
    z-index: 999;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .header_area .logo {
        width: 260px;
        top: 50%;
        left: 20px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    @media screen and (max-width: 480px) {
      .header_area .logo {
        left: 10px;
        width: 200px; } }
    .header_area .logo a {
      color: #000; }
    .header_area .logo span {
      color: #222;
      font-size: 16px;
      position: absolute;
      bottom: 0;
      right: 34px;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .header_area .logo span {
          font-size: 14px;
          bottom: 3px;
          right: 1px; } }

nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #777), color-stop(99%, #000));
  background: -webkit-linear-gradient(top, #777 1%, #000 99%);
  background: -o-linear-gradient(top, #777 1%, #000 99%);
  background: linear-gradient(top, #777 1%, #000 99%);
  background-color: #222;
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  border-radius: 4px;
  overflow: hidden; }

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gnav * {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .gnav > 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; }
  .gnav > li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #777;
    border-right: 1px solid #000;
    /*ドロップダウンメニュー*/
    /*ドロップダウンメニュー*/ }
    .gnav > li:last-child {
      margin-right: 0; }
    .gnav > li > a {
      font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      display: block;
      text-align: center;
      width: 100%;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 700;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      height: 100%;
      letter-spacing: .05em;
      padding: 7px 0; }
      .gnav > li > a span {
        display: block;
        font-size: 11px;
        margin-top: 2px;
        color: #666;
        font-weight: 400;
        letter-spacing: .1em; }
      .gnav > li > a.active {
        border-bottom: 4px solid #222; }
      .gnav > li > a:link, .gnav > li > a:visited {
        text-decoration: none;
        color: #fff; }
      .gnav > li > a:hover {
        opacity: 1;
        text-decoration: none;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
    .gnav > li img {
      width: 60px;
      display: block;
      margin: 0 auto; }
    .gnav > li ul {
      position: absolute;
      display: none;
      width: 100%;
      text-align: center;
      z-index: 3; }
      .gnav > li ul li {
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px; }
        .gnav > li ul li a {
          color: #fff; }

.contact_bnr {
  position: absolute;
  top: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  background: #e0f2f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 2px; }
  .contact_bnr .txt {
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    height: 100%;
    font-weight: 900;
    letter-spacing: 0; }
  .contact_bnr .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact_bnr .data li {
      font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      margin-right: 5px;
      font-size: 20px;
      font-weight: 700; }
      .contact_bnr .data li:last-child {
        margin-right: 0; }
    .contact_bnr .data span {
      margin-right: 2px;
      font-weight: 500;
      font-size: 15px; }
    .contact_bnr .data a {
      color: #de0d0d;
      font-weight: 900;
      letter-spacing: 0; }
      .contact_bnr .data a:hover {
        text-decoration: none; }
  .contact_bnr .mail {
    background: #e5861a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 9px 4px;
    border-radius: 3px; }
    .contact_bnr .mail a {
      color: #fff;
      display: block;
      font-size: 11px; }
  .contact_bnr .memo {
    font-size: 11px;
    letter-spacing: 0; }
  @media screen and (max-width: 1024px) {
    .contact_bnr {
      position: fixed;
      top: initial;
      bottom: 10px;
      right: initial;
      left: 50%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 3; }
      .contact_bnr .txt {
        margin-right: 1.5vw;
        padding: 0;
        font-size: 1.8vw;
        margin-bottom: 0; }
      .contact_bnr .data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .contact_bnr .data li {
          font-size: 3vw;
          margin-right: 5px; }
        .contact_bnr .data span {
          font-size: 2vw; }
      .contact_bnr .mail {
        padding: 1vw 1vw .8vw; }
        .contact_bnr .mail a {
          font-size: 1.5vw; }
      .contact_bnr .memo {
        font-size: 1.34vw; } }
  @media screen and (max-width: 480px) {
    .contact_bnr {
      display: block;
      left: 10px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      text-align: center; }
      .contact_bnr .txt {
        margin-right: 0;
        padding: 0;
        font-size: 1.8vw;
        margin-bottom: 1.5vw; }
      .contact_bnr .data li {
        font-size: 5vw; }
      .contact_bnr .data span {
        font-size: 1vw; }
      .contact_bnr .mail {
        padding: 1.4vw 1.4vw 1vw; }
        .contact_bnr .mail a {
          font-size: 3vw; }
      .contact_bnr .memo {
        font-size: 1vw; } }

/* //header */
/* slider */
.slide_box {
  position: relative;
  overflow: hidden;
  background: url(../img/slide_bg.jpg);
  background-size: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0; }
  .slide_box .slick-slider.main_v {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .slide_box .slick-slider.main_v .slick-slide {
      margin: 0 10px;
      background: #fff; }
    .slide_box .slick-slider.main_v.slick-dotted.slick-slider {
      margin-bottom: 0; }
    .slide_box .slick-slider.main_v .slick-dots {
      bottom: 0; }
    .slide_box .slick-slider.main_v .slick-next, .slide_box .slick-slider.main_v .slick-prev {
      height: 50px;
      width: 50px;
      z-index: 2; }
      .slide_box .slick-slider.main_v .slick-next:before, .slide_box .slick-slider.main_v .slick-prev:before {
        font-size: 50px;
        color: #000; }
    .slide_box .slick-slider.main_v .slick-prev {
      left: 90px; }
    .slide_box .slick-slider.main_v .slick-next {
      right: 90px; }
    @media screen and (max-width: 767px) {
      .slide_box .slick-slider.main_v .slick-next, .slide_box .slick-slider.main_v .slick-prev {
        height: 30px;
        width: 30px; }
        .slide_box .slick-slider.main_v .slick-next:before, .slide_box .slick-slider.main_v .slick-prev:before {
          font-size: 30px; }
      .slide_box .slick-slider.main_v .slick-prev {
        left: 0; }
      .slide_box .slick-slider.main_v .slick-next {
        right: 0; } }

.slide_02 .slick-next, .slide_02 .slick-prev, .slide_03 .slick-next, .slide_03 .slick-prev {
  z-index: 1; }
  .slide_02 .slick-next:before, .slide_02 .slick-prev:before, .slide_03 .slick-next:before, .slide_03 .slick-prev:before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    background: #fff; }

.slide_02 .slick-next, .slide_03 .slick-next {
  right: 0; }
  .slide_02 .slick-next:before, .slide_03 .slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    right: 0; }

.slide_02 .slick-prev, .slide_03 .slick-prev {
  left: 0; }
  .slide_02 .slick-prev:before, .slide_03 .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    left: 0; }

.slide_02 .slick-track, .slide_03 .slick-track {
  margin-left: inherit;
  margin-right: inherit; }

@media screen and (max-width: 480px) {
  .slide_03 {
    padding-bottom: 50px; }
    .slide_03 .slick-next, .slide_03 .slick-prev {
      top: inherit;
      bottom: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      .slide_03 .slick-next:before, .slide_03 .slick-prev:before {
        font-size: 22px;
        top: inherit;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .slide_03 .slick-dots {
      bottom: 0; } }

/* //slider */
/* title */
.ttl.ptn_01 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: .1em;
  padding-bottom: 17px; }
  .ttl.ptn_01:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 4px;
    width: 40px;
    background: #222; }
  .ttl.ptn_01.en {
    color: #222;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: initial;
    line-height: 1;
    text-transform: capitalize; }
  .ttl.ptn_01.white span {
    color: #ddd; }
  .ttl.ptn_01 span {
    color: #555;
    display: block;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 500;
    margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .ttl.ptn_01 {
      font-size: 22px;
      margin-bottom: 20px;
      padding-bottom: 4px; }
      .ttl.ptn_01:before {
        bottom: -3px; }
      .ttl.ptn_01.en {
        font-size: 30px;
        line-height: 1.3; }
      .ttl.ptn_01 span {
        margin-bottom: 4px;
        margin-top: 0px; } }

.ttl.ptn_02 {
  color: #fff;
  background: #222;
  border: 1px solid #222;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: .1em;
  padding: 1em;
  padding-left: 1.5em; }
  .ttl.ptn_02:before {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 1px; }
  .ttl.ptn_02.en {
    letter-spacing: inherit; }
  .ttl.ptn_02 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px; }
  .ttl.ptn_02 .large {
    font-size: 2em;
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .ttl.ptn_02 {
      font-size: 20px;
      padding: .6em;
      padding-left: 1.5em; }
      .ttl.ptn_02:before {
        width: 20px; }
      .ttl.ptn_02 span {
        font-size: 14px;
        margin-left: 0;
        display: block; } }

.title_01 {
  letter-spacing: .14em;
  margin-bottom: 20px; }
  .title_01 span {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    padding-top: 6px;
    border-top: 1px solid;
    display: inline-block; }
  @media screen and (max-width: 480px) {
    .title_01 {
      font-size: 15px; } }

.title_02 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 1em;
  letter-spacing: .1em;
  border-bottom: 1px solid; }
  .title_02 span {
    font-size: 1.3em;
    color: #222;
    margin-left: 5px; }
  @media screen and (max-width: 480px) {
    .title_02 {
      font-size: 20px; }
      .title_02 span {
        line-height: 1.3;
        margin-left: 0; } }

.title_03 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 21px;
  overflow: hidden; }
  .title_03:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 15px;
    background: #e5861a;
    top: 11px;
    left: 0; }

.title_04 {
  color: #222;
  text-align: center;
  letter-spacing: .15em;
  overflow: hidden;
  margin-bottom: 1em; }
  .title_04 > span {
    font-size: 30px;
    position: relative;
    display: inline-block; }
    .title_04 > span:before, .title_04 > span:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 1px;
      width: 120px;
      border-top: 1px solid #222; }
    .title_04 > span:before {
      left: -150px; }
    .title_04 > span:after {
      right: -150px; }
  @media screen and (max-width: 767px) {
    .title_04 > span {
      font-size: 24px; }
      .title_04 > span:before, .title_04 > span:after {
        width: 50px; }
      .title_04 > span:before {
        left: -75px; }
      .title_04 > span:after {
        right: -75px; } }

.title_05 {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 2px solid #eaeaea; }
  .title_05:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #222; }
  .title_05 span {
    margin-left: 15px;
    font-weight: normal !important;
    margin-bottom: .2em;
    font-size: .6em;
    font-size: 1.5rem;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .title_05 {
      font-size: 18px; }
      .title_05 span {
        margin-left: 0;
        display: block; } }

.title_06 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 24px;
  margin-bottom: .5em;
  letter-spacing: .05em;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize; }
  .title_06.en {
    font-size: 46px;
    letter-spacing: initial; }
    .title_06.en span {
      margin-left: 1em;
      padding-left: 1em;
      letter-spacing: .1em; }
  .title_06 span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    position: relative;
    margin-left: .5em;
    padding-left: .5em; }
    .title_06 span:before {
      content: "";
      width: 1px;
      height: 14px;
      background: #333;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -7px;
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }
  @media screen and (max-width: 768px) {
    .title_06 {
      font-size: 22px;
      margin-bottom: .5em; }
      .title_06 span {
        margin-left: .7em;
        padding-left: .7em; }
      .title_06.en {
        font-size: 30px;
        margin-bottom: .5em; } }

.title_07 {
  font-size: 16px;
  margin-bottom: .5em;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.7em; }
  .title_07 span {
    font-size: 14px;
    color: #555;
    margin-left: 10px; }
  .title_07:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: .8em;
    left: 0;
    height: 1px;
    width: 20px; }

.title_08 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.title_09 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #e5861a;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: .1em;
  border-radius: 4px; }
  .title_09 span {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 7px; }
  @media screen and (max-width: 480px) {
    .title_09 {
      font-size: 16px;
      line-height: 1.4;
      padding: 10px; }
      .title_09 span {
        font-size: 22px;
        margin-top: 4px;
        padding-bottom: 3px; } }

.title_10 {
  text-align: justify;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 700;
  position: relative;
  padding: 5px 0px 5px 5px;
  margin-bottom: 10px;
  background: #e5861a;
  color: #fff;
  border-radius: 10px 60px 60px 10px; }
  .title_10 span {
    border-right: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    margin-right: 10px; }
  @media screen and (max-width: 480px) {
    .title_10 {
      font-size: 14px; } }

.title_11 {
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  padding: 10px 0;
  display: table;
  margin: auto;
  letter-spacing: 0.08rem; }
  .title_11.white {
    color: #fff;
    font-size: 18px;
    padding: 0; }
    .title_11.white:after, .title_11.white:before {
      content: "";
      width: 2px;
      height: 1.7em;
      background: #fff;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  @media screen and (max-width: 767px) {
    .title_11 {
      font-size: 18px; } }
  .title_11:after, .title_11:before {
    content: "";
    width: 2px;
    height: 1.7em;
    background: #222;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .title_11:before {
    -webkit-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -30px; }
    @media screen and (max-width: 767px) {
      .title_11:before {
        left: -20px; } }
  .title_11:after {
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -30px; }
    @media screen and (max-width: 767px) {
      .title_11:after {
        right: -20px; } }

.ttl_check {
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: 700;
  color: #555; }
  .ttl_check:before {
    color: #222;
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    margin-right: 5px; }

.sec_title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .1em;
  position: relative;
  line-height: 1em;
  padding: 20px 0;
  display: table;
  margin: 0 auto 20px;
  color: #f53131; }
  @media screen and (max-width: 767px) {
    .sec_title {
      font-size: 21px;
      margin: 0 auto; } }
  .sec_title:after, .sec_title:before {
    content: "";
    width: 2px;
    height: 1.7em;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .sec_title:before {
    -webkit-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -40px; }
    @media screen and (max-width: 767px) {
      .sec_title:before {
        left: -20px; } }
  .sec_title:after {
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -40px; }
    @media screen and (max-width: 767px) {
      .sec_title:after {
        right: -20px; } }

.balloon2 {
  background: #222;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .balloon2 {
      padding: 0px 10px;
      display: block; } }
  .balloon2:before, .balloon2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .balloon2:before {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #222;
    border-width: 20px;
    margin-left: -20px; }
  .balloon2:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #222;
    border-width: 15px;
    margin-left: -15px; }
  .balloon2 span {
    margin: 0;
    padding: 0; }

.balloon2-top {
  background: #222;
  position: relative;
  text-align: center;
  margin: 0 0 0.3em;
  padding: 30px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .balloon2-top {
      font-size: 22px;
      padding: 10px; } }
  .balloon2-top:before {
    content: "";
    border: 32px solid transparent;
    border-top: 32px solid #222;
    position: absolute;
    bottom: -64px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .balloon2-top:before {
        border: 20px solid transparent;
        border-top: 20px solid #222;
        bottom: -40px; } }
  .balloon2-top.purple {
    background: #e5861a; }
    .balloon2-top.purple:before {
      border-top: 32px solid #e5861a; }
      @media screen and (max-width: 767px) {
        .balloon2-top.purple:before {
          border: 20px solid transparent;
          border-top: 20px solid #e5861a;
          bottom: -40px; } }

.box_brackets {
  position: relative;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }
  .box_brackets:before, .box_brackets:after {
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .box_brackets:before {
    left: 0;
    border-left: 3px solid #000; }
  .box_brackets:after {
    right: 0;
    border-right: 3px solid #000; }
  @media screen and (max-width: 767px) {
    .box_brackets:before, .box_brackets:after {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
    .box_brackets:before {
      left: 0;
      border-left: 3px solid #000; }
    .box_brackets:after {
      right: 0;
      border-right: 3px solid #000; } }

/* //title */
/* form */
.fm-text {
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.table_style03 {
  width: 100%;
  margin: 0 auto 30px;
  border-width: 0;
  width: 100%;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures; }
  .table_style03 td,
  .table_style03 th {
    border: 1px solid #eee;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0; }
  .table_style03 th {
    width: 23.5%;
    padding: 1em;
    padding-left: 0;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .2em;
    position: relative; }
  .table_style03 td {
    padding: 1em;
    padding-left: 0;
    text-align: left; }
    .table_style03 td.form_memo {
      padding-left: 1em;
      font-weight: 700; }
  @media screen and (max-width: 480px) {
    .table_style03 tr,
    .table_style03 th {
      width: 100%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .table_style03 td {
      border: none;
      padding: 10px 0; }
    .table_style03 th {
      width: 100%;
      border-bottom: none;
      padding: 0.8em 0.5em 0; }
    .table_style03 th:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      color: #a28d5a;
      margin-right: 0.5em; } }

form table th span {
  color: #de0c0c;
  font-weight: 800; }

input[type="text"] {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 1.2em; }
  input[type="text"].maxlength {
    width: 100%;
    max-width: 320px;
    height: 32px; }

textarea {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 1.2em; }
  textarea.maxlength {
    width: 100% !important; }

textarea {
  min-height: 200px; }

input[type="date"] {
  max-width: 150px !important;
  border: 1px solid #5d5a59;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }

input[type="password"] {
  border: 1px solid #5d5a59;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"] {
  color: #fff;
  position: relative;
  z-index: 2;
  background-color: #222;
  border: 2px solid #222;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="submit"]:link, input[type="submit"]:visited {
    color: #fff;
    text-decoration: none; }
  input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-color: #222;
    color: #222 !important; }
    input[type="submit"]:hover::before, input[type="submit"]:hover::after {
      width: 0;
      background-color: #222; }
  input[type="submit"]::before, input[type="submit"]::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  input[type="submit"]::before {
    right: 0; }
  input[type="submit"]::after {
    left: 0; }

select.form_select {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select.form_select::-ms-expand {
  display: none; }

.form_select.cp_sl01 {
  position: relative;
  border: 1px solid #ccc;
  background: #ffffff;
  padding: 5px;
  color: #333; }

.form_select.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

/* //form */
.privacy_policy {
  font-size: 14px;
  padding: 50px; }
  .privacy_policy .item {
    font-size: 13px;
    letter-spacing: .1em;
    width: 95%;
    margin: 15px auto 15px;
    line-height: 1.5em; }
    .privacy_policy .item span {
      display: block;
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 10px; }
      .privacy_policy .item span:before {
        content: "■";
        margin-right: 3px; }
  @media screen and (max-width: 768px) {
    .privacy_policy {
      padding: 10px; } }

.content_box {
  max-width: 960px;
  width: 90%;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 767px) {
    .content_box {
      padding: 10px;
      width: 90%; } }

.white_box {
  position: relative;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 1.5em 1.5em;
  overflow: hidden;
  color: #000; }
  @media screen and (max-width: 767px) {
    .white_box {
      padding: 1.5em; } }

.note_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #fef5e5;
  border-radius: 3px;
  font-size: 14px; }

.note_block2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border: 3px solid #aaaaaa;
  background: rgba(255, 255, 255, 0.7); }

.box_styleB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .box_styleB > .txt {
    width: 67%;
    text-align: justify; }
  .box_styleB > .img {
    width: 30%; }
    .box_styleB > .img img {
      max-width: 480px;
      width: 100%; }
  .box_styleB.ptn_02 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial; }
  @media screen and (max-width: 768px) {
    .box_styleB {
      display: block; }
      .box_styleB .txt {
        width: 100%; }
      .box_styleB .img {
        width: 100%;
        text-align: center;
        margin: 0 auto 1em; } }

.align_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex_box.aline_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex_box.ptn_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    @media screen and (max-width: 768px) {
      .flex_box.ptn_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .flex_box.ptn_02.col_2 > li {
      margin-right: 0;
      margin-left: 4%; }
      @media screen and (max-width: 768px) {
        .flex_box.ptn_02.col_2 > li {
          margin-left: 0; } }
      .flex_box.ptn_02.col_2 > li:nth-child(2n) {
        margin-left: 0; }
    .flex_box.ptn_02.col_2 > div {
      margin-right: 0;
      margin-left: 4%; }
      @media screen and (max-width: 768px) {
        .flex_box.ptn_02.col_2 > div {
          margin-left: 0; } }
      .flex_box.ptn_02.col_2 > div:nth-child(2n) {
        margin-left: 0; }

.col_2 > li {
  width: 48%;
  margin-right: 4%; }
  .col_2 > li:nth-child(2n) {
    margin-right: 0; }

.col_2 > div {
  width: 48.5%;
  margin-right: 3%; }
  .col_2 > div:nth-child(2n) {
    margin-right: 0; }

@media screen and (max-width: 768px) {
  .col_2 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .col_2 > div:nth-child(2n) {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .col_2 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em; }
    .col_2 > li:last-child {
      margin-bottom: 0; } }

.col_3 > li {
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .col_3 > li {
      width: 100%;
      margin-right: auto; }
      .col_3 > li img {
        display: block;
        margin: 0 auto 20px; } }
  .col_3 > li:nth-child(3n) {
    margin-right: 0; }

.col_3 > div {
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .col_3 > div {
      width: 100%;
      margin: 0 auto 20px; }
      .col_3 > div img {
        display: block;
        margin: 0 auto; } }
  .col_3 > div:nth-child(3n) {
    margin-right: 0; }

.col_4 > li {
  width: 22.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  .col_4 > li:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col_4 > li {
      width: 48%; }
      .col_4 > li img {
        display: block;
        margin: 0 auto; }
      .col_4 > li:nth-child(2n) {
        margin-right: 0; } }

.bg_01 {
  position: relative;
  overflow: hidden; }
  .bg_01:before {
    background-image: url(../img/bg_01.jpg);
    background-size: cover;
    background-attachment: fixed;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

.bg_02 {
  position: relative;
  overflow: hidden; }
  .bg_02:before {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

/*
アニメーションボタン*/
.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #111; }
  @media screen and (max-width: 480px) {
    .snip1445 {
      height: 160px; }
      .snip1445 figcaption {
        bottom: 10px;
        right: 10px; } }
  .snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease; }
    .snip1445 *:before, .snip1445 *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.55s ease;
      -o-transition: all 0.55s ease;
      transition: all 0.55s ease; }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .6;
    opacity: .6; }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .snip1445 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: .9; }
  .snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .snip1445 figcaption {
        bottom: 10px;
        right: 10px; } }
    .snip1445 figcaption:before, .snip1445 figcaption:after {
      height: 1px;
      width: 100%;
      position: absolute;
      content: '';
      background-color: #FFFFFF; }
    .snip1445 figcaption:before {
      top: 0;
      left: 0;
      -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
      transform: translateX(200%); }
    .snip1445 figcaption:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
      transform: translateX(-300%); }
    .snip1445 figcaption div:before, .snip1445 figcaption div:after {
      width: 1px;
      height: 300px;
      position: absolute;
      content: '';
      background-color: #ffffff; }
    .snip1445 figcaption div:before {
      top: 0;
      left: 0;
      -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
      transform: translateY(200%); }
    .snip1445 figcaption div:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
      transform: translateY(-300%); }
  .snip1445 h2,
  .snip1445 h4 {
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #222; }
  .snip1445 h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0; }
  .snip1445 .click {
    display: block;
    font-weight: 500;
    width: 200px;
    margin-left: auto;
    background-color: #222;
    padding: 3px 10px;
    color: #fff;
    text-shadow: #fff 0 0 0; }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    background: #fff; }
  to {
    background: none; } }

@keyframes fadeOut {
  from {
    background: #fff; }
  to {
    background: none; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.btnl_s a {
  position: relative;
  background-color: #e5861a;
  border: 2px solid #e5861a;
  font-size: 14px;
  display: block;
  max-width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-image: url(../img/arrow02.png);
  background-repeat: no-repeat;
  background-position: 95% center; }
  .btnl_s a:link, .btnl_s a:visited {
    color: #fff;
    text-decoration: none; }
  .btnl_s a:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-color: #e5861a;
    color: #e5861a !important;
    background-image: url(../img/arrow01.png); }
    .btnl_s a:hover::before, .btnl_s a:hover::after {
      width: 0;
      background-color: #e5861a; }
  .btnl_s a::before, .btnl_s a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e5861a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .btnl_s a::before {
    right: 0; }
  .btnl_s a::after {
    left: 0; }

.btn_round {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 1px solid;
  text-align: center;
  display: inline-block;
  min-width: 200px;
  padding: .8em 2em .8em 1.5em;
  border-radius: 60px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .btn_round:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ccc; }

.sp_contact {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_contact {
      display: block;
      height: 40px;
      display: block;
      width: 100%;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
      background: rgba(255, 255, 255, 0.8);
      z-index: 99999;
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 0;
      -webkit-backdrop-filter: blur(7px);
      backdrop-filter: blur(7px); }
      .sp_contact li {
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", monospace;
        width: 50%;
        height: 100%;
        float: left;
        padding: 0;
        margin: 0;
        display: inline;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        line-height: 1; }
        .sp_contact li a {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 100%;
          display: block;
          padding: 18px 0;
          font-weight: 700;
          color: #333;
          padding: 14px 0;
          font-size: 14px;
          border-left: 1px solid #ccc; }
        .sp_contact li:first-child a {
          border-left: none; }
        .sp_contact li i.fas {
          margin-right: 10px; } }

.contact_area {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  position: relative;
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto; }
  .contact_area:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4); }
  .contact_area .content_box {
    width: inherit;
    margin: 0 auto;
    padding: 50px 50px; }
  .contact_area .info_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact_area .info_area li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 30px; }
      .contact_area .info_area li:last-child {
        margin-right: 0; }
  @media screen and (max-width: 768px) {
    .contact_area {
      padding: 1em; }
      .contact_area .content_box {
        padding: 30px 10px;
        overflow: visible; }
      .contact_area .memo {
        font-size: 13px; }
      .contact_area .info_area {
        display: block; }
        .contact_area .info_area li {
          font-size: 24px;
          margin-right: 0; } }

.faq_box dt {
  font-size: 18px;
  background: rgba(229, 134, 26, 0.8);
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  margin-top: 10px; }
  .faq_box dt:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #fff; }
  .faq_box dt:hover {
    background: #e5861a; }

.faq_box dd {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background: #f4f4f4;
  margin-bottom: 1em; }

.tbl_style02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .tbl_style02 th,
  .tbl_style02 td {
    padding: 10px;
    vertical-align: middle; }
  .tbl_style02 th {
    background: #222;
    color: #FFFFFF;
    text-align: left;
    width: 20%;
    position: relative;
    font-weight: bold; }
    .tbl_style02 th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #fafafa;
      border-width: 10px;
      border-left-color: #222;
      margin-top: -10px; }
  .tbl_style02 td {
    background: #fafafa;
    padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .tbl_style02 {
      font-size: 14px; }
      .tbl_style02 th {
        width: 29%; } }

.day_table {
  font-size: 13px; }
  .day_table li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 5px; }
    .day_table li:before {
      height: 100%;
      width: 2px;
      content: "";
      background: #dadada;
      display: block;
      position: absolute;
      left: 24px; }
    .day_table li.last {
      padding-bottom: 0; }
      .day_table li.last:before {
        position: inherit; }
    .day_table li .time {
      position: absolute;
      left: 0;
      width: 50px;
      background: #dadada;
      text-align: center;
      padding: 3px 0;
      border-radius: 60px;
      display: inline-block;
      line-height: 1.3;
      letter-spacing: initial; }
      .day_table li .time > span {
        display: block;
        font-size: 12px; }
    .day_table li .item .read {
      line-height: 1.5em;
      padding: 0px 0 10px; }
    .day_table li .item .main_text {
      font-size: 14px;
      font-weight: 400; }

.charge_tbl {
  width: 100%;
  height: 100%;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-size: 14px; }
  .charge_tbl tr:first-child td {
    background: #f0f0f0; }
  .charge_tbl th,
  .charge_tbl td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center; }
  .charge_tbl th {
    background-color: #222;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid #222;
    border-left: 1px solid #222; }
    .charge_tbl th.em {
      background: #d88733;
      border-top: #d88733 1px solid;
      border-right: #d88733 1px solid !important; }
    .charge_tbl th:first-child {
      border-left: 1px solid #222; }
    .charge_tbl th:last-child {
      border-right: 1px solid #222; }
  .charge_tbl td {
    width: 16.66%;
    background: #fff; }
  .charge_tbl .small {
    font-size: .8em; }
  @media screen and (max-width: 768px) {
    .charge_tbl th,
    .charge_tbl td {
      padding: 5px; } }
  @media screen and (max-width: 480px) {
    .charge_tbl {
      font-size: 3.3vw; } }

@media screen and (max-width: 768px) {
  .table_scroll {
    overflow: auto; }
    .table_scroll .charge_tbl {
      min-width: 770px; } }

.news-lb {
  margin: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #666; }
  .news-lb dt {
    float: left;
    width: 8em;
    padding: 10px 0;
    font-weight: bold; }
  .news-lb dd {
    padding-left: 9em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666; }
    .news-lb dd:last-child {
      border-bottom: 0px; }
  @media screen and (max-width: 480px) {
    .news-lb dt {
      width: 5em; }
    .news-lb dd {
      padding-left: 5em; } }

.prof_tbl {
  width: 100%; }
  .prof_tbl tr {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }
  .prof_tbl th {
    text-align: left;
    vertical-align: top;
    padding: 15px 0;
    padding-left: 1em;
    width: 10em;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .prof_tbl th {
        padding: 10px 0;
        padding-left: 0;
        width: 4.3em; } }
    .prof_tbl th span {
      font-size: 12px;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .prof_tbl th span {
          display: block; } }
  .prof_tbl td {
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .prof_tbl td {
        padding: 10px 0;
        padding-left: 1em; } }
  .prof_tbl .news-lb {
    margin: 0;
    border: none;
    font-size: 14px; }
    .prof_tbl .news-lb dt {
      width: 9em;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .prof_tbl .news-lb dt {
          float: none;
          width: 100%; } }
    .prof_tbl .news-lb dd {
      padding-left: 9em;
      padding-top: 0;
      border: none; }
      @media screen and (max-width: 767px) {
        .prof_tbl .news-lb dd {
          padding: 0 0 .5em; } }
      .prof_tbl .news-lb dd:last-child {
        border-bottom: none;
        padding-bottom: 0; }

.histry_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff; }
  .histry_tbl tr:nth-child(odd) {
    background-color: #EDF4F8; }
  .histry_tbl th,
  .histry_tbl td {
    padding: 1em 1em; }
  .histry_tbl th {
    font-weight: 700;
    text-align: left;
    width: 7em; }
  .histry_tbl td {
    width: auto; }
  @media screen and (max-width: 767px) {
    .histry_tbl th,
    .histry_tbl td {
      padding: 0;
      display: block;
      width: 100%; }
    .histry_tbl tr {
      padding: 10px;
      display: block; } }

.tel_contact {
  background: #f0fcfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

.news_bg {
  background: #e5861a;
  position: relative; }

.news_box {
  overflow: auto;
  max-height: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .news_box a {
    color: #333; }
  .news_box dt {
    font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #222;
    float: left;
    margin-right: 10px;
    font-style: normal;
    font-weight: 800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .news_box dt span {
      background: #222;
      color: #fff;
      border-radius: 60px;
      margin-left: 7px;
      font-size: 11px;
      display: inline-block;
      padding: 1px 10px;
      min-width: 75px;
      text-align: center; }
  .news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 96px;
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .news_box dt {
      width: 100%;
      float: none;
      margin-bottom: 5px; }
    .news_box dd {
      padding-left: 0; } }

.bg_contact {
  position: relative;
  background: #333; }
  .bg_contact .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bg_contact .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9); }
    .bg_contact .inner .tel {
      font-weight: 700;
      font-size: 20px; }
      .bg_contact .inner .tel a {
        color: #fff; }

.concept-wrap {
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .concept-wrap {
      padding: 0; } }
  .concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .concept-wrap .bg-back {
        margin: 0 auto !important; } }
  .concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px; }
    @media screen and (max-width: 768px) {
      .concept-wrap .concept-inner {
        width: 100%; } }
  .concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .concept-wrap .figure {
        width: 100%;
        position: initial;
        display: block;
        height: 0;
        padding-top: 60%; } }
  .concept-wrap .fig01 {
    background-image: url(../img/bg_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .concept-wrap .fig02 {
    background-image: url(../img/bg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .concept-wrap .fig03 {
    background-image: url(../img/bg_04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 50%;
    padding: 12% 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap .in-wrap {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0; } }
    .concept-wrap .in-wrap .concept-box {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 30px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .concept-wrap .in-wrap .concept-box {
          width: 100%;
          padding: 5%;
          margin: auto;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: justify; } }
      .concept-wrap .in-wrap .concept-box .ttl {
        color: #222;
        font-weight: 700;
        font-size: 26px;
        text-align: center; }
  .concept-wrap .read {
    font-weight: 700;
    font-size: 1.4em; }
    @media screen and (max-width: 768px) {
      .concept-wrap .read {
        font-size: 1em; } }
  .concept-wrap.ptn_02 .bg-back {
    left: initial;
    right: 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .bg-back {
        margin: 0 auto !important; } }
  .concept-wrap.ptn_02 .figure {
    right: initial;
    left: 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .figure {
        width: 100%;
        position: initial;
        display: block;
        height: 0;
        padding-top: 60%; } }
  .concept-wrap.ptn_02 .in-wrap {
    float: right; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .in-wrap {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0; } }

/*
ブログページのメイン　*/
.info > .main {
  float: left;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .info > .main {
      float: none;
      width: 100%;
      padding-right: 0; } }

.blog_mttl {
  font-size: 20px;
  background: #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  color: #fff; }

.blog_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
  .blog_box img {
    margin-bottom: 10px; }

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal; }

.page_links {
  padding: 0 30px;
  margin-bottom: 30px; }
  .page_links .pages {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .page_links .pages {
        padding-top: 10px; } }
    .page_links .pages .page_prev a,
    .page_links .pages .page_next a {
      border: 1px solid #222;
      border-radius: 5px;
      padding: .5em .8em;
      background: #222;
      color: #fff; }
      .page_links .pages .page_prev a:hover,
      .page_links .pages .page_next a:hover {
        background: #e5861a;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
      @media screen and (max-width: 768px) {
        .page_links .pages .page_prev a,
        .page_links .pages .page_next a {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center; } }
    .page_links .pages .page_prev {
      float: right; }
      @media screen and (max-width: 768px) {
        .page_links .pages .page_prev {
          float: none;
          margin-bottom: 10px; } }
    .page_links .pages .page_next {
      float: left; }
      @media screen and (max-width: 768px) {
        .page_links .pages .page_next {
          float: none;
          margin-bottom: 10px; } }

/*
ブログページのサイド　*/
.info > .side {
  float: right;
  width: 280px; }
  @media screen and (max-width: 768px) {
    .info > .side {
      float: none;
      width: 100%; } }
  .info > .side .blog_archive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9); }
    .info > .side .blog_archive a {
      color: #333; }

.blog_side_list {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  .blog_side_list .blog_bx {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*width: calc(100% - 0px) !important;*/
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    color: #222; }
    .blog_side_list .blog_bx a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .blog_side_list .blog_bx * {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .blog_side_list .blog_bx .blog_bx_flex {
      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; }
      .blog_side_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 110px); }
    .blog_side_list .blog_bx figcaption {
      display: block;
      text-align: center;
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      float: left; }
    .blog_side_list .blog_bx img {
      vertical-align: middle;
      height: 100px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .blog_side_list .blog_bx .ttl {
      font-weight: bold;
      font-size: 12px;
      color: #fff;
      float: left;
      background: #C80261;
      padding: 0 15px;
      margin-bottom: 5px; }
    .blog_side_list .blog_bx p {
      line-height: 1.6em;
      font-size: 13px; }
    .blog_side_list .blog_bx .ttm {
      /*float: right;*/
      margin-bottom: 0px;
      font-size: 13px;
      font-weight: normal;
      margin-bottom: 3px; }
      .blog_side_list .blog_bx .ttm span {
        background: #222;
        padding: .3em .8em;
        color: #fff; }
        .blog_side_list .blog_bx .ttm span:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f017";
          margin-right: 5px;
          font-weight: normal; }
    .blog_side_list .blog_bx .blog_ttl {
      clear: both;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: block;
      color: #333; }

/*
TOPページのブログ一覧　*/
.blog_side_list._ptn02 {
  height: inherit; }
  .blog_side_list._ptn02.slick-slider {
    overflow: inherit; }
  .blog_side_list._ptn02 .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .blog_side_list._ptn02 .blog_bx {
    margin: 0 20px;
    padding: 0;
    border: none;
    background: none;
    color: #333; }
  .blog_side_list._ptn02 .blog_bx figcaption {
    display: block;
    width: 100%;
    height: inherit;
    float: none;
    margin-bottom: 10px; }
  .blog_side_list._ptn02 .blog_bx img {
    height: 160px;
    width: 100%; }
  .blog_side_list._ptn02 .blog_bx .blog_bx_flex div {
    width: 100%; }

.blog_side_list .blog_bx.slick-slide {
  height: auto; }

.blog_cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog_cms li {
    width: 31.333%;
    margin-bottom: 2em;
    margin-right: 3%; }
    .blog_cms li:nth-child(3n) {
      margin-right: 0; }
  .blog_cms a {
    color: #000;
    display: block; }
    .blog_cms a:hover .img img {
      -webkit-transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      -ms-transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      cursor: pointer;
      opacity: 1 !important;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .blog_cms a .img_area {
      position: relative;
      overflow: hidden;
      margin-bottom: .5em; }
    .blog_cms a .img {
      position: relative;
      overflow: hidden;
      height: 0;
      padding-top: 66.888%;
      background: #eee; }
      .blog_cms a .img img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
  .blog_cms .data_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
  .blog_cms .day {
    position: absolute;
    right: 10px;
    bottom: 1px;
    color: #333; }
  .blog_cms .cat span {
    background: #222;
    color: #fff;
    padding: 2px 9px;
    display: inline-block; }
  .blog_cms .txt_area {
    position: relative; }
  .blog_cms .ttl {
    font-weight: 700;
    line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .blog_cms {
      display: block; }
      .blog_cms li {
        width: 95%;
        margin: 0 auto 2em; }
        .blog_cms li:nth-child(3n) {
          margin-right: auto; } }

.blog_cms2 {
  border-top: 1px solid #d4d4d4;
  overflow: auto;
  max-height: 380px; }
  .blog_cms2 li {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 2em 0; }
  .blog_cms2 a {
    color: #000;
    display: block; }
    .blog_cms2 a:hover .img img {
      -webkit-transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      -ms-transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      transform: translate(-50%, -50%) rotate(3deg) scale(1.1);
      cursor: pointer;
      opacity: 1 !important;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .blog_cms2 a .img_area {
      position: relative;
      overflow: hidden;
      width: 17%;
      margin-right: 3%; }
    .blog_cms2 a .img {
      position: relative;
      overflow: hidden;
      height: 0;
      padding-top: 54.888%;
      background: #eee; }
      .blog_cms2 a .img img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
  .blog_cms2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog_cms2 .data_area {
    font-size: 13px;
    margin-bottom: 1em; }
  .blog_cms2 .day {
    position: absolute;
    right: 10px;
    bottom: 1px;
    color: #333; }
  .blog_cms2 .cat span {
    background: #222;
    font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    padding: 2px 9px;
    display: inline-block;
    font-weight: 400; }
  .blog_cms2 .txt_area {
    position: relative;
    width: 80%; }
  .blog_cms2 .ttl {
    font-weight: 700;
    line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .blog_cms2 li {
      padding: 1em 0; }
    .blog_cms2 a .img_area {
      width: 47%;
      margin-right: 3%; }
    .blog_cms2 a .img {
      padding-top: 66.888%; }
    .blog_cms2 .txt_area {
      width: 50%; }
    .blog_cms2 .data_area {
      font-size: 13px;
      margin-bottom: .5em; }
    .blog_cms2 .ttl {
      font-size: 12px; } }

.anc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .anc_btn li {
    background: #222;
    vertical-align: top;
    min-width: 150px;
    width: 30%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px; }
    .anc_btn li:last-child {
      margin-right: 0; }
    .anc_btn li a {
      color: #fff;
      font-weight: 900;
      display: block;
      text-align: center;
      font-size: inherit;
      letter-spacing: .06em;
      padding: 20px 0 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      line-height: 1em; }
      .anc_btn li a:after {
        content: '\f107';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        bottom: 5px;
        left: 50%;
        margin-left: -6px; }
      .anc_btn li a span {
        display: block;
        font-size: 0.7em;
        font-weight: normal;
        color: #fff; }
  @media screen and (max-width: 767px) {
    .anc_btn li {
      width: 90%;
      margin: 0 auto 10px; }
      .anc_btn li:last-child {
        margin-right: auto; } }

.circle {
  width: 100%;
  display: block;
  border-radius: 50%; }

.border_top {
  border-top: 2px solid #eaeaea; }

.bnr_box {
  position: relative; }
  .bnr_box .inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px; }
    @media screen and (max-width: 480px) {
      .bnr_box .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .bnr_box .inner:before {
      position: absolute;
      background-image: url(../img/bg_bnr_box.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: -1; }
  .bnr_box .L,
  .bnr_box .R {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
    @media screen and (max-width: 480px) {
      .bnr_box .L,
      .bnr_box .R {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .bnr_box .M {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media screen and (max-width: 480px) {
      .bnr_box .M {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1em; } }
  .bnr_box img {
    border-radius: 50%; }
  .bnr_box .txt {
    padding: 0 1.5em; }

.top_gallery li a {
  display: block;
  position: relative;
  padding-bottom: 66.25%;
  height: 0;
  overflow: hidden;
  background: #fff; }

.top_gallery li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%; }

.top_gallery li p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px; }

.facility_photo li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  text-align: center; }

.facility_photo a {
  display: block;
  padding-bottom: 80.25%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }

.facility_photo img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.facility_photo p {
  text-align: center;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
  letter-spacing: .1em; }

.facility_photo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .facility_photo2 li {
    width: calc(100%/4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding: 2%; }
  .facility_photo2 a {
    display: block;
    padding-bottom: 80.25%;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px; }
  .facility_photo2 img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .facility_photo2 p {
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0; }
  .facility_photo2 .ttl {
    margin-bottom: 5px;
    font-size: 14px; }
  .facility_photo2 .price {
    color: #de0c0c;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    .facility_photo2 li {
      width: calc(100%/2); }
    .facility_photo2 p {
      line-height: 1.3;
      font-size: 13px; }
    .facility_photo2 .ttl {
      font-size: 12px; } }

.check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .check_box li {
    background: #e5861a;
    margin-bottom: 1%;
    padding: 1px 5px;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    letter-spacing: .1em;
    border-radius: 2px;
    font-size: 13px; }
    .check_box li:nth-child(4n) {
      margin-right: 0; }
  @media screen and (max-width: 480px) {
    .check_box li {
      padding: 4px 8px;
      font-size: 13px;
      text-align: center;
      font-weight: 700; } }

.faq_list dt {
  position: relative;
  padding-left: 3em;
  padding-top: 5px;
  min-height: 35px;
  font-size: 17px;
  margin-bottom: .5em;
  font-weight: 700; }
  .faq_list dt:before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    background: #db1126;
    color: #fff;
    display: inline-block;
    width: 37px;
    line-height: 37px;
    text-align: center; }

.faq_list dd {
  position: relative;
  padding-left: 3.6em;
  padding-top: 5px;
  min-height: 35px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .faq_list dd:before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    display: inline-block;
    text-align: center;
    width: 37px;
    line-height: 37px; }

.lead_txt {
  letter-spacing: .1em;
  line-height: 2; }

.serif {
  font-family: serif; }

.white_box2 {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em;
  -webkit-box-shadow: 0 8px 20px rgba(44, 76, 81, 0.3);
  box-shadow: 0 8px 20px rgba(44, 76, 81, 0.3); }
  @media screen and (max-width: 768px) {
    .white_box2 {
      padding: 3em; } }
  @media screen and (max-width: 480px) {
    .white_box2 {
      padding: 1.5em; } }

.map_box {
  position: relative;
  height: 0;
  padding-top: 40%; }
  .map_box iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 480px) {
    .map_box {
      padding-top: 85%; } }

.sub_txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
  @media screen and (max-width: 480px) {
    .sub_txt {
      font-size: 17px; } }

.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e5861a;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 0;
  border-radius: 10px; }
  .feature_list li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2em;
    border-right: 1px solid #fff;
    position: relative;
    overflow: hidden; }
    .feature_list li:last-child {
      border-right: none; }
    .feature_list li .img {
      text-align: center;
      margin-bottom: 1.5em; }
    .feature_list li .ttl {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative;
      text-align: center;
      font-size: 20px;
      line-height: 1.4;
      letter-spacing: .1em;
      font-weight: 700;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .feature_list {
      padding: 3vw 0; }
      .feature_list li {
        padding: 0 3vw; }
        .feature_list li .img {
          margin-bottom: 1em; }
        .feature_list li .ttl {
          font-size: 2vw; } }
  @media screen and (max-width: 767px) {
    .feature_list {
      display: block;
      padding: 0; }
      .feature_list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 1em; }
        .feature_list li:last-child {
          border-bottom: none; }
        .feature_list li .ttl {
          font-size: 16px;
          margin-bottom: 1em; } }

.ttl_S {
  font-size: 23px; }
  @media screen and (max-width: 480px) {
    .ttl_S {
      font-size: 17px;
      line-height: 1.4; } }

.ttl_M {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222; }
  @media screen and (max-width: 480px) {
    .ttl_M {
      font-size: 5.5vw;
      margin-bottom: 20px;
      line-height: 1.5;
      letter-spacing: .05em; } }

.contact_info_area {
  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;
  font-size: 20px;
  letter-spacing: initial; }
  .contact_info_area li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%; }
  .contact_info_area a {
    background: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 10px; }
  .contact_info_area span {
    font-size: 14px;
    font-weight: 700; }
  .contact_info_area i {
    margin-right: 6px; }
  .contact_info_area.ptn_02 {
    display: block; }
    .contact_info_area.ptn_02 li {
      width: 100%;
      margin-bottom: 5px; }
      .contact_info_area.ptn_02 li:last-child {
        margin-bottom: 0; }
    .contact_info_area.ptn_02 a {
      padding: 5px; }
  @media screen and (max-width: 768px) {
    .contact_info_area {
      display: block; }
      .contact_info_area li {
        width: 100%;
        margin-bottom: 10px; }
        .contact_info_area li:last-child {
          margin-bottom: 0; } }

.top_bnr1 {
  position: relative; }
  .top_bnr1 .img {
    position: absolute;
    bottom: -30px;
    right: 0px;
    height: calc(100% + -20px);
    z-index: 0; }
    .top_bnr1 .img img {
      height: 100%; }
  .top_bnr1 br {
    display: none; }
  .top_bnr1 .ttl_M {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 1024px) {
    .top_bnr1 .img {
      height: 30vw;
      bottom: 0; }
    .top_bnr1 .ttl_M {
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    .top_bnr1 .img {
      bottom: inherit;
      height: initial;
      top: 0;
      right: 0;
      width: 38vw;
      z-index: 0; }
      .top_bnr1 .img img {
        height: initial; }
    .top_bnr1 br {
      display: block; }
    .top_bnr1 .ttl_M {
      font-size: 5.9vw; }
    .top_bnr1 .list_ol_01 {
      position: relative; } }

.tbl_style03 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .tbl_style03 th,
  .tbl_style03 td {
    padding: 10px;
    vertical-align: middle; }
  .tbl_style03 th {
    background: #222;
    color: #FFFFFF;
    text-align: left;
    width: 20%;
    position: relative;
    font-weight: bold; }
    .tbl_style03 th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #fafafa;
      border-width: 10px;
      border-left-color: #222;
      margin-top: -10px; }
  .tbl_style03 td {
    background: #fafafa;
    padding-left: 20px; }
  .tbl_style03 .price {
    font-size: 18px;
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    .tbl_style03 {
      font-size: 14px; }
      .tbl_style03 th {
        width: 29%; }
      .tbl_style03 .price {
        font-size: 14px; } }

.box_styleA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .box_styleA li {
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 2%; }
    .box_styleA li:nth-child(n + 4) {
      margin-top: 3em; }
    .box_styleA li:nth-child(3n) {
      margin-right: 0; }
  .box_styleA .img {
    position: relative;
    text-align: center;
    margin-bottom: 1.5em; }
  .box_styleA .ttl {
    font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.6; }
  .box_styleA .no {
    font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #e5861a;
    position: absolute;
    bottom: -18px;
    left: 5px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1; }
  .box_styleA .txt {
    font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .box_styleA .img {
      margin-bottom: 1em; }
    .box_styleA .ttl {
      font-size: 2vw; }
    .box_styleA .no {
      font-size: 35px;
      bottom: -18px; } }
  @media screen and (max-width: 767px) {
    .box_styleA {
      display: block;
      padding: 0; }
      .box_styleA li {
        width: 100%;
        border-right: none;
        margin-bottom: 3em; }
        .box_styleA li:last-child {
          margin-bottom: 0; }
        .box_styleA li:nth-child(n + 4) {
          margin-top: 0; }
      .box_styleA .ttl {
        font-size: 4.8vw;
        text-align: center; }
      .box_styleA .no {
        bottom: -18px; } }

.link_ico {
  font-size: 14px; }
  .link_ico a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .link_ico i {
    font-size: 26px;
    margin-right: 5px; }
  @media screen and (max-width: 480px) {
    .link_ico a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
