@charset "UTF-8";
/*
  Theme Name: 株式会社 大建測量エンジニア
  Description: Theme of daiken-se.co.jp
  Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=WindSong&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&family=WindSong&display=swap");

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.woff2") format("woff"), url("./fonts/NotoSansJP-Regular.eot") format("eot");
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSansJP-Bold.woff2") format("woff"), url("./fonts/NotoSansJP-Regular.eot") format("eot");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Lato-Regular.woff2") format("woff"), url("./fonts/Lato-Regular.eot") format("eot");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Lato-Bold.woff2") format("woff"), url("./fonts/Lato-Bold.eot") format("eot");
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ----------------
 * base
 * ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.5;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: none;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ol, ul {
  list-style: none;
}

hr {
  border: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a, a:visited, button, input[type=button], input[type=submit] {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media screen and (min-width: 768px) {
  a:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.7;
  }
}

a.text-link:active {
  text-decoration: underline;
}

:focus {
  color: #000000;
  outline: none;
}

@media screen and (min-width: 768px) {
  [href^="tel:"] {
    pointer-events: none;
  }
}

/* ----------------
 * media query
 * ---------------- */
@media screen and (max-width: 767px) {
  .tablet, .tablet-pc, .tp, .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 102rem) {
  .pc, .sp {
    display: none !important;
  }
}

@media screen and (min-width: 102.1rem) {
  .sp, .tablet, .tablet-sp, .ts {
    display: none !important;
  }
}

html {
  position: relative;
}

html.menu-back {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  min-width: 32rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 102rem;
  }
}

body > .wrapper {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
}

main.l-main {
  width: 100%;
}

/* ----------------
 * Component
 * ---------------- */
.m-title {
  padding-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-title {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-title {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-title {
    padding-top: 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-title > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-title > .inner {
    width: 98rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.m-title > .inner .sub {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .m-title > .inner .sub {
    font-size: 1.3rem;
  }
}

.m-title > .inner .title {
  font-family: "Amiri", serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin-top: 1.1rem;
  font-size: 3.6rem;
}

@media screen and (min-width: 768px) {
  .m-title > .inner .title {
    font-size: 5rem;
  }
}

.m-breadcrumb {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .m-breadcrumb {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-breadcrumb > .inner {
    width: 98rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.m-breadcrumb > .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-breadcrumb > .inner ul li {
  font-family: "Amiri", serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: 1rem;
}

.m-breadcrumb > .inner ul li + li {
  margin-left: 1.6rem;
  position: relative;
}

.m-breadcrumb > .inner ul li + li:before {
  content: '/';
  position: absolute;
  top: 0;
  left: -1rem;
}

.m-breadcrumb > .inner ul li a.home {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: -.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(./img/icon_home.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ----------------
 *ヘッダー
 * ---------------- */

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
    background-color: #ffffff;

}


.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}



.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;

  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}



.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}




.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding:  10px;

}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}

.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
    text-align: center
}

.p-nav__item {
  position: relative;
  width: 100%;
}


.p-nav__link {
  color: black;
  display: block;
  padding: 10px;
  width: 100%;
}



@media screen and (min-width: 768px) {
    
.l-header {
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: initial;
}

.l-header::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgb(255 255 255 / 0.4);
    z-index: -1;
}

  .p-header__hamburger {
    display: none;
  }

  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
      font-size: 1.2rem;
  }
    
.p-nav__link {
  color: black;
  display: block;
  padding: 15px;
  width: 100%;
}

  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }

  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 750px;
  }
    
    .p-nav__link:last-child {
        padding: 0 10px
        
}
}

.contact-btn {
    background-color: #00A84D;
    border-radius: 25px;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center
 }

@media screen and (min-width: 768px) {
    .contact-btn {
        background-color: #00A84D;
        border-radius: 25px;
        color: #ffffff;
        padding: 5px;
        text-align: center
 }
}

/* ----------------
 * フッター
 * ---------------- */
.footer-3 {
    background-color: #00A84D;
    position: relative;
    width: 100%;
    margin-top: 20rem;
}

.footer-3__container {
    display: grid;
    justify-items:flex-start;
    grid-template-columns: repeat(1, 1fr);
    max-width: 980px;
    padding:0 20px ;
    
}

