/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Noto Sans JP, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  width: 100vw;
  /* min-width: 800px; */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

/* body */

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

.a {
  width: 100%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.apply_table {
  border: none;
}

.apply_table td,
.apply_table th {
  border-right: none;
  border-left: none;
}

.fsize {
  font-size: 0.5rem;
}

.left {
  text-align: left;
}

div {
  word-break: break-all;
}

button:hover {
  cursor: pointer;
}

input:hover {
  cursor: default;
}

.mainimg {
  background-color: #ffffff;
}

/* nav */
.bagc_fa {
  background-color: #fafafa;
}

.nav_color {
  background-color: #9ED6FF;
}

.navi_btn:hover {
  color: #6b7280;
}

.navi_btn {
  margin-right: 2rem;
}

.hedder_register {
  font-size: 1.3rem;
  font-weight: bold;

}

nav {
  z-index: 1000;
  /* background-color: #9ED6FF; */
  /* border-bottom: solid 1px #ccc; */
  /* -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 30%) !important; */
  /* box-shadow: 0 3px 6px -4px rgb(0 0 0 / 30%); */
}

.navbar {
  position: sticky;
  /* ヘッダーを固定する */
  top: 0;
  /* 上部から配置の基準位置を決める */
  left: 0;
  /* 左から配置の基準位置を決める */
  width: 100vw;
  /* min-width: 800px; */
  /* ヘッダーの横幅を指定する */
}

.main-menu a {
  color: #1A1A1A;
  font-weight: bold;
  white-space: nowrap;
}

.main-menu a:not(.line_button_consultation):hover {
  color: #6b7280;
}

.main-menu {
  width: 500px;
  margin: 0 0 0 auto;
}

.flex.mg-5 {
  margin: 5px 0;
}

.consultation div {
  /* position: absolute; */
  /* top: calc(50% - 30px); */
  right: 0;
  background-color: #1291D5;
  /* border: 3px solid #1A1A1A; */
  width: 10rem;
  height: 56px;
  border-radius: 100vh;
  display: block;
  line-height: 1.2;
  padding: 8px 0;
  color: #fff;
}

/* ▼ LINEボタンの基本スタイル */
a.line_button_consultation {
  display: inline-flex !important;     /* テーマの display を上書き */
  align-items: center;
  justify-content: center;
  padding: 6px 14px !important;        /* 高さ・横幅はここで調整 */
  height: auto !important;             /* ← ％指定をやめる */
  min-height: 0 !important;
  align-self: center;                  /* ← 親flex内で縦中央に配置 */
  border-radius: 500px !important;
  background-color: #00b900 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 1;
  margin: 0px 16px 0px 32px;
}

/* ▼ 中のテキスト */
a.line_button_consultation p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* ▼ hover 時 */
a.line_button_consultation:hover {
  background-color: #009900 !important;
  color: #ffffff !important;
}

.consultation div p {
  /* height: 100%; */
}

.consultation {
  width: 50%;
  text-align: center;
}

.ring-opacity-5 {
  padding: 0.5rem 1rem;
}

/* footer */
.footer {
  background-color: #9ed6ff;
}


/* breadcrumbs */
.maintitle {
  /* margin-left: 5%;
  margin-right: 5%; */
  /* margin-top: 5%; */
}

.mainim {
  /* object-fit: cover; */
  /* width: 2000px; */
  /* height: 970px; */
  /* zoom: 1500%; */

  margin: auto;
  max-width: 80%;
  /* height: 700px; */
  margin-top: 3%;
  margin-bottom: 3%;
}

.im_form_button {
  width: 50%;
  height: 2.5em;
  margin: 8px auto;
  padding: 4px 0;
  border-radius: 4px;
  background-color: blue;
  color: white;
}

.im_form_button:hover {
  opacity: .7;
}

.breadcrumbs {
  margin-top: 2%;
  /* margin-bottom: 5%; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%;

}

.breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin-left: 5px;
}

.breadcrumbs_item {
  /* font-size: small; */
  display: inline;
}

.breadcrumbs a {
  text-decoration: underline;

}

.text-danger {
  color: red;
}

/* .file_up:hover{
  cursor: pointer !important;
} */

.pointer_none:hover {
  cursor: inherit !important;
}

.file_inport {
  text-align: right;
}

.file_inport button {
  background: #9ca3af;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  border-radius: 0.25rem;
  width: 15%;
  line-height: 100%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6))
}

.file_inport button:hover,
.entapuraizu button:hover {
  background-color: #555;
}

.entapuraizu button {
  background: #9ca3af;
  margin-top: 30px;
  margin-bottom: 0;
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
  color: #ffffff;
  border-radius: 0.25rem;
  width: 20%;
  line-height: 100%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
  padding: 15px;
}

.entapuraizu div {
  /* text-align: right; */
}

.select {
  display: flex;
  margin-right: auto;
  padding-left: 10%;
}

.select {
  display: flex;
  text-align: left;
  margin-right: auto !important;
  padding-left: 10%;
  padding-left: 5%;
  padding-top: 5%;
}

.select p {
  padding-right: 3%;
  font-weight: inherit !important;
  display: flex;
  align-items: center;
}

/* top img */
/* .top_img img {
  max-width: 100%;
  height: auto; 
}*/

/* search dropdown */
.search-box {
  margin: 0 15px 30px !important;
  display: block !important;
  height: 100% !important;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.border_inherid {
  border: solid !important;
  border-width: thin !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}


.bacg_red input,
.bacg_red select {
  /* background-color: #fdd; */

}

.bacg_red span {
  color: red;
  border: solid 1px red;
  font-size: 0.5rem;
  margin-left: 2%;
}

.free_word {
  background: none !important;
}

/* .bacg_red input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px #1c7bd1;
    border: 1px solid #1c7bd1;
} */

.width_100 {
  width: 800px;
}

.width_100 th {
  text-align: left;
  padding-left: 5%;
  background-color: rgb(240, 238, 238);
}

.width_100 td {
  text-align: left;
  padding-left: 5%;
  /* width: 70%; */
}

table,
th,
td {
  border: solid 1px #ccc;
}

tr {
  line-height: 5rem;
}

.tr_last {
  line-height: 13rem;
}

.tr_last td {
  line-height: 1rem;
}

table input {
  width: auto;
}

th {
  background: rgb(240, 238, 238);
}


.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: list-item;
}

::selection {
  background: rgba(175, 1, 122, 0.1);
}

.select-area-tab {
  border-left: 1px solid #1291D5;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.select-area-tab li {
  /* letter-spacing: 1px; */
  border: 1px solid;
  border-left: 0;
  border-color: #1291D5;
  text-align: center;
  padding: 8px 4px;
  cursor: pointer;
  font-size: 4%;
}


.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.select-kcd {
  width: 100%;
  margin: 0 auto;
  width: 112%;
  margin: 0 0 0 -6.5%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background: url(../img/common/selectbox-arrow.png) right center/12px auto no-repeat #fff;
  background-position: right 15px center;
}

.pcHdn {
  display: none;
}

select {
  word-wrap: normal;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
}

option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

.checkbox-wrap {
  padding: 20px 0 0;
}

.linkbox-wrap {
  padding: 5px 0 0;
}

.checkbox-wrap li {
  margin: 0 10px 10px;
  display: inline-block;
  vertical-align: middle;
  /* font-size: 1.4rem; */
  letter-spacing: 1px;
}

.linkbox-wrap li {
  margin: 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  /* font-size: 1.4rem; */
  letter-spacing: 1px;
}

input[type=checkbox] {
  display: none;
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.wrap-city-checkbox {
  padding-top: 10px;
}

.wrap-city {
  padding-left: 10px;
}

.search-form-kinmuchi.tab-style.active {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #1291D5;
  margin: 0 0 30px;
}

.search-form-kinmuchi.active .tab-style {
  border-left: 1px solid #1291D5;
  border-right: 1px solid #1291D5;
}

.dropdown-menu li {
  line-height: 2.5rem;
}

.dropdown-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}


/* search */
.index_search .search_form form .links_all .location_margin_top .search-tgl-cts ul li .wrap-area .select-area-wrap ul li {
  font-size: inherit;
}

.no-kyujin-txt .no-kyujin-txt {
  font-size: 20px;
  color: #fa5661;
}

