@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1440 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1680 {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 6.8%;
  padding-top: 30px;
  overflow: hidden;
  background: url(../images/contents/bg_gray.png) no-repeat;
}

@media only screen and (max-width: 834px) {
  #contents_wrap {
    padding-top: 70px;
  }
}

.index_contents #contents_wrap {
  padding-top: 0;
}

#contents {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  width: 35%;
  padding: 20px 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .breadcrumb {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}

.pankuzu {
  font-size: 13px;
  color: #111;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #111;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .policy h2 {
    font-size: 20px;
  }
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #111;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imgR, .imgL {
  margin-left: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fNum {
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 20px;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
  }
}

#global_header > .inner .siteID {
  width: 42.8%;
  max-width: 428px;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner .siteID {
    width: 214px;
  }
}

#global_header > .inner .siteID a {
  opacity: 1;
}

#global_header > .inner .contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100%;
    background: #fff;
  }
}

#global_header > .inner .contWrap li {
  margin-left: 20px;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner .contWrap li {
    width: 50%;
    margin-left: 0;
  }
}

#global_header > .inner .contWrap li:first-of-type {
  margin-left: 0;
}

#global_header > .inner .contWrap .linkTel p {
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1;
}

#global_header > .inner .contWrap .linkTel .fNum {
  margin-bottom: 7px;
  font-size: 28px;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner .contWrap .linkTel .fNum {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header > .inner .contWrap .linkTel .fNum {
    margin-bottom: 5px;
  }
}

#global_header > .inner .contWrap .linkTel .ttl {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
}

#global_header > .inner .contWrap .linkTel .sub {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

#global_header > .inner .contWrap .linkTel .sub .ttl {
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  #global_header > .inner .contWrap .linkTel .sub .ttl {
    display: none;
  }
}

#global_header > .inner .contWrap .cont {
  width: 32%;
  max-width: 190px;
}

@media only screen and (max-width: 834px) {
  #global_header > .inner .contWrap .cont {
    width: 50%;
    max-width: 100%;
  }
}

#global_header > .inner .contWrap .cont a {
  background: #04182c;
  background: -webkit-gradient(linear, left top, right top, from(#04182c), to(#0a3b6a));
  background: linear-gradient(to right, #04182c 0%, #0a3b6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  display: block;
  padding: 13px 5px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

#global_header > .inner .contWrap .cont a:hover {
  background: #0a3b6a;
  background: -webkit-gradient(linear, left top, right top, from(#0a3b6a), to(#04182c));
  background: linear-gradient(to right, #0a3b6a 0%, #04182c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  opacity: 1;
}

#global_header > .inner .contWrap .cont a i {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 200;
}

#global_header nav {
  background: url(../images/contents/bgAqua.jpg);
}

#global_header nav #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 20px;
}

#global_header nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-right: 1px solid rgba(10, 59, 106, 0.3);
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li {
    border: none;
  }
}

#global_header nav #gnavi li:first-of-type {
  border-left: 1px solid rgba(10, 59, 106, 0.3);
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li:first-of-type {
    border: none;
  }
}

#global_header nav #gnavi li a {
  display: block;
  padding: 7px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#global_header nav #gnavi li a .en {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #0a3b6a;
}

#global_header nav #gnavi li a:hover {
  opacity: 1;
  color: #0a3b6a;
}

#global_header nav #gnavi li .sub {
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  background-color: #1492ff;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#global_header nav #gnavi li .sub li {
  border: none;
  border-bottom: 1px solid rgba(10, 59, 106, 0.3);
}

#global_header nav #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}

#global_header nav #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

#global_header nav #gnavi li .sub li a:hover {
  color: #0a3b6a;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    display: block;
    width: 70px;
    padding: 31.5px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a {
    position: relative;
    margin-right: 70px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone .sub {
    display: none !important;
  }
}

#global_header nav #gnavi .peNone .sub li:first-of-type a {
  border-top: 0;
}

#global_header nav #gnavi .peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open .sub {
    display: block !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
  background: #e8e8e8;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 50px;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #mainArea #slider li img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    min-height: 350px;
  }
}

