@charset "UTF-8";
/*--◇全体--*/
/*色指定*/
:root {
  --main-color1:#ffffff;
  --main-color2:#242424;
  --main-color3:#54b431;
  --main-color4:#3fa71a;
  --main-color5:#198931;
  --main-color6:#d2f8c4;
  --main-color7:#323232;
  --main-color8:#bdbdbd;
  --main-color9:#eeeeee;
  --main-color10:#f5f2ea;
  --glovalNaviBg:#5cb13d;
  --accentColor:#c76b20;
}

/*--変数設定--*/
/*横幅*/
/*ブレイクポイント設定*/
/*角丸*/
/*--mixin設定--*/
/*レスポンシブル*/
/*フォントサイズを調整*/
/*影*/
/*グラデーション*/
/*ストライプ*/
/*格子模様*/
.lattice_center {
  background-size: 32px 32px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #e0e0e0, #e0e0e0 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #e0e0e0, #e0e0e0 1px, #fff 1px, #fff 32px);
}

/*--その他--*/
/*文字のデフォルト*/
div.ccm-page p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 540px) {
  div.ccm-page p {
    font-size: 0.9em;
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 540px) {
  div.ccm-page li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  div.ccm-page th, div.ccm-page td {
    font-size: 0.9em;
  }
}

/*スマホのみ表示するクラス*/
.sp-only {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp-only {
    display: block;
  }
}

/*タブレット2以下のみ表示するクラス*/
.tb2-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .tb2-only {
    display: block;
  }
}

/*スマホのみ非表示のクラス*/
@media screen and (max-width: 540px) {
  .pc-only {
    display: none;
  }
}

/*編集中のテキストブロックに余白を設ける*/
div.ccm-block-content-edit-inline textarea + div {
  padding: 5px;
}
div.ccm-block-content-edit-inline textarea + div table th, div.ccm-block-content-edit-inline textarea + div table td {
  min-width: 20px;
}

/*--カスタムクラス--*/
/*画像ブロック中央寄せ*/
.text-img-center {
  text-align: center;
}

/*conctainerの幅調整*/
.container-width {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 3%;
}
@media screen and (max-width: 540px) {
  .container-width {
    padding: 0 0;
  }
}

.container-width-s {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 3%;
}
@media screen and (max-width: 540px) {
  .container-width-s {
    padding: 0 0;
  }
}

/*スマートフォンで上下反転*/
@media screen and (max-width: 540px) {
  .sp-column-reverse .row {
    flex-direction: column-reverse;
  }
}

/*PC中央寄せ、スマートフォン左寄せ*/
.pc-center-sp-left p {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .pc-center-sp-left p {
    text-align: left;
  }
}
.pc-center-sp-left div {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .pc-center-sp-left div {
    text-align: left;
  }
}

/*背景色*/
.bg-color {
  background-color: var(--main-color10);
  padding: 20px 20px;
  border: 1px solid var(--main-color8);
}
@media screen and (max-width: 540px) {
  .bg-color {
    padding: 10px 5px;
  }
}

.bg-color-gray {
  background-color: #f9f9f9;
  padding: 20px 20px;
  border: 1px solid var(--main-color8);
}
@media screen and (max-width: 540px) {
  .bg-color-gray {
    padding: 10px 5px;
  }
}

.bg-color-white {
  background-color: var(--main-color1);
  padding: 20px 20px;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.09)) drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.12));
}

/*--カスタム：テキストブロック--*/
/*表デザインnormal*/
.scroll-x {
  overflow-x: scroll;
}

table.table_normal {
  white-space: nowrap;
}
table.table_normal th, table.table_normal td {
  border: 1px solid var(--main-color8);
  padding: 0.5em 0.25em;
  min-width: 5.5em;
}
table.table_normal th {
  background-color: var(--main-color9);
  font-weight: 600;
}

/*表デザイン01*/
table.table_design01 {
  border-collapse: collapse;
  width: 100%;
}
table.table_design01 th, table.table_design01 td {
  border: 2px solid var(--main-color1);
  background-color: var(--main-color9);
  padding: 1em;
}
@media screen and (max-width: 540px) {
  table.table_design01 th, table.table_design01 td {
    display: block;
    padding: 0.4em 0.4em;
    border: none;
  }
}
table.table_design01 th {
  background-color: var(--main-color5);
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 540px) {
  table.table_design01 th {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  table.table_design01 td {
    border-bottom: 2px solid var(--main-color1);
  }
}

/*色丸ul*/
ul.color_maru_ul {
  list-style: none;
  padding-left: 0.2em;
}
ul.color_maru_ul li {
  position: relative;
  padding-left: 1.1em;
}
ul.color_maru_ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--main-color4);
  border-radius: 4px;
}

