@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css 
*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300|Julius+Sans+One|Noto+Serif+JP|Nova+Square");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  line-height: 1;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: 'Noto Sans JP','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1080px) {
  body {
    min-width: 1080px;
  }
}

.only_pc {
  display: none !important;
}

@media screen and (min-width: 1080px) {
  .only_pc {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) {
  .only_sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

button {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

a.u-linkopa:hover, .u-linkopa a:hover, button.u-linkopa:hover {
  opacity: .5;
}

a.u-linkdefault {
  color: #ca390d;
}

a.u-linkborder {
  text-decoration: underline;
}

a.u-linkborder:hover {
  text-decoration: none;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

button {
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  max-width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 2px;
  outline: none;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #e5e5e5;
  background: #F7F7F7;
  padding: .5em;
  width: 14em;
}

input[type="text"].error, input[type="number"].error, input[type="tel"].error, input[type="email"].error, input[type="password"].error, textarea.error {
  background: #FFF5F4;
}

select {
  padding: .7em 35px .7em .5em;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #F7F7F7;
  background-image: url("/application/themes/corp2019/images/icon/angle_down_gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 14px 8px;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: .8rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

input[type="checkbox"]:checked {
  background: #21A6CD;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("/application/themes/corp2019/images/icon/check.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
}

input[type="radio"] {
  display: inline-block;
  margin-right: .8rem;
  border: 1px solid #e5e5e5;
  background: #F7F7F7;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: top;
}

input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #21A6CD;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

label.block_label {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 1rem;
}

.page_header_contents {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .4s ease-out;
}

@media screen and (min-width: 1080px) {
  .page_header_contents {
    height: 80px;
  }
}

.is-mainmenu_pattern2 .page_header_contents {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1080px) {
  .is-mainmenu_pattern2 .page_header_contents {
    height: 66px;
  }
}

.page_header_contents__title {
  margin-left: 1.5rem;
  flex: 1;
  background: url("/application/themes/corp2019/images/common/logo_fabrica_white.svg") no-repeat;
  background-size: 73px 27px;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__title {
    background-size: 106px 41px;
    margin-left: 30px;
  }
}

.page_header_contents__title img {
  width: 73px;
  height: 27px;
  opacity: 0;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__title img {
    width: 106px;
    height: 41px;
  }
}

.is-mainmenu_pattern2 .page_header_contents__title img {
  opacity: 1;
}

.page_header_contents__mainmenu-pc {
  display: none;
  margin-right: 20px;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__mainmenu-pc {
    display: block;
  }
}

.page_header_contents__mainmenu-pc > ul {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  height: 100%;
}

.page_header_contents__mainmenu-pc > ul > li {
  display: flex;
  margin-left: .5em;
}

.page_header_contents__mainmenu-pc > ul > li a.btn, .page_header_contents__mainmenu-pc > ul > li div.btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  padding: 0 1em;
}

.is-mainmenu_pattern2 .page_header_contents__mainmenu-pc > ul > li a.btn, .is-mainmenu_pattern2 .page_header_contents__mainmenu-pc > ul > li div.btn {
  color: #000;
}

.page_header_contents__mainmenu-pc > ul > li a.btn::after, .page_header_contents__mainmenu-pc > ul > li div.btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E24327;
  transition: all .2s ease-out;
}

.page_header_contents__mainmenu-pc > ul > li a.btn:hover::after, .page_header_contents__mainmenu-pc > ul > li div.btn:hover::after {
  height: 4px;
  opacity: .8;
}

.is-mainmenu_pattern2 .page_header_contents__mainmenu-pc > ul > li a.btn:hover::after, .is-mainmenu_pattern2 .page_header_contents__mainmenu-pc > ul > li div.btn:hover::after {
  opacity: 1;
}

.page_header_contents__mainmenu-pc > ul > li a.btn:hover, .page_header_contents__mainmenu-pc > ul > li div.btn:hover {
  opacity: 1;
}

.page_header_contents__mainmenu-pc > ul > li div.btn {
  cursor: default;
}

.page_header_contents__mainmenu-pc .submenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 90px;
  padding: 1.5em;
  transition: all .4s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-mainmenu_pattern2 .page_header_contents__mainmenu-pc .submenu {
  top: 66px;
  height: 78px;
}

.page_header_contents__mainmenu-pc .submenu::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fb604a 0%, #d53419 100%);
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  transition: all .2s ease-out;
}

.page_header_contents__mainmenu-pc .submenu li {
  padding: 0 1em;
}

.page_header_contents__mainmenu-pc .submenu li a {
  padding: .5em;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
}

.page_header_contents__mainmenu-pc .submenu li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease-out;
}

.page_header_contents__mainmenu-pc .submenu li a:hover::after {
  height: 1px;
  opacity: 1;
}

.page_header_contents__mainmenu-pc .submenu li:not(:last-child)::after {
  content: "/";
  margin-left: 1.5em;
  color: #fff;
  opacity: .3;
}

.page_header_contents__mainmenu-pc div.btn:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.page_header_contents__mainmenu-pc div.btn:hover .submenu::after {
  left: 0;
  opacity: .8;
}

.is-mainmenu_pattern2 .page_header_contents__mainmenu-pc div.btn:hover .submenu::after {
  opacity: 1;
}

.page_header_contents__mainmenu_btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  padding-top: 24px;
  padding-left: 15px;
}

.is-open_menu .page_header_contents__mainmenu_btn, .is-mainmenu_pattern2 .page_header_contents__mainmenu_btn {
  background: #333;
}

.page_header_contents__mainmenu_btn span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: relative;
}