.no-kyujin-txt {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.search {
  height: auto;
  width: auto;
  background-color: #9ED6FF;
  padding-top: 10%;
  padding-bottom: 10%;

}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.center {
  justify-content: center;
}

.relative {
  position: relative;
}

.left-8 {
  left: 50%;
}

.border {
  border-left: solid 1px #1291D5;
}

.border li {
  border: solid 1px #1291D5;
  border-left: none;
  padding: 5px;
  width: 120px;
  text-align: center;
  white-space: nowrap;
}

.job_search {
  margin-bottom: 5%;
  /* padding-top: 5%; */
  /* padding-bottom: 5%; */
  text-align: center;
}

.job_new {
  margin-top: 10%;
}


.search_span {
  /* margin-top: 10%; */
  top: -24px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  top: -18px;
  display: block;
}

.search_span::after {
  bottom: -24px;
  height: 4px;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 5px;
  background: #1A1A1A;
}



.search_form {
  border: solid 3px #fff;
  border-radius: 20px;
  background-color: #fff;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 3%;
  padding-right: 3%;
  /* margin-bottom: 10%; */
  /* margin-top: 5%; */
  /* width: 90%; */
}


.select-area-wrap ul li {
  font-size: inherit;
}


.keyword {
  text-align: center;
  /* padding-top: 30px; */
}

.keyword p {
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}

input[type="submit"] {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 30%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.free_word {
  width: 90%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.free_div {
  margin: 20px 15px;
  background: #eee;
  font-family: "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  margin: 20px 10px;
  /* padding: 15px; */
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
  height: 3.5rem;

}

.free_div input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: small;
  height: 3.5rem;
}

.free_div input:focus {
  outline: none;
  border: none;
}

.checkbox {
  margin-right: 10px;
  margin-right: 10px;
}

.checkbox:hover {
  cursor: default;
}

.location_margin_top,
.position,
.occupation,
.keyword {
  margin-top: 30px;
}

.search_form span {
  font-weight: bold;
  font-size: 110%;
}

.links_all span {
  /* font-weight: bold; */
  /* font-size: 110%; */
}

.checkbox span {
  font-weight: normal;
  font-size: 100%;
}

.checkbox span:hover {
  border-bottom: solid 2px #1291D5;
}

.search_margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* center img */
.img_flex {
  display: flex;
  background: #fff;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  /* height: 20rem; */
  text-align: left;
}

.tracking-tight {
  letter-spacing: 0.12em;
  font-size: 2.5rem;
  /* margin-right: 10%; */
  white-space: nowrap;
}

.tracking-tight-2 {
  /* letter-spacing: 0.12em; */
  font-size: 2.5rem;
  margin-right: 3%;
}

.norap {
  white-space: nowrap;

}

.reason2 {
  padding-bottom: 0.5rem;
}

.reason {
  height: 6rem;
  background-color: rgb(58, 58, 58);
  color: #ffffff;
}

.reason p {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 6rem;
  text-align: center;
}

.service_img {
  /* background-image: url("../images/service.png"); */
  /* max-width: 50%; */
  width: 50%;
  /* height: 20rem; */
  /* border: solid 1px #9ca3af; */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  /* padding-left: 2%; */
}

img.thanks__img {
  display: initial;
}

.reason3 {
  padding-right: 0 !important;
}

.reason_flex {
  padding-bottom: 2rem;
}

.items-end {
  align-items: flex-end;
}

.reasons {
  margin-bottom: 60px;
}

.support_img {
  /* background-image: url("../images/support.png");
  /* max-width: 50%; */
  width: 50%;
  /* height: 20rem; */
  /* border: solid 1px #9ca3af; */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.service_img,
.support_img {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;
  /* text-align: right; */
}

img.im_preview {
  width: 400px;
}

/* .service_img p:first-child,
.support_img p:first-child {
  font-size: 2.5rem;
  font-weight: bold;
  /* padding-bottom: 8%; }*/


/* .service_img div,
.support_img div {
  background: #FFE400;
  color: #1A1A1A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100vh;
  border: 3px solid #1A1A1A;
  font-weight: bold;
  width: 40%;
  height: 25%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 8%;
  margin-bottom: 20%;
  text-align: center;
  /* align-items: center; }*/

.reason_section {
  margin-bottom: 10%;
}

.reasons_title {
  text-align: center;
  font-size: 32px;
  background: #9ED6FF;
  color: #333333;
  padding: 24px 0;
  margin: 40px 0 40px;
}

.reasons_inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 80px;
}

.font-strength {
  font-size: 1.25rem;
  margin: auto 0;
}

.reasons_ul_point {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

li {
  list-style: none;
}

.reasons_li_point {
  width: 30%;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.reasons_img {
  width: 100%;
}

.reasons_title_sub_span {
  margin-bottom: 10px;
  display: inline-block;
}

.reasons_text {
  font-size: 16px;
}



.service_img div span,
.support_img div span {
  display: block;
  width: 100%;
  height: 100%;
  /* align-items: center; */
}

.service_img div span a,
.support_img div span a {
  height: 100%;
  font-weight: bold;
  font-size: larger;
}

.width_50 {
  width: 50%;
}

.width_50_img {
  padding-left: 5%;
}

.flow {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  text-align: center;
  padding-right: 2%;
}

.font_decoration {
  font-size: 3rem;
  font-weight: 900;
}

.border_top {
  border-top: dotted 3px #000;
  margin-left: 5%;
  margin-right: 5%;
}

.width_50 div {
  text-align: center;
}

.width_50 div a {
  font-size: 1.5rem;
  background: #9ED6FF;
  color: #1A1A1A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100vh;
  border: 3px solid #1A1A1A;
  font-weight: bold;
  padding-top: 6%;
  padding-bottom: 6%;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.width_50 div a:hover {
  background-color: #bfe5ff;
}



/* checkbox */
input[type='checkbox'] {
  display: none;
}

.checkbox {
  position: relative;
  padding: 0 0 0 42px;
  cursor: default;
}

.checkbox:hover::after {
  border-color: #1291D5;
}

.checkbox::after,
.checkbox::before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
}

.checkbox::after {
  left: 15px;
  margin-top: -10px;
  width: 17px;
  height: 17px;
  border: 2px solid #ccc;
  border-radius: 5px;
  /* background-color: #ffffff; */
}

.checkbox::before {
  left: 1.3rem;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #1291D5;
  border-bottom: 3px solid #1291D5;
  transform: rotate(45deg);
  opacity: 0;
}

input[type='checkbox']:checked~.checkbox::before {
  opacity: 1 !important;
}


/* job offer */
.job_offer {
  /* border: solid 3px #fff; */
  /* border-radius: 20px; */
  background-color: #F3F3F3;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 10%; */
  width: 100%;
  padding: 30px;
  text-align: center;
}

.job_offer article {
  background-color: #fff;
  margin: 30px auto;
  /* padding: 15px 15px 40px 15px; */
  text-align: center;
  align-items: center;
  /* border: solid 1px #1291D5; */
  border-radius: 5px;
  width: 70%;
}

.job_offer figure {
  display: flex;
  align-items: center;
}

.job_offer article img {
  width: 165px;
  height: 93px;
  margin-left: 2%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.job_margin {
  margin-left: 3%;
  margin-top: 1%;
  margin-bottom: 1%;
  text-align: left;
}

.occupation_size {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.12em;
  color: #1291D5;
}

.em_flex {
  display: flex;
  gap: 10px;
  margin: 1% 0;
}


.employment {
  background-color: #6b7280;
  color: #FFFFFF;
  font-size: 10px !important;
  width: 20%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.employment-i {
  background-color: #6b7280;
  color: #FFFFFF;
  font-size: 10px !important;
  width: 30%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  white-space: nowrap;
}


.job_margin {
  padding: 0;
  /* margin-bottom: 2%; */
}

.date {
  font-size: 0.5rem;
  line-height: 1.5rem;
  color: #6b7280;
}

.job_button {
  background-color: #1291D5;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100vh;
  /* border: 3px solid #1A1A1A; */
  font-weight: bold;
  margin: 60px auto 40px auto;
  width: 25%;
  padding: 1rem 1rem;
  display: block;
  font-size: 1rem;
}

.job_button:hover,
.consultation div:hover,
.wrapper .right-2 input[type=checkbox]:checked~#check_content:hover {
  background-color: #0A699C;
}

.line_button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: transparent !important;
  padding: 0 !important;

  /* ↓↓↓ ここを固定サイズ（400px）に変更してください ↓↓↓ */
  width: 400px; 
  
  /* スマホなどで画面からはみ出さないおまじない */
  max-width: 90%;
  
  /* 中央寄せ */
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* <a>タグ内の画像（<img>）にスタイルを適用し、親のサイズを超えないように保証 */
.line_button img {
  max-width: 100%; /* 親要素 (aタグ) のサイズを超えないようにする */
  height: auto;
}

  .line_button:hover {
    background-color: transparent !important;
    opacity: 0.9;
  }

/* モバイル表示での調整 (画面が狭いときには幅を広げる) */
@media screen and (max-width: 639px) {
  .line_button {
    /* max-widthを画面幅に合わせて調整 */
    max-width: 90%; /* 画面幅の90% */
    width: auto; /* widthをautoにすることでmax-widthが有効になる */
  }
}

  
.edit_btn {
  background: #6b7280;
}

/* footer */
.border_right a {
  border-right: solid 1px #6b7280;
  font-size: 0.9rem;
  font-weight: bold;
  color: #6b7280;
  height: 15px;
  letter-spacing: 0.1em;
  padding-left: 8px;
  padding-right: 8px;
}

.border_right a:last-child {
  border-right: none;
}

.border_right a:hover {
  color: #1A1A1A;
}

.padding_top {
  padding-top: 30px;
  padding-bottom: 50px;
}

.margin_top p:first-child {
  color: #6b7280;
  margin-top: 10px;
  margin-bottom: 5px;
}

.margin_top p:last-child {
  line-height: 1em;
}

/* job_list */

.offer_btn_top {
  background-color: #eee;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.offer_btn {
  width: 30%;
  height: 4rem;
}

.list_main {
  background-color: #FFFFFF;
}

.time {
  border-bottom: solid 1px rgb(168 166 166);
}

.title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.salary_city {
  /* display: block; */
  display: flex;
  justify-content: space-between;

}

.salary_city ul {
  align-items: center;
}

.container {
  /* width: 1000px; */
}

.list {
  border: solid 1px rgb(168 166 166);
  /* border-top: none; */
  margin-bottom: 2.5em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  /* padding-bottom: 1.5rem; */
  /* height: 20rem; */
  /* padding-left: 2.5em;
  padding-right: 2.5em; */
}

.list_size_link {
  /* padding: 1rem; */
  padding: 1rem 1rem 0.1rem 1rem;
  height: auto;
}

.list_occupation {
  background-color: #9ED6FF;
  height: 4em;
  align-items: center;
  border-bottom: solid 1px rgb(168 166 166);
}

.list_occupation p {
  /* color: #FFFFFF; */
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-left: 2%;
}

.list_occupation div {
  height: 1.5rem;
  width: 4rem;
  background-color: rgb(243 80 12);
  margin-left: 3%;
  margin-right: 2%;

}

.list_occupation p:first-child {
  /* text-align: center; */
}

.list_size {
  padding: 0 1rem;
  /* height: 8rem; */
  height: auto;
}

/* .twitter::before {
  content: '\f099';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
} */

.list_size_img {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-right: 3%;
  padding-bottom: 3%;
  margin-bottom: 2%;
  margin-top: 1%;
  width: 30%;
  /* text-align: center; */
  /* margin-left: auto;
margin-right: auto; */
}

.list_size_img img {
  width: 100%;
  height: auto;
  display: inline;
  flex-grow: 1;
  /* margin-left: 0; */
}

/* .list_size div:first-child {
  width: 20%;
} */

.apply_info {
  margin: 3% 0;
}

.offer_link {
  margin-left: 20%;
  margin-bottom: 2%;
  margin-top: 5%;
  margin-right: 5%;
  display: flex;
  /* height: 10%; */
}

.offer_link a:first-child {
  margin-right: 4%;
  /* margin-left: 50%; */
}

.offer_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}


.offer-btn,
a.offer-btn,
.offer-btn {
  /* font-size: 1.6rem; */
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  width: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn--orange,
a.btn--orange,
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #1291D5;
  /* border: solid 2px; */
}

.btn--orange:hover,
a.btn--orange:hover,
.btn--blue:hover,
a.btn--blue:hover {
  /* color: #fff; */
  background: #0A699C;
}

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.current {
  background: #1291D5;
  border-color: #1291D5;
  color: #fff;
}

.pageNavi {
  position: relative;
}

.font-bold {
  font-weight: bold;
}

th.font-bold.w-qr {
  width: 40%;
}

.table_tag {
  /* padding-left: 9%; */
  text-align: center;
}

.first_child {
  border: none;
}

.pageNavi .inner {
  max-width: 100%;
}

.pageNavi .inner {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.pageNavi .inner a,
.pageNavi .inner .prev a,
.pageNavi .inner .next a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #888;
  margin-left: 10px;
  letter-spacing: 0;
  /* text-decoration: none; */
}

.index_search_job {
  text-align: center;
  top: -24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  top: -18px;
  display: block;
  margin-top: 10%;
  margin-bottom: 3%;
}

.index_search_job::after {
  bottom: -24px;
  height: 4px;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 5px;
  background: #1A1A1A;
}


.index_search {
  border: solid 1px #ccc;
  /* border-radius: 20px; */
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 10%; */
  /* margin-top: 5%; */
  width: 70%;
  padding: 30px;
}

.index_search .search_form {
  border: solid 3px #fff;
  border-radius: 20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  /* margin-bottom: 10%; */
  /* margin-top: 5%; */
  /* width: 90%; */
}

.links_all {
  /* border: solid 3px #fff; */
  /* border-radius: 20px; */
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  /* margin-bottom: 10%; */
  /* margin-top: 5%; */
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 80px;
  margin-bottom: 3%;
}

.link_item:first-child {
  border-left: none;
  padding-left: 0;
}

.link_item {
  border-left: 1px solid;
  padding: 0px 5px 0 10px;
}

.link_item_f {
  /* border-left: 1px solid; */
  padding: 0px 5px 0 10px;
}

.position_link {
  margin-top: 20px;
}

.link_item_top {
  color: #1291D5;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 3px;
  width: 120px;
}

.link_title {
  /* margin: 20px 0 0 0; */
  font-weight: 700;
  color: #1291D5;
  border-left: solid 4px;
  padding-left: 13px;
}

.links_all_title {
  margin-bottom: 2%;
  font-weight: 600;
}

.shadow_small {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 3%;
}

/* detail */
.show_salary li {
  position: relative;
}

.show_salary_sp li {
  position: relative;
}

.show_salary_d li {
  position: relative;
}

.show_salary li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/salary.jpg) center/contain no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
}

.show_salary_sp li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/salary.jpg) center/contain no-repeat;
  width: 29px;
  height: 29px;
  border: 0;
}


