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

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 print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

body {
  background-color: #f8f8f8;
  color: #3b3b3b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", yugothic, "Yu Gothic", "Noto Sans CJK JP", meiryo, sans-serif;
  font-weight: 300;
  line-height: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (width >= 768px) {
  body {
    font-size: 0.15rem;
  }
}
@media only screen and (width < 768px) {
  body {
    font-size: 0.14rem;
  }
}

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

@media print, (width >= 768px) {
  main {
    padding-top: 80px;
  }
}
@media only screen and (width < 768px) {
  main {
    padding-top: 0.7rem;
  }
}

@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;
  }
}
.l-container {
  overflow: hidden;
}
@media print, (width >= 768px) {
  .l-container {
    min-width: 1200px;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

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

@media only screen and (width < 768px) {
  .has-menu {
    overflow: hidden;
  }
}
.l-footer {
  background-color: #3c3c3c;
  color: #fff;
}
.l-footer__logo {
  display: block;
}
.l-footer__address {
  display: block;
  font-size: 0.14rem;
  font-weight: 300;
}
@media print, (width >= 768px) {
  .l-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto;
    padding: 54px 0 50px;
  }
  .l-footer__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 3px;
  }
  .l-footer__logo {
    width: 236px;
    margin-bottom: 30px;
  }
  .l-footer__address {
    line-height: 1.7;
  }
}
@media only screen and (width < 768px) {
  .l-footer__wrapper {
    padding: 0.52rem 0.29rem;
  }
  .l-footer__logo {
    width: 2.16rem;
    margin-bottom: 0.18rem;
  }
  .l-footer__address {
    margin-bottom: 0.32rem;
    line-height: 1.7;
  }
  .l-footer__privacy {
    display: block;
    font-size: 0.12rem;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 0.02rem;
  }
}

.l-footer-copyright {
  border-top: 0.01rem solid #b1b1b1;
}
.l-footer-copyright__text {
  display: block;
  font-weight: 300;
}
.l-footer-copyright__privacy {
  display: block;
  font-size: 0.12rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}
