@charset "UTF-8";

main {
  width: 100%;
  overflow: hidden
}

section.special_visual {
  position: relative
}

section.special_visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center
}

@media only screen and (max-width:768px) {
  section.special_visual .title {
    position: static;
    -webkit-transform: none;
    transform: none;
    color: #000;
    padding: 2rem 0
  }
}

section.special_visual .title p.en {
  color: #cc0012;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 2rem 0
}

@media only screen and (max-width:768px) {
  section.special_visual .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0
  }
}

section.special_visual .title h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2rem 0;
  font-size: 36px;
  font-size: 3.6rem
}

@media only screen and (max-width:768px) {
  section.special_visual .title h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.6
  }
}

section.special_visual .title .lead {
  width: 640px;
  line-height: 2
}

@media only screen and (max-width:768px) {
  section.special_visual .title .lead {
    width: 100%;
    text-align: left;
    padding: 0 7%;
    line-height: 1.75
  }

  section.special_visual .title .lead br {
    display: none
  }
}

section.work {
  padding: 5rem 0
}

@media only screen and (max-width:768px) {
  section.work {
    padding: 0
  }
}

section.work .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%
}

@media only screen and (max-width:768px) {
  section.work .special_nav {
    margin: 0 0 3rem 0
  }
}

section.work .special_nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

section.work .special_nav ul li {
  width: 32%
}

section.work .special_nav ul li a {
  display: block;
  background: #cc0012;
  transition: all .3s ease;
  color: #fff;
  font-weight: 700;
  padding: 2rem 0;
  text-align: center;
  position: relative
}

@media only screen and (max-width:768px) {
  section.work .special_nav ul li a {
    font-size: 13px;
    font-size: 1.3rem
  }
}

section.work .special_nav ul li a:after {
  position: absolute;
  font-family: ionIcons;
  top: 50%;
  right: 1rem;
  margin-top: -.5em;
  line-height: 1;
  content: "\f123";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s;
  color: #fff
}

@media only screen and (max-width:768px) {
  section.work .special_nav ul li a:after {
    font-size: 12px;
    font-size: 1.2rem
  }
}

section.work .special_nav ul li a:hover {
  background: #e60014
}

.work_block {
  margin: 0 0 10rem 0;
  border: 1px solid #ccc;
  padding: 5rem
}

@media only screen and (max-width:768px) {
  .work_block {
    padding: 3%;
    margin: 0 0 3rem 0
  }
}

.work_block h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin: 0 0 5rem 0;
  background: #333
}

@media only screen and (max-width:768px) {
  .work_block h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 2rem 0
  }
}

.work_block .flow_flex {
  padding: 5rem 0 0 0
}

@media only screen and (max-width:768px) {
  .work_block .flow_flex {
    padding: 0
  }
}

.work_block .flow_flex,
.work_block .work_flex02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 7rem 0
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex,
  .work_block .work_flex02 {
    display: block;
    margin: 0 0 3rem 0
  }
}

.work_block .flow_flex.rv,
.work_block .work_flex02.rv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.work_block .flow_flex.rv .txt,
.work_block .work_flex02.rv .txt {
  padding: 0 5% 0 0
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex.rv .txt,
  .work_block .work_flex02.rv .txt {
    padding: 0
  }
}

.work_block .flow_flex .image,
.work_block .work_flex02 .image {
  width: 40%;
  position: relative
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex .image,
  .work_block .work_flex02 .image {
    width: 100%;
    margin: 0 0 1rem 0
  }
}

.work_block .flow_flex .image .step,
.work_block .work_flex02 .image .step {
  font-weight: 700;
  color: #cc0012;
  mix-blend-mode: multiply;
  position: absolute;
  font-size: 50px;
  font-size: 5rem;
  left: -5rem;
  top: -.8em
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex .image .step,
  .work_block .work_flex02 .image .step {
    font-size: 36px;
    font-size: 3.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.work_block .flow_flex .txt,
.work_block .work_flex02 .txt {
  width: 50%;
  padding: 0 0 0 5%
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex .txt,
  .work_block .work_flex02 .txt {
    width: 100%;
    padding: 0
  }
}

.work_block .flow_flex .txt h3,
.work_block .work_flex02 .txt h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  position: relative
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex .txt h3,
  .work_block .work_flex02 .txt h3 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center
  }
}

.work_block .flow_flex .txt h3:after,
.work_block .work_flex02 .txt h3:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 5px;
  background: #cc0012
}

@media only screen and (max-width:768px) {

  .work_block .flow_flex .txt h3:after,
  .work_block .work_flex02 .txt h3:after {
    margin: 1rem auto
  }
}

.work_block .work_flex02 .image {
  width: 45%
}

@media only screen and (max-width:768px) {
  .work_block .work_flex02 .image {
    width: 100%
  }
}

.work_block .work_flex02 .txt {
  width: 50%
}

@media only screen and (max-width:768px) {
  .work_block .work_flex02 .txt {
    width: 100%
  }
}