@charset "UTF-8";
/* @import "_vars.scss"; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&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; }
  .slicknav_menu .slicknav_btn {
    z-index: 1;
    background-color: #005FAC; }
  .slicknav_menu .slicknav_nav {
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .slicknav_menu .slicknav_nav a {
      padding: 0 7px;
      margin: 0;
      font-size: 17px;
      text-align: left; }
      .slicknav_menu .slicknav_nav a > span {
        display: block;
        font-size: 10px; }
    .slicknav_menu .slicknav_nav > li {
      margin-bottom: 30px;
      border-bottom: none; }
      .slicknav_menu .slicknav_nav > li img {
        display: none; }
  @media screen and (max-width: 1024px) {
    .slicknav_menu {
      display: block; } }
  @media screen and (max-width: 480px) {
    .slicknav_menu .slicknav_nav {
      width: 100vw;
      text-align: center;
      padding: 0 40px; }
      .slicknav_menu .slicknav_nav a {
        font-size: 16px; } }

@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 {
  position: relative;
  width: 100%;
  min-width: 1025px;
  top: 0;
  z-index: 9; }
  @media screen and (max-width: 1024px) {
    header {
      min-width: inherit; } }
  @media screen and (max-width: 480px) {
    header {
      position: relative; } }

.header_area {
  width: 95%;
  position: relative;
  margin: 0 auto;
  height: 140px;
  -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: 20px;
    left: 0;
    z-index: 9;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .header_area .logo {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 20px;
        top: 50%; } }
    @media screen and (max-width: 480px) {
      .header_area .logo {
        width: 220px;
        left: 10px; } }
    .header_area .logo a {
      color: #000; }

nav {
  position: absolute;
  bottom: 30px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    nav {
      display: none; } }

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    width: calc(100%/6);
    /*ドロップダウンメニュー*/
    /*ドロップダウンメニュー*/ }
    .gnav > li:last-child {
      border-right: 1px solid #ccc;
      margin-right: 0; }
    .gnav > li > a {
      font-family: "Roboto Condensed", "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: 15px;
      line-height: 1.3;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      height: 100%;
      letter-spacing: .05em;
      font-weight: 500;
      text-transform: uppercase; }
      .gnav > li > a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 1px;
        height: 20px;
        background: #ccc;
        z-index: 2; }
      .gnav > li > a:before {
        position: absolute;
        top: -3px;
        left: 8px;
        content: '';
        width: calc(100% - 16px);
        height: 1px;
        background: #333;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .gnav > li > a.active {
        border-bottom: 4px solid #005FAC; }
      .gnav > li > a:link, .gnav > li > a:visited {
        text-decoration: none;
        color: #333; }
      .gnav > li > a:hover {
        opacity: 1;
        text-decoration: none;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        color: #333; }
        .gnav > li > a:hover::before {
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
    .gnav > li span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      margin-top: 3px; }
    .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; }

.header_tel {
  position: absolute;
  top: 10px;
  right: 0; }
  .header_tel ul {
    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; }
  .header_tel li {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1; }
    .header_tel li:last-child {
      margin-right: 0; }
  .header_tel a {
    color: #555; }
    .header_tel a:hover {
      text-decoration: none; }
  .header_tel .tel {
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    text-align: center; }
    .header_tel .tel .ico {
      font-size: 16px;
      margin-right: 2px; }
    .header_tel .tel .memo {
      font-size: 12px;
      display: block;
      margin-bottom: 2px;
      text-align: left;
      padding-left: 19px; }
    .header_tel .tel .num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .header_tel .mail {
    background: #284add;
    font-size: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 10px;
    border-radius: 4px; }
    .header_tel .mail a {
      display: block;
      color: #fff; }
  @media screen and (max-width: 1024px) {
    .header_tel {
      display: none; } }

/* //header */
/* slider */
.slide_box {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .slide_box .slide_txt {
    position: absolute;
    top: 50%;
    left: 4%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 45%;
    max-width: 95rem;
    z-index: 3; }
    .slide_box .slide_txt.img02 {
      width: 60%; }
    .slide_box .slide_txt.img03 {
      width: 55%; }
    @media screen and (max-width: 1024px) {
      .slide_box .slide_txt {
        width: 75%; }
        .slide_box .slide_txt.img02 {
          width: 90%;
          top: initial;
          bottom: 8%;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        .slide_box .slide_txt.img03 {
          width: 85%;
          top: initial;
          bottom: 8%;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }
    @media screen and (max-width: 480px) {
      .slide_box .slide_txt {
        width: 90%; }
        .slide_box .slide_txt.img03 {
          width: 90%; } }
  .slide_box .slick-slider.main_v {
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .slide_box .slick-slider.main_v {
        height: 100%; } }
    .slide_box .slick-slider.main_v .slick-slide {
      height: 100vh;
      min-height: 55rem; }
      .slide_box .slick-slider.main_v .slick-slide > img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%; }
      @media screen and (max-width: 1024px) {
        .slide_box .slick-slider.main_v .slick-slide {
          height: 55vh; } }
      @media screen and (max-width: 480px) {
        .slide_box .slick-slider.main_v .slick-slide {
          min-height: inherit; }
          .slide_box .slick-slider.main_v .slick-slide > img {
            -o-object-position: 90% 100%;
            object-position: 90% 100%; } }
    .slide_box .slick-slider.main_v.slick-dotted.slick-slider {
      margin-bottom: 0; }
    .slide_box .slick-slider.main_v .slick-dots {
      bottom: 20px; }
      @media screen and (max-width: 767px) {
        .slide_box .slick-slider.main_v .slick-dots {
          bottom: 95px; } }

.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 .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; } }

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12); } }
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12); } }

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 11s linear 0s 1 normal both;
  animation: zoom-in 11s linear 0s 1 normal both; }