@keyframes sp_buttonbar-top {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes sp_buttonbar-bottom {
  0% {
    transform: translateY(-1px) rotate(45deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes sp_buttonbar-top-close {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes sp_buttonbar-bottom-close {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-1px) rotate(45deg);
  }
}

.page_header_contents__mainmenu_btn span:nth-child(1) {
  animation: sp_buttonbar-top .2s;
  animation-fill-mode: forwards;
}

.page_header_contents__mainmenu_btn span:nth-child(2) {
  animation: sp_buttonbar-bottom .2s;
  animation-fill-mode: forwards;
}

.is-open_menu .page_header_contents__mainmenu_btn span:nth-child(1) {
  animation: sp_buttonbar-top-close .2s;
  animation-fill-mode: forwards;
}

.is-open_menu .page_header_contents__mainmenu_btn span:nth-child(2) {
  animation: sp_buttonbar-bottom-close .2s;
  animation-fill-mode: forwards;
}

.page_header_contents__mainmenu {
  position: fixed;
  z-index: 98;
  right: 0;
  top: 50px;
  width: 100%;
  height: 0;
  background: #fff;
  visibility: hidden;
  transition: all .4s ease-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page_header_contents__mainmenu .inner {
  padding-bottom: 6.4rem;
  opacity: 0;
  transition: opacity .4s ease-out .4s;
}

.page_header_contents__mainmenu dt {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.6rem;
}

.page_header_contents__mainmenu dd {
  padding: 0 0.8rem;
}

.page_header_contents__mainmenu li a {
  font-weight: bold;
}

.page_header_contents__mainmenu a {
  display: block;
  padding: 1.6rem;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.page_header_contents__mainmenu a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/application/themes/corp2019/images/icon/angle_right_gray.svg") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  margin: auto;
}

.page_header_contents__mainmenu dd a::after {
  right: 0;
}

.is-open_menu .page_header_contents__mainmenu {
  visibility: visible;
  height: 100%;
}

.is-open_menu .page_header_contents__mainmenu .inner {
  opacity: 1;
}

.no_page_hero {
  height: 1px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1080px) {
  .no_page_hero {
    margin-bottom: 80px;
  }
}

.page_hero {
  height: 250px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .page_hero {
    height: 750px;
  }
}

.page_hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.page_hero .page_title {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all .5s ease-out;
}

.page_hero .page_title.is-pattern2 {
  opacity: 1;
}

.page_hero__title_en {
  display: block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .page_hero__title_en {
    font-size: 6rem;
    margin-bottom: 1.2rem;
  }
}

.page_hero__title_ja {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 1080px) {
  .page_hero__title_ja {
    font-size: 2rem;
  }
}

.page_hero.aboutfabrica {
  background-image: url("/application/themes/corp2019/images/hero/aboutfabrica.jpg");
}

.page_hero.message {
  background-image: url("/application/themes/corp2019/images/hero/message.jpg");
}

.page_hero.philosophy {
  background-image: url("/application/themes/corp2019/images/hero/philosophy.jpg");
}

.page_hero.access {
  background-image: url("/application/themes/corp2019/images/hero/access.jpg");
}

.page_hero.history {
  background-image: url("/application/themes/corp2019/images/hero/history.jpg");
}

.page_hero.lab {
  background-image: url("/application/themes/corp2019/images/hero/lab.jpg");
}

.page_hero.project_ms {
  background-image: url("/application/themes/corp2019/images/hero/project_ms.jpg");
}

.page_hero.project_dm {
  background-image: url("/application/themes/corp2019/images/hero/project_dm.jpg");
}

.page_hero.project_web {
  background-image: url("/application/themes/corp2019/images/hero/project_web.jpg");
}

.page_hero.project_sms {
  background-image: url("/application/themes/corp2019/images/hero/project_sms.jpg");
}

.page_hero.project_as {
  background-image: url("/application/themes/corp2019/images/hero/project_as.jpg");
}

.page_hero.newgrad {
  background-image: url("/application/themes/corp2019/images/hero/newgrad.jpg");
}

.page_hero.recruit {
  background-image: url("/application/themes/corp2019/images/hero/recruit.jpg");
}

.page_hero.contact {
  background-image: url("/application/themes/corp2019/images/hero/contact.jpg");
}

.page_hero.ir {
  background-image: url("/application/themes/corp2019/images/hero/ir.jpg");
}

.page_hero.news {
  background-image: url("/application/themes/corp2019/images/hero/news.jpg");
}

.page_hero.techblog {
  background-image: url("/application/themes/corp2019/images/hero/techblog.jpg");
}

.page_hero.others {
  background-image: url("/application/themes/corp2019/images/hero/others.jpg");
}

.l-page_contents {
  padding-bottom: 6em;
}

.l-page_footer .btn_to_top {
  position: fixed;
  right: 1.6rem;
  bottom: -80px;
  transition: bottom .4s;
  z-index: 9;
}

.l-page_footer .btn_to_top.is-show {
  bottom: 70px;
}

.l-page_footer .btn_to_top .c-btn_grad {
  width: 46px;
  height: 46px;
  padding-top: 12px;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 1080px) {
  .l-page_footer .btn_to_top .c-btn_grad {
    width: 64px;
    height: 64px;
    padding-top: 21px;
  }
}

.l-page_footer .btn_to_top .c-btn_grad img {
  width: 18px;
}

@media screen and (min-width: 1080px) {
  .l-page_footer .btn_to_top .c-btn_grad img {
    width: 32px;
  }
}

.l-page_footer .btn_to_top .c-btn_grad::before {
  border-radius: 50%;
}

.l-page_footer .contents_upper_wrapper {
  background: #333;
  padding: 3em 0;
}

.l-page_footer .contents_upper {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
}

.l-page_footer .contents_upper .contents_upper__logo img {
  width: 100px;
}

.l-page_footer .contents_upper__navi_container {
  display: flex;
  flex-wrap: wrap;
}

.l-page_footer .contents_upper__navi_container ul, .l-page_footer .contents_upper__navi_container dl {
  width: 25%;
  padding-right: 2em;
}

.l-page_footer .contents_upper__navi_container li, .l-page_footer .contents_upper__navi_container dd {
  margin-bottom: 1.2em;
}

.l-page_footer .contents_upper__navi_title {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.l-page_footer .contents_upper__navi_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ca390d;
}

.l-page_footer .footer_copyright {
  padding: 1em 0;
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  background: #f2f2f2;
}

.l-page_footer .navi_lower {
  background: #1a1a1a;
  color: #999;
  font-size: 1.4rem;
}

.l-page_footer .navi_lower__list li a {
  display: block;
  padding: 1.6rem 0.8rem;
  text-align: center;
}

.l-page_footer .navi_lower__list li:not(:last-child) {
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 1080px) {
  .l-page_footer .navi_lower {
    color: #fff;
    padding: 1.5em 0;
  }
  .l-page_footer .navi_lower__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-page_footer .navi_lower__list li {
    padding: .5em 0;
  }
  .l-page_footer .navi_lower__list li a {
    display: inline;
    padding: 0 2em;
  }
  .l-page_footer .navi_lower__list li:not(:last-child) {
    border-bottom: none;
  }
  .l-page_footer .navi_lower__list li:not(:last-child)::after {
    content: "/";
    opacity: .3;
  }
}

.c-page_title {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-title_primary {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 1080px) {
  .c-title_primary {
    font-weight: normal;
    font-size: 2.8rem;
  }
}

.c-title_second {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.c-title_third {
  font-weight: bold;
  font-size: inherit;
  line-height: 1.4;
}

.c-title_enja {
  text-align: center;
  margin-bottom: 4.8rem;
}

.c-title_enja__en {
  display: block;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: .2em;
}

@media screen and (min-width: 1080px) {
  .c-title_enja__en {
    font-size: 4.2rem;
    margin-bottom: .2em;
  }
}

.c-title_enja__ja {
  display: block;
  font-size: 1.4rem;
  color: #ca390d;
}

@media screen and (min-width: 1080px) {
  .c-title_enja__ja {
    font-size: 1.6rem;
  }
}

.c-title_mincho_primary {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  color: #ca390d;
  line-height: 1.4;
}

@media screen and (min-width: 1080px) {
  .c-title_mincho_primary {
    font-size: 3rem;
  }
}

.c-breadcrumb {
  font-size: 1.4rem;
  color: #999;
}

.c-breadcrumb ol {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding: 1.6rem 0;
}

.c-breadcrumb ol li {
  white-space: nowrap;
  max-width: 40em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.c-breadcrumb ol li:last-child {
  display: none;
}

@media screen and (min-width: 1080px) {
  .c-breadcrumb ol li:last-child {
    display: block;
  }
}

.c-breadcrumb ol li:not(:last-child) {
  padding-right: 2.6rem;
  margin-right: 1.6rem;
  background: url("/application/themes/corp2019/images/icon/breadcrumb.svg") no-repeat right center;
  background-size: 12px 12px;
}

.c-breadcrumb ol li a {
  color: #ca390d;
}

.c-list_disc li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list_disc li:before {
  content: "・";
}

.c-btn_grad {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #fb604a 0%, #d53419 100%);
  color: #FFF;
  text-align: center;
  line-height: 1.2;
}

.c-btn_grad .content {
  position: relative;
  z-index: 2;
}

.c-btn_grad::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fc8573 0%, #f4523c 100%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.c-btn_grad:hover::before {
  opacity: 1;
}

.c-btn_grad.l {
  padding: 1.2rem 3.6rem;
  width: 90%;
}

@media screen and (min-width: 1080px) {
  .c-btn_grad.l {
    width: 400px;
    padding: 2rem 4.2rem;
  }
}

.c-btn_grad.arrow-right::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url("/application/themes/corp2019/images/icon/arrow_right.svg") no-repeat;
}

@media screen and (min-width: 1080px) {
  .c-btn_grad.arrow-right::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_grad.arrow-down::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url("/application/themes/corp2019/images/icon/arrow_down.svg") no-repeat;
}

@media screen and (min-width: 1080px) {
  .c-btn_grad.arrow-down::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease-out;
}

.c-btn_default:hover {
  background: #333;
  color: #fff;
}

.c-btn_default.l {
  padding: 1.2rem 3.6rem;
  width: 90%;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.l {
    width: 400px;
    padding: 1.9rem 4.2rem;
  }
}

.c-btn_default.s {
  padding: .6rem 4.6rem .6rem 2.7rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.s {
    padding: .8rem 4.6rem .8rem 2.9rem;
  }
}

.c-btn_default.arrow-right::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url("/application/themes/corp2019/images/icon/arrow_right_gray.svg") no-repeat;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.arrow-right::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.arrow-right::after {
  background: url("/application/themes/corp2019/images/icon/arrow_right.svg") no-repeat;
}

.c-btn_default.arrow-left::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  background: url("/application/themes/corp2019/images/icon/arrow_left_gray.svg") no-repeat;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.arrow-left::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.arrow-left::after {
  background: url("/application/themes/corp2019/images/icon/arrow_left.svg") no-repeat;
}

.c-btn_default.blank::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url("/application/themes/corp2019/images/icon/blank_gray.svg") no-repeat;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.blank::after {
    width: 18px;
    height: 18px;
  }
}

.c-btn_default:hover.blank::after {
  background: url("/application/themes/corp2019/images/icon/blank.svg") no-repeat;
}

.c-btn_default.s.blank::after {
  right: 1.8rem;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1080px) {
  .c-btn_default.s.blank::after {
    right: 2rem;
  }
}

.p-sectionbox {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .p-sectionbox {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-sectionbox-s {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .p-sectionbox-s {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.p-related_link_list li {
  text-align: center;
  font-size: 1.4rem;
}

.p-related_link_list li:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .p-related_link_list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-related_link_list li {
    width: 340px;
    display: flex;
    margin-bottom: 3.2rem !important;
  }
  .p-related_link_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .p-related_link_list li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

.p-related_link_list_upto2 li {
  text-align: center;
  font-size: 1.4rem;
}

.p-related_link_list_upto2 li:not(:last-child) {
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 1080px) {
  .p-related_link_list_upto2 {
    display: flex;
    justify-content: center;
  }
  .p-related_link_list_upto2 li {
    width: 340px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-bottom: 0 !important;
  }
  .p-related_link_list_upto2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
}

.u-cw {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .u-cw {
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .u-cw_only_pc {
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-cw_only_sp {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .u-cw_only_sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-w100per {
  width: 100%;
}

.u-relative {
  position: relative;
}

.u-hidden {
  overflow: hidden;
}

.u-ib {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-center_only_sp {
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .u-center_only_sp {
    text-align: left;
  }
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: left;
}

.u-bg1 {
  background: #f2f2f2;
}

.u-bg2 {
  background: #fff;
}

.u-bb1 {
  border-bottom: 1px solid #e5e5e5;
}

.u-text_bold {
  font-weight: bold;
}

.u-text_normal {
  font-weight: normal;
}

.u-text_s {
  font-size: 1.4rem;
}

.u-text_l {
  font-size: 1.8rem;
}

.u-text_en {
  font-family: 'Julius Sans One', sans-serif;
}

.u-text_mincho {
  font-family: 'Noto Serif JP', serif;
}

.u-lh_ss {
  line-height: 1.4;
}

.u-lh_s, ul.u-lh_s > li, ol.u-lh_s > li {
  line-height: 1.6;
}

.u-lh, ul.u-lh > li, ol.u-lh > li {
  line-height: 2;
}

.u-list_decimal {
  list-style-type: decimal;
  list-style-position: inside;
}

.u-list_decimal li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-mb_ss {
  margin-bottom: .8rem;
}

.u-mb_s {
  margin-bottom: 1.6rem;
}

.u-mb {
  margin-bottom: 3.2rem;
}

.u-mb_l {
  margin-bottom: 6.4rem;
}

.u-mb_ll {
  margin-bottom: 8rem;
}

.u-mb_lll {
  margin-bottom: 9.6rem;
}

.u-mr_s {
  margin-right: 1.6rem;
}

.u-mr {
  margin-right: 3.2rem;
}

.u-p_s {
  padding: 1.6rem;
}

.u-p {
  padding: 3.2rem;
}

.u-ani_fadein {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}

.u-ani_fadein.is_show {
  opacity: 1;
}

.u-ani_up {
  position: relative;
  top: 15px;
  transition: top .5s ease-in;
}

.u-ani_up.is_show {
  top: 0;
}

.u-ani_up_fadein, .u-ani_horizontal, .u-ani_horizontal_large {
  position: relative;
  top: 15px;
  opacity: 0;
  transition: top .5s ease-in,opacity .5s ease-in;
}

.u-ani_up_fadein.is_show, .u-ani_horizontal.is_show, .u-ani_horizontal_large.is_show {
  top: 0;
  opacity: 1;
}

.u-ani_border_plus {
  width: 1px;
  height: 0;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 25px);
  margin: auto;
  transition: all .5s;
}

@media screen and (min-width: 1080px) {
  .u-ani_border_plus {
    top: calc(100% - 50px);
  }
}

.u-ani_border_plus.is_show {
  height: 50px;
}

@media screen and (min-width: 1080px) {
  .u-ani_border_plus.is_show {
    height: 100px;
  }
}

.u-ani_bg_to_left {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -999;
  opacity: 0;
  transition: left .3s,opacity .3s;
}

.u-ani_bg_to_left.is_show {
  left: 0;
  opacity: 1;
}

.u-ani_bg_fadein {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
  opacity: 0;
  transition: opacity .3s;
}

.u-ani_bg_fadein.is_show {
  opacity: 1;
}

.product_list .list {
  margin-bottom: 8rem;
}
.product_list .list__inner {
  display: flex;
  flex-direction: column-reverse;
}
.product_list.right .list:nth-child(odd),
.product_list.left  .list:nth-child(even) {
  background: url("/application/themes/corp2019/images/common/bg_list_shadow_right.png") no-repeat center -90px;
}
.product_list.right .list:nth-child(even),
.product_list.left  .list:nth-child(odd) {
  background: url("/application/themes/corp2019/images/common/bg_list_shadow_left.png") no-repeat center -90px;
}
@media screen and (min-width: 1080px) {
  .product_list .list {
    min-height: 400px;
  }
  .product_list.right .list:nth-child(odd),
  .product_list.left  .list:nth-child(even) {
    background: url("/application/themes/corp2019/images/common/bg_list_shadow_right__pc.png") no-repeat center top;
  }
  .product_list.right .list:nth-child(even),
  .product_list.left  .list:nth-child(odd) {
    background: url("/application/themes/corp2019/images/common/bg_list_shadow_left__pc.png") no-repeat center top;
  }
  .product_list.right .list:nth-child(odd) .list__inner,
  .product_list.left .list:nth-child(even) .list__inner{
    flex-direction: row;
  }
  .product_list.right .list:nth-child(odd) .list__inner .list__photo,
  .product_list.left .list:nth-child(even) .list__inner .list__photo{
    margin-left: 4.8rem;
  }
  .product_list.right .list:nth-child(even) .list__inner,
  .product_list.left .list:nth-child(odd) .list__inner {
    flex-direction: row-reverse;
  }
  .product_list.right .list:nth-child(even) .list__inner .list__photo,
  .product_list.left .list:nth-child(odd) .list__inner .list__photo {
    margin-right: 4.8rem;
  }

}
.product_list .list__photo {
  text-align: center;
  padding: 0 3.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1080px) {
  .product_list .list__photo {
    width: 530px;
    padding: 0;
    margin-bottom: 0;
  }
}
.product_list .list__text {
  text-align: center;
  word-break: break-all;
}
.product_list .list__text p {
  text-align: left;
}
.product_list .list__text .list__2column:not(:last-child){
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 1080px) {
  .product_list .list__text {
    flex: 1;
    text-align: left;
  }
}
.product_list .list .tltle_qr img {
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-right: 1.4rem;
}
@media screen and (min-width: 1080px) {
  .product_list .list .tltle_qr img {
    width: 80px;
    height: 80px;
  }
}
.product_list .list .app_dl_btnlist {
  display: flex;
  justify-content: center;
}
.product_list .list .app_dl_btnlist li:not(:last-child) {
  margin-right: 1.6rem;
}
.product_list .list .app_dl_btnlist a img {
  height: 40px;
}
@media screen and (min-width: 1080px) {
  .product_list .list .app_dl_btnlist {
    justify-content: left;
  }
}

.capon_link_text {
  color: #CA390D;
  margin: 30px 0;
}
@media screen and (min-width: 1080px) {
  .capon_link_text {
    margin: 20px 0 40px 0;
  }
}