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;
  }
}

.button-common-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background 0.26s, color 0.26s;
  background: #222;
  color: #fff;
  font-family: Alata, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}

.button-common-primary::before,
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.26s, visibility 0.26s;
  background: no-repeat center/contain;
  pointer-events: none;
}

.button-common-primary::before {
  background-image: url(../img/common/icn_arrow_right_02.svg);
}

.button-common-primary::after {
  visibility: hidden;
  opacity: 0;
  background-image: url(../img/common/icn_arrow_right_03.svg);
}

.button-common-primary:hover {
  background: #fff;
  color: #222;
}

.button-common-primary:hover::before {
  visibility: hidden;
  opacity: 0;
}

.button-common-primary:hover::after {
  visibility: visible;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 180px;
    min-height: 35px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-primary::before,
  .button-common-primary::after {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 1.8rem;
    min-height: 0.35rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.12rem;
  }

  .button-common-primary::before,
  .button-common-primary::after {
    width: 0.32rem;
    height: 0.12rem;
  }
}

.button-common-secondary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #222;
  color: #fff;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.button-common-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icn_arrow_right_02.svg) no-repeat center/contain;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    min-width: 145px;
    min-height: 30px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-secondary::before {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-width: 1.45rem;
    min-height: 0.3rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.12rem;
  }

  .button-common-secondary::before {
    width: 0.32rem;
    height: 0.12rem;
  }
}

.button-common-tertiary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid;
  background: #fff;
  color: #222;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.button-common-tertiary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icn_arrow_right_02.svg) no-repeat center/contain;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .button-common-tertiary {
    min-width: 130px;
    min-height: 30px;
    padding: 3px 20px;
    font-size: 0.12rem;
  }

  .button-common-tertiary::before {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-tertiary {
    min-width: 0.77rem;
    min-height: 0.18rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.05rem;
  }

  .button-common-tertiary::before {
    width: 0.24rem;
    height: 0.07rem;
  }
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-bottom: 100px;
  }
}

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

.form-common .form-row {
  border-bottom: 1px solid #d1d1d1;
}

.form-common .form-row .form-row {
  border-bottom: none;
}

.form-common .text-required {
  display: inline-block;
  position: relative;
  background: #f07d33;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.form-common .form-head {
  font-weight: 500;
}

.form-common .form-content {
  -ms-flex-item-align: center;
  align-self: center;
  letter-spacing: 0.1em;
}

.form-common .form-modify .form-row {
  padding: 0;
}

.form-common .form-agree a {
  text-underline-offset: 0.03rem;
}

@media print, (min-width: 768px) {
  .form-common {
    max-width: 1200px;
    margin: 0 auto;
  }

  .form-common .form-row.form-agree {
    padding-top: 15px;
  }

  .form-common .form-row {
    padding: 19px 50px 20px;
  }

  .form-common .form-modify .form-row {
    padding: 0;
  }

  .form-common .form-modify .form-row:not(:last-child) {
    margin-bottom: 15px;
  }

  .form-common .row:not(:last-child) {
    margin-bottom: 15px;
  }

  .form-common .row.flex {
    display: -ms-flexbox;
    display: flex;
  }

  .form-common .form-head.is-textarea {
    padding-top: 4px;
  }

  .form-common .form-head {
    margin-bottom: 0;
    padding: 9px 15px 0 0;
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }

  .form-common .text-required {
    top: -3px;
    margin-left: 10px;
    padding: 1px 5px 2px 6px;
    font-size: 0.14rem;
  }

  .form-common .form-content {
    line-height: 1.8571428571;
  }

  .form-common .form-agree .form-content {
    margin-top: -12px;
  }

  .form-common .form-agree .checkbox-common {
    position: relative;
    top: 8px;
  }

  .form-common .button-common-secondary {
    padding: 4px 20px 3px;
  }
}

@media print, (min-width: 1150.02px) {
  .form-common .form-row:not(.form-modify) {
    display: -ms-flexbox;
    display: flex;
  }

  .form-common .form-head {
    width: 375px;
  }

  .form-common .form-content {
    width: calc(100% - 375px);
  }
}

