html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body.is-menu-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.font-english {
  font-family: Alata, sans-serif;
  font-weight: normal;
}

.first-view {
  transition: opacity 0.26s;
  opacity: 0;
}

.wf-active .first-view {
  opacity: 1;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  .wrapper {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  main {
    padding-top: 0.6rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  pointer-events: none;
}

header * {
  pointer-events: auto;
}

header .button-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #ed6b1f;
  cursor: pointer;
}

header .button-menu span {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

header .button-menu.is-active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .button-menu.is-active span:nth-child(2) {
  opacity: 0;
}

header .button-menu.is-active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .button-menu-text {
  position: absolute;
  color: #fff;
  font-family: Alata, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

header .header-text-fixed {
  position: absolute;
  left: 0;
  background: #222;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  writing-mode: vertical-lr;
}

header .header-logo {
  display: inline-block;
  transition: background 0.3s;
  background: #222;
}

header .header-logo a {
  display: block;
  position: relative;
  margin: 0 auto;
}

header .header-logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header .search-group {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}

header .search-english {
  text-underline-offset: 0.03rem;
  font-family: Alata, sans-serif;
  line-height: 1.5;
}

header .search-primary,
header .search-secondary {
  position: absolute;
}

header .search-text {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
  cursor: pointer;
}

header .search-text:hover {
  text-decoration: none;
}

header .search-primary {
  background: url(../img/common/icn_search_01.svg) no-repeat center left;
  cursor: pointer;
}

header .search-primary .search-button {
  display: inline-block;
}

header .search-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .search-secondary .search-input {
  background: #eaeaea url(../img/common/icn_search_01.svg) no-repeat center;
}

.header-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.26s, visibility 0.26s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.is-menu-open .header-overlay {
  visibility: visible;
  opacity: 1;
}

.header-navigation {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
}

.header-navigation .navigation-wrapper {
  height: 100%;
}

.header-navigation .navigation-inner {
  position: relative;
  min-height: 100%;
}

.header-navigation .navigation-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-navigation .voice-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
}

.header-navigation .navigation-link {
  transition: color 0.26s;
  color: #222;
  text-decoration: none;
}

.header-navigation .navigation-link:hover {
  color: #e97e3b;
}

.header-navigation .navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  line-height: 1.3666666667;
}

@media print, (min-width: 768px) {
  header .button-menu {
    width: 80px;
    height: 80px;
  }

  header .button-menu span {
    right: 20px;
    width: 40px;
  }

  header .button-menu span:nth-child(1) {
    top: 22px;
  }

  header .button-menu span:nth-child(2) {
    top: 33px;
  }

  header .button-menu span:nth-child(3) {
    top: 44px;
  }

  header .button-menu.is-active span {
    left: 20px;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 32px;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 32px;
  }

  header .button-menu-text {
    right: 5px;
    bottom: 9px;
    left: 5px;
    font-size: 0.12rem;
  }

  header .header-text-fixed {
    top: 80px;
    width: 80px;
    min-height: 720px;
    padding: 68px 32px;
    font-size: 0.14rem;
  }

  header .header-logo {
    min-width: 310px;
    min-height: 220px;
    margin-left: 79px;
    padding: 50px 20px 30px;
  }

  header .header-logo a {
    width: 237px;
    height: 122px;
  }

  .is-menu-open header .header-logo {
    background: transparent;
  }

  header .logo-normal {
    transition: opacity 0.26s, visibility 0.26s;
  }

  .is-menu-open header .logo-normal {
    visibility: hidden;
    opacity: 0;
  }

  header .logo-menu {
    visibility: hidden;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
  }

  .is-menu-open header .logo-menu {
    visibility: visible;
    opacity: 1;
  }

  header .search-group {
    top: 24px;
    right: 45px;
  }

  .is-menu-open header .search-group {
    top: 142px;
    right: 586px;
  }

  header .search-primary,
  header .search-secondary {
    right: calc(100% + 24px);
    font-size: 0.14rem;
  }

  header .search-text {
    min-width: 36px;
  }

  header .search-primary {
    padding: 5px 5px 5px 28px;
    background-size: 20px auto;
  }

  header .search-primary .search-button {
    color: #222;
  }

  .is-menu-open header .search-primary {
    right: calc(100% + 24px);
  }

  header .search-secondary {
    right: calc(100% + 34px);
  }

  header .search-secondary .search-input {
    padding: 5px 30px 5px 10px;
    background-position: center right 3px;
    background-size: 20px auto;
  }

  .is-menu-open header .search-secondary {
    right: calc(100% + 28px);
  }

  header .search-english {
    padding: 5px;
    color: #222;
    font-size: 0.18rem;
  }

  .header-navigation {
    height: 800px;
    padding-right: 420px;
    overflow: hidden;
  }

  .header-navigation::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 414px;
    height: 800px;
    background: url(../img/common/img_header_menu.jpg) no-repeat center/cover;
  }

  .header-navigation .navigation-wrapper {
    max-width: 1220px;
    margin: 252px 0 0 388px;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: #b4b4b4 #f1f1f1;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar {
    width: 8px;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-thumb {
    background: #b4b4b4;
  }

  .header-navigation .navigation-wrapper::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .header-navigation .navigation-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 260px;
  }

  .header-navigation .navigation-left {
    margin: 0 92px 50px 0;
  }

  .header-navigation .voice-list {
    font-size: 0.4rem;
    letter-spacing: 0.05em;
  }

  .header-navigation .voice-item {
    margin-bottom: 26px;
  }

  .header-navigation .navigation-right {
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    margin-top: -6px;
  }

  .header-navigation .navigation-list {
    font-size: 0.3rem;
  }

  .header-navigation .navigation-item {
    margin-bottom: 45px;
    padding-right: 10px;
  }

  .header-navigation .navigation-item:nth-child(odd) {
    width: 278px;
  }

  .header-navigation .navigation-item:nth-child(even) {
    width: calc(100% - 278px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  header .header-logo {
    min-width: 280px;
    min-height: 180px;
    padding: 30px 20px;
  }

  .is-menu-open header .search-group {
    right: 100px;
  }

  header .search-group .search-input {
    width: 200px;
  }

  .header-navigation {
    padding-right: 0;
  }

  .header-navigation::before {
    display: none;
  }

  .header-navigation .navigation-wrapper {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    height: 0.6rem;
    background: #222;
  }

  header .button-menu {
    width: 0.6rem;
    height: 0.6rem;
  }

  header .button-menu span {
    right: 0.15rem;
    width: 0.3rem;
  }

  header .button-menu span:nth-child(1) {
    top: 0.12rem;
  }

  header .button-menu span:nth-child(2) {
    top: 0.2rem;
  }

  header .button-menu span:nth-child(3) {
    top: 0.28rem;
  }

  header .button-menu.is-active span {
    left: 0.15rem;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.22rem;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 0.22rem;
  }

  header .button-menu-text {
    right: 0.05rem;
    bottom: 0.09rem;
    left: 0.05rem;
    font-size: 0.1rem;
  }

  header .header-logo {
    margin: 0.18rem 0 0 0.8rem;
  }

  header .header-logo a {
    width: 1.54rem;
    height: 0.28rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .search-group {
    top: 0.14rem;
    right: 0.18rem;
  }

  header .search-english {
    padding: 0.05rem;
    color: #fff;
    font-size: 0.14rem;
  }

  header .search-primary,
  header .search-secondary {
    font-size: 0.14rem;
  }

  header .search-text {
    min-width: 0.36rem;
    color: #fff;
  }

  header .search-primary {
    right: calc(100% + 0.05rem);
    padding: 0.05rem 0.05rem 0.05rem 0.2rem;
    background-image: url(../img/common/icn_search_03.svg);
    background-size: 0.15rem auto;
  }

  header .search-primary .search-button {
    color: #fff;
  }

  header .search-secondary {
    right: calc(100% + 0.14rem);
  }

  header .search-secondary .search-input {
    width: 2rem;
    margin-right: 0.05rem;
    padding: 0.05rem 0.3rem 0.05rem 0.1rem;
    background-position: center right 0.05rem;
    background-size: 0.15rem auto;
  }

  .header-navigation {
    height: 100vh;
    padding-top: 0.6rem;
  }

  .header-navigation .navigation-wrapper {
    padding: 0.3rem 0.3rem 0.9rem;
    overflow-y: auto;
  }

  .header-navigation .navigation-left {
    margin-bottom: 0.33rem;
    padding-bottom: 0.31rem;
    border-bottom: 0.02rem solid #dbdbdb;
  }

  .header-navigation .voice-list {
    font-size: 0.3rem;
  }

  .header-navigation .voice-item:not(:last-child) {
    margin-bottom: 0.26rem;
  }

  .header-navigation .voice-head {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.03rem;
    color: #e66d21;
    font-family: Alata, sans-serif;
    font-size: 0.14rem;
    font-weight: normal;
  }

  .header-navigation .voice-count {
    position: relative;
    margin-right: 0.35rem;
  }

  .header-navigation .voice-count::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.05rem);
    width: 0.2rem;
    border-bottom: 0.01rem solid;
  }

  .header-navigation .navigation-list {
    margin-right: -0.1rem;
    font-size: 0.14rem;
  }

  .header-navigation .navigation-item {
    margin-bottom: 0.3rem;
    padding-right: 0.1rem;
  }

  .header-navigation .navigation-item:nth-child(odd) {
    width: 1.46rem;
  }

  .header-navigation .navigation-item:nth-child(even) {
    width: calc(100% - 1.46rem);
  }

  .header-navigation .navigation-item .navigation-link {
    letter-spacing: -0.05em;
  }
}

footer .footer-main {
  background: #222;
  color: #fff;
}

footer .footer-inner {
  border-bottom: 1px solid;
}

footer .footer-logo {
  display: inline-block;
}

footer .footer-intro {
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
}

footer .footer-tel {
  color: inherit;
}

footer .footer-privacy {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-underline-offset: 0.03rem;
}

footer .footer-warn {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}

footer .footer-copyright {
  display: block;
  font-family: Alata, sans-serif;
  letter-spacing: 0.05em;
}

footer .bottom-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 1700.02px) {
  footer .footer-list {
    margin-right: -50px;
  }
}

