@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -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: 400;
  letter-spacing: 0.6;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

body a {
  text-decoration: none;
}

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: 400;
}

.inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

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

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

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

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

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

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

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

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

@media only screen 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 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-bar {
  background: #0b67a9 !important;
  position: fixed !important;
}

.mean-bar .mean-nav {
  background: #0b67a9 !important;
  position: fixed;
  margin-top: 42px !important;
}

.mean-bar .mean-nav .mean-expand {
  width: 32px !important;
  height: 32px !important;
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 46px;
  }
}

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

@media only screen and (max-width: 1000px) {
  header#global_header {
    padding-top: 46px;
  }
}

.header {
  position: absolute;
  background: rgba(231, 229, 229, 0.7);
  padding: 15px 20px;
  width: 100%;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .header {
    top: 46px;
  }
}

.header-sect {
  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;
}

@media only screen and (max-width: 1500px) {
  .header-left {
    width: 220px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-left {
    width: 180px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 834px) {
  .header-right {
    display: none;
  }
}

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

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  line-height: 1.4;
}

.header-tel .tel-link {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-tel .tel-link a {
  color: #000;
  font-size: 28px;
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 1000px) {
  .header-tel .tel-link a {
    font-size: 23px;
    padding-left: 17px;
  }
}

@media only screen and (max-width: 834px) {
  .header-tel .tel-link a {
    font-size: 22px;
  }
}

.header-tel .tel-link a:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/tel.png);
  width: 16px;
  height: 23px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .header-tel .tel-link a:before {
    background-size: 80%;
    top: 63%;
  }
}

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

.header-btn1 {
  background: #5ea634;
  margin-right: 20px;
}

.header-btn1 a {
  display: block;
  color: #fff;
  padding: 8px 33px 8px 57px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .header-btn1 a {
    font-size: 14px;
    padding: 6px 20px 6px 39px;
  }
}

.header-btn1 a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .header-btn1 a:before {
    left: 20px;
    top: 52%;
  }
}

.header-btn2 {
  background: #00b900;
}

.header-btn2 a {
  display: block;
  color: #fff;
  padding: 8px 27px 8px 51px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .header-btn2 a {
    font-size: 14px;
    padding: 6px 20px 6px 43px;
  }
}

.header-btn2 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/footer-line.png);
  width: 24px;
  height: 24px;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  background-size: 80%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .header-btn2 a:before {
    left: 17px;
  }
}

.header .nav {
  margin-top: 5px;
}

.header .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
}

@media only screen and (max-width: 1400px) {
  .header .nav-ul {
    width: 860px;
  }
}

@media only screen and (max-width: 1200px) {
  .header .nav-ul {
    width: 730px;
  }
}

.header .nav-item a {
  color: #000;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}

.header .nav-item a:after {
  position: absolute;
  content: "";
  z-index: 111;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0b67a9;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1400px) {
  .header .nav-item a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .header .nav-item a {
    font-size: 14px;
  }
}

.header .nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#mainArea {
  position: relative;
}

#mainArea ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "Font Awesome 5 Pro";
}

@media only screen and (max-width: 1000px) {
  #mainArea ul li img {
    height: 500px !important;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea ul li img {
    height: 400px !important;
  }
}

#mainArea .maintxt {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 834px) {
  #mainArea .maintxt {
    width: 80%;
    top: 55%;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .maintxt {
    top: 56%;
    width: 85%;
  }
}

.header-contsp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .header-contsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 65px;
    z-index: 1;
  }
  .header-contsp .header-telsp {
    margin-right: 10px;
  }
  .header-contsp .header-telsp a img {
    width: 40px !important;
  }
  .header-contsp .header-mailsp {
    margin-right: 10px;
  }
  .header-contsp .header-mailsp a img {
    width: 40px !important;
  }
  .header-contsp .header-linesp a img {
    width: 40px !important;
  }
}

.header2 {
  position: static;
  background: #fff;
}

/* ----------------------------------------------------------
dropdown
---------------------------------------------------------- */
#global_header .hov {
  color: #fff;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 834px) {
  #global_header .hov {
    display: none;
  }
}

#global_header .sub {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(11, 103, 169, 0.8);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 10px 10px;
}

@media only screen and (max-width: 834px) {
  #global_header .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 .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
  padding: 10px 0;
}

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

#global_header .sub li:before {
  content: none;
}

#global_header .sub li:after {
  content: none;
}

#global_header .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  font-size: 14px;
  border-right: none !important;
  opacity: 1 !important;
}

#global_header .sub li a:after {
  background-color: #fff !important;
}

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

footer#global_footer #copy {
  font-size: 13px;
  text-align: right;
  display: block;
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    text-align: center;
  }
}

footer#global_footer #copy a {
  color: #000;
  font-size: 13px;
}

.contact-wrap {
  background: url(../images/contents1/bg01ch.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 90px 20px;
}

@media only screen and (max-width: 834px) {
  .contact-wrap {
    padding: 50px 20px;
    background-attachment: initial;
    background-size: cover;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap {
    padding: 40px 20px;
  }
}

.contact-wrap h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .contact-wrap h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 834px) {
  .contact-wrap h2 {
    font-size: 28px;
  }
}

.contact-wrap h2 .blk {
  font-size: 16px;
  display: block;
  font-weight: 400;
}

.contact-wrap .footer-text1 {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .contact-wrap .footer-text1 {
    text-align: left;
  }
}

.contact-wrap .footer-text1 .blk {
  display: block;
}

@media only screen and (max-width: 640px) {
  .contact-wrap .footer-text1 .blk {
    display: none;
  }
}

.contact-wrap .cont-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-wrap .cont-fle .tel-fle {
  margin-right: 25px;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .tel-fle {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .tel-fle {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contact-wrap .cont-fle .tel-fle .tel-link a {
  color: #fff;
  font-size: 31px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .tel-fle .tel-link a {
    font-size: 21px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .tel-fle .tel-link a {
    font-size: 31px;
    padding-left: 25px;
  }
}

.contact-wrap .cont-fle .tel-fle .tel-link a:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/footer-tel.png);
  width: 19px;
  height: 29px;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .tel-fle .tel-link a:before {
    background-size: 70%;
    top: 71%;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .tel-fle .tel-link a:before {
    background-size: 100%;
    top: 57%;
  }
}

.contact-wrap .cont-fle .btn1 {
  background: #00b900;
  margin-right: 25px;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .btn1 {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .btn1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contact-wrap .cont-fle .btn1 a {
  display: block;
  font-size: 15px;
  padding: 11px 36.5px 11px 60.5px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .btn1 a {
    padding: 11px 16.5px 11px 40.5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .btn1 a {
    font-size: 15px;
    padding: 11px 36.5px 11px 60.5px;
  }
}

.contact-wrap .cont-fle .btn1 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/footer-line.png);
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .btn1 a:before {
    left: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .btn1 a:before {
    left: 30px;
  }
}

.contact-wrap .cont-fle .btn2 {
  background: #5ea634;
}

.contact-wrap .cont-fle .btn2 a {
  display: block;
  font-size: 15px;
  padding: 11px 36.5px 11px 60.5px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .btn2 a {
    padding: 11px 13.5px 11px 32.5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .btn2 a {
    font-size: 15px;
    padding: 11px 30.1px 11px 54.1px;
  }
}

.contact-wrap .cont-fle .btn2 a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  left: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .contact-wrap .cont-fle .btn2 a:before {
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-wrap .cont-fle .btn2 a:before {
    left: 32px;
    top: 53%;
  }
}

.footer .nav {
  background: #0b67a9;
  padding: 40px;
}

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

.footer .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}

.footer .nav-item a {
  padding: 8px 15px;
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 5px;
}

.footer .nav-item a:after {
  position: absolute;
  content: "";
  z-index: 111;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 10px;
}

@media only screen and (max-width: 640px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-left {
  width: 210px;
}

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

@media only screen and (max-width: 640px) {
  .footer-left .siteID {
    width: 210px;
    margin: 0 auto;
  }
}

.footer-right .icon-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .footer-right .icon-fle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-right .icon-fle .icon {
  margin-left: 25px;
}

.footer-address {
  line-height: 2;
  text-align: right;
}

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

.footer-address .tel-link a {
  color: #000;
}

.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: #f79500;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.Text-Span.isActive:after {
  width: 100%;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.imgfle_cont01 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 130px;
}

.imgfle_cont01 .imgfle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .imgfle_cont01 .imgfle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.imgfle_cont01 .imgfle01 .img01 {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .img01 {
    width: 45%;
    margin: 15px auto;
  }
}

.imgfle_cont01 .imgfle01 .img01 img {
  width: 100% !important;
}

.imgfle_cont01 .imgfle01 .title_01 {
  width: 55%;
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .title_01 {
    width: 100%;
  }
}

.imgfle_cont01 .imgfle01 .title_01 h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #e07300;
  text-align: center !important;
  display: inline-block;
}

.imgfle_cont01 .imgfle01 .title_01 h1 .fonch {
  font-size: 30px;
  font-weight: bold;
  color: #0b67a9;
}

.imgfle_cont01 .imgfle01 .title_01 div {
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .imgfle_cont01 .imgfle01 .title_01 div {
    margin-top: 25px;
  }
}

.imgfle_cont01 .imgfle01 .imgpos {
  position: absolute;
  bottom: 60px;
  right: 0;
}

@media only screen and (max-width: 834px) {
  .imgfle_cont01 .imgfle01 .imgpos {
    margin-top: 60px;
    bottom: -20px;
  }
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .imgpos {
    position: static;
  }
}

.imgfle_cont01 .imgfle01 .imgpos a {
  height: auto !important;
}

.imgfle_cont01 .imgfle01 .imgpos {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b67a9;
  border-radius: 5px;
  width: 92%;
}

@media only screen and (max-width: 900px) {
  .imgfle_cont01 .imgfle01 .imgpos {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .imgfle_cont01 .imgfle01 .imgpos {
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .imgpos {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    position: static;
  }
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .imgpos .tb01 {
    margin-bottom: 15px;
    width: 100%;
  }
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr:first-child {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .imgfle_cont01 .imgfle01 .imgpos .tb01 tr:first-child {
    font-size: 14px;
  }
}

@media only screen and (max-width: 834px) {
  .imgfle_cont01 .imgfle01 .imgpos .tb01 tr:first-child .blk {
    display: block;
  }
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr:nth-of-type(2) {
  color: #fff;
  font-size: 34px;
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr:nth-of-type(2) div {
  font-weight: bold;
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr:last-child {
  color: #fff;
  font-size: 11px;
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr td {
  border: none !important;
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 tr td div {
  text-align: center !important;
}

.imgfle_cont01 .imgfle01 .imgpos .tb01 .blk1 {
  display: block;
}

.imgfle_cont01 .imgfle01 .imgpos .btn01 {
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .imgpos .btn01 {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .imgfle_cont01 .imgfle01 .imgpos .btn01 img {
    width: 150px !important;
  }
}

.imgpos .tb01-sp {
  border: 1px solid #fff;
  padding: 10px;
}

.imgpos .tb01-sp tr:first-child {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .imgpos .tb01-sp tr:first-child {
    font-size: 14px;
  }
}

@media only screen and (max-width: 834px) {
  .imgpos .tb01-sp tr:first-child .blk {
    display: block;
  }
}

.imgpos .tb01-sp tr:nth-of-type(2) {
  color: #fff;
  font-size: 34px;
}

.imgpos .tb01-sp tr:nth-of-type(2) div {
  font-weight: bold;
}

.imgpos .tb01-sp tr:last-child {
  color: #fff;
  font-size: 11px;
}

.imgpos .tb01-sp tr td {
  border: none !important;
  color: #fff;
}

.imgpos .tb01-sp tr td div {
  text-align: center !important;
}

.youtubefle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.youtubefle .youtube {
  width: 48%;
}

.youtubefle .youtube iframe {
  height: 300px !important;
}

@media only screen and (max-width: 640px) {
  .youtubefle .youtube iframe {
    height: auto !important;
  }
}

.bn01 a {
  width: 100% !important;
  height: auto !important;
}

.bn01 a img {
  width: 80% !important;
}

@media only screen and (max-width: 834px) {
  .bn01 a img {
    width: 100% !important;
  }
}

.wrap01bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
}

.wrap01bg .title_02 h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}

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

.wrap01bg .title_02 h2 .fonch {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 135px;
  position: relative;
}

.wrap01bg .title_02 h2 .fonch:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #fff;
  left: 0;
}

.wrap01bg .title_02 h2 .fonch:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #fff;
  right: 0;
}

.wrap01bg .wrapfle01 .boximg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 30%;
}

@media only screen and (max-width: 834px) {
  .wrap01bg .wrapfle01 .boximg {
    padding-top: 30% !important;
  }
}

.home_02 {
  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) {
  .home_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_cont02 {
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .home_cont02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    margin-bottom: 30px;
  }
}

#main .wrap02bg .index-blog .blog_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  padding-right: 0 !important;
}

#main .wrap02bg .index-blog .blog_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: none !important;
}

#main .wrap02bg .index-blog .blog_list > div .blog_photo {
  width: 100% !important;
}

#main .wrap02bg .index-blog .blog_list > div .blog_photo img {
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#main .wrap02bg .index-blog .blog_list .blog_photo {
  padding: 0 !important;
}

#main .wrap02bg .index-blog .blog_list .blog_text {
  width: 100% !important;
  padding: 30px !important;
  background: rgba(51, 51, 51, 0.7);
}

#main .wrap02bg .index-blog .blog_list .blog_text .blog_date {
  color: #fff !important;
}

#main .wrap02bg .index-blog .blog_list .blog_text h3 a {
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
}

#main .wrap02bg .index-blog .blog_list .blog_text .detail {
  color: #fff !important;
}

.slick-track > div {
  margin-right: 20px;
}

.title_62 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0b67a9;
}

