@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  /* RGB */
  background-color: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1rem;
}

a:hover {
  opacity: 0.5;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.wide_only {
  display: none;
}

.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.red {
  color: #5b0d11;
}

.white {
  color: #ffffff;
}

.fadeInUpTrigger {
  opacity: 0;
}

/* header */
header {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 0;
  border-top: 4px solid #00145e;
  border-bottom: 4px solid #00145e;
  position: fixed;
}

.header_inner {
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
}

.header_inner .logo {
  width: 180px;
}

.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00145e;
}

.nav_wrap nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.nav_wrap li {
  list-style: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ffff;
}

.nav_wrap li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.8rem
}

.nav_wrap.show {
  right: 0;
}

.nav_wrap nav .sp_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_wrap nav .sp_nav li {
  border-bottom: 1px solid #ffffff;
}

/* ham_menu */
.ham_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 999;
  margin-right: 16px;
  margin: 0;
  top: 0px;
}

.ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 15px;
  height: 1px;
  background: #00145e;
  width: 30px;
  top: 30px;
}

.ham_btn span:nth-of-type(1) {
  top: 21px;
}

.ham_btn span:nth-of-type(2) {
  top: 39px;
}

.ham_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

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

.ham_btn.active span:nth-of-type(3) {
  top: 35px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

/* MV */
.MV {
  position: relative;
  margin-top: 80px;
}

.MV_text {
  position: absolute;
  bottom: 20%;
  left: 6vw;
  z-index: 20;
  width: calc(100% - 12vw);
  max-width: 720px;
}

/* 共通 */
section {
  position: relative;
  padding: 80px 0 120px;
}

.section_deco {
  position: absolute;
}

.section_ttl {
  font-size: 7.5vw;
  margin: 0 auto 40px 0;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
}

.section_ttl h2 {
  text-align: left;
}

.section_lead {
  padding: 0 6vw;
  text-align: center;
  font-size: 2.4rem;
}

.content {
  padding: 80px 0;
}

.content_text {
  text-align: left;
  line-height: 2.2;
  padding: 0 6vw;
}

.more a {
  display: block;
  width: 80%;
  max-width: 240px;
  margin: 40px auto;
  padding: 12px 20px;
  position: relative;
  text-align: left;
}

.more a::after {
  content: "";
  width: 113px;
  height: 9px;
  background-image: url(../img/arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  right: 0px;
  z-index: 10;
}

.contentInner {
  display: flex;
  flex-direction: column;
}

.content_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#top_01 {
  background-color: #3c3f48;
  color: #ffffff;
}

#top_01 .section_deco,
#top_02 .section_deco {
  top: 0;
}

#top_01 .content_img {
  width: 98%;
  margin: 0 0 0 auto;
}

#top_02 {
  padding: 0 0 120px;
}

#top_02 .section_ttl,
#top_04 .section_ttl {
  font-size: 6.4vw;
  margin: 0 0 40px auto;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
}

#top_02 .more a,
#top_05 .more a {
  color: #333333;
}

#top_02 .more a::after,
#top_05 .more a::after {
  background-image: url(../img/arrow_b@2x.png);
}

#top_02 .content_img {
  width: 98%;
  margin: 0 auto 0 0;
}

#top_02 .inner02 {
  padding: 0 6vw;
}

#top_02 .inner02 .contentInner {
  gap: 40px;
  margin-bottom: 80px;
}

#top_02 .inner02 .contentInner.inner02 {
  padding: 0;
}

#top_02 .inner02 .content_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#top_02 .inner02 .content_item p {
  text-align: left;
}

#top_02 .inner02 .content_item--imgWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#top_03 {
  background-color: #3c3f48;
  color: #ffffff;
  padding: 80px 0;
}

#top_03 .section_lead {
  font-size: 1.8rem;
  text-align: justify;
  padding: 40px 6vw;
}

#top_03 .content {
  padding: 0 6vw;
  margin: 80px 6vw;
}

#top_03 .slick-slide {
  height: auto;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

#top_03 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

.prev-arrow {
  left: -30px;
}

.next-arrow {
  right: -30px;
}

#top_04 {
  background-image: url(../img/sp_top04_bg@2x.png);
  background-size: cover;
  padding-bottom: 0;
  color: #ffffff;
}

#top_04 .section_lead {
  margin-top: 80px;
}

