@charset "utf-8";

.about__nav li a {
  height: 62px;
}
.about__nav li:last-child a {
    border-right: 1px solid #e0e2e4;
}
.about__nav {
  margin-bottom: 50px;
}
.about__nav li:nth-of-type(n+3):nth-child(-n+6) {
  border-bottom: 1px solid #e0e2e4;
}
.about__nav li a {
  position: relative;
}
.about__nav li a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/common/arrow02.png) no-repeat 0 0 / 100% 100%;
  content: "";
}
.about__nav li a span:before {
  background: none;
}
/* banner */
.banner_image {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #c1c1c1;
}
.banner_image a {
  display: block;
  transition-duration: .5s;
}
.banner_image a:hover {
  transform: scale(1.05);
}
.banner_image img {
  display: block;
  width: 100%;
}
/* news */
.news__wrap,
.message .thing__item {
  margin: 0 auto;
  width: 100%;
}
.news__list li {
  padding: 20px 0 15px;
  border-top: 1px solid #e0e2e4;
  cursor: pointer;
}
.news__info h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.6;
}
.news__date {
  display: flex;
  align-items: center;
}
.news__info p {
  font-size: 12px;
}
.news__info p:first-of-type {
  color: #787d82;
}
.news__tag {
  margin: 0 0 0 10px;
  padding: 2px 0;
  width: 24.5%;
  text-align: center;
  border-radius: 50px;
  background-color: #d5d5d5;
}
.thing__item {
  padding: 0 20px;
}
.thing__item h3 {
  font-size: 27px;
  line-height: 0.9;
}
.thing__item h3 span,
.container--page h3 + p {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.thing__item h5 {
  background: rgb(1,119,198);
  background: -moz-linear-gradient(90deg, rgba(1,119,198,1) 0%, rgba(0,173,229,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(1,119,198,1) 0%, rgba(0,173,229,1) 100%);
  background: linear-gradient(90deg, rgba(1,119,198,1) 0%, rgba(0,173,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0177c6",endColorstr="#00ade5",GradientType=1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #fff;
  font-size: 16px;
}
.thing__item p {
  font-size: 16px;
  line-height: 1.6;
}
#job_description h5,
#system h5 {
  margin: 25px auto 0;
  padding: 5px 0;
  width: 70%;
  border-radius: 30px;
  font-size: 15px;
  font-weight: normal;
}
/* profile */
#profile h5 {
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
}
#profile li {
  display: flex;
  align-items: center;
  padding: 15px 5px;
  font-size: 20px;
}
#profile li:not(:first-of-type){
  border-top: 1px solid #E2E2E2;
}
.thing__item .profile__link {
  width: 80%;
  margin: 20px 5% 0 auto;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 100%;
  background-color: #F6F6F8;
}
.profile__link a {
  display: block;
  position: relative;
  text-align: center;
  color: #1a76c6;
}
.profile__link span {
  position: absolute;
  top: 7px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a76c6;
  border-right: 1px solid #1a76c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.thing__item p.profile__num {
  font-weight: 500;
  line-height: 1;
  font-size: 35px;
  color: #0078c8;
}
.profile__num span {
  font-size: 16px;
  vertical-align: top;
}
.thing__item p.profile__text {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}

