@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-collapse: collapse;
  border-spacing: 0;
}

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

table th {
  font-weight: bold;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

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

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

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

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

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

button:focus {
  outline: 0;
}

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

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

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

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

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
}

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

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

.hidden {
  display: none;
}

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

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1300px;
  }
  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.28rem;
  }
  .is-has-menu {
    position: fixed;
    width: 100%;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md {
    display: none !important;
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 99;
}
header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .header-wrapper {
  margin: 0 auto;
}
header .logo-image {
  display: block;
}
header .navbar-link {
  color: #000;
}
header .navigation-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
header .logo-text {
  font-size: 0.1rem;
  letter-spacing: 0.1em;
  color: #000;
}
header .header-logo {
  margin-bottom: 0;
}
header .navigation-label {
  display: inline-block;
}
header .navigation-label img {
  height: 100%;
  width: auto;
}
header .navigation-text {
  margin-bottom: 0;
  font-weight: 600;
}
.is-mac header .navigation-text {
  font-weight: 300;
}

@media print, (min-width: 768px) {
  header {
    padding-left: 26px;
    min-width: 1300px;
  }
  header.header-sub {
    border-bottom: 20px solid #f8b62d;
  }
  header.header-sub .navigation-item:nth-child(4) .navbar-link::before {
    display: none;
  }
  header .header-wrapper {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  header .header-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 17px;
  }
  header .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  header .navigation-item {
    border-left: 1px solid rgba(128, 128, 128, 0.2);
    position: relative;
  }
  header .navigation-item:nth-child(2) .menu-list {
    max-width: 175px;
  }
  header .navigation-item:nth-child(3) .navbar-link.is-hover, header .navigation-item:nth-child(3) .navbar-link.is-active {
    background: #ff7bac;
  }
  header .navigation-item:nth-child(3) .menu-link {
    background: #ff7bac;
  }
  header .navigation-item:nth-child(3) .navigation-head::before {
    display: none;
  }
  header .navigation-item:nth-child(4) .menu-list {
    max-width: 106px;
  }
  header .navigation-item:nth-child(4) .navbar-link {
    min-width: 158px;
    position: relative;
    padding: 23px 27px 17px;
  }
  header .navigation-item:nth-child(4) .navbar-link::before {
    /*position: absolute;
    content: "";
    right: 0;
    top: 77px;
    background: #f8b62d;
    width: 300vw;
    height: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;*/
  }
  header .navigation-item:nth-child(4) .navbar-link.is-hover, header .navigation-item:nth-child(4) .navbar-link.is-active {
    background: #f8b62d;
  }
  header .navigation-item:nth-child(4) .navbar-link.is-hover::before, header .navigation-item:nth-child(4) .navbar-link.is-active::before {
    opacity: 1;
  }
  header .navigation-item:nth-child(4) .navbar-link.is-active .navigation-head::before {
    opacity: 1;
  }
  header .navigation-item:nth-child(4) .menu-link {
    background: #f8b62d;
  }
  header .navigation-head {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 37px;
    position: relative;
  }
  header .navigation-head::before {
    position: absolute;
    content: "";
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: -6px;
    border-bottom: 2px solid #fff;
    width: 100%;
    min-width: 100px;
    height: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  header .header-inner {
    -ms-flex: 1;
        flex: 1;
  }
  header .navbar-link {
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    padding: 0.21rem 10px 17px;
    display: block;
    height: 100%;
    transition: all 0.2s ease;
    min-width: 207px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
  }
  header .navbar-link.is-hover, header .navbar-link.is-active {
    background: #ea5514;
    color: #fff;
  }
  header .navbar-link.is-hover .navigation-label img.is-default, header .navbar-link.is-active .navigation-label img.is-default {
    opacity: 0;
  }
  header .navbar-link.is-hover .navigation-label img.is-hover, header .navbar-link.is-active .navigation-label img.is-hover {
    opacity: 1;
  }
  header .navbar-link.is-hover .navigation-head::before {
    opacity: 1;
  }
  header .header-logo {
    width: 217px;
    position: relative;
    top: -2px;
  }
  header .header-logo a {
    display: block;
  }
  header .logo-text {
    margin-left: 16px;
    display: block;
    position: relative;
    top: 1px;
  }
  header .navigation-label {
    height: 9px;
    margin-bottom: 6px;
    position: relative;
  }
  header .navigation-label img {
    transition: opacity 0.3s ease;
  }
  header .navigation-label .is-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  header .menu-link {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #ea5514;
    color: #fff;
  }
  header .menu-list {
    padding: 5px 0 22px;
    max-width: 125px;
    margin: 0 auto;
  }
  header .menu-list li {
    margin-bottom: 15px;
  }
  header .menu-list li:last-child {
    margin-bottom: 0;
  }
  header .menu-list a {
    color: #fff;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
    display: block;
    text-align: left;
  }
  header .menu-list a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: center/contain no-repeat;
    width: 14px;
    height: 14px;
  }
  header .menu-list a.is-orange::before {
    background-image: url("../img/common/icn_arrow_orange.svg");
  }
  header .menu-list a.is-white::before {
    background-image: url("../img/common/icn_arrow_white.svg");
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.19rem 0.04rem;
  }
  header.header-sub {
    border-bottom: 0.35rem solid #f8b62d;
    margin-bottom: 0.16rem;
  }
  header .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0 0.17rem 0 0.3rem;
  }
  header .header-logo {
    width: 3.52rem;
    margin-top: 0.05rem;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - 1.23rem);
    overflow-y: auto;
    top: 1.23rem;
    left: 0;
    display: none;
    z-index: 1;
    background: #fff;
    padding-bottom: 0.3rem;
  }
  header .header-navigation::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f8b62d;
    width: 100%;
    height: 0.3rem;
  }
  header .navigation-list {
    display: block;
    z-index: 2;
    position: relative;
    padding-top: 0.44rem;
    margin-bottom: 0.57rem;
  }
  header .navigation-list li {
    padding: 0.24rem 0.3rem 0.26rem 0.54rem;
    border-bottom: 0.02rem solid #f2f2f2;
  }
  header .navbar-link {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
    padding: 0.08rem 0 0.08rem 0.64rem;
    position: relative;
    display: inline-block;
  }
  .is-android header .navbar-link {
    padding-bottom: 0.1rem;
  }
  header .navbar-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.12rem;
    background: url("../img/common/icn_arrow_orange.svg") center/contain no-repeat;
    width: 0.37rem;
    height: 0.37rem;
  }
  .is-android header .navbar-link::before {
    top: 0.14rem;
  }
  header .contact-text {
    font-size: 0.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.43rem;
  }
  header .navigation-contact {
    margin-bottom: 0.74rem;
  }
  header .contact-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  header .contact-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0.64rem;
    color: #fff;
    min-height: 1.3rem;
  }
  header .contact-list a.is-orange {
    background: #ea5514;
  }
  header .contact-list a.is-yellow {
    background: #f8b62d;
  }
  header .contact-list a.is-pink {
    background: #ff7bac;
  }
  header .entry-text {
    width: 2.05rem;
    margin-right: 0.54rem;
  }
  header .detail-text {
    font-size: 0.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  header .info-logo {
    width: 1.82rem;
    margin: 0 auto 0.46rem;
  }
  header .info-logo a {
    display: block;
  }
  header .info-description {
    font-size: 0.28rem;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    margin-bottom: 0.41rem;
    text-align: center;
  }
  header .info-text {
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
  }
  header .button-menu {
    width: 0.85rem;
    height: 0.85rem;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
    background: #ea5514;
    border-radius: 50%;
    margin-top: 0.03rem;
  }
  header .button-menu span {
    display: block;
    width: 0.33rem;
    position: absolute;
    height: 0.02rem;
    border-bottom: 0.02rem solid #fff;
    left: 50%;
    top: 50%;
    margin-left: -0.165rem;
  }
  header .button-menu span:nth-child(1) {
    margin-top: -0.12rem;
    transition: 0.3s ease;
  }
  header .button-menu span:nth-child(2) {
    margin-top: 0;
  }
  header .button-menu span:nth-child(3) {
    margin-top: 0.12rem;
    transition: 0.3s ease;
  }
  header .button-menu.is-active {
    background: #fff;
    margin-top: 0;
  }
  header .button-menu.is-active span {
    border-color: #ea5514;
    width: 1rem;
    margin-left: -0.5rem;
    margin-top: 0;
  }
  header .button-menu.is-active span:nth-of-type(1) {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  header .button-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  header .button-menu.is-active span:nth-of-type(3) {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}
footer {
  position: relative;
}

.footer-navigation .navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-navigation .navigation-link {
  color: #000;
  letter-spacing: 0.01em;
}

.footer-inner {
  text-align: center;
  color: #000;
}

.footer-logo .logo-image {
  display: block;
  margin: 0 auto;
}
.footer-logo .logo-image img {
  width: 100%;
  height: auto;
}

.footer-description {
  font-weight: 300;
  letter-spacing: 0.1em;
}

.footer-text {
  font-weight: 300;
  letter-spacing: 0.1em;
}

.footer-small {
  letter-spacing: 0.1em;
}

.button-entry {
  background: #ea5514;
  color: #fff;
  pointer-events: auto;
  position: absolute;
  text-decoration: none;
  display: none;
}
.button-entry * {
  transition: 0.26s ease;
}
.button-entry:hover * {
  opacity: 0.8;
}

.button-entry-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  height: 100%;
}

@media print, (min-width: 768px) {
  .fixed-area,
  .absolute-area {
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-width: 1300px;
    z-index: 2;
  }
  .fixed-area {
    position: fixed;
  }
  .fixed-area.is-stuck {
    position: unset;
  }
  .absolute-area {
    position: absolute;
  }
  .absolute-area .button-entry {
    display: block;
    bottom: unset;
    top: 95px;
    right: 18px;
  }
}
@media print, (min-width: 768px) {
  footer {
    padding: 36px 0 76px;
  }
  .footer-navigation {
    padding-bottom: 40px;
    position: relative;
  }
  .footer-navigation::after {
    content: "";
    background: #e6e6e6;
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer-navigation .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
  }
  .footer-navigation .navigation-list li {
    padding: 0 19px;
  }
  .footer-navigation .navigation-link {
    font-size: 0.13rem;
  }
  .footer-inner {
    padding-top: 36px;
  }
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer-logo .logo-image {
    width: 91px;
  }
  .footer-description {
    font-size: 0.14rem;
    line-height: 1.4285714286;
    margin-bottom: 20px;
  }
  .footer-text {
    font-size: 0.1rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .footer-small {
    font-size: 0.1rem;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    display: block;
  }
  .button-entry {
    width: 134px;
    height: 134px;
    font-size: 0.1rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    bottom: 100px;
    right: 22px;
    border-radius: 50%;
  }
  .button-entry .entry-image {
    margin-bottom: 8px;
  }
  .button-entry.is-stuck {
    bottom: 295px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.98rem 0 1.88rem;
  }
  .footer-logo {
    margin-bottom: 0.7rem;
  }
  .footer-logo .logo-image {
    width: 1.82rem;
  }
  .footer-description {
    font-size: 0.33rem;
    line-height: 1.4242424242;
    margin-bottom: 0.48rem;
  }
  .footer-text {
    font-size: 0.25rem;
    line-height: 1.52;
    margin-bottom: 0.78rem;
  }
  .footer-small {
    font-size: 0.19rem;
  }
  .button-entry {
    width: 100%;
    height: 1.3rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    bottom: 0;
    left: 0;
    position: fixed;
  }
  .button-entry .entry-image {
    width: 2.6rem;
    margin: 0 auto -0.02rem;
  }
  .button-entry .entry-image img {
    width: 100%;
    height: auto;
  }
  .button-entry span {
    margin-left: 0.28rem;
  }
}
.breadcrumb-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  color: #000;
}
.breadcrumb-list a {
  color: #000;
  text-decoration: none;
}
.breadcrumb-list > li {
  list-style: none;
  display: inline;
}
.breadcrumb-list > li:not(:last-child) {
  position: relative;
}
.breadcrumb-list > li:not(:last-child):after {
  content: ">";
  position: absolute;
  color: #000;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    padding: 18px 20px;
    max-width: 1340px;
    margin: 0 auto;
  }
  .breadcrumb-list {
    font-size: 0.11rem;
  }
  .breadcrumb-list > li:not(:last-child) {
    padding-right: 18px;
  }
  .breadcrumb-list > li:not(:last-child):after {
    top: -2px;
    right: 4px;
    font-size: 0.11rem;
  }
  .is-mac.is-chrome .breadcrumb-list > li:not(:last-child):after, .is-firefox .breadcrumb-list > li:not(:last-child):after {
    top: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.2rem 0.35rem;
  }
  .breadcrumb-list {
    font-size: 0.25rem;
  }
  .breadcrumb-list > li:not(:last-child) {
    padding-right: 0.4rem;
  }
  .breadcrumb-list > li:not(:last-child):after {
    top: -0.06rem;
    right: 0.1rem;
    font-size: 0.25rem;
  }
  .is-android .breadcrumb-list > li:not(:last-child):after {
    top: 0;
  }
}
.title-primary {
  text-align: center;
  font-size: unset;
  font-weight: unset;
  color: #f8b62d;
}
.title-primary span {
  display: block;
}
.title-primary .is-english {
  letter-spacing: 0.1em;
  font-weight: 600;
}
.title-primary .is-japan {
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .title-primary .is-english {
    font-size: 0.25rem;
    line-height: 1.76;
  }
  .title-primary .is-japan {
    font-size: 0.14rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary .is-english {
    font-size: 0.45rem;
    line-height: 1.7555555556;
  }
  .title-primary .is-japan {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
}
.title-secondary {
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.48rem;
  }
}
.title-tertiary {
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #f8b62d;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .title-tertiary {
    font-size: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-tertiary {
    font-size: 0.44rem;
  }
}
.wp-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.is-loaded .wp-pager {
  opacity: 1;
  visibility: visible;
}
.wp-pager a {
  display: block;
}
.wp-pager .arrow {
  position: absolute;
  top: 0;
}
.wp-pager .arrow a {
  border-radius: 100%;
  background: url("../img/news/arrow_icn.png") center/22px auto no-repeat, #f8b62d;
}
.wp-pager .next {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.wp-pager .page-numbers {
  text-align: center;
  background: #f8b62d;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .wp-pager {
    margin-left: 252px;
    width: 428px;
    min-height: 40px;
    padding: 0 60px;
  }
  .wp-pager .page-numbers {
    border-radius: 22px;
    font-size: 0.17rem;
    padding: 8px 43px 6px;
  }
  .wp-pager .arrow a {
    width: 40px;
    height: 40px;
  }
  .wp-pager .next {
    right: 0;
  }
  .wp-pager .prev {
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .wp-pager {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .wp-pager .page-numbers {
    border-radius: 0.4rem;
    font-size: 0.34rem;
    padding: 0.14rem 0.84rem 0.12rem;
  }
  .is-android .wp-pager .page-numbers {
    padding-top: 0.12rem;
    padding-bottom: 0.15rem;
  }
  .wp-pager .arrow a {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.42rem auto;
  }
  .wp-pager .next {
    right: 0.1rem;
  }
  .wp-pager .prev {
    left: 0.1rem;
  }
}
.section-common-contact .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-common-contact .contact-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.section-common-contact .contact-item .contact-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-common-contact .contact-item .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-common-contact .contact-item .contact-information {
  position: relative;
}
.section-common-contact .contact-item .information-image {
  text-align: center;
  margin-bottom: 0;
}
.section-common-contact .contact-item .button-primary, .section-common-contact .contact-item .button-secondary {
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-common-contact .contact-item .button-primary {
  background: rgba(248, 182, 45, 0.75);
}
.section-common-contact .contact-item .button-secondary {
  background: rgba(234, 85, 20, 0.75);
}

@media print, (min-width: 768px) {
  .section-common-contact .contact-list li {
    width: 33.3333333333%;
  }
  .section-common-contact .contact-item {
    width: 100%;
    min-height: 400px;
    padding: 154px 20px 20px;
  }
  .section-common-contact .contact-item .information-button {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-common-contact .contact-item .button-primary, .section-common-contact .contact-item .button-secondary {
    padding: 9px 8px;
    font-size: 0.12rem;
    border-radius: 3px;
    margin: 10px 8px;
    width: 165px;
    height: unset;
  }
  .section-common-contact .contact-item .button-primary.is-small, .section-common-contact .contact-item .button-secondary.is-small {
    width: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-contact .contact-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-common-contact .contact-list li:nth-child(2) {
    -ms-flex-order: -1;
        order: -1;
  }
  .section-common-contact .contact-item {
    width: 100%;
    min-height: 5rem;
    padding: 1.1rem 0.2rem 0.2rem;
  }
  .section-common-contact .contact-item.is-center {
    padding-top: 0.2rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-common-contact .contact-item .information-image {
    width: 5.86rem;
    margin: 0 auto;
  }
  .section-common-contact .contact-item .information-image img {
    width: 100%;
    height: auto;
  }
  .section-common-contact .contact-item .information-button {
    margin-top: 0.5rem;
  }
  .section-common-contact .contact-item .information-button a:not(:last-child) {
    margin-bottom: 0.38rem;
  }
  .section-common-contact .contact-item .button-primary, .section-common-contact .contact-item .button-secondary {
    padding: 0.18rem 0.1rem;
    font-size: 0.27rem;
    border-radius: 0.05rem;
    width: 3.54rem;
    margin: 0 auto;
    height: unset;
  }
  .section-common-contact .contact-item .button-primary.is-small, .section-common-contact .contact-item .button-secondary.is-small {
    width: 4rem;
  }
}
.section-common-matching {
  background: #f8b62d;
}
.section-common-matching .matching-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
.section-common-matching .matching-title .title-text, .section-common-matching .matching-title .title-below {
  display: block;
}
.section-common-matching .matching-title .title-text {
  font-weight: 600;
}
.section-common-matching .matching-title .title-below {
  font-weight: 300;
}
.section-common-matching .matching-list, .section-common-matching .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-common-matching .matching-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.section-common-matching .matching-label {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
}
.section-common-matching .button-matching {
  background: #fff;
  color: #f7a219;
  text-align: center;
  display: block;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .section-common-matching {
    padding: 68px 0 82px;
  }
  .section-common-matching .matching-title {
    margin-bottom: 56px;
  }
  .section-common-matching .matching-title .title-text {
    font-size: 0.25rem;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
  }
  .section-common-matching .matching-title .title-below {
    font-size: 0.14rem;
  }
  .section-common-matching .matching-list {
    width: 930px;
    padding: 0 15px;
  }
  .section-common-matching .item-list li:not(:last-child) {
    margin-bottom: 11px;
  }
  .section-common-matching .matching-item {
    width: calc(20% - 8.8px);
    margin-right: 11px;
  }
  .section-common-matching .matching-item:nth-child(5n) {
    margin-right: 0;
  }
  .section-common-matching .matching-label {
    font-size: 0.17rem;
    margin-bottom: 18px;
  }
  .section-common-matching .button-matching {
    padding: 10px 10px 9px;
    border-radius: 3px;
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-matching {
    padding: 1rem 0 1.05rem;
  }
  .section-common-matching .matching-title {
    margin-bottom: 0.78rem;
  }
  .section-common-matching .matching-title .title-text {
    font-size: 0.42rem;
    margin-bottom: 0.24rem;
    letter-spacing: 0.1em;
  }
  .section-common-matching .matching-title .title-below {
    font-size: 0.26rem;
  }
  .section-common-matching .matching-list {
    width: 6.24rem;
  }
  .section-common-matching .matching-item {
    width: calc(50% - 0.07rem);
    margin-right: 0.14rem;
    margin-bottom: 0.14rem;
  }
  .section-common-matching .matching-item:nth-child(2n) {
    margin-right: 0;
  }
  .section-common-matching .button-matching {
    padding: 0.18rem 0.1rem 0.2rem;
    border-radius: 0.05rem;
    font-size: 0.25rem;
  }
}
.section-common-service .service-list {
  list-style-type: none;
  padding: 0;
}
.section-common-service .service-item-title {
  text-align: center;
  letter-spacing: 0.1em;
}
.section-common-service .service-item-text {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #000;
}

@media print, (min-width: 768px) {
  .section-common-service {
    padding: 78px 0 98px;
  }
  .section-common-service .wrapper {
    width: 950px;
  }
  .section-common-service .title-primary {
    margin-bottom: 52px;
  }
  .section-common-service .service-list {
    margin-bottom: -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-common-service .service-item {
    width: 264px;
    margin-right: 78px;
    margin-bottom: 30px;
  }
  .section-common-service .service-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .section-common-service .service-item-image {
    width: 130px;
    margin: 0 auto 30px;
  }
  .section-common-service .service-item-title {
    font-size: 0.19rem;
    line-height: 1.7368421053;
    margin-bottom: 16px;
  }
  .section-common-service .service-item-text {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-service {
    padding: 0.95rem 0 0.61rem;
  }
  .section-common-service .wrapper {
    padding: 0 0.6rem;
  }
  .section-common-service .title-primary {
    margin-bottom: 0.73rem;
  }
  .section-common-service .service-list {
    margin-bottom: -0.3rem;
  }
  .section-common-service .service-item {
    margin-bottom: 0.95rem;
  }
  .section-common-service .service-item-image {
    width: 3.26rem;
    margin: 0 auto 0.26rem;
  }
  .section-common-service .service-item-title {
    font-size: 0.4rem;
    line-height: 1.75;
    margin-bottom: 0.07rem;
  }
  .section-common-service .service-item-text {
    font-size: 0.28rem;
    line-height: 1.7857142857;
    padding: 0 0.14rem 0 0.3rem;
    letter-spacing: 0;
  }
}
@media print, (min-width: 768px) {
  .absolute-area .button-entry {
    top: 120px;
  }
}
.section-common-service {
  background: #f2f2f2;
}

.news-label {
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 0;
}
.news-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.news-detail {
  color: inherit;
  display: block;
}

.news-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.news-item-content {
  width: 100%;
}

.news-label {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: #f8b62d;
}

.news-title {
  font-weight: 600;
}

.news-title,
.news-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-description {
  color: #4d4d4d;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
}

@media print, (min-width: 768px) {
  .news-heading {
    padding-bottom: 16px;
    min-height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .news-heading .title-primary {
    margin-bottom: 0;
  }
  .news-heading .title-primary .is-japan {
    margin-top: 3px;
  }
  .news-wrapper {
    border-top: 20px solid #f2f2f2;
    padding-top: 43px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 947px;
    margin: 0 auto;
  }
  .news-content {
    width: 670px;
  }
  .section-news {
    padding-bottom: 124px;
  }
  .news-list {
    margin-bottom: 80px;
  }
  .news-list li:not(:last-child) {
    margin-bottom: 45px;
  }
  .news-time {
    color: inherit;
  }
  .news-image {
    width: 230px;
    height: 156px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 26px;
  }
  .news-item-content {
    padding-top: 2px;
    width: 100%;
  }
  .news-content-info {
    margin-bottom: 16px;
  }
  .news-label {
    font-size: 0.12rem;
    padding: 6px 17px 4px;
    margin-right: 11px;
    min-width: 125px;
  }
  .is-mac.is-chrome .news-label {
    padding-top: 5px;
  }
  .news-time {
    position: relative;
    top: 5px;
    font-size: 0.13rem;
  }
  .news-title {
    font-size: 0.17rem;
    letter-spacing: 0.1em;
    line-height: 1.4705882353;
    margin-bottom: 13px;
    -webkit-line-clamp: 2;
  }
  .news-description {
    font-size: 0.12rem;
    line-height: 1.6666666667;
    margin-bottom: -16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-content {
    margin-bottom: 1.6rem;
  }
  .section-news {
    padding: 0.28rem 0 0.8rem;
  }
  .section-news .title-primary {
    margin-bottom: 0.5rem;
  }
  .section-news .title-primary .is-english {
    font-size: 0.47rem;
  }
  .section-news .title-primary .is-japan {
    margin-top: -0.07rem;
  }
  .news-list {
    margin-bottom: 0.94rem;
  }
  .news-list li:not(:last-child) {
    margin-bottom: 0.44rem;
  }
  .news-time {
    color: #666;
  }
  .news-image {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.27rem;
  }
  .news-item-content {
    width: 100%;
  }
  .news-content-info {
    margin-top: -0.02rem;
    margin-bottom: 0.16rem;
  }
  .news-label {
    font-size: 0.2475rem;
    padding: 0.1rem 0.25rem 0.08rem;
    margin-bottom: 0.22rem;
    min-width: 2.55rem;
  }
  .is-android .news-label {
    font-weight: 700;
    padding-top: 0.08rem;
    padding-bottom: 0.1rem;
  }
  .news-title {
    font-size: 0.3rem;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
  }
  .news-description {
    display: none;
  }
}
.news-aside ul {
  list-style: none;
  padding: 0;
}

.news-aside-title {
  text-align: center;
  font-weight: 600;
  color: #f8b62d;
  letter-spacing: 0.1em;
}

.news-aside-list {
  margin-bottom: 0;
}

.news-aside-link {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.news-aside-time {
  display: block;
  color: #000;
}

.news-aside-name {
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-aside-category .news-label {
  text-decoration: none;
  transition: background 0.26s ease;
}
.news-aside-category .news-label:hover {
  background-color: #ff7bac;
}

.news-aside-archive {
  margin-bottom: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.news-aside-archive a {
  display: inline-block;
  color: inherit;
}

@media print, (min-width: 768px) {
  .news-aside {
    margin: -3px 0 0 20px;
    width: 210px;
  }
  .news-aside .aside-block:not(:last-child) {
    margin-bottom: 36px;
  }
  .news-aside-title {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 13px;
    margin-bottom: 21px;
    font-size: 0.16rem;
  }
  .news-aside-list li:not(:first-child) .news-aside-link {
    padding-top: 15px;
  }
  .news-aside-link {
    padding-bottom: 12px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  }
  .news-aside-image {
    width: 74px;
    height: 50px;
  }
  .news-aside-content {
    width: 124px;
  }
  .news-aside-content .news-label {
    display: none;
  }
  .news-aside-time {
    margin-bottom: 1px;
    font-size: 0.13rem;
  }
  .news-aside-name {
    font-size: 0.12rem;
    letter-spacing: 0.01em;
  }
  .news-aside-category {
    margin: 26px auto 48px;
    width: 125px;
  }
  .news-aside-category li:not(:last-child) {
    margin-bottom: 15px;
  }
  .news-aside-category .news-label {
    padding-left: 14px;
    padding-right: 14px;
  }
  .news-aside-archive {
    font-size: 0.14rem;
    line-height: 1.75;
    padding-top: 5px;
  }
  .news-aside-archive > li:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-aside {
    padding: 0 0.07rem;
  }
  .news-aside .aside-block:not(:last-child) {
    margin-bottom: 0.97rem;
  }
  .news-aside-title {
    border-bottom: 0.09rem solid #f2f2f2;
    padding-bottom: 0.39rem;
    margin-bottom: 0.7rem;
    font-size: 0.45rem;
  }
  .news-aside-list li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .news-aside-image {
    width: 2.55rem;
    height: 2.55rem;
  }
  .news-aside-content {
    width: calc(100% - 2.55rem);
    padding-left: 0.3rem;
  }
  .news-aside-time {
    margin-bottom: 0.14rem;
    font-size: 0.28rem;
    color: #666;
  }
  .news-aside-name {
    font-size: 0.3rem;
    line-height: 1.37;
    letter-spacing: 0.01em;
    font-weight: bold;
  }
  .news-aside-category {
    margin: 0 auto;
    width: 3.5rem;
  }
  .news-aside-category .news-label {
    padding-top: 0.13rem;
    padding-bottom: 0.12rem;
    width: 100%;
    font-size: 0.34rem;
  }
  .is-android .news-aside-category .news-label {
    padding-top: 0.12rem;
    padding-bottom: 0.13rem;
  }
  .news-aside-category li:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .news-aside-archive {
    font-size: 0.35rem;
    line-height: 1.3;
    margin-top: -0.02rem;
  }
  .news-aside-archive > li:not(:last-child) {
    margin-bottom: 0.44rem;
  }
  .is-android .news-aside-name {
    font-weight: 700;
  }
}
.news-group .tag {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #f8b62d;
}
.news-group .time {
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.news-name {
  color: #333;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .news-group {
    margin-bottom: 18px;
  }
  .news-group .tag {
    min-width: 180px;
    padding: 11px 15px 10px;
    font-size: 0.17rem;
    margin-right: 15px;
  }
  .news-group .time {
    font-size: 0.15rem;
    top: 8px;
  }
  .news-name {
    font-size: 0.23rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-group {
    margin-bottom: 0.27rem;
  }
  .news-group .tag {
    min-width: 3.24rem;
    padding: 0.16rem 0.2rem;
    font-size: 0.315rem;
    margin-bottom: 0.4rem;
  }
  .is-android .news-group .tag {
    font-weight: 700;
    padding-top: 0.14rem;
    padding-bottom: 0.16rem;
  }
  .news-group .time {
    display: block;
    font-size: 0.35rem;
  }
  .news-name {
    font-size: 0.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 0.38rem;
  }
  .is-android .news-name {
    font-weight: 700;
  }
}
.post-content {
  text-align: justify;
}
.post-content *:last-child {
  margin-bottom: 0;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content img {
  display: block;
  width: 100%;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content a {
  text-decoration: underline;
  text-underline-position: under;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content img {
  border-radius: 0.08rem;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
}
.post-content h2 {
  position: relative;
}
.post-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  background: #f8b62d;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content figcaption,
.post-content small,
.post-content cite {
  font-size: 0.9em;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content table {
  margin-bottom: 2em;
}
.post-content table th {
  background: #f8f8f8;
}
.post-content table th, .post-content table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.15rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
  .post-content h1 {
    font-size: 0.22rem;
  }
  .post-content h2 {
    font-size: 0.2rem;
    padding-left: 25px;
  }
  .post-content h2:before {
    width: 10px;
    top: 3px;
    bottom: 4px;
  }
  .post-content h3 {
    font-size: 0.18rem;
  }
  .post-content h4 {
    font-size: 0.17rem;
  }
  .post-content h5 {
    font-size: 0.16rem;
  }
  .post-content h6 {
    font-size: 0.15rem;
  }
  .post-content img {
    margin-bottom: 20px;
  }
  .post-content p {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.28rem;
    letter-spacing: 0.025em;
    line-height: 1.79;
    color: #4d4d4d;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 0.5rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
  .post-content h1 {
    font-size: 0.42rem;
  }
  .post-content h2 {
    font-size: 0.4rem;
    padding: 0.08rem 0 0 0.52rem;
  }
  .post-content h2:before {
    width: 0.25rem;
    top: -0.04rem;
    bottom: -0.08rem;
  }
  .is-android .post-content h2:before {
    top: -0.02rem;
  }
  .post-content h3 {
    font-size: 0.38rem;
  }
  .post-content h4 {
    font-size: 0.36rem;
  }
  .post-content h5 {
    font-size: 0.34rem;
  }
  .post-content h6 {
    font-size: 0.32rem;
  }
  .post-content img {
    margin-bottom: 0.29rem;
  }
  .post-content p {
    margin-bottom: 0.51rem;
  }
}
@media print, (min-width: 768px) {
  .section-news-detail {
    padding-bottom: 102px;
  }
  .section-news-detail .news-wrapper {
    padding-top: 32px;
  }
  .section-news-detail .news-aside {
    margin-top: 8px;
  }
  .section-news-detail .news-inner {
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news-detail {
    padding: 0.96rem 0 0.92rem;
  }
  .section-news-detail .news-inner {
    margin-bottom: 1.2rem;
  }
  .section-news-detail .aside-block.md {
    display: block !important;
  }
}

.section-common-lc {
	background: #83ccd2;
}
.section-common-lc .txt-box .area-link {
	color: #fff;
}
.section-common-lc .txt-box h4 {
	text-align:center;
	font-weight: 600;
}
.section-common-lc .txt-box .area-link {
	text-align:center;
}
@media print, (min-width: 768px) {
	.section-common-lc {
		padding: 60px 0;
	}
	.section-common-lc .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.section-common-lc .main-img {
		width: 20%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .txt-box {
		width: 70%;
	}
	.section-common-lc .txt-box h3 {
		width: 80%;
		margin: 0 auto 25px;
	}
	.section-common-lc .txt-box p {
		font-size: 15px;
		line-height: 1.9;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 25px;
	}
	.section-common-lc .txt-box .area-link img {
		width: 90%;
		margin: auto;
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-common-lc {
		padding: 40px 0;
	}
	.section-common-lc .wrapper {
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
	.section-common-lc .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.section-common-lc .main-img {
		width: 35%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .flex h3 {
		width: 55%;
	}
	.section-common-lc .txt-box p {
		font-size: 14px;
		line-height: 1.7;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 20px;
	}
	.section-common-lc .txt-box .area-link img {
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 30px;
		font-size: 12px;
	}
}
/*# sourceMappingURL=news.css.map */