:root {
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP",sans-serif;
  line-height: 1.8;
  letter-spacing: normal;
}

main {
  display: block;
}

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

.sp {
  display: block;
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media (max-width: 1023px) {
  .footer {
    background-color: #333;
    padding: 25px 0;
  }
  .footer .sns {
    display: none;
  }
  .footer__navi {
    display: none;
  }
  .footer__address {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 0 15px 0;
  }
  .footer__address section {
    padding: 10px 0;
  }
  .footer__logo {
    width: 120px;
    margin: 0 auto;
  }
  .footer .copyright {
    color: #666;
    font-size: 11px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer {
    background-color: #333;
  }
  .footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 0;
  }
  .footer__navi {
    color: #fff;
    padding: 30px 0 50px 0;
    font-size: 14px;
    display: flex;
  }
  .footer__navi section {
    width: 16.6%;
  }
  .footer__navi a {
    color: #fff;
    text-decoration: none;
  }
  .footer__navi ul {
    color: #999;
    padding: 12px 0 0 0;
  }
  .footer__navi ul a {
    color: #999;
  }
  .footer__navi ul li {
    font-size: 12px;
    font-weight: normal;
    position: relative;
    padding: 4px 0 8px 16px;
  }
  .footer__navi ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #999;
  }
  .footer .sns {
    color: #fff;
    border-bottom: solid 1px #000;
    padding-bottom: 15px;
  }
  .footer .sns a {
    color: #fff;
    text-decoration: none;
  }
  .footer .sns .ic-facebook {
    padding-left: 24px;
    padding-right: 42px;
  }
  .footer .sns .ic-facebook::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/images/common/icon_facebook.svg) no-repeat;
    background-size: cover;
    top: 4px;
    left: 0;
  }
  .footer .sns .ic-instagram {
    padding-left: 24px;
    padding-right: 2px;
  }
  .footer .sns .ic-instagram::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/images/common/icon_instagram.svg) no-repeat;
    background-size: cover;
    top: 4px;
    left: 0;
  }
  .footer .sns__inner {
    display: flex;
  }
  .footer .sns__inner ul {
    display: flex;
  }
  .footer .sns__inner li {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    position: relative;
  }
  .footer .sns__label {
    font-size: 13px;
    margin-left: auto;
    padding-right: 50px;
  }
  .footer__bottom {
    display: flex;
  }
  .footer__address {
    color: #fff;
    font-size: 12px;
    display: flex;
    margin-left: auto;
  }
  .footer__address section {
    padding: 0 45px 0 0;
  }
  .footer .copyright {
    color: #666;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .header {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 105px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .header__logo {
    padding-top: 38px;
  }
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  .header__navi {
    margin-left: auto;
    padding-top: 40px;
  }
  .header__navi__list {
    display: flex;
  }
  .header__navi__list__news, .header__navi__list__contact {
    display: none;
  }
  .header__navi__list li {
    margin: 0 20px;
    font-size: 15px;
    border-bottom: solid 3px transparent;
  }
  .header__navi__list a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 18px 25px;
    transition: all ease .3s;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .header__navi__list a:hover {
    color: #EF4123;
  }
}

@media (min-width: 1024px) {
  .header .is-active {
    border-bottom: solid 3px #EF4123;
  }
  .header .global__navi {
    position: absolute;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    top: 10px;
    right: 0;
  }
  .header .global__navi__list {
    display: flex;
  }
  .header .global__navi__list li {
    color: #EF4123;
    font-weight: bold;
    padding: 0 10px;
  }
  .header .global__navi__list a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
    transition: all ease .3s;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .header .global__navi__list a:hover {
    color: #EF4123;
  }
}