.show_salary_d li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/salary.jpg) center/contain no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
}

.show_salary li::after {
  width: 29px;
  height: 29px;
  /* top: 4px; */
}

.show_salary_sp li::after {
  width: 29px;
  height: 29px;
  /* top: 4px; */
}

.show_salary_d li::after {
  width: 29px;
  height: 29px;
  /* top: 4px; */
}

.show_city li {
  position: relative;
}

.show_city_sp li {
  position: relative;
}

.show_city li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/city.jpg) center/contain no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
}


.show_city_sp li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/city.jpg) center/contain no-repeat;
  width: 29px;
  height: 29px;
  border: 0;
}

.city_show li::after {
  /* content: "";
    display: block;
    position: absolute;
    top: -2px; */
  left: -20px !important;
  /* background: url(../images/city.jpg) center/contain no-repeat;
    width: 25px;
    height: 25px;
    border: 0; */
}

.show_contact li {
  position: relative;
  ;
}

.show_contact li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/man.png) center/contain no-repeat;
  width: 29px;
  height: 29px;
  border: 0;
}

.show_occupation li {
  position: relative;
  ;
}

.show_occupation li::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../images/home.png) center/contain no-repeat;
  width: 29px;
  height: 29px;
  border: 0;

}

.city_show {
  width: 100%;
}

.width_70 {
  width: 70%;
  height: auto;
}

.show_city li::after {
  width: 29px;
  height: 29px;
  /* top: 4px; */
}

.show_city_sp li::after {
  width: 29px;
  height: 29px;
  /* top: 4px; */
}

.show_img {
  width: 60%;
  /* margin-right: auto; */
  /* margin-left: auto; */
}


.offer_title {
  color: #1291D5;
  font-size: 1.5rem;
}

.detail_main {
  background-color: #FFFFFF;
}

.show_date {
  font-size: small;
}

.show_ul {
  display: flex;
  /* height: 3rem; */
  margin-top: 1%;
  margin-bottom: 1%;
}

.show_ul ul li {
  /* font-size: 80%; */
  padding-left: 35px;
  white-space: nowrap;
}

.show_ul_i {
  display: flex;
  /* height: 3rem; */
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 4%;
}

.show_ul_sp {
  /* display: flex; */
  /* height: 3rem; */
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 4%;
}

.show_ul_i ul li {
  padding-left: 10%;
  /* white-space: nowrap; */
}

.show_mg {
  margin-right: 10%;
}

.show_ul_sp ul li {
  padding-left: 10%;
  /* white-space: nowrap; */
}

.show_salary {
  display: flex;
  width: 50%;
}

.show_salary_sp {
  display: flex;
  width: 50%;
  margin-right: 3%;
}

.show_salary_d {
  display: flex;
  /* width: initial; */
}

.show_city {
  display: flex;
  width: 50%;
}

.show_city_sp {
  display: flex;
  width: 50%;
  margin-right: 3%;
}

.show_contact {
  display: flex;
  width: 40%;
  margin-right: 3%;
}

.show_occupation {
  display: flex;
  width: 25%;
  margin-right: 3%;
}

.show_oppg {
  padding-left: 40px !important;
}

/* .show_title {
  background-color: #9ED6FF;
  height: 4rem;
  /* color: #FFFFFF; */
/* padding-left: 1rem; */
/* align-items: center; */
/* position: relative; */
/* } */

.show_title_1 {
  position: relative;
  background: #9ED6FF;
  color: 333333;
  padding: 10px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.show_title2 {
  background-color: #9ED6FF;
  height: 3rem;
  /* color: #FFFFFF; */
  padding-left: 1rem;
  /* align-items: center; */
}

.show_title_2 {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 3%;
}

dl {
  display: table;
  width: 100%;
}

dt {
  width: calc(100% - 200px);
  display: table-cell;
  padding: 30px;
  border-bottom: 1px solid #ccc;
  width: 30%;
  font-weight: 700;
}

dd {
  width: calc(100% - 200px);
  display: table-cell;
  padding: 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;

}

.offer_btn_div {
  width: 100%;
  text-align: center;
  margin-top: 3%;
}

.offer_btn_div-s {
  width: 100%;
  text-align: center;
  margin: 5% 0;
}

.offer_btn {
  width: 30%;
  height: 5rem;
  font-size: 1.8rem;
}

.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

.break-words {
  /* line-height: 2.5rem; */
  /* align-items: center; */
}

/* form */
.apply_day {
  text-align: center;
  /* padding-right: 2.5rem; */
  /* padding-left: 2rem; */
}

.necessary_day {
  display: flex;
  width: 70%;
}

.necessary_day p {
  white-space: nowrap;
}

.form_main {
  background-color: rgb(244 244 244);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

.margintop {
  margin-bottom: 2rem;
}

.footer_nav {
  width: 100vw;
}

.form_headder {
  /* font-size: 30px; */
  /* padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 40px; */
  /* border-width: 4px; */
  top: 0px;
  right: 0px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  border-top: 4px dotted #000;
  border-bottom: 4px dotted #000;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.offer_info p {
  font-size: 1.2rem;
  padding-top: 5%;
  padding-bottom: 2%;
}

.offer_company {
  padding: 0.5em 1em 0.5em;
  background: #f2f3f4;
  margin-bottom: 1em;
}

.offer_company p {
  font-size: 1.5rem;
  font-weight: bold;
}

.offer_info p::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333;
  margin-right: 5px;
}


table.Form td textarea {
  height: 100px;
}

.thanks__img__wrapper {
  width: 400px;
  margin: 0 auto;
}

.coment_width {
  width: 95%;
  height: 10rem;
}

/* form_bottun */
.SheetWide {
  margin-bottom: 40px;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}

h3:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #000;
  margin-right: 5px;
}


element.style {
  padding-right: 5px;
}

div[style="padding-right:5px"],
.SheetWide>.SheetWideInner>.wrapper:first-child {
  padding-right: 0 !important;
}

.wrapper>.right {
  clear: both;
}

