@charset "UTF-8";
@import url("sanitize.css");
@import url("../js/slick/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700;800&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: rgb(199, 156.016, 0);
  color: #ffffff;
}

::selection {
  background-color: rgb(199, 156.016, 0);
  color: #ffffff;
}

html {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  background-color: #ffffff;
  color: #000000;
}

.material-icons,
.pagetop a::before,
.menu-content ul li a::after,
.index ul li a::after,
.linkbo_01 a::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

:root {
  scroll-padding: 120px;
}

body {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

hr {
  background: transparent;
  border-top: 1px solid #cccccc;
}

a {
  color: #0066be;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #005492;
  text-decoration: underline;
}
a:hover img {
  transition: 0.2s ease-in-out;
}
a:focus {
  overflow: hidden;
}

h1 {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    padding: 0px;
  }
}

h2 {
  color: #000000;
  font-size: 3.5rem;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
h2::first-letter {
  font-size: 4.5rem;
  color: #fac400;
}
@media screen and (max-width: 768px) {
  h2::first-letter {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
    padding: 15px 0;
  }
}

h3 {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 20px;
  color: #000000;
  border-left: 2px solid #fac400;
  margin: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.2rem;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #fac400;
  color: #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: rgba(250, 196, 0, 0.1);
  color: #bb9300;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  table {
    width: 100% !important;
  }
}
table th, table td {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table th, table td {
    display: block;
    width: 100% !important;
  }
}
table th {
  font-weight: 400;
  text-align: center;
  background-color: rgba(250, 196, 0, 0.1);
}

#bg {
  min-width: 320px;
}

#bg_in {
  position: relative;
}

#header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

#header_in {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #header_in {
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }
}

#siteid {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #siteid {
    width: 80%;
  }
}
#siteid p {
  margin: 0;
}
#siteid h1 a,
#siteid p a {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  text-indent: -55555em;
  background-image: url("../all_img/home/kurokihome_logo.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (max-width: 768px) {
  #siteid h1 a,
  #siteid p a {
    height: 50px;
  }
}
#siteid h1 a:hover,
#siteid p a:hover {
  opacity: 0.7;
}

#hcontents {
  width: 80%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #hcontents {
    display: none;
  }
}

.header_bo {
  margin: 0;
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.header_bo a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fac400;
  background-image: url("../all_img/home/bg_border.png");
  color: #000000;
  border-radius: 30px;
  border: 1px solid #fac400;
  font-size: clamp(1.5rem, 1.3vw, 1.7rem);
}
.header_bo a:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.gmenu {
  margin-right: 20px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.gmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.gmenu ul li {
  font-size: clamp(1.1rem, 1.3vw, 1.7rem);
  line-height: 1.6;
}
.gmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 60px;
  padding: 40px 0 0;
  margin: 0 1vw;
  color: #000000;
  background-image: url("../all_img/home/m_0.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px 40px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .gmenu ul li a {
    margin: 0 0.5vw;
  }
}
.gmenu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #000000;
  transition: all 0.3s ease;
}
.gmenu ul li a:hover::after {
  width: 100%;
}
.gmenu ul li .m_1 a {
  background-image: url("../all_img/home/m_1.png");
}
.gmenu ul li .m_2 a {
  background-image: url("../all_img/home/m_2.png");
}
.gmenu ul li .m_3 a {
  background-image: url("../all_img/home/m_3.png");
}
.gmenu ul li .m_4 a {
  background-image: url("../all_img/home/m_4.png");
}
.gmenu ul li .m_5 a {
  background-image: url("../all_img/home/m_5.png");
}

#pankuzu {
  margin-bottom: 0;
  font-size: 1.2rem;
}
#pankuzu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 96%;
  max-width: 1240px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li a::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5rem;
  color: #000000;
}
#pankuzu ul li a:hover::after {
  text-decoration: none;
}

.subpage #wrap_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .subpage #wrap_in {
    display: inherit;
  }
}

.page_title {
  margin-bottom: 30px;
  background-color: #fac400;
  padding: 50px 0;
  background-image: url("../all_img/home/bg_border.png");
}
@media screen and (max-width: 768px) {
  .page_title {
    padding: 20px 0;
  }
}
.page_title h1 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .page_title h1 {
    margin: 0 auto;
  }
}