@media print, (max-width: 1150px) and (min-width: 768px) {
  .form-common .form-row {
    padding: 19px 50px 25px;
  }

  .form-common .form-head {
    margin-bottom: 15px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    padding: 0.14rem 0.15rem 0.2rem;
  }

  .form-common .form-modify .form-row:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .form-common .form-head {
    margin-bottom: 0.1rem;
  }

  .form-common .text-required {
    position: relative;
    top: -0.01rem;
    min-width: 0.45rem;
    margin-left: 0.1rem;
    padding: 0.04rem 0.1rem;
    font-size: 0.1rem;
  }

  .form-common .row:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .form-common .row.flex .column:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .form-common .form-agree {
    margin-top: 0.2rem;
    text-align: center;
  }
}

.input-common,
.textarea-common,
.select-common {
  display: block;
  border: 1px solid #9a9a9a;
  box-shadow: none;
  color: #222;
  font-family: inherit;
  line-height: inherit;
  appearance: none;
}

.input-common,
.textarea-common {
  width: 100%;
  border-radius: 0;
  background: #fff;
}

.input-common:-ms-input-placeholder,
.textarea-common:-ms-input-placeholder {
  color: #d5d5d5;
  letter-spacing: 0.1em;
}

.input-common::placeholder,
.textarea-common::placeholder {
  color: #d5d5d5;
  letter-spacing: 0.1em;
}

.textarea-common {
  width: 100%;
  resize: none;
}

.select-common {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #fff url(../img/common/icon_select.svg) no-repeat right 10px center/8px auto;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

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

@media print, (min-width: 768px) {
  .textarea-common {
    height: 163px;
    padding: 8px 30px;
  }

  .input-common {
    height: 45px;
    padding: 2px 30px 3px;
  }

  .input-common.is-small {
    width: 144px;
    padding: 2px 10px;
  }

  .select-common {
    height: 45px;
    padding: 4px 30px 4px 9px;
  }

  .select-common.is-small {
    width: 144px;
    margin-right: 25px;
  }
}

@media print, (min-width: 1150.02px) {
  .input-common.is-haft {
    width: 350px;
  }
}

@media only screen and (max-width: 767.98px) {
  .textarea-common {
    height: 1.3rem;
    padding: 0.1rem;
  }

  .input-common {
    height: 0.45rem;
    padding: 0 0.1rem;
  }

  .select-common {
    width: 100%;
    height: 0.45rem;
    padding: 0 0.3rem 0 0.1rem;
    font-size: 0.12rem;
  }

  .input-common:-ms-input-placeholder,
  .textarea-common:-ms-input-placeholder {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }

  .input-common::placeholder,
  .textarea-common::placeholder {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }
}

.checkbox-common,
.radio-common {
  display: inline-block;
}

.checkbox-common input,
.radio-cmmon input {
  display: none;
}

span.mwform-checkbox-field-text{
	padding-left: 29px;
}

.mwform-checkbox-field-text,
.radio-text {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #707070;
  border-radius: 1px;
  background-color: #fff;
}

.mwform-checkbox-field-text::after {
  content: "";
  display: none;
  position: absolute;
  background: url(../img/common/icn_check.svg) center/cover no-repeat;
}

.checkbox-common input:checked + .mwform-checkbox-field-text::after {
  display: block;
}

.radio-common input:checked + .radio-text::before {
  background: #222;
  box-shadow: inset 0 0 0 3px #fff;
}

.radio-text::before {
  content: "";
  position: absolute;
  border: 1px solid #707070;
  border-radius: 100%;
  background-color: #fff;
}

@media print, (min-width: 768px) {
  .mwform-checkbox-field-text {
    padding-left: 29px;
  }

  .mwform-checkbox-field-text::before {
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
  }

  .mwform-checkbox-field-text::after {
    top: 10px;
    left: 3px;
    width: 10px;
    height: 7px;
  }

  .radio-text {
    padding-left: 29px;
  }

  .radio-text::before {
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .mwform-checkbox-field-text {
    padding-left: 0.29rem;
  }

  .mwform-checkbox-field-text::before {
    top: 0;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
  }

  .mwform-checkbox-field-text::after {
    top: 0.06rem;
    left: 0.045rem;
    width: 0.12rem;
    height: 0.09rem;
  }

  .radio-text {
    padding-left: 0.29rem;
  }

  .radio-text::before {
    top: 0.06rem;
    left: 0;
    width: 0.15rem;
    height: 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .is-confirm .form-modify .form-row:not(:last-child) {
    margin-bottom: 13px;
  }

  .is-confirm .column:not(:last-child) {
    margin-right: 30px;
  }

  .is-confirm .form-head {
    padding: 9px 15px 0 0;
  }

  .is-confirm .form-content {
    padding: 9px 31px 11px;
  }

  .is-confirm .form-row {
    padding: 19px 50px;
  }

  .is-confirm .form-agree .form-content {
    margin-top: 0;
  }
}

@media print, (min-width: 1150.02px) {
  .is-confirm .row:not(:last-child) {
    margin-bottom: 34px;
  }
}

@media print, (max-width: 1150px) and (min-width: 768px) {
  .is-confirm .form-content {
    padding-left: 0;
  }

  .is-confirm .form-head {
    margin-bottom: 5px;
  }
}

@media print, (max-width: 1150px) and (min-width: 950px) {
  .is-confirm .form-row:not(.form-modify) {
    display: -ms-flexbox;
    display: flex;
  }
}

.form-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-button .wrapper-button {
  position: relative;
}

.form-button .wrapper-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icn_arrow_right_02.svg) no-repeat center/contain;
  pointer-events: none;
}

.form-button .wrapper-button.is-cancel::before {
  display: none;
}

.form-button .button-cancel,
.form-button .button-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  outline: none;
  background: #222;
  color: #fff;
  font-family: Alata, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}