.footer-3__logo {
    width: 286px;
    margin-bottom: 2rem;
}

.footer-3__caption {
    margin-top: 0;
    color: #a6adb3;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0 0 10px
}

.footer-3__link {
    margin: 0 0 .8em ;
    font-size: .9em;
    color: #ffffff!important;
    
}

.footer-3__list {
    padding: 0;
    list-style-type: none;
}

.footer-3__link {
    display: block;
}

.footer-3__link:not(:hover) {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .footer-3 {
        padding: 3rem 0rem 0;
        background-color: #00A84D;
        position: relative;
        width: 100%;
        margin-top: 22rem;
}
    .footer-3__container {
        justify-items: start;
        grid-template-columns: repeat(5, 1fr);
        gap: 1em;
        margin: 0 auto;
    }

    .footer-3__head {
        grid-column: 1/3;
    }

    .footer-3__caption br {
        display: none;
    }
    .footer-list-center {
       justify-items:flex-end !important;
}
    .footer-3__link {
    display: block;
}
}

.footer-001__copyright {
    margin: 1rem 0 0;
    border-top: 1px solid #ffffff;
    font-weight: 200;
    font-size: 1rem;
    width: 100%;
    color: #ffffff;
    line-height: 70px;
}
.copyright {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0px 20px ;
}

@media screen and (min-width: 768px) {
  .footer-001__copyright {
    margin-top: 8rem;
}
.copyright {
    width: 980px;
    text-align: left;
    margin: 0 auto;   
}
}

.btn-box {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    transform: translateY(-10rem);
}

@media screen and (min-width: 768px) {
.btn-box {
    padding: 10px;
    width: 980px;
    margin: 0rem auto;
    display: flex;
}
}

.btn-box>div{
    width: 100%;
    padding: 10px;
}

@media screen and (min-width: 768px) {
.btn-box>div{
    width: 50%;
    padding: 0px 10px;
}
}

.btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  text-align: left;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #00A84D;
}

@media screen and (min-width: 768px) {
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #00A84D;
}
}

.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 47%;
  bottom: 0;
  right: 29px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


@media screen and (min-width: 768px) {
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 47%;
  bottom: 0;
  right: 28.5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
}

.btn-txt {
    font-family: "Jost", sans-serif;
    font-size: 3.2rem
    
}

@media screen and (min-width: 768px) {
.btn-txt {
    font-family: "Jost", sans-serif;
    font-size: 3.2rem
    
}
}
/* ----------------
 * Top
 * ---------------- */

.top {
  width: 100%;
  height: 100%;
  background: url('./img/top/top_main_back_sp.jpg') no-repeat center / cover fixed;
}

@media screen and (min-width: 768px) {
  .top {
    background: url('./img/top/top_main_back.jpg') no-repeat center / cover fixed;
  }
}

.l-top .l-visual {
    position: relative;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 40);
}



@media screen and (min-width: 768px) {
.l-top .l-visual {
  position: relative;
  min-height:inherit;
  min-height: calc(var(--vh, 1vh) * 60);
}
}

.l-top .l-visual .slider-block {
  position: fixed;
  width: 100%;
}

.l-top .l-visual .slider-block .slider .visual-img {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-top .l-visual .slider-block .slider .visual01 {
  background-image: url(./img/top/top_main_back.jpg);
  background-position: 100%;
}

.l-top .l-visual .main-title {
    position: absolute;
    top: 25%;
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url(./img/top/top_main_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

@media screen and (min-width: 768px) {
  .l-top .l-visual .main-title {
    margin: 0 auto;
    background-image: url(./img/top/top_main_back.png);
    height: 600px;
      
  }
}

.l-top .l-visual .main-title .inner {
      width: 100%;
      margin-top: 2rem;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-visual .main-title .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}


.l-top .l-visual .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 4.5rem;
    color: #00a84d;
    position: relative;
    transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);

}

@media screen and (min-width: 768px) {
  .l-top .l-visual .main-title h2 {
      font-size: 5.1rem;
      margin-top: 5rem;
  }
}

.l-top .l-visual .main-catch {
    letter-spacing: 0.2rem;
    line-height: normal;
    font-size: 2rem;
    margin-top: 2.5rem
}

@media screen and (min-width: 768px) {
  .l-top .l-visual .main-catch {
      font-size: 3.4rem;
      margin-top: 12.5rem;
      margin-left: 3rem;
  }
}

.l-top .l-visual .main-text {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.2rem;
    line-height: normal;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-top .l-visual .main-text {
      font-size: 1.5rem;
      margin-left: 3rem;
  }
}

.l-top .l-top-fv {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.l-top .l-top-fv::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 2s;
}

.l-top .l-top-fv.is-active::before {
  opacity: 0;
}

.l-top .l-top-fv .fv-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    background-color: #333;
}

