@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
html {
  font-size: 2.6666666667vw;
}

.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 0;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 5vw 5% 30vw;
  background-color: var(--main-color);
}

#drawer-nav .drawer-logo {
  width: 40%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--white);
  font-size: 4vw;
  color: var(--white);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--white);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--white);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--white);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .show span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

/*rink-list */
.drawer-sub-nav__list {
  color: var(--white);
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.5;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
  background: url(../img/common/pt-01.png);
}

section {
  padding: 100px 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 3rem;
}
.com-txt.mess-txt {
  font-size: 2.5rem;
}

.com-btn {
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  height: 15vw;
  width: 80vw;
  margin: 4rem auto 0;
  display: grid;
  padding-right: 6rem;
  line-height: 1;
  background: var(--sub-color);
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn span {
  text-align: center;
}
.com-btn .mail-icon {
  padding-right: 0;
}
.com-btn::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: url(../img/common/btn-arw.png) center/2rem no-repeat;
  border-left: 1px solid #fff;
  inset: 0 0 0 auto;
  margin: auto 0;
}
.mail-btn {
  display: grid;
  align-content: center;
  justify-items: center;
}

.mail-icon {
  background: url("../img/common/mail-icon.png") left center/2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 1.5rem;
}
.ttl01 .en {
  font-size: 2rem;
  color: var(--main-color);
  padding-left: 0.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.ttl01 .ja {
  font-size: 3rem;
  font-family: var(--ttl-font);
  line-height: 1.3;
  font-weight: 500;
}
.ttl01.txt-le {
  text-align: left;
  justify-items: start;
}
.ttl01.ft-wt .en {
  color: var(--white);
}

.ttl02 {
  font-size: 2.6rem;
  font-family: var(--ttl-font);
}

.ttl03 {
  font-size: 2.2rem;
  font-family: var(--ttl-font);
}
.ttl03 small {
  font-size: 0.94em;
}

.ttl04 {
  font-size: 1.7rem;
}

.num {
  font-size: 2rem;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 12rem;
  height: 9rem;
  padding-bottom: 1.5rem;
  line-height: 1;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  background: url("../img/common/tel-icon.png") left center/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

.bg-01 {
  padding: 7rem 0 5rem;
  position: relative;
  background: var(--sub-color);
}
.bg-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-01-btm.png) top/100% 100% no-repeat;
  bottom: -10rem;
}
.bg-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-01-top.png) bottom/100% 100% no-repeat;
  top: -10rem;
}

.bg-02 {
  padding: 15rem 0;
  background: url(../img/common/bg-02-deco.png) bottom/100% no-repeat;
}

.bg-03 {
  padding: 15rem 0 10rem;
  background: url(../img/common/bg-03-le.png) left top 12rem/100% no-repeat, url(../img/common/bg-03-ri.png) right top 12rem/50% no-repeat, url(../img/common/bg-03-lb.png) left bottom 2rem/50% no-repeat;
}

.bg-04 {
  position: relative;
  padding: 4rem 0;
  background: var(--font-color);
}
.bg-04::after {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-04-top.png) bottom/100% 100% no-repeat;
  top: -10rem;
}
.bg-04::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-04-btm.png) top/100% 100% no-repeat;
  bottom: -10rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  line-height: 1;
  color: var(--white);
  background: var(--main-color);
  padding: 0.5rem 1rem;
}

time {
  font-size: 2rem;
  line-height: 1;
  font-family: var(--en-font);
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) dt {
  border-bottom: 2px solid #fff;
}
.com-desc-tbl .dl-item:not(:last-child) dd {
  border-bottom: 2px solid var(--sub-color);
}
.com-desc-tbl .dl-item dt {
  color: var(--white);
  width: 30%;
  padding: 1.5rem 1rem;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
  background: #fff;
  padding: 1.5rem 1rem;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
  margin-left: 2rem;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 5vw 5vw;
  position: absolute;
  top: 0;
  left: 0;
}
#header .hd-logo {
  width: 50%;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right .btn-li {
  position: fixed;
  bottom: 0;
  left: 0;
  gap: 2rem;
}
#header .hd-right .btn-li .com-btn {
  width: 100vw;
  font-size: 1.7rem;
}
#header .hd-right .btn-li .com-btn span {
  display: grid;
  width: 100%;
  justify-items: center;
  padding: 0 2rem;
}