.pack {
  padding: 2.5em;
  background: #f2f3f4;
  margin-bottom: 15px;
}

.pack a:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #000;
}

.pack a:last-child::before {
  border: none;
}

div.wrapper[style="padding-right:5px"]+.wrapper,
.SheetWide>.SheetWideInner>.wrapper+.wrapper,
.userPrivacy {
  font-size: 21px;
  padding-top: 20px;
  margin-bottom: -100px;
}

.wrapper>.right {
  clear: both;
}

input[type="checkbox"] {
  margin-right: 3px;
}

.privacyCheck {
  text-decoration: underline;
}

.privacyCheck:link {
  color: #0000EE;
  text-decoration: underline;
}

.privacyCheck:visited {
  color: #551A8B;
  text-decoration: underline;
}

.privacyCheck:active {
  color: #FF0000;
  text-decoration: underline;
}



div.wrapper[style="padding-right:5px"]+.wrapper,
.SheetWide>.SheetWideInner>.wrapper+.wrapper,
.userPrivacy {
  margin-top: 40px;
  text-align: center;
  font-size: 19px;
  padding-top: 15px;
  margin-bottom: -100px;
  font-weight: bold;
  /* background: #fffce6; */
}

.wrapper:last-child {
  padding: 3.5rem 1.75rem;
}

.wrapper:last-child {
  /* padding: 2.5rem 1.75rem; */
  /* background: #fffce6; */
}

.SheetWideInner h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}


.wrapper .right input[type="submit"] {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 60%;
  height: 6rem;
  font-size: 2rem;
}

.wrapper .right-2 input[type="submit"] {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 40%;
  height: 6rem;
  font-size: 2rem;
}


.wrapper .right input[type=checkbox]:checked~#check_content {
  background-color: #1291D5;
  /* border: solid 2px black; */
  color: #fff;
}

.wrapper .right-2 input[type=checkbox]:checked~#check_content {
  background-color: #1291D5;
  /* border: solid 2px black; */
  color: #fff;
}


/* login */
.height_100 {
  /* height: 100vh; */
  box-sizing: border-box;
}

.bacg_blue {
  background-color: #9ED6FF;
  /* height: 30rem; */
}

.height_30rem {
  height: 100%;
  padding-top: 8%;
}

.line_hight_28 {
  line-height: 2.8rem;
  text-align: center;
}

