@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
body {
  color: #000;
  background-color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  word-break: normal;
  word-wrap: normal; }
  body.hide {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .container.gray {
    background-color: #F9F7EE; }

.main {
  width: 100%;
  position: relative;
  z-index: 10; }

.contents {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; }

#content_outer {
  width: 100%;
  padding: 2rem;
  background-color: #FFF;
  margin: 0 auto 3rem auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 960px) {
    #content_outer {
      padding: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }

p.center {
  text-align: center; }

img {
  display: block;
  margin: auto; }

.fit {
  width: 100%; }

.half {
  width: 49%; }
  @media screen and (max-width: 960px) {
    .half {
      width: 100%; } }

.one-third {
  width: 32%; }
  @media screen and (max-width: 960px) {
    .one-third {
      width: 100%; } }

.quarter {
  width: 23.5%; }
  @media screen and (max-width: 960px) {
    .quarter {
      width: 100%; } }

.quarter3 {
  width: 74.5%; }
  @media screen and (max-width: 960px) {
    .quarter3 {
      width: 100%; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

.fit {
  flex: 1; }
  @media screen and (max-width: 960px) {
    .fit {
      flex: none;
      width: 100%; } }

.breadcrumb {
  max-width: 100%;
  padding: 2rem 0;
  margin: 0;
  font-size: 0.85rem; }
  .breadcrumb ul li {
    display: inline; }
    .breadcrumb ul li a {
      color: #333; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
    .breadcrumb ul li + li:before {
      content: '＞';
      margin: 0 10px; }

.table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .table {
      display: block;
      width: 100%; } }
  .table ul {
    display: table-row; }
    @media screen and (max-width: 960px) {
      .table ul {
        display: block;
        width: 100%; } }
    .table ul li {
      display: table-cell; }
      @media screen and (max-width: 960px) {
        .table ul li {
          display: block;
          width: 100%; } }

.slideUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 2000ms; }

.fadeIn {
  opacity: 0;
  transition: all 2000ms; }

.active {
  opacity: 1;
  transform: translateY(0); }

ul.ind {
  margin: 1rem auto; }
  ul.ind > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.ind > li + li {
      margin-top: 0.5em; }

ul.dot {
  margin: 1rem auto; }
  ul.dot > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.dot > li + li {
      margin-top: 0.5em; }
    ul.dot > li::before {
      content: "・"; }

ul.deci {
  padding-left: 1em;
  margin: 1rem auto; }
  ul.deci > li {
    list-style-type: decimal; }
    ul.deci > li + li {
      margin-top: 0.5em; }

br.sp {
  display: none; }

@media screen and (max-width: 960px) {
  br.sp {
    display: block; } }
/* ======================================
Global Navigation
======================================== */
.navigation {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 99999; }

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99999; }

.head-logo {
  width: 100%;
  padding: 1rem;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative; }
  .head-logo > a {
    display: block;
    width: 300px;
    position: relative;
    z-index: 9999; }
    @media screen and (max-width: 960px) {
      .head-logo > a {
        width: 240px;
        max-width: 60%; } }
  .head-logo h1 img {
    width: 100%; }

.header-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .header-navi {
      display: block;
      margin: auto;
      padding: 70px 0 0 0;
      background-color: #FFF;
      color: #000;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      z-index: 1000;
      position: fixed;
      top: 0;
      left: -100%;
      right: auto;
      bottom: 0;
      z-index: 99999;
      transition: 0.5s;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .header-navi.open {
        left: 0;
        right: 0; }
      .header-navi::-webkit-scrollbar {
        display: none; } }
  .header-navi .head-link {
    line-height: 1.2;
    width: 100%;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem; }
    @media screen and (max-width: 960px) {
      .header-navi .head-link {
        display: block;
        text-align: center;
        position: relative;
        top: 0;
        right: 0; } }
    .header-navi .head-link .search.off {
      display: none; }
    .header-navi .head-link .search p {
      /*opacity: 0.3;*/
      display: inline;
      padding: 0;
      margin: 0;
      vertical-align: middle;
      color: #000;
      font-weight: 600; }
    .header-navi .head-link .search a {
      display: inline-block;
      background-color: #FFF;
      color: #000;
      border-radius: 1.5em;
      border: 0;
      padding: 0.5em 1em;
      font-size: 0.9em;
      margin: 0 0 0 0.5rem; }
      .header-navi .head-link .search a:hover {
        background-color: #5BBFEE;
        color: #FFF; }
    @media screen and (max-width: 960px) {
      .header-navi .head-link .search p {
        display: block;
        color: #000;
        font-size: 1.2em; }
      .header-navi .head-link .search a {
        display: block;
        background-color: #5BBFEE;
        text-align: center;
        color: #FFF;
        border: 3px solid #5BBFEE;
        font-size: 1.1em;
        margin: 1rem;
        font-weight: 600; }
        .header-navi .head-link .search a:hover {
          background-color: #FFF;
          color: #5BBFEE; } }
    .header-navi .head-link .link {
      margin: 0.8em 0 0 0; }
      .header-navi .head-link .link a {
        display: inline-block;
        font-size: 0.9em;
        margin-left: 1.5em; }
      @media screen and (max-width: 960px) {
        .header-navi .head-link .link p {
          display: block;
          color: #BFE6FA;
          font-size: 1.2em; }
        .header-navi .head-link .link a {
          display: block;
          text-align: center;
          color: #000;
          font-size: 1.1em;
          margin: 0;
          padding: 1rem 0.5rem;
          font-weight: 600; }
          .header-navi .head-link .link a:hover {
            background-color: #BFE6FA;
            color: #000; } }

.cs {
  padding: 0 0 1rem 1rem;
  display: block;
  text-align: center; }
  .cs p {
    display: inline-block;
    text-align: left; }

#menu-global_menu {
  /*display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: stretch;//off*/
  z-index: 9999;
  width: 100%; }
  #menu-global_menu .global-navi {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0; }
    #menu-global_menu .global-navi.off {
      position: relative; }
      #menu-global_menu .global-navi.off li:first-child a {
        font-size: 1em; }
      #menu-global_menu .global-navi.off::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        background-image: url("../../images/cs.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 150px; }
    #menu-global_menu .global-navi > li {
      font-size: 0.9rem;
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: stretch;
      white-space: nowrap; }
      #menu-global_menu .global-navi > li + li {
        border-left: 1px solid #BFE6FA; }
      #menu-global_menu .global-navi > li:first-child a {
        font-size: 1.2em; }
      #menu-global_menu .global-navi > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 1rem;
        line-height: 1.4;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 0.95em;
        background-color: #5BBFEE;
        color: #FFF; }
        @media screen and (max-width: 960px) {
          #menu-global_menu .global-navi > li > a {
            padding: 1.4rem; } }
        #menu-global_menu .global-navi > li > a:hover {
          background-color: #FFF;
          color: #5BBFEE; }
      @media screen and (max-width: 960px) {
        #menu-global_menu .global-navi > li a {
          display: block;
          text-align: center;
          font-size: 1.1em;
          margin: 0;
          padding: 1rem 0.5rem;
          font-weight: 600; }
          #menu-global_menu .global-navi > li a:hover {
            background-color: #BFE6FA;
            color: #5BBFEE; } }
      #menu-global_menu .global-navi > li.parent > a {
        padding: 1.5rem 2.5rem 1.5rem 1.5rem; }
        #menu-global_menu .global-navi > li.parent > a::after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 0;
          right: 1rem;
          bottom: 0;
          left: auto;
          margin: auto;
          background-image: url("../images/chevron-right_light.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          transition: 0.5s;
          transform: rotate(450deg); }
    @media screen and (max-width: 960px) {
      #menu-global_menu .global-navi {
        display: block;
        margin: auto; } }
  @media screen and (max-width: 960px) {
    #menu-global_menu {
      display: block;
      margin: auto; } }

