@charset "UTF-8";
/*グラデーションsass*/
/*--------------------------------------------------- */
/*リセットCSS */
/*--------------------------------------------------- */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: initial;
}
.ec-role section img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"/9;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 0;
}
/*--------------------------------------------------- */
/* main */
/*--------------------------------------------------- */
main section .heading {
  margin: auto;
}
main section .heading .eng img {
  margin: auto;
}
main section .heading .jap {
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ab0036;
  text-align: center;
}
/*--------------------------------------------------- */
/* company_about */
/*--------------------------------------------------- */
.company_about {
  position: relative;
  margin-bottom: 196px;
  padding-bottom: 53px;
}
.company_about:before {
  content: "";
  content: "";
  display: inline-block;
  width: 100%;
  height: 530px;
  background-image: url(../../../img/company/about_bg.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
  width: calc(900px + (100vw - 1000px) / 2);
  border-radius: 5px;
}
.company_about .inner_block {
  position: relative;
  /* style */
}
.company_about .main_image img {
  max-width: 878px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-left: auto;
  position: relative;
}
.company_about .heading_wrap {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.company_about .heading_wrap .heading_inner {
  position: relative;
  display: flex;
}
.company_about .heading_wrap .heading_inner .wrap {
  display: block;
}
.company_about .heading_wrap .heading_inner .wrap:nth-of-type(1) {
  order: 2;
  margin-left: 8px;
}
.company_about .heading_wrap .heading_inner .wrap:nth-of-type(2) {
  order: 1;
}
.company_about .heading_wrap .heading_inner .wrap .line {
  background-color: #950101;
  display: inline-block;
  padding: 20px;
}
.company_about .text_container {
  padding-left: 223px;
  padding-top: 50px;
}
.company_about .text_container .text_inner {
  max-width: 625px;
}
.company_about .text_container .text_inner .jap_title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
.company_about .text_container .text_inner p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77em;
  margin-top: 13px;
}
.company_about .pan_block {
  position: absolute;
  left: -175px;
  bottom: -197px;
  margin: auto;
}
/*--------------------------------------------------- */
/* craft */
/*--------------------------------------------------- */
.craft .flex_block {
  margin-top: 73px;
  position: relative;
}
.craft .flex_block .bg_image {
  position: relative;
  z-index: 1;
}
.craft .flex_block .bg_image .bg1 {
  position: absolute;
  top: -210px;
  right: -88px;
  margin: auto;
  z-index: -1;
}
.craft .flex_block .bg_image .bg2 {
  position: absolute;
  left: -130px;
  bottom: -83px;
  z-index: -1;
  margin: auto;
}
.craft .flex_block .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.craft .flex_block .flex .textFlex {
  width: calc(50% - 40px);
}
.craft .flex_block .flex .textFlex .catch_block {
  padding-top: 12px;
}
.craft .flex_block .flex .textFlex .catch_block .eng {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #ab0036;
  display: inline-block;
  padding: 8px;
  line-height: 1em;
}
.craft .flex_block .flex .textFlex .catch_block .jap {
  margin-top: 20px;
}
.craft .flex_block .flex .textFlex .text_block {
  margin-top: 23px;
}
.craft .flex_block .flex .textFlex .text_block p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
}
.craft .flex_block .flex .imgFlex {
  width: 50%;
}
.craft .flex_block .flex .imgFlex img {
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.craft .flex_block .flexNum2 {
  margin-top: 108px;
}
/*--------------------------------------------------- */
/* detail_section */
/*--------------------------------------------------- */
.detail_section {
  position: relative;
  z-index: 1;
  margin-top: 130px;
  padding-top: 64px;
  padding-bottom: 80px;
}
.detail_section:before {
  content: "";
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/company/detail_bg.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
  /* style */
}
.detail_section .heading .jap {
  color: #fff;
}
.detail_section .inner_block {
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
  margin-top: 40px;
}
.detail_section .inner_block .flex {
  display: flex;
  justify-content: space-between;
}
.detail_section .inner_block .flex .textFlex {
  width: 50%;
}
.detail_section .inner_block .flex .textFlex dl {
  display: flex;
  flex-wrap: wrap;
}
.detail_section .inner_block .flex .textFlex dt, .detail_section .inner_block .flex .textFlex dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3em;
  padding-top: 16px;
  padding-bottom: 16px;
}
.detail_section .inner_block .flex .textFlex dt {
  width: 130px;
  border-bottom: 1px solid #ab0036;
}
.detail_section .inner_block .flex .textFlex dd {
  border-bottom: 1px solid #c2c2c2;
  width: calc(100% - 130px);
  padding-left: 28px;
}
.detail_section .inner_block .flex .textFlex dd ul li {
  position: relative;
  display: block;
  padding-left: 1em;
}
.detail_section .inner_block .flex .textFlex dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /* style */
}
.detail_section .inner_block .flex .textFlex dd ul li small {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding-left: 1em;
  position: relative;
}
.detail_section .inner_block .flex .textFlex dd ul li small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /* style */
}
.detail_section .inner_block .flex .imgFlex {
  width: calc(50% - 30px);
  padding-top: 10px;
}
.detail_section .inner_block .flex .imgFlex img {
  margin-left: auto;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_section .inner_block .flex .imgFlex img:nth-of-type(1) {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.detail_section .inner_block .flex .imgFlex img:nth-of-type(2) {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  /* style */
}
/*--------------------------------------------------- */
/* link_section */
/*--------------------------------------------------- */
.link_section {
  margin-top: 100px;
}
.link_section .inner .flex {
  display: flex;
  justify-content: space-between;
}
.link_section .inner .flex2 {
  width: calc(50% - 20px);
}
.link_section .inner .flex2 .wrap {
  position: relative;
}
.link_section .inner .flex2 .bgimg img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.link_section .inner .flex2 .front_catch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding-left: 40px;
}
.link_section .inner .flex2 .catch_inner {
  position: relative;
  display: flex;
  width: 100%;
}
.link_section .inner .flex2 .catch_inner .title .eng {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.1em;
  color: #fff;
  padding-left: 2px;
  margin-top: 4px;
}
.link_section .inner .flex2 .catch_inner .arrows {
  position: relative;
  width: 34px;
  margin-left: 13px;
  top: -4px;
}
.link_section .inner .flex2 .catch_inner .arrows:before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 34px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.link_section .inner .flex2 .catch_inner .arrows:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 14px;
  height: 1px;
  position: absolute;
  top: -10px;
  right: -1px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .craft .flex_block .flexNum2 .imgFlex img {
    position: relative;
    top: -20px;
  }
  .link_section .inner .flex2 .wrap:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
@media (max-width: 1000px) {
  .company_about .text_container .text_inner {
    max-width: 100%;
    padding-right: 8vw;
  }
}
@media (max-width: 768px) {
  .company_about {
    position: relative;
  }
  .company_about:before {
    height: 70%;
    width: 100%;
  }
  .company_about .inner_block {
    position: relative;
    /* style */
  }
  .company_about .main_image img {
    height: 300px;
    width: calc(100% - 40px);
  }
  .company_about .heading_wrap {
    position: absolute;
    top: 80px;
  }
  .company_about .heading_wrap .heading_inner {
    position: relative;
    display: flex;
  }
  .company_about .heading_wrap .heading_inner .wrap {
    display: block;
  }
  .company_about .heading_wrap .heading_inner .wrap .line {
    padding: 16px;
  }
  .company_about .text_container {
    padding-left: 200px;
    padding-top: 40px;
  }
  .company_about .text_container .text_inner {
    padding-right: 0;
  }
  .company_about .text_container .text_inner .jap_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .company_about .text_container .text_inner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .company_about .pan_block {
    position: absolute;
    left: -175px;
    bottom: -227px;
    margin: auto;
  }
  .craft .flex_block .bg_image {
    z-index: 1;
  }
  .craft .flex_block .bg_image .bg1 {
    top: -40px;
    max-width: 180px;
  }
  .craft .flex_block .bg_image .bg2 {
    left: -80px;
    max-width: 170px;
  }
  .craft .flex_block .flex {
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
  }
  .craft .flex_block .flex .textFlex {
    width: 100%;
    order: 1;
  }
  .craft .flex_block .flex .textFlex .catch_block {
    padding-top: 12px;
  }
  .craft .flex_block .flex .textFlex .catch_block .eng {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #ab0036;
    display: inline-block;
    padding: 8px;
    line-height: 1em;
  }
  .craft .flex_block .flex .textFlex .catch_block .jap {
    margin-top: 20px;
  }
  .craft .flex_block .flex .textFlex .text_block {
    margin-top: 23px;
  }
  .craft .flex_block .flex .textFlex .text_block p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7em;
  }
  .craft .flex_block .flex .imgFlex {
    order: 2;
    margin-top: 24px;
    width: 100%;
  }
  .craft .flex_block .flex .imgFlex img {
    width: 100%;
    height: auto;
  }
  .craft .flex_block .flexNum2 {
    margin-top: 120px;
  }
  .detail_section {
    position: relative;
    z-index: 1;
  }
  .detail_section .heading .jap {
    color: #fff;
  }
  .detail_section .inner_block {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    margin-top: 40px;
  }
  .detail_section .inner_block .flex {
    flex-wrap: wrap;
  }
  .detail_section .inner_block .flex .textFlex {
    width: 100%;
  }
  .detail_section .inner_block .flex .textFlex dt, .detail_section .inner_block .flex .textFlex dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3em;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .detail_section .inner_block .flex .textFlex dt {
    width: 130px;
    border-bottom: 1px solid #ab0036;
  }
  .detail_section .inner_block .flex .textFlex dd {
    border-bottom: 1px solid #c2c2c2;
    width: calc(100% - 130px);
    padding-left: 28px;
  }
  .detail_section .inner_block .flex .textFlex dd ul li {
    position: relative;
    display: block;
    padding-left: 1em;
  }
  .detail_section .inner_block .flex .textFlex dd ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */
  }
  .detail_section .inner_block .flex .textFlex dd ul li small {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .detail_section .inner_block .flex .textFlex dd ul li small:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */
  }
  .detail_section .inner_block .flex .imgFlex {
    width: 100%;
    padding-top: 32px;
  }
  .detail_section .inner_block .flex .imgFlex img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .detail_section .inner_block .flex .imgFlex img:nth-of-type(1) {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 2;
  }
  .detail_section .inner_block .flex .imgFlex img:nth-of-type(2) {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 1;
    top: -2px;
    /* style */
  }
  .link_section {
    margin-top: 100px;
  }
  .link_section .inner .flex {
    flex-wrap: wrap;
  }
  .link_section .inner .flex2 {
    width: 100%;
  }
  .link_section .inner .flex2:nth-last-of-type(1) {
    margin-top: 20px;
  }
  .link_section .inner .flex2 .wrap {
    position: relative;
  }
  .link_section .inner .flex2 .bgimg img {
    height: 240px;
  }
  .link_section .inner .flex2.num1 .front_catch {
    left: 0;
    right: auto;
    padding-left: 20px;
  }
  .link_section .inner .flex2.num2 .front_catch {
    right: auto;
    padding-left: 20px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .craft .flex_block .flexNum2 .imgFlex img {
    position: relative;
    top: -20px;
  }
}
@media (max-width: 480px) {
  main section .heading {
    margin: auto;
  }
  main section .heading .eng img {
    margin: auto;
    height: 24px;
  }
  main section .heading .jap {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company_about {
    position: relative;
  }
  .company_about:before {
    height: 80%;
    width: 100%;
  }
  .company_about .inner_block {
    position: relative;
    /* style */
  }
  .company_about .main_image img {
    height: 230px;
    width: calc(100% - 20px);
  }
  .company_about .heading_wrap {
    position: absolute;
    top: -40px;
  }
  .company_about .heading_wrap .heading_inner {
    position: relative;
    display: flex;
  }
  .company_about .heading_wrap .heading_inner .wrap {
    display: block;
  }
  .company_about .heading_wrap .heading_inner .wrap:nth-of-type(1) {
    margin-left: 4px;
  }
  .company_about .heading_wrap .heading_inner .wrap .line {
    padding: 12px;
  }
  .company_about .heading_wrap .heading_inner .wrap .line img {
    max-width: 22px;
  }
  .company_about .text_container {
    padding-left: 0px;
    padding-top: 32px;
  }
  .company_about .text_container .text_inner {
    padding-right: 0;
  }
  .company_about .text_container .text_inner .jap_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .company_about .text_container .text_inner p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company_about .pan_block {
    position: absolute;
    left: -50px;
    bottom: -150px;
    margin: auto;
  }
  .company_about .pan_block img {
    max-width: 180px;
  }
  .craft .flex_block {
    margin-top: 40px;
  }
  .craft .flex_block .bg_image .bg1 {
    top: 0px;
    opacity: 0.6;
    max-width: 140px;
  }
  .craft .flex_block .bg_image .bg2 {
    left: -80px;
    opacity: 0.6;
    max-width: 130px;
  }
  .craft .flex_block .flex {
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
  }
  .craft .flex_block .flex .textFlex {
    width: 100%;
    order: 1;
  }
  .craft .flex_block .flex .textFlex .catch_block {
    padding-top: 12px;
  }
  .craft .flex_block .flex .textFlex .catch_block .eng {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 8px;
  }
  .craft .flex_block .flex .textFlex .catch_block .jap {
    margin-top: 16px;
  }
  .craft .flex_block .flex .textFlex .text_block {
    margin-top: 16px;
  }
  .craft .flex_block .flex .textFlex .text_block p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .craft .flex_block .flex .imgFlex {
    margin-top: 16px;
    width: 100%;
  }
  .craft .flex_block .flex .imgFlex img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
    height: auto;
  }
  .craft .flex_block .flexNum2 {
    margin-top: 100px;
  }
  .craft .flex_block .flexNum2 .imgFlex img {
    -o-object-position: 50% 1%;
       object-position: 50% 1%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .detail_section {
    position: relative;
  }
  .detail_section .inner_block {
    padding: 24px;
  }
  .detail_section .inner_block .flex {
    flex-wrap: wrap;
  }
  .detail_section .inner_block .flex .textFlex {
    width: 100%;
  }
  .detail_section .inner_block .flex .textFlex dl {
    flex-wrap: wrap;
  }
  .detail_section .inner_block .flex .textFlex dt, .detail_section .inner_block .flex .textFlex dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3em;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .detail_section .inner_block .flex .textFlex dt {
    width: 100%;
    border-bottom: 0;
  }
  .detail_section .inner_block .flex .textFlex dd {
    border-bottom: 1px dotted #ab0036;
    width: 100%;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .detail_section .inner_block .flex .imgFlex {
    width: 100%;
    padding-top: 24px;
  }
  .detail_section .inner_block .flex .imgFlex img {
    width: 100%;
    height: auto;
    -o-object-fit: auto;
       object-fit: auto;
  }
  .link_section {
    margin-top: 80px;
  }
  .link_section .inner .flex2 .bgimg img {
    height: 150px;
  }
  .link_section .inner .flex2 .front_catch {
    bottom: 20px;
  }
  .link_section .inner .flex2.num1 .front_catch {
    left: 0;
    right: auto;
    padding-left: 20px;
  }
  .link_section .inner .flex2.num2 .front_catch {
    right: auto;
    padding-left: 20px;
  }
  .link_section .inner .flex2 .catch_inner .title .jap img {
    max-height: 20px;
  }
  .link_section .inner .flex2 .catch_inner .title .eng {
    font-size: 10px;
    font-size: 1rem;
  }
  .link_section .inner .flex2 .catch_inner .arrows {
    position: relative;
    width: 24px;
    margin-left: 8px;
    top: -4px;
  }
  .link_section .inner .flex2 .catch_inner .arrows:before {
    border-bottom: 1px solid #fff;
    width: 24px;
  }
  .link_section .inner .flex2 .catch_inner .arrows:after {
    width: 10px;
    top: -8px;
    right: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}