@media screen and (min-width: 768px) {
  .l-top .l-top-fv {
  height: 100vh;
  }
}



/*  会社概要リンク
 * ---------------- */

.l-top .l-company_info .main-title {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    background-image: url(./img/top/company_info_img-1.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom;
}

@media screen and (min-width: 768px) {
  .l-top .l-company_info .main-title {
      margin: 5rem auto;
      background-image: url(./img/top/company_info_img-1.png);
      height: 525px;
      background-position: top;
      background-size:cover;
  }
}

  .l-top .l-company_info .main-title .inner {
      width: 100%;
      margin-top: 3rem;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-company_info .main-title .inner {
    width: 120rem;
    margin: auto;
    height: 560px;
  }
}

 .l-top .l-company_info .flex-box{
    display: block;
    margin: 0rem auto;
    width: 100%; 
}

@media screen and (min-width: 768px) {
 .l-top .l-company_info .flex-box{
    display: flex;
    margin: 3rem auto;
    width: 98rem;
}
}

 .l-top .l-company_info .flex-box>div{
    width: 100%;
    padding: 0rem;
    margin-top: 2rem;
    text-align: left
}


@media screen and (min-width: 768px) {
 .l-top .l-company_info .flex-box>div{
    width: 50%;
    padding: 1rem;
    margin-top: 2rem;
}
}

.l-top .l-company_info .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 3.5rem;
    color: #00a84d;

}

@media screen and (min-width: 768px) {
  .l-top .l-company_info .main-title h2 {
      font-size: 5.1rem;
      margin-top: 0rem;
  }
}


.l-top .l-company_info .main-title .main-catch {
    letter-spacing: 0.2rem;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 0rem
}

@media screen and (min-width: 768px) {
  .l-top .l-company_info .main-title .main-catch {
      font-size: 1.8rem;
      margin-bottom: 3rem;
  }
}

.round_arrow {
  margin-top: 3rem;
}

.round_arrow.right {
  text-align: right;
}

.round_arrow a {
    position: relative;
    padding-right: 40px;
    text-align: right;
    color: #00a84d;
    font-weight:bold;
    display: inline-block;
}
 
.round_arrow a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 23px; 
  height: 23px; 
  border-radius: 50%; 
  background: #00a84d;
}
 
