@charset "UTF-8";
/*
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
}
*/
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  color: #333; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 12px; } }

a {
  color: #349DC6; }
  a:hover {
    color: #349DC6; }
    a:hover img {
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      opacity: .5; }

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

.l-wrapper {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .l-wrapper {
      padding-top: 57px; } }

.container {
  max-width: 1280px; }

.l-header, .l-contents, .l-main, .l-sub, .l-footer {
  margin: 0;
  padding: 0; }

.w1024 {
  margin: 0 auto;
  max-width: 1024px; }

.w940 {
  margin: 0 auto;
  max-width: 940px; }

.w800 {
  margin: 0 auto;
  max-width: 800px; }

.w600 {
  margin: 0 auto;
  max-width: 600px; }

/*
#sp-menu {
	display: none;
	position: fixed;
	top: 75px;
	background-color: $color_white;
	width: 100%;
	@media screen and (min-width: 993px){
		display: none;
	}
}
*/
.l-header {
  max-width: 1280px;
  margin: 0 auto; }
  .l-header .navbar-header {
    padding: 0 40px;
    height: 80px;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .l-header .navbar-header {
        padding: 0 10px 0 15px;
        height: 57px; } }
    .l-header .navbar-header .header-logo {
      margin: 0;
      padding: 0; }
      .l-header .navbar-header .header-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .l-header .navbar-header .header-logo a img {
          width: 293px;
          height: 65px; }
          @media (max-width: 767.98px) {
            .l-header .navbar-header .header-logo a img {
              width: 173px;
              height: auto; } }
    .l-header .navbar-header .navbar-nav .nav-item {
      margin-right: 35px; }
      .l-header .navbar-header .navbar-nav .nav-item:last-child {
        margin-right: 0; }
      .l-header .navbar-header .navbar-nav .nav-item a {
        color: #333; }
        .l-header .navbar-header .navbar-nav .nav-item a:hover {
          color: #349DC6; }
        .l-header .navbar-header .navbar-nav .nav-item a.nav-link {
          padding-top: 20px;
          padding-bottom: 20px; }
      .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        margin-top: -5px;
        margin-left: -60px;
        padding-top: 0;
        padding-bottom: 0;
        border-color: #349DC6;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        width: 200px;
        text-align: center;
        z-index: 10; }
        .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
          margin: 20px auto;
          font-size: 16px; }
          .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:first-child {
            margin-top: 15px; }
          .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
            margin-bottom: 15px; }
          .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
            background-color: transparent; }
        .l-header .navbar-header .navbar-nav .nav-item.dropdown .dropdown-menu:after {
          content: "";
          display: block;
          position: absolute;
          top: -10px;
          left: 50%;
          margin-left: -7.5px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #349DC6; }
      .l-header .navbar-header .navbar-nav .nav-item.dropdown:hover a + .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
    .l-header .navbar-header .btn-sp-menu {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 35px;
      margin: 0;
      padding: 0;
      background-color: #349DC6;
      border: none;
      border-radius: 17.5px;
      color: #fff;
      font-size: 15px;
      text-align: center;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .l-header .navbar-header .btn-sp-menu {
          display: none; } }

.l-main {
  padding: 40px 0 160px; }
  @media (max-width: 767.98px) {
    .l-main {
      padding: 40px 0 100px; } }
  .l-main h1, .l-main h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 30px; }
    @media (max-width: 767.98px) {
      .l-main h1, .l-main h2 {
        margin-bottom: 30px;
        font-size: 14px; } }
    .l-main h1 span, .l-main h2 span {
      display: inline-block;
      position: relative;
      padding: 22px 53px; }
      @media (max-width: 767.98px) {
        .l-main h1 span, .l-main h2 span {
          padding: 12px 20px; } }
      .l-main h1 span:before, .l-main h2 span:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        height: 25px;
        background: transparent url("../images/icon-h2-before@2x.png") left top no-repeat;
        background-size: 100%; }
        @media (max-width: 767.98px) {
          .l-main h1 span:before, .l-main h2 span:before {
            width: 20px;
            height: 12px; } }
      .l-main h1 span:after, .l-main h2 span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43px;
        height: 25px;
        background: transparent url("../images/icon-h2-after@2x.png") right bottom no-repeat;
        background-size: 100%; }
        @media (max-width: 767.98px) {
          .l-main h1 span:after, .l-main h2 span:after {
            width: 20px;
            height: 12px; } }
  .l-main h3 {
    margin-bottom: 80px;
    font-size: 25px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .l-main h3 {
        margin-bottom: 30px;
        font-size: 14px; } }
    .l-main h3.h3-line {
      text-align: center; }
      .l-main h3.h3-line span {
        display: inline-block;
        position: relative;
        padding: 0 80px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .l-main h3.h3-line span {
            padding: 0 60px; } }
        .l-main h3.h3-line span:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -2px;
          width: 40px;
          height: 4px;
          background-color: #349DC6; }
          @media (max-width: 767.98px) {
            .l-main h3.h3-line span:before {
              margin-top: -1px;
              height: 2px; } }
        .l-main h3.h3-line span:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -2px;
          width: 40px;
          height: 4px;
          background-color: #349DC6; }
          @media (max-width: 767.98px) {
            .l-main h3.h3-line span:after {
              margin-top: -1px;
              height: 2px; } }
    .l-main h3.grand-award, .l-main h3.excellence-award, .l-main h3.gold-award, .l-main h3.silver-award, .l-main h3.bronze-award {
      text-align: center; }
      .l-main h3.grand-award span, .l-main h3.excellence-award span, .l-main h3.gold-award span, .l-main h3.silver-award span, .l-main h3.bronze-award span {
        display: inline-block;
        position: relative;
        padding: 6px 56px;
        text-align: center; }
        .l-main h3.grand-award span:before, .l-main h3.excellence-award span:before, .l-main h3.gold-award span:before, .l-main h3.silver-award span:before, .l-main h3.bronze-award span:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -27.5px;
          width: 26px;
          height: 55px;
          background-size: 100%; }
          @media (max-width: 767.98px) {
            .l-main h3.grand-award span:before, .l-main h3.excellence-award span:before, .l-main h3.gold-award span:before, .l-main h3.silver-award span:before, .l-main h3.bronze-award span:before {
              margin-top: -15px;
              width: 14.18px;
              height: 30px; } }
        .l-main h3.grand-award span:after, .l-main h3.excellence-award span:after, .l-main h3.gold-award span:after, .l-main h3.silver-award span:after, .l-main h3.bronze-award span:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -27.5px;
          width: 26px;
          height: 55px;
          background: transparent url("../images/icon-award-gold-before@2x.png") left center no-repeat;
          background-size: 100%; }
          @media (max-width: 767.98px) {
            .l-main h3.grand-award span:after, .l-main h3.excellence-award span:after, .l-main h3.gold-award span:after, .l-main h3.silver-award span:after, .l-main h3.bronze-award span:after {
              margin-top: -15px;
              width: 14.18px;
              height: 30px; } }
    .l-main h3.grand-award span:before, .l-main h3.gold-award span:before {
      background-image: url("../images/icon-award-gold-before@2x.png"); }
    .l-main h3.grand-award span:after, .l-main h3.gold-award span:after {
      background-image: url("../images/icon-award-gold-after@2x.png"); }
    .l-main h3.excellence-award span:before, .l-main h3.silver-award span:before {
      background-image: url("../images/icon-award-silver-before@2x.png"); }
    .l-main h3.excellence-award span:after, .l-main h3.silver-award span:after {
      background-image: url("../images/icon-award-silver-after@2x.png"); }
    .l-main h3.bronze-award span:before {
      background-image: url("../images/icon-award-bronze-before@2x.png"); }
    .l-main h3.bronze-award span:after {
      background-image: url("../images/icon-award-bronze-after@2x.png"); }
  .l-main h4 {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .l-main h4 {
        font-size: 13px; } }
  .l-main .h4-frame {
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    padding: 8px 0;
    border: 1px solid #349DC6;
    font-size: 20px;
    line-height: 34px;
    color: #349DC6;
    text-align: center; }
  .l-main h5 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .l-main h5 {
        font-size: 13px; } }
  .l-main h6 {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .l-main h6 {
        font-size: 12px; } }
  .l-main p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 35px; }
    @media (max-width: 767.98px) {
      .l-main p {
        font-size: 12px;
        line-height: 24px; } }
  .l-main section {
    margin-bottom: 120px; }
    @media (max-width: 767.98px) {
      .l-main section {
        margin-bottom: 60px; } }
  .l-main .w800 ul li {
    margin: 20px 0; }
  .l-main .w800 ul li:first-child {
    margin-top: 0; }
  .l-main .page-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0 -15px 40px;
    padding: 0; }
    @media (max-width: 767.98px) {
      .l-main .page-navigation ul {
        margin: 0 -8px 40px; } }
    .l-main .page-navigation ul li {
      padding: 0 15px; }
      @media (max-width: 767.98px) {
        .l-main .page-navigation ul li {
          padding: 0 8px; } }
      .l-main .page-navigation ul li a {
        display: inline-block;
        padding: 12.5px 50px;
        background-color: #EFF8FC;
        border-radius: 30px;
        font-size: 16px;
        line-height: 27px;
        color: #349DC6; }
        @media (max-width: 767.98px) {
          .l-main .page-navigation ul li a {
            padding: 10px 25px;
            border-radius: 20px;
            font-size: 12px;
            line-height: 20px; } }
        .l-main .page-navigation ul li a:hover {
          text-decoration: none;
          background-color: #349DC6;
          color: #fff;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
        .l-main .page-navigation ul li a i.fa-chevron-left {
          margin-right: 1em; }
        .l-main .page-navigation ul li a i.fa-chevron-right {
          margin-left: 1em; }

.l-footer {
  padding: 80px 0;
  background-color: #EFF8FC;
  text-align: center; }
  @media (max-width: 767.98px) {
    .l-footer {
      padding: 60px 0; } }
  .l-footer section + section {
    margin-top: 80px; }
    @media (max-width: 767.98px) {
      .l-footer section + section {
        margin-top: 20px; } }
  .l-footer h2 {
    margin-bottom: 25px;
    font-size: 20px; }
    .l-footer h2 a {
      color: #333; }
    .l-footer h2 img {
      width: 247px;
      height: auto; }
      @media (max-width: 767.98px) {
        .l-footer h2 img {
          width: 198px; } }
  .l-footer h3 {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .l-footer h3 {
        font-size: 14px; } }
  .l-footer p, .l-footer address {
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .l-footer p, .l-footer address {
        font-size: 12px; } }
  .l-footer ul {
    list-style: none;
    padding: 0; }
    .l-footer ul li {
      margin-bottom: 17px;
      font-size: 14px; }
      @media (max-width: 767.98px) {
        .l-footer ul li {
          font-size: 12px; } }
  .l-footer .footer-qr {
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .l-footer .footer-qr {
        margin-bottom: 40px; } }
  .l-footer .col-footer-about {
    -webkit-box-flex: 1.5;
        -ms-flex-positive: 1.5;
            flex-grow: 1.5; }
  @media (max-width: 767.98px) {
    .l-footer .col {
      margin-bottom: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    .l-footer .col-footer-about {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
  @media (min-width: 768px) {
    .l-footer .footer-nav-bottom .col p {
      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;
      height: 110px; } }
  @media (max-width: 767.98px) {
    .l-footer .footer-nav-bottom .col {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

#sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF8FC;
  z-index: 2000;
  /*
	&:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: $color-clearblue;
		z-index: 1500;
		filter: blur(15px);
		opacity: .81;
	}
*/ }
  @media (min-width: 768px) {
    #sp-menu {
      display: none; } }
  #sp-menu * {
    position: relative;
    z-index: 2000; }
  #sp-menu.close {
    opacity: 0;
    visibility: hidden; }
  #sp-menu .btn-sp-menu-close {
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: #349DC6;
    border: none;
    border-radius: 17.5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle; }
  #sp-menu .sp-menu-btn {
    margin-bottom: 20px;
    padding: 10px;
    text-align: right; }
  #sp-menu .sp-menu-title {
    margin-bottom: 20px;
    padding: 0 25px;
    text-align: center; }
  #sp-menu ul {
    list-style: none;
    padding: 0;
    text-align: center; }
    #sp-menu ul li {
      margin-bottom: 22px; }
      #sp-menu ul li a {
        font-size: 14px;
        color: #333; }