/* message */
.frm__head {
  background: rgb(2,118,197);
  background: -moz-linear-gradient(90deg, rgba(2,118,197,1) 0%, rgba(11,166,229,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,118,197,1) 0%, rgba(11,166,229,1) 100%);
  background: linear-gradient(90deg, rgba(2,118,197,1) 0%, rgba(11,166,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0276c5",endColorstr="#0ba6e5",GradientType=1);
  color: #fff;
}
.message {
  position: relative;
}
.message h3 {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.message img {
  display: block;
  width: 100%;
}
/* switch */
.switch__title {
  background-color: unset;
  line-height: 1;
  display: block;
  border: none;
  padding: 18px 25px;
  position: relative;
  margin: 15px 0 0 0;
  cursor: pointer;
  font-size: 20px;
  color: #0176C6;
}
.switch__title span {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 30px;
  margin-top: 6px;
  border-top: 1px solid #1a76c6;
  border-right: 1px solid #1a76c6;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
  background: none;
}
.switch__wrap h4 {
  margin: 40px 0 20px;
  font-size: 30px;
}
.switch__wrap p {
  font-size: 14px;
  text-align: left;
}
.switch__wrap ul {
  width: 100%;
  margin: 0 auto;
}
/* job_description */
#job_description .accordion h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#job_description .switch__wrap ul li {
  position: relative;
  margin-top: 30px;
  padding: 15px 0px 30px;
  border-radius: 10px;
  background-color: #F8F8FA;
}
.switch__wrap ul li::before {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #0176C6;
  content: "";
}
.switch__wrap ul li dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.switch__wrap ul li dt p:first-of-type {
  width: 25px;
  height: 25px;
}
.switch__wrap ul li dt p img,
.switch__wrap ul li dd img {
  width: 100%;
}
.switch__wrap ul li dt p+p {
  margin-left: 10px;
  color: #0176C6;
  font-size: 27px;
}
.switch__wrap ul li dd {
  position: relative;
  padding: 0;
}
.thing__item h3.accordion__title {
  padding: 20px 0px;
  background-color: unset;
  border: none;
  border-bottom: 1px solid #e0e2e4;
  font-size: 25px;
}
.thing__item h3.accordion__title.active span {
  top: 80%;
  transform: rotate(-45deg);
}
.accordion h3.accordion__title span {
  background: none;
  right: 5%;
  top: 75%;
  width: 10px;
  height: 10px;
}
.daily__image {
  width: 100%;
  margin: 0 auto;
}
.daily__image img {
  width: 100%;
}
.daily__text {
  padding: 15px 25px 0;
  width: 100%;
  color: #070606;
}
.container--page {
  max-width: 100%;
}
#job_description .container--page,
#employee_introduction .container--page,
#profile .container--page,
#system .container--page {
  padding: 0;
}
.accordion__content {
  margin-top: 25px;
  border: none;
}
.accordion__content dl {
  padding-top: 0px;
}
.accordion__content > p+p {
  margin-top: 1em;
}
.switch__wrap p.daily__title {
  display: table;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  background-color: #0176C6;
  font-size: 16px;
  transform: translateX(-50%);
}

#employee_introduction.content__box {
  background-color: #E4E7EE;
}
#employee_introduction.content__box h3 {
  color: #0176CB;
}
#employee_introduction .thing__item p.culuture__position {
  font-size: 14px;
}
#employee_introduction .culture--slides {
  margin-top: 35px;
}
#employee_introduction .culture__item {
  position: relative;
  padding-bottom: 30px;
}
#employee_introduction .culture__img {
  width: 81%;
  margin: auto;
}
.culture__text {
  position: absolute;
  bottom: 0px;
  left: -5px;
  padding: 13px;
  width: 85%;
  background: #ffffffc7;
}
.thing__item p.culuture__name {
  font-size: 20px;
  font-weight: 500;
}
/* 社内風景 */
#company_senery .slick-slide {
  margin: 0 0.3%;
}
#company_senery .culture--slides {
  margin-top: 25px;
}
#culture .culture--slides {
  margin-top: 30px;
}
.employee__body img {
  width: 100%;
}
#employee_introduction .culture--slides .slick-prev,
#employee_introduction .culture--slides .slick-next,
#culture .culture--slides .slick-prev,
#culture .culture--slides .slick-next {
  display: block;
  top: 43%;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #98989C;
  border-right: 1px solid #98989C;
  background: none;
}
#employee_introduction .culture--slides .slick-next,
#culture .culture--slides .slick-next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#culture .culture--slides .slick-prev {
  left: -25px;
}
#culture .culture--slides .slick-next {
  right: -20px;
}
#employee_introduction .culture--slides .slick-prev,
#culture .culture--slides .slick-prev {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: auto;
}
#employee_introduction .culture--slides .culture__item .culture__img img,
#culture .culture--slides .culture__item .culture__img img {
  margin: 0 auto;
}
#company_senery .culture--slides .slick-prev,
#company_senery .culture--slides .slick-next {
  background: none;
  top: 50%;
}
.employee__body .culture--slides .slick-prev,
.employee__body .culture--slides .slick-next {
  background: none;
  bottom: 20px;
}
.employee__body .culture--slides .slick-prev,
#company_senery .culture--slides .slick-prev {
  left: 0;
}
.employee__body .culture--slides .slick-prev::before,
.employee__body .culture--slides .slick-next::before,
#company_senery .culture--slides .slick-prev::before,
#company_senery .culture--slides .slick-next::before {
  display: block;
  position: absolute;
  top: -200%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00000020;
  transform: translateX(-50%);
  content: "";
}
.employee__body .culture--slides .slick-prev::after,
.employee__body .culture--slides .slick-next::after,
#company_senery .culture--slides .slick-prev::after,
#company_senery .culture--slides .slick-next::after {
  display: block;
  position: absolute;
  top: 30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  content: "";
  top: -9px;
}
.employee__body .culture--slides .slick-next::before,
#company_senery .culture--slides .slick-next::before {
  right: -10px;
}
.employee__body .culture--slides .slick-next::after,
#company_senery .culture--slides .slick-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 27px;
}
.employee__body .culture--slides .slick-prev::before,
#company_senery .culture--slides .slick-prev::before {
  left: 30px;
}
.employee__body .culture--slides .slick-prev::after,
#company_senery .culture--slides .slick-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 28px;
}
.culture__box {
  min-height: 270px;
}
/* 募集要項 */
.table--style {
  text-align: left;
}
.table--style tr:first-of-type th {
  padding-top: 0;
}
.table--style th {
  color: #000;
  border-top: none;
}
.table--style td {
  border-bottom: 1px solid #eff0f1;
}
#system .system_item li+li {
    margin-top: 15px;
}
#system .system_item li a {
    display: block;
    padding: 10px 0;
    background-color: #0078c8;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
}
#system .system_item li:first-of-type a {
    color: #fff;
}
#system .system_item li+li a {
    background-color: #E4E7EE;
}
#system .system_item li {
    border-radius: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