.round_arrow a::after { 
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


/*  事業内容
 * ---------------- */

.l-top .l-business .main-title {
    position: relative;
    width: 100%;
    height:100%;
    margin: 0 auto 4rem;
    
}

@media screen and (min-width: 768px) {
  .l-top .l-business .main-title {
      margin: 8rem auto;
    }
}

  .l-top .l-business .main-title .inner {
      width: 100%;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-business .main-title .inner {
    width: 120rem;
    margin: auto;
  }
}

@media screen and (min-width:1024px) {
.l-top .l-business .main-title .inner{
    margin: 0;
    width: 100%;
}
}


 .l-top .l-business .flex-box{
    display: block;
    margin: 0rem auto ;
    width: 100%; 
}

@media screen and (min-width: 768px) {
 .l-top .l-business .flex-box{
    display: flex;
    margin: 3rem auto ;
    width: 120rem;
}
}

@media screen and (min-width:1024px) {
.l-top .l-business .flex-box{
    display: flex;
    margin: 3rem auto 0;
    width: 100%;
}
}

 .l-top .l-business .flex-box>div{
    width: 100%;
    padding: 1rem;
    margin-top: 0rem;
    text-align: left
}


@media screen and (min-width: 768px) {
 .l-top .l-business .flex-box>div{
    width: 50%;
    margin: 0rem;
     padding:0 5rem 0 0;
}
}


 .l-top .l-business .flex-box .white_back {
    margin: 0rem auto 0;
    background-color: #fff;
     padding: 2rem;
     border-top-right-radius: 30px;
     border-top-left-radius: 30px;
     border-bottom-right-radius: 30px;
     border-bottom-left-radius: 30px;
}


@media screen and (min-width: 768px) {
 .l-top .l-business .flex-box .white_back {
    margin: 0rem auto;
    background-color: #fff;
     padding: 2rem 3rem 2rem 12rem;
     border-top-right-radius: 30px;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
} 



@media screen and (min-width:1210px) {
    .l-top .l-business .flex-box .white_back {
    margin: 0rem auto;
    background-color: #fff;
     padding: 5rem 5rem 5rem 30rem;
     border-top-right-radius: 30px;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-left-radius: 0px;
  }
    }

 .l-top .l-business .flex-box .list {
     border-bottom: solid 1px #ccc;
     width:100%;
     margin-top: 3.5rem;
     margin-bottom: 3.5rem;
     font-size: 1.8rem;
     padding: 0 20px;
}


@media screen and (min-width: 768px) {
 .l-top .l-business .flex-box .list {
     border-bottom: solid 1px #ccc;
     width:100%;
     margin-top: 3.5rem;
     margin-bottom: 0rem;
     font-size: 1.8rem;
     padding: 0 20px;
}
}


.l-top .l-business .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 4rem;
    color: #00a84d;

}

@media screen and (min-width: 768px) {
  .l-top .l-business .main-title h2 {
      font-size: 5.1rem;
      margin-top: 0rem;
      
  }
}

.l-top .l-business .main-title .main-catch {
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    font-weight: bold;

}

@media screen and (min-width: 768px) {
  .l-top .l-business .main-title .main-catch {
      font-size: 1.8rem;
      margin-bottom: 3rem;
  }
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
  height: auto;
}




/*  実績内容
 * ---------------- */

.l-top .l-achievements {
    overflow: hidden;
}

.l-top .l-achievements .banner {
    max-width: 80rem;
    margin: auto;
}

.l-top .l-achievements .main-title {
    position: relative;
    width: 100%;
    margin: 5rem auto 0; 
}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .main-title {
      margin: 8rem auto;
       height: 350px;
}
}

  .l-top .l-achievements .main-title .inner {
      width: 100%;
      margin-top: 6.2rem;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-achievements .main-title .inner {
    width: 120rem;
    margin: auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .flex-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
} 



.l-top .l-achievements .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 4rem;
    color: #00a84d;

}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .main-title h2 {
      font-size: 5.1rem;
      margin-top: 0rem;
      
  }
}

.l-top .l-achievements .main-title .main-catch {
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    font-weight: bold;

}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .main-title .main-catch {
      font-size: 1.8rem;
      margin-bottom: 3rem;
  }
}

.l-top .l-achievements .main-title .round_arrow {
    margin-top: 0;
}


.l-top .l-achievements .achievements-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .achievements-link {
    margin-top: 120px;
  }
}

.l-top .l-achievements .achievements-link .achievements-link__btn {
  width: 90px;
  display: flex;
  justify-content: space-between;
}

.l-top .l-achievements .achievements-link .achievements-link__arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 34px;
  height: 34px;
  background: currentColor;
  cursor: pointer;
}