.btn-more {
  display: inline-block;
  padding: 12.5px;
  width: 242px;
  height: 60px;
  background-color: #EFF8FC;
  border-radius: 30px;
  color: #349DC6;
  font-size: 16px;
  line-height: 35px; }
  @media (max-width: 767.98px) {
    .btn-more {
      padding: 5px;
      width: 212px;
      height: 40px;
      font-size: 12px;
      line-height: 30px; } }
  .btn-more:hover {
    text-decoration: none;
    background-color: #349DC6;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  .btn-more .fa-chevron-right {
    margin-left: 1em; }

.info-list {
  margin: 0 0 80px;
  border-top: 1px solid #DEDEDE; }
  @media (max-width: 767.98px) {
    .info-list {
      margin-bottom: 40px; } }
  .info-list a {
    display: block; }
    .info-list a:hover {
      text-decoration: none; }
      .info-list a:hover .info-post {
        background-color: #EFF8FC;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
  .info-list .info-post {
    display: table;
    padding: 15.5px 0;
    border-bottom: 1px solid #DEDEDE;
    width: 100%; }
    @media (max-width: 767.98px) {
      .info-list .info-post {
        display: block; } }
    .info-list .info-post .info-post-date {
      display: table-cell;
      width: 136px;
      padding-left: 20px;
      font-size: 16px;
      color: #349DC6;
      text-align: left; }
      @media (max-width: 767.98px) {
        .info-list .info-post .info-post-date {
          display: block;
          width: auto;
          margin-bottom: 5px;
          padding-left: 0;
          font-size: 10px; } }
    .info-list .info-post .info-post-title {
      display: table-cell;
      padding-right: 20px;
      font-size: 16px;
      color: #333;
      text-align: left; }
      @media (max-width: 767.98px) {
        .info-list .info-post .info-post-title {
          display: block;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }

.thumbnail-bg-right {
  position: relative;
  padding-bottom: 50px;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .thumbnail-bg-right {
      padding-bottom: 0; } }
  .thumbnail-bg-right:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #EFF8FC;
    width: 45%;
    height: 90%;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-right:after {
        content: none; } }
  .thumbnail-bg-right .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-right .row {
        display: block; } }
  @media (min-width: 768px) {
    .thumbnail-bg-right .col-text {
      padding-right: 30px; } }
  .thumbnail-bg-right .col-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-left: 0;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-right .col-image {
        position: relative;
        padding: 0 30px;
        text-align: right;
        z-index: 10; }
        .thumbnail-bg-right .col-image:before {
          content: "";
          display: block;
          position: absolute;
          left: 27%;
          bottom: -20px;
          margin-left: 20px;
          background-color: #EFF8FC;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .thumbnail-bg-right .col-image img {
          position: relative;
          max-width: 77%;
          z-index: 10; } }