#mainArea:before, #mainArea:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #mainArea:before, #mainArea:after {
    display: none;
  }
}

#mainArea:before {
  left: 0;
  width: 22.6%;
  background: url(../images/contents/mainLeft.png) no-repeat;
  background-position: center right;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  #mainArea:before {
    width: 22%;
  }
}

#mainArea:after {
  right: 0;
  width: 20.5%;
  background: url(../images/contents/mainRight.png) no-repeat;
  background-position: center left;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  #mainArea:after {
    width: 20%;
  }
}

#mainArea .mainTxt {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt {
    bottom: 16%;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt {
    bottom: 35px;
  }
}

#mainArea .mainTxt p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  color: #fff;
}

#mainArea .mainTxt .ttl {
  background: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
  background: linear-gradient(to bottom, #111 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 20px;
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  #mainArea .mainTxt .ttl {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  #mainArea .mainTxt .ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .ttl {
    padding: 2px 10px;
    font-size: 13px;
  }
}

#mainArea .mainTxt .txtBox {
  opacity: 0;
  font-size: 36px;
  text-shadow: 0 0 10px #111;
}

@media only screen and (max-width: 1200px) {
  #mainArea .mainTxt .txtBox {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  #mainArea .mainTxt .txtBox {
    font-size: 26px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .txtBox {
    font-size: 24px;
  }
}

#mainArea .mainTxt .txtBox span {
  opacity: 0;
}

#hedFixed {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #1492ff;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header nav > ul {
    display: block !important;
    width: 100%;
    margin-top: 60px;
    padding: 0 20px !important;
    list-style: none;
  }
  #global_header nav > ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav > ul li a {
    display: block;
    padding: 20px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 18px !important;
    text-align: left !important;
    color: #111 !important;
  }
  #global_header nav > ul li:first-of-type a {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  #global_header nav > ul li ul li {
    border: none !important;
  }
  #global_header nav > ul li ul li a {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 14px !important;
  }
  .open #global_header nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  color: #111;
  text-decoration: none;
}

footer#global_footer .fotContact {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotContact {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact {
    padding-bottom: 30px;
  }
}

footer#global_footer .fotContact:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 325px;
  display: block;
  background: url(../images/contents/bgAqua.jpg);
}

footer#global_footer .fotContact .wrapper {
  position: relative;
  z-index: 1;
  padding: 70px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(17, 17, 17, 0.12);
          box-shadow: 0 0 13px rgba(17, 17, 17, 0.12);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotContact .wrapper {
    padding: 50px 40px 60px 40px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper {
    padding: 32px 30px 40px 30px;
  }
}

footer#global_footer .fotContact .wrapper h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper h2 {
    margin-bottom: 20px;
  }
}

footer#global_footer .fotContact .wrapper h2 .en {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #d5c94a;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper h2 .en {
    font-size: 22px;
  }
}

footer#global_footer .fotContact .wrapper h2 .ttl {
  display: inline-block;
  margin-right: 4px;
  padding: 4.5px 7.5px 10px 7.5px;
  background: #d5c94a;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper h2 .ttl {
    margin-right: 2px;
    padding: 2.5px 4.5px 7px 4.5px;
    font-size: 30px;
  }
}

footer#global_footer .fotContact .wrapper h2 .ttl:last-of-type {
  margin-right: 0;
}

footer#global_footer .fotContact .wrapper p {
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotContact .wrapper p {
    text-align: left;
  }
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .fotContact .wrapper p br {
    display: none;
  }
}

footer#global_footer .fotContact .wrapper .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper .btnBox {
    display: block;
    margin-top: 25px;
  }
}

footer#global_footer .fotContact .wrapper .btnBox li {
  margin-right: 5%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotContact .wrapper .btnBox li {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper .btnBox li {
    margin: 0 auto 25px auto;
  }
}

footer#global_footer .fotContact .wrapper .btnBox li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper .btnBox li:last-of-type {
    margin: 0 auto;
  }
}

footer#global_footer .fotContact .wrapper .btnBox .linkTel p {
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1;
}

