@charset "UTF-8";
/*--◇全体--*/
/*色指定*/
:root {
  --main-color1:#ffffff;
  --main-color2:#242424;
  --main-color3:#018ada;
  --main-color4:#b39a36;
  --main-color5:#dfdfdf;
  --main-color6:#ffdf00;
  --main-color7:#c2c2c2;
  --main-color8:#f77709;
  --main-color9:#209d49;
  --main-color10:#50b0f4;
  --light-glay:#dfdfdf;
  --main-bg-color:#050606;
  --footer-color:#1c1c1c;
}

/*--変数設定--*/
/*横幅*/
/*ブレイクポイント設定*/
/*角丸*/
/*--mixin設定--*/
/*レスポンシブル*/
/*フォントディスプレイの設定*/
@font-face {
  font-family: "Roboto";
  src: url("roboto.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("notosansjp.woff2") format("woff2");
  font-display: swap;
}
/*フォントサイズを調整*/
/*影*/
/*グラデーション*/
/*--その他--*/
/*全体の調整*/
main.main-wrap {
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  main.main-wrap {
    padding-right: 0;
  }
}
main.main-wrap a {
  color: var(--main-color8);
}

main.main-wrap.bg-black {
  background-color: var(--main-bg-color);
}
main.main-wrap.bg-black p, main.main-wrap.bg-black div, main.main-wrap.bg-black li {
  color: var(--main-color1);
}

/*文字デフォルト*/
div.ccm-page {
  height: 100vh;
}
div.ccm-page p {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 576px) {
  div.ccm-page p {
    font-size: 0.9em;
  }
}

/*編集中のテキストブロックに余白を設ける*/
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;
}

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

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

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

/*スタックを透過*/
.col-md-12 .ccm-custom-style-main {
  background-image: unset;
}

/*--カスタムクラス--*/
/*conctainerの幅調整*/
.container-width {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 576px) {
  .container-width {
    padding: 0 0;
  }
}

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

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

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

p.pc-center-sp-left {
  text-align: center;
}
@media screen and (max-width: 576px) {
  p.pc-center-sp-left {
    text-align: left;
  }
}

/*背景色*/
.bg-color-gray {
  position: relative;
  background-color: #f9f9f9;
  padding: 20px 20px;
  border: 1px solid var(--main-color5);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .bg-color-gray {
    padding: 10px 5px;
  }
}

.bg-color-white {
  position: relative;
  background-color: var(--main-color1);
  z-index: 1;
}

.img-center {
  text-align: center;
}

.relative {
  position: relative;
}

/*--カスタム：テキストブロック--*/
/*表デザインnormal*/
table.table_normal {
  border-collapse: collapse;
  width: 100%;
}
table.table_normal th, table.table_normal td {
  border-top: 1px solid var(--main-color5);
  border-bottom: 1px solid var(--main-color5);
  padding: 0.5em 0.25em;
  min-width: 5.5em;
}
@media screen and (max-width: 576px) {
  table.table_normal th, table.table_normal td {
    display: block;
    padding: 0.4em 0.4em;
    font-size: 0.9em;
  }
}
table.table_normal th {
  color: var(--main-color2);
  text-align: left;
  min-width: 25%;
  padding: 0.5em 0.5em 0.5em 1em;
}
@media screen and (max-width: 576px) {
  table.table_normal th {
    border-bottom: none;
    width: 100%;
    padding: 0.4em 0.4em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  table.table_normal td {
    border-top: none;
    border-bottom: 1px solid var(--main-color5);
  }
}

/*表デザイン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: #f3f3f3;
  padding: 0.7em 1em;
}
@media screen and (max-width: 576px) {
  table.table_design01 th, table.table_design01 td {
    display: block;
    padding: 0.4em 0.4em;
    border: none;
    font-size: 0.9em;
  }
}
table.table_design01 th {
  background-color: var(--main-color3);
  color: var(--main-color1);
  font-weight: bold;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 576px) {
  table.table_design01 th {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  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: 576px) {
  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;
}

/*webボタン*/
div.ccm-page a.web-btn {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.25em;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color1);
  background-color: var(--main-color9);
  border: 2px solid var(--main-color9);
  transition: all 0.3s;
  z-index: 2;
}
div.ccm-page a.web-btn:hover {
  color: var(--main-color9);
  background-color: var(--main-color1);
}

