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

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

@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;
  }
}
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;
}
html.wf-active {
  -webkit-transition: opacity 0s 1s ease;
  transition: opacity 0s 1s ease;
  opacity: 1;
}
html.is-frozen-os body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 31.25vw;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  background: #f5f5f5;
  color: #464542;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.11rem;
    font-weight: 400;
  }
}

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

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

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

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

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    padding-top: 116px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
.header-common .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}
.header-common .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}
.wf-active .header-common .header-menu {
  visibility: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.header-common .header-button {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #2c586b;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.223;
  text-align: center;
}
.header-common .header-logo {
  position: absolute;
  top: 50%;
}
.header-common .button-menu {
  position: relative;
}
.header-common .button-menu::before, .header-common .button-menu::after {
  content: "";
}
.header-common .button-menu::before, .header-common .button-menu::after, .header-common .button-menu > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #464542;
}
.header-common .button-menu.is-active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-common .button-menu.is-active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-common .button-menu.is-active > span {
  opacity: 0;
}
@media print, (min-width: 768px) {
  .header-common .header-inner {
    height: 116px;
    padding: 42px 55px 20px 180px;
  }
  .header-common .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 5px 0 0;
    font-family: "adobe-garamond-pro", serif;
    font-size: 0.17rem;
    font-weight: 600;
    line-height: 1.5;
    list-style: none;
  }
  .header-common .menu-list > li {
    margin-left: 22px;
  }
  .header-common .menu-list a {
    color: #464542;
  }
  .header-common .menu-list small {
    position: relative;
    top: -1px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
    font-size: 0.14rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .header-common .header-button {
    margin-left: 50px;
    padding: 9px 15px 11px;
    border-radius: 21px;
    font-size: 0.18rem;
  }
  .header-common .header-logo {
    left: 33px;
    width: 140px;
    margin-top: -30px;
  }
  .header-common .button-menu {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    cursor: pointer;
  }
  .header-common .button-menu::before, .header-common .button-menu::after, .header-common .button-menu > span {
    width: 36px;
    margin-left: -18px;
  }
  .header-common .button-menu::before {
    margin-top: -15px;
  }
  .header-common .button-menu::after {
    margin-top: 14px;
  }
  .header-common .button-menu > span {
    margin-top: -1px;
  }
  .header-common .button-menu.is-active::before, .header-common .button-menu.is-active::after, .header-common .button-menu.is-active > span {
    width: 46px;
    margin: -1px 0 0 -23px;
  }
}
@media (min-width: 1023px) and (max-width: 1260px) {
  .header-common .header-inner {
    padding-right: 25px;
  }
  .header-common .button-menu {
    margin-left: 10px;
  }
  .header-common .header-button {
    margin-left: 10px;
    font-size: 0.16rem;
  }
  .header-common .menu-list {
    font-size: 0.15rem;
  }
  .header-common .menu-list > li {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header-common .menu-list {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-inner {
    height: 0.6rem;
    padding: 0.2rem 0.18rem 0.14rem 1rem;
  }
  .header-common .header-button {
    padding: 0.07rem 0.1rem 0.08rem;
    border-radius: 0.2rem;
    font-size: 0.11rem;
  }
  .header-common .header-logo {
    left: 0.13rem;
    width: 0.9rem;
    margin-top: -0.22rem;
  }
  .header-common .button-menu {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.12rem;
  }
  .header-common .button-menu::before, .header-common .button-menu::after, .header-common .button-menu > span {
    width: 0.15rem;
    margin-left: -0.075rem;
    border-top-width: 1px;
  }
  .header-common .button-menu::before {
    margin-top: -0.07rem;
  }
  .header-common .button-menu::after {
    margin-top: 0.05rem;
  }
  .header-common .button-menu > span {
    margin-top: -0.01rem;
  }
  .header-common .button-menu.is-active::before, .header-common .button-menu.is-active::after, .header-common .button-menu.is-active > span {
    width: 0.22rem;
    margin: -0.01rem 0 0 -0.11rem;
  }
}

.navigation {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #2c586b;
}
.navigation .navigation-menu {
  max-width: 500px;
  margin-left: auto;
  padding-left: 0;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  list-style: none;
  text-align: right;
}
.navigation .navigation-menu a {
  display: inline-block;
  color: #fff;
}
.navigation .navigation-menu small {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
}
.navigation .button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media print, (min-width: 768px) {
  .navigation {
    padding-top: 116px;
  }
  .navigation .navigation-inner {
    padding: 141px 80px 50px;
    scrollbar-color: #ccc transparent;
  }
  .navigation .navigation-inner::-webkit-scrollbar {
    width: 8px;
  }
  .navigation .navigation-inner::-webkit-scrollbar-track {
    background: none;
  }
  .navigation .navigation-inner::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .navigation .navigation-menu {
    max-width: 500px;
    margin-bottom: 106px;
    font-size: 0.22rem;
  }
  .navigation .navigation-menu > li {
    margin-bottom: 27px;
  }
  .navigation .navigation-menu small {
    font-size: 0.18rem;
  }
  .navigation .button-common-primary {
    width: 210px;
  }
}
@media (min-width: 1023px) and (max-width: 1260px) {
  .navigation .navigation-inner {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation {
    padding-top: 0.6rem;
  }
  .navigation .navigation-inner {
    padding: 0.56rem 0.25rem 0.3rem;
  }
  .navigation .navigation-menu {
    margin-bottom: 1.1rem;
    font-size: 0.19rem;
    line-height: 1.2631578947;
  }
  .navigation .navigation-menu > li {
    margin-bottom: 0.115rem;
  }
  .navigation .button-common-primary {
    width: 1.6rem;
    min-height: 0.45rem;
    padding: 0.05rem 0.05rem 0.06rem;
    font-size: 0.19rem;
    letter-spacing: 0.09em;
  }
}

.is-top .container {
  padding-top: 0;
}
.is-top .header-common {
  position: absolute;
  -webkit-transition: 0.3s ease position;
  transition: 0.3s ease position;
}
.is-top .header-common .header-inner {
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  background-color: transparent;
}
.is-top .header-common .menu-list,
.is-top .header-common .header-logo {
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.is-top .header-common .button-menu::before, .is-top .header-common .button-menu::after, .is-top .header-common .button-menu > span {
  border-top-color: #fff;
}
.is-top .header-common .header-button {
  background: #427280;
}
.is-top.is-open-header .header-common, .is-top.is-change-header .header-common {
  position: fixed;
}
.is-top.is-open-header .header-common .header-inner, .is-top.is-change-header .header-common .header-inner {
  background-color: #fff;
}
.is-top.is-open-header .header-common .menu-list,
.is-top.is-open-header .header-common .header-logo, .is-top.is-change-header .header-common .menu-list,
.is-top.is-change-header .header-common .header-logo {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.is-top.is-open-header .header-common .button-menu::before, .is-top.is-open-header .header-common .button-menu::after, .is-top.is-open-header .header-common .button-menu > span, .is-top.is-change-header .header-common .button-menu::before, .is-top.is-change-header .header-common .button-menu::after, .is-top.is-change-header .header-common .button-menu > span {
  border-top-color: #464542;
}
.is-top.is-open-header .header-common .header-button, .is-top.is-change-header .header-common .header-button {
  min-width: 0;
  background: #2c586b;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .is-top .header-button {
    min-width: 160px;
    letter-spacing: 0.15em;
  }
  .is-top.is-open-header .header-button, .is-top.is-change-header .header-button {
    min-width: 0;
    letter-spacing: 0.1em;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: inherit;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.footer-common {
  position: relative;
  margin-top: 1px;
  background: #2c586b;
  color: #fff;
}
.footer-common .footer-logo a {
  display: block;
}
.footer-common .footer-text {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer-common .footer-link {
  display: inline-block;
}
.footer-common .footer-description,
.footer-common .footer-link {
  font-weight: 500;
}
.footer-common .footer-description:last-child,
.footer-common .footer-link:last-child {
  margin-bottom: 0;
}
.footer-common .footer-description p,
.footer-common .footer-link p {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 86px 0 122px;
  }
  .footer-common .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .footer-common .footer-information {
    width: 441px;
    min-width: 441px;
  }
  .footer-common .footer-logo {
    width: 360px;
    margin-left: -3px;
  }
  .footer-common .footer-sublogo {
    width: 214px;
    margin: 0 0 19px -5px;
  }
  .footer-common .footer-text {
    margin-bottom: 14px;
    font-size: 0.2rem;
    line-height: 1.775;
  }
  .footer-common .footer-link,
  .footer-common .footer-description {
    font-size: 0.17rem;
    letter-spacing: 0.09em;
    line-height: 1.6470588235;
  }
  .footer-common .footer-description {
    margin: 0 -15px 40px 0;
  }
  .footer-common .footer-description address {
    margin-top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer-common .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.57rem 0 0.22rem;
    text-align: center;
  }
  .footer-common .footer-logo {
    width: 1.92rem;
    margin: 0 auto 0.48rem;
  }
  .footer-common .footer-sublogo {
    width: 1.2rem;
    margin: 0 auto 0.1rem;
  }
  .footer-common .footer-text {
    margin-bottom: 0.18rem;
    font-size: 0.13rem;
    line-height: 1.75;
  }
  .footer-common .footer-link,
  .footer-common .footer-description {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.5346153846;
  }
  .footer-common .footer-description {
    margin-bottom: 0.47rem;
  }
  .footer-common .footer-description address {
    margin-top: 0.08rem;
  }
  .footer-common .footer-description .is-space {
    margin-right: 0.17rem;
  }
  .footer-common .footer-copyright {
    display: block;
    margin-top: 0.37rem;
    font-size: 0.08rem;
    font-weight: 500;
    letter-spacing: 0.17em;
  }
}

.button-top {
  position: fixed;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-top.is-active {
  opacity: 1;
  pointer-events: auto;
}
.button-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 100%;
  background: url("../img/common/gototop.svg") no-repeat center center/100%;
}
.button-top.is-stuck {
  position: absolute;
}
@media (hover: hover) {
  .button-top:hover::before {
    opacity: 0.7;
  }
}
@media print {
  .button-top {
    position: absolute;
    top: 71px;
  }
}
@media print, (min-width: 768px) {
  .button-top {
    right: 79px;
    bottom: 19px;
    width: 72px;
    height: 72px;
  }
  .button-top.is-stuck {
    top: 71px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .button-top {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    right: 0.25rem;
    bottom: 0.25rem;
    width: 56px;
    height: 56px;
  }
  .button-top.is-stuck {
    top: 0.23rem;
  }
}
@media only screen and (max-width: 400px) {
  .button-top {
    width: 0.46rem;
    height: 0.46rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.button-common-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  color: #2c586b;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 210px;
    min-height: 100px;
    padding: 10px 20px;
    font-size: 0.19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.5rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.1415rem;
  }
}

.button-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  color: #427280;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.button-common-secondary > span {
  display: block;
  position: relative;
  padding-right: 30px;
}
.button-common-secondary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
}
@media print, (min-width: 768px) {
  .button-common-secondary {
    min-width: 400px;
    min-height: 80px;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 0.34rem;
  }
  .button-common-secondary > span {
    padding: 4px 30px 0 0;
  }
  .button-common-secondary > span::after {
    width: 14px;
    height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    width: 100%;
    max-width: 2rem;
    min-height: 0.4rem;
    padding: 0.05rem 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.17rem;
  }
  .button-common-secondary > span {
    padding: 0.02rem 0.18rem 0 0;
  }
  .button-common-secondary > span::after {
    width: 0.07rem;
    height: 0.12rem;
  }
}

.button-common-tertiary {
  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;
  background: #427280;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .button-common-tertiary {
    width: 100%;
    max-width: 300px;
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-tertiary {
    width: 100%;
    max-width: 2rem;
    min-height: 0.5rem;
    padding: 0.05rem 0.2rem 0.06rem;
    border-radius: 0.4rem;
    font-size: 0.15rem;
  }
}

.title-common-primary {
  position: relative;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.title-common-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.title-common-primary.is-primary {
  color: #fff;
}
.title-common-primary.is-primary::after {
  background: #fff;
}
.title-common-primary.is-secondary {
  color: #464542;
}
.title-common-primary.is-secondary::after {
  background: #427280;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    padding-bottom: 25px;
    font-size: 0.52rem;
  }
  .title-common-primary::after {
    width: 60px;
    height: 4px;
  }
  .title-common-primary.is-center {
    text-align: center;
  }
  .title-common-primary.is-center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .title-common-primary.is-left::after {
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    padding-bottom: 0.14rem;
    font-size: 0.22rem;
    text-align: center;
  }
  .title-common-primary::after {
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.title-common-secondary {
  font-weight: 600;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.27rem;
    letter-spacing: 0.1em;
    line-height: 1.6296296296;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.13rem;
    letter-spacing: 0.15em;
    line-height: 1.7692307692;
  }
}

.title-common-tertiary {
  position: relative;
  color: #464542;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.title-common-tertiary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #427280;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    padding: 0 0 34px 19px;
    font-size: 0.42rem;
    letter-spacing: 0.4em;
  }
  .title-common-tertiary::after {
    width: 60px;
    height: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    padding-bottom: 0.17rem;
    font-size: 0.18rem;
    letter-spacing: 0.15em;
  }
  .title-common-tertiary::after {
    width: 0.4rem;
    height: 0.03rem;
  }
}

.form-common {
  color: #464542;
}
.form-common .form-row {
  border-bottom: 1px solid #464542;
}
.form-common .form-row.is-last {
  border-bottom: none;
}
.form-common .form-row:first-child {
  padding-top: 0;
}
.form-common .form-row.is-inquiry {
  border-bottom: none;
}
.form-common .form-row:last-child {
  border-bottom: none;
}
.form-common .form-row.is-spacing {
  padding-top: 0;
}
.form-common .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.form-common .form-head .title-english,
.form-common .form-head .title-japanese {
  letter-spacing: 0.1em;
}
.form-common .form-head .title-english {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.form-common .form-head .title-japanese {
  font-weight: 600;
}
.form-common .select-common select,
.form-common .input-common input,
.form-common .textarea-common textarea {
  border: 1px solid #464542;
  color: #464542;
  font-weight: 600;
}
.form-common .select-common select::-webkit-input-placeholder, .form-common .input-common input::-webkit-input-placeholder, .form-common .textarea-common textarea::-webkit-input-placeholder {
  color: #464542;
}
.form-common .select-common select::-moz-placeholder, .form-common .input-common input::-moz-placeholder, .form-common .textarea-common textarea::-moz-placeholder {
  color: #464542;
}
.form-common .select-common select:-ms-input-placeholder, .form-common .input-common input:-ms-input-placeholder, .form-common .textarea-common textarea:-ms-input-placeholder {
  color: #464542;
}
.form-common .select-common select::-ms-input-placeholder, .form-common .input-common input::-ms-input-placeholder, .form-common .textarea-common textarea::-ms-input-placeholder {
  color: #464542;
}
.form-common .select-common select::placeholder,
.form-common .input-common input::placeholder,
.form-common .textarea-common textarea::placeholder {
  color: #464542;
}
.form-common .select-common select {
  background: url("../img/common/select_icn_01.svg") no-repeat right 20px center/30px auto;
}
html.is-tablet .form-common select,
html.is-tablet .form-common input,
html.is-tablet .form-common textarea {
  outline: none;
}
html.is-tablet .form-common select:focus,
html.is-tablet .form-common input:focus,
html.is-tablet .form-common textarea:focus {
  outline: none;
}
.form-common .textarea-common {
  white-space: pre-wrap;
}
.form-common .checkbox-common {
  position: relative;
  font-weight: 600;
}
.form-common .checkbox-common input {
  display: none;
}
.form-common .checkbox-common .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.02rem;
  left: 0;
  background-color: transparent;
}
.form-common .checkbox-common .wpcf7-list-item-label::before {
  border: 0.01rem solid #464542;
}
.form-common .checkbox-common .wpcf7-list-item {
  display: block;
  position: relative;
  margin-left: 0;
}
.form-common .checkbox-common .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.form-common .form-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-common .privacy-head {
  margin-bottom: 0.2rem;
  text-align: center;
}
.form-common .privacy-head .privacy-link {
  position: relative;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.form-common .privacy-head .privacy-link::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/common/blank_icn.svg") center/100% auto no-repeat;
}
.form-common .privacy-head .privacy-link:hover {
  text-decoration-color: transparent;
}
.form-common .wpcf7-acceptance input {
  display: none;
}
.form-common .form-agree {
  text-align: center;
}
.form-common .form-agree .wpcf7-list-item-label {
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.form-common .form-agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border: 1px solid #464542;
}
.form-common .form-agree .wpcf7-list-item-label a {
  text-underline-offset: 0.02rem;
}
.form-common .form-agree .wpcf7-form-control-wrap {
  display: block;
}
.form-common .form-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
  background: url("../img/common/checked_icn_01.svg") no-repeat center/100% auto;
}
.form-common .form-submit {
  position: relative;
}
.form-common .button-common-tertiary:disabled {
  pointer-events: none;
}
.form-common .wpcf7-spinner {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -12px;
}
@media print, (min-width: 768px) {
  .form-common {
    max-width: 1026px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-common .form-content {
    width: 100%;
    max-width: 734px;
  }
  .form-common .form-content .content-wrapper {
    gap: 22px;
  }
  .form-common .form-head {
    position: relative;
    top: -2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 292px;
    padding-right: 20px;
    padding-left: 48px;
    letter-spacing: 0.1em;
  }
  .form-common .form-head .title-english {
    margin-bottom: 7px;
    font-size: 0.26rem;
    line-height: 1.2;
  }
  .form-common .form-head .title-japanese {
    font-size: 0.17rem;
  }
  .form-common .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
  .form-common .is-spacing {
    padding-bottom: 38px;
  }
  .form-common .is-spacing .form-head {
    top: -9px;
  }
  .form-common .select-common select,
  .form-common .input-common input,
  .form-common .textarea-common textarea {
    width: 100%;
    max-width: 641px;
    min-height: 88px;
    padding: 13px;
    border-radius: 10px;
    font-size: 0.17rem;
  }
  .form-common .input-common input {
    padding-top: 0;
    padding-bottom: 44px;
  }
  .form-common .textarea-common textarea {
    height: 330px;
  }
  .form-common .checkbox-common {
    font-size: 0.22rem;
  }
  .form-common .checkbox-common .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 43px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-common .checkbox-common .wpcf7-list-item-label {
    padding-left: 32px;
    letter-spacing: 0.1em;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before {
    width: 21px;
    height: 21px;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
    top: 9px;
    border-radius: 5px;
  }
  .is-firefox .form-common .checkbox-common .wpcf7-list-item-label::before, .is-firefox .form-common .checkbox-common .wpcf7-list-item-label::after {
    top: 11px;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: url("../img/common/checked_icn_01.svg") center/21px 21px no-repeat;
  }
  .form-common .select-common select {
    padding-right: 50px;
  }
  .form-common .wpcf7-not-valid-tip {
    font-size: 17px;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    padding: 0 0 0.07rem 0.33rem;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 2px;
    width: 21px;
    height: 21px;
    border-radius: 4px;
  }
  .form-common .form-agree .wpcf7-list-item {
    margin-left: 0;
  }
  .form-common .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-common .form-submit .button-common-tertiary {
    max-width: 500px;
    min-height: 80px;
    margin: 0 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 0.27rem;
    letter-spacing: 0.4em;
    cursor: pointer;
  }
  .form-common .form-submit .button-common-tertiary:hover {
    opacity: 0.7;
  }
  .form-common .form-privacy {
    margin: 30px 0 97px;
  }
  .form-common .form-privacy .privacy-head {
    margin-bottom: 31px;
    font-size: 0.17rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .form-common .form-privacy .privacy-link {
    margin-right: 3px;
    padding-right: 18px;
    text-underline-offset: 4px;
  }
  .form-common .form-privacy .privacy-link::after {
    top: 6px;
    right: 0;
    width: 15px;
    height: 15px;
  }
  .form-common .form-privacy .break-show {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .form-common .form-submit .button-common-tertiary {
    font-size: 0.25rem;
    letter-spacing: 0.2em;
  }
  .form-common .form-privacy .break-show {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    padding: 0.22rem 0 0.28rem;
  }
  .form-common .form-row.is-spacing {
    padding-bottom: 0.25rem;
  }
  .form-common .form-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.09rem;
  }
  .form-common .form-head .title-english {
    padding-right: 0.1rem;
    font-size: 0.14rem;
  }
  .form-common .form-head .title-japanese {
    position: relative;
    top: 0.01rem;
    font-size: 0.08rem;
  }
  .form-common .select-common select,
  .form-common .input-common input,
  .form-common .textarea-common textarea {
    width: 100%;
    min-height: 0.37rem;
    padding: 0.04rem 0.05rem 0.06rem;
    border-radius: 0.04rem;
    font-size: 0.12rem;
  }
  .form-common .select-common select::-webkit-input-placeholder, .form-common .input-common input::-webkit-input-placeholder, .form-common .textarea-common textarea::-webkit-input-placeholder {
    font-size: 0.11rem;
  }
  .form-common .select-common select::-moz-placeholder, .form-common .input-common input::-moz-placeholder, .form-common .textarea-common textarea::-moz-placeholder {
    font-size: 0.11rem;
  }
  .form-common .select-common select:-ms-input-placeholder, .form-common .input-common input:-ms-input-placeholder, .form-common .textarea-common textarea:-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .form-common .select-common select::-ms-input-placeholder, .form-common .input-common input::-ms-input-placeholder, .form-common .textarea-common textarea::-ms-input-placeholder {
    font-size: 0.11rem;
  }
  .form-common .select-common select::placeholder,
  .form-common .input-common input::placeholder,
  .form-common .textarea-common textarea::placeholder {
    font-size: 0.11rem;
  }
  .form-common .input-common input {
    padding-top: 0;
    padding-bottom: 0.14rem;
  }
  .form-common .checkbox-common {
    padding-top: 0.03rem;
    font-size: 0.12rem;
    letter-spacing: 0.12em;
  }
  .form-common .checkbox-common .wpcf7-list-item-label {
    padding-left: 0.19rem;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
    top: 0.04rem;
    border-radius: 0.03rem;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before {
    width: 0.13rem;
    height: 0.13rem;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: url("../img/common/checked_icn_01.svg") center/0.12rem 0.12rem no-repeat;
  }
  .form-common .textarea-common textarea {
    height: 1.02rem;
  }
  .form-common .select-common select {
    background-position: right 0.1rem center;
    background-size: 0.2rem auto;
  }
  .form-common .form-content .content-wrapper {
    gap: 0.1rem;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    padding-left: 0.2rem;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 0.01rem;
    left: 0;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.03rem;
  }
  .form-common .form-agree .wpcf7-list-item {
    margin-left: 0;
  }
  .form-common .form-privacy {
    margin-top: -0.02rem;
  }
  .form-common .form-privacy .privacy-head {
    margin: 0 -0.1rem 0.19rem;
    font-size: 0.11rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7272727273;
  }
  .form-common .form-privacy .privacy-link {
    margin-right: 0.03rem;
    padding-right: 0.14rem;
    text-underline-offset: 0.03rem;
  }
  .form-common .form-privacy .privacy-link::after {
    top: 0.05rem;
    right: 0;
    width: 0.09rem;
    height: 0.09rem;
  }
  .form-common .form-submit {
    margin-top: 0.51rem;
  }
  .form-common .form-submit .button-common-tertiary {
    max-width: 2rem;
    min-height: 0.4rem;
    font-size: 0.11rem;
    letter-spacing: 0.15em;
  }
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}

.is-confirm .is-spacing .form-content {
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .is-confirm .form-common .form-content {
    font-size: 0.18rem;
  }
  .is-confirm .is-spacing .form-content {
    margin-top: -11px;
    font-size: 0.22rem;
  }
  .is-confirm .form-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 70px;
  }
  .is-confirm .form-submit .button-common-tertiary {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .is-confirm .form-submit .button-common-tertiary {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-confirm .form-common .form-content {
    font-size: 0.13rem;
  }
  .is-confirm .is-spacing .form-content {
    padding-top: 0.03rem;
    font-size: 0.12rem;
    letter-spacing: 0.12em;
  }
  .is-confirm .form-submit .button-common-tertiary {
    margin-bottom: 0.1rem;
  }
}
/*# sourceMappingURL=common.css.map */