@charset "UTF-8";

/* -------------------------------------
works_共通
------------------------------------- */
.works .page {
  width: 90%;
}
.works article a {
  color: #ca5142;
}
.works .ttlbk .cp span {
  display: inline-block;
}
.works .main-works {
  margin-bottom: 80px;
}
.works .main-works .imgblk {
  min-height: 250px;
  padding-top: 56%;
  margin-bottom: 40px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.works .main-works .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
}
.works .main-works .bdttl {
  display: block;
}
.works .main-works .bdttl:before {
  max-width: 280px;
}
.works .main-works .sttl {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.works .main-works .sttl .corporate {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.works.low .bdttl:before {
  max-width: 280px;
}
.works .works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works .works-list li {
  width: 48%;
  max-width: 430px;
  margin-bottom: 92px;
}
.works .works-list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.works #works_idex .works-list li a {
  min-height: 274px;
}
.works .works-list .imgblk {
  min-height: 130px;
  padding-top: 76.7%;
  margin-bottom: 25px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.works .works-list .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.works .works-list li a:hover .imgblk img {
  scale: 1.1;
}
.works .works-list .bdttl {
  display: block;
  margin-bottom: 0;
  position: relative;
  flex-grow: 1;
}
.works .works-list .sttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 13px;
  margin-top: 2em;
}
.works .works-list .sttl .corporate {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 100%;
}
.works .works-list .sttl .name {
  font-size: 23px;
}
.works #works_idex {
  margin-bottom: 17px;
}
/* -------------------------------------
求人情報はこちら
------------------------------------- */
.fne {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.works #works_recruit {
  padding-bottom: 40px;
}
.works #works_recruit .ttlbk {
  padding-top: 60px;
  border-top: 1px solid #ca5142;
}
.works #works_recruit .rec_list {
  display: flex;
  justify-content: space-between;
}
.works #works_recruit .rec_list li {
  width: 32%;
  max-width: 300px;
}
.works #works_recruit .rec_list li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: #efede7;
  border-radius: 40px;
  transition: 0.3s;
}

.works #works_recruit .rec_list li div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works #works_recruit .rec_list li a img {
  transition: 0.3s;
}
.works #works_recruit .rec_list li a .hv {
  display: none;
}
.works #works_recruit .rec_list li span {
  padding-left: 13px;
  display: block;
}

.works #works_recruit .rec_list li a:hover {
  background: #ca5142;
}
.works #works_recruit .rec_list li a:hover .nml {
  display: none;
}
.works #works_recruit .rec_list li a:hover .hv {
  display: inline-block;
  width: auto;
}

.works #works_recruit .rec_list li a:hover span {
  color: #fff;
}
/* -------------------------------------
works 詳細
------------------------------------- */
.works.low.sml.detail article {
  padding-bottom: 90px;
}
.works.low.sml.detail .ttlbk .mttl {
  font-size: 27px;
}
.works.low.sml.detail .ttlbk .mttl span {
  font-size: 20px;
  font-weight: 500;
}
.s_ttl {
  display: flex;
  align-items: center;
}
.s_ttl span:first-child {
  font-size: 23px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s_ttl span:first-child::after {
  content: "";
  width: 27px;
  height: 7px;
  display: block;
  margin: 0 10px;
  background: url(../imgs/works/works_common/circle_line_wh.svg) no-repeat center center / contain;
}
.s_ttl.rd span:first-child::after {
  background: url(../imgs/works/works_common/circle_line_rd.svg) no-repeat center center / contain;
}
.s_ttl span.jp {
  font-size: 13px;
}
/* --------------
main img
--------------- */
.works.detail #mph {
  position: relative;
  margin-bottom: 160px;
}
.works.detail #mph .imgblk {
  padding-top: 56%;
  min-height: 250px;
  margin-bottom: 15px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.works.detail #mph .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}
/* --------------
company profile
--------------- */
#com_prf {
  margin-bottom: 160px;
}
#com_prf .com_prf_cont {
  line-height: 1.6;
  padding: 55px 20px 18px 20px;
  margin-bottom: 10px;
  border: 2px solid #ca5142;
  border-radius: 50px;
  position: relative;
}
#com_prf .com_prf_cont .prfttl {
  width: 28%;
  max-width: 150px;
  min-width: 100px;
  position: absolute;
  top: 0;
  left: -2%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}