/*数字ol*/
ol.color_num_ol {
  list-style: none;
  counter-reset: listnum;
  padding-left: 0.3em;
}
ol.color_num_ol li {
  position: relative;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media screen and (max-width: 540px) {
  ol.color_num_ol li {
    font-size: 0.9em;
  }
}
ol.color_num_ol li::before {
  counter-increment: listnum;
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  padding-right: 0.2em;
  color: var(--main-color4);
  vertical-align: baseline;
  font-size: 1.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 750;
}

/*色の囲み*/
span.color-border-block {
  display: inline-block;
  padding: 0 0.2em 0.05em 0.3em;
  margin-right: 0.3em;
  color: var(--main-color5);
  border: 1px solid var(--main-color5);
}

span.color-block {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: var(--main-color4);
  color: var(--main-color1);
  font-weight: 500;
  margin-right: 0.5em;
  border-radius: 5px;
}

.yellow_marker {
  background: linear-gradient(transparent 60%, #fae6a0 60%);
}

.margin-pc100-sp50 {
  height: 100px;
}
@media screen and (max-width: 540px) {
  .margin-pc100-sp50 {
    height: 50px;
  }
}

/*--◇グローバルエリア--*/
body {
  overflow-x: hidden;
}

.main-wrap { /*メイン*/
  position: relative;
  width: 100%;
  max-width: calc(100% - 250px);
  margin-left: 250px;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (max-width: 1025px) {
  .main-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}

.ccm-edit-mode header#org {
  margin-top: 50px;
}

header#org #header-left { /*左側*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 100vh;
  background-color: var(--main-color5);
  transition: all 0.2s;
  z-index: 100;
  overflow-y: auto;
  scrollbar-width: thin;
}
header#org #header-left::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100vh;
  pointer-events: none;
  background-color: var(--main-color9);
}
@media screen and (max-width: 1025px) {
  header#org #header-left {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: scroll;
  }
}
header#org #header-left .header-logo { /*この子要素にロゴ*/
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 0px 5%;
  background-color: var(--main-color1);
  border-bottom: 1px solid var(--main-color9);
}
header#org #header-left .header-left-nav { /*この子要素に.gloval_nav*/
  width: 100%;
  background-image: url("");
  background-repeat: repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1025px) {
  header#org #header-left .header-left-nav {
    pointer-events: none;
  }
}
@media screen and (max-width: 1025px) {
  header#org #header-left.view {
    opacity: 1;
  }
}
@media screen and (max-width: 1025px) {
  header#org #header-left.view .header-left-nav {
    pointer-events: all;
  }
}

