@charset "utf-8";

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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
html,
body {
  height: 100%;
}
table,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover,
a:visited,
a:link,
a:active {
  color: #000;
}

.SP {
  display: none;
}

.SP_inline {
  display: none;
}

.PC {
  display: block;
}

.PC-inline {
    display: inline;
  }

@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }

  .PC-inline {
    display: none;
  }

  .SP {
    display: block;
  }

  .SP_inline {
    display: inline;
  }
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .contents {
    font-size: 14px;
    line-height: 1.7;
  }
}

.header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__bar {
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin: 0 20px;
  padding: 0 30px;
  align-items: center;
  background: linear-gradient(
    90deg,
    #ffffff 2.47%,
    rgba(255, 255, 255, 0.3) 99.44%
  );
  backdrop-filter: blur(4px);
  border-radius: 45px;
}

.header__subTitle {
  margin: 0 0 0 24px;
  font-size: 12px;
  line-height: 28px;
}

.header__links {
  display: flex;
  align-items: center;
}

.header__nav {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}

.header__navItem {
  margin: 0 40px 0 0;
}

.header__navItemLink {
  color: #000;
}

.header__entry {
  display: block;
  position: relative;
  width: 233px;
  height: 72px;
  font-size: 20px;
  line-height: 68px;
  text-align: center;
  background: #2d8c3c;
  border-radius: 39px;
  border: 2px solid #2d8c3c;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.header__entry:visited,
.header__entry:link,
.header__entry:active {
  color: #fff;
}

.header__entry:hover {
  color: #2d8c3c;
  border: 2px solid #2d8c3c;
  background-color: #fff;
}

@media screen and (max-width: 1300px) {
  .header__subTitle {
    margin: 0;
    display: block;
    word-spacing: 0;
    line-height: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    top: 0;
  }
  .header__bar {
    border-radius: 0;
    width: 100vw;
    height: 74px;
    margin: 0;
    padding: 12px 0;
  }
  .header__logo {
    margin: 0 0 0 12px;
  }
  .header__subTitle {
    margin: 0;
    display: block;
    word-spacing: 0;
    line-height: 16px;
  }
  .header__entry {
    font-size: 14px;
    width: 120px;
    height: 50px;
    line-height: 46px;
    margin: 0 12px 0 0;
  }
}

@media screen and (max-width: 979px) {
  .header__nav {
    display: none;
  }
}

.joinOurTeam {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-weight: 700;
  background: url(../image/join.svg) no-repeat center center;
  background-size: 120% 120%;
  background-color: #82be28;
}

.joinOurTeam__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.joinOurTeam__title {
  max-width: calc(100vw - 120px);
}

.joinOurTeam__link {
  width: 268px;
  height: 74px;
  line-height: 74px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-radius: 37px;
  border: 2px solid #2d8c3c;
  transition: 0.3s;
}

.joinOurTeam__link:visited,
.joinOurTeam__link:link,
.joinOurTeam__link:active {
  color: #2d8c3c;
}

.joinOurTeam__link:hover {
  color: #fff;
  background-color: #2d8c3c;
}

@media screen and (max-width: 768px) {
  .joinOurTeam {
    padding: 60px 20px;
    background-size: 686px 170px;
    background-position: center center;
  }
  .joinOurTeam__inner {
    display: block;
    text-align: center;
  }
  .joinOurTeam__link {
    display: block;
    margin: 32px auto 0;
    height: 60px;
    line-height: 60px;
  }
}

.footer {
  color: #fff;
}

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

.footerLinks__item {
  width: 33%;
  height: 300px;
}

.footerLinks__item:nth-of-type(3n) {
  width: 34%;
}

.footerLinks__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.footerLinks__link:hover,
.footerLinks__link:visited,
.footerLinks__link:link,
.footerLinks__link:active {
  color: #fff;
}

.footerLinks__link_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1);
  z-index: -1;
}

.footerLinks__item:nth-child(1) .footerLinks__link_bg {
  background-image: url("../image/footer_link01.png");
}
.footerLinks__item:nth-child(2) .footerLinks__link_bg {
  background-image: url("../image/footer_link02.png");
}
.footerLinks__item:nth-child(3) .footerLinks__link_bg {
  background-image: url("../image/footer_link03.png");
}
.footerLinks__item:nth-child(4) .footerLinks__link_bg {
  background-image: url("../image/footer_link04.png");
}
.footerLinks__item:nth-child(5) .footerLinks__link_bg {
  background-image: url("../image/footer_link05.png");
}
.footerLinks__item:nth-child(6) .footerLinks__link_bg {
  background-image: url("../image/footer_link06.png");
}

.footerLinks__item .footerLinks__link:hover .footerLinks__link_bg {
  transform: scale(1.1);
}

@media screen and (max-width: 979px) {
  .footerLinks__item,
  .footerLinks__item:nth-of-type(3n) {
    width: 50%;
    height: 30vw;
  }
}

@media screen and (max-width: 660px) {
  .footerLinks__item,
  .footerLinks__item:nth-of-type(3n) {
    width: 100%;
    height: 50vw;
  }
  .footerLinks__link {
    font-size: 18px;
  }
}

.footer__external {
  padding: 0 0 100px;
  background-color: #232629;
}

