@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(0, 82.7076923077, 144);
  color: #ffffff;
}

::selection {
  background-color: rgb(0, 82.7076923077, 144);
  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: #1a1a1a;
}

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

h2 {
  color: #005492;
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
    padding: 15px;
  }
}

h3 {
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0 20px;
  color: #1a1a1a;
  border-left: 2px solid #0070C3;
  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: #0070C3;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  background-color: rgba(0, 112, 195, 0.1);
  color: #0070C3;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.7rem;
  }
}

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(0, 112, 195, 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("../site_files/logo/siteid.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 25px;
  background-color: #0070C3;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0070C3;
  font-size: clamp(1.5rem, 1.3vw, 1.7rem);
}
.header_bo a:hover {
  background-color: #ffffff;
  color: #0070C3;
  text-decoration: none;
}

.gmenu {
  margin-right: 20px;
}
.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: #1a1a1a;
  background-image: url("../all_img/org/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 #1a1a1a;
  transition: all 0.3s ease;
}
.gmenu ul li a:hover::after {
  width: 100%;
}
.gmenu ul li .m_1 a {
  background-image: url("../all_img/org/m_1.png");
}
.gmenu ul li .m_2 a {
  background-image: url("../all_img/org/m_2.png");
}
.gmenu ul li .m_3 a {
  background-image: url("../all_img/org/m_3.png");
}
.gmenu ul li .m_4 a {
  background-image: url("../all_img/org/m_4.png");
}
.gmenu ul li .m_5 a {
  background-image: url("../all_img/org/m_5.png");
}

.fix_menu {
  width: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: fixed;
  right: 20px;
  top: 40vh;
  z-index: 5;
  border: 1px solid rgba(0, 112, 195, 0.3);
}
@media screen and (max-width: 768px) {
  .fix_menu {
    width: 70%;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 20px;
  }
}
.fix_menu ul {
  margin: 0;
  padding: 20px 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fix_menu ul {
    display: flex;
  }
}
.fix_menu ul li {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fix_menu ul li {
    width: 50%;
    padding: 0;
  }
}
.fix_menu ul li a {
  display: block;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 20px;
  background-image: url("../all_img/org/fix_01.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px 40px;
  border-bottom: 1px #0070C3 dashed;
}
@media screen and (max-width: 768px) {
  .fix_menu ul li a {
    padding: 0 0 0 40px;
    background-position: left center;
    border-bottom: none;
    border-right: 1px #0070C3 dashed;
  }
}
.fix_menu ul li.fix_02 {
  padding: 0;
}
.fix_menu ul li.fix_02 a {
  background-image: url("../all_img/org/fix_02.png");
  border: none;
}

#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: #1a1a1a;
}
#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: #f2f2f2;
  padding: 50px 0;
  background-image: url("../all_img/org/page_title_logo.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@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-bottom: 0;
  }
}

#unit_a {
  width: 74.5%;
}
@media screen and (max-width: 768px) {
  #unit_a {
    width: 100%;
  }
}
#unit_a p {
  text-align: justify;
}
#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 a img {
  transition: all 0.3s ease;
}
#unit_a a:hover img {
  opacity: 0.8;
}
#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_b {
  width: 23.5%;
  position: sticky;
  top: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #unit_b {
    width: 100%;
  }
}
#unit_b ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#unit_b ul li {
  padding: 0;
}
#unit_b img {
  max-width: 100% !important;
  height: auto !important;
}

.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: #1a1a1a;
  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: #0070C3;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 112, 195, 0.1);
  transition: 0.3s ease-in-out;
}
.menu_2 .sel a {
  background-color: rgba(0, 112, 195, 0.1);
  font-weight: bold;
  color: #005492;
}

#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 #1a1a1a;
}
.fmenu ul li:first-child {
  border-left: 1px solid #1a1a1a;
}
.fmenu ul li a {
  display: inline-block;
  color: #1a1a1a;
  padding: 0 1rem;
}

.footer_info {
  margin-bottom: 50px;
}
.footer_info .info_name {
  font-size: 2rem;
  background-image: url("../site_files/logo/siteid.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;
}
@media screen and (max-width: 768px) {
  .copy {
    margin-bottom: 100px;
  }
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 120px;
  }
}
.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%;
  border: 1px solid #0070C3;
  font-size: 1.6rem;
}
.pagetop a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #0070C3;
}
.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: #1a1a1a;
  border: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 6rem;
  margin: 0;
}
.toppage h2 span {
  display: block;
  font-size: 2.5rem;
  color: #0070C3;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .toppage h2 {
    font-size: 3rem;
  }
}
.toppage h3 {
  background-color: transparent;
  border: none;
}
.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;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #0070C3;
  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: #0070C3;
}
.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;
  bottom: 20vh;
  left: 10vw;
}
@media screen and (max-width: 768px) {
  .top_slide .top_copy {
    bottom: 50px;
  }
}
.top_slide .top_copy p {
  margin: 0;
  padding: 0;
  font-size: 7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top_slide .top_copy p {
    font-size: 5rem;
    line-height: 6rem;
  }
}