.gloval-nav { /*グローバルナビ*/
  height: auto;
  background-color: var(--glovalNaviBg);
}
@media screen and (max-width: 1025px) {
  .gloval-nav {
    padding: 30px 0;
    margin: 0 15%;
  }
}
.gloval-nav > ul {
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul {
    margin-bottom: 0;
  }
}
.gloval-nav > ul > li {
  border-bottom: 1px solid var(--main-color6);
}
.gloval-nav > ul > li a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-color1);
  font-weight: 450;
  padding: 0.75em 1em 0.75em 1.25em;
  transition: all 0.3s;
}
.gloval-nav > ul > li a span {
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 1em;
}
.gloval-nav > ul > li a span > img {
  position: absolute;
  width: inherit;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gloval-nav > ul > li a span > img.hover {
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul > li a {
    padding: 0.55em 1em;
  }
}
.gloval-nav > ul > li a:hover {
  color: var(--main-color2);
  background-color: var(--main-color10);
}
.gloval-nav > ul > li a:hover span > img.hover {
  opacity: 1;
}
.gloval-nav > ul > li a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 50%;
  right: 0.8em;
  color: var(--main-color5);
  font-size: 0.85rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul > li a::after {
    display: none;
  }
}
.gloval-nav > ul > li .sub-nav-box { /*サブのナビゲーション*/
  display: none;
  position: fixed;
  padding-top: 90px;
  top: 0;
  left: 250px;
  width: 230px;
  height: 100vh;
  overflow-y: auto;
  background-color: var(--main-color1);
  opacity: 0;
  box-shadow: 5px 0px 8px rgba(50, 50, 50, 0.12);
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul > li .sub-nav-box {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    opacity: 1;
    box-shadow: none;
  }
}
.gloval-nav > ul > li .sub-nav-box ul {
  list-style: none;
  padding: 0;
}
.gloval-nav > ul > li .sub-nav-box ul li {
  border-top: 1px dotted var(--main-color9);
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul > li .sub-nav-box ul li {
    border-top: none;
  }
}
.gloval-nav > ul > li .sub-nav-box ul li a {
  color: var(--main-color2);
  padding-left: 1em;
}
@media screen and (max-width: 1025px) {
  .gloval-nav > ul > li .sub-nav-box ul li a {
    color: var(--main-color1);
    padding-top: 0.45em;
    padding-left: calc(2em + 32px);
    font-size: 1.05em;
  }
  .gloval-nav > ul > li .sub-nav-box ul li a:hover {
    color: var(--main-color2);
  }
}
.gloval-nav > ul > li.open .sub-nav-box {
  display: block;
  pointer-events: all;
  opacity: 1;
}
.gloval-nav .arrow-box ul {
  list-style: none;
  padding: 0;
}
.gloval-nav .arrow-box ul li a {
  display: flex;
  align-items: center;
  color: var(--main-color2);
  padding: 0.5em 1em 0.5em 1.25em;
  transition: color 0.2s;
}
.gloval-nav .arrow-box ul li a:hover {
  color: var(--main-color5);
}
.gloval-nav .arrow-box ul li a i {
  color: var(--main-color5);
  font-size: 1.2em;
  margin-right: 0.5em;
}
.gloval-nav .bottom-box a {
  transition: opacity 0.1;
}
.gloval-nav .bottom-box a:hover {
  opacity: 0.8;
}

/*ハンバーガーメニュー（jsにて切り替え）*/
.hamburger-wrap {
  display: none;
  position: static;
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.09)) drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.12));
}
@media screen and (max-width: 1025px) {
  .hamburger-wrap {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: transparent;
    caret-color: transparent;
    cursor: pointer;
    background-color: var(--main-color4);
    z-index: 100;
  }
  .hamburger-wrap span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: var(--main-color1);
    width: 45%;
  }
  .hamburger-wrap span:nth-child(1) {
    top: 15px;
  }
  .hamburger-wrap span:nth-child(2) {
    top: 23px;
  }
  .hamburger-wrap span:nth-child(3) {
    top: 31px;
  }
  .hamburger-wrap.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .hamburger-wrap.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-wrap.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/*ページ最上部*/