footer#global_footer .fotContact .wrapper .btnBox .linkTel .fNum {
  margin-bottom: 7px;
  font-size: 34px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotContact .wrapper .btnBox .linkTel .fNum {
    font-size: 30px;
  }
}

footer#global_footer .fotContact .wrapper .btnBox .linkTel .ttl {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}

footer#global_footer .fotContact .wrapper .btnBox .linkTel .sub {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper .btnBox .linkTel .sub {
    line-height: 1.5;
  }
}

footer#global_footer .fotContact .wrapper .btnBox .linkTel .sub .ttl {
  font-size: 16px;
}

footer#global_footer .fotContact .wrapper .btnBox .cont {
  width: 280px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotContact .wrapper .btnBox .cont {
    width: 230px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotContact .wrapper .btnBox .cont {
    width: 100%;
  }
}

footer#global_footer .fotContact .wrapper .btnBox .cont a {
  background: #04182c;
  background: -webkit-gradient(linear, left top, right top, from(#04182c), to(#0a3b6a));
  background: linear-gradient(to right, #04182c 0%, #0a3b6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  display: block;
  padding: 15px 5px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

footer#global_footer .fotContact .wrapper .btnBox .cont a:hover {
  background: #0a3b6a;
  background: -webkit-gradient(linear, left top, right top, from(#0a3b6a), to(#04182c));
  background: linear-gradient(to right, #0a3b6a 0%, #04182c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  opacity: 1;
}

footer#global_footer .fotContact .wrapper .btnBox .cont a i {
  margin-right: 7px;
  font-weight: 200;
}

footer#global_footer #footer {
  padding: 40px 0 45px 0;
  border-top: 2px solid #111;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer {
    padding: 30px 0 35px 0;
  }
}

footer#global_footer #footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}

footer#global_footer #footer address {
  width: 49%;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer address {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
}

footer#global_footer #footer address .siteID {
  margin-bottom: 15px;
}

footer#global_footer #footer .fotMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 49%;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .fotMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .fotMenu {
    display: none;
  }
}

footer#global_footer #footer .fotMenu .fot_nav {
  margin-left: 8%;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .fotMenu .fot_nav {
    margin-left: 6%;
  }
}

footer#global_footer #footer .fotMenu .fot_nav:first-of-type {
  margin-left: 0;
}

footer#global_footer #footer .fotMenu .fot_nav li {
  line-height: 2;
}

footer#global_footer #footer .fotMenu .fot_nav li a {
  position: relative;
  display: block;
  padding-left: 12px;
}

footer#global_footer #footer .fotMenu .fot_nav li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #0a3b6a;
}

footer#global_footer #footer .fotMenu .fot_nav li a:hover {
  opacity: 1;
  color: #1492ff;
}

footer#global_footer #footer .fotMenu .fot_nav li > ul li {
  padding-left: 10px;
}

footer#global_footer #footer .fotMenu .fot_nav li > ul li a {
  position: relative;
  font-size: 14px;
  color: #0a3b6a;
}

footer#global_footer #footer .fotMenu .fot_nav li > ul li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

footer#global_footer #footer .fotMenu .fot_nav li > ul li a:hover {
  color: #1492ff;
}

footer#global_footer #copy {
  display: block;
  padding: 14.5px 10px;
  background: #0a3b6a;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 65px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.top_greetTitle p {
  font-size: 26px;
  font-weight: bold;
  color: #1492ff;
  letter-spacing: 0.05em;
}

.top_subTitle p {
  font-size: 34px;
  font-weight: bold;
  color: #1492ff;
  letter-spacing: 0.1em;
}

.top_subTitle02 p {
  font-size: 14px;
  color: #0a3b6a;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .top_subTitle02 p {
    text-align: center;
  }
}

.top_title01 h1 {
  font-size: 34px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_title01 h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .top_title01 h1 {
    font-size: 17px;
    font-weight: bold;
  }
}

.top_title01 h1 .sub {
  font-size: 31px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_title01 h1 .sub {
    font-size: 27px;
  }
}

@media only screen and (max-width: 640px) {
  .top_title01 h1 .sub {
    font-size: 16px;
  }
}

.top_title01 h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.top_title01 h2:before, .top_title01 h2:after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
}

