@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #323232;
  font-family: "YakuHanJP", Lato, "futura-pt", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 600;
  position: relative;
  background: #fefefe;
  letter-spacing: 0.1rem; }

a {
  color: #005a9e;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer; }

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

.bold {
  font-weight: bold; }

@media all and (max-width: 639px) {
  #wrapper {
    overflow: hidden; } }

h2,
h3 {
  line-height: 1.4; }

.mincho {
  font-family: "YakuHanMP", Lato, "futura-pt", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: normal; }

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.animation {
  opacity: 0; }

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1); }

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1); }

.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  .loader::after {
    animation: loader 0.5s linear infinite;
    border: 1px solid #0068b7;
    border-radius: 50%;
    border-right: 1px solid rgba(0, 104, 183, 0.2);
    border-top: 1px solid rgba(0, 104, 183, 0.2);
    content: "";
    height: 70px;
    width: 70px; }
  .loader.off {
    display: none; }

@keyframes loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

#l-header {
  width: 100%;
  position: relative; }
  #l-header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(254, 254, 254, 0.95); }
  #l-header .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    min-width: 1024px;
    margin: 0 auto;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 800px) {
      #l-header .inner {
        max-width: calc(100% - 20px); } }
    @media all and (max-width: 800px) {
      #l-header .inner {
        min-width: initial; } }
  #l-header #logo-wrap {
    padding-left: 10px; }
    @media all and (max-width: 639px) {
      #l-header #logo-wrap {
        padding-left: 0; } }
  #l-header #logo {
    width: 400px;
    position: relative;
    z-index: 200; }
    @media all and (max-width: 1200px) {
      #l-header #logo {
        width: 280px; } }
  #l-header .header-info {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #544d47;
    margin-right: 15px;
    text-align: right;
    color: #777; }
  #l-header .head-right {
    margin-left: auto; }
    @media all and (max-width: 1200px) {
      #l-header .head-right {
        display: none; } }
  #l-header .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 5px; }
  #l-header .head-btn a {
    display: block;
    padding: 8px 10px;
    text-align: center;
    background-image: linear-gradient(-225deg, #9feef1 0%, #d4fea5 100%);
    color: #222;
    border-radius: 30px;
    width: 160px; }
  #l-header .head-btn:not(:last-of-type) {
    margin-right: 5px; }
  #l-header .head-btn00 a {
    background: #0000ff;
    color: #fefefe; }
    #l-header .head-btn00 a:hover {
      background: #0068b7; }
  #l-header .head-btn01 a {
    background: #ec6c00;
    padding: 8px 15px;
    width: 200px; }
  #l-header .head-btn02 a {
    width: 180px;
    padding: 0;
    background: none; }
    #l-header .head-btn02 a img {
      border-radius: 30px; }
  #l-header .sns {
    display: flex;
    flex-wrap: wrap; }
    #l-header .sns li {
      margin-right: 8px; }
      #l-header .sns li a {
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        color: #fff;
        background: #fff9e8; }
        #l-header .sns li a.facebook {
          background: #4267b2; }
        #l-header .sns li a.twitter {
          background: #1c9cea; }
        #l-header .sns li a.youtube {
          background: #ff0000; }
  #l-header .head-right_tel a,
  #l-header .head-right_mail a,
  #l-header .head-right_cal a,
  #l-header .head-right_map a {
    display: block;
    padding: 5px 10px;
    transition: all 0.2s ease-in;
    font-size: 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    #l-header .head-right_tel a:before,
    #l-header .head-right_mail a:before,
    #l-header .head-right_cal a:before,
    #l-header .head-right_map a:before {
      margin-right: 5px; }
  #l-header .head-right_tel {
    margin-right: 10px; }
    #l-header .head-right_tel a {
      color: #fefefe;
      background: #0068b7; }
      #l-header .head-right_tel a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        font-weight: bold; }
      #l-header .head-right_tel a:hover {
        background: #0085ea; }
  #l-header .head-right_mail {
    margin-right: 10px; }
    #l-header .head-right_mail a {
      color: #fefefe;
      background: url(../img/pattern-green01.jpg); }
      #l-header .head-right_mail a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        font-weight: bold; }
      #l-header .head-right_mail a:hover {
        background: #0068b7;
        color: #fff; }
        #l-header .head-right_mail a:hover:before {
          color: #ffcdcd; }
  #l-header .head-right_cal {
    margin-right: 10px; }
    #l-header .head-right_cal a {
      color: #fefefe;
      background: #26b7e1; }
      #l-header .head-right_cal a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f073";
        font-weight: bold; }
      #l-header .head-right_cal a:hover {
        background: #002d5e; }
  #l-header .head-right_map a {
    color: #544d47;
    background: #f8b62d; }
    #l-header .head-right_map a:before {
      font-family: "Font Awesome 5 Free";
      content: "\f3c5";
      font-weight: bold; }
    #l-header .head-right_map a:hover {
      background: #f39800; }

/* header_nav
----------------------------------*/
.footer-list {
  /*display: none;*/ }

#header_nav {
  position: relative;
  max-width: 1200px;
  margin: 5px auto 0;
  position: relative;
  z-index: 300; }
  #header_nav ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto; }
    #header_nav ul li {
      position: relative;
      flex: 1 0 auto;
      text-align: center;
      border-left: 1px solid #aaa; }
      #header_nav ul li:last-child {
        margin-right: 0;
        border-right: 1px solid #aaa; }
      #header_nav ul li a {
        display: block;
        position: relative;
        line-height: 1.3;
        font-size: 1.6rem;
        padding: 5px 10px;
        font-weight: bold;
        color: #005a9e;
        text-align: left; }
        #header_nav ul li a mn {
          font-size: 1.3rem; }
        #header_nav ul li a span {
          display: block;
          font-size: 1.3rem;
          color: #777;
          position: absolute; }
        #header_nav ul li a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 0);
          width: 0;
          height: 2px;
          background: #26b7e1;
          transition: 0.2s width ease-in;
          z-index: -2; }
        #header_nav ul li a:hover, #header_nav ul li a.active {
          color: #002e51;
          transition: 0.2s color ease-in; }
          #header_nav ul li a:hover:after, #header_nav ul li a.active:after {
            width: 30px; }
  #header_nav .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 999;
    background-image: linear-gradient(to right top, rgba(0, 104, 183, 0.5) 0%, rgba(38, 183, 225, 0.8) 100%);
    border-radius: 0 0 10px 10px;
    padding: 10px; }
    #header_nav .dropdown .dropdown-li {
      border: 0;
      margin: 0 0; }
      #header_nav .dropdown .dropdown-li:not(:last-child) {
        margin-bottom: 10px; }
      #header_nav .dropdown .dropdown-li a {
        border-radius: 20px;
        text-align: center;
        display: block;
        width: 158px;
        background: #fff;
        color: #544d47;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0; }
      #header_nav .dropdown .dropdown-li.foot_only {
        display: none; }
      #header_nav .dropdown .dropdown-li:hover a {
        color: #fff;
        background: #26b7e1; }

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1500; }
  #page-top a {
    display: block;
    background: #26b7e1;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    color: #fefefe; }
    #page-top a span {
      display: block;
      line-height: 1.2;
      font-size: 1.8rem;
      margin-top: -10px; }
    #page-top a:hover {
      opacity: 0.6; }
  @media all and (max-width: 639px) {
    #page-top {
      /*  left: 50%;
    transform: translateX(-50%);
    margin-left: 75px;
    right: auto; */ }
      #page-top a {
        width: 50px;
        height: 50px;
        font-size: 1.4rem; }
        #page-top a span {
          font-size: 1.2rem;
          margin-top: -4px; } }
/* swiper
----------------------------------*/
@keyframes zoom-out {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

#slideshow {
  position: relative;
  margin-top: 10px;
  width: 100%; }
  #slideshow .swiper-slide {
    background: #fefefe;
    position: relative; }
  #slideshow .slide01 {
    background: url(../img/slide1.jpg) no-repeat center;
    background-size: cover; }
  #slideshow .slide02 {
    background: url(../img/slide2.jpg) no-repeat center/cover; }
  #slideshow .slide03 {
    background: url(../img/slide3.jpg) no-repeat center/cover; }
  #slideshow .slide04 {
    background: url(../img/slide4.jpg) no-repeat center/cover; }

.slide-img {
  height: 65vh;
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
  align-items: flex-start; }
  .slide-img img {
    width: 30%;
    display: block; }
  @media all and (max-width: 1200px) {
    .slide-img {
      height: 45vh; }
      .slide-img img {
        width: 50%; } }
  @media all and (max-width: 639px) {
    .slide-img {
      height: 35vh;
      margin-top: 20px; }
      .slide-img img {
        width: 70%; } }
#catch {
  z-index: 200;
  position: absolute;
  left: 3%;
  bottom: 3%;
  max-width: 700px;
  transition: all 2s ease-in; }
  #catch.on {
    opacity: 1; }
  @media all and (max-width: 800px) {
    #catch {
      width: 90%;
      margin: auto;
      left: 0%;
      right: 0%;
      bottom: 5%; } }
/* bg_contact
----------------------------------*/
.contact_lead {
  font-size: 1.1em;
  text-align: center; }
  @media all and (max-width: 639px) {
    .contact_lead {
      font-size: 1em; } }
