@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl02 {
  padding-left: 20px;
}
.com-ttl02::before {
  height: 25px;
  top: 7px;
}

.com-btn01 {
  width: 300px;
  height: 70px;
  padding: 16px 10px;
}
.com-btn01::after {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.com-mail {
  width: 320px;
  height: 75px;
  text-align: center;
}
.com-mail::before {
  margin-right: 20px;
}
.com-mail::after {
  width: 40px;
  height: 40px;
  margin-left: 25px;
}

.com-tel {
  text-align: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #d3dadd;
}
.com-table02 th {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d3dadd;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
}

.com-tag-list {
  margin-top: 5px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .list-link {
  padding: 25px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
========================================= */
#top-message .container {
  border-radius: 60px;
}
#top-message .container-inner {
  padding: 50px 15px;
}
#top-message .container-inner::before {
  width: 300px;
  height: 360px;
  border-radius: 50px;
  transform: translateX(-50%);
  left: 50%;
  top: 145px;
}
#top-message .ttl {
  text-align: center;
}
#top-message .wrap {
  width: 100%;
}
#top-message .txt {
  margin-top: 385px;
}

#top-job .primary {
  font-size: clamp(57px, 16.2vw, 400px);
  top: 60px;
}
#top-job .img {
  width: 320px;
  top: 155px;
  right: unset;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 40px;
}
#top-job .img img {
  border-radius: 40px;
}
#top-job .img::before {
  width: 100px;
  height: 120px;
  top: -25px;
  right: -10px;
  border-radius: 20px;
}
#top-job .img::after {
  width: 92px;
  height: 102px;
  bottom: -20px;
  right: -5px;
}
#top-job .wrap {
  width: 100%;
  margin-top: 340px;
}
#top-job .btn {
  width: 320px;
  height: 70px;
  margin: 35px auto 0;
  position: unset;
}
#top-job .btn::after {
  position: unset;
  transform: unset;
  margin-left: 15px;
}

#top-voice .bg {
  border-radius: 50px;
}
#top-voice .container-top {
  justify-content: center;
}
#top-voice .ttl {
  text-align: center;
}
#top-voice .wrap {
  padding-bottom: 100px;
  position: relative;
}
#top-voice .btn {
  position: absolute;
  width: 300px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-voice .list {
  display: block;
  margin-top: 35px;
}
#top-voice .list-item {
  width: 100%;
  max-width: unset;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-voice .recruit {
  margin-top: 50px;
  padding-top: 45px;
}
#top-voice .recruit-btn {
  width: 100%;
  height: 200px;
  padding: 60px 20px 0;
  border-radius: 60px 60px 15px 60px;
}
#top-voice .recruit-btn::after {
  width: 60px;
  height: 60px;
  right: 10px;
}

#top-apply .wrap {
  display: block;
  padding-right: 0;
  text-align: center;
}
#top-apply .com-tel-num {
  margin-right: 0;
  padding-bottom: 25px;
}
#top-apply .com-tel-num::before {
  width: 120%;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 0;
}
#top-apply .btn {
  margin: 25px auto 0;
}

#top-company .inner {
  padding: 50px 0;
}
#top-company .container {
  padding: 50px 15px 50px;
  border-radius: 50px;
}
#top-company .container::before {
  width: 102px;
  height: 85px;
  top: -50px;
  left: 10px;
}
#top-company .container-top {
  display: block;
}
#top-company .ttl {
  text-align: center;
}
#top-company .img {
  margin-top: 15px;
  border-radius: 20px;
}
#top-company .map {
  height: 250px;
  margin-top: 50px;
}
#top-company .map iframe {
  border-radius: 20px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-business .txt {
  text-align: left;
}
#sub-business .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 0;
}
#sub-business .wrap-box {
  margin-top: 35px;
}
#sub-business .img::before {
  width: 102px;
  height: 95px;
  right: -10px;
  bottom: -20px;
}
#sub-business .img img {
  border-radius: 30px;
}
#sub-business .list-item {
  width: 320px;
}
#sub-business .flow {
  margin-top: 75px;
}
#sub-business .flow-ttl {
  line-height: 55px;
  border-radius: 10px;
}
#sub-business .flow-list {
  margin-top: 35px;
}
#sub-business .flow-list-item {
  padding: 21.3px 25px;
  border-radius: 20px;
}
#sub-business .flow-txt {
  text-align: left;
}

#sub-question .list-item {
  padding: 20px 20px 30px;
  background-color: #ecf8fd;
  border-radius: 30px;
}
#sub-question .list-top {
  padding-bottom: 15px;
}
#sub-question .list-ttl {
  margin-left: 15px;
}
#sub-question .list-txt {
  margin-left: 15px;
  padding-top: 0px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-voice .list-ttl {
  padding: 16px 20px;
  border-radius: 30px 30px 0 0;
}
#sub-voice .list-box {
  padding: 30px 20px 35px;
  border-radius: 0 0 30px 30px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  display: block;
  padding: 35px 20px;
  border-radius: 25px;
}
#sub-flow .list-img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
#sub-flow .list-wrap {
  margin-left: 0;
  margin-top: 15px;
}

#sub-recruit .container {
  border-radius: 60px;
}
#sub-recruit .container-inner {
  padding: 55px 15px 100px;
}
#sub-recruit .ttl {
  margin-bottom: 35px;
}
#sub-recruit .tab-list {
  margin-top: 35px;
}
#sub-recruit .tab-btn-item {
  min-width: 150px;
  padding: 10px 38.2px;
}
#sub-recruit .tab-btn-item::after {
  width: 14px;
  height: 14px;
  right: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .primary {
  margin-top: 25px;
}
#sub-greeting .primary::before {
  left: calc(50% - 150px);
}
#sub-greeting .primary::after {
  right: calc(50% - 150px);
}
#sub-greeting .wrap {
  flex-direction: column-reverse;
  margin-top: 30px;
}
#sub-greeting .wrap-box {
  margin-right: 0;
  margin-top: 20px;
}
#sub-greeting .img::before {
  width: 102px;
  height: 85px;
}
#sub-greeting .img img {
  border-radius: 40px;
}
#sub-greeting .name {
  margin-top: 25px;
}

#sub-company .inner {
  padding: 50px 0;
}
#sub-company .container {
  border-radius: 50px;
}
#sub-company .container-inner {
  padding: 50px 15px;
}
#sub-company .table tr:nth-of-type(n + 2) th {
  border-top: 1px solid #099fe5;
}
#sub-company .table th {
  width: 100%;
  padding: 15px 15px;
}
#sub-company .table td {
  padding: 15px 15px;
  border-bottom: none;
}
#sub-company .map {
  height: 250px;
  margin-top: 50px;
}
#sub-company .map iframe {
  border-radius: 20px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .inner {
  padding: 50px 10px;
}
#sub-privacy .container {
  border-radius: 50px;
}
#sub-privacy .container-inner {
  padding: 55px 15px 50px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl-main {
  font-size: 27px;
}