.line_hight_28 button {
  font-size: 1.3rem;
  width: 10rem;
  height: 2.8rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.login_input .checkbox::before {
  left: 21px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #04121b;
  border-bottom: 3px solid #000e16;
  transform: rotate(45deg);
  opacity: 0;
}

.login_input .checkbox {
  margin-right: 0;
}

/* .display_inline{
  display: initial !important;
} */


/* company index */
.admin {
  background: #9ca3af;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* width: 100%; */
}

.nowrap {
  white-space: nowrap;
}

.admin:hover {
  background-color: #555;
  cursor: pointer;
}

.company_table {
  /* width: 95%; */
  table-layout: auto;
}

.company_index {
  margin-top: 20px;
}

.company_free {
  margin: initial;
}

.link-style {
  text-decoration: underline;
  text-decoration-color: blue;
}

.company_table,
.company_table tr td,
.company_table tr th {
  border: none;
}

.company_table tr {
  text-align: center;
  border-bottom: solid 1px #ccc;
  line-height: 3rem;
}

.company_table tr td {
  width: auto;
}

.company_button {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  margin: auto;
}

.company_table tr td input,
.admin {
  width: 100% !important;
  line-height: normal;
}

.company_search {
  width: 65%;
  margin: auto;
  border-radius: initial;
}

.company_tb {
  width: 70%;
}

.company_sb {
  margin: 20px 0 !important;
}

.company_ob {
  padding: 1% 0;
}

.delete_btn {
  background-color: #dd0808;
  width: 100%;
}

.delete_btn:hover {
  background-color: #aa0505;
  cursor: pointer;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}



/* comfirm */
.comfirm_right {
  text-align: center;
}

.comfirm_right {
  display: flex;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.comfirm_right button {
  width: 30%;
  height: 5rem;
  /* margin-left: auto;
  margin-right: auto; */
  color: #FFFFFF;
}

.comfirm_right button:first-child {
  background-color: rgb(240, 238, 238);
  margin-right: 5%;
  margin-left: auto;
}

.comfirm_right button:last-child {
  background-color: rgb(240, 238, 238);
  margin-left: 5%;
  margin-right: auto;
}

.comfirm_right button:first-child:hover {
  background-color: #3aa7f7;
}

.comfirm_right button:last-child:hover {
  background-color: #f49b2d;
}

.comfirm_width_100 {
  width: 100%;
}

.comfirm_width_100 th {
  text-align: left;
  padding-left: 5%;
  background-color: rgb(240, 238, 238);
  /* width: 30%; */
}

.comfirm_width_100 td {
  padding-left: 5%;
  width: 70%;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-size: inherit;
  font-weight: inherit; */
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;

  /* 3 */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  table-layout: fixed;
  word-break: break-word;

}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  /* background-color: transparent; 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1291D5;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1291D5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1291D5;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1291D5;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}


@media (min-width: 640px) {

  /* .container {
    max-width: 640px;
  } */
}

@media (min-width: 768px) {

  /* .container {
    max-width: 768px;
  } */
}

@media (min-width: 1024px) {

  /* .container {
    max-width: 1024px;
  } */
}

@media (min-width: 1280px) {

  /* .container {
    max-width: 1280px;
  } */
}

@media (min-width: 1536px) {

  /* .container {
    max-width: 1536px;
  } */
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-ml-px {
  margin-left: -1px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  /* margin-bottom: 0.5rem; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.inline-flex {
  display: inline-flex;
}

.border-p {
  border: solid 1px #333333;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.min-h-screen {
  /* margin-top: 5%; */
  margin-bottom: 5%;
}

.margin-ft {
  margin-top: 2%;
}

.w-5 {
  width: 1.25rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto {
  width: auto;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-q {
  width: 25%;
}

.w-f {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-8 {
  width: 2rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-8> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l- {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  /* border-width: 1px; */
}

.border-t {
  border-top-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: #1291D5;
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  /* --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)); */
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.fill-current {
  fill: currentColor;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.aj-s {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 150px;
}

.aj-n {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 200px;
}

.aj-m {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 250px;
}


.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.font-sans {
  font-family: "Noto Sans JP", Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.photo-d {
  margin-top: 0 !important;
  margin-bottom: 10% !important;
  padding: 10px 15px !important;
  width: 100% !important;
  border-radius: 0.25rem !important;
}

.flex-s {
  display: flex;
}

.apply_body {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-mg {
  margin: 3% 0;
}

.text-base-t {
  font-size: 1.3rem;
  /* line-height: 1.5rem; */
}

.text-base-sp {
  font-size: 0.9rem;
  /* line-height: 1.5rem; */
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xs {
  font-size: 1rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.leading-7 {
  line-height: 1.75rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  /* color: rgb(107 114 128 / var(--tw-text-opacity)); */
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: inherit;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: #0a699c;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:ml-10 {
    /* margin-left: 2.5rem; */
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* タイトル(タイプA)
------------------------------*/
.tit_type_a {
  position: relative;
  text-align: center;
  margin-bottom: 43px;
  font-size: 1.8rem;
}

.share-btns {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: white;
}

.w-full_b {
  width: 20%;
}

.pagenetion {
  height: 50px;
}


/* modal style */
.modal,
.modal_c,
.modal_e,
.modal_p,
.modal_d {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 20% auto;
  width: 40%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: #9ed6ff;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
  height: 4rem;
}

.modal-header h2 {
  margin: 3%;
  /* align-items: center; */
  /* line-height: 100%; */
}

.modalClose,
.modalClose_c,
.modalClose_e,
.modalClose_p,
.modalClose_d {
  font-size: 2rem;
}

.modalClose:hover,
.modalClose_c:hover,
.modalClose_e:hover,
.modalClose_p:hover,
.modalClose_d:hover {
  cursor: pointer;
}

select#column_id {
  padding-right: initial;
}





.modal-body {
  padding: 10px 20px;
  color: black;
  /* height: 5rem; */
}

.modal.show,
.modal_c.show,
.modal_e.show,
.modal_p.show,
.modal_d.show {
  display: block;
}



.confirmPopup {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 85px;
  margin: 10px auto;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 500px;
}

.register {
  display: inline-block;
}

.offer_link_a {
  /* margin-left: 10%; */
  /* margin-bottom: 2%; */
  /* margin-top: 3%; */
  margin-bottom: 1%;
  gap: 1rem;
}

.offer_link_b {
  /* margin-left: 0%;
  margin-right: 40%; */
  margin-bottom: 2%;
  margin-top: 5%;
  gap: 1rem;
}

.top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-btn li {
  width: calc(100%/5);
  padding: 0 2px;
  /*左右に余白を入れる場合*/
  box-sizing: border-box;
}

.top-btn li img {
  max-width: 100%;
  height: auto;

}

.link-btn {
  text-decoration: none !important;
  justify-content: center;
  /*左右間で中央*/
  align-items: center;
  /* width: 50%; */
  /*上下間で中央*/
  color: #fff !important;
  display: flex !important;
  /*画面に合わせてサイズが変わる*/
  flex-wrap: wrap !important;
  /*要素の折り返し設定*/
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: .2s;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
}

.link-btn:hover {
  box-shadow: none;
  transform: translateY(2px);
  opacity: .8;
}

/*ボタン色設定*/
.colorname1 {
  background: #1291D5;
}

.colorname1:hover {
  background: #0A699C;
}

.colorname2 {
  background: #f49b2d;
}

/* 入力エラーのスタイル */
input[type=text]:required,
input[type=text]:invalid,
input[type=email]:required,
input[type=email]:invalid,
input[type=tel]:required,
input[type=tel]:invalid,
select:required,
select:invalid,
textarea:required {
  background-color: #ffd9e1;
  cursor: default;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
input[type=tel]:valid,
select:valid,
textarea:valid {
  color: #333;
  border-color: #ccc;
  background: #fff;
  cursor: default;
}

.newPhoto .ePhoto {
  display: none;
}


.primary {
  display: flex;
}

.select_s {
  display: flex;
  text-align: left;
  margin-right: auto !important;
  padding-left: 10%;
  padding-left: 5%;
  padding-top: 0%;
}

.select_s p {
  text-align: left;
  padding-bottom: 10px;
  font-weight: normal;
  padding-right: 20px;
}

/* 確認ポップアップ */
#confirmPopupBg {
  background-color: #000;
  bottom: 0;
  display: none;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  margin: auto;
  -moz-opacity: .5;
  opacity: .5;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%
}

#confirmPopup {
  background-color: #fff;
  border: 2px solid #b5b5b5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  bottom: 0;
  color: #545454;
  display: none;
  height: 280px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 600px
}

#confirmPopup #pop_btn_close {
  /* background-color: transparent; */
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  /* color: transparent; */
  height: 36px;
  left: 530px;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* text-indent: -9999px; */
  top: 15px;
  width: 36px;
  font-weight: bolder;
  border: solid 2px;
  border-radius: 5px;
  background-color: #ffffff;
}

#pop_btn_close:hover {
  background-color: #eee !important;
}

#confirmPopup h2 {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 28px;
  line-height: 1.2em;
  margin: 16px auto;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  width: auto
}

#confirmPopup .text {
  font-size: 25px;
  line-height: 21px;
  margin: 0 auto;
  padding: 0;
  width: 500px
}


#confirmPopup #pop_btn_apply {
  background-color: #1291d5;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 2px #000;
  color: white;
  cursor: pointer;
  height: 85px;
  margin: 10px auto;
  overflow: hidden;
  padding: 0;
  width: 500px;
  border-radius: 0.25rem;
  font-size: 2rem;
  font-weight: 700;
}

button#pop_btn_apply:hover {
  background-color: #15abfc !important;
}

.color-p {
  background-color: #6b7280;
  color: #FFFFFF;
}

.pref-name {
  margin: auto 8px 10px;
  padding: 8px;
  line-height: 1;
  background-color: #eee;
}

.thanks_page {
  color: #333333;
}

/* .thanks_img {
  width:70% !important;
} */


.thanks_img_wrapper {
  /* width: 400px; */
  text-align: center;
  margin: 0 auto;
}

.thanks_section_title {
  background-color: #9ED6FF;
  color: #333333;
  width: 100vw;
  text-align: center;
  padding: 24px 0;
  font-size: 32px;
}

section.flow .grid_container .step {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row: 1/3;
  width: 50px;
  height: 50px;
  /* padding-top: 5px; */
  margin-top: 10px;
  /* margin-left: 200%; */
  /* margin-right: 100%; */
  color: #fff;
  background-color: #9ed6ff;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section.finally figure {
  position: absolute;
  right: 8.3970%;
  top: 0;
  width: 100%;
  max-width: 185px;
}

section.thankyou h1 {
  margin-top: 15px;
  margin-bottom: 17px;
  font-size: 5rem;
  font-weight: 700;
  /* letter-spacing: 1px; */
  /* color: #9ED6FF; */
}

.show_text {
  margin-bottom: 1.1rem;
}

.show_display {
  display: block;
  margin-top: 1%;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /* margin: 0; */
}

.grid_container h3::before {
  content: none;
}

section.finally h2 {
  font-size: 2.4rem;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 25px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
}


section.faq .question {
  position: relative;
  align-items: center;
  display: flex;
  padding: 15px 0px 15px 80px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section.faq h2 {
  font-size: 32px;
  /* margin-bottom: 40px; */
}

section.faq .question::before {
  display: block;
  content: "Q";
  position: absolute;
  left: 35px;
}

section.faq .answer {
  font-size: 1.5rem;
  line-height: 1.85;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.content {
  padding: 50px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
  /* text-align: center; */
}

.fcontent {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 998px;
  /* text-align: center; */
}

.main_im_mb {
  display: none;
}

.show_mb {
  display: none;
}

.header_logo {
  width: 220px;
}

.header_l {
  padding-left: 20px;
  padding-right: 20px;
}

.container_3 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}

p.admin.company_button.rounded.font-bold.text-white {
  text-align: center;
}

.my-row {
  line-height: 2rem;
}

.user_table {
  table-layout: initial;
}

#city-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* ボタン間の間隔 */
}

.city-radio {
  display: flex;
  align-items: center;
  gap: 5px;
  /* ラジオボタンとラベルの間の間隔 */
}

#city-radios label {
  display: block;
}

.city_options {
  display: flex;
  flex-wrap: wrap;
  /* もし選択肢が多い場合、次の行に折り返す */
}

.city_option {
  margin-right: 10px;
  /* 右側のスペース */
  margin-bottom: 10px;
  /* 下側のスペース */
}

#location-city-radios {
  display: flex;
  flex-wrap: wrap;
  /* もし選択肢が多い場合、次の行に折り返す */
}

.city-radio {
  margin-right: 15px;
  /* 右側のスペース */
  margin-bottom: 10px;
  /* 下側のスペース */
}

.footer-sticky-banner-pc {
  width: 272px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.footer-sticky-banner-sp {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.show_sp {
  display: none;
}

.banner {
  width: 50%;
  margin: 50px auto;
}

.banner_2 {
  width: 50%;
  margin: 30px auto;
}



@media screen and (max-width: 639px) {
  .show_title {
    background-color: #9ED6FF;
    height: 4rem;
    /* color: #FFFFFF; */
    /* padding-left: 0rem;
    padding-top: 1.0rem; */
    padding: 1rem;
    /* align-items: center; */
  }

  .main_im_pc {
    display: none;
  }

  .main_im_mb {
    display: block;
  }

  .show_title_1 {
    font-size: 1.1rem;
    line-height: 1rem;
    line-height: normal;
  }

  .show_title_2 {
    font-size: 1.1rem;
    line-height: 3rem;
  }

  .show_display {
    display: block;
    margin-top: 3%;
  }

  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .show_mb {
    display: flex;
  }

  ul.show_city_sp {
    flex-basis: 150%;
  }

  section.faq .question {
    font-weight: 700;
    position: relative;
    padding: 10px 0px 10px 40px;
    line-height: 1.7;
    min-height: 3.4em;
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  section.faq .question::before {
    left: 8px !important;
  }

  section.faq h2 {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    /* font-size: 1.7rem !important; */
    margin-bottom: 0 !important;
    font-size: 21px;
  }

  section.line_friend h2 {
    text-align: center;
    /* margin-bottom: 30px; */
    font-size: 32px;
    font-weight: 700;
    /* color: #9ED6FF; */
    display: block;
    /* margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; */
    letter-spacing: 0px;
  }


  section.finally h2 {
    font-size: 1.5rem !important;
    text-align: center;
    margin-top: initial;
  }

  section.finally a {
    font-size: 1.0rem !important;
  }

  section.finally .content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  section.flow .content {
    padding: 30px 15px;
  }

  section.faq .content {
    padding-right: 15px;
    padding-left: 15px;
  }

  img.thanks__img {
    display: initial;
    vertical-align: initial;
  }

  section.faq .answer {
    font-size: 1.0rem !important;
  }

  .list_size_link {
    padding: initial;
  }

  .list_size {
    padding: 0 0.5rem;
  }

  .list_size_img {
    display: flex;
    align-items: initial;
    justify-content: left;
    padding-right: initial;
    padding-bottom: initial;
    /* margin-bottom: 2%; */
    margin-top: 1%;
    width: initial;
    /* text-align: center; */
    /* margin-left: auto;
margin-right: auto; */
  }

  .tit_type_a {
    font-size: 1.4rem;
  }

  .employment-i {
    min-width: 95px;
  }

  .text-mg {
    margin: initial;
  }

  .list_size_img img {
    /* width: 33%; */
    height: auto;
    display: inline;
    flex-grow: 1;
    /* margin-left: 0; */
    min-width: 120px;
    max-width: 200px;
    /* width: 100%; */
    padding-right: 15px;
    float: left;
  }

  .em_flex {
    display: flex;
    gap: 5px;
    overflow: auto;
    width: 100%;
    height: 10%;
    margin-bottom: 3%;
  }


  section.line_friend p {
    font-size: 1rem !important;
  }

  section.flow h3 {
    font-size: 1.1rem !important;
  }

  section.thankyou .text {
    margin-bottom: 10px;
    /* margin-top: 130px !important; */
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 1.5;
    /* color: #9ED6FF; */
  }


  .show_flex {
    display: block;
  }

  .first_child {
    border: solid 1px #ccc;
  }

  .table_tag {
    padding-top: 15px;
    padding-left: 0;
    line-height: 20px;
    text-align: initial;
  }


  .apply_table td:first-child {
    white-space: nowrap;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }

  .apply_table td:last-child {
    /* border-top: none; */
    border-right: none;
    border-left: none;
    border-bottom: none;
  }


  .apply_table td {
    /* border: none; */
    display: block;
  }

  .reasons_inner {
    padding: 0 20px;
  }

  .reasons_li_point {
    width: 100%;
    margin-bottom: 40px;
  }

  .reasons_ul_point {
    flex-direction: column;
  }

  .job_offer {
    /* border: solid 3px #fff; */
    /* border-radius: 20px; */
    background-color: #F3F3F3;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 10%; */
    width: 100%;
    padding: 3%;
    text-align: center;
  }

  .img_bottom {
    overflow: hidden;
    width: 100%;
    text-align: left;
  }

  .job_margin {
    text-align: left;
    overflow: auto;
    margin: 0 0 1% 0;
  }

  .company_table tr td input,
  .admin {
    width: 80% !important;
    line-height: normal;
  }


  p.font-bold.font-sans.break-normal.pt-6.pb-1.text-3xl.break-words.occupation_size {
    margin-bottom: 3%;
  }

  /* ハンバーガー */
  .ham_btn {
    margin-right: 0;
    margin-left: auto;
    display: flex;
  }

  .show_img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  .primary {
    display: flex;
  }

  /* show */
  .reason p {
    font-size: 1.3rem;
  }

  /* .reason_section {
    padding-left: 5%;
    padding-right: 5%;
  } */

  .service_img,
  .support_img {
    border-bottom: dotted 2px;
  }

  .search_margin {
    display: block;
  }

  .free_div {
    background: none;
  }

  .breadcrumbs {
    margin-top: 2%;
    /* margin-bottom: 5%; */
    width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 2%;

  }


  .breadcrumbs_list {
    display: block;
  }

  .breadcrumbs_item {
    font-size: small;
    /* display: block; */
  }

  .show_ul {
    display: flex;
    /* padding-left: 10%; */
  }

  .show_ul ul li {
    font-size: 80%;
    padding-left: 35px;
    /* white-space: nowrap; */
  }

  .show_ul_i ul li {
    font-size: small;
    /* white-space: nowrap; */
  }

  .show_ul_sp ul li {
    font-size: 80%;
    white-space: nowrap;
    padding-left: 5%;
  }

  .show_salary,
  .show_salary_sp,
  .show_city,
  .show_city_sp,
  .show_contact,
  .show_occupation {
    display: flex;
    width: 100%;
  }

  .show_city li::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/city.jpg) center/contain no-repeat;
    width: 18px;
    height: 18px;
    border: 0;
  }

  .show_salary li::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/salary.jpg) center/contain no-repeat;
    width: 18px;
    height: 18px;
    border: 0;
  }

  .show_salary {
    margin-bottom: 2%;
  }

  .show_salary_sp {
    margin-bottom: 2%;
    flex-basis: 150%;
  }

  .show_salary_sp li::after,
  .show_city_sp li::after,
  .show_occupation li::after,
  .show_contact li::after {
    top: -5px;
  }

  .apply_info {
    margin: initial;
  }


  dt {
    padding: 0;
    width: 30%;
  }

  .no-kyujin-txt {
    width: initial;
    margin-right: initial;
    margin-left: initial;
  }

  .offer_btn {
    width: 40%;
    height: 3rem;
    font-size: 1rem;
    padding: 0;
  }

  .offer_btn span {
    width: 100%;
  }

  .margin-ft {
    margin-top: 7%;
  }

  .job_search {
    margin-bottom: -25px;
  }

  .job_button {
    margin: 40px auto;
  }

  .text-center p:first-child {
    font-size: 90%;
  }

  .text-center p:last-child {
    font-size: 80%;
  }

  .border_right a {
    display: block;
    border: none;
    padding: 0;
    line-height: 5%;
    margin-bottom: 2%;
  }

  .offer_btn_div {
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }

  .offer_btn_div-s {
    width: 100%;
    text-align: center;
    margin: 8% 0;
  }

  /* main_doropdown */
  .dropdown__lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
  }

  .gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/
  }

  .dropdown__list {
    background-color: #004d80;
    height: 60px;
    transition: all .3s;
    position: relative;
  }

  .dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dropdown__list:hover {
    background-color: #003558;
  }

  .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
  }

  .select-kcd option {
    text-align: center;
  }

  .checkbox-wrap {
    padding: 0;
    /* width: 90%;
    margin-left: 15%;
    margin-right: auto; */
  }

  .linkbox-wrap {
    padding: 0;
    /* width: 90%;
    margin-left: 15%;
    margin-right: auto; */
  }

  .checkbox-wrap li {
    margin: 0;
  }

  .linkbox-wrap li {
    margin: 0;
  }

  /* main */
  main {
    width: 100vw;
    /* min-width: 800px; */
  }

  .maintitle {
    /* margin-top: 2%; */
  }

  .mainim {
    /* margin: auto; */
    max-width: 100%;
    margin-top: initial;
  }

  .location_margin_top {
    /* margin-top: 0; */
    display: inline-block;
  }

  .search {
    padding-bottom: 0 !important;
  }

  /* .w-qr {
    width: 31%;
  } */

  .block {
    display: inherit;
  }

  .tl_b {
    line-height: 200%;
  }

  .tl_bm {
    line-height: 300%;
  }

  .tl_bb {
    line-height: 600%;
  }

  .i_title {
    margin-top: initial;
  }

  img.w-full {
    height: auto;
    /* margin-left: auto; */
    width: 45%;
    min-width: 120px;
    max-width: 160px;
    padding-right: 5px;
    /* margin-right: auto; */
    float: left;
    margin-right: 3%;
    margin-top: 0.7%;
  }

  .search_check {
    width: 100vw;
    line-height: 3rem;
    background-color: #9ED6FF;
    padding-left: 5%;
    /* margin-bottom: 1%; */
  }

  .link_title {
    font-size: 14px;
  }


  .search_margin li {
    line-height: 2.5rem;
    border-bottom: solid 1px #c0bebe;
  }

  .mb-2 {
    /* margin-bottom: 0.5rem; */
    width: initial;
    margin-left: initial;
    margin-right: initial;
  }

  /* .search-form-kinmuchi .tab-style .active {
    margin: 0 ;
  } */

  .search-form-kinmuchi.tab-style.active {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #1291D5;
    margin: 0;
  }

  .wrap-city ul {
    display: flex;
    flex-wrap: wrap
  }

  .wrap-city ul li {
    border-bottom: none;
  }

  .wrap-city ul li .checkbox {
    background-color: inherit;
  }

  .search_margin,
  .occupation,
  .position,
  .keyword,
  .wrap-pref {
    margin: 0 !important;
  }

  .list_occupation {
    height: 3em;
  }

  .list_occupation p {
    /* color: #FFFFFF; */
    font-size: 0.9rem;
  }

  /* background-color: #eee; */
  .search_form {
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 0 30px 0 !important;
    margin-left: 0;
  }

  .links_all {
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 90%;
    /* padding: 0 0 30px 0 !important; */
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .share-btns input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .search_form form {
    width: 100%;
  }

  .links_all form {
    width: 100%;
  }

  .checkbox {
    display: inline-block;
    background-color: #eee;
    /* line-height: 2.5rem !important; */
    width: 100%;
  }

  .reasons {
    margin-bottom: initial;
  }

  .checkbox span {
    display: inline-block;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 90%;
    padding-left: 1rem;
    width: 100%;
  }

  .search {
    padding-bottom: 15%;
  }

  .keyword p {
    padding-bottom: 0;
  }

  .company_index p {
    margin: 0 3%;
  }

  .search_span::after {
    bottom: -24px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 25px);
    content: "";
    width: 40px;
    height: 3px;
    background: #1A1A1A;
  }

  .reasons_title {
    font-size: 1.3rem;
    /* margin-top: 60px; */
  }

  .search_span {
    font-size: 1.5rem;
    margin-bottom: 10%;
  }

  .company_search {
    padding: initial !important;
  }

  .company_tb {
    width: initial;
  }

  .company_sb {
    margin: 10px 0 !important;
  }

  .company_ob {
    padding: 3% 0;
  }

  .company_free {
    margin: 0 3%;
  }

  .offer_info p {
    margin-left: 3%;
    font-size: 1.0rem;
  }

  .row {
    display: block;

  }

  .img_flex {
    display: block;
    /* background: #fff; */
    width: 100%;
    height: auto;
  }

  .reason2,
  .reason_flex {
    padding-bottom: 1rem;
  }

  .thanks__img__wrapper {
    /* width: 60%; */
    max-width: 400px;
  }

  .service_img,
  .support_img {
    width: 100%;
    /* height: 15rem; */
    text-align: left;
    padding: 5%;
  }

  img.im_preview {
    width: 160px;
  }

  .service_img p:first-child,
  .support_img p:first-child {
    font-size: 2rem;
    /* text-align: center; */
  }

  .service_img div span a,
  .support_img div span a {
    font-size: inherit;
  }

  .job_offer figure {
    display: block;
  }

  .job_offer article {
    width: 100%;
    padding: 3%;
    padding-bottom: 5%;
    margin: 0 0 15px 0;
  }

  .job_offer article img {
    width: 50%;
    height: auto;
    /* margin-left: auto; */
    /* width: 33%; */
    min-width: 120px;
    max-width: 160px;
    padding-right: 5px;
    /* margin-right: auto; */
    float: left;
    margin-right: 3%;
    /* margin-top: 8%; */
    margin-left: initial;
  }

  .job_margin p:first-child {
    font-size: 1.1rem;
    /* margin-bottom: 3%; */
  }

  .job_button {
    width: 60%;
  }

  .jb_sp {
    margin: 10px auto 50px auto;
  }

  .offer_btn_top button {
    width: 50%;
  }

  .list {
    width: 90%;
    height: auto;
    margin-bottom: 1rem;
  }

  .list article {
    width: 100%;
    height: auto;
  }

  .list_size {
    display: block;
  }

  .offer_link {
    margin: 0;
    display: flex;
    margin-top: 2%;
    margin-left: 0;
    /* text-align: center; */
  }

  .width_70 {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }

  .show_ul_i {
    margin-left: 6%;
  }

  .show_ul_sp {
    margin-left: 12%;
    /* font-size: 80%; */
    margin-bottom: 3%;
  }

  .show_dbs {
    font-size: 80%;
  }

  .show_salary li {
    /* position: relative; */
  }

  .show_city li {
    /* position: relative; */
  }

  .offer_link a {
    width: 50%;
    display: block;
    height: 10%;
    padding: 0.5rem 0.5rem;
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    margin: 3% auto;
    font-size: 0.7rem;
  }

  .list_size div:first-child {
    /* width: 100%; */
  }

  .offer_link a:first-child {
    margin-left: auto;
    /* margin-right: auto; */
  }

  .border_none {
    border-bottom: none !important;
  }

  .text-3xl {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .offer_company p {
    font-size: 1.0rem;
    font-weight: bold;
    margin-left: 3%;
  }

  .apply_width {
    width: 100%;
  }

  /* .width_100 {
    width: auto;
  } */

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 95%;
    word-break: break-word;
  }

  /* tr {
    width: auto;
  } */

  .form_main {
    background-color: rgb(244 244 244);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    overflow: hidden;
  }

  .tr_last {
    line-height: 3rem;
  }

  .swiper-pagination {
    display: none;
  }

  th,
  td {
    /* display: block; */
    /* width: auto; */
  }

  .width_100 td {
    /* width: 100%; */
    /* text-align: center; */
  }

  .width_100 th {
    /* text-align: center; */
    /* padding: 0; */
  }

  .necessary div div {
    /* display: block; */
    /* margin-left: auto;
  margin-right: auto; */
    text-align: center;
  }

  .necessary {
    /* padding: 5%; */
    margin-left: auto;
    margin-right: auto;
  }

  .necessary input {
    /* text-align: center; */
  }

  .align_center {
    text-align: center;
    margin-top: 3%;
    margin-left: 3%;
    width: 85%;
  }

  .align_center textarea {
    /* text-align: center; */
    margin: 2%;
  }

  .form_headder h1 {
    padding-top: 1%;
    padding-right: 3%;
  }



  .SheetWideInner h2 {
    font-size: 0.9rem;
    padding-left: 5%;
    padding-top: 5%;
  }

  .SheetWideInner h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin-right: 5px;
  }

  h3:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin-right: 5px;
  }

  .pack {
    padding: 1em;
    margin-bottom: 0;
  }

  .wrapper {
    padding: 0;
  }

  .employment {
    width: 50%;
    /* margin-bottom: unset; */
  }

  .right {
    width: auto;
    /* padding-top: 10%;
  padding-bottom: 10%; */
  }

  .wrapper .right {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .wrapper .right-2 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    padding-top: 0;
  }

  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    /* padding-top: 5%; */
    font-size: 0.9rem;
    margin-top: 0;
  }

  .wrapper:last-child {
    padding: 0;
  }

  .wrapper:last-child {
    padding: 0;
  }

  .wrapper .right input[type="submit"] {
    margin-top: 3%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
    height: 2.7rem;
    font-size: 1rem;
    background-color: #eee;
  }

  .wrapper .right-2 input[type="submit"] {
    margin-top: 3%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 30%;
    height: 2.7rem;
    font-size: 1rem;
    background-color: #eee;
  }

  .footer_sp {
    padding-bottom: 30px;
  }

  input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.6));
    cursor: pointer;
  }

  .container {
    /* height: auto;
    padding-left: 0;
    padding-right: 0; */
  }

  .SheetWide {
    margin-bottom: 0;
  }

  main {
    height: auto;
  }

  body {
    height: auto;
    overflow-x: hidden;
  }

  section.line_friend h2 {
    font-size: 21px;
  }


  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    margin-bottom: 0;
  }

  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    margin-bottom: 0;
  }


  /* search */
  .index_search .search_form {
    border: none;
  }

  .links_all {
    border: none;
  }

  .search {
    height: auto;
    width: auto;
    background-color: initial;
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .checkbox-wrap li {
    display: block;
    line-height: 2.5rem;
    border-bottom: solid 1px #c0bebe;
  }

  .linkbox-wrap li {
    /* display: block;
    line-height: 2.5rem;
    border-bottom: solid 1px #c0bebe; */
    font-size: 13px;
  }

  .checkbox-wrap li:first-child {
    /* border-top: solid 1px #c0bebe; */
  }

  .navbar {
    position: sticky;
    /* ヘッダーを固定する */
    top: 0;
    /* 上部から配置の基準位置を決める */
    left: 0;
    /* 左から配置の基準位置を決める */
    width: 100vw;
    /* min-width: 800px; */
    /* ヘッダーの横幅を指定する */
  }

  html {
    min-width: inherit;
  }



  /* form */

  .necessary_day {
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* padding: 10px; */
  }

  .necessary_day p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .apply_day {
    /* height: 3rem; */
  }

  .form_days {
    width: 80px;
    padding-right: 1%;
  }

  .w-11\/12 {
    /* width: 100%; */
  }

  .form_font {
    font-size: 0.9rem;
  }

  /* job_search */
  .index_search {
    width: 100%;
    padding: 0px;
    border: none;
  }

  .free_div input {
    /* font-size: 4vw; */
  }

  .w-full {
    /* width: auto !important; */
  }


  /* admin_gest index */

  .height_auto {
    height: auto;
  }

  .top-btn li {
    width: 40%;
    padding: 0 2px;
    box-sizing: border-box;
    margin-bottom: 10px;

  }

  .top-btn li form input {
    /* filter: none; */
  }

  .link-btn {
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: .2s;
  }

  .top-btn {
    display: flex;
    flex-wrap: wrap;
  }

  .pcHdn {
    display: block;
  }

  .spHdn {
    display: none;
  }

  .search-form-kinmuchi.tab-style.active {
    border-bottom: none;
  }

  .search-form-kinmuchi.active .tab-style {
    border-left: none;
    border-right: none;
    border-top: solid 1px #c0bebe;
  }

  .search-form-kinmuchi .select-kcd {
    margin: 3% auto;
    width: 70%;
    height: 3rem;
    padding: 10px;
    border: solid 2px #ccc;
    text-align: -webkit-center;
  }

  /* admin_search */
  .shousai {
    margin-right: 50%;
    margin-left: auto;
  }

  /* register */
  .min-h-screen {
    /* margin-top: 20%; */
    margin-bottom: 15%;
  }


  .no_flex {
    flex-wrap: nowrap !important;
  }

  .offer_link_b {
    margin-right: 0;
  }

  .pagenation {
    margin-left: 10%;
    margin-right: 10%;
  }

  .header_logo {
    width: 160px;
  }

  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    margin-bottom: 0;
  }

  div.wrapper[style="padding-right:5px"]+.wrapper,
  .SheetWide>.SheetWideInner>.wrapper+.wrapper,
  .userPrivacy {
    margin-bottom: 0;
  }

  .free_word {
    background: none !important;
  }

  input[type="submit"],
  .offer_btn_top button,
  .admin {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
  }

  .admin {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .border_none:hover,
  .border_none_last:hover {
    background-color: #1291D5;
    color: #ffffff;
  }

  nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #9ed6ff;
    /* color: white; */
    display: block;
    justify-content: center;
    align-items: center;
    padding: 5px 3%;
    max-height: 15%;
    transition: all 0.6s;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  td.necessary {
    display: block;
    border: none;
    margin-top: 3%;
    margin-left: 2%;
  }

  th.font-bold.w-qr {
    display: block;
    border: none;
    background: none;
    width: 90%;
    text-align: left;
    margin: 0 3% 0 5%;
    border-bottom: 1px solid #333333;
    font-size: 0.9rem;
  }

  table.mb-4.bacg_red {
    border: none;
  }

  table.mb-4.bacg_red,
  tr {
    line-height: 3rem;
  }

  table.mb-4.bacg_red,
  th,
  td {
    display: block;
  }

  table.mb-4.bacg_red,
  tbody {
    width: 100%;
  }

  .tr_last td {
    border: none;
    width: 110%;
  }

  /* taillwind */
  .pagenation {
    background-color: inherit !important;
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .margin-n {
    margin-right: 5%;
  }

  .margin-nn {
    margin-left: 88%;
  }

  .margin-p {
    margin-left: 5%;
  }

  .flex-s {
    display: initial;
  }

  .text-sm-s {
    background-color: #eee;
    color: #333333;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 5%;
  }

  .text-sm-m {
    font-size: 0.5rem;
    line-height: initial;
  }

  .photo-d {
    margin-top: 0;
    margin-bottom: 10%;
    padding: 10px 15px;
    width: 100%;
  }

  .photo-sp {
    margin-top: 4.5rem;
    margin-bottom: initial;
  }

  /* modal style */
  .modal_r,
  .modal_cr,
  .modal_er,
  .modal_pr {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-content {
    background-color: #f4f4f4;
    margin: 40% auto;
    width: 100%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }

  @keyframes modalopen {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .modal-header h1 {
    margin: 1rem 0;
  }

  .modal-header {
    background: #9ed6ff;
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
    height: 4rem;
  }

  .modal-header h2 {
    margin: 3%;
    /* align-items: center; */
    /* line-height: 100%; */
  }

  .modalClose_r,
  .modalClose_cr,
  .modalClose_er,
  .modalClose_pr {
    font-size: 2rem;
  }

  .modalClose_r:hover,
  .modalClose_cr:hover,
  .modalClose_er:hover,
  .modalClose_pr:hover {
    cursor: pointer;
  }

  .modal-body {
    padding: 10px 20px;
    color: black;
    /* height: 5rem; */
  }

  .modal_r.show,
  .modal_cr.show,
  .modal_er.show,
  .modal_pr.show {
    display: block;
  }

  .company_table {
    width: 100%;
  }

  .company_table tr {
    display: flex;
  }

  .company_table tr th,
  .company_table tr td {
    /* display: none; */
    /* width: 20%; */
    table-layout: auto;
    width: 100%;
    font-size: small;
    line-height: 2rem;
  }

  /* POPup */
  #confirmPopup {
    width: auto;
  }

  #confirmPopup .text {
    width: auto;
    text-align: center;
  }

  #confirmPopup #pop_btn_apply {
    width: auto;
  }

  .banner {
    width: 90%;
    margin: 30px auto;
  }


  .banner_2 {
    width: 90%;
    margin: 20px auto;
  }

}

