/*==================================================
 PAGE CSS
==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* index */
.news_ticker {
  width: 100%;
  background: #00a4e3;
  padding: 0.95rem 0;
}
.news_ticker_wrap {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
.news_ticker_wrap h2 {
  display: inline-block;
  padding-right: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0.216rem;
  color: #fff;
}
.news_ticker_wrap ul {
  display: block;
  padding-left: 1.2rem;
}
.news_ticker_wrap ul li {
  display: block;
  position: relative;
}
.news_ticker_wrap ul li::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  left: -1.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.news_ticker_wrap ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.news_ticker_wrap ul li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #fff;
  position: relative;
}
.index #keyvisual {
  height: auto !important;
}

.index #keyvisual_wrap {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  left: unset;
}

.index #keyvisual_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.section01 .recruit-banner {
  margin: 0 auto 10rem;
  padding: 12.17rem 3rem 3rem 4rem;
  width: 97.2rem;
  height: 24.5rem;
  display: block;
  background-image: url("../img/page/index/bg-recruit-banner.jpg");
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  background-size: 100%;
  background-position: center center;
  transition: background-size 0.3s ease;
}

.section01 .recruit-banner img {
    width: 30.7601rem;
    height: 9.6rem;
    z-index: 2;
    position: absolute;
}

.section01 .recruit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: linear-gradient(
    136deg,
    #00a4e3 50%,
    #aacc03 81.77%,
    #e95550 112.94%
  );
  mix-blend-mode: soft-light;
}

.section01 .recruit-banner::after {
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  display: inline-block;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 84 84" fill="none"><path d="M42 0.5C64.9198 0.5 83.5 19.0802 83.5 42C83.5 64.9198 64.9198 83.5 42 83.5C19.0802 83.5 0.5 64.9198 0.5 42C0.5 19.0802 19.0802 0.5 42 0.5Z" stroke="white"/><rect x="36.2681" y="35.4654" width="15.1693" height="10.2693" stroke="white" stroke-width="0.930754" stroke-miterlimit="16"/><path d="M33 38.1111V49H47.891" stroke="white"/></svg>')
    no-repeat center center;
  transition: all 0.3s ease;
}

.section01 .recruit-banner:hover {
  background-size: 112%;
}

.section01 .recruit-banner:hover::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 84 84" fill="none"><circle cx="42" cy="42" r="41.5" fill="%2300A4E3"/><path d="M42 0.5C64.9198 0.5 83.5 19.0802 83.5 42C83.5 64.9198 64.9198 83.5 42 83.5C19.0802 83.5 0.5 64.9198 0.5 42C0.5 19.0802 19.0802 0.5 42 0.5Z" stroke="white"/><rect x="36.2681" y="35.4654" width="15.1693" height="10.2693" stroke="white" stroke-width="0.930754" stroke-miterlimit="16"/><path d="M33 38.1111V49H47.891" stroke="white"/></svg>')
    no-repeat center center;
}

.section01 .recruit-banner span:first-of-type {
  padding-right: 0;
  position: relative;
  top: -1.5rem;
}

.section01 .recruit-banner span {
  padding: 0.7rem 1.5rem 0.7rem 1.26rem;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.8rem;
  font-weight:500;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
}

.index01_bg .box_wrap {
  max-width: 70rem;
  display: flex;
  justify-content: space-between;
}

.index01_bg {
  margin: 0 0 6rem;
  padding: 5rem 0;
  background: url(../img/page/index/bg01.png) no-repeat center top, linear-gradient(to right, #3492c2 50%, #e2ddd5 50%);
  
}

.index02_bg {
  background: url(../img/page/index/bg02_bg.png) repeat center top;
}

/* .index02_bg_wrap {
  height: 56.7rem;
  background: url(../img/page/index/bg02.png) no-repeat center top;
} */

.index02_bg_inner {
  width: 100rem;
  margin: 0 auto;
  padding: 7.5rem 0;
}

.index01_ul {
  width: 75rem;
  margin: 0 auto;
}

.index01_ul ul {
  margin: 0 -3rem 0 0;
  overflow: hidden;
  zoom: 1;
}

.index01_ul ul li {
  float: left;
  width: 23rem;
  margin: 0 3rem 0 0;
}

.index01_ul ul li div,
.index01_ul ul li p {
  font-size: 0.9em;
  text-align: center;
}

.index01_ul ul li div {
  margin: 0 0 1.5rem 0;
}

.index .slide-show {
  padding: 6rem 0;
}

.index .slide-show .carrousel:not(:last-of-type) {
  margin-bottom: 2rem;
}

.index .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  /* gap: 2rem; */
}

.index .swiper .swiper-wrapper .swiper-slide {
  width: 32.4rem;
}

.index .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* Subpage breadcrumb */
.about #b_navi,
.outline #b_navi,
.works #b_navi,
.works-subpage #b_navi,
.result #b_navi,
.contact #b_navi,
.privacypolicy #b_navi {
  margin-top: 3rem;
  padding: 0;
}

.about #b_navi ul,
.outline #b_navi ul,
.works #b_navi ul,
.works-subpage #b_navi ul,
.result #b_navi ul,
.contact #b_navi ul {
  width: auto;
  margin: 0 auto;
  text-align: start;
}

