@charset "UTF-8";
/* reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a,
button {
  cursor: revert; }

ol,
ul,
menu {
  list-style: none; }

img {
  max-inline-size: 100%;
  max-block-size: 100%; }

table {
  border-collapse: collapse; }

input,
textarea {
  -webkit-user-select: auto; }

textarea {
  white-space: revert; }

meter {
  -webkit-appearance: revert;
  appearance: revert; }

pre {
  all: revert; }

::placeholder {
  color: unset; }

::marker {
  content: initial; }

:where([hidden]) {
  display: none; }

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto; }

:where([draggable="true"]) {
  -webkit-user-drag: element; }

:where(dialog:modal) {
  all: revert; }

/*  reset */
/* config */
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 110% !important;
  font-weight: 300 !important;
  color: #333;
  min-height: 100vh;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 100% !important; } }
  body b, body strong {
    font-weight: 500 !important; }

html {
  scroll-behavior: smooth; }

.print_head {
  display: none; }

a {
  text-decoration: none !important; }

.sp_only {
  display: none; }
  @media (max-width: 576px) {
    .sp_only {
      display: block; } }

.md_only {
  display: none; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block; } }

.pc_only {
  display: block; }
  @media (max-width: 576px) {
    .pc_only {
      display: none; } }

.slick-initialized .slick-slide {
  padding: 0 10px !important; }

@media screen and (max-width: 480px) {
  .container-fulid {
    width: calc(100% - 2em) !important; } }
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  border: 1px solid #aaa;
  padding: 8px;
  border-radius: 8px; }

/* config */
/* layout */
/*

薄緑　　　#2A9D8F

オレンジ　#E76F51

/*---layout--*/
body {
  position: relative;
  background: #fff;
  min-height: 100vh; }

.l_container {
  display: block;
  clear: both;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.l_headlogo {
  width: 100%;
  min-height: 60px;
  padding: 0px 0;
  gap: 20px;
  position: relative;
  background-color: white; }
  @media screen and (max-width: 768px) {
    .l_headlogo {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 500;
      border-bottom: 1px solid #666; } }
  .l_headlogo .logo > img {
    width: 80vw;
    max-width: 510px; }
  .l_headlogo #btn_home {
    border: 1px solid black;
    border-radius: 4px;
    font-size: 34px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 9px;
    display: none; }
    @media screen and (max-width: 768px) {
      .l_headlogo #btn_home {
        display: block; } }

header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #333; }

.footer {
  display: block;
  width: 100%; }
  .footer .footer_1 {
    color: #00305F;
    background-color: #ddd;
    padding: 2em 0; }
    .footer .footer_1 p {
      text-align: center;
      display: block;
      font-size: 0.8em;
      margin-bottom: 10px; }
    .footer .footer_1 a {
      text-align: center;
      display: block;
      margin: 0 auto; }
  .footer .footer_2 {
    color: #fff;
    background-color: #00305F;
    padding: 2em 0;
    font-size: 0.8em;
    text-align: center;
    line-height: 120%; }
    .footer .footer_2 company {
      font-size: 0.8rem;
      font-weight: 600;
      display: block;
      margin-bottom: 8px; }
    .footer .footer_2 address, .footer .footer_2 tel, .footer .footer_2 fax {
      font-size: 0.6em; }

.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 99vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  overflow-y: auto; }
  .l-modal .card_stage {
    display: block;
    width: 100%;
    max-width: 500px;
    max-height: calc(100vh - 20px);
    z-index: 101;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    color: #000;
    overflow-y: auto; }
    .l-modal .card_stage:has(> img) {
      max-width: min(1000px, 100vw); }
    .l-modal .card_stage::after {
      content: '×';
      font-weight: 700;
      font-size: 32px;
      text-align: center;
      padding-top: 0;
      color: #fff;
      position: absolute;
      top: 3px;
      right: 3px;
      display: block;
      width: 38px;
      height: 38px;
      background-color: #000;
      border: 1px solid #fff;
      border-radius: 19px;
      z-index: 102;
      cursor: pointer;
      line-height: 100%; }
    .l-modal .card_stage .card {
      font-size: 130%;
      max-height: 90vh;
      overflow-y: auto !important; }
      .l-modal .card_stage .card img {
        display: block;
        object-fit: cover;
        object-position: center center;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        width: 300px;
        max-width: 300px;
        max-height: 300px; }
    .l-modal .card_stage > img {
      width: 100% !important; }
    .l-modal .card_stage > div p {
      padding-left: 1em;
      padding-right: 1em; }