#unit_a {
  width: 78%;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  #unit_a {
    width: 100%;
  }
}
#unit_a img {
  max-width: 100% !important;
  height: auto !important;
}
#unit_a table[border="0"] {
  border: none;
}
#unit_a table[border="0"] > tbody > tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#unit_a table[border="0"] > tbody > tr > td {
  border: none;
}
#unit_a table.index_2col,
#unit_a table.index_3col {
  width: 100% !important;
  border: 0;
}
#unit_a table.index_2col tbody,
#unit_a table.index_3col tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
#unit_a table.index_2col tbody tr,
#unit_a table.index_3col tbody tr {
  width: 48.5%;
  border: none;
}
#unit_a table.index_2col tbody tr td,
#unit_a table.index_3col tbody tr td {
  border: none;
  padding: 0;
}
#unit_a table.index_2col tbody tr td img,
#unit_a table.index_3col tbody tr td img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#unit_a table.index_3col tbody tr {
  width: 31.3%;
}
@media screen and (max-width: 1000px) {
  #unit_a table.index_3col tbody tr {
    width: 48.5%;
  }
}
#unit_a a img {
  transition: all 0.3s ease;
}
#unit_a a:hover img {
  opacity: 0.8;
}

#unit_b {
  width: 20%;
  position: sticky;
  top: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #unit_b {
    width: 100%;
  }
}

.menu_2 {
  margin-bottom: 30px;
}
.menu_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_2 p,
.menu_2 ul li {
  margin: 0;
  padding: 0;
}
.menu_2 p a,
.menu_2 ul li a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  position: relative;
}
.menu_2 p a::after,
.menu_2 ul li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  color: #fac400;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  background-color: rgba(250, 196, 0, 0.1);
}
.menu_2 .sel a {
  background-color: rgba(250, 196, 0, 0.1);
  font-weight: bold;
  color: #bb9300;
}

#footer {
  text-align: center;
}

.fmenu {
  padding: 10px 0;
  margin-bottom: 30px;
}
.fmenu ul {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.fmenu ul li {
  border-right: 1px solid #000000;
}
.fmenu ul li:first-child {
  border-left: 1px solid #000000;
}
.fmenu ul li a {
  display: inline-block;
  color: #000000;
  padding: 0 1rem;
}

.footer_info {
  margin-bottom: 50px;
}
.footer_info .info_name {
  font-size: 2rem;
  background-image: url("../all_img/home/kurokihome_logo.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-indent: -55555em;
  height: 80px;
}
.footer_info address {
  font-style: normal;
}

.copy {
  font-size: 1rem;
  padding: 10px 0;
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #0070C3;
  color: #ffffff;
  border-radius: 50%;
}
.pagetop a:hover {
  text-decoration: none;
  background-color: #fac400;
  color: #000000;
}
.pagetop a::before {
  content: "expand_less";
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop a span {
    display: none;
  }
}

.toppage {
  overflow: hidden;
}
.toppage h2 {
  background-color: transparent;
  color: #000000;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 5.5rem;
  line-height: 6rem;
  margin: 0;
  padding: 10px 0;
}
.toppage h2::first-letter {
  font-size: 7rem;
  color: #fac400;
}
@media screen and (max-width: 768px) {
  .toppage h2::first-letter {
    font-size: 4rem;
  }
}
.toppage h2 span {
  display: block;
  font-size: 2rem;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .toppage h2 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .toppage h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.toppage h3 {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .toppage h3 {
    line-height: 1.3;
  }
}
.toppage #wrap {
  background-image: url("../all_img/home/wrap.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100vw auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .toppage #wrap {
    padding-top: 50px;
  }
}
.toppage #wrap_in {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 4;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #fac400;
  text-align: center;
}

.slick-prev {
  left: 20px;
}
.slick-prev::before {
  content: "arrow_circle_left";
}

.slick-next {
  right: 20px;
}
.slick-next::before {
  content: "arrow_circle_right";
}

.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Material Icons";
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #fac400;
}
.slick-dots li button::before {
  content: "●";
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.top_slide {
  position: relative;
}
.top_slide .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.top_slide .top_copy p {
  margin: 0;
  padding: 0;
  font-size: 4.5vw;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .top_slide .top_copy p {
    font-size: 5.5vw;
  }
}

.slide_01 {
  margin-bottom: 0;
  overflow: hidden;
}
.slide_01 p {
  margin: 0;
  padding: 0;
}
.slide_01 .slick-slide {
  width: 100vw;
  height: calc(100vh - 104px);
  position: relative;
  overflow: hidden;
  margin: 0;
}
.slide_01 .slick-slide img {
  width: 100vw !important;
  height: calc(100vh - 104px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .slide_01 .slick-slide {
    height: 50vh;
  }
  .slide_01 .slick-slide img {
    height: 50vh !important;
  }
}

.slick-track {
  overflow: hidden;
}

#news_topics {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#news_topics .nttabs {
  border-bottom: 1px solid #cccccc;
  display: flex;
}
#news_topics .nttabs div {
  display: inline-block;
  width: auto;
  padding: 10px 2%;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}