.privacypolicy #b_navi ul {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
/* Subpage page content wrapper */
.about #page_wrap,
.outline #page_wrap,
.works #page_wrap,
.result #page_wrap,
.contact #page_wrap,
.privacypolicy #page_wrap {
  margin: 12rem auto 0;
  padding: 0 4rem;
  max-width: 100rem;
}
/* about */
.section-intro {
  margin-bottom: 16rem;
}
.section-intro p {
  margin-bottom: 8rem;
  color: #4c4948;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem; /* 200% */
}
.section-intro .scroll-link {
  display: flex;
  gap: 2rem;
}
.section-intro .scroll-link a {
  flex: 1;
  padding: 2.4rem 1.5rem 2.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4c4948;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 180%;
  border-bottom: 3px solid #00a4e3;
  background: #f3fcff;
}
.section-intro .scroll-link a::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><circle cx="12.5" cy="12.5" r="12.5" fill="%23D6F3FC"/><path d="M13 17.5L7.80385 10L18.1962 10L13 17.5Z" fill="%2300A4E3"/></svg>')
    no-repeat center center / cover;
}
.section-intro .scroll-link a:hover {
  background: #e0f4fb;
}
.section-intro .scroll-link a:hover::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><circle cx="12.5" cy="12.5" r="12.5" fill="%23FFFFFF"/><path d="M13 17.5L7.80385 10L18.1962 10L13 17.5Z" fill="%2300A4E3"/></svg>')
    no-repeat center center / cover;
} 
.section-message {
  margin-bottom: 16rem;
}
.section-message h4 {
  margin-bottom: 3rem;
  font-size: 3.8rem;
  line-height: 160%;
}
.section-message p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.section-message .section-message_cont:nth-of-type(1) {
  margin-bottom: 8rem;
}
.section-message .section-message_cont:nth-of-type(1) > picture img {
  margin-bottom: 4rem;
}
.section-message .section-message_cont:nth-of-type(2) {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.8rem;
}
.section-message .section-message_cont:nth-of-type(2) > p {
  margin-right: 2rem;
}
.section-message .section-message_cont:nth-of-type(2) > div > p:last-of-type {
  margin-top: 3rem;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.section-message
  .section-message_cont:nth-of-type(2)
  > div
  > p:last-of-type
  > span:last-of-type {
  font-family: "Zen Old Mincho";
  font-size: 2.8rem;
}
.section-message .section-message_cont:nth-of-type(2) > img {
  width: 40rem;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 40/46;
}
.section-meaning {
  margin-bottom: 16rem;
}
.section-meaning h3 {
  margin-bottom: 4rem;
}
.section-meaning .section-meaning_cont {
  margin-bottom: 4rem;
  position: relative;
}
.section-meaning .section-meaning_cont > img:nth-of-type(1) {
  margin-bottom: 4rem;
}
.section-meaning .section-meaning_cont > img:nth-of-type(2) {
  position: absolute;
  right: 0;
}
.section-meaning h4 {
  font-size: 4.8rem;
}
.section-meaning p {
  max-width: clamp(
    60rem,
    calc(60rem + (70.6rem - 60rem) * ((100vw - 750px) / (1366px - 750px))),
    70.6rem
  );
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.section-goal {
  margin-bottom: 16rem;
}
.section-goal_item:not(.is-sub):not(:last-of-type) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #a5a4a3;
}
.section-goal_item.is-sub:not(:last-of-type) {
  padding-right: 2.53rem;
  border-right: 1px solid #a5a4a3;
}
.section-goal_item_label:not(.is-sub) {
  margin-bottom: 2.4rem;
  color: #000;
  font-size: 1.8rem;
}
.section-goal_item_label:not(.is-sub) span {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 8px;
}
.section-goal_item-sub-wrapper {
  display: flex;
  gap: 2.53rem;
}
.section-goal_item:not(.is-sub) > .section-goal_item_detail {
  color: #000;
  font-size: 2.8rem;
}
.section-goal_item.is-sub > .section-goal_item_detail {
  color: #000;
  font-size: 1.5rem;
}
.section-goal_item_detail span {
  color: #00a4e3;
}
.section-goal_item.is-sub > .section-goal_item_label {
  margin-bottom: 0.8rem;
  color: #00a4e3;
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}
.section-anchor-banner {
  margin-bottom: 1.6rem;
  display: flex;
  gap: 2rem;
}

.section-anchor-banner .link {
  flex: 1;
  position: relative;
  display: block;
  text-decoration: none;
  width: 49rem;
  height: 24rem;
  overflow: hidden;
}

.section-anchor-banner .link::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 25rem;
    height: 13.5rem;
    background: #4C4948;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}

.section-anchor-banner .link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 164, 227, 0.2);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.section-anchor-banner.bg-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease;
    position: absolute;
    z-index: 1;
}

.section-anchor-banner.text {
    position: absolute;
    z-index: 3;
    width: 25rem;
    top: 2.5rem;
}

.section-anchor-banner .link:hover .bg-image {
    transform: scale(1.05);
}

.about01_ul ul {
  margin: 0 -2rem 0 0;
  overflow: hidden;
  zoom: 1;
}

.about01_ul ul li {
  float: left;
  display: inline;
  width: 32rem;
  margin: 0 2rem 0 0;
}

.about01_ul ul li.about01_01bg {
  background: #ffffff url(../img/page/about/bg01.png) no-repeat;
  background-size: contain;
}

.about01_ul ul li.about01_02bg {
  background: #ffffff url(../img/page/about/bg02.png) no-repeat;
  background-size: contain;
}

.about01_ul ul li.about01_03bg {
  background: #ffffff url(../img/page/about/bg03.png) no-repeat;
  background-size: contain;
}

.about01_ul ul li p {
  padding: 7.6rem 2rem 3.6rem 2rem;
}

/* message */
.message01_bg {
  height: 49rem;
  background: url(../img/page/recruit/message/bg01.jpg) no-repeat center top;
}

.message01_bg_wrap {
  width: 100rem;
  margin: 0 auto;
}

.message01_bg p {
  padding: 19rem 0 0 37.5rem;
}

.message02_bg {
  height: 53rem;
  background: #f2fafe url(../img/page/recruit/message/bg02.png) no-repeat center
    top;
}

.message02_bg_wrap {
  width: 100rem;
  margin: 0 auto;
}

.message02_bg p {
  padding: 21.5rem 40rem 0 0;
}

.message03_bg {
  height: 69.4rem;
  background: url(../img/page/recruit/message/bg03.jpg) no-repeat center top;
}

.message03_bg_wrap {
  width: 100rem;
  margin: 0 auto;
}

.message03_bg p {
  padding: 44.5rem 8rem 0 8rem;
}

/* outline */
.outline01_bg {
  height: auto;
}

.outline01_bg_wrap {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../img/page/about/outline/bg01.jpg) no-repeat center top;
  padding: 4.6rem 0 6.4rem 5.2rem;
}

