@charset "UTF-8";
/* line 9, ../sass/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* line 14, ../sass/common.scss */
html {
  font-size: 62.5%;
  color: #333;
}

/* line 19, ../sass/common.scss */
body {
  -webkit-text-size-adjust: 100%;
}
/* line 21, ../sass/common.scss */
body.top {
  background-color: #E4F9E8;
}

/* line 26, ../sass/common.scss */
a, .pagebute .current_page, a:hover, .pagebute .current_page:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/* line 31, ../sass/common.scss */
a:hover, .pagebute .current_page:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
/* line 34, ../sass/common.scss */
a:hover img, .pagebute .current_page:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 39, ../sass/common.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, ../sass/common.scss */
hr {
  border-top: 1px solid #804f21;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 60px 0;
}

/* line 52, ../sass/common.scss */
body {
  font-size: 1.8rem;
  word-break: break-all;
}
@media screen and (max-width: 1920px) {
  /* line 52, ../sass/common.scss */
  body {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1200px) {
  /* line 52, ../sass/common.scss */
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  /* line 52, ../sass/common.scss */
  body {
    font-size: 4.26667vw;
  }
}

/* line 66, ../sass/common.scss */
.spOnly {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 66, ../sass/common.scss */
  .spOnly {
    display: inherit !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 72, ../sass/common.scss */
  .pcOnly {
    display: none !important;
  }
}

/* line 81, ../sass/common.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 92, ../sass/common.scss */
a[target="_blank"].noIcon:after, .pagebute [target="_blank"].noIcon.current_page:after {
  display: none;
}
/* line 96, ../sass/common.scss */
a[target="_blank"]:after, .pagebute [target="_blank"].current_page:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 0.8em;
  color: #019bbc;
  margin-left: 0.5em;
}
/* line 103, ../sass/common.scss */
a[target="_blank"].btn:hover:after, .pagebute [target="_blank"].btn.current_page:hover:after {
  color: #fff;
}
/* line 109, ../sass/common.scss */
a[target="_blank"].menuL:after, .pagebute [target="_blank"].menuL.current_page:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 120, ../sass/common.scss */
a[href$=".pdf"].noIcon:after, .pagebute [href$=".pdf"].noIcon.current_page:after,
a.pdf.noIcon:after,
.pagebute .pdf.noIcon.current_page:after {
  display: none;
}
/* line 124, ../sass/common.scss */
a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after,
a.pdf:after,
.pagebute .pdf.current_page:after {
  font-family: 'icomoon' !important;
  content: "" !important;
  color: #d71f28;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
}
@media screen and (max-width: 1280px) {
  /* line 124, ../sass/common.scss */
  a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after,
  a.pdf:after,
  .pagebute .pdf.current_page:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1000px) {
  /* line 124, ../sass/common.scss */
  a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after,
  a.pdf:after,
  .pagebute .pdf.current_page:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  /* line 124, ../sass/common.scss */
  a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after,
  a.pdf:after,
  .pagebute .pdf.current_page:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) and (max-width: 750px) {
  /* line 124, ../sass/common.scss */
  a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after,
  a.pdf:after,
  .pagebute .pdf.current_page:after {
    font-size: 3.2vw;
  }
}

/* line 140, ../sass/common.scss */
.newsBox {
  position: relative;
}

/* line 143, ../sass/common.scss */
.newsBox[href$=".pdf"]:after {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  /* line 143, ../sass/common.scss */
  .newsBox[href$=".pdf"]:after {
    position: static;
    vertical-align: middle;
  }
}

/* line 158, ../sass/common.scss */
a[href$=".doc"].noIcon:after, .pagebute [href$=".doc"].noIcon.current_page:after,
a[href$=".docx"].noIcon:after,
.pagebute [href$=".docx"].noIcon.current_page:after {
  display: none;
}
/* line 162, ../sass/common.scss */
a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
a[href$=".docx"]:after,
.pagebute [href$=".docx"].current_page:after {
  font-family: 'icomoon' !important;
  content: "" !important;
  color: #2b579a;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  /* line 162, ../sass/common.scss */
  a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
  a[href$=".docx"]:after,
  .pagebute [href$=".docx"].current_page:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1000px) {
  /* line 162, ../sass/common.scss */
  a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
  a[href$=".docx"]:after,
  .pagebute [href$=".docx"].current_page:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  /* line 162, ../sass/common.scss */
  a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
  a[href$=".docx"]:after,
  .pagebute [href$=".docx"].current_page:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) and (max-width: 750px) {
  /* line 162, ../sass/common.scss */
  a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
  a[href$=".docx"]:after,
  .pagebute [href$=".docx"].current_page:after {
    font-size: 3.2vw;
  }
}

/* line 182, ../sass/common.scss */
a[href$=".xls"].noIcon:after, .pagebute [href$=".xls"].noIcon.current_page:after,
a[href$=".xlsx"].noIcon:after,
.pagebute [href$=".xlsx"].noIcon.current_page:after {
  display: none;
}
/* line 186, ../sass/common.scss */
a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
a[href$=".xlsx"]:after,
.pagebute [href$=".xlsx"].current_page:after {
  font-family: 'icomoon' !important;
  content: "" !important;
  color: #007233;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  /* line 186, ../sass/common.scss */
  a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
  a[href$=".xlsx"]:after,
  .pagebute [href$=".xlsx"].current_page:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1000px) {
  /* line 186, ../sass/common.scss */
  a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
  a[href$=".xlsx"]:after,
  .pagebute [href$=".xlsx"].current_page:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  /* line 186, ../sass/common.scss */
  a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
  a[href$=".xlsx"]:after,
  .pagebute [href$=".xlsx"].current_page:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) and (max-width: 750px) {
  /* line 186, ../sass/common.scss */
  a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
  a[href$=".xlsx"]:after,
  .pagebute [href$=".xlsx"].current_page:after {
    font-size: 3.2vw;
  }
}

/* line 207, ../sass/common.scss */
a[href$=".ppt"].noIcon:after, .pagebute [href$=".ppt"].noIcon.current_page:after,
a[href$=".pptm"].noIcon:after,
.pagebute [href$=".pptm"].noIcon.current_page:after,
a[href$=".pptx"].noIcon:after,
.pagebute [href$=".pptx"].noIcon.current_page:after {
  display: none;
}
/* line 211, ../sass/common.scss */
a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
a[href$=".pptm"]:after,
.pagebute [href$=".pptm"].current_page:after,
a[href$=".pptx"]:after,
.pagebute [href$=".pptx"].current_page:after {
  font-family: 'icomoon' !important;
  content: "" !important;
  color: #f5624a;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  /* line 211, ../sass/common.scss */
  a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
  a[href$=".pptm"]:after,
  .pagebute [href$=".pptm"].current_page:after,
  a[href$=".pptx"]:after,
  .pagebute [href$=".pptx"].current_page:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1000px) {
  /* line 211, ../sass/common.scss */
  a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
  a[href$=".pptm"]:after,
  .pagebute [href$=".pptm"].current_page:after,
  a[href$=".pptx"]:after,
  .pagebute [href$=".pptx"].current_page:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  /* line 211, ../sass/common.scss */
  a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
  a[href$=".pptm"]:after,
  .pagebute [href$=".pptm"].current_page:after,
  a[href$=".pptx"]:after,
  .pagebute [href$=".pptx"].current_page:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) and (max-width: 750px) {
  /* line 211, ../sass/common.scss */
  a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
  a[href$=".pptm"]:after,
  .pagebute [href$=".pptm"].current_page:after,
  a[href$=".pptx"]:after,
  .pagebute [href$=".pptx"].current_page:after {
    font-size: 3.2vw;
  }
}

/* line 233, ../sass/common.scss */
.pagebute {
  text-align: center;
  margin-top: 50px;
  padding-top: 1em;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  /* line 233, ../sass/common.scss */
  .pagebute {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
/* line 243, ../sass/common.scss */
.pagebute a, .pagebute .current_page {
  display: inline-block;
  border: 1px solid #04462D;
  background-color: #04462D;
  color: #fff;
  padding: 10px;
  margin: 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  /* line 243, ../sass/common.scss */
  .pagebute a, .pagebute .current_page {
    padding: 0.6em !important;
    margin: 0.6em 10px;
  }
}
/* line 256, ../sass/common.scss */
.pagebute a.link_next, .pagebute .link_next.current_page {
  width: auto;
  height: auto;
  background: none;
  border: none;
  color: #333;
  text-decoration: underline;
  position: relative;
}
/* line 264, ../sass/common.scss */
.pagebute a.link_next:after, .pagebute .link_next.current_page:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 1em;
  color: #007E53;
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  /* line 264, ../sass/common.scss */
  .pagebute a.link_next:after, .pagebute .link_next.current_page:after {
    right: -2.66667vw;
  }
}
/* line 276, ../sass/common.scss */
.pagebute a.link_next:hover, .pagebute .link_next.current_page:hover {
  text-decoration: none;
}
/* line 280, ../sass/common.scss */
.pagebute a.link_before, .pagebute .link_before.current_page {
  width: auto;
  height: auto;
  background: none;
  border: none;
  color: #333;
  position: relative;
  text-decoration: underline;
}
/* line 288, ../sass/common.scss */
.pagebute a.link_before:after, .pagebute .link_before.current_page:after {
  font-family: 'icomoon' !important;
  content: "\f053";
  color: #007E53;
  position: absolute;
  left: -30px;
  right: auto;
  top: 50%;
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 600px) {
  /* line 288, ../sass/common.scss */
  .pagebute a.link_before:after, .pagebute .link_before.current_page:after {
    left: -8vw;
  }
}
/* line 301, ../sass/common.scss */
.pagebute a.link_before:hover, .pagebute .link_before.current_page:hover {
  text-decoration: none;
}
/* line 305, ../sass/common.scss */
.pagebute a.link_first, .pagebute .link_first.current_page {
  padding: 10px;
}
/* line 306, ../sass/common.scss */
.pagebute a.link_last, .pagebute .link_last.current_page {
  padding: 10px;
}
/* line 307, ../sass/common.scss */
.pagebute a:hover, .pagebute .current_page:hover {
  background: #FFFDF5;
  color: #04462D;
  text-decoration: none;
}
/* line 312, ../sass/common.scss */
.pagebute a.link_page, .pagebute .link_page.current_page {
  width: 40px;
  height: 40px;
}
/* line 317, ../sass/common.scss */
.pagebute .current_page {
  background: #FFFDF5;
  border-color: #04462D;
  color: #04462D;
  width: 40px;
}
/* line 323, ../sass/common.scss */
.pagebute .current_page:hover {
  background: #FFFDF5;
  border-color: #04462D;
  color: #04462D;
}

/* line 336, ../sass/common.scss */
header .head_inner {
  max-width: 1920px;
  width: 95%;
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 60px;
  padding: 16px 96px;
  background-color: #FFFDF5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 1920px) {
  /* line 336, ../sass/common.scss */
  header .head_inner {
    padding: 0.83333vw 5vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 336, ../sass/common.scss */
  header .head_inner {
    width: 100%;
    border-radius: 0;
    padding: 2.13333vw 4.26667vw;
    top: 0;
    display: block;
  }
}
/* line 364, ../sass/common.scss */
header .head_inner .logo {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #333;
}
/* line 374, ../sass/common.scss */
header .head_inner .logo:hover .logo_img img {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  /* line 364, ../sass/common.scss */
  header .head_inner .logo {
    gap: 2vw;
  }
}
@media screen and (max-width: 1920px) {
  /* line 382, ../sass/common.scss */
  header .head_inner .logo .logo_img {
    width: 3.38542vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 382, ../sass/common.scss */
  header .head_inner .logo .logo_img {
    width: 10.66667vw;
  }
}
/* line 390, ../sass/common.scss */
header .head_inner .logo .logo_name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.2;
}
/* line 398, ../sass/common.scss */
header .head_inner .logo .logo_name .sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  /* line 398, ../sass/common.scss */
  header .head_inner .logo .logo_name .sub {
    font-size: 1.04167vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 398, ../sass/common.scss */
  header .head_inner .logo .logo_name .sub {
    font-size: 3.46667vw;
  }
}
/* line 408, ../sass/common.scss */
header .head_inner .logo .logo_name .main {
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  /* line 408, ../sass/common.scss */
  header .head_inner .logo .logo_name .main {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 408, ../sass/common.scss */
  header .head_inner .logo .logo_name .main {
    font-size: 4.26667vw;
  }
}
/* line 421, ../sass/common.scss */
header .sp_nav_open {
  display: none;
}
@media screen and (max-width: 600px) {
  /* line 421, ../sass/common.scss */
  header .sp_nav_open {
    display: block;
    width: 6.13333vw;
    height: 6.13333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.26667vw;
  }
  /* line 431, ../sass/common.scss */
  header .sp_nav_open span {
    display: block;
    background-color: #333;
    width: 6.4vw;
    height: 0.53333vw;
    border-radius: 1.6vw;
    position: absolute;
    top: 2.93333vw;
    transition: 0.5s;
  }
  /* line 440, ../sass/common.scss */
  header .sp_nav_open span:first-child {
    top: 1.06667vw;
  }
  /* line 443, ../sass/common.scss */
  header .sp_nav_open span:last-child {
    top: 5.06667vw;
  }
  /* line 448, ../sass/common.scss */
  header .sp_nav_open.active span {
    display: none;
    top: 3.73333vw;
    transition: 0.5s;
  }
  /* line 452, ../sass/common.scss */
  header .sp_nav_open.active span:first-child {
    display: block;
    transform: rotate(45deg);
  }
  /* line 456, ../sass/common.scss */
  header .sp_nav_open.active span:last-child {
    display: block;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 600px) {
  /* line 464, ../sass/common.scss */
  header .nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 14.93333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
}
/* line 475, ../sass/common.scss */
header .nav nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1920px) {
  /* line 475, ../sass/common.scss */
  header .nav nav {
    gap: 2.08333vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 475, ../sass/common.scss */
  header .nav nav {
    display: block;
    background-color: #F0F0F0;
  }
}
/* line 490, ../sass/common.scss */
header .nav nav .nav_link {
  display: block;
  position: relative;
  color: #333;
  border-radius: 20px;
  padding: 8px 24px 8px 60px;
}
@media screen and (max-width: 1920px) {
  /* line 490, ../sass/common.scss */
  header .nav nav .nav_link {
    padding: 0.41667vw 1.25vw 0.41667vw 3.125vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 490, ../sass/common.scss */
  header .nav nav .nav_link {
    width: 100%;
    padding: 2.66667vw 6.13333vw 2.66667vw 15.46667vw;
    border-bottom: 1px dashed #04462D;
    border-radius: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 505, ../sass/common.scss */
  header .nav nav .nav_link:hover {
    border-radius: 20px;
    text-decoration: none;
    background-color: #E4F9E8;
  }
}
/* line 512, ../sass/common.scss */
header .nav nav .nav_link:before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  /* line 512, ../sass/common.scss */
  header .nav nav .nav_link:before {
    width: 1.25vw;
    height: 1.25vw;
    left: 1.25vw;
    min-width: 12px;
    min-height: 12px;
  }
}
@media screen and (max-width: 600px) {
  /* line 512, ../sass/common.scss */
  header .nav nav .nav_link:before {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 7.46667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 544, ../sass/common.scss */
header .nav nav .nav_link.news:before {
  background-image: url(../img/header_icon_01.svg);
}
/* line 549, ../sass/common.scss */
header .nav nav .nav_link.kouza:before {
  background-image: url(../img/header_icon_02.svg);
}
/* line 554, ../sass/common.scss */
header .nav nav .nav_link.member:before {
  background-image: url(../img/header_icon_03.svg);
}

/* line 567, ../sass/common.scss */
footer {
  padding: 60px 0 20px;
  background: #E4F9E8;
}
@media screen and (max-width: 600px) {
  /* line 567, ../sass/common.scss */
  footer {
    padding: 8vw 0 2.66667vw;
  }
}
/* line 573, ../sass/common.scss */
footer .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  /* line 573, ../sass/common.scss */
  footer .inner {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
  }
}
/* line 584, ../sass/common.scss */
footer .inner .f_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
/* line 590, ../sass/common.scss */
footer .inner .f_info .logo {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  /* line 590, ../sass/common.scss */
  footer .inner .f_info .logo {
    gap: 2vw;
  }
}
@media screen and (max-width: 1920px) {
  /* line 599, ../sass/common.scss */
  footer .inner .f_info .logo .logo_img {
    width: 3.38542vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 599, ../sass/common.scss */
  footer .inner .f_info .logo .logo_img {
    width: 10.66667vw;
  }
}
/* line 607, ../sass/common.scss */
footer .inner .f_info .logo .logo_name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.2;
}
/* line 615, ../sass/common.scss */
footer .inner .f_info .logo .logo_name .sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  /* line 615, ../sass/common.scss */
  footer .inner .f_info .logo .logo_name .sub {
    font-size: 1.04167vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 615, ../sass/common.scss */
  footer .inner .f_info .logo .logo_name .sub {
    font-size: 3.46667vw;
  }
}
/* line 625, ../sass/common.scss */
footer .inner .f_info .logo .logo_name .main {
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  /* line 625, ../sass/common.scss */
  footer .inner .f_info .logo .logo_name .main {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 600px) {
  /* line 625, ../sass/common.scss */
  footer .inner .f_info .logo .logo_name .main {
    font-size: 4.26667vw;
  }
}
/* line 637, ../sass/common.scss */
footer .inner .f_info .information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  /* line 637, ../sass/common.scss */
  footer .inner .f_info .information {
    text-align: center;
    align-items: center;
    gap: 2.13333vw;
    margin-bottom: 8vw;
  }
}
/* line 652, ../sass/common.scss */
footer .inner .f_info .information .agr_link {
  color: #333;
  display: inline-block;
}
/* line 658, ../sass/common.scss */
footer .inner .jra_logo {
  width: 140px;
}
/* line 660, ../sass/common.scss */
footer .inner .jra_logo img {
  border-radius: 0;
}
/* line 665, ../sass/common.scss */
footer .copy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 0;
}
@media screen and (max-width: 600px) {
  /* line 665, ../sass/common.scss */
  footer .copy {
    font-size: 3.2vw;
    padding: 2.66667vw 0 0;
  }
}

/* line 680, ../sass/common.scss */
.inner {
  width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  /* line 680, ../sass/common.scss */
  .inner {
    width: 100%;
    padding: 0 2.5%;
  }
}

/* line 692, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 600px) {
  /* line 692, ../sass/common.scss */
  .flex {
    display: block;
  }
}
/* line 697, ../sass/common.scss */
.flex .block {
  vertical-align: top;
}
/* line 699, ../sass/common.scss */
.flex .block p {
  margin-top: 0;
}
/* line 702, ../sass/common.scss */
.flex .block img {
  width: 100%;
  height: auto;
}
/* line 707, ../sass/common.scss */
.flex.leftStart {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 711, ../sass/common.scss */
.flex.leftStart.threeColumn .block {
  width: 33.3333%;
  padding: 0;
}
@media screen and (max-width: 600px) {
  /* line 711, ../sass/common.scss */
  .flex.leftStart.threeColumn .block {
    width: 100%;
  }
}
/* line 721, ../sass/common.scss */
.flex.twoColumn .block {
  width: 48.5%;
  margin-right: 3%;
}
/* line 724, ../sass/common.scss */
.flex.twoColumn .block:nth-of-type(2n+2) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 721, ../sass/common.scss */
  .flex.twoColumn .block {
    width: 100%;
  }
}
/* line 733, ../sass/common.scss */
.flex.threeColumn .block {
  width: 32%;
  margin-right: 2%;
}
/* line 736, ../sass/common.scss */
.flex.threeColumn .block:nth-of-type(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 733, ../sass/common.scss */
  .flex.threeColumn .block {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 745, ../sass/common.scss */
  .twoColumn {
    margin-bottom: 0;
  }
}
/* line 751, ../sass/common.scss */
.twoColumn .block img {
  width: 100%;
  height: auto;
}
/* line 756, ../sass/common.scss */
.twoColumn .fltL {
  margin: 0 1.5em 0.5em 0;
}
@media screen and (max-width: 600px) {
  /* line 756, ../sass/common.scss */
  .twoColumn .fltL {
    float: none;
    width: 100% !important;
    margin: 0;
  }
}
/* line 763, ../sass/common.scss */
.twoColumn .fltL img {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  /* line 767, ../sass/common.scss */
  .twoColumn .fltR {
    float: none;
    width: 100% !important;
    margin: 0;
  }
}
/* line 773, ../sass/common.scss */
.twoColumn .fltR img {
  margin-bottom: 0;
}
/* line 777, ../sass/common.scss */
.twoColumn .gakubuImg {
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 600px) {
  /* line 777, ../sass/common.scss */
  .twoColumn .gakubuImg {
    height: 50vh;
  }
}

/* line 795, ../sass/common.scss */
.btn {
  border: 1px solid #04462D;
  background-color: #04462D;
  padding: 24px 32px;
  display: inline-block;
  color: #FFFDF5;
  min-width: 230px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 795, ../sass/common.scss */
  .btn {
    font-size: 4.26667vw;
    padding: 3.2vw 4.26667vw;
  }
}
/* line 808, ../sass/common.scss */
.btn.dispB {
  display: block;
}
/* line 811, ../sass/common.scss */
.btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  /* line 811, ../sass/common.scss */
  .btn:hover {
    border-color: #007E53;
    background: #007E53;
    cursor: pointer;
  }
}
/* line 819, ../sass/common.scss */
.btn:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
/* line 830, ../sass/common.scss */
.btn.reverse:after {
  font-family: 'icomoon' !important;
  content: "\f053";
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
/* line 840, ../sass/common.scss */
.btn.outer {
  width: auto;
}
/* line 842, ../sass/common.scss */
.btn.outer:after {
  content: "\f24d";
}
/* line 847, ../sass/common.scss */
.btn.pulldown:hover {
  background-color: #fff;
  color: #019bbc;
}
/* line 851, ../sass/common.scss */
.btn.pulldown:after {
  content: "\f107";
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  /* line 851, ../sass/common.scss */
  .btn.pulldown:after {
    font-size: 3.2vw;
  }
}
/* line 855, ../sass/common.scss */
.btn.pulldown.open {
  background-color: #019bbc;
  color: #fff;
}
/* line 858, ../sass/common.scss */
.btn.pulldown.open:after {
  content: "\f106";
}
/* line 863, ../sass/common.scss */
.btn.active {
  background: #cacaca;
  color: #333;
  border-color: #cacaca;
}
/* line 867, ../sass/common.scss */
.btn.active:after {
  display: none;
}
/* line 872, ../sass/common.scss */
.btn.nomark:after {
  display: none;
}
/* line 876, ../sass/common.scss */
.btn.blue {
  background: #019bbc;
  color: #fff;
}
/* line 879, ../sass/common.scss */
.btn.blue:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 883, ../sass/common.scss */
.btn.darkblue {
  border-color: #005162;
  color: #005162;
}
/* line 886, ../sass/common.scss */
.btn.darkblue:hover {
  background: #005162;
  color: #fff;
}
/* line 891, ../sass/common.scss */
.btn.white {
  border-color: #fff;
  color: #fff;
}
/* line 894, ../sass/common.scss */
.btn.white:hover {
  background: #fff;
  color: #333;
}

/* line 907, ../sass/common.scss */
.gmap,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 913, ../sass/common.scss */
.gmap {
  padding-top: 40.816%;
}

/* line 914, ../sass/common.scss */
.youtube .yt_thumb,
.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 923, ../sass/common.scss */
.youtube .yt_thumb {
  background-size: cover;
}
/* line 928, ../sass/common.scss */
.youtube .yt_thumb:after {
  content: "";
  width: 84px;
  height: 84px;
  background: url(../img/icon/playBtn.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
}
/* line 940, ../sass/common.scss */
.youtube .yt_thumb:hover {
  cursor: pointer;
}

/* line 945, ../sass/common.scss */
#page-top {
  width: 80px;
  height: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  border: 2px solid #F0F0F0;
  background-color: #FFFDF5;
  background-image: url(../img/pagetop_def.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
/* line 963, ../sass/common.scss */
#page-top:hover {
  background-color: #007E53;
  background-image: url(../img/pagetop_hov.svg);
}
@media screen and (max-width: 768px) {
  /* line 945, ../sass/common.scss */
  #page-top {
    right: 2vw;
    bottom: 10vw;
  }
}
