:root {
  --main-color: #484949;
  --main-color2: #00B7EE;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family:"游ゴシック体", 'YuGothic', 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

.bg_bray{background-color: #f7f7f7 !important;}


.bg_white{background-color: #FFF !important;padding: 100px 0;}
.bg_blue{background-color: #005bac !important;padding: 100px 0;}
.bg_light_blue{background-color: #e8f8ff !important;padding: 100px 0;}
.bg_light_blue2{background-color: #eff9fd !important;padding: 100px 0;}



h2{text-align: center;font-size: 2rem;margin-bottom: 70px;color: #005bac;position: relative;font-weight: bold;letter-spacing: 0.2rem;}
h2:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #005bac;
  border-radius: 2px;
}
.sub-heading {color: #333;text-align: center;font-size: 0.9rem;margin: 0 0 20px 0;font-weight: bold;letter-spacing: 0.1rem;}

@media only screen and (max-width: 991px) {
h2{text-align: center;font-size: 1.5rem;} 
.sub-heading {text-align: center;font-size: 0.9rem;margin: 0 0 30px 0;}
  }

  

.service_icon{width: 80px;display: block;margin: 10px auto 10px;}
.bg_white_card{background: #FFF !important;border-radius: 30px;padding: 30px;margin-bottom: 20px;}
.bg_white_card .h2{text-align: center;font-size: 1rem;margin-bottom: 10px;color: #005bac;font-weight: bold;}


.bg_white_card p{text-align: center;font-size: 0.8rem;color: #333;position: relative;margin-bottom: 0;}

@media only screen and (max-width: 991px) {
  .bg_white_card{padding: 15px;}
  .bg_white_card .h2{font-size: 0.9rem;}
  .bg_white_card p{text-align: left;font-size: 0.7rem;color: #333;position: relative;margin-bottom: 0;line-height: 1.1rem;}
    }


    #function .circle_number {
      position: absolute;
      top: -10px;
      left: 3px;
      width: 50px;
      height: 50px;
      padding-top: 5px;
      background-color: #1d3953;
      color: #fff;
      border-radius: 50%;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      box-sizing: border-box;
    }
    @media only screen and (max-width: 991px) {
      #function .circle_number {
        width: 45px;
        height: 45px;
        padding-top: 4px;
        top: -5px;
        left: 5px;
        font-size: 1.3rem;
      }
    }
.function,.function_photo{margin-bottom: 50px;}
.function .h2{text-align: left;font-size: 1.7rem;margin-bottom: 15px;color: #005bac;font-weight: bold;}
@media only screen and (max-width: 991px) {
.function .h2{text-align: left;font-size: 1.3rem;}
}
.function .sub-heading{color: #005bac;text-align: left;font-size: 0.8rem;margin: 0 0 5px 0;font-weight: normal;letter-spacing: 0rem;}

.function p{text-align: left;font-size: 0.9rem;color: #333;position: relative;margin-bottom: 0;}
.function_photo img{width: 100%;}

#achievements h3{text-align: center;font-size: 1.3rem;margin-bottom: 10px;color: #005bac;position: relative;font-weight: bold;letter-spacing: 0rem;}
@media only screen and (max-width: 991px) {
  #achievements h3{font-size: 1.1rem}
  }
#achievements h3 span{font-size: 2.2rem;color: #f20101;position: relative;font-weight: bold !important;margin: 0 5px;border-bottom: 2px solid #f20101;
  display: inline-block;}

.bg_achievements_card{background:url(../images/bg_achievements.jpg);border-radius: 30px;padding:50px 30px;margin-bottom: 50px;background-size: cover;}
.bg_achievements_card .h2{text-align: left;font-size: 2rem;margin-bottom: 20px;color: #fff;font-weight: bold;}
.bg_achievements_card .sub-heading {color: #fff;text-align: left;font-size: 0.9rem;margin: 0 0 5px 0;font-weight: bold;letter-spacing: 0.1rem;}
.bg_achievements_card p{text-align: left;font-size: 0.8rem;color: #fff;position: relative;margin-bottom: 10px;}
.achievements_box{color: #fff;margin-bottom: 5px;font-size: 0.9rem;}
.achievements_box span{border: 1px solid #FFF;text-align: center;color: #fff;font-size: 0.7rem;padding: 3px 10px;margin-right: 7px;}
.bg_achievements_card .h3{text-align: left;font-size: 1.1rem;margin: 20px 0 5px;color: #fff;font-weight: bold;}
.bg_achievements_card p{margin-bottom: 20px;}

#achievements .circle_number {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  background-color: #1d3953;
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  #achievements .circle_number {
    width: 45px;
    height: 45px;
    padding-top: 4px;
    top: -5px;
    left: 5px;
    font-size: 1.3rem;
  }
}

#contact .h2{text-align: center;font-size: 1.5rem;margin-bottom: 30px;color: #FFF;font-weight: bold;}
.heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.heading-16::before,.heading-16::after {
  width: 3px;height: 40px;background-color: #ffffff;content: '';
}
.heading-16::before {transform: rotate(-35deg);margin-right: 30px;}
.heading-16::after {transform: rotate(35deg);margin-left: 30px;}

@media only screen and (max-width: 991px) {
  .heading-16::before,.heading-16::after {
    width: 3px;height: 20px;background-color: #ffffff;content: '';
  }
.heading-16::before {transform: rotate(-35deg);margin-right: 20px;}
.heading-16::after {transform: rotate(35deg);margin-left: 20px;}
      }

@media only screen and (max-width: 991px) {
#contact .h2{text-align: center;font-size: 1rem;} 
    }
    



.bg_top-main{}
.top-main{padding-top: 50px;}
.copy{position: relative;top:10%;width: 100%;left: 0%;z-index: 9;}
@media only screen and (max-width: 991px) {
.copy{top: 10%;}
}
.relative{position: relative;}
.p_relative{position: relative;margin: 50px 0;}
.section_lightgray{background-image:url(../images/bg1.jpg);padding-top: 100px;padding-bottom: 100px;background-size: cover;}

.section_lightgray2{background-image:url(../images/bg3.jpg);padding-top: 100px;padding-bottom: 100px;background-size: cover;}

.section_white{padding-top: 100px;padding-bottom: 100px;background-color: #FFF;}


/*共通*/
p{font-size: 1.1rem;color: #333;font-weight: normal;}


.w100 {width: 100%;height: auto !important;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}


@media only screen and (max-width: 991px) {

.cate_gray{}
.sp-none{display: none;}
}

.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 720px) {
  p{font-size: 80%;margin-bottom: 10px;}
}


/* テーブル */


table{width: 100%;text-align: left;margin-bottom: 10px;}

#price span{font-size: 0.9rem;}
td{width: 35%;border-bottom: 1px solid #ccc;padding: 10px;text-align: left;font-size: 1rem;color: #333;}
th{width: 65%;border-bottom: 1px solid #ccc;padding: 10px;font-weight: normal !important;font-size: 1.5rem;color: #005bac;font-weight: bold !important;}

@media only screen and (max-width: 991px) {
th{width: 100%;display:block ;}
td{width: 100%;display:block ;text-align: left;}
}

.maru{border-radius: 50%;}
.class_bg{background: #FFF;padding: 20px;border-radius: 20px;}


.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/* ボタンのスタイル */
.button a {
  background: #ff9100;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 25px;
  color: #FFF;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  margin-bottom: 30px;
}
.button a:hover {
  background: #ffa734;
  color: #FFF;
}
.button a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #FFF;
}



/* ボタンのスタイル */
.button2 a {
  background: #00B7EE;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 25px;
  color: #FFF;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  margin-bottom: 30px;
}
.button2 a:hover {
  background: #23cafd;
  color: #FFF;
}
.button2 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
  border-color: #FFF;
}




/* フッター */
#footer{background-color: #FFF;font-size: 1.1rem;width: 100%;text-align: left;padding-top: 30px !important;color: #00B7EE;background:linear-gradient(#FFF 60%, #b9e9ec 100%);}

#footer a{text-decoration: none;font-size: 1rem;}
#footer a:hover{text-decoration: none;font-size: 1rem;color: #005bac;}

.copyright{padding: 10px 0 20px;color: #666;font-size: 0.8rem}

@media (max-width: 992px) {
  #footer{text-align: center;}
}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
}

#topBtn{
    background:#005bac;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1007px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/




/* パララックス用のCSS */
.parallax {
  padding: 0 0;
  height: 600px;
  background: url(../images/main.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
   background-repeat: no-repeat;
   position: relative;
   display: flex;
  justify-content: center;
  align-items: center;
}

.parallax2 {
  padding: 0 0;
  height: 100px;
  background: url(../images/slide0.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
 background-repeat: no-repeat;
}
.normal {
  height: 100px;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {
.parallax{
  padding: 0 0;
  height: auto;
  width: 100%;
  background-size: cover;}

.parallax2{
  padding: 0px 0 !important;
  height: 100px;
  width: 100% !important;
  background-size: cover 100% !important;}
}

/* ヘッダー */
.logo_area img{ width: 90%;margin: 10px 0;max-height: 80px;}
.header-logo{background-color: #FFF;opacity: 0.9;border-radius: 0;}
.header-logo {
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 0px;
  z-index: 9999;
}
@media only screen and (max-width: 1000px) {

.header-logo{background-color: #FFF;opacity: 0.9;border-radius: 0px;}
.logo_area img{ width: 100%;margin: 10px 0;max-height: 80px;}
  .header-logo {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
  }

}
/* PCメニュー */
.pc-menu {
  padding:  0;
}

.pc-menu ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu li {
}

.pc-menu li:first-child {
  margin-left: 0;
}

.pc-menu li:last-child {
  margin-right: 0;
}

.pc-menu a {
  color: #005bac;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px;
}


.pc-menu a:hover {
  color: #1f78c6;
  position: relative;
}

.pc-menu a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #1f78c6;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}
.pc-menu ul li::before {
  content: "|";
  margin: 0 13px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #1f78c6; /* 区切り線の色を適切に設定してください */
  height: 50px !important; /* 縦の線の高さを増やす */
}
.pc-menu ul li:last-child::after {
  content: "|";
  margin-left: 10px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #1f78c6; /* 区切り線の色を適切に設定してください */
}
@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



/* SPメニュー */
.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #005bac;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color:#005bac;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #005bac;
  border-right: solid 2px #005bac;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.9;
  background-color: #ffffff;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #2383d6;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.9;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 50px;
    width: 60px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #005bac;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #005bac;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}