.title_60 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0b67a9;
  line-height: 1;
}

.title_60 h2 .blk {
  font-size: 15px;
  font-family: 'Noto Sans JP';
  position: relative;
  padding: 0 110px;
  font-weight: 400;
}

.title_60 h2 .blk:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
}

@media only screen and (max-width: 640px) {
  .title_60 h2 .blk:before {
    width: 80px;
    left: 5px;
  }
}

.title_60 h2 .blk:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}

@media only screen and (max-width: 640px) {
  .title_60 h2 .blk:after {
    width: 80px;
    right: 5px;
  }
}

.wrapfle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .wrapfle03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.wrapfle03 .imgbox {
  margin-right: 1.3%;
}

.wrapfle03 .imgbox:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .wrapfle03 .imgbox {
    width: 49%;
    margin-right: 0;
  }
  .wrapfle03 .imgbox:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .wrapfle03 .imgbox:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapfle03 .imgbox:nth-of-type(3) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapfle03 .imgbox {
    width: 80%;
  }
}

.wrapfle03 .imgbox img {
  width: 100% !important;
}

.wrapfle03 .imgbox .title_03 {
  background: rgba(51, 51, 51, 0.7);
  padding: 15px;
}

.wrapfle03 .imgbox .title_03 h3 {
  font-size: 19px;
  color: #fff;
  text-align: center !important;
}

.wrapfle03 .imgbox .title_03 div {
  color: #fff;
  padding: 0 50px;
  font-size: 15px;
}

@media only screen and (max-width: 1600px) {
  .wrapfle03 .imgbox .title_03 div {
    padding: 0 15px;
  }
}

.boximg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 15%;
}

@media only screen and (max-width: 834px) {
  .boximg {
    width: 460px !important;
  }
}

@media only screen and (max-width: 834px) {
  .boximg {
    padding-top: 25%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .boximg:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .boximg {
    width: 90% !important;
  }
}

.boximg .box {
  width: 100%;
}

.boximg .box:first-child {
  background: rgba(0, 77, 161, 0.7);
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 10px 13px 10px;
}

.boximg .box:nth-of-type(2) {
  background: rgba(0, 77, 161, 0.7);
  padding: 5px;
}

.boximg .box:nth-of-type(2) div {
  font-size: 15px;
  color: #fff;
}

#contents_wrap .worksbtnch {
  text-align: center !important;
}

#contents_wrap .worksbtnch div a {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}

.wraptb01 table tr td {
  border: none !important;
  text-align: center !important;
}

.wrapfle05 {
  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: 1000px) {
  .wrapfle05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wrapfle05 .imgtxt {
  width: 18%;
}

@media only screen and (max-width: 1000px) {
  .wrapfle05 .imgtxt {
    width: 31%;
  }
  .wrapfle05 .imgtxt:first-child {
    margin-right: 15px;
  }
  .wrapfle05 .imgtxt:nth-of-type(2) {
    margin-right: 15px;
  }
  .wrapfle05 .imgtxt:nth-of-type(4) {
    margin-right: 15px;
    margin-top: 25px;
  }
  .wrapfle05 .imgtxt:last-child {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapfle05 .imgtxt {
    width: 47%;
  }
  .wrapfle05 .imgtxt:nth-of-type(2) {
    margin-right: 0;
  }
  .wrapfle05 .imgtxt:nth-of-type(4) {
    margin-right: 0;
  }
  .wrapfle05 .imgtxt:nth-of-type(3) {
    margin-right: 15px;
    margin-top: 25px;
  }
}

.wrapfle05 .imgtxt .box {
  text-align: center !important;
}

.wrapfle05 .imgtxt .box div {
  text-align: left !important;
}

.wrapfle05 .imgtxt .box h3 {
  display: none;
}

.wrap02bg {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 5%;
}

.wrap02bg .title_02 h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}

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

.wrap02bg .title_02 h2 .fonch {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 135px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .wrap02bg .title_02 h2 .fonch {
    font-size: 13px;
    padding: 0 110px;
  }
}

.wrap02bg .title_02 h2 .fonch:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #fff;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .wrap02bg .title_02 h2 .fonch:before {
    width: 90px;
  }
}

.wrap02bg .title_02 h2 .fonch:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #fff;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .wrap02bg .title_02 h2 .fonch:after {
    width: 90px;
  }
}

.wrap02bg .wrapfle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .wrap02bg .wrapfle03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 640px) {
  .wrap02bg .wrapfle03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrap02bg .wrapfle03 .imgbox {
  margin-right: 1.3%;
}

.wrap02bg .wrapfle03 .imgbox:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .wrap02bg .wrapfle03 .imgbox {
    width: 49%;
    margin-right: 0;
  }
  .wrap02bg .wrapfle03 .imgbox:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .wrap02bg .wrapfle03 .imgbox:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .wrap02bg .wrapfle03 .imgbox:nth-of-type(3) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .wrap02bg .wrapfle03 .imgbox {
    width: 80%;
  }
}

.wrap02bg .wrapfle03 .imgbox img {
  width: 100% !important;
}

.wrap02bg .wrapfle03 .imgbox .title_03 {
  background: rgba(51, 51, 51, 0.7);
  padding: 15px;
}

.wrap02bg .wrapfle03 .imgbox .title_03 h3 {
  font-size: 19px;
  color: #fff;
  text-align: center !important;
}

.wrap02bg .wrapfle03 .imgbox .title_03 div {
  color: #fff;
  padding: 0 50px;
  font-size: 15px;
}

@media only screen and (max-width: 1600px) {
  .wrap02bg .wrapfle03 .imgbox .title_03 div {
    padding: 0 15px;
  }
}

.title_04 h2 {
  font-size: 50px;
  color: #0b67a9;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .title_04 h2 {
    font-size: 36px;
  }
}

.title_04 h2 .fonch01 {
  color: #333;
}

.title_04 h2 .fonch {
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 135px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_04 h2 .fonch {
    padding: 0 110px;
  }
}

.title_04 h2 .fonch:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #333;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .title_04 h2 .fonch:before {
    width: 90px;
  }
}

.title_04 h2 .fonch:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #333;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .title_04 h2 .fonch:after {
    width: 90px;
  }
}

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

.btn013 div a {
  color: #032892;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #032892;
}

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

.newsfle .title_05 {
  width: 20%;
  border-right: 3px solid #0b67a9;
}

.newsfle .title_05 h2 {
  font-size: 50px;
  color: #0b67a9;
}

.newsfle .title_05 h2 .fonch {
  font-size: 16px;
  color: #333;
}

.newsfle .newsdl {
  width: 70%;
  max-height: 160px;
  overflow-x: auto;
}

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