.slide_01 {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_01 {
    margin-bottom: 50px;
  }
}
.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 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #news_topics {
    margin-bottom: 50px;
  }
}
#news_topics .nttabs {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 30px;
  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: #005492;
}
@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: #0070C3;
}
#news_topics .nttabs .cell::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0070C3;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#news_topics [class*=news_topics_] {
  margin: 0 auto;
  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: #f2f2f2;
  color: #ffffff;
}
#news_topics .news dl {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
#news_topics .news dl .slick-list {
  overflow: visible;
}
#news_topics .news dl .slick-arrow {
  top: auto;
  bottom: -100px;
}
#news_topics .news dl .slick-slide {
  width: 286px;
  height: auto;
  margin-right: 30px;
}
#news_topics .news dl .slick-slide dt {
  margin: 0;
  padding: 0;
  position: relative;
  width: 286px !important;
}
#news_topics .news dl .slick-slide dt span {
  display: inline-block;
}
#news_topics .news dl .slick-slide dt .topicimage {
  overflow: hidden;
}
#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: #dd3521;
  margin-right: 5px;
  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 #0070C3;
}
#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 #0070C3;
  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: #dd3521;
  margin-right: 5px;
  font-size: 1.5rem;
}

.linkbo_01,
.linkbo_02,
.disp_list {
  text-align: center;
  padding: 20px 0;
}
.linkbo_01 a,
.linkbo_02 a,
.disp_list a {
  display: inline-block;
  border: 1px solid #0070C3;
  background-color: #0070C3;
  color: #ffffff;
  padding: 20px 40px;
  min-width: 320px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkbo_01 a,
  .linkbo_02 a,
  .disp_list a {
    min-width: 240px;
  }
}
.linkbo_01 a:hover,
.linkbo_02 a:hover,
.disp_list a:hover {
  background-color: #ffffff;
  color: #0070C3;
  text-decoration: none;
}

.linkbo_02 a {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #1a1a1a;
}
.linkbo_02 a:hover {
  background-color: #0070C3;
  color: #ffffff;
}

.top_kurokihome .linkbo_02 a:hover {
  background-color: #FAC400;
  color: #1a1a1a;
}

.top_about {
  background-image: url("../all_img/org/top_about.jpg");
  background-color: rgba(255, 255, 255, 0.75);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: left center;
}
.top_about .top_about_bg {
  background-image: url("../all_img/org/top_about_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right -100px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top_about .top_about_bg {
    padding: 50px 0;
    background-position: top right -40px;
  }
}
.top_about .top_about_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
.top_about .top_about_in h2 {
  text-align: left;
  padding: 20px 0;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top_about .top_about_in h2 {
    line-height: 3.5rem;
  }
}
.top_about .top_about_in h3 {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-family: "Shippori Mincho", serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 7rem;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top_about .top_about_in h3 {
    font-size: 3.3rem;
    line-height: 4rem;
    margin-bottom: 50px;
  }
}
.top_about .top_about_in p {
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
  width: 47%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top_about .top_about_in p {
    width: 100%;
  }
}

.top_service {
  background-image: url("../all_img/org/top_service.jpg");
  background-size: cover;
  background-position: right top;
  padding: 100px 0 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top_service {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.top_service .top_service_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 100px;
}
.top_service .top_service_in h2, .top_service .top_service_in h3 {
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top_service .top_service_in {
    margin: 0 auto;
  }
}
.top_service .top_service_in ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_service .top_service_in ul li {
  margin: 0;
  padding: 0;
  width: 23%;
  position: relative;
  border: 10px solid #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_service .top_service_in ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.top_service .top_service_in ul li a {
  color: #1a1a1a;
}
.top_service .top_service_in ul li img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 5/8;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
}
.top_service .top_service_in ul li a:hover img {
  transform: scale(1.1);
}
.top_service .top_service_in ul li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 15px;
  font-size: 2rem;
  background-image: url("../all_img/org/bluelist_right.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .top_service .top_service_in ul li span {
    font-size: 1.8rem;
  }
}