#com_prf .com_prf_cont .com_prf_list {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#com_prf .com_prf_cont .com_prf_list > div {
  width: 48%;
  min-height: 80px;
  max-width: 380px;
  /* max-width: 344px; */
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#com_prf .com_prf_cont .com_prf_list > div.bd:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #ca5142;
  position: absolute;
  display: block;
  left: 50%;
}
#com_prf .com_prf_cont .com_prf_list > .odr1 {
  order: 1;
}
#com_prf .com_prf_cont .com_prf_list > .odr2 {
  order: 2;
}
#com_prf .com_prf_cont .com_prf_list > .odr3 {
  order: 3;
}
#com_prf .com_prf_cont .com_prf_list > .odr4 {
  order: 4;
}
#com_prf .com_prf_cont .com_prf_list > .odr5 {
  order: 5;
}
#com_prf .com_prf_cont .com_prf_list > .odr6 {
  order: 6;
}

#com_prf .com_prf_cont .com_prf_list > div > dt {
  font-size: 13px;
  width: 70px;
  /* max-width: 95px; */
  padding-right: 18px;
  text-align: center;
  position: relative;
}
#com_prf .com_prf_cont .com_prf_list > div > dt::before {
  content: "";
  width: 100%;
  height: 51px;
  margin: 0 auto 5px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#com_prf .com_prf_cont .com_prf_list > .com_prf1 dt::before {
  background-image: url(../imgs/works/works_common/prf1.svg);
}
#com_prf .com_prf_cont .com_prf_list > .com_prf2 dt::before {
  background-image: url(../imgs/works/works_common/prf2.svg);
}
#com_prf .com_prf_cont .com_prf_list > .com_prf3 dt::before {
  background-image: url(../imgs/works/works_common/prf3.svg);
}
#com_prf .com_prf_cont .com_prf_list > .com_prf4 dt::before {
  background-image: url(../imgs/works/works_common/prf4.svg);
}
#com_prf .com_prf_cont .com_prf_list > .com_prf5 dt::before {
  background-image: url(../imgs/works/works_common/prf5.svg);
}
#com_prf .com_prf_cont .com_prf_list > .com_prf6 dt::before {
  background-image: url(../imgs/works/works_common/prf6.svg);
}
#com_prf .com_prf_cont .com_prf_list > div > dt:after {
  content: "";
  width: 31%;
  height: 2px;
  display: block;
  border-top: 2px dotted #ca5142;
  position: absolute;
  left: 100%;
  top: 50%;
}

#com_prf .com_prf_cont .com_prf_list > div > dd {
  width: calc(90% - 52px);
  padding-left: 4%;
}
#com_prf .com_prf_cont .com_prf_list > div > dd > span {
  display: inline-block;
}
#com_prf .com_prf_cont .com_prf_list > div > dd > p {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#com_prf .com_prf_cont .com_prf_list > div > dd .sml {
  font-size: 11px;
  margin-right: 1em;
}
#com_prf .com_prf_cont .com_prf_list > div > dd .md {
  font-size: 20px;
}
#com_prf .com_prf_cont .com_prf_list > div > dd .lg {
  font-size: 23px;
  vertical-align: text-bottom;
}
#com_prf .com_prf_cont .com_prf_list > div > dd .lg span {
  font-size: 65%;
  margin-left: 0.3em;
  position: relative;
  top: -2px;
}
#com_prf .com_prf_cont .com_prf_list > div > dd ul li {
  font-size: 10px;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#com_prf .com_prf_cont .com_prf_list > div > dd dl > div {
  display: flex;
}
#com_prf .com_prf_cont .com_prf_list > div > dd dl > div dt {
  width: 70px;
}
#com_prf .com_prf_cont .com_prf_list > div > dd dl > div dd {
  font-size: 12px;
  width: calc(100% - 70px);
  padding-left: 1em;
}
#com_prf .note {
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
}
/* --------------
profile
--------------- */
#prf {
  color: #fff;
  position: relative;
}
#prf:before {
  content: "";
  width: 300%;
  max-width: 1920px;
  padding-top: 200%;
  background-color: #ca5142;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
#prf .page {
  position: relative;
}
#prf .ttlbox {
  display: flex;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 250px;
  height: 70px;
  padding: 0 30px;
  border-radius: 30px 30px 0 0;
  background-color: #ca5142;
  position: absolute;
  bottom: calc(100% - 10px);
  left: 20px;
}