#news_topics .nttabs div:hover {
  color: #bb9300;
}
@media screen and (max-width: 768px) {
  #news_topics .nttabs div {
    font-size: clamp(1.4rem, 3.75vw, 1.8rem);
    padding: 10px 1%;
    width: auto;
  }
}
#news_topics .nttabs .cell {
  color: #bb9300;
}
#news_topics .nttabs .cell::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fac400;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#news_topics [class*=news_topics_] {
  margin-bottom: 50px;
}
#news_topics [class*=news_topics_] h2 {
  display: none;
}
#news_topics .rss {
  font-size: 1rem;
  margin: 0 10px;
}
#news_topics .rss a {
  padding: 0 5px;
  background-color: #cccccc;
  color: #ffffff;
}
#news_topics .news dl .slick-list {
  overflow: visible;
}
#news_topics .news dl .slick-arrow {
  top: auto;
  bottom: 50%;
}
#news_topics .news dl .slick-slide {
  width: 31.5vw;
  max-width: 392px;
  height: auto;
  margin: 10px min(1vw, 30px);
}
@media screen and (max-width: 768px) {
  #news_topics .news dl .slick-slide {
    width: 80vw;
  }
}
#news_topics .news dl .slick-slide dt {
  margin: 0;
  padding: 0;
  position: relative;
  width: 31.5vw !important;
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  #news_topics .news dl .slick-slide dt {
    width: 80vw !important;
  }
}
#news_topics .news dl .slick-slide dt span {
  display: inline-block;
}
#news_topics .news dl .slick-slide dt .topicimage {
  overflow: hidden;
  width: 100%;
}
#news_topics .news dl .slick-slide dt .topicimage img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_topics .news dl .slick-slide dt .time {
  margin-right: 5px;
}
#news_topics .news dl .slick-slide dt.new .topictitle::before {
  content: "NEW";
  display: inline-block;
  color: #e03816;
  padding: 2px 5px;
  border-radius: 0 0 5px 0;
  font-size: 1.5rem;
}
#news_topics .news dl .slick-slide dt .tag {
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 1.3rem;
  border: 1px solid #fac400;
}
#news_topics .news dl .slick-slide dd {
  display: none;
  margin: 0;
  padding: 0 0 0 5.5rem;
}

.subpage #news_topics dl {
  clear: both;
}
.subpage #news_topics dl dt {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  clear: both;
}
.subpage #news_topics dl dt:first-child {
  border: none;
}
.subpage #news_topics dl dt span {
  display: inline-block;
  margin-right: 2%;
}
.subpage #news_topics dl dt .topicimage {
  width: 20%;
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .subpage #news_topics dl dt .topicimage {
    width: 30%;
  }
}
.subpage #news_topics dl dt .topicimage img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage #news_topics dl dt .time {
  padding-top: 1em;
}
.subpage #news_topics dl dt .tag {
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 1.3rem;
  border: 1px solid #fac400;
  text-align: center;
}
.subpage #news_topics dl dt .topictitle {
  width: 70%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .subpage #news_topics dl dt .topictitle {
    width: 60%;
  }
}
.subpage #news_topics dl dt.new .topictitle::before {
  content: "NEW";
  display: inline-block;
  color: #e03816;
  padding: 2px 5px;
  border-radius: 0 0 5px 0;
  font-size: 1.5rem;
}