.border_black {
  border: solid 1px;
}

/* thanksページ */
@font-face {
  font-family: "NOTOSANSJP";
  src: url('../font/NOTOSANSJP-REGULAR.OTF') format('OpenType');
  font-weight: 400;
}

@font-face {
  font-family: "NOTOSANSJP";
  src: url('../font/NOTOSANSJP-BOLD.OTF') format('OpenType');
  font-weight: 700;
}


/* section{
    opacity: 0.6;
} */


@media screen and (max-width: 767px) {
  .content {
    /* padding: 0px 0 15px; */
    padding: 30px 0;
  }
}


@media screen and (max-width: 767px) {
  section.thankyou h1 {
    margin-bottom: 10px;
    font-size: 4.3rem;
    /* letter-spacing: 0.39px; */
  }
}

@media screen and (max-width: 769px) {
  h2 {}

  .banner_2 {
    width: 85%;
    margin: 30px auto;
  }
}


section.thankyou .text {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  /* color: #9ED6FF; */
}

@media screen and (max-width: 767px) {
  .text {
    letter-spacing: -2px;
  }
}

section.thankyou {
  text-align: center;
  /* padding-bottom: 20px; */
}

@media screen and (max-width: 767px) {
  /* .section.thankyou {
        letter-spacing: 0.13px;
    } */
}


