@charset "UTF-8";
/* 背景画像を固定表示 */
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-fixed {
    background-position: bottom;
  }
}
.bg-fixed.is-bg {
  background-image: url("../img/top/top_bg.jpg");
}
@media screen and (max-width: 768px) {
  .bg-fixed.is-bg {
    background-image: url("../img/top/top_bg_sp.jpg");
  }
}
.bg-fixed.is-bg02 {
  background-image: url("../img/top/top_bg02.jpg");
}
@media screen and (max-width: 768px) {
  .bg-fixed.is-bg02 {
    background-image: url("../img/top/top_bg02_sp.jpg");
  }
}
.bg-fixed.is-bg03 {
  background-image: url("../img/top/top_bg03.jpg");
}
@media screen and (max-width: 768px) {
  .bg-fixed.is-bg03 {
    background-image: url("../img/top/top_bg03_sp.jpg");
  }
}

.top_head {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}
.top_head h1 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
}
.top_head h1 img {
  display: block;
  width: 100%;
  max-width: 714px;
  margin: 0 auto;
	opacity: .8;
}
@media screen and (max-width: 1024px) {
  .top_head h1 img {
    max-width: 326px;
  }
}
.top_head h1 span {
  visibility: hidden;
  display: block;
  height: 0;
}
.top_head p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin: -16px 0 0;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .top_head p {
    font-size: 1.6rem;
    margin: -5px 0 0;
  }
}

.acr_link {
  position: fixed;
  right: 36px;
  bottom: 28px;
  z-index: 100;
  transition: 0.4s all;
}
@media (any-hover: hover) {
  .acr_link:hover {
    transform: scale(1.1);
    transition: 0.4s all;
  }
}
@media screen and (max-width: 768px) {
  .acr_link {
    display: none;
  }
}
.acr_link img {
  display: block;
  width: 33px;
}

