/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  common.css
------------------------------------------------------------------------------------------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --blue: #1060AD;
  --blue2: #2788BB;
  --red: #D01000;
  --yellow: #FADE78;
  --white: #F5F5F5;
  --gray: #F9F9FA;
  --black: #1D1D1D;
}

.mod-paragraph+.mod-paragraph,
.mod-paragraph+p,
p+.mod-paragraph,
p+p {
    margin-top: 0;
}

.NEWS_right_list_item_link{
  color: #1060ad;
}

.playerBoxWrap{
  padding: 60px 0;
  /* margin-top: -30px; */
}
.playerBox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.youtube-wrap {
  width: 380px;
  height: auto;
}
.youtube-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.playerBox__txt {
  font-size: 18px;
  text-align: center;
  padding-top: 0px;
}

@media (max-width: 736px) {
  .playerBoxWrap{
    padding: 40px 0;
  }
  .playerBox{
    width: 100%;
    display: block;
    padding: 20px 0 30px;
  }
  #player1{
    text-align: center;
  }
  .youtube-wrapWrap{
    margin-bottom: 20px;
  }
  .youtube-wrap{
    width: 95%;
    margin: 0 auto;
  }
}


/* --------------------------------------------------------------------------- */

.lp2026 {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
}
.lp2026 .inner {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
}
.lp2026 img {
  width: 100%;
  height: auto;
}
.lp2026 a {
  transition: .3s;
  color: inherit;
}
.lp2026 a:hover {
  text-decoration: none;
  opacity: .7;
}
.lp2026 .blue {
  color: var(--blue);
}
.lp2026 .red {
  color: var(--red);
}
.lp2026 .anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.lp2026 .anchor2 {
  margin-top: -190px;
  padding-top: 190px;
}
.lp2026 .mt120 {
  margin-top: 120px;
}
.lp2026 a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
.lp2026 a[target=_blank]:not([href$=".pdf"]):not([href$=".xls"]):not(.no-icon):after {
  content: none;
}

