@charset "UTF-8";
/* CSS Document */
.sp:not(.pc), .tb:not(.pc) {
  display: none !important; }

.drawer--navbarTopGutter {
  padding-top: 0 !important; }

body:not(.header_fixed).top #pc_header .header_inner .logo a {
  background-image: url(/img/logo_w.svg); }
body:not(.header_fixed).top #pc_header .header_inner nav li.nav-item > a, body:not(.header_fixed).top #pc_header .header_inner span {
  color: #fff !important;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  body:not(.header_fixed).top #pc_header .header_inner nav li.nav-item > a.slct, body:not(.header_fixed).top #pc_header .header_inner span.slct {
    color: #fff !important; }
  body:not(.header_fixed).top #pc_header .header_inner nav li.nav-item > a:hover, body:not(.header_fixed).top #pc_header .header_inner span:hover {
    color: #fff !important; }
    body:not(.header_fixed).top #pc_header .header_inner nav li.nav-item > a:hover.slct, body:not(.header_fixed).top #pc_header .header_inner span:hover.slct {
      color: #fff !important; }
      body:not(.header_fixed).top #pc_header .header_inner nav li.nav-item > a:hover.slct::before, body:not(.header_fixed).top #pc_header .header_inner span:hover.slct::before {
        width: 100%; }

#header {
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: 0.3s ease-in-out; }

.header_fixed #header {
  position: fixed;
  top: 0;
  animation: DownAnime 0.5s forwards normal;
  transform: translateZ(1px);
  border-bottom: 1px solid #eee;
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1); }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#pc_header {
  border-top: 1px solid #FFF; }
  #pc_header .header_inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    height: 100px;
    margin: 0 auto;
    position: relative;
    font-size: min(1.5rem, 1.5vw);
    z-index: 1;
    display: flex;
    align-items: center; }
    #pc_header .header_inner .logo {
      margin-left: 10px; }
      #pc_header .header_inner .logo a {
        height: 60px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(/img/logo.svg) no-repeat 50% 50%/contain;
        display: block; }
    #pc_header .header_inner .contact {
      color: #fff;
      padding: 5px 20px;
      display: block;
      background: url("/img/bg.webp") no-repeat center top;
      border-radius: 100px;
      border: 1px solid #fff;
      margin-right: 10px; }
    #pc_header .header_inner nav {
      margin: 0 0 0 auto; }
      #pc_header .header_inner nav ul {
        list-style-type: none;
        display: flex; }
        #pc_header .header_inner nav ul li.nav-item {
          margin-right: 2em;
          font-size: min(1.5rem, 1.5vw); }
          #pc_header .header_inner nav ul li.nav-item > a, #pc_header .header_inner nav ul li.nav-item > span {
            color: #333;
            cursor: pointer;
            position: relative; }
            #pc_header .header_inner nav ul li.nav-item > a::before, #pc_header .header_inner nav ul li.nav-item > span::before {
              position: absolute;
              bottom: -8px;
              left: 50%;
              content: "";
              z-index: 100;
              border-bottom: 2px solid currentColor;
              width: 0;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
              transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875); }
            #pc_header .header_inner nav ul li.nav-item > a.slct, #pc_header .header_inner nav ul li.nav-item > span.slct {
              color: #00913a; }
              #pc_header .header_inner nav ul li.nav-item > a.slct::before, #pc_header .header_inner nav ul li.nav-item > span.slct::before {
                width: 100%; }
          #pc_header .header_inner nav ul li.nav-item:hover > a, #pc_header .header_inner nav ul li.nav-item:hover > span {
            color: #00913a; }
            #pc_header .header_inner nav ul li.nav-item:hover > a::before, #pc_header .header_inner nav ul li.nav-item:hover > span::before {
              width: 100%; }
          #pc_header .header_inner nav ul li.nav-item.slct > a, #pc_header .header_inner nav ul li.nav-item.slct > span {
            color: #00913a; }
            #pc_header .header_inner nav ul li.nav-item.slct > a::before, #pc_header .header_inner nav ul li.nav-item.slct > span::before {
              width: 100%; }
          #pc_header .header_inner nav ul li.nav-item:hover .dropdown {
            display: block;
            position: absolute;
            width: max-content;
            min-width: 200px;
            top: 60px;
            padding: 0 0; }
          #pc_header .header_inner nav ul li.nav-item .dropdown {
            display: none; }
            #pc_header .header_inner nav ul li.nav-item .dropdown ul {
              position: relative;
              display: block;
              margin-top: 25px;
              margin-left: -20px;
              padding: 20px 2px;
              background: #fff;
              border: 2px solid #00913a;
              border-radius: 10px; }
              #pc_header .header_inner nav ul li.nav-item .dropdown ul::before {
                content: "";
                position: absolute;
                top: -5px;
                left: 20%;
                width: 16px;
                height: 16px;
                box-sizing: border-box;
                background-color: #fff;
                /* 背景色と同じ色を指定 */
                rotate: 135deg;
                translate: -50% 0; }
              #pc_header .header_inner nav ul li.nav-item .dropdown ul::after {
                content: "";
                position: absolute;
                top: -9px;
                left: 20%;
                z-index: -1;
                width: 16px;
                height: 16px;
                box-sizing: border-box;
                border: 2px solid;
                border-color: transparent transparent #00913a #00913a;
                background-color: #ffffff;
                rotate: 135deg;
                translate: -50% 0; }
              #pc_header .header_inner nav ul li.nav-item .dropdown ul li {
                display: block; }
                #pc_header .header_inner nav ul li.nav-item .dropdown ul li a {
                  position: relative;
                  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
                  padding: 5px;
                  display: block;
                  color: #000; }
                  #pc_header .header_inner nav ul li.nav-item .dropdown ul li a::before {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: #cce9d8;
                    transform: scaleX(0);
                    transform-origin: 0 50%;
                    transition-property: transform;
                    transition-duration: 0.3s;
                    transition-timing-function: ease-out; }
                  #pc_header .header_inner nav ul li.nav-item .dropdown ul li a:hover {
                    color: #00913a; }
                    #pc_header .header_inner nav ul li.nav-item .dropdown ul li a:hover::before {
                      transform: scaleX(1); }
    #pc_header .header_inner .btn a {
      display: block;
      font-size: min(1.8rem, 1.8vw);
      border: 1px solid orangered;
      background: orangered;
      color: #fff;
      border-radius: 4px;
      padding: 5px 10px; }
      #pc_header .header_inner .btn a::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900; }

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
#body {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto; }