.newsfle .newsdl dl {
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 640px) {
  .newsfle .newsdl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsfle .newsdl dl dt {
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .newsfle .newsdl dl dt {
    padding: 5px !important;
    width: 100% !important;
  }
}

.newsfle .newsdl dl dd {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .newsfle .newsdl dl dd {
    padding: 5px !important;
    width: 100% !important;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .contact01_fle .linkTel {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .contact01_fle .linkTel .pctel {
    display: none;
  }
}

.contact01_fle .linkTel .pctel a {
  color: #f0f0f0;
  font-size: 26px;
  font-family: Noto Serif JP;
  position: relative;
  font-weight: bold;
  padding-left: 30px;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .linkTel .pctel a {
    font-size: 21px;
  }
}

.contact01_fle .linkTel .pctel a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/phone.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.contact01_fle .linkTel .tabtel {
  display: none;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .linkTel .tabtel {
    display: block;
    width: 190px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .linkTel .tabtel {
    width: 225px;
    display: block;
  }
}

.contact01_fle .linkTel .tabtel a {
  background: #f0f0f0;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .linkTel .tabtel a {
    font-size: 16px;
    padding: 10px 8px 10px 50px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .linkTel .tabtel a {
    padding: 10px 8px 10px 59px;
  }
}

.contact01_fle .linkTel .tabtel a:before {
  position: absolute;
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 24px;
  color: #fff;
  font-weight: bold;
}

.contact01_fle .btn01 {
  background: #00b900;
  margin-right: 25px;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .btn01 {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .btn01 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contact01_fle .btn01 a {
  display: block;
  font-size: 15px;
  padding: 10px 26px 10px 50px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .btn01 a {
    padding: 11px 16.5px 11px 40.5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .btn01 a {
    font-size: 15px;
    padding: 11px 36.5px 11px 60.5px;
  }
}

.contact01_fle .btn01 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/footer-line.png);
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22px;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .btn01 a:before {
    left: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .btn01 a:before {
    left: 30px;
  }
}

.contact01_fle .btn02 {
  background: #5ea634;
}

.contact01_fle .btn02 a {
  display: block;
  font-size: 15px;
  padding: 10px 26px 10px 50px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .btn02 a {
    padding: 11px 13.5px 11px 32.5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .btn02 a {
    font-size: 15px;
    padding: 11px 30.1px 11px 54.1px;
  }
}

.contact01_fle .btn02 a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .contact01_fle .btn02 a:before {
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contact01_fle .btn02 a:before {
    left: 32px;
    top: 53%;
  }
}

/* ------------------------------------------------------------
shiken1.html
------------------------------------------------------------ */
.h1bg {
  background: url(../images/contents/h1title.jpg) no-repeat;
  background-size: cover;
  padding: 60px 30px;
}

.h1bg .h1tit h1, .h1bg .h1tit .blogmds {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .h1bg .h1tit h1, .h1bg .h1tit .blogmds {
    font-size: 31px;
  }
}

@media only screen and (max-width: 834px) {
  .h1titfc h1 {
    font-size: 31px !important;
  }
}

@media only screen and (max-width: 640px) {
  .h1titfc h1 {
    font-size: 5.33vw !important;
  }
}

.shiken1_img1 img {
  width: 80% !important;
}

.shiken1fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 40px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media only screen and (max-width: 1600px) {
  .shiken1fle01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 1300px) {
  .shiken1fle01 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .shiken1fle01 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1000px) {
  .shiken1fle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px !important;
  }
}

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

.shiken1fle01 .img01 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 20px;
}

@media only screen and (max-width: 1000px) {
  .shiken1fle01 .img01 {
    width: 50%;
  }
}

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

.shiken1fle01 .img01 .box {
  width: 49%;
}

.shiken1fle01 .img01 .box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.shiken1fle01 .title_15 {
  width: 35%;
}

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

.shiken1fle01 .title_15 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .shiken1fle01 .title_15 h2 {
    margin-top: 15px;
  }
}

.shiken1fle01 .txtbg {
  position: absolute;
  bottom: 0;
  left: 15%;
  background: #f0f0f0;
  color: #fff;
  padding: 25px;
  width: 44%;
}

@media only screen and (max-width: 1300px) {
  .shiken1fle01 .txtbg {
    width: 70%;
  }
}

@media only screen and (max-width: 1000px) {
  .shiken1fle01 .txtbg {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

.shiken1fle01 .txtbg .txt h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

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

.shiken1imgtxt .box {
  width: 19%;
}

.shiken1imgtxt .box div {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .shiken1imgtxt .box div {
    font-size: 12px;
  }
}

.shiken1imgtxt .box h3 {
  display: none;
}

.titpos1 {
  position: relative;
  padding-top: 70px;
}

@media only screen and (max-width: 640px) {
  .titpos1 {
    padding-top: 0;
  }
}

.titpos1 .shiken1_titbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .titpos1 .shiken1_titbg {
    position: static;
  }
}

.titpos1 .shiken1_titbg .shiken1_titpos {
  padding: 30px;
  background: #f0f0f0 !important;
}

@media only screen and (max-width: 1000px) {
  .titpos1 .shiken1_titbg .shiken1_titpos {
    width: 100%;
    font-size: 15px;
  }
}

.titpos1 .shiken1_titbg .shiken1_titpos h2 {
  font-weight: bold;
  font-size: 25px;
}

.titpos2 {
  position: relative;
  padding-top: 70px;
}

.titpos2 .shiken1_titbg02 {
  position: absolute;
  width: 100%;
  top: 0;
}

.titpos2 .shiken1_titbg02 .shiken1_titpos {
  padding: 30px;
  background: #f0f0f0 !important;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1000px) {
  .titpos2 .shiken1_titbg02 .shiken1_titpos {
    width: 100%;
    font-size: 15px;
  }
}

.titpos2 .shiken1_titbg02 .shiken1_titpos h2 {
  font-weight: bold;
  font-size: 25px;
}

.titpos2 .img13 img {
  width: 55% !important;
}

@media only screen and (max-width: 834px) {
  .titpos2 .img13 img {
    width: 80% !important;
  }
}

@media only screen and (max-width: 640px) {
  .titpos2 .img13 img {
    width: 90% !important;
  }
}

.titpos2 .img01 img {
  width: 50% !important;
}

.title_16_1 h2, .title_16_1 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.title_16_1 h2:before, .title_16_1 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.title_16_1 h2:after, .title_16_1 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.shiken1dl dl {
  background: #f0f0f0 !important;
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .shiken1dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shiken1dl dl dt {
  border: none !important;
  color: #4c4c4c;
  width: 160px !important;
  background: #d7d7d7 !important;
}

@media only screen and (max-width: 640px) {
  .shiken1dl dl dt {
    width: 100% !important;
  }
}

.shiken1dl dl dd {
  border: none !important;
  background: #fff !important;
  width: calc(100% - 160px);
}

@media only screen and (max-width: 640px) {
  .shiken1dl dl dd {
    width: 100% !important;
  }
}

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

.shiken1fle03 .box {
  width: 30%;
}

.shiken1_tb03 table tr td {
  padding: 10px !important;
  border: none !important;
  text-align: center !important;
}

.shiken1_tb03 table tr:nth-of-type(4) td {
  text-align: left !important;
}

.shiken1_tb03 table tr .bgch {
  background: #f0f0f0 !important;
  margin: 0 auto;
  text-align: center !important;
  width: 98%;
  border-right: 1px solid #ccc !important;
}

.shiken1_tb03 table tr .bgch .blk {
  display: block;
}

.shiken1_tb03 table tr .imgch img {
  width: 20% !important;
}

.contbg01 {
  position: relative;
}

.shiken1_titbg02 {
  width: 100%;
  position: absolute;
  right: 0;
  top: -70px;
}

.shiken1_titbg02 .shiken1_titpos {
  right: 0;
  width: 100%;
  padding: 30px;
  background: #f0f0f0 !important;
}

.shiken1_tittb1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shiken1_tittb1 .spshiken1_tb03 {
  width: 33%;
}

.shiken1_tittb1 .spshiken1_tb03 tr td {
  padding: 10px !important;
}

.shiken1_tittb1 .spshiken1_tb03 tr .bgch {
  background: #f0f0f0 !important;
}

.shiken1_tittb1 .spshiken1_tb03 tr .bgch div .blk {
  display: block;
}

@media only screen and (max-width: 834px) {
  .shiken1_tittb1 .spshiken1_tb03 tr .bgch div .blk {
    font-size: 13px;
  }
}

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

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

.shiken1fle05 .box01 {
  width: 55%;
}

@media only screen and (max-width: 640px) {
  .shiken1fle05 .box01 {
    margin-bottom: 15px;
    width: 100%;
  }
  .shiken1fle05 .box01 img {
    width: 80% !important;
  }
}

.shiken1fle05 .box02 {
  width: 40%;
}

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

.shiken1fle05 .box02 .tit {
  border-bottom: 1px solid  #f0f0f0;
}

.shiken1fle05 .box02 .tit h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  color: #f0f0f0;
}

.spshiken1_tb03 {
  width: 75%;
}

.spshiken1_tb03 table tr .imgch img {
  width: 13% !important;
}

.spshiken1_tb03 table tr:first-child td img {
  width: 65% !important;
}

.spshiken1_tb03 table tr:nth-of-type(2) td img {
  width: 20% !important;
}

.spshiken1_tb03 table tr td {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .spshiken1_tb03 table tr td {
    padding: 10px !important;
  }
}

.flowfle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flowfle .box {
  border: 1px solid #ccc;
  padding: 15px;
  width: 48%;
}

.flowfle .box:first-child {
  margin-bottom: 20px;
}

.flowfle .box:nth-of-type(2) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flowfle .box {
    width: 48%;
  }
  .flowfle .box:first-child {
    margin-bottom: 20px;
  }
  .flowfle .box:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .flowfle .box {
    width: 100%;
  }
  .flowfle .box:nth-of-type(3) {
    margin-bottom: 20px;
  }
}

.flowfle .box h4 {
  margin-top: 45px;
  font-weight: bold;
  font-size: 18px;
}

.flowfle .box1 {
  position: relative;
}

.flowfle .box1:before {
  content: "";
  position: absolute;
  background: url(../images/contents/number_03.png);
  width: 157px;
  height: 157px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: 30%;
}

.flowfle .box2 {
  position: relative;
}

.flowfle .box2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/number_05.png);
  width: 157px;
  height: 157px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: 30%;
}

.flowfle .box3 {
  position: relative;
}

.flowfle .box3:before {
  content: "";
  position: absolute;
  background: url(../images/contents/number_07.png);
  width: 157px;
  height: 157px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: 30%;
}

.flowfle .box4 {
  position: relative;
}

.flowfle .box4:before {
  content: "";
  position: absolute;
  background: url(../images/contents/number_09.png);
  width: 157px;
  height: 157px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: 30%;
}

.shiken1dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .shiken1dl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shiken1dl01 dl dt {
  background: #f0f0f0 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 220px !important;
  background-color: #f0f0f0 !important;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .shiken1dl01 dl dt {
    width: 100% !important;
    border: none !important;
  }
}

.shiken1dl01 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #f0f0f0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 640px) {
  .shiken1dl01 dl dt:after {
    display: none;
  }
}

.shiken1dl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
  width: calc(100% - 160px) !important;
}

@media only screen and (max-width: 640px) {
  .shiken1dl01 dl dd {
    padding: 15px !important;
    width: 100% !important;
    border: none !important;
  }
}

.shiken1dl01 dl dd .linkTel {
  color: #333;
}

.shiken1dl01 dl dd .linkTel a {
  color: #333;
}

/* ------------------------------------------------------------
shiken2.html
------------------------------------------------------------ */
.title_06 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.shiken2fle01 {
  margin-top: 50px;
  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;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 50px;
}

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

.shiken2fle01 .box01 {
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .shiken2fle01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.shiken2fle01 .box01 .txt1 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.shiken2fle01 .box01 .txt1 .fonch {
  font-size: 18px;
  font-weight: bold;
  color: #f0f0f0;
}

.shiken2fle01 .box01 .txt2 {
  padding-top: 10px;
}

.shiken2fle01 .box02 {
  width: 65%;
}

@media only screen and (max-width: 1200px) {
  .shiken2fle01 .box02 {
    width: 100%;
  }
}

.shiken2tb01 table tr {
  border-bottom: 1px solid #ccc;
}

.shiken2tb01 table tr td {
  border: none;
  text-align: center !important;
  padding: 10px !important;
}

.shiken2tb01 table tr td:first-child div {
  color: #5c5c5c;
}

.shiken2tb01 table tr td:nth-of-type(2) div {
  background: #f0f0f0;
  color: #5c5c5c;
}

.shiken2tb01 table tr td .fonch01 {
  font-size: 20px;
  font-weight: bold;
}

.shiken2tb01 table tr td .fonch02 {
  font-size: 13px;
  text-align: center !important;
}

@media only screen and (max-width: 1000px) {
  .shiken2tb01 table tr td .fonch02 {
    text-align: left !important;
  }
}

.shiken2tb01 table tr:last-child td div {
  text-align: center !important;
}

@media only screen and (max-width: 1000px) {
  .shiken2tb01 table tr:last-child td div {
    text-align: left !important;
  }
}

.shiken2tb01 table tr:last-child td:nth-of-type(2) div {
  text-align: center !important;
}

.shiken2img02 {
  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: 640px) {
  .shiken2img02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shiken2img02 .box {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .shiken2img02 .box {
    width: 100%;
  }
  .shiken2img02 .box:first-child {
    margin-bottom: 20px;
  }
}

.shiken2-fl05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

@media only screen and (max-width: 640px) {
  .shiken2-fl05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.shiken2-fl05 .box:first-child {
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .shiken2-fl05 .box:first-child {
    margin-bottom: 10px;
    width: 70%;
  }
}

.shiken2-fl05 .box:first-child img {
  width: 100% !important;
}

.shiken2-fl05 .box:nth-of-type(2) {
  width: 78%;
}

@media only screen and (max-width: 640px) {
  .shiken2-fl05 .box:nth-of-type(2) {
    width: 100%;
  }
}

.title_08 h2 {
  line-height: 1.4;
  font-size: 40px;
  color: #0b67a9;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .title_08 h2 {
    font-size: 28px;
  }
}

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

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

.title_08 h2 .fonch {
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 135px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_08 h2 .fonch {
    padding: 0 40px;
    font-size: 15px;
  }
}

.title_08 h2 .fonch:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #333;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .title_08 h2 .fonch:before {
    width: 30px;
  }
}

.title_08 h2 .fonch:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #333;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .title_08 h2 .fonch:after {
    width: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .title_08 h2 .fonch .spblk1 {
    display: block;
  }
}

.sptit1 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #afaeae;
}

.spshiken2tb01 {
  color: #afaeae;
}

.spshiken2tb01 table tr td {
  border: none !important;
  padding: 8px !important;
}

.spshiken2tb01 table tr td:first-child {
  background: #a9c3e0;
  width: 29% !important;
}

.spshiken2tb01 table tr td:first-child div {
  color: #fff;
}

.sptit2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0b67a9;
}

.spshiken2tb02 {
  color: #333;
}

.spshiken2tb02 table tr td {
  border: none !important;
  padding: 8px !important;
}

.spshiken2tb02 table tr td:first-child {
  background: #0b67a9;
  width: 29% !important;
}

.spshiken2tb02 table tr td:first-child div {
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .title_08 h2 .blk500 {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .shiken1txt01 div {
    text-align: left !important;
  }
}

.shiken1txt08 div .fonch {
  color: #0b67a9;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}

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

.shiken1txt08 div .fonch:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 60px;
  background: #0b67a9;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .shiken1txt08 div .fonch:before {
    font-size: 16px;
  }
}

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

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

.shiken2fle02 .box01 {
  width: 30%;
}

@media only screen and (max-width: 834px) {
  .shiken2fle02 .box01 {
    margin-bottom: 15px;
    width: 100%;
  }
}

.shiken2fle02 .box02 {
  width: 65%;
}

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

.shiken2fle02 .box02 .title_09 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.shiken2fle02 .box02 .title_09 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.shiken2fle02 .box02 .title_09 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.shiken2fle02 .box02 .title_10 {
  margin-top: 15px;
}

.shiken2fle02 .box02 .title_10 h4 {
  font-weight: bold;
  font-size: 16px;
}

.shiken2fle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.shiken2fle03 .box02 {
  width: 30%;
}

@media only screen and (max-width: 834px) {
  .shiken2fle03 .box02 {
    margin-bottom: 15px;
    width: 100%;
  }
}

.shiken2fle03 .box01 {
  margin-right: 30px;
}

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