.linkbo_01,
.linkbo_02,
.disp_list {
  text-align: right;
  padding: 20px 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .linkbo_01,
  .linkbo_02,
  .disp_list {
    font-size: 1.7rem;
  }
}
.linkbo_01 a,
.linkbo_02 a,
.disp_list a {
  text-align: left;
  display: inline-block;
  border: 5px solid #fac400;
  background-color: #fac400;
  color: #000000;
  padding: 20px 40px;
  min-width: 320px;
  border-radius: 50px;
  position: relative;
  background-image: url("../all_img/home/linkbo_01.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .linkbo_01 a,
  .linkbo_02 a,
  .disp_list a {
    min-width: 280px;
  }
}
.linkbo_01 a:hover,
.linkbo_02 a:hover,
.disp_list a:hover {
  background-color: rgba(252, 220, 102, 0.5);
  color: #000000;
  text-decoration: none;
}

.linkbo_02 a {
  background-color: #ffffff;
  color: #000000;
  background-image: url("../all_img/home/linkbo_02.png");
}
.linkbo_02 a:hover {
  background-color: #fcdc66;
  color: #000000;
  border-color: #ffffff;
}

.top_concept {
  background-image: url("../all_img/home/top_concept.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
}
.top_concept .top_concept_bg {
  background-image: url("../all_img/home/bg_border.png");
}
.top_concept .top_concept_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_concept .top_concept_in .top_concept_01,
.top_concept .top_concept_in .top_concept_02 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top_concept .top_concept_in .top_concept_01,
  .top_concept .top_concept_in .top_concept_02 {
    width: 100%;
  }
}
.top_concept .top_concept_in .top_concept_01 h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 4rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top_concept .top_concept_in .top_concept_01 h3 {
    font-size: 3rem;
  }
}
.top_concept .top_concept_in .top_concept_02 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .top_concept .top_concept_in .top_concept_02 {
    padding-top: 20px;
  }
}
.top_concept .top_concept_in .top_concept_02 img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px;
}

.top_works {
  background-image: url("../all_img/home/top_works.png");
  background-repeat: repeat-x;
  background-size: 400px;
  margin-top: -2px;
  margin-bottom: 50px;
}
.top_works .top_works_bg {
  background-image: url("../all_img/home/bg_border.png");
}
.top_works h2 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
.top_works h2::first-letter {
  color: #ffffff;
}
.top_works .linkbo_01 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}

.slide_02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .slide_02 {
    margin-bottom: 60px;
  }
}
.slide_02 p {
  margin: 0;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.slide_02 p a {
  position: relative;
  display: block;
  width: 100%;
  color: #000000;
}
.slide_02 p a::after {
  content: attr(title);
  display: block;
  width: 100%;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 15px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.slide_02 .slick-slide {
  width: 392px;
  height: auto;
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .slide_02 .slick-slide {
    margin: 0 10px;
  }
}
.slide_02 .slick-slide img {
  width: 392px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
}
.slide_02 .slick-slide a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .slide_02 .slick-slide {
    width: 80vw !important;
  }
  .slide_02 .slick-slide img {
    width: 80vw !important;
  }
}
.slide_02 .slick-dots li button {
  color: #fac400;
}

.top_hd {
  background-image: url("../all_img/home/top_hd.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100vw auto;
  margin-bottom: 100px;
}
.top_hd .top_hd_bg {
  background-image: url("../all_img/home/bg_border.png");
  padding-bottom: 400px;
}
@media screen and (max-width: 768px) {
  .top_hd .top_hd_bg {
    padding-bottom: 100px;
  }
}
.top_hd .top_hd_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
.top_hd .top_hd_in ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.5%;
}
.top_hd .top_hd_in ul li {
  width: 31.5%;
  text-align: center;
}
.top_hd .top_hd_in ul li img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_hd .top_hd_in ul li img {
    aspect-ratio: 1/1;
    margin-bottom: 10px;
  }
}
.top_hd .top_hd_in ul li a {
  font-size: 2rem;
  color: #000000;
}