#main {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative; }

#pan {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  font-size: 1.4rem;
  padding: 0;
  background: #fff; }
  #pan ul {
    font-size: 1.4rem;
    width: stretch;
    padding: 0;
    margin: 5px 10px;
    line-height: 2;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    overflow-y: hidden; }
    #pan ul li {
      display: inline-block;
      position: relative;
      padding: 0; }
      #pan ul li + li::before {
        content: ">"; }

.single_col .inner .link {
  width: 100%; }
  .single_col .inner .link img {
    display: block;
    width: 100%; }
.single_col .inner h1 {
  font-size: 3.2rem;
  margin: 0 0 50px;
  padding: 5px;
  line-height: 1.5;
  font-weight: bold;
  color: #06589f; }
  .single_col .inner h1 span {
    position: relative;
    color: #3fa9f5;
    font-style: italic;
    display: inline-block;
    margin: auto 20px;
    opacity: .3; }
    .single_col .inner h1 span::after {
      content: "";
      position: absolute;
      display: block;
      width: 3em;
      height: 2em;
      background: url(../img/title_run.svg) no-repeat;
      background-size: contain;
      right: -3em;
      bottom: -0.4em; }
.single_col .inner h2 {
  margin: 0 0 30px;
  font-size: 2.8rem;
  color: #06589f;
  padding: 5px;
  border-bottom: 2px solid #06589f; }
.single_col .inner h3 {
  margin: 4px 0 10px;
  padding: 2px 5px;
  font-size: 2.2rem;
  color: #06589f;
  border-left: 4px solid #06589f; }
.single_col .inner p {
  font-size: 1.8rem; }
.single_col .inner .content_block {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px; }
  .single_col .inner .content_block > p {
    font-size: 2rem;
    color: #000;
    margin: 30px 30px 10px;
    padding: 20px; }
.single_col .inner .pagelink {
  text-align: right;
  font-size: 1.6rem;
  margin: 10px 0; }
  .single_col .inner .pagelink a {
    position: relative;
    border-bottom: 1px solid #595757; }
    .single_col .inner .pagelink a::after {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      border-left: 1px solid #0f5fab;
      transform: rotate(45deg);
      position: absolute;
      right: -1em;
      bottom: -1em;
      transform-origin: 0 0; }
.single_col .inner .adobelink {
  margin: 10px 0;
  display: flex;
  font-size: 1.4rem;
  color: #000; }
  .single_col .inner .adobelink p {
    margin-left: 5px; }
.single_col .inner .address_dl {
  font-size: 2rem;
  margin: 30px 30px;
  padding: 20px; }
  .single_col .inner .address_dl dl {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .single_col .inner .address_dl dl dt {
      position: relative;
      width: 100%;
      padding: 5px;
      background: #595757;
      color: #fff; }
    .single_col .inner .address_dl dl dd {
      width: 100%;
      padding: 5px 5px 5px 25px;
      color: #000; }
      .single_col .inner .address_dl dl dd span {
        display: inline-block; }
        .single_col .inner .address_dl dl dd span.memo {
          font-size: 1.6rem; }
      .single_col .inner .address_dl dl dd strong {
        color: #65ba00; }
      .single_col .inner .address_dl dl dd.wide {
        width: 100%;
        padding: 5px 0; }
    .single_col .inner .address_dl dl + dl {
      border-top: 1px dashed #ccc;
      margin-top: 15px;
      padding-top: 15px; }
.single_col .inner .tbl_dl {
  font-size: 2rem;
  margin: 30px 30px;
  padding: 20px; }
  .single_col .inner .tbl_dl dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .single_col .inner .tbl_dl dl dt {
      position: relative;
      min-width: 200px;
      padding: 5px;
      background: #595757;
      color: #fff;
      text-align: center; }
    .single_col .inner .tbl_dl dl dd {
      width: calc(100% - 200px);
      padding: 5px 5px 5px 25px;
      color: #000; }
      .single_col .inner .tbl_dl dl dd span {
        display: inline-block; }
        .single_col .inner .tbl_dl dl dd span.memo {
          font-size: 1.6rem; }
      .single_col .inner .tbl_dl dl dd strong {
        color: #65ba00; }
      .single_col .inner .tbl_dl dl dd.wide {
        width: 100%;
        padding: 5px 0; }
    .single_col .inner .tbl_dl dl + dl {
      border-top: 1px dashed #ccc;
      margin-top: 15px;
      padding-top: 15px; }
.single_col .inner .tbl {
  width: 100%;
  border: 1px solid #5eb1d9;
  border-collapse: collapse; }
  .single_col .inner .tbl th {
    border: 1px solid #5eb1d9;
    color: #5eb1d9;
    background: #dfeff7;
    font-weight: normal;
    width: 200px; }
  .single_col .inner .tbl td {
    border: 1px solid #5eb1d9;
    padding: 10px; }
.single_col .inner .tbl2 {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #5eb1d9;
  border-collapse: collapse; }
  .single_col .inner .tbl2 th {
    border: 1px solid #5eb1d9;
    color: #5eb1d9;
    background: #dfeff7;
    font-weight: normal; }
  .single_col .inner .tbl2 td {
    border: 1px solid #5eb1d9; }
  .single_col .inner .tbl2 tbody td {
    text-align: center; }
.single_col .inner .contact_dl {
  font-size: 2rem;
  margin-bottom: 30px; }
  .single_col .inner .contact_dl dl {
    display: flex;
    border-bottom: 1px solid #ddd; }
    .single_col .inner .contact_dl dl dt {
      position: relative;
      width: 250px;
      padding: 5px; }
      .single_col .inner .contact_dl dl dt::after {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 10px);
        background: #ddd;
        margin: auto;
        right: 0;
        top: 0;
        bottom: 0; }
      .single_col .inner .contact_dl dl dt.required::before {
        content: "必須";
        font-size: 1rem;
        color: #fff;
        height: 1em;
        line-height: 1;
        padding: 5px;
        position: absolute;
        background: #F00;
        margin: auto;
        right: 5px;
        top: 10px;
        border-radius: 4px; }
    .single_col .inner .contact_dl dl dd {
      width: calc(100% - 250px);
      padding: 5px; }

#map_canvas {
  width: 100%;
  height: 350px; }
  #map_canvas #googlemap {
    width: 100%;
    height: 100%; }

ul.list {
  list-style-type: none;
  font-size: 2rem;
  margin-left: 10px;
  margin-bottom: 30px;
  padding: 0; }
  ul.list li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 2; }
    ul.list li::before {
      content: "";
      display: inline-block;
      border-top: 8px solid transparent;
      border-left: 13.8564px solid #00913a;
      border-bottom: 8px solid transparent;
      color: #00913a;
      margin-right: 8px;
      width: 0;
      height: 0; }

.topBtn {
  position: relative;
  display: block;
  right: 40px;
  background: yellow;
  color: #06589f;
  border: 1px solid #06589f;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  font-size: 2rem; }
  .topBtn .triangle {
    width: 20px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #06589f;
    display: block;
    margin: 16px auto 0; }
  .topBtn span {
    display: block;
    text-align: center; }

@media (min-width: 1100px) {
  .topBtn {
    margin: auto;
    right: 0;
    left: 0;
    transform: translate(480px); } }
#footer {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 20px 0; }
  #footer .footer_contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url("/img/bg.webp");
    color: #fff;
    padding: 50px 0;
    border-radius: 50px 50px 0 0; }
    #footer .footer_contact .text {
      margin-right: 30px; }
      #footer .footer_contact .text h2 {
        font-size: 3rem; }
        #footer .footer_contact .text h2 span {
          font-size: 1.2rem; }
      #footer .footer_contact .text p {
        font-size: 1.8rem; }
    #footer .footer_contact .link_btn {
      margin-left: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #footer .footer_contact .link_btn a {
        text-align: center;
        padding: 0 20px;
        color: #fff;
        background: #06589f;
        display: block;
        border-radius: 50px;
        font-size: 3rem;
        height: 50px;
        line-height: 50px; }
        #footer .footer_contact .link_btn a.mail {
          font-size: 2.1rem; }
  #footer .footer_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin: 20px auto; }
    #footer .footer_flex .logo {
      width: 200px; }
  #footer nav {
    width: 50%; }
    #footer nav ul {
      list-style-type: none;
      display: flex;
      font-size: 1.6rem;
      flex-wrap: wrap; }
      #footer nav ul li {
        margin: 10px; }
        #footer nav ul li a {
          color: #000; }