#prf .prf_cont {
  padding: 50px 0;
}

#prf .prf_cont .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#prf .prf_cont .flex1 {
  margin-bottom: 20px;
}
#prf .prf_cont .flex2 {
  flex-direction: row-reverse;
}
#prf .prf_cont .flex2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
}
#prf .prf_cont .flex .imgblk {
  width: 32%;
  max-width: 300px;
  position: relative;
  z-index: 2;
}
#prf .prf_cont .flex .txtblk {
  width: 65%;
  max-width: 610px;
}
#prf .prf_cont .flex .txtblk .prf_cont_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#prf .prf_cont .flex .txtblk .prf_cont_ttl .birthplace {
  font-size: 18px;
  margin-right: 1em;
}
#prf .prf_cont .flex .txtblk .prf_cont_ttl .name {
  font-size: 25px;
}
#prf .prf_cont .flex .txtblk .prf_cont_ttl .name span {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 2px;
}
#prf .prf_cont .flex .txtblk p {
  font-size: 15px;
}
/* --------------
interview
--------------- */
#interview {
  position: relative;
  padding-top: 85px;
}
#interview::before {
  content: "";
  width: 400%;
  max-width: 1920px;
  padding-top: 200%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
#interview .s_ttl,
#gallery .s_ttl {
  border-bottom: 2px dotted #ca5142;
}
#interview #faqlist {
  margin-bottom: 145px;
}
#interview #faqlist li {
  padding: 60px 0;
}
#interview #faqlist li:not(:last-child) {
  border-bottom: 2px dotted #ca5142;
}
#interview #faqlist li .flex {
  display: flex;
  justify-content: space-between;
}
#interview #faqlist li:nth-child(odd) .flex {
  flex-direction: row-reverse;
}
#interview #faqlist li .imgblk {
  max-width: 500px;
  width: calc(100% - 420px);
}
#interview #faqlist li .imgblk .imgblk_in {
  border-radius: 30px;
  overflow: hidden;
}
#interview #faqlist li .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 縦長画像 */
#interview #faqlist li .flex.vert {
  max-width: 728px;
  margin: 0 auto;
}
#interview #faqlist li .vert .imgblk {
  max-width: 350px;
  width: calc(100% - 370px);
}
#interview #faqlist li .vert .txtblk {
  width: 350px;
}

/* 横並び画像 */
#interview #faqlist li .sbs .imgblk {
  max-width: 610px;
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
}
#interview #faqlist li .sbs .imgblk_in {
  width: 49.2%;
  max-width: 300px;
}
#interview #faqlist li .sbs .txtblk {
  width: 280px;
}

#interview #faqlist .txtblk {
  width: 400px;
}

#interview #faqlist .bdttl {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#interview #faqlist .sttl {
  font-size: 18px;
  line-height: 1.2;
}
#interview #faqlist .bdttl .num {
  font-size: 40px;
  font-weight: bold;
  font-family: bebas-neue-pro, sans-serif;
  line-height: 1;
  letter-spacing: 0.13em;
  display: block;
  margin-bottom: 10px;
}
#interview #faqlist .bdttl:before,
#after .txtblk .bdttl:before {
  width: 120px;
}
#interview #faqlist .txt p {
  color: #000;
  line-height: 1.8;
}
/* --------------
after work
--------------- */
#after {
  display: flex;
  align-items: center;
  height: 550px;
  position: relative;
  /* padding-top: 78px;
  margin-bottom: 84px; */
}
#after:before {
  content: "";
  width: 300%;
  max-width: 1920px;
  padding-top: 550px;
  background: #efede7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
#after .m_ttlblk {
  width: 250px;
  height: 250px;
  background: #efede7;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