/*---------------------------△△---heder---△△------------------------*/
.ent-mv {
  gap: 2.6%;
  margin-top: 6.7rem;
  height: calc(100vh - 24rem);
}
.ent-mv a {
  position: relative;
  width: 100%;
  height: 50%;
  z-index: 1;
  overflow: hidden;
}
.ent-mv a .ent-ct {
  width: 83%;
}
.ent-mv a .ent-ct img {
  width: 100%;
}
.ent-mv a .com-img {
  position: absolute;
  inset: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ent-mv a::after {
  content: "";
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ent-mv .ent-01 {
  border: 0.4rem solid var(--sub-color);
}
.ent-mv .ent-01::after {
  background: url(../img/common/btn-arw.png) center/1.5rem no-repeat, var(--sub-color);
}
.ent-mv .ent-02 {
  border: 0.4rem solid var(--main-color);
}
.ent-mv .ent-02::after {
  background: url(../img/common/btn-arw.png) center/1.5rem no-repeat, var(--main-color);
}

#ent-ft {
  padding: 1rem;
}
#ent-ft .copyright {
  font-size: 1rem;
}

/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  padding: 11rem 0 5.5rem;
  gap: 3.75%;
  background: url(../img/top/mv-bg.jpg) center/cover;
  position: relative;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-ct {
  width: 60%;
  margin-left: auto;
  margin-right: 5rem;
  order: 2;
  position: relative;
  z-index: 10;
}
.top-mv .mv-img {
  width: 85%;
  position: relative;
  z-index: 10;
}

/*---------------------------△△---MV---△△------------------------*/
#top-message {
  background: url(../img/common/bg-deco-01.png) top 10rem left 50vw no-repeat, var(--sub-color);
}
#top-message .inbox .img-box {
  margin: 4rem auto 7rem;
}
#top-message .inbox .img-box .com-ill-deco {
  width: 30%;
  bottom: 0;
  left: -2rem;
}
#top-message .inbox .img-02 {
  width: 40%;
  position: absolute;
  bottom: -7rem;
  right: -2rem;
}
#top-message .inbox .txt-box .btn-box {
  display: grid;
  justify-items: center;
}
#top-message .inbox .txt-box .btn-box .com-btn {
  width: 70vw;
  font-size: 1.8rem;
  margin-top: 3rem;
  display: grid;
}
#top-message .inbox .txt-box .btn-box .com-btn span {
  padding: 0 3rem;
}

.att-li {
  display: grid;
  gap: 4rem;
}
.att-li li .ttl02 {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.att-li li .ttl02 .num {
  margin-left: -2rem;
}

#top-attraction {
  background: url(../img/common/bg-02-deco.png) top 35rem center/100% no-repeat, url(../img/top/att-bg.png) top 15rem center/100% no-repeat;
  padding-bottom: 0;
}
#top-attraction .inbox {
  margin-bottom: 6rem;
}
#top-attraction .inbox .att-li {
  gap: 8rem 0;
}
#top-attraction .inbox .att-li li .ttl02 {
  gap: 0.7rem;
}
#top-attraction .inbox .att-li li .ttl02 small {
  font-size: 0.9em;
}
#top-attraction .inbox .att-li .att-01 .ttl02 {
  background: url(../img/top/att-bd-01.png) bottom/100% no-repeat;
}
#top-attraction .inbox .att-li .att-01 .num {
  background: url(../img/top/att-num-01.png) center/contain no-repeat;
}
#top-attraction .inbox .att-li .att-02 .ttl02 {
  background: url(../img/top/att-bd-02.png) bottom/100% no-repeat;
}
#top-attraction .inbox .att-li .att-02 .num {
  background: url(../img/top/att-num-02.png) center/contain no-repeat;
}
#top-attraction .inbox .att-li .att-03 .ttl02 {
  background: url(../img/top/att-bd-03.png) bottom/100% no-repeat;
}
#top-attraction .inbox .att-li .att-03 .num {
  background: url(../img/top/att-num-03.png) center/contain no-repeat;
}
#top-attraction .inbox .att-li .att-04 .ttl02 {
  background: url(../img/top/att-bd-04.png) bottom/100% no-repeat;
}
#top-attraction .inbox .att-li .att-04 .num {
  background: url(../img/top/att-num-04.png) center/contain no-repeat;
}
#top-attraction .sec-img img {
  width: 100%;
}

#top-other {
  padding: 3rem 0 10rem;
}
#top-other .inbox {
  position: relative;
  display: grid;
}
#top-other a {
  padding: 5rem 0;
  width: 100%;
  position: relative;
}
#top-other a:first-child {
  border-bottom: 1px solid #fff;
}
#top-other a .ttl01 .en {
  font-size: 5rem;
}
#top-other a .ttl01 .ja {
  font-size: 2.2rem;
}
#top-other a::after {
  content: "";
  display: block;
  width: 8%;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  bottom: 2rem;
  right: 0;
  border: 1px solid var(--white);
  background: url(../img/common/btn-arw.png) center/1.5rem no-repeat;
}