#system .system_item li:hover {
    box-shadow: 0 0 15px 2px #3333332b;
}
#system .system_item li a {
    display: block;
    padding: 20px 0;
}
#system .system_canvas {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 5px;
}
#system .system_canvas::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 10px 15px #FFF;
}
#system .system_canvas img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#system ol {
  margin: 25px 0;
}
#system ol li {
  padding: 20px 20px 25px;
  background-color: #E9F0FC;
  border-radius: 14px;
}
#system ol li:not(:first-of-type) {
  position: relative;
  margin-top: 40px;
}
#system ol li:not(:first-of-type)::before {
  display: block;
  position: absolute;
  top: -30px;
  left: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #1a76c6 transparent transparent transparent;
  transform: translateX(50%);
  content: "";
}
#system .flow__content {
  display: flex;
  align-items: center;
}
#system .noboderSP td {
  border: none;
}
#system ol li h6 {
  font-size: 20px;
}
#system p {
    font-size: 23px;
    /* color: #0078c8; */
    line-height: 1.2;
}
#system .switch__wrap .flow__num p {
  font-weight: 500;
  font-size: 34px;
  color: #0176C6;
  text-align: center;
  line-height: 1;
}
#system .switch__wrap .flow__num p:first-of-type {
  font-size: 12px;
}
.flow__note {
  text-indent: -1em;
  margin-left: 1em;
}
.flow__text {
  width: 80%;
  margin-left: 5%;
}
.switch__wrap .flow__text > * {
  text-align: center;
}
.flow__text > p span {
  font-size: 16px;
  font-weight: 500;
}
.flow__text > p + p {
  margin-top: 5%;
}
/* カジュアル面談 */
.frm__head {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}
.frm__head .container--page {
  padding: 0;
}
/* カジュアル面談モーダル */
.what__is {
  position: relative;
  width: 80%;
  margin: 20px auto 0;
  padding: 12px 0;
  padding-left: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  color: #1a76c6;
  cursor: pointer;
}
.what__is::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../img/recruit/ic01.jpg) no-repeat 0 0 /100% 100%;
  content: "";
}
#frm .what__is {
  margin-bottom: 20px;
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}
#frm .what__is::before {
  background: url(../img/recruit/ic02.jpg) no-repeat 0 0 /100% 100%;
}
/* フォームエントリー */
.form__wrap {
  background-color: #ebf1fc;
  padding-top: 15px;
}
.form__table th,
.form__table td {
  border: none;
}
.radio__list {
  margin-bottom: 0;
}
.form__table .recrute__jobs th {
  padding: 10px 15px;
  background: #dddddd;
  font-size: 15px;
  border-radius: 0px 50px 50px 0;
}
.form__table td {
  padding-bottom: 10px;
}
.form__table .recrute__jobs td {
  padding-bottom: 20px;
  border: none;
}
.form__table .recrute__jobs + .recrute__jobs {
  margin-top: 20px;
}
.form__table {
  padding-bottom: 20px;
  border-bottom: 1px solid #b7d2ee;
}
.recrute__jobs + .recrute__jobs td {
  margin-bottom: 20px;
  border-bottom: 1px solid #b7d2ee;
}
.form__table th em {
  position: initial;
  margin-right: 8px;
  padding: 0.25em 5px;
  border-radius: 4px;
}
.form__link a{
  color: #1a76c6;
  text-decoration: none;
}
.form__table input[type="text"],
.form__table input[type="password"],
.form__table input[type="phone"],
.form__table input[type="email"],
.form__table select,
.form__table textarea,
.checkbox--style span:before {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.form__table select{
  width: 230px;
  padding: 10px;
  border-radius: 4px;
}
.checkbox--style input:checked + span:before {
  background-position: 4px 6px;
}
.recrute__jobs input[type=radio] {
  display: none;
}
.recrute__jobs label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.recrute__jobs label::before,
.recrute__jobs label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.recrute__jobs label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.recrute__jobs label::after {
  background-color: #ddd;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}
.recrute__jobs label.avtive::after {
  opacity: 1;
}
/* よくあるご質問 */
#faq .container--page {
  padding: 0;
}
#faq .thing__item h3.accordion__title {
  margin-bottom: 0;
  padding: 0px 10% 10px 1em;
  font-size: 15px;
  text-align: left;
  text-indent: -1em;
  line-height: 1.3;
}
#faq .accordion__content {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e2e4;
}
#faq .accordion__content p {
  margin-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