#after .m_ttlblk .m_ttl {
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
#after .m_ttl .en {
  display: block;
  font-size: 30px;
  line-height: 1.2;
}
#after .m_ttl .jp {
  font-size: 13px;
}
#after .imgblk {
  max-width: 870px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#after .imgblk li {
  width: 32%;
  max-width: 270px;
}
#after .txtblk {
  width: 300px;
}
#after .txtblk .sttl {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#after .txtblk {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  color: #000;
}
#after .txtblk p {
  font-size: 13px;
  text-align: center;
}
/* --------------
company
--------------- */
#company .page {
  padding: 82px 20px 100px;
  position: relative;
}
#company .page:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #ca5142;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#company .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 853px;
  margin: 0 0 0 auto;
}
#company .imgblk {
  width: 47%;
  max-width: 400px;
  border-radius: 30px;
  overflow: hidden;
}
#company .txtblk {
  width: 54%;
  max-width: 453px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
}
#company .txtblk .bdttl {
  padding-bottom: 25px;
}
#company .txtblk .bdttl .sttl .corporate {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
#company .txtblk .bdttl .sttl .name {
  font-size: 23px;
  font-weight: bold;
}
#company .txtblk .bdttl p {
  font-size: 13px;
  font-weight: normal;
  padding-top: 10px;
}
#company address dl > div {
  display: flex;
  margin-bottom: 13px;
}
#company address dl dt,
#company address dl dd {
  font-size: 15px;
  font-weight: 500;
}
#company address dl dt {
  width: 75px;
}
#company .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 35px;
}
#company .btn__left {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
#company .btn__right {
  min-width: 64px;
  justify-content: space-between;
}
/* --------------
morelist
--------------- */

#morelist {
  padding-top: 40px;
}
#morelist .morebtn {
  font-size: 17px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1;
  display: inline-block;
  padding: 10px 32px 10px 0;
  margin-bottom: 20px;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}
#morelist .works-list {
  display: flex;
  flex-wrap: wrap;
}
#morelist .works-list li {
  display: flex;
  flex-wrap: wrap;
  width: 31%;
  max-width: 280px;
  margin-bottom: 25px;
}
#morelist .works-list li:nth-child(3n) {
  margin-right: 0;
}
/* #morelist .works-list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
#morelist .works-list .imgblk {
  min-height: 130px;
  padding-top: 71%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#morelist .works-list .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
#morelist .works-list li a:hover .imgblk img {
  scale: 1.1;
}
#morelist .works-list .bdttl {
  display: block;
  margin-top: 15px;
  position: relative;
  flex-grow: 1;
}
/* #morelist .works-list .sttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  min-height: auto;
} */
#morelist .works-list .sttl .corporate {
  font-size: 12px;
  font-weight: 500;
}
#morelist .works-list .sttl .name {
  font-size: 17px;
}
/* -------------------------------------
	works_2 
	------------------------------------- */
#works_2 #interview {
  margin-bottom: 35px;
}
#works_2 #interview #faqlist {
  margin-bottom: 0;
}
/** gallery **/
#works_2 #gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0px 170px;
}
#works_2 #gallery li:nth-child(-n + 2) {
  width: 49%;
  max-width: 450px;
  margin-bottom: 20px;
}
#works_2 #gallery li:nth-last-of-type(-n + 3) {
  width: 33%;
  max-width: 300px;
}
#works_2 #gallery li .imgblk_in {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
#works_2 #gallery li:nth-child(-n + 2) .imgblk_in {
  padding-top: 67%;
}
#works_2 #gallery li:nth-last-of-type(-n + 3) .imgblk_in {
  padding-top: 100%;
}
#works_2 #gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}
/* -------------------------------------
	works_3 
	------------------------------------- */
#works_3 #com_prf .com_prf_cont .com_prf_list > div > dd dl > div dt {
  width: auto;
}
#works_3 #com_prf .com_prf_cont .com_prf_list > div > dd dl > div dd {
  font-size: 14px;
}
/** prf **/
#works_3 #prf .m_ttlblk {
  width: 250px;
  height: 250px;
  background: #ca5142;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#works_3 #prf .m_ttlblk .m_ttl {
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
#works_3 #prf .m_ttl.en {
  display: block;
  font-size: 30px;
  line-height: 1.2;
}
#works_3 #prf .m_ttl .jp {
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
}
#works_3 #prf .prf_cont {
  max-width: 870px;
  margin: 0 auto;
  padding: 76px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#works_3 #prf .prf_cont li {
  width: 32%;
  max-width: 270px;
}
#works_3 #prf .prf_cont li .imgblk {
  margin-bottom: 20px;
}
#works_3 #prf .prf_cont li .txtblk .prf_cont_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

#works_3 #prf .prf_cont li .txtblk .name {
  font-size: 20px;
}
#works_3 #prf .prf_cont li .txtblk .name span {
  font-size: 16px;
}