#top_04 .content {
  margin: 60px 0;
  padding: 0 6vw 40px;
}

#top_04 .contentInner {
  border: 1px solid #ffffff;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto 160px;
}

#top_05 {
  padding-bottom: 0;
}

#top_05 .content {
  padding: 80px 6vw;
}

#top_05 dl {
  width: 100%;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 500;
  color: #333333;
}

#top_05 dt,
#top_05 dd {
  padding: 20px 8px 16px;
  border-bottom: 1px solid #333333;
  line-height: 1.8;
}

dl a {
  color: #333333;
}

#access {
  padding: 0;
  margin: 0;
}

#access iframe {
  height: 450px;
  width: 100%;
  display: block;
}

footer {
  background-color: #3c3f48;
  color: #ffffff;
}

.footer_inner {
  padding: 20px 8vw;
  background-size: cover;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer_item01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.footer_logo {
  margin: 0 auto;
}

.footer_nav li {
  margin-bottom: 8px;
  text-align: left;
}

.footer_nav li a {
  color: #ffffff;
}

.cr {
  padding: 10px 0;
  background-color: #00145e;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}

#go_top {
  width: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

@media screen and (max-width: 480px) {}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  .wide_only {
    display: none;
  }

  section {
    padding: 100px 0 120px;
  }

  .section_ttl {
    background: none;
    margin: 0 auto 120px;
    max-width: 1500px;
  }

  .section_deco {
    width: 100%;
    height: 110%;
    z-index: 1;
  }

  .section_deco img {
    width: 100%;
    height: 100%;
  }

  .section_lead {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto 80px;
  }

  .content {
    position: relative;
    z-index: 10;
  }

  .content::before {
    content: "";
    width: 40vw;
    height: 78px;
    background-color: #00145e;
    position: absolute;
    left: 0;
    top: 85px;
  }

  .section_ttl h2 {
    text-align: left;
    font-size: 4.0rem;
    padding-right: 0;
  }

  .contentInner {
    flex-direction: row;
    max-width: 1500px;
    margin: 0 auto;
    gap: 80px;
  }

  #top_01 .content {
    padding-left: 6vw;
  }

  #top_01 .contentInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  #top_01 .section_ttl {
    width: 30vw;
    padding: 10px 40px;
    margin: 0;
  }

  #top_01 .content_text {
    width: 35vw;
    padding: 0;
    max-width: 630px;
  }

  #top_01 .content_text p {
    margin-bottom: 120px;
  }

  #top_01 .content_text a p {
    margin-bottom: 0px;
  }

  #top_01 .content_img {
    width: 53%;
    position: absolute;
    top: 80px;
    right: 0;
  }

  #top_02 .section_deco {
    width: 100%;
    height: auto;
    z-index: 1;
  }

  #top_02 .content::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 124px;
    min-width: 600px;
  }

  #top_02 .content {
    padding: 120px 6vw 0 0;
  }

  #top_02 .contentInner {
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
  }

  #top_02 .section_ttl {
    width: 30vw;
    max-width: 600px;
    padding: 10px;
    margin: 0;
    background: none;
    text-align: right;
    min-width: 500px;
  }

  #top_02 .section_ttl h2 {
    text-align: right;
  }

  #top_02 .content_text {
    width: 35vw;
    padding: 0;
    max-width: 600px;
  }

  #top_02 .content_img {
    width: 53%;
    position: absolute;
    bottom: 80px;
    left: 0;
  }

  #top_02 .content.no_ttl::before {
    display: none;
  }

  #top_02 .inner02 {
    padding: 0 6vw;
  }

  #top_02 .content.no_ttl {
    padding-right: 0;
    max-width: 1700px;
    margin: 0 auto;
  }

  #top_02 .content.no_ttl .contentInner {
    flex-direction: row;
    align-items: flex-start;
  }

  #top_02 .content.no_ttl .contentInner.inner02 {
    padding: 0;
  }

  #top_02 .content.no_ttl .contentInner.inner02 .content_item.item01 {
    width: calc((100% - 30px)/ 3 * 2);
  }

  #top_02 .content.no_ttl .contentInner.inner02 .content_item.item02 {
    width: calc((100% - 80px)/ 3);
  }

  #top_02 .content.no_ttl .contentInner.inner02 .content_item.item01 .content_item--img {
    width: calc((100% - 40px)/ 2);
  }

  #top_02 .content.no_ttl .contentInner.inner02 .content_item--imgWrap {
    flex-direction: row;
    width: 100%;
  }

  #top_02 .content.no_ttl .contentInner.inner02 .content_item--img {
    width: 100%;
  }

  #top_03 {
    z-index: 10;
    padding: 120px 0;
  }

  #top_03::before {
    content: "";
    width: 40vw;
    height: 78px;
    background-color: #00145e;
    position: absolute;
    left: 0;
    top: 123px;
  }

  #top_03 .content::before {
    display: none;
  }

  #top_03 .section_ttl {
    padding: 10px 40px;
  }

  #top_03 .section_lead {
    padding: 40px;
  }

  #top_04 {
    background-image: url(../img/top04_bg@2x.png);
  }

  #top_04::before {
    content: "";
    width: 40vw;
    height: 78px;
    background-color: #00145e;
    position: absolute;
    left: auto;
    right: 0;
    top: 111px;
  }

  #top_04 .section_ttl {
    background: none;
    margin: 0 auto 40px;
    width: 60%;
  }

  #top_04 .section_ttl h2 {
    text-align: right;
  }

  #top_04 .content::before {
    display: none;
  }

  #top_05::before {
    content: "";
    width: 40vw;
    height: 78px;
    background-color: #00145e;
    position: absolute;
    left: 0;
    top: 111px;
  }

  #top_05 .content::before {
    display: none;
  }

  #top_05 .content {
    padding: 80px 6vw 260px 6vw;
  }

  #top_05 .contentInner {
    flex-direction: column;
  }

  #access iframe {
    height: 550px;
  }

  .footer_inner {
    flex-direction: column;
    gap: 80px;
    align-items: center;
    max-width: none;
    width: 100%;
    padding: 60px 8vw 40px;
    max-width: 1800px;
  }

  .footer_item01 {
    margin: 0;
    width: 60%;
    max-width: none;
  }

  .footer_logo {
    width: 100%;
  }

  .footer_item02 {
    max-width: 700px;
    margin: 0;
    justify-content: flex-end;
    gap: 80px;
  }

  .footer_nav {
    width: 100%;
  }

  .footer_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }

  .footer_nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
  }

  #go_top {
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 900;
  }
}