#faq .accordion__content p span {
  font-weight: 700;
}
/* モーダル共通 */
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(221,225,235,.97);
  padding: 0px 0 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal__container.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  text-align: left;
  padding-top: 60px;
}
.casual__list .casual__item:not(:first-of-type) {
  padding: 0 25px;
}
.casual__img {
  width: 80%;
  margin: 0 0 0 auto;
}
.casual__item h3 {
  font-size: 32px;
  color: #1a76c6;
  line-height: 1.2;
}
.casual__subtitle {
  margin: 10px 0 35px;
  font-size: 14px;
  color: #1a76c6;
}
.casual__textarea {
  position: relative;
  margin-bottom: 30px;
}
.casual__textarea h3 {
  position: absolute;
  top: -80px;
}
.casual__text p {
  text-align: center;
}
.casual__text p:first-of-type {
  margin-top: 20px;
  font-size: 14px;
}
.casual__text p + p {
  font-size: 18px;
  line-height: 1.4;
}
.modal__close:not(.under__close) {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal__close:not(.under__close)::before,
.modal__close:not(.under__close)::after{
  display: block;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
  width: 100%;
  height: 1px;
  background: #999999;
  transform: rotate(45deg);
  transform-origin:0% 50%;
  content: "";
}
.modal__close:not(.under__close)::after{
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 14%;
}
.modal__close:not(.under__close) {
  cursor: pointer;
}
.under__close {
  display: block;
  position: initial;
  width: 30%;
  margin: auto;
  margin-top: 45px;
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid #666666;
  cursor: pointer;
}
/* カジュアル面談モーダル */
.what__container .casual__img {
  width: auto;
  margin: 0;
}
.box_notice p {
  text-indent: -1em;
  margin-left: 1em;
}
/* 社員紹介モーダル */
.employee__content .casual__item h3 {
  top: -100px;
  color: #fff;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.employee__content .casual__item h4 {
  margin-bottom: 25px;
  font-size: 24px;
}
.employee__content .casual__subtitle {
  margin: 10px 0 -10px;
  font-size: 16px;
  color: #000;
}
.employee__content .casual__img {
  width: 240px;
  margin: 0 auto;
}
.employee__content .casual__img img {
  margin: auto;
  width: 70%;
  height: 400px;
  object-fit: cover;
  object-position: 100% 60%;
}
.employee__content dt {
  font-size: 16px;
  color: #1a76c6;
}
.employee__content dd {
  font-size: 14px;
}
.employee__content .casual__content li:not(:first-of-type) {
  margin-top: 25px;
}
.employee__content .culture--slides {
  margin-top: 60px;
  margin-left: 0;
}
.employee__body .culture--slides .culture__item {
  margin-left: 0;
}
.employee__body .culture--slides .culture__item .culture__img img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: 100% 28%;
}
.employee__list {
  margin-top: 60px;
}
/* PC */
@media screen and (min-width: 767px) {
  .about__nav {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .about__nav li:nth-of-type(4n) a {
    border: none;
  }
  .about__nav li:nth-of-type(n+3) {
    border: none;
  }
  .about__nav li:nth-of-type(n+3):nth-child(-n+6) {
    border: none;
  }
  /* .about__nav li:nth-of-type(n+5) a {
    border-top: 1px solid #e0e2e4;
  } */
  .about__nav li:nth-of-type(-n+5) a {
    border-bottom: 1px solid #e0e2e4;
  }
  .about__nav li a:before{
    background: none;
  }
  .about__nav li a span:before {
    background: url(../img/common/arrow04.png) no-repeat 0 0 / 100% 100%;
  }
  .container--page {
    max-width: 900px;
  }
  /* news */
  .news__wrap,
  .message .thing__item {
    margin: 0 auto;
    width: 915px;
  }
  .news__list li {
    padding: 25px 0;
  }
  .news__list li a {
      display: block;
  }
  .news__info {
    display: flex;
  }
  .news__tag {
    margin: 0 20px;
    width: 85px;
  }
  .thing__item h3 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 1;
  }
  .thing__item h3 span,
  .container--page h3 + p {
    font-size: 18px;
  }
  .news__info h4 {
    margin-top: 0;
  }
  .news__info p {
    font-size: 13px;
  }
  /* message */
  .message {
    margin-top: 40px;
  }
  .message ol {
    margin-top: 0px;
  }
  .message img {
    width: 100%;
    display: block;
  }
  .message ol li:before {
    width: 80px;
    height: 250px;
  }
  .message__num span {
    font-size: 16px;
  }
  .thing__item p.message__text {
    display: table-cell;
    height: 135px;
    font-size: 18px;
    vertical-align: middle;
  }

  /* switch */
  .switch__wrap ul {
    width: 750px;
  }
  .switch__title {
    font-size: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .switch__title:hover {
    opacity: 0.7;
  }
  .switch__title span {
    margin-top: 12px;
  }
  .switch__wrap h4 {
    font-size: 36px;
  }
  #job_description h5,
  #system h5 {
    width: 250px;
    margin-top: 65px;
  }
  #job_description .switch__wrap ul li {
    padding: 20px 40px 20px 0;
  }
  .switch__wrap ul li dt {
    margin-bottom: 20px;
  }
  .switch__wrap ul li dt p+p {
    font-size: 32px;
  }
  .switch__wrap ul li dd {
    display: flex;
  }
  .daily__image {
    width: 410px;
  }
  .daily__text {
    margin-left: 30px;
    width: calc(100% - 400px - 30px);
  }
  .daily__title {
    display: table;
    position: initial;
    transform: none;
    margin-bottom: 25px;
    padding: 10px 20px;
  }
  .daily__text {
    padding: 0;
  }
  .table--style td {
    border-bottom: none;
  }
  .table--style th {
    border-top: 1px solid #eff0f1;
  }
  .table--style tr:first-of-type th {
    padding-top: 16px;
  }
  .tabchange__titlearea h3 {
      margin-bottom: 17px;
      width: calc(50% - 8px);
      text-align: center;
      border-bottom: 1px solid #E2E2E4;
      font-size: 40px;
      line-height: 0.7;
  }
  /* 職種紹介 */
  #job_description .switch__wrap p.daily__title {
    position: initial;
    transform: none;
  }
  #employee_introduction .culture--slides {
    display: flex;
    flex-wrap: wrap;
  }
  /* 社内風景 */
  #company_senery .culture__item {
    width: 900px;
  }
  #company_senery .culture__item img {
    width: 100%;
  }
  #company_senery .culture__img {
    width: 100%;
    margin: 0 auto;
  }
  #company_senery .culture--slides {
    margin-left: 0px;
    margin-top: 0px;
  }
  #company_senery .slick-slide {
    margin: 0 25px;
  }
  #company_senery .culture--slides .slick-prev,
  #company_senery .culture--slides .slick-next {
    background: none;
  }
  #company_senery .culture--slides .slick-prev::before,
  #company_senery .culture--slides .slick-next::before {
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
  }
  #company_senery .culture--slides .slick-prev::after,
  #company_senery .culture--slides .slick-next::after {
    top: -29%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #company_senery .culture--slides .slick-prev::before {
    left: 50%;
  }
  #company_senery .culture--slides .slick-prev::after {
    left: 150%;
  }
  #company_senery .culture--slides .slick-next::before {
    right: 200%;
  }
  #company_senery .culture--slides .slick-next::after {
    right: 300%;
  }
  .tabchange__titlearea {
    display: flex;
    justify-content: space-between;
  }
  /* 福利厚生/社内制度 */
  #culture .container--page {
    max-width: 950px;
  }
  .culture .slick-slide {
    margin: 0 0.3%;
  }
  .culture li:nth-of-type(n+6) {
    margin-top: 20px;
  }
  /* モーダル全般 */
  .what__is {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .what__is:hover {
    opacity: 0.7;
  }
  .under__close{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .under__close:hover {
    opacity: 0.7;
  }
  /* カジュアル面談モーダル */
  .casual__textarea h3 {
    position: initial;
  }
  #frm .what__is {
    width: 300px;
  }
  /* 社員紹介モーダル */
  .employee__content .culture--slides {
    margin-top: 100px;
    width: 100%;
  }
  #employee_introduction .culture__item {
    width: calc(100% / 3 - 10px);
    cursor: pointer;
  }
  #employee_introduction .culture__img {
    overflow: hidden;
  }
  #employee_introduction .culture__img img {
    transition: 1s all;
  }
  #employee_introduction .culture__img img:hover{
    transform: scale(1.1,1.1);
    /* transition: 1s all; */
  }
  #employee_introduction .culture__item:nth-of-type(n+4){
      margin-top: 30px;
  }
  .employee__content .casual__item h3 {
    position: initial;
  }
  .employee__content .casual__subtitle {
    margin-top: 0;
  }
  .employee__content .casual__img{
    position: sticky;
    width: auto;
    height: 100vh;
  }
  .employee__body .culture--slides .culture__item{
    margin-left: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .employee__body .culture--slides .culture__item:hover {
    opacity: 0.7;
  }
  .employee__content .casual__content li p + p {
    margin-top: 1em;
  }
  .employee__body .culture--slides .slick-prev::before,
  .employee__body .culture--slides .slick-next::before {
    top: 80px;
  }
  .employee__body .culture--slides .slick-prev::before {
    left: 0;
  }
  .employee__body .culture--slides .slick-next::before {
    right: 0;
  }
  .employee__body .culture--slides .slick-prev::after,
  .employee__body .culture--slides .slick-next::after {
    top: 94px;
  }
  .employee__body .culture--slides .slick-prev::after {
    left: -2px;
  }
  .employee__body .culture--slides .slick-next::after {
    right: 37px;
  }
  #company_senery .culture--slides .slick-prev,
  #company_senery .culture--slides .slick-next,
  .employee__body .culture--slides .slick-prev,
  .employee__body .culture--slides .slick-next {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #company_senery .culture--slides .slick-prev:hover,
  #company_senery .culture--slides .slick-next:hover,
  .employee__body .culture--slides .slick-prev:hover,
  .employee__body .culture--slides .slick-next:hover {
    opacity: 0.7;
  }
  .employee__list {
    margin-top: 60px;
  }
  /* 求める人物像 */
  #profile h5 {
    margin: 50px auto 0;
    width: 700px;
  }
  #profile ol {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #profile li {
    display: block;
  }
  #profile li:not(:first-of-type){
    border-top: none;
    border-left: 1px solid #E2E2E2;
    margin-left: 30px;
    padding-left: 30px;
  }
  .thing__item p.profile__text {
    width: auto;
  }
  .thing__item .profile__link {
    margin-top: 40px;
    width: 350px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .thing__item .profile__link:hover {
    opacity: 0.7;
  }
  .employee__content .casual__img img {
    width: auto;
    height: auto;
  }
  .thing__item p.profile__num {
    margin-bottom: 20px;
  }
  .profile__link {
    width: 300px;
  }
  /* 募集要項 */
  #system .system_item {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #system .system_item li {
      width: calc(50% - 20px);
  }
  #system .system_item li+li {
    margin-top: 0;
}
  #system .system_item li:hover {
      box-shadow: 0 0 15px 2px #3333332b;
  }
  #system .system_item li a {
    padding: 20px 0;
  }
  #system .system_canvas img {
      /* width: 100%; */
      height: 240px;
      /* object-fit: cover; */
  }
  #system .noboderPC td,
  #system .noboderPC th {
    border: none;
  }
  #system .noboderSP td {
    border-top: 1px solid #eff0f1;
  }
  #system ol {
    display: flex;
    justify-content: space-between;
  }
  #system ol li {
    padding: 20px 10px 25px;
    width: calc(100% / 4 - 30px);
  }
  #system ol li:not(:first-of-type) {
    margin-top: 0;
  }
  #system ol li:not(:first-of-type)::before {
    top: 50%;
    left: -28px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #1a76c6;
    transform: translateY(-50%);
  }
  #system .flow__content {
    display: block;
  }
  .flow__text{
    width: auto;
  }
  #system .what__is {
    padding: 12px 15px;
    width: 100%;
    text-align: right;
    font-size: 12px;
  }
  #system .what__is::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
  /* カジュアル面談 */
  .form__table {
    margin-top: 30px;
  }
  .recrute__jobs + .recrute__jobs td {
    border-bottom: 1px solid #b7d2ee;
  }
  .form__table .recrute__jobs th {
    display: block;
    margin-right: 30px;
  }
  .form__table .recrute__jobs td {
    padding-top: 0;
  }
  /* よくあるご質問 */
  #faq .thing__item h3.accordion__title {
    padding: 6px 10% 20px 1em;
    font-size: 16px;
  }
}