#works_3 #interview #faqlist {
  margin-bottom: 40px;
}
/** symposium **/
#works_3 #symposium {
  padding: 65px 0;
  position: relative;
}
#works_3 #symposium:before {
  content: "";
  width: 300%;
  max-width: 1920px;
  padding-top: 2360px;
  background-color: #efede7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
#works_3 #symposium .s_ttl {
  margin-bottom: 80px;
}
#works_3 #symposium .talk_list li:not(:last-child) {
  margin-bottom: 92px;
}
#works_3 #symposium .talk_list .imgblk {
  margin-bottom: 20px;
  position: relative;
}
#works_3 #symposium .talk_list .imgblk .imgblk_in {
  padding-top: 42.5%;
  min-height: 180px;
  position: relative;
}
#works_3 #symposium .talk_list .imgblk .imgblk_in .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}
#works_3 #symposium .talk_list .imgblk .imgblk_in .img.sp {
  display: none;
}
#works_3 #symposium .talk_list .imgblk .num {
  max-width: 130px;
  height: auto;
  width: 14%;
  min-width: 75px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-24%, -22%);
  -webkit-transform: translate(-24%, -22%);
  -ms-transform: translate(-24%, -22%);
  -ms-transform: translate(-24%, -22%);
  -o-transform: translate(-24%, -22%);
}
#works_3 #symposium .txtblk .talk_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
#works_3 #symposium .txtblk dl > div {
  display: flex;
  margin-bottom: 10px;
}
#works_3 #symposium .txtblk dl dt {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 13px;
  font-weight: bold;
  width: 5em;
}
#works_3 #symposium .txtblk dl dd {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  width: calc(100% - 5em);
  max-width: 800px;
}
#works_3 #company {
  position: relative;
}
#works_3 #company:before {
  content: "";
  width: 300%;
  max-width: 1920px;
  padding-top: 400px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1323px) {
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 25px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 18px;
  }
  #interview #faqlist li .imgblk {
    width: 55%;
  }
  #interview #faqlist .txtblk {
    width: 43%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1160px) {
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 23px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 16px;
  }
  /* --------------
	company profile
	--------------- */
  #com_prf .com_prf_cont .prfttl {
    left: 50%;
    transform: translate(-50%, -65%);
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
  }
  #com_prf .com_prf_cont {
    padding: 42px 0 18px;
  }
  #com_prf .com_prf_cont .com_prf_list {
    max-width: 640px;
    display: block;
    padding: 0 30px;
  }
  #com_prf .com_prf_cont .com_prf_list > div {
    width: 100%;
    max-width: initial;
    padding: 20px 0;
    margin-bottom: 0;
  }
  #com_prf .com_prf_cont .com_prf_list > div:not(:last-child) {
    border-bottom: 1px solid #ca5142;
  }
  #com_prf .com_prf_cont .com_prf_list > div.bd:after {
    content: none;
  }
  #com_prf .com_prf_cont .com_prf_list > div > dd {
    width: calc(100% - 95px);
    max-width: initial;
  }
}
@media screen and (max-width: 1050px) {
  /* -------------------------------------
	works
	------------------------------------- */
  .works .works-list .sttl .corporate {
    font-size: 14px;
  }
  .works .works-list .sttl .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .works .works-list .imgblk {
    margin-bottom: 15px;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 21px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 15px;
  }
  .works.detail #mph .prf_tag p {
    font-size: 20px;
  }
  .works.detail #mph .prf_tag span {
    font-size: 15px;
  }

  /* --------------
	prf
	--------------- */
  #prf .prf_cont {
    padding: 20px 0;
  }
  #prf .prf_cont .flex {
    display: block;
    padding: 30px 0;
  }

  #prf .prf_cont .flex1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
  #prf .prf_cont .flex2::before {
    content: none;
  }
  #prf .prf_cont .flex .imgblk {
    width: 65%;
    max-width: 230px;
    margin: 0 auto 20px;
  }
  #prf .prf_cont .flex .txtblk {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #prf .prf_cont .flex .txtblk p br {
    display: none;
  }
  /* --------------
	interview
	--------------- */
  #interview #faqlist li .flex {
    display: block;
  }
  #interview #faqlist li .imgblk,
  #interview #faqlist li .vert .imgblk,
  #interview #faqlist li .sbs .imgblk {
    width: 100%;
    margin: 0 auto 20px;
  }
  #interview #faqlist .txtblk,
  #interview #faqlist li .vert .txtblk,
  #interview #faqlist li .sbs .txtblk {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #interview #faqlist li .sbs .imgblk {
    max-width: 500px;
  }
  #interview #faqlist .bdttl {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  #interview #faqlist .bdttl .num {
    font-size: 36px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  /* --------------
	after
	--------------- */
  #after .txtblk .sttl {
    padding-bottom: 15px;
  }
  /* --------------
	company
	--------------- */
  #company .flex {
    display: block;
  }
  #company .imgblk {
    width: 100%;
    margin: 0 auto 30px;
  }
  #company .txtblk {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
  /* --------------
	morelist
	--------------- */
  #morelist .works-list .sttl .name {
    font-size: 15px;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
	works
	------------------------------------- */
  .works .works-list .sttl .corporate {
    font-size: 14px;
  }
  .works .works-list .sttl .name {
    font-size: 18px;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
}