#top-color-line .tb-logo {
  display: none;
}
@media screen and (max-width: 1025px) {
  #top-color-line .tb-logo {
    display: block;
    padding: 0 5%;
  }
}
#top-color-line .wrap {
  width: 100%;
  background-image: linear-gradient(to right, var(--main-color3) 0%, var(--main-color5) 100%);
  padding-bottom: 5px;
}
#top-color-line .wrap .wrap-inner {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1025px) {
  #top-color-line .wrap .wrap-inner {
    grid-template-columns: 1fr;
  }
}
#top-color-line .wrap .wrap-inner .box-l {
  display: flex;
  align-items: center;
  background-color: var(--main-color1);
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(243, 243, 243) 3px, rgb(243, 243, 243) 6px);
}
#top-color-line .wrap .wrap-inner .box-l img {
  height: -moz-fit-content;
  height: fit-content;
}
#top-color-line .wrap .wrap-inner .box-l .info {
  margin-left: 10px;
  padding: 0.25em 0.5em;
  background-color: var(--main-color1);
  border: 1px solid var(--main-color9);
  border-radius: 10px;
}
#top-color-line .wrap .wrap-inner .box-l .info p {
  font-size: 0.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  #top-color-line .wrap .wrap-inner .box-l .info p {
    font-size: 0.85em;
  }
}
#top-color-line .wrap .wrap-inner .box-r {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  padding: 2px 3%;
}
#top-color-line .wrap .wrap-inner .box-r .item-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.95em;
  padding-left: 1em;
  padding-right: 1em;
}
#top-color-line .wrap .wrap-inner .box-r .item-btn a {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color1);
}
#top-color-line .wrap .wrap-inner .box-r .item-btn a:hover {
  color: var(--main-color3);
}
#top-color-line .wrap .btn-box {
  position: fixed;
  top: 35%;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  z-index: 100;
  writing-mode: vertical-rl;
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.09)) drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.12));
}
@media screen and (max-width: 1025px) {
  #top-color-line .wrap .btn-box {
    writing-mode: horizontal-tb;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 270px;
  }
}
#top-color-line .wrap .btn-box .btns {
  display: none;
  width: 50%;
}
#top-color-line .wrap .btn-box .btns a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--main-color5);
  color: var(--main-color1);
  padding: 1em 0.5em;
  letter-spacing: 0.15em;
  transition: all 0.2s;
}
@media screen and (max-width: 1025px) {
  #top-color-line .wrap .btn-box .btns a {
    padding: 0.5em 0.5em;
  }
}
@media screen and (max-width: 540px) {
  #top-color-line .wrap .btn-box .btns a {
    font-size: 0.9em;
  }
}
#top-color-line .wrap .btn-box .btns a:hover {
  background-color: var(--main-color3);
}
#top-color-line .wrap .btn-box .btns:first-child {
  border-bottom: 1px solid var(--main-color1);
}
@media screen and (max-width: 1025px) {
  #top-color-line .wrap .btn-box .btns:first-child {
    border-right: 1px solid var(--main-color1);
    border-bottom: none;
  }
}

/*フッター*/
.footer-wrap {
  padding-left: 250px;
  background-color: #f5f3ef;
}
@media screen and (max-width: 1025px) {
  .footer-wrap {
    padding-left: 0;
  }
}
.footer-wrap .footer-bottom {
  text-align: center;
  font-size: 0.8em;
  padding: 1em 0.5em;
  font-family: sans-serif;
  color: var(--main-color1);
  background-color: var(--main-color7);
}
@media screen and (max-width: 540px) {
  .footer-wrap .footer-bottom {
    padding-bottom: 3.5em;
  }
}

/*フッター内のサイトマップ*/
#site-map-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 1025px) {
  #site-map-area {
    display: block;
  }
}
#site-map-area .base-info {
  width: 25%;
  padding-right: 30px;
  border-right: solid 3px var(--main-color4);
}
@media screen and (max-width: 1025px) {
  #site-map-area .base-info {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px var(--main-color4);
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#site-map-area .base-info p {
  font-size: 0.9em;
}
@media screen and (max-width: 540px) {
  #site-map-area .base-info p {
    font-size: 0.85em;
  }
}
#site-map-area .grid-box {
  width: 75%;
  padding-left: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 1025px) {
  #site-map-area .grid-box {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #site-map-area .grid-box {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content max-content;
  }
}
#site-map-area .grid-box .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  #site-map-area .grid-box .item {
    margin-bottom: 15px;
  }
}
#site-map-area .grid-box .item h6 a {
  color: var(--main-color2);
}
#site-map-area .grid-box .item h6 a:hover {
  color: var(--main-color4);
}
#site-map-area .grid-box .item ul {
  list-style: none;
  padding: 0;
}
#site-map-area .grid-box .item ul li a {
  display: block;
  font-size: 0.9em;
  padding: 0.25em 0;
  color: var(--main-color2);
}
@media screen and (max-width: 540px) {
  #site-map-area .grid-box .item ul li a {
    font-size: 0.83em;
  }
}
#site-map-area .grid-box .item ul li a:hover {
  color: var(--main-color4);
}

/*フッター上部のお問い合わせ*/
#contact-area {
  position: relative;
  width: 100%;
  background-color: var(--main-color5);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