section.thankyou .discription {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .section.thankyou .description {
    letter-spacing: 0.13px;
  }
}


section.line_friend {
  text-align: center;
}

@media screen and (max-width: 767px) {

  section.line_friend {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {}

section.line_friend h2:nth-of-type(2) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {

  section.line_friend h2:nth-of-type(2) {
    margin-top: 42px;
  }
}


section.line_friend .content {
  padding: 50px 0;
  /* background-color: #f5f5f5; */
}

@media screen and (max-width: 767px) {

  section.line_friend .content {
    padding: 30px 0;
  }
}

section.line_friend .wrap {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {

  section.line_friend .wrap {
    padding: 0 25px;
  }
}

section.line_friend p span.color_g {
  font-weight: 700;
  color: #3AB73A;
}

@media screen and (max-width: 767px) {

  section.line_friend p span.color_g {}

}

section.line_friend p {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {

  section.line_friend p {
    line-height: 2;
  }
}

section.line_friend .line_button {
  padding-top: 43px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {

  section.line_friend .line_button {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 20px;
  }
}


section.line_friend .note {
  font-weight: 700;
  /* text-align: left;
    padding-top: 70px;
    font-size: 1.3rem; */
}

@media screen and (max-width: 767px) {

  section.line_friend .note {}
}

@media screen and (max-width: 767px) {}

section.flow h2 {
  font-size: 32px;
  /* margin-top: 30px; */
  /* margin-bottom: 35px; */
}

@media screen and (max-width: 767px) {

  section.flow h2 {
    /* margin-top: 30px; */
    font-size: 21px;
  }

  section.faq h2 {
    font-size: 21px;
  }
}

section.flow h3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 2rem;
  /* color: #9ed6ff; */
}

@media screen and (max-width: 767px) {

  section.flow h3 {
    align-self: center;
    letter-spacing: -0.8px;
  }
}

section.flow .grid_container {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 0 30px;
}

@media screen and (max-width: 767px) {

  section.flow .grid_container {
    grid-gap: 0 15px;
  }
}

@media screen and (max-width: 767px) {

  section.flow .grid_container .step {
    grid-row: 1/2;
    padding-top: 0;
    margin-top: 0;
  }
}

section.flow .grid_container .step span {
  display: inline-block;
  padding-top: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {

  section.flow .grid_container .step span {}
}

section.flow .description {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  section.flow .description {
    grid-column-start: 1;
    margin-top: 13px;
  }
}

section.flow .wrap:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  section.flow .wrap:not(:first-child) {
    margin-top: 35px;
  }
}

section.faq .content {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {

  section.faq .content {
    padding-top: 30px;
    text-align: left;
  }
}


@media screen and (max-width: 767px) {

  section.faq .answer {
    padding-top: 20px;
    line-height: 2;
  }
}

section.faq .wrap:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {

  section.faq .wrap:not(:first-child) {
    margin-top: 25px;
  }
}

section.finally {
  /* text-align: center; */
}

/* @media screen and (max-width: 767px) {

    section.finally {
        text-align: left;
    }
} */

/* section.finally .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 128px;
} */

/* @media screen and (max-width: 767px) {

  section.finally .content {
    padding-top: 55px;
    padding-bottom: 70px;
  } */
/* } */

@media screen and (max-width: 767px) {

  section.finally h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {

  section.finally figure {
    max-width: 150px;
    right: 0;
    top: unset;
    bottom: 0;
  }
}


section.finally figure img {
  width: 100%;
  max-width: 185px;
}

@media screen and (max-width: 767px) {

  section.finally figure img {
    max-width: 150px;
    vertical-align: bottom;
  }
}

section.finally a {
  /* position: absolute; */
  bottom: 30px;
  left: 0;
  font-size: 1.0rem;
  font-weight: 700;
  text-decoration: none;

  /* color: #9ed6ff; */
}


@media (min-width: 410px) and (max-width: 540px) {
  section.finally h2 {
    margin-left: calc((100% - 180px) /3);
    text-align: left;
  }
}

footer {
  padding: 10px 0;
  background-color: #082908;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {

  footer {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 900px) {
  .header_logo {
    width: 180px;
  }

  .text-xs {
    font-size: 0.9rem;
  }

  .consultation div {
    width: 8rem;
    line-height: initial;
  }
  

  .search_span {
    font-size: 1.8rem;
  }
}

@media (min-width: 780px) and (max-width: 810px) {

  .main-menu {
    margin: 0 0 0 auto;
  }

  .consultation div {
    /* width: 8rem; */
    line-height: initial;
  }
}

@media (min-width: 640px) and (max-width: 780px) {
  .consultation div {
    line-height: initial;
    /* position: absolute; */
  }

  .space-x-8> :not([hidden])~ :not([hidden]),
  a.inline-flex.items-center.px-1.pt-1.border-b-2.border-transparent.font-medium.leading-5.text-gray-500.hover\:text-gray-700.hover\:border-gray-300.focus\:outline-none.focus\:text-gray-700.focus\:border-gray-300.transition.duration-150.ease-in-out.text-xs {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.8rem * var(--tw-space-x-reverse));
    margin-left: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media screen and (max-width: 680px) {
  .consultation div {
    width: 6rem;
  }
}

@media (min-width: 810px) and (max-width: 1100px) {

  .select-area-wrap ul li {
    font-size: 85%;
  }

  .search_span {
    font-size: 2.5rem;
  }

  .job_offer article {
    width: 80%;
  }

  .text-3xl {
    font-size: 1.575rem;
  }

  .text-base-t {
    font-size: 1.3rem;
  }

  .text-xl {
    font-size: 1.1rem;
  }

  .show_ul ul li {
    white-space: nowrap;
  }

  .no-kyujin-txt {
    width: initial;
  }

  .offer_link a {
    /* width: 50%; */
    display: block;
    height: 10%;
    /* padding: 0.5rem 0.5rem; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* margin: 3% auto; */
    /* font-size: 0.7rem; */
  }

  .offer_link {
    margin-left: initial;
  }

  .index_search {
    width: 90%;
  }

  .form_main {
    width: 80%;
  }

  .content {
    width: 90%;
  }

  .list_size_link {
    padding: initial;
  }
}


@media (min-width: 640px) and (max-width: 810px) {
  .select-area-wrap ul li {
    font-size: 75%;
  }

  .search_span {
    font-size: 2.5rem;
  }

  .job_offer article {
    width: 90%;
  }

  .text-3xl {
    font-size: 1.575rem;
  }

  .text-base-t {
    font-size: 1.1rem;
  }

  .text-xl {
    font-size: 1.0rem;
  }

  /* .font-strength {
    font-size: 0.9rem;
  } */

  .tracking-tight {
    font-size: 1.75rem;
  }

  /* .reasons_text {
    font-size: 14px;
  } */

  .reasons_ul_point {
    flex-direction: column;
  }

  .reasons_li_point {
    width: 90%;
    margin: auto;
  }

  .show_ul ul li {
    white-space: nowrap;
  }

  .show_title_1 {
    font-size: 1.3rem;
  }

  .show_title_2 {
    font-size: 1.2rem;
  }

  .mb-2 {
    width: 100%;
  }

  .show_img {
    width: 80%;
  }

  .breadcrumbs {
    width: initial;
  }

  .offer_link a {
    /* width: 50%; */
    display: block;
    height: 10%;
    /* padding: 0.5rem 0.5rem; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* margin: 3% auto; */
    /* font-size: 0.7rem; */
  }

  .offer_link {
    margin-left: initial;
  }

  .no-kyujin-txt {
    width: initial;
  }

  .list_size_link {
    padding: initial;
  }

  .index_search {
    width: 90%;
  }

  .index_search .search_form form .links_all .location_margin_top .search-tgl-cts ul li .wrap-area .select-area-wrap ul li {
    font-size: 0.7rem;
  }

  .form_main {
    width: 90%;
  }

  .content {
    width: 90%;
  }

  section.faq .question {
    font-size: 1.7rem;
  }

  section.faq .answer {
    font-size: 1.4rem;
  }

  section.finally h2 {
    font-size: 2.3rem;
  }

  .list_size_link {
    padding: initial;
  }
}