.thumbnail-bg-left {
  position: relative;
  padding-bottom: 50px;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .thumbnail-bg-left {
      padding-bottom: 0; } }
  .thumbnail-bg-left:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #EFF8FC;
    width: 45%;
    height: 90%;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-left:after {
        content: none; } }
  .thumbnail-bg-left .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-left .row {
        display: block; } }
  @media (min-width: 768px) {
    .thumbnail-bg-left .col-text {
      padding-left: 30px; } }
  .thumbnail-bg-left .col-image {
    padding-right: 0;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .thumbnail-bg-left .col-image {
        position: relative;
        padding: 0 30px;
        text-align: left;
        z-index: 10; }
        .thumbnail-bg-left .col-image:before {
          content: "";
          display: block;
          position: absolute;
          right: 27%;
          bottom: -20px;
          margin-right: 20px;
          background-color: #EFF8FC;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .thumbnail-bg-left .col-image img {
          position: relative;
          max-width: 77%;
          z-index: 10; } }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

body.home {
  /*
	.navbar-header {
		display: none;
	}
*/ }
  body.home .l-wrapper {
    padding-top: 0; }
  body.home .l-main {
    padding-top: 0;
    text-align: center; }
    body.home .l-main .eyecatch {
      position: relative;
      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;
      margin-bottom: 120px;
      width: 100%;
      height: 600px;
      background: transparent url("../images/home-eyecatch.png") center center no-repeat;
      background-size: cover; }
      body.home .l-main .eyecatch:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 425px;
        height: 245px;
        background: transparent url("../images/home-eyecatch-before@2x.png") left top no-repeat;
        background-size: contain; }
        @media (max-width: 1199.98px) {
          body.home .l-main .eyecatch:before {
            width: 283.33333px;
            height: 163.33333px; } }
        @media (max-width: 767.98px) {
          body.home .l-main .eyecatch:before {
            width: 150px;
            height: 92px; } }
      body.home .l-main .eyecatch:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 425px;
        height: 254px;
        background: transparent url("../images/home-eyecatch-after@2x.png") right bottom no-repeat;
        background-size: contain; }
        @media (max-width: 1199.98px) {
          body.home .l-main .eyecatch:after {
            width: 283.33333px;
            height: 169.33333px; } }
        @media (max-width: 767.98px) {
          body.home .l-main .eyecatch:after {
            width: 160px;
            height: 92px; } }
    body.home .l-main .home-about {
      margin-bottom: 80px;
      background: transparent url("../images/svg/koshikijima.svg") center center no-repeat;
      background-size: contain; }
      @media (max-width: 767.98px) {
        body.home .l-main .home-about br {
          display: none; } }