.top_title01 h2:before {
  margin-right: 7px;
}

.top_title01 h2:after {
  margin-left: 7px;
}

.top_title01 h3 {
  font-size: 34px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1000px) {
  .top_title01 h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_title01 h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .top_title01 h3 {
    font-size: 22px;
    text-align: center !important;
  }
}

/* contents */
.topAncBtn {
  position: absolute;
  bottom: -13%;
  left: 0;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .topAncBtn {
    bottom: -18%;
  }
}

@media only screen and (max-width: 834px) {
  .topAncBtn {
    position: static;
    bottom: auto;
    left: auto;
  }
}

.topAncBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .topAncBtn ul {
    display: block;
  }
}

.topAncBtn ul li {
  float: none !important;
  width: 40%;
  margin-right: 4%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topAncBtn ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .topAncBtn ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.topAncBtn ul li:first-of-type {
  margin-right: 4%;
}

.topAncBtn ul li a {
  position: relative;
  display: block;
  padding: 16% 14% 16% 40%;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 26px;
  text-decoration: none;
  color: #04182c;
  text-align: center;
  letter-spacing: .05em;
}

@media only screen and (max-width: 1000px) {
  .topAncBtn ul li a {
    font-size: 22px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topAncBtn ul li a {
    font-size: 18px;
  }
}

.topAncBtn ul li a:before, .topAncBtn ul li a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.topAncBtn ul li a:before {
  content: "";
  left: 7.5%;
}

.topAncBtn ul li a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  right: 7.5%;
  font-size: 28px;
  color: #1492ff;
}

.topAncBtn ul li .kensetsu a:before {
  width: 30%;
  height: 78%;
  background: url(../images/contents/iconBtn_kensetsu.png) no-repeat;
  background-size: contain;
}

.topAncBtn ul li .keiei a:before {
  width: 27%;
  height: 72%;
  background: url(../images/contents/iconBtn_keiei.png) no-repeat;
  background-size: contain;
}

.top_con01 {
  max-width: 820px;
  margin: 0 auto;
}

.top_area {
  max-width: 640px;
}

.top_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_area ul li {
  float: none !important;
  width: 150px;
  margin: 0 20px 20px 0;
  display: block;
  background: #111;
  border-radius: 15px;
  font-size: 22px;
  color: #fff;
  text-align: center !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_area ul li {
    padding: 5px;
    border-radius: 20px;
    font-size: 19px;
  }
}

@media only screen and (max-width: 640px) {
  .top_area ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 3px;
    font-size: 16px;
  }
}

.top_area ul li:nth-of-type(3n) {
  margin-right: 0;
}

.topContBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .topContBtn {
    display: block;
  }
}

.topContBtn .box {
  width: 48%;
  margin-right: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .topContBtn .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.topContBtn .box:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .topContBtn .box:last-of-type {
    margin-bottom: 0;
  }
}

.topContBtn .linkTel p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topContBtn .linkTel p {
    font-size: 28px;
  }
}

.topContBtn .linkTel p:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.topContBtn .linkTel a {
  display: block;
  padding: 51px 10px;
}

.topContBtn .cont a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 53.5px 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topContBtn .cont a {
    font-size: 24px;
  }
}

.topContBtn .cont a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.topContBtn .cont a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

.topContBtn .cont a:hover {
  background: rgba(10, 59, 106, 0.5);
}

.top_con02 {
  position: relative;
}

