<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media print, screen and (min-width: 769px) {
 .recruit {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
 }
 .recruit_title {
  width: 940px;
  height: 150px;
  margin: 0 auto;
  background-image: url(/company/recruit/images/recruit_title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .recruit_title h2 {
  font-size: 5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 1.1em;
  color: #002696;
  text-align: center;
 }
 .title_copy {
  width: 90%;
  margin: 2% auto;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
 }
 .navi_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2% 0%;
 }
 .navi_btn li:not(.no_btn) {
  width: 11%;
  background-color: #EDF2F2;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  margin: 0% 0.5%;
  font-weight: bold;
 }
 .navi_btn li:not(.no_btn):hover {
  color: #FFF;
  background-color: #DDD;
 }
 .no_btn {
  width: 11%;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  margin: 0% 0.5%;
  font-weight: bold;
 }
 .navi_btn a {
  text-decoration: none;
 }
 .navi_btn a:hover {
  color: #FFF;
  text-decoration: none;
 }
 .recruit h3 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.6em 0em 0.5em 2.2em;
  margin: 3% 0%;
  font-size: 1.5em;
  color: white;
  background: #364e96;
 }
 .mds_1::before {
  content: "\ea24";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.37em;
  left: 0.25em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 .mds_2::before {
  content: "\f22e";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.35em;
  left: 0.25em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 .mds_3::before {
  content: "\e0b7";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  font-size: 1.4em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 .mds_4::before {
  content: "\f1d0";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  font-size: 1.4em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 /*ナビリンク*/
 .navi_link {
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin: 2% 0% 2% 19%;
 }
 .navi_link a {
  display: block;
  position: relative;
  padding: 0.3em;
  text-decoration: none;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #b37c36;
 }
 .navi_link a:hover {
  opacity: 0.75;
 }
 .navi_link a:visited {
  text-decoration: none;
  color: #b37c36;
 }
 .navi_link a::before, .navi_link a::after {
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #b37c36;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
 }
 .navi_link a::after {
  width: 0;
  background: #ffe9cc;
 }
 .navi_link a:hover::after {
  width: 100%;
 }
 
 /*ワークスタイル*/
 /*タブ切り替え全体のスタイル*/
 .tabs {
  width: 100%;
  box-sizing: border-box;
  margin-left: 2%;
  background-color: #fff;
 }
 /*タブのスタイル*/
 .tab_item {
  display: block;
  float: left;
  width: 23%;
  margin: 0% 0.5%;
  padding: 2% 0%;
  background-color: #d9d9d9;
  line-height: 1.4em;
  font-size: 1.3em;
  text-align: center;
  color: #565656;
  font-weight: bold;
  transition: all 0.2s ease;
 }
 .tab_item:hover {
  opacity: 0.75;
 }
 /*ラジオボタンを全て消す*/
 input[name="tab_item"] {
  display: none;
 }
 /*タブ切り替えの中身のスタイル*/
 .tab_content {
  display: none;
  padding: 3% 0% 3% 0%;
  clear: both;
  overflow: hidden;
 }
 /*選択されているタブのコンテンツのみを表示*/
 #work1:checked ~ #work1_content, #work2:checked ~ #work2_content, #work3:checked ~ #work3_content, #work4:checked ~ #work4_content {
  display: block;
 }
 /*選択されているタブのスタイルを変える*/
 .tabs input:checked + .tab_item {
  background-color: #4762b3;
  color: #fff;
 }
 .mds_1_1, .mds_1_2, .mds_1_3, .mds_1_4 {
  width: 80%;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.4em;
  padding-left: 3.2em;
  margin-bottom: 1.5%;
  font-size: 1.5em;
  font-weight: bold;
  color: #364e96;
 }
 .mds_1_cont {
  display: flex;
  justify-content: space-around;
  width: 93%;
  margin-left: 1.5%;
  padding-bottom: 5%;
  border-bottom: 5px dotted #d9d9d9;
 }
 .mds_1_cont img {
  width: 350px;
  hight: auto;
 }
 .mds_1_1::before {
  content: "\e311";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.2em;
  left: 1em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_2::before {
  content: "\ea70";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.2em;
  left: 1em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_3::before {
  content: "\e8e5";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.25em;
  left: 1em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_4::before {
  content: "\e0e0";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.25em;
  left: 1em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_p {
  width: 70%;
  padding: 0.6em 1.2em;
  margin: 0% 1%;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0em;
 }
 .mds_1_p p{
  padding-bottom: 0.5em;
 }
 .mds_1_p span{
  font-weight: bold;
  color: #b37c36;
 }
 .mds_1_p ul {
  font-weight: bold;
  padding: 1.2em;
  color: #b37c36;
 }
 .mds_1_p li {
  text-indent: -1.4em;
  margin: 2% 0%;
 }
 .e_form {
  width: 65%;
  margin: 3% auto 5% auto;
  text-align: center;
 }
 .e_form_btn {
  width: 100%;
  margin: 7% 0%;
  text-align: center;
 }
 .e_form_btn a {
  border-radius: 30px;
  background: #008080;
  box-shadow: 3px 3px 0 #2f4f4f;
  text-decoration: none;
  color: white;
  font-size: 2em;
  font-weight: bold;
  padding: 2% 20% 1% 20%;
  transition: 0.3s;
 }
 .e_form_btn a:hover {
  opacity: 0.5;
  color: white;
  text-decoration: none;
 }
 .e_form_btn a:visited {
  color: white;
 }
 .e_form_p1 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
 }
 .e_form_p2 {
  font-size: 1.1em;
  line-height: 1.5em;
 }
 .e_form_p2 span {
  color: gray;
 }
 
 /*募集要項*/
 .mds_2_cont {
  width: 100%;
  margin-top: 3%;
 }
 .mds_2_gaiyou {
  width: 90%;
  margin: 0 auto;
 }
 .mds_2_1 {
  position: relative;
  width: 13%;
  box-sizing: border-box;
  padding: 0.6em 0.2em 0.6em 0em;
  background: #ffe9cc;
  border-radius: 10px;
  font-size: 1.3em;
  color: #b37c36;
  text-align: center;
 }
 .mds_2_1::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40%;
  border: 8px solid transparent;
  border-top: 8px solid #ffe9cc;
  width: 0;
  height: 0;
 }
 .mds_2_p {
  padding: 1.2em;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0em;
 }
 .mds_2_1_1 {
  padding: 0.5em 0.5em 0.25em 0.5em;
  margin-left: 0em;
  background: transparent;
  border-left: solid 5px #405db3;
  font-size: 1.4em;
  font-weight: bold;
  color: #405db3;
 }
 .mds_2_1_1_ul {
  width: 90%;
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
 }
 .mds_2_1_1_ul li {
  position: relative;
  line-height: 1.2em;
  font-size: 1.2em;
  padding: 0.5em 0em;
 }
 .mds_2_1_1_ul li:not(:last-child)::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 0.4em;
  font-size: 1.2em;
 }
 .mds_2_1_2 {
  width: 60%;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
  font-size: 1.2em;
  line-height: 1.4em;
 }
 .mds_2_1_2_ul {
  width: 90%;
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
  font-size: 1.2em;
  line-height: 1.6em;
 }
 .mds_2_1_2_ul li{
  text-indent: -1em;
 }
 .mds_2_1_2_ul li span{
  color: gray;
 }
 .mds_2_spa {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0em;
 }
 .mds_2_2 {
  width: 98%;
  box-sizing: border-box;
  border-bottom: dashed 2px #b37c36;
  padding: 0.6em 0em;
  margin-left: 0.5em;
  font-size: 1.5em;
  color: #b37c36;
 }
 .mds_2_2_1_ul {
  width: 50%;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
 }
 .mds_2_2_1_ul li {
  position: relative;
  line-height: 1.2;
  padding: 0.5em 0em;
 }
 .mds_2_2_1_ul li:not(:last-child)::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 0.4em;
  font-size: 1.1em;
 }
 
 /*スタッフの声*/
 .back_y {
  width: 90%;
  box-sizing: border-box;
  margin: 2% auto;
  padding: 1% 2% 3% 2%;
  background: #fffaf0;
  box-shadow: 5px 5px 0 #dcdcdc;
 }
 .mds_3_1 {
  width: 80%;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.3em;
  padding-left: 4em;
  margin-bottom: 1.5%;
  font-size: 1.5em;
  font-weight: bold;
  color: #364e96;
 }
 .mds_3_1::before {
  content: "\e7fd";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.2em;
  left: 1.6em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_3_reason {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  font-size: 1em;
  font-weight: bold;
  color: #ff7f50;
  border-bottom: dashed 3px #ff7f50;
 }
 .readmore {
  position: relative;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2% 5%;
  background: white;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0em;
  border-radius: 10px;
 }
 .readmore-content {
  position: relative;
  overflow: hidden;
  margin-top: 2%;
  /*以下お好み*/
  /*高さの初期値*/
  height: 80px;
 }
 .readmore-content p {
  margin-top: 1%;
 }
 .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
 }
 /* 続きを読むボタン */
 .readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 1% 2%;
  background-color: #ff9999;
  border-radius: 10px;
  color: #FFF;
  letter-spacing: 0em;
 }
 .readmore-label:before {
  content: '続きを読む';
 }
 .readmore-check {
  display: none;
 }
 /*チェック時にボタンを非表示*/
 .readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
 }
 .readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
 }
 /*チェック時に高さを自動に戻す*/
 .readmore-check:checked ~ .readmore-content {
  height: auto;
 }
 /*チェック時グラデーション等を削除*/
 .readmore-check:checked ~ .readmore-content::before {
  display: none;
 }
 
 /*企業情報*/
 .company_info {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  padding-left: 10%;
  font-size: 1.3em;
  line-height: 2em;
 }
 .company_info dt {
  position: relative;
  width: 15%;
 }
 .company_info dt::after {
  content: ":";
  position: absolute;
  top: 0px;
  left: 80px;
 }
 .company_info dd {
  width: 80%;
 }
 .company_info p {
  line-height: 1.7em;
 }
 .infop_1, .infop_3 {
  display: inline-block;
  font-weight: bold;
  color: #364e96;
 }
 .infop_2, .infop_4 {
  display: inline-block;
 }
 .infobtn {
  width: 100%;
  margin-top: 5%;
  text-align: center;
 }
 .infobtn a {
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 3px 3px 0 #c0c0c0;
  text-decoration: none;
  color: #696969;
  font-size: 1.3em;
  font-weight: bold;
  padding: 1% 25%;
  transition: 0.3s;
 }
 .infobtn a:hover {
  opacity: 0.5;
  color: #696969;
  text-decoration: none;
 }
 .infobtn a:visited {
  color: #696969;
 }
}