.swiper-slide {
  position: relative; }
  .swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-position: 50%;
    background-size: cover;
    z-index: -1; }

.slide-img {
  height: 100%;
  width: 100%; }
  .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; }

#slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  #slideshow .swiper-container {
    height: calc(100vh - 120px);
    max-height: 90rem;
    min-height: 56rem;
    width: calc(calc(860 / 1280) * 100vw);
    margin-left: auto;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 1024px) {
      #slideshow .swiper-container {
        height: 45vh;
        max-height: 60rem;
        min-height: 40rem;
        width: calc(calc(900 / 1280) * 100vw); } }
    @media screen and (max-width: 480px) {
      #slideshow .swiper-container {
        height: 40vh;
        min-height: inherit;
        max-height: 30rem;
        width: calc(calc(880 / 1280) * 100vw); } }

#catch {
  z-index: 50;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* width: 65%; */
  /* max-width: 95rem; */
  text-align: left;
  font-size: calc(calc(10 / 400) * 100vw);
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 500;
  color: #000; }
  #catch.on {
    opacity: 1;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  @media screen and (max-width: 1024px) {
    #catch {
      font-size: calc(calc(13 / 400) * 100vw); } }
  @media screen and (max-width: 480px) {
    #catch {
      top: inherit;
      bottom: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      font-size: calc(calc(22 / 400) * 100vw);
      line-height: 1.6; } }

/* title */
.fs_S,
.fs_M,
.fs_L {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 1em; }
  .fs_S.en,
  .fs_M.en,
  .fs_L.en {
    line-height: 1.4;
    text-transform: uppercase; }

.fs_S {
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .fs_S {
      font-size: 16px; } }

.fs_M {
  font-size: 22px; }
  .fs_M.en {
    font-size: 2em; }
  @media screen and (max-width: 768px) {
    .fs_M {
      font-size: 21px; }
      .fs_M.en {
        font-size: 1.5em; } }
  @media screen and (max-width: 480px) {
    .fs_M {
      font-size: 18px; } }

.fs_L {
  font-size: 32px; }
  .fs_L.en {
    font-size: 2.6em;
    letter-spacing: 3px; }
  @media screen and (max-width: 480px) {
    .fs_L {
      font-size: 22px; }
      .fs_L.en {
        font-size: 1.8em; } }