/*---layout--*/
/*---menu--*/
/*---menu--*/
/*---box--*/
.box-news li {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 1em;
  clear: both;
  color: #333 !important; }
  .box-news li images > img {
    display: block;
    float: left;
    padding-right: 1em;
    width: 100px; }
  .box-news li dates {
    display: block;
    font-size: 0.7em;
    width: 100%;
    text-align: right; }
  .box-news li titiles {
    display: block;
    font-weight: 600; }
    .box-news li titiles small {
      display: block; }
  .box-news li documents {
    display: block;
    font-size: 0.8em; }
.box-news li:hover {
  background-color: #ddd; }

.box_menulist {
  margin: 0;
  padding: 0;
  display: flex;
  border-left: 1px solid white; }
  @media screen and (max-width: 768px) {
    .box_menulist {
      display: block;
      border-left: none;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: #00305F;
      display: none; } }
  .box_menulist li {
    border-collapse: collapse;
    display: block;
    width: 100%;
    border-right: 1px solid white;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .box_menulist li {
        border-bottom: 1px solid white; } }
    .box_menulist li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 0;
      text-align: center;
      color: #000;
      font-size: 0.8em;
      font-weight: 700;
      color: white; }
      @media screen and (max-width: 768px) {
        .box_menulist li a {
          padding: 30px 0;
          font-size: 1rem; } }
      .box_menulist li a i {
        font-size: 130%;
        margin-right: 10px; }
    .box_menulist li a:hover {
      background-color: #ddd;
      color: #00305F; }

.box_col {
  display: flex; }
  @media screen and (max-width: 768px) {
    .box_col {
      display: block; } }
  .box_col > div {
    display: block;
    width: 100%; }

/*---box--*/
/*---format------*/
.col_white {
  color: white; }

.col_orange {
  color: #FC954A; }

.col_blue {
  color: #0029E5; }

.col_mmomo {
  color: #F97D7F; }

.col_sand {
  color: #9F9745; }

.col_fuji {
  color: #8C3ABC; }

.col_aqua {
  color: #00E0FC; }

.col_wakakusa {
  color: #8CA32C; }

.col_pink {
  color: #FB9D9F; }

.col_yamabuki {
  color: #F5BE40; }

.col_sakura {
  color: #FBA1A2; }

.col_green {
  color: #1D6900; }

.col_light_green {
  color: #BFFFC2; }

.col_light_gray {
  color: #CFCFCF; }

.bg_orange {
  background: #FC954A;
  color: white; }

.bg_blue {
  background: #0029E5;
  color: white; }

.bg_momo {
  background: #F97D7F;
  color: white; }

.bg_sand {
  background: #9F9745;
  color: white; }

.bg_fuji {
  background: #8C3ABC;
  color: white; }

.bg_aqua {
  background: #00E0FC;
  color: white; }

.bg_wakakusa {
  background: #8CA32C;
  color: white; }

.bg_pink {
  background: #FB9D9F;
  color: white; }

.bg_yamabuki {
  background: #F5BE40;
  color: white; }

.bg_sakura {
  background: #FBA1A2;
  color: white; }

.bg_green {
  background: #1D6900;
  color: white; }

.bg_light_green {
  background: #BFFFC2;
  color: #1D6900; }

.bg_light_gray {
  background: #CFCFCF;
  color: black; }

h1 {
  font-weight: 400;
  margin-bottom: 20px; }
  h1 small {
    font-size: 70%; }

h2 {
  font-weight: 400;
  margin-bottom: 20px; }

.container, .container-fluid {
  max-width: 1200px;
  width: calc( 100vw - 6em);
  margin: 3em auto 2em;
  padding: 3em 2em 2em;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 20px;
  color: #333 !important;
  overflow-y: visible !important; }
  @media screen and (max-width: 768px) {
    .container, .container-fluid {
      width: calc( 100vw - 4em) !important; } }
  @media (max-width: 576px) {
    .container, .container-fluid {
      padding: 2em 1em;
      border-radius: 10px;
      width: calc( 100vw - 2em) !important; } }
  .container h1:not([class]), .container-fluid h1:not([class]) {
    text-align: center; }
  .container h2:not([class]), .container-fluid h2:not([class]) {
    text-align: center; }
  .container dl, .container-fluid dl {
    display: flex;
    flex-wrap: wrap; }
    .container dl dt, .container-fluid dl dt {
      width: 40%;
      padding-right: 1em; }
    .container dl dd, .container-fluid dl dd {
      width: 60%; }
  .container table th, .container-fluid table th {
    font-weight: 500; }
  @media (max-width: 576px) {
    .container table th, .container table td, .container-fluid table th, .container-fluid table td {
      display: block;
      width: 100%; }
    .container table th, .container-fluid table th {
      padding-top: 1em; }
    .container table td, .container-fluid table td {
      padding-bottom: 1em; } }
  .container p, .container-fluid p {
    font-size: 1.2em;
    line-height: 180%; }

h1 {
  color: #00305F;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 10px 0;
  display: block;
  border-bottom: 1px dotted #00305F; }

h2 {
  display: block;
  color: #00305F;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 8px 0 8px 20px;
  display: block;
  border-bottom: 1px solid #00305F;
  border-top: 1px solid #00305F;
  border-right: 1px solid #00305F;
  border-left: 6px solid #00305F; }

/*アニメーション要素のスタイル*/
@media screen and (min-width: 577px) {
  .fadescroll {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(50px); }

  /*アニメーション要素までスクロールした時のスタイル*/
  .fadeacrive {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }
/*---format------*/
body {
  -webkit-print-color-adjust: exact; }

@media print {
  h2 {
    font-size: 1.2em;
    padding: 4px 0 4px 10px;
    margin: 0 0 10px 0; }

  p {
    font-size: 1.1rem; }

  section.index_news,
  section.index_organization,
  section.index_inquiry {
    height: 250px; }

  .l_headlogo .logo > img {
    width: 600px; }

  .box_menulist {
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    background-color: #fff; }
    .box_menulist li {
      border-right: 1px solid #555; }
      .box_menulist li a {
        color: #555;
        padding: 5px 0; }

  table th,
  table td {
    font-size: 0.8em; }

  section.footer div.footer_1 {
    display: none; }
  section.footer div.footer_2 {
    border-top: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    padding: 0.3em 0 0; }
    section.footer div.footer_2 address {
      margin-bottom: 0em; } }