.l-top .l-achievements .achievements-link .achievements-link__arrow::before {
  content: '';
  color: #00a84d;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 10px;
  border-right-color: currentColor;
  border-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.l-top .l-achievements .achievements-link .achievements-link__arrow.next::before {
  transform: rotate(180deg);
}

.l-top .l-achievements .project-slick {
  margin-top: 20px;
}

.l-top .l-achievements .project-slick .project-slick__img {
  width: 100vw;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.l-top .l-achievements .project-slick .project-slick__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all .3s;
}

.l-top .l-achievements .project-slick .project-slick__title {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .l-top .l-achievements .project-slick {
    margin-top: 60px;
  }

  .l-top .l-achievements .project-slick .project-slick__block {
    padding-right: 25px;
  }

  .l-top .l-achievements .project-slick .project-slick__img {
    width: 300px;
  }
}



/*  求人情報
 * ---------------- */

.l-top .l-recruit {
    margin-top: 60px;
}

.l-top .l-recruit .main-title {
    position: relative;
    top: 160%;
    width: 100%;
    height: 100%;
    margin: 0rem auto;
}

@media screen and (min-width: 768px) {
    .l-top .l-recruit {
      margin-top: 80px;
    }

  .l-top .l-recruit .main-title {
      margin: 8rem auto;
      top: 200%;
      height: 500px;
    }
}


  .l-top .l-recruit .main-title .inner {
      width: 100%;
      margin-top: 1.2rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-recruit .main-title .inner {
    width: 120rem;
    margin: auto;
  }
}

.wrap {
  height: 500px;
  position: relative;
  display:block;
  align-items: center;
    padding: 0 .5rem;
   
}
@media screen and (min-width: 768px) {
.wrap {
  height: 500px;
  position: relative;
  display:flex;
  align-items: center;
   padding: 0;
}
}

@media screen and (min-width: 768px) {
.figure {
  color: #fff;
  padding: 0px;
  flex-basis: 90%;
  box-sizing: border-box;
  z-index: 0;
}
}

.txt {
    width: 100%;
    margin: 0;
    display:contents;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 2rem 12rem 2rem 2rem;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

@media screen and (min-width: 768px) {
.txt {
    width: 100%;
    margin: 0;
    display: grid;
    position: absolute;
    top: 0;
    left: 95%;
    background-color: #fff;
    padding: 2rem 15rem 2rem 3rem;
    border-top-right-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
}
@media screen and (min-width: 768px) {
.txt h1 {
  font-size: 20px;
}
}
@media screen and (min-width: 768px) {
.txt p {
  font-size: 14px;
    
}
}

@media screen and (min-width: 768px) {
 .l-top .l-recruit .flex-box>div{
    width: 50%;
    margin: 0rem;
     padding:0 5rem 0 0;
}
}


 .l-top .l-recruit .flex-box .white_back {
    margin: 3rem auto;
    background-color: #fff;
     padding: 2rem 2rem 2rem 2rem;
     border-top-right-radius: 30px;
     border-top-left-radius: 30px;
     border-bottom-right-radius: 30px;
     border-bottom-left-radius: 30px;
}


@media screen and (min-width: 768px) {
 .l-top .l-recruit .flex-box .white_back {
    margin: 0rem auto;
    background-color: #fff;
     padding: 2rem 10rem 2rem 2rem;
     border-top-right-radius: 0px;
     border-top-left-radius: 30px;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
     
}
} 

@media screen and (min-width:1210px) {
    .l-top .l-recruit .flex-box .white_back {
    margin: 0rem auto;
    background-color: #fff;
     padding: 2rem 10rem 2rem 2rem;
     border-top-right-radius: 0px;
     border-top-left-radius: 30px;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
     width: 100%
  }
    }

.l-top .l-recruit .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 4rem;
    color: #00a84d;
    margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .l-top .l-recruit .main-title h2 {
      font-size: 5.1rem;
      margin: 0rem;
      
  }
}

.l-top .l-recruit .main-title .main-catch {
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    font-weight: bold;

}

@media screen and (min-width: 768px) {
  .l-top .l-recruit .main-title .main-catch {
      font-size: 1.8rem;
      margin-bottom: 3rem;
  }
}


/*  システム
 * ---------------- */

.l-top .l-system {
    position:relative;
    height: 95vh;
    margin: 8rem auto 0;
}

@media screen and (min-width: 768px) {
.l-top .l-system {
    position:relative;
    height: auto;
    margin: 8rem auto 0;
}
}

.l-top .l-system .main-title {
    position: relative;
    background: linear-gradient(180deg, rgba(0,168,77,1) 50%,
    rgba(0,0,0,0) 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    }

@media screen and (min-width: 768px) {
  .l-top .l-system .main-title {
      position: relative;
      background: linear-gradient(180deg, rgba(0,168,77,1) 50%,
    rgba(0,0,0,0) 50%);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 350px;
}
}

.l-top .l-system .main-title .inner {
    width: 100%;
    margin-top: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
    padding:0 10px;
    position: absolute;
    top: 0;
}


@media screen and (min-width: 768px) {
  .l-top .l-system .main-title .inner {
    width: 120rem;
    margin: 4rem auto 0;
      position: absolute;
      top: 0;
  }
}

.l-top .l-system .main-title .system-container {
      width: 100%;
      margin-top: 1.2rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-system .main-title .system-container {
    width: 94rem;
    margin: auto;
  }
}

.l-top .l-system .main-title .white-txt {
      color: #fff;
    margin: 2rem 0;
  }

.l-top .l-system .main-title h2 {
    font-family: "WindSong", cursive;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 4rem;
    color: #fff;

}

@media screen and (min-width: 768px) {
  .l-top .l-system .main-title h2 {
      font-size: 5.1rem;
      margin-top: 0rem;
      
  }
}

.l-top .l-system .main-title .flexbox {
    display: block;
    padding: 10px;
}


@media screen and (min-width: 768px) {
.l-top .l-system .main-title .flexbox {
    display: flex;
    width: 940px;
    padding: 10px 0;
    position: absolute;
    top: 50%;
}
}

.l-top .l-system .main-title .flexbox>div{
    width: 100%;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
.l-top .l-system .main-title .flexbox>div{
    width: 50%;
    padding: 10px 0;
}
}


.l-top .l-system .main-title .flex-box-img{
    width: 100%;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
.l-top .l-system .main-title .flex-box-img{
    width: 100%;
    padding: 10px 0 ;
}
}


.l-top .l-system .main-title .main-catch {
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    font-weight: bold;

}

@media screen and (min-width: 768px) {
.l-top .l-system .main-title .main-catch {
      font-size: 1.8rem;
      margin: 9rem 0 1rem;
  }
}

@media screen and (min-width: 768px) {
.l-top .l-system .main-title .round_arrow {
  margin-right: 8rem;
}
}


/*  新着情報
 * ---------------- */

.l-top .l-news .main-title {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0rem auto 12rem;
    padding: 10px;
}

@media screen and (min-width: 768px) {
.l-top .l-news .main-title {
      margin: 8rem auto 0rem;
      height: 500px;
}
}

.l-top .l-news .main-title .inner {
    width: 100%;
    margin-top: 0rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    position: relative;
    top: 0;
}


@media screen and (min-width: 768px) {
  .l-top .l-news .main-title .inner {
    width: 100%;
    margin: 4rem auto 0;
      position: relative;
      top: 0;
  }
}

.l-top .l-news .main-title .news-container {
    width: 100%;
    margin: 0 auto;
    padding:20px ;
    background-color: #fff;
    border-radius: 30px;
  }


@media screen and (min-width: 768px) {
  .l-top .l-news .main-title .news-container {
    width: 94rem;
    margin: 1.2rem auto;
      background-color: #fff;
      border-radius: 30px;
  }
}

.l-top .l-news .main-title .flex_box{
    display: block;
    padding: 10px;
}

@media screen and (min-width: 768px) {
.l-top .l-news .main-title .flex_box{
    display: flex;
    padding: 10px;
}
}

.l-top .l-news .main-title .flex_box_left{
    width: 100%;
    padding: 10px;
}

@media screen and (min-width: 768px) {
.l-top .l-news .main-title .flex_box_left{
    width: 200px;
    padding: 10px;
}
}

.l-top .l-news .main-title .flex_box_right{
    width: 100%;
    padding: 10px;
}

@media screen and (min-width: 768px) {
.l-top .l-news .main-title .flex_box_right{
    width: 700px;
    padding: 10px;
}
}

.l-top .l-news .main-title .flex_box h2 {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.2rem;
    font-size: 4rem;

}

@media screen and (min-width: 768px) {
  .l-top .l-news .main-title .flex_box h2 {
      font-size: 4.1rem;
      margin-top: 0rem;
      
  }
}

@media screen and (min-width: 768px) {
.l-top .l-news .main-title .round_arrow {
    margin: 20rem 0 0;
}
}

.l-top .l-news .main-title .news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.l-top .l-news .main-title .news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 18px 20px;
}
.l-top .l-news .main-title .news-list .item:first-child a{
  border-top: 1px solid #CCC;
    width: 100%
}
.l-top .l-news .main-title .news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 15px;
  color: #999;
  padding: 0 20px 0 0;
}
.l-top .l-news .main-title .news-list .item .title{
  margin: 0;
  width: 100%;
}
.l-top .l-news .main-title .news-list .item a:hover .title{
  color: #CCC;
}

@media screen and (max-width: 767px){
.l-top .l-news .main-title .news-list .item a{
  flex-wrap: wrap;
}
.l-top .l-news .main-title .news-list .item .date{
  min-width: 100px;
}
.l-top .l-news .main-title .news-list .item .title{
  margin-top: 10px;
}
}

.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width:3em;
    height: 0.05em;
    background: currentColor;
    margin: 1rem;
}

