@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden !important;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.6;
}

p, th, td {
  text-align: justify;
  line-height: 1.6;
}

body,
h1,
h2,
h3,
p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
}

.bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

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

.sp {
  display: none;
}

.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay20 {
  animation-delay: 2s !important;
}

.delay30 {
  animation-delay: 3s !important;
}

.delay40 {
  animation-delay: 4s !important;
}

a {
  transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*
@mixin fz($size: 16) {
  font-size: $size + px;
  font-size: calc($size / 10) + rem;
}*/
.header {
  width: 100%;
  padding: 28px 0;
}
.header.scrollmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: all 0.5s;
  background-color: #fff;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 220px);
}

.header__logo {
  width: 530px;
  padding-left: 2.5%;
  font-size: 1.875rem;
  font-weight: bold;
}
.header__logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
}
.header__logo a:hover {
  text-decoration: none;
}
.header__logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: block;
  margin-right: 28px;
}
.header__logo span {
  font-size: 1.25rem;
  margin-right: 0.5em;
}

.header__nav {
  width: calc(100% - 530px);
}

.header__navlist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}
.header__navlist--item {
  border-right: 1px solid #d1d1d1;
}
.header__navlist--item:last-child {
  border-right: none;
}
.header__navlist--item a {
  position: relative;
  color: #000000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 30px;
}
.header__navlist--item a:hover {
  text-decoration: none;
}
.header__navlist--item a::after {
  background-color: #0062b0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 30px;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.header__navlist--item a:hover::after {
  transform: scale(1, 1);
}
.header__navlist .active a::after, .header__navlist .active a:hover::after {
  transform: none;
}

.header__recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
  width: 200px;
  height: 80px;
  position: fixed;
  top: 20px;
  right: 20px;
  background: url(../images/link_w.png) #0062b0 no-repeat right 20px center/26px;
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  z-index: 999;
}
.header__recruit:hover {
  text-decoration: none;
  background: url(../images/link_w.png) #c477be no-repeat right 15px center/26px;
}

.sp-navarea {
  display: none;
}

@media print {
  .header {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  /*1280-----------------------------*/
  .header {
    padding: 20px 0;
  }
  .header__inner {
    width: calc(100% - 180px);
  }
  .header__logo {
    width: 400px;
    font-size: 1.625rem;
  }
  .header__logo img {
    max-width: 180px;
    margin-right: 24px;
  }
  .header__logo span {
    font-size: 1.125rem;
  }
  .header__nav {
    width: calc(100% - 400px);
  }
  .header__navlist {
    padding-right: 10px;
  }
  .header__navlist--item a {
    font-size: 1.125rem;
    padding: 0 2em;
  }
  .header__recruit {
    width: 160px;
    height: 46px;
    background: url(../images/link_w.png) #0062b0 no-repeat right 15px center/22px;
    font-size: 1rem;
  }
  .header__recruit:hover {
    background: url(../images/link_w.png) #c477be no-repeat right 10px center/22px;
  }
}
@media screen and (max-width: 1280px) {
  .header__inner {
    width: calc(100% - 160px);
  }
  .header__navlist--item a {
    padding: 0 20px;
  }
  .header__navlist--item a::after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .header__recruit {
    width: 140px;
  }
}
@media screen and (max-width: 1040px) {
  /*1024-----------------------------*/
  .header {
    padding: 8px 0;
  }
  .header__inner {
    width: 100%;
  }
  .header__nav {
    display: none;
  }
  .header__recruit {
    display: none;
  }
  .header__logo {
    width: 100%;
    font-size: 1.25rem;
  }
  .header__logo img {
    max-width: 130px;
    margin-right: 16px;
  }
  .header__logo span {
    font-size: 0.875rem;
  }
  /*スマホメニュー-----------------*/
  .sp-navarea {
    display: none;
    right: -100%;
    opacity: 0;
    width: 100%;
    z-index: 9998;
    background-color: #0062b0;
    padding: 15px 5%;
    position: fixed;
    top: 49px;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
  }
  .sp-navarea.open {
    display: block;
    right: 0;
    opacity: 1;
  }
  .sp-navarea__navlist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sp-navarea__navlist--item {
    width: 48%;
    margin-bottom: 1em;
  }
  .sp-navarea__navlist--item > a {
    color: #ffffff;
    font-size: 0.875rem;
    border-bottom: solid 1px #ffffff;
    display: block;
    margin-bottom: 0.75em;
    padding: 0.5em 0;
    background: url(../images/link_w.png) no-repeat right center/15px;
  }
  .sp-navarea__navlistsub--item {
    line-height: 2em;
  }
  .sp-navarea__navlistsub--item a {
    color: #ffffff;
    font-size: 0.75rem;
    padding-left: 1em;
    background: url(../images/link_sub.png) no-repeat left center/5px;
  }
  .sp-navarea__navlistsub--item .sp-navarea__navlistsub--item {
    padding-left: 16px;
  }
  .sp-navarea__navlistsub .item_lower {
    position: relative;
    padding-left: 16px;
    margin-left: 13px;
  }
  .sp-navarea__navlistsub .item_lower::before {
    position: absolute;
    top: 18px;
    left: 0;
    content: "－";
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 0;
  }
  .sp-navarea__navlistsub .item_lower a {
    background: none;
    padding-left: 0;
  }
  .toggle-bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #0062b0;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 12px;
    width: 25px;
    height: 1px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 14px;
  }
  .toggle-btn span:nth-child(2) {
    top: 24px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 14px;
  }
  .open .toggle-btn span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 14px 0;
  }
  .header__logo {
    font-size: 0.875rem;
  }
  .header__logo img {
    max-width: 72px;
    margin-right: 10px;
  }
  .header__logo span {
    font-size: 0.625rem;
  }
}
h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.375rem;
}

.section-title {
  font-family: "Jockey One", sans-serif;
  font-weight: normal;
}

/*共通ページタイトル*/
.page-header {
  background-color: #ecf3fe;
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-header__inner {
  width: calc(1280px + (100% - 1280px) / 2);
  max-width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-header__titlearea {
  width: 25%;
  margin: 0 auto;
  padding: 68px 30px 0 0;
}
.page-header__title {
  font-family: "Jockey One", sans-serif;
  font-weight: normal;
  font-size: 3.875rem;
  color: #152950;
  text-align: left;
  line-height: 1.2;
}
.page-header__titlesub {
  font-size: 1.25rem;
  font-weight: bold;
  color: #152950;
  margin-bottom: 1em;
}
.page-header__pankuzu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #707070;
}
.page-header__pankuzu a {
  text-decoration: underline;
  color: #707070;
}
.page-header__img {
  width: 75%;
  position: relative;
}
.page-header__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0062b0;
  mix-blend-mode: screen;
}
.page-header__img img {
  width: 100%;
  display: block;
}

.page__icon {
  display: block;
  margin: 0 auto 27px;
}

/* 共通ページタイトル*/
.page__title {
  font-size: 1.875rem;
  color: #152950;
}

/* 共通タイトル*/
.commontitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  text-align: center;
  color: #0062b0;
  font-size: 2rem;
  font-weight: bold;
}
.commontitle::before, .commontitle::after {
  background-color: #0062b0;
  content: "";
  height: 1px;
  width: 44px;
  margin: 0 1em;
  transform: rotate(-45deg);
}

/* 共通見出し*/
.commonheader {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
  padding: 0.5em 0;
  border-bottom: solid 2px #e0eef1;
  position: relative;
}
.commonheader::after {
  content: "";
  width: 15.6%;
  height: 2px;
  background-color: #0062b0;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/* 共通見出し2*/
.commonheader-sub {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-bottom: 100px;
  font-size: 2.25rem;
  color: #152950;
  font-weight: bold;
  position: relative;
}
.commonheader-sub::before, .commonheader-sub::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background-color: #152950;
  position: absolute;
  top: 50%;
  left: 50%;
}
.commonheader-sub::before {
  transform: translateX(-175%);
}
.commonheader-sub::after {
  transform: translateX(75%);
}

@media print {
  .page__header {
    margin-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  /*1440*/
  .page-header__titlearea {
    padding-top: 60px;
  }
  .page-header__title {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 1366px) {
  /*共通ページタイトル*/
  .page-header__pankuzu {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1280px) {
  /*共通ページタイトル*/
  .page-header__titlearea {
    width: 30%;
    padding-top: 36px;
  }
  .page-header__title {
    font-size: 2.5rem;
  }
  .page-header__img {
    width: 70%;
  }
  .page-header__pankuzu {
    font-size: 0.8125rem;
  }
  /* 共通タイトル*/
  .commontitle {
    font-size: 1.5rem;
  }
  .commontitle::before, .commontitle::after {
    width: 30px;
  }
  /* 共通見出し*/
  .commonheader {
    font-size: 1.375rem;
  }
  /* 共通見出し2*/
  .commonheader-sub {
    margin-bottom: 80px;
    font-size: 1.75rem;
  }
  .commonheader-sub::before, .commonheader-sub::after {
    width: 110px;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  /*共通ページタイトル*/
  .page-header__titlearea {
    padding-top: 24px;
  }
  .page-header__title {
    font-size: 2rem;
  }
  .page-header__titlesub {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .page-header__pankuzu {
    display: none;
  }
  .page__title {
    font-size: 1.375rem;
  }
  /* 共通見出し*/
  .commonheader {
    font-size: 1.125rem;
  }
  /* 共通見出し2*/
  .commonheader-sub {
    margin-bottom: 70px;
    font-size: 1.5rem;
  }
  .commonheader-sub::before, .commonheader-sub::after {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  /*共通ページタイトル*/
  .page-header__titlearea {
    width: 35%;
    padding-top: 12px;
  }
  .page-header__title {
    font-size: 1.0625rem;
    line-height: 1;
  }
  .page-header__titlesub {
    font-size: 0.6875rem;
    margin-bottom: 0.25em;
  }
  .page-header__img {
    width: 65%;
  }
  .page__title {
    font-size: 1.125rem;
  }
  .commontitle {
    font-size: 1rem;
  }
  .commontitle::before, .commontitle::after {
    width: 22px;
  }
  /* 共通見出し*/
  .commonheader {
    font-size: 1rem;
    margin-bottom: 1.5em;
  }
  /* 共通見出し2*/
  .commonheader-sub {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
  .commonheader-sub::before, .commonheader-sub::after {
    width: 65px;
  }
}
.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi .page-numbers {
  padding: 0.25em 0.75em;
  margin: 0 5px;
  background-color: #0062b0;
  color: #ffffff;
  display: block;
  border: solid 1px #0062b0;
}
.pagenavi a.page-numbers {
  background-color: #ffffff;
  color: #0062b0;
}
.pagenavi a.page-numbers:hover {
  background-color: #e0eef1;
  text-decoration: none;
}

/*ページ内リンク*/
.pageinnner-link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 67px;
  border-right: solid 1px #0062b0;
  border-top: solid 1px #0062b0;
  border-bottom: solid 1px #0062b0;
}
.pageinnner-link__item {
  border-left: solid 1px #0062b0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageinnner-link__item.active {
  background-color: #0062b0;
  color: #ffffff;
  padding: 0.75em 0;
}
.pageinnner-link__item a {
  text-align: center;
  color: #0062b0;
  display: block;
  padding: 0.75em 0;
  width: 100%;
}
.pageinnner-link__item a:hover {
  background-color: #e0eef1;
  text-decoration: none;
}

.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #d3b000;
  border: 0;
  color: #000;
  padding: 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .pageinnner-link {
    margin-bottom: 50px;
  }
  .pageinnner-link__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .pageinnner-link {
    margin-bottom: 30px;
  }
  .pageinnner-link__item {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .pageinnner-link__item.active {
    padding: 0.6em 0;
  }
  .pageinnner-link__item a {
    padding: 0.6em 0;
  }
}
/*メインのボタン*/
.button {
  max-width: 300px;
  width: 75%;
  margin: auto;
  border-radius: 32px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.75em 0;
  font-size: 1.125rem;
  background: url(../images/link_w.png) #0062b0 no-repeat right 15px center/26px;
}
.button:hover {
  background: url(../images/link_w.png) #c477be no-repeat right 10px center/26px;
  text-decoration: none;
}
.button.skeleton {
  border: solid 1px #ffffff;
  background: url(../images/link_w.png) no-repeat right 15px center/26px;
}
.button.skeleton:hover {
  background: url(../images/link_w.png) #0062b0 no-repeat right 10px center/26px;
  text-decoration: none;
}
.button.darkblue {
  background: url(../images/link_w.png) #152950 no-repeat right 15px center/26px;
}
.button.darkblue:hover {
  background: url(../images/link_w.png) #152950 no-repeat right 10px center;
  color: #fff;
}
.button.telbutton {
  background: #0062b0;
}

/*横並びのボタン*/
.button__list {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.button__item {
  width: 48%;
  margin-bottom: 20px;
}
.button__item .button {
  position: relative;
  max-width: 480px;
  width: 100%;
  font-size: 1.375rem;
  padding: 2em 0;
  font-weight: bold;
  border-radius: 75px;
  background: url(../images/link.png) #fff no-repeat right 25px center;
}
.button__item .button:hover {
  background: url(../images/link.png) #e8d242 no-repeat right 20px center;
}
.button__item .button img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

input[type=submit] {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.9375rem;
  }
  .button__item .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
    background: url(../images/link_w.png) #0062b0 no-repeat right 15px center/16px;
  }
  .button:hover {
    background: url(../images/link_w.png) #c477be no-repeat right 10px center/16px;
  }
  .button.skeleton {
    background: url(../images/link_w.png) no-repeat right 15px center/16px;
  }
  .button.skeleton:hover {
    background: url(../images/link_w.png) #0062b0 no-repeat right 10px center/16px;
  }
  .button.darkblue {
    background: url(../images/link_w.png) #152950 no-repeat right 15px center/16px;
  }
  .button.darkblue:hover {
    background: url(../images/link_w.png) #152950 no-repeat right 10px center/16px;
  }
  .button.telbutton {
    background: url(../images/link_w.png) #0062b0 no-repeat right 15px center/16px;
  }
  .button.telbutton:hover {
    background: url(../images/link_w.png) #c477be no-repeat right 10px center/16px;
    text-decoration: none;
  }
  .button__list {
    display: block;
  }
  .button__item {
    width: 100%;
  }
  .button__item .button {
    font-size: 0.75rem;
  }
}
.contact__form-table {
  margin-bottom: 40px;
  width: 100%;
  border-top: solid 1px #c1bfb0;
}
.contact__form-table th p, .contact__form-table td p {
  font-size: 1.125rem;
}
.contact__form-table th {
  border-bottom: solid 1px #0062b0;
  padding: 1.5em 3em 1.5em 0;
  position: relative;
  font-weight: bold;
  width: 22%;
}
.contact__form-table th:first-child {
  border-top: solid 1px #0062b0;
}
.contact__form-table th.textarea {
  vertical-align: top;
}
.contact__form-table th.textarea .hissu {
  top: 27px;
  right: 0;
  transform: none;
}
.contact__form-table th.contact__doui {
  text-align: center;
  width: 100%;
  padding: 1em 0;
}
.contact__form-table th.contact__doui a {
  color: #000;
  text-decoration: underline;
}
.contact__form-table th.contact__doui a:hover {
  color: #b53851;
}
.contact__form-table td {
  width: 78%;
  border-bottom: solid 1px #c1bfb0;
  padding: 1.5em 1em;
}
.contact__form-table td span {
  font-size: 0.875rem;
  color: #666;
}
.contact__form-table td.contact__radio {
  padding: 1em;
}
.contact__form-table td .wpcf7-list-item {
  margin: 0;
}
.contact__form-table td .wpcf7-list-item-label {
  font-size: 1.125rem;
  color: #000000;
}
.contact__form-table label {
  margin-right: 20px;
}
.contact__form-table select,
.contact__form-table option {
  padding: 0.35em 0.5em;
  font-size: 1.125rem;
  border: solid 1px #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact__form-table input {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  max-width: 500px;
}
.contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=number], .contact__form-table input[type=date], .contact__form-table input[type=email] {
  padding: 0.25em 0.5em;
  font-size: 1.125rem;
  border: solid 1px #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact__form-table input[type=text] {
  width: 100%;
}
.contact__form-table input[type=text].name {
  width: 150px;
}
.contact__form-table input[type=text].name + .name {
  margin-left: 2%;
}
.contact__form-table input[type=email] {
  width: 100%;
}
.contact__form-table input[type=tel] {
  width: 180px;
}
.contact__form-table input[type=number], .contact__form-table input.zip, .contact__form-table input.tel {
  width: 90px;
}
.contact__form-table input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
}
.contact__form-table input[type=checkbox] {
  transform: scale(1.3);
  margin-right: 0.5em;
}
.contact__form-table textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  padding: 0.5em;
  font-size: 1.125rem;
  border: solid 1px #cccccc;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
}

input[type=submit] {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  transition-duration: 0.3s;
}
input[type=submit]:hover {
  cursor: pointer;
}

.hissu {
  background-color: #fb746b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: normal;
  padding: 0 0.5em;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none;
}

.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}
.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  border: solid 2px #0062b0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__form-table {
    margin-bottom: 25px;
  }
  .contact__form-table th p, .contact__form-table td p {
    font-size: 1rem;
  }
  .contact__form-table p {
    font-size: 1rem;
  }
  .contact__form-table th {
    width: 30%;
  }
  .contact__form-table td {
    width: 70%;
  }
  .contact__form-table td span {
    display: inline-block;
    padding-left: 3px;
  }
  .contact__form-table td .wpcf7-list-item-label {
    font-size: 1rem;
  }
  .contact__form-table select {
    font-size: 1rem;
  }
  .contact__form-table option {
    font-size: 1rem;
  }
  .contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=date], .contact__form-table input[type=email] {
    font-size: 1rem;
  }
  .contact__form-table textarea {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table {
    margin-bottom: 20px;
  }
  .contact__form-table th,
  .contact__form-table td {
    display: block;
    width: 100%;
  }
  .contact__form-table th p,
  .contact__form-table td p {
    font-size: 0.75rem;
  }
  .contact__form-table th {
    padding: 0.5em 0;
    border-bottom: none;
  }
  .contact__form-table th.textarea .hissu {
    top: 6px;
  }
  .contact__form-table td {
    padding: 0.25em 0 0.5em;
  }
  .contact__form-table td .horizontal-item {
    display: block;
    margin: 0;
  }
  .contact__form-table td .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
  .contact__form-table label {
    margin-right: 10px;
  }
  .contact__form-table br {
    display: none;
  }
  .contact__form-table select {
    font-size: 0.75rem;
    padding: 0.35em 0.25em;
  }
  .contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=date], .contact__form-table input[type=email] {
    font-size: 0.875rem;
  }
  .contact__form-table input.zip, .contact__form-table input.tel {
    width: 70px;
  }
  .contact__form-table input[type=text].name {
    width: 48%;
  }
  .contact__form-table textarea {
    font-size: 0.875rem;
  }
  input[type=submit] {
    font-size: 0.875rem;
  }
  .hissu {
    font-size: 0.75rem;
  }
}
#page_top {
  position: fixed;
  width: 64px;
  right: 5%;
  z-index: 9997;
  display: block;
}
#page_top img {
  width: 100%;
  height: auto;
}
#page_top:hover {
  cursor: pointer;
}
#page_top:hover .pagetop {
  transform: scale(1.2);
  transition: all 0.3s;
}