.top_mh {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 200px;
  position: relative;
  background-image: url("../all_img/home/top_mh.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top_mh {
    margin-bottom: 100px;
  }
}
.top_mh h2 {
  background-color: #fac400;
  color: #ffffff;
  text-align: center;
  display: flex;
  line-height: 6rem;
  border-radius: 50%;
  width: 274px;
  aspect-ratio: 1/1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0 0 0;
  position: absolute;
  top: -137px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top_mh h2 {
    width: 240px;
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
.top_mh h2::first-letter {
  color: #ffffff;
}
.top_mh h2 span {
  color: #ffffff;
}
.top_mh .top_mh_bo {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.top_yellow {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 20px;
  background-image: url("../all_img/home/bg_border.png");
  background-color: #fac400;
  color: #000000;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top_yellow {
    margin-bottom: 50px;
  }
}
.top_yellow h2::first-letter {
  color: #ffffff;
}

.top_contact,
.top_access {
  width: 50%;
  text-align: center;
  padding: 50px 2.5%;
}
@media screen and (max-width: 1000px) {
  .top_contact,
  .top_access {
    width: 100%;
    padding: 0 2.5%;
  }
}
.top_contact .linkbo_02,
.top_access .linkbo_02 {
  text-align: center;
}

.top_contact {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1000px) {
  .top_contact {
    border-left: none;
    border-bottom: 1px solid #ffffff;
  }
}
.top_contact h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top_contact h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_contact .top_contact_in {
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .top_contact .top_contact_in {
    min-height: auto;
  }
}
.top_contact .tc_tel {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 6.5rem;
  margin: 0;
  background-image: url("../all_img/home/fdicon.png");
  background-repeat: no-repeat;
  background-size: 75px 43px;
  background-position: left center;
  padding-left: 85px;
  pointer-events: none;
}
.top_contact .tc_tel a {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .top_contact .tc_tel {
    font-size: 4rem;
    padding-left: 50px;
    background-size: 50px 28px;
  }
}

.top_banner {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 100px;
}
.top_banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_banner ul {
    gap: 10px 2%;
  }
}
.top_banner ul li {
  margin: 0;
  padding: 0;
  width: 31.5%;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .top_banner ul li {
    width: 49%;
  }
}
.top_banner ul li img {
  width: 100% !important;
  height: auto !important;
}

.index {
  margin-bottom: 50px;
}
.index dl dd {
  display: none;
}
.index dl,
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.index dl dt,
.index ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .index dl dt,
  .index ul li {
    width: 100%;
  }
}
.index dl dt a,
.index ul li a {
  display: block;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #fac400;
  position: relative;
  color: #000000;
}
.index dl dt a::after,
.index ul li a::after {
  content: "chevron_right";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
}
.index dl dt a:hover,
.index ul li a:hover {
  background-color: #fac400;
  color: #ffffff;
  text-decoration: none;
}

.site_map {
  margin-bottom: 50px;
}
.site_map p {
  font-size: 2rem;
}
.site_map ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.site_map ul li::before {
  content: "play_circle_filled";
  font-family: "Material Icons";
  color: #fac400;
  margin-right: 0.5rem;
}
.site_map ul li[class*=layer_] {
  border-top: 1px dotted #cccccc;
  font-size: 1.8rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
.site_map ul li.layer_1 {
  border-top: 3px solid #fac400;
  font-size: 2rem;
}
.site_map ul.in_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  padding-top: 20px;
}
.site_map ul.in_page li {
  width: 49%;
  padding: 5px 0 5px 2rem;
}
.site_map ul.in_page li::before {
  content: "chevron_right";
}
.site_map ul.in_page li {
  text-indent: -2rem;
}
@media screen and (max-width: 768px) {
  .site_map ul.in_page li {
    width: 100%;
  }
}