.sub-navi {
  display: none;
  width: 100%;
  background-color: #F9F7EE;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-top: 1px solid #DDD;
  /*.toggle {
  background-color: #E3E3E3;
  width: 100%;
  height: 1.6rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-image: url("../images/chevron-up.svg");
  background-position: center;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  }*/ }
  .sub-navi.open {
    display: block; }
  .sub-navi ul {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .sub-navi ul {
        display: block; } }
    .sub-navi ul li {
      margin-right: 1rem;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .sub-navi ul li {
          margin-right: 0; } }
      .sub-navi ul li a {
        display: inline-block;
        padding: 1rem;
        position: relative; }
        @media screen and (max-width: 960px) {
          .sub-navi ul li a {
            display: block; } }
        .sub-navi ul li a::after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          background-image: url("../images/chevron-right_light.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin-left: 0.5rem;
          transition: 0.5s; }
          @media screen and (max-width: 960px) {
            .sub-navi ul li a::after {
              position: absolute;
              right: 1rem; } }
        .sub-navi ul li a:hover::after {
          transform: translateX(0.4rem); }
        .sub-navi ul li a.here::before {
          content: '';
          display: block;
          background-color: #999;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          margin: auto;
          top: 5%;
          left: 0;
          right: 0; }
          @media screen and (max-width: 720px) {
            .sub-navi ul li a.here::before {
              top: 5%; } }