@media (min-width: 900px) {
  #footer .inner .navi_flex {
    height: 630px; } }
@media (min-width: 900px) {
  #footer .inner .navi_flex {
    height: 630px; } }
#footer_lower {
  background: linear-gradient(180deg, #29c4cf 0%, #23949c 100%);
  height: 200px; }
  #footer_lower .bottom_link {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 30px 0;
    font-size: 1.6rem; }
    #footer_lower .bottom_link li {
      margin: 0;
      padding: 0 20px;
      border-left: 1px solid #fff;
      text-align: center;
      height: 1em;
      line-height: 1; }
      #footer_lower .bottom_link li:last-child {
        border-right: 1px solid #fff; }
      #footer_lower .bottom_link li a {
        color: #fff;
        text-align: center; }

.copyright {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.6rem;
  color: #000; }

footer {
  background: #65ba00; }

#ex_link {
  position: absolute;
  right: 0px;
  top: 150px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }
  #ex_link a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* 英数字を縦向きに立たせる */
    width: 4em;
    display: block;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    padding: 20px 10px;
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.5;
    transition: 0.3s ease-in-out; }
    #ex_link a p {
      letter-spacing: .2em; }
    #ex_link a strong {
      font-size: 1.8rem; }
    #ex_link a::before {
      content: "";
      display: inline-block;
      background-size: cover;
      width: 24px;
      height: 24px;
      margin-bottom: 6px; }
    #ex_link a.trial {
      background: #00913a;
      color: #fff;
      background: linear-gradient(70deg, #00913a 0%, #8bc120 100%); }
      #ex_link a.trial::before {
        background: url("/img/trial_icon.svg"); }
    #ex_link a.join {
      background: yellow; }
      #ex_link a.join::before {
        background: url("/img/join_icon.svg"); }
    #ex_link a:hover {
      width: 5em; }