.txt_content {
  display: flex;
  justify-content: center;
  padding: 50vh 149px 50vh 107px;
  will-change: transform;
  background-color: rgba(0, 0, 0, 0); /* 最初は透明 */
  transition: background-color 0.1s ease; /* スムーズな変化 */
}
@media screen and (max-width: 1024px) {
  .txt_content {
    display: block;
    padding: 100vh 24px 25vh 24px;
  }
}
@media screen and (max-width: 1024px) {
  .txt_content .policy_logo {
    max-width: fit-content;
    margin: 0 auto;
  }
}
.txt_content .policy_logo img {
  position: sticky;
  top: 430px;
  display: block;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .txt_content .policy_logo img {
    max-width: 304px;
    position: initial;
  }
}
.txt_content .txt {
  padding-top: 50vh;
  margin-left: 151px;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .txt_content .txt {
    padding-top: 70px;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.txt_content .txt p {
  font-size: 2.2rem;
  line-height: 2.04;
  color: #2c2c2c;
	font-weight: 600;
  margin-top: 56px;
}
.txt_content .txt p:nth-of-type(2) {
  margin-top: 32px;
}
.txt_content .txt p + p {
  font-size: 1.8rem;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .txt_content .txt p + p {
    font-size: 1.6rem;
    line-height: 2.04;
    margin-top: 32px;
    white-space: pre;
  }
}
.txt_content .txt p.policy {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.16em;
  max-width: fit-content;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .txt_content .txt p.policy {
    font-size: 1.4rem;
  }
}
.txt_content .txt p.policy::after {
  content: "";
  width: 61px;
  height: 1px;
  background-color: #2c2c2c;
  position: absolute;
  top: 50%;
  right: -88px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .txt_content .txt p.policy::after {
    width: 30px;
    right: -44px;
  }
}

.main_content {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.main_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg_lattice.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .main_content::after {
    background-image: url("../img/bg_lattice_sp.png");
    background-repeat: repeat;
    background-size: contain;
  }
}

main {
  margin-bottom: 168px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-bottom: 106px;
  }
}
main .news_content {
  margin: -56px 0 0;
  padding-right: 80px;
  background-color:#fff;
}
@media screen and (max-width: 1024px) {
  main .news_content {
    margin: -2px 0 0;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0);
  }
}
main .news_content .news_content_inner {
  margin: 0 auto;
  padding: 26px 24px;
  max-width: 1200px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_content_inner {
    display: block;
    background-color: #fff;
    padding: 96px 16px;
  }
}
main .news_content .news_content_inner::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -50px;
  background-image: url("../img/top/news_ico.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 380px;
  height: 380px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_content_inner::after {
    display: none;
  }
}
main .news_content hgroup {
  min-width: fit-content;
  margin-left: 78px;
}
@media screen and (max-width: 1024px) {
  main .news_content hgroup {
    max-width: fit-content;
    margin: 0 auto;
  }
}
main .news_content hgroup span {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #173878;
}
@media screen and (max-width: 1024px) {
  main .news_content hgroup span {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
main .news_content hgroup span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #173878;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  main .news_content hgroup span::after {
    width: 28px;
    margin-left: 6px;
  }
}
main .news_content hgroup h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #173878;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1024px) {
  main .news_content hgroup h2 {
    font-size: 2.8rem;
    font-weight: 700;
  }
}
main .news_content .news_list_box {
  display: grid;
  place-items: center;
  margin-left: 169px;
  width: calc(100% - 378px);
  height: 207px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_list_box {
    margin: 41px 0 0 0;
    width: 100%;
    height: 256px;
  }
}
@media screen and (max-width: 768px) {
  main .news_content .news_list_box {
    height: auto;
    max-height: 273px;
  }
}
main .news_content .news_list_box dl {
  width: 100%;
}
main .news_content .news_list_box dl a {
  transition: 0.5s all;
}
main .news_content .news_list_box dl a dd {
  color: #0066cc;
}
@media (any-hover: hover) {
  main .news_content .news_list_box dl a:hover {
    background-color: #EFF4F9;
    transition: 0.5s all;
  }
}
main .news_content .news_list_box dl .dl_inner {
  display: flex;
  border-top: 1px solid #989898;
  padding: 21px 16px;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_list_box dl .dl_inner {
    display: block;
    padding: 16px 0 20px;
  }
}
main .news_content .news_list_box dl .dl_inner:last-child {
  border-bottom: 1px solid #989898;
}
main .news_content .news_list_box dl .dl_inner dt {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #808080;
  letter-spacing: 0.18em;
  min-width: fit-content;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_list_box dl .dl_inner dt {
    font-size: 1.4rem;
    line-height: 1;
  }
}
main .news_content .news_list_box dl .dl_inner dd {
  font-size: 1.6rem;
  margin-left: 110px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  main .news_content .news_list_box dl .dl_inner dd {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
main .sub_visual {
  display: block;
  margin: 126px 0 0;
}
@media screen and (max-width: 1024px) {
  main .sub_visual {
    margin: 0px;
  }
}
main .sub_visual img {
  display: block;
  width: 100%;
}
main .hidden_x {
  overflow-x: hidden;
  overflow-y: hidden;
}
main .sub_page_content {
  margin: 200px 0 0;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content {
    margin: 191px 0 0;
  }
}
main .sub_page_content > div:nth-child(n+2) {
  margin-top: 224px;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content > div:nth-child(n+2) {
    margin: 191px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  main .sub_page_content > div:nth-child(n+2) {
    margin: 250px 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  main .sub_page_content > div:nth-child(n+2) {
    margin: 184px 0 0;
  }
}
main .sub_page_content section {
  width: calc(100% - 158px);
  margin: 0 64px 0 158px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section {
    width: calc(100% - 80px);
    margin: 0 64px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section {
    width: calc(100% - 28px);
    margin: 0 0 0 auto;
  }
}
main .sub_page_content section.sec_layout {
  margin: 0 158px 0 0;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section.sec_layout {
    margin: 0 80px 0 0;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section.sec_layout {
    flex-direction: column-reverse;
    margin: 0 auto 0 0;
    width: calc(100% - 28px);
  }
}
main .sub_page_content section.sec_layout .sub_page_content_inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section.sec_layout .sub_page_content_inner {
    flex-direction: column-reverse;
  }
}
main .sub_page_content section.sec_layout .sub_page_content_inner::before {
  top: 0;
  right: 0;
  left: inherit;
}
main .sub_page_content section.sec_layout .sub_page_content_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  left: initial;
  background:  #8CC2E6;
  width: 100vw;
  height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
}
main .sub_page_content section.sec_layout.sec-02 .sub_page_content_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  left: initial;
  background: #c1ffff;
  width: 100vw;
  height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section.sec_layout .sub_page_content_inner::after {
    display: none;
  }
}
main .sub_page_content section.sec_layout .sub_page_content_inner .sub_page_img {
  margin-right: 188px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section.sec_layout .sub_page_content_inner .sub_page_img {
    margin-right: 74px;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section.sec_layout .sub_page_content_inner .sub_page_img {
    margin-right: auto;
	  padding: 0 24px;
  }
  main .sub_page_content section.sec_layout .sub_page_content_inner .sub_page_img img {
    margin: 0 auto 0 0;
  }
}
main .sub_page_content section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
/*  background-image: url("../img/top/sub_page_bg.png");*/
  background-size: cover;
  background-repeat: repeat-x;
  background-position: right;
  width: 100%;
  max-width: 1280px;
  height: 100%;
background: linear-gradient(270deg, #e0ffc1, #f2ffe6);
}

main .sub_page_content section.sec-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
/*  background-image: url("../img/top/sub_page_bg.png");*/
  background-size: cover;
  background-repeat: repeat-x;
  background-position: right;
  width: 100%;
  max-width: 1280px;
  height: 100%;
background: linear-gradient(90deg, #FCF2F7, #ffc1e0);
}
main .sub_page_content section.sec-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
/*  background-image: url("../img/top/sub_page_bg.png");*/
  background-size: cover;
  background-repeat: repeat-x;
  background-position: right;
  width: 100%;
  max-width: 1280px;
  height: 100%;
background: linear-gradient(90deg, #c1ffff, #ecffff);
}

main .fd_right::before{
	border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

main .fd_left::before{
	border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;

}




@media screen and (max-width: 768px) {
  main .sub_page_content section::before {
	      background: linear-gradient(270deg, #e0ffc1, #f2ffe6);
  }
}
main .sub_page_content section .sub_page_content_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 24px 0 24px 159px;
  max-width: 1280px;
  min-height: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner {
    padding: 24px 0 24px 60px;
    justify-content: space-between;
  }
  main .sub_page_content section .sub_page_content_inner > div {
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner {
    flex-direction: column-reverse;
    padding: 24px 24px 38px 36px;
  }
}
main .sub_page_content section .sub_page_content_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 226px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner::before {
    width: 11px;
    height: 128px;
  }
}
main .sub_page_content section .sub_page_content_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #e0ffc1;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

main .sub_page_content section.sec-01 .sub_page_content_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffc1e0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}


@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner::after {
    display: none;
  }
}
main .sub_page_content section .sub_page_content_inner.layout {
  padding: 24px 159px 24px 0;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner.layout {
    padding: 24px 80px 24px 0;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner.layout {
    padding: 24px 36px 38px 0;
  }
  main .sub_page_content section .sub_page_content_inner.layout > div {
    padding-left: 36px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner > div {
    margin: -90px 0 0;
    position: relative;
    z-index: 100;
  }
}
main .sub_page_content section .sub_page_content_inner .flex_layout {
  width: 69%;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner .flex_layout {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .flex_layout {
    width: auto;
  }
}
main .sub_page_content section .sub_page_content_inner hgroup span {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #173878;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner hgroup span {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
main .sub_page_content section .sub_page_content_inner hgroup span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #173878;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner hgroup span::after {
    width: 28px;
    margin-left: 7px;
  }
}
main .sub_page_content section .sub_page_content_inner hgroup h2 {
  font-size: 5.2rem;
  font-weight: 700;
  color: #173878;
  background: linear-gradient(180deg, #5B73A0 17.33%, #173878 83.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner hgroup h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner hgroup h2 {
    font-size: 3rem;
  }
}
main .sub_page_content section .sub_page_content_inner p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.04;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner p {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner p {
    margin-top: 28px;
  }
}
main .sub_page_content section .sub_page_content_inner .sub_page_img {
  transform: translateY(-90px);
  margin-left: 124px;
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner .sub_page_img {
    transform: translateY(-150px);
    margin-left: 74px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .sub_page_img {
    width: calc(100% - 11px);
    margin-left: auto;
    transform: translateY(-124px);
  }
}
main .sub_page_content section .sub_page_content_inner .sub_page_img.layout {
  margin-left: 150px;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .sub_page_img.layout {
    margin-left: auto;
  }
}
main .sub_page_content section .sub_page_content_inner .sub_page_img img {
  display: block;
  width: 100%;
  max-width: 450px;
  box-shadow: -10px 15px 40px 0px rgba(94, 94, 94, 0.2);
	border-radius: 16px;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .sub_page_img img {
    margin-left: auto;
	  max-width: 560px;
  }
}
main .sub_page_content section .sub_page_content_inner .bg_txt {
position: absolute;
    top: 0;
    left: -64px;
    z-index: 99;
    color: #fff;
    writing-mode: vertical-lr;
    font-size: 12rem;
    opacity: .8;
	
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt {
    width: 78px;
	          
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt {
    top: inherit;
        position: absolute;
        z-index: 99;
        color: #fff;
        font-size: 8rem;
        opacity: .8;
        font-weight: 700;
        line-height: 2.04;
        margin-top: 32px;
	  left: -20px;
  }
	main .sub_page_content section.sec-02 .sub_page_content_inner .bg_txt {
    width: 53px;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
		opacity: .5;
  }
}
main .sub_page_content section .sub_page_content_inner .bg_txt.layout {
    top: inherit;
    bottom: -60px;
	writing-mode: horizontal-tb;
	font-size: 12rem;
    left: -32px;
}
main .sub_page_content section.sec-02 .sub_page_content_inner .bg_txt.layout {
    top: inherit;
    bottom: -60px;
	writing-mode: horizontal-tb;
	font-size: 12rem;
    left: -32px;
	opacity: .5;
	margin-left: 170px;
}
@media screen and (max-width: 768px) {
  main .sub_page_content section.sec-02 .sub_page_content_inner .bg_txt.layout {
    bottom: -20px;
        font-size: 7rem;
        opacity: .5;
        left: -150px;
        display: inline-block;
        transform: rotate(270deg);
        transform-origin: left top;
	}}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt.layout {
    max-width: 512px;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt.layout {
    width: 363px;
    top: inherit;
    left: -158px;
    bottom: 160px;
    right: inherit;
    rotate: 90deg;
  }
}
main .sub_page_content section .sub_page_content_inner .bg_txt.layout02 {
  width: 100%;
  max-width: 840px;
  top: inherit;
  bottom: -60px;
    writing-mode: unset;
    left: 32px;
	
}
@media screen and (max-width: 1024px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt.layout02 {
    max-width: 615px;
  }
}
@media screen and (max-width: 768px) {
  main .sub_page_content section .sub_page_content_inner .bg_txt.layout02 {
    width: 313px;
    top: inherit;
    left: -110px;
    bottom: 160px;
    right: 480px;
    rotate: 90deg;
	font-size: 5rem;  
  }
}
main .recruit_content .recruit_content_inner {
  margin: 200px auto 0;
  max-width: 1184px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner {
    margin: 80px auto 0;
    width: calc(100% - 48px);
  }
}
main .recruit_content .recruit_content_inner::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
 /*  background-image: url("../img/line02.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  width: 226px;
  height: 16px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner::before {
    width: 128px;
    top: 1px;
    left: -1px;
  }
}
main .recruit_content .recruit_content_inner .bg_txt {
  position: absolute;
  top: -48px;
  left: 60px;
  display: block;
  z-index: 99;
	font-size: 12rem;
    opacity: .7;
    color: #fff;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .bg_txt {
    width: 335px;
            font-size: 8rem;
            top: -10px;
            right: 0;
            display: flex;
            justify-content: center;
            left: 0;
	  margin: auto;
  }
}
main .recruit_content .recruit_content_inner .inner_layout {
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}
main .recruit_content .recruit_content_inner .inner_layout::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 264px;
  height: 100%;
  position: absolute;
  top: 36px;
  right: -83px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .inner_layout::before {
    display: none;
  }
}
main .recruit_content .recruit_content_inner .inner_layout::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	    background: linear-gradient(180deg, #ffffc1, #fff);
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .inner_layout::after {
   background: linear-gradient(180deg, #ffffc1, #fff);
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 100px 24px 0;
  z-index: 100;
  min-height: 620px;
	
}
@media screen and (max-width: 1024px) {
  main .recruit_content .recruit_content_inner .recruit_text_content {
    min-height: 620px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .recruit_text_content {
    padding: 81px 24px 0;
    min-height: 512px;
  }
}

.pc_rec01{
	display: flex;
    align-items: flex-end;
  }
.pc_rec02{
	margin-right: 40px;
}
.pc_rec03{
	margin-left: 40px;
}

@media screen and (max-width: 768px) {
	.pc_rec01{
		display: flex;
    flex-direction: column;
	}
.pc_rec02{
margin-right: 0px;
	}
	.pc_rec03{
		margin-left: 0px;
	}

}

main .recruit_content .recruit_content_inner .recruit_text_content hgroup span {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #173878;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .recruit_text_content hgroup span {
    font-size: 1.4rem;
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content hgroup span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #173878;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .recruit_text_content hgroup span::after {
    width: 32px;
    margin-left: 8px;
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content hgroup h2 {
  font-size: 5rem;
  font-weight: 700;
  color: #173878;
}
@media screen and (max-width: 1024px) {
  main .recruit_content .recruit_content_inner .recruit_text_content hgroup h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .recruit_text_content hgroup h2 {
    font-size: 3rem;
    margin: 0px 0 0;
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.04;
  margin-top: 32px;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_content_inner .recruit_text_content p {
    margin: 32px 0 0;
    font-weight: 700;
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content .sub_page_link a {
  background: #fff;
}
@media (any-hover: hover) {
  main .recruit_content .recruit_content_inner .recruit_text_content .sub_page_link a:hover span {
    background: #173878;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s all;
  }
}
main .recruit_content .recruit_content_inner .recruit_text_content .sub_page_link a span {
  color: #173878;
  -webkit-background-clip: text;
  transition: 0.4s all;
}
main .recruit_content .recruit_content_inner .recruit_text_content .sub_page_link a span::before {
  background-image: url("../img/check_arrow.svg");
}
main .recruit_content .recruit_slide {
  margin-top: -230px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  main .recruit_content .recruit_slide {
    margin-top: -140px;
  }
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_slide {
    margin-top: -33px;
  }
}
main .recruit_content .recruit_slide .splide__slide {
  margin: 0 12px;
}
main .recruit_content .recruit_slide .splide__slide img {
  width: 100%;
  max-width: 448px;
  height: auto;
	border-radius: 16px;
}
@media screen and (max-width: 768px) {
  main .recruit_content .recruit_slide .splide__slide img {
    max-width: 240px;
  }
}
main .sub_page_link {
  width: 240px;
  margin: 40px 0 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .sub_page_link {
    margin: 31px 0 0 0;
    width: 200px;
    margin-inline: auto;
  }
}
main .sub_page_link a {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #173878;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
	justify-content: center;
}
main .sub_page_link a:active{
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
  main .sub_page_link a {
    font-size: 1.6rem;
    max-width: 200px;
    margin: 0 auto;
    justify-content: center;
  }
}
main .sub_page_link a span {
  position: relative;
  margin: 0 16px 0 0;
  padding-right: 8px;
  z-index: 100;
  transition: 0.4s all;
}
main .sub_page_link a span::before, main .sub_page_link a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  width: 18px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.5s all;
}
main .sub_page_link a span::before {
  background-image: url("../img/check_arrow.svg");
}


main .sub_page_link a span::after {
  background-image: url("../img/check_arrow_hvr.svg");
}

main #saiyou_check a span::after {
    background-image: url(../img/check_arrow_hvr.svg);
}

main .sub_page_link a::before {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 6px;
    transition: transform 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  main .sub_page_link a:hover {
    color: #173878;
    transition: 0.4s all;
  }
  main .sub_page_link a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
    
  }
  main .sub_page_link a:hover span::after {
    opacity: 0;
    transition: 0.5s all;
  }
	
  main .sub_page_link a:hover span::after {
    opacity: 1;
    transition: 0.5s all;
  }
}

/*------------------------------------ */
  ul#sustainabilityList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 24px;
    margin: auto;
    margin-top: 64px;
	  max-width: 1184px;
  }
@media screen and (max-width: 768px) {
  ul#sustainabilityList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 24px;
    margin: auto;
    margin-top: 64px;
  }
}


    #sustainabilityList li {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      transition: box-shadow 0.3s;
      background-color: #fff;
    }

    #sustainabilityList li:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .sustainability-item {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
    }

    .sustainability-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    .sustainability-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1rem;
    }

    .sustainability-caption span {
      font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.04;
    margin: auto;
		display: flex;
    align-items: center;
    }

    .sustainability-caption img {
          width: 20px;
    height: 20px;
    margin-left: 8px;
    }

 
.sustainability-item:hover{
	opacity: .7;
}

/*------------------------------------ */

        .centered-container {
                display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0 0rem;
        }
@media screen and (max-width: 768px) {
        .centered-container {
                display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 24px 0rem;
        }
}
        /* コンテナのスタイル */
        .container-card {
            max-width: 1000px;
            width: 100%;
            background: #eff4f9;
            border-radius: 1rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            gap: 1.5rem;
			height: 200px;
			background-image: url(../img/appeal/00_thum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dbdddf;
    background-blend-mode: soft-light;
    background-size: cover;
			flex-direction: column;
			justify-content: center;
        }

        @media (min-width: 768px) {
            .container-card {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                padding: 1rem;
            }
        }

        /* 全体的なホバー効果を削除 */

        /* 画像コンテナのスタイル */
        .image-container {
            width: 100%;
			max-width: 300px;
    margin: auto;
        }

        @media (min-width: 768px) {
            .image-container {
                width: 40%; /* 比率1 */
            }
        }
        
        .banner-link {
            width: 100%;
            transition: transform 0.3s ease-in-out;
			    display: flex;
    justify-content: center;
        }

        .banner-link:hover .banner-img {
            transform: scale(1.05);
        }

        .banner-wrapper {
            position: relative;
            width: 80%;
            height: auto;
            overflow: hidden;
            border-radius: 0.75rem;
            transition: box-shadow 0.3s ease-in-out; /* ホバー時の影のトランジション */
			display: flex;
    justify-content: center;
        }
        
        .banner-wrapper:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* ホバー時の影 */
        }

        .banner-img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.75rem;
        }

        .overlay-text {
            color: #ffffff;
            font-size: 1.875rem;
            font-weight: 700;
            letter-spacing: 0.05em;
        }

        @media (min-width: 768px) {
            .overlay-text {
                font-size: 2.25rem;
            }
        }

        /* テキストコンテナのスタイル */
        .text-container {
            width: 100%;
        }

        @media (min-width: 768px) {
            .text-container {
                width: 60%; /* 比率3 */
				margin: auto;
            }
        }

        .text-box {
            text-align: center;
        }
        .text-content {
            font-size: 2rem;
            color: #4b5563;
            font-weight: 700;
            line-height: 1.625;
        }
.bamw{
	width: 100%;
}
.banw:hover{
	width: 100%;
}