@media screen and (max-width: 768px) {
 .recruit {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10%;
 }
 .recruit_title {
  position: relative;
  width: 100%;
  height: 125px;
  margin: 0 auto;
  background-image: url(/company/recruit/images/recruit_title_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .recruit_title h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 25%;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #002696;
  text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
  text-align: center;
 }
 .title_copy {
  width: 90%;
  margin: 5% auto;
  line-height: 1.5em;
  letter-spacing: 0.05em;
 }
 .recruit h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.6em 0em 0.5em 2.2em;
  margin: 3% 0%;
  font-size: 1.2em;
  color: white;
  background: #364e96;
 }
 .mds_2::before {
  content: "\f22e";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.4em;
  left: 0.25em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 .mds_3::before {
  content: "\e0b7";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.45em;
  left: 0.3em;
  font-size: 1.3em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 .mds_4::before {
  content: "\f1d0";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  font-size: 1.3em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: white;
 }
 /*ナビリンク*/
 .navi_link {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% auto;
 }
 .navi_link a {
  display: block;
  position: relative;
  padding: 0.3em;
  margin-bottom: 1.5em;
  text-decoration: none;
  outline: none;
  font-size: 1em;
  font-weight: bold;
  color: #b37c36;
 }
 .navi_link a:visited {
  text-decoration: none;
  color: #b37c36;
 }
 .navi_link a::before {
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #b37c36;
  width: 100%;
  height: 2px;
 }
 
 /*ワークスタイル*/
 /*タブ切り替え全体のスタイル*/
 .tabs {
  width: 95%;
  margin-left: 2%;
  background-color: #fff;
  margin: 0% auto;
 }
 /*タブのスタイル*/
 .tab_item {
  display: block;
  float: left;
  width: 23%;
  margin: 0% 1%;
  padding: 2% 0%;
  background-color: #d9d9d9;
  line-height: 1.4em;
  font-size: 1.3em;
  text-align: center;
  color: #565656;
  font-weight: bold;
  transition: all 0.2s ease;
 }
 .tab_item:hover {
  opacity: 0.75;
 }
 /*ラジオボタンを全て消す*/
 input[name="tab_item"] {
  display: none;
 }
 /*タブ切り替えの中身のスタイル*/
 .tab_content {
  display: none;
  padding: 3% 0% 3% 0%;
  clear: both;
  overflow: hidden;
 }
 /*選択されているタブのコンテンツのみを表示*/
 #work1:checked ~ #work1_content, #work2:checked ~ #work2_content, #work3:checked ~ #work3_content, #work4:checked ~ #work4_content {
  display: block;
 }
 /*選択されているタブのスタイルを変える*/
 .tabs input:checked + .tab_item {
  background-color: #4762b3;
  color: #fff;
 }
 .mds_1_1, .mds_1_2, .mds_1_3, .mds_1_4 {
  width: 80%;
  box-sizing: border-box;
  position: relative;
  padding: 0.4em 0em;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  color: #364e96;
 }
 .mds_1_1::before {
  content: "\e311";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_2::before {
  content: "\ea70";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_3::before {
  content: "\e8e5";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_4::before {
  content: "\e0e0";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  font-size: 1.5em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_1_cont {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  border-bottom: 5px dotted #d9d9d9;
 }
 .mds_1_cont_img {
  display: block;
  width: 60%;
  margin: 0 auto;
 }
 .mds_1_cont_img2 {
  display: block;
  width: 100%;
  margin-bottom: -20%;
 }
 .mds_1_p {
  padding: 1em 0.2em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
 }
 .mds_1_p p{
  padding-bottom: 0.5em;
 }
 .mds_1_p span {
  font-weight: bold;
  color: #b37c36;
 }
 .mds_1_p ul {
  width: 80%;
  font-weight: bold;
  padding: 1em 0em;
  margin: 0 auto;
  color: #b37c36;
 }
 .mds_1_p li {
  text-indent: -1.4em;
  padding: 0.5em 0em;
  margin: 0 auto;
 }
 .e_form {
  width: 90%;
  margin: 3% auto 10% auto;
  padding: 5% 0%;
  text-align: center;
 }
 .e_form_btn {
  width: 100%;
  margin: 10% 0%;
  text-align: center;
 }
 .e_form_btn a {
  border-radius: 35px;
  background: #008080;
  box-shadow: 3px 3px 0 #2f4f4f;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5% 30% 4% 30%;
  transition: 0.3s;
 }
 .e_form_btn a:hover {
  color: white;
  text-decoration: none;
 }
 .e_form_btn a:visited {
  color: white;
 }
 .e_form_p1 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
 }
 .e_form_p2 {
  font-size: 1em;
  line-height: 1.5em;
 }
 .e_form_p2 span {
  color: gray;
 }
 
 /*募集要項*/
 .mds_2_cont {
  width: 100%;
  margin: 3% 0%;
 }
 .mds_2_1 {
  position: relative;
  width: 35%;
  box-sizing: border-box;
  padding: 0.6em 0.2em 0.6em 0em;
  margin-left: 1em;
  background: #ffe9cc;
  border-radius: 10px;
  font-size: 1.3em;
  color: #b37c36;
  text-align: center;
 }
 .mds_2_1::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40%;
  border: 8px solid transparent;
  border-top: 8px solid #ffe9cc;
  width: 0;
  height: 0;
 }
 .mds_2_p {
  padding: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
 }
 .mds_2_1_1 {
  padding: 0.5em 0.5em 0.25em 0.5em;
  margin-left: 1em;
  background: transparent;
  border-left: solid 5px #405db3;
  font-size: 1.1em;
  font-weight: bold;
  color: #405db3;
 }
 .mds_2_1_1_ul {
  width: 90%;
  padding: 0.5em;
  margin: 0 auto;
 }
 .mds_2_1_1_ul li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0em;
 }
 .mds_2_1_1_ul li:not(:first-child):not(:last-child)::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 0.4em;
  font-size: 1.2em;
 }
 .mds_2_1_1_ul li:first-child::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 1.45em;
  font-size: 1.2em;
 }
 .mds_2_1_2 {
  width: 80%;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
  line-height: 1.5em;
 }
 .mds_2_1_2_ul {
  width: 86%;
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
  line-height: 1.6em;
 }
 .mds_2_1_2_ul li{
 }
 .mds_2_1_2_ul span{
  color: gray;
 }
 .mds_2_spa {
  display: block;
  box-sizing: border-box;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding-left: -1em;
 }
 .mds_2_2 {
  width: 95%;
  box-sizing: border-box;
  border-bottom: dashed 2px #b37c36;
  padding: 0.6em 0em;
  margin-left: 0.5em;
  font-size: 1.3em;
  color: #b37c36;
 }
 .mds_2_2_1_ul {
  width: 90%;
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0em 0em 0.3em 2em;
 }
 .mds_2_2_1_ul li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0em;
 }
 .mds_2_2_1_ul li:not(:nth-child(3)):not(:last-child)::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 0.4em;
  font-size: 1.1em;
 }
 .mds_2_2_1_ul li:nth-child(3)::after {
  position: absolute;
  content: "\00A0\0025BC";
  top: 1.45em;
  font-size: 1.1em;
 }
 
 /*スタッフの声*/
 .back_y {
  width: 90%;
  box-sizing: border-box;
  margin: 5% auto;
  margin-bottom: 7%;
  padding: 1% 2% 3% 2%;
  background: #fffaf0;
  box-shadow: 5px 5px 0 #dcdcdc;
 }
 .mds_3_1 {
  width: 80%;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.6em;
  padding-left: 2.5em;
  margin-bottom: 1.5%;
  font-size: 1.2em;
  font-weight: bold;
  color: #364e96;
 }
 .mds_3_1::before {
  content: "\e7fd";
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 0.4em;
  left: 0.7em;
  font-size: 1.3em;
  font-weight: lighter;
  font-variation-settings: 'opsz'48;
  color: #364e96;
 }
 .mds_3_reason {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  font-size: 1em;
  font-weight: bold;
  color: #ff7f50;
  border-bottom: dashed 3px #ff7f50;
 }
 .readmore {
  position: relative;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2% 5%;
  background: white;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  border-radius: 10px;
 }
 .readmore-content {
  position: relative;
  overflow: hidden;
  margin-top: 4%;
  /*以下お好み*/
  /*高さの初期値*/
  height: 50px;
 }
 .readmore-content p {
  margin-top: 5%;
 }
 .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
 }
 /* 続きを読むボタン */
 .readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 2% 4%;
  background-color: #ff9999;
  border-radius: 10px;
  color: #FFF;
  letter-spacing: 0em;
 }
 .readmore-label:before {
  content: '続きを読む';
 }
 .readmore-check {
  display: none;
 }
 /*チェック時にボタンを非表示*/
 .readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
 }
 .readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
 }
 /*チェック時に高さを自動に戻す*/
 .readmore-check:checked ~ .readmore-content {
  height: auto;
 }
 /*チェック時グラデーション等を削除*/
 .readmore-check:checked ~ .readmore-content::before {
  display: none;
 }
 
 /*企業情報*/
 .company_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  font-size: 1em;
  line-height: 2em;
 }
 .company_info dt {
  position: relative;
  width: 30%;
 }
 .company_info dt::after {
  content: ":";
  position: absolute;
  top: 0px;
  left: 80px;
 }
 .company_info dd {
  width: 50%;
 }
 .company_info p {
  line-height: 1.5em;
 }
 .infop_1, .infop_3 {
  font-weight: bold;
  color: #364e96;
 }
 .infop_2, .infop_4 {
  font-size: 0.9em;
  margin-bottom: 3%;
 }
 .infobtn {
  width: 100%;
  margin-top: 10%;
  text-align: center;
 }
 .infobtn a {
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 2px 2px 0 #c0c0c0;
  text-decoration: none;
  color: #696969;
  font-size: 1.3em;
  font-weight: bold;
  padding: 1% 33%;
  transition: 0.3s;
 }
 .infobtn a:hover {
  color: #696969;
  text-decoration: none;
 }
 .infobtn a:visited {
  color: #696969;
 }
}</pre></body></html>