/* pcスタイル */
@media screen and (min-width: 1260px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  .wide_only {
    display: block;
  }

  .wide_none {
    display: none;
  }

  header {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    position: absolute;
  }

  .header_inner {
    height: 100%;
    padding: 0;
	background: #fff;
  }

  .header_left {
    height: 100%;
    width: auto;
    max-width: 1000000px;
  }

  .header_inner .logo {
    height: 100%;
    width: auto;
    min-width: 740px;
  }

  .header_right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 200px);
    max-width: 900px;
    height: 120px;
    background: none;
    align-items: flex-end;
    min-width: 680px;
    font-weight: 700;
    gap: 10px;
    padding-right: 3vw;
    justify-content: space-around;
  }

  .header_right-upper {
    display: flex;
    gap: 60px;
    align-items: flex-end;
    color: #00145e;
  }

  .header_tel {
    position: relative;
    padding-right: 10px;
  }

  header a {
    color: #00145e;
  }

  .header_right-bottom {
    width: 100%;
  }

  .header_right nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }

  .header_right nav ul li {
    padding: 0 4px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .header_right nav ul li a {
    width: 100%;
    color: #00145e;
    font-size: 1.6rem;
    letter-spacing: 0.01rem;
    line-height: 1.3;
  }

  .MV {
    margin: 0;
  }

  .MV_text {
    bottom: 20%;
    left: 20%;
    z-index: 20;
    width: 80%;
    max-width: 830px;
  }

  #top_05 .content {
    padding: 80px 6vw 260px 0;
  }

  #top_05 .contentInner {
    flex-direction: row;
    justify-content: flex-end;
  }

  #top_05 .content_img {
    position: absolute;
    width: 48vw;
    left: 0;
  }

  .description-item {
    display: flex;
  }

  #top_05 dl {
    margin-bottom: 80px;
  }

  #top_05 dt {
    width: 120px;
  }

  #top_05 dd {
    width: calc(100% - 120px)
  }
}

/* 下層共通 */
.MV_under-ttl h2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4.0rem;
  width: 100%;
  padding: 0 6vw;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
}