#send_mailform {
  padding: 20px;
}
#send_mailform .inputform {
  border-top: 1px solid #cccccc;
}
#send_mailform .inputform dl {
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #send_mailform .inputform dl {
    flex-wrap: wrap;
  }
}
#send_mailform .inputform dl dt {
  width: 30%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #send_mailform .inputform dl dt {
    width: 100%;
  }
}
#send_mailform .inputform dl dt span {
  font-size: 1.6rem;
  white-space: nowrap;
}
#send_mailform .inputform dl dd {
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #send_mailform .inputform dl dd {
    width: 100%;
  }
}
#send_mailform .inputform dl dd input[type=text] {
  padding: 5px;
  font-size: 2rem;
  max-width: 80%;
  min-width: 80%;
}
#send_mailform .inputform dl dd textarea {
  padding: 5px;
  font-size: 2rem;
  max-width: 80%;
  min-width: 80%;
}
#send_mailform .inputform dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#send_mailform .inputform dl dd ul li {
  padding: 0;
}
#send_mailform .form_button .send_btn {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  border: none;
  background: #fac400;
  color: #ffffff;
  border-radius: 50px;
  font-size: 2rem;
}

.mail_form {
  margin-bottom: 50px;
}
.mail_form p {
  margin: 0;
  padding: 0;
}
.mail_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mail_form form {
    display: block;
  }
}
.mail_form form .form_label,
.mail_form form .form_input {
  border-top: 1px solid #cccccc;
  padding: 10px;
  align-items: stretch;
}
.mail_form form .form_label {
  width: 30%;
  font-weight: 400;
  background-color: rgba(250, 196, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .mail_form form .form_label {
    width: 100%;
  }
}
.mail_form form .form_label .mcheck {
  color: #e03816;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}
.mail_form form .form_label .mcheck::after {
  content: "必須";
}
.mail_form form .form_input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .mail_form form .form_input {
    width: 100%;
    border-top: none;
  }
}
.mail_form form .form_input input[type=text] {
  min-width: 80%;
}
@media screen and (max-width: 768px) {
  .mail_form form .form_input input[type=text] {
    min-width: 100%;
  }
}
.mail_form form .form_input textarea {
  width: 100%;
}
.mail_form form .form_input input[type=text],
.mail_form form .form_input textarea {
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 1.6rem;
}
.mail_form form .form_input p {
  color: #e03816;
  font-size: 1.2rem;
}
.mail_form form .form_button {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0 10px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.mail_form form .form_button input {
  width: 30%;
  margin-bottom: 20px;
}
.mail_form form .form_button input[type=submit] {
  padding: 10px 0;
  background-color: #fac400;
  color: #ffffff;
  border: 1px solid #fac400;
  border-radius: 50px;
}
.mail_form form .form_button input[type=submit]:hover {
  background-color: #ffffff;
  color: #fac400;
}
.mail_form form .form_button input[type=button] {
  padding: 5px 0;
  background-color: #ccc;
  color: #000000;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.mail_form form .form_button input[type=button]:hover {
  background-color: #eee;
}

.effect_1 {
  padding-top: 100px;
  transition: 0.8s;
}

.effect_2 {
  margin-left: -100%;
  margin-right: 100%;
  transition: 0.5s;
}

.effect_3 {
  margin-left: 100%;
  margin-right: -100%;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .spmail_btn {
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 100;
  }
  .spmail_btn a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -55555em;
    background-image: url("../all_img/home/spmail_home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 150;
    background-color: #ffffff;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #fac400;
    position: absolute;
    transition: 0.4s ease-in-out;
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s ease-in-out;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 140;
    background-color: #fac400;
    transition: all 0.5s;
    overflow: scroll;
    padding: 70px 0;
  }
  .menu-content p {
    margin: 0;
    padding: 0;
  }
  .menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-content ul li {
    margin: 0;
    padding: 0;
  }
  .menu-content p a,
  .menu-content ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .menu-content p a::after,
  .menu-content ul li a::after {
    content: "chevron_right";
    position: absolute;
    font-family: "Material Icons";
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #ffffff;
  }
  .menu-content .spsubmenu {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .menu-content h2 {
    border: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 20px;
    font-size: 2rem;
  }
  .menu-content h2::first-letter {
    font-size: 2rem;
    color: #000000;
  }
  .menu-content .spmainmenu {
    padding: 20px 20px 40px 20px;
    background-color: #ffffff;
  }
  .menu-content .spmainmenu ul li a {
    color: #bb9300;
    border-bottom: 1px solid #fac400;
  }
  .menu-content .spmainmenu ul li a::after {
    color: #fac400;
  }
}/*# sourceMappingURL=home.css.map */