.footer {
  width: 100%;
}

.footer__inner {
  background-color: #152950;
  padding-top: 120px;
  padding-bottom: 77px;
}

.footer__nav {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 212px;
}

.footer__navlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__navlist--item {
  width: 18%;
}
.footer__navlist--item > a {
  color: #ffffff;
  font-size: 1.125rem;
  border-bottom: solid 1px #ffffff;
  display: block;
  margin-bottom: 22px;
  padding: 0.5em 0;
  background: url(../images/link_w.png) no-repeat right center/26px;
}

.footer__navlistsub--item {
  line-height: 2.2em;
}
.footer__navlistsub--item a {
  color: #ffffff;
  font-size: 1rem;
  padding-left: 16px;
  background: url(../images/link_sub.png) no-repeat left center/7px;
}
.footer__navlistsub--item .footer__navlistsub--item {
  padding-left: 16px;
}
.footer__navlistsub .item_lower {
  position: relative;
  padding-left: 22px;
  margin-left: 18px;
}
.footer__navlistsub .item_lower::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "－";
  font-size: 1rem;
  color: #ffffff;
  line-height: 0;
}
.footer__navlistsub .item_lower a {
  background: none;
  padding-left: 0;
}

.footer__info__logo {
  width: 230px;
  height: auto;
  display: block;
  margin: 0 auto 34px;
}
.footer__info__address {
  text-align: center;
  color: #ffffff;
  font-size: 1.125rem;
}

.footer__copy {
  text-align: left;
  font-size: 0.875rem;
  padding: 0.5em 1em;
}

@media screen and (max-width: 960px) {
  /*960----------------------------*/
  .pagetop {
    width: 40px;
    height: 40px;
  }
  .pagetop__home {
    width: 70%;
  }
  .pagetop__goto {
    width: 100%;
  }
  .footer__inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer__nav {
    margin: 0 auto 75px;
  }
  .footer__navlist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer__navlist--item {
    width: 48%;
    margin-bottom: 1em;
  }
  .footer__navlist--item > a {
    font-size: 0.875rem;
    margin-bottom: 0.75em;
    padding: 0.5em 0;
    background: url(../images/link_w.png) no-repeat right center/15px;
  }
  .footer__navlistsub--item {
    line-height: 2em;
  }
  .footer__navlistsub--item a {
    font-size: 0.75rem;
    padding-left: 1em;
    background: url(../images/link_sub.png) no-repeat left center/5px;
  }
  .footer__navlistsub--item .footer__navlistsub--item {
    padding-left: 16px;
  }
  .footer__navlistsub .item_lower {
    padding-left: 16px;
    margin-left: 13px;
  }
  .footer__navlistsub .item_lower::before {
    position: absolute;
    top: 18px;
    font-size: 0.75rem;
  }
  .footer__info__logo {
    width: 115px;
    margin: 0 auto 30px;
  }
  .footer__info__address {
    font-size: 0.8125rem;
  }
  .footer__copy {
    font-size: 0.6875rem;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 32px;
    right: 2.5%;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 2s;
  animation-delay: 0.8s;
}

@keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
}
.blurIn {
  animation-name: blurIn;
  animation-fill-mode: forwards;
  will-change: filter, opacity;
  transform: translateZ(0);
}

@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*メインビジュアル------------*/
.topmv {
  position: relative;
  margin-bottom: 70px;
  background: url(../images/top/top_mainbg.jpg) no-repeat center bottom/100%;
  padding-top: 167px;
  height: 68vh;
}
.topmv__visual {
  width: 56.61%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topmv__visual img {
  display: block;
}
.topmv__visual__sub {
  width: 39.4%;
  max-width: 428px;
  height: auto;
  margin-right: 2.5%;
}
.topmv__visual__main {
  width: 50%;
  max-width: 543px;
  height: auto;
}
.topmv__catch {
  position: absolute;
  top: 100px;
  left: 22%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  z-index: 1;
}
.topmv__catch__main {
  font-size: 3.625rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 2.2;
}
.topmv__catch__sub {
  font-size: 1.875rem;
  writing-mode: vertical-rl;
}
.topmv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 9.25rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: -5px;
}