.footer__twitter {
  padding: 44px 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.footer__twitter_link {
  text-decoration: underline;
  color: #82be28;
}

.footer__twitter_link:hover,
.footer__twitter_link:visited,
.footer__twitter_link:link,
.footer__twitter_link:active {
  color: #82be28;
}

.textLink:hover {
  opacity: 0.8;
}

.footer__corporate {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.footer__contact_title {
  font-size: 18px;
  font-weight: bold;
}

.footer__contact_text {
  font-size: 12px;
  margin: 8px 0 0;
}

.footer__contact_link {
  display: inline-block;
  padding: 18px 0;
  margin: 32px auto 0;
  text-align: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid #838383;
  border-radius: 4px;
}

.footer__contact_link:visited,
.footer__contact_link:link,
.footer__contact_link:active {
  color: #fff;
}

.footer__contact_link:hover {
  color: #fff;
  border: 1px solid #fff;
}
.footer__snsCopyRight {
  max-width: 450px;
}

.footer__sns {
  margin: 26px 0 0;
  max-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__snsList {
  display: flex;
  justify-content: right;
  align-items: center;
}

.footer__snsList_item {
  margin: 0 12px;
}

.footer__snsList_link {
  display: flex;
  align-items: center;
}

.footer__copyright {
  margin: 26px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #838383;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

@media screen and (max-width: 730px) {
  .footer__twitter {
    font-size: 16px;
    padding: 40px 0 54px;
  }
  .footer__corporate {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__contact {
    margin: 0 36px;
  }
  .footer__contact_title {
    text-align: center;
  }
  .footer__contact_link {
    margin: 16px auto 0;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
  }
  .footer__sns {
    display: block;
    text-align: center;
    margin: 60px 0 0;
    font-size: 18px;
  }
  .footer__snsList {
    justify-content: center;
    margin: 16px auto 0;
  }
  .footer__snsList_link img {
    width: 40px;
    height: auto;
  }
  .footer__copyright {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    border-top: none;
    margin: 60px 0 0;
    padding: 0;
  }

  .footer__copyright::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #838383;
    top: -31px;
  }
  .footer__copyrightText {
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px auto 0;
  }
}

.footerBackLink {
  max-width: 1080px;
  width: calc(100vw - 16px);
  margin: 80px auto;
  font-size: 18px;
}

@media screen and (max-width: 730px) {
  .footerBackLink {
    margin: 40px auto;
    font-size: 14px;
  }
}

.breadcrambList {
  margin: 80px auto;
  width: 1080px;
  max-width: calc(100% - 48px);
  line-height: normal;
}

.breadcrambList__list {
  display: flex;
  justify-content: start;
}

.breadcrambList__item {
  position: relative;
  padding: 0 20px 0 0;
}

.breadcrambList__item::after {
  position: absolute;
  top: 8px;
  right: 8px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #838383;
  border-right: 1px solid #838383;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrambList__item:last-child::after {
  display: none;
}

.breadcrambList__link:hover {
  text-decoration: underline;
}

/* 1. 既存の「＋」の線を、before/afterともに完全に消去・リセットする */
.guildeline__title.-link::before,
.guildeline__title.-link::after {
  content: "" !important;
  background-color: transparent !important; /* 棒の色を透明に */
  background-image: none !important;      /* 既存の背景があれば消す */
  border: none !important;                /* 枠線を消す */
  width: auto;
  height: auto;
}

/* 2. after の方にだけ、新しく26pxの画像をセットする */
.guildeline__title.-link::after {
  content: "" !important;
  display: block !important;
  
  /* サイズ固定 */
  width: 26px !important;
  height: 26px !important;
  
  /* 画像設定 */
  background-image: url("../image/linkarrow.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  /* 位置設定 */
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%) !important;
  
  /* 余計な回転やアニメーションを無効化 */
  transition: none !important;
}

/* 1. 親要素(dt)自体の余白を完全にリセットする */
.guildeline__title.-link {
  padding: 0 !important;
  cursor: pointer;
}

/* 2. リンク範囲：ご指定の数値を正確に反映 */
.custom-link-overlay {
  text-decoration: none !important;
  color: inherit !important;
  
  display: block;      /* 全体をリンク領域にする */
  width: 100%;
  box-sizing: border-box;
  
  /* 上下 18px / 右 90px / 下 18px / 左 30px */
  padding: 18px 90px 18px 30px !important;
  
  /* 文字の折り返しなどによるズレを防止 */
  line-height: inherit;
}

/* 3. ホバー時の挙動（変化なし） */
.custom-link-overlay:hover {
  opacity: 1 !important;
  background-color: transparent !important;
}

/* PC・スマホ共通のベース設定 */
.guildeline__title.-link::after {
  content: "" !important;
  display: block;
  width: 26px !important;
  height: 26px !important;
  background-image: url("../image/linkarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  top: 50% !important; /* 親要素の高さの半分 */
  right: 20px !important;
  
  /* 中央配置 (-50%) させた後、さらに上に持ち上げて調整 */
  /* -2pxの部分を、1px単位で書き換えて微調整してください */
  transform: translateY(-50%) translateY(-2px) !important;
  
  margin-top: 0 !important;
}

/* スマホ用のサイズ微調整 */
@media screen and (max-width: 768px) {
  .guildeline__title.-link::after {
    /* スマホでアイコンを少し小さくする場合 */
    width: 22px !important;
    height: 22px !important;
    
    /* スマホでズレがPCと違う場合はここでも数値を調整できます */
    /* transform: translateY(-50%) translateY(-1px) !important; */
  }
}