.dli-arrow-right::before {
    content: '';
    width: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}



@media screen and (max-width: 767px){
.dli-arrow-right {
    display: none;
}

.dli-arrow-right::before {
    display: none;
}
}


.l-top-mail {
  max-width: 64rem;
  padding: 0 1rem;
  margin: 8rem auto 0;
}

.l-top-mail .block {
  padding: 3rem 2rem;
  background-color: #00a84d;
  border-radius: 1rem;
}

.l-top-mail .block .text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
}

.l-top-mail .block .maillink {
  max-width: 30rem;
  margin: 2rem auto 0;
}

.l-top-mail .block .maillink a {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  border-radius: 100vh;
  color: #00a84d;
  background-color: #fff;
  display: block;
}

@media screen and (min-width: 768px) {
  .l-top-mail {
    padding: 0;
  }

  .l-top-mail .block {
    padding: 3rem;
  }
}


/* ---------------------
 * 個別ページタイトルエリア
 * --------------------- */

.p-title-area {
    margin: 10rem auto 2rem;
    width: 100%;
    padding: 0 20px;

}

@media screen and (min-width: 768px) {
  .p-title-area {
      margin: 15rem auto 10rem;
      width: 980px;
      padding: 0;

}
}

.p-title-area h2{
    font-family: "Jost", sans-serif;
    font-size: 3.2rem;
    color: #00A84D;
}