.contact_wrap {
  margin: 0 auto -7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .contact_wrap .contact_right {
    flex: 1;
    padding: 20px;
    text-align: left; }
  .contact_wrap .contact_left {
    margin-right: 2%;
    width: 35%;
    margin-bottom: 0; }
    @media all and (max-width: 800px) {
      .contact_wrap .contact_left {
        padding: 0; } }
  @media all and (max-width: 639px) {
    .contact_wrap {
      margin-top: 30px;
      max-width: 100%;
      flex-direction: column; }
      .contact_wrap .contact_left,
      .contact_wrap .contact_right {
        max-width: 100%;
        width: 100%;
        font-size: 0.9em;
        letter-spacing: 0;
        font-weight: 700; }
      .contact_wrap .contact_right {
        text-align: left;
        padding: 30px; }
      .contact_wrap .contact_left {
        margin: 0 auto; } }
.contact_bnr {
  margin-top: 35px;
  text-align: left;
  margin-bottom: 15px; }
  @media all and (max-width: 800px) {
    .contact_bnr {
      text-align: center; } }
  .contact_bnr > li {
    display: inline-block;
    margin-bottom: 10px;
    width: 350px; }
    .contact_bnr > li:not(:last-child) {
      margin-right: 10px; }
      @media all and (max-width: 639px) {
        .contact_bnr > li:not(:last-child) {
          margin-right: auto; } }
    @media all and (max-width: 639px) {
      .contact_bnr > li {
        width: 100%; } }
    .contact_bnr > li .bnr_tel {
      color: #fff;
      background-color: #0068b7;
      white-space: nowrap;
      border: 2px solid #fff; }
      .contact_bnr > li .bnr_tel:before {
        font-family: "Font Awesome 5 Free";
        content: "\f095";
        font-weight: bold; }
      .contact_bnr > li .bnr_tel:hover {
        background: #004b84; }
    .contact_bnr > li .bnr_mobile {
      background: #0068b7;
      border: 2px solid #004b84; }
      .contact_bnr > li .bnr_mobile:before {
        font-family: "Font Awesome 5 Free";
        content: "\f3cd";
        font-weight: bold; }
      .contact_bnr > li .bnr_mobile:hover {
        background: #f39800; }
    .contact_bnr > li .bnr_fax {
      background: #ffffff;
      border: 2px solid #0068b7;
      color: #0068b7; }
      .contact_bnr > li .bnr_fax:before {
        font-family: "Font Awesome 5 Free";
        content: "\f1ac";
        font-weight: bold; }
    .contact_bnr > li .bnr_mail {
      background: url(../img/pattern-orange.jpg);
      color: #fefefe;
      border: 2px solid #fff; }
      .contact_bnr > li .bnr_mail:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        font-weight: bold; }
      .contact_bnr > li .bnr_mail:hover {
        background: #f39800;
        color: #fff; }
    .contact_bnr > li a,
    .contact_bnr > li span {
      display: block;
      padding: 10px;
      margin: 0 auto;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      width: 100%;
      border-radius: 30px;
      letter-spacing: 0.1em; }
      .contact_bnr > li a:before,
      .contact_bnr > li span:before {
        margin-right: 5px; }
      @media all and (max-width: 800px) {
        .contact_bnr > li a,
        .contact_bnr > li span {
          width: 100%;
          font-size: 1.5rem; } }
      @media all and (max-width: 639px) {
        .contact_bnr > li a,
        .contact_bnr > li span {
          font-size: 1.4rem;
          letter-spacing: 0.1rem; } }
/* footer
----------------------------------*/
#l-footer {
  font-size: 1.4rem;
  position: relative;
  position: relative; }
  #l-footer:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background: url(../img/footer-img2.png) no-repeat right bottom/contain;
    right: 5%;
    bottom: -10px;
    z-index: 2; }
  #l-footer .inner {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    text-align: center; }
  @media all and (max-width: 1200px) {
    #l-footer {
      background-attachment: scroll; } }
  @media all and (max-width: 800px) {
    #l-footer {
      display: none; } }
.footer-column2 {
  display: flex;
  flex-wrap: wrap; }
  .footer-column2 .footer-left {
    width: 25%;
    margin-right: 1%; }
  .footer-column2 .footer-right {
    width: calc(100% - 27%); }
  @media all and (max-width: 800px) {
    .footer-column2 {
      flex-direction: column; }
      .footer-column2 .footer-left,
      .footer-column2 .footer-right {
        width: 95%;
        margin: 0 auto; }
      .footer-column2 .footer-left {
        text-align: center;
        margin-bottom: 20px; } }
/* footer_navi
----------------------------------*/
.footer_navi {
  padding: 10px 0 20px;
  margin: 0 auto; }
  .footer_navi ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .footer_navi ul li {
      width: calc(100% / 6);
      margin-bottom: 4px;
      position: relative;
      text-align: left; }
      .footer_navi ul li.footer_none {
        /*display: none;*/ }
      .footer_navi ul li a {
        font-size: 1.4rem;
        position: relative;
        padding-left: 20px;
        display: block;
        line-height: 1.5;
        color: #0068b7; }
        .footer_navi ul li a span {
          font-size: 1.2rem;
          display: block;
          color: #0068b7;
          font-weight: normal; }
        .footer_navi ul li a:before {
          content: "";
          background-color: #26b7e1;
          width: 10px;
          height: 4px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          display: block;
          transition: all 0.3s ease; }
        .footer_navi ul li a:hover {
          color: #004b84; }
          .footer_navi ul li a:hover:before {
            background-color: #80d5ed; }
      .footer_navi ul li .dropdown {
        /*display: none;*/ }
  .footer_navi .footer-list {
    display: block;
    margin-top: 15px; }
    .footer_navi .footer-list ul {
      display: block;
      margin-top: 10px; }
      .footer_navi .footer-list ul li {
        width: 100%;
        margin-bottom: 8px;
        padding-right: 10px; }
        .footer_navi .footer-list ul li a {
          font-size: 1.3rem;
          color: #333;
          font-weight: normal;
          letter-spacing: 0; }
          .footer_navi .footer-list ul li a:before {
            height: 4px;
            background-color: #544d47;
            width: 4px;
            border-radius: 100%;
            left: 5px; }
      @media all and (max-width: 800px) {
        .footer_navi .footer-list ul {
          display: flex;
          flex-wrap: wrap;
          margin: 10px auto 0; }
          .footer_navi .footer-list ul li {
            width: 49%;
            border-bottom: 0;
            margin-bottom: 4px; }
            .footer_navi .footer-list ul li:nth-child(2n) {
              margin-right: 2%; }
            .footer_navi .footer-list ul li a {
              font-size: 1.2rem; } }
.flogo {
  width: 320px;
  margin-bottom: 20px; }
  @media all and (max-width: 1200px) {
    .flogo {
      width: 100%;
      width: 270px; } }
  @media all and (max-width: 800px) {
    .flogo {
      position: static;
      margin: 0 auto;
      text-align: center;
      width: 250px; } }
.footer-access {
  margin-bottom: 20px; }
  .footer-access a {
    display: block;
    width: 280px;
    background: #fefefe;
    text-align: center;
    margin-top: 10px;
    padding: 7px 0;
    border-radius: 30px; }
    .footer-access a:hover {
      background: #0068b7;
      color: #fefefe; }
  @media all and (max-width: 800px) {
    .footer-access a {
      margin: 10px auto; } }
.address {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 10px auto; }
  @media all and (max-width: 639px) {
    .address {
      font-size: 12px;
      text-align: center;
      margin-top: 10px; } }
.copyright {
  font-size: 1.2rem;
  position: relative;
  z-index: 4;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 0 0 15px; }
  @media all and (max-width: 639px) {
    .copyright {
      font-size: 12px;
      padding: 10px 0 60px;
      text-align: center; } }
/*----------------------------------
top-contents
----------------------------------*/
.top-box1 {
  margin: 0 auto;
  padding: 30px;
  background: #fefefe;
  border-radius: 20px;
  max-width: 750px; }
  @media all and (max-width: 639px) {
    .top-box1 {
      max-width: 90%;
      margin: 0 auto;
      padding: 20px; } }
.top-box3 {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  color: #544d47;
  position: relative;
  z-index: 5;
  font-size: 1.1em; }
  @media all and (max-width: 800px) {
    .top-box3 {
      width: 90%;
      margin: 0 auto; } }
.top-box2 {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  color: #544d47;
  position: relative;
  z-index: 5;
  font-size: 1.1em; }
  @media all and (max-width: 800px) {
    .top-box2 {
      width: 90%;
      margin: 0 auto; } }
/* --news--
----------------------------------*/
.news-box {
  padding: 15px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background: #fefefe;
  display: flex;
  align-items: flex-start; }
  @media all and (max-width: 639px) {
    .news-box {
      flex-direction: column;
      width: 90%;
      padding: 10px; } }
.news-title {
  text-align: center;
  font-weight: 700;
  margin: auto 10px;
  position: relative; }
  .news-title span {
    display: block; }
  .news-title .eng {
    font-family: "Niconne", cursive;
    font-weight: 500;
    font-style: normal;
    color: #0068b7;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
  .news-title .ja {
    color: #004b84;
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 700; }
  @media all and (max-width: 639px) {
    .news-title {
      margin: 10px auto; }
      .news-title .eng {
        font-size: 2.5rem; }
      .news-title .ja {
        font-size: 1.5rem;
        writing-mode: inherit;
        margin-bottom: 0; } }
.news-right {
  flex: 1;
  padding: 10px;
  background-color: #f3f5f7; }
  @media all and (max-width: 639px) {
    .news-right {
      width: 100%;
      margin: 10px 0 0; } }
.top-02 {
  position: relative; }
  .top-02:before {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(../img/pattern-stripe.png) center, rgba(255, 205, 205, 0.1);
    z-index: -1; }

.top-title {
  font-size: 4rem;
  font-family: "YakuHanMP", Lato, "futura-pt", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1rem;
  padding-left: 20px; }
  .top-title span {
    background-image: linear-gradient(to right, rgba(0, 104, 183, 0.95), #76dcdf);
    padding: 3px 5px 3px 8px;
    display: inline-block;
    margin-bottom: 20px; }
  @media all and (max-width: 1200px) {
    .top-title {
      font-size: 3.5rem; } }
  @media all and (max-width: 639px) {
    .top-title {
      font-size: 2.2rem;
      padding-left: 0;
      letter-spacing: 0.3rem; } }
.top-img {
  position: relative;
  width: 130%;
  transform: translateX(-20%); }
  .top-img img {
    width: 100%; }
  @media all and (max-width: 639px) {
    .top-img {
      width: 100%;
      transform: translateX(-10%); } }
.top-txt {
  font-size: 1.7rem;
  line-height: 2;
  padding-left: 20px; }
  @media all and (max-width: 639px) {
    .top-txt {
      font-size: 1.2rem; } }
.top-menulist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 10px; }
  .top-menulist li {
    width: 31%;
    position: relative;
    text-align: center;
    padding: 20px; }
    .top-menulist li a {
      display: block;
      z-index: 4;
      margin-bottom: 20px;
      position: relative; }
    .top-menulist li:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 10px;
      opacity: 0.2;
      background: #26b7e1;
      transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
      border: 0.9px solid #fff9e8; }
    .top-menulist li:hover:before {
      transform: scale(0.97, 0.98);
      border-radius: 20px; }
    .top-menulist li:hover .top-menulist_img {
      transform: scale(0.9, 0.9); }
      .top-menulist li:hover .top-menulist_img img {
        border-radius: 20px; }
  @media all and (max-width: 1200px) {
    .top-menulist {
      margin-top: 40px;
      padding: 10px; }
      .top-menulist li {
        width: 48%;
        margin-bottom: 25px; } }
  @media all and (max-width: 639px) {
    .top-menulist li {
      width: 90%;
      margin: 0 auto 5%; } }
  .top-menulist .more {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 100% 100% 100%;
    width: 70px;
    height: 60px;
    background: #ffcdcd;
    color: #544d47;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0;
    z-index: 20; }
    @media all and (max-width: 639px) {
      .top-menulist .more {
        font-size: 1.2rem; } }
  .top-menulist .top-menulist_img {
    width: 100%;
    height: 220px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: 50% 90%; }
    .top-menulist .top-menulist_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover;";
      display: block; }
    @media all and (max-width: 639px) {
      .top-menulist .top-menulist_img {
        height: 230px; } }
  .top-menulist .top-menulist_ttl {
    margin: -30px auto 0;
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 2.2rem;
    color: #0068b7;
    line-height: 1.4;
    padding-right: 8px;
    letter-spacing: 0.3rem; }
    .top-menulist .top-menulist_ttl span {
      font-size: 3.2rem;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 10px;
      background: #0068b7;
      padding: 0 15px;
      border-radius: 20px;
      color: #fff; }
    @media all and (max-width: 639px) {
      .top-menulist .top-menulist_ttl {
        font-size: 1.3rem; }
        .top-menulist .top-menulist_ttl span {
          font-size: 2.5rem; } }
  .top-menulist .top-menulist_txt {
    padding: 15px;
    color: #333;
    text-align: left;
    font-weight: 400; }

.top-bnr-list {
  display: flex;
  flex-wrap: wrap; }
  .top-bnr-list li {
    width: 19%;
    margin-bottom: 10px;
    margin-right: 1.2%; }
    .top-bnr-list li:nth-child(5n) {
      margin-right: 0; }
      @media all and (max-width: 639px) {
        .top-bnr-list li:nth-child(5n) {
          margin-right: auto; } }
    .top-bnr-list li a {
      display: block;
      border: 1px solid #fff9e8;
      width: 100%;
      background: #fff; }
      .top-bnr-list li a img {
        width: 100%; }
    .top-bnr-list li a {
      display: block;
      width: 100%; }
    @media all and (max-width: 639px) {
      .top-bnr-list li {
        width: 90%;
        margin: 0 auto 10px; } }
.footer-bnr-list {
  display: flex;
  flex-wrap: wrap; }
  .footer-bnr-list li:not(:last-child) {
    margin-right: 10px; }
    @media all and (max-width: 639px) {
      .footer-bnr-list li:not(:last-child) {
        margin-right: 0; } }
  .footer-bnr-list li img {
    max-height: 40px; }
  @media all and (max-width: 639px) {
    .footer-bnr-list {
      justify-content: space-between; }
      .footer-bnr-list li {
        width: 49%;
        margin-bottom: 10px; }
        .footer-bnr-list li img {
          max-height: 35px; } }
.link-txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.4; }
  @media all and (max-width: 639px) {
    .link-txt {
      font-size: 1.1rem; } }
.info-box {
  max-width: 500px;
  margin: 20px auto 0; }

.info-lead span {
  padding: 3px 8px;
  background: #111;
  color: #fefefe;
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: inline-block; }
  @media all and (max-width: 639px) {
    .info-lead span {
      font-size: 1.4rem; } }
.sns-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .sns-box .box-container {
    text-align: center; }

/*----------------------------------
--others--
----------------------------------*/
.l-2column {
  position: relative;
  margin-top: 20px; }

.l-side {
  float: left;
  margin-left: 5%;
  margin-top: 20px;
  width: 260px;
  background: #0068b7;
  top: 110px;
  position: sticky;
  z-index: 10; }
  @media all and (max-width: 1200px) {
    .l-side {
      float: none;
      top: 10px;
      max-width: 90%;
      width: auto;
      margin: 0 auto 20px;
      position: static; } }
  @media all and (max-width: 639px) {
    .l-side {
      max-width: 95%; } }
.side-title {
  text-align: center;
  color: #fefefe;
  font-size: 2.2rem;
  margin-top: 10px; }
  @media all and (max-width: 639px) {
    .side-title {
      font-size: 1.5rem; } }
.side-title2 {
  text-align: center;
  color: #f8cf2d;
  font-weight: bold;
  margin-bottom: -5px; }

.side-list {
  padding: 10px; }
  .side-list li {
    padding: 4px 8px;
    background: #fefefe;
    transition: all 0.3s ease; }
    .side-list li:not(:last-child) {
      border-bottom: 1px dashed #eee; }
    .side-list li a {
      color: #544d47;
      display: block;
      letter-spacing: 0;
      font-size: 14px; }
      .side-list li a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: bold;
        margin-right: 5px;
        color: #1da8d1;
        font-size: 0.9em; }
    .side-list li:hover {
      background: white; }
      .side-list li:hover a:before {
        color: #005a9e; }
  @media all and (max-width: 1200px) {
    .side-list {
      display: flex;
      flex-wrap: wrap; }
      .side-list li {
        width: 31%;
        margin-bottom: 10px;
        margin-right: 3%;
        line-height: 1.5; }
        .side-list li:nth-child(3n) {
          margin-right: 0; } }
      @media all and (max-width: 1200px) and (max-width: 639px) {
        .side-list li:nth-child(3n) {
          margin-right: 2%; } }
  @media all and (max-width: 639px) {
    .side-list {
      padding: 5px; }
      .side-list li {
        width: 49%;
        margin-right: 2%; }
        .side-list li a {
          font-size: 13px; }
        .side-list li:nth-child(2n) {
          margin-right: 0; } }
.l-main .single {
  padding-left: calc(5% + 280px); }
  @media all and (max-width: 1200px) {
    .l-main .single {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0; } }
.pv-wrap {
  max-width: 750px;
  margin: 0 auto; }

.pdf-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border: 4px solid #f2f2f2;
  margin-bottom: 20px; }
  .pdf-list.column1 {
    display: block; }
    .pdf-list.column1 li {
      width: 100%;
      margin: 0 0 10px; }
  .pdf-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .pdf-list li:nth-child(2n) {
      margin-right: 0; }
      @media all and (max-width: 639px) {
        .pdf-list li:nth-child(2n) {
          margin-right: auto; } }
    .pdf-list li a {
      display: block;
      padding: 3px 5px;
      color: #544d47; }
      .pdf-list li a:hover {
        color: #f39800; }
      .pdf-list li a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f1c1";
        font-weight: bold;
        margin-right: 4px;
        font-size: 1.7rem;
        color: #ff3500; }
      .pdf-list li a.long {
        line-height: 1.4;
        padding-top: 10px; }
    .pdf-list li.jpg a:before {
      content: "\f1c5"; }
    .pdf-list li a.xcel:before {
      content: "\f1c3";
      color: #1d6f42; }
    .pdf-list li a.word:before {
      content: "\f1c2";
      color: #0173c7; }
    @media all and (max-width: 639px) {
      .pdf-list li {
        width: 90%;
        margin: 0 auto 10px; }
        .pdf-list li a {
          font-size: 1.3rem; } }
.pdf-link,
.word-link,
.excel-link {
  padding: 3px 5px;
  color: #fff;
  margin: 0 3px 5px; }
  .pdf-link:before,
  .word-link:before,
  .excel-link:before {
    margin-right: 4px;
    font-size: 1.6rem; }
  @media all and (max-width: 639px) {
    .pdf-link,
    .word-link,
    .excel-link {
      font-size: 12px;
      padding: 5px; } }
.pdf-link {
  background-color: #ff3500; }
  .pdf-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: bold; }

.word-link {
  background-color: #0173c7; }
  .word-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c2";
    font-weight: bold; }

.excel-link {
  background-color: #1d6f42; }
  .excel-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c3";
    font-weight: bold; }

.mail-txt {
  vertical-align: middle; }

.window:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  font-weight: bold;
  margin-right: 5px; }

/* training-list (CMS)
----------------------------------*/
.label_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 1.2; }
  .label_list li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 15px;
    background-color: #f9f9f9; }
    .label_list li:nth-child(4n) {
      margin-right: 0; }
    @media all and (max-width: 800px) {
      .label_list li {
        width: 48%;
        margin-right: 4%; }
        .label_list li:nth-child(2n) {
          margin-right: 0; } }
    @media all and (max-width: 639px) {
      .label_list li {
        width: 100%;
        margin: 0 auto 10px; }
        .label_list li:nth-child(2n) {
          margin-right: auto; } }
    .label_list li label {
      display: block;
      position: relative;
      padding: 15px;
      word-break: break-all; }
      .label_list li label span {
        display: inline-block; }
      .label_list li label input[type="checkbox"] + span, .label_list li label input[type="radio"] + span {
        position: relative;
        padding: 3px 30px 0 35px; }
      .label_list li label input[type="radio"],
      .label_list li label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        .label_list li label input[type="radio"] + span::before, .label_list li label input[type="radio"] + span::after,
        .label_list li label input[type="checkbox"] + span::before,
        .label_list li label input[type="checkbox"] + span::after {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          content: "";
          box-sizing: border-box; }
        .label_list li label input[type="radio"] + span::before,
        .label_list li label input[type="checkbox"] + span::before {
          z-index: 0;
          background-color: transparent;
          width: 22px;
          height: 22px;
          border: 2px solid #0068b7; }
        .label_list li label input[type="radio"] + span::after,
        .label_list li label input[type="checkbox"] + span::after {
          z-index: 1;
          margin: 5px 8px;
          width: 6px;
          height: 9px; }
        .label_list li label input[type="radio"]:checked + span::before,
        .label_list li label input[type="checkbox"]:checked + span::before {
          background-color: #0068b7; }
        .label_list li label input[type="radio"]:checked + span::after,
        .label_list li label input[type="checkbox"]:checked + span::after {
          border: 2px solid #ffffff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.application {
  padding: 3px 5px;
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block; }
  .application.before {
    background: #26b7e1; }
  .application.period {
    background: #f8cf2d; }
  .application.after {
    background: #ddd; }

.is-hide {
  display: none; }

/* contents
----------------------------------*/
.single {
  max-width: 1500px;
  width: 98%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative; }

.single02 {
  margin: 0 auto;
  padding: 5.5em 0; }

.single03 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative; }

.margin-top {
  margin-top: -60px; }
  @media all and (max-width: 639px) {
    .margin-top {
      margin-top: -30px; } }
@media all and (max-width: 800px) {
  .container {
    width: 94%;
    margin-right: auto;
    margin-left: auto; } }

.container2 {
  margin: 50px auto; }
  @media all and (max-width: 800px) {
    .container2 {
      width: 94%;
      margin: 20px auto; } }
.lsingle,
.rsingle {
  width: 48.44%; }

.lsingle {
  float: left; }

.rsingle {
  float: right; }

.mbox {
  background: #fefefe;
  padding: 30px;
  max-width: 1200px;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto; }
  .mbox.opa7 {
    background: rgba(254, 254, 254, 0.7);
    box-shadow: 0 0 8px rgba(0, 104, 183, 0.2); }
  .mbox.transparent {
    background: none; }
  @media all and (max-width: 639px) {
    .mbox {
      padding: 10px;
      max-width: 95%; } }
.mbox2 {
  border: 3px solid #eee;
  background: #fefefe;
  margin-right: auto;
  margin-left: auto;
  padding: 30px; }
  @media all and (max-width: 639px) {
    .mbox2 {
      padding: 15px; } }
.small-box {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 0; }

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat; }

.bg-map {
  padding: 60px 0 90px;
  background: url(../img/map.png) no-repeat right center/auto 130%; }
  @media all and (max-width: 639px) {
    .bg-map {
      background-size: auto 280px;
      padding: 80px 0 70px; } }
#main {
  float: left;
  width: 76%; }
  #main .mbox {
    margin-bottom: 50px;
    border: 0.9px solid #ccc;
    box-shadow: 12px 12px rgba(0, 104, 183, 0.2);
    min-height: 250px; }
    #main .mbox a {
      color: #f39800;
      text-decoration: underline; }
  @media all and (max-width: 800px) {
    #main {
      float: none;
      width: 100%; } }
#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px; }
  @media all and (max-width: 800px) {
    #side {
      float: none;
      width: 95%;
      position: static;
      margin: 40px auto 0; } }
/* 2column */
#col2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto; }
  #col2-wrap #col2-main {
    width: 78%; }
    @media all and (max-width: 800px) {
      #col2-wrap #col2-main {
        width: 100%;
        margin: 0 auto;
        order: 2; } }
  #col2-wrap #col2-side {
    width: 20%;
    padding: 60px 0 0; }
    @media all and (max-width: 800px) {
      #col2-wrap #col2-side {
        width: 95%;
        margin: 0 auto 20px;
        padding-top: 30px; } }
/* mtitle
----------------------------------*/
.mtitle0 {
  color: #004b84;
  font-size: 1.8rem;
  margin-bottom: 10px;
  background: white;
  padding: 10px; }
  @media all and (max-width: 639px) {
    .mtitle0 {
      font-size: 1.5rem; } }
  .mtitle0.kenshu {
    color: #fefefe;
    background: #f39800;
    margin: 20px 0 10px; }

.mtitle {
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto 50px;
  font-size: 1.7rem;
  text-align: center;
  color: #666;
  color: #002e51;
  position: relative;
  z-index: 20; }
  .mtitle span {
    display: block;
    position: relative; }
  .mtitle .eng {
    font-size: 2.2rem;
    line-height: 1.4;
    position: relative;
    font-weight: 400;
    font-family: "Niconne", cursive;
    letter-spacing: 0.2rem;
    color: #0068b7; }
  .mtitle .ja {
    letter-spacing: 0.2rem;
    font-size: 3rem; }
    .mtitle .ja:after {
      position: absolute;
      content: "";
      left: 50%;
      bottom: -15px;
      width: 60px;
      height: 2px;
      z-index: 1;
      background: #999;
      border-radius: 4px;
      transform: translateX(-50%); }
  .mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .mtitle.white span {
      color: #fff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .mtitle.white .ja:after {
      background: #fff; }
  .mtitle.black {
    color: #333; }
    .mtitle.black span {
      color: #555; }
      .mtitle.black span:after {
        background-color: #555; }
  .mtitle.mtitle_left {
    text-align: left; }
    .mtitle.mtitle_left span:after {
      left: 0;
      transform: none; }
    @media all and (max-width: 639px) {
      .mtitle.mtitle_left {
        padding-left: 10px; } }
  @media all and (max-width: 639px) {
    .mtitle {
      font-size: 1.3rem;
      line-height: 1.7; }
      .mtitle .eng {
        font-size: 2.4rem;
        letter-spacing: 0;
        margin-bottom: 0px; }
      .mtitle .ja {
        font-size: 2rem; }
        .mtitle .ja:after {
          bottom: -14px;
          width: 50px;
          letter-spacing: 0.1rem; } }
.mtitle-big {
  display: block;
  margin: -140px 0 50px -20px;
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: center; }
  .mtitle-big.type1 {
    margin-top: -150px;
    padding-top: 40px; }
  .mtitle-big .eng {
    font-size: 7rem;
    display: block;
    color: #0068b7; }
  @media all and (max-width: 800px) {
    .mtitle-big {
      margin-left: 10px;
      margin-top: -100px; }
      .mtitle-big .eng {
        font-size: 6rem; } }
  @media all and (max-width: 639px) {
    .mtitle-big {
      line-height: 1.4;
      font-size: 1.3rem;
      margin-bottom: 30px; }
      .mtitle-big .eng {
        font-size: 3rem;
        white-space: nowrap; } }
.mtitle2 {
  color: #544d47;
  font-size: 1.6rem;
  margin-bottom: 30px;
  position: relative; }
  .mtitle2 span {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-right: 10px;
    font-family: "Niconne", cursive;
    color: #0068b7; }
    .mtitle2 span.ja {
      font-size: 2rem;
      font-family: "YakuHanJP", Lato, "futura-pt", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media all and (max-width: 639px) {
    .mtitle2 {
      font-size: 1.2rem; }
      .mtitle2 span {
        font-size: 2rem; }
        .mtitle2 span.ja {
          font-size: 1.6rem; } }
  .mtitle2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 2px;
    background: #26b7e1; }

.mtitle3 {
  font-size: 2.5rem;
  position: relative;
  color: #004b84;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em; }
  .mtitle3 span {
    font-size: 1.8rem;
    letter-spacing: 0em; }
    .mtitle3 span.eng {
      font-family: "Niconne", cursive;
      font-weight: 600;
      font-style: normal;
      display: block;
      color: #26b7e1;
      letter-spacing: 0.2em; }
  .mtitle3:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    height: 3px;
    z-index: 1;
    background-image: linear-gradient(-225deg, #1e9eff 0%, #ace4f4 100%); }
  @media all and (max-width: 639px) {
    .mtitle3 {
      font-size: 1.6rem; } }
.mtitle-bll {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 3px solid #eeeeee;
  position: relative;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 5px; }
  .mtitle-bll:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 5px;
    color: #0068b7; }
  .mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: #0068b7; }
  @media all and (max-width: 639px) {
    .mtitle-bll {
      font-size: 1.4rem; } }
.mtitle4 {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem; }
  .mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%; }
    .mtitle4 span:before, .mtitle4 span:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 1px;
      height: 2rem;
      background-color: #0068b7; }
    .mtitle4 span:before {
      left: -11px;
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg); }
    .mtitle4 span:after {
      right: -11px;
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }
  .mtitle4.white span:before, .mtitle4.white span:after {
    background-color: #ffcdcd; }
  @media all and (max-width: 639px) {
    .mtitle4 {
      font-size: 2rem; } }
  @media all and (max-width: 320px) {
    .mtitle4 span:before {
      left: -3px; }
    .mtitle4 span:after {
      right: -3px; } }
.mtitle-area {
  font-size: 2.8rem;
  margin-bottom: 20px; }
  .mtitle-area span {
    padding: 5px 8px;
    background: #222;
    color: #fff;
    font-size: 7rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase; }
  @media all and (max-width: 639px) {
    .mtitle-area {
      font-size: 2rem; }
      .mtitle-area span {
        font-size: 4rem; } }
.mtitle_sub {
  font-weight: 600;
  position: relative;
  border-bottom: 3px double #80d5ed;
  margin: 8px 0;
  padding-bottom: 5px;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #004b84; }
  @media all and (max-width: 639px) {
    .mtitle_sub {
      font-size: 1.6rem; } }
.mtitle_sub2 {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #0068b7;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left; }
  .mtitle_sub2 .hissu {
    color: #fff;
    background: #0085ea;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px; }
  .mtitle_sub2:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #26b7e1; }

.mtitle_box {
  background: url(../img/bg-pattern.jpg);
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold; }
  .mtitle_box span {
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px; }
  .mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    font-weight: bold;
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }
  @media all and (max-width: 639px) {
    .mtitle_box {
      font-size: 1.5rem; } }
.mtitle_box2 {
  background: #0068b7;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
  letter-spacing: 0.1rem; }
  .mtitle_box2 .small-cap {
    font-weight: 700;
    font-size: 14px; }
  .mtitle_box2:before {
    background-color: #26b7e1;
    content: "";
    display: block;
    transform: rotate(60deg);
    position: absolute;
    bottom: -10px;
    right: -150px;
    width: 300px;
    height: 280px; }
  @media all and (max-width: 639px) {
    .mtitle_box2 {
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 10px 10px 15px;
      padding-right: 60px; }
      .mtitle_box2 span {
        font-size: 12px; }
      .mtitle_box2:before {
        width: 215px;
        right: -170px; } }
.mtext0 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em; }
  @media all and (max-width: 639px) {
    .mtext0 {
      font-size: 1.4rem; } }
.mtext1 {
  font-size: 2.3rem;
  line-height: 1.5; }
  .mtext1 span {
    font-size: 2rem; }
  @media all and (max-width: 639px) {
    .mtext1 {
      font-size: 1.6rem; }
      .mtext1 span {
        font-size: 1.4rem; } }
.mtext2 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative; }
  .mtext2 .eng {
    display: block;
    font-size: 5rem;
    letter-spacing: 0.3em;
    color: #26b7e1;
    font-family: "Niconne", cursive;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.15;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  @media all and (max-width: 639px) {
    .mtext2 {
      font-size: 1.8rem;
      letter-spacing: 0.1em; }
      .mtext2 .eng {
        font-size: 2.8rem;
        letter-spacing: 0.2em; } }
.mtitle_category {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0068b7;
  border-bottom: 1px solid #26b7e1; }
  .mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: bold;
    margin-right: 5px;
    color: #26b7e1; }
  @media all and (max-width: 639px) {
    .mtitle_category {
      font-size: 1.3rem; } }
/* btn
----------------------------------*/
.btn01 a {
  background: #0068b7;
  text-align: center;
  width: 400px;
  margin: 30px auto 0;
  color: #fefefe;
  display: block;
  padding: 10px 5px;
  font-weight: bold;
  border-radius: 35px;
  font-size: 1.1em; }
  .btn01 a:hover {
    background: #0085ea;
    color: #fff; }

@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%; } }

.btn02 {
  width: 300px;
  margin: 20px auto 20px; }
  .btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #002d5e;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff; }
    .btn02 a i {
      display: block;
      position: absolute;
      top: 50%;
      right: -10px;
      width: 50px;
      height: 1px;
      background-color: #ffffff;
      transition: all 0.3s ease; }
    .btn02 a:hover i {
      width: 34px; }
  @media all and (max-width: 639px) {
    .btn02 {
      width: 280px; }
      .btn02 a {
        font-size: 1.3rem; } }
  .btn02.type1 a {
    color: #0068b7;
    border: 1px solid #0068b7;
    background: #fefefe; }
    .btn02.type1 a:hover {
      background: rgba(38, 183, 225, 0.5); }

.btn-application {
  display: block;
  width: 400px;
  font-weight: bold;
  background: #b80e0e;
  color: #fefefe;
  text-align: center;
  padding: 15px 0;
  margin: 20px auto; }
  .btn-application:hover {
    background: #f39800; }
  @media all and (max-width: 639px) {
    .btn-application {
      width: 280px; } }
/* news
----------------------------------*/
.news {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap; }
  .news dt {
    width: 6em;
    padding: 3px 5px;
    background: #26b7e1;
    text-align: center;
    font-weight: bold;
    color: #fff; }
  .news dd {
    padding: 5px;
    background: #fff;
    width: calc(100% - 7em);
    margin-left: 10px; }
  .news dt:not(:last-child),
  .news dd:not(:last-child) {
    margin-bottom: 5px; }

.news-bl {
  overflow: hidden; }
  .news-bl dt {
    float: left;
    width: 8em;
    padding: 5px 5px;
    line-height: 1.3;
    color: #fefefe;
    background: #26b7e1;
    text-align: center;
    font-weight: normal; }
  .news-bl dd {
    padding: 0 0 13px 9em;
    line-height: 1.6;
    text-align: left; }
    .news-bl dd a {
      color: #111; }
    .news-bl dd:not(:last-child) {
      margin-bottom: 10px;
      border-bottom: 1px dashed #80d5ed; }
  @media all and (max-width: 639px) {
    .news-bl {
      font-size: 0.95em; }
      .news-bl dt {
        float: none; }
      .news-bl dd {
        padding: 8px 0; } }
/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  background: url(../img/slide3.jpg) no-repeat 50% 60%/cover;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  margin-top: 10px; }
  @media all and (max-width: 800px) {
    .page-title {
      max-width: calc(100% - 20px); } }
  .page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #26b7e1;
    opacity: 0.5; }
  .page-title .inner {
    margin: 0 auto;
    padding: 120px 0 140px;
    max-width: 1500px; }
    .page-title .inner .page-lead {
      text-align: left;
      color: #fefefe;
      margin-bottom: -50px;
      font-size: 2.2rem;
      position: relative;
      text-align: center;
      z-index: 4;
      text-shadow: 0 0 12px rgba(0, 104, 183, 0.3); }
      .page-title .inner .page-lead span {
        font-size: 5rem;
        display: block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.3em; }
      @media all and (max-width: 800px) {
        .page-title .inner .page-lead {
          padding-left: 15px;
          font-size: 1.5rem;
          line-height: 1.6; }
          .page-title .inner .page-lead span {
            font-size: 4rem;
            display: block;
            white-space: nowrap;
            letter-spacing: 0.2rem; } }
      @media all and (max-width: 639px) {
        .page-title .inner .page-lead {
          margin-bottom: 0;
          font-size: 1.4rem; }
          .page-title .inner .page-lead span {
            font-size: 2.4rem; } }
  @media all and (max-width: 800px) {
    .page-title .inner {
      width: 99%;
      padding: 50px 0 80px; } }
/* background
----------------------------------*/
.bg-sub {
  background: #26b7e1; }

.bg-sub2 {
  background: rgba(38, 183, 225, 0.1); }

.bg-base2 {
  background: rgba(0, 104, 183, 0.1); }

.bg-base {
  background: #0068b7;
  position: relative;
  z-index: 0; }
  .bg-base.bg-upper {
    background: none;
    position: relative; }
    .bg-base.bg-upper:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 60%;
      z-index: -2;
      background: #0068b7; }
    .bg-base.bg-upper:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 60%;
      z-index: -1;
      background: url(../img/bg.png);
      opacity: 0.2; }
  .bg-base:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png);
    opacity: 0.6;
    z-index: -1; }

.bg-gray {
  background: #f2f2f2; }
  .bg-gray.bg-upper {
    background: none;
    position: relative; }
    .bg-gray.bg-upper:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 500px;
      z-index: -1;
      background: #f2f2f2; }
      @media all and (max-width: 639px) {
        .bg-gray.bg-upper:before {
          height: 40%; } }
.bg-beige {
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto;
  background: rgba(255, 249, 232, 0.9); }
  @media all and (max-width: 800px) {
    .bg-beige {
      max-width: calc(100% - 20px); } }
.bg-beige2 {
  background: rgba(255, 249, 232, 0.7);
  margin: 10px auto; }

.bg-beige3 {
  background: rgba(255, 249, 232, 0.7); }

.bg-maru1 {
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background: #d9f2fa;
  margin: 30px auto; }
  @media all and (max-width: 800px) {
    .bg-maru1 {
      max-width: calc(100% - 20px); } }
  @media all and (max-width: 639px) {
    .bg-maru1 {
      display: none; } }
.bg-wood {
  background: url(../img/bg-wood.png); }

.bg-yellow {
  background: rgba(255, 205, 205, 0.7); }
  .bg-yellow.bg-upper {
    background: none;
    position: relative; }
    .bg-yellow.bg-upper:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 55%;
      z-index: -1;
      background: #ffcdcd; }
      @media all and (max-width: 639px) {
        .bg-yellow.bg-upper:before {
          height: 40%; } }
.bg-img1 {
  position: relative;
  padding: 40px 0; }
  .bg-img1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/bg-01.jpg) no-repeat center/cover;
    opacity: 0.7; }
  @media all and (max-width: 800px) {
    .bg-img1 {
      padding-top: 40px; } }
.greet-txt {
  position: relative;
  z-index: 20; }

.greet-deco {
  position: absolute;
  z-index: 2; }
  @media all and (max-width: 800px) {
    .greet-deco {
      opacity: 0.95;
      width: 180px; } }
  @media all and (max-width: 639px) {
    .greet-deco {
      width: 160px; } }
.greet-deco01 {
  right: 0;
  top: -120px; }
  @media all and (max-width: 639px) {
    .greet-deco01 {
      top: -100px;
      width: 120px; } }
.greet-deco02 {
  bottom: -80px;
  left: 0; }
  @media all and (max-width: 639px) {
    .greet-deco02 {
      width: 120px; } }
.bg-img2 {
  position: relative; }
  .bg-img2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    background: url(../img/bg-img02.jpg) no-repeat center/cover;
    opacity: 0.7; }
  @media all and (max-width: 800px) {
    .bg-img2 {
      padding-top: 40px; } }
/* tbl
----------------------------------*/
.timetable {
  width: 100%;
  margin: 0 auto; }
  .timetable th,
  .timetable td {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
    border: 0.9px solid #0068b7; }
    @media all and (max-width: 639px) {
      .timetable th,
      .timetable td {
        font-size: 1.1rem;
        padding: 3px; } }
  .timetable td {
    color: #544d47;
    background: #fff; }
    .timetable td .circle {
      color: #0068b7; }
  .timetable .tr-01 td {
    background: rgba(23, 96, 160, 0.6);
    text-align: center; }
  .timetable th {
    background: #53c6e7; }

.tbl {
  width: 100%; }
  .tbl .table-category td {
    background: #26b7e1; }
  .tbl th,
  .tbl td {
    padding: 10px;
    vertical-align: middle;
    border: 0.9px solid #26b7e1;
    font-weight: 400;
    font-size: 1.5rem; }
  .tbl th {
    background: rgba(38, 183, 225, 0.1);
    text-align: center; }
    .tbl th span {
      font-size: 1.8rem;
      font-weight: bold; }
  .tbl td {
    background: #fefefe;
    text-align: center; }
  .tbl .cell01 {
    width: 25%; }
  @media all and (max-width: 639px) {
    .tbl.w500 {
      width: 500px; }
    .tbl th,
    .tbl td {
      padding: 10px;
      font-size: 1.2rem; }
    .tbl th {
      font-size: 1.0rem; }
      .tbl th span {
        font-size: 1.2rem; } }
  .tbl.kenshu-tbl th,
  .tbl.kenshu-tbl td {
    text-align: center; }
  .tbl.kenshu-tbl .kenshu-td {
    text-align: left; }

.tbl_new {
  width: 100%; }
  @media all and (max-width: 639px) {
    .tbl_new th {
      width: 36%; } }
  .tbl_new tr th,
  .tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px; }
  .tbl_new tr th {
    font-weight: 700;
    width: 27%;
    color: #544d47; }
  .tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
    background: rgba(0, 104, 183, 0.3); }

.tbl-border {
  width: 100%; }
  .tbl-border th,
  .tbl-border td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 0.9px solid #ccc; }
  .tbl-border th {
    width: 25%; }
    @media all and (max-width: 639px) {
      .tbl-border th {
        width: 30%; } }
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .company th,
  .company td {
    padding: 15px 10px;
    vertical-align: middle; }
  .company th {
    text-align: center;
    width: 15%;
    position: relative;
    background: #0068b7;
    color: #fff;
    font-weight: bold; }
    .company th::after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #f9f9f9;
      border-width: 10px;
      border-left-color: #0068b7;
      margin-top: -10px; }
  .company td {
    background: #f9f9f9;
    padding-left: 20px; }

.tbl0 {
  width: 100%; }
  .tbl0 th,
  .tbl0 td {
    padding: 3px 5px;
    border: 0; }
  .tbl0 th {
    padding-left: 0;
    font-weight: 700;
    background: none;
    width: 25%;
    color: #111; }
    .tbl0 th:after, .tbl0 th:before {
      display: none; }
    @media all and (max-width: 639px) {
      .tbl0 th {
        width: 40%; } }
/* ggmap
----------------------------------*/
.ggmap,
.youtube {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden; }
  @media all and (max-width: 639px) {
    .ggmap,
    .youtube {
      padding-bottom: 60%; } }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed,
  .youtube iframe,
  .youtube object,
  .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc; }
  .list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.list_check {
  padding: 5px;
  margin-bottom: 10px; }
  .list_check li {
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee; }
    .list_check li a {
      color: #1760a0;
      text-decoration: underline; }
    .list_check li .inner {
      font-weight: 700;
      font-size: 0.9em;
      display: block;
      padding: 10px;
      background: rgba(255, 249, 232, 0.2);
      margin-top: 10px; }
    .list_check li:not(:last-child) {
      margin-bottom: 15px; }
    .list_check li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: bold;
      margin-right: 10px;
      color: #80d5ed; }
    .list_check li.link-icon a {
      text-decoration: underline;
      color: #000; }
      .list_check li.link-icon a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        font-weight: 900;
        color: #339AF0;
        margin-left: 10px; }
  @media all and (max-width: 639px) {
    .list_check li {
      width: 98%;
      margin: 0 auto 10px;
      font-size: 1.3rem; } }
.list_check2 {
  margin-bottom: 20px; }
  .list_check2.bm0 {
    margin-bottom: 0; }
  .list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    margin-right: 5px;
    color: #0068b7; }
  .list_check2 li:not(:last-child) {
    margin-bottom: 5px; }
  .list_check2.cline li {
    border-bottom: 1px dashed #80d5ed; }

.list_check3 li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1%;
  padding: 3px 10px;
  background: white;
  border-radius: 5px; }
  .list_check3 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    margin-right: 6px;
    color: #0068b7; }
  @media all and (max-width: 639px) {
    .list_check3 li {
      width: 100%;
      margin: 0 auto 5px; } }
.ol-list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0; }
  .ol-list li {
    line-height: 2;
    border-bottom: 1px dashed #26b7e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #544d47; }
    .ol-list li .small {
      display: block;
      padding: 15px;
      line-height: 2;
      font-size: 1.6rem;
      letter-spacing: 1.5px;
      color: #333;
      width: 95%;
      margin-left: auto;
      background: rgba(38, 183, 225, 0.1); }
    .ol-list li:before {
      counter-increment: number;
      content: counter(number);
      background: #0068b7;
      display: inline-block;
      width: 2em;
      height: 2em;
      text-align: center;
      font-size: 2rem;
      color: #fefefe;
      margin-right: 0.5em; }
    @media all and (max-width: 639px) {
      .ol-list li {
        font-size: 1.3rem; }
        .ol-list li span {
          font-size: 0.9em; }
        .ol-list li:before {
          font-size: 1.8rem; } }
.ol-list2 {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .ol-list2 li {
    line-height: 2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #544d47;
    width: 19%;
    margin: 0 1.25% 10px 0; }
    @media screen and (min-width: 769px) {
      .ol-list2 li:nth-child(5n) {
        margin: 0 0% 10px 0; } }
    .ol-list2 li:before {
      position: absolute;
      border-radius: 50%;
      counter-increment: number;
      content: counter(number);
      background: #26b7e1;
      display: inline-block;
      width: 2em;
      height: 2em;
      text-align: center;
      font-size: 2rem;
      color: #fefefe;
      margin-right: 0.5em; }
    @media all and (max-width: 639px) {
      .ol-list2 li {
        font-size: 1.3rem;
        line-height: 1.4;
        width: 49%;
        margin: 0 2% 10px 0; }
        .ol-list2 li:nth-child(2n) {
          margin: 0 0% 10px 0; }
        .ol-list2 li:before {
          font-size: 1.4rem;
          width: 1.4em;
          height: 1.4em; } }
.list_bnr {
  list-style: none;
  width: 75%;
  margin: 0 auto; }
  .list_bnr li {
    float: left;
    margin-right: 3%;
    width: calc(97% / 2); }
    .list_bnr li:nth-child(even) {
      margin-right: 0; }

.list_disc li {
  padding: 5px 0;
  font-size: 1.6rem;
  /*  &:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }*/ }
  .list_disc li:before {
    content: "●";
    margin-right: 5px;
    color: #26b7e1;
    font-size: 0.7em; }
  @media all and (max-width: 639px) {
    .list_disc li {
      font-size: 12px; } }
.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  .icon-list li {
    width: calc(100% / 4); }
    .icon-list li a {
      display: block;
      text-align: center;
      font-weight: 600;
      line-height: 1.4;
      height: 100%;
      transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
      position: relative;
      padding: 20px 0;
      transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1); }
      .icon-list li a figure {
        margin: 0 auto 15px;
        width: 70px; }
      .icon-list li a .icon-title {
        color: #fff;
        position: relative;
        z-index: 2;
        transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1); }
        @media all and (max-width: 639px) {
          .icon-list li a .icon-title {
            padding: 12px 5px; } }
      .icon-list li a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #0068b7;
        opacity: 0.95;
        transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
        border: 3px solid #fefefe;
        z-index: -1; }
      .icon-list li a:hover {
        z-index: 2; }
        .icon-list li a:hover:before {
          transform: translate(-50%, -50%) scale(1.07, 1.02);
          opacity: 1; }
        .icon-list li a:hover .icon-title {
          color: #26b7e1; }
    @media all and (max-width: 639px) {
      .icon-list li {
        width: 48%;
        margin-bottom: 15px; } }
.qa-list li {
  background: #fefefe;
  padding: 10px 15px; }
  .qa-list li:nth-child(2n) {
    background: rgba(0, 104, 183, 0.1); }

/* blog
----------------------------------*/
#top-blog .pages {
  display: none; }

#main .blog-wrap > li {
  width: 32%; }
  @media all and (max-width: 1200px) {
    #main .blog-wrap > li {
      width: 49%;
      margin: 0 0.5% 20px 0.5%; } }
  @media all and (max-width: 639px) {
    #main .blog-wrap > li {
      width: 90%;
      margin: 0 auto 10px; } }
.blog-wrap {
  display: flex;
  flex-wrap: wrap; }
  .blog-wrap * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .blog-wrap > li {
    width: 32%;
    margin: 0 0.5% 20px 0.5%;
    position: relative;
    background: #fefefe;
    padding: 0;
    box-shadow: rgba(0, 104, 183, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; }
    @media all and (max-width: 1200px) {
      .blog-wrap > li {
        width: 49%; } }
    .blog-wrap > li > a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10; }
      .blog-wrap > li > a:hover ~ .blog-img img {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    @media all and (max-width: 639px) {
      .blog-wrap > li {
        width: 90%;
        margin: 0 auto 10px; } }
.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box; }
  .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    font-family: "object-fit: cover;";
    /*IE対策*/ }
  .blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.blog-detail {
  padding: 10px; }

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px; }

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111; }

.blog-date {
  background: #fefefe;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #26b7e1;
  font-size: 12px;
  border: 1px solid #26b7e1; }

.blog-date2 {
  color: #003d6b;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px; }
  .blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: bold;
    margin-right: 5px; }

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
  color: #0068b7; }

.blog-txt {
  line-height: 1.5;
  padding: 10px; }
  @media all and (max-width: 639px) {
    .blog-txt {
      font-size: 12px; } }
.pages {
  text-align: center;
  margin-top: 30px; }
  .pages .page_next,
  .pages .page_prev {
    display: inline-block;
    margin: 0 20px; }
    .pages .page_next a,
    .pages .page_prev a {
      color: #fefefe;
      padding: 4px 5px;
      background: #0068b7;
      font-size: 12px; }
      .pages .page_next a:hover,
      .pages .page_prev a:hover {
        background: rgba(0, 104, 183, 0.6); }

.pages2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px; }
  .pages2 .page_next,
  .pages2 .page_prev {
    width: 48%;
    position: relative; }
    .pages2 .page_next a,
    .pages2 .page_prev a {
      color: #002e51;
      padding: 10px;
      background: #fff;
      font-size: 13px;
      line-height: 1.6;
      display: block;
      text-align: center; }
    .pages2 .page_next:before,
    .pages2 .page_prev:before {
      position: absolute;
      left: 50%;
      top: -15px;
      transform: translateX(-50%); }
  .pages2 .page_next {
    margin-right: 3%; }
    .pages2 .page_next:before {
      content: "Next"; }
    .pages2 .page_next:after {
      position: absolute;
      content: "";
      right: -2%;
      top: 0;
      width: 1px;
      height: 100%;
      z-index: 1;
      background: #ccc; }
  .pages2 .page_prev:before {
    content: "Previous"; }

.category_nav {
  border: 1px solid #dddddd; }
  .category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #dddddd;
    background-color: #ffffff; }
    .category_nav li a:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0a9";
      font-weight: bold;
      margin-right: 5px; }
    .category_nav li a:hover {
      background: #f2f2f2; }
  .category_nav li:last-child a {
    border-bottom: none; }

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1; }

.w300 {
  width: 300px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.spbr {
  display: none; }

.color1 {
  color: #0068b7; }

.color2 {
  color: #544d47; }

.color3 {
  color: #1a96ba; }

.num a {
  color: #544d47;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center; }
  .num a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    margin-right: 5px; }
  .num a:hover {
    color: #26b7e1; }

.telbox {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee; }
  .telbox .inner {
    background: #fff;
    padding: 10px; }

.coming {
  padding: 50px 0; }

.ans-txt {
  font-size: 20px;
  color: #7e0b0b;
  margin-bottom: 20px; }
  @media all and (max-width: 800px) {
    .ans-txt {
      font-size: 18px; } }
.ans-txt2 {
  font-size: 18px;
  color: #7e0b0b;
  margin-bottom: 20px; }
  @media all and (max-width: 639px) {
    .ans-txt2 {
      font-size: 14px; } }
@media all and (max-width: 800px) {
  .sinryo-txt {
    font-size: 12px; } }

.area {
  background: rgba(255, 249, 232, 0.7);
  padding: 10px 15px; }

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 30%;
  background: #fefefe;
  margin: -30px auto 40px 0;
  position: relative;
  padding: 10px 20px;
  z-index: 4;
  font-size: 1.2rem;
  text-align: right; }
  .breadcrumb li {
    display: inline;
    color: #222; }
    .breadcrumb li a {
      color: #0068b7; }
    .breadcrumb li + li:before {
      margin: 0 10px;
      content: ">"; }
  @media all and (max-width: 639px) {
    .breadcrumb {
      max-width: 70%;
      padding: 8px 10px;
      margin-top: -20px;
      font-size: 1.1rem;
      margin-bottom: 20px; } }
/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%; }
  .form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: bold; }
    .form dl dt span {
      color: #fff;
      background: #0068b7;
      padding: 0 5px 0;
      margin-right: 5px;
      font-size: 11px;
      border-radius: 2px;
      position: relative;
      top: -2px; }
  .form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #cccccc; }
    .form dl dd:last-child {
      border-bottom: none; }
  .form .textarea,
  .form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none; }
  .form .textarea {
    height: 30px; }
  .form .textarea02 {
    width: 48.5%;
    margin-right: 3%; }
    .form .textarea02:last-child {
      margin-right: 0; }
  .form .textarea03 {
    width: 20%;
    margin-right: 1%; }
  .form button {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #0068b7;
    border: 1px solid #0068b7;
    border-radius: 25px;
    color: #fff; }
    .form button:hover {
      background: #fff;
      color: #0068b7; }
    .form button:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0e0";
      font-weight: bold;
      margin-right: 10px; }
  .form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333; }
    .form .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      z-index: 2;
      display: block;
      width: 200%;
      width: -webkit-calc(100% + 5em);
      margin: 0;
      padding: 11px 35px 11px 11px;
      padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
      background: transparent;
      border: 0;
      outline: none;
      line-height: 1.5; }
  .form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #0068b7; }
  .form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block; }
    .form label.radio_text:before {
      position: absolute;
      width: 15px;
      height: 15px;
      border: 1px solid #ccc;
      border-radius: 50%;
      left: 0px;
      top: 2px;
      content: "";
      z-index: 3; }
    .form label.radio_text:after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      left: 3px;
      top: 5px;
      background-color: #0068b7;
      z-index: 1; }
    .form label.radio_text input[type="radio"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      position: absolute;
      z-index: 2;
      width: 20px;
      height: 20px;
      left: -23px;
      top: 0px;
      margin: 0px;
      box-shadow: 20px -1px #fff; }
      .form label.radio_text input[type="radio"]:checked {
        box-shadow: none; }
      .form label.radio_text input[type="radio"]:focus {
        opacity: 0.2;
        box-shadow: 20px -1px #eeebda; }
  .form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block; }
    .form label.checkbox_text:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      left: 0px;
      top: 0;
      border: 1px solid #ccc;
      z-index: 3;
      padding: 1px; }
    .form label.checkbox_text:after {
      content: "";
      position: absolute;
      top: 40%;
      left: 5px;
      display: block;
      margin-top: -9px;
      width: 8px;
      height: 12px;
      border-right: 3px solid #0068b7;
      border-bottom: 3px solid #0068b7;
      transform: rotate(45deg);
      z-index: 1; }
    .form label.checkbox_text input[type="checkbox"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      position: absolute;
      left: -40px;
      width: 20px;
      height: 20px;
      display: block;
      box-shadow: 41px 0px #fff;
      z-index: 2;
      margin: 0px;
      padding: 0px; }
      .form label.checkbox_text input[type="checkbox"]:checked {
        box-shadow: none; }
        .form label.checkbox_text input[type="checkbox"]:checked:focus {
          box-shadow: 40px 0px #666;
          opacity: 0.1; }
      .form label.checkbox_text input[type="checkbox"]:focus {
        box-shadow: 41px 0px #eee; }

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px; }

.normal {
  font-weight: normal; }

.select-content {
  display: flex;
  align-items: center; }
  .select-content + .select-content {
    margin-top: 5px; }
  .select-content .select-txt {
    padding: 0 5px; }
  @media all and (max-width: 639px) {
    .select-content {
      flex-wrap: wrap; }
      .select-content + .select-content {
        margin-top: 15px; }
      .select-content span {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }
.memo {
  border: 2px solid rgba(255, 249, 232, 0.5);
  background: url(../img/bg01.jpg);
  padding: 15px; }

.thanks {
  padding: 40px;
  border: 3px solid #0068b7;
  box-shadow: 0 0 0 8px rgba(0, 104, 183, 0.2);
  max-width: 700px;
  margin: 0 auto;
  background: #fefefe; }
  @media all and (max-width: 639px) {
    .thanks {
      max-width: 90%;
      padding: 30px 20px; } }
.shadow {
  box-shadow: 0 0 10px rgba(84, 77, 71, 0.15); }

.policy {
  padding: 30px;
  background: #777;
  color: #fefefe;
  font-weight: 700; }
  @media all and (max-width: 639px) {
    .policy {
      font-size: 1.1rem; } }
.mtitle_small {
  position: relative;
  font-size: 2rem;
  color: #0068b7;
  margin-bottom: 30px; }
  .mtitle_small:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #0068b7;
    position: absolute;
    left: 0;
    bottom: -15px; }

/*photoギャラリー*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .gallery li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 25px 0; }
    .gallery li:nth-child(3n) {
      margin-right: 0; }
    .gallery li a {
      background: rgba(255, 249, 232, 0.2);
      display: block;
      text-align: center;
      padding: 0px;
      height: 220px; }
      .gallery li a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        /*IE対策*/ }
    .gallery li p {
      font-size: 13px;
      margin: 3px 0 10px; }

@media all and (max-width: 800px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 20px; }
    .gallery li:nth-child(2n) {
      margin-right: 0; }
    .gallery li:nth-child(3n) {
      margin: 0 1% 20px; }
    .gallery li a {
      height: 120px; } }

.top-works-gallery li a {
  background: rgba(255, 249, 232, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 220px; }
  .top-works-gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/ }
  @media all and (max-width: 639px) {
    .top-works-gallery li a {
      height: 140px; } }
.list2 {
  display: flex;
  flex-wrap: wrap; }
  .list2.type1 li {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 15px; }
  .list2 > li,
  .list2 > .child {
    width: 47.5%;
    margin-bottom: 20px; }
    .list2 > li:nth-child(2n),
    .list2 > .child:nth-child(2n) {
      margin-left: 4%; }
      @media all and (max-width: 800px) {
        .list2 > li:nth-child(2n),
        .list2 > .child:nth-child(2n) {
          margin-left: auto; } }
    @media all and (max-width: 800px) {
      .list2 > li,
      .list2 > .child {
        width: 100%;
        margin: 0 auto 15px; } }
  .list2 .pick-title {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    color: #0068b7;
    font-weight: 600;
    padding-left: 30px;
    margin-top: -15px; }
    .list2 .pick-title .eng {
      line-height: 1;
      font-family: "Niconne", cursive;
      font-weight: 500;
      font-style: normal;
      display: block;
      font-size: 3.2rem;
      color: #002d5e; }
    .list2 .pick-title:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 40px;
      top: -20px;
      left: 0;
      background: #002d5e;
      transform: rotate(20deg); }
    @media all and (max-width: 639px) {
      .list2 .pick-title {
        font-size: 1.4rem; }
        .list2 .pick-title .eng {
          font-size: 2.2rem; }
        .list2 .pick-title:before {
          left: 10px; } }
.list3 {
  display: flex;
  flex-wrap: wrap; }
  .list3 li {
    width: 32.5%;
    margin: 0 1.25% 15px 0; }
    .list3 li:nth-child(3n) {
      margin-right: 0; }
  @media all and (max-width: 639px) {
    .list3 {
      width: 100%;
      margin: 0 auto; }
      .list3 li {
        width: 100%;
        margin: 0 auto 15px; }
        .list3 li:nth-child(3n) {
          margin-right: auto; } }
  .list3.treat li {
    padding: 0;
    margin-bottom: 25px; }
    @media all and (max-width: 800px) {
      .list3.treat li {
        width: 48%;
        margin: 0 0 20px; }
        .list3.treat li:nth-child(3n) {
          margin-right: 0; }
        .list3.treat li:nth-child(2n) {
          margin-left: 4%; } }
    @media all and (max-width: 639px) {
      .list3.treat li {
        width: 90%;
        margin: 0 auto 20px; }
        .list3.treat li:nth-child(2n), .list3.treat li:nth-child(3n) {
          margin: 0 auto 20px; } }
    .list3.treat li .treat-img {
      position: relative; }
      .list3.treat li .treat-img img {
        z-index: 1;
        opacity: 1;
        transition: opacity 0.2s ease-in; }
      .list3.treat li .treat-img:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: linear-gradient(-45deg, rgba(37, 128, 164, 0.8) 0%, rgba(62, 239, 212, 0.8) 100%); }
    .list3.treat li a {
      display: block; }
      .list3.treat li a:hover {
        transform: translateY(-10px); }
        .list3.treat li a:hover .treat-img img {
          opacity: 0.5; }

.list4 {
  display: flex;
  flex-wrap: wrap; }
  .list4 li {
    width: 24.25%;
    margin: 0 1% 10px 0; }
    .list4 li:nth-child(4n) {
      margin-right: 0; }
  @media all and (max-width: 639px) {
    .list4 li {
      width: 49%;
      margin: 0 2% 10px 0; }
      .list4 li:nth-child(2n) {
        margin-right: 0; } }
.list7 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px; }
  .list7 li {
    width: 13%;
    margin: 0 1.5% 20px 0; }
    @media screen and (min-width: 769px) {
      .list7 li:nth-child(7n) {
        margin-right: 0; } }
  @media all and (max-width: 639px) {
    .list7 li {
      width: 49%;
      margin: 0 2% 10px 0; }
      .list7 li:nth-child(2n) {
        margin-right: 0; } }
.img-hv {
  transition: all 0.5s ease; }
  .img-hv:hover {
    opacity: 0.8;
    transform: scale(1.1); }

.prv dt {
  color: #0068b7;
  border-bottom: 1px solid #ccc;
  margin: 10px 0; }

.note {
  padding: 20px;
  background: #fffee5;
  margin: auto;
  border-radius: 10px 0 10px 0; }
  @media all and (max-width: 639px) {
    .note {
      padding: 10px; } }
  .note.note_important {
    font-size: 1.2em;
    background: #f8cf2d; }

.flow-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 0; }
  .flow-dl dt {
    background: #0068b7;
    font-size: 3rem;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-right: 20px; }
    .flow-dl dt span {
      font-size: 1.5rem;
      display: block;
      margin-bottom: -10px; }
  .flow-dl dd {
    width: calc(100% - 80px); }
  .flow-dl dt:not(:last-child),
  .flow-dl dd:not(:last-child) {
    margin-bottom: 20px; }

.txt1 {
  padding-left: 10px; }

.fee-box {
  margin: 10px 0 20px;
  font-weight: bold;
  background: lemonchiffon;
  padding: 5px; }
  .fee-box span {
    display: block;
    font-weight: 700; }

.blog-month {
  margin-bottom: 15px; }
  .blog-month ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .blog-month ul li {
      width: 90%;
      padding: 3px;
      text-align: center;
      font-size: 1.4rem;
      background: #f2f2f2;
      margin: 0 0 5px; }
      .blog-month ul li a {
        color: #544d47; }
    @media all and (max-width: 800px) {
      .blog-month ul {
        justify-content: flex-start; }
        .blog-month ul li {
          width: 48%;
          font-size: 1.1rem; }
          .blog-month ul li:nth-child(even) {
            margin-left: 1%; } }
.price {
  color: #0068b7;
  font-size: 1.3em;
  padding-right: 5px; }

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .list-center li {
    max-width: 250px; }
    .list-center li:not(:last-child) {
      margin: 0 5px 5px; }
  @media all and (max-width: 639px) {
    .list-center li {
      width: 220px; }
      .list-center li:not(:last-child) {
        margin: 0 0 5px; } }
.faq-dl {
  display: flex;
  flex-wrap: wrap; }
  .faq-dl .faq-inner {
    width: 49%;
    padding: 10px;
    margin-bottom: 20px;
    background: #f4f4f4;
    margin-bottom: 35px;
    padding-bottom: 20px; }
    .faq-dl .faq-inner:nth-child(even) {
      margin-left: 2%; }
      @media all and (max-width: 639px) {
        .faq-dl .faq-inner:nth-child(even) {
          margin-left: auto; } }
    @media all and (max-width: 639px) {
      .faq-dl .faq-inner {
        width: 100%;
        margin-bottom: 20px; } }
  .faq-dl dt,
  .faq-dl dd {
    position: relative;
    padding: 10px 10px 10px 55px; }
    .faq-dl dt:before,
    .faq-dl dd:before {
      position: absolute;
      content: "";
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      left: 0;
      top: 0; }
  .faq-dl dt {
    color: #0068b7;
    margin-bottom: 10px; }
    .faq-dl dt:before {
      content: "Q";
      font-size: 3rem;
      color: #0068b7; }
  .faq-dl dd:before {
    content: "A";
    color: #f39800;
    font-size: 3rem;
    background: #fff; }

.top-btnlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto; }
  .top-btnlist li {
    width: 31%;
    margin: 0 1% 5%;
    position: relative;
    text-align: center; }
    .top-btnlist li a {
      display: block;
      z-index: 4;
      margin-bottom: 20px; }
    .top-btnlist li:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #fff;
      border-radius: 10px;
      transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1); }
    .top-btnlist li:hover:before {
      transform: scale(0.97, 0.98);
      border-radius: 20px;
      background: #fff9e8; }
    .top-btnlist li:hover .top-btnlist_img {
      transform: scale(0.9, 0.9); }
      .top-btnlist li:hover .top-btnlist_img img {
        border-radius: 20px; }
  .top-btnlist .top-btnlist_img {
    width: 100%;
    height: 250px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: 50% 90%; }
    .top-btnlist .top-btnlist_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover;";
      display: block; }
  .top-btnlist .top-bglogo {
    margin: -40px auto 10px;
    width: auto;
    display: block; }
    .top-btnlist .top-bglogo img {
      max-height: 80px; }
  .top-btnlist .top-btnlist_ttl {
    font-size: 1.7rem;
    margin: -30px auto 0;
    position: relative;
    z-index: 5;
    letter-spacing: 0.2rem;
    width: 90%;
    padding: 20px; }
  @media all and (max-width: 800px) {
    .top-btnlist {
      margin-top: 40px; }
      .top-btnlist li {
        width: 48%; } }
  @media all and (max-width: 639px) {
    .top-btnlist li {
      width: 90%;
      margin: 0 auto 5%; }
    .top-btnlist .top-bglogo img {
      max-height: 60px; }
    .top-btnlist .top-btnlist_ttl {
      font-size: 1.4rem;
      margin: -20px auto 0;
      padding: 10px; }
    .top-btnlist .top-btnlist_img {
      height: 200px; } }
  .top-btnlist.shoplist2 {
    max-width: 900px; }
    .top-btnlist.shoplist2 li {
      width: 100%;
      margin-bottom: 0; }
      @media all and (max-width: 639px) {
        .top-btnlist.shoplist2 li {
          width: 90%; } }
.box-column2 {
  display: flex;
  flex-wrap: wrap; }
  .box-column2.around {
    justify-content: space-around; }
  .box-column2.between {
    justify-content: space-between; }
  .box-column2 .box-container {
    width: 48%;
    padding: 10px;
    position: relative;
    z-index: 3; }
    @media all and (max-width: 800px) {
      .box-column2 .box-container {
        width: 95%;
        margin: 0 auto;
        padding: 20px; }
        .box-column2 .box-container:nth-child(2) {
          margin-top: 30px; }
        .box-column2 .box-container.order {
          order: 2; } }
.bg-02 {
  background: #fff9e8; }

.padding-box {
  padding: 80px 20px; }
  @media all and (max-width: 639px) {
    .padding-box {
      padding: 40px 10px; } }
/* category_tab
----------------------------------*/
.category_tab {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center; }
  .category_tab:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff9e8; }
  .category_tab li {
    position: relative;
    flex: 1 0 auto;
    background: #fff9e8;
    border-top: 2px solid #fff9e8;
    border-right: 2px solid #fff9e8;
    border-left: 2px solid #fff9e8;
    color: #544d47;
    padding: 8px;
    cursor: pointer;
    margin-left: 15px; }
    .category_tab li:last-child {
      margin-right: 15px; }
    .category_tab li.active {
      background: #fefefe;
      color: #0068b7;
      border-radius: 10px 10px 0 0; }
      .category_tab li.active:before {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        background: #ffffff; }
  @media all and (max-width: 639px) {
    .category_tab {
      flex-wrap: wrap;
      max-width: 90%;
      margin: 0 auto; }
      .category_tab:before {
        display: none; }
      .category_tab li {
        width: 33.33%;
        flex: 0 1 auto;
        margin: 0;
        line-height: 1.4; }
        .category_tab li:last-child {
          margin-right: 0; }
        .category_tab li.active {
          border-radius: 0; } }
.panel {
  display: none; }

.category_contents {
  background: #fefefe;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #0068b7; }
  @media all and (max-width: 639px) {
    .category_contents {
      max-width: 90%; } }
.top-info-dl {
  max-width: 1200px;
  margin: 0 auto; }
  .top-info-dl .info-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 2px; }
    .top-info-dl .info-inner:not(:last-of-type) {
      margin-bottom: 15px;
      border-bottom: 0.9px dashed #ccc; }
    .top-info-dl .info-inner dt {
      width: 8em;
      color: #0068b7;
      border: 1px solid #0068b7;
      text-align: center; }
      .top-info-dl .info-inner dt span {
        color: #0068b7;
        border: 1px solid #26b7e1;
        padding: 4px 8px;
        margin-left: 5px;
        margin-top: 1px;
        letter-spacing: 0;
        font-size: 0.9em;
        font-weight: normal; }
    .top-info-dl .info-inner dd {
      width: calc(100% - 9em); }
      .top-info-dl .info-inner dd a {
        color: #383430; }
    @media all and (max-width: 639px) {
      .top-info-dl .info-inner {
        flex-direction: column; }
        .top-info-dl .info-inner dd {
          width: 100%;
          margin-top: 10px; } }
.bg-footer {
  background: url(../img/bg-footer.jpg) no-repeat center/cover;
  height: 280px;
  background-attachment: fixed; }
  @media all and (max-width: 1200px) {
    .bg-footer {
      background-attachment: scroll;
      background-size: contain; } }
.kaikan {
  text-align: center;
  padding: 15px;
  background: #f0f0f0; }
  .kaikan span {
    display: block;
    font-size: 2.5rem;
    color: #b80e0e; }
    @media all and (max-width: 639px) {
      .kaikan span {
        font-size: 1.8rem; } }
.kenshu-title {
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #f39800;
  font-size: 1.2em; }

.kenshu-month-list {
  display: flex;
  flex-wrap: wrap; }
  .kenshu-month-list li {
    width: calc((100% - 25px) / 6);
    padding: 10px;
    border: 1px solid #26b7e1;
    text-align: center;
    margin: 0 5px 10px 0;
    color: #0068b7;
    background: rgba(38, 183, 225, 0.2); }
    .kenshu-month-list li:nth-child(6n) {
      margin-right: 0; }
      @media all and (max-width: 639px) {
        .kenshu-month-list li:nth-child(6n) {
          margin-right: 5px; } }
    .kenshu-month-list li:hover {
      transition: all 0.2s ease-in;
      cursor: pointer;
      background: rgba(38, 183, 225, 0.5); }
    @media all and (max-width: 639px) {
      .kenshu-month-list li {
        width: calc((100% - 20px) / 4); }
        .kenshu-month-list li:nth-child(4n) {
          margin-right: 0; } }
    .kenshu-month-list li label {
      display: block;
      position: relative;
      word-break: break-all; }
      .kenshu-month-list li label span {
        display: inline-block; }
      .kenshu-month-list li label input[type="checkbox"] + span, .kenshu-month-list li label input[type="radio"] + span {
        position: relative;
        padding-left: 35px; }
        @media all and (max-width: 639px) {
          .kenshu-month-list li label input[type="checkbox"] + span, .kenshu-month-list li label input[type="radio"] + span {
            padding: 20px 0 0 0; } }
      .kenshu-month-list li label input[type="radio"],
      .kenshu-month-list li label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        .kenshu-month-list li label input[type="radio"] + span::before, .kenshu-month-list li label input[type="radio"] + span::after,
        .kenshu-month-list li label input[type="checkbox"] + span::before,
        .kenshu-month-list li label input[type="checkbox"] + span::after {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          content: "";
          box-sizing: border-box; }
        .kenshu-month-list li label input[type="radio"] + span::before,
        .kenshu-month-list li label input[type="checkbox"] + span::before {
          z-index: 0;
          background-color: transparent;
          width: 22px;
          height: 22px;
          border: 2px solid #0068b7;
          border-radius: 100%; }
        .kenshu-month-list li label input[type="radio"] + span::after,
        .kenshu-month-list li label input[type="checkbox"] + span::after {
          z-index: 1;
          margin: 5px;
          width: 12px;
          height: 12px; }
        .kenshu-month-list li label input[type="radio"]:checked + span::before,
        .kenshu-month-list li label input[type="checkbox"]:checked + span::before {
          background-color: #fefefe; }
        .kenshu-month-list li label input[type="radio"]:checked + span::after,
        .kenshu-month-list li label input[type="checkbox"]:checked + span::after {
          background: #1760a0;
          border-radius: 100%; }

.btn-top01 {
  width: 55%;
  margin: 0 auto 30px;
  border: 2px solid #ed1c24;
  border-radius: 10px; }
  @media all and (max-width: 639px) {
    .btn-top01 {
      margin-bottom: 60px;
      width: 90%; } }
  .btn-top01 .read {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #ed1c24;
    color: #fefefe;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-top01 .read {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 1.5;
        /*   margin: -10px auto 40px;*/ } }
  .btn-top01 a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #fefefe;
    color: #72453C;
    border: 1px solid #ed1c24;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-top01 a {
        max-width: 90%;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0 auto; } }
.bg-gray01 {
  display: block;
  padding: 10px 5px;
  text-align: center;
  background: #d2d2d2;
  color: #2e2d2d;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  border-radius: 5px; }
  @media all and (max-width: 639px) {
    .bg-gray01 {
      font-size: 1.2rem; } }
.w30 {
  float: left;
  width: 30%; }

.w70 {
  float: left;
  width: 70%; }

.btn-gray02 {
  width: 30%;
  margin: 0 auto 30px;
  border: 2px solid #d2d2d2;
  border-radius: 10px 10px 20px 20px; }
  @media all and (max-width: 639px) {
    .btn-gray02 {
      margin-bottom: 60px;
      width: 90%; } }
  .btn-gray02 .read01 {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #ed1c24;
    color: #fefefe;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-gray02 .read01 {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 1.5;
        /*   margin: -10px auto 40px;*/ } }
  .btn-gray02 a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #fefefe;
    color: #72453C;
    border: 1px solid #ed1c24;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-gray02 a {
        max-width: 90%;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0 auto; } }
.btn-gray01 {
  width: 100%;
  margin: 0 auto 30px;
  border: 2px solid #d2d2d2;
  border-radius: 10px 10px 50px 50px; }
  @media all and (max-width: 639px) {
    .btn-gray01 {
      margin-bottom: 60px;
      width: 90%; } }
  .btn-gray01 .read01 {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #ed1c24;
    color: #fefefe;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-gray01 .read01 {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 1.5;
        /*   margin: -10px auto 40px;*/ } }
  .btn-gray01 a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #fefefe;
    color: #72453C;
    border: 1px solid #ed1c24;
    font-weight: 600;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media all and (max-width: 639px) {
      .btn-gray01 a {
        max-width: 90%;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0 auto; } }
.top-sec2 {
  position: relative; }
  .top-sec2:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: 70%;
    background-image: linear-gradient(to right, rgba(38, 183, 225, 0.1) 0%, rgba(38, 183, 225, 0.05) 100%);
    opacity: 0.7;
    z-index: -1; }
    @media all and (max-width: 639px) {
      .top-sec2:before {
        height: 100%;
        width: calc(100% - 20px); } }
.top-sec3 {
  background: url(../img/bg-02.jpg) no-repeat center/cover;
  background-attachment: fixed; }
  @media all and (max-width: 1200px) {
    .top-sec3 {
      background-attachment: scroll; } }
.feature-dl .inner {
  display: flex;
  flex-wrap: wrap;
  background: rgba(254, 254, 254, 0.7);
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 104, 183, 0.2);
  align-items: flex-start; }
  .feature-dl .inner dt {
    font-family: "YakuHanMP", Lato, "futura-pt", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    color: #d9f2fa;
    position: relative;
    z-index: 1;
    font-family: "Niconne", cursive;
    font-style: italic; }
    .feature-dl .inner dt:before {
      position: absolute;
      content: "";
      left: -30px;
      top: 0;
      width: 220%;
      height: 50px;
      background: #0068b7;
      z-index: -1;
      opacity: 0.9; }
    .feature-dl .inner dt span {
      color: #fefefe;
      font-size: 4rem; }
  .feature-dl .inner dd {
    flex: 1;
    margin-left: 8%; }
  .feature-dl .inner:not(:first-child) {
    margin-top: 40px; }
  @media all and (max-width: 639px) {
    .feature-dl .inner {
      flex-direction: column; }
      .feature-dl .inner dt {
        font-size: 3rem;
        margin-bottom: 25px; }
        .feature-dl .inner dt span {
          font-size: 3rem; }
        .feature-dl .inner dt:before {
          height: 40px; }
      .feature-dl .inner dd {
        margin-left: 10px; } }
.feature-dl .feature-title {
  font-family: "YakuHanMP", Lato, "futura-pt", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2.2rem;
  color: #0068b7;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #26b7e1;
  margin-bottom: 20px; }
  .feature-dl .feature-title .upper {
    color: #1760a0;
    display: block;
    font-size: 1.7rem; }
  @media all and (max-width: 639px) {
    .feature-dl .feature-title {
      font-size: 1.8rem; }
      .feature-dl .feature-title .upper {
        font-size: 1.4rem; } }
.reason {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 90px auto 0;
  justify-content: center; }
  @media all and (max-width: 639px) {
    .reason {
      display: block; } }
  .reason li {
    width: 31.25%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 60px; }
    @media all and (max-width: 639px) {
      .reason li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 45px; } }
    .reason li:nth-child(3n) {
      margin-right: 0; }
    .reason li:nth-child(even) {
      margin-top: -50px; }
      @media all and (max-width: 639px) {
        .reason li:nth-child(even) {
          margin-top: 0; } }
    .reason li img {
      width: 90%;
      margin-left: auto;
      display: block; }
      @media all and (max-width: 639px) {
        .reason li img {
          width: 80%; } }
    .reason li .nub {
      font-family: "Niconne", cursive;
      font-style: italic;
      font-size: 28px;
      margin-top: -10px;
      line-height: 1em;
      color: #0068b7;
      opacity: .5; }
      .reason li .nub span {
        font-family: "Niconne", cursive;
        font-size: 50px; }
    .reason li .item_teext {
      font-family: "YakuHanJP", Lato, "futura-pt", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5em;
      margin-top: 14px;
      color: #0068b7; }
    .reason li .item_main {
      font-family: "YakuHanJP", Lato, "futura-pt", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 14px;
      color: #555;
      line-height: 1.7em;
      margin-top: 11px; }

.sinryo {
  margin: 0;
  width: 100%;
  border-top: 1px solid #26b7e1;
  background: #fff; }
  .sinryo th, .sinryo td {
    text-align: center;
    font-size: 1.3rem;
    background: none;
    border: none;
    border-bottom: 1px solid #26b7e1;
    color: #0068b7;
    padding: .8em;
    font-weight: 300; }
    @media all and (max-width: 639px) {
      .sinryo th, .sinryo td {
        font-size: 1rem; } }
.note2 {
  padding: 15px;
  background: rgba(253, 241, 193, 0.5);
  font-size: 1.6rem; }
  .note2.opa {
    background: #eff5fa; }
  .note2.gra {
    background: #f4f4f4; }
  .note2.round {
    border-radius: 10px 5px 10px 5px;
    color: #fff;
    letter-spacing: 0.1em;
    background-image: linear-gradient(135deg, #004b84, #0068b7, #0593ff); }

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700; }
  .mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    line-height: 1.3em;
    overflow: hidden; }
    .mtitle_balloon span.eng {
      font-family: "Niconne", cursive;
      font-weight: 500;
      font-style: normal;
      font-size: 4rem; }
    .mtitle_balloon span:before, .mtitle_balloon span:after {
      content: "";
      display: block;
      border-bottom: 3px solid #3e3934;
      position: absolute;
      width: 50%;
      bottom: 6px; }
    .mtitle_balloon span:before {
      left: -5px; }
    .mtitle_balloon span:after {
      right: -5px; }
    .mtitle_balloon span i {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 3px solid #3e3934;
      border-right: 3px solid #3e3934;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      position: absolute;
      left: 50%;
      margin-left: -5px;
      bottom: 2px; }
  .mtitle_balloon.center {
    text-align: center; }
  @media all and (max-width: 639px) {
    .mtitle_balloon.center_sp {
      text-align: center; } }
  .mtitle_balloon.white span:before, .mtitle_balloon.white span:after {
    border-bottom-color: #fefefe; }
  .mtitle_balloon.white span i {
    border-color: #fefefe; }
  @media all and (max-width: 639px) {
    .mtitle_balloon {
      font-size: 1.7rem; }
      .mtitle_balloon span.eng {
        font-size: 2.4rem; } }
.mbox3 {
  padding: 25px 15px;
  box-shadow: 0 0 0 3px #1da8d1;
  z-index: 2;
  position: relative;
  /* &:last-child {
  transform: translate3d(0, 40px, 200px);
  @include for-size(phone-only) {
  transform: inherit;
}
}*/ }
  .mbox3:before, .mbox3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%; }
  .mbox3:before {
    background: #fefefe;
    left: 0;
    top: 0;
    z-index: -1; }
  .mbox3:after {
    bottom: -15px;
    right: -15px;
    background-image: radial-gradient(circle, #26b7e1 15%, transparent 10%), radial-gradient(circle, #26b7e1 15%, transparent 10%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    z-index: -2; }
    @media all and (max-width: 639px) {
      .mbox3:after {
        bottom: -12px;
        right: -12px; } }
  @media all and (max-width: 800px) {
    .mbox3 {
      width: 95%;
      margin: 0 auto 40px;
      /*  &:nth-child(2n){
  margin-left: auto;
}*/ } }
.mbox4 {
  border: 3px solid #0068b7;
  background: #fefefe;
  padding: 30px;
  position: relative; }
  .mbox4 .target-img {
    width: 100%;
    height: auto;
    border-radius: 10px; }
  .mbox4:before {
    bottom: -15px;
    right: -15px;
    background-image: radial-gradient(circle, #0068b7 15%, transparent 10%), radial-gradient(circle, #0068b7 15%, transparent 10%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%; }
  @media all and (max-width: 639px) {
    .mbox4 {
      padding: 15px; } }
.namisen {
  text-decoration: underline wavy #26b7e1; }

.tcenter_pc {
  text-align: center; }
  @media all and (max-width: 639px) {
    .tcenter_pc {
      text-align: left; } }