#sub-sp {
  display: none; }

#sub-pc {
  display: block; }

@media screen and (max-width: 960px) {
  #sub-pc {
    display: none; }

  #sub-sp {
    display: block; } }
.primary {
  width: 100%;
  border-top: 1px solid #DDD; }

ul.primary-navi {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 0;
  text-align: center; }
  ul.primary-navi > li {
    margin: 0; }
    ul.primary-navi > li a {
      display: block;
      color: #000;
      padding: 1.8rem 0.3rem;
      width: 100%; }
      @media screen and (max-width: 960px) {
        ul.primary-navi > li a {
          padding: 1rem 0.3rem; } }
      ul.primary-navi > li a:hover {
        background-color: #F9F7EE; }
      ul.primary-navi > li a img {
        height: 1.5rem;
        width: auto;
        display: block;
        margin: auto; }
        @media screen and (max-width: 960px) {
          ul.primary-navi > li a img {
            height: 1rem; } }
      ul.primary-navi > li a p {
        font-size: 0.8rem;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        margin-top: 0.8rem; }
        @media screen and (max-width: 960px) {
          ul.primary-navi > li a p {
            font-size: 0.7rem;
            margin-top: 0.3rem; } }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  background-color: #5BBFEE;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
  z-index: 999999; }
  @media screen and (max-width: 960px) {
    .navicon {
      display: block; } }

.nav-toggle {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  margin: 5px auto; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 1px;
  background: #FFF;
  cursor: pointer; }

.nav-toggle p {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 8px;
  color: #FFF; }

.nav-toggle span {
  top: 0px;
  bottom: 0; }

.nav-toggle span:before {
  top: -7px; }

.nav-toggle span:after {
  top: 7px; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 300ms ease-in-out; }

.navicon.active .nav-toggle span {
  background-color: transparent; }

.navicon.active .nav-toggle span:before,
.navicon.active .nav-toggle span:after {
  top: 0; }

.navicon.active .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navicon.active .nav-toggle span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header,
.footer {
  background-color: #BFE6FA; }

/* ==========================================================================
Footer
========================================================================== */
.footer {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0; }
  .footer .foot {
    color: #000;
    width: 100%;
    padding: 2rem 1rem;
    text-align: center; }
    .footer .foot p {
      display: inline;
      margin-right: 1rem; }
    .footer .foot .name {
      font-size: 1rem;
      line-height: 1.8; }
    .footer .foot .adrs {
      font-size: 0.9rem;
      line-height: 1.8; }
      .footer .foot .adrs a {
        display: inline-block; }
    .footer .foot .copy {
      font-size: 0.8rem;
      font-weight: 300;
      margin-top: 1rem; }
  @media screen and (max-width: 960px) {
    .footer .foot {
      text-align: left; }
      .footer .foot p {
        display: block; } }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  transition: 1s;
  z-index: 0;
  display: block; }
  @media screen and (max-width: 960px) {
    .scroll-to-top {
      right: 10px;
      bottom: 10px; } }
  .scroll-to-top img {
    display: block;
    width: 100%; }
  .scroll-to-top:hover {
    opacity: 0.7; }

img.top-bg {
  position: absolute;
  top: 0;
  margin: auto;
  width: 200%;
  min-height: 100%;
  z-index: -1; }

.note p {
  display: inline-block;
  text-align: left; }

.home-Hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 960px) {
    .home-Hero {
      grid-template-columns: 1fr; } }
  .home-Hero .home-Hero_Img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10% 5%;
    max-width: 100%;
    min-width: 0; }
    .home-Hero .home-Hero_Img img.top-bg {
      right: 0; }
    .home-Hero .home-Hero_Img img.top-img {
      width: 600px;
      max-width: 100%;
      margin: auto; }
  .home-Hero .home-Hero_Txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10%;
    max-width: 100%;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .home-Hero .home-Hero_Txt {
        padding: 5%; } }
    .home-Hero .home-Hero_Txt img.top-bg {
      left: 0; }
      @media screen and (max-width: 960px) {
        .home-Hero .home-Hero_Txt img.top-bg {
          display: none; } }
    .home-Hero .home-Hero_Txt .top-txt {
      width: 500px;
      max-width: 100%; }
      .home-Hero .home-Hero_Txt .top-txt img {
        width: 100%; }
        .home-Hero .home-Hero_Txt .top-txt img.top-map {
          margin-top: 20%; }
      .home-Hero .home-Hero_Txt .top-txt p {
        margin-top: 2rem;
        color: #000; }
    @media screen and (max-width: 960px) {
      .home-Hero .home-Hero_Txt {
        order: 1; } }

#home-Link {
  background-color: #BFE6FA;
  padding: 2rem; }
  #home-Link .link_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 1200px;
    max-width: 94%;
    margin: auto; }
    @media screen and (max-width: 960px) {
      #home-Link .link_wrap {
        grid-template-columns: 1fr; } }
    #home-Link .link_wrap.on {
      width: 100%;
      justify-content: space-between; }
      #home-Link .link_wrap.on li {
        align-self: center;
        width: auto; }
        @media screen and (max-width: 960px) {
          #home-Link .link_wrap.on li {
            grid-template-columns: 1fr; } }
    #home-Link .link_wrap li > p {
      padding: 1rem; }
    #home-Link .link_wrap a {
      /*opacity: 0.3;
      pointer-events: none;*/
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: #CCC;
      padding: 1rem;
      text-align: center;
      color: #000;
      border-radius: 10px;
      background-color: #FFF;
      border: 3px solid #FFF;
      border: 0; }
      #home-Link .link_wrap a:hover {
        background-color: #5BBFEE;
        color: #FFF; }
      #home-Link .link_wrap a p {
        display: inline-block;
        text-align: left;
        font-weight: 600; }
    #home-Link .link_wrap div {
      position: relative;
      padding-top: 70%;
      width: 100%;
      overflow: hidden; }
      #home-Link .link_wrap div img {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto; }