@media screen and (max-width: 1440px) {
  .topmv {
    padding-top: 140px;
  }
  .topmv__catch {
    top: 80px;
  }
  .topmv__catch__main {
    font-size: 3.125rem;
  }
  .topmv__catch__sub {
    font-size: 1.625rem;
  }
  .topmv__title {
    font-size: 7.75rem;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .topmv {
    padding-top: 124px;
  }
  .topmv__catch {
    top: 80px;
  }
  .topmv__catch__main {
    font-size: 2.75rem;
  }
  .topmv__catch__sub {
    font-size: 1.5rem;
  }
  .topmv__title {
    font-size: 7.125rem;
  }
}
@media screen and (max-width: 1024px) {
  /*1024-----------------------------*/
  .topmv {
    margin-bottom: 50px;
    background: url(../images/top/top_mainbg.jpg) no-repeat center bottom/130%;
    padding-top: 10px;
    height: 33vh;
  }
  .topmv__visual {
    width: 60%;
    right: 2.5%;
  }
  .topmv__catch {
    top: 30px;
    left: 15%;
  }
  .topmv__catch__main {
    font-size: 2.25rem;
  }
  .topmv__catch__sub {
    font-size: 1.125rem;
  }
  .topmv__title {
    font-size: 4rem;
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .topmv {
    margin-bottom: 30px;
    background: url(../images/top/top_mainbg.jpg) no-repeat center bottom/145%;
    padding-top: 0;
    height: 205px;
  }
  .topmv__visual {
    width: 65%;
  }
  .topmv__catch {
    top: 5px;
    left: 8%;
  }
  .topmv__catch__main {
    font-size: 1.25rem;
  }
  .topmv__catch__sub {
    font-size: 0.75rem;
  }
  .topmv__title {
    font-size: 2rem;
    margin-bottom: -1px;
  }
}
/* Information------------*/
.topinformation {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto -50px;
  padding-bottom: 100px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.topinformation__inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.topinformation__header {
  position: relative;
  margin-bottom: 50px;
}
.topinformation .section-title {
  font-size: 3.25rem;
  color: #0062b0;
}
.topinformation__itiran {
  background: url(../images/link_b.png) no-repeat right 8px center/26px;
  padding-right: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #152950;
}
.topinformation__itiran:hover {
  background: url(../images/link_b.png) no-repeat right 0 center/26px;
}
.topinformation__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topinformation__tabs .tab {
  width: 23%;
  display: block;
  background-color: #e0eef1;
  border: none;
  color: #999999;
  padding: 0.6em 0;
  cursor: pointer;
}
.topinformation__tabs .tab:hover {
  background-color: #0062b0;
  color: #ffffff;
}
.topinformation__tabs .tab.active {
  background-color: #ffffff;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #ffffff;
  color: #000000;
  margin-bottom: -1px;
}
.topinformation__tabs .tab.active:hover {
  background-color: #ffffff;
  color: #000000;
}

@media screen and (max-width: 960px) {
  .topinformation {
    margin: 0 auto -30px;
    padding-bottom: 75px;
  }
  .topinformation__header {
    margin-bottom: 30px;
  }
  .topinformation .section-title {
    font-size: 2rem;
  }
  .topinformation__itiran {
    background: url(../images/link_b.png) no-repeat right center/20px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .topinformation {
    margin: 0 auto -20px;
    padding-bottom: 50px;
  }
  .topinformation__header {
    margin-bottom: 20px;
  }
  .topinformation .section-title {
    font-size: 1.5rem;
  }
  .topinformation__itiran {
    background: url(../images/link_b.png) no-repeat right center/16px;
    padding-right: 20px;
    font-size: 0.75rem;
  }
  .topinformation__tabs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .topinformation__tabs .tab {
    width: 24%;
    padding: 0.5em 0;
    font-size: 0.6875rem;
  }
}
/* Company------------*/
.topcompany {
  background: url(../images/top/top_company_line.png) no-repeat center bottom -1px/100%, url(../images/top/top_companybg.jpg) no-repeat center center/cover;
  padding: 150px 0 300px 0;
  position: relative;
}
.topcompany__inner {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.topcompany .section-title {
  font-size: 5.625rem;
  text-align: left;
  color: #152950;
}
.topcompany__lead {
  font-size: 2.5rem;
  margin-bottom: 0.6em;
  font-weight: bold;
  color: #152950;
}
.topcompany__text {
  line-height: 1.8;
  margin-bottom: 2.7em;
}
.topcompany .button {
  margin: 0 auto 180px 0;
}

@media screen and (max-width: 1280px) {
  .topcompany {
    padding: 125px 0 250px 0;
  }
  .topcompany .section-title {
    font-size: 4.375rem;
  }
  .topcompany__lead {
    font-size: 2rem;
  }
  .topcompany .button {
    margin: 0 auto 120px 0;
  }
}
@media screen and (max-width: 960px) {
  .topcompany {
    padding: 75px 0 150px 0;
  }
  .topcompany .section-title {
    font-size: 2.75rem;
  }
  .topcompany__lead {
    font-size: 1.125rem;
  }
  .topcompany__text {
    font-size: 0.9375rem;
  }
  .topcompany .button {
    margin: 0 auto 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .topcompany {
    background: url(../images/top/top_company_line.png) no-repeat center bottom -1px/100%, url(../images/top/top_companybg.jpg) no-repeat center center/cover;
    padding: 50px 0 100px 0;
  }
  .topcompany .section-title {
    font-size: 2rem;
  }
  .topcompany__lead {
    font-size: 1rem;
  }
  .topcompany__text {
    font-size: 0.8125rem;
  }
  .topcompany .button {
    margin: 0 auto 60px 0;
  }
}
/* Works------------*/
.topworks .section-title {
  font-size: 5.625rem;
  color: #152950;
  text-align: center;
}
.topworks__title {
  font-size: 1.25rem;
  text-align: center;
  color: #152950;
  margin-bottom: 4em;
}
.topworks__lead {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #152950;
  margin-bottom: 1.8em;
}
.topworks__bg {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.topworks__bginner--left {
  background-color: #152950;
  width: 76%;
  height: 578px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topworks__bginner--right {
  background-color: #152950;
  width: 76%;
  height: 578px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.topworks__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}
.topworks__content__textbox {
  max-width: 473px;
  width: 37%;
}
.topworks__content__title {
  text-align: left;
  font-size: 2.75rem;
  margin-bottom: 1.2em;
  color: #ffffff;
}
.topworks__content__lead {
  margin-bottom: 50px;
  line-height: 2;
  color: #ffffff;
}
.topworks__content__jisseki {
  max-width: 720px;
  width: 56.25%;
}
.topworks__content__subtitle {
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 2em;
  position: relative;
}
.topworks__content__subtitle.doboku:after {
  content: "";
  width: 56px;
  height: 1px;
  display: block;
  background-color: #e0eef1;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.topworks__content__subtitle.kentiku {
  text-align: right;
}
.topworks__content__subtitle.kentiku:after {
  content: "";
  width: 56px;
  height: 1px;
  display: block;
  background-color: #e0eef1;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.topworks__content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  max-width: 720px; /* 357*2+3 */
  margin: 0 auto 17px;
}
.topworks__content__grid img {
  width: 100%;
  height: 100%;
  max-height: 239px;
  display: block;
  object-fit: cover;
}
.topworks__content__grid--item {
  position: relative;
  aspect-ratio: 6/4;
}
.topworks__content__grid--name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.topworks__content__grid--name p {
  color: #ffffff;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 0.5em;
  width: 80%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a:hover .topworks__content__grid--name {
  background-color: rgba(0, 0, 0, 0.6);
  transition-duration: 0.5s;
}
a:hover .topworks__content__grid--name p {
  opacity: 1;
  transition-duration: 1s;
}
.topworks__content__link {
  text-align: right;
}
.topworks__content__link a {
  color: #152950;
  padding: 5px 40px 5px 0;
  background: url(../images/link_b.png) no-repeat right 8px center/26px;
}
.topworks__content__link a:hover {
  background: url(../images/link_b.png) no-repeat right 0 center/26px;
}
.topworks__content .button {
  margin: 0 auto 0 0;
}
.topworks__kentiku {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .topworks .section-title {
    font-size: 4.375rem;
  }
  .topworks__title {
    font-size: 1.125rem;
  }
  .topworks__lead {
    font-size: 1.125rem;
  }
  .topworks__bginner--left {
    height: 400px;
  }
  .topworks__bginner--right {
    height: 400px;
  }
  .topworks__content {
    padding-top: 60px;
  }
  .topworks__content__title {
    font-size: 1.75rem;
  }
  .topworks__content__lead {
    font-size: 1rem;
    margin-bottom: 28px;
    line-height: 1.8;
  }
  .topworks__content__subtitle {
    font-size: 1.125rem;
  }
  .topworks__content__subtitle.doboku:after {
    width: 42px;
    bottom: -10px;
  }
  .topworks__content__subtitle.kentiku:after {
    width: 42px;
    bottom: -10px;
  }
  .topworks__content__link {
    font-size: 1rem;
  }
  .topworks__content__link a {
    background: url(../images/link_b.png) no-repeat right center/26px;
  }
}
@media screen and (max-width: 960px) {
  .topworks .section-title {
    font-size: 3.75rem;
  }
  .topworks__title {
    font-size: 1rem;
  }
  .topworks__lead {
    font-size: 1rem;
  }
  .topworks__bg {
    margin-bottom: 40px;
  }
  .topworks__bginner--left {
    height: 350px;
  }
  .topworks__bginner--right {
    height: 350px;
  }
  .topworks__content {
    padding-top: 50px;
  }
  .topworks__content__title {
    font-size: 1.625rem;
  }
  .topworks__content__lead {
    font-size: 0.875rem;
  }
  .topworks__content__subtitle {
    font-size: 1rem;
  }
  .topworks__content__link {
    font-size: 0.875rem;
  }
  .topworks__content__link a {
    background: url(../images/link_b.png) no-repeat right center/22px;
  }
}
@media screen and (max-width: 768px) {
  .topworks .section-title {
    font-size: 2rem;
  }
  .topworks__title {
    font-size: 0.8125rem;
    margin-bottom: 3em;
  }
  .topworks__lead {
    font-size: 0.875rem;
  }
  .topworks__bg {
    margin-bottom: 30px;
  }
  .topworks__bginner--left {
    width: 90%;
    height: 500px;
  }
  .topworks__bginner--right {
    width: 90%;
    height: 500px;
    left: 0;
    right: auto;
  }
  .topworks__content {
    flex-direction: column;
    padding-top: 40px;
  }
  .topworks__content__textbox {
    width: 90%;
    margin-bottom: 20px;
  }
  .topworks__content__title {
    font-size: 1.25rem;
    margin-bottom: 1.2em;
  }
  .topworks__content__lead {
    font-size: 0.8125rem;
    margin-bottom: 1em;
  }
  .topworks__content__jisseki {
    width: 100%;
  }
  .topworks__content__subtitle {
    font-size: 0.875rem;
  }
  .topworks__content__subtitle.doboku:after {
    width: 32px;
    bottom: -8px;
  }
  .topworks__content__subtitle.kentiku {
    text-align: left;
  }
  .topworks__content__subtitle.kentiku:after {
    width: 32px;
    bottom: -8px;
    left: 0;
  }
  .topworks__content__grid {
    margin: 0 auto 8px;
  }
  .topworks__content__link {
    font-size: 0.8125rem;
  }
  .topworks__content__link a {
    padding: 3px 20px 3px 0;
    background: url(../images/link_b.png) no-repeat right center/16px;
  }
  .topworks__kentiku {
    flex-direction: column;
  }
}
/* Recruit------------*/
.toprecruit__goto {
  width: 100%;
  height: auto;
  display: block;
}
.toprecruit__bg {
  background: url(../images/top/top_recruit.jpg) no-repeat center center/100%;
  padding: 0 0 320px;
}
.toprecruit__titleinner {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.toprecruit .section-title {
  color: #ffffff;
  font-size: 5.625rem;
  text-align: left;
}
.toprecruit__title {
  font-size: 1.25rem;
  color: #152950;
}
.toprecruit__box {
  background-color: #ffffff;
  width: 77.6%;
  padding: 80px 0 150px;
  margin-top: -100px;
}
.toprecruit__inner {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toprecruit__textbox {
  width: 57%;
}
.toprecruit__subtitle {
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.toprecruit__lead {
  margin-bottom: 54px;
  line-height: 1.8;
}
.toprecruit .button {
  margin: 0 auto 0 0;
}
.toprecruit__youth {
  width: 33.8%;
}
.toprecruit__youth img {
  width: 137px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .toprecruit__goto {
    width: 100%;
    height: auto;
    display: block;
  }
  .toprecruit__bg {
    background: url(../images/top/top_recruit.jpg) no-repeat center center/cover;
    padding: 0 0 260px;
  }
  .toprecruit .section-title {
    font-size: 3.75rem;
  }
  .toprecruit__title {
    font-size: 1rem;
  }
  .toprecruit__box {
    width: 77.6%;
    padding: 80px 0 150px;
    margin-top: -100px;
  }
  .toprecruit__inner {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .toprecruit__textbox {
    width: 57%;
  }
  .toprecruit__subtitle {
    font-size: 2rem;
  }
  .toprecruit__lead {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .toprecruit .button {
    margin: 0 auto 0 0;
  }
  .toprecruit__youth {
    width: 33.8%;
  }
  .toprecruit__youth img {
    width: 137px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .toprecruit__bg {
    padding: 0 0 130px;
  }
  .toprecruit .section-title {
    font-size: 2rem;
  }
  .toprecruit__title {
    font-size: 0.875rem;
  }
  .toprecruit__box {
    width: 90%;
    padding: 35px 0 65px;
    margin-top: -50px;
  }
  .toprecruit__inner {
    width: 95%;
  }
  .toprecruit__textbox {
    width: 68%;
  }
  .toprecruit__subtitle {
    font-size: 1.25rem;
  }
  .toprecruit__lead {
    margin-bottom: 20px;
    font-size: 0.8125rem;
  }
  .toprecruit .button {
    width: 100%;
  }
  .toprecruit__youth {
    width: 27%;
  }
  .toprecruit__youth img {
    width: 90px;
  }
}
/* Blog------------*/
.topblog {
  background-color: #f3f2eb;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.topblog .section-title {
  text-align: center;
  color: #152950;
  font-size: 5.625rem;
  margin-bottom: 0.77em;
}
.topblog__list {
  max-width: 90%;
  margin: 0 auto 35px;
}
.topblog__list--item span {
  display: inline-block;
  min-width: 130px;
  margin-right: 10px;
}
.topblog__list--item a {
  color: #152950;
  line-height: 2.5;
}
.topblog__list--item a:hover {
  color: #0062b0;
  text-decoration: underline;
}
.topblog__link {
  text-align: center;
}
.topblog__link a {
  color: #152950;
  padding-right: 38px;
  background: url(../images/link_b.png) no-repeat right 8px center/23px;
}
.topblog__link a:hover {
  color: #0062b0;
  background: url(../images/link_b.png) no-repeat right 0 center/23px;
}

@media screen and (max-width: 960px) {
  .topblog {
    padding: 60px 0;
  }
  .topblog .section-title {
    font-size: 3rem;
  }
  .topblog__list {
    margin: 0 auto 30px;
    font-size: 1rem;
  }
  .topblog__link a {
    font-size: 1rem;
    padding-right: 26px;
    background: url(../images/link_b.png) no-repeat right center/20px;
  }
}
@media screen and (max-width: 768px) {
  .topblog {
    padding: 40px 0;
  }
  .topblog .section-title {
    font-size: 2.25rem;
  }
  .topblog__list {
    margin: 0 auto 25px;
    font-size: 0.875rem;
  }
  .topblog__list--item span {
    min-width: 115px;
  }
  .topblog__link a {
    font-size: 0.875rem;
    padding-right: 20px;
    background: url(../images/link_b.png) no-repeat right center/16px;
  }
}
/* Youtube------------*/
.topyoutube {
  padding: 84px 0 118px;
}
.topyoutube a {
  display: block;
  text-decoration: none;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.topyoutube__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0eef1;
  margin: 0 auto;
}
.topyoutube__banner__logo {
  width: 11.4%;
  padding-left: 4%;
}
.topyoutube__banner__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.topyoutube__banner__text {
  width: 43%;
  padding-left: 4%;
}
.topyoutube__banner__text--title {
  font-size: 1.4375rem;
  font-weight: bold;
}
.topyoutube__banner__text--sub {
  font-size: 1.125rem;
}
.topyoutube__banner__img {
  width: 37.6%;
}
.topyoutube__banner__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 960px) {
  .topyoutube {
    padding: 60px 0 80px;
  }
  .topyoutube__banner__text--title {
    font-size: 1.125rem;
  }
  .topyoutube__banner__text--sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .topyoutube {
    padding: 40px 0 50px;
  }
  .topyoutube a {
    text-decoration: none;
  }
  .topyoutube__banner {
    flex-wrap: wrap;
  }
  .topyoutube__banner__logo {
    width: 20%;
    padding-left: 2.5%;
  }
  .topyoutube__banner__text {
    width: 76%;
    padding-left: 0;
    padding: 10px 0;
  }
  .topyoutube__banner__text--title {
    font-size: 1rem;
  }
  .topyoutube__banner__text--sub {
    font-size: 0.6875rem;
  }
  .topyoutube__banner__img {
    width: 100%;
  }
}
/**WP標準（仮）**/
.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em; /* もしくは margin-right 等 */
  margin-bottom: 1.5em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  flex-basis: 0;
}

/**ここまで**/
.information__list {
  display: none;
}
.information__list.active {
  display: block;
}
.information__list__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  background: url(../images/link_b.png) no-repeat right 8px center/26px;
}
.information__list__link:hover {
  text-decoration: none;
  background: url(../images/link_b.png) no-repeat right 0 center/26px;
}
.information__list--item {
  border-top: solid 1px #707070;
}
.information__list__img {
  max-width: 130px;
  width: 13%;
  height: auto;
}
.information__list__textbox {
  max-width: 830px;
  width: 83%;
  margin-left: 4%;
}
.information__meta {
  margin-bottom: 18px;
  position: relative;
}
.information__date {
  color: #666666;
  font-family: "Jockey One", sans-serif;
  font-size: 1.25rem;
}
.information__category {
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translateY(-50%);
  width: 195px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  padding: 0.1em 0;
}
.information__category.news {
  background-color: #c477be;
}
.information__category.genba {
  background-color: #777fc4;
}
.information__category.event {
  background-color: #69b28c;
}
.information__category.circle {
  background-color: #69b28c;
}
.information__title {
  font-size: 1.125rem;
}

.informationarchive {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  width: 1280px;
  margin: -140px auto 100px;
  padding: 77px 3.5%;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.informationarchive__main {
  width: 74.5%;
}
.informationarchive__main.eventcircle {
  width: 100%;
}
.informationarchive__list {
  margin-bottom: 50px;
}
.informationarchive__list__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 0;
  background: url(../images/link_b.png) no-repeat right 8px center/26px;
}
.informationarchive__list__link:hover {
  text-decoration: none;
  background: url(../images/link_b.png) no-repeat right 0 center/26px;
}
.informationarchive__list--item {
  border-bottom: solid 1px #e0eef1;
}
.informationarchive__list__img {
  max-width: 300px;
  width: 35%;
  height: auto;
  aspect-ratio: 6/4;
  object-fit: cover;
}
.informationarchive__list__textbox {
  width: 55%;
  margin-left: 3%;
}
.informationarchive__list__textbox.eventcircle {
  width: 62%;
}
.informationarchive__meta {
  margin-bottom: 18px;
  position: relative;
}
.informationarchive__date {
  color: #666666;
  font-family: "Jockey One", sans-serif;
  font-size: 1.25rem;
}
.informationarchive__category {
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translateY(-50%);
  width: 195px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  padding: 0.1em 0;
}
.informationarchive__category.news {
  background-color: #c477be;
}
.informationarchive__category.genba {
  background-color: #777fc4;
}
.informationarchive__category.event {
  background-color: #69b28c;
}
.informationarchive__category.circle {
  background-color: #69b28c;
}
.informationarchive__category.event-circle {
  background-color: #69b28c;
}
.informationarchive__title {
  font-size: 1.125rem;
}
.informationarchive__title.eventcircle {
  font-size: 1.375rem;
  margin-bottom: 1em;
}
.informationarchive__disc {
  font-size: 1rem;
}
.informationarchive__sub {
  width: 20.8%;
}
.informationarchive__sub__title {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  position: relative;
}
.informationarchive__sub__title::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e0eef1;
}
.informationarchive__sub__title::after {
  content: "";
  width: 35%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0062b0;
}
.informationarchive__sub__list {
  margin-bottom: 2em;
}
.informationarchive__sub__list li {
  padding: 0.5em 0 0.5em 1em;
}
.informationarchive__sub__list a {
  color: #000000;
}

.informationsingle__title {
  font-size: 1.375rem;
  margin-bottom: 1.8em;
  padding: 0.75em 0;
  position: relative;
}
.informationsingle__title::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e0eef1;
}
.informationsingle__title::after {
  content: "";
  width: 19%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0062b0;
}
.informationsingle__content {
  margin-bottom: 100px;
}
.informationsingle__content p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.informationsingle__content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .informationarchive {
    margin: -100px auto 100px;
  }
}
@media screen and (max-width: 1280px) {
  .informationarchive {
    padding: 50px 3.5%;
  }
  .informationarchive__list__link {
    padding: 20px 0;
  }
  .informationarchive__list__textbox {
    width: 55%;
  }
  .informationarchive__list__textbox.eventcircle {
    width: 55%;
  }
  .informationarchive__meta {
    margin-bottom: 15px;
  }
  .informationarchive__date {
    font-size: 1.125rem;
  }
  .informationarchive__category {
    left: 98px;
    width: 180px;
    font-size: 0.8125rem;
  }
  .informationarchive__title {
    font-size: 1rem;
  }
  .informationarchive__title.eventcircle {
    font-size: 1.25rem;
  }
  .informationarchive__disc {
    font-size: 0.875rem;
  }
  .informationarchive__sub__title {
    font-size: 1.125rem;
  }
  .informationarchive__sub__list li {
    font-size: 1rem;
  }
  .informationsingle__title {
    font-size: 1.25rem;
  }
  .informationsingle__content {
    margin-bottom: 75px;
  }
  .informationsingle__content p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .informationarchive {
    margin: -40px auto 75px;
  }
}
@media screen and (max-width: 960px) {
  .information__list__link {
    padding: 14px 26px 14px 0;
    background: url(../images/link_b.png) no-repeat right center/20px;
  }
  .informationarchive {
    margin: -50px auto 50px;
  }
  .informationarchive__list__link {
    padding: 14px 34px 14px 0;
    background: url(../images/link_b.png) no-repeat right 6px center/20px;
  }
  .informationarchive__list__link:hover {
    background: url(../images/link_b.png) no-repeat right 0 center/20px;
  }
  .informationarchive__list__textbox {
    width: 62%;
  }
  .informationarchive__list__textbox.eventcircle {
    width: 62%;
  }
  .informationarchive__meta {
    margin-bottom: 10px;
  }
  .informationarchive__date {
    font-size: 1rem;
  }
  .informationarchive__category {
    left: 88px;
    width: 170px;
    font-size: 0.75rem;
  }
  .informationarchive__title {
    font-size: 0.875rem;
  }
  .informationarchive__title.eventcircle {
    font-size: 1.125rem;
  }
  .informationarchive__disc {
    font-size: 0.75rem;
  }
  .informationarchive__sub__title {
    font-size: 1rem;
  }
  .informationarchive__sub__list li {
    font-size: 0.875rem;
  }
  .informationsingle__title {
    font-size: 1.125rem;
  }
  .informationsingle__content {
    margin-bottom: 50px;
  }
  .informationsingle__content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .information__list__link {
    font-size: 0.75rem;
    padding: 10px 20px 10px 0;
    background: url(../images/link_b.png) no-repeat right center/16px;
  }
  .information__list__img {
    width: 20%;
  }
  .information__list__textbox {
    width: 77%;
    margin-left: 3%;
  }
  .information__meta {
    margin-bottom: 5px;
  }
  .information__date {
    font-size: 0.9375rem;
  }
  .information__category {
    left: 80px;
    width: 140px;
    border-radius: 12px;
    font-size: 0.625rem;
    padding: 0.1em 0;
  }
  .information__title {
    font-size: 0.75rem;
  }
  .informationarchive {
    flex-direction: column;
    margin: -15px auto 15px;
    padding: 20px 2.5%;
  }
  .informationarchive__main {
    width: 100%;
    margin-bottom: 50px;
  }
  .informationarchive__list__link {
    padding: 10px 20px 10px 0;
    background: url(../images/link_b.png) no-repeat right 4px center/16px;
  }
  .informationarchive__list__link:hover {
    text-decoration: none;
    background: url(../images/link_b.png) no-repeat right 0 center/16px;
  }
  .informationarchive__list__img {
    width: 20%;
  }
  .informationarchive__list__textbox {
    width: 72%;
  }
  .informationarchive__list__textbox.eventcircle {
    width: 72%;
  }
  .informationarchive__meta {
    margin-bottom: 5px;
  }
  .informationarchive__date {
    font-size: 0.9375rem;
  }
  .informationarchive__category {
    left: 80px;
    width: 140px;
    border-radius: 12px;
    font-size: 0.625rem;
    padding: 0.1em 0;
  }
  .informationarchive__title {
    font-size: 0.75rem;
  }
  .informationarchive__title.eventcircle {
    font-size: 0.75rem;
    margin-bottom: 0.75em;
  }
  .informationarchive__disc {
    font-size: 0.6875rem;
  }
  .informationarchive__sub {
    width: 100%;
  }
  .informationarchive__sub__title {
    font-size: 0.75rem;
  }
  .informationarchive__sub__list li {
    font-size: 0.75rem;
  }
  .informationsingle__title {
    font-size: 1rem;
  }
  .informationsingle__content {
    margin-bottom: 25px;
  }
  .informationsingle__content p {
    font-size: 0.875rem;
  }
}
.company {
  max-width: 90%;
  width: 1280px;
  margin: -140px auto 100px;
  padding: 77px 3.5%;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.company__title {
  margin-bottom: 100px;
}
.company__indexlist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.125%;
}
.company__indexlist__item {
  width: 31.25%;
  background-color: #f3f2eb;
  margin-bottom: 40px;
}
.company__indexlist__item a:hover {
  text-decoration: none;
}
.company__indexlist__item img {
  width: 100%;
  height: auto;
}
.company__indexlist__item__inner {
  padding: 20px 34px 60px 34px;
}
.company__indexlist__item--title {
  color: #152950;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  transition-duration: 0.3s;
  background: url(../images/link_b.png) no-repeat right 4px center/26px;
}
a:hover .company__indexlist__item--title {
  background: url(../images/link_b.png) no-repeat right 0 center/26px;
}
.company__indexlist__item--sub {
  font-size: 1rem;
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .company {
    margin: -100px auto 100px;
  }
}
@media screen and (max-width: 1280px) {
  .company {
    padding: 50px 3.5%;
  }
  .company__title {
    margin-bottom: 80px;
  }
  .company__indexlist__item {
    margin-bottom: 30px;
  }
  .company__indexlist__item__inner {
    padding: 14px 24px 42px 24px;
  }
  .company__indexlist__item--title {
    font-size: 1.25rem;
    background: url(../images/link_b.png) no-repeat right center/20px;
  }
  .company__indexlist__item--sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .company {
    margin: -40px auto 75px;
  }
}
@media screen and (max-width: 960px) {
  .company {
    margin: -50px auto 50px;
  }
  .company__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    margin: -15px auto 15px;
    padding: 20px 2.5%;
  }
  .company__title {
    margin-bottom: 30px;
  }
  .company__indexlist {
    gap: 5%;
  }
  .company__indexlist__item {
    margin-bottom: 20px;
    width: 47.5%;
  }
  .company__indexlist__item__inner {
    padding: 10px 17px 30px 17px;
  }
  .company__indexlist__item--title {
    font-size: 0.875rem;
    background: url(../images/link_b.png) no-repeat right center/16px;
  }
  .company__indexlist__item--sub {
    font-size: 0.6875rem;
  }
}
/*ご挨拶**********************/
.company-message {
  /*ご挨拶*/
  /*ロゴマーク・社章について*/
  /*社是*/
  /*年頭の挨拶*/
}
.company-message__aisatu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f3f2eb;
  padding: 66px 6.6%;
  margin-bottom: 100px;
}
.company-message__aisatu__text {
  width: 70.6%;
}
.company-message__aisatu__text p {
  line-height: 2;
  font-size: 1.125rem;
}
.company-message__aisatu__name {
  text-align: right;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.125rem;
  font-weight: bold;
}
.company-message__aisatu__photo {
  width: 22.6%;
}
.company-message__aisatu__photo img {
  max-width: 226px;
  width: 100%;
  height: auto;
}
.company-message__logo {
  margin-bottom: 100px;
}
.company-message__logo__text1, .company-message__logo__text2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-message__logo__text1 {
  margin-bottom: 55px;
}
.company-message__logo__text1--img {
  width: 22.91%;
}
.company-message__logo__text1--img img {
  width: 100%;
}
.company-message__logo__text1--text {
  width: 65.5%;
}
.company-message__logo__text1--text p {
  line-height: 2;
  font-size: 1.125rem;
}
.company-message__logo__text2--img {
  width: 31.8%;
}
.company-message__logo__text2--img img {
  width: 100%;
  max-width: 366px;
}
.company-message__logo__text2--text {
  width: 65.5%;
}
.company-message__logo__text2--text p {
  line-height: 2;
  font-size: 1.125rem;
}
.company-message__logo__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 55px;
}
.company-message__logo__photo--img {
  width: 42.18%;
  display: block;
}
.company-message__logo__photo--img img {
  width: 100%;
}
.company-message__syaze {
  margin-bottom: 100px;
}
.company-message__syaze__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-message__syaze__box--text {
  width: 60%;
}
.company-message__syaze__box--text p {
  margin-bottom: 1em;
  font-size: 1.125rem;
  line-height: 2;
}
.company-message__syaze__box--text p.syaze {
  font-size: 2rem;
  font-weight: bold;
}
.company-message__syaze__box--img {
  width: 35.6%;
}
.company-message__syaze__box--img img {
  width: 100%;
}
.company-message__nentou__select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.company-message__nentou__select select {
  position: relative;
  background-color: #ecf3fe;
  border: solid 1px #0062b0;
  color: #0062b0;
  font-size: 1.25rem;
  padding: 0.5em 2em 0.5em 1em;
  margin-right: 1em;
}
.company-message__nentou__select p {
  color: #0062b0;
}
.company-message__nentou__box {
  background-color: #ecf3fe;
  padding: 61px 6.6%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute; /* 重ねて同じ位置に配置 */
  left: 0;
  right: 0;
}
.company-message__nentou__box.show {
  opacity: 1;
  visibility: visible;
  position: static;
}
.company-message__nentou__box.hide {
  opacity: 0;
}
.company-message__nentou__box section {
  margin-bottom: 3em;
}
.company-message__nentou__box h4 {
  color: #0062b0;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.125rem;
}
.company-message__nentou__box p {
  margin-bottom: 1em;
  line-height: 2;
  font-size: 1.125rem;
}
.company-message__nentou__annotation li {
  font-size: 1rem;
  padding-left: 4em;
  text-indent: -4em;
}

@media screen and (max-width: 1280px) {
  /*ご挨拶***********/
  .company-message {
    /*ご挨拶*/
    /*ロゴマーク・社章について*/
    /*社是*/
    /*年頭の挨拶*/
  }
  .company-message__aisatu {
    padding: 50px 6.6%;
    margin-bottom: 75px;
  }
  .company-message__aisatu__text p {
    font-size: 1rem;
  }
  .company-message__aisatu__name {
    font-size: 1rem;
  }
  .company-message__logo {
    margin-bottom: 75px;
  }
  .company-message__logo__text1 {
    margin-bottom: 40px;
  }
  .company-message__logo__text1--text p {
    font-size: 1rem;
  }
  .company-message__logo__text2--text p {
    font-size: 1rem;
  }
  .company-message__logo__photo {
    gap: 20px;
    margin-bottom: 40px;
  }
  .company-message__syaze {
    margin-bottom: 75px;
  }
  .company-message__syaze__box--text p {
    font-size: 1rem;
  }
  .company-message__syaze__box--text p.syaze {
    font-size: 1.75rem;
  }
  .company-message__nentou__select select {
    font-size: 1rem;
  }
  .company-message__nentou__box {
    padding: 50px 6.6%;
  }
  .company-message__nentou__box h4 {
    font-size: 1rem;
  }
  .company-message__nentou__box p {
    font-size: 1rem;
  }
  .company-message__nentou__annotation li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  /*ご挨拶***********/
  .company-message {
    /*ご挨拶*/
    /*ロゴマーク・社章について*/
    /*社是*/
    /*年頭の挨拶*/
  }
  .company-message__aisatu__text p {
    font-size: 0.875rem;
  }
  .company-message__aisatu__name {
    font-size: 0.875rem;
  }
  .company-message__logo__text1--text p {
    font-size: 0.875rem;
  }
  .company-message__logo__text2--text p {
    font-size: 0.875rem;
  }
  .company-message__syaze__box--text p {
    font-size: 0.875rem;
  }
  .company-message__syaze__box--text p.syaze {
    font-size: 1.25rem;
  }
  .company-message__nentou__select select {
    font-size: 1rem;
  }
  .company-message__nentou__box h4 {
    font-size: 0.875rem;
  }
  .company-message__nentou__box p {
    font-size: 0.875rem;
  }
  .company-message__nentou__annotation li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  /*ご挨拶***********/
  .company-message {
    /*ご挨拶*/
    /*ロゴマーク・社章について*/
    /*社是*/
    /*年頭の挨拶*/
  }
  .company-message__aisatu {
    flex-direction: column;
    padding: 25px 5%;
    margin-bottom: 50px;
  }
  .company-message__aisatu__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .company-message__aisatu__text p {
    font-size: 0.75rem;
  }
  .company-message__aisatu__name {
    font-size: 0.75rem;
  }
  .company-message__aisatu__photo {
    width: 50%;
    margin: auto;
  }
  .company-message__logo {
    margin-bottom: 50px;
  }
  .company-message__logo__text1, .company-message__logo__text2 {
    flex-direction: column;
  }
  .company-message__logo__text1 {
    margin-bottom: 25px;
  }
  .company-message__logo__text1--img {
    width: 60%;
  }
  .company-message__logo__text1--text {
    width: 100%;
  }
  .company-message__logo__text1--text p {
    font-size: 0.75rem;
  }
  .company-message__logo__text2--img {
    width: 60%;
  }
  .company-message__logo__text2--text {
    width: 100%;
    margin-bottom: 10px;
  }
  .company-message__logo__text2--text p {
    font-size: 0.75rem;
  }
  .company-message__logo__photo {
    gap: 5px;
    margin-bottom: 25px;
  }
  .company-message__logo__photo--img {
    width: 50%;
  }
  .company-message__syaze {
    margin-bottom: 50px;
  }
  .company-message__syaze__box {
    flex-direction: column;
  }
  .company-message__syaze__box--text {
    width: 100%;
  }
  .company-message__syaze__box--text p {
    font-size: 0.75rem;
  }
  .company-message__syaze__box--text p.syaze {
    font-size: 1rem;
  }
  .company-message__syaze__box--img {
    width: 75%;
  }
  .company-message__nentou__select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .company-message__nentou__select select {
    font-size: 0.875rem;
    padding: 0.5em 0.75em 0.5em 0.75em;
  }
  .company-message__nentou__select p {
    font-size: 0.75rem;
  }
  .company-message__nentou__box {
    padding: 20px 5%;
  }
  .company-message__nentou__box h4 {
    font-size: 0.75rem;
  }
  .company-message__nentou__box p {
    font-size: 0.75rem;
  }
  .company-message__nentou__annotation li {
    font-size: 0.6875rem;
  }
}
/*会社情報**********************/
.company-info {
  /*会社概要*/
  /*組織図*/
  /*沿革*/
}
.company-info__gaikan {
  margin-bottom: 80px;
}
.company-info__gaikan img {
  width: 100%;
}
.company-info__gaikan__caption {
  text-align: center;
  font-size: 1.125rem;
}
.company-info__gaiyou__table {
  width: 100%;
  border-top: solid 1px #aecdff;
  margin-bottom: 100px;
}
.company-info__gaiyou__table th,
.company-info__gaiyou__table td {
  padding: 0.75em 0;
  font-size: 1.125rem;
}
.company-info__gaiyou__table th {
  width: 15.6%;
  font-weight: bold;
  color: #0062b0;
  border-bottom: solid 1px #0062b0;
  vertical-align: top;
}
.company-info__gaiyou__table th:first-child {
  border-top: solid 1px #0062b0;
}
.company-info__gaiyou__table td {
  padding-left: 2em;
  line-height: 1.8;
  border-bottom: solid 1px #aecdff;
}
.company-info__gaiyou__honsya {
  text-align: left;
}
.company-info__gaiyou__shikaku {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.company-info__gaiyou__shikakulist {
  width: 40%;
  border-top: solid 1px #ccc;
}
.company-info__gaiyou__shikakulist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 0.25em 2em 0.25em 0.25em;
}
.company-info__gaiyou__shikakulist + .company-info__gaiyou__shikakulist {
  border-left: solid 1px #ccc;
}
.company-info__access__img {
  width: 61.28%;
  max-width: 706px;
  display: block;
  margin: 0 auto 37px;
}
.company-info__access__caption {
  text-align: center;
  font-size: 1.125rem;
}
.company-info__sosiki {
  background-color: #f3f2eb;
  padding: 100px 0;
}
.company-info__sosiki__inner {
  max-width: 90%;
  width: 1152px;
  margin: 0 auto;
}
.company-info__sosiki__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}
.company-info__sosiki__item img {
  width: 100%;
}
.company-info__enkaku {
  background-color: #ecf3fe;
  padding: 100px 0;
}
.company-info__enkaku__inner {
  max-width: 90%;
  width: 1152px;
  margin: 0 auto;
}
.company-info__enkaku__table {
  margin-bottom: 65px;
  width: 100%;
}
.company-info__enkaku__table th,
.company-info__enkaku__table td {
  border-bottom: solid 1px #ccc;
  padding: 0.75em 0;
  font-size: 1.125rem;
}
.company-info__enkaku__table th {
  color: #0062b0;
  width: 15%;
  vertical-align: top;
}
.company-info__enkaku__table td {
  padding-left: 3em;
}
.company-info__enkaku__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}
.company-info__enkaku__item img {
  width: 100%;
}
.company-info__enkaku__item p {
  text-align: center;
  font-size: 1.125rem;
}
.company-info__enkaku__item p span {
  display: block;
  text-align: left;
  font-size: 0.875rem;
}

@media screen and (max-width: 1280px) {
  .company-info {
    /*会社概要*/
    /*組織図*/
    /*沿革*/
  }
  .company-info__gaikan {
    margin-bottom: 70px;
  }
  .company-info__gaikan__caption {
    font-size: 1rem;
  }
  .company-info__gaiyou__table {
    margin-bottom: 75px;
  }
  .company-info__gaiyou__table th,
  .company-info__gaiyou__table td {
    font-size: 1rem;
  }
  .company-info__gaiyou__shikakulist {
    width: 50%;
  }
  .company-info__access__img {
    margin: 0 auto 25px;
  }
  .company-info__access__caption {
    font-size: 0.875rem;
  }
  .company-info__sosiki {
    padding: 75px 0;
  }
  .company-info__enkaku {
    padding: 75px 0;
  }
  .company-info__enkaku__table {
    margin-bottom: 50px;
  }
  .company-info__enkaku__table th,
  .company-info__enkaku__table td {
    font-size: 1rem;
  }
  .company-info__enkaku__table td {
    padding-left: 2em;
  }
  .company-info__enkaku__list {
    gap: 16px;
  }
  .company-info__enkaku__item p {
    font-size: 1rem;
  }
  .company-info__enkaku__item p span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 960px) {
  .company-info {
    /*会社概要*/
    /*沿革*/
  }
  .company-info__gaikan__caption {
    font-size: 0.75rem;
  }
  .company-info__gaiyou__table th,
  .company-info__gaiyou__table td {
    font-size: 0.875rem;
  }
  .company-info__access__img {
    margin: 0 auto 20px;
  }
  .company-info__enkaku__table th,
  .company-info__enkaku__table td {
    font-size: 0.875rem;
  }
  .company-info__enkaku__list {
    gap: 10px;
  }
  .company-info__enkaku__item p {
    font-size: 0.875rem;
  }
  .company-info__enkaku__item p span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .company-info {
    /*会社概要*/
    /*組織図*/
    /*沿革*/
  }
  .company-info__gaikan {
    margin-bottom: 50px;
  }
  .company-info__gaikan__caption {
    font-size: 0.6875rem;
  }
  .company-info__gaiyou__table {
    margin-bottom: 50px;
  }
  .company-info__gaiyou__table th {
    font-size: 0.75rem;
  }
  .company-info__gaiyou__table td {
    font-size: 0.75rem;
    padding-left: 1em;
  }
  .company-info__gaiyou__shikaku {
    flex-direction: column;
  }
  .company-info__gaiyou__shikakulist {
    width: 100%;
  }
  .company-info__gaiyou__shikakulist li {
    padding: 0.25em 1em 0.25em 0.25em;
  }
  .company-info__gaiyou__shikakulist + .company-info__gaiyou__shikakulist {
    border-left: none;
    border-top: none;
  }
  .company-info__access__img {
    width: 90%;
  }
  .company-info__access__caption {
    font-size: 0.75rem;
  }
  .company-info__sosiki {
    padding: 30px 0;
  }
  .company-info__sosiki__column {
    flex-direction: column;
    gap: 10px;
  }
  .company-info__enkaku {
    padding: 30px 0 50px;
  }
  .company-info__enkaku__table {
    margin-bottom: 25px;
  }
  .company-info__enkaku__table th,
  .company-info__enkaku__table td {
    font-size: 0.75rem;
  }
  .company-info__enkaku__table th {
    width: 30%;
  }
  .company-info__enkaku__table td {
    padding-left: 1em;
  }
  .company-info__enkaku__list {
    gap: 4px;
  }
  .company-info__enkaku__item p {
    font-size: 0.625rem;
  }
}
/*CSR活動**********************/
.company-csr__lead {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.company-csr__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 59px;
  background-color: #ecf3fe;
  padding: 50px 5%;
}
.company-csr__block.beige {
  background-color: #f3f2eb;
}
.company-csr__textarea {
  width: 47.7%;
}
.company-csr__textarea .button {
  margin-left: 0;
}
.company-csr__header {
  font-size: 1.5rem;
  font-weight: bold;
  color: #152950;
  margin-bottom: 1em;
}
.company-csr__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.company-csr__text + .company-csr__link {
  margin-bottom: 1em;
}
.company-csr__link + .company-csr__text {
  margin-bottom: 1em;
}
.company-csr__link a {
  color: #0062b0;
  font-size: 1.125rem;
  line-height: 1.8;
  text-decoration: underline;
  padding-left: 18px;
  background: url(../images/company/linkarrow.png) no-repeat left center;
}
.company-csr__img {
  width: 47.7%;
}
.company-csr__img img {
  width: 100%;
}
.company-csr__caption {
  text-align: center;
  font-size: 1.125rem;
}
.company-csr__rengatushin__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}
.company-csr__rengatushin__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-csr__rengatushin__item {
  width: 31%;
}
.company-csr__rengatushin__item img {
  width: 100%;
  display: block;
}
.company-csr__rengatushin__item p {
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .company-csr__lead {
    margin: 0 auto 75px;
    font-size: 1rem;
  }
  .company-csr__block {
    margin-bottom: 40px;
  }
  .company-csr__header {
    font-size: 1.25rem;
  }
  .company-csr__text {
    font-size: 1rem;
  }
  .company-csr__text + .company-csr__link {
    margin-bottom: 0.5em;
  }
  .company-csr__link a {
    font-size: 1rem;
  }
  .company-csr__caption {
    font-size: 1rem;
  }
  .company-csr__rengatushin__title {
    font-size: 1rem;
  }
  .company-csr__rengatushin__item p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .company-csr__lead {
    margin: 0 auto 50px;
    font-size: 0.875rem;
  }
  .company-csr__block {
    margin-bottom: 35px;
    padding: 35px 5%;
  }
  .company-csr__header {
    font-size: 1.125rem;
  }
  .company-csr__text {
    font-size: 0.875rem;
  }
  .company-csr__link a {
    font-size: 0.875rem;
  }
  .company-csr__caption {
    font-size: 0.875rem;
  }
  .company-csr__rengatushin__title {
    font-size: 0.875rem;
  }
  .company-csr__rengatushin__item p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .company-csr__lead {
    margin: 0 auto 30px;
    font-size: 0.75rem;
  }
  .company-csr__block {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px 5%;
  }
  .company-csr__textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .company-csr__textarea .button {
    margin-left: auto;
    margin-bottom: 20px;
  }
  .company-csr__header {
    font-size: 1rem;
  }
  .company-csr__text {
    font-size: 0.75rem;
  }
  .company-csr__link a {
    font-size: 0.75rem;
    padding-left: 10px;
    background: url(../images/company/linkarrow.png) no-repeat left center/6px;
  }
  .company-csr__img {
    width: 100%;
  }
  .company-csr__caption {
    font-size: 0.75rem;
  }
  .company-csr__rengatushin__title {
    font-size: 0.75rem;
  }
  .company-csr__rengatushin__item p {
    font-size: 0.75rem;
  }
}
/*社内サークル**********************/
.company-circle__lead {
  background-color: #f3f2eb;
  padding: 30px 3%;
  margin-bottom: 75px;
}
.company-circle__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.company-circle__text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.company-circle__list {
  margin-left: 1.5em;
}
.company-circle__list li {
  font-size: 1.125rem;
  list-style: disc;
}

@media screen and (max-width: 960px) {
  .company-circle__lead {
    padding: 25px 3%;
    margin-bottom: 50px;
  }
  .company-circle__title {
    font-size: 1.125rem;
  }
  .company-circle__text {
    font-size: 0.875rem;
  }
  .company-circle__list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .company-circle__lead {
    padding: 15px 3%;
    margin-bottom: 30px;
  }
  .company-circle__title {
    font-size: 0.875rem;
  }
  .company-circle__text {
    font-size: 0.75rem;
  }
  .company-circle__list li {
    font-size: 0.75rem;
  }
}
.works {
  max-width: 90%;
  width: 1280px;
  margin: -140px auto 160px;
  padding: 77px 3.5%;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.works.doboku {
  margin: -140px auto 0;
  padding: 77px 3.5% 0;
}
.works.renga {
  margin: -140px auto 0;
}
.works__title {
  margin-bottom: 75px;
}
.works__indexlist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4%;
}
.works__indexlist__item {
  width: 48%;
  background-color: #f3f2eb;
  position: relative;
}
.works__indexlist__item a:hover {
  text-decoration: none;
}
.works__indexlist__item img {
  width: 100%;
  height: auto;
}
.works__indexlist__item__inner {
  padding: 43px 52px 180px 52px;
}
.works__indexlist__item--title {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.works__indexlist__item--sub {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works__indexlist__item .button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .works {
    margin: -100px auto 100px;
  }
  .works.doboku {
    margin: -100px auto 0;
  }
  .works.renga {
    margin: -100px auto 0;
  }
}
@media screen and (max-width: 1280px) {
  .works {
    padding: 50px 3.5%;
  }
  .works.doboku {
    padding: 50px 3.5% 0;
  }
  .works__title {
    margin-bottom: 80px;
  }
  .works__indexlist__item__inner {
    padding: 14px 24px 100px 24px;
  }
  .works__indexlist__item--title {
    font-size: 1.375rem;
  }
  .works__indexlist__item--sub {
    font-size: 0.875rem;
  }
  .works__indexlist__item .button {
    bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .works {
    margin: -40px auto 75px;
  }
  .works.doboku {
    margin: -40px auto 0;
  }
  .works.renga {
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .works {
    margin: -50px auto 50px;
  }
  .works.doboku {
    margin: -50px auto 0;
  }
  .works.renga {
    margin: -50px auto 0;
  }
  .works__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    margin: -15px auto 25px;
    padding: 20px 2.5%;
  }
  .works.doboku {
    margin: -15px auto 0;
    padding: 20px 2.5% 0;
  }
  .works.renga {
    margin: -15px auto 0;
  }
  .works__title {
    margin-bottom: 30px;
  }
  .works__indexlist {
    flex-direction: column;
    gap: 20px;
  }
  .works__indexlist__item {
    width: 90%;
    margin: 0 auto;
  }
  .works__indexlist__item__inner {
    padding: 10px 17px 20px 17px;
  }
  .works__indexlist__item--title {
    font-size: 1rem;
  }
  .works__indexlist__item--sub {
    font-size: 0.6875rem;
    margin-bottom: 1em;
  }
  .works__indexlist__item .button {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
/*土木部***************************************************/
.works-doboku {
  /*リード*/
  /*実績リンク*/
  /*業務内容*/
}
.works-doboku__lead {
  position: relative;
}
.works-doboku__lead__imgarea {
  width: 53%;
  padding-bottom: 145px;
  position: relative;
  z-index: 3;
}
.works-doboku__lead__imgarea img {
  display: block;
  width: 100%;
  max-width: 817px;
  margin-left: auto;
}
.works-doboku__lead__title {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 106px;
  left: 47.5%;
  z-index: 4;
}
.works-doboku__lead__title__bg {
  line-height: 1.8;
}
.works-doboku__lead__title__bg span {
  background-color: #152950;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 0.1em 0.5em 0.2em;
}
.works-doboku__lead__textarea {
  background-color: #f3f2eb;
  position: absolute;
  width: 65%;
  height: 588px;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 160px 0 0 12.5%;
}
.works-doboku__lead__textarea__inner {
  width: 90%;
  max-width: 542px;
}
.works-doboku__lead__textarea__inner p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-doboku__jisseki {
  position: relative;
}
.works-doboku__jisseki__bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works-doboku__jisseki__bg li {
  width: 25%;
}
.works-doboku__jisseki__bg li img {
  width: 100%;
  display: block;
}
.works-doboku__jisseki::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0062b0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}
.works-doboku__jisseki__link {
  position: absolute;
  z-index: 3;
  width: 45%;
  max-width: 864px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 68px 0 49px;
}
.works-doboku__jisseki__link__title {
  text-align: center;
  color: #ffffff;
  font-size: 2.25rem;
  margin-bottom: 1em;
}
.works-doboku__gyoumu {
  background-color: #ecf3fe;
  padding: 140px 0 200px;
}
.works-doboku__gyoumu__inner {
  max-width: 90%;
  width: 1280px;
  margin: 0 auto;
}
.works-doboku__gyoumu__category {
  background-color: #ffffff;
  padding: 60px 5%;
  margin-bottom: 110px;
  position: relative;
}
.works-doboku__gyoumu__category__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.works-doboku__gyoumu__category__textarea {
  width: 44%;
}
.works-doboku__gyoumu__category__title {
  color: #0062b0;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.works-doboku__gyoumu__category__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-doboku__gyoumu__category__iji {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.works-doboku__gyoumu__category__iji__item img {
  display: block;
  width: 100%;
  transform: scale(1.07);
}
.works-doboku__gyoumu__category__iji__item.left {
  transform: translate(4%, 0);
}
.works-doboku__gyoumu__category__iji__item.right {
  transform: translate(4%, -180px);
}
.works-doboku__gyoumu__category__mainimg {
  transform: translate(160px, -98px);
  width: 54%;
}
.works-doboku__gyoumu__category__mainimg.josetu {
  width: 49.5%;
  transform: none;
}
.works-doboku__gyoumu__category__mainimg img {
  display: block;
  width: 100%;
}
.works-doboku__gyoumu__imglist {
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 33px;
}
.works-doboku__gyoumu__imglist li img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1280px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead__imgarea {
    padding-bottom: 110px;
  }
  .works-doboku__lead__title {
    font-size: 1.6875rem;
    top: 60px;
  }
  .works-doboku__lead__textarea {
    width: 65%;
    height: 400px;
    padding: 70px 0 0 12.5%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 1rem;
  }
  .works-doboku__jisseki__link {
    width: 55%;
    padding: 49px 0 35px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.75rem;
  }
  .works-doboku__gyoumu {
    padding: 100px 0 140px;
  }
  .works-doboku__gyoumu__category {
    padding: 50px 5%;
    margin-bottom: 100px;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.75rem;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 1rem;
  }
  .works-doboku__gyoumu__category__iji {
    margin-top: 40px;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: translate(85px, -70px);
  }
  .works-doboku__gyoumu__imglist {
    margin-top: -35px;
    gap: 23px;
  }
}
@media screen and (max-width: 960px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead__title {
    font-size: 1.25rem;
  }
  .works-doboku__lead__textarea {
    height: 340px;
    padding: 40px 0 0 12.5%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 0.875rem;
  }
  .works-doboku__jisseki__link {
    padding: 26px 0 28px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.5rem;
  }
  .works-doboku__gyoumu {
    padding: 75px 0 100px;
  }
  .works-doboku__gyoumu__category {
    padding: 30px 5%;
    margin-bottom: 50px;
  }
  .works-doboku__gyoumu__category__textarea {
    margin-bottom: 1em;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.5rem;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 0.875rem;
  }
  .works-doboku__gyoumu__category__iji {
    margin-top: 58px;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: translate(55px, -50px);
  }
  .works-doboku__gyoumu__imglist {
    margin-top: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead {
    position: relative;
  }
  .works-doboku__lead__imgarea {
    width: 60%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .works-doboku__lead__title {
    font-size: 0.9375rem;
    top: 60px;
    left: 27%;
  }
  .works-doboku__lead__title__bg span {
    padding: 0.1em 0.2em 0.2em;
  }
  .works-doboku__lead__textarea {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    padding: 30px 0 30px 5%;
  }
  .works-doboku__lead__textarea__inner {
    width: 95%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 0.75rem;
  }
  .works-doboku__jisseki__bg {
    flex-wrap: wrap;
  }
  .works-doboku__jisseki__bg li {
    width: 50%;
  }
  .works-doboku__jisseki__link {
    width: 80%;
    padding: 36px 0 38px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.25rem;
  }
  .works-doboku__gyoumu {
    padding: 50px 0 50px;
  }
  .works-doboku__gyoumu__category {
    padding: 25px 5%;
    margin-bottom: 25px;
  }
  .works-doboku__gyoumu__category__textarea {
    width: 100%;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.125rem;
    margin-bottom: 0.7em;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 0.75rem;
  }
  .works-doboku__gyoumu__category__iji {
    width: 100%;
    margin-top: 0;
    align-items: flex-end;
    gap: 1%;
  }
  .works-doboku__gyoumu__category__iji__item img {
    transform: none;
  }
  .works-doboku__gyoumu__category__iji__item.left {
    transform: none;
  }
  .works-doboku__gyoumu__category__iji__item.right {
    transform: none;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: none;
    width: 70%;
    margin: 0 auto 10px;
  }
  .works-doboku__gyoumu__category__mainimg.josetu {
    width: 70%;
  }
  .works-doboku__gyoumu__imglist {
    gap: 1%;
  }
}
/*建築部**************************************************/
.works-kentiku {
  /*リード*/
  /*実績リンク*/
  /*家づくり*/
}
.works-kentiku__lead {
  position: relative;
  margin-bottom: 100px;
}
.works-kentiku__lead__imgarea {
  width: 53%;
  padding-bottom: 145px;
  position: relative;
  z-index: 3;
}
.works-kentiku__lead__imgarea img {
  display: block;
  width: 100%;
  max-width: 817px;
  margin-left: auto;
}
.works-kentiku__lead__title {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 106px;
  left: 47.5%;
  z-index: 4;
}
.works-kentiku__lead__title__bg {
  line-height: 1.8;
}
.works-kentiku__lead__title__bg span {
  background-color: #152950;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 0.1em 0.5em 0.2em;
}
.works-kentiku__lead__textarea {
  background-color: #f3f2eb;
  position: absolute;
  width: 65%;
  height: 588px;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 160px 0 0 12.5%;
}
.works-kentiku__lead__textarea__inner {
  width: 90%;
  max-width: 542px;
}
.works-kentiku__lead__textarea__inner p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-kentiku__jisseki {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 200px;
}
.works-kentiku__jisseki__item {
  width: 49.2%;
  background-color: #f3f2eb;
  padding: 0 0 182px;
  position: relative;
}
.works-kentiku__jisseki__item img {
  width: 100%;
  display: block;
}
.works-kentiku__jisseki__textarea {
  padding: 47px 9.2% 0;
}
.works-kentiku__jisseki__title {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.works-kentiku__jisseki__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-kentiku__jisseki .button {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.works-kentiku__iedukuri__lead {
  position: relative;
  padding: 120px 0 300px;
  background: url(../images/works/kentiku/kentiku_iedukuribg.jpg) no-repeat center center/cover;
}
.works-kentiku__iedukuri__lead__textarea {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.works-kentiku__iedukuri__lead__title {
  font-size: 2.375rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #152950;
  margin-bottom: 0.6em;
  font-weight: bold;
}
.works-kentiku__iedukuri__lead__text {
  font-size: 1.125rem;
  line-height: 1.8;
  width: 44.5%;
}
.works-kentiku__iedukuri__lead__circle {
  position: absolute;
  bottom: -384px;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 520px;
  background: #ecf3fe;
  border-radius: 490px/260px;
  z-index: 1;
}
.works-kentiku__iedukuri__bg {
  position: relative;
  z-index: 2;
  background-color: #ecf3fe;
  padding: 75px 0;
}
.works-kentiku__iedukuri__title {
  text-align: center;
  margin-top: -175px;
  padding-bottom: 30px;
}
.works-kentiku__iedukuri__title img {
  width: 62px;
}
.works-kentiku__iedukuri__title p {
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
}
.works-kentiku__iedukuri__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.works-kentiku__iedukuri__contents {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 5%;
  margin-bottom: 28px;
}
.works-kentiku__iedukuri__contents__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  border-left: solid 5px #0062b0;
  padding: 0.25em 0 0.25em 1em;
}
.works-kentiku__iedukuri__contents__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.works-kentiku__iedukuri__contents__text {
  width: 61.5%;
}
.works-kentiku__iedukuri__contents__text p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-kentiku__iedukuri__contents__img {
  width: 31.5%;
}
.works-kentiku__iedukuri__contents__img img {
  width: 100%;
}
.works-kentiku__rengasyakolink {
  position: relative;
  background: url(../images/works/kentiku/kentiku_rengalinkbg.jpg) no-repeat center center/cover;
  min-height: 595px;
}
.works-kentiku__rengasyakolink::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0062b0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}
.works-kentiku__rengasyakolink__area {
  position: absolute;
  z-index: 3;
  width: 45%;
  max-width: 864px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 68px 0 49px;
}
.works-kentiku__rengasyakolink__title {
  text-align: center;
  color: #ffffff;
  font-size: 2.25rem;
  margin-bottom: 0.5em;
}
.works-kentiku__rengasyakolink__text {
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1280px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead__imgarea {
    padding-bottom: 110px;
  }
  .works-doboku__lead__title {
    font-size: 1.6875rem;
    top: 60px;
  }
  .works-doboku__lead__textarea {
    width: 65%;
    height: 400px;
    padding: 70px 0 0 12.5%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 1rem;
  }
  .works-doboku__jisseki__link {
    width: 55%;
    padding: 49px 0 35px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.75rem;
  }
  .works-doboku__gyoumu {
    padding: 100px 0 140px;
  }
  .works-doboku__gyoumu__title {
    margin-bottom: 80px;
    font-size: 1.75rem;
  }
  .works-doboku__gyoumu__title::before, .works-doboku__gyoumu__title::after {
    width: 110px;
  }
  .works-doboku__gyoumu__category {
    padding: 50px 5%;
    margin-bottom: 100px;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.75rem;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 1rem;
  }
  .works-doboku__gyoumu__category__iji {
    margin-top: 40px;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: translate(85px, -70px);
  }
  .works-doboku__gyoumu__imglist {
    margin-top: -35px;
    gap: 23px;
  }
  .works-kentiku {
    /*リード*/
    /*実績リンク*/
    /*家づくり*/
  }
  .works-kentiku__lead__imgarea {
    padding-bottom: 110px;
  }
  .works-kentiku__lead__title {
    font-size: 1.6875rem;
    top: 60px;
  }
  .works-kentiku__lead__textarea {
    width: 65%;
    height: 400px;
    padding: 70px 0 0 12.5%;
  }
  .works-kentiku__lead__textarea__inner p {
    font-size: 1rem;
  }
  .works-kentiku__jisseki__title {
    font-size: 1.6875rem;
  }
  .works-kentiku__jisseki__text {
    font-size: 1rem;
  }
  .works-kentiku__iedukuri__lead__title {
    font-size: 1.875rem;
  }
  .works-kentiku__iedukuri__lead__text {
    font-size: 1rem;
  }
  .works-kentiku__iedukuri__lead__circle {
    width: 800px;
  }
  .works-kentiku__iedukuri__title img {
    width: 55px;
  }
  .works-kentiku__iedukuri__title p {
    font-size: 1.4375rem;
  }
  .works-kentiku__iedukuri__contents__title {
    font-size: 1.25rem;
  }
  .works-kentiku__iedukuri__contents__text p {
    font-size: 1rem;
  }
  .works-kentiku__rengasyakolink__title {
    font-size: 2rem;
  }
  .works-kentiku__rengasyakolink__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead__title {
    font-size: 1.25rem;
  }
  .works-doboku__lead__textarea {
    height: 340px;
    padding: 40px 0 0 12.5%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 0.875rem;
  }
  .works-doboku__jisseki__link {
    padding: 26px 0 28px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.5rem;
  }
  .works-doboku__gyoumu {
    padding: 75px 0 100px;
  }
  .works-doboku__gyoumu__title {
    margin-bottom: 70px;
    font-size: 1.5rem;
  }
  .works-doboku__gyoumu__title::before, .works-doboku__gyoumu__title::after {
    width: 90px;
  }
  .works-doboku__gyoumu__category {
    padding: 30px 5%;
    margin-bottom: 50px;
  }
  .works-doboku__gyoumu__category__textarea {
    margin-bottom: 1em;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.5rem;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 0.875rem;
  }
  .works-doboku__gyoumu__category__iji {
    margin-top: 58px;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: translate(55px, -50px);
  }
  .works-doboku__gyoumu__imglist {
    margin-top: 0;
    gap: 10px;
  }
  .works-kentiku {
    /*リード*/
    /*実績リンク*/
    /*家づくり*/
  }
  .works-kentiku__lead__title {
    font-size: 1.25rem;
  }
  .works-kentiku__lead__textarea {
    height: 340px;
    padding: 40px 0 0 12.5%;
  }
  .works-kentiku__lead__textarea__inner p {
    font-size: 0.875rem;
  }
  .works-kentiku__jisseki__item {
    padding-bottom: 150px;
  }
  .works-kentiku__jisseki__title {
    font-size: 1.25rem;
  }
  .works-kentiku__jisseki__text {
    font-size: 0.875rem;
  }
  .works-kentiku__jisseki .button {
    bottom: 70px;
  }
  .works-kentiku__iedukuri__lead__title {
    font-size: 1.5625rem;
  }
  .works-kentiku__iedukuri__lead__text {
    font-size: 0.875rem;
  }
  .works-kentiku__iedukuri__lead__circle {
    width: 800px;
  }
  .works-kentiku__iedukuri__title img {
    width: 55px;
  }
  .works-kentiku__iedukuri__title p {
    font-size: 1.25rem;
  }
  .works-kentiku__iedukuri__contents__title {
    font-size: 1.125rem;
  }
  .works-kentiku__iedukuri__contents__text p {
    font-size: 0.875rem;
  }
  .works-kentiku__rengasyakolink__title {
    font-size: 1.6875rem;
  }
  .works-kentiku__rengasyakolink__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .works-doboku {
    /*リード*/
    /*実績リンク*/
    /*業務内容*/
  }
  .works-doboku__lead {
    position: relative;
  }
  .works-doboku__lead__imgarea {
    width: 60%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .works-doboku__lead__title {
    font-size: 0.9375rem;
    top: 60px;
    left: 27%;
  }
  .works-doboku__lead__title__bg span {
    padding: 0.1em 0.2em 0.2em;
  }
  .works-doboku__lead__textarea {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    padding: 30px 0 30px 5%;
  }
  .works-doboku__lead__textarea__inner {
    width: 95%;
  }
  .works-doboku__lead__textarea__inner p {
    font-size: 0.75rem;
  }
  .works-doboku__jisseki__bg {
    flex-wrap: wrap;
  }
  .works-doboku__jisseki__bg li {
    width: 50%;
  }
  .works-doboku__jisseki__link {
    width: 80%;
    padding: 36px 0 38px;
  }
  .works-doboku__jisseki__link__title {
    font-size: 1.25rem;
  }
  .works-doboku__gyoumu {
    padding: 50px 0 50px;
  }
  .works-doboku__gyoumu__title {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
  .works-doboku__gyoumu__title::before, .works-doboku__gyoumu__title::after {
    width: 65px;
  }
  .works-doboku__gyoumu__category {
    padding: 25px 5%;
    margin-bottom: 25px;
  }
  .works-doboku__gyoumu__category__textarea {
    width: 100%;
  }
  .works-doboku__gyoumu__category__title {
    font-size: 1.125rem;
    margin-bottom: 0.7em;
  }
  .works-doboku__gyoumu__category__text {
    font-size: 0.75rem;
  }
  .works-doboku__gyoumu__category__iji {
    width: 100%;
    margin-top: 0;
    align-items: flex-end;
    gap: 1%;
  }
  .works-doboku__gyoumu__category__iji__item img {
    transform: none;
  }
  .works-doboku__gyoumu__category__iji__item.left {
    transform: none;
  }
  .works-doboku__gyoumu__category__iji__item.right {
    transform: none;
  }
  .works-doboku__gyoumu__category__mainimg {
    transform: none;
    width: 70%;
    margin: 0 auto 10px;
  }
  .works-doboku__gyoumu__category__mainimg.josetu {
    width: 70%;
  }
  .works-doboku__gyoumu__imglist {
    gap: 1%;
  }
  .works-kentiku {
    /*リード*/
    /*実績リンク*/
    /*家づくり*/
  }
  .works-kentiku__lead {
    position: relative;
    margin-bottom: 50px;
  }
  .works-kentiku__lead__imgarea {
    width: 60%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .works-kentiku__lead__title {
    font-size: 0.9375rem;
    top: 60px;
    left: 27%;
  }
  .works-kentiku__lead__title__bg span {
    padding: 0.1em 0.2em 0.2em;
  }
  .works-kentiku__lead__textarea {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    padding: 30px 0 30px 5%;
  }
  .works-kentiku__lead__textarea__inner {
    width: 95%;
  }
  .works-kentiku__lead__textarea__inner p {
    font-size: 0.75rem;
  }
  .works-kentiku__jisseki {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
  }
  .works-kentiku__jisseki__item {
    width: 100%;
    padding-bottom: 130px;
  }
  .works-kentiku__jisseki__textarea {
    padding-top: 30px;
  }
  .works-kentiku__jisseki__title {
    font-size: 0.9375rem;
  }
  .works-kentiku__jisseki__text {
    font-size: 0.75rem;
  }
  .works-kentiku__jisseki .button {
    bottom: 50px;
  }
  .works-kentiku__iedukuri__lead {
    padding: 70px 0 200px;
  }
  .works-kentiku__iedukuri__lead__title {
    font-size: 1.25rem;
  }
  .works-kentiku__iedukuri__lead__text {
    font-size: 0.75rem;
    max-width: 300px;
    width: 70%;
  }
  .works-kentiku__iedukuri__lead__circle {
    bottom: -400px;
    width: 100%;
    border-radius: 400px/260px;
  }
  .works-kentiku__iedukuri__title img {
    width: 45px;
  }
  .works-kentiku__iedukuri__title p {
    font-size: 1rem;
  }
  .works-kentiku__iedukuri__contents {
    padding: 25px 5%;
  }
  .works-kentiku__iedukuri__contents__title {
    font-size: 1rem;
  }
  .works-kentiku__iedukuri__contents__column {
    flex-direction: column-reverse;
  }
  .works-kentiku__iedukuri__contents__text {
    width: 100%;
  }
  .works-kentiku__iedukuri__contents__text p {
    font-size: 0.75rem;
  }
  .works-kentiku__iedukuri__contents__img {
    max-width: 300px;
    width: 70%;
    margin: 10px auto;
  }
  .works-kentiku__rengasyakolink {
    min-height: 400px;
  }
  .works-kentiku__rengasyakolink__area {
    max-width: 450px;
    width: 80%;
    padding: 36px 5% 38px;
  }
  .works-kentiku__rengasyakolink__title {
    font-size: 1.25rem;
  }
  .works-kentiku__rengasyakolink__text {
    font-size: 0.75rem;
  }
  .works-kentiku__rengasyakolink .button {
    width: 100%;
  }
}
/*施工事例共通***************************************************/
.works-jirei__year {
  text-align: center;
  font-size: 1.75rem;
  color: #0062b0;
  margin-bottom: 80px;
}
.works-jirei__year span {
  color: #666;
}
.works-jirei__year a {
  color: #666;
  text-decoration: underline;
}
.works-jirei__year a:hover {
  color: #0062b0;
}
.works-jirei__list {
  margin-bottom: 100px;
}
.works-jirei__list.kentiku {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.works-jirei__item {
  border-bottom: solid 1px #666;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.works-jirei__item.kentiku {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 47.5%;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}
.works-jirei__item--button {
  margin-top: 30px;
}
.works-jirei__textarea {
  width: 44%;
}
.works-jirei__textarea.kentiku {
  width: 100%;
}
.works-jirei__textarea__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.works-jirei__textarea__meta {
  margin-bottom: 2em;
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-jirei__textarea__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-jirei__slide {
  width: 52.7%;
}
.works-jirei__slide.kentiku {
  width: 100%;
  margin-bottom: 15px;
}
.works-jirei__slide__imgmain {
  position: relative;
  margin-bottom: 10px;
}
.works-jirei__slide__imgmain img {
  width: 100%;
  display: block;
}
.works-jirei__slide__imgmain__caption {
  text-align: center;
  font-size: 1rem;
}
.works-jirei__slide__imgthumb .slick-list {
  margin-left: -0.75%;
  margin-right: -0.75%;
}
.works-jirei__slide__imgthumb .slick-slide {
  margin: 0 0.75%;
}
.works-jirei__slide__imgthumb img {
  width: 100%;
  display: block;
}
.works-jirei__slide__imgthumb img:hover {
  cursor: pointer;
}
.works-jirei__slide__imgthumb img:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.works-jirei__slide__tag {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0;
}
.works-jirei__slide__tag.kansei {
  background-color: #0062b0;
}
.works-jirei__slide__tag.tyakkoumae {
  background-color: #c477be;
}
.works-jirei__slide__tag.koujityuu {
  background-color: #707070;
}

@media screen and (max-width: 1280px) {
  .works-jirei__year {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .works-jirei__item {
    padding: 35px 0;
  }
  .works-jirei__textarea__title {
    font-size: 1.25rem;
  }
  .works-jirei__textarea__meta {
    font-size: 1rem;
  }
  .works-jirei__textarea__text {
    font-size: 1rem;
  }
  .works-jirei__slide__tag {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 960px) {
  .works-jirei__year {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  .works-jirei__list {
    margin-bottom: 75px;
  }
  .works-jirei__list.kentiku {
    margin-bottom: 30px;
  }
  .works-jirei__item {
    padding: 30px 0;
  }
  .works-jirei__item.kentiku {
    margin-bottom: 30px;
  }
  .works-jirei__textarea__title {
    font-size: 1.125rem;
  }
  .works-jirei__textarea__meta {
    font-size: 0.875rem;
  }
  .works-jirei__textarea__text {
    font-size: 0.875rem;
  }
  .works-jirei__slide__tag {
    font-size: 1rem;
    width: 120px;
  }
  .works-jirei__slide__imgmain__caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .works-jirei__year {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .works-jirei__list {
    margin-bottom: 50px;
  }
  .works-jirei__list.kentiku {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .works-jirei__item {
    padding: 20px 0;
    flex-direction: column;
  }
  .works-jirei__item.kentiku {
    width: 100%;
    margin-bottom: 20px;
  }
  .works-jirei__textarea {
    width: 100%;
    margin-bottom: 1em;
  }
  .works-jirei__textarea__title {
    font-size: 1rem;
  }
  .works-jirei__textarea__meta {
    font-size: 0.75rem;
  }
  .works-jirei__textarea__text {
    font-size: 0.75rem;
  }
  .works-jirei__slide {
    width: 100%;
  }
  .works-jirei__slide__tag {
    font-size: 0.875rem;
    width: 100px;
  }
  .works-jirei__slide__imgmain {
    margin-bottom: 8px;
  }
  .works-jirei__slide__imgmain__caption {
    font-size: 0.75rem;
  }
}
/*レンガ車庫***************************************************/
.works-renga__lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.works-renga__lead p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.works-renga__main {
  margin-bottom: 66px;
}
.works-renga__main img {
  width: 100%;
}
.works-renga__sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.works-renga__sub__item {
  width: 49%;
}
.works-renga__sub__item img {
  width: 100%;
}
.works-renga__sub__sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.works-renga__sub__sub__item {
  width: 49%;
}
.works-renga__sub__sub__item img {
  width: 100%;
}
.works-renga__caption {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 45px;
}
.works-renga__midimg {
  margin-bottom: 80px;
}
.works-renga__midimg img {
  width: 100%;
}
.works-renga__sinbun {
  background-color: #f3f2eb;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 50px 5%;
  box-sizing: border-box;
}
.works-renga__sinbun__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  gap: 5.7%;
}
.works-renga__sinbun__item img {
  width: 100%;
}
.works-renga__button {
  margin: 0 auto 200px;
}

@media screen and (max-width: 1280px) {
  .works-renga__lead {
    margin: 0 auto 40px;
  }
  .works-renga__lead p {
    font-size: 1rem;
  }
  .works-renga__main {
    margin-bottom: 40px;
  }
  .works-renga__caption {
    font-size: 0.875rem;
    margin-bottom: 35px;
  }
  .works-renga__midimg {
    margin-bottom: 60px;
  }
  .works-renga__sinbun {
    margin: 0 auto 60px;
    padding: 40px 5%;
  }
  .works-renga__button {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 960px) {
  .works-renga__lead {
    margin: 0 auto 30px;
  }
  .works-renga__lead p {
    font-size: 0.875rem;
  }
  .works-renga__main {
    margin-bottom: 30px;
  }
  .works-renga__caption {
    margin-bottom: 25px;
  }
  .works-renga__midimg {
    margin-bottom: 40px;
  }
  .works-renga__sinbun {
    margin: 0 auto 40px;
    padding: 30px 5%;
  }
  .works-renga__button {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .works-renga__lead {
    margin: 0 auto 20px;
  }
  .works-renga__lead p {
    font-size: 0.75rem;
  }
  .works-renga__main {
    margin-bottom: 20px;
  }
  .works-renga__sub__item {
    width: 100%;
  }
  .works-renga__caption {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .works-renga__midimg {
    margin-bottom: 20px;
  }
  .works-renga__sinbun {
    margin: 0 auto 20px;
    padding: 20px 5%;
  }
  .works-renga__sinbun__list {
    flex-wrap: wrap;
    gap: 4%;
  }
  .works-renga__sinbun__item {
    width: 48%;
  }
  .works-renga__sinbun__item p {
    font-size: 0.75rem;
    margin-bottom: 1em;
  }
  .works-renga__button {
    margin: 0 auto 50px;
  }
}
.contact {
  max-width: 90%;
  width: 1280px;
  margin: -140px auto 160px;
  padding: 77px 3.5%;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.contact__title {
  margin-bottom: 75px;
}
.contact__tel {
  background-color: #152950;
  padding: 22px 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.contact__tel p {
  text-align: center;
  color: #ffffff;
}
.contact__tel__text {
  font-size: 1.125rem;
}
.contact__tel__num {
  font-size: 1.875rem;
}
.contact__tel__jikan {
  font-size: 1rem;
}
.contact__disc {
  font-size: 1.125rem;
  line-height: 1.8;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact__disc a {
  color: #152950;
  text-decoration: underline;
}
.contact__disc span {
  color: #ff0000;
  font-weight: bold;
}
.contact__formarea {
  background-color: #f3f2eb;
  border-radius: 20px;
  padding: 60px 5%;
  /*formの中身はform.scss*/
}
.contact .recaptcha_txt {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 30px;
}
.contact .cf-turnstile {
  margin: 0 auto 50px;
  width: 100%;
  text-align: center;
}

.contact-confirm .button-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.contact-confirm .button-flex div {
  max-width: 300px;
  width: 50%;
}
.contact-confirm .button-flex div:last-child {
  display: none;
}
.contact-confirm .button-flex .button {
  transition: all 0.3s;
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact-confirm .button-flex .return .button {
  background-color: #ffffff;
  background-image: url(../images/link_b.png);
  color: #0062b0;
}
.contact-confirm .button-flex .return .button:hover {
  background-color: #ffffff;
}

.contact__thanks p {
  text-align: center;
  margin-bottom: 150px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .contact {
    margin: -100px auto 100px;
  }
}
@media screen and (max-width: 1280px) {
  .contact {
    padding: 50px 3.5%;
  }
  .contact__title {
    margin-bottom: 80px;
  }
  .contact__tel {
    padding: 22px 0;
    margin: 0 auto 50px;
  }
  .contact__tel__text {
    font-size: 1rem;
  }
  .contact__tel__num {
    font-size: 1.75rem;
  }
  .contact__tel__jikan {
    font-size: 1rem;
  }
  .contact__disc {
    font-size: 1rem;
  }
  .contact__formarea {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    margin: -40px auto 75px;
  }
}
@media screen and (max-width: 960px) {
  .contact {
    margin: -50px auto 50px;
  }
  .contact__title {
    margin-bottom: 50px;
  }
  .contact__tel {
    padding: 22px 0;
    margin: 0 auto 40px;
  }
  .contact__tel__text {
    font-size: 0.875rem;
  }
  .contact__tel__num {
    font-size: 1.5rem;
  }
  .contact__tel__jikan {
    font-size: 0.875rem;
  }
  .contact__disc {
    font-size: 0.875rem;
    margin: 0 auto 30px;
  }
  .contact__formarea {
    border-radius: 15px;
    padding: 40px 5%;
  }
  .contact__thanks p {
    font-size: 0.875rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    margin: -15px auto 25px;
    padding: 20px 2.5%;
  }
  .contact__title {
    margin-bottom: 30px;
  }
  .contact__tel {
    padding: 15px 0;
    margin: 0 auto 20px;
  }
  .contact__tel__text {
    font-size: 0.75rem;
  }
  .contact__tel__num {
    font-size: 1rem;
  }
  .contact__tel__jikan {
    font-size: 0.75rem;
  }
  .contact__disc {
    font-size: 0.75rem;
    margin: 0 auto 20px;
  }
  .contact__formarea {
    border-radius: 10px;
    padding: 30px 5%;
  }
  .contact-confirm .button-flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .contact-confirm .button-flex div {
    width: 100%;
  }
  .contact__thanks p {
    font-size: 0.75rem;
    margin-bottom: 50px;
  }
}
.privacy {
  max-width: 90%;
  width: 1280px;
  margin: -140px auto 160px;
  padding: 77px 3.5%;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.privacy__title {
  margin-bottom: 75px;
}
.privacy__header {
  font-size: 1.375rem;
  font-weight: bold;
}
.privacy__text {
  font-size: 1.125rem;
  margin-bottom: 1em;
  line-height: 1.8;
}
.privacy__list {
  margin-bottom: 1em;
}
.privacy__list li {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .privacy {
    margin: -100px auto 100px;
  }
}
@media screen and (max-width: 1280px) {
  .privacy {
    padding: 50px 3.5%;
  }
  .privacy__title {
    margin-bottom: 80px;
  }
  .privacy__header {
    font-size: 1.25rem;
  }
  .privacy__text {
    font-size: 1rem;
  }
  .privacy__list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .privacy {
    margin: -40px auto 75px;
  }
}
@media screen and (max-width: 960px) {
  .privacy {
    margin: -50px auto 50px;
  }
  .privacy__title {
    margin-bottom: 50px;
  }
  .privacy__header {
    font-size: 1.125rem;
  }
  .privacy__text {
    font-size: 0.875rem;
  }
  .privacy__list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy {
    margin: -15px auto 25px;
    padding: 20px 2.5%;
  }
  .privacy__title {
    margin-bottom: 30px;
  }
  .privacy__header {
    font-size: 1rem;
  }
  .privacy__text {
    font-size: 0.75rem;
  }
  .privacy__list li {
    font-size: 0.75rem;
  }
}
.recruit {
  margin: -140px auto 160px;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.recruit__main {
  background-color: #ffffff;
  max-width: 90%;
  width: 1280px;
  margin: 0 auto;
  padding: 77px 3.5%;
  box-sizing: border-box;
}
.recruit__title {
  margin-bottom: 125px;
}
.recruit__title.recruit-info {
  margin-bottom: 0;
}
.recruit__contact {
  background-color: #ecf3fe;
  padding: 70px 0 90px;
}
.recruit__contact__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.recruit__contact__text {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 50px;
}
.recruit__contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.recruit__contact__button .button {
  display: block;
  width: 300px;
}
.recruit__toplink {
  margin-bottom: 200px;
}
.recruit__pagelink a {
  text-decoration: none;
  display: block;
}
.recruit__pagelink__link {
  background-color: #ecf3fe;
  margin-bottom: 50px;
  border: solid 1px #0062b0;
  padding: 50px 5% 96px;
}
.recruit__pagelink__link.youkou {
  background: url(../images/recruit/recruit_youkou.png) no-repeat right 89px center/47.34%, url(../images/link_b.png) #ecf3fe no-repeat right 44px center/45px;
}
.recruit__pagelink__link.interview {
  background: url(../images/recruit/recruit_interview.png) no-repeat right 89px center/47.34%, url(../images/link_b.png) #ecf3fe no-repeat right 44px center/45px;
}
a:hover .recruit__pagelink__link {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.recruit__pagelink__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000000;
}
.recruit__pagelink__text {
  font-size: 1.125rem;
  color: #000000;
}

@media screen and (max-width: 1536px) {
  /* 1536px */
  .recruit {
    margin: -100px auto 100px;
  }
}
@media screen and (max-width: 1280px) {
  .recruit__main {
    padding: 50px 3.5%;
  }
  .recruit__title {
    margin-bottom: 75px;
  }
  .recruit__title.recruit-info {
    margin-bottom: 0;
  }
  .recruit__contact {
    padding: 56px 0 72px;
  }
  .recruit__contact__title {
    font-size: 1.625rem;
  }
  .recruit__contact__text {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .recruit__toplink {
    margin-bottom: 150px;
  }
  .recruit__pagelink__link {
    margin-bottom: 40px;
    padding: 50px 5% 88px;
  }
  .recruit__pagelink__link.youkou {
    background: url(../images/recruit/recruit_youkou.png) no-repeat right 72px center/50%, url(../images/link_b.png) #ecf3fe no-repeat right 36px center/36px;
  }
  .recruit__pagelink__link.interview {
    background: url(../images/recruit/recruit_interview.png) no-repeat right 72px center/50%, url(../images/link_b.png) #ecf3fe no-repeat right 36px center/36px;
  }
  .recruit__pagelink__title {
    font-size: 1.625rem;
  }
  .recruit__pagelink__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit {
    margin: -40px auto 75px;
  }
}
@media screen and (max-width: 960px) {
  .recruit {
    margin: -50px auto 50px;
  }
  .recruit__title {
    margin-bottom: 50px;
  }
  .recruit__title.recruit-info {
    margin-bottom: 0;
  }
  .recruit__contact {
    padding: 40px 0 50px;
  }
  .recruit__contact__title {
    font-size: 1.25rem;
  }
  .recruit__contact__text {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .recruit__toplink {
    margin-bottom: 100px;
  }
  .recruit__pagelink__link {
    margin-bottom: 30px;
    padding: 40px 5% 50px;
  }
  .recruit__pagelink__link.youkou {
    background: url(../images/recruit/recruit_youkou.png) no-repeat right 40px center/50%, url(../images/link_b.png) #ecf3fe no-repeat right 22px center/26px;
  }
  .recruit__pagelink__link.interview {
    background: url(../images/recruit/recruit_interview.png) no-repeat right 40px center/50%, url(../images/link_b.png) #ecf3fe no-repeat right 22px center/26px;
  }
  .recruit__pagelink__title {
    font-size: 1.25rem;
  }
  .recruit__pagelink__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    margin: -15px auto 25px;
  }
  .recruit__main {
    padding: 20px 2.5%;
  }
  .recruit__title {
    margin-bottom: 30px;
  }
  .recruit__title.recruit-info {
    margin-bottom: 0;
  }
  .recruit__contact {
    padding: 20px 0 25px;
  }
  .recruit__contact__title {
    font-size: 1rem;
  }
  .recruit__contact__text {
    font-size: 0.75rem;
    margin: 0 auto 20px;
    width: 90%;
  }
  .recruit__contact__button {
    flex-direction: column;
    gap: 15px;
  }
  .recruit__contact__button .button {
    width: 280px;
  }
  .recruit__toplink {
    margin-bottom: 75px;
  }
  .recruit__pagelink__link {
    margin-bottom: 25px;
    padding: 20px 5% 25px;
  }
  .recruit__pagelink__link.youkou {
    background: url(../images/recruit/recruit_youkou.png) no-repeat right 18px center/48%, url(../images/link_b.png) #ecf3fe no-repeat right 10px center/20px;
  }
  .recruit__pagelink__link.interview {
    background: url(../images/recruit/recruit_interview.png) no-repeat right 18px center/48%, url(../images/link_b.png) #ecf3fe no-repeat right 10px center/20px;
  }
  .recruit__pagelink__title {
    font-size: 1rem;
  }
  .recruit__pagelink__text {
    font-size: 0.75rem;
    width: 45%;
  }
}
/*採用情報***************************************************/
.recruit-info {
  /*メッセージ*/
  /*特徴*/
  /*福利厚生*/
  /*職種紹介*/
}
.recruit-info__message {
  margin-bottom: 35px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.recruit-info__message__textarea {
  background-color: #f3f2eb;
  padding-top: 125px;
  width: calc((100% - 1152px) / 2 + 1152px);
  padding-left: calc((100% - 1152px) / 2);
}
.recruit-info__message__title {
  font-size: 2.75rem;
  font-weight: bold;
  color: #152950;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  border-bottom: solid 1px #152950;
  margin-bottom: 67px;
  padding: 0.25em 0;
}
.recruit-info__message__text {
  font-size: 1.25rem;
  color: #152950;
  width: 50%;
  margin-bottom: 1em;
  line-height: 1.8;
}
.recruit-info__message__message {
  font-size: 6.25rem;
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  line-height: 1;
  transform: translateY(0.15em);
}
.recruit-info__message__img {
  display: block;
  width: 54%;
  position: absolute;
  top: 0;
  right: -4%;
}
.recruit-info__tokutyou__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}
.recruit-info__tokutyou__column:nth-child(odd) {
  flex-direction: row-reverse;
}
.recruit-info__tokutyou__textarea {
  width: 45%;
}
.recruit-info__tokutyou__num {
  font-size: 2.75rem;
  color: #c477be;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-bottom: 1em;
  position: relative;
  line-height: 1;
}
.recruit-info__tokutyou__num::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #c477be;
  position: absolute;
  bottom: 0;
  left: 25px;
  transform: rotate(-45deg);
}
.recruit-info__tokutyou__header {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.recruit-info__tokutyou__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.recruit-info__tokutyou__photo {
  width: 50%;
}
.recruit-info__tokutyou__photo img {
  width: 100%;
  display: block;
}
.recruit-info__hukuri {
  margin-bottom: 150px;
}
.recruit-info__hukuri__suuji {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 1.5%;
  margin-bottom: 20px;
}
.recruit-info__hukuri__suuji li {
  background-color: #0062b0;
  width: 25%;
  padding: 70px 0;
}
.recruit-info__hukuri__suuji__koumoku {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #ffffff;
}
.recruit-info__hukuri__suuji__num {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
}
.recruit-info__hukuri__suuji__num span {
  font-size: 2.4375rem;
}
.recruit-info__hukuri__suuji__nendo {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 40px;
}
.recruit-info__hukuri__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.recruit-info__hukuri__listitem {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 65px;
}
.recruit-info__hukuri__listitem__inner {
  width: 72%;
}
.recruit-info__hukuri__listitem__header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit-info__hukuri__listitem__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.recruit-info__hukuri__listitem__img {
  width: 24.1%;
}
.recruit-info__hukuri__listitem__img img {
  width: 100%;
}
.recruit-info__hukuri__youth {
  background-color: #f3f2eb;
  padding: 50px 5%;
}
.recruit-info__hukuri__youth__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.recruit-info__hukuri__youth__textarea {
  width: 42.6%;
}
.recruit-info__hukuri__youth__header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit-info__hukuri__youth__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.recruit-info__hukuri__youth__img {
  width: 25%;
}
.recruit-info__hukuri__youth__img img {
  width: 100%;
}
.recruit-info__hukuri__youth__disc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-info__hukuri__youth__disc__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 45px 40px;
  width: 80%;
}
.recruit-info__hukuri__youth__disc__inner {
  width: 80%;
}
.recruit-info__hukuri__youth__disc__header {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit-info__hukuri__youth__disc__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.recruit-info__hukuri__youth__disc__mark {
  width: 19%;
}
.recruit-info__hukuri__youth__disc__mark img {
  width: 100%;
}
.recruit-info__hukuri__youth__disc__img {
  width: 16.5%;
}
.recruit-info__hukuri__youth__disc__img img {
  width: 100%;
}
.recruit-info__hukuri__youth__disc__caption {
  text-align: center;
  font-size: 1rem;
}
.recruit-info__syokusyu {
  margin-bottom: 200px;
}
.recruit-info__syokusyu__kubun {
  margin-bottom: 66px;
}
.recruit-info__syokusyu__header {
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit-info__syokusyu__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-info__syokusyu__textarea {
  width: 48%;
}
.recruit-info__syokusyu__text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.recruit-info__syokusyu__naiyou {
  background-color: #f5f5f5;
  padding: 30px 27px 14px;
}
.recruit-info__syokusyu__naiyou__header {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.recruit-info__syokusyu__naiyou__header::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 1px;
  top: 50%;
  left: -27px;
  background-color: #000000;
}
.recruit-info__syokusyu__naiyou__text {
  font-size: 1.125rem;
  margin-bottom: 1.5em;
  line-height: 1.8;
  padding-left: 0.5em;
}
.recruit-info__syokusyu__photo {
  width: 48%;
}
.recruit-info__syokusyu__photo img {
  width: 100%;
}
.recruit-info__syokusyu__subkubun {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  gap: 10px;
}
.recruit-info__syokusyu__subkubun__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.recruit-info__syokusyu__subkubun__header {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit-info__syokusyu__subkubun__photo {
  width: 100%;
}
.recruit-info__syokusyu__subkubun__photo img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .recruit-info {
    /*メッセージ*/
    /*特徴*/
    /*福利厚生*/
    /*職種紹介*/
  }
  .recruit-info__message {
    margin-bottom: 28px;
    padding-top: 50px;
  }
  .recruit-info__message__textarea {
    padding-top: 65px;
    width: 91.85%;
    padding-left: 8.15%;
  }
  .recruit-info__message__title {
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
  .recruit-info__message__text {
    font-size: 1rem;
    width: 45%;
  }
  .recruit-info__message__message {
    font-size: 5rem;
  }
  .recruit-info__tokutyou__column {
    margin-bottom: 66px;
  }
  .recruit-info__tokutyou__num {
    font-size: 2.25rem;
  }
  .recruit-info__tokutyou__num::after {
    width: 48px;
    left: 20px;
  }
  .recruit-info__tokutyou__header {
    font-size: 1.625rem;
  }
  .recruit-info__tokutyou__text {
    font-size: 1rem;
  }
  .recruit-info__hukuri {
    margin-bottom: 120px;
  }
  .recruit-info__hukuri__suuji {
    margin-bottom: 16px;
  }
  .recruit-info__hukuri__suuji li {
    padding: 56px 0;
  }
  .recruit-info__hukuri__suuji__koumoku {
    font-size: 1.25rem;
  }
  .recruit-info__hukuri__suuji__num {
    font-size: 3.25rem;
  }
  .recruit-info__hukuri__suuji__num span {
    font-size: 2rem;
  }
  .recruit-info__hukuri__suuji__nendo {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  .recruit-info__hukuri__list {
    margin-bottom: 80px;
  }
  .recruit-info__hukuri__listitem {
    margin-bottom: 50px;
  }
  .recruit-info__hukuri__listitem__header {
    font-size: 1.25rem;
  }
  .recruit-info__hukuri__listitem__text {
    font-size: 1rem;
  }
  .recruit-info__hukuri__youth {
    padding: 40px 5%;
  }
  .recruit-info__hukuri__youth__column {
    margin-bottom: 16px;
  }
  .recruit-info__hukuri__youth__header {
    font-size: 1.25rem;
  }
  .recruit-info__hukuri__youth__text {
    font-size: 1rem;
  }
  .recruit-info__hukuri__youth__img {
    width: 25%;
  }
  .recruit-info__hukuri__youth__disc__column {
    padding: 38px 32px;
  }
  .recruit-info__hukuri__youth__disc__header {
    font-size: 1.125rem;
  }
  .recruit-info__hukuri__youth__disc__text {
    font-size: 1rem;
  }
  .recruit-info__hukuri__youth__disc__caption {
    font-size: 0.875rem;
  }
  .recruit-info__syokusyu {
    margin-bottom: 160px;
  }
  .recruit-info__syokusyu__kubun {
    margin-bottom: 53px;
  }
  .recruit-info__syokusyu__header {
    font-size: 2.25rem;
  }
  .recruit-info__syokusyu__text {
    font-size: 1rem;
  }
  .recruit-info__syokusyu__naiyou {
    padding: 24px 22px 11px;
  }
  .recruit-info__syokusyu__naiyou__header {
    font-size: 1rem;
  }
  .recruit-info__syokusyu__naiyou__header::before {
    width: 22px;
    left: -22px;
  }
  .recruit-info__syokusyu__naiyou__text {
    font-size: 1rem;
  }
  .recruit-info__syokusyu__subkubun__header {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .recruit-info {
    /*メッセージ*/
    /*特徴*/
    /*福利厚生*/
    /*職種紹介*/
  }
  .recruit-info__message {
    margin-bottom: 22px;
    padding-top: 40px;
  }
  .recruit-info__message__textarea {
    padding-top: 40px;
  }
  .recruit-info__message__title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .recruit-info__message__text {
    font-size: 0.875rem;
  }
  .recruit-info__message__message {
    font-size: 4rem;
  }
  .recruit-info__tokutyou__column {
    margin-bottom: 52px;
  }
  .recruit-info__tokutyou__num {
    font-size: 1.75rem;
  }
  .recruit-info__tokutyou__num::after {
    width: 40px;
    left: 16px;
  }
  .recruit-info__tokutyou__header {
    font-size: 1.25rem;
  }
  .recruit-info__tokutyou__text {
    font-size: 0.875rem;
  }
  .recruit-info__hukuri {
    margin-bottom: 96px;
  }
  .recruit-info__hukuri__suuji {
    margin-bottom: 12px;
  }
  .recruit-info__hukuri__suuji li {
    padding: 44px 0;
  }
  .recruit-info__hukuri__suuji__koumoku {
    font-size: 1rem;
  }
  .recruit-info__hukuri__suuji__num {
    font-size: 2.5625rem;
  }
  .recruit-info__hukuri__suuji__num span {
    font-size: 1.625rem;
  }
  .recruit-info__hukuri__suuji__nendo {
    font-size: 0.875rem;
    margin-bottom: 26px;
  }
  .recruit-info__hukuri__list {
    margin-bottom: 64px;
  }
  .recruit-info__hukuri__listitem {
    margin-bottom: 40px;
  }
  .recruit-info__hukuri__listitem__header {
    font-size: 1rem;
  }
  .recruit-info__hukuri__listitem__text {
    font-size: 0.875rem;
  }
  .recruit-info__hukuri__youth {
    padding: 32px 5%;
  }
  .recruit-info__hukuri__youth__column {
    margin-bottom: 14px;
  }
  .recruit-info__hukuri__youth__header {
    font-size: 1rem;
  }
  .recruit-info__hukuri__youth__text {
    font-size: 0.875rem;
  }
  .recruit-info__hukuri__youth__disc__column {
    padding: 30px 26px;
  }
  .recruit-info__hukuri__youth__disc__header {
    font-size: 1rem;
  }
  .recruit-info__hukuri__youth__disc__text {
    font-size: 0.875rem;
  }
  .recruit-info__hukuri__youth__disc__caption {
    font-size: 0.75rem;
  }
  .recruit-info__syokusyu {
    margin-bottom: 128px;
  }
  .recruit-info__syokusyu__kubun {
    margin-bottom: 40px;
  }
  .recruit-info__syokusyu__header {
    font-size: 1.75rem;
  }
  .recruit-info__syokusyu__text {
    font-size: 0.875rem;
  }
  .recruit-info__syokusyu__naiyou {
    padding: 18px 16px 8px;
  }
  .recruit-info__syokusyu__naiyou__header {
    font-size: 0.875rem;
  }
  .recruit-info__syokusyu__naiyou__header::before {
    width: 16px;
    left: -16px;
  }
  .recruit-info__syokusyu__naiyou__text {
    font-size: 0.875rem;
  }
  .recruit-info__syokusyu__subkubun__header {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-info {
    /*メッセージ*/
    /*特徴*/
    /*福利厚生*/
    /*職種紹介*/
  }
  .recruit-info__message {
    margin-bottom: 20px;
    padding-top: 35px;
  }
  .recruit-info__message__textarea {
    padding-top: 30px;
  }
  .recruit-info__message__title {
    font-size: 1.125rem;
    margin-bottom: 24px;
    padding: 0.25em 0;
  }
  .recruit-info__message__text {
    font-size: 0.75rem;
    width: 95%;
    margin-bottom: 1em;
    line-height: 1.8;
  }
  .recruit-info__message__message {
    font-size: 2.75rem;
  }
  .recruit-info__message__img {
    width: 54%;
    top: 0;
    right: -7%;
  }
  .recruit-info__tokutyou__column {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .recruit-info__tokutyou__column:nth-child(odd) {
    flex-direction: column;
  }
  .recruit-info__tokutyou__textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit-info__tokutyou__num {
    font-size: 1.5rem;
  }
  .recruit-info__tokutyou__num::after {
    width: 30px;
    left: 15px;
  }
  .recruit-info__tokutyou__header {
    font-size: 1rem;
  }
  .recruit-info__tokutyou__text {
    font-size: 0.75rem;
  }
  .recruit-info__tokutyou__photo {
    width: 100%;
  }
  .recruit-info__hukuri {
    margin-bottom: 50px;
  }
  .recruit-info__hukuri__suuji {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .recruit-info__hukuri__suuji li {
    width: 49%;
    padding: 30px 0;
    margin-bottom: 10px;
  }
  .recruit-info__hukuri__suuji__koumoku {
    font-size: 0.8125rem;
  }
  .recruit-info__hukuri__suuji__num {
    font-size: 1.875rem;
  }
  .recruit-info__hukuri__suuji__num span {
    font-size: 1rem;
  }
  .recruit-info__hukuri__suuji__nendo {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .recruit-info__hukuri__list {
    margin-bottom: 30px;
  }
  .recruit-info__hukuri__listitem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .recruit-info__hukuri__listitem__inner {
    width: 72%;
  }
  .recruit-info__hukuri__listitem__header {
    font-size: 0.875rem;
  }
  .recruit-info__hukuri__listitem__text {
    font-size: 0.75rem;
  }
  .recruit-info__hukuri__listitem__img {
    width: 24.1%;
  }
  .recruit-info__hukuri__youth {
    padding: 25px 5%;
  }
  .recruit-info__hukuri__youth__column {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .recruit-info__hukuri__youth__textarea {
    width: 100%;
  }
  .recruit-info__hukuri__youth__header {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .recruit-info__hukuri__youth__text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .recruit-info__hukuri__youth__img {
    width: 48%;
  }
  .recruit-info__hukuri__youth__disc {
    flex-wrap: wrap;
  }
  .recruit-info__hukuri__youth__disc__column {
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit-info__hukuri__youth__disc__inner {
    width: 80%;
  }
  .recruit-info__hukuri__youth__disc__header {
    font-size: 0.8125rem;
  }
  .recruit-info__hukuri__youth__disc__text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .recruit-info__hukuri__youth__disc__mark {
    width: 19%;
  }
  .recruit-info__hukuri__youth__disc__img {
    width: 50%;
    margin: 0 auto;
  }
  .recruit-info__hukuri__youth__disc__caption {
    font-size: 0.6875rem;
  }
  .recruit-info__syokusyu {
    margin-bottom: 100px;
  }
  .recruit-info__syokusyu__kubun {
    margin-bottom: 33px;
  }
  .recruit-info__syokusyu__header {
    font-size: 1.25rem;
  }
  .recruit-info__syokusyu__column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .recruit-info__syokusyu__textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit-info__syokusyu__text {
    font-size: 0.75rem;
  }
  .recruit-info__syokusyu__naiyou {
    padding: 15px 14px 5px;
  }
  .recruit-info__syokusyu__naiyou__header {
    font-size: 0.75rem;
  }
  .recruit-info__syokusyu__naiyou__header::before {
    width: 14px;
    left: -14px;
  }
  .recruit-info__syokusyu__naiyou__text {
    font-size: 0.75rem;
  }
  .recruit-info__syokusyu__photo {
    width: 100%;
  }
  .recruit-info__syokusyu__subkubun {
    flex-direction: column;
  }
  .recruit-info__syokusyu__subkubun__item {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    gap: 10px;
  }
  .recruit-info__syokusyu__subkubun__header {
    font-size: 1rem;
  }
  .recruit-info__syokusyu__subkubun__photo {
    width: 100%;
  }
}
/*募集要項***************************************************/
.recruit-youkou__ankerlink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.recruit-youkou__ankerlink li {
  padding: 0 0 0 1.5em;
  position: relative;
  font-size: 1.125rem;
}
.recruit-youkou__ankerlink li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #0062b0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.recruit-youkou__ankerlink li + li {
  margin-left: 2.5em;
}
.recruit-youkou__ankerlink li a {
  color: #000000;
}
.recruit-youkou__kubun {
  margin-bottom: 125px;
}
.recruit-youkou__header {
  text-align: center;
  background-color: #0062b0;
  font-size: 1.75rem;
  margin-bottom: 50px;
  color: #ffffff;
  padding: 0.2em 0;
}
.recruit-youkou__lead {
  font-size: 1.125rem;
  margin-bottom: 50px;
}
.recruit-youkou__syokusyu {
  margin-bottom: 100px;
}
.recruit-youkou__syokusyuheader {
  margin-bottom: 1.5em;
}
.recruit-youkou__table {
  width: 100%;
  border-top: solid 1px #999999;
}
.recruit-youkou__table th {
  width: 17%;
  border-bottom: solid 1px #0062b0;
  padding: 1em 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.recruit-youkou__table th:first-child {
  border-top: solid 1px #0062b0;
}
.recruit-youkou__table td {
  border-bottom: solid 1px #999999;
  padding: 1em;
  font-size: 1.125rem;
}
.recruit-youkou__jissekitable {
  width: 100%;
  border-top: solid 1px #999999;
}
.recruit-youkou__jissekitable th {
  width: 20%;
  border-bottom: solid 1px #999999;
  padding: 1em 0;
  font-size: 1.125rem;
  vertical-align: top;
}
.recruit-youkou__jissekitable td {
  border-bottom: solid 1px #999999;
  padding: 1em;
  font-size: 1.125rem;
}
.recruit-youkou__jissekitable__nendo {
  width: 75%;
  border-top: none;
}
.recruit-youkou__jissekitable__nendo th {
  width: 50%;
  padding: 0.25em 0;
  border-bottom: none;
}
.recruit-youkou__jissekitable__nendo td {
  padding: 0.25em;
  border-bottom: none;
}
.recruit-youkou__jissekitable__nendo__kubun {
  border: solid 1px #152950;
  font-size: 1rem;
  border-radius: 5px;
  background-color: #ececec;
  text-align: center;
  width: 6.5em;
  display: inline-block;
  margin-right: 0.5em;
  color: #152950;
}

@media screen and (max-width: 1280px) {
  .recruit-youkou__ankerlink {
    margin-bottom: 65px;
  }
  .recruit-youkou__ankerlink li {
    font-size: 1rem;
  }
  .recruit-youkou__ankerlink li::before {
    width: 16px;
    height: 16px;
  }
  .recruit-youkou__kubun {
    margin-bottom: 100px;
  }
  .recruit-youkou__header {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
  .recruit-youkou__lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .recruit-youkou__syokusyu {
    margin-bottom: 80px;
  }
  .recruit-youkou__table th {
    font-size: 1rem;
  }
  .recruit-youkou__table td {
    font-size: 1rem;
  }
  .recruit-youkou__jissekitable th {
    font-size: 1rem;
  }
  .recruit-youkou__jissekitable td {
    font-size: 1rem;
  }
  .recruit-youkou__jissekitable__nendo {
    width: 100%;
  }
  .recruit-youkou__jissekitable__nendo__kubun {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 960px) {
  .recruit-youkou__ankerlink {
    margin-bottom: 50px;
  }
  .recruit-youkou__ankerlink li {
    font-size: 0.875rem;
  }
  .recruit-youkou__ankerlink li::before {
    width: 14px;
    height: 14px;
  }
  .recruit-youkou__kubun {
    margin-bottom: 75px;
  }
  .recruit-youkou__header {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .recruit-youkou__lead {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .recruit-youkou__syokusyu {
    margin-bottom: 60px;
  }
  .recruit-youkou__table th {
    font-size: 0.875rem;
  }
  .recruit-youkou__table td {
    font-size: 0.875rem;
  }
  .recruit-youkou__jissekitable th {
    font-size: 0.875rem;
  }
  .recruit-youkou__jissekitable td {
    font-size: 0.875rem;
  }
  .recruit-youkou__jissekitable__nendo__kubun {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-youkou__ankerlink {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .recruit-youkou__ankerlink li {
    width: 50%;
    padding: 0.25em 0 0.25em 1.3em;
    font-size: 0.8125rem;
  }
  .recruit-youkou__ankerlink li::before {
    width: 13px;
    height: 13px;
  }
  .recruit-youkou__ankerlink li + li {
    margin-left: 0;
  }
  .recruit-youkou__kubun {
    margin-bottom: 50px;
  }
  .recruit-youkou__header {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .recruit-youkou__lead {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
  .recruit-youkou__syokusyu {
    margin-bottom: 30px;
  }
  .recruit-youkou__table th {
    font-size: 0.75rem;
    width: 19%;
  }
  .recruit-youkou__table td {
    padding: 1em 0 1em 1em;
    font-size: 0.75rem;
  }
  .recruit-youkou__jissekitable th {
    width: 100%;
    padding: 0.5em 0;
    font-size: 0.75rem;
    display: block;
    border-bottom: solid 1px #ccc;
  }
  .recruit-youkou__jissekitable td {
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 0.75rem;
  }
  .recruit-youkou__jissekitable__nendo {
    width: 100%;
  }
  .recruit-youkou__jissekitable__nendo th {
    display: table-cell;
    width: 58%;
    border-bottom: none;
    font-size: 0.6875rem;
    padding: 0.2em 0;
  }
  .recruit-youkou__jissekitable__nendo td {
    display: table-cell;
    font-size: 0.6875rem;
    white-space: nowrap;
    padding: 0.2em;
  }
  .recruit-youkou__jissekitable__nendo__kubun {
    font-size: 0.6875rem;
    border-radius: 3px;
    width: 5.5em;
    margin-right: 0.2em;
  }
}
/*インタビュー***************************************************/
.recruit-interview__lead {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 60px;
}
.recruit-interview__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.recruit-interview__listitem {
  width: 29.42%;
  margin-bottom: 75px;
  border-top: solid 1px #c477be;
  border-left: solid 1px #c477be;
}
.recruit-interview__listitem a {
  text-decoration: none;
}
.recruit-interview__listitem a:hover {
  opacity: 0.8;
}
.recruit-interview__listitem__photo {
  background-color: #eee0ed;
  position: relative;
}
.recruit-interview__listitem__photo img {
  width: 100%;
  display: block;
}
.recruit-interview__listitem__num {
  background: url(../images/recruit/recruit_interview_arrow.png) #c477be no-repeat right 20px center;
  width: 66%;
  border-radius: 0 20px 20px 0;
  color: #ffffff;
  font-family: "Jockey One", sans-serif;
  position: absolute;
  left: -20px;
  bottom: 20px;
  padding: 0.1em 0 0.15em 20px;
  font-size: 2rem;
  line-height: 1;
}
.recruit-interview__listitem__name {
  font-size: 1.375rem;
  font-weight: bold;
  padding: 15px 0 0 20px;
}
.recruit-interview__listitem__nyusya {
  font-size: 1.125rem;
  padding: 0 0 0.5em 20px;
}
.recruit-interview__kiji {
  position: relative;
  margin-bottom: 180px;
}
.recruit-interview__kiji__photo {
  position: absolute;
  top: -110px;
  right: 0;
  width: 35.15%;
}
.recruit-interview__kiji__photo img {
  width: 100%;
  border-radius: 100px 0 0 0;
  display: block;
}
.recruit-interview__kiji__num {
  font-size: 3rem;
  font-family: "Jockey One", sans-serif;
  color: #c477be;
  line-height: 1;
  margin-bottom: -0.1em;
}
.recruit-interview__kiji__inner {
  background-color: #f3f2eb;
  padding: 120px 10%;
}
.recruit-interview__kiji__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: solid 1px #c477be;
}
.recruit-interview__kiji__name {
  font-size: 1.5rem;
  font-weight: bold;
}
.recruit-interview__kiji__nyusya {
  font-size: 1.125rem;
}
.recruit-interview__kiji__shuzai {
  padding-top: 20px;
  font-size: 1.125rem;
  text-align: right;
}
.recruit-interview__kiji__shuzai span {
  font-size: 1rem;
}
.recruit-interview__kiji__text {
  margin-bottom: 1.5em;
}
.recruit-interview__kiji__text p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.recruit-interview__kiji__question {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}
.recruit-interview__kiji__question span {
  color: #c477be;
}
.recruit-interview__kiji__img {
  width: 43.2%;
  float: right;
  margin-left: 25px;
}
.recruit-interview__kiji__img img {
  width: 100%;
}
.recruit-interview__kiji__caption {
  font-size: 1.125rem;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .recruit-interview__lead {
    font-size: 1rem;
    margin-bottom: 48px;
  }
  .recruit-interview__list {
    margin-bottom: 160px;
  }
  .recruit-interview__listitem {
    margin-bottom: 60px;
  }
  .recruit-interview__listitem__num {
    background: url(../images/recruit/recruit_interview_arrow.png) #c477be no-repeat right 15px center/10px;
    left: -16px;
    bottom: 16px;
    font-size: 1.5rem;
  }
  .recruit-interview__listitem__name {
    font-size: 1.125rem;
    padding: 12px 0 0 16px;
  }
  .recruit-interview__listitem__nyusya {
    font-size: 1rem;
    padding: 0 0 0.5em 20px;
  }
  .recruit-interview__kiji {
    margin-bottom: 144px;
  }
  .recruit-interview__kiji__photo {
    top: -88px;
  }
  .recruit-interview__kiji__photo img {
    border-radius: 80px 0 0 0;
  }
  .recruit-interview__kiji__num {
    font-size: 2.375rem;
  }
  .recruit-interview__kiji__inner {
    padding: 96px 10%;
  }
  .recruit-interview__kiji__title {
    margin-bottom: 64px;
    padding-bottom: 32px;
  }
  .recruit-interview__kiji__name {
    font-size: 1.3125rem;
  }
  .recruit-interview__kiji__nyusya {
    font-size: 1rem;
  }
  .recruit-interview__kiji__shuzai {
    font-size: 1rem;
  }
  .recruit-interview__kiji__shuzai span {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__text p {
    font-size: 1rem;
  }
  .recruit-interview__kiji__question {
    font-size: 1rem;
  }
  .recruit-interview__kiji__img {
    margin-left: 20px;
  }
  .recruit-interview__kiji__caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .recruit-interview__lead {
    font-size: 0.875rem;
    margin-bottom: 38px;
  }
  .recruit-interview__list {
    margin-bottom: 128px;
  }
  .recruit-interview__listitem {
    margin-bottom: 48px;
  }
  .recruit-interview__listitem__num {
    background: url(../images/recruit/recruit_interview_arrow.png) #c477be no-repeat right 12px center/8px;
    left: -13px;
    bottom: 13px;
    font-size: 1.125rem;
  }
  .recruit-interview__listitem__name {
    font-size: 0.9375rem;
    padding: 10px 0 0 12px;
  }
  .recruit-interview__listitem__nyusya {
    font-size: 0.8125rem;
    padding: 0 0 0.5em 16px;
  }
  .recruit-interview__kiji {
    margin-bottom: 115px;
  }
  .recruit-interview__kiji__photo {
    top: -70px;
  }
  .recruit-interview__kiji__photo img {
    border-radius: 64px 0 0 0;
  }
  .recruit-interview__kiji__num {
    font-size: 1.875rem;
  }
  .recruit-interview__kiji__inner {
    padding: 70px 7.5% 35px;
  }
  .recruit-interview__kiji__title {
    margin-bottom: 48px;
    padding-bottom: 26px;
  }
  .recruit-interview__kiji__name {
    font-size: 1rem;
  }
  .recruit-interview__kiji__nyusya {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__shuzai {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__shuzai span {
    font-size: 0.75rem;
  }
  .recruit-interview__kiji__text p {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__question {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__img {
    margin-left: 16px;
  }
  .recruit-interview__kiji__caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview__lead {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
  .recruit-interview__list {
    margin-bottom: 50px;
  }
  .recruit-interview__listitem {
    width: 48%;
    margin-bottom: 25px;
  }
  .recruit-interview__listitem__num {
    background: url(../images/recruit/recruit_interview_arrow.png) #c477be no-repeat right 10px center/6px;
    width: 75%;
    border-radius: 0 15px 15px 0;
    left: -10px;
    bottom: 10px;
    padding: 0.1em 0 0.15em 10px;
    font-size: 1rem;
  }
  .recruit-interview__listitem__name {
    font-size: 0.8125rem;
    padding: 8px 0 0 10px;
  }
  .recruit-interview__listitem__nyusya {
    font-size: 0.6875rem;
    padding: 0 0 0.5em 10px;
  }
  .recruit-interview__kiji {
    margin-bottom: 50px;
  }
  .recruit-interview__kiji__photo {
    top: -15px;
    width: 40%;
  }
  .recruit-interview__kiji__photo img {
    border-radius: 30px 0 0 0;
  }
  .recruit-interview__kiji__num {
    font-size: 1.5rem;
  }
  .recruit-interview__kiji__inner {
    padding: 30px 5% 15px;
  }
  .recruit-interview__kiji__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recruit-interview__kiji__name {
    font-size: 0.875rem;
  }
  .recruit-interview__kiji__nyusya {
    font-size: 0.6875rem;
  }
  .recruit-interview__kiji__shuzai {
    font-size: 0.6875rem;
  }
  .recruit-interview__kiji__shuzai span {
    font-size: 0.625rem;
  }
  .recruit-interview__kiji__text p {
    font-size: 0.75rem;
  }
  .recruit-interview__kiji__question {
    font-size: 0.75rem;
  }
  .recruit-interview__kiji__img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .recruit-interview__kiji__caption {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=common_style.css.map */