@media (min-width: 1024px) {
  .header .pankuzu {
    background-color: #333;
  }
  .header .pankuzu ul {
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 12px;
    height: 36px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .header .pankuzu ul {
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .header .pankuzu ul li::after {
    content: '/';
    padding: 0 10px;
  }
  .header .pankuzu ul li:last-child::after {
    content: none;
  }
  .header .pankuzu ul a {
    color: #FFFFFF;
    text-decoration: none;
  }
}

@media (max-width: 1023px) {
  .sp .header__navi {
    display: flex;
    display: none;
  }
  .sp .global__navi {
    display: flex;
    display: none;
  }
  .swiper-slide img {
    width: 100%;
  }
  .header {
    height: 70px;
    width: 100%;
    z-index: 10;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .header__inner {
    display: flex;
    position: relative;
    padding-top: 26px;
    padding-left: 20px;
  }
  .header__logo {
    width: 120px;
    box-sizing: border-box;
  }
  .header__navi {
    display: none;
    background: #333;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
  }
  .header__navi__list {
    padding: 80px 40px 50px 40px;
    text-align: center;
    font-size: 18px;
  }
  .header__navi__list li {
    padding: 0 0 24px 0;
  }
  .header__navi a {
    text-decoration: none;
    color: #FFFFFF;
  }
  .header .global__navi {
    display: none;
    z-index: 102;
    bottom: 40px;
    position: fixed;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    width: 90%;
  }
  .header .global__navi__list {
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
  .header .global__navi__list .on {
    color: #EF4123;
  }
  .header .global__navi__list a {
    text-decoration: none;
    color: #FFFFFF;
  }
  .header .pankuzu {
    background-color: #333;
    position: relative;
    top: 17px;
    z-index: 0;
    padding: 0 20px;
  }
  .header .pankuzu ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 120%;
    padding: 5px 0;
  }
  .header .pankuzu ul li::after {
    content: '/';
    padding: 0 10px;
  }
  .header .pankuzu ul li:last-child::after {
    content: none;
  }
  .header .pankuzu ul a {
    color: #FFFFFF;
    text-decoration: none;
  }
}

@media (max-width: 1023px) {
  .open .header__logo {
    position: fixed;
    z-index: 102;
    left: 50%;
    margin-left: -60px;
  }
  .open .header__navi {
    transition: all ease .3s;
    display: block;
  }
  .open .global__navi {
    transition: all ease .3s;
    display: block;
  }
}

@media (max-width: 1023px) {
  .c-anchor__menu {
    background-color: #EF4123;
    height: 5px;
  }
  .c-anchor__menu ul {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-anchor__menu {
    background-color: #EF4123;
  }
  .c-anchor__menu ul {
    max-width: 1240px;
    height: 81px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .c-anchor__menu ul li {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    height: 79px;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0 35px;
  }
  .c-anchor__menu ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .c-anchor__menu ul li a::after {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background: url(/images/common/link-ar3.svg) no-repeat 0 0;
    top: 1px;
    right: -25px;
  }
}

.c-arrow, .c-arrow--red {
  position: relative;
}

.c-arrow::after, .c-arrow--red::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.c-arrow--red::after {
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
}

@media (min-width: 1024px) {
  .c-button__hamburger {
    display: none;
  }
}

@media (max-width: 1023px) {
  .c-button__hamburger {
    appearance: none;
    position: absolute;
    z-index: 101;
    right: 20px;
    top: 23px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 22px;
    border: none;
    text-align: center;
    background: none;
    outline: none;
  }
  .c-button__hamburger::before {
    content: 'Japan';
    color: #EF4123;
    position: absolute;
    top: 4px;
    left: -47px;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
  }
  .c-button__hamburger span {
    position: relative;
    display: block;
    outline: none;
    width: 15px;
    height: 2px;
    background-color: #666;
  }
  .c-button__hamburger span::before, .c-button__hamburger span::after {
    position: absolute;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #666;
    display: block;
    content: '';
    transition: ease .3s;
  }
  .c-button__hamburger span::before {
    top: -10px;
  }
  .c-button__hamburger span::after {
    bottom: -10px;
  }
  .c-button__hamburger.close {
    transition: all ease .3s;
    position: fixed;
  }
  .c-button__hamburger.close::before {
    opacity: 0;
  }
  .c-button__hamburger.close span {
    transition: all ease .3s;
    width: 0px;
    background-color: #ffffff;
  }
  .c-button__hamburger.close span::before {
    top: 0px;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  .c-button__hamburger.close span::after {
    bottom: 0px;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
}

.c-button__pagenation {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
  padding-bottom: 110px;
}

@media (max-width: 1023px) {
  .c-button__pagenation {
    padding-bottom: 60px;
  }
}

.c-button__pagenation ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 55px;
}

.c-button__pagenation ul li {
  height: 40px;
  width: 40px;
  margin: 0 2px 4px 2px;
}

.c-button__pagenation ul li a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #EF4123;
  color: #EF4123;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  line-height: 16px;
}

@media (min-width: 1024px) {
  .c-button__pagenation ul li a:hover {
    border: solid 1px #EF4123;
    color: #ffffff;
    background-color: #EF4123;
  }
}

.c-button__pagenation ul li a.on {
  border: solid 1px #666;
  color: #ffffff;
  background-color: #666;
}

.c-button__pagenation .next {
  border: solid 1px #EF4123;
  background: url(/images/common/link-ar.svg) no-repeat 50% 40% #EF4123;
  background-size: 65%;
}

.c-button__pagenation .prev {
  border: solid 1px #EF4123;
  background: url(/images/common/link-ar.svg) no-repeat 50% 40% #EF4123;
  background-size: 65%;
  transform: scale(-1, 1);
}

.c-button__list {
  max-width: 250px;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  background: #EF4123;
  text-align: center;
}

@media (min-width: 1024px) {
  .c-button__list {
    margin: 50px auto 120px auto;
  }
}

@media (max-width: 1023px) {
  .c-button__list {
    margin: 30px auto 70px auto;
  }
}

.c-button__list a {
  display: block;
  height: 64px;
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  background: url(/images/common/link-ar.svg) no-repeat 94% 50% #EF4123;
}

.c-button__list a.back {
  background-color: #666;
}

.c-button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 15px;
  display: block;
  height: 64px;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  background: url(/images/common/link-ar.svg) no-repeat 94% 50% #EF4123;
}

@media (min-width: 1024px) {
  .c-button__pagenation ul li.next a:hover,
  .c-button__pagenation ul li.prev a:hover {
    background: none !important;
  }
}

.flex2 {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .flex2 {
    margin: 50px auto;
  }
}

@media (max-width: 1023px) {
  .flex2 {
    margin: 30px auto;
  }
}

.flex2 .c-button__list {
  margin: 0 20px;
}

.c-grid {
  width: 100%;
  box-sizing: border-box;
}

.c-shadow img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

figure.c-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 200px;
}

figure.c-shadow img {
  box-shadow: none;
}

img.c-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
}

dl.c-shadow {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.c-shadow__inside {
  height: 140px;
  width: 200px;
  position: relative;
}

.c-shadow__inside::before {
  transition: all ease .5s;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 140px;
  background: linear-gradient(156.47deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 53.5%);
  z-index: 2;
}

.c-shadow__inside img {
  transition: all ease .5s;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.c-shadow__inside:hover img {
  transition: all ease .5s;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .c-shadow__inside {
    height: 100%;
    width: auto;
    position: relative;
  }
  .c-shadow__inside::before {
    transition: all ease .5s;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 140px;
    background: linear-gradient(156.47deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 53.5%);
    z-index: 2;
  }
  .c-shadow__inside img {
    transition: all ease .5s;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .c-shadow__inside:hover img {
    transition: all ease .5s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }
}

.c-tab__menu {
  background-color: #EF4123;
}

@media (min-width: 1024px) {
  .c-tab__menu .dropdown.active {
    max-width: 1240px;
    margin: 0 auto;
  }
  .c-tab__menu .dropdown.active ul {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    overflow-y: hidden;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .c-tab__menu .dropdown.active ul:hover {
    overflow-y: initial;
    overflow-y: inherit;
  }
}

@media (min-width: 1024px) {
  .c-tab__menu .dropdown.active ul li {
    flex: auto;
    text-align: left;
    padding: 30px;
    padding-left: 45px;
    margin: 0;
    margin-top: 1px;
    position: relative;
    width: 50%;
  }
  .c-tab__menu .dropdown.active ul li.select {
    display: block;
    width: 100%;
  }
  .c-tab__menu .dropdown.active ul li:first-child::after {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background: url(/images/common/down-ar.svg) no-repeat center;
    position: absolute;
    right: 45px;
    top: 26px;
  }
  .c-tab__menu .dropdown.active ul li:not(:first-of-type) {
    margin-top: 0;
  }
  .c-tab__menu .dropdown.active ul li.on {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .c-tab__menu .dropdown.active ul li a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}

.c-tab__menu ul {
  height: 81px;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 1024px) {
  .c-tab__menu ul {
    max-width: 1240px;
  }
}

@media (max-width: 1023px) {
  .c-tab__menu ul {
    height: 40px;
  }
}

.c-tab__menu ul li {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #ffffff;
  color: #333;
  height: 79px;
  width: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-top: 2px;
  margin-right: 1px;
  display: flex;
  flex: 1;
  align-items: center;
}

@media (max-width: 1023px) {
  .c-tab__menu ul li {
    height: 38px;
    font-size: 14px;
    line-height: 14px;
  }
}

.c-tab__menu ul li.select {
  display: none;
}

.c-tab__menu ul li:last-child {
  margin-right: 0;
}

.c-tab__menu ul li.on {
  background-color: #EEEEEE;
}

@media (min-width: 1024px) {
  .c-tab__menu ul li.on {
    box-shadow: none;
  }
}

.c-tab__menu ul li a {
  display: block;
  width: 100%;
  max-width: 247px;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  transition: all ease .3s;
}

@media (min-width: 1024px) {
  .c-tab__menu ul li a {
    padding: 9% 0;
    height: 100%;
  }
  .c-tab__menu ul li a:hover {
    color: #EF4123;
  }
}

.c-tab__document {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .c-tab__document {
    max-width: 1240px;
  }
}

.c-tab__document div {
  border-bottom: solid 1px #EEEEEE;
}

@media (min-width: 1024px) {
  .c-tab__document div h3 {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    height: 40px;
    width: 196px;
    text-align: center;
    margin-top: -40px;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .c-tab__document div h3 {
    text-align: center;
    padding-top: 15px;
  }
}

.c-tab__document div ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .c-tab__document div ul {
    padding: 30px 30px 20px 30px;
  }
}

@media (max-width: 1023px) {
  .c-tab__document div ul {
    padding: 12px 15px 20px 15px;
  }
}

@media (max-width: 280px) {
  .c-tab__document div ul {
    display: block;
  }
}

.c-tab__document div ul li {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .c-tab__document div ul li {
    margin: 0 10px 10px 0;
  }
}

@media (max-width: 1023px) {
  .c-tab__document div ul li {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}

@media (max-width: 280px) {
  .c-tab__document div ul li {
    width: 100%;
  }
}

.c-tab__document div ul li a {
  text-decoration: none;
  color: #666;
  display: block;
  text-align: center;
  border: solid 1px #EF4123;
  padding: 5px 15px;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 1024px) {
  .c-tab__document div ul li a {
    width: 178px;
  }
}

@media (max-width: 1023px) {
  .c-tab__document div ul li a {
    width: 100%;
  }
}

.c-tab__document div ul li a::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url(/images/common/link-anchor.svg) no-repeat;
  right: 9px;
  top: 30%;
}

@media (max-width: 1023px) {
  ._sp .c-tab__menu .wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

.p-resource .c-tab__menu ul li,
.p-product .c-tab__menu ul li {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .p-content {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .p-content {
    font-size: 15px;
  }
}

.p-content__header {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 36px;
  display: flex;
  align-items: center;
  height: 155px;
}

@media (max-width: 1023px) {
  .p-content__header {
    display: block;
    height: auto;
    margin: 0;
    padding: 42px 0 32px 0;
  }
}

.p-content__ttl {
  font-size: 36px;
  font-weight: bold;
  width: 370px;
}

@media (max-width: 1023px) {
  .p-content__ttl {
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
}

.p-content__txt {
  font-size: 16px;
  width: calc(100% - 370px);
}

@media (max-width: 1023px) {
  .p-content__txt {
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
  }
  .p-content__txt br {
    display: none;
  }
}

.p-content__body.bg {
  background-color: #EEEEEE;
}

.p-content__body__inner {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .p-content__body__inner {
    max-width: 1080px;
  }
}

@media (max-width: 1023px) {
  .p-content__body__inner {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=common.css.map */