.outline01_bg h3 {
  display: block;
  position: relative;
  font-size: 1em;
  color: #00a4e3;
  line-height: 1.8rem;
}

.outline01_bg h3::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #00a4e3;
  position: absolute;
  left: -2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.outline01_bg p {
  font-size: 1.2em;
  line-height: 2.1rem;
  margin-top: 0.4rem;
}

.outline01_bg_wrap ul {
  margin: 3.5rem 0 0;
  padding-left: 2.9rem;
}

.outline01_bg_wrap .item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.outline01_bg_wrap .item:not(:last-child) {
  padding-bottom: 4rem;
  box-sizing: border-box;
}

.outline01_bg_wrap .item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.7rem;
  top: 0.5rem;
  width: 0.2rem;
  height: 100%;
  background-color: #00a4e3;
}

/* philosophy */
body.philosophy #keyvisual {
  background: #5d5d5d;
}

body.philosophy #b_navi {
  background: #e8eef1;
}

.philosophy01_bg {
  height: 42.7rem;
  background: #e8eef1 url(../img/page/about/philosophy/bg01.png) no-repeat
    center top;
}

.philosophy02_bg {
  height: 7rem;
  background: #00a4e3 url(../img/page/about/philosophy/bg02.png) no-repeat
    center top;
}

.philosophy02_bg_wrap {
  position: relative;
  width: 100rem;
  margin: 0 auto;
}

.philosophy02_bg p {
  font-size: 1.2em;
  color: #ffffff;
  line-height: 6.5rem;
  padding: 0.5rem 0 0 14.5rem;
}

/* recruit */
body.recruit #keyvisual {
  background: #b3d5fa;
}

.recruit01_ul ul {
  margin: 0 -2rem 0 0;
  overflow: hidden;
  zoom: 1;
}

.recruit01_ul ul li {
  float: left;
  width: 23.5rem;
  margin: 0 2rem 0 0;
}

/* career */
body.career #keyvisual {
  background: #bed1ef;
}

.career01_ul ul {
  margin: 0 -4rem 0 0;
  overflow: hidden;
  zoom: 1;
}

.career01_ul ul li {
  float: left;
  display: inine;
  width: 28rem;
  margin: 0 4rem 0 0;
}

.career01_ul ul li .img {
  position: relative;
}

.career01_ul ul li .img * {
  color: #ffffff;
  line-height: 150%;
  vertical-align: middle;
}

.career01_ul li .img h4 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.career01_ul ul li .txt01 {
  font-size: 0.8em;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #b0b0b0;
}

.career01_ul ul li .txt02 {
  padding: 1.5rem 0;
  word-wrap: break-word;
}

/* result */
body.result #keyvisual {
  background: #0d61be;
}

body.result .h2_01 {
  overflow: hidden;
  zoom: 1;
}

body.result .h2_01 img {
  float: left;
  margin: 0 3rem 0 0;
}

body.result .h2_01 span {
  font-size: 0.6em;
  font-weight: normal;
  line-height: normal;
  float: left;
}

.result01_ul ul {
  margin: 0 0 -3rem 0;
}

.result01_ul ul li {
  margin: 0 0 3rem 0;
}

.result01_ul li .title {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 0.1rem solid #d2d1d1;
  overflow: hidden;
  zoom: 1;
}

.result01_ul li .title * {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 120%;
  color: #e95550;
}

.result01_ul li .title a {
  font-size: 1em;
  text-decoration: none;
}

.result01_ul li .title a:hover {
  text-decoration: underline;
}

.result01_ul li .title .img {
  float: left;
  width: 6.2rem;
  line-height: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  background: #e95550;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
}

.result01_ul li .title .txt {
  margin: 0 0 0 7.5rem;
}

.result02_ul ul {
  margin: 0 0 -3rem 0;
}

.result02_ul ul li {
  margin: 0 0 3rem 0;
}

.result02_ul li .title {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 0.1rem solid #d2d1d1;
  overflow: hidden;
  zoom: 1;
}

.result02_ul li .title * {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 120%;
  color: #00a4e3;
}

.result02_ul li .title a {
  font-size: 1em;
  text-decoration: none;
}

.result02_ul li .title a:hover {
  text-decoration: underline;
}

.result02_ul li .title .img {
  float: left;
  width: 6.2rem;
  line-height: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  background: #00a4e3;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
}

.result02_ul li .title .txt {
  margin: 0 0 0 7.5rem;
}

/* guideline */
.guideline01_ul ul {
  text-align: center;
}

.guideline01_ul ul li {
  display: inline;
  margin: 0 1rem 0 0;
}

/* works */
body.works .w485px h3 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

body.works .f_left h3 {
  color: #e95550;
}

body.works .f_right h3 {
  color: #00a4e3;
}

body.works .w485px .list-wrap {
  overflow: hidden;
}

body.works .w485px ul {
  margin-top: -0.1rem;
}

body.works .w485px li {
  font-size: 1.5rem;
  border-top: 0.1rem solid #bfbfbf;
  padding-left: 2rem;
}