.shiken2fle03 .box01 .title_09 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.shiken2fle03 .box01 .title_09 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.shiken2fle03 .box01 .title_09 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.shiken2fle03 .box01 .title_10 {
  margin-top: 15px;
}

.shiken2fle03 .box01 .title_10 h4 {
  font-weight: bold;
  font-size: 16px;
}

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

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

.shiken2imgfle .box {
  width: 30%;
}

@media only screen and (max-width: 834px) {
  .shiken2imgfle .box {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .shiken2imgfle .box:first-child {
    margin-top: 0;
  }
}

.shiken2imgfle .box img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .shiken2imgfle .box img {
    width: 55% !important;
  }
}

.shiken2imgfle .box h3 {
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (max-width: 834px) {
  .shiken2imgfle .box div {
    text-align: left;
  }
}

.shiken2imgps {
  position: relative;
}

.shiken2imgps .img01 {
  width: 100%;
  margin: 0 auto;
}

.shiken2imgps .img01 img {
  width: 100% !important;
}

.shiken2imgps .txtbg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f0f0f0;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .shiken2imgps .txtbg {
    position: relative;
    width: 100%;
  }
}

.gallery_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_btn ul li {
  width: 33.3%;
}

.gallery_btn ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #ddd;
  text-transform: uppercase;
  color: #333 !important;
  padding: 20px 0;
  border-bottom: 2px solid #0b67a9;
  background: #f7f7f7;
}

.gallery_btn ul li .active {
  background: #0b67a9;
  color: #fff !important;
}

/* ------------------------------------------------------------
shiken2.html
------------------------------------------------------------ */
.shiken3fle {
  position: relative;
}

.shiken3fle:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.shiken3fle .box01 .companyimg {
  width: 36% !important;
}

@media only screen and (max-width: 834px) {
  .shiken3fle .box01 .companyimg {
    width: 45% !important;
  }
}

.shiken3fle .box01 .companyimg:first-child {
  position: relative;
}

.shiken3fle .box01 .companyimg:first-child:before {
  position: absolute;
  content: "";
  background: url(../images/contents/number1.png);
  width: 40px;
  height: 66px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:first-child:before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:first-child tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(2) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(2):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number2.png);
  width: 46px;
  height: 66px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(2):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(2) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(3) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(3):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number3.png);
  width: 47px;
  height: 67px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(3):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(3) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(4) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(4):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number4.png);
  width: 49px;
  height: 65px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(4):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(4) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(5) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(5):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number5.png);
  width: 48px;
  height: 66px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(5):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(5) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(6) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(6):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number6.png);
  width: 49px;
  height: 67px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(6):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(6) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(7) {
  position: relative;
}

.shiken3fle .box01 .companyimg:nth-of-type(7):before {
  position: absolute;
  content: "";
  background: url(../images/contents/number7.png);
  width: 43px;
  height: 65px;
  left: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg:nth-of-type(7):before {
    background-size: 75%;
    left: 20px;
  }
}

.shiken3fle .box01 .companyimg:nth-of-type(7) tr:last-child td div {
  text-align: left !important;
}

.shiken3fle .box01 .companyimg table tr:nth-of-type(2) td div {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .shiken3fle .box01 .companyimg table tr:nth-of-type(2) td div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .shiken3fle .box01 .companyimg table tr:nth-of-type(2) td div {
    font-size: 17px;
  }
}

.shiken3fle .box01 .companyimg table tr td {
  border: none !important;
  text-align: center !important;
}

.shiken3fle .box01 .companyimg table tr td img {
  width: 85% !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(2) {
  margin-top: 200px !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(4) {
  margin-top: 200px !important;
}

.shiken3fle .box01 .companyimg:nth-of-type(6) {
  margin-top: 200px !important;
}

@media only screen and (max-width: 834px) {
  .cont-txt div {
    text-align: left !important;
  }
}

.title_08ch h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  .title_08ch h2 {
    font-size: 26px;
  }
}

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

.bg011 {
  color: #fff;
  background: url(../images/contents/bg11.jpg);
  padding: 40px;
  background-size: cover;
}

.bg011 .companyfle05 .companyimg:first-child {
  position: relative;
}

.bg011 .companyfle05 .companyimg:first-child:before {
  position: absolute;
  content: "";
  background: url(../images/contents/kz.png);
  width: 62%;
  height: 77px;
  background-size: 57%;
  background-repeat: no-repeat;
  right: -147px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .bg011 .companyfle05 .companyimg:first-child:before {
    content: none;
  }
}

.bg011 .companyfle05 .companyimg:nth-of-type(2) {
  position: relative;
}

.bg011 .companyfle05 .companyimg:nth-of-type(2):before {
  position: absolute;
  content: "";
  background: url(../images/contents/kzh.png);
  width: 62%;
  height: 77px;
  background-size: 57%;
  background-repeat: no-repeat;
  right: 201px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .bg011 .companyfle05 .companyimg:nth-of-type(2):before {
    content: none;
  }
}

.bg011 .companyfle05 .companyimg:nth-of-type(3) {
  position: relative;
}

.bg011 .companyfle05 .companyimg:nth-of-type(3):before {
  position: absolute;
  content: "";
  background: url(../images/contents/kz.png);
  width: 62%;
  height: 77px;
  background-size: 57%;
  background-repeat: no-repeat;
  right: -147px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .bg011 .companyfle05 .companyimg:nth-of-type(3):before {
    content: none;
  }
}

.bg011 .companyfle05 .companyimg:nth-of-type(4) {
  position: relative;
}

.bg011 .companyfle05 .companyimg:nth-of-type(4):before {
  position: absolute;
  content: "";
  background: url(../images/contents/kzh.png);
  width: 62%;
  height: 77px;
  background-size: 57%;
  background-repeat: no-repeat;
  right: 201px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .bg011 .companyfle05 .companyimg:nth-of-type(4):before {
    content: none;
  }
}

.bg011 .companyfle05 .companyimg:last-child {
  position: relative;
}

.bg011 .companyfle05 .companyimg:last-child:before {
  position: absolute;
  content: "";
  background: url(../images/contents/kz.png);
  width: 62%;
  height: 77px;
  background-size: 57%;
  background-repeat: no-repeat;
  right: -147px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .bg011 .companyfle05 .companyimg:last-child:before {
    content: none;
  }
}

.bg011 .companyfle05 .companyimg table tr td div {
  color: #fff;
}

.bg011 .title_colch h2 {
  color: #fff !important;
}

.bg011 .title_colch h2 .fonch {
  color: #fff !important;
}

.bg011 .title_colch h2 .fonch:before {
  background: #fff;
}

.bg011 .title_colch h2 .fonch:after {
  background: #fff;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.companytxtbg {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
}

.companytxtbg .bgtxt {
  position: absolute;
  left: 0;
  top: 0;
}

.companytxtbg02 {
  position: relative;
  padding-top: 60px;
  margin-top: 50px;
}

.companytxtbg02 .bgtxt {
  position: absolute;
  right: 0;
  top: 0;
}

.u_mapbg {
  background: #0b67a9;
  z-index: 11;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
}

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

.u_mapbg .maptxt {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.u_mapbg .maptxt .box {
  width: 49%;
}

@media only screen and (max-width: 834px) {
  .u_mapbg .maptxt .box {
    width: 100%;
  }
}

.companyfle03 {
  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;
  background-repeat: no-repeat;
  background-position: top left;
}

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

.companyfle03 .box01 {
  width: 30%;
}

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

.companyfle03 .box01 .img01 {
  z-index: 3;
  position: relative;
}

.companyfle03 .box02 {
  width: 65%;
}

@media only screen and (max-width: 834px) {
  .companyfle03 .box02 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.companyfle03 .box02 .title_11 h2 {
  font-weight: bold;
  font-size: 36px;
  color: #0b67a9;
  margin-bottom: 10px;
}

.companyfle03 .box02 .title_12 h3 {
  font-weight: bold;
  font-size: 18px;
}

.maptit div b {
  position: relative;
  padding-left: 75px;
}

.maptit div b:before {
  position: absolute;
  content: "";
  background: url(../images/contents/train.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
  width: 130px;
  height: 55px;
  background-size: 50%;
}

.maptit div .txt {
  position: relative;
  padding-left: 75px;
}

.maptit div .txt:before {
  position: absolute;
  content: "";
  background: #0b67a9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  background-repeat: no-repeat;
  width: 2px;
  height: 60px;
  background-size: 50%;
}

.posbg {
  margin-top: 140px;
}

@media only screen and (max-width: 640px) {
  .posbg {
    margin-top: 90px;
  }
}

.companydl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .companydl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.companydl01 dl dt {
  background: #0b67a9 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #0b67a9;
  color: white;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .companydl01 dl dt {
    width: 100% !important;
    border: none !important;
    background: #b8eaf9 !important;
    color: #333;
  }
}

.companydl01 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #0b67a9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 640px) {
  .companydl01 dl dt:after {
    display: none;
  }
}

.companydl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
}

@media only screen and (max-width: 640px) {
  .companydl01 dl dd {
    padding: 15px !important;
    width: 100% !important;
    border: none !important;
  }
}

.companydl01.tel-link a {
  color: #333 !important;
}

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

.companyimg5fle .box {
  width: 19%;
}

.companytxtbg03 {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
}

.companytxtbg03 .bgtxt {
  position: absolute;
  left: 0;
  top: 0;
}

.companytxtbg03 .title_11 h2 {
  font-size: 40px;
  color: #0b67a9;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .companytxtbg03 .title_11 h2 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 834px) {
  .companytxtbg03 .title_11 h2 {
    font-size: 34px;
  }
}

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

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

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

.companytxtbg03 .companyfle03 .box01 {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .companytxtbg03 .companyfle03 .box01 {
    width: 100%;
  }
}

.companytxtbg03 .companyfle03 .box01 .infodl dl dt {
  border: none !important;
  background: none !important;
}

.companytxtbg03 .companyfle03 .box01 .infodl dl dd {
  border: none !important;
}

.companytxtbg03 .companyfle03 .box01 .btn div {
  width: 240px;
}

@media only screen and (max-width: 834px) {
  .companytxtbg03 .companyfle03 .box01 .btn div {
    margin: 0 auto;
  }
}

.companytxtbg03 .companyfle03 .box01 .btn div a {
  background: #0b67a9;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.companytxtbg03 .companyfle03 .box02 {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .companytxtbg03 .companyfle03 .box02 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.companytxtbg03 .companyfle03 .box02 .imgfle .box {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .title_08ch1 h2 {
    font-size: 34px;
  }
}

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

.companyfle05 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.companyfle05 .box01 .companyimg {
  width: 34%;
}

.companyfle05 .box01 .companyimg table tr td {
  border: none !important;
  text-align: center !important;
}

.companyfle05 .box01 .companyimg:nth-of-type(2) {
  margin-top: 100px;
}

.companyfle05 .box01 .companyimg:nth-of-type(4) {
  margin-top: 100px;
}

.company_imgtxtfle {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 85%;
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 1500px) {
  .company_imgtxtfle {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .company_imgtxtfle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company_imgtxtfle .companyimgbox {
  width: 19%;
}

@media only screen and (max-width: 1000px) {
  .company_imgtxtfle .companyimgbox {
    width: 31%;
  }
  .company_imgtxtfle .companyimgbox:first-child {
    margin-right: 15px !important;
  }
  .company_imgtxtfle .companyimgbox:nth-of-type(2) {
    margin-right: 15px !important;
  }
  .company_imgtxtfle .companyimgbox:nth-of-type(4) {
    margin-right: 15px !important;
  }
}

.company_imgtxtfle .companyimgbox img {
  width: 80% !important;
  max-width: initial !important;
}

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

.qa_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.qa_fl .box {
  width: 100%;
  padding-right: 80px !important;
}

.qa_fl .box:first-child {
  padding: 20px !important;
  color: #696868;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.qa_fl .box:first-child:hover {
  color: #333;
}

.qa_fl .box:first-child div {
  padding-left: 50px !important;
  position: relative;
}

.qa_fl .box:first-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #0b67a9;
  font-size: 20px;
}

.qa_fl .box:first-child div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 15px;
  margin: auto;
  color: #696868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.qa_fl .box:last-child {
  display: none;
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
}

.qa_fl .box:last-child div {
  padding-left: 50px !important;
  position: relative;
  color: #0b67a9;
}

.qa_fl .box:last-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #0b67a9;
  font-size: 20px;
}