.top_con02:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 44.3vw;
  background: url(../images/contents/bg_grayTriangle.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.top_service01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_service01 .txtBox {
  width: 47%;
  padding-right: 10%;
}

@media only screen and (max-width: 1200px) {
  .top_service01 .txtBox {
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1000px) {
  .top_service01 .txtBox {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_service01 .txtBox {
    width: 100%;
    margin-bottom: 50px;
  }
}

.top_service01 .imgBox {
  width: 43%;
}

@media only screen and (max-width: 640px) {
  .top_service01 .imgBox {
    width: 100%;
  }
}

.top_service01 .imgBox .imgSt {
  position: relative;
}

.top_service01 .imgBox .imgSt ul li {
  overflow: visible !important;
}

.top_service01 .imgBox .imgSt ul li:first-of-type {
  width: 84%;
}

.top_service01 .imgBox .imgSt ul li:nth-of-type(2) {
  position: absolute;
  bottom: -45px;
  right: 0;
  width: 53%;
}

.top_service02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_service02 .txtBox {
  width: 47%;
  padding-left: 10%;
}

@media only screen and (max-width: 1200px) {
  .top_service02 .txtBox {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 1000px) {
  .top_service02 .txtBox {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_service02 .txtBox {
    width: 100%;
    margin-bottom: 50px;
  }
}

.top_service02 .imgBox {
  width: 43%;
}

@media only screen and (max-width: 640px) {
  .top_service02 .imgBox {
    width: 100%;
  }
}

.top_service02 .imgBox .imgSt {
  position: relative;
}

.top_service02 .imgBox .imgSt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_service02 .imgBox .imgSt ul li {
  float: none !important;
  overflow: visible !important;
}

.top_service02 .imgBox .imgSt ul li:first-of-type {
  width: 84%;
}

.top_service02 .imgBox .imgSt ul li:nth-of-type(2) {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 53%;
}

.top_con03 .btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .top_con03 .btn ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .top_con03 .btn ul {
    display: block;
  }
}

.top_con03 .btn ul li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 30px;
  text-align: center !important;
}

@media only screen and (max-width: 1200px) {
  .top_con03 .btn ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 1000px) {
  .top_con03 .btn ul li {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .top_con03 .btn ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.top_con03 .btn ul li:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .top_con03 .btn ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 1000px) {
  .top_con03 .btn ul li:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .top_con03 .btn ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top_con03 .btn ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .top_con03 .btn ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .top_con03 .btn ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .top_con03 .btn ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.top_con03 .btn ul li a {
  position: relative;
  display: block;
  padding: 35px 30px;
  border-radius: 10px;
  background: url(../images/contents/bgBtnDots.jpg);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .top_con03 .btn ul li a {
    padding: 20px 30px;
  }
}

.top_con03 .btn ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_con04 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_con04 .top_subTitle p {
  color: #fcee56;
}

.top_con04 .top_title01 h2 {
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con04 .flexBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_con04 .flexBox .box {
  position: relative;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 40px;
  border-radius: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con04 .flexBox .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .top_con04 .flexBox .box {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.top_con04 .flexBox .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con04 .flexBox .box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .top_con04 .flexBox .box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con04 .flexBox .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.top_con04 .flexBox .box td {
  border: none !important;
}

.top_con04 .flexBox .box td h3 {
  margin: 10px auto 15px auto;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top_con04 .flexBox .box td h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 1000px) {
  .top_con04 .flexBox .box td h3 {
    font-size: 17px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con04 .flexBox .box td h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .top_con04 .flexBox .box td h3 {
    font-size: 22px;
  }
}

.top_con04 .flexBox .box td img {
  width: 100% !important;
}

.top_con04 .flexBox .box .ttl {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  padding: 6.5px 12px 6.5px 30px !important;
  background: rgba(17, 17, 17, 0.9);
}

@media only screen and (max-width: 834px) {
  .top_con04 .flexBox .box .ttl {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    padding: 6px 10px !important;
  }
}

.top_con04 .flexBox .box .ttl div {
  font-style: oblique;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1000px) {
  .top_con04 .flexBox .box .ttl div {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) {
  .top_con04 .flexBox .box .ttl div {
    font-size: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .top_con04 .flexBox .box .ttl div {
    font-size: 22px;
  }
}

.top_con04 .flexBox .box .ttl:after {
  content: "";
  position: absolute;
  right: -52px;
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.9) transparent transparent transparent;
  border-width: 38.5px 38.5px 0 38.5px;
}

@media only screen and (max-width: 834px) {
  .top_con04 .flexBox .box .ttl:after {
    display: none;
  }
}

.top_con05 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_con05 .box {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .top_con05 .box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_con05 .box:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.top_con05 .box a {
  display: block;
  min-height: 28.6vw;
  width: 100%;
  height: 100%;
  padding: 39% 2%;
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 13px rgba(17, 17, 17, 0.3);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_con05 .box a {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .top_con05 .box a {
    min-height: 50vw;
    padding: 12% 2%;
    font-size: 28px;
  }
}

.top_con05 .box a .ja {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.top_con05 .box a .ja:before, .top_con05 .box a .ja:after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
}

.top_con05 .box a .ja:before {
  margin-right: 7px;
}

.top_con05 .box a .ja:after {
  margin-left: 7px;
}

.top_con06 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_con06 .bgWh {
  padding: 70px 70px 75px 70px;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh {
    padding: 30px;
  }
}

.top_con06 .bgWh .title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh .title {
    padding-bottom: 20px;
  }
}

.top_con06 .bgWh .title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 75px;
  height: 2px;
  background: #111;
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh .title > div {
    text-align: center !important;
  }
}

.top_con06 .bgWh .title .en {
  display: inline-block;
  margin-right: 15px;
  font-size: 34px;
  font-weight: bold;
  color: #1492ff;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh .title .en {
    display: block;
    margin-right: 0;
    font-size: 28px;
  }
}

.top_con06 .bgWh .title .en + br {
  display: none;
}

.top_con06 .bgWh .title h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .top_con06 .bgWh .title h2 {
    display: block;
  }
}

.top_con06 .newsBox {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 10px;
}

.top_con06 .newsBox dl {
  display: block !important;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

.top_con06 .newsBox dl dt, .top_con06 .newsBox dl dd {
  padding: 0 !important;
  border: none !important;
}

.top_con06 .newsBox dl dt span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 13.5px;
  background: #111;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------
review.html
------------------------------------------------------------ */
.review_con01 h3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #1492ff;
  font-size: 24px;
  font-weight: bold;
  color: #1492ff;
}

@media only screen and (max-width: 640px) {
  .review_con01 h3 {
    font-size: 18px;
  }
}

.review_con01 .review_info {
  font-size: 18px;
  color: #676767;
}

.review_con01 .review_info br {
  display: none;
}

.review_con01 .review_info .sub {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.contact_con01 {
  font-size: 40px;
  font-weight: bold;
  color: #0a3b6a;
}

@media only screen and (max-width: 640px) {
  .contact_con01 {
    font-size: 32px;
  }
}

.contact_con01 a {
  color: #0a3b6a;
}

@media only screen and (max-width: 640px) {
  .form_wrap.contact_con02 dl {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.form_wrap.contact_con02 dl dt, .form_wrap.contact_con02 dl dd {
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap.contact_con02 dl dt, .form_wrap.contact_con02 dl dd {
    width: auto !important;
  }
}

.form_wrap.contact_con02 dl dt {
  margin-right: 10px;
}

.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .ttl01.h1txt {
  width: 100%;
}

.blog div#form_calendar table tbody tr td:hover {
  background: rgba(20, 146, 255, 0.2) !important;
}

.blog aside div#form_calendar {
  min-width: auto !important;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside nav > div {
  background: #1492ff;
  border-radius: 5px;
  color: #fff;
}

.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}

.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}

.blog aside nav ul li a:hover {
  color: #1492ff;
}

.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}

.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #111;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blog aside nav .pages li a:hover {
  color: #1492ff;
}

.blog aside nav .pages li a:hover .translate {
  color: #1492ff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}

.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}

.blog #contents h1, .blog #contents h2 {
  margin-bottom: 10px;
  padding: 7px 10px !important;
  border-left: 7px solid #1492ff;
  background: rgba(20, 146, 255, 0.1);
  line-height: 1.5;
}

.blog #contents article > ul li {
  margin-right: 7px;
}

.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}

.blog #contents article .detail {
  margin-top: 5px !important;
}

.blog #contents article .flex_images {
  display: block !important;
}

.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}

