@charset "UTF-8";
/* 日本語 */
body {
  position: relative;
  background-color: #F1F1F1;
  padding: 180px 0 0; }

header {
  z-index: 9999;
  padding: 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 38px 60px 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 1280px) {
  header {
    z-index: 9999;
    padding: 30px 20px 30px 30px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  header {
    z-index: 9999;
    padding: 20px;
    top: 0;
    transition: .3s; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  header {
    z-index: 9999;
    padding: 30px 28px;
    top: 0; }
    header.active {
      position: fixed;
      top: 0;
      left: 0; }

  body {
    position: relative;
    background-color: #F1F1F1;
    padding: 230px 0 0; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************/
.header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 390px);
  max-width: fit-content;
  position: relative;
  z-index: 50; }
  .header_ttl .logo {
    font: 1.7rem/1.0em "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 30px 0 0; }
    .header_ttl .logo span {
      margin: 0 0 10px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 157px;
      height: 35px;
      display: block;
      background: url("../img/design/logo.svg") left center no-repeat;
      background-size: contain; }
  .header_ttl h1 {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    color: #333333 !important;
    letter-spacing: 0.05em;
    padding: 0 25px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    .header_ttl h1 span {
      font: 5.0rem/1.0em "Noto Serif JP", serif;
      font-weight: 400; }
    .header_ttl h1 small {
      margin: 5px 0 0 20px;
      font: 1.6rem/1.5em "Noto Serif JP", serif;
      font-weight: 400;
      display: block; }

@media (max-width: 1280px) {
  .header_ttl {
    align-items: center;
    width: calc(100% - 340px);
    max-width: fit-content; }
    .header_ttl .logo {
      font: 1.7rem/1.0em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: .05em;
      margin: 0 20px 0 0; }
    .header_ttl h1 {
      padding: 0 20px 3px;
      display: block; }
      .header_ttl h1 small {
        margin: 7px 0 0 0;
        font: 1.6rem/1.0em "Noto Serif JP", serif;
        font-weight: 400;
        display: block; }
        .header_ttl h1 small br {
          display: none; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .header_ttl {
    width: calc(100% - 100px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_ttl {
    display: block;
    width: 100%;
    max-width: 100%; }
    .header_ttl .logo {
      font: 1.5rem/1.0em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: .05em;
      margin: 0 0 20px; }
      .header_ttl .logo span {
        margin: 0 0 10px;
        width: 144px;
        height: 32px; }
    .header_ttl h1 {
      border-top: 1px solid #BABBBC;
      border-left: none;
      border-right: none;
      padding: 20px 0 0; }
      .header_ttl h1 span {
        font: 4.5rem/1.0em "Noto Serif JP", serif;
        font-weight: 400; }
      .header_ttl h1 small {
        margin: 10px 0 0 0;
        font: 1.4rem/1.5em "Noto Serif JP", serif;
        font-weight: 400; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************/
.header_menu {
  max-width: 750px;
  width: calc(100% - 650px); }
  .header_menu .link_btn {
    width: 53%; }

.link_btn {
  max-width: 370px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  font: 1.7rem/78px "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50px; }
  .link_btn span {
    transition: .3s;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }

.btn_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .btn_nav > span {
    max-width: 350px;
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .btn_nav > span a {
      transition: .3s;
      max-width: 170px;
      width: calc((100% - 10px)/2);
      border-radius: 50px;
      display: block;
      border: 1px solid #979998;
      height: 55px;
      text-align: center;
      font: 1.6rem/53px "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }

.header_menu .menu_nav {
  display: none; }

@media (max-width: 1280px) {
  .header_menu {
    display: block;
    position: absolute;
    background-color: #F1F1F1;
    max-width: 768px;
    width: 350px;
    padding: 150px 20px 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    transition: 0.3s;
    transform: scale(0, 1); }
    .header_menu.active {
      right: 0;
      opacity: 1;
      transform: scale(1, 1); }
    .header_menu .menu_nav {
      display: block;
      margin: 0 0 45px; }
    .header_menu li {
      position: relative; }
      .header_menu li a {
        display: block;
        position: relative;
        font: 1.8rem/1.0em "Noto Serif JP", serif;
        font-weight: 600;
        color: #333333;
        padding: 15px 25px;
        border-bottom: 1px solid #BABBBC;
        margin: 0 0 10px; }
        .header_menu li a:before {
          position: absolute;
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          top: 53%;
          left: 0%;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .header_menu .link_btn {
      margin: 0 auto;
      width: 100%; }

  .header_menu::-webkit-scrollbar {
    background: #F1F1F1;
    width: 5px; }

  .header_menu::-webkit-scrollbar-thumb {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1; }

  .header_menu::-webkit-scrollbar-thumb:hover {
    background-color: #F1F1F1; }

  .btn_nav {
    display: block; }
    .btn_nav > span {
      max-width: 370px;
      width: 100%;
      margin: 0 auto 15px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .btn_nav > span a {
        transition: .3s;
        max-width: 200px;
        width: calc((100% - 10px)/2);
        border-radius: 50px;
        display: block;
        border: 1px solid #979998;
        height: 55px;
        text-align: center;
        font: 1.6rem/53px "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_menu {
    width: 100%;
    padding: 240px 20px 50%; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************/
.toggle {
  display: none; }

@media (max-width: 1280px) {
  .toggle {
    display: block;
    width: 93px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    top: 25px;
    right: 20px; }
    .toggle span {
      display: block;
      width: 40%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      transition: .3s; }
      .toggle span:nth-of-type(1) {
        top: 35%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 65%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .toggle.active span:nth-of-type(1) {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
      transform: translate(-50%, -50%) rotate(225deg); }
    .toggle.active span:nth-of-type(2) {
      opacity: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
      transform: translate(-50%, -50%) rotate(315deg); }
    .toggle.active span:nth-of-type(3) {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-225deg);
      transform: translate(-50%, -50%) rotate(-225deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .toggle {
    top: 27px;
    height: 56px;
    right: 28px;
    z-index: 60; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************/
.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px 0; }
  .footer_flex .header_ttl {
    width: 630px;
    max-width: fit-content; }
  .footer_flex .footer_nav {
    width: calc(100% - 660px);
    max-width: 680px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .footer_flex .footer_nav > span {
      max-width: 350px;
      width: 45%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .footer_flex .footer_nav > span a {
        transition: .3s;
        max-width: 170px;
        width: calc((100% - 10px)/2);
        border-radius: 50px;
        display: block;
        border: 1px solid #979998;
        height: 55px;
        text-align: center;
        font: 1.6rem/53px "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em; }
  .footer_flex .link_btn {
    width: 52%;
    max-width: 370px; }

footer {
  padding: 0 0 70px;
  position: relative; }
  footer:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0; }
  footer .copy {
    padding: 0 60px 0;
    display: block;
    width: 100%;
    margin: 25px auto 0;
    font: 1.4rem/1.0em "Noto Serif JP", serif;
    font-weight: 500; }

@media (max-width: 1280px) {
  .footer_flex .header_ttl {
    width: 100%;
    max-width: fit-content;
    margin: 0 0 50px; }
  .footer_flex .footer_nav {
    width: 100%;
    max-width: 680px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .footer_flex .footer_nav > span {
      max-width: 350px;
      width: 45%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .footer_flex .footer_nav > span a {
        transition: .3s;
        max-width: 170px;
        width: calc((100% - 10px)/2);
        border-radius: 50px;
        display: block;
        border: 1px solid #979998;
        height: 55px;
        text-align: center;
        font: 1.6rem/53px "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em; }
  .footer_flex .link_btn {
    width: 52%;
    max-width: 370px; }

  footer .copy {
    text-align: center; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_flex {
    padding: 80px 30px 0; }
    .footer_flex .header_ttl {
      display: block;
      align-items: center;
      width: 50%;
      max-width: fit-content;
      margin: 0; }
      .footer_flex .header_ttl .logo {
        margin: 0 0 20px; }
      .footer_flex .header_ttl h1 {
        border-top: 1px solid #BABBBC;
        border-left: none;
        border-right: none;
        padding: 20px 0 0; }
    .footer_flex .footer_nav {
      width: 50%;
      max-width: 350px;
      display: block; }
      .footer_flex .footer_nav > span {
        width: 100%;
        margin: 0 0 20px; }
      .footer_flex .footer_nav .link_btn {
        width: 100%; } }
@media (max-width: 768px) {
  footer {
    padding: 0 0 70px;
    position: relative; }
    footer:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 40px;
      left: 0;
      bottom: 0; }

  .footer_flex {
    display: block; }
    .footer_flex .header_ttl {
      display: block;
      align-items: center;
      width: 100%;
      max-width: 480px;
      margin: 0 auto 35px; }
      .footer_flex .header_ttl .logo {
        margin: 0 0 20px; }
      .footer_flex .header_ttl h1 {
        border-top: 1px solid #BABBBC;
        border-left: none;
        border-right: none;
        padding: 20px 0 0; }
    .footer_flex .footer_nav {
      width: 100%;
      margin: 0 auto 40px;
      max-width: 350px;
      display: block; }
      .footer_flex .footer_nav > span {
        width: 100%;
        margin: 0 0 20px; }
      .footer_flex .footer_nav .link_btn {
        width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_flex {
    padding: 25px 30px 0; }

  footer .copy {
    padding: 0 30px;
    display: block;
    width: 100%;
    font: 1.4rem/1.0em "Noto Serif JP", serif;
    font-weight: 500; } }
/*max-width:480px*/
/************************************/
.loop_wrap {
  display: flex;
  width: 100%;
  height: 140px;
  overflow: hidden; }

.loop_wrap img {
  width: auto;
  height: 100%;
  max-width: inherit !important; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite; }

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite; }

@media (max-width: 480px) {
  .loop_wrap {
    height: 110px; } }
/*max-width:480px*/
/************************************/
#js-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 8888; }
  #js-pagetop p {
    background-color: #F1F1F1;
    font: 1.8rem/65px "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
    width: 68px;
    height: 68px;
    display: block;
    border: 1px solid #8D8D8D;
    border-radius: 50%;
    padding: 0 0 0 3px;
    opacity: 0;
    transition: .3s;
    position: relative; }
    #js-pagetop p:before {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 25px;
      background-color: #8D8D8D;
      top: -15px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
    #js-pagetop p:after {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 10px;
      background-color: #8D8D8D;
      top: -15px;
      left: 55%;
      -webkit-transform: translate(-50%, 0%) rotate(-45deg);
      transform: translate(-50%, 0%) rotate(-45deg); }
  #js-pagetop.active p {
    opacity: 1; }

@media (hover: hover) {
  #js-pagetop:hover p:before {
    height: 35px;
    top: -25px; }
  #js-pagetop:hover p:after {
    top: -25px; } }
@media (max-width: 768px) {
  #js-pagetop p {
    font: 1.4rem/54px "Noto Serif JP", serif;
    font-weight: 600;
    width: 56px;
    height: 56px; }
  #js-pagetop.active p {
    opacity: 0; }
  #js-pagetop.active_tb p {
    opacity: 1; } }
/*max-width:768px*/
/***************************************/
.ura footer:before {
  background: linear-gradient(to right, #049253, #00D5A6, #049253); }
.ura .default_head .link_btn,
.ura .default_footer .link_btn {
  background: linear-gradient(to right, #049253, #00D5A6, #049253); }
  .ura .default_head .link_btn span:before,
  .ura .default_footer .link_btn span:before {
    height: 2px;
    background-color: #B8EED6; }
  .ura .default_head .link_btn span:after,
  .ura .default_footer .link_btn span:after {
    border-top: 2px solid #B8EED6;
    border-right: 2px solid #B8EED6; }
.ura .default_head .toggle,
.ura .default_footer .toggle {
  background: linear-gradient(to right, #049253, #00D5A6, #049253); }
.ura .header_menu li a:before {
  background-color: #049253; }
.ura h1 {
  color: #035631; }
  .ura h1:before {
    background: url("../img/ura/midashi.png") center left no-repeat;
    background-size: contain; }
.ura .news_flex > a,
.ura .access a {
  background: linear-gradient(to right, #00D5A6, #049253); }
  .ura .news_flex > a:before,
  .ura .access a:before {
    background-color: #B8EED6; }
  .ura .news_flex > a:after,
  .ura .access a:after {
    border-top: 2px solid #B8EED6;
    border-right: 2px solid #B8EED6; }
.ura .access div {
  color: #035631; }
.ura .access p:before {
  background-color: #049253; }
.ura .news_single .back_to_btn {
  border: 1px solid #049253;
  color: #049253; }
  .ura .news_single .back_to_btn:before {
    background-color: #049253; }
  .ura .news_single .back_to_btn:after {
    border-top: 2px solid #049253;
    border-right: 2px solid #049253; }

@media (hover: hover) {
  .btn_nav span a:hover,
  .footer_nav > span a:hover {
    background-color: #fff;
    color: #000; }

  .default_head .link_btn:hover,
  .default_footer .link_btn:hover {
    color: #CECBCB;
    cursor: pointer; }
    .default_head .link_btn:hover span,
    .default_footer .link_btn:hover span {
      background-color: #049253; }
      .default_head .link_btn:hover span:before,
      .default_footer .link_btn:hover span:before {
        width: 25px;
        right: 20px; }
      .default_head .link_btn:hover span:after,
      .default_footer .link_btn:hover span:after {
        right: 19px; }

  .news_flex > a:hover span,
  .access a:hover span {
    background-color: #049253; }

  .news_flex li:hover {
    color: #035631 !important; }
    .news_flex li:hover a {
      color: #035631 !important; }

  .news_single .back_to_btn:hover {
    background-color: #049253;
    color: #fff; }
    .news_single .back_to_btn:hover:before {
      width: 25px;
      background-color: #fff;
      right: 30px; }
    .news_single .back_to_btn:hover:after {
      right: 30px;
      top: 50%;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
@media (max-width: 1024px) and (hover: hover) {
  .default_head .link_btn:hover span:before {
    width: 15px;
    right: 20px; }
  .default_head .link_btn:hover span:after {
    right: 20px; } }