#contact-area .grid-box {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #contact-area .grid-box {
    display: block;
    padding: 50px 5%;
  }
}
#contact-area .grid-box .photo-box {
  background-image: linear-gradient(60deg, var(--main-color3) 0%, var(--main-color5) 100%);
}
@media screen and (max-width: 800px) {
  #contact-area .grid-box .photo-box {
    display: none;
  }
}
#contact-area .grid-box .info-box {
  width: 100%;
  background-color: var(--main-color1);
  padding: 40px 10%;
}
#contact-area .grid-box .info-box h3 {
  padding-left: 0;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-size: 2.6em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  #contact-area .grid-box .info-box h3 {
    font-size: 2em;
  }
}
#contact-area .grid-box .info-box h3::after {
  display: none;
}
#contact-area .grid-box .info-box h3 span {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 540px) {
  #contact-area .grid-box .info-box h3 span {
    font-size: 1rem;
  }
}
#contact-area .grid-box .info-box p {
  color: var(--main-color4);
  font-weight: 600;
  margin-bottom: 15px;
}
#contact-area .grid-box .info-box .flex-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#contact-area .grid-box .info-box .flex-box > div {
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  #contact-area .grid-box .info-box .flex-box > div {
    width: 100%;
  }
}
#contact-area .grid-box .info-box .flex-box .btn-box {
  border-right: 1px solid var(--main-color9);
}
@media screen and (max-width: 800px) {
  #contact-area .grid-box .info-box .flex-box .btn-box {
    border-right: unset;
    border-bottom: 1px solid var(--main-color9);
  }
}
#contact-area .grid-box .info-box .flex-box .btn-box a {
  margin: 0 5px 20px 5px;
  margin-bottom: 10px;
}
#contact-area .grid-box .info-box .flex-box .tel-box {
  padding-left: 1em;
}

#back-to-top .hw-back-to-top {
  bottom: 10px;
  right: 10px;
}
#back-to-top .hw-back-to-top i {
  left: 6px;
}

/*見出し*/
.ccm-page h2 {
  position: relative;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 3px solid var(--main-color8);
  margin-bottom: 0.6em;
}
@media screen and (max-width: 540px) {
  .ccm-page h2 {
    font-size: 1.45em;
  }
}
.ccm-page h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 35%;
  height: 3px;
  background-color: var(--main-color5);
}

.ccm-page h2.top-page {
  position: relative;
  text-align: center;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  z-index: 10;
  padding-top: 30px;
  border-bottom: none;
  white-space: nowrap;
}
.ccm-page h2.top-page span {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 3.9rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  opacity: 0.25;
  z-index: -1;
}
.ccm-page h2.top-page::after {
  content: none;
}

.ccm-page h3 {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.ccm-page h3::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--main-color5);
  clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
}
@media screen and (max-width: 540px) {
  .ccm-page h3 {
    font-size: 1.4em;
  }
}

.ccm-page h4 {
  border-left: 8px solid var(--main-color5);
  padding-left: 0.4em;
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 550;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .ccm-page h4 {
    font-size: 1.1em;
  }
}

.ccm-page h5 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--main-color4);
  margin-bottom: 0.2em;
}
@media screen and (max-width: 540px) {
  .ccm-page h5 {
    font-size: 1.1em;
  }
}

.ccm-page h6 {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 540px) {
  .ccm-page h6 {
    font-size: 1em;
  }
}

.center-h {
  margin-bottom: 2.5em;
}
.center-h .jp {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 540px) {
  .center-h .jp {
    font-size: 1.2em;
  }
}
.center-h .bar {
  position: relative;
  width: 80px;
  height: 5px;
  background-color: var(--main-color4);
  margin: 0 auto;
}
.center-h .bar::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background-color: var(--main-color5);
  top: 0;
  left: 0;
}

/*webボタン*/
div.ccm-page a.web-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  border: solid 2px var(--main-color4);
  padding: 0.4em 0.2em;
  color: var(--main-color2);
  font-weight: 600;
  transition: all 0.2s;
  background-color: var(--main-color1);
}
div.ccm-page a.web-btn::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  background-color: var(--main-color4);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
div.ccm-page a.web-btn:hover {
  color: var(--main-color1);
  background-color: var(--main-color4);
}