body.works .w485px li small {
  display: block;
  font-size: 1.2rem;
  margin-left: -2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

body.works .f_left li {
  background: url(../img/page/works/icon-bridge.png) no-repeat left 0.6rem;
}

body.works .f_right li {
  background: url(../img/page/works/icon-road.png) no-repeat left 0.6rem;
}

body.works .section01_wrap h2 {
  color: #4c4948;
  display: block;
  text-align: center;
  font-size: 3.8rem;
  line-height: 5.7rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
body.works .section01 .cards {
  display: grid;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
body.works .section01 .cards .card {
  display: block;
  width: 100%;
}
body.works .section01 .cards .card.red {
  --color: #e95550;
}
body.works .section01 .cards .card.blue {
  --color: #00a4e3;
}
body.works .section01 .cards .card .img {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 27rem;
  margin-bottom: 3rem;
}
body.works .section01 .cards .card .img .src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.works .section01 .cards .card .img .src.off {
  display: block;
}
body.works .section01 .cards .card .img .src.on {
  display: none;
}
body.works .section01 .cards .card .img:hover .src.off {
  display: none;
}
body.works .section01 .cards .card .img:hover .src.on {
  display: block;
}
body.works .section01 .cards .card .head {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: var(--color);
}
body.works .section01 .cards .card .list {
  display: block;
  margin: 1.6rem auto 0;
}
body.works .section01 .cards .card .list .item {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding-left: 2.28rem;
}
body.works .section01 .cards .card .list .item:not(:last-child) {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d2d1d1;
}
body.works .section01 .cards .card .list .item::before {
  content: "";
  display: inline-block;
  width: 1.28rem;
  height: 1.28rem;
  border: 1px solid var(--color);
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.works .section01 .cards .card small {
  font-size: 1.2rem;
  color: #4c4948;
  line-height: 1.56rem;
}

/* Works subpage */
.works-subpage.bridge .page-hero_cont h2 span:first-of-type{
  color: #e95550;
}

body#two.works-subpage.bridge {
  --color: #e95550;
}
body#two.works-subpage.road {
  --color: #00a4e3;
}
body#two.works-subpage #content {
  margin-top: 12rem;
}
body#two.works-subpage #content_inner {
  width: 100%;
}
body#two.works-subpage #content .section {
  display: grid;
  grid-template-columns: 18.8rem 1fr;
  gap: 5rem;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 6.5rem 0 8rem;
}
body#two.works-subpage #content .section .nav {
  position: sticky;
  top: 9rem;
  left: 0;
  width: 100%;
  height: fit-content;
}
body#two.works-subpage #content .section .nav-inner:not(:last-child) {
  margin-bottom: 2.5rem;
}
body#two.works-subpage #content .section .nav-inner .head {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color);
  margin-bottom: 0.6rem;
}
body#two.works-subpage #content .section .nav-inner .item {
  display: block;
  text-decoration: none;
  border: 1px solid var(--color);
  margin: -0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem 0 1.5rem;
  background-color: transparent;
  height: fit-content;
  min-height: 4.4rem;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}
body#two.works-subpage #content .section .nav-inner .item.two-lines {
  font-size: 1.2rem;
  line-height: 1.3;
}
body#two.works-subpage #content .section .nav-inner .item::after {
  content: "";
  display: block;
  width: 0.78rem;
  height: 0.9rem;
  mask: url("../img/page/works/nav-arr.svg") no-repeat center center/contain;
  background-color: var(--color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
}
body#two.works-subpage #content .section .nav-inner .item:hover {
  background-color: var(--color);
  color: #fff;
}
body#two.works-subpage #content .section .nav-inner .item:hover::after {
  background-color: #fff;
}
body#two.works-subpage #content .section .list {
  display: block;
  width: 100%;
}
body#two.works-subpage #content .section .list .card {
  display: block;
  width: 100%;
  scroll-margin-top: 9rem;
}
body#two.works-subpage #content .section .list .card:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #a5a4a3;
}
body#two.works-subpage #content .section .list .card h3.head {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 1;
}
body#two.works-subpage #content .section .list .card .l1 {
  display: grid;
  grid-template-columns: 36.5rem 1fr;
  gap: 3rem;
  align-items: flex-start;
}
body#two.works-subpage #content .section .list .card .l1 .img {
  display: block;
  width: 100%;
  position: relative;
}
body#two.works-subpage #content .section .list .card .l1 .img .src {
  display: block;
  width: 100%;
}
body#two.works-subpage #content .section .list .card .l1 .img .note {
  display: block;
  font-size: 1.2rem;
  color: #4c4948;
  line-height: 1;
  margin: 2.4rem 0 -2rem;
}
body#two.works-subpage #content .section .list .card .l1 .text {
  display: block;
  width: 100%;
}
body#two.works-subpage #content .section .list .card .l1 .text .illust {
  display: block;
  width: 100%;
  height: auto;
}
body#two.works-subpage #content .section .list .card .l1 .text .body {
  display: block;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-top: 2.2rem;
}
body#two.works-subpage #content .section .list .card .l2 {
  display: block;
  margin-top: 3.6rem;
}
body#two.works-subpage #content .section .list .card .l2 .head {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  line-height: 1;
}
body#two.works-subpage #content .section .list .card .l2 .head .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 8.5rem;
  height: 2.5rem;
  border: 1px solid var(--color);
  background-color: transparent;
  color: var(--color);
  font-size: 1.5rem;
}
body#two.works-subpage #content .section .list .card .l2 .body {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-top: 1.3rem;
}
body#two.works-subpage #content .section .list .card .l3 {
  margin-top: 4rem;
}
body#two.works-subpage #content .section .list .card .l3 .head {
  display: block;
  font-size: 1.2rem;
}
body#two.works-subpage #content .section .list .card .l3 .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}
body#two.works-subpage #content .section .list .card .l3 .gallery .img {
  display: block;
  width: 18.3rem;
  height: auto;
}
body#two.works-subpage #content .section .list .card .l3 .gallery .img .src {
  display: block;
  width: 100%;
  height: auto;
}
body#two.works-subpage
  #content
  .section
  .list
  .card
  .l3
  .gallery
  .img
  .caption {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1;
}
body#two.works-subpage #content .section .list .card .mini-card-head {
  grid-column: 1/3;
  grid-row: 1/2;
  display: block;
  line-height: 1;
  margin-bottom: -2rem;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  transform: translateY(0.5rem);
}
body#two.works-subpage #content .section .list .card .mini-card-item {
  display: block;
  width: 100%;
  height: auto;
}
body#two.works-subpage #content .section .list .card .mini-card-item .img {
  display: block;
  width: 100%;
  height: auto;
}
body#two.works-subpage #content .section .list .card .mini-card-item .head {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: var(--color);
  line-height: 1;
  margin: 1.9rem 0 1.5rem;
}
body#two.works-subpage
  #content
  .section
  .list
  .card
  .mini-card-item
  .head
  small {
  font-size: 1.8rem;
}
body#two.works-subpage #content .section .list .card .mini-card-item .body {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3rem;
}
body#two.works-subpage #content .section .list .card .mini-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
}
body#two.works-subpage
  #content
  .section
  .list
  .card
  .mini-card-list.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.3rem 2.2rem;
}
body#two.works-subpage
  #content
  .section
  .list
  .card
  .mini-card-list.three-columns
  .head {
  margin: 1.5rem 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
body#two.works-subpage
  #content
  .section
  .list
  .card
  .mini-card-list.three-columns
  .mini-card-head {
  grid-column: 1/4;
  margin-bottom: 0;
  transform: none;
}
body#two.works-subpage .entry {
  padding: 7.7rem 0 7.6rem;
  background-color: #f6f6f6;
}
body#two.works-subpage .entry .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
body#two.works-subpage .entry .head {
  display: block;
  font-size: 3.2rem;
  line-height: 5.4rem;
  letter-spacing: 0.128rem;
  font-weight: 300;
  max-width: max-content;
  width: 100%;
  height: fit-content;
  color: var(--color);
}
body#two.works-subpage .entry .body {
  display: block;
  font-size: 1.4rem;
  line-height: 2.6rem;
  max-width: 53.2rem;
  width: 100%;
  height: fit-content;
}