@media screen and (max-width: 768px) {
  .works.low.sml.detail article {
    padding-bottom: 12%;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 19px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 14px;
  }
  .works.detail #mph .prf_tag {
    max-width: 160px;
  }

  .works.detail #mph .profile .prf {
    font-size: 21px;
  }
  #prf {
    background: #ca5142;
  }
  #prf:before,
  #interview::before,
  #after:before {
    content: none;
  }

  #interview #faqlist li {
    padding: 45px 0;
  }
  #after {
    height: auto;
    display: block;
    padding: 11% 0;
    background: #efede7;
  }

  #after .m_ttlblk .m_ttl {
    top: 90px;
  }
  #after .imgblk {
    margin-bottom: 8%;
  }

  #after .txtblk p {
    text-align: left;
  }
  #after .txtblk p br {
    display: none;
  }
  /** prf **/
  #works_3 #prf .prf_cont {
    padding: 32px 20px 12px;
  }
  /** symposium **/
  #works_3 #symposium {
    padding: 23px 0 35px;
    background: #efede7;
  }
  #works_3 #symposium:before,
  #works_3 #company:before {
    content: none;
  }
  #works_3 #symposium .s_ttl {
    margin-bottom: 7px;
  }
  #works_3 #symposium .talk_list li:not(:last-child) {
    margin-bottom: 65px;
  }
  #works_3 #symposium .talk_list .imgblk .imgblk_in {
    padding-top: 57%;
  }
  #works_3 #symposium .talk_list .imgblk .imgblk_in .img.pc {
    display: none;
  }
  #works_3 #symposium .talk_list .imgblk .imgblk_in .img.sp {
    display: block;
  }
  #works_3 #symposium .talk_list .imgblk .num {
    width: 21%;
    max-width: 95px;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(-18%, 13%);
    -webkit-transform: translate(-18%, 13%);
    -ms-transform: translate(-18%, 13%);
    -ms-transform: translate(-18%, 13%);
    -o-transform: translate(-18%, 13%);
  }
  #works_3 #symposium .txtblk .talk_ttl {
    font-size: 16px;
  }
  #works_3 #symposium .txtblk dl > div {
    display: block;
  }
  #works_3 #symposium .txtblk dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .works .main-works {
    margin-bottom: 13%;
  }
  .works .main-works .imgblk,
  .works.detail #mph .imgblk {
    margin-bottom: 20px;
    border-radius: 40px;
  }
  .works .main-works .sttl {
    font-size: 22px;
  }
  .works .main-works .sttl .corporate,
  .works.detail #mph .profile .pttl .corporate {
    font-size: 16px;
  }
  .works .works-list li {
    margin-bottom: 15%;
  }
  .works .works-list .imgblk {
    border-radius: 30px;
  }
  /* .works .main-works .sttl .name,
  .works.detail #mph .profile .pttl .name {
    font-size: 23px;
  } */
  /* .works.detail #mph .profile .pttl .name span {
    font-size: 18px;
    padding-bottom: 0;
  } */

  /* -------------------------------------
	求人情報はこちら
	------------------------------------- */
  .works #works_recruit .rec_list {
    display: block;
  }
  .works #works_recruit .rec_list li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
  }
  .works #works_recruit .rec_list li a {
    font-size: 17px;
    height: 95px;
  }
  .works #works_recruit .rec_list li div {
    justify-content: space-between;
  }
  .works #works_recruit .rec_list li span {
    width: 122px;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 17px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 13px;
  }
  .works.detail #mph {
    margin-bottom: 30%;
  }
  .works.detail #mph .prf_tag p {
    font-size: 18px;
  }
  .works.detail #mph .prf_tag span {
    font-size: 13px;
  }
  .works.detail #mph .profile .prf {
    font-size: 19px;
  }
  .works.detail #mph .profile .pttl + p {
    font-size: 14px;
  }
  /* .works.detail .profile .name {
    font-size: 18px;
  } */

  /* --------------
		company profile
	--------------- */
  #com_prf .com_prf_cont {
    border-radius: 40px;
  }

  #com_prf .com_prf_cont .com_prf_list > div {
    display: block;
  }
  #com_prf .com_prf_cont .com_prf_list > div > dt {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 46px;
  }
  #com_prf .com_prf_cont .com_prf_list > div > dt::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #com_prf .com_prf_cont .com_prf_list > div > dt:after {
    content: none;
  }
  #com_prf .com_prf_cont .com_prf_list > div > dd {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 0;
  }
  #com_prf .note {
    justify-content: center;
  }
  /* --------------
		profile
	--------------- */
  #prf .ttlbox {
    height: 50px;
    padding: 0 20px;
    border-radius: 20px 20px 0 0;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .birthplace {
    font-size: 16px;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .name {
    font-size: 23px;
  }
  #prf .prf_cont .flex .txtblk p {
    font-size: 14px;
  }
  /* --------------
		interview
	--------------- */
  #interview #faqlist .sttl,
  #after .txtblk .sttl {
    font-size: 16px;
  }
  /* --------------
		after
	--------------- */
  #after .m_ttlblk {
    width: 220px;
    height: 220px;
  }

  #after .m_ttl .en {
    font-size: 27px;
  }

  /* --------------
		company
	--------------- */
  #company .txtblk .bdttl .sttl .name {
    font-size: 20px;
  }
  #company address dl dt,
  #company address dl dd {
    font-size: 14px;
  }
  /* --------------
		morelist
	--------------- */
  #morelist .works-list li {
    width: 48%;
    margin: 0;
  }
  #morelist .works-list li:nth-child(3) {
    display: none;
  }
  /* -------------------------------------
		works_2 
		------------------------------------- */
  #works_2 #gallery ul {
    padding: 4% 0 140px;
  }
  #works_2 #gallery li:first-child {
    width: 100%;
    max-width: initial;
    margin-bottom: 7px;
  }
  #works_2 #gallery li:nth-of-type(n + 2) {
    width: 49%;
    max-width: initial;
    margin-bottom: 5px;
  }
  #works_2 #gallery li .imgblk_in {
    border-radius: 20px;
  }
  #works_2 #gallery li:first-child .imgblk_in {
    padding-top: 51%;
  }
  #works_2 #gallery li:nth-of-type(n + 2) .imgblk_in {
    padding-top: 75%;
  }
  /* -------------------------------------
		works_3
		------------------------------------- */
  #works_3 #prf .m_ttlblk {
    top: -100px;
  }
  #works_3 #prf .m_ttl.en {
    top: 90px;
  }
  #works_3 #prf .m_ttl .jp {
    padding-top: 5px;
  }
  #works_3 #prf .prf_cont {
    display: block;
  }
  #works_3 #prf .prf_cont li {
    width: 65%;
    max-width: 230px;
    margin: 0 auto 40px;
  }
  #works_3 #prf .prf_cont li .imgblk {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.detail #mph .prf_tag {
    left: 6%;
  }
  .works.detail #mph .prf_tag p {
    font-size: 16px;
  }
  .works.detail #mph .prf_tag span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .works.low.sml.detail .ttlbk .mttl {
    font-size: 15px;
  }
  .works.low.sml.detail .ttlbk .mttl span {
    font-size: 12px;
  }
  .works .main-works .imgblk {
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .works .main-works .sttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .works .main-works .sttl .corporate {
    font-size: 15px;
  }
  .works .works-list {
    display: block;
  }
  .works .works-list li {
    width: 100%;
    max-width: 325px;
    margin: 0 auto 13%;
  }
  .works .works-list .imgblk {
    min-height: 250px;
    margin-bottom: 10px;
  }
  .works .works-list .sttl {
    padding-bottom: 10px;
  }
  .works #works_idex .works-list li a {
    display: block;
  }
  .works #works_idex .works-list .sttl {
    margin-top: 0;
  }
  .works #works_idex .works-list .sttl .corporate {
    position: static;
    display: block;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .low.sml.detail article {
    padding-top: 10px;
  }
  .works.detail #mph {
    margin-bottom: 23%;
  }
  .works.detail #mph .prf_tag {
    width: 120px;
    height: 101px;
    padding: 0 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .works.detail #mph .prf_tag p {
    font-size: 13px;
  }
  .works.detail #mph .prf_tag span {
    font-size: 9px;
  }

  .works.detail #mph .profile .prf {
    font-size: 17px;
  }
  .works.detail #mph .profile .pttl .corporate {
    font-size: 15px;
  }
  .works.detail #mph .profile .pttl .name {
    font-size: 20px;
  }
  .works.detail #mph .profile .pttl + p {
    font-size: 13px;
  }
  .s_ttl span:first-child {
    font-size: 20px;
  }
  /* --------------
		com_prf
	--------------- */
  #com_prf {
    margin-bottom: 87px;
  }
  /* --------------
		profile
	--------------- */
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .birthplace {
    font-size: 15px;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .name {
    font-size: 20px;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .name span {
    font-size: 18px;
  }
  /* --------------
		interview
	--------------- */
  #interview {
    padding-top: 43px;
  }
  #interview #faqlist {
    margin-bottom: 115px;
  }
  /* --------------
		company
	--------------- */
  #company .page {
    padding: 50px 20px;
  }
  #company .txtblk .bdttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #company .txtblk .bdttl .sttl .name {
    font-size: 18px;
  }

  #company .txtblk .bdttl .sttl .corporate {
    font-size: 12px;
  }
  #company address dl > div {
    margin-bottom: 8px;
  }
  #company address dl dt,
  #company address dl dd {
    font-size: 13px;
  }
  #company .btn {
    margin-top: 20px;
  }
  /* -------------------------------------
	works_3 
	------------------------------------- */
  #works_3 #com_prf {
    margin-bottom: 150px;
  }
  #works_3 #prf .m_ttl.en {
    font-size: 27px;
  }
  #works_3 #prf .prf_cont li .txtblk .name {
    font-size: 18px;
  }
  #works_3 #prf .prf_cont li .txtblk .name span {
    font-size: 15px;
  }
  #works_3 #symposium .txtblk .talk_ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .works .main-works .imgblk,
  .works.detail #mph .imgblk {
    border-radius: 30px;
  }
  .works .main-works .imgblk {
    margin-bottom: 15px;
  }
  .works .main-works .sttl {
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .works .main-works .sttl .corporate {
    font-size: 13px;
    margin-bottom: 0;
  }
  .works .main-works .sttl .name {
    font-size: 17px;
  }
  .works .works-list .sttl .corporate {
    font-size: 13px;
  }
  .works .works-list .sttl .name {
    font-size: 17px;
  }

  .works .sttl.bdttl {
    display: block;
  }
  .works .sttl.bdttl:before {
    max-width: initial;
  }
  .works #works_recruit .ttlbk {
    border-top: none;
  }
  /* -------------------------------------
	works  詳細
	------------------------------------- */
  .works.detail #mph .profile .prf {
    font-size: 15px;
  }
  .works.detail #mph .profile .pttl .corporate {
    font-size: 13px;
  }
  .works.detail #mph .profile .pttl .name {
    font-size: 18px;
  }
  .works.detail #mph .profile .pttl .name span {
    font-size: 15px;
  }
  /* --------------
		profile
	--------------- */
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .birthplace {
    font-size: 13px;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .name {
    font-size: 18px;
  }
  #prf .prf_cont .flex .txtblk .prf_cont_ttl .name span {
    font-size: 16px;
  }
  #prf .prf_cont .flex .txtblk p {
    font-size: 13px;
  }
  /* --------------
		interview
	--------------- */
  #interview #faqlist li {
    padding: 30px 0;
  }
  #interview #faqlist .bdttl .num {
    font-size: 30px;
  }
  /* --------------
		company
	--------------- */
  #company .txtblk .bdttl .sttl .name {
    font-size: 18px;
  }
  #company address dl dt,
  #company address dl dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .works.detail #mph {
    margin-bottom: 80px;
  }
  #com_prf .com_prf_cont .prfttl {
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
  }
}

@media screen and (min-width: 769px) {
}