div.ccm-page a.web-btn2 {
  display: inline-block;
  padding: 0.5em 0.8em;
  background-color: var(--main-color4);
  color: var(--main-color1);
  font-weight: 500;
  transition: all 0.2s;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
div.ccm-page a.web-btn2:hover {
  background-color: var(--main-color5);
}

/*トップページ*/
/*クルマもバイクも、ここで完結！*/
div.ccm-page p.catch-copy-sub {
  font-size: 1.4em;
  font-weight: 700;
}

/*両校の免許一覧*/
.licence-info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.licence-info-box > div ul {
  list-style: none;
  padding-left: 0.2em;
}
.licence-info-box .nishinomiya {
  padding: 0.5em;
  border-top: 2px solid #54b431;
  border-left: 2px solid #54b431;
  border-bottom: 2px solid #54b431;
  background-color: #d2f8c4;
}
.licence-info-box .nishinomiya li {
  position: relative;
  padding-left: 1em;
}
.licence-info-box .nishinomiya li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #54b431;
  border-radius: 3px;
}
.licence-info-box .hanshin {
  padding: 0.5em;
  border-top: 2px solid #3165b4;
  border-right: 2px solid #3165b4;
  border-bottom: 2px solid #3165b4;
  background-color: #c4e9f8;
}
.licence-info-box .hanshin li {
  position: relative;
  padding-left: 1em;
}
.licence-info-box .hanshin li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3165b4;
  border-radius: 3px;
}

/*--ページリストブロック、ページテンプレート（Dates）--*/
.date_topic_name_list {
  padding: 0 1em 20px 1em;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px dotted var(--main-color9);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.date_topic_name_list .item {
  width: 100%;
}
.date_topic_name_list a {
  display: block;
  width: 100%;
  padding: 0 5px;
}
@media screen and (max-width: 540px) {
  .date_topic_name_list a {
    display: block;
    padding: 0 0px;
  }
}
.date_topic_name_list a .date {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.date_topic_name_list a .name {
  color: var(--main-color2);
  transition: all 0.2s;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .date_topic_name_list a .name {
    margin-top: 5px;
    font-size: 0.9em;
  }
}
.date_topic_name_list a:hover {
  background-color: var(--main-color6) !important;
}
.date_topic_name_list a:hover .name {
  color: var(--main-color5);
}

.toppage-car-img {
  position: relative;
}
.toppage-car-img img.car {
  pointer-events: none;
  position: absolute;
  top: -120px;
  right: -35px;
}
@media screen and (max-width: 540px) {
  .toppage-car-img img.car {
    height: 125px !important;
    top: -90px;
  }
}

/*本校の特徴やサービス*/
.features-area {
  padding: 0 3%;
  padding-top: 30px;
}
.features-area .features-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid var(--main-color8);
  background-color: var(--main-color8);
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.09)) drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.12));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: max-content max-content;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 2px;
}
@media screen and (max-width: 540px) {
  .features-area .features-box {
    display: block;
  }
}
.features-area .features-box .item {
  min-height: 100px;
  background-color: var(--main-color1);
}
@media screen and (max-width: 540px) {
  .features-area .features-box .item {
    border-bottom: 1px solid var(--main-color8);
    min-height: auto;
  }
}
.features-area .features-box .item .img-box {
  padding: 20px 20px 0 20px;
}
.features-area .features-box .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.features-area .features-box .item .text-box {
  padding: 20px 20px;
}
.features-area .features-box .item .text-box h6 {
  font-weight: 700;
}
.features-area .features-box .item .text-box p {
  min-height: 85px;
}
@media screen and (max-width: 540px) {
  .features-area .features-box .item .text-box p {
    min-height: auto;
  }
}
.features-area .features-box .item._1 {
  grid-column: 1/3;
}
.features-area .features-box .item._1 .img-box {
  padding: 20px 20px;
  float: left;
  max-width: 60%;
}
@media screen and (max-width: 540px) {
  .features-area .features-box .item._1 .img-box {
    float: none;
    padding: 20px 20px 0 20px;
    max-width: none;
  }
}

/*◇サブページ、子ページ*/
/*ページ見出し*/
#subpage-midashi {
  position: relative;
  background-color: var(--main-color5);
  overflow: hidden;
}
#subpage-midashi .logo {
  position: absolute;
  content: "";
  height: -webkit-fill-available;
  right: -20px;
  bottom: 0px;
  opacity: 0.2;
}
#subpage-midashi .box {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 65px 3%;
}
@media screen and (max-width: 540px) {
  #subpage-midashi .box {
    padding: 40px 3%;
  }
}
#subpage-midashi .box > h1 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--main-color1);
}
@media screen and (max-width: 540px) {
  #subpage-midashi .box > h1 {
    text-align: left;
    font-size: 1.5em;
  }
}