#inheritance_01 {
  background-color: #3c3f48;
  color: #ffffff;
}

#inheritance_01 .section_lead {
  font-weight: 700;
}

#inheritance_01 .content {
  position: relative;
}

#inheritance_01 .section_deco {
  top: 120px;
  z-index: 1;
}

#inheritance_01 .section_ttl {
  position: relative;
  z-index: 10;
  font-size: 7vw;
}

#inheritance_01 .section_ttl.right {
  margin: 0 0 40px auto;
}

#inheritance_01 .contentInner {
  position: relative;
  z-index: 10;
  gap: 60px;
  padding-bottom: 160px;
}

#inheritance_01 .content_img {
  width: 98%;
  margin: 0 0 0 auto;
}

#inheritance_01 .content_text {
  font-size: 1.6rem;
  line-height: 3;
}

#inheritance_01 .contentInner.inner01 .content_text {
  line-height: 2.2;
  font-size: 1.8rem;
}

#inheritance_01 .contentInner.inner02 .content_img {
  margin: 0 auto;
}

#inheritance_01 .section_subttl {
  font-size: 6.5vw;
  text-align: center;
  background-color: #00145e;
  padding: 10px 6vw;
  margin: 160px 0 40px;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .MV_under-ttl h2 {
    padding-top: 130px;
  }

  #inheritance_01 {
    padding-bottom: 200px;
  }

  #inheritance_01 .content::before {
    top: 86px;
  }

  #inheritance_01 .section_ttl.right {
    margin: 0 auto 40px;
  }

  #inheritance_01 .content:nth-of-type(3):before {
    top: 86px;
    position: absolute;
    left: auto;
    right: 0;
    width: 62vw;
    min-width: 1000px;
  }

  #inheritance_01 .content:nth-of-type(3) h2 {
    text-align: right;
  }

  #inheritance_01 .contentInner.inner02 {
    align-items: center;
    max-width: calc(1280px + 6vw);
    margin: 0 auto;
    padding: 0 6vw;
  }

  #inheritance_01 .content_text {
    width: 100%;
    max-width: calc(1280px + 6vw);
    margin: 0 auto;
  }

  #inheritance_01 .contentInner.inner02 .content_text {
    padding: 0;
    width: 60%;
  }

  #inheritance_01 .contentInner.inner02 .content_img {
    width: 46%;
  }

  #inheritance_01 .section_subttl {
    display: inline-block;
    font-size: 3.6rem;
  }
}

#reform_01 .section_ttl {
  font-size: 6.4vw;
  margin: 0 0 40px auto;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
}

#reform_01 .section_deco {
  top: 10%;
}

#reform_01 {
  padding: 0 0 120px;
}

#reform_01 .section_ttl {
  font-size: 6.4vw;
  margin: 0 0 40px auto;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
}

#reform_01 .content_img {
  width: 98%;
  margin: 0 auto 0 0;
  padding-top: 80px;
}

#reform_01 .inner02 {
  padding: 0 6vw;
}

#reform_01 .inner02 .contentInner {
  gap: 40px;
  margin-bottom: 80px;
}

#reform_01 .inner02 .contentInner.inner02 {
  padding: 0;
}

#reform_01 .inner02 .content_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#reform_01 .inner02 .content_item p {
  text-align: left;
}