.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

/* ------------------------------------------------------------
object-fit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.title_01 h2 {
  font-size: 38px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_01 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 h2 {
    font-size: 24px;
  }
}

.title_01 h3 {
  font-size: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_01 h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 h3 {
    font-size: 22px;
  }
}

.title_01 h2 {
  position: relative;
  padding-bottom: 65px;
  color: #04182c;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_01 h2 {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 h2 {
    padding-bottom: 35px;
  }
}

.title_01 h2:before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #04182c;
}

@media only screen and (max-width: 640px) {
  .title_01 h2:before {
    bottom: 18px;
  }
}

.title_01 h3 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.title_01 h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 20%;
  height: 2px;
  background: #1492ff;
}

.title_02 h2 {
  padding: 7px 10px 7px 17px;
  background: #ededed;
  border-left: 7px solid #0a3b6a;
  border-bottom: 3px solid #ccc;
  font-size: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_02 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 24px;
  }
}

.title_02 h3 {
  position: relative;
  padding-left: 16px;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .title_02 h3 {
    font-size: 20px;
  }
}

.title_02 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 30px;
  border-radius: 10px;
  background: #1492ff;
}

.page_title {
  position: relative;
}

.page_title .title_img img {
  width: 100% !important;
  height: 24vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 834px) {
  .page_title .title_img img {
    height: 30vw !important;
  }
}

.page_title .title_01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  max-width: 960px;
  padding: 4%;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .page_title .title_01 {
    top: 38%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 82%;
    background: rgba(255, 255, 255, 0.9);
  }
}

@media only screen and (max-width: 640px) {
  .page_title .title_01 {
    top: 50%;
  }
}

.page_title .title_01 h1 {
  position: relative;
  padding-left: 78px;
  font-size: 47px;
  font-weight: bold;
  color: #04182c;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1200px) {
  .page_title .title_01 h1 {
    font-size: 3.9vw;
  }
}

@media only screen and (max-width: 834px) {
  .page_title .title_01 h1 {
    padding-left: 0;
    font-size: 34px;
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .page_title .title_01 h1 {
    font-size: 25px;
  }
}

.page_title .title_01 h1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 2px;
  background: #04182c;
}

@media only screen and (max-width: 834px) {
  .page_title .title_01 h1:before {
    display: none;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btn01 a {
  position: relative;
  display: block;
  padding: 28px 10px;
  background: #0a3b6a;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.btn01 a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn01 a:hover {
  opacity: 1;
  background: #111;
}

.btnBk a {
  position: relative;
  max-width: 540px;
  display: block;
  margin: 0 auto;
  padding: 28px 10px;
  background: #111;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.btnBk a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btnBk a:hover {
  opacity: 1;
  background: #1492ff;
}

.ancBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.ancBtn ul li {
  float: none !important;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}

.ancBtn ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.ancBtn ul li a {
  position: relative;
  display: block;
  padding: 18px 35px;
  background: #0a3b6a;
  border: 1px solid #0a3b6a;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li a {
    padding: 18px 25px;
  }
}

.ancBtn ul li a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li a:after {
    right: 12px;
  }
}

.ancBtn ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #0a3b6a;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

.lh2 p {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .spLh2 p {
    line-height: 2;
  }
}

.lineYlw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(252, 238, 86, 0)), color-stop(60%, #fcee56));
  background: linear-gradient(rgba(252, 238, 86, 0) 60%, #fcee56 60%);
}

.pntTxtNaxy {
  color: #0a3b6a;
}

@media only screen and (max-width: 640px) {
  .spLeft div, .spLeft p {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
.dlSquir dl {
  display: block !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.dlSquir dl dt, .dlSquir dl dd {
  padding: 0 0 0 22px !important;
  border: none !important;
}

.dlSquir dl dt {
  position: relative;
  margin-bottom: 7px;
  font-weight: bold;
}

.dlSquir dl dt:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #0a3b6a;
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liCheck li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 36px;
  overflow: visible !important;
}

.liCheck li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: #0a3b6a;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.liDots li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  overflow: visible !important;
}

.liDots li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.kome li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  overflow: visible !important;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -100px;
  padding-top: 100px;
}

.linkTel a {
  text-decoration: none;
}

.bdrGry {
  border: 1px solid #ccc;
}

::-moz-selection {
  background: #d6e9ff;
}

::selection {
  background: #d6e9ff;
}

::-moz-selection {
  background: #d6e9ff;
}
/*# sourceMappingURL=assets.css.map */