#top-recruit .inbox .ttl01 {
  background: url(../img/top/recruit-ttl-bd.png) bottom/100% no-repeat;
}
#top-recruit .inbox .ttl01 .ja span {
  margin-left: -3rem;
}
#top-recruit .inbox .com-btn {
  margin-top: 6rem;
}

.com-ill-stl {
  position: relative;
  z-index: 1;
}
.com-ill-stl .ill-box {
  height: 17rem;
  z-index: 10;
  bottom: -4rem;
  z-index: -1;
}
.com-ill-stl .ill-box img {
  height: 100%;
}
.com-ill-stl .ill-01 {
  left: -2rem;
}
.com-ill-stl .ill-02 {
  right: -2rem;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list {
  overflow-x: auto;
  display: flex;
  gap: 3rem;
  width: 100%;
}
#top-news .inbox .news-list .news-item {
  flex-shrink: 0;
}
#top-news .inbox .news-list .news-item a {
  gap: 1rem;
  width: 24rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1.1;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
/*------------△△---NEWS---△△---------*/
#common-entry {
  padding: 20rem 0 10rem;
  background: url(../img/common/ent-bg.png) top/100% 30rem no-repeat, linear-gradient(to top, var(--font-color), var(--font-color) 58rem, transparent 58rem, transparent 100%);
  margin-top: -20rem;
}
#common-entry .bg-acc {
  width: 90%;
  padding: 5rem 0 27rem;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  background: url(../img/common/ent-bg-txt.png) top left -5rem/100% no-repeat, var(--accent-color);
}
#common-entry .bg-acc .ill-box {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#footer {
  padding: 8rem 0;
  position: relative;
  background: var(--font-color);
}
#footer .ft-area {
  position: relative;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 5rem;
  padding-bottom: 8rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 70%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 1rem;
}
#footer .ft-area .ft-ri {
  gap: 10rem;
}
#footer .ft-area .ft-ri .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
}
#footer .ft-area .ft-ri .ft-nav-li {
  gap: 5rem 2rem;
}
#footer .ft-area .ft-ri .ft-sub-li {
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
}
#footer .ft-area .ft-ri .ft-sub-li li:first-child {
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}
#footer .copyright {
  font-size: 1rem;
  margin-top: 3rem;
  text-align: center;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#company-policy .inbox {
  padding-bottom: 10rem;
}
#company-policy .ttl02 {
  background: url(../img/company/policy-ttl-bd.png) bottom/100% no-repeat;
  margin-bottom: 7rem;
}
#company-voice ul {
  display: grid;
  gap: 4rem;
}
#company-voice ul li .ill-box {
  width: 10rem;
  margin-bottom: 4rem;
}
#company-voice ul li .txt-box {
  position: relative;
  padding: 3rem 2rem;
}
#company-voice ul li .txt-box::before {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  position: absolute;
  background-color: var(--white);
  clip-path: polygon(100% 100%, 100% 0%, 0% 50%);
  margin: 0 auto;
  background: var(--white);
  top: -3rem;
  left: 3rem;
  transform: rotate(90deg);
}
#company-voice ul li .txt-box .ttl04 {
  margin-bottom: 2rem;
}
#company-info .com-desc-tbl {
  border: 2px solid var(--sub-color);
}
#company-info .map {
  margin-top: 7rem;
  height: 36rem;
}

#job-works {
  background: url(../img/common/bg-deco-01.png) top 10rem left calc(50vw - 26rem) no-repeat, var(--sub-color);
}
#job-works .img-box {
  margin-top: 4rem;
}
#job-works .img-box .com-ill-deco {
  width: 30%;
  bottom: 0;
  right: -2rem;
}