#reform_01 .inner02 .content_item--imgWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #reform_01 {
    padding: 160px 0 200px;
  }

  #reform_01 .section_deco {
    width: 100%;
    height: auto;
    z-index: 1;
    top: 2%;
  }

  #reform_01 .content::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 124px;
    min-width: 600px;
  }

  #reform_01 .content {
    padding: 120px 6vw 0 0;
  }

  #reform_01 .contentInner {
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
  }

  #reform_01 .section_ttl {
    width: 30vw;
    max-width: 600px;
    padding: 10px;
    margin: 0;
    background: none;
    text-align: right;
    position: relative;
    z-index: 10;
    min-width: 500px;
  }

  #reform_01 .section_ttl h2 {
    text-align: right;
  }

  #reform_01 .content_text {
    width: 35vw;
    padding: 0;
    max-width: 600px;
  }

  #reform_01 .content_img {
    width: 53%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #reform_01 .content.no_ttl::before {
    display: none;
  }

  #reform_01 .inner02 {
    padding: 0 6vw;
  }

  #reform_01 .content.no_ttl {
    padding: 200px 0 0;
    max-width: 1700px;
    margin: 0 auto;
  }

  #reform_01 .content.no_ttl .contentInner {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 120px;
  }

  #reform_01 .content.no_ttl .contentInner.inner02 {
    padding: 0;
  }

  #reform_01 .content.no_ttl .contentInner.inner02 .content_item.item01 {
    width: calc((100% - 30px)/ 3 * 2);
  }

  #reform_01 .content.no_ttl .contentInner.inner02 .content_item.item02 {
    width: calc((100% - 80px)/ 3);
  }

  #reform_01 .content.no_ttl .contentInner.inner02 .content_item.item01 .content_item--img {
    width: calc((100% - 40px)/ 2);
  }

  #reform_01 .content.no_ttl .contentInner.inner02 .content_item--imgWrap {
    flex-direction: row;
    width: 100%;
  }

  #reform_01 .content.no_ttl .contentInner.inner02 .content_item--img {
    width: 100%;
  }
}

#recruit_01 {
  background-image: url(../img/sp_top04_bg@2x.png);
  background-size: cover;
  padding-bottom: 200px;
  color: #ffffff;
}

#recruit_01 .section_ttl {
  margin: 0 0 40px auto;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
}

#recruit_01 .section_lead {
  margin-top: 80px;
  font-size: 5.8vw;
  padding-bottom: 100px;
}

#recruit_02 .section_ttl {
  color: #ffffff;
}

#recruit_02 .contentInner {
  padding: 80px 6vw;
}

#recruit_02 dl {
  width: 100%;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 500;
  color: #333333;
  border: 1px solid #333333;
  border-bottom: none;
}

#recruit_02 dt,
#recruit_02 dd {
  padding: 20px 16px 16px;
  border-bottom: 1px solid #333333;
  line-height: 1.8;
}

#recruit_02 a {
  color: #333333;
  width: 230px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
}

#recruit_02 a p {
  padding-left: 3rem
}

#recruit_02 a::after {
  background-image: url(../img/arrow_b@2x.png);
  width: 85px;
  height: 6px;
  right: 2rem;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #recruit_01 {
    background-image: url(../img/top04_bg@2x.png);
    background-position: center;
  }

  #recruit_01 .content {
    padding: 0;
  }

  #recruit_01 .content::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 12px;
    min-width: 600px;
  }

  #recruit_01 .section_ttl {
    max-width: 1280px;
    margin: 0 auto;
    background: none;
    text-align: right;
    position: relative;
    z-index: 10;
    padding-right: 13%;
  }

  #recruit_01 .section_ttl h2 {
    text-align: right;
  }

  #recruit_01 .section_lead {
    font-size: 5.0rem;
    padding: 60px 0 0;
  }

  #recruit_01 .content_text {
    max-width: 880px;
    margin: 0 auto;
  }

  #recruit_02 {
    padding-bottom: 200px;
  }

  #recruit_02 .section_ttl h2 {
    position: relative;
    z-index: 10;
  }
}

/* pcスタイル */
@media screen and (min-width: 1260px) {
  #recruit_02 dl {
    max-width: 980px;
  }

  #recruit_02 dt {
    width: 250px;
  }

  #recruit_02 dt {
    border-right: 1px solid #333333;
    padding-left: 8%;
  }

  #recruit_02 dd {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}

#works_wrapper section {
  background-color: #3c3f48;
  color: #ffffff;
}

#works_wrapper .section_lead {
  font-size: 2.0rem;
}

#works_01 .section_ttl,
#works_03 .section_ttl {
  font-size: 6.4vw;
  margin: 0 auto 40px 0;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

#works_02 .section_ttl {
  font-size: 6.4vw;
  margin: 0 0 40px auto;
  text-align: center;
  width: calc(100% - 6vw);
  background-color: #00145e;
  padding: 10px 6vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

#works_01 .section_inner {
  padding: 0 6vw;
}

#works_01 .section_lead,
#works_03 .section_lead {
  padding: 60px 0;
}

#works_02 {
  padding-bottom: 0;
}

#works_02 .content {
  padding-bottom: 0;
}

#works_02 .section_lead {
  padding: 60px 6vw;
}

#works_02 .content_item {
  position: relative;
  padding-bottom: 80px;
}