body.about .l-main {
  padding-top: 0; }
  body.about .l-main .eyecatch {
    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;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    height: 440px;
    background: transparent url("../images/about-eyecatch@2x.png") center center no-repeat;
    background-size: cover; }
    @media (max-width: 767.98px) {
      body.about .l-main .eyecatch {
        height: 160px; } }
    body.about .l-main .eyecatch h2 {
      margin: 0;
      font-size: 30px;
      font-weight: 600px;
      color: #fff; }
      @media (max-width: 767.98px) {
        body.about .l-main .eyecatch h2 {
          font-size: 14px; } }
      body.about .l-main .eyecatch h2 span {
        padding: 22px 53px; }
        @media (max-width: 767.98px) {
          body.about .l-main .eyecatch h2 span {
            padding: 15px 25px; } }
        body.about .l-main .eyecatch h2 span:before {
          width: 43px;
          height: 25px;
          background: transparent url("../images/icon-h2-before-white@2x.png") left top no-repeat;
          background-size: 100%; }
          @media (max-width: 767.98px) {
            body.about .l-main .eyecatch h2 span:before {
              width: 20px;
              height: 12px; } }
        body.about .l-main .eyecatch h2 span:after {
          content: "";
          width: 43px;
          height: 25px;
          background: transparent url("../images/icon-h2-after-white@2x.png") right bottom no-repeat;
          background-size: 100%; }
          @media (max-width: 767.98px) {
            body.about .l-main .eyecatch h2 span:after {
              width: 20px;
              height: 12px; } }
    body.about .l-main .eyecatch small {
      display: inline-block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #fff;
      opacity: .8;
      font-size: 12px; }
      @media (max-width: 767.98px) {
        body.about .l-main .eyecatch small {
          right: 5px;
          bottom: 5px;
          font-size: 8px; } }
  body.about .l-main .about-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.about .l-main .about-promotion .about-promotion-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 30px; }
      body.about .l-main .about-promotion .about-promotion-col h4 {
        margin: 0;
        padding: 8px 30px;
        border: 1px solid #349DC6;
        font-size: 20px;
        line-height: 34px;
        color: #349DC6; }
      body.about .l-main .about-promotion .about-promotion-col p {
        margin: 0;
        padding: 8px 30px;
        font-size: 20px;
        line-height: 34px; }

.row-div {
  margin-right: -20px;
  margin-left: -20px; }
  .row-div .col-md-6 {
    padding-right: 20px;
    padding-left: 20px; }
  .row-div .col-div {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .row-div .col-div {
        height: 120px; } }
    .row-div .col-div .col-div-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%;
      height: 300px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 25px;
      letter-spacing: .1em;
      text-shadow: 0 0 10px rgba(49, 49, 49, 0.34);
      z-index: 5; }
      @media (max-width: 767.98px) {
        .row-div .col-div .col-div-title {
          height: 120px;
          font-size: 14px; } }
    .row-div .col-div .col-div-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      z-index: 1;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .row-div .col-div .col-div-image {
          height: 120px; } }
      .row-div .col-div .col-div-image img {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 2;
        -webkit-filter: blur(2px);
                filter: blur(2px); }
    .row-div .col-div .col-div-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      opacity: .5;
      z-index: 3;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .row-div .col-div .col-div-overlay {
          background-color: #349DC6; } }
      .row-div .col-div .col-div-overlay:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #349DC6;
        width: 450px;
        height: 300px;
        -webkit-transform: skewY(-33.6deg);
                transform: skewY(-33.6deg);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left;
        z-index: 5; }
        @media (max-width: 767.98px) {
          .row-div .col-div .col-div-overlay:before {
            content: none; } }
      .row-div .col-div .col-div-overlay:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #349DC6;
        width: 450px;
        height: 300px;
        -webkit-transform: skewY(-33.6deg);
                transform: skewY(-33.6deg);
        -webkit-transform-origin: bottom right;
                transform-origin: bottom right;
        z-index: 5; }
        @media (max-width: 767.98px) {
          .row-div .col-div .col-div-overlay:after {
            content: none; } }
  .row-div a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    .row-div a:hover .col-div-image img {
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0); }
    .row-div a:hover .col-div-overlay {
      opacity: 1;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      @media (max-width: 767.98px) {
        .row-div a:hover .col-div-overlay {
          opacity: 0; } }
      .row-div a:hover .col-div-overlay:before {
        left: -78%;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
      .row-div a:hover .col-div-overlay:after {
        right: -78%;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }

.section-art {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .section-art {
      margin-bottom: 30px; } }
  .section-art .art-image {
    margin: 0 auto 40px;
    width: auto;
    max-width: 1280px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .section-art .art-image {
        margin-bottom: 20px; } }
    .section-art .art-image img {
      max-width: 100%;
      max-height: 600px; }
  .section-art .art-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .section-art .art-title {
        margin-bottom: 10px;
        font-size: 16px; } }
    .section-art .art-title a {
      color: #333; }
  .section-art .art-meta {
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .section-art .art-meta {
        margin-bottom: 30px;
        font-size: 12px; } }
  .section-art .review {
    position: relative;
    margin: 0 auto 40px;
    padding: 27px 0 20px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    max-width: 564px; }
    .section-art .review:before {
      content: "寸評";
      display: inline-block;
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -29px;
      width: 58px;
      height: 14px;
      background-color: #fff;
      font-size: 14px;
      line-height: 14px;
      text-align: center;
      color: #349DC6; }
      @media (max-width: 767.98px) {
        .section-art .review:before {
          font-size: 12px; } }
    .section-art .review .review-teacher {
      margin: 0 auto 20px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 767.98px) {
        .section-art .review .review-teacher {
          font-size: 14px; } }
    .section-art .review .review-content p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .section-art .review .review-content p {
          font-size: 12px; } }

ul.tab-age {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  padding: 0 0 20px 0; }
  @media (max-width: 767.98px) {
    ul.tab-age {
      margin: 0 -15px 30px; } }
  ul.tab-age li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
    width: 250px;
    height: 70px;
    max-width: 33.333333%; }
    @media (max-width: 767.98px) {
      ul.tab-age li {
        height: 30px; } }
    ul.tab-age li span {
      display: inline-block;
      position: relative;
      background-color: #349DC6;
      padding-top: 18px;
      width: 250px;
      max-width: 100%;
      height: 70px;
      line-height: 34px;
      text-align: center;
      font-size: 20px;
      vertical-align: middle;
      color: #fff; }
      @media (max-width: 767.98px) {
        ul.tab-age li span {
          padding-top: 5px;
          height: 30px;
          font-size: 12px;
          line-height: 20px; } }
      ul.tab-age li span:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -7.5px;
        margin-left: -7.5px;
        background-color: #349DC6;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media (max-width: 767.98px) {
          ul.tab-age li span:after {
            bottom: -4px;
            margin-left: -4px;
            width: 8px;
            height: 8px; } }
    ul.tab-age li a {
      display: inline-block;
      background-color: #EFF8FC;
      padding-top: 18px;
      width: 250px;
      height: 70px;
      max-width: 100%;
      line-height: 34px;
      text-align: center;
      font-size: 20px;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        ul.tab-age li a {
          padding-top: 5px;
          height: 30px;
          font-size: 12px;
          line-height: 20px; } }
      ul.tab-age li a:hover {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #349DC6;
        color: #fff;
        text-decoration: none; }

body.div-photo .l-main section, body.div-kaiga .l-main section, body.div-haiku .l-main section, body.div-syodo .l-main section {
  margin-bottom: 120px; }
  body.div-photo .l-main section:last-child, body.div-kaiga .l-main section:last-child, body.div-haiku .l-main section:last-child, body.div-syodo .l-main section:last-child {
    margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    body.div-photo .l-main section, body.div-kaiga .l-main section, body.div-haiku .l-main section, body.div-syodo .l-main section {
      margin-bottom: 40px; } }

body.div-photo .l-main h3.award, body.div-photo .l-main h3.grand-award, body.div-photo .l-main h3.excellence-award, body.div-photo .l-main h3.gold-award, body.div-photo .l-main h3.silver-award, body.div-photo .l-main h3.bronze-award, body.div-kaiga .l-main h3.award, body.div-kaiga .l-main h3.grand-award, body.div-kaiga .l-main h3.excellence-award, body.div-kaiga .l-main h3.gold-award, body.div-kaiga .l-main h3.silver-award, body.div-kaiga .l-main h3.bronze-award, body.div-haiku .l-main h3.award, body.div-haiku .l-main h3.grand-award, body.div-haiku .l-main h3.excellence-award, body.div-haiku .l-main h3.gold-award, body.div-haiku .l-main h3.silver-award, body.div-haiku .l-main h3.bronze-award, body.div-syodo .l-main h3.award, body.div-syodo .l-main h3.grand-award, body.div-syodo .l-main h3.excellence-award, body.div-syodo .l-main h3.gold-award, body.div-syodo .l-main h3.silver-award, body.div-syodo .l-main h3.bronze-award {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    body.div-photo .l-main h3.award, body.div-photo .l-main h3.grand-award, body.div-photo .l-main h3.excellence-award, body.div-photo .l-main h3.gold-award, body.div-photo .l-main h3.silver-award, body.div-photo .l-main h3.bronze-award, body.div-kaiga .l-main h3.award, body.div-kaiga .l-main h3.grand-award, body.div-kaiga .l-main h3.excellence-award, body.div-kaiga .l-main h3.gold-award, body.div-kaiga .l-main h3.silver-award, body.div-kaiga .l-main h3.bronze-award, body.div-haiku .l-main h3.award, body.div-haiku .l-main h3.grand-award, body.div-haiku .l-main h3.excellence-award, body.div-haiku .l-main h3.gold-award, body.div-haiku .l-main h3.silver-award, body.div-haiku .l-main h3.bronze-award, body.div-syodo .l-main h3.award, body.div-syodo .l-main h3.grand-award, body.div-syodo .l-main h3.excellence-award, body.div-syodo .l-main h3.gold-award, body.div-syodo .l-main h3.silver-award, body.div-syodo .l-main h3.bronze-award {
      margin-bottom: 20px; } }

body.div-photo .l-main .art-image img, body.div-kaiga .l-main .art-image img, body.div-haiku .l-main .art-image img, body.div-syodo .l-main .art-image img {
  max-height: 400px; }

.col-award {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%; }
  @media (max-width: 767.98px) {
    .col-award {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: none; } }
  @media (max-width: 767.98px) {
    .col-award .section-art {
      margin-bottom: 40px; } }
  .col-award .art-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (max-width: 767.98px) {
      .col-award .art-inner {
        display: block; } }
    .col-award .art-inner .art-award-name {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      margin-bottom: 30px;
      height: 60px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      text-align: center; }
      @media (max-width: 767.98px) {
        .col-award .art-inner .art-award-name {
          margin-bottom: 20px;
          height: auto;
          font-size: 12px; } }
    .col-award .art-inner .art-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      height: 320px; }
      @media (max-width: 767.98px) {
        .col-award .art-inner .art-image {
          margin-bottom: 10px;
          height: auto; } }
      .col-award .art-inner .art-image a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 320px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .col-award .art-inner .art-image a {
            height: auto; } }
      .col-award .art-inner .art-image img {
        vertical-align: middle;
        width: auto;
        max-height: 320px !important; }
        @media (max-width: 767.98px) {
          .col-award .art-inner .art-image img {
            max-height: 230px !important; } }