@media print, (min-width: 768px) {
  footer .footer-banner {
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  footer .banner-item {
    width: 33.333%;
    border: 1px solid #222;
  }

  footer .banner-item:not(:last-child) {
    border-right-width: 0;
  }

  footer .banner-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 5px 10px;
    transition: background 0.26s, color 0.26s;
    background: #fff;
    color: #222;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  footer .banner-link:hover,
  footer .banner-link.is-active {
    background: #e66d21;
    color: #fff;
  }

  footer .footer-main {
    padding: 50px 0 30px;
  }

  footer .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 60px;
  }

  footer .footer-logo {
    margin-bottom: 39px;
  }

  footer .footer-navigation {
    margin-top: -6px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    margin: 0;
    margin-right: -100px;
    padding: 0;
    list-style-type: none;
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  footer .footer-item {
    position: relative;
    width: 33.333%;
    margin-bottom: 20px;
    padding: 0 20px 0 30px;
  }

  footer .footer-item::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    border-bottom: 1px solid;
  }

  footer .footer-link {
    color: inherit;
  }

  footer .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .footer-privacy {
    margin-bottom: 14px;
    font-size: 0.12rem;
  }

  footer .footer-warn {
    margin-bottom: 8px;
    font-size: 0.12rem;
  }

  footer .footer-copyright {
    font-size: 0.12rem;
  }

  footer .bottom-right {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  footer .banner-link {
    font-size: 0.17rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .footer-list {
    width: 230px;
  }

  footer .footer-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .footer-main {
    padding: 0.43rem 0 0.3rem;
  }

  footer .footer-inner {
    margin-bottom: 0.15rem;
    padding-bottom: 0.24rem;
  }

  footer .inner-left {
    text-align: center;
  }

  footer .footer-logo {
    width: 1.83rem;
    margin-bottom: 0.2rem;
  }

  footer .footer-logo img {
    width: 100%;
  }

  footer .bottom-left {
    margin-bottom: 0.28rem;
  }

  footer .footer-privacy {
    margin-bottom: 0.19rem;
    font-size: 0.12rem;
  }

  footer .footer-warn {
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }

  footer .footer-copyright {
    font-size: 0.12rem;
  }

  footer .bottom-right {
    margin-top: 0.06rem;
  }

  footer .footer-image {
    margin: 0 0.2rem 0.1rem 0;
  }

  footer .footer-image img {
    width: 100%;
  }

  footer .footer-image.is-first {
    width: 0.75rem;
  }

  footer .footer-image.is-second {
    width: 1.16rem;
  }
}

@media print {
  footer .banner-item {
    border-width: 2px;
  }
}

.section-common-keyvisual {
  background: url(../img/common/bg_keyvisual_repeat.png) center/0.12rem auto;
  text-align: right;
}

.section-common-keyvisual .keyvisual-title {
  margin-bottom: 0;
}

.section-common-keyvisual .keyvisual-title span {
  display: block;
}

.section-common-keyvisual .text-japanese {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.section-common-keyvisual .text-english {
  color: #e66d21;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3846153846;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    margin-bottom: 80px;
    border-top: 10px solid;
  }

  .section-common-keyvisual .wrapper {
    min-height: 210px;
    padding-top: 42px;
    padding-bottom: 40px;
    padding-left: 400px;
  }

  .section-common-keyvisual .keyvisual-title {
    margin-right: -6px;
  }

  .section-common-keyvisual .text-japanese {
    margin-bottom: 7px;
    font-size: 0.57rem;
    line-height: 1.4385964912;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.26rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .section-common-keyvisual .wrapper {
    padding-top: 80px;
    padding-right: 20px;
  }

  .section-common-keyvisual .text-japanese {
    font-size: 0.3rem;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    margin-bottom: 0.1rem;
    text-align: center;
  }

  .section-common-keyvisual .wrapper {
    padding: 0.5rem 0.15rem 0.4rem;
  }

  .section-common-keyvisual .text-japanese {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.1;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem;
  }
}

@media print {
  .section-common-keyvisual .wrapper {
    padding-top: 80px !important;
  }

  .section-common-keyvisual .text-japanese {
    font-size: 0.3rem !important;
  }

  .section-common-keyvisual .text-english {
    font-size: 0.2rem !important;
  }
}

.breadcrumb {
  font-weight: 500;
  line-height: 1;
}

.breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadcrumb li:not(:first-child) {
  position: relative;
}

.breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #9a9a9a;
  border-width: 0 1px 1px 0;
}

.breadcrumb .font-english {
  padding-top: 1px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.breadcrumb a {
  color: #222;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    position: absolute;
    top: 300px;
    left: calc(100% - 54px);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    font-size: 0.14rem;
  }

  .breadcrumb li:not(:first-child) {
    padding-left: 25px;
  }

  .breadcrumb li:not(:first-child)::before {
    top: 5px;
    left: 9px;
    width: 5px;
    height: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 0.5rem;
    padding: 0 0.3rem;
    overflow-x: auto;
    font-size: 0.12rem;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb li:not(:first-child) {
    padding-left: 0.2rem;
  }

  .is-iphone .breadcrumb li:not(:first-child) {
    margin-top: 1px;
  }

  .breadcrumb li:not(:first-child)::before {
    top: 0.05rem;
    left: 0.06rem;
    width: 0.05rem;
    height: 0.05rem;
  }

  .is-iphone .breadcrumb li:not(:first-child)::before {
    top: 0.04rem;
  }
}

.section-pamphlet-general .pamphlet-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-pamphlet-general .pamphlet-image {
  position: relative;
  padding-top: 141.5322580645%;
}

.section-pamphlet-general .pamphlet-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-pamphlet-general .pamphlet-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 1.8571428571;
  text-align: center;
}

.section-pamphlet-general .pamphlet-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background 0.26s;
  background: #222;
  color: #fff;
  font-weight: 500;
}

.section-pamphlet-general .pamphlet-link:hover {
  background: #e66c10;
}

.section-pamphlet-general .pamphlet-link span {
  display: inline-block;
  background: url(../img/common/icn_download.svg) no-repeat center left/0.18rem auto;
}

@media print, (min-width: 768px) {
  .section-pamphlet-general .pamphlet-title {
    padding: 17px 0;
    font-size: 0.14rem;
  }

  .section-pamphlet-general .pamphlet-link {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 0.14rem;
  }

  .section-pamphlet-general .pamphlet-link span {
    padding-left: 32px;
  }
}

@media (min-width: 1200.02px) {
 .section-pamphlet-general .pamphlet-list {
  margin: 0 -20px;
 }
 .section-pamphlet-general .pamphlet-item {
  width: 20%;
  margin-bottom: 50px;
  padding: 0 20px;
 }
 .section-pamphlet-general .pamphlet-item a{
  text-decoration: none;
 }
 .section-pamphlet-general .pamphlet-item a:hover h2{
  color: #e66c10;
  transition: 0.26s;
 }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-pamphlet-general .pamphlet-list {
    margin: 0 -10px;
  }

  .section-pamphlet-general .pamphlet-item {
    width: 33.333%;
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .section-pamphlet-general .pamphlet-title {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-pamphlet-general {
    margin-bottom: 0.5rem;
  }

  .section-pamphlet-general .pamphlet-list {
    margin: 0 -0.1rem;
  }

  .section-pamphlet-general .pamphlet-item {
    width: 50%;
    margin-bottom: 0.5rem;
    padding: 0 0.1rem;
  }

  .section-pamphlet-general .pamphlet-title {
    padding: 0.1rem 0;
    font-size: 0.12rem;
  }

  .section-pamphlet-general .pamphlet-link {
    min-height: 0.34rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.12rem;
  }

  .section-pamphlet-general .pamphlet-link span {
    padding-left: 0.3rem;
  }
}
