@charset "UTF-8";
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,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

strong {
  font-weight: 700;
}

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 {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}
@media print, screen and (width >= 768px) {
  html {
    min-width: 1340px;
    overflow: auto scroll;
    font-size: 625%;
  }
}

body {
  /*color: #6a6a6a;*/
  color: #525252;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", yugothic, "Yu Gothic", "ＭＳ ゴシック", "メイリオ", meiryo, "Arial", sans-serif;
  font-weight: 300;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.is-chromium body {
    font-weight: 400;
}
@media print, screen and (width >= 768px) {
  body {
    font-size: 0.16rem;
    line-height: 2;
  }
}
@media screen and (width < 768px) {
  body {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}


.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
@media screen and (width < 768px) {
	.fadein {
		transition: all 1.0s;
	}
}

.l-container {
  overflow: hidden;
}
@media print, screen and (width >= 768px) {
  .l-container {
    min-width: 1340px;
  }
}
@media screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, screen and (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 40px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.28rem;
    padding-left: 0.28rem;
  }
}

@media screen and (width < 768px) {
  .has-menu {
    position: fixed;
    width: 100%;
  }
}
.l-footer {
  background: #f4f4f4;
}
.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__text {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.l-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.l-footer__social a {
  display: block;
}
.l-footer__copyright {
  font-weight: 400;
  letter-spacing: 0;
}
.l-footer__links {
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__links a {
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}

@media print, screen and (width >= 768px) {
  .l-footer {
    padding-top: 74px;
  }
  .l-footer__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__info {
    width: 466px;
  }
  .l-footer__logo {
    margin: -3px 0 0 2px;
  }
  .l-footer__image {
    width: 110px;
    margin-right: 14px;
  }
  .l-footer__text {
    margin-top: 6px;
    font-size: 0.16rem;
  }
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-footer__list > li {
    width: 130px;
  }
  .l-footer__list > li:nth-child(3n+1) {
    width: 173px;
  }
  .l-footer__list > li:nth-child(3n+2) {
    width: 158px;
  }
  .l-footer__menu {
    font-size: 0.15rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-footer__menu > li {
    margin-bottom: 21px;
  }
  .l-footer__menu > li:last-child {
    margin-bottom: 0;
  }
  .l-footer__menu-sub {
    margin: 14px -20px 0 0;
    padding-left: 0;
    font-size: 0.14rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.5;
    list-style: none;
  }
  .l-footer__menu-sub > li {
    margin-bottom: 8px;
  }
  .l-footer__menu-sub > li:last-child {
    margin-bottom: 0;
  }
  .l-footer__menu-sub a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .l-footer__menu-sub a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    border-top: 1px solid #6a6a6a;
  }
  .l-footer__social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 58px -2px 0 0;
  }
  .l-footer__social > li {
    width: 28px;
    margin-left: 10px;
  }
  .l-footer__bottom {
    margin-top: 20px;
    padding: 19px 0 21px;
    border-top: 1px solid #dbdbdb;
  }
  .l-footer__bottom .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__copyright {
    font-size: 0.1rem;
  }
  .l-footer__bottom .l-footer__right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .l-footer__bottom .l-footer__right .logo-woman {
	width: 80px;
	height: auto;
    margin-left: 20px;
  }
  .l-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    font-size: 0.12rem;
  }
  .l-footer__links > li {
    margin-left: 15px;
  }
}
@media screen and (width < 768px) {
  .l-footer {
    padding-top: 0.42rem;
  }
  .l-footer__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    padding-right: 0.27rem;
  }
  .l-footer__image {
    width: 1.02rem;
    margin-right: 0.14rem;
  }
  .l-footer__text {
    margin-top: 0.07rem;
    font-size: 0.14rem;
  }
  .l-footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.31rem 0 0;
  }
  .l-footer__social > li {
    width: 0.29rem;
    margin: 0 0.12rem;
  }
  .l-footer__bottom {
    margin-top: 0.32rem;
  }
  .l-footer__bottom .l-wrapper {
    padding: 0;
  }
  .l-footer__copyright {
    display: block;
    margin-top: 0.37rem;
    padding: 0.13rem 0;
    border-top: 1px solid #dbdbdb;
    font-size: 0.09rem;
    text-align: center;
  }
  .l-footer__links {
    font-size: 0.14rem;
    text-align: center;
  }
  .l-footer__links > li {
    display: inline-block;
    margin: 0 10px;
  }
  .l-footer__bottom .l-footer__right .logo-woman {
    display: block;
    width: 140px;
    height: auto;
    margin: 30px auto 0;
  }
  .l-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    margin-top: -2px;
    font-size: 0.12rem;
  }
}
.l-header {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.l-header__inner {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.is-loaded .l-header__inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__text {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

@media print, screen and (width >= 768px) {
  .l-header {
    min-width: 1340px;
    min-height: 90px;
    width: 100%;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding: 17px 10px 17px 22px;
  }
  .l-header__image {
    width: 95px;
    margin-right: 12px;
  }
  .l-header__text {
    font-size: 0.16rem;
  }
}
@media print {
  .l-header {
    position: absolute;
  }
}
@media screen and (width < 768px) {
  .l-header {
    min-height: 0.64rem;
    left: 0 !important;
    right: 0;
  }
  .l-header__left {
    position: relative;
    z-index: 900;
    padding: 0.11rem 0.28rem 0.08rem 0.19rem;
  }
  .l-header__image {
    width: 0.72rem;
    margin-right: 0.1rem;
  }
  .l-header__text {
    margin-top: 0.02rem;
    font-size: 0.12rem;
  }
}
.l-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
.l-navigation__list-button {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-navigation__list-button .c-button {
  height: 100%;
}
.l-navigation__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0.05rem;
}
.l-navigation__banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-navigation__banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
}
.l-navigation__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-navigation__banner-text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.l-navigation__banner-text-japanese {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.is-android .l-navigation__banner-text-japanese {
  font-weight: 700;
}
.l-navigation__banner-text-english {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
.l-navigation__banner--primary::before {
  background: rgba(180, 122, 43, 0.7);
}
.l-navigation__banner--secondary::before {
  background: rgba(67, 131, 178, 0.7);
}

@media print, screen and (width >= 768px) {
  .l-navigation {
    /* stylelint-disable-next-line declaration-no-important */
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .l-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-navigation__list > li {
    margin-right: 36px;
  }
  .l-navigation__list > li:last-child {
    margin-right: 0;
  }
  .l-navigation__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 49px;
    padding: 0 4px;
    font-size: 0.15rem;
    font-weight: 500;
  }
  .l-navigation__item--sub .l-navigation__link {
    position: relative;
    padding-right: 21px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .l-navigation__item--sub .l-navigation__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
  }
  .l-navigation__item--sub:hover .l-navigation__link::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-navigation__item--sub:hover .l-navigation__mega {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
  }
  .l-navigation__group {
    margin-left: 24px;
  }
  .l-navigation__list-button > li {
    margin-left: 10px;
  }
  .l-navigation__list-button .c-button--blue {
    padding-right: 14px;
    padding-left: 14px;
  }
  .l-navigation__mega {
    visibility: hidden;
    position: absolute;
    z-index: -999;
    top: calc(100% - 25px);
    left: 0;
    width: 100%;
    padding: 60px 0 32px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .l-navigation__mega::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    pointer-events: none;
  }
  .l-navigation__mega-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
  }
  .l-navigation__banner {
    width: 480px;
    min-height: 135px;
    margin-bottom: 15px;
  }
  .l-navigation__banner::after {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -11px;
  }
  .l-navigation__banner-text {
    padding: 6px 0 0 50px;
  }
  .l-navigation__banner-text-japanese {
    margin-top: 4px;
    font-size: 0.22rem;
  }
  .l-navigation__banner-text-english {
    font-size: 0.16rem;
  }
  .l-navigation__banner--secondary {
    padding-left: 15px;
  }
}
@media print, screen and (768px <= width < 1370px) {
  .l-navigation__list > li {
    margin-right: 29px;
  }
  .is-mac .l-navigation__list > li {
    margin-right: 36px;
  }
  .is-mac .l-navigation__list > li:last-child {
    margin-right: 0;
  }
}
@media screen and (width < 768px) {
  .l-navigation {
    display: none;
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.64rem;
    background: #fff;
  }
  .l-navigation__inner {
    height: 100%;
    padding: 0.31rem 0.28rem 0.42rem;
    overflow-y: auto;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .l-navigation__list > li {
    border-bottom: 1px solid #dbdbdb;
  }
  .l-navigation__list > li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .l-navigation__list > li:last-child {
    border: none;
  }
  .l-navigation__item {
    position: relative;
  }
  .l-navigation__link {
    min-height: 0.55rem;
    padding: 0.05rem 0.4rem 0.05rem 0.15rem;
    color: #7c7c7c;
    font-size: 0.16rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .is-android .l-navigation__link {
    font-weight: 700;
  }
  .l-navigation__link--home {
    font-family: "Montserrat", sans-serif;
  }
  .is-android .l-navigation__link--home {
    font-weight: 600;
  }
  .l-navigation__link-japanese {
    margin-right: 0.12rem;
  }
  .l-navigation__link-english {
    font-family: "Montserrat", sans-serif;
    font-size: 0.12rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .l-navigation__link-english--blue {
    color: #84b3d6;
  }
  .l-navigation__link-english--pink {
    color: #e39d9d;
  }
  .l-navigation__link-english--green {
    color: #acde87;
  }
  .l-navigation__link-english--yellow {
    color: #c9b30a;
  }
  .l-navigation__list-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-navigation__list-button > li {
    width: 48.5893416928%;
  }
  .l-navigation__mega {
    padding-top: 0.34rem;
  }
  .l-navigation__banner {
    width: 100%;
    min-height: 0.9rem;
    margin-bottom: 15px;
    padding: 0.1rem 0.32rem 0.12rem;
    text-align: center;
  }
  .l-navigation__banner::after {
    right: 0.07rem;
    width: 0.23rem;
    height: 0.23rem;
    margin-top: -0.115rem;
  }
  .l-navigation__banner-text {
    width: 100%;
  }
  .l-navigation__banner-text-japanese {
    margin-top: 0.02rem;
    font-size: 0.15rem;
  }
  .l-navigation__banner-text-english {
    font-size: 0.12rem;
  }
  .l-navigation__text {
    margin-bottom: 0.14rem;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    font-size: 0.23rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  .l-navigation__group {
    margin: 0.4rem -0.28rem 0;
    padding: 0.16rem 0.28rem 0.2rem;
    background: #f0f0f0;
  }
  .l-navigation__submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0.14rem 0.15rem 0.07rem;
    background: #f4f4f4;
    font-size: 0.14rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3571428571;
  }
  .is-android .l-navigation__submenu {
    font-weight: 700;
  }
  .l-navigation__submenu > li {
    margin-bottom: 0.12rem;
  }
  .l-navigation__submenu a {
    display: block;
    position: relative;
    padding: 0.04rem 0 0.04rem 0.22rem;
    text-decoration: none;
  }
  .l-navigation__submenu a::before {
    content: "";
    position: absolute;
    top: 0.06rem;
    left: 0;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 100%;
    background: url("../img/common/sp/arrow_icn_01.svg") no-repeat center center/100% auto;
  }
  .l-navigation__submenu--green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-navigation__submenu--green > li {
    width: 53.5%;
    padding-right: 0.05rem;
  }
  .l-navigation__submenu--green > li:nth-child(2n) {
    width: calc(46.5% + 0.15rem);
    margin-right: -0.15rem;
    padding-right: 0;
  }
  .l-navigation__submenu--green a {
    color: #79af65;
  }
  .l-navigation__submenu--green a::before {
    background-color: #79af65;
  }
  .l-navigation__submenu--pink {
    color: #e39d9d;
  }
  .l-navigation__submenu--pink a::before {
    background-color: #e39d9d;
  }
  .l-navigation__submenu--yellow {
    color: #ac9800;
  }
  .l-navigation__submenu--yellow a::before {
    background-color: #ac9800;
  }
  .l-navigation__sub {
    display: none;
  }
  .l-navigation__button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 100%;
  }
  .l-navigation__button::before, .l-navigation__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.12rem;
    width: 0.12rem;
    border-bottom: solid 0.01rem #6a6a6a;
  }
  .l-navigation__button::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.26s ease;
    transition: -webkit-transform 0.26s ease;
    transition: transform 0.26s ease;
    transition: transform 0.26s ease, -webkit-transform 0.26s ease;
  }
  .l-navigation__button.is-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-navigation.is-open .l-navigation__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print, screen and (width >= 768px) {
	.l-navigation__item .c-list--anchor-primary {
		margin-bottom: 0;
	}
	.l-navigation__item .c-list--anchor-primary > li {
		width: calc((100% - 30px)/3);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.l-navigation__item .c-list--anchor-primary > li:nth-child(3n) {
		margin-right: 0;
	}
	.l-navigation__item .c-list--anchor-primary .c-list__link {
		z-index: 101;
		position: relative;
	}
}
.c-button-menu {
  position: absolute;
  top: 0.07rem;
  right: 0.15rem;
  width: 0.5rem;
  height: 0.5rem;
  padding-top: 0.28rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.11rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.c-button-menu::before, .c-button-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.35rem;
  margin-left: -0.18rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 0.02rem solid #707070;
  border-radius: 0.1rem;
}
.c-button-menu::before {
  top: 0.12rem;
}
.c-button-menu::after {
  top: 0.23rem;
}
.c-button-menu.is-active::before {
  top: 0.18rem;
  -webkit-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}
.c-button-menu.is-active::after {
  top: 0.18rem;
  -webkit-transform: rotate(-19deg);
  -ms-transform: rotate(-19deg);
  transform: rotate(-19deg);
}

.c-section-recruitment {
  background: no-repeat center center/cover;
}
.c-section-recruitment .c-heading--secondary {
  color: #fff;
}
.c-section-recruitment__list {
  padding-left: 0;
  list-style: none;
}

@media print, screen and (width >= 768px) {
  .c-section-recruitment {
    padding: 81px 0 76px;
    background-image: url("../img/common/recruit_bg.jpg");
  }
  .c-section-recruitment .c-heading--secondary {
    margin-bottom: 24px;
    text-align: center;
  }
  .c-section-recruitment .c-heading--secondary .c-heading__text--english {
    margin-bottom: 3px;
  }
  .c-section-recruitment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 744px;
    margin: 0 auto;
  }
  .c-section-recruitment__list > li {
    width: 357px;
    margin-bottom: 10px;
  }
}
@media screen and (width < 768px) {
  .c-section-recruitment {
    padding: 0.52rem 0 0.71rem;
    background-image: url("../img/common/sp/recruit_bg.jpg");
  }
  .c-section-recruitment .c-heading--secondary {
    margin-bottom: 0.51rem;
  }
  .c-section-recruitment .c-heading--secondary .c-heading__text--english {
    margin-bottom: 0.06rem;
    font-size: 0.33rem;
  }
  .c-section-recruitment .c-heading--secondary .c-heading__text--japanese {
    font-size: 0.16rem;
  }
  .c-section-recruitment__list {
    margin-bottom: 0;
  }
  .c-section-recruitment__list > li {
    margin-bottom: 0.15rem;
  }
  .c-section-recruitment__list > li:last-child {
    margin-bottom: 0;
  }
}
.c-button-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.c-button-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-button {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.c-button .c-button__text-english {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.c-button .c-button__text-japanese {
  line-height: 1.4;
}
.c-button--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}
.c-button--primary .c-button__text {
  position: relative;
}
.c-button--primary .c-button__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
}
.c-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.c-button--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
}
.c-button--secondary .c-button__text-japanese {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.is-android .c-button--secondary .c-button__text-japanese {
  font-weight: 700;
}
.c-button--secondary .c-button__text-english {
  display: block;
  font-weight: 500;
}
.c-button--quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
}
.c-button--quaternary .c-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.is-android .c-button--quaternary .c-button__text {
  font-weight: 700;
}
.c-button--quaternary .c-button__text-english {
  font-weight: 600;
}
.c-button--quinary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.is-android .c-button--quinary {
  font-weight: 700;
}
.c-button--quinary .c-button__text-english {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
}
.c-button--quinary::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
}
.c-button--blue {
  background: #4383b2;
}
.c-button--blue-light {
  background: #84b3d6;
}
.c-button--yellow {
  background: #eba94e;
}
.c-button--gold {
  background: #c9b30a;
}
.c-button--gold-dark {
  background: #ac9800;
}
.c-button--pink {
  background: #e39d9d;
}
.c-button--green {
  background: #acde87;
}
.c-button--green-dark {
  background: #9cd173;
}
.c-button--orange {
  background: #e68600;
}

@media print, screen and (width >= 768px) {
  .c-button--primary {
    min-height: 50px;
    padding: 4px 30px 4px 16px;
    font-size: 0.16rem;
  }
  .c-button--primary .c-button__text {
    padding-top: 1px;
    padding-left: 35px;
  }
  .is-mac.is-safari .c-button--primary .c-button__text {
    padding-top: 2px;
  }
  .is-mac.is-chrome .c-button--primary .c-button__text {
    padding-top: 0;
  }
  .c-button--primary .c-button__text::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .c-button--secondary {
    min-height: 128px;
    padding: 15px 40px 15px 35px;
  }
  .c-button--secondary::after {
    right: 8px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .c-button--secondary .c-button__text-japanese {
    font-size: 0.16rem;
  }
  .c-button--secondary .c-button__text-english {
    margin: 4px 0 7px;
    font-size: 0.3rem;
  }
  .c-button--quaternary {
    min-width: 131px;
    min-height: 49px;
    padding: 5px 17px 4px;
  }
  .is-mac .c-button--quaternary {
    padding-bottom: 5px;
  }
  .c-button--quaternary .c-button__text-japanese {
    margin-right: 3px;
    font-size: 0.17rem;
  }
  .c-button--quaternary .c-button__text-english {
    font-size: 0.18rem;
  }
  .c-button--quinary {
    width: 357px;
    min-height: 70px;
    margin: 0 auto;
    padding: 10px 40px 9px;
    font-size: 0.2rem;
  }
  .c-button--quinary .c-button__text-english {
    margin-top: 2px;
    font-size: 0.16rem;
  }
  .c-button--quinary::after {
    right: 8px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .c-button--sz1 {
    min-height: 94px;
  }
  .c-button--sz1 .c-button__text {
    letter-spacing: 0.05em;
  }
  .c-button--sz1 .c-button__text-english:last-child {
    margin-bottom: -4px;
  }
}
@media screen and (width < 768px) {
  .c-button--primary {
    min-height: 0.46rem;
    padding: 0.04rem 0.21rem 0.04rem 0.13rem;
    font-size: 0.15rem;
  }
  .c-button--primary .c-button__text {
    padding-left: 0.34rem;
  }
  .c-button--primary .c-button__text::before {
    width: 0.28rem;
    height: 0.28rem;
    margin-top: -0.14rem;
  }
  .c-button--secondary {
    min-height: 0.64rem;
    padding: 0.18rem 0.35rem;
  }
  .c-button--secondary::after {
    right: 0.07rem;
    width: 0.22rem;
    height: 0.22rem;
    margin-top: -0.12rem;
  }
  .c-button--secondary .c-button__text-japanese {
    font-size: 0.13rem;
  }
  .c-button--secondary .c-button__text-english {
    margin: 0.04rem 0 0.01rem;
    font-size: 0.22rem;
  }
  .c-button--quaternary {
    width: 100%;
    min-height: 0.46rem;
    padding: 0.05rem 0.08rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .c-button--quaternary .c-button__text-japanese {
    margin-right: 0.03rem;
  }
  .c-button--quaternary .c-button__text-english {
    padding-top: 0.01rem;
  }
  .c-button--quinary {
    min-height: 0.64rem;
    margin-right: 0.03rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.16rem;
  }
  .c-button--quinary .c-button__text {
    padding-top: 0.01rem;
  }
  .c-button--quinary .c-button__text-english {
    margin: 0.05rem 0 0.01rem;
    font-size: 0.14rem;
  }
  .c-button--quinary::after {
    right: 0.07rem;
    width: 0.22rem;
    height: 0.22rem;
    margin-top: -0.12rem;
  }
  .c-button--sz1 {
    min-height: 0.8rem;
  }
}
.c-list {
  padding-left: 0;
  list-style: none;
}
.c-list--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.c-list--primary .c-list__link {
  position: relative;
  height: 100%;
  border: 2px solid #79af65;
  border-radius: 0.1rem;
  background: #f8fdf2;
  color: #79af65;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.c-list--primary .c-list__icon {
  width: auto;
}
.c-list--primary .c-list__icon img {
  width: auto;
  max-width: none;
  height: 100%;
}
.c-list--primary .c-list__text small {
  display: block;
  letter-spacing: 0.05em;
}
.c-list--primary .c-list__number {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  min-width: 0.51rem;
  border-radius: 0.1rem 0;
  background: #79af65;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-list--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-list--secondary .c-list__link {
  position: relative;
  height: 100%;
  border: 2px solid #79af65;
  border-radius: 0.1rem;
  background: #f8fdf2;
  color: #79af65;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.c-list--quaternary .c-list__image img {
  border-radius: 0.15rem;
}
.c-list--quaternary .c-list__title {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.is-android .c-list--quaternary .c-list__title {
  font-weight: 700;
}
.c-list--quaternary .c-list__description:last-child {
  margin-bottom: 0;
}
.c-list--quaternary .c-link {
  display: inline-block;
}
.c-list--quinary .c-list__item {
  display: block;
  border: 1px solid #afafaf;
  border-radius: 0.1rem;
  background: #fff;
  text-decoration: none;
}
.c-list--quinary .c-list__title {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.is-android .c-list--quinary .c-list__title {
  font-weight: 700;
}
.c-list--octonary .c-list__item {
  display: block;
  text-decoration: none;
}
.c-list--octonary .c-list__image {
  position: relative;
}
.c-list--octonary .c-list__info {
  position: relative;
}
.c-list--octonary .c-list__title {
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-list--octonary .c-list__title > span {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.c-list--octonary .c-list__group {
  font-weight: 600;
  line-height: 1.5;
}
.is-android .c-list--octonary .c-list__group {
  font-weight: 700;
}
.c-list--octonary .c-list__name {
  position: relative;
}
.c-list--nonary .c-list__item {
  position: relative;
  border: 1px solid #e8c4c4;
  background: #fff;
}
.c-list--nonary .c-list__title {
  color: #e39d9d;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.is-android .c-list--nonary .c-list__title {
  font-weight: 700;
}
.c-list--nonary .c-list__number {
  position: absolute;
  z-index: 1;
  background: #d17777;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.55;
}
.c-list--nonary .c-list__number::after {
  content: "";
  position: absolute;
  background: #d17777;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}
.c-list--septenary {
  margin-bottom: 0;
}
.c-list--septenary .c-list__item {
  border: 1px solid #d8d8d8;
  border-radius: 0.1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.c-list--septenary .c-list__heading {
  margin: -1px -1px 0;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #eba94e;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
.is-android .c-list--septenary .c-list__heading {
  font-weight: 700;
}
.c-list--septenary .c-list__title {
  color: #e68600;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-list--septenary .c-list__row {
  position: relative;
  border-top: 1px dotted transparent;
  letter-spacing: 0.05em;
}
.c-list--septenary .c-list__row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/common/dot_icn.png") repeat-x 0 0/auto 1px;
}
.c-list--septenary .c-list__row:last-child {
  border-bottom: 1px dotted transparent;
}
.c-list--septenary .c-list__row:last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/common/dot_icn.png") repeat-x 0 0/auto 1px;
}
.c-list--septenary .c-list__left {
  font-weight: 600;
}
.is-android .c-list--septenary .c-list__left {
  font-weight: 700;
}
.c-list--septenary .c-list__right {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-list--septenary .c-list__right--line {
  -webkit-line-clamp: 3;
}
.c-list--senary .c-list__item {
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 0.1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.c-list--senary .c-list__title {
  margin: -1px -1px 0;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #eba94e;
  color: #fff;
  font-size: 0.17rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4117647059;
}
.c-list--senary .c-list__title > span {
  display: block;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-list--senary .c-list__info p:last-child {
  margin-bottom: 0;
}
.c-list--senary .c-list__row {
  background: url("../img/common/dot_icn.png") repeat-x 0 bottom/auto 1px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-list--senary .c-list__head {
  font-weight: 600;
}
.c-list--anchor-primary .c-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c9b30a;
  border-radius: 0.1rem;
  background: #fefff5;
  color: #ac9800;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-decoration: none;
}
.is-android .c-list--anchor-primary .c-list__link {
  font-weight: 700;
}
.c-list--anchor-primary .c-list__text {
  position: relative;
}
.c-list--anchor-primary .c-list__icon {
  position: absolute;
  top: 50%;
  left: 0;
}
.c-list--disc .c-list__item {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.c-list--disc .c-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  background-color: #84b3d6;
}
.c-list--disc .c-list__item:last-child {
  margin-bottom: 0;
}
.p-section-job__no-result {
	text-align: center;
}

@media print, screen and (width >= 768px) {
  .c-list--flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list--card {
    margin: 0 -8px;
  }
  .c-list--card > li {
    width: 33.3333333333%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .c-list--card .c-card {
    height: 100%;
  }
  .c-list--primary > li {
    width: 310px;
    margin-bottom: 14px;
  }
  .c-list--primary .c-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 106px;
    padding: 10px 25px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .c-list--primary .c-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #79af65;
  }
  .c-list--primary .c-list__icon {
    height: 66px;
    margin-right: 18px;
  }
  .c-list--primary .c-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--primary .c-list__text small {
    font-size: 0.16rem;
  }
  .c-list--primary .c-list__number {
    padding: 10px 4px 9px;
    font-size: 0.25rem;
  }
  .c-list--primary .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-list--primary .c-list__item--one {
    padding-right: 16px;
  }
  .c-list--primary .c-list__item--three {
    padding-left: 11px;
  }
  .c-list--primary .c-list__item--three .c-list__icon {
    margin-right: 8px;
  }
  .c-list--primary .c-list__item--four {
    margin-right: -25px;
  }
  .c-list--primary .c-list__item--four .c-list__icon {
    margin-right: 30px;
  }
  .c-list--primary .c-list__item--five {
    min-width: 170px;
  }
  .c-list--primary .c-list__item--five .c-list__icon {
    margin-right: 24px;
  }
  .c-list--primary .c-list__item--six {
    min-width: 179px;
  }
  .c-list--primary .c-list__item--six .c-list__icon {
    margin-right: 19px;
  }
  .c-list--primary .c-list__item--seven {
    min-width: 181px;
  }
  .c-list--primary .c-list__item--seven .c-list__icon {
    margin-right: 23px;
  }
  .c-list--primary .c-list__item--eight .c-list__icon {
    margin-right: 12px;
  }
  .c-list--primary .c-list__item--nine {
    padding-left: 10px;
  }
  .c-list--primary .c-list__item--nine .c-list__icon {
    margin-right: 14px;
  }
  .c-list--primary .c-list__item--ten {
    padding-left: 4px;
  }
  .c-list--primary .c-list__item--ten .c-list__icon {
    margin-right: 19px;
  }
  .c-list--primary .c-list__item--eleven {
    padding-left: 11px;
  }
  .c-list--primary .c-list__item--eleven .c-list__icon {
    margin-right: 10px;
  }
  .c-list--secondary {
    gap: 10px;
  }
  .c-list--secondary > li {
    width: 320px;
  }
  .c-list--secondary .c-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 8px 17px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-list--secondary .c-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #79af65;
  }
  .c-list--secondary .c-list__icon {
    height: 50px;
    margin-right: 15px;
  }
  .c-list--secondary .c-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--secondary .c-list__text small {
    font-size: 0.14rem;
  }
  .c-list--secondary .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-list--quaternary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto;
  }
  .c-list--quaternary > li {
    width: 420px;
    margin-bottom: 52px;
  }
  .c-list--quaternary .c-list__image {
    height: 274px;
    margin-bottom: 20px;
  }
  .c-list--quaternary .c-list__info {
    padding: 0 10px;
  }
  .c-list--quaternary .c-list__title {
    margin-bottom: 16px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-list--quaternary .c-list__description {
    margin-bottom: 7px;
    line-height: 1.7333333333;
  }
  .c-list--quinary {
    margin: 0 -9px 0 -10px;
  }
  .c-list--quinary > li {
    width: 50%;
    margin-bottom: 19px;
    padding: 0 9px 0 10px;
  }
  .c-list--quinary .c-list__item {
    height: 100%;
    padding: 18px 14px 14px;
  }
  .c-list--quinary .c-list__title {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .c-list--quinary .c-tag {
    margin-bottom: 6px;
  }
  .c-list--octonary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-list--octonary > li {
    width: 475px;
    margin-bottom: 75px;
  }
  .c-list--octonary .c-list__image {
    height: 285px;
  }
  .c-list--octonary .c-list__info {
    margin-bottom: 15px;
  }
  .c-list--octonary .c-list__title {
    bottom: 12px;
    left: 0;
    width: 100%;
    font-size: 0.2rem;
    line-height: 2.4;
  }
  .c-list--octonary .c-list__title > span {
    padding: 7px 15px 7px 17px;
  }
  .c-list--octonary .c-list__text {
    margin-right: 25px;
    font-size: 0.15rem;
  }
  .c-list--octonary .c-list__name {
    top: 1px;
    font-size: 0.18rem;
  }
  .c-list--nonary > li {
    margin-bottom: 52px;
  }
  .c-list--nonary > li:last-child {
    margin-bottom: 0;
  }
  .c-list--nonary .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 29px 33px;
    border-radius: 20px;
  }
  .c-list--nonary .c-list__image {
    width: 460px;
    height: 300px;
    margin-right: 30px;
  }
  .c-list--nonary .c-list__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 13px;
  }
  .c-list--nonary .c-list__title {
    margin-bottom: 13px;
    font-size: 0.28rem;
    line-height: 1.3214285714;
  }
  .c-list--nonary .c-list__number {
    top: -21px;
    left: -16px;
    padding: 13px 12px;
    border-radius: 15px;
    font-size: 0.25rem;
  }
  .c-list--nonary .c-list__number::after {
    bottom: -11px;
    left: 20px;
    width: 11px;
    height: 14px;
  }
  .c-list--nonary .c-text {
    margin-bottom: 23px;
  }
  .c-list--nonary .c-button--primary {
    padding-right: 23px;
  }
  .c-list--septenary .c-list__item {
    margin-bottom: 30px;
  }
  .c-list--septenary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--septenary .c-list__heading {
    padding: 21px 25px;
    font-size: 0.24rem;
  }
  .c-list--septenary .c-list__content {
    padding: 28px 35px 35px 24px;
  }
  .c-list--septenary .c-list__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-list--septenary .c-list__image {
    width: 352px;
    height: 225px;
    margin-top: 2px;
    margin-right: 34px;
  }
  .c-list--septenary .c-list__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--septenary .c-list__title {
    margin-bottom: 15px;
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .c-list--septenary .c-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 6px;
    line-height: 1.6428571429;
    font-size: 0.15rem;
  }
  .c-list--septenary .c-list__left {
    width: 102px;
  }
  .c-list--septenary .c-list__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--septenary .c-list__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding-left: 9px;
  }
  .c-list--septenary .c-button--primary {
    margin: 0 5px;
    padding-right: 23px;
  }
  .c-list--senary > li {
    width: 310px;
    margin: 0 25px 25px 0;
  }
  .c-list--senary > li:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--senary .c-list__item {
    height: 100%;
  }
  .c-list--senary .c-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
    padding: 13px 18px 14px;
  }
  .c-list--senary .c-list__info {
    padding: 20px 19px 28px;
  }
  .c-list--senary .c-list__image {
    height: 173px;
    margin-bottom: 7px;
  }
  .c-list--senary .c-list__row {
    margin-bottom: 1px;
    padding: 10px 5px 13px;
    font-size: 0.13rem;
  }
  .c-list--senary .c-list__row:last-child {
    padding-bottom: 14px;
  }
  .c-list--senary .c-list__head {
    margin-bottom: 3px;
  }
  .c-list--anchor-primary > li {
    width: 310px;
    margin-right: 25px;
    margin-bottom: 22px;
  }
  .c-list--anchor-primary > li:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--anchor-primary .c-list__link {
    min-height: 73px;
    padding: 5px 2px 5px 15px;
    font-size: 0.2rem;
  }
  .c-list--anchor-primary .c-list__text {
    padding-left: 68px;
  }
  .c-list--anchor-primary .c-list__icon {
    width: 56px;
    margin-top: -28px;
  }
  .c-list--disc {
    margin-bottom: 0;
  }
  .c-list--disc .c-list__item {
    margin-bottom: 8.5px;
    padding-left: 34px;
    font-size: 0.17rem;
    line-height: 1.75;
  }
  .c-list--disc .c-list__item::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }
  .c-list--disc-primary .c-list__item {
    margin-bottom: 11px;
    padding-left: 26px;
    font-size: 0.18rem;
  }
  .c-list--disc-primary .c-list__item::before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
  .c-list--disc-secondary .c-list__item {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 0.16rem;
  }
  .c-list--disc-secondary .c-list__item::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (width < 768px) {
  .c-list--card > li {
    margin-bottom: 0.14rem;
  }
  .c-list--card > li:last-child {
    margin-bottom: 0;
  }
  .c-list--primary > li {
    width: 47.6489028213%;
    margin-bottom: 0.15rem;
  }
  .c-list--primary .c-list__link {
    display: block;
    min-height: 1.52rem;
    padding: 0.38rem 0.05rem 0.12rem;
    font-size: 0.17rem;
    line-height: 1.2941176471;
    text-align: center;
  }
  .c-list--primary .c-list__icon {
    position: relative;
    height: 0.51rem;
    margin: 0 auto 0.15rem;
  }
  .c-list--primary .c-list__icon img {
    margin: 0 auto;
  }
  .c-list--primary .c-list__text small {
    margin-top: -0.01rem;
    font-size: 0.14rem;
  }
  .c-list--primary .c-list__number {
    padding: 10px 4px 9px;
    font-size: 0.2rem;
  }
  .c-list--primary .c-list__item--three .c-list__icon {
    left: 0.05rem;
    margin-top: 0.04rem;
    margin-bottom: 0.11rem;
  }
  .c-list--primary .c-list__item--four {
    line-height: 1.0588235294;
  }
  .c-list--primary .c-list__item--four .c-list__icon {
    height: 0.56rem;
    margin-bottom: 0.04rem;
  }
  .c-list--primary .c-list__item--five .c-list__icon {
    margin-top: 0.03rem;
    margin-bottom: 0.12rem;
  }
  .c-list--primary .c-list__item--six .c-list__icon {
    height: 0.54rem;
    margin-bottom: 0.12rem;
  }
  .c-list--primary .c-list__item--seven .c-list__icon {
    height: 0.53rem;
    margin-top: -0.07rem;
    margin-bottom: 0.11rem;
  }
  .c-list--primary .c-list__item--eight .c-list__icon {
    height: 0.53rem;
    margin-top: -0.03rem;
    margin-bottom: 0.15rem;
  }
  .c-list--primary .c-list__item--nine {
    line-height: 1.0588235294;
  }
  .c-list--primary .c-list__item--nine .c-list__icon {
    margin-top: -0.02rem;
    margin-bottom: 0.11rem;
  }
  .c-list--primary .c-list__item--ten .c-list__icon, .c-list--primary .c-list__item--eleven .c-list__icon {
    height: 0.58rem;
    margin-top: -0.06rem;
    margin-bottom: 0.14rem;
  }
  .c-list--secondary {
    display: none;
  }
  .c-list--quaternary {
    margin-bottom: 0;
  }
  .c-list--quaternary > li {
    margin-bottom: 0.43rem;
  }
  .c-list--quaternary > li:last-child {
    margin-bottom: 0;
  }
  .c-list--quaternary .c-list__image {
    height: 2.08rem;
    margin-bottom: 0.16rem;
  }
  .c-list--quaternary .c-list__title {
    margin-bottom: 0.12rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .c-list--quaternary .c-list__description {
    margin-bottom: 0.08rem;
  }
  .c-list--quaternary .c-list__description--modify {
    letter-spacing: 0.04em;
  }
  .c-list--quaternary .c-link {
    font-size: 0.15rem;
  }
  .c-list--quinary {
    margin: 0;
  }
  .c-list--quinary > li {
    margin-bottom: 0.16rem;
  }
  .c-list--quinary .c-list__item {
    padding: 0.19rem 0.14rem 0.18rem;
  }
  .c-list--quinary .c-list__title {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .c-list--quinary .c-tag {
    margin-bottom: 0.05rem;
  }
  .c-list--octonary > li {
    margin-bottom: 0.53rem;
  }
  .c-list--octonary > li:last-child {
    margin-bottom: 0;
  }
  .c-list--octonary .c-list__image {
    height: 2.6rem;
  }
  .c-list--octonary .c-list__info {
    margin: 0 -0.28rem 0.15rem;
  }
  .c-list--octonary .c-list__title {
    right: 0.14rem;
    bottom: 0.11rem;
    left: 0.14rem;
    font-size: 0.19rem;
    line-height: 2.2368421053;
  }
  .c-list--octonary .c-list__title > span {
    padding: 0.055rem 0.1rem 0.06rem;
  }
  .is-ios .c-list--octonary .c-list__title > span {
    padding-top: 0.05rem;
    padding-bottom: 0.06rem;
  }
  .c-list--octonary .c-list__text {
    margin-right: 0.15rem;
    font-size: 0.12rem;
  }
  .c-list--octonary .c-list__name {
    top: 0.01rem;
    font-size: 0.15rem;
  }
  .c-list--octonary .c-list__group {
    margin: 0 -0.1rem;
  }
  .c-list--nonary {
    margin-bottom: 0;
  }
  .c-list--nonary > li {
    margin-bottom: 0.62rem;
  }
  .c-list--nonary > li:last-child {
    margin-bottom: 0;
  }
  .c-list--nonary .c-list__item {
    display: block;
    padding: 0.24rem 0.18rem 0.32rem;
    border-width: 2px;
    border-radius: 0.15rem;
  }
  .c-list--nonary .c-list__image {
    height: 1.82rem;
    margin-bottom: 0.16rem;
  }
  .c-list--nonary .c-list__title {
    margin-bottom: 0.11rem;
    font-size: 0.22rem;
    line-height: 1.3214285714;
  }
  .c-list--nonary .c-list__number {
    top: -0.33rem;
    left: -0.16rem;
    min-width: 0.76rem;
    padding: 0.09rem 0.07rem;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    text-align: center;
  }
  .c-list--nonary .c-list__number::after {
    bottom: -0.09rem;
    left: 0.17rem;
    width: 0.09rem;
    height: 0.12rem;
  }
  .c-list--nonary .c-text {
    margin-bottom: 0.23rem;
  }
  .c-list--nonary .c-list__button {
    text-align: center;
  }
  .c-list--septenary .c-list__item {
    margin-bottom: 0.35rem;
  }
  .c-list--septenary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--septenary .c-list__heading {
    padding: 0.16rem 0.18rem;
    font-size: 0.18rem;
  }
  .c-list--septenary .c-list__content {
    padding: 0.16rem 0.16rem 0.32rem;
  }
  .c-list--septenary .c-list__image {
    width: 100%;
    height: 1.82rem;
    margin-bottom: 0.12rem;
  }
  .c-list--septenary .c-list__title {
    margin-bottom: 0.12rem;
    font-size: 0.16rem;
    line-height: 1.375;
  }
  .is-android .c-list--septenary .c-list__title {
    font-weight: 700;
  }
  .c-list--septenary .c-list__row {
    margin: 0 -0.03rem;
    padding: 0.09rem 0.04rem;
    line-height: 1.6428571429;
	font-size: 0.14rem;
  }
  .c-list--septenary .c-list__left {
    margin-bottom: 0.01rem;
  }
  .c-list--septenary .c-list__button {
    margin-top: 0.22rem;
    text-align: center;
  }
  .c-list--septenary .c-list__button .c-button--primary {
    min-width: 2.4rem;
    min-height: 0.55rem;
    margin: 0 auto 0.14rem;
    /*padding-right: 0.15rem;*/
  }
  .c-list--septenary .c-button--primary .c-button__text {
    margin: auto;
    padding: 0;
  }
  .c-list--septenary .c-button--primary .c-button__text::before {
    position: relative;
    display: inline-block;
    margin-bottom: -0.08rem;
    margin-right: 5px;
  }
  .c-list--septenary .c-list__button .c-button--primary:last-child {
    margin-bottom: 0;
  }
  .c-list--senary > li {
    margin-bottom: 0.29rem;
  }
  .c-list--senary > li:last-child {
    margin-bottom: 0;
  }
  .c-list--senary .c-list__title {
    padding: 0.13rem 0.23rem 0.14rem;
  }
  .is-android .c-list--senary .c-list__title {
    font-weight: 700;
  }
  .c-list--senary .c-list__info {
    padding: 0.2rem 0.235rem 28px;
  }
  .c-list--senary .c-list__image {
    height: 1.73rem;
    margin-bottom: 0.05rem;
  }
  .c-list--senary .c-list__row {
    padding: 0.1rem 0.05rem 0.13rem;
    font-size: 0.14rem;
  }
  .c-list--senary .c-list__head {
    margin-bottom: 0.03rem;
  }
  .is-android .c-list--senary .c-list__head {
    font-weight: 700;
  }
  .c-list--anchor-primary {
    width: 89.6551724138%;
    margin: 0 auto;
  }
  .c-list--anchor-primary > li {
    margin-bottom: 0.11rem;
  }
  .c-list--anchor-primary > li:last-child {
    margin-right: 0;
  }
  .c-list--anchor-primary .c-list__link {
    min-height: 0.61rem;
    padding: 0.05rem 0.05rem 0.05rem 0.3rem;
    font-size: 0.17rem;
  }
  .c-list--anchor-primary .c-list__text {
    padding-left: 0.52rem;
  }
  .c-list--anchor-primary .c-list__icon {
    width: 0.4rem;
    margin-top: -0.2rem;
  }
  .c-list--disc {
    margin-bottom: 0;
  }
  .c-list--disc .c-list__item {
    margin-bottom: 0.13rem;
    padding-left: 0.25rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .c-list--disc .c-list__item::before {
    top: 0.03rem;
    width: 0.15rem;
    height: 0.15rem;
  }
}
.c-heading__text {
  display: block;
}
.c-heading__text--english {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.22;
}
.c-heading__text--japanese {
  font-weight: 300;
  line-height: 1.5;
}
.c-heading__text--yellow {
  color: #eba94e;
}
.c-heading__text--green {
  color: #acde87;
}
.c-heading__text--pink {
  color: #e39d9d;
}
.c-heading__text--blue {
  color: #4383b2;
}
.c-heading__text--blue-light {
  color: #84b3d6;
}
.c-heading__text--gold {
  color: #c9b30a;
}
.c-heading--primary .c-heading__text--japanese {
  font-size: 0.16rem;
}
.c-heading--secondary .c-heading__text--japanese {
  font-size: 0.18rem;
}
.c-heading--secondary .c-heading__text--english {
  font-size: 0.5rem;
}
.c-heading--tertiary {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.is-android .c-heading--tertiary {
  font-weight: 700;
}
.c-heading--tertiary.c-heading--yellow {
  color: #c9b30a;
}
.c-heading--quaternary {
  color: #acacac;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.c-heading--quinary .c-heading__text--japanese {
  letter-spacing: 0.05em;
}
.c-heading--center {
  text-align: center;
}

@media print, screen and (width >= 768px) {
  .c-heading--primary {
    margin-bottom: 84px;
    padding-left: 5px;
  }
  .c-heading--primary .c-heading__text--english {
    margin-bottom: 5px;
    font-size: 0.4rem;
  }
  .c-heading--secondary .c-heading__text--english {
    margin-bottom: 11px;
    font-size: 0.5rem;
  }
  .c-heading--secondary .c-heading__text--japanese {
    font-size: 0.18rem;
  }
  .c-heading--tertiary {
    font-size: 0.28rem;
  }
  .c-heading--tertiary.c-heading--sz1 {
    font-size: 0.3rem;
  }
  .c-heading--tertiary.c-heading--sz2 {
    font-size: 0.25rem;
  }
  .c-heading--quaternary {
    margin-bottom: 22px;
    font-size: 0.55rem;
  }
  .c-heading--quinary .c-heading__text--japanese {
    font-size: 0.18rem;
  }
  .c-heading--quinary .c-heading__text--english {
    margin-bottom: 4px;
    font-size: 0.45rem;
  }
}
@media screen and (width < 768px) {
  .c-heading--primary {
    margin-bottom: 0.51rem;
    text-align: center;
  }
  .c-heading--primary .c-heading__text--english {
    margin-bottom: 0.03rem;
    font-size: 0.32rem;
  }
  .c-heading--primary .c-heading__text--sz1 {
    font-size: 0.14rem;
  }
  .c-heading--secondary {
    text-align: center;
  }
  .c-heading--secondary .c-heading__text--english {
    margin-bottom: 0.02rem;
    font-size: 0.4rem;
  }
  .c-heading--secondary .c-heading__text--japanese {
    font-size: 0.15rem;
  }
  .c-heading--tertiary {
    font-size: 0.2rem;
  }
  .c-heading--tertiary.c-heading--sz1 {
    font-size: 0.22rem;
  }
  .c-heading--quaternary {
    margin-bottom: 0.26rem;
    font-size: 0.3rem;
  }
  .c-heading--quinary .c-heading__text--japanese {
    font-size: 0.14rem;
  }
  .c-heading--quinary .c-heading__text--english {
    margin-bottom: 0.01rem;
    font-size: 0.3rem;
  }
  .c-heading--align-left-sp {
    text-align: left;
  }
}
.c-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.02rem;
}
@media (hover: hover) {
  .c-link:hover {
    text-decoration: none;
  }
}
.c-link--marker {
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.c-link--marker::before {
  content: "";
  position: absolute;
  background: url("../img/common/marker_icn.svg") no-repeat center center/100% auto;
}
.c-link--yellow {
  color: #c9b30a;
}

@media print, screen and (width >= 768px) {
  .c-link--marker {
    padding-left: 22px;
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .c-link--marker::before {
    top: 3px;
    left: -1px;
    width: 18px;
    height: 22px;
  }
  .is-mac .c-link--marker::before {
    top: 2px;
  }
}
@media screen and (width < 768px) {
  .c-link--marker {
    padding-left: 0.21rem;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .c-link--marker::before {
    top: 0;
    left: -0.01rem;
    width: 0.18rem;
    height: 0.22rem;
  }
}
.is-first-view {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.is-loaded .is-first-view {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.c-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-slider__item {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media print, screen and (width >= 768px) {
  .c-slider {
    max-width: 3000px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
}
.c-section-block {
  position: relative;
  background: no-repeat -154px 69px/421px auto, no-repeat calc(100% + 178px) -249px/626px auto;
}
.c-section-block--yellow {
  background-image: url("../img/common/blur_yellow_bg_01.jpg"), url("../img/common/blur_yellow_bg_02.png");
}
.c-section-block--yellow-primary {
  background-image: url("../img/common/blur_yellow_bg_03.png"), url("../img/common/blur_yellow_bg_02.png");
}
.c-section-block--yellow-secondary {
  background-image: url("../img/common/blur_yellow_bg_04.png"), url("../img/common/blur_yellow_bg_02.png");
}
.c-section-block--yellow-tertiary {
  background-image: url("../img/common/blur_yellow_bg_05.png"), url("../img/common/blur_yellow_bg_06.png");
}
.c-section-block--blue {
  background-image: url("../img/common/blur_blue_bg_01.jpg"), url("../img/common/blur_blue_bg_02.png");
}
.c-section-block--blue-light {
  background-image: url("../img/common/blur_blue_bg_03.jpg"), url("../img/common/blur_blue_bg_04.png");
}
.c-section-block--pink {
  background-image: url("../img/common/blur_pink_bg_01.png"), url("../img/common/blur_pink_bg_02.png");
}
.c-section-block--green {
  background-image: url("../img/common/blur_green_bg_01.jpg"), url("../img/common/blur_green_bg_02.png");
}

@media print, screen and (width >= 768px) {
  .c-section-block {
    padding-top: 146px;
    padding-bottom: 57px;
  }
}
@media screen and (width < 768px) {
  .c-section-block {
    padding-top: 1.14rem;
    padding-bottom: 0.57rem;
    background-position: -1.52rem 1.26rem, calc(100% + 1.36rem) -1.26rem;
    background-size: 2.42rem auto, 3.24rem auto;
  }
}
@media print, screen and (width >= 768px) {
  .c-text p {
    margin-bottom: 30px;
  }
  .c-text p:last-child {
    margin-bottom: 0;
  }
  .c-text--primary {
    font-size: 0.16rem;
    line-height: 2;
  }
  .c-text--secondary {
    font-size: 0.17rem;
    line-height: 1.7647058824;
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .c-text {
    font-size: 0.14rem;
  }
  .c-text p {
    margin-bottom: 0.24rem;
  }
  .c-text p:last-child {
    margin-bottom: 0;
  }
  .c-text--primary {
    line-height: 1.8571428571;
  }
  .c-text--secondary {
    line-height: 1.7142857143;
  }
}
.c-button-row {
  text-align: center;
}

.c-media__image {
  overflow: hidden;
}
.c-media__image img {
  -o-object-position: center 0;
  object-position: center 0;
}
.c-media__title {
  color: #79af65;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media print, screen and (width >= 768px) {
  .c-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-media__image {
    width: 50%;
    height: 430px;
    margin-right: 45px;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
  }
  .c-media__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 445px;
    margin-top: 27px;
  }
  .c-media__info--primary {
    margin-top: -3px;
  }
  .c-media__info--secondary {
    margin-top: 1px;
  }
  .c-media__info--quaternary {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .c-media__info--quinary {
    margin-top: -12px;
  }
  .c-media__title {
    margin-bottom: 28px;
    font-size: 0.28rem;
    line-height: 1.3214285714;
  }
}
@media screen and (width < 768px) {
  .c-media__image {
    height: 2.19rem;
    margin-right: 0.28rem;
    margin-bottom: 0.26rem;
    border-radius: 0 0.15rem 0.15rem 0;
  }
  .c-media__info {
    padding: 0 0.28rem;
  }
  .c-media__title {
    margin-bottom: 0.15rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .is-android .c-media__title {
    font-weight: 700;
  }
  .c-media .c-text p {
    margin-bottom: 0.26rem;
  }
  .c-media .c-text p:last-child {
    margin-bottom: 0;
  }
  .c-media .c-text__text {
    display: block;
    margin-bottom: 0.26rem;
  }
  .c-media .c-text__space {
    letter-spacing: 0.05em;
  }
}
.c-box {
  border: 3px solid #9cd173;
}
.c-box--schedule {
  background: #fff;
}
.c-box--schedule .c-box__heading {
  border-bottom: 2px solid #9cd173;
}
.c-box--schedule .c-box__image:last-child {
  margin-bottom: 0;
}
.c-box--schedule .c-box__title {
  font-weight: 400;
  text-align: center;
}
.c-box--schedule .c-box__title > span {
  display: block;
}
.c-box--schedule .c-box__title-english {
  color: #acde87;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.c-box--schedule .c-box__title-japanese {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-box--schedule .c-box__subtitle {
  color: #6ab135;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
.c-box--schedule .c-box__description {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-box--schedule .c-box__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-box--schedule .c-box__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-box--schedule .c-box__list > li::before {
  content: "";
  position: absolute;
  border-left: 1px solid #acacac;
}
.c-box--schedule .c-box__list > li:last-child {
  margin-bottom: 0;
}
.c-box--schedule .c-box__list > li:last-child::before {
  display: none;
}
.c-box--schedule .c-box__time {
  position: relative;
  color: #6ab135;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.c-box--schedule .c-box__time::before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% auto;
}
.c-box--schedule .c-box__time--one::before {
  background-image: url("../img/common/time_icn_0800.svg");
}
.c-box--schedule .c-box__time--two::before {
  background-image: url("../img/common/time_icn_0820.svg");
}
.c-box--schedule .c-box__time--three::before {
  background-image: url("../img/common/time_icn_1000.svg");
}
.c-box--schedule .c-box__time--four::before {
  background-image: url("../img/common/time_icn_1130.svg");
}
.c-box--schedule .c-box__time--five::before {
  background-image: url("../img/common/time_icn_1200.svg");
}
.c-box--schedule .c-box__time--six::before {
  background-image: url("../img/common/time_icn_1300.svg");
}
.c-box--schedule .c-box__time--seven::before {
  background-image: url("../img/common/time_icn_1400.svg");
}
.c-box--schedule .c-box__time--eight::before {
  background-image: url("../img/common/time_icn_1500.svg");
}
.c-box--schedule .c-box__time--nine::before {
  background-image: url("../img/common/time_icn_1600.svg");
}
.c-box--schedule .c-box__time--ten::before {
  background-image: url("../img/common/time_icn_1700.svg");
}
.c-box--schedule .c-box__time--eleven::before {
  background-image: url("../img/common/time_icn_0900.svg");
}
.c-box--schedule .c-box__time--twelve::before {
  background-image: url("../img/common/time_icn_1800.svg");
}
.c-box--schedule .c-box__time--thirteen::before {
  background-image: url("../img/common/time_icn_0830.svg");
}
.c-box--schedule .c-box__time--fourteen::before {
  background-image: url("../img/common/time_icn_0930.svg");
}
.c-box--schedule .c-box__time--fifteen::before {
  background-image: url("../img/common/time_icn_1100.svg");
}
.c-box--schedule .c-box__time--sixteen::before {
  background-image: url("../img/common/time_icn_1430.svg");
}
.c-box--schedule .c-box__time--seventeen::before {
  background-image: url("../img/common/time_icn_1630.svg");
}
.c-box--schedule .c-box__time--eighteen::before {
  background-image: url("../img/common/time_icn_1715.svg");
}
.c-box--schedule .c-box__time--nineteen::before {
  background-image: url("../img/common/time_icn_1730.svg");
}
.c-box--schedule .c-box__time--twenty::before {
  background-image: url("../img/common/time_icn_1745.svg");
}
.c-box--schedule .c-box__time--twenty-one::before {
  background-image: url("../img/common/time_icn_1930.svg");
}
.c-box--schedule .c-box__time--twenty-two::before {
  background-image: url("../img/common/time_icn_2100.svg");
}
.c-box--schedule .c-box__time--twenty-three::before {
  background-image: url("../img/common/time_icn_2300.svg");
}
.c-box--schedule .c-box__time--twenty-four::before {
  background-image: url("../img/common/time_icn_0600.svg");
}
.c-box--schedule .c-box__time--twenty-five::before {
  background-image: url("../img/common/time_icn_0700.svg");
}
.c-box--schedule .c-box__time--twenty-six::before {
  background-image: url("../img/common/time_icn_1830.svg");
}
.c-box--schedule .c-box__time--twenty-seven::before {
  background-image: url("../img/common/time_icn_0815.svg");
}
.c-box--schedule .c-box__time--twenty-eight::before {
  background-image: url("../img/common/time_icn_1720.svg");
}
.c-box--schedule .c-box__time--twenty-nine::before {
  background-image: url("../img/common/time_icn_1530.svg");
}
.c-box--schedule .c-box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-box--schedule .c-box__content p:last-child {
  margin-bottom: 0;
}
.c-box--schedule .c-box__list-text {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 300;
  letter-spacing: 0;
  list-style: none;
}
.c-box--schedule .c-box__text {
  letter-spacing: 0.05em;
}

@media print, screen and (width >= 768px) {
  .c-box {
    padding: 37px 59px 77px;
    border-radius: 30px;
  }
  .c-box--schedule .c-box__heading {
    margin-bottom: 50px;
    padding-bottom: 33px;
  }
  .c-box--schedule .c-box__image {
    margin-bottom: 20px;
  }
  .c-box--schedule .c-box__image:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__title {
    margin-bottom: 10px;
  }
  .c-box--schedule .c-box__title-english {
    margin-bottom: 3px;
    font-size: 0.2rem;
  }
  .c-box--schedule .c-box__title-japanese {
    font-size: 0.28rem;
  }
  .c-box--schedule .c-box__subtitle {
    margin-bottom: 18px;
    font-size: 0.24rem;
  }
  .c-box--schedule .c-box__subtitle + .c-box__image {
    margin-top: 26px;
  }
  .c-box--schedule .c-box__description {
    font-size: 0.16rem;
    line-height: 1.3125;
  }
  .c-box--schedule .c-box__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3px;
  }
  .c-box--schedule .c-box__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 6px;
    margin-right: 19px;
  }
  .c-box--schedule .c-box__right {
    width: 380px;
  }
  .c-box--schedule .c-box__time {
    top: 1px;
    width: 132px;
    padding-left: 39px;
    font-size: 0.25rem;
  }
  .c-box--schedule .c-box__time::before {
    top: -3px;
    left: 3px;
    width: 35px;
    height: 35px;
  }
  .c-box--schedule .c-box__content {
    max-width: 260px;
    font-size: 0.2rem;
    line-height: 1.6875;
  }
  .is-android .c-box--schedule .c-box__content {
    font-weight: 700;
  }
  .c-box--schedule .c-box__content--secondary {
    max-width: 280px;
  }
  .c-box--schedule .c-box__list > li {
    margin-bottom: 59px;
  }
  .c-box--schedule .c-box__list > li::before {
    top: 39px;
    bottom: -50px;
    left: 85px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-primary {
    margin-bottom: 38px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-primary::before {
    bottom: -29px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-secondary {
    margin-bottom: 40px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-secondary::before {
    bottom: -33px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-tertiary {
    margin-bottom: 42px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-tertiary::before {
    bottom: -35px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quaternary {
    margin-bottom: 28px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quaternary::before {
    bottom: -20px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quinary {
    margin-bottom: 61px;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quinary::before {
    bottom: -54px;
  }
  .c-box--schedule .c-box__list--primary .c-box__content {
    max-width: 300px;
  }
  .c-box--schedule .c-box__list-text {
    margin-top: 10px;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .c-box--schedule .c-box__list-text > li {
    margin-bottom: 11px;
  }
  .c-box--schedule .c-box__list-text > li:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__list-text--tertiary > li {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__row {
    margin-bottom: 54px;
  }
  .c-box--schedule .c-box__row:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__text {
    margin-top: -2px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-box--schedule .c-box__text:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__text-primary {
    margin-top: 16px;
  }
  .c-box--schedule .c-box__text-secondary {
    margin-top: -5px;
  }
}
@media screen and (width < 768px) {
  .c-box {
    padding: 0.23rem 0.18rem 0.33rem;
    border-width: 2px;
    border-radius: 0.15rem;
  }
  .c-box--schedule .c-box__heading {
    margin-bottom: 25px;
    padding-bottom: 0.2rem;
    border-bottom-width: 1px;
  }
  .c-box--schedule .c-box__image {
    margin-bottom: 0.15rem;
  }
  .c-box--schedule .c-box__image:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__title {
    margin-bottom: 0.1rem;
  }
  .c-box--schedule .c-box__title-english {
    margin-bottom: 0.03rem;
    font-size: 0.16rem;
  }
  .c-box--schedule .c-box__title-japanese {
    font-size: 0.2rem;
  }
  .is-android .c-box--schedule .c-box__title-japanese {
    font-weight: 700;
  }
  .c-box--schedule .c-box__subtitle {
    margin-bottom: 0.12rem;
    font-size: 0.18rem;
  }
  .is-android .c-box--schedule .c-box__subtitle {
    font-weight: 700;
  }
  .c-box--schedule .c-box__subtitle + .c-box__image {
    margin-top: 0.17rem;
  }
  .c-box--schedule .c-box__description {
    font-size: 0.13rem;
    line-height: 1.7692307692;
  }
  .is-android .c-box--schedule .c-box__description {
    font-weight: 700;
  }
  .c-box--schedule .c-box__left {
    margin-bottom: 0.25rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #9cd173;
  }
  .c-box--schedule .c-box__list > li {
    margin-bottom: 0.36rem;
  }
  .c-box--schedule .c-box__list > li::before {
    top: 0.28rem;
    bottom: -0.33rem;
    left: 0.62rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-primary, .c-box--schedule .c-box__list > li.c-box__row-secondary {
    margin-bottom: 0.25rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-primary::before, .c-box--schedule .c-box__list > li.c-box__row-secondary::before {
    bottom: -0.22rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-tertiary {
    margin-bottom: 0.26rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-tertiary::before {
    bottom: -0.22rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quaternary {
    margin-bottom: 0.27rem;
  }
  .c-box--schedule .c-box__list > li.c-box__row-quaternary::before {
    bottom: -0.23rem;
  }
  .c-box--schedule .c-box__time {
    width: 1.08rem;
    padding-right: 0.08rem;
    padding-left: 0.25rem;
    font-size: 0.21rem;
  }
  .c-box--schedule .c-box__time::before {
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .c-box--schedule .c-box__content {
    font-size: 0.15rem;
    line-height: 1.4666666667;
    position: relative;
    top: 0.01rem;
  }
  .c-box--schedule .c-box__content--primary {
    margin-right: -0.1rem;
  }
  .is-android .c-box--schedule .c-box__content {
    font-weight: 700;
  }
  .c-box--schedule .c-box__text-space-sp {
    letter-spacing: 0.025em;
  }
  .c-box--schedule .c-box__text-margin-right {
    margin-right: -0.08rem;
  }
  .c-box--schedule .c-box__list-text {
    margin-top: 0.09rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .c-box--schedule .c-box__list-text > li {
    margin-bottom: 0.03rem;
  }
  .c-box--schedule .c-box__list-text > li:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__list-text > li.c-box__list-text-margin {
    margin-bottom: 0.13rem;
  }
  .c-box--schedule .c-box__list-text--primary > li {
    margin-bottom: 0.1rem;
  }
  .c-box--schedule .c-box__list-text--primary > li:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__list-text--secondary, .c-box--schedule .c-box__list-text--tertiary {
    margin-top: 0.12rem;
  }
  .c-box--schedule .c-box__list-text--tertiary > li {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__row {
    margin-bottom: 0.29rem;
  }
  .c-box--schedule .c-box__row:last-child {
    margin-bottom: 0;
  }
  .c-box--schedule .c-box__text {
    margin-top: -0.02rem;
    margin-bottom: 0.04rem;
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .is-ios .c-box--schedule .c-box__text {
    letter-spacing: 0.1em;
  }
  .c-box--schedule .c-box__text-primary {
    margin-top: 0.16rem;
  }
  .c-box--schedule .c-box__text-primary:last-child {
    margin-bottom: 0.02rem;
  }
}
@media print, screen and (width >= 768px) {
  .c-section-finish {
    padding-bottom: 120px;
  }
  .c-section-finish .c-text {
    margin-bottom: 74px;
  }
  .c-section-finish .c-button--quinary {
    left: 1px;
    min-height: 75px;
    letter-spacing: 0.05em;
  }
}
@media screen and (width < 768px) {
  .c-section-finish {
    padding-bottom: 0.8rem;
  }
  .c-section-finish .c-heading--primary {
    margin-bottom: 0.61rem;
  }
  .c-section-finish .c-text {
    margin-bottom: 0.51rem;
  }
  .c-section-finish .c-button--quinary {
    min-height: 0.8rem;
  }
}
.c-tag__item {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  vertical-align: top;
}

@media print, screen and (width >= 768px) {
  .c-tag__item {
    margin: 0 4px 4px 0;
    padding: 6px 10px 5px;
    font-size: 0.13rem;
  }
  .is-mac.is-safari .c-tag__item {
    padding-bottom: 4px;
  }
  .is-mac.is-chrome .c-tag__item, .is-firefox .c-tag__item {
    padding-bottom: 6px;
  }
}
@media screen and (width < 768px) {
  .c-tag__item {
    margin: 0 0.04rem 0.04rem 0;
    padding: 0.06rem 0.1rem;
    font-size: 0.12rem;
  }
}
.c-card {
  border: 2px solid #c9b30a;
  background: #fff;
}
.c-card__title {
  color: #7c7c7c;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.is-android .c-card__title {
  font-weight: 700;
}

@media print, screen and (width >= 768px) {
  .c-card {
    padding: 14px 18px 12px;
    border-radius: 15px;
  }
  .c-card__title {
    margin-bottom: 6px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-card--modify .c-card__title {
    margin-right: -14px;
  }
}
@media screen and (width < 768px) {
  .c-card {
    padding: 0.17rem 0.2rem 0.16rem;
    border-radius: 0.09rem;
  }
  .c-card__title {
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}
.c-tab__detail {
  display: none;
  border: 0.02rem solid #4383b2;
  border-radius: 0.15rem;
}
.c-tab__detail.is-current {
  display: block;
}
.c-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #b0d4ef;
  color: #fff;
  cursor: pointer;
}
.c-tab__link.is-current {
  background-color: #4383b2;
}
@media (hover: hover) {
  .c-tab__link:hover {
    background-color: #4383b2;
  }
}
.c-tab__head {
  padding-left: 0;
  list-style: none;
}
.c-tab__link-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.c-tab__link-text {
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media print, screen and (width >= 768px) {
  .c-tab__detail {
    padding: 38px 38px 56px;
  }
  .c-tab__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .c-tab__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    min-height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  .c-tab__link:nth-child(3n) {
    margin-right: 0;
  }
  .c-tab__link-number {
    margin-right: 15px;
    font-size: 0.28rem;
    line-height: 1.2142857143;
  }
  .c-tab__link-text {
    position: relative;
    top: 1px;
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .is-firefox .c-tab__link-text, .is-mac .c-tab__link-text {
    top: auto;
  }
}
@media screen and (width < 768px) {
  .c-tab__detail {
    padding: 0.24rem 0.18rem 0.38rem;
  }
  .c-tab__head {
    margin-bottom: 0.15rem;
  }
  .c-tab__link {
    min-height: 0.4rem;
    margin-bottom: 0.05rem;
    padding: 0.05rem 0.15rem;
    border-radius: 0.06rem;
  }
  .c-tab__link:last-child {
    margin-bottom: 0;
  }
  .c-tab__link-number {
    margin-right: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .c-tab__link-text {
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
  .is-android .c-tab__link-text {
    font-weight: 700;
  }
}
.c-post-content p:last-child {
  margin-bottom: 0;
}
.c-post-content {
  overflow-wrap: break-word;
}
.c-post-content b,
.c-post-content strong {
  font-weight: 700;
}
.c-post-content i,
.c-post-content em {
  font-style: italic;
}
.c-post-content a {
  color: inherit;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content sup,
.c-post-content sub {
  position: relative;
  font-size: 0.6em;
}
.c-post-content sup {
  vertical-align: top;
}
.c-post-content sub {
  vertical-align: bottom;
}
.c-post-content figure,
.c-post-content picture,
.c-post-content img,
.c-post-content video,
.c-post-content iframe,
.c-post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.c-post-content figure:last-child,
.c-post-content picture:last-child,
.c-post-content img:last-child,
.c-post-content video:last-child,
.c-post-content iframe:last-child,
.c-post-content table:last-child {
  margin-bottom: 0;
}
.c-post-content figure img,
.c-post-content figure video,
.c-post-content figure iframe,
.c-post-content figure table {
  margin-bottom: 0;
}
.c-post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post-content figcaption:last-child {
  margin-bottom: 0;
}
.c-post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post-content blockquote::before, .c-post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post-content blockquote:last-child {
  margin-bottom: 0;
}
.c-post-content pre,
.c-post-content code {
  margin-bottom: 2em;
}
.c-post-content pre:last-child,
.c-post-content code:last-child {
  margin-bottom: 0;
}
.c-post-content code {
  font-style: italic;
}
.c-post-content ul {
  padding-left: 0;
  list-style: none;
}
.c-post-content ul:last-child {
  margin-bottom: 0;
}
.c-post-content ul > li {
  position: relative;
  padding-left: 1em;
}
.c-post-content ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-post-content ol {
  padding-left: 2em;
  list-style: decimal;
}
.c-post-content ol:last-child {
  margin-bottom: 0;
}
.c-post-content h2 {
  font-size: 1.8em;
}
.c-post-content h3 {
  font-size: 1.6em;
}
.c-post-content h4 {
  font-size: 1.4em;
}
.c-post-content h5 {
  font-size: 1.2em;
}
.c-post-content h6 {
  font-size: 1em;
}
.c-post-content h2,
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.65;
}
.is-android .c-post-content h2,
.is-android .c-post-content h3,
.is-android .c-post-content h4,
.is-android .c-post-content h5,
.is-android .c-post-content h6 {
  font-weight: 700;
}
.c-post-content h2:last-child,
.c-post-content h3:last-child,
.c-post-content h4:last-child,
.c-post-content h5:last-child,
.c-post-content h6:last-child {
  margin-bottom: 0;
}
.c-post-content > div {
  margin-bottom: 2em;
}
.c-post-content > div:last-child {
  margin-bottom: 0;
}
.c-post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-content .has-background {
  background-color: #ccc;
}
.c-post-content .has-small-font-size {
  font-size: 0.13rem;
}
.c-post-content .has-large-font-size {
  font-size: 0.36rem;
}
.c-post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post-content .is-provider-youtube.wp-block-embed-youtube.wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-post-content .is-provider-youtube.wp-block-embed-youtube.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post-content .wp-block-table thead,
.c-post-content .wp-block-table tbody,
.c-post-content .wp-block-table tfoot {
  border: none;
}
.c-post-content .wp-block-table th,
.c-post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.c-post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post-content .wp-block-column {
  margin: 0 1em;
}
.c-post-content .wp-block-column:first-child {
  margin-left: 0;
}
.c-post-content .wp-block-column:last-child {
  margin-right: 0;
}
.c-post-content .wp-block-image {
  display: table;
}

@media print, screen and (width >= 768px) {
  .c-post-content {
    font-size: 0.15rem;
    line-height: 2;
  }
  .c-post-content p {
    margin-bottom: 2em;
  }
  .c-post-content p:last-child {
    margin-bottom: 0;
  }
  .c-post-content h2,
  .c-post-content h3 {
    margin-top: 40px;
  }
  .c-post-content h2:first-child,
  .c-post-content h3:first-child {
    margin-top: 0;
  }
  .c-post-content h2 + h3 {
    margin-top: 20px;
  }
  .c-post-content ol,
  .c-post-content ul {
    margin-bottom: 2em;
  }
  .c-post-content ol:last-child,
  .c-post-content ul:last-child {
    margin-bottom: 0;
  }
  .c-post-content .wp-block-image {
    margin: 0 auto 29px;
  }
}
@media screen and (width < 768px) {
  .c-post-content {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .c-post-content h2,
  .c-post-content h3 {
    margin-top: 0.3rem;
  }
  .c-post-content h2:first-child,
  .c-post-content h3:first-child {
    margin-top: 0;
  }
  .c-post-content h2 + h3 {
    margin-top: 0.2rem;
  }
  .c-post-content ol,
  .c-post-content ul,
  .c-post-content p {
    margin-bottom: 0.26rem;
  }
  .c-post-content ol:last-child,
  .c-post-content ul:last-child,
  .c-post-content p:last-child {
    margin-bottom: 0;
  }
}
.c-wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}
.c-wp-pager .page-numbers {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #d3cfb4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .c-wp-pager .page-numbers:not(.dots):hover {
    color: #c9b30a;
  }
}
.c-wp-pager .page-numbers.current {
  color: #c9b30a;
}
.c-wp-pager__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
  background: #c9b30a url("../img/common/btn_next.svg") no-repeat center center/100% auto;
}
@media (hover: hover) {
  .c-wp-pager__button:hover::before {
    opacity: 0.7;
  }
}
.c-wp-pager__prev {
  left: 0;
}
.c-wp-pager__prev .c-wp-pager__button::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-wp-pager__next {
  right: 0;
}
.c-wp-pager__arrow {
  position: absolute;
  margin: 0;
}
.c-wp-pager__arrow.is-disable {
  pointer-events: none;
}
.c-wp-pager__arrow.is-disable .c-wp-pager__button::before {
  background-color: #afafaf;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination--yellow .c-wp-pager__button::before {
  background-color: #e68600;
}
.c-pagination--yellow .c-wp-pager .page-numbers.current {
  color: #e68600;
}

@media (hover: hover) {
  .c-pagination--yellow .c-wp-pager .page-numbers:not(.dots):hover {
    color: #e68600;
  }
}
@media print, screen and (width >= 768px) {
  .c-wp-pager {
    min-height: 40px;
    padding: 0 61px;
  }
  .c-wp-pager__item {
    margin: 0 8px;
    padding-top: 1px;
  }
  .c-wp-pager .page-numbers {
    min-width: 30px;
    font-size: 0.3rem;
  }
  .c-wp-pager .page-numbers.dots {
    position: relative;
    top: -8px;
  }
  .c-wp-pager__arrow {
    top: -2px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (width < 768px) {
  .c-wp-pager {
    min-height: 0.4rem;
    padding: 0 0.5rem 0.05rem;
  }
  .c-wp-pager__item {
    margin: 0 0.08rem;
  }
  .c-wp-pager .page-numbers {
    min-width: 0.2rem;
    font-size: 0.23rem;
  }
  .c-wp-pager .page-numbers.dots {
    position: relative;
    top: -0.06rem;
  }
  .c-wp-pager__arrow {
    top: -2px;
    width: 0.32rem;
    height: 0.32rem;
  }
}
.wpcf7-not-valid-tip {
  color: #c00;
  font-size: 0.9em;
}

.wpcf7-list-item {
  display: inline-block;
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
}

.c-select select {
  width: 100%;
  height: 0.45rem;
  padding: 0 0.3rem 0 0.14rem;
  overflow: hidden;
  border: 1px solid #bcbcbc;
  border-radius: 0.05rem;
  background: #fff url("../img/common/select_icn_01.svg") no-repeat calc(100% - 0.12rem) calc(50% + 0.01rem)/0.12rem auto;
  color: #8b8b8b;
  font-size: 0.14rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select.is-active {
  color: #6a6a6a;
}

.c-radio__label {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.c-radio__label-text {
  position: relative;
  padding-left: 0.31rem;
  color: #6a6a6a;
  font-size: 0.15rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  cursor: pointer;
}
.c-radio__label-text::before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: 0;
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #bcbcbc;
  border-radius: 0.05rem;
  background: #fff no-repeat center center/0.2rem auto;
}
.c-radio input {
  display: none;
}
.c-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #eba94e;
  border-radius: 100%;
  background: #fff no-repeat center/100% auto;
}
.c-radio input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/radio_icn_02.svg");
}
.c-radio--blue .wpcf7-list-item-label::before {
  border-color: #4383b2;
}
.c-radio--blue input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/radio_icn_01.svg");
}

.c-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (width >= 768px) {
  .c-checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-checkbox-list > li {
    margin-right: 35px;
  }
  .c-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  .c-radio .wpcf7-list-item-label {
    padding-left: 36px;
    font-size: 0.14rem;
  }
  .c-radio .wpcf7-list-item-label::before {
    top: -2px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (width < 768px) {
  .c-checkbox-list > li {
    margin-bottom: 0.12rem;
  }
  .c-checkbox-list > li:last-child {
    margin-bottom: 0;
  }
  .c-radio .wpcf7-list-item {
    margin-bottom: 0.05rem;
  }
  .c-radio .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .c-radio .wpcf7-list-item-label {
    padding-left: 0.29rem;
    font-size: 0.13rem;
  }
  .c-radio .wpcf7-list-item-label::before {
    top: 0.02rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.c-input input,
.c-textarea textarea {
  display: block;
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
  color: #6a6a6a;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-input input::-webkit-input-placeholder,
.c-textarea textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::-ms-input-placeholder,
.c-textarea textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input:-ms-input-placeholder,
.c-textarea textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::-moz-placeholder,
.c-textarea textarea::-moz-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::-webkit-input-placeholder, .c-textarea textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::-moz-placeholder, .c-textarea textarea::-moz-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input:-ms-input-placeholder, .c-textarea textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::-ms-input-placeholder, .c-textarea textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8b8b8b;
}
.c-input input::placeholder,
.c-textarea textarea::placeholder {
  opacity: 1;
  color: #8b8b8b;
}

.c-textarea {
  overflow: hidden;
  border: 1px solid #bcbcbc;
  border-radius: 0.05rem;
}
.c-textarea textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  resize: none;
  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;
}
.c-textarea textarea::-webkit-scrollbar {
  width: 8px;
}
.c-textarea textarea::-webkit-scrollbar-track {
  background: transparent;
}
.c-textarea textarea::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #bbb;
}

@media print, screen and (width >= 768px) {
  .c-input input,
  .c-textarea textarea {
    font-size: 0.15rem;
  }
  .c-input input::-webkit-input-placeholder,
  .c-textarea textarea::-webkit-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::-ms-input-placeholder,
  .c-textarea textarea::-ms-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input:-ms-input-placeholder,
  .c-textarea textarea:-ms-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::-moz-placeholder,
  .c-textarea textarea::-moz-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::-webkit-input-placeholder, .c-textarea textarea::-webkit-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::-moz-placeholder, .c-textarea textarea::-moz-placeholder {
    font-size: 0.12rem;
  }
  .c-input input:-ms-input-placeholder, .c-textarea textarea:-ms-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::-ms-input-placeholder, .c-textarea textarea::-ms-input-placeholder {
    font-size: 0.12rem;
  }
  .c-input input::placeholder,
  .c-textarea textarea::placeholder {
    font-size: 0.12rem;
  }
  .c-input input {
    height: 50px;
    padding: 0 12px;
  }
  .c-textarea textarea {
    height: 181px;
    padding: 0 12px;
  }
}
@media screen and (width < 768px) {
  .c-input input,
  .c-textarea textarea {
    font-size: 0.15rem;
  }
  .c-input input::-webkit-input-placeholder,
  .c-textarea textarea::-webkit-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::-ms-input-placeholder,
  .c-textarea textarea::-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input:-ms-input-placeholder,
  .c-textarea textarea:-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::-moz-placeholder,
  .c-textarea textarea::-moz-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::-webkit-input-placeholder, .c-textarea textarea::-webkit-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::-moz-placeholder, .c-textarea textarea::-moz-placeholder {
    font-size: 0.11rem;
  }
  .c-input input:-ms-input-placeholder, .c-textarea textarea:-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::-ms-input-placeholder, .c-textarea textarea::-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .c-input input::placeholder,
  .c-textarea textarea::placeholder {
    font-size: 0.11rem;
  }
  .c-input input {
    height: 0.44rem;
    padding: 0 0.14rem;
  }
  .c-textarea textarea {
    height: 1.66rem;
    padding: 0 0.14rem;
  }
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item:last-child,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-right: 0;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #eba94e;
  border-radius: 0.05rem;
  background: #fff no-repeat center/0.2rem auto;
}
.c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background-color: #eba94e;
  background-image: url("../img/common/check_icn.svg");
}

.c-checkbox--blue .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-acceptance--blue .wpcf7-acceptance .wpcf7-list-item-label::before {
  border-color: #4383b2;
}
.c-checkbox--blue .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.c-acceptance--blue .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background-color: #4383b2;
}

.c-checkbox__label {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.c-checkbox__label-text {
  position: relative;
  padding-left: 0.31rem;
  color: #6a6a6a;
  font-size: 0.14rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  cursor: pointer;
}
.c-checkbox__label-text::before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: 0;
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #bcbcbc;
  border-radius: 0.05rem;
  background: #fff no-repeat center center/0.2rem auto;
}
.c-checkbox input {
  display: none;
}
.c-checkbox input:checked + .c-checkbox__label-text::before {
  background-color: #eba94e;
  background-image: url("../img/common/check_icn.svg");
}

@media print, screen and (width >= 768px) {
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 40px;
    font-size: 0.14rem;
  }
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: -2px;
    width: 25px;
    height: 25px;
  }
  .is-firefox .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before, .is-mac.is-chrome .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: -1px;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label {
    padding-left: 40px;
    font-size: 0.14rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before {
    top: -1px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (width < 768px) {
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 0.05rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 0.29rem;
    font-size: 0.13rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
    background-size: 0.17rem auto;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before {
    top: 0.01rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.c-acceptance {
  text-align: center;
}
.c-acceptance a {
  text-underline-offset: 0.02rem;
}

@media print, screen and (width >= 768px) {
  .c-acceptance {
    margin-top: 36px;
    padding-right: 44px;
  }
  .c-acceptance a {
    margin-right: 1px;
  }
}
@media screen and (width < 768px) {
  .c-acceptance {
    margin-top: 0.21rem;
  }
  .c-acceptance a {
    margin-right: 0.02rem;
  }
}
.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0.05rem;
  background-color: #4383b2;
  -webkit-box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
.wpcf7-submit--yellow {
  background-color: #eba94e;
}
.wpcf7-submit:disabled {
  pointer-events: none;
}

@media print, screen and (width >= 768px) {
  .wpcf7-submit {
    width: 357px;
    min-height: 70px;
    padding: 0.02rem 0.2rem 0;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (width < 768px) {
  .wpcf7-submit {
    width: 3.06rem;
    min-height: 0.68rem;
    padding: 0.02rem 0.2rem 0;
    font-size: 0.18rem;
  }
  .is-android .wpcf7-submit {
    font-weight: 700;
  }
}
.c-form {
  border-top: 1px solid #cecece;
}
.c-form__row {
  border-bottom: 1px solid #cecece;
}
.c-form__row-sub:last-child {
  margin-bottom: 0;
}
.c-form__tag {
  margin-bottom: 0;
  background: #eba94e;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.c-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eba94e;
  background: #eba94e;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.c-form__required--blue {
  border-color: #4383b2;
  background-color: #4383b2;
}
.c-form__required--blue.c-form__required--optional {
  color: #4383b2;
}
.c-form__required--optional {
  background: #fff;
  color: #eba94e;
}
.c-form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__info {
  font-weight: 300;
  line-height: 1.5;
}
.c-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  letter-spacing: 0;
}
.c-form__note {
  color: #484848;
}
.c-form__notice {
  border-radius: 0.05rem;
  background: #f4f9ff;
}
.c-form__notice p:last-child {
  margin-bottom: 0;
}
.c-form__button {
  position: relative;
}
.c-form__button .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: -30px;
  margin: 0 0 0 -12px;
}
.c-form .c-select select {
  background-image: url("../img/common/select_icn_02.svg");
}

@media print, screen and (width >= 768px) {
  .c-form {
    max-width: 792px;
    margin: 0 auto;
  }
  .c-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 39px 19px 26px;
  }
  .c-form__row--block {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-form__row-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-left: -1px;
  }
  .c-form__tag {
    width: 152px;
    margin-right: 36px;
    padding: 8px 10px;
    font-size: 0.16rem;
  }
  .is-mac.is-safari .c-form__tag {
    padding-bottom: 7px;
  }
  .c-form__required {
    width: 45px;
    min-height: 20px;
    margin-right: 15px;
    padding: 1px 5px 0;
    font-size: 0.11rem;
  }
  .is-mac.is-chrome .c-form__required {
    padding-top: 0;
  }
  .c-form__label {
    margin-top: -3px;
  }
  .is-mac.is-chrome .c-form__label {
    margin-top: -4px;
  }
  .c-form__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    font-size: 0.16rem;
  }
  .c-form__head {
    width: 253px;
    padding: 15px 15px 10px 0;
    font-size: 0.16rem;
    line-height: 1.6875;
  }
  .c-form__head--sz1 {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .c-form__head--modify {
    padding-top: 0;
  }
  .c-form__head--modify .c-form__label {
    margin-top: -5px;
  }
  .c-form__head--modify-primary {
    padding-top: 0;
  }
  .c-form__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-form__content .c-checkbox .wpcf7-list-item {
    margin-right: 15px;
  }
  .c-form__note {
    margin: 11px -45px -1px 0;
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .c-form__button {
    margin-top: 28px;
    padding-right: 20px;
  }
  .c-form__notice {
    margin-top: 60px;
    padding: 10px 15px 21px;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .c-form .c-checkbox,
  .c-form .c-radio {
    margin-bottom: -10px;
  }
  .c-form .c-select select {
    width: 218px;
    height: 40px;
    padding-top: 1px;
    padding-left: 9px;
    background-position: calc(100% - 0.1rem) calc(50% + 0.01rem);
    font-size: 0.11rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .is-safari .c-form__tag {
    padding-top: 6px;
  }
}
@media screen and (width < 768px) {
  .c-form__row {
    padding: 0.14rem 0.105rem 0.18rem;
  }
  .c-form__row--block {
    padding: 0.14rem 0 0.17rem;
  }
  .c-form__row-sub {
    margin-bottom: 0.18rem;
  }
  .c-form__tag {
    display: inline-block;
    margin-bottom: 0.1rem;
    padding: 0.07rem 0.12rem;
    font-size: 0.14rem;
  }
  .is-android .c-form__tag {
    font-weight: 700;
  }
  .c-form__required {
    width: 0.36rem;
    min-height: 0.18rem;
    margin-right: 0.1rem;
    padding: 0 0.02rem;
    font-size: 0.11rem;
  }
  .c-form__label {
    position: relative;
    top: -1px;
    margin-top: -0.03rem;
  }
  .c-form__info {
    font-size: 0.14rem;
  }
  .c-form__head {
    margin-bottom: 0.08rem;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  .c-form__head--modify {
    margin-bottom: 0.11rem;
  }
  .c-form__note {
    margin: 0.07rem 0 0;
    font-size: 0.1rem;
    line-height: 1.6;
  }
  .c-form__button {
    margin-top: 0.37rem;
  }
  .c-form__notice {
    margin-top: 0.4rem;
    padding: 0.18rem 0.2rem 0.21rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .is-ios .c-form__notice {
    letter-spacing: 0.02em;
  }
  .c-form .c-select select {
    height: 0.4rem;
    background-position: calc(100% - 0.07rem) calc(50% + 0.01rem);
    font-size: 0.11rem;
  }
  .c-form .c-radio .wpcf7-list-item {
    display: block;
  }
}
.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.7;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (width < 768px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}
@media print, screen and (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

/* benefit */
.c-section-common-benefit {
	background: #cab309;
}
.c-section-common-benefit .c-heading--secondary {
	color: #fff;
	text-align: center;
}
.c-section-common-benefit .c-list--anchor-primary .c-list__link {
	border: none;
}
@media print, screen and (width >= 768px) {
	.c-section-common-benefit {
		padding: 0.4rem 0 0.6rem;
	}
	.c-section-common-benefit .c-heading--secondary {
		margin-bottom: 0.35rem;
	}
	.c-section-common-benefit .c-heading--secondary .c-heading__text--english {
		margin-bottom: 0;
		font-size: 0.42rem;
	}
	.c-section-common-benefit .c-heading--secondary .c-heading__text--japanese {
        font-size: 0.16rem;
    }
	.c-section-common-benefit .c-list--anchor-primary {
		margin-bottom: 0;
	}
	.c-section-common-benefit .c-list--anchor-primary > li {
		width: calc((100% - 30px)/3);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.c-section-common-benefit .c-list--anchor-primary > li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (width < 768px) {
	.c-section-common-benefit {
		padding: 0.3rem 0 0.5rem;
	}
	.c-section-common-benefit .c-heading--secondary {
		margin-bottom: 0.25rem;
	}
	.c-section-common-benefit .c-heading--secondary .c-heading__text--english {
		margin-bottom: 0;
		font-size: 0.3rem;
	}
	.c-section-common-benefit .c-heading--secondary .c-heading__text--japanese {
        font-size: 0.14rem;
    }
	.c-section-common-benefit .c-list--anchor-primary {
		margin-bottom: 0;
	}
	.c-section-common-benefit .c-list--anchor-primary > li {
		margin-bottom: 10px;
	}
}

.cf-turnstile {
	text-align: center;
	margin: 20px 0;
}
.finish_info_tel {
	background: #f4f4f4;
	text-align: center;
}
.finish_info_tel strong {
	font-weight: 600;
	color: #4383b2;
}
@media print, screen and (width >= 768px) {
	.finish_info_tel {
		width: fit-content;
		margin: 30px auto;
		padding: 15px 25px;
	}
}
@media screen and (width < 768px) {
	.finish_info_tel {
		width: 100%;
		margin: 30px auto;
		padding: 15px 25px;
	}
	.finish_info_tel strong {
		font-size: 0.16rem;
	}
}

/*# sourceMappingURL=common.css.map */