/*黄色マーカー*/
.yellow_marker {
  background: linear-gradient(transparent 60%, #fae6a0 60%);
}

/*フォント調整*/
.fontsize-12 {
  font-size: 1.2em;
}

/*見出し*/
div.ccm-page h1 {
  position: relative;
  text-align: center;
  font-family: "Roboto", "Noto Sans JP";
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  div.ccm-page h1 {
    font-size: 2em;
  }
}

div.ccm-page h2 {
  font-size: 1.5em;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: 5px solid var(--main-color6);
  padding: 0.06em 0.1em 0.06em 0.55em;
  background-color: var(--light-glay);
}
@media screen and (max-width: 576px) {
  div.ccm-page h2 {
    font-size: 1.2em;
  }
}

div.ccm-page h3 {
  font-family: "Roboto", "Noto Sans JP";
  padding: 0.25em 0em;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  div.ccm-page h3 {
    font-size: 1.7em;
  }
}

div.ccm-page h4 {
  border-left: 5px solid var(--main-color6);
  padding-left: 0.35em;
  font-size: 1.2em;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  div.ccm-page h4 {
    font-size: 1.1em;
  }
}

div.ccm-page h5 {
  color: var(--main-color2);
  padding: 0.25em 0em;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  div.ccm-page h5 {
    font-size: 1.05em;
  }
}

div.ccm-page h6 {
  color: var(--main-color2);
  padding: 0.25em 0em;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  div.ccm-page h6 {
    font-size: 1.05em;
  }
}

/*余白*/
.margin-pc100-sp50 {
  height: 100px;
}
@media screen and (max-width: 576px) {
  .margin-pc100-sp50 {
    height: 50px;
  }
}

.margin-pc50 {
  height: 50px;
}

/*header*/
header#org {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header#org #header-box {
  display: flex;
  height: 70px;
}
header#org #header-box .header-logo {
  width: 100%;
  max-width: 350px;
  height: 70px;
}
header#org #header-box .header-navi {
  width: 100%;
}
header#org #header-box .header-navi .global-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 576px) {
  header#org #header-box .header-navi .global-btn {
    display: none;
  }
}
header#org #header-box .header-navi .global-btn .sns-box {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: var(--main-bg-color);
  padding: 0 1em;
}
header#org #header-box .header-navi .global-btn a > div {
  color: var(--main-color1);
  padding: 0.5em 1em;
  border: 1px solid transparent;
  transition: all 0.2s;
}
header#org #header-box .header-navi .global-btn a:hover > div {
  color: var(--main-color3);
  background-color: var(--main-color1) !important;
  border-color: var(--main-color10);
}

/*ハンバーガーメニュー（jsにて切り替え）*/
#hamburger-btn {
  position: fixed;
  display: block;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  caret-color: transparent;
  cursor: pointer;
  z-index: 100;
  background-color: var(--main-color1);
}
#hamburger-btn .box {
  position: relative;
  padding: 0 10px;
}
#hamburger-btn .box span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--main-color2);
  width: 55%;
}
#hamburger-btn .box span:nth-child(1) {
  top: 25px;
}
#hamburger-btn .box span:nth-child(2) {
  top: 33px;
}
#hamburger-btn .box span:nth-child(3) {
  top: 41px;
}
#hamburger-btn.active .box span:nth-of-type(1) {
  top: 28px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 30%;
}
#hamburger-btn.active .box span:nth-of-type(2) {
  opacity: 0;
}
#hamburger-btn.active .box span:nth-child(3) {
  top: 40px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 30%;
}