.lp2026 .head-nav {
  background: var(--blue);
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  top: 112px;
  left: 0;
  z-index: 100;
}
.mini-header .lp2026 .head-nav {
  transform: translateY(-43px);
}
.lp2026 .head-nav .nav2026 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.lp2026 .head-nav .nav2026 a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.lp2026 .foot-nav {
  background: rgba(255,255,255,0.6);
  padding: 15px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.lp2026 .foot-nav .apply-btns .red {
  font-size: 14px;
  width: 260px;
  gap: 4px;
}
.lp2026 .foot-nav .apply-btns .red::before {
  width: 22px;
  height: 22px;
}

.lp2026 br.sp {
  display: none;
}
.lp2026 .pc-none {
  display: none;
}
.lp2026 .sp-trigger {
  display: none;
}

@media (max-width: 736px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.fixed::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
  }
  .lp2026 .inner {
    min-width: initial;
    padding: 0 15px;
  }
  .lp2026 .mt120 {
    margin-top: 70px;
  }
  .lp2026 a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .lp2026 .anchor2 {
    margin-top: -120px;
    padding-top: 120px;
  }
  .lp2026 br.sp {
    display: block;
  }
  .lp2026 br.pc {
    display: none;
  }
  .lp2026 .pc-none {
    display: block;
  }
  .lp2026 .sp-none {
    display: none;
  }

  .lp2026 .head-nav {
    top: 64px;
  }
  .mini-header .lp2026 .head-nav {
    transform: none;
  }
  .lp2026 .sp-trigger {
    margin-left: auto;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/header-btn.png) center center / contain no-repeat;
  }
  .lp2026 .sp-trigger.active {
    background: url(../img/header-btn-open.png) center center / contain no-repeat;
  }
  .lp2026 .sp-nav {
    display: block;
    position: fixed;
    top: 105px;
    right: -100%;
    z-index: 9;
    width: 240px;
    height: calc(100vh - 105px);
    background: var(--blue);
  }
  .lp2026 .sp-nav-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .lp2026 .sp-nav .nav2026 {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 15px 20px;
  }
  .lp2026 .sp-nav .nav2026 li {
    padding: 16px;
    border-bottom: 1px solid var(--white);
  }
  .lp2026 .sp-nav .nav2026 li a {
    color: #fff;
    font-size: 14px;
  }


  .lp2026 .foot-nav {
    padding: 10px 0;
  }
  .lp2026 .foot-nav .apply-btns {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  .lp2026 .foot-nav .apply-btns .blue {
    width: 36%;
    padding: 5px;
    gap: 0;
  }
  .lp2026 .foot-nav .apply-btns .blue .tel {
    font-size: 12px;
  }
  .lp2026 .foot-nav .apply-btns .blue .tel::before {
    content: none;
  }
  .lp2026 .foot-nav .apply-btns .blue .time {
    font-size: 8px;
    text-align: center;
  }
  .lp2026 .foot-nav .apply-btns .red {
    width: 29%;
    padding: 5px;
    font-size: 10px;
    text-align: center;
  }
  .lp2026 .foot-nav .apply-btns .red::before {
    content: none;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .mv {
  padding: 50px 0;
  height: 460px;
  background: url(../img/mv.png) center center / cover no-repeat;
  color: #fff;
  margin-top: 39px;
}
.lp2026 .mv .title {
  margin-bottom: 55px;
}
.lp2026 .mv .title p {
  font-size: 40px;
}
.lp2026 .mv .title h1 {
  font-size: 80px;
  line-height: 1.1;
}
.lp2026 .mv .list {
  display: flex;
  gap: 20px;
}
.lp2026 .mv .list li {
  padding: 0 20px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border: 2px solid var(--white);
}
.lp2026 .mv .list li .color {
  color: var(--yellow);
}
.lp2026 .mv .list li .small {
  font-size: 14px;
  font-weight: 500;
}

.lp2026 .maintitle {
  margin-bottom: 40px;
  text-align: center;
}
.lp2026 .maintitle .en {
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.lp2026 .maintitle .en sup {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 70px;
  margin-right: 10px;
  letter-spacing: 0;
}
.lp2026 .maintitle h2 {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 736px) {
  .lp2026 .mv {
    height: auto;
    background: url(../img/mv-sp.png) center center / cover no-repeat;
  }
  .lp2026 .mv .title {
    margin-bottom: 30px;
  }
  .lp2026 .mv .title p {
    font-size: 22px;
  }
  .lp2026 .mv .title h1 {
    font-size: 42px;
  }
  .lp2026 .mv .list {
    flex-direction: column;
    gap: 10px;
  }
  .lp2026 .mv .list li {
    padding: 0;
    height: 58px;
    font-size: 16px;
  }
  .lp2026 .mv .list li .small {
    font-size: 12px;
  }

  .lp2026 .maintitle .en {
    font-size: 56px;
  }
  .lp2026 .maintitle .en sup {
    display: none;
  }
  .lp2026 .maintitle h2 {
    font-size: 16px;
  }
}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .why {
  padding-top: 80px;
}
.lp2026 .merit-nav {
  display: flex;
  margin-bottom: 190px;
}
.lp2026 .merit-nav .item {
  width: calc(100% / 4);
  color: #fff;
}
.lp2026 .merit-nav .item:nth-child(odd) {
  background: var(--blue2);
}
.lp2026 .merit-nav .item:nth-child(even) {
  background: var(--blue);
}
.lp2026 .merit-nav .item .image {
  padding: 45px 50px;
}
.lp2026 .merit-nav .item .text {
  padding: 20px;
  text-align: center;
}
.lp2026 .merit-nav .item:nth-child(odd) .text {
  background: var(--blue);
}
.lp2026 .merit-nav .item:nth-child(even) .text {
  background: var(--blue2);
}
.lp2026 .merit-nav .item .text .en {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.lp2026 .merit-nav .item .text .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.lp2026 .merit-nav .item .text a {
  font-size: 12px;
  color: var(--blue);
  background: #fff;
  display: block;
  width: 116px;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 0 auto;
}

.lp2026 .merit-cnt {
  margin-bottom: 190px;
}
.lp2026 .merit-cnt .merit-head {
  display: flex;
  justify-content: space-between;
}
.lp2026 .merit-cnt .merit-head .image {
  width: 770px;
}
.lp2026 .merit-cnt .merit-head .text {
  width: 410px;
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
.lp2026 .merit-cnt .merit-head .text h2 {
  font-size: 120px;
  letter-spacing: -.02em;
  line-height: 1;
}
.lp2026 .merit-cnt .merit-head .text .text1 {
  font-size: 46px;
  letter-spacing: -.02em;
  margin-bottom: 15px;
}
.lp2026 .merit-cnt .merit-head .text .text2 {
  font-size: 22px;
  letter-spacing: -.02em;
}
.lp2026 .merit-cnt .merit-head .text .text3 {
  font-size: 50px;
  letter-spacing: -.02em;
}
.lp2026 .merit-cnt .merit-head .text .text3 .big {
  font-size: 80px;
  line-height: 1.1;
}
.lp2026 .merit-cnt .merit-head .text .text4 {
  font-size: 12px;
  font-weight: 500;
}
.lp2026 .merit-cnt .merit-head .text .text5 {
  font-size: 30px;
  text-align: center;
}
.lp2026 .merit-cnt .merit-head .text .text5 .big {
  font-size: 60px;
}
.lp2026 .merit-cnt .merit-head .text .text6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5%;
  line-height: 1.8;
  margin-top: 20px;
}
.lp2026 .merit-cnt .merit-head .text .text6 + .text6 {
  margin-top: 16px;
}

.lp2026 .merit-cnt .merit-head .text .special {
  margin-top: 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
}
.lp2026 .merit-cnt .merit-head .text .special dt {
  width: 50%;
}
.lp2026 .merit-cnt .merit-head .text .special dd {
  width: 50%;
  text-align: right;
  color: var(--blue);
}
.lp2026 .merit-cnt .merit-head .text .salary {
  margin-top: 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 15px 20px;
  text-align: left;
  color: var(--blue);
  font-size: 32px;
  letter-spacing: -.02em;
}
.lp2026 .merit-cnt .merit-head .text .salary .table {
  display: table;
  margin: 0 auto;
}
.lp2026 .merit-cnt .merit-head .text .salary p:first-child {
  margin-bottom: 10px;
}
.lp2026 .merit-cnt .merit-head .text .salary .en {
  font-size: 22px;
}
.lp2026 .merit-cnt .merit-head .text .salary .box {
  display: inline-block;
  width: 80px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
  vertical-align: 5px;
}
.lp2026 .modal-btn {
  display: block;
  border: 2px solid var(--blue);
  background: #fff;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  color: var(--blue);
  margin: 20px auto 0;
}
.lp2026 .merit-cnt .bg {
  margin-top: 60px;
  padding: 60px 40px;
  background: var(--white);
}
.lp2026 .merit-cnt .bg h3 {
  font-size: 46px;
  text-align: center;
  margin-bottom: 20px;
}
.lp2026 .merit-cnt .bg .text1 {
  font-size: 30px;
  text-align: center;
}
.lp2026 .merit-cnt .bg .text2 {
  font-size: 50px;
  text-align: center;
}
.lp2026 .merit-cnt .bg .text2 .big {
  font-size: 80px;
}
.lp2026 .merit-cnt .bg .ex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.lp2026 .merit-cnt .bg .ex .item {
  width: 345px;
  text-align: center;
}
.lp2026 .merit-cnt .bg .ex .item .text3 {
  font-size: 22px;
}
.lp2026 .merit-cnt .bg .ex .item .text4 {
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -.03em;
}
.lp2026 .merit-cnt .bg .ex .item .text4 .en {
  font-size: 50px;
}
.lp2026 .merit-cnt .bg .ex .item .modal-btn {
  padding: 10px 0;
  margin: 10px auto 0;
}
.lp2026 .merit-cnt .allowance {
  margin-top: 60px;
}
.lp2026 .merit-cnt .allowance h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.lp2026 .merit-cnt .allowance ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lp2026 .merit-cnt .allowance ul li {
  width: calc((100% - 20px * 2) / 3);
  background: var(--blue);
  padding: 20px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.lp2026 .merit-cnt .allowance ul li .big {
  font-size: 30px;
}
.lp2026 .merit-cnt .allowance .kome {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.lp2026 .merit-cnt .map {
  margin-top: 40px;
}


@media (max-width: 736px) {
  .lp2026 .merit-nav {
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 90px;
  }
  .lp2026 .merit-nav .item {
    width: calc((100% - 2px * 1) / 2);
  }
  .lp2026 .merit-nav .item .image {
    padding: 12px 18px;
  }
  .lp2026 .merit-nav .item .text {
    padding: 15px 5px;
  }
  .lp2026 .merit-nav .item .text .en {
    font-size: 12px;
  }
  .lp2026 .merit-nav .item .text .title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .lp2026 .merit-nav .item .text a {
    font-size: 10px;
  }
  .lp2026 .merit-cnt {
    margin-bottom: 90px;
  }
  .lp2026 .merit-cnt .merit-head {
    flex-direction: column;
  }
  .lp2026 .merit-cnt .merit-head .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .lp2026 .merit-cnt .merit-head .text {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .lp2026 .merit-cnt .merit-head .text h2 {
    font-size: 76px;
  }
  .lp2026 .merit-cnt .merit-head .text .text1 {
    font-size: 26px;
  }
  .lp2026 .merit-cnt .merit-head .text .text2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lp2026 .merit-cnt .merit-head .text .text3 {
    font-size: 40px;
  }
  .lp2026 .merit-cnt .merit-head .text .text3 .big {
    font-size: 70px;
  }
  .lp2026 .merit-cnt .merit-head .text .text5 {
    font-size: 24px;
  }
  .lp2026 .merit-cnt .merit-head .text .text5 .big {
    font-size: 52px;
  }
  .lp2026 .merit-cnt .merit-head .text .text6 {
    font-size: 14px;
  }

  .lp2026 .merit-cnt .merit-head .text .special {
    font-size: 14px;
  }
  .lp2026 .merit-cnt .merit-head .text .salary {
    font-size: 28px;
    padding: 15px 10px;
  }
  .lp2026 .merit-cnt .merit-head .text .salary .en {
    font-size: 18px;
  }
  .lp2026 .merit-cnt .merit-head .text .salary .box {
    width: 60px;
    font-size: 14px;
  }

  .lp2026 .merit-cnt .bg {
    margin-top: 40px;
    padding: 30px 8px;
  }
  .lp2026 .merit-cnt .bg h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .lp2026 .merit-cnt .bg .text1 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .lp2026 .merit-cnt .bg .text2 {
    font-size: 26px;
    letter-spacing: -.04em;
  }
  .lp2026 .merit-cnt .bg .text2 .big {
    font-size: 40px;
    line-height: 1;
  }
  .lp2026 .merit-cnt .bg .ex {
    flex-direction: column;
  }
  .lp2026 .merit-cnt .bg .ex .item {
    width: 100%;
    border-top: 1px solid var(--blue2);
    padding: 20px;
  }
  .lp2026 .merit-cnt .bg .ex .item:last-child {
    border-bottom: 1px solid var(--blue2);
  }
  .lp2026 .merit-cnt .bg .ex .item .text3 {
    font-size: 20px;
  }
  .lp2026 .merit-cnt .bg .ex .item .text4 {
    font-size: 65px;
  }
  .lp2026 .merit-cnt .bg .ex .item .text4 .en {
    font-size: 38px;
  }
  .lp2026 .merit-cnt .allowance h3 {
    font-size: 26px;
  }
  .lp2026 .merit-cnt .allowance ul {
    flex-direction: column;
    gap: 10px;
  }
  .lp2026 .merit-cnt .allowance ul li {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
  .lp2026 .merit-cnt .allowance ul li .big {
    font-size: 26px;
  }
  .lp2026 .merit-cnt .allowance .kome {
    font-size: 14px;
  }
  .lp2026 .merit-cnt .map {
    margin: 0 0 20px;
  }
}/*@736*/

/* --------------------------------------------------------------------------- */


.lp2026 .merit-cnt.merit02 .merit-head {
  flex-flow: row-reverse;
}
.lp2026 .merit-cnt.merit02 .merit-head .text {
  text-align: right;
}
.lp2026 .merit-cnt.merit02 .merit-head .text h2 {
	display: flex;
	justify-content: flex-end;
}
.lp2026 .merit-cnt.merit03 .merit-head .text .text3 {
  line-height: 1;
  margin-top: 5px;
}

.lp2026 .merit-cnt.merit04 .merit-head {
  flex-flow: row-reverse;
  max-width: 1090px;
  margin: 0 auto;
}
.lp2026 .merit-cnt.merit04 .merit-head .text {
  width: 504px;
}
.lp2026 .merit-cnt.merit04 .merit-head .text .text1 {
  text-align: right;
}
.lp2026 .merit-cnt.merit04 .merit-head .text .text2 {
  font-size: 40px;
  text-align: right;
}

.lp2026 .dormitory {
  width: 550px;
}
.lp2026 .dormitory .title .en {
  font-size: 50px;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.lp2026 .dormitory .title h3 {
  font-size: 18px;
}
.lp2026 .dormitory .items {
  margin-top: 30px;
}
.lp2026 .dormitory .item {
  padding: 30px 0;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.lp2026 .dormitory .item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.lp2026 .dormitory .item .image {
  width: 280px;
}
.lp2026 .dormitory .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lp2026 .dormitory .item .info .name {
  font-size: 22px;
  margin-bottom: 10px;
}
.lp2026 .dormitory .item .info .add {
  font-size: 14px;
  font-weight: 700;
}
.lp2026 .dormitory .item .info .link {
  font-size: 14px;
  display: inline-block;
  margin-top: auto;
}
.lp2026 .dormitory .item .info .link::before {
  content: "";
  display: inline-block;
  background: url(../img/pin.png) center center / contain no-repeat;
  width: 14px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.lp2026 .LP12_tab {
  margin-top: 80px;
  border: 2px solid var(--blue);
}
.lp2026 .LP12_tab_list {
  display: flex;
  justify-content: space-between;
}
.lp2026 .LP12_tab_list_item {
  align-items: center;
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  height: 70px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.lp2026 .LP12_tab_content {
  background-color: var(--blue);
  display: none;
  padding: 30px 0 60px;
}
.lp2026 .LP12_tab_content_list_item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.lp2026 .LP12_tab_content_list_item_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.lp2026 .LP12_tab_list_item.active {
  background-color: var(--blue);
  color: #fff;
}
.lp2026 .LP12_tab_content.active {
  display: block;
}

.lp2026 .gunma {
  margin-top: 80px;
}
.lp2026 .gunma .title {
  margin-bottom: 40px;
  text-align: center;
}
.lp2026 .gunma .title .en {
  font-size: 50px;
  letter-spacing: -.02em;
  margin-bottom: 5px;
}
.lp2026 .gunma .title h3 {
  font-size: 18px;
}
.lp2026 .gunma .gunma-slide-item h4 {
  font-size: 18px;
  margin-top: 20px;
}
.lp2026 .gunma .gunma-slide-item .text1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5%;
  margin-top: 10px;
}
.lp2026 .gunma .gunma-slide-item .kome {
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}


@media (min-width: 738px) {
  .lp2026 .merit-cnt.merit03 .merit-head {
    position: relative;
  }
  .lp2026 .merit-cnt.merit03 .merit-head .text {
    position: relative;
    mix-blend-mode: difference;
    color: #e2e2e2;
  }
  .lp2026 .merit-cnt.merit03 .merit-head .text .blue {
    color: #ef9f52;
  }
  .lp2026 .merit-cnt.merit03 .merit-head .image {
    position: relative;
  }
} /* @738px */

@media (max-width: 736px) {
  .lp2026 .merit-cnt.merit01 .merit-head .image {
    margin-bottom:20px;
  }
  .lp2026 .merit-cnt.merit01 .merit-head .text2 {
    margin-bottom:0;
  }
  .lp2026 .merit-cnt.merit01 .merit-head .text3 {
    line-height:1;
    margin-bottom:6px;
  }
  .lp2026 .merit-cnt.merit01 .merit-head .text5 {
    line-height: 1;
  }
  .lp2026 .merit-cnt.merit02 .merit-head .image {
    margin-bottom:20px;
  }
  .lp2026 .merit-cnt.merit02 .merit-head .text2 {
    margin-bottom:0;
  }
  .lp2026 .merit-cnt.merit02 .merit-head .text3 {
    line-height:1;
  }
  .lp2026 .merit-cnt.merit04 .merit-head {
    flex-flow: column;
  }
  .lp2026 .merit-cnt.merit04 .merit-head .text {
    width: 100%;
  }
  .lp2026 .merit-cnt.merit04 .merit-head .text h2 {
    text-align: right;
  }
  .lp2026 .merit-cnt.merit04 .merit-head .text .text1 {
    text-align: right;
  }
  .lp2026 .merit-cnt.merit04 .merit-head .text .text2 {
    font-size: 26px;
    text-align: right;
  }

  .lp2026 .dormitory {
    width: 100%;
    margin-top: 40px;
  }
  .lp2026 .dormitory .title {
    text-align: center;
  }
  .lp2026 .dormitory .title .en {
    font-size: 36px;
    line-height: 1.1;
  }
  .lp2026 .dormitory .title h3 {
    font-size: 16px;
  }

  .lp2026 .dormitory .items {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 20px;
  }
  .lp2026 .dormitory .item {
    padding: 0;
    border-top: none;
    flex-direction: column;
    gap: 10px;
    width: 230px;
    flex-shrink: 0;
  }
  .lp2026 .dormitory .item:last-child {
    border-bottom: none;
  }
  .lp2026 .dormitory .item .image {
    width: 100%;
  }
  .lp2026 .dormitory .item .info .name {
    font-size: 18px;
  }
  .lp2026 .dormitory .item .info .add {
    margin-bottom: 10px;
  }
  
  .lp2026 .LP12_tab {
    margin-top: 60px;
  }
  .lp2026 .LP12_tab_list_item {
    height: 48px;
  }

  .lp2026 .gunma {
    margin-top: 60px;
  }
  .lp2026 .gunma .title {
    margin-bottom: 30px;
  }
  .lp2026 .gunma .title .en {
    font-size: 36px;
  }
  .lp2026 .gunma .title h3 {
    font-size: 16px;
  }


}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .apply {
  margin-top: 120px;
  background: var(--blue2);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.lp2026 .apply::before,
.lp2026 .apply::after {
  content: "APPLY NOW";
  font-size: 180px;
  line-height: 1;
  text-align: center;
  color: var(--white);
  width: 100%;
  position: absolute;
  left: 0;
  opacity: .8;
}
.lp2026 .apply::before {
  top: -90px;
}
.lp2026 .apply::after {
  bottom: -90px;
}
.lp2026 .apply-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lp2026 .apply-btns > a,
.lp2026 .apply-btns > div {
  width: 340px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.lp2026 .apply-btns .blue {
  background: var(--blue);
  box-shadow: 4px 4px 0 #0A3660;
  gap: 5px;
}
.lp2026 .apply-btns .blue .tel {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp2026 .apply-btns .blue .tel::before {
  content: "";
  background: url(../img/icon-tel.png) center center / contain no-repeat;
  width: 22px;
  height: 22px;
}
.lp2026 .apply-btns .blue .time {
  font-size: 11px;
  font-weight: 700;
}
.lp2026 .apply-btns .red {
  background: var(--red);
  box-shadow: 4px 4px 0 #670800;
  font-size: 20px;
  gap: 10px;
}
.lp2026 .apply-btns .red::before {
  content: "";
  background: url(../img/icon-blank.png) center center / contain no-repeat;
  width: 30px;
  height: 30px;
}


@media (max-width: 736px) {
  .lp2026 .apply {
    margin-top: 60px;
    padding: 36px 0;
  }
  .lp2026 .apply::before,
  .lp2026 .apply::after {
    content: "APPLY NOW";
    font-size: 56px;
  }
  .lp2026 .apply::before {
    top: -30px;
  }
  .lp2026 .apply::after {
    bottom: -30px;
  }
  .lp2026 .apply-btns {
    flex-direction: column;
    gap: 10px;
  }
  .lp2026 .apply-btns > a,
  .lp2026 .apply-btns > div {
    width: 100%;
    height: auto;
  }
  .lp2026 .apply-btns .blue {
    flex-direction: column;
    padding: 12px;
  }
  .lp2026 .apply-btns .blue .tel {
    font-size: 22px;
    gap: 8px;
  }
  .lp2026 .apply-btns .blue .time {
    font-size: 12px;
  }
  .lp2026 .apply-btns .red {
    font-size: 18px;
    gap: 8px;
    padding: 18px;
  }
  .lp2026 .apply-btns .red::before {
    width: 26px;
    height: 26px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .working .text1 {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}

.lp2026 .LP09_tab {
  border: 2px solid var(--blue);
  margin-top: 40px;
}
.lp2026 .LP09_tab_list {
  display: flex;
  justify-content: space-between;
}
.lp2026 .LP09_tab_list_item {
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  width: calc(100% / 6);
}
.lp2026 .LP09_tab_list_item:not(:last-child) {
  border-right: 2px solid var(--blue);
}
.lp2026 .LP09_tab_content {
  background-color: var(--blue);
  display: none;
  padding: 50px 40px;
}
.lp2026 .LP09_tab_flex {
  display: flex;
  justify-content: space-between;
}
.lp2026 .LP09_tab_content_img {
  width: 480px;
}
.lp2026 .LP09_tab_content_txt {
  width: calc(100% - 500px);
  color: var(--white);
}
.lp2026 .LP09_tab_content_txt_ttl {
  font-size: 40px;
}
.lp2026 .LP09_tab_content_txt_subttl {
  font-size: 22px;
  margin-top: 10px;
}
.lp2026 .LP09_tab_content_txt_desc {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5%;
  margin-top: 30px;
}
.lp2026 .LP09_tab_list_item.active {
  background-color: var(--blue);
  color: #fff;
}
.lp2026 .LP09_tab_content.active {
  display: block;
}

@media (max-width: 736px) {
  .lp2026 .LP09_tab_list {
    flex-wrap: wrap;
  }
  .lp2026 .LP09_tab_list_item {
    font-size: 14px;
    width: calc(100% / 2);
    height: 54px;
    border-bottom: 2px solid var(--blue);
  }
  .lp2026 .LP09_tab_list_item:not(:last-child) {
    border-right: none;
  }
  .lp2026 .LP09_tab_list_item:nth-child(odd) {
    border-right: 2px solid var(--blue);
  }
  .lp2026 .LP09_tab_content {
    padding: 20px 16px;
  }
  .lp2026 .LP09_tab_flex {
    flex-direction: column;
  }
  .lp2026 .LP09_tab_content_img {
    width: 100%;
  }
  .lp2026 .LP09_tab_content_txt {
    width: 100%;
    margin-top: 20px;
  }
  .lp2026 .LP09_tab_content_txt_ttl {
    font-size: 22px;
  }
  .lp2026 .LP09_tab_content_txt_subttl {
    font-size: 16px;
    margin-top: 10px;
  }
  .lp2026 .LP09_tab_content_txt_desc {
    font-size: 14px;
    margin-top: 20px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .shift .hours {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp2026 .shift .hours li {
  width: 320px;
  background: var(--white);
  padding: 15px;
  text-align: center;
}
.lp2026 .shift .hours li h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.lp2026 .shift .hours li .time {
  font-size: 30px;
}
.lp2026 .shift .hours li .time .small {
  font-size: 22px;
}
.lp2026 .shift .kome {
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto 0;
  max-width: 1000px;
}

.lp2026 .more-cnt {
	position: relative;
	height: 400px;
	overflow: hidden;
	transition: height .4s;
}
.lp2026 .more-cnt::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
	transition: opacity .2s;
}
.lp2026 .more-cnt.is-open::after {
	opacity: 0;
}
.lp2026 .more-btn {
  width: 240px;
  display: block;
  border: 2px solid var(--blue);
  background: #fff;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  color: var(--blue);
  margin: 40px auto 0;
}

@media (max-width: 736px) {
  .lp2026 .shift .hours {
    flex-direction: column;
  }
  .lp2026 .shift .hours li {
    width: 100%;
  }
  .lp2026 .shift .hours li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .lp2026 .shift .hours li .time {
    font-size: 26px;
  }
  .lp2026 .shift .hours li .time .small {
    font-size: 18px;
  }
  .lp2026 .shift .kome {
    font-size: 12px;
    margin: 20px 0 0;
  }

 .lp2026 .more-cnt.short {
  	height: 200px;
  }
 .lp2026 .more-cnt::after {
  	bottom: -6px;
  }
  .lp2026 .more-btn {
    font-size: 16px;
    margin: 30px auto 0;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .training .text1 {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.lp2026 .training .text2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 5%;
  text-align: center;
  margin-top: 40px;
}
.lp2026 .training .text3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5%;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 736px) {
  .lp2026 .training .text1 {
    font-size: 14px;
  }
  .lp2026 .training .text2 {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }
  .lp2026 .training .text3 {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .workplace .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.lp2026 .workplace .flex .map {
  width: 450px;
}
.lp2026 .workplace .flex .dormitory {
  width: 610px;
}
.lp2026 .workplace .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5%;
}

@media (max-width: 736px) {
  .lp2026 .workplace .flex {
    flex-direction: column;
    padding: 0;
  }
  .lp2026 .workplace .flex .map {
    width: 100%;
  }
  .lp2026 .workplace .flex .dormitory {
    width: 100%;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .benefits .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5%;
  text-align: center;
}
.lp2026 .benefits .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.lp2026 .benefits .item {
  background: var(--white);
  padding: 30px 16px;
}
.lp2026 .benefits .item:nth-child(-n+3) {
  width: calc((100% - 20px * 2) / 3);
}
.lp2026 .benefits .item:nth-child(n+4):nth-child(-n+5) {
  width: calc((100% - 20px * 1) / 2);
}
.lp2026 .benefits .item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 22px;
  margin-bottom: 20px;
}
.lp2026 .benefits .item h3 span {
  width: 44px;
}
.lp2026 .benefits .item li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 700;
}
.lp2026 .benefits .item li .small {
  font-size: 14px;
}

@media (max-width: 736px) {
  .lp2026 .benefits .text1 {
    font-size: 14px;
  }
  .lp2026 .benefits .item {
    padding: 16px;
  }
  .lp2026 .benefits .item:nth-child(-n+3) {
    width: 100%;
  }
  .lp2026 .benefits .item:nth-child(n+4):nth-child(-n+5) {
    width: 100%;
  }
  .lp2026 .benefits .item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lp2026 .benefits .item h3 span {
    width: 30px;
  }
  .lp2026 .benefits .item li {
    font-size: 14px;
  }
  .lp2026 .benefits .item li .small{
    font-size: 12px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */


.lp2026 .numbers .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lp2026 .numbers .item {
  background: var(--white);
  padding: 30px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc((100% - 20px * 2) / 3);
  text-align: center;
}
.lp2026 .numbers .item h3 {
  font-size: 22px;
}
.lp2026 .numbers .item .blue {
	flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp2026 .numbers .item .text1 {
	font-size: 60px;
  line-height: 1;
}
.lp2026 .numbers .item .text1 .small {
	font-size: 40px;
}
.lp2026 .numbers .item .text2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
}
.lp2026 .numbers .item .text2.holiday {
  padding: 0 60px;
}
.lp2026 .numbers .item .text2 dt {
  width: 50%;
  text-align: left;
  font-size: 20px;
}
.lp2026 .numbers .item .text2 dd {
  width: 50%;
  text-align: right;
  font-size: 40px;
}
.lp2026 .numbers .item .text2 dd .small {
  font-size: 30px;
}
.lp2026 .numbers .item .kome {
	margin-top: auto;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 736px) {
  .lp2026 .numbers .items {
    gap: 5px;
  }
  .lp2026 .numbers .item {
    padding: 10px;
    gap: 10px;
    width: calc((100% - 5px * 1) / 2);
  }
  .lp2026 .numbers .item h3 {
    font-size: 12px;
  }
  .lp2026 .numbers .item .text1 {
  	font-size: 22px;
  }
  .lp2026 .numbers .item .text1 .small {
  	font-size: 16px;
  }
  .lp2026 .numbers .item .text2 {
    flex-direction: column;
    padding: 0;
  }
  .lp2026 .numbers .item .text2.holiday {
    padding: 0;
  }
  .lp2026 .numbers .item .text2 dt {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .lp2026 .numbers .item .text2 dd {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1;
  }
  .lp2026 .numbers .item .text2 dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .lp2026 .numbers .item .text2 dd .small {
    font-size: 16px;
  }
  .lp2026 .numbers .item .kome {
  	margin-top: 0;
    font-size: 10px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .interview .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.lp2026 .interview .items {
  margin: 40px auto 0;
  max-width: 1000px;
}
.lp2026 .interview .items .item {
  display: flex;
  border: 2px solid var(--blue);
  margin-top: 15px;
  height: 76px;
}
.lp2026 .interview .items .item:nth-of-type(1) {
  border: 2px solid var(--black);
}
.lp2026 .interview .items .item:nth-of-type(1) dt {
  background: var(--black);
}
.lp2026 .interview .items .item:nth-of-type(1) dd {
  color: var(--black);
}
.lp2026 .interview .items .item dt {
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 100%;
}
.lp2026 .interview .items .item dd {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  background: var(--white);
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 240px);
  height: 100%;
}

@media (max-width: 736px) {
  .lp2026 .interview .text1 {
    font-size: 14px;
  }
  .lp2026 .interview .items .item {
    flex-direction: column;
    margin-top: 10px;
    height: auto;
  }
  .lp2026 .interview .items .item:nth-of-type(1) dt {
    justify-content: center;
  }
  .lp2026 .interview .items .item:nth-of-type(1) dd {
    text-align: center;
    justify-content: center;
  }
  .lp2026 .interview .items .item dt {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp2026 .interview .items .item:not(:nth-of-type(1)) dt::after {
    content: "＋";
    font-size: 20px;
    font-weight: 500;
  }
  .lp2026 .interview .items .item:not(:nth-of-type(1)) dt.open::after {
    content: "－";
  }
  .lp2026 .interview .items .item dd {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    height: auto;
  }
  .lp2026 .interview .items .item:not(:nth-of-type(1)) dd {
    display: none;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .staff .items {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.lp2026 .staff .items .item {
  width: calc((100% - 30px * 2) / 3);
  background: var(--blue);
  padding: 20px;
}
.lp2026 .staff .items .item .staff-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
.lp2026 .staff .items .item .staff-btn::after {
  content: "＋";
  font-size: 50px;
  font-weight: 500;
}
.lp2026 .staff .items .item .staff-btn.open::after {
  content: "－";
}
.lp2026 .staff .items .item .staff-btn h3 {
  font-size: 22px;
  line-height: 1.2;
}
.lp2026 .staff .items .item .staff-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5%;
  color: #fff;
  margin-top: 20px;
  display: none;
}

@media (max-width: 736px) {
  .lp2026 .staff .items {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .lp2026 .staff .items .item .staff-btn h3 {
    font-size: 18px;
  }
  .lp2026 .staff .items .item .staff-btn::after {
    font-size: 24px;
  }
  .lp2026 .staff .items .item .staff-text {
    font-size: 12px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .hiring .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5%;
  text-align: center;
}
.lp2026 .hiring .text2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.lp2026 .hiring .text2 + .text2 {
  margin-top: 30px;
}
.lp2026 .hiring .step {
  margin: 40px auto 0;
  max-width: 900px;
}
.lp2026 .hiring .step .down {
  margin: 20px auto;
  text-align: center;
  font-size: 40px;
  color: var(--blue);
}
.lp2026 .hiring .step dl {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.lp2026 .hiring .step dl dt {
  width: 110px;
  text-align: center;
  color: var(--blue);
}
.lp2026 .hiring .step dl dt .sub {
  font-size: 22px;
  line-height: 1.2;
}
.lp2026 .hiring .step dl dt .num {
  font-size: 70px;
  line-height: 1;
}
.lp2026 .hiring .step dl dd {
  width: 760px;
}
.lp2026 .hiring .step dl dd h3 {
  font-size: 22px;
  color: var(--blue);
  margin-bottom: 10px;
}
.lp2026 .hiring .step dl dd ul {
  margin-top: 30px;
}
.lp2026 .hiring .step dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.lp2026 .hiring .step .apply-btns {
  margin-top: 30px;
}
.lp2026 .hiring .step .apply-btns .blue {
  width: 300px;
}
.lp2026 .hiring .step .apply-btns .blue .tel {
  font-size: 14px;
}
.lp2026 .hiring .step .apply-btns .blue .tel::before {
  width: 18px;
  height: 18px;
}
.lp2026 .hiring .step .apply-btns .blue .time {
  font-size: 10px;
}
.lp2026 .hiring .step .apply-btns .red {
  font-size: 14px;
  width: 210px;
  gap: 4px;
}
.lp2026 .hiring .step .apply-btns .red::before {
  width: 22px;
  height: 22px;
}

@media (max-width: 736px) {
  .lp2026 .hiring .text1 {
    font-size: 14px;
  }
  .lp2026 .hiring .text2 {
    font-size: 14px;
  }
  .lp2026 .hiring .step dl {
    padding: 20px 0;
    flex-direction: column;
  }
  .lp2026 .hiring .step dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .lp2026 .hiring .step dl dt .sub {
    font-size: 36px;
    line-height: 1.2;
    display: inline;
  }
  .lp2026 .hiring .step dl dt .num {
    font-size: 36px;
    line-height: 1.2;
    display: inline;
  }
  .lp2026 .hiring .step .down {
    margin: 10px auto;
    font-size: 30px;
  }
  .lp2026 .hiring .step dl dd {
    width: 100%;
  }
  .lp2026 .hiring .step dl dd h3 {
    text-align: center;
  }
  .lp2026 .hiring .step dl dd ul {
    margin-top: 20px;
  }
  .lp2026 .hiring .step dl dd ul li {
    font-size: 14px;
  }
  .lp2026 .hiring .step .apply-btns .blue {
    width: 100%;
  }
  .lp2026 .hiring .step .apply-btns .blue .tel {
    font-size: 22px;
  }
  .lp2026 .hiring .step .apply-btns .blue .tel::before {
    width: 22px;
    height: 22px;
  }
  .lp2026 .hiring .step .apply-btns .blue .time {
    font-size: 12px;
  }
  .lp2026 .hiring .step .apply-btns .red {
    width: 100%;
    gap: 8px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .LP16_qa {
  margin: 0 auto;
  max-width: 900px;
}
.lp2026 .LP16_qa_item {
  border-top: 1px solid var(--blue);
  letter-spacing: 5%;
}
.lp2026 .LP16_qa_item:last-child {
  border-bottom: 1px solid var(--blue);
}
.lp2026 .LP16_qa_item_ttl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.lp2026 .LP16_qa_item_ttl p {
  flex: 1;
}
.lp2026 .LP16_qa_item_ttl::before {
  content: 'Q.';
  font-size: 36px;
  font-weight: 900;
  color: var(--blue);
  width: 40px;
  flex-shrink: 0;
}
.lp2026 .LP16_qa_item_ttl::after {
  content: '＋';
  font-size: 20px;
  font-weight: 500;
  width: 30px;
  flex-shrink: 0;
}
.lp2026 .LP16_qa_item_ttl.open::after {
  content: '－';
}
.lp2026 .LP16_qa_item_contents {
  display: none;
}
.lp2026 .LP16_qa_item_contents_desc {
  padding: 0 60px 20px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.lp2026 .LP16_qa_item_contents_desc p {
  padding-top: 10px;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.lp2026 .LP16_qa_item_contents_desc::before {
  content: 'A.';
  font-size: 36px;
  font-weight: 900;
  color: var(--blue);
  width: 40px;
  flex-shrink: 0;
}

@media (max-width: 736px) {
  .lp2026 .LP16_qa_item_ttl {
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    gap: 10px;
  }
  .lp2026 .LP16_qa_item_ttl::before {
    font-size: 22px;
    width: 30px;
  }
  .lp2026 .LP16_qa_item_ttl::after {
    font-size: 18px;
    width: 20px;
  }
  .lp2026 .LP16_qa_item_contents_desc {
    padding: 0 40px 15px 15px;
    gap: 10px;
  }
  .lp2026 .LP16_qa_item_contents_desc p {
    padding-top: 5px;
    font-size: 14px;
  }
  .lp2026 .LP16_qa_item_contents_desc::before {
    font-size: 22px;
    width: 30px;
  }

}/*@736*/

/* --------------------------------------------------------------------------- */

.lp2026 .applynow {
  padding-bottom: 80px;
}
.lp2026 .applynow .inner {
  max-width: initial;
}
.lp2026 .applynow .flex {
  display: flex;
}
.lp2026 .applynow .flex .applynow-tel {
  width: 50%;
  padding: 30px 20px;
}
.lp2026 .applynow .flex .applynow-web {
  width: 50%;
  padding: 30px 20px;
  background: var(--white);
}
.lp2026 .applynow .applynow-title {
  text-align: center;
  margin-bottom: 40px;
}
.lp2026 .applynow .applynow-tel .applynow-title {
  color: var(--blue);
}
.lp2026 .applynow .applynow-web .applynow-title {
  color: var(--red);
}
.lp2026 .applynow .applynow-title .en {
  font-size: 60px;
  line-height: 1.2;
}
.lp2026 .applynow .applynow-title h3 {
  font-size: 18px;
}
.lp2026 .applynow .text1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.lp2026 .applynow .text2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.lp2026 .applynow-web .apply-btns {
  margin-bottom: 50px;
}
.lp2026 .applynow .local-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 560px;
  margin: 0 auto;
}
.lp2026 .applynow .local-btns a {
  width: calc((100% - 20px * 1) / 2);
  background: var(--red);
  box-shadow: 4px 4px 0 #670800;
  font-size: 16px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
}
.lp2026 .applynow .local-btns a::before {
  content: "";
  background: url(../img/icon-blank.png) center center / contain no-repeat;
  width: 22px;
  height: 22px;
}

.lp2026 .applynow .apply-btns .blue {
  width: 390px;
}
.lp2026 .applynow .apply-btns .red {
  font-size: 16px;
  width: 390px;
  gap: 4px;
}
.lp2026 .applynow .apply-btns .red::before {
  width: 22px;
  height: 22px;
}

@media (max-width: 736px) {
  .lp2026 .applynow .flex {
    flex-direction: column;
  }
  .lp2026 .applynow .flex .applynow-tel {
    width: 100%;
    padding: 0 0 30px;
  }
  .lp2026 .applynow .flex .applynow-web {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 20px 15px 30px;
  }
  .lp2026 .applynow .applynow-title {
    margin-bottom: 20px;
  }
  .lp2026 .applynow .applynow-title .en {
    font-size: 46px;
  }
  .lp2026 .applynow .text1 {
    font-size: 20px;
  }
  .lp2026 .applynow .text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .lp2026 .applynow .apply-btns .blue {
    width: 100%;
  }
  .lp2026 .applynow .apply-btns .red {
    width: 100%;
    gap: 8px;
  }
}/*@736*/

/* --------------------------------------------------------------------------- */