@media print, (width >= 768px) {
  .l-footer-copyright {
    padding: 21px 0 19px;
  }
  .l-footer-copyright__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto;
  }
  .l-footer-copyright__text {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (width < 768px) {
  .l-footer-copyright {
    padding: 0.06rem 0 0.08rem;
  }
  .l-footer-copyright__wrapper {
    padding: 0.1rem 0.29rem;
  }
  .l-footer-copyright__text {
    font-size: 0.1rem;
    line-height: 1.6;
  }
}

.l-footer-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-footer-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-footer-navigation__list {
  margin-bottom: 0;
  margin-left: 0.51rem;
  padding-left: 0;
  list-style: none;
}
.l-footer-navigation__item {
  margin-bottom: 0.13rem;
}
.l-footer-navigation__item:last-child {
  margin-bottom: 0;
}
.l-footer-navigation__link {
  display: block;
  position: relative;
  padding-left: 0.24rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 300;
  line-height: 1.5;
}
.l-footer-navigation__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.12rem;
  height: 0.02rem;
  margin-top: -0.01rem;
  border-top: 0.02rem solid #4b81ac;
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.is-resizing .l-header * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__head {
  position: relative;
  z-index: 1111;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.l-header__logo {
  display: block;
}
.l-header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__action-contact {
  display: block;
  position: relative;
  z-index: 1111;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.06rem;
  border-radius: 50%;
  background-color: #ada36a;
}
.l-header__action-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.26rem;
  height: 0.26rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/common/sp/icn_mail.svg") center/cover no-repeat;
}
@media print, (width >= 768px) {
  .l-header {
    min-width: 1200px;
  }
  .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .l-header__wrapper {
    width: calc(100% - 60px);
    max-width: 1306px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .l-header__logo {
    width: 264px;
  }
}
@media print {
  .l-header {
    position: absolute;
  }
}
@media only screen and (width < 768px) {
  .l-header__wrapper {
    padding: 0.1rem 0.1rem 0.1rem 0.18rem;
  }
  .l-header__logo {
    width: 2.2rem;
  }
}

.l-header-navigation__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__contact {
  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;
  min-width: 1.58rem;
  min-height: 0.52rem;
  margin-left: 0.4rem;
  padding: 0.06rem 0.2rem 0.06rem 0.46rem;
  border-radius: 0.5rem;
  background-color: #ada36a;
  color: #fff;
  font-family: "hypatia-sans-pro", sans-serif;
  font-size: 0.18rem;
  font-weight: 700;
}
.l-header-navigation__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.09rem;
  background: url("../img/common/icn_mail.svg") center/cover no-repeat;
}
@media print, (width >= 768px) {
  .l-header-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-navigation__link-text {
    display: none;
  }
  .l-header-navigation__item {
    margin-left: 40px;
  }
  .l-header-navigation__item:first-child {
    margin-left: 0;
  }
  .l-header-navigation__item:first-child .l-header-navigation__link-detail {
    display: none;
  }
  .l-header-navigation__item:first-child .l-header-navigation__link-text {
    display: block;
  }
  .l-header-navigation__link {
    color: #606060;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 1.4285714286;
  }
}
@media screen and (768px <= width <= 1290px) {
  .l-header-navigation__item {
    margin-left: 20px;
  }
  .l-header-navigation__contact {
    margin-left: 0.2rem;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    position: fixed;
    z-index: 999;
    top: 0.7rem;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.8s 0.1s;
    transition: all 0.8s 0.1s;
    opacity: 0;
    /*background: linear-gradient(123deg, #e6e6e6 0%, #d1e6f2 100%);*/
	background: linear-gradient(123deg, #e6e6e6 0%, #bfd9e7 100%);
    pointer-events: none;
  }
  .l-header-navigation.is-open-menu {
    z-index: 1111;
    -webkit-transition: all 0.8s 0.4s;
    transition: all 0.8s 0.4s;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header-navigation__wrapper {
    height: 100%;
  }
  .l-header-navigation__inner {
    height: 100%;
    /*padding: 0.27rem 0.29rem 1rem;*/
	padding: 0.27rem 0.29rem 2rem;
    overflow-y: auto;
  }
  .l-header-navigation__inner::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header-navigation__item {
    padding: 0.04rem 0 0.05rem;
    border-top: 0.01rem solid #a7b7c3;
  }
  .l-header-navigation__item:last-child {
    border-bottom: 0.01rem solid #a7b7c3;
  }
  .l-header-navigation__link {
    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;
    padding: 0.15rem 0.05rem;
  }
  .l-header-navigation__link-detail {
    display: block;
    position: relative;
    padding-left: 0.19rem;
    color: #3b3b3b;
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .l-header-navigation__link-detail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.01rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: -0.08rem;
    background: url("../img/common/sp/icn_arrow_01.svg") center/cover no-repeat;
  }
  .l-header-navigation__link-text {
    display: block;
    color: #3b6b8d;
    font-family: "hypatia-sans-pro", sans-serif;
    font-size: 0.12rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}

.l-header-information {
  margin-top: 0.3rem;
}
.l-header-information__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  min-height: 0.7rem;
  margin-bottom: 0.37rem;
  padding: 0.1rem 0.27rem 0.1rem 0.7rem;
  border-radius: 0.1rem;
  background-color: #ada36a;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  font-weight: 600;
}
.l-header-information__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.32rem;
  width: 0.34rem;
  height: 0.24rem;
  margin-top: -0.12rem;
  background: url("../img/common/sp/icn_mail_01.svg") center/cover no-repeat;
}
.l-header-information__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: none;
}
.l-header-information__privacy-text {
  display: block;
  font-size: 0.12rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  pointer-events: auto;
  text-underline-offset: 0.02rem;
}
.l-header-information__privacy-text:hover {
  text-decoration: none;
}

.l-button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  padding-top: 0.23rem;
  border-radius: 50%;
  background: #3b6b8d;
  cursor: pointer;
}
.l-button-menu::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 0.48rem;
  max-width: 100%;
  height: 0.48rem;
  margin: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50%;
  background: linear-gradient(123deg, #e6e6e6 0%, #d1e6f2 100%);
  pointer-events: none;
}
.l-button-menu::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 100vw;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.l-button-menu__line {
  position: absolute;
  z-index: 1111111;
  width: 0.22rem;
  height: 0.01rem;
  margin-left: -0.01rem;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 0.01rem solid #fff;
  border-radius: 1rem;
}
.l-button-menu__line:nth-child(1) {
  top: 0.13rem;
}
.l-button-menu__line:nth-child(2) {
  top: 0.19rem;
}
.l-button-menu__line:nth-child(3) {
  top: 0.25rem;
}
.l-button-menu.is-active::before {
  -webkit-transform: scale(75, 75);
  -ms-transform: scale(75, 75);
  transform: scale(75, 75);
  -webkit-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(1) {
  top: 0.19rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-button-menu.is-active .l-button-menu__line:nth-child(2) {
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(3) {
  top: 0.19rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-button-menu.is-active .l-button-menu__text--open {
  visibility: hidden;
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__text--close {
  visibility: visible;
  margin-left: 0.01rem;
  opacity: 1;
}
.l-button-menu__decor {
  content: "";
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3b6b8d;
}
.l-button-menu__text {
  display: block;
  position: relative;
  z-index: 111111;
  color: #fff;
  font-family: "hypatia-sans-pro", sans-serif;
  font-size: 0.1rem;
  font-weight: 600;
}

.c-section-keyvisual {
  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-section-keyvisual__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.c-section-keyvisual__heading-english {
  display: block;
  opacity: 0.2;
  color: #3b6b8d;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-section-keyvisual__heading-japanese {
  display: block;
  position: absolute;
  top: 0.38rem;
  left: 0;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    min-height: 215px;
    padding: 50px 0 60px;
    background: linear-gradient(80deg, #e6e6e6 0%, #d1e6f2 100%);
  }
  .c-section-keyvisual__heading-english {
    font-size: 0.9rem;
  }
  .c-section-keyvisual__heading-japanese {
    top: 38px;
    font-size: 0.24rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual {
    min-height: 1.4rem;
    padding: 0.2rem 0 0.26rem;
    background: linear-gradient(80deg, #e6e6e6 0%, #d1e6f2 100%);
  }
  .c-section-keyvisual .l-wrapper {
    width: 100%;
  }
  .c-section-keyvisual__heading-english {
    margin: 0 -0.6rem;
    font-size: 0.6rem;
  }
  .c-section-keyvisual__heading-japanese {
    top: 0.23rem;
    font-size: 0.2rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060;
  font-weight: 300;
}
.c-breadcrumb__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.c-breadcrumb__item:last-child {
  position: relative;
  top: 1px;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__item a {
  text-underline-offset: 0.02rem;
}
.c-breadcrumb__item:nth-child(n+1) > a {
  display: inline-block;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
@media print, (width >= 768px) {
  .c-breadcrumb {
    padding: 12px 0;
  }
  .c-breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-breadcrumb__item {
    padding-right: 28px;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .c-breadcrumb__item::after {
    right: 9px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: url("../img/common/icn_arrow_01.svg") no-repeat center/auto 100%;
  }
  .c-breadcrumb__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (width < 768px) {
  .c-breadcrumb {
    padding: 0.11rem 0 0.12rem;
  }
  .c-breadcrumb__list {
    overflow: scroll hidden;
    white-space: nowrap;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    height: 0.02rem;
    border-radius: 0.1rem;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background: #3b3b3b;
  }
  .c-breadcrumb__item {
    display: inline;
    padding-right: 0.18rem;
    font-size: 0.1rem;
    line-height: 1.6;
  }
  .c-breadcrumb__item::after {
    right: 0.06rem;
    width: 0.08rem;
    height: 0.08rem;
    margin-top: -0.03rem;
    background: url("../img/common/icn_arrow_01.svg") no-repeat center/auto 100%;
  }
  .c-breadcrumb__item:last-child {
    padding-right: 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 {
  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;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.4285714286;
  text-align: center;
}
.c-button--primary {
  background-color: #4b81ac;
}
.c-button--secondary {
  background-color: #adac8f;
}
.c-button[target=_blank] {
  position: relative;
}
.c-button[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
}
@media print, (width >= 768px) {
  .c-button {
    min-height: 50px;
    padding: 10px 38px;
  }
  .is-safari .c-button {
    padding-top: 11px;
    padding-bottom: 8px;
  }
  .c-button[target=_blank] {
    padding-right: 48px;
  }
  .c-button[target=_blank]::after {
    right: 31px;
    width: 11px;
    height: 10px;
    margin-top: -6px;
    background: url("../img/common/icn_internal_01.png") center/cover no-repeat;
  }
}
@media only screen and (width < 768px) {
  .c-button {
    min-height: 0.46rem;
    padding: 0.1rem 0.25rem;
  }
  .c-button[target=_blank] {
    padding-right: 0.41rem;
  }
  .c-button[target=_blank]::after {
    right: 0.25rem;
    width: 0.12rem;
    height: 0.11rem;
    margin-top: -0.06rem;
    background: url("../img/common/sp/icn_internal_01.png") center/cover no-repeat;
  }
}

.c-section-contact {
  background-color: #c8d7e2;
}
.c-section-contact__wrapper {
  background-color: #fff;
}
.c-section-contact__description {
  display: block;
  color: #3b6b8d;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}
.c-section-contact__heading {
  color: #3b6b8d;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.c-section-contact__subheading {
  color: #626262;
  font-weight: 600;
  text-align: center;
}
.c-section-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-section-contact__link {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
}
.c-section-contact__link--tel {
  background-color: #164c6e;
}
.c-section-contact__link--contact {
  position: relative;
  background-color: #ada36a;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
.c-section-contact__link--contact::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/icn_mail.svg") center/cover no-repeat;
}
.c-section-contact__link-text {
  display: block;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.c-section-contact__link-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-section-contact__link-number {
  display: inline-block;
}
.c-section-contact__link-time {
  display: block;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.c-section-contact__link--line {
  position: relative;
  background-color: #E7F8E8;
  border: 2px solid #2ABA2F;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-section-contact__link--line .c-section-contact__link-line-text {
  color: #2ABA2F;
  text-align: center;
}
.c-section-contact__link--line .c-section-contact__btn_line {
  display: block;	
  background: #2ABA2F;
  color: #fff;
}


@media print, (width >= 768px) {
  .c-section-contact {
    padding: 50px 0 59px;
  }
  .c-section-contact__wrapper {
    padding: 43px 46px 50px;
    border-radius: 20px;
  }
  .c-section-contact__description {
    margin-bottom: 8px;
    font-size: 0.22rem;
    line-height: 1.3181818182;
  }
  .c-section-contact__heading {
    margin-bottom: 21px;
    font-size: 0.6rem;
  }
  .c-section-contact__subheading {
    margin-bottom: 37px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-section-contact__list {
    /*gap: 20px;*/
	gap: 8px;
  }
  .c-section-contact__item {
    /*width: 50%;*/
	width: calc(100%/3);
  }
  .c-section-contact__link {
    padding: 16px 20px 18px;
    border-radius: 15px;
  }
  .c-section-contact__link--tel {
    pointer-events: none;
  }
  .c-section-contact__link--contact {
    padding-top: 85px;
    /*font-size: 0.22rem;*/
	font-size: 0.18rem;
  }
  .c-section-contact__link--contact::before {
    top: 23px;
    width: 50px;
    height: 50px;
  }
  .c-section-contact__link-text {
    margin-bottom: 7px;
    /*font-size: 0.19rem;*/
	font-size: 0.16rem;
    line-height: 1.3157894737;
  }
  .c-section-contact__link-information {
    margin-bottom: 20px;
    padding-right: 8px;
    /*font-size: 0.27rem;*/
	font-size: 0.2rem;
  }
  .c-section-contact__link-number {
    /*margin-left: 14px;*/
	margin-left: 10px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    /*font-size: 0.41rem;*/
	font-size: 0.33rem;
  }
  .c-section-contact__link-time {
    font-size: 0.1rem;
    line-height: 1.4;
  }

  .c-section-contact__link--line .img {
    width: 68px;
  }
  .c-section-contact__link--line .txt {
    width: 170px;
  }
  .c-section-contact__link--line .c-section-contact__link-line-text {
    font-size: 18px;
  }
  .c-section-contact__link--line .c-section-contact__btn_line {
    font-size: 15px;
    padding: 14px 5px;
    border-radius: 8px;
    margin-top: 10px;
  }
}
@media only screen and (width < 768px) {
  .c-section-contact {
    padding: 0.25rem 0 0.3rem;
  }
  .c-section-contact .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .c-section-contact__wrapper {
    padding: 0.37rem 0.25rem 0.35rem;
    border-radius: 0.15rem;
  }
  .c-section-contact__description {
    margin-bottom: 0.05rem;
    font-size: 0.17rem;
    line-height: 1.4117647059;
  }
  .c-section-contact__heading {
    margin-bottom: 0.18rem;
    font-size: 0.42rem;
  }
  .c-section-contact__subheading {
    margin-bottom: 0.22rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .c-section-contact__list {
    /*gap: 0.1rem;*/
	gap: 0.12rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-section-contact__item {
    width: 100%;
  }
  .c-section-contact__link {
    min-height: 1.2rem;
    padding: 0.15rem 0.2rem 0.17rem;
    border-radius: 0.1rem;
  }
  .c-section-contact__link--contact {
    padding-top: 0.78rem;
    font-size: 0.18rem;
  }
  .c-section-contact__link--contact::before {
    top: 0.17rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-section-contact__link-text {
    margin-bottom: 0.07rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .c-section-contact__link-information {
    margin-bottom: 0.14rem;
    font-size: 0.22rem;
  }
  .c-section-contact__link-number {
    margin-left: 0.09rem;
    -webkit-transform: translateY(0.02rem);
    -ms-transform: translateY(0.02rem);
    transform: translateY(0.02rem);
    font-size: 0.33rem;
  }
  .c-section-contact__link-time {
    font-size: 0.11rem;
    line-height: 1.2727272727;
  }
  .c-section-contact__link--line .img {
    width: 68px;
  }
  .c-section-contact__link--line .txt {
    width: 170px;
  }
  .c-section-contact__link--line .c-section-contact__link-line-text {
    font-size: 18px;
  }
  .c-section-contact__link--line .c-section-contact__btn_line {
    font-size: 15px;
    padding: 14px 5px;
    border-radius: 8px;
    margin-top: 10px;
  }
}

.c-heading__english {
  display: block;
  color: #3b6b8d;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-heading__japanese {
  display: block;
  color: #3b6b8d;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
.c-heading--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (width >= 768px) {
  .c-heading__english {
    font-size: 0.6rem;
  }
  .c-heading__japanese {
    padding: 8px 0 0 23px;
    font-size: 0.22rem;
  }
  .c-heading--primary {
    margin-bottom: 42px;
  }
}
@media only screen and (width < 768px) {
  .c-heading__english {
    font-size: 0.45rem;
  }
  .c-heading__japanese {
    padding: 0.08rem 0 0 0.13rem;
    font-size: 0.16rem;
  }
  .c-heading--primary {
    margin-bottom: 0.29rem;
  }
}

@media print, (width >= 768px) {
  .c-text {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  .c-text--sz-4 {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (width < 768px) {
  .c-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .c-text--sz-4 {
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
}

.c-list--dot {
  position: relative;
  color: #606060;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--dot .c-list__item:last-child {
  margin-bottom: 0;
}
.c-list--information {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--information .c-list__item {
  position: relative;
}
.c-list--information .c-list__item:last-child {
  margin-bottom: 0;
}
.c-list--information .c-list__item-wrapper {
  background-color: #fff;
  pointer-events: none;
}
.c-list--information .c-list__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-list--information .c-list__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-list--information .c-list__item-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #3b6b8d;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-list--information .c-list__item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #626262;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-list--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  pointer-events: auto;
  gap: 0.1rem;
}
.c-list--category .c-list__item-category {
  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;
  border-width: 0.01rem;
  border-style: solid;
  font-size: 0.12rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media print, (width >= 768px) {
  .c-list--dot .c-list__item {
    margin-bottom: 3px;
    line-height: 1.5333333333;
  }
  .c-list--information > .c-list__item {
    margin-bottom: 10px;
  }
  .c-list--information .c-list__item-wrapper {
    padding: 19px 30px 22px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 20px;
  }
  .c-list--information .c-list__item-link {
    border-radius: 20px;
  }
  .c-list--information .c-list__item-link:hover + .c-list__item-wrapper {
    opacity: 0.6;
  }
  .c-list--information .c-list__item-head {
    margin-bottom: 7px;
  }
  .c-list--information .c-list__item-date {
    font-size: 0.18rem;
  }
  .c-list--information .c-list__item-title {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .c-list--category {
    margin-left: 10px;
  }
  .c-list--category .c-list__item-category {
    min-height: 26px;
    padding: 2px 15px;
  }
  .is-safari .c-list--category .c-list__item-category {
    padding-bottom: 1px;
  }
}
@media only screen and (width < 768px) {
  .c-list--dot .c-list__item {
    line-height: 1.7142857143;
  }
  .c-list--information > .c-list__item {
    margin-bottom: 0.12rem;
  }
  .c-list--information .c-list__item-wrapper {
    padding: 0.15rem 0.16rem 0.17rem;
    border-radius: 0.15rem;
  }
  .c-list--information .c-list__item-link {
    border-radius: 0.15rem;
  }
  .c-list--information .c-list__item-head {
    margin-bottom: 0.08rem;
  }
  .c-list--information .c-list__item-date {
    font-size: 0.14rem;
  }
  .c-list--information .c-list__item-title {
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .c-list--category {
    margin-left: 0.1rem;
  }
  .c-list--category .c-list__item-category {
    min-height: 0.22rem;
    padding: 0.02rem 0.07rem;
  }
}

.c-pagination--primary {
  position: relative;
  margin: 0 auto;
  font-family: "hypatia-sans-pro", sans-serif;
}
.c-pagination--primary .c-pagination__wrapper {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination--primary .c-pagination__item--next, .c-pagination--primary .c-pagination__item--prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_arrow_02.svg") center/100% auto no-repeat;
  font-size: 0.16rem;
  line-height: 1;
  cursor: pointer;
}
.c-pagination--primary .c-pagination__item--next a, .c-pagination--primary .c-pagination__item--prev a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-pagination--primary .c-pagination__item--next {
  right: 0;
}
.c-pagination--primary .c-pagination__item--prev {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.c-pagination--primary .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  padding-bottom: 1px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  border: 1.5px solid #4b81ac;
  border-radius: 50%;
  background-color: #fff;
  color: #4b81ac;
  font-weight: 600;
  text-decoration: none;
}
.c-pagination--primary .page-numbers.current {
  border-color: #4b81ac;
  background-color: #4b81ac;
  color: #fff;
}
.c-pagination--primary .page-numbers.dots {
  border: none;
  background: transparent url("../img/common/icn_dotted.svg") center/26px auto no-repeat;
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
}
.c-pagination--primary .page-numbers:hover {
  border-color: #4b81ac;
  background-color: #4b81ac;
  color: #fff;
}
.c-pagination--secondary {
  position: relative;
  margin: 0 auto;
  font-family: "hypatia-sans-pro", sans-serif;
}
.c-pagination--secondary .c-pagination__wrapper {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination--secondary .c-pagination__item--next, .c-pagination--secondary .c-pagination__item--prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.c-pagination--secondary .c-pagination__item--next a, .c-pagination--secondary .c-pagination__item--prev a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-pagination--secondary .c-pagination__item--next {
  right: 0;
}
.c-pagination--secondary .c-pagination__item--prev {
  left: 0;
}
@media print, (width >= 768px) {
  .c-pagination--primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-pagination--primary .c-pagination__wrapper {
    gap: 7px;
    padding: 0 41px;
  }
  .c-pagination--primary .c-pagination__item--prev, .c-pagination--primary .c-pagination__item--next {
    width: 12px;
    height: 21px;
  }
  .c-pagination--primary .page-numbers {
    width: 41px;
    height: 41px;
  }
  .c-pagination--secondary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-pagination--secondary .c-pagination__wrapper {
    gap: 7px;
    padding: 0 75px;
  }
  .c-pagination--secondary .c-pagination__item--prev, .c-pagination--secondary .c-pagination__item--next {
    width: 48px;
    height: 48px;
  }
  .c-pagination--secondary .c-pagination__item--next {
    background: url("../img/common/icn_arrow_04.svg") center/100% auto no-repeat;
  }
  .c-pagination--secondary .c-pagination__item--prev {
    background: url("../img/common/icn_arrow_03.svg") center/100% auto no-repeat;
  }
}
@media only screen and (width < 768px) {
  .c-pagination--primary .c-pagination__wrapper {
    gap: 0.08rem;
  }
  .c-pagination--primary .c-pagination__item--prev, .c-pagination--primary .c-pagination__item--next {
    width: 0.12rem;
    height: 0.21rem;
  }
  .c-pagination--primary .page-numbers {
    width: 0.38rem;
    height: 0.38rem;
  }
  .c-pagination--primary .page-numbers--dot {
    width: 0.26rem;
  }
  .c-pagination--secondary {
    max-width: 3rem;
  }
  .c-pagination--secondary .c-pagination__wrapper {
    gap: 0.08rem;
  }
  .c-pagination--secondary .c-pagination__item--prev, .c-pagination--secondary .c-pagination__item--next {
    width: 0.38rem;
    height: 0.38rem;
  }
  .c-pagination--secondary .c-pagination__item--next {
    background: url("../img/common/sp/icn_arrow_03.svg") center/100% auto no-repeat;
  }
  .c-pagination--secondary .c-pagination__item--prev {
    background: url("../img/common/sp/icn_arrow_02.svg") center/100% auto no-repeat;
  }
}

.c-post {
  overflow-wrap: break-word;
}
.c-post p {
  margin-bottom: 2em;
  color: #626262;
  font-weight: 300;
}
.c-post p:last-child {
  margin-bottom: 0;
}
.c-post b,
.c-post strong {
  font-weight: 700;
}
.c-post i,
.c-post em {
  font-style: italic;
}
.c-post a {
  color: inherit;
  text-decoration: underline;
}
.c-post a:hover {
  text-decoration: none;
}
.c-post sup,
.c-post sub {
  position: relative;
  font-size: 0.6em;
}
.c-post sup {
  vertical-align: top;
}
.c-post sub {
  vertical-align: bottom;
}
.c-post figure,
.c-post img,
.c-post video,
.c-post iframe,
.c-post table {
  margin-bottom: 0;
}
.c-post figure,
.c-post picture,
.c-post img,
.c-post video,
.c-post iframe,
.c-post table {
  max-width: 100%;
}
.c-post figure:last-child,
.c-post picture:last-child,
.c-post img:last-child,
.c-post video:last-child,
.c-post iframe:last-child,
.c-post table:last-child {
  margin-bottom: 0;
}
.c-post figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post figcaption:last-child {
  margin-bottom: 0;
}
.c-post blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post blockquote::before, .c-post blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post blockquote:last-child {
  margin-bottom: 0;
}
.c-post pre,
.c-post code {
  margin-bottom: 2em;
}
.c-post pre:last-child,
.c-post code:last-child {
  margin-bottom: 0;
}
.c-post ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post ul:last-child {
  margin-bottom: 0;
}
.c-post ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post ol:last-child {
  margin-bottom: 0;
}
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  color: #626262;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.c-post h2 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.12rem;
  font-size: 1.8em;
}
.c-post h2::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #3b6b8d;
}
.c-post h2:last-child {
  margin-bottom: 0;
}
.c-post h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.c-post h3:last-child {
  margin-bottom: 0;
}
.c-post h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post h4:last-child {
  margin-bottom: 0;
}
.c-post h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post h5:last-child {
  margin-bottom: 0;
}
.c-post h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post h6:last-child {
  margin-bottom: 0;
}
.c-post > div {
  margin-bottom: 2em;
}
.c-post > div:last-child {
  margin-bottom: 0;
}
.c-post .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post .has-background {
  background-color: #ccc;
}
.c-post .has-small-font-size {
  font-size: 0.13rem;
}
.c-post .has-large-font-size {
  font-size: 0.36rem;
}
.c-post .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post .wp-block-table thead,
.c-post .wp-block-table tbody,
.c-post .wp-block-table tfoot {
  border: none;
}
.c-post .wp-block-table th,
.c-post .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post .wp-block-table th {
  text-align: center;
  background-color: #ccc;
  font-weight: 600;
}
.c-post .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post .wp-block-column {
  margin: 0 1em;
}
.c-post .wp-block-column:first-child {
  margin-left: 0;
}
.c-post .wp-block-column:last-child {
  margin-right: 0;
}
.c-post .wp-block-image.alignright {
  margin-left: auto;
}
.c-post .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.c-post .wp-block-image.wp-block-gallery-is-layout-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (width >= 768px) {
  .c-post p {
    margin-bottom: 25px;
    font-size: 0.15rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  .c-post * + h2 {
    margin-top: 46px;
  }
  .c-post * + h3 {
    margin-top: 44px;
  }
  .c-post h2 {
    margin-bottom: 17px;
    font-size: 0.21rem;
    line-height: 1.2857142857;
  }
  .c-post h2::before {
    top: 2px;
    width: 4px;
    height: calc(100% - 6px);
  }
  .c-post h3 {
    margin-bottom: 17px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-post figure,
  .c-post picture,
  .c-post img,
  .c-post video,
  .c-post iframe,
  .c-post table {
    margin-bottom: 25px;
  }
  .c-post img {
    border-radius: 14px;
  }
}
@media only screen and (width < 768px) {
  .c-post p {
    margin-bottom: 0.29rem;
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
  .c-post * + h2 {
    margin-top: 0.44rem;
  }
  .c-post * + h3 {
    margin-top: 0.28rem;
  }
  .c-post h2 {
    margin-bottom: 0.15rem;
    font-size: 0.17rem;
    line-height: 1.4117647059;
  }
  .c-post h2::before {
    top: 0.02rem;
    width: 0.04rem;
    height: calc(100% - 0.07rem);
  }
  .c-post h3 {
    margin-bottom: 0.13rem;
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .c-post figure,
  .c-post picture,
  .c-post img,
  .c-post video,
  .c-post iframe,
  .c-post table {
    margin-bottom: 0.11rem;
  }
  .c-post img {
    border-radius: 0.1rem;
  }
}

.wpcf7-not-valid-tip {
  color: #c00;
  font-size: 0.9em;
}

.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

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

.c-input,
.c-textarea,
.c-select {
  width: 100%;
  font-size: 0.16rem;
}
.c-input input,
.c-input textarea,
.c-input select,
.c-textarea input,
.c-textarea textarea,
.c-textarea select,
.c-select input,
.c-select textarea,
.c-select select {
  display: block;
  width: 100%;
  border: 1px solid #626262;
  border-radius: 0.07rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #030303;
}
.c-input.wpcf7-not-valid,
.c-textarea.wpcf7-not-valid,
.c-select.wpcf7-not-valid {
  border-color: #c00;
}
.c-input .wpcf7-text,
.c-input .wpcf7-textarea,
.c-input .wpcf7-select,
.c-textarea .wpcf7-text,
.c-textarea .wpcf7-textarea,
.c-textarea .wpcf7-select,
.c-select .wpcf7-text,
.c-select .wpcf7-textarea,
.c-select .wpcf7-select {
  width: 100%;
}
.c-input .wpcf7-text::-webkit-input-placeholder, .c-input .wpcf7-textarea::-webkit-input-placeholder, .c-input .wpcf7-select::-webkit-input-placeholder, .c-textarea .wpcf7-text::-webkit-input-placeholder, .c-textarea .wpcf7-textarea::-webkit-input-placeholder, .c-textarea .wpcf7-select::-webkit-input-placeholder, .c-select .wpcf7-text::-webkit-input-placeholder, .c-select .wpcf7-textarea::-webkit-input-placeholder, .c-select .wpcf7-select::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 300;
}
.c-input .wpcf7-text::-moz-placeholder, .c-input .wpcf7-textarea::-moz-placeholder, .c-input .wpcf7-select::-moz-placeholder, .c-textarea .wpcf7-text::-moz-placeholder, .c-textarea .wpcf7-textarea::-moz-placeholder, .c-textarea .wpcf7-select::-moz-placeholder, .c-select .wpcf7-text::-moz-placeholder, .c-select .wpcf7-textarea::-moz-placeholder, .c-select .wpcf7-select::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 300;
}
.c-input .wpcf7-text:-ms-input-placeholder, .c-input .wpcf7-textarea:-ms-input-placeholder, .c-input .wpcf7-select:-ms-input-placeholder, .c-textarea .wpcf7-text:-ms-input-placeholder, .c-textarea .wpcf7-textarea:-ms-input-placeholder, .c-textarea .wpcf7-select:-ms-input-placeholder, .c-select .wpcf7-text:-ms-input-placeholder, .c-select .wpcf7-textarea:-ms-input-placeholder, .c-select .wpcf7-select:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 300;
}
.c-input .wpcf7-text::-ms-input-placeholder, .c-input .wpcf7-textarea::-ms-input-placeholder, .c-input .wpcf7-select::-ms-input-placeholder, .c-textarea .wpcf7-text::-ms-input-placeholder, .c-textarea .wpcf7-textarea::-ms-input-placeholder, .c-textarea .wpcf7-select::-ms-input-placeholder, .c-select .wpcf7-text::-ms-input-placeholder, .c-select .wpcf7-textarea::-ms-input-placeholder, .c-select .wpcf7-select::-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 300;
}
.c-input .wpcf7-text::placeholder,
.c-input .wpcf7-textarea::placeholder,
.c-input .wpcf7-select::placeholder,
.c-textarea .wpcf7-text::placeholder,
.c-textarea .wpcf7-textarea::placeholder,
.c-textarea .wpcf7-select::placeholder,
.c-select .wpcf7-text::placeholder,
.c-select .wpcf7-textarea::placeholder,
.c-select .wpcf7-select::placeholder {
  color: #b1b1b1;
  font-weight: 300;
}
.c-input input:-webkit-autofill,
.c-input input:-webkit-autofill:hover,
.c-input input:-webkit-autofill:focus,
.c-textarea input:-webkit-autofill,
.c-textarea input:-webkit-autofill:hover,
.c-textarea input:-webkit-autofill:focus,
.c-select input:-webkit-autofill,
.c-select input:-webkit-autofill:hover,
.c-select input:-webkit-autofill:focus {
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 0 0 10rem #fff inset, 0 0 0 1px #3b3b3b;
}
@media print, (width >= 768px) {
  .c-input input,
  .c-input textarea,
  .c-input select,
  .c-textarea input,
  .c-textarea textarea,
  .c-textarea select,
  .c-select input,
  .c-select textarea,
  .c-select select {
    height: 50px;
  }
  .c-input .wpcf7-text,
  .c-input .wpcf7-textarea,
  .c-input .wpcf7-select,
  .c-textarea .wpcf7-text,
  .c-textarea .wpcf7-textarea,
  .c-textarea .wpcf7-select,
  .c-select .wpcf7-text,
  .c-select .wpcf7-textarea,
  .c-select .wpcf7-select {
    padding: 5px 19px;
  }
}
@media only screen and (width < 768px) {
  .c-input,
  .c-textarea,
  .c-select {
    font-size: 0.14rem;
  }
  .c-input input,
  .c-input textarea,
  .c-input select,
  .c-textarea input,
  .c-textarea textarea,
  .c-textarea select,
  .c-select input,
  .c-select textarea,
  .c-select select {
    /*height: 0.4rem;*/
	height: 0.5rem;
  }
  .is-ios .c-input input,
  .is-ios .c-input textarea,
  .is-ios .c-input select,
  .is-ios .c-textarea input,
  .is-ios .c-textarea textarea,
  .is-ios .c-textarea select,
  .is-ios .c-select input,
  .is-ios .c-select textarea,
  .is-ios .c-select select {
    font-size: 16px;
  }
  .c-input .wpcf7-text,
  .c-input .wpcf7-textarea,
  .c-input .wpcf7-select,
  .c-textarea .wpcf7-text,
  .c-textarea .wpcf7-textarea,
  .c-textarea .wpcf7-select,
  .c-select .wpcf7-text,
  .c-select .wpcf7-textarea,
  .c-select .wpcf7-select {
    padding: 0.05rem 0.15rem;
  }
  .is-ios .c-input .wpcf7-text,
  .is-ios .c-input .wpcf7-textarea,
  .is-ios .c-input .wpcf7-select,
  .is-ios .c-textarea .wpcf7-text,
  .is-ios .c-textarea .wpcf7-textarea,
  .is-ios .c-textarea .wpcf7-select,
  .is-ios .c-select .wpcf7-text,
  .is-ios .c-select .wpcf7-textarea,
  .is-ios .c-select .wpcf7-select {
    /*padding-top: 0.03rem;*/
	padding-top: 0.05rem;
  }
}

.c-input {
  position: relative;
}
.c-input:last-child {
  margin-bottom: 0;
}
.c-input__text {
  position: absolute;
  top: 50%;
}
@media print, (width >= 768px) {
  .c-input {
    margin-bottom: 15px;
  }
  .c-input.c-input--sz1 {
    width: 240px;
  }
  .c-input__text {
    right: 23px;
    margin-top: -9px;
  }
}
@media only screen and (width < 768px) {
  .c-input {
    margin-bottom: 0.16rem;
  }
  .c-input.c-input--sz1 {
    width: 2rem;
  }
  .c-input__text {
    right: 0.19rem;
    margin-top: -0.08rem;
  }
}

.c-textarea textarea {
  resize: none;
}
@media print, (width >= 768px) {
  .c-textarea textarea {
    height: 174px;
  }
  .c-textarea .wpcf7-textarea {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media only screen and (width < 768px) {
  .c-textarea textarea {
    height: 1.6rem;
  }
  .c-textarea .wpcf7-textarea {
    padding-top: 0.09rem;
    padding-bottom: 0.09rem;
  }
}

.c-select select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-select select option[value=""] {
  display: none;
}
.c-select::-ms-expand {
  display: none;
}
.c-select .wpcf7-select {
  padding-right: 0.4rem;
  color: #141414;
  cursor: pointer;
}
@media print, (width >= 768px) {
  .c-select select {
    background: url("../img/common/icn_select.svg") no-repeat right 20px center/14px 7px;
  }
}
@media only screen and (width < 768px) {
  .c-select select {
    background: url("../img/common/icn_select.svg") no-repeat right 0.15rem center/0.14rem 0.07rem;
  }
}

.c-checkbox,
.c-acceptance {
  display: block;
}
.c-checkbox .wpcf7-list-item,
.c-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item:last-child,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item:last-child,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item:last-child,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border: 1.5px solid #4b81ac;
  border-radius: 0.04rem;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 8px;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 39px;
    font-size: 0.14rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 1px;
    width: 27px;
    height: 26px;
  }
  .c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
    background: url("../img/common/icn_checkbox_01.svg") no-repeat center/16px 11px;
  }
}
@media only screen and (width < 768px) {
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 0.1rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 0.37rem;
    font-size: 0.13rem;
    line-height: 1.5;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: -0.02rem;
    width: 0.23rem;
    height: 0.24rem;
  }
  .c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
    background: url("../img/common/icn_checkbox_01.svg") no-repeat center/0.14rem 0.1rem;
  }
}

.c-radio .wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.c-radio .wpcf7-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
}
.c-radio .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3b3b3b;
  border-radius: 100%;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .c-radio .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 7px;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 36px;
    font-size: 0.18rem;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label::before {
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .c-radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
    background: #4b81ac url("../img/common/icn_checkbox_01.svg") no-repeat center/17px 13px;
  }
}
@media only screen and (width < 768px) {
  .c-radio .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 0.1rem;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 0.36rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label::before {
    top: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .c-radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
    background: #4b81ac url("../img/common/icn_checkbox_01.svg") no-repeat top 0.04rem left 0.01rem/0.19rem 0.14rem;
  }
}

.c-form__row:last-child {
  margin-bottom: 0;
}
.c-form__head {
  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;
  color: #626262;
}
.c-form__label {
  font-weight: 600;
  letter-spacing: 0.03em;
}
.c-form__label-note {
  display: block;
  font-weight: 500;
}
.c-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4b81ac;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.c-form__required.c-form__required--any {
  border: 1px solid #4b81ac;
  background-color: #fff;
  color: #4b81ac;
}
.c-form__button {
  position: relative;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: #ada36a;
  font-weight: 600;
}
.c-form__button:has(.wpcf7-submit:disabled) {
  opacity: 0.6;
  pointer-events: none;
}
.c-form__button .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  cursor: pointer;
}
.c-form__agree {
  color: #626262;
  font-weight: 400;
  text-align: center;
}
.c-form__agree a {
  text-decoration: underline;
}
.c-form__agree a:hover {
  text-decoration: none;
}
@media print, (width >= 768px) {
  .c-form {
    max-width: 840px;
    margin: 0 auto;
  }
  .c-form__row {
    margin-bottom: 43px;
  }
  .c-form__head {
    margin-bottom: 7px;
    font-size: 0.17rem;
  }
  .c-form__label {
    padding-top: 2px;
  }
  .c-form__required {
    top: 1px;
    width: 52px;
    min-height: 26px;
    margin-right: 11px;
    padding: 3px 5px;
    font-size: 0.12rem;
  }
  .c-form__required.c-form__required--margin {
    top: 14px;
  }
  .c-form__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-form__button {
    width: 275px;
    min-height: 63px;
    margin-top: 40px;
    font-size: 0.17rem;
  }
  .c-form__agree {
    margin-top: -5px;
  }
  .c-form__agree a {
    margin-right: 2px;
  }
}
@media only screen and (width < 768px) {
  .c-form__row {
    margin-bottom: 0.27rem;
  }
  .c-form__head {
    margin-bottom: 0.03rem;
    font-size: 0.15rem;
  }
  .c-form__required {
    top: 0;
    min-width: 0.42rem;
    min-height: 0.18rem;
    margin-right: 0.08rem;
    padding: 0.03rem 0.05rem;
    font-size: 0.11rem;
  }
  .is-safari .c-form__required {
    padding-bottom: 0.02rem;
  }
  .c-form__required.c-form__required--margin {
    top: 0.15rem;
  }
  .c-form__agree {
    margin-top: 0.31rem;
  }
  .c-form__agree a {
    margin-right: 0.03rem;
  }
  .c-form__button {
    width: 1.93rem;
    min-height: 0.54rem;
    margin-top: 0.38rem;
    font-size: 0.15rem;
  }
}

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

.u-hidden {
  display: none;
}

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

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

@media only screen and (width < 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, (width >= 768px) {
  .u-sp {
    display: none !important;
  }
}

.header-sns {
	display: flex;
	align-items: center;
}
.header-sns a {
	display: block;
}
@media only screen and (width < 768px) {
	.header-sns  {
        width: 130px;
        justify-content: space-between;
        margin: 20px auto 0;
	}
	.header-sns a {
        width: 35px;
	}
}
@media print, (width >= 768px) {
	.header-sns  {
        width: 120px;
        justify-content: space-between;
        margin-left: 20px;
	}
	.header-sns a {
        width: 35px;
	}
}

.footer-sns {
	display: flex;
	align-items: flex-start;
}
.footer-sns a {
	display: block;
}
@media only screen and (width < 768px) {
	.footer-sns  {
        width: 130px;
        justify-content: space-between;
        margin: 20px 0 0;
	}
	.footer-sns a {
        width: 35px;
	}
}
/*# sourceMappingURL=common.css.map */