#global-nav-area { /*グローバルナビ*/
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  overflow: hidden;
}
#global-nav-area.view {
  opacity: 1;
  pointer-events: all;
}
#global-nav-area.view .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color2);
  opacity: 0.4;
  z-index: 0;
}
#global-nav-area.view .global-nav {
  transform: translateX(0);
}
#global-nav-area .global-nav {
  position: relative;
  padding: 3%;
  padding-top: 100px;
  min-width: 25%;
  background-color: var(--main-color1);
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 820px) {
  #global-nav-area .global-nav {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  #global-nav-area .global-nav {
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
  }
}
#global-nav-area .global-nav > ul {
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  #global-nav-area .global-nav > ul {
    font-size: 1em;
  }
}
#global-nav-area .global-nav > ul > li {
  margin-bottom: 1em;
}
#global-nav-area .global-nav > ul > li a {
  display: block;
  min-width: 250px;
  text-decoration: none;
  color: var(--main-color2);
  font-weight: 700;
  padding: 0.5em 0.5em 0.5em 0.5em;
  transition: all 0.3s;
  z-index: 2;
  font-weight: 600;
}
#global-nav-area .global-nav > ul > li a:hover {
  color: var(--main-color1);
  background-color: var(--main-color8);
}
#global-nav-area .sns-box2 {
  background-color: var(--main-bg-color);
  text-align: right;
}
#global-nav-area .sns-box2 a {
  display: inline-block;
  margin-right: 0.2em;
}

/*footer*/
footer {
  position: relative;
  z-index: 2;
  background-color: var(--footer-color);
}

#footer-box {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 70px 3% 80px 3%;
  border-bottom: 1px solid var(--light-glay);
}
@media screen and (max-width: 576px) {
  #footer-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
#footer-box p {
  color: var(--main-color1);
}
#footer-box .footer-l {
  margin-bottom: 1.5em;
}
#footer-box .footer-l > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media screen and (max-width: 820px) {
  #footer-box .footer-l > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer-box .footer-l > ul li a {
  color: var(--main-color1);
}
#footer-box .footer-l > ul li a:hover {
  color: var(--light-glay);
}
#footer-box .footer-r {
  max-width: 350px;
}
@media screen and (max-width: 576px) {
  #footer-box .footer-r {
    max-width: none;
  }
}
#footer-box .footer-r a {
  color: var(--main-color8);
}
#footer-box .footer-r .sns-box {
  display: flex;
}
#footer-box .footer-r .sns-box a {
  margin-right: 0.5em;
}

.footer-bottom {
  padding: 1em 0;
  font-size: 0.8em;
  background-color: var(--footer-color);
  color: var(--main-color1);
  text-align: center;
}

/*mv*/
.color-blovk-line {
  height: 40px;
  background-color: var(--main-color6);
}

.top-navi-box {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .top-navi-box {
    margin-top: 0;
  }
}
.top-navi-box ul {
  padding-left: 10%;
}
.top-navi-box ul li {
  list-style: none;
  margin-bottom: 1em;
}
.top-navi-box ul li a {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: var(--main-color1);
  transition: 0.2s color;
}
.top-navi-box ul li a:hover {
  color: var(--main-color6);
}
.top-navi-box ul li a:hover i {
  transform: scale(1.2);
}
.top-navi-box ul li a i {
  color: var(--main-color6);
  transition: 0.2s;
}
.top-navi-box .line {
  height: 80px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--main-color1);
}
@media screen and (max-width: 820px) {
  .top-navi-box .line {
    height: 50px;
  }
}

/*レガシーフォーム調整*/
.org_legacyform .form-group {
  margin-bottom: 20px !important;
}
.org_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-color10);
}
.org_legacyform input[type=submit] {
  background-color: var(--main-color10);
  border-color: var(--main-color10);
}
.org_legacyform input[type=submit]:focus {
  border-color: var(--main-color10);
}
.org_legacyform .checkboxList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .org_legacyform .checkboxList {
    display: block;
  }
}
.org_legacyform .checkboxList .form-check {
  margin-right: 1.5em;
}/*# sourceMappingURL=yozei.css.map */