.p-title-area .title {
    font-family: "Jost", sans-serif;
    font-size: 3.2rem;
    color: #00A84D;
}

@media screen and (min-width: 768px) {
  .p-title-area h2{
      font-family: "Jost", sans-serif;
      font-size: 4.2rem;
      color: #00A84D;
}

  .p-title-area .title {
      font-family: "Jost", sans-serif;
      font-size: 4.2rem;
      color: #00A84D;
}
}

/* ---------------------
 * 個別ページタイトルエリア
 * --------------------- */

.l-p-thanks-content {
  margin-top: 3rem;
}

.l-p-thanks-content .inner {
  max-width: 98rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.l-p-thanks-content .content-title {
  font-size: 2rem;
  font-weight: bold;
}

.l-p-thanks-content .content-text {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .l-p-thanks-content .content-title {
    font-size: 2.6rem;
  }

  
  .l-p-thanks-content .content-text {
    margin-top: 2rem;
  }
}


/* ---------------------
 * TOPICS
 * --------------------- */
 
 .l-p-topics .inner {
   max-width: 102rem;
   padding: 0 2rem;
   margin: 0 auto;
 }

.p-topics {
  margin-top: 3rem;
}

.p-topics .date-cat .date {
  font-size: 1.3rem;
}

.p-topics .date-cat .cat {
  margin-left: 1rem;
}

.p-topics .topics-title {
  font-size: 2.4rem;
  margin: 2rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #ccc;
}

.p-topics .topics-thumbnail {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.p-topics .topics-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 60rem;
  object-fit: contain;
}

.p-topics .topics-content {
  margin-top: 3rem;
}

.p-topics .topics-btn {
  max-width: 40rem;
  margin: 5rem auto 0;
}

.p-topics .topics-btn a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.5rem;
  text-align: center;
  color: #fff;
  background-color: #00a84d;
  border-radius: 100vh;
  display: block;
  position: relative;
}
 