#home-News h2 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  border-bottom: 2px solid #000;
  padding-bottom: 8px; }
  #home-News h2 span {
    margin-left: 2rem;
    font-size: 1.2rem; }
#home-News .more_link {
  text-align: center;
  margin-top: 45px; }
  #home-News .more_link a {
    text-decoration: none;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0.8em;
    display: inline-block;
    border: 3px solid #5BBFEE;
    width: 100%;
    max-width: 20em;
    background-color: #5BBFEE;
    color: #FFFFFF; }
    #home-News .more_link a:hover {
      background-color: #FFFFFF;
      color: #5BBFEE; }
#home-News .news_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  list-style: none; }
  #home-News .news_wrap > li {
    list-style: none;
    width: 50%;
    margin-top: 1rem; }
    @media screen and (max-width: 960px) {
      #home-News .news_wrap > li {
        width: 100%; } }
#home-News .news_in {
  display: flex;
  align-items: center;
  list-style: none; }
  #home-News .news_in li {
    list-style: none; }
    #home-News .news_in li:nth-child(odd) {
      flex-basis: 100px; }
      #home-News .news_in li:nth-child(odd) img.top_thumbnail {
        width: 100px;
        height: 80px;
        object-fit: cover;
        object-position: center; }
    #home-News .news_in li:nth-child(even) {
      padding: 0 0 0 1.5rem;
      flex-basis: auto; }
      #home-News .news_in li:nth-child(even) span {
        font-size: 0.9rem; }
      #home-News .news_in li:nth-child(even) a:hover p {
        text-decoration: underline; }