/* contact */
body.contact .box03_wrap {
  padding: 7rem;
}

body.contact .check_btn {
  display: inline-block;
  width: 26.9rem;
  height: 6.4rem;
  background: url(../img/page/contact/check_btn.png) no-repeat 0 0;
  border: none;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
}

body.contact .check_btn:hover {
  background: url(../img/page/contact/check_btn_on.png) no-repeat 0 0;
}

body.contact .send_btn {
  display: inline-block;
  width: 26.9rem;
  height: 6.4rem;
  background: url(../img/page/contact/send_btn.png) no-repeat 0 0;
  border: none;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
}

body.contact .send_btn:hover {
  background: url(../img/page/contact/send_btn_on.png) no-repeat 0 0;
  background-size: contain;
}

body.contact .table03 table th {
  width: 27rem;
}
body.contact .table03 table th .valid {
  float: right;
}

body.contact .table03 table td {
  padding: 1.5rem 0 1.5rem 0;
}
body.contact .table03 table td .number {
  display: inline-block;
}
body.contact .mb10.ta_center.btn-group a {
  text-decoration: none;
}

body.contact .mb10.ta_center.btn-group  {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.privacypolicy .page-hero_cont {
  margin: 9rem auto 0;
  padding: 0;
  flex-basis: unset;
}
.privacypolicy .page-hero_cont h2 {
  align-items: center;
}

@media screen and (max-width: 750px) {
  .news_ticker {
    bottom: auto;
    top: 100%;
    padding: 1.2rem 2rem;
  }
  .news_ticker_wrap h2 {
    font-weight: 300;
    letter-spacing: 0.18rem;
  }
  body.works .section01_wrap h2 {
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin-bottom: 1rem;
  }
  body.works .section01 .cards {
    display: block;
  }
  body.works .section01 .cards .card:not(:last-child) {
    margin-bottom: 4rem;
  }
  body.works .section01 .cards .card .img {
    height: 20.6rem;
  }
  body.works .section01 .cards .card .img:hover .src.off {
    display: block !important;
  }
  body.works .section01 .cards .card .head {
    line-height: 3.3rem;
  }
  body.works .section01 .cards .card .list .item {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  body.works .section01 .cards .card .list .item:not(:last-child) {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
  body#two.works-subpage .entry {
    padding: 4rem 2rem 6rem;
  }
  body#two.works-subpage .entry .inner {
    display: block;
  }
  body#two.works-subpage .entry .head {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3.8rem;
    white-space: nowrap;
  }
  body#two.works-subpage #content .section {
    display: block;
    max-width: unset;
    padding: 6rem 2rem 8rem;
  }
  body#two.works-subpage #content .section .nav {
    position: static;
    margin-bottom: 4.9rem;
  }
  body#two.works-subpage #content .section .nav-inner:not(:last-child) {
    margin-bottom: 3rem;
  }
  body#two.works-subpage #content .section .nav-inner .head {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  body#two.works-subpage #content .section .nav-inner .item {
    justify-content: center;
    padding: 0;
    min-height: 4.7rem;
  }
  body#two.works-subpage #content .section .nav-inner .item.two-lines {
    font-size: 1.6rem;
  }
  body#two.works-subpage #content .section .nav-inner .item::after {
    transform: rotate(90deg);
    right: 2rem;
  }
  body#two.works-subpage #content .section .nav-inner .item:hover {
    background-color: transparent;
    color: #333;
  }
  body#two.works-subpage #content .section .nav-inner .item:hover::after {
    background-color: var(--color);
  }
  body#two.works-subpage #content .section .list {
    display: block;
    width: 100%;
  }
  body#two.works-subpage #content .section .list .card {
    display: block;
    width: 100%;
    scroll-margin-top: 0.5rem !important;
  }
  body#two.works-subpage #content .section .list .card:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #a5a4a3;
  }
  body#two.works-subpage #content .section .list .card h3.head {
    display: block;
    margin-bottom: 2rem;
    line-height: 4.2rem;
    font-size: 2.8rem;
  }
  body#two.works-subpage #content .section .list .card .l1 {
    display: block;
  }
  body#two.works-subpage #content .section .list .card .l1 .img {
    display: block;
    width: 100%;
    position: relative;
  }
  body#two.works-subpage #content .section .list .card .l1 .img .src {
    display: block;
    width: 100%;
  }
  body#two.works-subpage #content .section .list .card .l1 .img .note {
    display: block;
    font-size: 1.2rem;
    color: #4c4948;
    line-height: 1;
    margin: 1rem 0 3rem;
  }
  body#two.works-subpage #content .section .list .card .l1 .text {
    display: block;
    width: 100%;
  }
  body#two.works-subpage #content .section .list .card .l1 .text .illust {
    margin-top: 3rem;
  }
  body#two.works-subpage #content .section .list .card .l1 .text .body {
    display: block;
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-top: 2.2rem;
  }
  body#two.works-subpage #content .section .list .card .l2 {
    margin-top: 2rem;
  }
  body#two.works-subpage #content .section .list .card .l2 .head {
    display: block;
    font-size: 2.5rem;
    line-height: 4rem;
  }
  body#two.works-subpage #content .section .list .card .l2 .head .tag {
    min-width: unset;
    padding: 0 1.5rem;
    height: 2.7rem;
    margin-bottom: 1rem;
  }
  body#two.works-subpage #content .section .list .card .l2 .body {
    line-height: 2.6rem;
    margin-top: 2rem;
  }
  body#two.works-subpage #content .section .list .card .l3 {
    margin-top: 3rem;
  }
  body#two.works-subpage #content .section .list .card .l3 .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  body#two.works-subpage #content .section .list .card .l3 .gallery .img {
    width: 100%;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .l3
    .gallery
    .img
    .caption {
    line-height: 2.3rem;
  }
  body#two.works-subpage #content .section .list .card .mini-card-head {
    line-height: 2.3rem;
    transform: none;
  }
  body#two.works-subpage #content .section .list .card .mini-card-item {
    display: block;
    width: 100%;
    height: auto;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .mini-card-item:not(:last-child) {
    margin-bottom: 3rem;
  }
  body#two.works-subpage #content .section .list .card .mini-card-item .img {
    display: block;
    width: 100%;
    height: auto;
  }
  body#two.works-subpage #content .section .list .card .mini-card-item .head {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .mini-card-item
    .head
    small {
    font-size: 2rem;
  }
  body#two.works-subpage #content .section .list .card .mini-card-item .body {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.3rem;
  }
  body#two.works-subpage #content .section .list .card .mini-card-list {
    display: block;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .mini-card-list.three-columns {
    display: block;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .mini-card-list.three-columns
    .head {
    margin: 2rem 0 1rem;
    line-height: 2.7rem;
  }
  body#two.works-subpage
    #content
    .section
    .list
    .card
    .mini-card-list.three-columns
    .mini-card-head {
    grid-column: 1/4;
    margin: 3rem 0 1rem;
    transform: none;
  }
  body.contact .send_btn {
    width: 100% !important;
    background: url(../img/page/contact/sp/send_btn.png) no-repeat 0 0;
    background-size: contain;
    margin-top: 4.5rem;
  }
  .result01_ul li .title,
  .result02_ul li .title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .result01_ul li .title *,
  .result02_ul li .title * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .result01_ul li .title .txt,
  .result02_ul li .title .txt {
    margin: 0;
  }
  .result02_ul a {
    text-decoration: none;
  }
  .outline01_bg_wrap {
    padding: 5rem 2rem;
  }
  .outline .table01.f_left.w480px {
    width: 100% !important;
  }
  .outline .table01.f_right.w480px {
    width: 100% !important;
  }
  .outline .table01.f_right table th,
  .outline .table01.f_right table td {
    border-top: none;
  }
  .outline .table01 table th {
    max-width: 8rem;
    padding: 1.2rem;
  }
  .outline .table01 table td {
    padding: 1.2rem;
  }
  .sp {
    display: block;
  }
  .outline01_bg {
    height: auto;
  }
  .outline01_bg_wrap {
    background: url(../img/page/about/outline/sp/bg01.jpg);
    background-size: cover;
  }
  .outline .h480px {
    height: 250px !important;
    width: 100% !important;
  }
  .outline .h480px iframe {
    height: 100%;
    width: 100%;
  }
  .outline .f_right {
    float: left !important;
  }
  .outline .f_right .over {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .contact img {
    width: 100%;
    height: auto;
  }
  .contact .box03_wrap {
    padding: 4rem 2rem !important;
    margin-top: -7rem;
  }
  .contact .w550px {
    width: 100% !important;
  }
  .contact .table03 table tr {
    display: flex;
    flex-direction: column;
  }
  .contact .table03 table th {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: none;
    width: 100% !important;
    justify-content: flex-end;
    gap: 1rem;
    padding-bottom: 0 !important;
    line-height: 2.3rem;
    align-items: center;
    padding: 2rem 0;
  }
  .contact .table03 table th img {
    width: 5.82rem;
    height: 2.6rem;
  }
  .contact .table03 table td * {
    width: 100% !important;
  }
  .contact .table03 table td {
    padding: 1.5rem 0 2rem 0;
  }
  .contact .table03 table td .number {
    display: flex !important;
    align-items: center;
    gap: 1rem;
  }
  .contact .table03 table td .number .bold {
    width: fit-content !important;
  }
  .contact .table03 table td .over {
    margin-top: -1rem !important;
  }
  .contact .table03 table td span .input01 {
    height: 4.3rem !important;
  }
  .contact .table03 table td span .long {
    height: 6.6rem !important;
  }
  .contact .table03 table td span .textarea {
    height: 15rem !important;
  }
  .contact .table03 table td span .placeholder {
    font-weight: 300 !important;
    font-size: 1.6rem !important;
    width: 25rem !important;
  }
  .contact .mb10.ta_center.submit {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
  }
  .contact .mb10.ta_center.submit .small {
    width: 27rem;
  }
  .contact .send_btn {
    width: 100% !important;
  }
  .contact.result .table03 table td {
    padding: 1.5rem 0 2rem 1rem !important;
  }
  .result .h2_01 img {
    display: none;
  }
  .result .h2_01 span.large {
    font-size: 2.5rem !important;
    font-weight: 600;
    line-height: normal;
    color: #e95550;
  }
  .result .h2_01 span.large2 {
    font-size: 2.5rem !important;
    font-weight: 600;
    line-height: normal;
    color: #00a4e3;
  }
  .result .h2_01 span {
    font-size: 1.4rem !important;
    margin-top: 1rem;
  }
  .privacypolicy .w450px {
    width: 100% !important;
  }
  .privacypolicy .h2_01.mb30 {
    margin-bottom: 1rem !important;
  }
  /* Index */
  .section01 h2 {
    margin-bottom: 1rem;
  }
  .index .section01 h2 img {
    width: 25rem;
    height: auto;
  }
  .section01 h2 img.is-recruit {
    width: 100%;
  }
  .section01 .recruit-banner {
    margin: 0 auto 6rem;
    padding: 10.44rem 1rem 1rem;
    width: 100%;
    height: auto;
    background-image: url("../img/page/index/bg-recruit-banner-sp.jpg");
    aspect-ratio: 33.5/18;
  }
  .section01 .recruit-banner span {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 2.0026rem;
  }
  .section01 .recruit-banner::after {
    width: 4.4rem;
    height: 4.4rem;
    right: 1rem;
    bottom: 1rem;
  }
  .section01 .recruit-banner:hover {
    background-size: 100% !important;
  }
  .section01 .recruit-banner:hover::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 84 84" fill="none"><path d="M42 0.5C64.9198 0.5 83.5 19.0802 83.5 42C83.5 64.9198 64.9198 83.5 42 83.5C19.0802 83.5 0.5 64.9198 0.5 42C0.5 19.0802 19.0802 0.5 42 0.5Z" stroke="white"/><rect x="36.2681" y="35.4654" width="15.1693" height="10.2693" stroke="white" stroke-width="0.930754" stroke-miterlimit="16"/><path d="M33 38.1111V49H47.891" stroke="white"/></svg>')
    no-repeat center center !important;
  }
  .index01_bg {
    padding: 3rem;
    background: url(../img/page/index/bg01-sp.png) no-repeat center center /
      cover;
  }
  .index01_bg .box_wrap {
    max-width: none;
    align-items: center;
    flex-direction: column;
    gap: 9rem;
  }
  .index01_bg .box_wrap a {
    width: 27.5rem;
    height: 27.6rem;
  }
  .index01_bg .box_wrap a img {
    width: 100%;
    height: 100%;
  }
  .index02_bg_wrap {
    height: auto;
  }
  .index01_ul,
  .index02_bg_inner {
    width: 100%;
  }
  .index02_bg_inner {
    padding: 6rem 0;
  }
  .index01_ul ul {
    margin: 0;
    display: grid;
    place-items: center;
    gap: 4rem;
  }
  .index01_ul ul li {
    float: none;
    width: 100%;
    max-width: 30rem;
    margin: 0;
  }
  .index01_ul ul li div {
    margin: 0 0 1.5rem 0;
  }
  .index01_ul ul li div img {
    width: 100%;
    height: auto;
    max-width: 20rem;
  }
  .index02_bg_inner h3 img {
    width: 100%;
    max-width: 335px;
    height: auto;
  }
  .index .slide-show {
    padding: 3rem 0;
  }
  .index .slide-show .carrousel:not(:last-of-type) {
    margin-bottom: 1.3rem;
  }
  /* .index .swiper .swiper-wrapper {
    gap: 1.3rem;
  } */
  .index .swiper .swiper-wrapper .swiper-slide {
    width: 21.6rem;
  }
  /* About */
  .about #page_wrap {
    margin-top: 8rem;
    padding: 0 2rem;
  }
  .section-intro,
  .section-message,
  .section-meaning,
  .section-goal {
    scroll-padding-top: 7rem;
    margin-bottom: 8rem;
  }
  .section-intro p {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: start;
    letter-spacing: -0.02rem;
  }
  .section-intro .scroll-link {
    padding: 0 1rem;
    flex-direction: column;
    gap: 1.6rem;
  }
  .section-intro .scroll-link a {
    padding: 1.6rem 1.5rem 1.6rem 2rem;
  }
  .section-message h4 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 160%;
  }
  .section-message p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .section-message .section-message_cont:nth-of-type(1) {
    margin-bottom: 4rem;
  }
  .section-message .section-message_cont:nth-of-type(1) > picture img {
    margin-bottom: 3rem;
  }
  .section-message .section-message_cont:nth-of-type(2) {
    flex-direction: column;
    gap: 3rem;
  }
  .section-message .section-message_cont:nth-of-type(2) > img {
    width: 100%;
  }
  .section-message .section-message_cont:nth-of-type(2) > div > p:last-of-type {
    margin-top: 2rem;
  }
  .section-meaning .section-meaning_cont > img:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  .section-meaning .section-meaning_cont > img:nth-of-type(2) {
    margin: 0 auto 4rem;
    width: 24.0001rem;
    height: auto;
    display: block;
    position: static;
    aspect-ratio: 240/222.69;
  }
  .section-meaning h4 {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
  }
  .section-meaning .section-meaning_cont p {
    letter-spacing: -0.0175rem;
  }
  .about01_01bg {
    width: 100%;
  }
  .about01_ul ul,
  .about01_ul ul li {
    margin: 0;
    width: 100%;
  }
  .section-goal .section_head {
    margin-bottom: 4rem;
  }
  .section-goal_item_label:not(.is-sub) {
    font-size: 1.6rem;
  }
  .section-goal_item_label:not(.is-sub) span {
    font-size: 1.2rem;
  }
  .section-goal_item:not(.is-sub) > .section-goal_item_detail {
    font-size: 1.8rem;
  }
  .section-goal_item-sub-wrapper {
    flex-direction: column;
  }
  .section-goal_item.is-sub > .section-goal_item_label {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
  .section-goal_item.is-sub:not(:last-of-type) {
    padding: 0 0 2.4rem;
    border-right: 0;
    border-bottom: 1px solid #a5a4a3;
  }
  .section-anchor-banner {
    flex-direction: column;
  }
  /* Subpage page content wrapper */
  .outline #page_wrap,
  .works #page_wrap,
  .result #page_wrap,
  .contact #page_wrap,
  .privacypolicy #page_wrap {
    margin-top: 8rem;
    padding: 0;
  }
  body#two.works-subpage #content {
    margin-top: 4rem;
  }
  .privacypolicy #b_navi ul {
    text-align: start;
  }
  .privacypolicy .page-hero_cont {
    margin: 0 auto;
    padding: 0 2rem;
    flex-basis: unset;
  }
  .privacypolicy .page-hero_cont h2 {
    align-items: start;
  }

  /* Recruit */
  body.recruit #page img {
    max-width: 100%;
    height: auto;
  }
  body.recruit .f_left {
    float: none !important;
  }
  body.recruit .f_left img {
    width: 100%;
    height: auto;
  }
  body.recruit .f_right {
    float: none !important;
  }
  body.recruit .f_right img {
    width: 100%;
    height: auto;
  }
  .recruit01_ul ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .recruit01_ul ul li {
    float: none;
    width: auto;
    margin: 0;
  }

  .recruit01_ul ul li img {
    width: 100%;
    height: auto;
  }

  /** Recruit Career */
  .career .section01_wrap .page-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 3rem !important;
  }
  .career .section01_wrap .page-nav img {
    width: 100%;
    height: auto;
  }

  .career #p01 img,
  .career #p02 img {
    max-width: 100%;
    height: auto;
  }

  .career01_ul ul {
    margin: 0;
  }

  .career01_ul ul + ul {
    margin-top: 3rem;
  }

  .career01_ul ul li {
    float: none;
    width: auto;
    margin: 0;
  }

  .career01_ul ul li + li {
    margin-top: 3rem;
  }

  .career01_ul ul li .img img {
    width: 100%;
  }

  .career01_ul li .img h4 {
    width: 100%;
  }

  /** Recruit message */
  .message01_bg {
    height: auto;
    margin: 5rem 0;
    background: url(../img/page/recruit/message/bg01-sp.jpg) no-repeat center
      top / calc(100% - 4rem) auto;
    padding-top: 37rem;
  }

  .message01_bg_wrap {
    width: auto;
    padding: 0 2rem;
  }

  .message01_bg h2 {
    margin-bottom: 2rem;
  }

  .message01_bg p {
    padding: 0;
  }

  .message02_bg {
    height: auto;
    background: #f2fafe url(../img/page/recruit/message/bg02-sp.jpg) no-repeat
      center 5rem / calc(100% - 4rem) auto;
    padding: 5rem 0;
    margin-bottom: 4rem !important;
  }

  .message02_bg_wrap {
    width: auto;
    margin: 0 2rem;
  }

  .message02_bg p {
    padding: 32rem 0 0;
  }

  .message03_bg {
    height: auto;
    background: url(../img/page/recruit/message/bg03-sp.jpg) no-repeat center
      top / 100% auto;
  }

  .message03_bg_wrap {
    width: auto;
    margin: 0 2rem;
  }

  .message03_bg p {
    padding: 44rem 0 0;
  }

  /** Recruit Guideline */
  .guideline #page img {
    max-width: 100%;
    height: auto;
  }

  .guideline #page h2 img {
    height: 2.6rem;
    width: auto;
  }

  .guideline #page h3 img {
    height: 2rem;
    width: auto;
  }

  .guideline .table02,
  .guideline .table02 thead,
  .guideline .table02 tbody,
  .guideline .table02 tr,
  .guideline .table02 th,
  .guideline .table02 td {
    display: block;
  }

  .guideline .table02 {
    margin-bottom: 1.5rem !important;
  }

  .guideline .table02 th {
    padding-bottom: 0;
    font-weight: bold;
  }
  .guideline .table02 td {
    border-top: none;
    padding-top: 0.5rem;
  }

  .guideline .table02 tr:last-child td {
    padding-bottom: 0;
  }

  body.contact .mb10.ta_center.btn-group {
    flex-direction: column-reverse;
    gap: 3rem;
  }


  body.contact .mb10.ta_center.btn-group a img.small {
    width: 27rem;
    margin: 0 auto;
  }

  .index01_ul ul li {
  float: left;
  width: 23rem;
  margin: 0;
  }

  .section-anchor-banner.link {
    width: 100%;
    height: 20.6rem;
    overflow: unset;
    flex: unset;
  }

  .section-anchor-banner.link::before {
    left: 0;
    width: 21rem;
  }

  .outline .section-anchor-banner.link::before {
   left: 2rem;
  }

  .section-anchor-banner.bg-image {
    margin-bottom: 6rem !important;
    /* padding: 0 2rem !important; */
    height: 20.6rem;
    width: 100%;
  }

  .outline .section-anchor-banner.bg-image {
    margin-bottom: 6rem !important;
    padding: 0 2rem !important;
    height: 20.6rem;
    width: 100%;
  }

  .section-anchor-banner.text {
    width: 21rem;
    height: auto;
    left: 0;
  }

  .outline .section-anchor-banner.text {
    width: 21rem;
    height: auto;
    left: 2rem !important;
  }
  
  .section-anchor-banner .link {
    touch-action: manipulation;
  }
  
  .section-anchor-banner .link:hover::after,
  .section-anchor-banner .link:active::after,
  .section-anchor-banner .link:focus::after {
    opacity: 0 !important;
    transition: none !important;
  }
  
  .section-anchor-banner .link:hover .bg-image,
  .section-anchor-banner .link:active .bg-image,
  .section-anchor-banner .link:focus .bg-image {
    transform: scale(1) !important;
    transition: none !important;
  }

    .section01 .recruit-banner span:first-of-type {
        top: -1rem;
    }

    .section01 .recruit-banner img {
    width: 22rem;
    height: 6.716rem;
    position: absolute;
    bottom: 1.04rem;
    }

}

/* Very small screens (320px and below) */
@media screen and (max-width: 320px) {
  .index01_ul ul {
    gap: 3rem;
    padding: 0 1rem;
  }
  .index01_ul ul li {
    max-width: 28rem;
  }
  .index01_ul ul li div img {
    max-width: 18rem;
  }
  .index01_ul ul li p {
    font-size: 0.85em;
    line-height: 1.4;
    padding: 0 0.5rem;
  }
  .index02_bg_inner {
    padding: 4rem 1rem;
  }
  .index02_bg_inner h3 img {
    max-width: 28rem;
  }
  .index02_bg_inner p {
    font-size: 0.9em;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 751px) {
  .section-anchor-banner .link:hover::after {
      opacity: 1;
  }
}

@media screen and (min-width: 1920px) {
     .index #keyvisual_wrap {
        max-width: unset;
     }
}

/*# sourceMappingURL=page.css.map */