.p-topics .topics-btn a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 2.3rem; 
  height: 2.3rem; 
  border-radius: 100vh; 
  background-color: #fff;
}
 
.p-topics .topics-btn a::after { 
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2.8rem;
  width: .5rem;
  height: .5rem;
  border-top: .2rem solid #00a84d;
  border-right: .2rem solid #00a84d;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-topics .topics-title {
    font-size: 2.8rem;
    margin-bottom: 4.5rem;
    padding-bottom: 2.5rem;
  }

  .p-topics .topics-content {
    margin-top: 4.5rem;
  }
}


.p-topics_list .topics_list_cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-topics_list .topics_list_cat .cat-title {
  font-size: 1.6rem;
}

.p-topics_list .topics_list_cat .cat-list li {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  display: inline-block;
}

.p-topics_list .topics_list_cat .cat-list li a {
  padding-bottom: 0.5rem;
}

.p-topics_list .topics_list_cat .cat-list li a:hover {
  color: #00a84d;
}

.p-topics_list .topics_list_cat .cat-list li a.is-active {
  color: #00a84d;
  border-bottom: .1rem solid #00a84d;
}

.p-topics_list .topics_list {
  display: grid;
  gap: 4rem;
  margin-top: 3rem;
}

.p-topics_list .topics_list li .list-thumbnail {
  width: 100%;
  aspect-ratio: 6 / 4;
  overflow: hidden;
  position: relative;
}

.p-topics_list .topics_list li .list-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all .3s;
}

.p-topics_list .topics_list li a:hover .list-thumbnail img {
  transform: scale(1.1);
}

.p-topics_list .topics_list li .list-title {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.p-topics_list .topics_list li .list-cat {
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-topics_list .topics_list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }
}


.c-page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .c-page_nav {
    margin-top: 5rem;
  }
}

.c-page_nav .current {
  min-width: 3.2rem;
  line-height: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #00a84d;
}

@media screen and (min-width: 768px) {
  .c-page_nav .current {
    min-width: 4.2rem;
    line-height: 4rem;
  }
}

.c-page_nav a {
  min-width: 3.2rem;
  display: block;
  line-height: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: initial;
  border: 0.1rem solid #00a84d;
  border-radius: 100vh;
  color: #00a84d;
  margin: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .c-page_nav a {
    min-width: 4.2rem;
    line-height: 4rem;
  }
  .c-page_nav a:hover {
    color: #ffffff;
    border-color: #00a84d;
    background-color: #00a84d;
  }
  .c-page_nav a:hover.prev::before, .c-page_nav a.next:hover::before {
    border-color: #ffffff;
  }
}

.c-page_nav a.prev, .c-page_nav a.next {
  height: 3.2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-page_nav a.prev, .c-page_nav a.next {
    height: 4.2rem;
  }
}

.c-page_nav a.prev::before, .c-page_nav a.next::before {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  border-left: 0.2rem solid #00a84d;
  border-bottom: 0.2rem solid #00a84d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

.c-page_nav a.next::before {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
          transform: translate(-75%, -50%) rotate(-135deg);
}

.c-page_nav .no_link {
  display: none;
}

/* ---------------------
 * LINK
 * --------------------- */

.l-p-link .inner {
  max-width: 102rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.p-link {
margin-top: 5rem;
}

.p-link .p-link_block {
margin-top: 4rem;
}

.p-link .p-link_title {
  color: #00A84D;
  font-size: 2.5rem;
}

.p-link .p-link_list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.p-link .p-link_list a {
  border-bottom: 0.1rem solid #bbbbbb;
  padding-bottom: 0.5rem;
  transition: .3s;
}

.p-link .p-link_list a:hover {
  color: #00A84D;
  border-color: #00a84d;
}

@media screen and (min-width: 768px) {
  
  .p-link .p-link_block {
    margin-top: 8rem;
  }
  .p-link .p-link_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
    margin-top: 2rem;
  }
}