.not-found {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 960px) {
    .not-found {
      grid-template-columns: 1fr;
      border: 1px solid #000; } }
  .not-found .not-found_Img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10% 5%;
    max-width: 100%;
    min-width: 0; }
    .not-found .not-found_Img img.top-bg {
      right: 0; }
    .not-found .not-found_Img img.top-img {
      width: 600px;
      max-width: 100%;
      margin: auto; }
  .not-found .not-found_Txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10%;
    max-width: 100%;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .not-found .not-found_Txt {
        padding: 5%; } }
    .not-found .not-found_Txt img.top-bg {
      left: 0; }
      @media screen and (max-width: 960px) {
        .not-found .not-found_Txt img.top-bg {
          display: none; } }

h1 a {
  width: 450px;
  display: block;
  margin: 0; }

h1 a img {
  width: 100%; }

h2 {
  width: 100%;
  margin: 20px auto 40px auto;
  padding: 40px 0 0 10px;
  font-size: 170%;
  font-weight: 500;
  background-image: url(../../images/h2_line.png);
  background-repeat: repeat-x;
  background-position: top; }

h3 {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.5rem; }

h4 {
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 0.5rem; }

h4.co_page {
  font-size: 1.1rem;
  background-color: #8c8c96;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  margin-top: 1.5rem;
  color: #FFF; }

h5 {
  font-size: 1.1rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5rem; }

.policy_outer {
  width: 100%;
  background-color: #FFF;
  padding: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 15px; }
  @media screen and (max-width: 960px) {
    .policy_outer {
      padding: 1rem;
      margin: 0 auto 1rem auto; } }
  .policy_outer ul + ul {
    margin-bottom: 3rem; }
  .policy_outer ul + h3 {
    margin-top: 3rem; }
  .policy_outer ul li {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .policy_outer p + h3 {
    margin-top: 3rem; }

.event_outer {
  width: 100%;
  background-color: #FFF;
  padding: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 15px; }
  @media screen and (max-width: 960px) {
    .event_outer {
      padding: 1rem;
      margin: 0 auto 1rem auto; } }
  .event_outer table {
    border: 0; }

.event_in {
  padding: 0 1rem; }

.event_in p {
  width: 100%;
  margin-bottom: 1rem; }

.event_in .table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .event_in .table {
      display: block; } }

.event_in dl {
  display: table-row; }
  @media screen and (max-width: 960px) {
    .event_in dl {
      display: block; } }

.event_in dl dt {
  display: table-cell;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-top: 1px dotted #CCC;
  swidth: 10em;
  width: 8em;
  white-space: nowrap; }
  @media screen and (max-width: 960px) {
    .event_in dl dt {
      display: block;
      width: 100%;
      padding: 1rem 0 0 0; } }

.event_in dl dd {
  display: table-cell;
  padding: 0.5rem 1rem;
  border-top: 1px dotted #CCC; }
  @media screen and (max-width: 960px) {
    .event_in dl dd {
      display: block;
      width: 100%;
      border-top: 0;
      padding: 0 0 1rem 0; } }

.event_in dl dt.top,
.event_in dl dd.top {
  border-top: none; }

.event_link {
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 960px) {
    .event_link {
      display: block; } }

.event_link dt {
  display: inline-block;
  background-color: #8FC31F;
  white-space: nowrap;
  color: #FFF;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.2rem 1rem;
  margin-right: 1.5em;
  margin-bottom: 1rem; }

.event_link dd a {
  margin-right: 1.5em;
  display: inline-block; }

.msg_lead {
  padding: 0 0 30px 0;
  font-weight: 600; }

.notice {
  margin: 1rem;
  padding: 1rem;
  border-top: 1px dotted #CCC; }
  @media screen and (max-width: 960px) {
    .notice {
      padding: 1rem 0; } }

.notice h4 {
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem 0; }

.file_pdf {
  display: inline-block;
  background-image: url(../../images/icon_file_pdf.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px; }

.file_word {
  display: inline-block;
  background-image: url(../../images/icon_file_word.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px; }

.file_exl {
  display: inline-block;
  background-image: url(../../images/icon_file_exl.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px; }

.file_gray {
  display: inline-block;
  background-image: url(../../images/icon_file_gray.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px; }

.file_page {
  display: inline-block;
  background-image: url(../../images/icon_file.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px; }

.file_link {
  display: inline-block;
  background-image: url(../../images/icon_link.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
  padding-top: 2px;
  padding-bottom: 2px; }

.EyeCatch img {
  width: 100% !important;
  height: auto !important; }

.company_outer,
.editor-styles-wrapper {
  width: 100%;
  background-color: #FFF;
  padding: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 15px;
  font-size: 0.9rem; }
  @media screen and (max-width: 960px) {
    .company_outer,
    .editor-styles-wrapper {
      padding: 1rem;
      margin: 0 auto 1rem auto; } }
  .company_outer h3,
  .editor-styles-wrapper h3 {
    background: #8B8B8B;
    color: #FFF;
    padding: 0.2rem 0.5rem;
    margin-top: 3rem; }
  .company_outer h4,
  .editor-styles-wrapper h4 {
    border-bottom: 1px solid #8B8B8B;
    padding-bottom: 0.5rem;
    font-size: 1.2rem; }
  .company_outer a,
  .editor-styles-wrapper a {
    text-decoration: underline; }
  .company_outer .data_wrap,
  .editor-styles-wrapper .data_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start !important;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .company_outer .data_wrap,
      .editor-styles-wrapper .data_wrap {
        display: block; } }
    .company_outer .data_wrap .profile,
    .editor-styles-wrapper .data_wrap .profile {
      flex-basis: 60%; }
      .company_outer .data_wrap .profile table,
      .editor-styles-wrapper .data_wrap .profile table {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 3rem;
        border: 0; }
        .company_outer .data_wrap .profile table td,
        .editor-styles-wrapper .data_wrap .profile table td {
          padding: 0.5rem 1rem;
          border: 0;
          border-bottom: 1px dotted #8B8B8B; }
          @media screen and (max-width: 960px) {
            .company_outer .data_wrap .profile table td,
            .editor-styles-wrapper .data_wrap .profile table td {
              width: 100%;
              display: block; } }
          .company_outer .data_wrap .profile table td:first-child,
          .editor-styles-wrapper .data_wrap .profile table td:first-child {
            font-weight: 600;
            width: 8em;
            white-space: nowrap; }
            @media screen and (max-width: 960px) {
              .company_outer .data_wrap .profile table td:first-child,
              .editor-styles-wrapper .data_wrap .profile table td:first-child {
                width: 100%;
                border-bottom: 0;
                padding-bottom: 0; } }
      .company_outer .data_wrap .profile p,
      .editor-styles-wrapper .data_wrap .profile p {
        padding: 1rem;
        margin-bottom: 2rem; }
    .company_outer .data_wrap .contact,
    .editor-styles-wrapper .data_wrap .contact {
      flex-basis: 35%;
      border: 1px solid #8B8B8B;
      padding: 1rem;
      margin-bottom: 2rem; }
      .company_outer .data_wrap .contact h4,
      .editor-styles-wrapper .data_wrap .contact h4 {
        background-color: #8B8B8B;
        color: #FFF;
        margin: 0 0 1rem 0;
        padding: 0.2rem 0.5rem; }
      .company_outer .data_wrap .contact img,
      .editor-styles-wrapper .data_wrap .contact img {
        display: block;
        width: 400px;
        margin: 1rem auto 0 auto;
        max-width: 100%; }
  .company_outer .message > div,
  .editor-styles-wrapper .message > div {
    display: flex;
    flex: 0;
    align-items: center; }
    .company_outer .message > div h4,
    .editor-styles-wrapper .message > div h4 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 7em;
      height: 7em;
      flex-shrink: 0;
      border-radius: 50%;
      padding: 0.5rem;
      background-color: #8B8B8B;
      color: #FFF; }
      @media screen and (max-width: 960px) {
        .company_outer .message > div h4,
        .editor-styles-wrapper .message > div h4 {
          font-size: 0.9rem; } }
    .company_outer .message > div p,
    .editor-styles-wrapper .message > div p {
      padding-left: 2rem; }
      @media screen and (max-width: 960px) {
        .company_outer .message > div p,
        .editor-styles-wrapper .message > div p {
          padding-left: 1rem; } }
  .company_outer .internship,
  .editor-styles-wrapper .internship {
    border: 1px solid #8B8B8B;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 2rem; }
    .company_outer .internship h4,
    .editor-styles-wrapper .internship h4 {
      background-color: #8B8B8B;
      color: #FFF;
      margin: 0;
      padding: 0.2rem 0.5rem; }
    .company_outer .internship h5,
    .editor-styles-wrapper .internship h5 {
      border: 0;
      margin-bottom: 1rem;
      margin-top: 1rem; }
      .company_outer .internship h5::before,
      .editor-styles-wrapper .internship h5::before {
        content: '★';
        color: #8B8B8B; }
    .company_outer .internship table,
    .editor-styles-wrapper .internship table {
      width: 100%;
      margin-top: 1rem;
      border: 0; }
      @media screen and (max-width: 960px) {
        .company_outer .internship table,
        .editor-styles-wrapper .internship table {
          display: block; } }
      .company_outer .internship table td,
      .editor-styles-wrapper .internship table td {
        padding: 0.5rem 1rem;
        border: 0;
        border-top: 1px dotted #8B8B8B; }
        @media screen and (max-width: 960px) {
          .company_outer .internship table td,
          .editor-styles-wrapper .internship table td {
            width: 100%;
            display: block;
            border-top: 0; } }
        .company_outer .internship table td:first-child,
        .editor-styles-wrapper .internship table td:first-child {
          font-weight: 600;
          width: 8em;
          white-space: nowrap; }
          @media screen and (max-width: 960px) {
            .company_outer .internship table td:first-child,
            .editor-styles-wrapper .internship table td:first-child {
              width: 100%;
              border-top: 1px dotted #8B8B8B;
              padding-bottom: 0; } }

.howto_outer {
  background-color: #d4edea; }
  .howto_outer img {
    width: 100%; }

.faq_outer {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem !important; }

.faq_inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem !important;
  background-color: #FFF; }

dl.faq {
  margin-top: 3em; }

dl.faq dt {
  display: flex;
  justify-content: flex-start; }

dl.faq dt div {
  color: #0059AF;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  flex-basis: 3em;
  margin: 0; }

dl.faq dt p {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0; }

dl.faq dd {
  margin: 0 0 3em 0;
  display: flex;
  justify-content: flex-start; }

dl.faq dd:last-child {
  margin: 0; }

dl.faq dd div {
  color: #E90024;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  flex-basis: 3em; }

dl.faq dd p {
  font-weight: 300; }

.map_outer {
  display: flex;
  justify-content: space-between; }
  .map_outer ul {
    flex-basis: 50%;
    order: 0;
    width: 100%; }
  .map_outer .map {
    flex-basis: 50%;
    order: 1; }
    .map_outer .map img {
      width: 100% !important; }
  @media screen and (max-width: 960px) {
    .map_outer {
      display: block; } }

.area_outer {
  margin-top: 2em; }
  @media screen and (max-width: 960px) {
    .area_outer {
      margin-top: 0; } }

.area_info {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 960px) {
    .area_info {
      display: block; } }
  .area_info .city_ph {
    flex-basis: 45%; }
  .area_info .city_bun {
    flex-basis: 50%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap; }
    .area_info .city_bun p {
      flex-basis: 100%; }
    .area_info .city_bun .url {
      text-align: right; }
      .area_info .city_bun .url a {
        display: inline-block !important; }

.privacy_wrap {
  margin: 20px;
  padding: 25px;
  background-color: #fff; }

.privacy_cont {
  margin-bottom: 30px; }

.privacy_cont h3 {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
  margin-bottom: 0rem; }