#works_02 .content_item h3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00145e;
  padding: 3vw 5vw;
  font-size: 1.6rem;
  font-weight: 400;
}

#works_03 .section_inner {
  padding: 0 6vw;
}

#works_03 .section_lead {
  padding: 60px 0 100px;
  text-align: justify;
}

#works_03 .content_item--Wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 80px;
  padding-bottom: 80px;
}

#works_03 .content_item--textWrap {
  text-align: justify;
  line-height: 2;
}

#works_03 h4 {
  font-size: 2.4rem;
}

#works_03 .content_textimg {
  width: 98px;
  margin: 0 auto;
  padding: 30px 0 60px;
}

#works_03 .content_textimg:nth-of-type(2) {
  width: 77px;
}

/* pcスタイル */
@media screen and (min-width: 680px) {
  #works_02 .content_item h3 {
    padding: 3vw 6vw;
  }
}

/* pcスタイル */
@media screen and (min-width: 960px) {

  #works_01 .content::before,
  #works_03 .content::before {
    top: 78px;
  }

  #works_02 .content::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 85px;
    min-width: 600px;
    width: 50vw;
  }

  #works_01 .section_ttl,
  #works_03 .section_ttl {
    max-width: 1280px;
    margin: 0 auto;
    background: none;
    padding: 0;
  }

  #works_01 .section_lead,
  #works_01 .section_lead,
  #works_03 .section_lead {
    padding: 100px 0 40px;
  }

  #works_01 .content_img {
    max-width: 1280px;
    margin: 0 auto;
  }

  #works_02 {
    padding-bottom: 200px;
  }

  #works_02 .section_ttl {
    max-width: 1280px;
    margin: 0 auto;
    background: none;
    text-align: right;
    position: relative;
    z-index: 10;
  }

  #works_02 .section_ttl h2 {
    text-align: right;
    padding-right: 10%;
    position: relative;
    z-index: 10;
  }

  #works_02 .content_item {
    max-width: 1280px;
    margin: 0 auto;
  }

  #works_02 .content_item h3 {
    font-size: 3.4rem;
    padding: 30px 70px;
  }

  #works_03 .content_item--Wrap {
    flex-direction: row-reverse;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 120px;
    align-items: center;
  }

  #works_03 .content_item--Wrap:nth-of-type(2) {
    flex-direction: row;
  }

  #works_03 .content_item--imgWrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }

  #works_03 .item01,
  #works_03 .item02 {
    width: 100%;
  }

  #works_03 .content_item--textWrap {
    width: 100%;
    max-width: 430px;
  }
}

.section_lead_ttl {
  width: 224px;
  margin: 0 auto;
  padding: 40px 0;
}

#company_01 .section_lead {
  padding: 40px 6vw;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.4;
  font-weight: 700;
}

#company_01 .section_lead .right {
  font-size: 2.4rem;
  text-align: right;
  padding: 40px 0 0;
}

#company_02 .section_ttl {
  color: #ffffff;
}

#company_02 .content {
  padding: 0 6vw 100px;
}

#company_02 dl {
  width: 100%;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 80px;
  font-weight: 500;
  color: #333333;
}

#company_02 dt,
#company_02 dd {
  padding: 20px 8px 16px;
  border-bottom: 1px solid #333333;
  line-height: 1.8;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #company_01 .section_lead {
    padding: 40px 6vw;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2.4;
    font-weight: 700;
    max-width: none;
  }

  #company_01 .section_lead p {
    max-width: 1280px;
    margin: 0 auto;
  }

  #company_02 {
    padding-top: 0;
  }

  #company_02 .section_ttl {
    position: relative;
    z-index: 100;
    color: #ffffff;
    padding: 0;
  }

  #company_02 .content::before {
    z-index: -1;
    top: -196px;
  }

  #company_02 .contentInner {
    flex-direction: column;
    padding-top: 60px;
  }
}

/* pcスタイル */
@media screen and (min-width: 1260px) {
  #company_02 .contentInner {
    flex-direction: row-reverse;
  }

  .description-item {
    display: flex;
  }

  #company_02 dl {
    margin-bottom: 80px;
    max-width: 780px;
  }

  #company_02 dt {
    width: 160px;
  }

  #company_02 dd {
    width: calc(100% - 120px);
    padding-right: 20px;
  }

  #company_02 .content_img {
    width: 50%
  }
}