.ttl_1 {
  position: relative;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 50px; }
  .ttl_1:before {
    content: "";
    background: #284add;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 4px;
    width: 40px; }
  .ttl_1 span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase; }
  .ttl_1.white span {
    color: #ddd; }
  @media screen and (max-width: 480px) {
    .ttl_1 span {
      font-size: 13px; } }

.ttl_2 {
  text-align: center;
  overflow: hidden; }
  .ttl_2 > span {
    position: relative; }
    .ttl_2 > span:before, .ttl_2 > span:after {
      content: "";
      position: absolute;
      top: 50%;
      height: 1px;
      width: 80px;
      border-top: 1px solid #524742; }
    .ttl_2 > span:before {
      left: -100px; }
    .ttl_2 > span:after {
      right: -100px; }
  .ttl_2.white {
    color: #FFF; }
    .ttl_2.white > span:before, .ttl_2.white > span:after {
      border-top: 1px solid #FFF; }
  .ttl_2.black {
    color: #005FAC; }
    .ttl_2.black > span:before, .ttl_2.black > span:after {
      border-top: 1px solid #005FAC; }
  @media screen and (max-width: 480px) {
    .ttl_2 > span:before, .ttl_2 > span:after {
      width: 30px; }
    .ttl_2 > span:before {
      left: -50px; }
    .ttl_2 > span:after {
      right: -50px; } }

.ttl_3 {
  background: #005FAC;
  color: #fff;
  position: relative;
  padding: 10px;
  padding-left: 20px; }
  .ttl_3:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 1px; }
  .ttl_3 span {
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px; }
  @media screen and (max-width: 480px) {
    .ttl_3 {
      padding: 7px;
      padding-left: 16px; }
      .ttl_3:before {
        width: 9px; }
      .ttl_3 span {
        font-size: 13px;
        margin-left: 0;
        display: block; } }

.ttl_4 {
  text-transform: capitalize; }
  .ttl_4 span {
    font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
    padding-left: 10px;
    letter-spacing: .1em; }
    .ttl_4 span:before {
      content: "";
      width: 1px;
      height: 36px;
      background: #005FAC;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg); }
    .ttl_4 span.white {
      color: #fff; }
      .ttl_4 span.white:before {
        background: #fff; }
  @media screen and (max-width: 480px) {
    .ttl_4 span {
      font-size: 13px;
      margin-left: 10px;
      padding-left: 8px; }
      .ttl_4 span:before {
        height: 26px; }
    .ttl_4.en {
      margin-bottom: 0.5em; } }

.ttl_5 {
  position: relative;
  border-bottom: 2px solid #ccc;
  text-transform: uppercase;
  font-weight: 500; }
  .ttl_5:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: "";
    width: 20%;
    height: 2px;
    background-color: #284add; }
  @media screen and (max-width: 767px) {
    .ttl_5:after {
      width: 40%; } }

.ttl_6 {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border-top: 1px solid #555;
  padding-top: 1em; }

.ttl_7 {
  font-size: 17px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 21px;
  overflow: hidden; }
  .ttl_7:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 15px;
    background: #284add;
    top: 11px;
    left: 0; }

.ttl_8 {
  position: relative;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 15px; }
  .ttl_8:before {
    background: #284add;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px; }

.ttl_9 p {
  color: #000;
  font-size: 0.5em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px; }
  .ttl_9 p > span {
    display: inline-block;
    position: relative; }
    .ttl_9 p > span:before {
      content: "";
      background-color: #000;
      position: absolute;
      top: 50%;
      height: 1px;
      right: -62px;
      width: 53px; }

.ttl_9 h2 {
  color: #284add;
  margin-bottom: 0; }

.ttl_9.en {
  font-size: 5.4rem;
  margin-bottom: 0.5em;
  letter-spacing: 4px; }
  .ttl_9.en p {
    font-size: 14px;
    letter-spacing: .1em; }

.ttl_9.white p {
  color: #fff; }
  .ttl_9.white p span:before {
    background-color: #fff; }

@media screen and (max-width: 480px) {
  .ttl_9 {
    font-size: 22px;
    margin-bottom: 20px; }
    .ttl_9 p {
      line-height: 1.4;
      font-size: 14px; }
      .ttl_9 p span {
        display: inline-block;
        position: relative; }
        .ttl_9 p span:before {
          right: -48px;
          width: 40px; }
    .ttl_9.en {
      letter-spacing: 2px; }
      .ttl_9.en p {
        font-size: 13px; } }

.ttl_10 {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.5; }
  .ttl_10:after {
    content: "";
    background: #284add;
    height: 1px;
    width: 80px;
    margin-top: 14px;
    display: block; }
  .ttl_10.tcenter:after {
    margin: 14px auto 0; }

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

.ttl_12 {
  line-height: 1.4; }
  .ttl_12 span {
    display: inline-block;
    background: #222;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 6px 0px; }

.ttl_check:before {
  color: #284add;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  margin-right: 5px; }

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

.box_brackets {
  position: relative;
  padding: 1.5em 2em;
  -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: 2px solid #005FAC;
    border-bottom: 2px solid #005FAC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .box_brackets:before {
    left: 0;
    border-left: 2px solid #005FAC; }
  .box_brackets:after {
    right: 0;
    border-right: 2px solid #005FAC; }
  @media screen and (max-width: 767px) {
    .box_brackets {
      padding: 1em 1em; }
      .box_brackets:before, .box_brackets:after {
        border-top: 2px solid #005FAC;
        border-bottom: 2px solid #005FAC; }
      .box_brackets:before {
        left: 0;
        border-left: 2px solid #005FAC; }
      .box_brackets:after {
        right: 0;
        border-right: 2px solid #005FAC; } }

.ttl_no {
  display: inline-block;
  background: rgba(0, 95, 172, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#0089D4), to(#14BAF8));
  background: -webkit-linear-gradient(left, #0089D4, #14BAF8);
  background: -o-linear-gradient(left, #0089D4, #14BAF8);
  background: linear-gradient(90deg, #0089D4, #14BAF8);
  color: #fff;
  font-weight: 700;
  width: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 8px; }

/* //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: #e9411e;
  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: #005FAC;
  border: 2px solid #005FAC;
  font-size: 16px;
  display: block;
  max-width: 265px;
  width: 100%;
  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: #005FAC;
    color: #005FAC !important; }
    input[type="submit"]:hover::before, input[type="submit"]:hover::after {
      width: 0;
      background-color: #005FAC; }
  input[type="submit"]::before, input[type="submit"]::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #005FAC;
    -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: 767px) {
    .privacy_policy {
      padding: 1.5em; }
      .privacy_policy .item span {
        line-height: 1.6em; } }

.content_box {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .content_box {
      width: 95%;
      padding: 30px 0; } }

.content_boxLL {
  width: 95%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .content_boxLL {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .content_boxLL {
      padding: 30px 0; } }

.content_boxL {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .content_boxL {
      width: 95%;
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .content_boxL {
      padding: 30px 0; } }

.content_boxS {
  max-width: 900px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .content_boxS {
      width: 95%;
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .content_boxS {
      padding: 30px 0; } }

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

.note_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background: rgba(240, 240, 240, 0.7);
  font-size: 14px;
  border-radius: 3px; }

.note_block2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  border: 3px solid #e3e3e3;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .note_block2 {
      padding: 1em; } }

.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: 65%;
    text-align: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .box_styleB .txt.L {
      padding-left: 3em; }
    .box_styleB .txt.R {
      padding-right: 3em; }
  .box_styleB .img {
    width: 30%; }
  .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;
      width: 100%;
      margin: 0 auto; }
      .box_styleB .txt {
        width: 100%; }
        .box_styleB .txt.L {
          padding-left: 0; }
        .box_styleB .txt.R {
          padding-right: 0; }
      .box_styleB .lead_txt {
        letter-spacing: inherit;
        line-height: inherit; }
      .box_styleB .img {
        width: 100%;
        text-align: center;
        margin: 0 auto 1em; }
      .box_styleB .title_07 {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: .05em; } }

.box_styleC {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .box_styleC .txt {
    width: 40%;
    letter-spacing: .05em;
    line-height: 1.8;
    text-align: justify; }
  .box_styleC .img {
    width: 55%; }
  .box_styleC.ptn_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .box_styleC {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .box_styleC .txt {
        width: 100%; }
      .box_styleC .lead_txt {
        letter-spacing: inherit;
        line-height: inherit; }
      .box_styleC .img {
        width: 100%;
        text-align: center;
        margin: 0 auto 1em; }
      .box_styleC .title_07 {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: .05em; } }

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .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; }

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

.justify_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

.col_2 > div {
  width: 48%;
  margin-right: 4%; }
  .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: 1em; }
    .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: 2em; }
    .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;
  margin-top: 2em; }
  .bg_01:before {
    left: 0;
    top: 0;
    bottom: 15px;
    background-color: #f7f9fc;
    position: absolute;
    content: "";
    width: 75%;
    max-width: 1400px;
    z-index: -1; }
  .bg_01.pk:before {
    left: initial;
    right: 0;
    top: 0; }
  @media screen and (max-width: 768px) {
    .bg_01 {
      margin-top: 1em; }
      .bg_01:before {
        width: 93%;
        bottom: 10px; } }

.bg_02 {
  position: relative;
  margin-top: 2em; }
  .bg_02:before {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0%;
    bottom: 15px;
    background-color: #f7f9fc;
    position: absolute;
    content: "";
    width: 98%;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .bg_02 {
      margin-top: 1em; }
      .bg_02:before {
        bottom: 10px; } }

.bg_03 {
  position: relative;
  margin-top: 2em; }
  .bg_03:before {
    left: 0;
    top: 0%;
    bottom: 15px;
    background-color: #f1f1f1;
    position: absolute;
    content: "";
    width: 55%;
    max-width: 1400px;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .bg_03 {
      margin-top: 1em; }
      .bg_03:before {
        width: 93%;
        bottom: 10px; } }

.bg_img02 {
  position: relative;
  margin-top: 2em; }
  .bg_img02:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background-image: url(../img/bg_img02.jpg);
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
    opacity: .8; }
  @media screen and (max-width: 768px) {
    .bg_img02 {
      margin-top: 1em; }
      .bg_img02:before {
        bottom: 10px; } }

/*
アニメーションボタン*/
.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: #005FAC; }
  .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: #005FAC;
    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 {
  max-width: 265px;
  margin: 0 auto;
  position: relative; }
  .btnl_s:before {
    content: "";
    position: absolute;
    top: 47%;
    right: 20px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 2; }
  .btnl_s:hover:before {
    border-top: 1px solid #284add;
    border-right: 1px solid #284add; }
  .btnl_s:hover a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-color: #284add;
    color: #284add !important; }
    .btnl_s:hover a::before, .btnl_s:hover a::after {
      width: 0;
      background-color: #284add; }
  .btnl_s a {
    font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #284add;
    border: 2px solid #284add;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .btnl_s a:link, .btnl_s a:visited {
      color: #fff;
      text-decoration: none; }
    .btnl_s a::before, .btnl_s a::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #284add;
      -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;
  border: 1px solid #284add;
  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;
  line-height: 1.7;
  letter-spacing: .05em;
  font-size: 15px; }
  .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: #284add; }
  @media screen and (max-width: 480px) {
    .btn_round {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      font-size: 14px; } }

.contact_area {
  background-color: #dbdbdb !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em; }
  .contact_area .wraper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto; }
    .contact_area .wraper:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50%;
      background-image: url(../img/contact_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
  .contact_area .content_box {
    width: 50%;
    margin: 0;
    padding: 50px 1em;
    background: #fff;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact_area .tel {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-align: left; }
    .contact_area .tel span {
      font-size: 13px;
      display: block;
      font-weight: 400;
      color: #333; }
  .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: 20px;
      line-height: 1.2; }
      .contact_area .info_area li:last-child {
        margin-right: 0; }
  .contact_area .memo {
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    .contact_area {
      padding: 1em; }
      .contact_area .wraper {
        padding-top: 57vw; }
        .contact_area .wraper:before {
          bottom: inherit;
          height: 57vw;
          width: 100%; }
      .contact_area .content_box {
        width: 100%;
        padding: 30px 10px;
        overflow: visible; }
      .contact_area .tel {
        font-size: 26px; }
      .contact_area .memo {
        font-size: 13px; }
      .contact_area .info_area {
        display: block; }
        .contact_area .info_area li {
          font-size: 24px;
          margin-right: 0; }
          .contact_area .info_area li:first-child {
            margin-bottom: 10px; } }

.faq_box dt {
  font-size: 18px;
  background: rgba(40, 74, 221, 0.8);
  color: #fff;
  font-weight: 900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  margin-top: 10px;
  letter-spacing: .05em;
  position: relative; }
  .faq_box dt:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 1em;
    font-size: 26px;
    line-height: 1; }
  .faq_box dt:hover {
    background: #284add; }
  .faq_box dt span {
    font-size: .8em; }

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

@media screen and (max-width: 480px) {
  .faq_box dt {
    font-size: 15px;
    font-weight: 700;
    padding: 1em;
    padding-right: 30px; }
    .faq_box dt:after {
      right: 11px;
      font-size: 20px; }
  .faq_box dd {
    padding: 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: #284add;
    color: #FFFFFF;
    text-align: left;
    min-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: #f8f8f8;
      border-width: 10px;
      border-left-color: #284add;
      margin-top: -10px; }
  .tbl_style02 td {
    background: #f6f6f6;
    padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .tbl_style02 {
      font-size: 14px; }
      .tbl_style02 th {
        width: 29%; } }

.tbl_style03 {
  margin: 10px 0;
  line-height: 1.4; }
  .tbl_style03 tr {
    border-bottom: 1px solid #ccc; }
  .tbl_style03 th {
    padding: 5px 0px;
    width: 90px; }
    .tbl_style03 th span {
      color: #fff;
      background: #284add;
      text-align: center;
      display: block;
      border-radius: 2px;
      padding: 3px 8px;
      font-size: 14px; }
  .tbl_style03 td {
    padding: 5px 10px; }

.day_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .day_table li {
    width: calc(100% / 3);
    margin-bottom: 3%;
    position: relative;
    overflow: hidden; }
    .day_table li:before {
      top: 13px;
      height: 2px;
      width: 100%;
      content: "";
      background: #284add;
      display: block;
      position: absolute;
      left: 0; }
    .day_table li:last-child:before {
      background: none; }
  .day_table .time {
    background: #284add;
    display: inline-block;
    padding: 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    width: 80px;
    letter-spacing: initial; }
  .day_table .item {
    background: #eeef;
    height: 100%;
    padding: .5em;
    background-clip: content-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .day_table .read, .day_table .main_text {
    margin: 10px; }
  .day_table .read {
    font-weight: 700; }
  .day_table .main_text {
    font-size: 14px; }
  @media screen and (max-width: 767px) {
    .day_table li {
      width: 100%;
      padding-left: 30px;
      margin-bottom: 0; }
      .day_table li:before {
        height: 100%;
        width: 1px;
        content: "";
        display: block;
        left: 30px; }
      .day_table li.last {
        padding-bottom: 0; }
      .day_table li .time {
        font-size: 13px;
        width: 60px;
        position: absolute;
        left: 0;
        padding: 4px 0 4px;
        line-height: 1.3; }
        .day_table li .time > span {
          display: block;
          font-size: 12px; }
      .day_table li .item .read {
        line-height: 1.5em; }
      .day_table li .item .main_text {
        font-size: 13px; } }

.charge_tbl {
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }
  .charge_tbl.tcenter {
    text-align: center; }
  .charge_tbl th,
  .charge_tbl td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px; }
  .charge_tbl th {
    background-color: #005FAC;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid #005FAC;
    border-left: 1px solid #005FAC;
    width: calc(100% / 10); }
    .charge_tbl th:first-child {
      border-left: 1px solid #005FAC; }
    .charge_tbl th:last-child {
      border-right: 1px solid #005FAC; }
  .charge_tbl td {
    background: #fff; }
  .charge_tbl .small {
    font-size: .8em; }
  @media screen and (max-width: 768px) {
    .charge_tbl.ptn_02 tr {
      display: block; }
    .charge_tbl.ptn_02 th,
    .charge_tbl.ptn_02 td {
      display: block;
      padding: 5px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .charge_tbl.ptn_02 th {
      border: 1px solid #005FAC; }
    .charge_tbl.ptn_02 td {
      margin-bottom: 10px;
      border-top: none; } }

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

.schedule_table_wrap {
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
  margin-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .schedule_table_wrap {
      border-radius: 3px;
      padding: 0 5px; } }

.schedule_table {
  text-align: center;
  vertical-align: middle;
  font-size: 13px; }
  .schedule_table tr:nth-child(1) th {
    border: none; }
  .schedule_table th {
    line-height: 1.5;
    font-weight: 700; }
  .schedule_table td {
    font-size: 1.2em;
    line-height: 1.5; }
    .schedule_table td span {
      display: block;
      font-size: 12px;
      line-height: 1; }
  .schedule_table th, .schedule_table td {
    vertical-align: middle;
    border-top: 1px solid #dadada;
    height: 55px; }
  @media screen and (max-width: 480px) {
    .schedule_table {
      font-size: 10px; }
      .schedule_table td {
        font-size: 10px;
        line-height: 1.4; }
        .schedule_table td span {
          font-size: 10px; }
      .schedule_table th, .schedule_table td {
        height: inherit;
        padding: 8px 0px; } }

.news-lb {
  font-size: 14px;
  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 {
      float: none;
      width: 100%;
      padding: 10px 0 0; }
    .news-lb dd {
      padding-left: 0; } }

.news-lb2 {
  font-size: 14px;
  line-height: 1.5; }
  .news-lb2 dt {
    float: left;
    width: 5em;
    padding: 5px 0;
    font-weight: bold; }
  .news-lb2 dd {
    padding-left: 5em;
    padding: 5px 0; }
  @media screen and (max-width: 480px) {
    .news-lb2 dt {
      width: 5em; }
    .news-lb2 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; }
  .histry_tbl tr:nth-child(odd) {
    background-color: #EDF4F8; }
  .histry_tbl th,
  .histry_tbl td {
    padding: 8px;
    width: 7em;
    vertical-align: middle; }
    .histry_tbl th:last-child,
    .histry_tbl td:last-child {
      border-right: none; }
  .histry_tbl th {
    font-weight: 700; }
  .histry_tbl td {
    width: auto; }
  @media screen and (max-width: 767px) {
    .histry_tbl {
      font-size: 10px; }
      .histry_tbl th,
      .histry_tbl td {
        padding: 5px; } }

.news_box {
  overflow: auto;
  max-height: 300px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 10px; }
  .news_box a {
    color: #333; }
  .news_box dt {
    background: #284add;
    font-family: "Roboto Condensed", "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;
    font-size: 13px;
    float: left; }
    .news_box dt span {
      background: #005FAC;
      color: #fff;
      border-radius: 60px;
      margin-left: 7px;
      font-size: 11px;
      display: inline-block;
      padding: 1px 10px;
      min-width: 50px;
      text-align: center; }
  .news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 105px;
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .news_box dt {
      float: none;
      margin-bottom: 5px; }
    .news_box dd {
      padding-left: 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: #284add;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .blog_mttl {
      font-size: 16px; } }

.blog_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_links .pages .page_prev a,
    .page_links .pages .page_next a {
      border: 1px solid #284add;
      border-radius: 5px;
      padding: .5em .8em;
      background: #284add;
      color: #fff;
      display: inline-block;
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .page_links .pages .page_prev a:hover,
      .page_links .pages .page_next a:hover {
        background: #284add;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
  @media screen and (max-width: 480px) {
    .page_links {
      padding: 0 20px; }
      .page_links .pages {
        padding-top: 10px;
        display: block; }
        .page_links .pages .page_prev a,
        .page_links .pages .page_next a {
          width: 100%; } }

/*
ブログページのサイド　*/
.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: #005FAC; }
    .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: 11px;
      font-weight: normal;
      margin-bottom: 3px; }
      .blog_side_list .blog_bx .ttm span {
        background: #284add;
        padding: .3em .8em;
        color: #fff; }
    .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: 3em;
    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: #005FAC;
    color: #fff;
    padding: 2px 9px;
    display: inline-block; }
  .blog_cms .txt_area {
    position: relative; }
  .blog_cms .ttl {
    font-weight: 500;
    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 {
  overflow: auto;
  max-height: 300px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 10px; }
  .blog_cms2 li {
    width: 100%;
    padding: 2em 0; }
    .blog_cms2 li:nth-child(n+2) {
      border-top: 1px solid #ddd; }
  .blog_cms2 a {
    color: #333;
    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: #284add;
    font-family: "Roboto Condensed", "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 {
    line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .blog_cms2 {
      max-height: 250px; }
      .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; } }

.blog_cms3 li {
  margin: 0 10px;
  border-top: 4px solid #005FAC; }

.blog_cms3 a {
  color: #000;
  display: block; }
  .blog_cms3 a:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    cursor: pointer;
    opacity: 1 !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .blog_cms3 a .img_area {
    position: relative;
    overflow: hidden;
    margin-bottom: .5em; }
  .blog_cms3 a .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background: #eee; }
    .blog_cms3 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_cms3 .data_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

.blog_cms3 .day {
  position: absolute;
  top: 3px;
  right: 4px;
  color: #333; }

.blog_cms3 .cat span {
  background: #284add;
  color: #fff;
  padding: 2px 9px;
  display: inline-block; }

.blog_cms3 .txt_area {
  position: relative; }

.blog_cms3 .ttl {
  font-weight: 500;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .blog_cms3 {
    display: block; }
    .blog_cms3 li {
      width: 95%;
      margin: 0 auto 2em; }
      .blog_cms3 li:nth-child(3n) {
        margin-right: auto; } }

.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 {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    font-size: 20px; }
    .anc_btn li:nth-child(3n), .anc_btn li:last-child {
      margin-right: 0;
      border-right: none; }
    .anc_btn li span {
      display: block;
      font-size: 17px;
      text-transform: uppercase; }
    .anc_btn li a {
      color: #005FAC;
      font-weight: 700;
      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: 1.6em; }
      .anc_btn li a:after {
        content: '\f107';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        bottom: 10px;
        left: 50%;
        font-size: 20px;
        margin-left: -7px;
        line-height: 1; }
      .anc_btn li a:hover {
        background: #eee; }
  @media screen and (max-width: 480px) {
    .anc_btn li {
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px; }
      .anc_btn li:nth-child(3n) {
        margin-right: 2%; }
      .anc_btn li:nth-child(2n) {
        margin-right: 0; }
      .anc_btn li span {
        font-size: 13px; } }

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

.border_d {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px double #284add; }

.border_top {
  border-top: 1px solid #ccc; }

.border_tb {
  border-top: 4px double #ccc; }

.top_gallery li {
  overflow: hidden;
  margin: 0 5px; }
  .top_gallery li a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px; }
  .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: cover;
    object-fit: cover;
    height: 100%; }
  .top_gallery li p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4; }

.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: #005FAC;
  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(96%/4);
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  .facility_photo2 a {
    display: block;
    padding-bottom: 94.25%;
    height: 0;
    position: relative;
    overflow: hidden; }
  .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: cover;
    object-fit: cover; }
  .facility_photo2 .ttl {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center; }
  .facility_photo2 .txt {
    font-size: 14px; }
  @media screen and (max-width: 767px) {
    .facility_photo2 li {
      width: calc(98%/2);
      margin-right: 2%;
      margin-bottom: 2%; }
      .facility_photo2 li:nth-child(2n) {
        margin-right: 0; }
      .facility_photo2 li p {
        font-size: 12px; } }

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

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

.lead_txt2 {
  letter-spacing: .05em;
  line-height: 1.8; }

.serif {
  font-family: serif; }

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

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

.ttl_S, .ttl_M, .ttl_L {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  letter-spacing: .05em;
  margin-bottom: 1em;
  line-height: 1.6; }
  .ttl_S.st1, .ttl_M.st1, .ttl_L.st1 {
    padding-left: 25px; }
    .ttl_S.st1:before, .ttl_M.st1:before, .ttl_L.st1:before {
      position: absolute;
      content: '';
      background: #005FAC;
      height: 5px;
      width: 15px;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.ttl_S {
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .ttl_S {
      font-size: 15px; } }

.ttl_M {
  font-size: 26px;
  letter-spacing: .1em;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .ttl_M {
      font-size: 21px; } }
  @media screen and (max-width: 480px) {
    .ttl_M {
      font-size: 5vw; } }

.ttl_L {
  font-size: 32px;
  letter-spacing: .1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .ttl_L {
      font-size: 20px;
      margin-bottom: 1em; } }

.bg_contact {
  position: relative; }
  .bg_contact:before {
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: blur(5px) opacity(0.9);
    filter: blur(5px) opacity(0.9); }

.access_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background: #fff; }
  .access_box > div {
    width: 50%; }
  .access_box .txt_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em; }
  .access_box .access_logo img {
    max-width: 180px;
    width: 100%; }
  .access_box .info_area {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .access_box .info_area li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.2; }
      .access_box .info_area li:last-child {
        margin-right: 0; }
  .access_box .tel {
    font-size: 30px;
    font-weight: 800;
    text-align: left; }
    .access_box .tel a {
      color: #333; }
  @media screen and (max-width: 768px) {
    .access_box {
      display: block; }
      .access_box > div {
        width: 100%; }
        .access_box > div:first-child {
          padding: 1em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .access_box .img {
        margin-bottom: 20px; }
      .access_box .txt_area {
        width: 100%;
        padding: 2em 1em;
        display: block; }
      .access_box .access_logo img {
        max-width: 140px; }
      .access_box .info_area li {
        margin-right: 0; }
      .access_box .tel {
        font-size: 24px; } }

.map_box {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 768px) {
    .map_box {
      height: 0;
      padding-top: 30rem; }
      .map_box iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }

.sp_contact {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 45px;
      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(0, 95, 172, 0.74);
      z-index: 99999;
      position: -webkit-sticky;
      position: sticky;
      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: calc(100%/2);
        height: 100%;
        text-align: center;
        cursor: pointer;
        line-height: 1.4; }
        .sp_contact li a {
          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;
          font-size: 16px;
          color: #fff;
          border-left: 1px solid #fff;
          height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-weight: 700; }
        .sp_contact li:first-child a {
          border-left: none; }
        .sp_contact li i {
          margin-right: 6px; } }

.in_box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3em; }
  @media screen and (max-width: 768px) {
    .in_box {
      padding: 1em; } }

.sub_img {
  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; }
  .sub_img > li {
    width: calc(100%/2 - 3px); }

.sub_imgL {
  text-align: left; }
  .sub_imgL > img {
    width: 70%; }

.sub_imgR {
  text-align: right; }
  .sub_imgR > img {
    width: 70%; }

.listC {
  overflow: hidden;
  line-height: 1.5; }
  .listC li {
    padding-left: 1.3em;
    text-indent: -1.2em;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .listC li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f101";
      margin-right: 5px;
      color: #284add; }
    .listC li:last-child {
      margin-bottom: 0; }
  .listC.white li:before {
    color: #fff; }

.flow_box {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 10px; }
  .flow_box > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 1em 2em 1em;
    font-weight: 500; }
    .flow_box > li:last-child {
      border-bottom: 0; }
  .flow_box .no {
    color: #284add;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    width: 55px;
    margin-right: 30px; }
  .flow_box .txt_area {
    width: calc(100% - 85px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 0 0; }
  .flow_box .ttl {
    color: #000;
    letter-spacing: 1px;
    font-size: 16px; }
  .flow_box .btn-r {
    margin: 0; }
  .flow_box .sub_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 85px; }
  @media screen and (max-width: 480px) {
    .flow_box {
      padding: 0 10px; }
      .flow_box > li {
        padding: 1.5em 10px;
        font-weight: 400; }
      .flow_box .no {
        font-size: 40px;
        width: 45px;
        margin-right: 10px; }
      .flow_box .txt_area {
        width: calc(100% - 55px);
        padding: 5px 0 0; }
      .flow_box .ttl {
        color: #000;
        letter-spacing: 1px;
        font-size: 16px; }
      .flow_box .sub_box {
        padding-left: 0; } }

.merit_box {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .merit_box > li {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 1em 2em 1em;
    width: 48%;
    margin-right: 4%; }
    .merit_box > li:nth-child(2n) {
      margin-right: 0; }
    .merit_box > li:nth-child(n + 3) {
      border-top: 1px solid #ccc; }
  .merit_box .no {
    color: #284add;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    width: 55px;
    margin-right: 30px;
    text-align: center; }
    .merit_box .no span {
      font-size: 11px;
      display: block;
      line-height: 1; }
  .merit_box .txt_area {
    width: calc(100% - 85px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .merit_box .ttl {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500; }
  .merit_box .btn-r {
    margin: 0; }
  @media screen and (max-width: 480px) {
    .merit_box {
      padding: 0 10px;
      display: block; }
      .merit_box > li {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1.5em 10px;
        font-weight: 400; }
        .merit_box > li:nth-child(n + 2) {
          border-top: 1px solid #ccc; }
      .merit_box .no {
        font-size: 40px;
        width: 45px;
        margin-right: 10px; }
      .merit_box .txt_area {
        width: calc(100% - 55px);
        padding: 15px 0 0; } }

.process_box {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .process_box > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 1em 2em 1em;
    width: 48%;
    margin-right: 4%; }
    .process_box > li:nth-child(2n) {
      margin-right: 0; }
    .process_box > li:nth-child(n + 3) {
      border-top: 1px solid #ccc; }
  .process_box .txt_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px; }
  @media screen and (max-width: 480px) {
    .process_box {
      display: block;
      padding: 0 20px; }
      .process_box > li {
        width: 100%;
        padding: 1.5em 0; }
        .process_box > li:nth-child(n + 2) {
          border-top: 1px solid #ccc; } }