.top_kurokihome {
  width: 94%;
  padding: 350px 0 50px 0;
  margin: 0 auto 150px;
  border-radius: 20px;
  background-image: url("../all_img/org/top_kurokihome.jpg");
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_kurokihome {
    margin-bottom: 50px;
  }
}
.top_kurokihome::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 230px;
  height: 400px;
  border-radius: 20px 0 0 0;
  background-image: url("../all_img/org/top_kurokihome_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_kurokihome::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 200px;
  border-radius: 0 0 20px 0;
  background-image: url("../all_img/org/top_kurokihome_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_kurokihome h2 {
  background-image: url("../all_img/org/top_kurokihome_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  text-align: left;
  text-indent: -55555em;
  top: 50px;
  left: 50px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .top_kurokihome h2 {
    top: 50px;
    left: 30px;
    height: 70px;
  }
}

.top_works {
  padding: 150px 0 100px;
  background-image: url("../all_img/org/top_works.jpg");
  background-color: rgba(0, 112, 195, 0.9);
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .top_works {
    padding: 50px 0;
  }
}
.top_works h2 {
  color: #ffffff;
}
.top_works h2 span {
  color: #ffffff;
}

.slide_02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .slide_02 {
    margin-bottom: 60px;
  }
}
.slide_02 p {
  margin: 0;
  overflow: hidden;
}
.slide_02 p a {
  position: relative;
  color: #1a1a1a;
  display: block;
  width: 100%;
}
.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;
}
@media screen and (max-width: 768px) {
  .slide_02 p a::after {
    font-size: 1.6rem;
  }
}
.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: #ffffff;
}

.top_green {
  background-image: url("../all_img/org/top_green.jpg");
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: top center;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .top_green {
    padding: 150px 0 0;
  }
}

.top_torikumi {
  width: 90%;
  max-width: 974px;
  margin: 0 auto;
  padding: 100px;
  margin-bottom: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1000px) {
  .top_torikumi {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_torikumi {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 20px;
  }
}
.top_torikumi h2 + p {
  text-align: center;
  font-size: 2rem;
}

.top_recruit {
  width: 94%;
  margin: 0 auto 100px;
  background-image: url("../all_img/org/top_recruit.jpg");
  background-size: cover;
  background-position: center center;
  text-align: left;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top_recruit {
    background-position: center right -200px;
  }
}
.top_recruit .top_recruit_in {
  width: 70%;
  padding: 50px 100px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .top_recruit .top_recruit_in {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .top_recruit_in {
    width: 100%;
    padding: 30px;
    background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5), rgba(0, 112, 195, 0), rgba(0, 112, 195, 0.9));
    border-radius: 20px;
  }
}
.top_recruit h2 {
  text-align: left;
  padding: 0;
  margin-bottom: 50px;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top_recruit h2 {
    text-shadow: none;
    color: #ffffff;
  }
  .top_recruit h2 span {
    color: #ffffff;
  }
}
.top_recruit h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 6rem;
  line-height: 7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  color: #1a1a1a;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1000px) {
  .top_recruit h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit h3 {
    font-size: 3.3rem;
    line-height: 4rem;
    padding-top: 100px;
  }
}
.top_recruit .linkbo_01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_recruit .linkbo_01 {
    text-align: center;
  }
}
.top_recruit .linkbo_01 a {
  text-align: center;
}

.top_blue {
  background-color: #0070C3;
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top_blue {
    margin-bottom: 50px;
  }
}
.top_blue h2 {
  color: #ffffff;
}
.top_blue h2 span {
  color: #ffffff;
}

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

.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: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top_contact h3 {
    font-size: 2rem;
  }
}
.top_contact .tc_tel {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 7rem;
  margin: 0;
  pointer-events: none;
}
.top_contact .tc_tel a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top_contact .tc_tel {
    font-size: 4rem;
  }
}

.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%;
}
@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 #0070C3;
  position: relative;
  color: #1a1a1a;
}
.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: #0070C3;
  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: #0070C3;
  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 #0070C3;
  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%;
  }
}

#site_map ul {
  margin: 0;
  padding: 0 0 0 1em;
}
#site_map ul ul {
  border-top: 1px solid #0070C3;
  padding-top: 10px;
  padding-bottom: 10px;
}
#site_map ul ul ul {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
#site_map ul ul ul ul {
  display: none;
}

#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: #0070C3;
  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(0, 112, 195, 0.1);
}
@media screen and (max-width: 768px) {
  .mail_form form .form_label {
    width: 100%;
  }
}
.mail_form form .form_label .mcheck {
  color: #dd3521;
  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: #dd3521;
  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: #0070C3;
  color: #ffffff;
  border: 1px solid #0070C3;
  border-radius: 50px;
}
.mail_form form .form_button input[type=submit]:hover {
  background-color: #ffffff;
  color: #0070C3;
}
.mail_form form .form_button input[type=button] {
  padding: 5px 0;
  background-color: #ccc;
  color: #1a1a1a;
  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/org/spmail.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: #0070C3;
    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: #0070C3;
    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 .spmainmenu {
    padding: 20px 20px 40px 20px;
    background-color: #ffffff;
  }
  .menu-content .spmainmenu ul li a {
    color: #0070C3;
    border-bottom: 1px solid #0070C3;
  }
  .menu-content .spmainmenu ul li a::after {
    color: #0070C3;
  }
}/*# sourceMappingURL=org.css.map */