.form-button .button-cancel.button-cancel,
.form-button .button-submit.button-cancel {
  background: #d0d0d0;
}

@media print, (min-width: 768px) {
  .form-button {
    margin-top: 49px;
    font-size: 0.14rem;
  }

  .form-button .button-cancel,
  .form-button .button-submit {
    min-width: 180px;
    min-height: 35px;
    padding: 3px 20px;
    font-size: 0.14rem;
  }

  .form-button .wrapper-button {
    margin: 0 15px;
  }

  .form-button .wrapper-button::before {
    width: 32px;
    height: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-button {
    margin-top: 0.2rem;
  }

  .form-button .button-cancel,
  .form-button .button-submit {
    min-width: 1.45rem;
    min-height: 0.3rem;
    padding: 0.03rem 0.2rem;
    font-size: 0.12rem;
  }

  .form-button .wrapper-button {
    margin: 0 5px;
  }

  .form-button .wrapper-button::before {
    width: 0.32rem;
    height: 0.12rem;
  }

  .form-button .form-agree a {
    position: relative;
    top: -0.02rem;
  }
}

.section-contact-thanks {
  text-align: center;
}

.section-contact-thanks .thanks-title {
  color: #f07d33;
  font-weight: 500;
  line-height: 1.45;
}

.section-contact-thanks .thanks-content {
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
}

.section-contact-thanks .thanks-content p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-contact-thanks {
    padding-bottom: 97px;
  }

  .section-contact-thanks .thanks-title {
    margin-bottom: 58px;
    font-size: 0.4rem;
  }

  .section-contact-thanks .thanks-content {
    font-size: 0.14rem;
  }

  .section-contact-thanks .thanks-content p {
    margin-bottom: 25px;
  }
}

@media print, (min-width: 768px) and (max-width: 1350px) {
  .section-contact-thanks {
    min-height: 490px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-contact-thanks {
    padding-bottom: 0.5rem;
  }

  .section-contact-thanks .thanks-title {
    margin-bottom: 0.25rem;
    font-size: 0.25rem;
  }

  .section-contact-thanks .thanks-content {
    font-size: 0.13rem;
  }
}