/*パンくずリスト（スタック）*/
#subpage-bread {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  #subpage-bread {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#subpage-bread ol {
  justify-content: flex-end;
}
#subpage-bread ol li {
  font-size: 0.9em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 540px) {
  #subpage-bread ol li {
    font-size: 0.8em;
  }
}

/*トピックリストブロック*/
.topic-list-hrs-org ul.ccm-block-topic-list-page-topics {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.topic-list-hrs-org ul.ccm-block-topic-list-page-topics li {
  font-size: 0.85em;
  background-color: var(--main-color9);
  border: 1px solid var(--main-color8);
  padding: 0.2em 0.5em 0.25em 0.5em;
  border-radius: 3px;
  letter-spacing: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

/*フロー*/
.flow-info-box .flex-box {
  position: relative;
  display: flex;
  background-color: var(--main-color10);
  padding: 20px 3%;
  margin-bottom: 30px;
}
.flow-info-box .flex-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--main-color5);
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}
.flow-info-box .flex-box:last-child::after {
  display: none;
}
@media screen and (max-width: 540px) {
  .flow-info-box .flex-box {
    display: block;
    padding: 10px 3% 20px 3%;
  }
}
.flow-info-box .flex-box .num {
  color: var(--main-color5);
  font-size: 2.5em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 540px) {
  .flow-info-box .flex-box .num {
    font-size: 2em;
  }
}
.flow-info-box .flex-box .text {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 540px) {
  .flow-info-box .flex-box .text {
    padding-left: 0;
  }
}
.flow-info-box .flex-box .text .bold {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  .flow-info-box .flex-box .text .bold {
    font-size: 1.2em;
  }
}
.flow-info-box .flex-box .text .normal {
  padding-top: 10px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 540px) {
  .flow-info-box .flex-box .text .normal {
    font-size: 0.9em;
  }
}

/*レガシーフォーム調整*/
.hrs_legacyform .form-group {
  margin-bottom: 20px !important;
}
.hrs_legacyform .form-group label span.text-muted {
  opacity: 1;
  font-size: 0.8em;
  color: var(--main-color1);
  padding: 0.15em 0.5em 0.25em 0.5em;
  background-color: var(--main-color4);
}
.hrs_legacyform input[type=submit] {
  background-color: var(--main-color5);
  border-color: var(--main-color5);
}
.hrs_legacyform input[type=submit]:focus {
  border-color: var(--main-color5);
}
.hrs_legacyform .checkboxList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .hrs_legacyform .checkboxList {
    display: block;
  }
}
.hrs_legacyform .checkboxList .form-check {
  margin-right: 1.5em;
}

/*カラムPCで４つをSPで2つに横幅を調整*/
@media screen and (max-width: 540px) {
  .sp-column-4to2 .row > div {
    max-width: 50%;
  }
}

/*教習時間表*/
table.training-timetable {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--main-color2);
}
table.training-timetable th, table.training-timetable td {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.6em;
  border: 1px solid var(--main-color2);
  text-align: center;
}
table.training-timetable th {
  background-color: #e8e8e8;
  font-weight: 500;
}
table.training-timetable td {
  font-family: "Robot";
  background-color: #ffffee;
}
table.training-timetable .yellow-deep {
  background-color: #fffed2;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .grid4 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid4 .item {
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.09)) drop-shadow(0px 3px 6px rgba(50, 50, 50, 0.12));
  border-radius: 10px;
  background-color: var(--main-color1);
  border: 1px solid var(--main-color8);
  padding: 1em;
}
.grid4 .item p {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .grid4 .item p {
    text-align: left;
  }
}

/*車種のタイプ*/
.cartype-box {
  display: block;
  border: 2px solid var(--main-color4);
  padding: 20px 5%;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 10px;
}
.cartype-box .title {
  position: relative;
  color: var(--main-color2);
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  padding-left: 1.05em;
}
.cartype-box .title::after {
  position: absolute;
  content: "";
  top: 0.05em;
  left: 0em;
  width: 0.7em;
  height: 1em;
  clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  background-color: var(--accentColor);
}
.cartype-box > p {
  color: var(--main-color2);
  margin-bottom: 0.25em !important;
}
.cartype-box .times {
  padding-bottom: 1em;
}
.cartype-box .times span {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--main-color5);
  margin-right: 0.8em;
}/*# sourceMappingURL=nishinomiyakita2.css.map */