body.single-art .l-main .art-header {
  margin-bottom: 40px; }
  body.single-art .l-main .art-header h3.award, body.single-art .l-main .art-header h3.grand-award, body.single-art .l-main .art-header h3.excellence-award, body.single-art .l-main .art-header h3.gold-award, body.single-art .l-main .art-header h3.silver-award, body.single-art .l-main .art-header h3.bronze-award {
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: .05em; }
    @media (max-width: 767.98px) {
      body.single-art .l-main .art-header h3.award, body.single-art .l-main .art-header h3.grand-award, body.single-art .l-main .art-header h3.excellence-award, body.single-art .l-main .art-header h3.gold-award, body.single-art .l-main .art-header h3.silver-award, body.single-art .l-main .art-header h3.bronze-award {
        margin-bottom: 20px;
        font-size: 12px; } }
  body.single-art .l-main .art-header h3.award {
    margin-bottom: 40px;
    text-align: center; }
    body.single-art .l-main .art-header h3.award span {
      display: inline-block;
      padding: 13px 20px;
      border-bottom: 1px solid #333; }
  body.single-art .l-main .art-header h4.art-title {
    margin-bottom: 15px; }
  body.single-art .l-main .art-header .art-genre {
    color: #898989;
    font-size: 22px;
    text-align: center; }
    @media (max-width: 767.98px) {
      body.single-art .l-main .art-header .art-genre {
        font-size: 12px; } }

body.single-info .l-main .page-header .page-date {
  margin-bottom: 12px;
  color: #349DC6;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    body.single-info .l-main .page-header .page-date {
      margin-bottom: 8px;
      font-size: 10px; } }

body.single-info .l-main .page-header h3 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
  font-weight: 500;
  font-size: 25px; }
  @media (max-width: 767.98px) {
    body.single-info .l-main .page-header h3 {
      padding-bottom: 13px;
      font-size: 14px; } }

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

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

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

.target-anker {
  display: block !important; }
  @media (max-width: 767.98px) {
    .target-anker {
      margin-top: -57px !important;
      padding-top: 57px !important; } }
  @media (min-width: 768px) {
    .target-anker {
      margin-top: -80px !important;
      padding-top: 80px !important; } }

@media (max-width: 767.98px) {
  .only-pc {
    display: none !important; } }

@media (min-width: 768px) {
  .only-sp {
    display: none !important; } }

.hide {
  opacity: 0;
  visibility: hidden; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.footer-banner .banner img {
	border: 12px solid #fff;
	width: 240px;
	height: auto;
}