.qa_fl .box > div {
  padding: 0 50px !important;
}

.gmap iframe {
  width: 100% !important;
}

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.works1fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.works1fle01 .workscontbg1 {
  background: url(../images/contents/bgch01_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg1 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .works1fle01 .workscontbg1 {
    width: 100%;
  }
}

.works1fle01 .workscontbg1:hover {
  background: url(../images/contents/bgch01_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.works1fle01 .workscontbg1 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.works1fle01 .workscontbg1 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.works1fle01 .workscontbg1 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .works1fle01 .workscontbg1 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg1 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.works1fle01 .workscontbg1 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg1 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.works1fle01 .workscontbg2 {
  background: url(../images/contents/bgch05_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg2 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .works1fle01 .workscontbg2 {
    width: 100%;
  }
}

.works1fle01 .workscontbg2:hover {
  background: url(../images/contents/bgch05_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.works1fle01 .workscontbg2 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.works1fle01 .workscontbg2 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.works1fle01 .workscontbg2 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .works1fle01 .workscontbg2 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg2 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.works1fle01 .workscontbg2 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg2 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.works1fle01 .workscontbg3 {
  background: url(../images/contents/bgch03_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg3 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .works1fle01 .workscontbg3 {
    width: 100%;
  }
}

.works1fle01 .workscontbg3:hover {
  background: url(../images/contents/bgch03_1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.works1fle01 .workscontbg3 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.works1fle01 .workscontbg3 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.works1fle01 .workscontbg3 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .works1fle01 .workscontbg3 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg3 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.works1fle01 .workscontbg3 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg3 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.works1fle01 .workscontbg4 {
  background: url(../images/contents/bgch04_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg4 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .works1fle01 .workscontbg4 {
    width: 100%;
  }
}

.works1fle01 .workscontbg4:hover {
  background: url(../images/contents/bgch04_1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.works1fle01 .workscontbg4 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.works1fle01 .workscontbg4 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.works1fle01 .workscontbg4 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .works1fle01 .workscontbg4 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg4 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.works1fle01 .workscontbg4 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 .workscontbg4 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.works1fle01 > a {
  width: 25%;
}

@media only screen and (max-width: 1000px) {
  .works1fle01 > a {
    width: 50%;
    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: 640px) {
  .works1fle01 > a {
    width: 100%;
  }
}

.works-ic1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .works-ic1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-ic1 .box01 {
  width: 20%;
  background: #0b67a9;
  padding: 20px;
}

@media only screen and (max-width: 1200px) {
  .works-ic1 .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.works-ic1 .box01 .title_16_1 h3 {
  color: #fff;
  margin-bottom: 20px;
}

.works-ic1 .box01 .title_16_1 div {
  color: #fff;
}

.works-ic1 .box02 {
  width: 75%;
}

@media only screen and (max-width: 1200px) {
  .works-ic1 .box02 {
    width: 100%;
  }
}

.works-ic1 .box02 .tith4 h4 {
  font-size: 17px;
  font-weight: bold;
  color: #0b67a9;
  margin-bottom: 5px;
}

.works1tit01 h2 {
  color: #0b67a9;
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  position: relative;
}

.works1tit01 h2:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -511px;
  width: 500px;
  height: 2px;
  color: #0b67a9;
  background: #0b67a9;
}

.works1fle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works1fle02 .imgtxt {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .works1fle02 .imgtxt {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .works1fle02 .imgtxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.works1fle02 .imgtxt:first-child {
  margin-top: 0;
}

.works1fle02 .imgtxt:nth-of-type(2) {
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  .works1fle02 .imgtxt:nth-of-type(2) {
    margin-top: 30px;
  }
}

.works1fle02 .imgtxt .img1 {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .works1fle02 .imgtxt .img1 {
    width: 80%;
    margin: 0 auto;
  }
}

.works1fle02 .imgtxt .works1tit02 {
  width: 56%;
}

@media only screen and (max-width: 640px) {
  .works1fle02 .imgtxt .works1tit02 {
    width: 100%;
    margin-top: 30px;
  }
}

.works1fle02 .imgtxt .works1tit02 h3 {
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}

.works1fle02 .imgtxt .works1tit02 h3:before {
  position: absolute;
  content: "";
  background: url(../images/contents/pictogram.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  width: 144px;
  height: 54px;
  background-size: 36%;
  background-repeat: no-repeat;
}

.works1fle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works1fle03 .box01 {
  width: 48%;
}

.works1fle03 .box02 {
  width: 48%;
}

.works1fle03 .box02 .works1fle04 {
  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;
}

.works1fle03 .box02 .works1fle04 .box03 {
  width: 48%;
}

.works1fle03 .box02 .works1fle04 .box04 {
  width: 48%;
}

.h1pos {
  position: relative;
  padding-bottom: 70px;
  margin-top: -20px;
}

@media only screen and (max-width: 640px) {
  .h1pos {
    padding-bottom: 0;
  }
}

.h1pos .breadcrumbic {
  position: relative;
  top: 40px;
  right: 40px;
}

.h1pos .breadcrumbic .pankuzu {
  font-size: 13px;
  color: #fff;
}

.h1pos .breadcrumbic .pankuzu li {
  display: inline-block;
}

.h1pos .breadcrumbic .pankuzu li span {
  font-weight: bold;
}

.h1pos .breadcrumbic .pankuzu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
}

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

.h1pos .breadcrumbic .pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.h1pos .breadcrumbic .pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.h1pos .h1img img {
  width: 100% !important;
  height: 790px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .h1pos .h1img img {
    height: 450px !important;
  }
}

.h1pos .titletxt {
  width: 40%;
  position: absolute;
  top: 18%;
  left: 13%;
}

@media only screen and (max-width: 1300px) {
  .h1pos .titletxt {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  .h1pos .titletxt {
    top: 10%;
    width: 90%;
  }
}

.h1pos .titletxt .txt div {
  color: #fff;
  font-size: 18px;
}

.h1pos .titletxt .h1tit {
  margin-top: 20px;
}

.h1pos .titletxt .h1tit h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .h1pos .titletxt .h1tit h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .h1pos .titletxt .h1tit h1 {
    text-align: center !important;
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .h1pos .titletxt .h1tit h1 .blk {
    display: block;
  }
}

.h1pos .works-titlefle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 640px) {
  .h1pos .works-titlefle {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h1pos .works-titlefle .cont1 {
  background: #0b67a9;
  color: #fff;
  padding: 20px;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 410px;
}

@media only screen and (max-width: 834px) {
  .h1pos .works-titlefle .cont1 {
    width: 32%;
  }
}

@media only screen and (max-width: 640px) {
  .h1pos .works-titlefle .cont1 {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .h1pos .works-titlefle .cont1:first-child {
    margin-top: 20px;
  }
}

.h1pos .works-titlefle .cont1 .cont-title .fonch {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.h1pos-2 {
  padding-bottom: 0;
}

.works-titlebg {
  background: #0d2835;
  color: #fff;
  padding: 80px 10px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.works-titlebg .txt1 {
  font-size: 15px;
}

.works-titlebg .title_31 {
  margin: 10px 0;
}

.works-titlebg .title_31 h2 {
  font-size: 31px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .works-titlebg .title_31 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 500px) {
  .works-titlebg .title_31 h2 {
    font-size: 5.33vw;
  }
}

.works-titlebg .txt2 {
  font-size: 18px;
}

@media only screen and (max-width: 500px) {
  .works-titlebg .txt2 div {
    text-align: left !important;
  }
}

.works-titlefle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 1500px) {
  .works-titlefle01 {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px) {
  .works-titlefle01 {
    width: 95%;
  }
}

.works-titlefle01 .cont1 {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .works-titlefle01 .cont1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.works-titlefle01 .cont1 .box:first-child {
  margin-right: 15px;
}

@media only screen and (max-width: 834px) {
  .works-titlefle01 .cont1 .box:first-child {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .works-titlefle01 .cont1 .box:first-child {
    margin-right: 0;
  }
}

.works-titlefle01 .cont1 .box:first-child div {
  font-size: 80px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .works-titlefle01 .cont1 .box:first-child div {
    font-size: 70px;
  }
}

@media only screen and (max-width: 834px) {
  .works-titlefle01 .cont1 .box:first-child div {
    font-size: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .works-titlefle01 .cont1 .box:first-child div {
    font-size: 50px;
  }
}

@media only screen and (max-width: 450px) {
  .works-titlefle01 .cont1 .box:first-child div {
    font-size: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .works-titlefle01 .cont1 .box:last-child {
    margin-bottom: 10px;
  }
}

.works-titlefle01 .cont1 .box:last-child div {
  font-size: 17px;
}

@media only screen and (max-width: 640px) {
  .works-titlefle01 .cont1 .box:last-child div {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .works-titlefle01 .cont1 .box:last-child div {
    font-size: 15px;
  }
}

.works-titlefle01 .cont1 .box:last-child div .fonch {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.works-fle11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 1400px) {
  .works-fle11 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.works-fle11 .cont03 {
  border-right: 3px solid #ccc;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .works-fle11 .cont03 {
    width: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .works-fle11 .cont03 {
    width: 100%;
    border-right: none;
  }
}

.works-fle11 .cont03:last-child {
  border: none;
}

.works-fle11 .cont03:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}

.works-fle11 .cont03:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: #0b67a9;
}

.works-fle11 .cont03 article {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.works-fle11 .cont03 article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}

@media only screen and (max-width: 640px) {
  .works-fle11 .cont03 article:before {
    content: none;
  }
}

.works-fle11 .cont03 article:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 3px;
  background: #0b67a9;
}

@media only screen and (max-width: 640px) {
  .works-fle11 .cont03 article:after {
    content: none;
  }
}

.works-fle11 .cont03 article table tr:first-child td {
  text-align: center !important;
}

.works-fle11 .cont03 article table tr:first-child td div {
  font-size: 80px;
  font-weight: bold;
  color: #0b67a9;
}

.works-fle11 .cont03 article table tr:nth-of-type(2) td .fonch {
  font-size: 20px;
  font-weight: bold;
  color: #0b67a9;
}

.works-fle11 .cont03 article table tr:last-child td .fonch01 {
  font-weight: bold;
  color: #0b67a9;
}

.works-fle11 .cont03 article table tr:last-child td .fonch03 {
  font-weight: bold;
  color: #0b67a9;
}

.works-fle11 .cont03 article table tr td {
  border: none !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 1400px) {
  .works-fle11 .cont03ch:before {
    content: none;
  }
}

@media only screen and (max-width: 1400px) {
  .works-fle11 .cont03ch:after {
    content: none;
  }
}

.title_32 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0b67a9;
  padding: 0 20px;
  position: relative;
}

.title_32 h2:before {
  content: "";
  position: absolute;
  width: 32%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #0b67a9;
}

@media only screen and (max-width: 1000px) {
  .title_32 h2:before {
    content: none;
  }
}

.title_32 h2:after {
  content: "";
  position: absolute;
  width: 32%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #0b67a9;
}

@media only screen and (max-width: 1000px) {
  .title_32 h2:after {
    content: none;
  }
}

.title_32ch h2 {
  line-height: 1.4;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .title_32ch h2 {
    font-size: 25px;
  }
}

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

@media only screen and (max-width: 1300px) {
  .title_32ch h2 .blk1 {
    display: block;
  }
}

.title_32ch h2:before {
  content: none;
}

.title_32ch h2:after {
  content: none;
}

.worksbtn {
  text-align: right;
}

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

.worksbtn div {
  display: inline-block;
}

.worksbtn div a {
  text-decoration: none;
  display: block;
  color: #0b67a9;
  padding-right: 30px;
  border-bottom: 1px solid #0b67a9;
  position: relative;
}

.worksbtn div a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blogmds {
  text-align: center !important;
}

/* ------------------------------------------------------------
tenken.html
------------------------------------------------------------ */
.tenken-1fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tenken-1fle01 .workscontbg1 {
  background: url(../images/contents/bgch0111_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg1 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .tenken-1fle01 .workscontbg1 {
    width: 100%;
  }
}

.tenken-1fle01 .workscontbg1:hover {
  background: url(../images/contents/bgch0111_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tenken-1fle01 .workscontbg1 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.tenken-1fle01 .workscontbg1 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.tenken-1fle01 .workscontbg1 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .tenken-1fle01 .workscontbg1 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg1 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.tenken-1fle01 .workscontbg1 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg1 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.tenken-1fle01 .workscontbg2 {
  background: url(../images/contents/bgch118_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg2 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .tenken-1fle01 .workscontbg2 {
    width: 100%;
  }
}

.tenken-1fle01 .workscontbg2:hover {
  background: url(../images/contents/bgch118_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tenken-1fle01 .workscontbg2 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.tenken-1fle01 .workscontbg2 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.tenken-1fle01 .workscontbg2 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .tenken-1fle01 .workscontbg2 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg2 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.tenken-1fle01 .workscontbg2 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg2 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.tenken-1fle01 .workscontbg3 {
  background: url(../images/contents/bgch114_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg3 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .tenken-1fle01 .workscontbg3 {
    width: 100%;
  }
}

.tenken-1fle01 .workscontbg3:hover {
  background: url(../images/contents/bgch114_1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.tenken-1fle01 .workscontbg3 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.tenken-1fle01 .workscontbg3 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.tenken-1fle01 .workscontbg3 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .tenken-1fle01 .workscontbg3 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg3 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.tenken-1fle01 .workscontbg3 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg3 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.tenken-1fle01 .workscontbg4 {
  background: url(../images/contents/bgch113_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 78% 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg4 {
    width: 100%;
    height: 300px;
    padding: 28% 0;
    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: 640px) {
  .tenken-1fle01 .workscontbg4 {
    width: 100%;
  }
}

.tenken-1fle01 .workscontbg4:hover {
  background: url(../images/contents/bgch113_1.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.tenken-1fle01 .workscontbg4 .txt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.tenken-1fle01 .workscontbg4 .txt .fonch {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.tenken-1fle01 .workscontbg4 .txt1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 350px;
}

@media only screen and (max-width: 1600px) {
  .tenken-1fle01 .workscontbg4 .txt1 {
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg4 .txt1 {
    height: auto;
    padding-right: 40px;
  }
}

.tenken-1fle01 .workscontbg4 .txt1 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 .workscontbg4 .txt1 div {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.tenken-1fle01 > a {
  width: 25%;
}

@media only screen and (max-width: 1000px) {
  .tenken-1fle01 > a {
    width: 50%;
    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: 640px) {
  .tenken-1fle01 > a {
    width: 100%;
  }
}

.tenken-fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tenken-fle01 .tenken-cont1 {
  width: 22%;
}

@media only screen and (max-width: 834px) {
  .tenken-fle01 .tenken-cont1 {
    width: 48%;
  }
  .tenken-fle01 .tenken-cont1:first-child {
    margin-bottom: 90px;
  }
  .tenken-fle01 .tenken-cont1:nth-of-type(2) {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .tenken-fle01 .tenken-cont1 {
    width: 100%;
    margin-bottom: 90px;
  }
}

.tenken-rou {
  display: inline-block;
  background: #0b67a9;
  border-radius: 60px;
  color: #fff;
  width: 100px;
  height: 100px;
}

.tenken-rou div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 22px;
}

.tenken-fle01 {
  margin-top: 50px;
}

.tenken-fle01 .tenken-cont1 {
  border: 3px solid #ccc;
  padding: 15px;
  position: relative;
}

.tenken-fle01 .tenken-cont1 .numimg {
  position: absolute;
  top: -70px;
  left: 0;
}

.tenken-fle01 .tenken-cont1 .pictogram {
  margin-bottom: 20px;
}

.tenken-titlefle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tenken-titlefle .tenken-rou {
  width: 100px !important;
}

.tenken-titlefle .tenken-txt01 {
  width: calc(100% - 100px) !important;
}

.tenken-fle05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

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

.tenken-fle05 .tenken-cont3 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .tenken-fle05 .tenken-cont3 {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .tenken-fle05 .tenken-cont3:last-child {
    margin-top: 20px;
  }
}

.tenken-fle05 .tenken-cont3 .title_33 {
  background: #0b67a9;
  padding: 15px;
}

.tenken-fle05 .tenken-cont3 .title_33 h3 {
  color: #fff;
  text-align: center !important;
  font-size: 20px;
}

.tenken-fle05 .tenken-cont3 .tenken-tb01 {
  background: #eee;
  padding: 15px;
}

.tenken-fle05 .tenken-cont3 .tenken-tb01 tr td {
  border: none !important;
  padding: 5px !important;
  font-size: 20px;
}

.tenken-fle05 .tenken-cont3 .tenken-tb02 {
  background: #eee;
  padding: 15px;
}

.tenken-fle05 .tenken-cont3 .tenken-tb02 tr td {
  border: none !important;
  padding: 5px !important;
  font-size: 20px;
}

.tenken-titlebg-l {
  position: relative;
  margin-top: 110px;
}

.tenken-titlebg-l .bgtxt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.tenken-titlebg-r {
  position: relative;
  margin-top: 110px;
}

.tenken-titlebg-r .bgtxt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.tenken-fle08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.tenken-fle08 .box1 {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .tenken-fle08 .box1 {
    width: 100%;
  }
}

.tenken-fle08 .box1 .img01 img {
  height: 500px !important;
  -o-object-fit: none;
     object-fit: none;
}

@media only screen and (max-width: 834px) {
  .tenken-fle08 .box1 .img01 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.tenken-fle08 .box2 {
  width: 50%;
  background: #0b67a9;
  color: #fff;
  padding: 100px;
}

@media only screen and (max-width: 1300px) {
  .tenken-fle08 .box2 {
    padding: 50px;
  }
}

@media only screen and (max-width: 834px) {
  .tenken-fle08 .box2 {
    width: 100%;
  }
}

.tenken-fle08 .box2 .title_36 {
  margin-bottom: 30px;
}

.tenken-fle08 .box2 .title_36 h3 {
  font-size: 22px;
  font-weight: bold;
}

.tenken-fle08 .box2 .txt {
  font-size: 18px;
}

.tenken-fle08ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.tenken-fle08ch .box1 {
  width: 50%;
  background: #0b67a9;
  color: #fff;
  padding: 100px;
}

@media only screen and (max-width: 1300px) {
  .tenken-fle08ch .box1 {
    padding: 50px;
  }
}

@media only screen and (max-width: 834px) {
  .tenken-fle08ch .box1 {
    width: 100%;
  }
}

.tenken-fle08ch .box1 .title_36 {
  margin-bottom: 30px;
}

.tenken-fle08ch .box1 .title_36 h3 {
  font-size: 22px;
  font-weight: bold;
}

.tenken-fle08ch .box1 .txt {
  font-size: 18px;
}

.tenken-fle08ch .box2 {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .tenken-fle08ch .box2 {
    width: 100%;
  }
}

.tenken-fle08ch .box2 .img01 img {
  height: 500px !important;
  -o-object-fit: none;
     object-fit: none;
}

@media only screen and (max-width: 834px) {
  .tenken-fle08ch .box2 .img01 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.tenken-btn01 {
  text-align: center;
}

.tenken-btn01 div {
  display: inline-block;
}

.tenken-btn01 div a {
  padding: 14px 50px;
  text-decoration: none;
  color: #fff;
  display: block;
  background: #5ea634;
  border-radius: 50px;
  position: relative;
}

.tenken-btn01 div a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_37 {
  background: #0b67a9;
  padding: 10px;
}

.title_37 h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

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

@media only screen and (max-width: 640px) {
  .title_37 h3 {
    text-align: left !important;
  }
}

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

.tenken-fle06 {
  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: 1100px) {
  .tenken-fle06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tenken-fle06 .tenken-tb03 {
  width: 18%;
}

@media only screen and (max-width: 1100px) {
  .tenken-fle06 .tenken-tb03 {
    width: 49%;
    margin-bottom: 30px;
  }
}

.tenken-fle06 .tenken-tb03 tr:nth-of-type(2) td div {
  font-weight: bold;
  color: #0b67a9;
  padding: 10px 0;
}

.tenken-fle06 .tenken-tb03 tr td {
  border: none !important;
}

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

@media only screen and (max-width: 640px) {
  .tenken-fle10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tenken-fle10 .box:first-child {
  width: 10%;
}

@media only screen and (max-width: 640px) {
  .tenken-fle10 .box:first-child {
    width: 100%;
    text-align: center !important;
  }
}

.tenken-fle10 .box:first-child img {
  width: 144px !important;
}

.tenken-fle10 .box:last-child {
  width: 85%;
}

@media only screen and (max-width: 640px) {
  .tenken-fle10 .box:last-child {
    width: 100%;
  }
}

.tenken-fle10 .box:last-child h3 {
  font-weight: bold;
  color: #0b67a9;
  padding: 10px 0;
  font-size: 20px;
}

.tenken-fle10ch {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.tenken-txt03 div {
  font-weight: bold;
  color: #0b67a9;
  font-size: 18px;
}

.tenken-fle09 {
  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: 1000px) {
  .tenken-fle09 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tenken-fle09 .tenken-tb05 {
  width: 22%;
}

@media only screen and (max-width: 1000px) {
  .tenken-fle09 .tenken-tb05 {
    width: 49%;
    margin-bottom: 30px;
  }
}

.tenken-fle09 .tenken-tb05 tr:nth-of-type(2) td div {
  font-weight: bold;
  color: #0b67a9;
  padding: 10px 0;
}

.tenken-fle09 .tenken-tb05 tr td {
  border: none !important;
}

.tenken-fle11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tenken-fle11 .box {
  width: 22%;
}

@media only screen and (max-width: 834px) {
  .tenken-fle11 .box {
    width: 49%;
    margin-bottom: 30px;
  }
}

.tenken-fle11 .box div {
  text-align: center;
  font-weight: bold;
  color: #0b67a9;
  padding: 10px 0;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

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

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

.contactfle02 .box {
  width: 28%;
  position: relative;
  padding-left: 66px;
  padding-top: 66px;
}

@media only screen and (max-width: 834px) {
  .contactfle02 .box {
    padding-left: 47px;
    padding-top: 42px;
  }
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box {
    padding-left: 20px;
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
  }
}

.contactfle02 .box:first-child:before {
  position: absolute;
  content: "";
  background: url(../images/contents/step1.png);
  top: 0;
  left: 0;
  width: 60%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 68%;
}

.contactfle02 .box:first-child img {
  z-index: 11;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box:first-child img {
    position: static;
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box:nth-of-type(2) {
    margin-top: 30px;
  }
}

.contactfle02 .box:nth-of-type(2):before {
  position: absolute;
  content: "";
  background: url(../images/contents/step2.png);
  top: 0;
  left: 0;
  width: 60%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 68%;
}

.contactfle02 .box:nth-of-type(2) img {
  z-index: 11;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box:nth-of-type(2) img {
    position: static;
  }
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box:nth-of-type(3) {
    margin-top: 30px;
  }
}

.contactfle02 .box:nth-of-type(3):before {
  position: absolute;
  content: "";
  background: url(../images/contents/step3.png);
  top: 0;
  left: 0;
  width: 60%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 68%;
}

.contactfle02 .box:nth-of-type(3) img {
  z-index: 11;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contactfle02 .box:nth-of-type(3) img {
    position: static;
  }
}

.contactfle02 .box div {
  margin-top: 15px;
}

.contactfle02 .box div .fonch {
  font-weight: bold;
  font-size: 18px;
  color: #0b67a9;
}

@media only screen and (max-width: 834px) {
  .contactfle02 .box div .fonch {
    font-size: 16px;
  }
}

.contphn div a {
  font-size: 32px;
  font-weight: bold;
  color: #0b67a9;
  font-family: Noto Serif JP;
}

.title_colch h2 {
  margin-bottom: 20px;
}

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

.lbtn div {
  background: #00b900;
  width: 240px;
  margin: 0 auto;
}

.lbtn div a {
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.cont_form {
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.cont_form dl {
  border-bottom: 1px solid #ccc;
}

.cont_form dl dt {
  border: none !important;
  background: none !important;
  background: #0b67a9 !important;
  color: #fff !important;
}

.cont_form dl dd {
  border: none !important;
}

.cont_form dl dd div {
  display: inline-block !important;
}

.bt_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto !important;
}

.contact_txt div a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

/* ------------------------------------------------------------
douga.html
------------------------------------------------------------ */
.douga-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.douga-fle .douga-youtube {
  width: 48%;
}

.douga-fle .douga-youtube:nth-of-type(n+3) {
  margin-top: 30px;
}

.douga-fle .douga-youtube iframe {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .douga-fle .douga-youtube iframe {
    height: auto !important;
  }
}

/* ------------------------------------------------------------
blog/search.html
------------------------------------------------------------ */
.blog {
  width: 100%;
  text-align: left;
  margin: 20px auto;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .blog {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog {
    margin: 15px auto;
  }
}

.blog .wrap {
  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) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 25%;
  min-width: 262px;
  overflow: hidden;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside #search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}

.blog .wrap aside #search form {
  width: 100%;
}

.blog .wrap aside #search form input {
  padding: 10px;
}

.blog .wrap aside #search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

.blog .wrap aside nav {
  padding: 20px 0;
}

.blog .wrap aside nav h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #0b67a9;
  border-radius: 3px;
  width: auto;
  margin: 20px 0;
  padding: 8px;
  clear: both;
}

.blog .wrap aside nav .pages li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav .pages li a {
  color: #0b67a9;
}

.blog .wrap #contents {
  width: 70%;
  overflow: hidden;
  margin: 0;
  margin-top: 30px;
}

.blog .wrap #contents article h1 {
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #4ba9e0;
  margin-top: 30px;
  position: relative;
}

.blog .wrap #contents article h1:before {
  position: absolute;
  content: "";
  width: 51px;
  height: 63px;
  top: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
}

.blog .wrap #contents article h2 {
  font-weight: bold;
}

.blog .wrap #contents article ul {
  margin-bottom: 10px;
}

.blog .wrap #contents article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog .wrap #contents article .flex .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog nav > a {
  display: block;
  border: 0;
  margin: 15px auto 0;
  padding: 6px;
  border: 1px solid #ececec;
  background-color: #f29c32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .blog nav > a {
    padding: 20px;
  }
}

body .blog .wrap #contents #page13 li a {
  color: #4ba9e0;
}

@media only screen and (max-width: 834px) {
  body .blog .wrap #contents #page13 img {
    max-width: 100% !important;
  }
}

#main .blog_list {
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  border: none !important;
  display: block !important;
}

#main .blog_list .blog_text {
  color: #333;
  display: block !important;
}

#main .blog_list .blog_text h3 a {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

#main .blog_list .blog_text h3 a #TRAND_BT2 {
  font-weight: bold;
  font-size: 16px;
}

#main .blog_list .blog_text .detail {
  font-size: 15px;
  margin-top: 15px;
}

.blog_date {
  color: #333 !important;
}

.blog_photo {
  width: 30% !important;
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .blog_photo {
    width: 80% !important;
    margin: 0 auto;
  }
}

.recruit.form {
  margin: 40px 10px 10px 10px !important;
}

.blog #contents img {
  width: 100%;
}

.blog #page19 a {
  color: #0b67a9;
}

.blog #page19 img {
  margin: 0 !important;
}

.blog #contents > #page19 {
  padding: 0 !important;
}

.category li a {
  color: #0b67a9;
}

.blogcont01 img {
  margin-bottom: 20px;
}

.blogcont01 h3 {
  font-weight: bold;
  font-size: 18px;
  color: #0b67a9;
}

.blog #contents dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.blog #contents dl dt {
  line-height: 30px;
  margin-bottom: 10px;
}

.blog #contents dl dt .date {
  display: block;
  font-size: 16px !important;
}

.blog #contents dl dt span {
  display: block;
  font-size: 20px;
}

.blog #contents dl dt a {
  color: #0092e4 !important;
  text-decoration: underline;
  line-height: 1.2;
}

.blog #contents dl dd ul li {
  display: block;
}

.blog #contents dl dd ul li a {
  line-height: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #696969 !important;
}

#search form button {
  width: 9% !important;
}

@media only screen and (max-width: 834px) {
  .blog #calendar #form_calendar {
    width: 70% !important;
    height: auto;
    max-width: initial !important;
  }
}

.blog #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .blog #contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog #contents dl {
  width: 100%;
  margin: 0 !important;
  margin-top: 20px !important;
}

.blog #contents dl:first-child {
  margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .blog #contents dl:first-child {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents dl:nth-of-type(2) {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents dl:nth-of-type(3) {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents dl {
    width: 100% !important;
  }
}

.blog #contents dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog #contents dl dd ul li a {
  font-size: 12px;
}

.blog #contents dl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog #contents dl ul li a {
  font-size: 12px;
}

.confirm.cont_form {
  margin-top: 30px;
}

.blog .wrap #contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .wrap #contents ul li {
  margin-right: 10px;
}

.blog .wrap #contents ul li a {
  color: #0b67a9;
}

.blogwrapfle {
  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: 640px) {
  .blogwrapfle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogwrapfle .img1 {
  width: 75%;
}

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

.blogwrapfle .img2 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .blogwrapfle .img2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .blog-tb01 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-tb01 table tr td {
  line-height: 1.4;
  padding: 20px !important;
}

.blog-tb01 table tr td:first-child {
  width: 150px;
  background: #0b67a9 !important;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .blog-tb01 table tr td:first-child {
    width: 100%;
    border-bottom: none !important;
  }
}

.blog-tb01 table tr td:first-child div {
  text-align: center;
}

.blog-tb01 table tr td:last-child {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 640px) {
  .blog-tb01 table tr td:last-child {
    width: 100%;
    border-top: none !important;
  }
}

.blog-txt11 div {
  font-weight: bold;
  font-size: 17px;
}

.blog a {
  text-decoration: none !important;
}

.works-imgfle03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-imgfle03 .box {
  width: 24%;
}

.works-imgfle03 .box:nth-child(n+5) {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .works-imgfle03 .box:nth-child(n+5) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .works-imgfle03 .box {
    width: 49%;
  }
  .works-imgfle03 .box:nth-child(n+3) {
    margin-top: 15px;
  }
}

.blog #contents > article {
  width: 100% !important;
}

.album_title h3 {
  position: relative;
  padding: 0 !important;
  padding-left: 30px !important;
  font-size: 20px !important;
  color: #333 !important;
  font-weight: bold;
}

.album_title h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.album_title h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.blognav ul li a {
  font-weight: bold !important;
}

.instagram .sns_list {
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instagram .sns_list > div {
  border: none !important;
  width: 20% !important;
}

@media only screen and (max-width: 640px) {
  .instagram .sns_list > div {
    width: 50% !important;
  }
}

/* ------------------------------------------------------------
11/8 index.html
------------------------------------------------------------ */
.index-wrapc1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((1300px - 100%) / 2) * -1) !important;
  position: relative;
}

@media only screen and (max-width: 1320px) {
  .index-wrapc1 {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px !important;
  }
}

.index-wrapc1 .img2 {
  position: absolute;
  left: 0;
  bottom: 10%;
}

@media only screen and (max-width: 1600px) {
  .index-wrapc1 .img2 {
    width: 59%;
    bottom: 8%;
  }
}

@media only screen and (max-width: 1350px) {
  .index-wrapc1 .img2 {
    bottom: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .index-wrapc1 .img2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -80px;
    width: 720px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc1 .img2 {
    width: 590px;
  }
}

.index-wrapc1 .box1 {
  width: 580px;
}

@media only screen and (max-width: 1250px) {
  .index-wrapc1 .box1 {
    width: 440px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc1 .box1 {
    width: 310px;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc1 .box1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.index-wrapc1 .box1 .title_c1 h1 {
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (max-width: 1300px) {
  .index-wrapc1 .box1 .title_c1 h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc1 .box1 .title_c1 h1 {
    font-size: 24px;
  }
}

.index-wrapc1 .box1 .btn1 div {
  background: #0b67a9;
  display: inline-block;
  position: relative;
}

.index-wrapc1 .box1 .btn1 div:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #fff;
}

.index-wrapc1 .box1 .btn1 div a {
  opacity: 1;
  margin: 0 auto;
  text-decoration: none;
  background: #0b67a9;
  color: #fff;
  border: none;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  display: block;
  outline: none;
  padding: 10.5px 60px 10.5px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-wrapc1 .box1 .btn1 div a:hover {
  background: #fff;
  color: #0b67a9;
}

.index-wrapc1 .box1 .btn1 div a:before, .index-wrapc1 .box1 .btn1 div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #0b67a9;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.index-wrapc1 .box1 .btn1 div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.index-wrapc1 .box1 .btn1 div a:hover:before, .index-wrapc1 .box1 .btn1 div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.index-wrapc1 .box2 {
  width: calc(100% - 610px);
}

@media only screen and (max-width: 1250px) {
  .index-wrapc1 .box2 {
    width: calc(100% - 460px);
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc1 .box2 {
    width: calc(100% - 330px);
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc1 .box2 {
    width: 100%;
  }
}

.index-wrapc1 .box2 img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1250px) {
  .index-wrapc1 .box2 img {
    height: 340px !important;
  }
}

.index-imgc1 a {
  width: 100% !important;
  height: auto !important;
}

.index-wrapc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 1250px) {
  .index-wrapc2 {
    margin-top: 160px !important;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 {
    margin-top: 140px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc2 {
    margin-top: 60px !important;
  }
}

.index-wrapc2 .title_c2 h2 {
  font-size: 37px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc2 .title_c2 h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .title_c2 h2 {
    font-size: 28px;
  }
}

.index-wrapc2 .title_c2 h2 .blk {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.index-wrapc2 .box1 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .box1 {
    width: 100%;
    margin-bottom: 60px;
  }
}

.index-wrapc2 .box1 .index-facebook1 {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc2 .box1 .index-facebook1 {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .box1 .index-facebook1 {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc2 .box1 .index-facebook1 {
    display: none;
  }
}

.index-wrapc2 .box1 .index-facebook2 {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc2 .box1 .index-facebook2 {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .box1 .index-facebook2 {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc2 .box1 .index-facebook2 {
    display: block;
  }
}

.index-wrapc2 .box2 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .box2 {
    width: 100%;
  }
}

.index-wrapc2 .box2 .index-twitter {
  height: 690px !important;
  width: 500px;
  max-height: 690px;
  overflow-x: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc2 .box2 .index-twitter {
    width: 350px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc2 .box2 .index-twitter {
    width: 500px;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc2 .box2 .index-twitter {
    width: 350px;
  }
}

.index-bgc1 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/contents1/bg02ch.jpg);
  background-size: cover;
  padding: 100px 0 290px 0;
}

@media only screen and (max-width: 1000px) {
  .index-bgc1 {
    padding: 100px 0 200px 0;
  }
}

@media only screen and (max-width: 834px) {
  .index-bgc1 {
    padding: 70px 0 110px 0;
  }
}

@media only screen and (max-width: 640px) {
  .index-bgc1 {
    padding: 60px 0 110px 0;
  }
}

.index-bgc1 .title_c3 h2 {
  font-size: 37px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .index-bgc1 .title_c3 h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 834px) {
  .index-bgc1 .title_c3 h2 {
    font-size: 28px;
  }
}

.index-bgc1 .title_c3 h2 .blk {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

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

@media only screen and (max-width: 1000px) {
  .imgflec1 {
    margin-top: -210px !important;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 {
    margin-top: -120px !important;
  }
}

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

.imgflec1 a {
  opacity: 1;
}

.imgflec1 h3 {
  display: none;
}

.imgflec1 .box {
  width: 33%;
  position: relative;
  padding-bottom: 70px;
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box {
    width: 100%;
    text-align: center;
  }
}

.imgflec1 .box:first-child div {
  position: absolute;
  bottom: 60px;
  left: 25px;
  font-size: 28px;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:first-child div {
    font-size: 25px;
    bottom: 90px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:first-child div {
    font-size: 20px;
    bottom: 100px;
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:first-child div {
    left: 10%;
    font-size: 25px;
    bottom: 30px;
  }
}

.imgflec1 .box:first-child div .ch1 {
  font-size: 72px;
  color: #f79500;
  font-family: Oswald;
  font-weight: 400;
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:first-child div .ch1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:first-child div .ch1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:first-child div .ch1 {
    font-size: 40px;
  }
}

.imgflec1 .box:nth-of-type(2) {
  margin-top: 30px;
}

.imgflec1 .box:nth-of-type(2) div {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 28px;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:nth-of-type(2) div {
    font-size: 25px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:nth-of-type(2) div {
    font-size: 20px;
    bottom: 70px;
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:nth-of-type(2) div {
    left: 10%;
    font-size: 25px;
    bottom: 30px;
  }
}

.imgflec1 .box:nth-of-type(2) div .ch1 {
  font-size: 72px;
  color: #f79500;
  font-family: Oswald;
  font-weight: 400;
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:nth-of-type(2) div .ch1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:nth-of-type(2) div .ch1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:nth-of-type(2) div .ch1 {
    font-size: 40px;
  }
}

.imgflec1 .box:last-child {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:last-child {
    margin-top: 30px;
  }
}

.imgflec1 .box:last-child div {
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 28px;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:last-child div {
    font-size: 25px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:last-child div {
    font-size: 20px;
    bottom: 40px;
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:last-child div {
    left: 10%;
    font-size: 25px;
    bottom: 30px;
  }
}

.imgflec1 .box:last-child div .ch1 {
  font-size: 72px;
  color: #f79500;
  font-family: Oswald;
  font-weight: 400;
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .imgflec1 .box:last-child div .ch1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  .imgflec1 .box:last-child div .ch1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .imgflec1 .box:last-child div .ch1 {
    font-size: 40px;
  }
}

.title_c4 h2 {
  font-size: 37px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .title_c4 h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 834px) {
  .title_c4 h2 {
    font-size: 28px;
  }
}

.title_c4 h2 .blk {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .title_c4ch {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 834px) {
  .title_c4ch {
    margin-top: 20px !important;
  }
}

.index-wrapc3fle1 {
  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) {
  .index-wrapc3fle1 {
    -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) {
  .index-wrapc3fle1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.index-wrapc3fle1 .index-wrapc3 {
  padding: 25px;
  background: #f0f0f0;
  width: 18%;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc3fle1 .index-wrapc3 {
    width: 19%;
    padding: 25px 10px;
  }
}

@media only screen and (max-width: 834px) {
  .index-wrapc3fle1 .index-wrapc3 {
    width: 32%;
    margin-right: 2%;
  }
  .index-wrapc3fle1 .index-wrapc3:nth-of-type(3n) {
    margin-right: 0;
  }
  .index-wrapc3fle1 .index-wrapc3:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .index-wrapc3fle1 .index-wrapc3 {
    width: 49%;
    margin-right: 0 !important;
  }
  .index-wrapc3fle1 .index-wrapc3:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}

.index-wrapc3fle1 .index-wrapc3 .title_c5 h3 {
  font-size: 19px;
  color: #0b67a9;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .index-wrapc3fle1 .index-wrapc3 .title_c5 h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .index-wrapc3fle1 .index-wrapc3 .title_c5 h3 .blk {
    display: block;
  }
}

.index-wrapc3fle1 .index-wrapc3 .img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerc1 a {
  height: auto !important;
}

@media only screen and (max-width: 1020px) {
  .bannerc1 a {
    width: 100% !important;
  }
}

.bannerc1 a img {
  width: 100% !important;
}

.index-btnc1 {
  text-align: center;
}

.index-btnc1 div {
  display: inline-block;
  position: relative;
}

.index-btnc1 div:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #fff;
}

.index-btnc1 div a {
  opacity: 1;
  margin: 0 auto;
  text-decoration: none;
  background: #0b67a9;
  color: #fff;
  border: none;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  display: block;
  outline: none;
  padding: 10.5px 75px 10.5px 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-btnc1 div a:hover {
  background: #fff;
  color: #0b67a9;
}

.index-btnc1 div a:before, .index-btnc1 div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #0b67a9;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.index-btnc1 div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.index-btnc1 div a:hover:before, .index-btnc1 div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.index-bgc2 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/contents1/bg03ch.jpg);
  background-size: cover;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 834px) {
  .index-bgc2 {
    padding: 70px 10px 70px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .index-bgc2 {
    padding: 60px 10px 60px 10px;
  }
}

.index-bgc2 .title_c3 h2 {
  font-size: 37px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .index-bgc2 .title_c3 h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 834px) {
  .index-bgc2 .title_c3 h2 {
    font-size: 28px;
  }
}

.index-bgc2 .title_c3 h2 .blk {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.index-blog1 .blog_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  padding-right: 0 !important;
}

.index-blog1 .blog_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: none !important;
}

.index-blog1 .blog_list > div .blog_photo {
  width: 100% !important;
}

.index-blog1 .blog_list > div .blog_photo img {
  width: 100% !important;
  height: 210px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.index-blog1 .blog_list .blog_photo {
  padding: 0 !important;
}

.index-blog1 .blog_list .blog_text {
  width: 100% !important;
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  .index-blog1 .blog_list .blog_text {
    padding: 15px !important;
  }
}

.index-blog1 .blog_list .blog_text .blog_date {
  font-size: 12px;
}

.index-blog1 .blog_list .blog_text h3 a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.index-blog1 .blog_list .blog_text .detail {
  font-size: 14px;
  margin-top: 0 !important;
}

.index-blog1 .blog_list .slick-next:before, .index-blog1 .blog_list .slick-arrow:before {
  font-size: 40px !important;
}

@media only screen and (max-width: 1450px) {
  .index-blog1 .blog_list .slick-next:before, .index-blog1 .blog_list .slick-arrow:before {
    font-size: 20px !important;
  }
}

.index-blog1 .blog_list .slick-list {
  margin-left: 20px !important;
}

@media only screen and (max-width: 1450px) {
  .index-blog1 .blog_list .slick-list {
    margin-left: 0 !important;
  }
}

.index-youtubefle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .index-youtubefle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-youtubefle .index-youtube {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .index-youtubefle .index-youtube {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .index-youtubefle .index-youtube {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .index-youtubefle .index-youtube:last-child {
    margin-top: 20px;
  }
}

.index-youtubefle .index-youtube iframe {
  width: 100% !important;
}

@media only screen and (max-width: 1000px) {
  .index-youtubefle .index-youtube iframe {
    height: 250px !important;
  }
}

.index-bgc3 {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  padding: 35px 50px 50px 50px;
  z-index: 1;
  position: relative;
  background: #fff;
}

.index-bgc3 .news1 {
  max-height: 250px;
  overflow-x: auto;
}

.index-bgc3 .news1 dl {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.index-bgc3 .news1 dl:first-child {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  .index-bgc3 .news1 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-bgc3 .news1 dl dt {
  color: #919191;
  background: none !important;
  border: none !important;
  width: 150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (max-width: 834px) {
  .index-bgc3 .news1 dl dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}

.index-bgc3 .news1 dl dd {
  background: none !important;
  border: none !important;
  width: calc(1005 - 150px) !important;
}

@media only screen and (max-width: 834px) {
  .index-bgc3 .news1 dl dd {
    width: 100% !important;
  }
}

.index-bgposition1 {
  position: relative;
}

.index-bgposition1:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/image4ch.png);
  width: 551px;
  height: 987px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1500px) {
  .index-bgposition1:before {
    background-size: 90%;
    bottom: -99px;
  }
}

@media only screen and (max-width: 834px) {
  .index-bgposition1:before {
    content: none;
  }
}

.index-bgposition2 {
  position: relative;
  padding: 0 20px;
}

.index-bgposition2:before {
  position: absolute;
  content: "";
  background: url(../images/contents1/image5ch.png);
  width: 585px;
  height: 760px;
  right: 0;
  bottom: 0;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@media only screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

@media only screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

@media only screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

@media only screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #000;
  line-height: 1;
}

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

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

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

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
/* ------------------------------------------------------------
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: -70px;
  padding-top: 70px;
}

/* ------------------------------------------------------------
flex
------------------------------------------------------------ */
.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;
}

.home_02 .boximg {
  width: 100%;
  background-position: center center no-repeat !important;
  background-size: cover !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .home_02 .boximg {
    width: 100%;
    margin-bottom: 10px;
  }
}

.home_02 .boximg .box {
  width: 100%;
}

.home_02 .boximg .box:nth-child(1) > div {
  font-size: 17px;
}

.home_02 .boximg .box:nth-child(2) > div {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_02 .boximg .box:nth-child(2) > div:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1em;
}

.home_02 .boximg .box:nth-child(3) > div {
  margin: 3em 0;
  line-height: 1.8;
}

.home_02 .boximg .box:nth-child(4) > div a {
  color: #fff !important;
  border: 1px solid #fff !important;
  width: 200px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.home_02 .boximg .box:nth-child(4) > div a:hover {
  opacity: 1 !important;
  background: #fff;
  color: #222222 !important;
}

.home_02 .boximg .box:nth-child(1) {
  -webkit-transform: translateY(106px);
  transform: translateY(106px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1120px) {
  .home_02 .boximg .box:nth-child(1) {
    -webkit-transform: translateY(106px);
            transform: translateY(106px);
  }
}

@media only screen and (max-width: 862px) {
  .home_02 .boximg .box:nth-child(1) {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
  }
}

@media only screen and (max-width: 834px) {
  .home_02 .boximg .box:nth-child(1) {
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
  }
}

@media only screen and (max-width: 589px) {
  .home_02 .boximg .box:nth-child(1) {
    -webkit-transform: translateY(82px);
            transform: translateY(82px);
  }
}

@media only screen and (max-width: 422px) {
  .home_02 .boximg .box:nth-child(1) {
    -webkit-transform: translateY(106px);
            transform: translateY(106px);
  }
}

.home_02 .boximg .box:nth-child(2) {
  -webkit-transform: translateY(106px);
  transform: translateY(106px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1120px) {
  .home_02 .boximg .box:nth-child(2) {
    -webkit-transform: translateY(106px);
            transform: translateY(106px);
  }
}

@media only screen and (max-width: 862px) {
  .home_02 .boximg .box:nth-child(2) {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
  }
}

@media only screen and (max-width: 834px) {
  .home_02 .boximg .box:nth-child(2) {
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
  }
}

@media only screen and (max-width: 589px) {
  .home_02 .boximg .box:nth-child(2) {
    -webkit-transform: translateY(82px);
            transform: translateY(82px);
  }
}

@media only screen and (max-width: 422px) {
  .home_02 .boximg .box:nth-child(2) {
    -webkit-transform: translateY(106px);
            transform: translateY(106px);
  }
}

.home_02 .boximg:hover .box:nth-child(1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_02 .boximg:hover .box:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.linkTel a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}

.sns-fle {
  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) {
  .sns-fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sns-fle .box01 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box01 {
    width: 100%;
  }
}

.sns-fle .box01 .facebook {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .sns-fle .box01 .facebook {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .sns-fle .box01 .facebook {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .sns-fle .box01 .facebook {
    display: none;
  }
}

.sns-fle .box01 #facebook ._2p3a {
  margin: 0 auto !important;
}

.sns-fle .box02 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box02 {
    width: 100%;
    margin-top: 60px;
  }
}

.sns-fle .box02 .twitter {
  margin: 0 auto;
  width: 350px;
  height: 500px !important;
  max-height: 500px;
  overflow-x: auto;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box02 .twitter {
    width: 500px !important;
  }
}

@media only screen and (max-width: 550px) {
  .sns-fle .box02 .twitter {
    width: 350px !important;
  }
}

.sns-fle #facebook ._2p3a {
  margin: 0 auto !important;
}

.fbwrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .fbwrap {
    width: 100% !important;
    max-width: 500px;
  }
}

.facebook01 {
  display: block;
  text-align: center;
}

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

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

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

.instagram .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.instagram .sns_list > div {
  width: 25%;
}

.instagram .sns_list > div .sns_photo {
  width: 100% !important;
}

.instagram .sns_list > div .sns_text {
  display: none;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

.thumbnail {
  width: 100%;
}

.thumbnail .big-img img {
  height: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .thumbnail .big-img img {
    height: 250px !important;
  }
}

@media screen and (max-width: 640px) {
  .thumbnail .big-img img {
    height: 300px !important;
  }
}

.thumbnail .thumb-img li img {
  width: 100% !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .thumbnail .thumb-img li img {
    height: 50px !important;
  }
}

.thumbnail > div:last-child {
  width: 40%;
  padding: 0 16px;
}

.album_title h3 {
  font-size: 18px;
  color: #fff;
  background: #fff;
  font-weight: bold;
  padding: 20px 10px;
}

.thum02 .big-img {
  background: rgba(255, 255, 255, 0.5) !important;
}

.thum02 .big-img img {
  height: 450px !important;
  width: auto !important;
  margin: 0 auto !important;
}

.thum02 .thumb-img img {
  height: 150px !important;
}

@media screen and (max-width: 834px) {
  .thum02 .thumb-img img {
    height: 50px !important;
  }
}
/*# sourceMappingURL=assets.css.map */