#job-flow {
  padding: 15rem 0 0;
}
#job-flow ol {
  margin-top: 5rem;
  gap: 3rem;
}
#job-flow ol li {
  padding: 2.5rem 4rem;
  border: 2px solid var(--main-color);
  gap: 3rem;
}
#job-flow ol li .time {
  font-size: 3rem;
  padding: 1.5rem 0 1rem;
  padding-right: 3rem;
  line-height: 1;
}
#job-flow ol li .txt-box .ttl03 {
  margin-bottom: 2rem;
  line-height: 1;
}
#job-career {
  padding-top: 7rem;
}
#job-career .inbox {
  padding-top: 7rem;
  border-top: 2px solid var(--main-color);
}
#job-career .inbox ul {
  padding-top: 8rem;
  display: grid;
  gap: 5rem;
  background: url(../img/job/career-arw.png) top/80% no-repeat;
}
#job-career .inbox ul li .img-box {
  margin-bottom: 3rem;
  display: grid;
  align-content: end;
  text-align: center;
}
#job-career .inbox ul li .ttl02 {
  padding: 0.5rem 0;
}
#job-career .inbox ul li .txt-box {
  padding: 2rem 2.5rem 3rem;
}
#job-career .inbox ul li .txt-box .ttl03 {
  margin-bottom: 1rem;
}
#job-career .inbox ul li .txt-box .ttl03 span {
  font-size: 1.5em;
}
#about-attraction .att-li {
  gap: 10rem 0;
  margin-top: 15rem;
}
#about-attraction .att-li li {
  padding: 5rem 2rem 3rem;
  border: 2px solid #fff;
  z-index: 10;
}
#about-attraction .att-li li .ttl02 {
  background: url(../img/about/att-bd.png) bottom/100% no-repeat;
}
#about-attraction .att-li li .ttl02 .num {
  left: -1rem;
  top: -5rem;
  background: url(../img/about/att-num.png) center/contain no-repeat;
}

#about-data ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin-top: 5rem;
}
#about-data ul li {
  width: 48%;
  padding: 2rem 0rem;
  border-top: 5px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);
}
#about-data ul li h4 {
  margin-bottom: 1.5rem;
}
#about-data ul li .data-item .ill-box {
  height: 5rem;
}
#about-data ul li .data-item .ill-box img {
  height: 100%;
}
#about-data ul li .data-item .ttl03 span {
  font-size: 1.3em;
}
#about-data ul .data-05 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1rem;
}

#recruit-person ul {
  gap: 3rem;
}
#recruit-person ul li {
  padding: 3rem 2rem;
  background: url(../img/recruit/psn-bg.png) right bottom/150% no-repeat, var(--white);
}
#recruit-person ul li .ttl03 {
  background: url("../img/common/check.png") left top 0.8rem/2rem no-repeat;
  padding-left: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
#recruit-description {
  padding: 15rem 0 0;
}
#recruit-description .com-desc-tbl {
  border: 2px solid var(--main-color);
}
#recruit-description .com-desc-tbl .dl-item:not(:last-child) dd {
  border-bottom: 2px solid var(--main-color);
}

#recruit-flow {
  padding-top: 7rem;
}
#recruit-flow .inbox {
  padding-top: 7rem;
  border-top: 1px solid var(--main-color);
}
#recruit-flow ol {
  display: grid;
  margin-top: 6rem;
  gap: 7rem;
}
#recruit-flow ol li {
  position: relative;
  padding: 5rem 2rem 3rem;
}
#recruit-flow ol li .ttl02 {
  line-height: 1.11;
}
#recruit-flow ol li .ttl02 .flow-num {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  width: 4.5rem;
  inset: -2rem 0 auto 0;
  margin: 0 auto;
  display: grid;
  align-content: center;
}
#recruit-flow ol li .mail-btn {
  height: 6rem;
  margin-top: 3rem;
}
#recruit-flow ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.5rem;
  position: absolute;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: auto 0;
  inset: auto 0 -3.5rem 0;
  margin: 0 auto;
  transform: rotate(90deg);
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 30rem;
  display: grid;
  justify-items: center;
  align-content: center;
  padding-bottom: 1rem;
  background-size: cover;
  background-position: center;
}
.sv .sv-catch {
  font-size: 2.8rem;
  width: 85%;
  height: 5rem;
  display: grid;
  align-content: center;
}

.company-sv {
  background-image: url(../img/sv/company.jpg);
}

.job-sv {
  background-image: url(../img/sv/job.jpg);
}

.about-sv {
  background-image: url(../img/sv/about.jpg);
}

.recruit-sv {
  background-image: url(../img/sv/recruit.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

/*---------------------------△△---SV---△△------------------------*/
/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
.com-other-page {
  position: relative;
  padding: 15rem 0 10rem;
  background: url(../img/common/bg-03-le.png) left top 12rem/100% no-repeat, url(../img/common/bg-03-ri.png) right top 12rem/50% no-repeat, url(../img/common/bg-03-lb.png) left bottom 2rem/50% no-repeat;
}
.com-other-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-01-btm.png) top/100% 100% no-repeat;
  top: -1rem;
}
.com-other-page::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.2rem;
  position: absolute;
  background: url(../img/common/bg-01-top.png) bottom/100% 100% no-repeat;
  top: -10rem;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 35%;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 62%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/