@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
*/
* {
  box-sizing: border-box;
}

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit], input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.anim-text-popup {
  position: relative;
}
.anim-text-popup .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.anim-text-popup .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 100%;
}

.anim-text-door {
  position: relative;
  font-weight: 900;
  opacity: 0;
}
.anim-text-door .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.anim-text-door .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
.anim-text-door.view-twice {
  opacity: 1;
}

.anim-slideinL {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.anim-slideinL .letter {
  display: inline-block;
  line-height: 1em;
}

/* Noto Sans */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
html {
  min-height: 100%;
  font-size: 16px;
}

body {
  min-height: 100vh;
  font-family: "Noto Sans JP", hiragino sans, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 1.2em;
  max-height: 1.2em;
  margin-bottom: 2px;
  vertical-align: middle;
}

input,
textarea {
  border-radius: 0;
}

strong {
  font-weight: 600;
}

/* vendor */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
#toc_container {
  display: inline-block;
  padding: 1.5em 1.75em 1.25em;
  margin: 20px 0;
  font-size: 0.9em;
  color: #666;
  background-color: #f3f3f3;
  border: solid 0 #ddd;
}
#toc_container a {
  color: #666;
}
#toc_container .toc_title {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-weight: 600;
}
#toc_container .toc_title::after {
  display: inline-block;
  flex: 1;
  width: 100%;
  height: 1px;
  margin: 0 0 0 16px;
  content: "";
  background: #ddd;
}
#toc_container .toc_list {
  margin-bottom: 0.5em;
}
#toc_container .toc_list li {
  padding-left: 0.25em;
  margin-top: 0.25em !important;
  font-size: 0.95em;
  font-weight: 600;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li ul {
  padding-bottom: 0.5em;
}
#toc_container .toc_list li ul a {
  color: #8b8b8b;
}
#toc_container .toc_list li ul li {
  padding-left: 0.75em;
  font-weight: 400;
}
#toc_container .toc_list li ul ul li {
  padding-left: 0.75em;
}

.l-body {
  min-height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .l-body {
    padding-top: 50px;
  }
}
.l-body--no-pad {
  padding-top: 0 !important;
}
.l-footer {
  padding: 0;
  background: #eeedf7;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 30px 15px;
    background: #00469d;
  }
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    display: block;
    padding: 0;
  }
}
.l-footer__logo {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    margin-bottom: 20px;
  }
}
.l-footer__logo img {
  width: 480px;
  height: 75px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo img {
    width: 240px;
    height: 37.5px;
  }
}
.l-footer__office {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__office + .l-footer__office {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__office + .l-footer__office {
    margin-top: 50px;
  }
}
.l-footer__office-image {
  position: relative;
  margin-bottom: 8px;
  max-height: 200px;
  border-radius: 8px;
  transition: all 0.5s ease;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-image:hover {
    max-height: 315px;
    border-radius: 0;
    transition: all 0.5s ease;
  }
  .l-footer__office-image:hover img {
    transform: scale(1, 1);
    transition: all 0.5s ease;
  }
}
.l-footer__office-image img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-10%) scale(1.4, 1.4);
  transition: all 0.3s ease;
}
.l-footer__office-remarks {
  min-height: 1em;
  font-size: 0.75rem;
  text-align: right;
  padding-bottom: 6px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-remarks {
    color: #fff;
  }
  .l-footer__office-remarks a {
    color: #00469d;
    text-decoration: underline;
  }
}
.l-footer__office-remarks i {
  margin-left: 0.5em;
}
.l-footer__office-remarks a {
  color: #00469d;
}
.l-footer__office-remarks a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-remarks a {
    color: #fff;
    text-decoration: underline;
  }
}
.l-footer__office-place {
  padding-bottom: 6px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-place {
    margin-bottom: 10px;
  }
}
.l-footer__office-place-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  font-weight: 600;
  color: #00469d;
  background: #fff;
  border: 1px solid #00469d;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-place-text {
    padding: 6px 0;
    font-size: 16px;
  }
}
.l-footer__office-address {
  font-size: 14px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-address {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-address {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
}
.l-footer__office-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 0 3px;
  font-weight: 600;
  color: #00469d;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-contact {
    justify-content: space-around;
    flex-wrap: nowrap;
    font-weight: 300;
    color: #fff;
  }
}
.l-footer__office-contact-column {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-contact-column:first-child {
    padding-right: 10px;
  }
}
.l-footer__office-contact-column.fax .l-footer__office-contact-title {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  font-size: 12px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-contact-column.fax .l-footer__office-contact-title {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-bottom: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-contact-column.fax .l-footer__office-contact-number {
    font-size: 30px;
  }
}
.l-footer__office-contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #333;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.l-footer__office-contact-title svg,
.l-footer__office-contact-title img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-contact-title {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-bottom: 0;
    border: 1px solid #fff;
    color: #fff;
  }
  .l-footer__office-contact-title svg,
  .l-footer__office-contact-title img {
    width: 12px;
    height: 12px;
    fill: #fff;
  }
}
.l-footer__office-contact-number {
  display: block;
  padding-left: 4px;
  font-size: 38px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -1px;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-contact-number {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-contact-number {
    font-size: 26px;
  }
}
.l-footer__office-hours {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.l-footer__office-hours span {
  font-size: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .l-footer__office-hours {
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
  }
}
.l-footer__office-map {
  position: relative;
  height: 0;
  padding-bottom: 66%;
}
.l-footer__office-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__area {
  margin-top: 50px;
}
.l-footer__area-header {
  width: 100%;
}
.l-footer__area-header-inner {
  padding: 0 50px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-header-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-header {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }
}
.l-footer__area-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
  color: #fff;
  text-align: center;
  background: #00469d;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-title {
    display: flex;
    width: auto;
    height: auto;
    padding: 6px 0;
    font-size: 16px;
    color: #00469d;
    background: #fff;
    border-radius: 0;
  }
}
.l-footer__area-body {
  padding: 30px 0;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-body {
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
  }
}
.l-footer__area-body-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 50px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-body-inner {
    display: block;
    padding: 0;
  }
}
.l-footer__area-data {
  width: calc(100% - 350px);
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-data {
    width: auto;
    line-height: 1.5;
  }
}
.l-footer__area-desc {
  margin-bottom: 1em;
}
.l-footer__area-list + .l-footer__area-list {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .l-footer__area-list-title {
    font-weight: 600;
  }
}
.l-footer__area-calendar {
  width: 300px;
  min-height: 300px;
  padding: 20px;
  margin-left: 30px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__area-calendar {
    margin: 30px auto;
  }
}
.l-footer__bar {
  padding: 40px 0 16px;
  background: #00469d;
}
.l-footer__sns {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.l-footer__sns-item {
  width: 56px;
}
.l-footer__sns-item img {
  width: 100%;
}
.l-footer__navi {
  border-bottom: 3px double #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__navi {
    border: none;
  }
}
.l-footer__navi-inner {
  display: flex;
  padding: 0 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__navi-inner {
    display: block;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
  }
}
.l-footer__navi-inner li {
  position: relative;
  flex-grow: 1;
  width: 100%;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__navi-inner li {
    padding: 0;
    text-align: left;
  }
}
.l-footer__navi-inner li::before, .l-footer__navi-inner li::after {
  position: absolute;
  top: 10px;
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__navi-inner li::before, .l-footer__navi-inner li::after {
    display: none;
  }
}
.l-footer__navi-inner li::before {
  left: 0;
}
.l-footer__navi-inner li::after {
  right: -1px;
}
.l-footer__navi-inner li a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright {
    padding-bottom: 0;
    font-size: 9px;
    text-align: left;
  }
}
.l-gnav {
  height: 100vh;
  display: none;
  overflow: auto;
  border-bottom: solid 1px #ddd;
}
@media print, screen and (min-width: 768px) {
  .l-gnav {
    display: block;
    height: auto;
    overflow: initial;
  }
}
.l-gnav--show {
  display: block;
}
.l-gnav a {
  transition: all 0.1s ease;
}
.l-gnav a:hover {
  color: #005eb8;
}
.l-gnav__wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-bottom: 40px;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__wrapper {
    gap: 0;
    flex-flow: row wrap;
    padding-bottom: 0;
  }
}
.l-gnav__menu {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu {
    width: auto;
  }
}
.l-gnav__menu__items {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__items {
    flex-flow: row nowrap;
  }
}
.l-gnav__menu__item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__item {
    width: auto;
  }
  .l-gnav__menu__item:hover .l-gnav__category__items {
    visibility: visible;
  }
  .l-gnav__menu__item:hover .l-gnav__menu__head a::before {
    opacity: 1;
  }
  .l-gnav__menu__item:hover .l-gnav__menu__head a::after {
    transform: rotate(225deg);
  }
}
.l-gnav__menu__item--visible .l-gnav__menu__head {
  background: #eee;
}
.l-gnav__menu__item--visible .l-gnav__category__items {
  display: flex;
  visibility: visible;
}
.l-gnav__menu__item--visible .l-gnav__menu__head a::before {
  opacity: 1;
}
.l-gnav__menu__item--visible .l-gnav__menu__head::after {
  transform: rotate(225deg);
}
.l-gnav__menu__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(247, 247, 247);
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__head {
    background: transparent;
    gap: 0;
  }
}
.l-gnav__menu__head a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  max-width: 220px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__head a {
    justify-content: center;
    padding: 0 24px;
  }
}
.l-gnav__menu__head a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #005eb8;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 10;
}
.l-gnav__menu__head a::after {
  content: "";
  display: none;
  position: absolute;
  right: 8px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__head a::after {
    display: block;
  }
}
.l-gnav__menu__head::after {
  content: "";
  display: block;
  margin: 0 16px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu__head::after {
    display: none;
  }
}
.l-gnav__menu--buttons {
  width: auto;
}
.l-gnav__menu--buttons .l-gnav__menu__head {
  background: transparent;
}
.l-gnav__menu--buttons .l-gnav__menu__head::after {
  display: none;
}
.l-gnav__menu--buttons .l-gnav__menu__item a::after {
  display: none;
}
.l-gnav__menu--buttons .l-gnav__menu__item:not(:last-child) a::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #aaa;
  right: -6px;
  border: none;
  transform: none;
  top: initial;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--buttons .l-gnav__menu__item:not(:last-child) a::after {
    display: none;
  }
}
.l-gnav__menu--buttons .l-gnav__menu__items {
  flex-flow: row nowrap;
}
.l-gnav__menu--buttons a {
  white-space: nowrap;
}
.l-gnav__category__items {
  width: 100%;
  position: relative;
  display: none;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 8px 32px;
  top: 100%;
  left: 0;
  padding: 16px;
  visibility: hidden;
  background: #fff;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__category__items {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
  }
}
.l-gnav__category__item {
  flex: auto;
}
.l-gnav__child__head a {
  display: block;
  padding: 16px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #555;
  font-weight: 600;
  font-size: 1.4rem;
}
.l-gnav__child__items {
  display: flex;
  flex-flow: column nowrap;
}
.l-gnav__child__items--news {
  gap: 8px;
}
.l-gnav__child__item a {
  display: flex;
  flex-flow: column nowrap;
  padding: 8px 16px;
}
.l-gnav__child__item--news a {
  display: flex;
  flex-flow: colmun nowrap;
  gap: 0 16px;
}
.l-gnav__child__item--news time {
  white-space: nowrap;
  min-width: 6em;
  font-weight: 600;
  font-size: 0.7rem;
  color: #aaa;
  padding-bottom: 4px;
}
.l-gnav__child__item--news span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__topics__item {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__item-inner a[href*="#"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 50px);
    height: calc(var(--vh, 1vh) * 100 - 50px);
    padding: 50px 0 0;
    line-height: 1.33;
    pointer-events: none;
    background: #4056a7;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 250ms ease 0s;
  }
  .l-gnavi .l-gnavi__mega,
  .l-gnavi .l-gnavi__sub {
    pointer-events: none;
  }
  .l-gnavi.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .l-gnavi.is-open .l-gnavi__mega,
  .l-gnavi.is-open .l-gnavi__sub {
    pointer-events: auto;
  }
}
.l-gnavi__sub-logo {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__inner {
    position: relative;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__inner {
    height: 100%;
    padding: 0 15px;
    overflow-y: scroll;
  }
}
.l-gnavi__item {
  min-width: 126px;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__item {
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__item:hover .l-gnavi__mega,
  .l-gnavi__item:hover .l-gnavi__sub {
    pointer-events: auto;
    opacity: 1;
  }
  .l-gnavi__item:hover .l-gnavi__item-inner {
    padding: 0 !important;
  }
  .l-gnavi__item:hover .l-gnavi__item-inner > a {
    height: 50px;
    color: #fff;
    background: #00469d;
    border-radius: 0;
  }
  .l-gnavi__item:hover + .l-gnavi__item .l-gnavi__item-inner a::before {
    background: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__item.has-children .l-gnavi__item-inner::before, .l-gnavi__item.has-children .l-gnavi__item-inner::after {
    position: absolute;
    top: 50%;
    right: 3.5px;
    display: block;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff;
    backface-visibility: hidden;
    transition: transform 250ms ease 0s;
  }
  .l-gnavi__item.has-children .l-gnavi__item-inner::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__item.has-children .l-gnavi__item-inner a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid #fff;
    border-radius: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__item.has-children.is-open .l-gnavi__item-inner::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .l-gnavi__item.has-children.is-open .l-gnavi__item-inner::after {
    transform: rotate(180deg);
  }
}
.l-gnavi__item-inner {
  position: relative;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__item-inner::before, .l-gnavi__item-inner::after {
    position: absolute;
    top: 10px;
    width: 1px;
    height: 30px;
    content: "";
    background: #e1e6ed;
  }
  .l-gnavi__item-inner::before {
    left: 0;
  }
  .l-gnavi__item-inner::after {
    right: -1px;
  }
  .l-gnavi__item-inner:hover::before, .l-gnavi__item-inner:hover::after {
    background: none;
  }
}
.l-gnavi__item-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-bottom: 1px;
  font-size: 17px;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__item-inner a {
    font-weight: 600;
    text-align: center;
    backface-visibility: hidden;
    transition: background 250ms ease 0s, color 250ms ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__item-inner a {
    justify-content: flex-start;
    height: auto;
    padding: 15px 0;
    color: #fff;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner {
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span {
    display: block;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    animation-name: gnpopup;
    animation-duration: 6s;
    animation-iteration-count: infinite;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span:nth-child(2) {
    animation-delay: 0.06s;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span:nth-child(3) {
    animation-delay: 0.12s;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span:nth-child(4) {
    animation-delay: 0.18s;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span:nth-child(5) {
    animation-delay: 0.24s;
  }
  .l-gnavi__item--btn .l-gnavi__item-inner .inliner span:nth-child(6) {
    animation-delay: 0.3s;
  }
  @keyframes gnpopup {
    0% {
      transform: translate(0, 105%);
    }
    10% {
      transform: translate(0, 0);
    }
    90% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 105%);
    }
  }
}
.l-gnavi__sns {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__sns {
    display: none;
  }
}
.l-gnavi__sns-item {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat center;
}
.l-gnavi__sns-item--01 {
  background-image: url("../img/icn_header_sns_01.svg");
}
.l-gnavi__sns-item--01:hover {
  background-image: url("../img/icn_header_sns_01_over.svg");
}
.l-gnavi__sns-item--02 {
  background-image: url("../img/icn_header_sns_02.svg");
}
.l-gnavi__sns-item--02:hover {
  background-image: url("../img/icn_header_sns_02_over.svg");
}
.l-gnavi__sns-item--03 {
  background-image: url("../img/icn_header_sns_03.svg");
}
.l-gnavi__sns-item--03:hover {
  background-image: url("../img/icn_header_sns_03_over.svg");
}
.l-gnavi__sns-item--04 {
  background-image: url("../img/icn_header_sns_04.svg");
}
.l-gnavi__sns-item--04:hover {
  background-image: url("../img/icn_header_sns_04_over.svg");
}
.l-gnavi__sns-item--05 {
  background-image: url("../img/icn_header_sns_05.svg");
}
.l-gnavi__sns-item--05:hover {
  background-image: url("../img/icn_header_sns_05_over.svg");
}
.l-gnavi__sns-item--06 {
  background-image: url("../img/icn_header_sns_06.svg");
}
.l-gnavi__sns-item--06:hover {
  background-image: url("../img/icn_header_sns_06_over.svg");
}
.l-gnavi__mega, .l-gnavi__sub {
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 250ms ease 0s;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega, .l-gnavi__sub {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 8px rgba(85, 85, 85, 0.12);
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega, .l-gnavi__sub {
    opacity: 1;
  }
}
.l-gnavi__mega {
  display: flex;
  flex-direction: row;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-title {
    flex-grow: 0;
    width: 240px;
    padding: 20px 16px;
    font-size: 0.8rem;
    line-height: 1.5;
    background: #eff9ff;
  }
  .l-gnavi__mega-title-en {
    margin-bottom: 4px;
    font-family: "Roboto";
    font-size: 0.8rem;
    font-weight: 600;
    color: #17499a;
  }
  .l-gnavi__mega-title-ja {
    margin-bottom: 16px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega {
    display: none;
  }
  .l-gnavi__mega-title {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi:not(.nostretch) > li {
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi {
    display: flex;
    flex-grow: 4;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi > li {
    width: 25%;
    padding: 0 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li {
    border-top: 1px solid #fff;
  }
}
.l-gnavi__mega-navi > li:first-child {
  border-left: none;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li.has-children > a {
    position: relative;
  }
  .l-gnavi__mega-navi > li.has-children > a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    transform-origin: center;
    backface-visibility: hidden;
    transition: transform 250ms ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li.has-children.is-open > a::after {
    transform: rotate(315deg);
  }
}
.l-gnavi__mega-navi > li > a {
  display: block;
  padding: 28px 0;
  font-size: 16px;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi > li > a {
    font-weight: 600;
    line-height: 1.5;
    color: #474fae;
    text-align: center;
  }
  .l-gnavi__mega-navi > li > a:hover {
    background: #eff9ff;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li > a {
    padding: 15px 0 15px 15px;
    font-size: 14px;
    color: #fff;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi > li .sub-menu {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li .sub-menu {
    display: none;
    padding: 10px 0 10px 25px;
    border-top: 1px solid #fff;
  }
}
.l-gnavi__mega-navi > li .sub-menu > li {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li .sub-menu > li {
    margin-top: 0;
  }
}
.l-gnavi__mega-navi > li .sub-menu > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  transition: 0.3 all;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__mega-navi > li .sub-menu > li > a {
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__mega-navi > li .sub-menu > li > a {
    padding-left: 15px;
    line-height: 1.5;
  }
  .l-gnavi__mega-navi > li .sub-menu > li > a:hover {
    background: #eff9ff;
    transition: 0.3s all;
  }
  .l-gnavi__mega-navi > li .sub-menu > li > a::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: #474fae;
    border-radius: 100px;
  }
}
.l-gnavi__sub {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__sub {
    padding: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__sub {
    display: none;
  }
}
.l-gnavi__sub-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__sub-item {
    width: 25%;
    padding: 12px;
  }
  .l-gnavi__sub-item:hover {
    background: #eff9ff;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__sub-item {
    align-items: flex-start;
    padding: 15px 0 15px 15px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff;
  }
}
.l-gnavi__sub-item-image {
  display: block;
  flex-shrink: 0;
  width: 200px;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  .l-gnavi__sub-item-image {
    display: none;
  }
}
.l-gnavi__sub-item-text {
  margin-top: 8px;
  color: #fff;
  text-align: left;
}
.l-gnavi__sub-item-text a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-gnavi__sub-item-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #474fae;
  }
  .l-gnavi__sub-item-text a {
    color: #474fae;
  }
}
.l-header {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    position: fixed;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.is-prepare {
    position: fixed;
    top: -150px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.is-compact {
    position: fixed;
    top: 0;
    height: 51px;
    backface-visibility: hidden;
    transition: top 250ms ease 0s;
  }
  .l-header.is-compact .l-header__inner {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .l-header.is-compact .l-header__gnavi {
    margin-top: 0;
  }
  .l-header.is-compact .l-header__gnavi .l-gnavi__item {
    min-width: 96px;
  }
  .l-header.is-compact .l-header__gnavi .l-gnavi__item > .l-gnavi__item-inner > a {
    padding: 10px 0;
    font-size: 13px;
  }
  .l-header.is-compact .l-header__gnavi .l-gnavi__item--btn {
    min-width: 124px;
  }
  .l-header.is-compact .l-header__gnavi .l-gnavi__item--btn > .l-gnavi__item-inner > a {
    padding: 10px;
  }
  .l-header.is-compact .l-header__gnavi .l-gnavi__sub-logo {
    display: block;
    width: 240px;
    height: 50px;
    content: "";
    background: url("../img/img_logo_01.svg") no-repeat left center/220px;
  }
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  height: 86px;
  padding: 25px 0 0;
}
@media screen and (max-width: 1164px) {
  .l-header__inner {
    padding-right: 1%;
    padding-left: 1%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    align-items: stretch;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #a6a6a6;
  }
}
.l-header__logo {
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    padding: 0 8px;
  }
}
.l-header__logo img {
  width: 338px;
  height: 52px;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo img {
    width: 150px;
    height: 24px;
  }
}
.l-header__tel {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  max-width: 336px;
  margin: -5px 0 0 1%;
}
@media print, screen and (min-width: 768px) {
  .l-header__tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__tel {
    display: none;
  }
  .l-header__tel--01 {
    right: 80px;
  }
  .l-header__tel--02 {
    right: -20px;
  }
}
.l-header__tel-office {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 38px;
  margin-right: 10px;
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #00469d;
  border-radius: 3px;
}
@media screen and (max-width: 767.98px) {
  .l-header__tel-office {
    width: 100%;
    height: auto;
    font-size: 9px;
    text-align: center;
  }
  .l-header__tel-office br {
    display: none;
  }
}
.l-header__tel-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #00469d;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .l-header__tel-number {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__tel-number {
    font-size: 42px;
  }
}
@media screen and (max-width: 964px) {
  .l-header__tel-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 920px) {
  .l-header__tel-number {
    font-size: 38px;
  }
}
@media screen and (max-width: 860px) {
  .l-header__tel-number {
    font-size: 36px;
  }
}
@media screen and (max-width: 832px) {
  .l-header__tel-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__tel-number {
    font-size: 28px;
    text-align: center;
  }
}
.l-header__tel-hours {
  display: flex;
  justify-content: end;
  align-self: center;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
.l-header__tel-hours span {
  display: inline-block;
  padding: 3px 6px;
  margin-right: 0.5em;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05;
}
@media screen and (max-width: 991.98px) {
  .l-header__tel-hours {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__tel-hours {
    font-size: 9px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__gnavi {
    margin-top: 12px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
  }
}
.l-header__navi-trigger {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__navi-trigger {
    top: 50px;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 50px;
    font-size: 9px;
    color: #fff;
    background: #4056a7;
    border-bottom: 1px solid #a6a6a6;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__navi-trigger.is-open {
    border-bottom-color: transparent;
  }
  .l-header__navi-trigger.is-open .l-header__navi-trigger-icon span {
    width: 30%;
  }
  .l-header__navi-trigger.is-open .l-header__navi-trigger-icon span:nth-child(1) {
    top: 11.5px;
    transform: rotate(45deg);
  }
  .l-header__navi-trigger.is-open .l-header__navi-trigger-icon span:nth-child(2) {
    left: 10px;
    opacity: 0;
  }
  .l-header__navi-trigger.is-open .l-header__navi-trigger-icon span:nth-child(3) {
    bottom: 11px;
    transform: rotate(-45deg);
  }
}
.l-header__navi-trigger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
}
.l-header__navi-trigger-icon span {
  position: absolute;
  display: block;
  width: 46%;
  height: 2px;
  background: #fff;
  backface-visibility: hidden;
  transition: top 250ms ease 0s, bottom 250ms ease 0s, transform 250ms ease 0s;
}
.l-header__navi-trigger-icon span:nth-child(1) {
  top: 6px;
}
.l-header__navi-trigger-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header__navi-trigger-icon span:nth-child(3) {
  bottom: 6px;
}
.l-header__navi-trigger-text {
  backface-visibility: hidden;
  transition: opacity 250ms ease 0s;
}
.l-header__contact {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__contact {
    top: 50px;
    right: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 50px;
    font-size: 9px;
    background: #fff;
    border-right: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
  }
}
.l-header__contact-icon {
  width: 100%;
  height: 25px;
  background: url("../img/icn_mail_01.svg") no-repeat center/19px;
}
.l-header__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 4px 0;
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .l-header__wrapper {
    flex-flow: row nowrap;
    padding: 16px 0;
  }
}
.l-header__primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  height: 50px;
  padding: 0 8px;
}
@media print, screen and (min-width: 1200px) {
  .l-header__primary {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__primary {
    height: auto;
  }
}
.l-header__secondary {
  padding: 0 8px;
  display: none;
  flex: none;
  padding: 0 8px;
}
.l-header__secondary--show {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-header__secondary {
    display: flex;
  }
}
@media print, screen and (min-width: 1200px) {
  .l-header__secondary {
    padding: 0;
  }
}
.l-header__contact-tels {
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
}
.l-header__contact-tel {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.l-header__contact-tel span {
  padding-right: 4px;
  font-size: 0.9rem;
}
.l-header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #76a0ee;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button--open {
  background: #e97676;
}
.l-header__button--open .l-header__button__icon {
  background: transparent;
  width: 34px;
}
.l-header__button--open .l-header__button__icon::before {
  transform: translateY(1px) rotate(46deg);
}
.l-header__button--open .l-header__button__icon::after {
  transform: translateY(0px) rotate(-46deg);
}
.l-header__button__icon {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
}
.l-header__button__icon::before {
  transform: translateY(10px);
}
.l-header__button__icon::after {
  transform: translateY(-10px);
}
.l-header__button__icon::before, .l-header__button__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.l-header.js-header--prepare .l-header__wrapper {
  display: none;
}
.l-header.js-header--fixed {
  transition: top 0.5s ease 0s;
  position: fixed;
  top: 0 !important;
}

.c-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.c-container .swiper-container {
  width: auto !important;
  overflow: hidden;
}
.c-container .swiper-container .swiper-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-container {
    width: 100%;
  }
}
.c-flex {
  display: flex;
}
.c-flex--col1 {
  flex-flow: column nowrap;
  gap: 1.5em;
}
.c-editable {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .c-editable {
    font-size: 14px;
  }
}
.c-editable dl, .c-editable ul,
.c-editable ol {
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .c-editable dl, .c-editable ul,
  .c-editable ol {
    margin-top: 1em;
  }
}
.c-editable dl:first-child, .c-editable ul:first-child,
.c-editable ol:first-child, .c-editable dl:first-of-type, .c-editable ul:first-of-type,
.c-editable ol:first-of-type {
  margin-top: 0;
}
.c-editable h1.fill-border {
  position: relative;
  padding: 5px 0 5px 18px;
  margin-bottom: 1.5em;
  font-size: 28px;
  font-weight: 600;
  background: #f0f0f0;
  border-left: 10px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .c-editable h1.fill-border {
    padding: 10px 0 10px 10px;
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.33;
    border-left-width: 5px;
  }
}
.c-editable h2 {
  position: relative;
  padding-bottom: 0.5em;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .c-editable h2 {
    padding-bottom: 0.8em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.33;
  }
}
.c-editable h2:first-child {
  margin-top: 0;
}
.c-editable h2::before, .c-editable h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: "";
  background: #eee;
}
@media screen and (max-width: 767.98px) {
  .c-editable h2::before, .c-editable h2::after {
    height: 3px;
  }
}
.c-editable h2::before {
  z-index: 10;
  width: 25%;
  background: #999;
}
.c-editable h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .c-editable h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.33;
  }
}
.c-editable h3:first-child {
  margin-top: 0;
}
.c-editable h4 {
  position: relative;
  display: block;
  padding: 0;
  margin: 1em 0 0 0;
  font-size: 1.1em;
  font-weight: 600;
}
.c-editable h4::before {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  content: "";
  background: url(../img/decoration_point.svg) no-repeat top left;
  background-size: contain;
}
.c-editable .faq h4 + p {
  padding-left: 1em;
}
.c-editable strong {
  font-weight: 600;
}
.c-editable em {
  font-style: italic;
}
.c-editable a {
  color: #186dff;
}
.c-editable a:hover {
  text-decoration: underline;
}
.c-editable h1 + p,
.c-editable h2 + p,
.c-editable h3 + p,
.c-editable h4 + p,
.c-editable h5 + p,
.c-editable h6 + p {
  margin-top: 0;
}
.c-editable p {
  margin-top: 1em;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .c-editable p {
    margin-top: 0.5em;
  }
}
.c-editable p:first-child, .c-editable p:first-of-type {
  margin-top: 0;
}
.c-editable ul li,
.c-editable ol li {
  padding-left: 1.3em;
}
@media screen and (max-width: 767.98px) {
  .c-editable ul li,
  .c-editable ol li {
    padding-left: 1.1em;
  }
}
.c-editable ul li + li,
.c-editable ol li + li {
  margin-top: 0.5em;
  line-height: 1.5;
}
.c-editable ul li {
  position: relative;
}
.c-editable ul li::before {
  position: absolute;
  top: 13px;
  left: 2px;
  width: 5px;
  height: 5px;
  content: "";
  background: #000;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-editable ul li::before {
    top: 10px;
  }
}
.c-editable ol {
  counter-reset: ol;
}
.c-editable ol > li {
  position: relative;
  counter-increment: ol;
}
.c-editable ol > li::before {
  position: absolute;
  left: 0;
  content: counter(ol) ".";
}
.c-editable dl dt {
  font-weight: 600;
}
.c-editable dl dd + dt {
  margin-top: 1em;
}
.c-editable .fv {
  position: relative;
  margin: 100px -40px 50px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .fv {
    margin: 50px 0 30px;
  }
}
.c-editable .fv:first-child {
  margin-top: 0;
}
.c-editable .fv .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px 40px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-editable .fv .title {
    padding: 15px;
    font-size: 25px;
  }
}
.c-editable .fv img {
  width: 100%;
}
.c-editable .service {
  display: flex;
  align-items: flex-start;
  margin: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .c-editable .service {
    margin: 30px 0;
  }
}
.c-editable .service + .service {
  margin-top: -20px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .service + .service {
    margin-top: -10px;
  }
}
.c-editable .service-image {
  flex-shrink: 0;
  width: 30%;
}
.c-editable .service-image img {
  width: 100%;
}
.c-editable .service-data {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 4px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .c-editable .service-data {
    padding-left: 15px;
    margin-left: 15px;
    border-left-width: 1px;
  }
}
.c-editable .service-title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .c-editable .service-title {
    font-size: 16px;
  }
}
.c-editable .message {
  display: flex;
  align-items: flex-start;
  margin: 60px 0;
  background: #f0f0f0;
}
@media screen and (max-width: 767.98px) {
  .c-editable .message {
    margin: 30px 0;
  }
}
.c-editable .message + .message {
  margin-top: -20px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .message + .message {
    margin-top: -10px;
  }
}
.c-editable .message-image {
  flex-shrink: 0;
  width: 30%;
}
.c-editable .message-image img {
  width: 100%;
}
.c-editable .message-data {
  flex-grow: 1;
  padding: 20px 20px 20px 24px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .message-data {
    padding: 10px 15px;
  }
}
.c-editable .message-title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .c-editable .message-title {
    font-size: 16px;
  }
}
.c-editable .entry {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .entry {
    margin: 40px -7px 0 -8px;
  }
}
.c-editable .entry .entry-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 100px;
  margin: 0 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  background: #ff7600;
}
@media (min-width: 768px) {
  .c-editable .entry .entry-btn {
    transition: opacity ease 250ms;
  }
  .c-editable .entry .entry-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .c-editable .entry .entry-btn {
    display: flex;
    flex-direction: row;
    width: 160px;
    height: 40px;
    margin: 0 7px 0 8px;
  }
}
.c-editable .entry .entry-btn-sub-title {
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .entry .entry-btn-sub-title {
    margin-right: 5px;
    font-size: 14px;
  }
}
.c-editable .entry .entry-btn-title {
  font-size: 44px;
}
@media screen and (max-width: 767.98px) {
  .c-editable .entry .entry-btn-title {
    font-size: 20px;
  }
}
.c-editable .entry .entry-btn:hover {
  text-decoration: none !important;
}
.c-editable .image-text {
  margin-top: 1.5em;
}
.c-editable .image-text:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  .c-editable .image-text {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-editable .image-text .image {
    float: left;
    width: 30%;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-editable .image-text .image {
    margin-bottom: 30px;
  }
  .c-editable .image-text .image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-editable .image-text.image-right .image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.c-editable--alt h2 {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 26px;
  background: #f0f0f0;
  border-left: 10px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .c-editable--alt h2 {
    padding: 10px 0 10px 10px;
    font-size: 18px;
    line-height: 1.33;
    border-left-width: 5px;
  }
}
.c-editable--alt h2::before, .c-editable--alt h2::after {
  display: none;
}
.c-editable .alignnone {
  margin: 0 0 1em;
}
.c-editable .aligncenter {
  display: block;
  margin: 0 auto;
}
.c-editable div.aligncenter {
  display: block;
  margin: 0 auto;
}
.c-editable .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.c-editable .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.c-editable a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.c-editable a img.alignnone {
  margin: 0 0 1em;
}
.c-editable a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.c-editable a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-stepbar {
  position: relative;
  display: flex;
  margin: 20px auto;
  text-align: center;
}
.c-stepbar li {
  position: relative;
  width: 33.333%;
  font-size: 12px;
  list-style: none;
}
.c-stepbar li::after {
  position: absolute;
  top: 10px;
  left: calc(-50% + 12px);
  width: calc(100% - 24px);
  height: 4px;
  content: "";
  background: #d0e1f9;
}
.c-stepbar li:first-child::after {
  display: none;
}
.c-stepbar li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  color: #fff;
  background: #d0e1f9;
  border-radius: 50%;
}
.c-stepbar .visited::after {
  background: #4d648d;
}
.c-stepbar .visited span {
  background: #4d648d;
}
.c-marker-animation {
  font-weight: 600;
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-position: 0 0.5em;
  background-size: 200% 0.8em;
  transition: all 2s ease;
}
.c-marker-animation.active {
  background-position: -100% 0.5em;
}
.c-marker--blue {
  font-weight: 600;
  background-image: linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
  background-repeat: repeat-x;
  background-position: 0 0.5em;
  background-size: 200% 0.8em;
  transition: all 2s ease;
}
.c-marker--green {
  font-weight: 600;
  background-image: linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
  background-repeat: repeat-x;
  background-position: 0 0.5em;
  background-size: 200% 0.8em;
  transition: all 2s ease;
}
.c-marker--red {
  font-weight: 600;
  background-image: linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
  background-repeat: repeat-x;
  background-position: 0 0.5em;
  background-size: 200% 0.8em;
  transition: all 2s ease;
}
.c-link-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 10px 48px 10px 64px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(202, 202, 202);
  transition: ease 0.25s;
}
.c-link-button a::before {
  position: absolute;
  left: 16px;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\f105";
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}
.c-link-button a:hover {
  color: #fff;
  background-color: #333;
  transition: ease 0.25s;
}
.c-link-button a:hover::before {
  background-color: #fff;
  color: #333;
}
.c-link-button--blue a {
  color: #02A0E9;
}
.c-link-button--blue a::before {
  background: #02A0E9;
}
.c-link-button--blue a:hover {
  background-color: #02A0E9;
}
.c-link-button--blue a:hover::before {
  color: #02A0E9;
}
.c-link-button--link-size {
  max-width: calc(11rem + 114px);
}

/* hidden */
.none {
  display: none;
}

.sp_none,
.sp_none_b,
.sp_none_ib {
  display: none;
}

.pc_none {
  display: inline;
}

.pc_none_b {
  display: block;
}

.pc_none_ib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: inline;
  }
  .sp_none_b {
    display: block;
  }
  .sp_none_ib {
    display: inline-block;
  }
  .pc_none,
  .pc_none_b,
  .pc_none_ib {
    display: none;
  }
}
.p- {
  /* BEM: Block (p-form-note) */
  /* support iOS */
}
.p-archives {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-archives {
    display: block;
  }
}
.p-archives__item {
  width: 50%;
  position: relative;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  margin-top: -1px;
  padding: 25px;
  display: flex;
  align-items: stretch;
}
@media (min-width: 768px) {
  .p-archives__item {
    transition: opacity ease 250ms;
  }
  .p-archives__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-archives__item {
    width: auto;
    display: block;
    padding: 0;
    margin-top: 0;
    border: 1px solid #a6a6a6;
  }
}
@media screen and (max-width: 767.98px) {
  .p-archives__item + .p-archives__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-archives__item::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 15px;
    width: 1px;
    height: calc(100% - 30px);
    background: #a6a6a6;
  }
}
.p-archives__item:nth-child(2n)::after {
  display: none;
}
.p-archives__item-image {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-archives__item-image {
    width: 100%;
  }
}
.p-archives__item-image img {
  width: 100%;
}
.p-archives__item-data {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-archives__item-data {
    margin: 0;
    padding: 20px 25px;
  }
}
.p-archives__item-cat {
  display: inline-block;
  background: #a6a6a6;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.p-archives__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33;
}
@media screen and (max-width: 767.98px) {
  .p-archives__item-title {
    font-size: 16px;
  }
}
.p-archives__item-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-archives__item-desc {
    font-size: 13px;
  }
}
.p-archives__item-date {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
}
@media screen and (max-width: 767.98px) {
  .p-archives__item-date {
    font-size: 12px;
  }
}
.p-assocs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -25px -13px;
}
@media screen and (max-width: 767.98px) {
  .p-assocs {
    display: block;
    margin: 0 0 -15px;
  }
}
.p-assocs__item {
  width: calc(50% - 25px);
  margin: 0 12px 25px 13px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-assocs__item {
    transition: opacity ease 250ms;
  }
  .p-assocs__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-assocs__item {
    width: auto;
    margin: 0 0 15px;
  }
}
.p-assocs__item-image {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-assocs__item-image {
    width: 100px;
  }
}
.p-assocs__item-text {
  margin-left: 15px;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-assocs__item-text {
    font-size: 14px;
    margin-left: 10px;
  }
}
.p-bizcard_layouts {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
.p-bizcard_layout {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 8px;
  justify-content: space-around;
  padding: 0 8px;
}
.p-bizcard_layout--portrait {
  justify-content: flex-start;
}
.p-bizcard_layout_head {
  font-size: 1.7rem;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.p-bizcard_layout_label {
  text-align: center;
  line-height: 1.4;
}
.p-bizcard_layout_items {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 24px;
}
.p-bizcard #toc_container {
  display: none;
}
.p-breadcrumb {
  font-size: 14px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb__item {
  display: inline;
  position: relative;
}
.p-breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 8px 3px;
  transform: rotate(45deg);
}
.p-breadcrumb__item:last-child::after {
  display: none;
}
.p-breadcrumb__item:hover {
  text-decoration: underline;
}
.p-form-action {
  margin: 40px -10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-form-action {
    margin: 30px 0 -10px;
  }
}
.p-form-action__btn {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .p-form-action__btn {
    width: 40%;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 4px 10px;
  }
}
.p-form-action__btn:hover {
  color: #fff;
  background: linear-gradient(to right, #186dfe 0%, #474eaf 100%);
}
.p-form-note {
  margin-bottom: 56px;
  padding: 15px;
  border: 1px solid #fcf0d4;
  background-color: #fffbf3;
  border-radius: 4px;
  line-height: 1.5;
  color: #333333;
}
.p-form-note__heading {
  font-weight: bold;
  color: #cc3647;
  margin-top: 0;
  margin-bottom: 10px;
}
.p-form-note__body {
  font-size: 0.8em;
}
.p-form-note__text {
  margin-top: 0;
  margin-bottom: 8px;
}
.p-form-note__text:last-of-type {
  margin-bottom: 0;
}
.p-form-note__strong {
  font-weight: bold;
  color: #cc3647;
}
.p-form-note__whitelist {
  margin-top: 15px;
  padding: 10px;
  background-color: #fcf0d4;
  border-radius: 4px;
  border-left: 5px solid #ffaa00;
  color: #e49800;
}
.p-form-note__whitelist-label {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.p-form-note__whitelist-address {
  font-family: monospace;
  font-weight: bold;
  font-size: 15px;
  color: #0056b3;
  margin: 0;
}
.mw_wp_form_input .p-form-note {
  display: none;
}
.p-form--compact {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-form--compact {
    width: auto;
  }
}
.mw_wp_form_confirm .p-form__checks {
  display: block;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .mw_wp_form_confirm .p-form__checks {
    margin: 0;
  }
}
.mw_wp_form_confirm .p-form__field-text,
.mw_wp_form_confirm .p-form__note {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.p-form + .p-form {
  margin-top: 20px;
}
.p-form__table {
  border-right: 1px solid #d1d1d2;
  border-bottom: 1px solid #d1d1d2;
  border-radius: 8px 8px;
}
@media screen and (max-width: 767.98px) {
  .p-form__table {
    border: none;
  }
}
.p-form__table-row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #d1d1d2;
  border-left: 1px solid #d1d1d2;
}
@media screen and (max-width: 767.98px) {
  .p-form__table-row {
    display: block;
    padding: 0 15px;
    background: #f7f7f7;
    border: none;
  }
}
.p-form__table-row:first-child {
  border-radius: 8px 8px 0 0;
}
.p-form__table-row:first-child .p-form__table-title {
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-form__table-row:first-child .p-form__table-title {
    border-top: none;
  }
}
.p-form__table-row:last-child {
  border-radius: 0 0 8px 8px;
}
.p-form__table-row:last-child .p-form__table-title {
  border-radius: 0 0 0 8px;
}
.p-form__table-title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 31%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #f7f7f7;
  border-right: 1px solid #d1d1d2;
}
@media screen and (max-width: 767.98px) {
  .p-form__table-title {
    width: auto;
    padding: 10px 0 0;
    font-size: 13px;
    background: none;
    border-top: 1px solid #d1d1d2;
    border-right: none;
  }
}
.p-form__table-title--required::after {
  margin-left: 4px;
  color: #f00;
  content: "※";
}
.p-form__table-content {
  flex-grow: 1;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-form__table-content {
    padding: 2px 0 10px;
  }
}
.p-form__sub-text {
  margin-top: 5px;
  font-size: 13px;
}
.p-form__sub-text:first-child {
  margin-top: 0;
}
.p-form__sub-text + .p-form__sub-text {
  margin-top: -3px;
}
@media screen and (max-width: 767.98px) {
  .p-form__sub-text {
    margin-top: 3px;
    font-size: 12px;
  }
}
.p-form__note {
  margin-top: 5px;
  font-size: 13px;
}
.p-form__note + .p-form__note {
  margin-top: -3px;
}
@media screen and (max-width: 767.98px) {
  .p-form__note {
    margin-top: 3px;
    font-size: 12px;
  }
}
.p-form__note--error {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  color: #f00;
}
@media screen and (max-width: 767.98px) {
  .p-form__note--error {
    padding-left: 1.2em;
  }
}
.p-form__note--error::before, .p-form__note--error::after {
  position: absolute;
  left: 0;
  display: block;
  width: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-form__note--error::before, .p-form__note--error::after {
    width: 12px;
  }
}
.p-form__note--error::before {
  height: 15px;
  content: "";
  background: #f00;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-form__note--error::before {
    height: 12px;
  }
}
.p-form__note--error::after {
  top: 1px;
  z-index: 10;
  width: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  content: "!";
}
@media screen and (max-width: 767.98px) {
  .p-form__note--error::after {
    width: 12px;
    font-size: 11px;
  }
}
.p-form__group {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-form__group {
    display: block;
  }
}
.p-form__field-input {
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 767.98px) {
  .p-form__field-input {
    height: 30px;
    padding: 0 5px;
    font-size: 13px;
  }
}
.p-form__field-input--textarea {
  height: 200px;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-form__field-input--textarea {
    padding: 5px;
  }
}
.p-form__field-text {
  min-width: 8em;
  margin-left: 5px;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-form__field-text {
    margin-left: 0;
    font-size: 12px;
  }
}
.p-form__checks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px;
}
@media screen and (max-width: 767.98px) {
  .p-form__checks {
    margin: 0 -10px -4px;
  }
}
.p-form__checks label {
  display: flex;
  align-items: center;
  margin: 0 20px 10px;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-form__checks label {
    margin: 0 10px 4px;
  }
}
.p-form__checks label input[type=checkbox],
.p-form__checks label input[type=radio] {
  margin-right: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-form__checks label input[type=checkbox],
  .p-form__checks label input[type=radio] {
    margin-right: 4px;
  }
}
.p-form__select select {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-form__select select {
    height: 30px;
    padding: 0 5px;
    font-size: 13px;
  }
}
.p-form__policy {
  height: 200px;
  padding: 15px;
  overflow: scroll;
  font-size: 14px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .p-form__policy {
    font-size: 13px;
  }
}
.p-form__stepbar {
  position: relative;
  display: flex;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}
.p-form__stepbar li {
  position: relative;
  width: 33.333%;
  font-size: 12px;
  list-style: none;
}
.p-form__stepbar li::after {
  position: absolute;
  top: 10px;
  left: calc(-50% + 12px);
  width: calc(100% - 24px);
  height: 4px;
  content: "";
  background: #d0e1f9;
}
.p-form__stepbar li:first-child::after {
  display: none;
}
.p-form__stepbar span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  color: #fff;
  background: #d0e1f9;
  border-radius: 50%;
}
.p-form__stepbar span .visited::after {
  background: #4d648d;
}
.p-form__stepbar span .visited span {
  background: #4d648d;
}
.p-helpline h2 {
  font-size: 2.4rem;
  margin: 16px 0 0;
}
.p-helpline h3 {
  display: flex;
  gap: 8px;
  font-size: 1.8rem;
  margin: 8px 0;
  align-items: center;
}
.p-helpline h3 img {
  padding-top: 1px;
  width: 30px;
}
.p-helpline .p-breadcrumb {
  margin: 0;
}
.p-helpline__container {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 4%;
}
@media print, screen and (min-width: 768px) {
  .p-helpline__container {
    padding: 0;
  }
}
.p-helpline__section {
  margin: 40px 0 0;
  padding: 24px 0;
  border-top: solid 1px #e7e7e7;
}
.p-helpline__section p {
  padding: 0 0 0.4em;
  line-height: 1.5;
}
.p-helpline__description {
  padding: 16px 0;
}
.p-helpline__title {
  padding: 32px 0;
  background: #eee;
  border-bottom: solid 1px #ddd;
}
.p-helpline__tel-list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-helpline__tel-list {
    flex-flow: row nowrap;
  }
}
.p-helpline__tel-list li {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
  border: solid 1px #bdbdbd;
  flex: 1;
  padding: 16px;
  width: 100%;
}
.p-helpline__tel-list li * {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-helpline__tel-list img {
  width: 24px;
}
.p-helpline__tel-item__name {
  font-weight: 600;
}
.p-helpline__tel-item__number {
  padding: 8px 0 0;
  font-size: 1.9rem;
}
.p-helpline a {
  transition: all 0.2s ease;
}
.p-helpline__line-link a {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  color: #fff;
  background: #00c202;
  box-shadow: 0px 0px 0.2px rgba(0, 0, 0, 0.041), 0px 0px 0.5px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.074), 0px 0px 1.6px rgba(0, 0, 0, 0.086), 0px 0px 2.6px rgba(0, 0, 0, 0.1), 0px 0px 4.6px rgba(0, 0, 0, 0.119), 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.p-helpline__line-link a:hover, .p-helpline__line-link a:active {
  background: #00ad03;
}
.p-helpline__form-link {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .p-helpline__form-link {
    flex-flow: row nowrap;
  }
}
.p-helpline__form-link a {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  align-items: center;
  gap: 8px;
  padding: 24px 8px;
  color: #fff;
  box-shadow: 0px 0px 0.2px rgba(0, 0, 0, 0.041), 0px 0px 0.5px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.074), 0px 0px 1.6px rgba(0, 0, 0, 0.086), 0px 0px 2.6px rgba(0, 0, 0, 0.1), 0px 0px 4.6px rgba(0, 0, 0, 0.119), 0px 0px 10px rgba(0, 0, 0, 0.16);
  background: #024099;
  flex: 1;
}
.p-helpline__form-link a:hover, .p-helpline__form-link a:active {
  background: #002f70;
}
.p-helpline__head-text {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.p-machiing-tsushin {
  padding-bottom: 120px;
}
.p-machiing-tsushin .p-description h2 {
  display: block;
  max-width: 964px;
  margin: 0 auto;
  text-align: center;
}
.p-machiing-tsushin .p-description__text {
  max-width: 500px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-machiing-tsushin .p-description__text p {
  padding-top: 14px;
}
.p-machiing-tsushin .p-description h4 {
  width: 100%;
  padding-bottom: 14px;
  font-size: 22px;
  text-align: center;
  border-bottom: solid 1px #707070;
}
.p-machiing-tsushin .p-latest h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  width: 100%;
  text-align: right;
  border-bottom: solid 3px #b7cbd4;
}
.p-machiing-tsushin .p-latest__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin .p-latest__wrap {
    flex-direction: row;
  }
}
.p-machiing-tsushin .p-latest__post {
  flex-grow: 1;
}
.p-machiing-tsushin .p-latest__post a {
  transition: 0.7s;
}
.p-machiing-tsushin .p-latest__post a img {
  transition: 0.7s;
}
.p-machiing-tsushin .p-latest__post a:hover img {
  transition: 0.7s;
  opacity: 0.5;
}
.p-machiing-tsushin .p-latest__bg {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
  background: #f1f8fb;
  padding: 20px 0 5px;
  position: relative;
}
.p-machiing-tsushin .p-latest__thumbnail {
  margin: 0 auto;
  max-width: 230px;
  text-align: center;
}
.p-machiing-tsushin .p-latest__thumbnail img {
  width: 100%;
  filter: drop-shadow(0 0 10px #c1d0d3);
}
.p-machiing-tsushin .p-latest__uniqueid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.p-machiing-tsushin .p-latest__number {
  display: flex;
  align-items: flex-end;
  width: 140px;
  height: 114px;
  padding-left: 50px;
  padding-bottom: 20px;
  background: no-repeat url(../img/machiing_uniqueid_bg.svg);
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.p-machiing-tsushin .p-latest__date {
  display: flex;
  align-items: flex-end;
  padding-left: 6px;
  padding-bottom: 20px;
  color: #02469d;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.p-machiing-tsushin .p-latest__topics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 634px;
}
.p-machiing-tsushin .p-latest h4 {
  width: 100%;
  border-bottom: solid 3px #f1f8fb;
}
.p-machiing-tsushin .p-latest__text li {
  line-height: 1.8;
}
.p-machiing-tsushin .p-latest__text li::before {
  letter-spacing: 4px;
  content: "\f192";
  color: #024a9d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.p-machiing-tsushin .p-latest__ebooks-link {
  flex-grow: 0;
  align-self: flex-end;
  max-width: 420px;
  margin: 30px auto 0;
}
.p-machiing-tsushin .p-latest__ebooks-link a {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  padding: 21px 116px;
  text-align: center;
  background-color: #029d88;
  border: solid 1px transparent;
  color: #fff;
  font-size: 22px;
  transition: 0.7s;
}
.p-machiing-tsushin .p-latest__ebooks-link a::before {
  letter-spacing: 4px;
  content: "\f518";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.7s;
}
.p-machiing-tsushin .p-latest__ebooks-link a:hover {
  border: solid 1px #029d88;
  color: #029d88;
  background-color: #fff;
  transition: 0.7s;
}
.p-machiing-tsushin .p-latest__ebooks-link a:hover::before {
  letter-spacing: 4px;
  content: "\f518";
  color: #029d88;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.7s;
}
.p-machiing-tsushin .p-backnumber__year {
  display: flex;
  margin: 100px 0 16px;
  align-items: flex-end;
}
.p-machiing-tsushin .p-backnumber__year-number {
  max-width: 174px;
  margin-left: 0;
  margin-right: auto;
  font-size: 62px;
  color: #b7cbd4;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  letter-spacing: 4px;
  white-space: nowrap;
}
.p-machiing-tsushin .p-backnumber__title {
  max-width: 162px;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 10px;
}
.p-machiing-tsushin .p-backnumber__months {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin .p-backnumber__months {
    flex-direction: row;
  }
}
.p-machiing-tsushin .p-backnumber__posts {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin .p-backnumber__posts {
    flex-direction: row;
  }
}
.p-machiing-tsushin .p-backnumber__post {
  display: flex;
  flex-direction: column;
  margin: 0 8px;
}
.p-machiing-tsushin .p-backnumber__post a {
  transition: 0.7s;
}
.p-machiing-tsushin .p-backnumber__post a img {
  transition: 0.7s;
}
.p-machiing-tsushin .p-backnumber__post a:hover .p-backnumber__ebooks-link {
  text-decoration: underline;
  transition: 0.7s;
}
.p-machiing-tsushin .p-backnumber__post a:hover img {
  transition: 0.7s;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin .p-backnumber__post {
    flex-direction: row;
  }
}
.p-machiing-tsushin .p-backnumber__bg {
  width: 100%;
  max-width: calc(100% - 16px);
  margin: 8px;
  background: #f1f8fb;
  padding: 16px 0;
  position: relative;
}
.p-machiing-tsushin .p-backnumber__thumbnail {
  max-width: 230px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
}
.p-machiing-tsushin .p-backnumber__thumbnail img {
  max-width: 100%;
  min-width: 90px;
  filter: drop-shadow(0 0 10px #c1d0d3);
}
.p-machiing-tsushin .p-backnumber__number {
  position: absolute;
  right: -15px;
  bottom: 20px;
  color: #a5d2ff;
  font-size: 62px;
  font-family: Roboto, sans-serif;
}
.p-machiing-tsushin .p-backnumber__ebooks-link {
  margin-bottom: 10px;
  color: #333333;
  transition: 0.7s;
}
.p-machiing-tsushin .p-backnumber__ebooks-link::before {
  letter-spacing: 4px;
  content: "\f518";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.p-machiing-tsushin .p-backnumber__date {
  color: #333333;
  font-size: 12px;
}
@media screen and (max-width: 991.98px) {
  .p-machiing-tsushin .p-latest__post {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin .p-latest__post {
    margin-right: 30px;
  }
  .p-machiing-tsushin .p-latest__bg {
    padding: 50px 0;
    margin-right: 30px;
  }
  .p-machiing-tsushin .p-backnumber__bg {
    margin: 8px 12px;
    padding: 16px 32px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-machiing-tsushin .p-backnumber__bg {
    padding: 16px 44px;
  }
}
.p-machiing-tsushin-special .p-page__header {
  position: relative;
  display: block;
  max-width: 964px;
  margin: 0 auto 30px;
  text-align: center;
}
.p-machiing-tsushin-special .p-special-2col {
  display: flex;
  flex-flow: column nowrap;
  gap: 28px;
  background: #f1f1f1;
}
.p-machiing-tsushin-special .p-special-2col__main {
  flex: 1;
}
.p-machiing-tsushin-special .p-special-2col__sidebar {
  position: relative;
  width: 312px;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .p-machiing-tsushin-special .p-special-2col__sidebar {
    padding: 0 4%;
    width: 100%;
    text-align: center;
  }
}
.p-machiing-tsushin-special .p-special-2col__sidebar::after {
  content: "";
  position: absolute;
  top: -78px;
  right: -66px;
  width: 210px;
  height: 164px;
  background: url(../img/machiing_bg_book.png) no-repeat;
  background-size: contain;
}
.p-machiing-tsushin-special .p-special-2col__sidebar .p-special__archives {
  position: sticky;
  top: 60px;
  padding: 0;
  margin-bottom: 30px;
}
.p-machiing-tsushin-special .p-special-2col__sidebar .p-special__archives ul {
  margin-right: 8px;
  margin-bottom: 30px;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}
.p-machiing-tsushin-special .p-special-2col__sidebar .p-special__archives ul li {
  margin: 0.15em 0;
}
.p-machiing-tsushin-special .p-special-2col__sidebar .p-special__archives-cm:first-of-type {
  margin: 14px 0 20px;
}
.p-machiing-tsushin-special .p-special-2col__sidebar .p-special__archives .p-special__button {
  margin: 16px 0 12px;
}
@media print, screen and (min-width: 768px) {
  .p-machiing-tsushin-special .p-special-2col {
    flex-flow: row nowrap;
  }
}
.p-machiing-tsushin-special .p-special__latest-article {
  position: relative;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}
.p-machiing-tsushin-special .p-special__latest-article img {
  width: 100%;
  max-width: initial;
}
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 24px;
}
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles .p-titles__lead {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 6px;
}
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles h3,
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles .p-titles__lead,
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles .p-titles__date {
  padding: 2px 4px;
  background: #000;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
}
.p-machiing-tsushin-special .p-special__latest-article .p-special__titles .p-titles__date {
  font-size: 12px;
}
.p-machiing-tsushin-special .p-special__archive-link {
  display: block;
  margin-bottom: 0.5em;
  padding: 2px;
}
.p-machiing-tsushin-special .p-special__archive-link:hover {
  text-decoration: underline;
}
.p-machiing-tsushin-special .p-special__section-caption {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  font-family: Noto Sans JP, hiragino sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.25;
  padding: 0.5em 0.25em;
}
.p-machiing-tsushin-special .p-special__section-caption i {
  color: #0a8bd3;
}
.p-machiing-tsushin-special .p-special__title {
  padding: 0 0.25em;
  font-size: 13px;
  line-height: 1.2;
}
.p-machiing-tsushin-special .p-special__title span {
  font-size: 10px;
}
.p-machiing-tsushin-special .p-special__lead {
  font-size: 14px;
  padding: 1em;
  border: 1px solid #666;
  border-radius: 8px;
  margin: 10px auto 30px;
}
.p-machiing-tsushin-special .p-special__readmore {
  width: 90%;
  max-width: 570px;
  padding: 40px 30px;
  margin: 50px auto 30px;
  border-radius: 6px;
  text-align: center;
  box-shadow: #ccc 0 0 12px;
}
@media screen and (max-width: 767px) {
  .p-machiing-tsushin-special .p-special__readmore {
    width: 98%;
    padding: 30px 8px;
  }
}
.p-machiing-tsushin-special .p-special__readmore p {
  margin-top: 10px;
}
.p-machiing-tsushin-special .p-special__readmore a {
  width: 100%;
}
.p-machiing-tsushin-special .p-special__readmore-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.p-machiing-tsushin-special .p-page__body {
  margin-top: 0;
  padding: 1.5em 2em;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.p-machiing-tsushin-special .p-page__body h4 {
  font-weight: 600;
}
.p-machiing-tsushin-special .p-special__button {
  display: block;
  max-width: 240px;
  margin: 16px auto 12px;
  padding: 20px 6px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #f65d3a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.p-machiing-tsushin-special .p-special__button:hover {
  background: #ff7d4a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-machiing-tsushin-special .p-special__button {
    margin: 16px auto 12px;
  }
}
.p-news-excerpts__item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  transition: 0.3s all;
}
@media screen and (max-width: 767.98px) {
  .p-news-excerpts__item {
    flex-wrap: wrap;
    padding: 15px;
    border-top: 1px solid #f6f9fc;
  }
  .p-news-excerpts__item:first-child {
    border-top: none;
  }
}
.p-news-excerpts__item:hover {
  background: #f6f9fd;
  transition: 0.3s all;
}
.p-news-excerpts__item-date {
  flex-shrink: 0;
  width: 100px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  color: #7b828d;
}
@media screen and (max-width: 767.98px) {
  .p-news-excerpts__item-date {
    width: 110px;
    font-size: 12px;
  }
}
.p-news-excerpts__item-cat {
  flex-shrink: 0;
  width: 100%;
  width: 130px;
  padding: 8px 10px;
  margin-right: 30px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #b8bfca;
}
@media (min-width: 768px) {
  .p-news-excerpts__item-cat {
    transition: opacity ease 250ms;
  }
  .p-news-excerpts__item-cat:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news-excerpts__item-cat {
    width: 100%;
    width: 110px;
    padding: 4px 8px;
    margin-right: 0;
    font-size: 11px;
  }
}
.p-news-excerpts__item-cat.merchandise {
  background: #fabd00;
}
.p-news-excerpts__item-cat.event {
  background: #28a838;
}
.p-news-excerpts__item-cat.important {
  background: #c60f28;
}
.p-news-excerpts__item-title {
  flex-grow: 1;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news-excerpts__item-title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .p-news-excerpts__item-title {
    width: 100%;
    margin-top: 6px;
    white-space: normal;
  }
}
.p-news-blog {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 767.98px) {
  .p-news-blog {
    flex-direction: column;
  }
}
.p-news-blog__item {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 16px;
  text-align: center;
}
.p-news-blog__item:hover .p-news-blog__item-thumb img {
  transition: 0.5s all;
  transform: scale(1.05, 1.05);
}
@media print, screen and (min-width: 768px) {
  .p-news-blog__item:not(:first-child) {
    border-left: 1px solid #e1e6ed;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news-blog__item {
    width: 100%;
    padding: 15px;
    border-top: 1px solid #7b828d;
  }
  .p-news-blog__item:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .p-news-blog__item + .p-news-blog__item {
    margin-top: 20px;
  }
}
.p-news-blog__item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  max-height: 105px;
  margin: 0 auto 6px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 6px;
}
.p-news-blog__item-thumb img {
  transition: 0.2s all;
}
.p-news-blog__item-date {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 6px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  color: #7b828d;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-news-blog__item-date {
    font-size: 13px;
  }
}
.p-news-blog__item-title {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 6px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.p-page__container {
  display: flex;
  align-items: stretch;
  padding-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-page__container {
    display: block;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.p-page__primary {
  flex-grow: 1;
}
.p-page__secondary {
  flex-shrink: 0;
  width: 300px;
  margin-left: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-page__secondary {
    width: auto;
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-page__header {
    padding: 0 15px;
  }
}
.p-page__date {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "Roboto", "serif";
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .p-page__date {
    margin-top: 5px;
    font-size: 1em;
  }
}
.p-page__date:last-child {
  margin-bottom: -30px;
}
@media screen and (max-width: 767.98px) {
  .p-page__date:last-child {
    margin-bottom: -10px;
  }
}
.p-page__title {
  padding-left: 25px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  border-left: 10px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .p-page__title {
    padding-left: 10px;
    font-size: 20px;
    border-left-width: 5px;
  }
}
.p-page__sub-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-page__sub-title {
    margin-top: 20px;
    font-size: 12px;
  }
}
.p-page__sub-title:first-child {
  margin-top: 0;
}
.p-page__fv {
  position: relative;
  height: 400px;
  margin: 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-page__fv {
    height: 200px;
    margin: 20px -15px 0;
  }
}
.p-page__fv:first-child {
  margin-top: 0;
}
.p-page__fv img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-page--blue .p-page__title {
  border-left-color: #00a0e9;
}
.p-page--blue .c-editable .fv .title {
  color: #00a0e9;
}
.p-page--blue .c-editable h1.fill-border {
  background: #e0f5fc;
  border-left-color: #00a0e9;
}
.p-page--blue .c-editable h2::before, .p-page--blue .c-editable h2::after {
  background: #e0f5fc;
}
.p-page--blue .c-editable h2::before {
  background: #00a0e9;
}
.p-page--blue .c-editable h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  background: #f3f3f3;
  border-radius: 6px;
}
.p-page--blue .c-editable h3::before {
  padding-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  color: #00a0e9;
}
.p-page--blue .c-editable .service-data {
  border-left-color: #00a0e9;
}
.p-page--blue .c-editable .message {
  background: #e0f5fc;
}
.p-page--blue .c-editable.c-editable--alt h2 {
  background: #e0f5fc;
  border-left-color: #00a0e9;
}
.p-page--blue .p-page-section__title {
  color: #00a0e9;
  border-bottom-color: #00a0e9;
}
.p-page--blue .p-side-section {
  background: #e0f5fc;
}
.p-page--blue .p-side-section__title {
  color: #00a0e9;
}
.p-page--blue .p-side-section__title::before {
  background: #00a0e9;
}
.p-page--blue .p-side-section__title::after {
  background: #42d0f4;
}
.p-page--blue .p-side-links__item::before {
  border-color: transparent transparent transparent #00a0e9;
}
.p-page--orange .p-page__title {
  border-left-color: #eb6100;
}
.p-page--orange .c-editable .fv .title {
  color: #eb6100;
}
.p-page--orange .c-editable h1.fill-border {
  background: #fef0e9;
  border-left-color: #eb6100;
}
.p-page--orange .c-editable h2::before, .p-page--orange .c-editable h2::after {
  background: #fef0e9;
}
.p-page--orange .c-editable h2::before {
  background: #eb6100;
}
.p-page--orange .c-editable h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  background: #f3f3f3;
  border-radius: 6px;
}
.p-page--orange .c-editable h3::before {
  padding-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  color: #eb6100;
}
.p-page--orange .c-editable .service-data {
  border-left-color: #eb6100;
}
.p-page--orange .c-editable .message {
  background: #fef0e9;
}
.p-page--orange .c-editable.c-editable--alt h2 {
  background: #fef0e9;
  border-left-color: #eb6100;
}
.p-page--orange .p-page-section__title {
  color: #eb6100;
  border-bottom-color: #eb6100;
}
.p-page--orange .p-side-section {
  background: #fef0e9;
}
.p-page--orange .p-side-section__title {
  color: #eb6100;
}
.p-page--orange .p-side-section__title::before {
  background: #eb6100;
}
.p-page--orange .p-side-section__title::after {
  background: #f9b28b;
}
.p-page--orange .p-side-links__item::before {
  border-color: transparent transparent transparent #eb6100;
}
.p-page--green .p-page__title {
  border-left-color: #8fc41f;
}
.p-page--green .c-editable .fv .title {
  color: #8fc41f;
}
.p-page--green .c-editable h1.fill-border {
  background: #f4f9eb;
  border-left-color: #8fc41f;
}
.p-page--green .c-editable h2::before, .p-page--green .c-editable h2::after {
  background: #deeec3;
}
.p-page--green .c-editable h2::before {
  background: #8fc41f;
}
.p-page--green .c-editable h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  background: #f3f3f3;
  border-radius: 6px;
}
.p-page--green .c-editable h3::before {
  padding-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  color: #8fc41f;
}
.p-page--green .c-editable .service-data {
  border-left-color: #8fc41f;
}
.p-page--green .c-editable .message {
  background: #f4f9eb;
}
.p-page--green .c-editable.c-editable--alt h2 {
  background: #f4f9eb;
  border-left-color: #8fc41f;
}
.p-page--green .p-page-section__title {
  color: #8fc41f;
  border-bottom-color: #8fc41f;
}
.p-page--green .p-side-section {
  background: #f4f9eb;
}
.p-page--green .p-side-section__title {
  color: #8fc41f;
}
.p-page--green .p-side-section__title::before {
  background: #8fc41f;
}
.p-page--green .p-side-section__title::after {
  background: #c9e198;
}
.p-page--green .p-side-links__item::before {
  border-color: transparent transparent transparent #8fc41f;
}
@media print, screen and (min-width: 768px) {
  .p-page--sidebar .p-page__fv {
    margin: 50px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .p-page--sidebar .p-page__fv {
    margin: 30px 15px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page--sidebar .p-archives__item-image {
    width: 120px;
  }
  .p-page--sidebar .c-editable .fv {
    margin: 0 0 60px;
  }
  .p-page--sidebar .p-services__item {
    width: calc(25% - 20px);
  }
  .p-page--sidebar .p-services__item-text {
    font-size: 14px;
  }
  .p-page--sidebar .p-share__item {
    width: 25%;
    margin: 0;
  }
  .p-page--sidebar .p-services__item {
    width: calc(25% - 20px);
  }
  .p-page--sidebar .p-services__item-text {
    font-size: 14px;
  }
  .p-page--sidebar .p-assocs__item {
    align-items: flex-start;
    width: 100%;
  }
}
.p-page__body {
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-page__body {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.p-page__body:first-child {
  margin-top: 0;
}
.p-page__body-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-page__body-action {
    margin-top: 40px;
  }
}
.p-page__body-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background: linear-gradient(to right, #186dfe 0%, #474eaf 100%);
  border-radius: 100px;
}
@media (min-width: 768px) {
  .p-page__body-action-btn {
    transition: opacity ease 250ms;
  }
  .p-page__body-action-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-page__body-action-btn {
    width: 150px;
    height: 40px;
  }
}
.p-page__body-action-btn + .p-page__body-action-btn {
  margin-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-page__body-action-btn + .p-page__body-action-btn {
    margin-left: 20px;
  }
}
.p-page__body-action-btn--line {
  font-size: 12px;
  font-weight: 300;
  background: linear-gradient(to right, #72ce41 0%, #00a200 100%);
}
.p-page__body-action-btn--line span {
  font-size: 16px;
  font-weight: 600;
}
.p-page .marker--blue {
  background: #7fd7ff;
}
.p-page .marker--red {
  background: #ffbfde;
}
.p-page .marker--yellow {
  background: #fff3c3;
}
.p-page__tagcloud {
  margin: 0.5em 0.1em;
  font-size: 0.8em;
}
.p-page__tagcloud i {
  margin-right: 0.25em;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  color: #6db7c8;
  vertical-align: middle;
}
.p-page__tagcloud a {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0 0.1em 0.6em 0;
  line-height: 1;
  color: #6db7c8;
  text-decoration: none;
  background: #fff;
  border: 1px solid #6db7c8;
  border-radius: 1em;
  transition: 0.3s ease;
}
.p-page__tagcloud a:hover {
  color: #fff;
  background: #6db7c8;
  transition: 0.3s ease;
}
.p-page__tagcloud a::before {
  content: "#";
}
.p-page-section {
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-page-section {
    margin-top: 50px;
    padding: 0 15px;
  }
}
.p-page-section__title {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-page-section__title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.p-pagenation {
  width: 100%;
  padding: 20px 4px;
}
.p-pagenation .wp-pagenavi {
  display: flex;
  justify-content: space-around;
  max-width: 400px;
  margin: 0 auto;
  font-family: "Roboto";
}
.p-pagenation .wp-pagenavi .current,
.p-pagenation .wp-pagenavi .pages,
.p-pagenation .wp-pagenavi a {
  position: relative;
  padding: 1em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.p-pagenation .wp-pagenavi .current::after,
.p-pagenation .wp-pagenavi .pages::after,
.p-pagenation .wp-pagenavi a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 2em;
  height: 2em;
  color: #434343;
  content: "";
  background: #dedede;
  border-radius: 50%;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
}
.p-pagenation .wp-pagenavi .pages {
  padding-right: 1em;
  padding-left: 1em;
}
.p-pagenation .wp-pagenavi .pages::after {
  width: 4em;
  height: 2em;
  content: "";
  border-radius: 1em;
}
.p-pagenation .wp-pagenavi .current {
  color: #fff;
}
.p-pagenation .wp-pagenavi .current::after {
  background: #434343;
}
.p-pagenation .wp-pagenavi a:hover::after {
  width: 2.1em;
  height: 2.1em;
  background: #434343;
  border-radius: 0;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-recruitment__fv {
  position: relative;
  width: 100%;
  min-height: 540px;
  max-height: 768px;
  padding: 0;
  margin: 0;
  background: url(../img/recruit_header.jpg) no-repeat top center;
  background-size: cover;
}
.p-recruitment__title {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 320px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  transform: translate(-50%, -50%);
}
.p-recruitment__content {
  background: linear-gradient(180deg, #00469d 0%, #00469d 486px, #eff1f0 100px, #eff1f0 100%);
}
.p-recruitment__message {
  position: relative;
  width: 100%;
  max-width: 1248px;
  min-height: 462px;
  margin: 0 auto;
  background: url(../img/recruit_ceo.jpg) no-repeat top center, #eff1f0;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__message {
    min-height: 580px;
    background-position: bottom right -194px;
    background-size: 900px;
  }
}
.p-recruitment__text {
  max-width: 500px;
  padding-top: 72px;
  margin-left: 4%;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__text {
    position: relative;
    max-width: 380px;
    padding-top: 20px;
  }
}
.p-recruitment__text h5 {
  margin-bottom: 32px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00469d;
}
.p-recruitment__text p {
  padding-bottom: 2em;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__text p {
    font-size: 0.95em;
  }
}
.p-recruitment__text .p-page__body-action-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__text .p-page__body-action-btn + .p-page__body-action-btn {
    margin-left: 0;
  }
}
.p-recruitment__links {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__links {
    flex-direction: column;
  }
}
.p-recruitment__page-caption {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.p-recruitment__archive {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-recruitment__caption {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 24px auto;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.p-recruitment__caption h3 {
  padding: 18px 0;
  font-size: 1.8rem;
  color: #00469d;
  letter-spacing: 0.4em;
}
.p-recruitment__wrap {
  width: 100%;
  max-width: 1100px;
  padding: 24px 0;
  margin: 0 auto;
  color: #fafdfb;
  background: #00469d;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__wrap {
    flex-direction: column;
    padding: 4% 2%;
  }
}
.p-recruitment__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__lists {
    flex-direction: column;
  }
}
.p-recruitment__caption-image {
  overflow: hidden;
}
.p-recruitment__caption-image img {
  width: 100%;
}
.p-recruitment__status {
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
}
.p-recruitment__list {
  width: 100%;
  max-width: 432px;
  margin: 10px 0 20px;
  text-align: center;
  background: #1b70b5;
  transition: 0.3s all;
}
.p-recruitment__list h4 {
  padding: 0.2em;
  margin: 0.5em 0;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991.98px) {
  .p-recruitment__list h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .p-recruitment__list {
    flex-direction: column;
    margin: 10px auto;
  }
}
.p-recruitment__list img {
  transition: 0.3s all;
}
.p-recruitment__list:hover {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.644));
  transition: 0.3s all;
}
.p-recruitment__list:hover img {
  transform: scale(1.1, 1.1);
}
.p-recruitment__single {
  width: 100%;
  padding: 30px 2%;
  background: #0ea95a;
}
.p-recruitment__single h3 {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 48px auto 24px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0ea95a;
  text-align: center;
  letter-spacing: 0.4em;
  background: #fff;
  border-radius: 8px;
}
.p-recruitment__single .p-recruitment__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-recruitment__details {
  width: 100%;
  padding: 10px 2%;
  margin: 0 auto 60px;
  border-radius: 8px;
}
.p-recruitment__detail {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 12px auto;
  color: #fafdfb;
  background: #27b26b;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__detail {
    flex-direction: column;
  }
}
.p-recruitment__headings {
  width: 100%;
  min-width: 240px;
  max-width: 360px;
  padding: 12px;
  text-align: center;
}
.p-recruitment__headings h5 {
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  border-right: 1px solid #63d69b;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__headings {
    display: block;
    flex-direction: column;
    max-width: 100%;
  }
  .p-recruitment__headings h5 {
    padding-bottom: 6px;
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 1px solid #63d69b;
  }
}
.p-recruitment__explain {
  padding: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__explain {
    display: block;
    width: 100%;
    padding-top: 4px;
    font-size: 0.9em;
  }
}
.p-recruitment__entry-button {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 60px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  background: #eb6100;
  border: 3px solid #fff;
}
.p-recruitment__entry-button:hover {
  opacity: 0.9;
}
.p-recruitment__entry-button a {
  display: block;
  padding: 1em 2em;
  color: #fff;
}
.p-recruitment__entry {
  width: 100%;
  padding: 30px 2%;
  background: #0ea95a;
}
.p-recruitment__entry h3 {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 48px auto 24px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0ea95a;
  text-align: center;
  letter-spacing: 0.4em;
  background: #fff;
  border-radius: 8px;
}
.p-recruitment__entry .p-recruitment__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-recruitment__entry .p-form__table {
  color: #fafdfb;
  background: #27b26b;
  border-right: 1px solid #63d69b;
  border-bottom: 1px solid #63d69b;
}
.p-recruitment__entry .p-form__table-row {
  background: #27b26b;
  border-top: 1px solid #63d69b;
  border-left: 1px solid #63d69b;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__entry .p-form__table-row {
    flex-direction: column;
  }
}
.p-recruitment__entry .p-form__table-title {
  background: #27b26b;
  border-top: none;
  border-right: 1px solid #63d69b;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__entry .p-form__table-title {
    border-right: none;
  }
}
.p-recruitment__entry .p-form__table-content {
  background: #27b26b;
}
.p-recruitment__entry .p-form__table-title--required::after {
  padding: 1px 3px;
  margin-left: 4px;
  font-size: 0.8em;
  font-weight: 400;
  color: #d91636;
  content: "必須";
  background: #fff;
  border: 1px solid #d91636;
  border-radius: 4px;
}
.p-recruitment__entry .p-form__policy {
  font-size: 0.75em;
  color: #27b26b;
  letter-spacing: 0;
  background: #fff;
  border: none;
}
.p-recruitment__entry input,
.p-recruitment__entry textarea {
  max-width: 600px;
  border: none;
}
.p-recruitment__entry .p-form-action__btn {
  width: 100%;
  max-width: 630px;
  padding: 20px 0;
  margin: 0 auto 60px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #eb6100;
  border: 3px solid #fff;
  border-radius: 0;
}
.p-recruitment__entry .p-form-action__btn:hover {
  border: none;
  opacity: 0.9;
}
.p-recruitment__entry .p-form-action__btn a {
  display: block;
  padding: 1em 2em;
  color: #fff;
}
.p-recruitment .mw_wp_form_preview .p-form-action .p-form-action__btn {
  max-width: 480px;
}
.p-recruitment .mw_wp_form_preview .p-form-action .p-form-action__btn + .p-form-action__btn {
  margin-left: 10px;
}
.p-recruitment__forms {
  width: 100%;
  padding: 10px 2%;
  margin: 0 auto 60px;
  line-height: 1.6;
  border-radius: 8px;
}
.p-recruitment__form {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 12px auto;
}
.p-recruitment__form input,
.p-recruitment__form textarea {
  margin-top: 4px;
  margin-bottom: 4px;
}
.p-recruitment__form input[type=radio],
.p-recruitment__form input[type=checkbox],
.p-recruitment__form label {
  cursor: pointer;
}
.p-recruitment__form ::-moz-placeholder {
  font-size: 0.9em;
  color: #a1dbbe;
}
.p-recruitment__form ::placeholder {
  font-size: 0.9em;
  color: #a1dbbe;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__form {
    flex-direction: column;
  }
}
.p-recruitment__notice {
  width: 100%;
  max-width: 540px;
  margin: 30px auto;
  font-size: 0.9em;
  color: #fff;
}
.p-recruitment__entry-button {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 60px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  background: #eb6100;
}
.p-recruitment__entry-button:hover {
  opacity: 0.9;
}
.p-recruitment__entry-button a {
  display: block;
  padding: 1em 2em;
  color: #fff;
}
.p-recruitment .p-recruitment__sended {
  color: #fff;
}
.p-recruitment .p-recruitment__sended p {
  width: 100%;
  padding: 2em 4em;
}
.p-services {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px -20px;
}
@media screen and (max-width: 767.98px) {
  .p-services {
    margin: 0 -3px -6px;
  }
}
.p-services__item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 20px);
  margin: 0 10px 20px;
  border: 2px solid #474fae;
}
@media (min-width: 768px) {
  .p-services__item {
    transition: opacity ease 250ms;
  }
  .p-services__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-services__item {
    width: calc(33.333333% - 6px);
    margin: 0 3px 6px;
  }
}
.p-services__item-image {
  height: 130px;
}
@media screen and (max-width: 767.98px) {
  .p-services__item-image {
    height: 60px;
  }
}
.p-services__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-services__item-text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #474fae;
}
@media screen and (max-width: 767.98px) {
  .p-services__item-text {
    padding: 5px;
    font-size: 11px;
  }
}
.p-share {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-share {
    margin: 0 -5px;
  }
}
.p-share__item {
  width: 20%;
  height: 50px;
  margin: 0 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #a7a7a7;
  color: #fff;
}
@media (min-width: 768px) {
  .p-share__item {
    transition: opacity ease 250ms;
  }
  .p-share__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-share__item {
    width: calc(25% - 10px);
    height: 40px;
    margin: 0 5px;
    font-size: 11px;
  }
}
.p-share__item--facebook {
  background: #46699e;
}
.p-share__item--line {
  background: #2ea937;
}
.p-share__item--twitter {
  background: #2ea3dd;
}
.p-side-banner {
  display: block;
  margin-top: 40px;
}
.p-side-banner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-side-banner {
    margin: 20px auto;
    padding: 0 15px;
    text-align: center;
  }
}
.p-side-excerpts__item {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-side-excerpts__item {
    font-size: 14px;
  }
}
.p-side-excerpts__item + .p-side-excerpts__item {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-side-excerpts__item + .p-side-excerpts__item {
    margin-top: 8px;
  }
}
.p-side-excerpts__item:hover {
  text-decoration: underline;
}
.p-side-links > li {
  display: block;
  position: relative;
  margin-top: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-side-links > li {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-side-links > li > a:hover {
    text-decoration: underline;
  }
}
.p-side-links > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
}
.p-side-section {
  background: #f0f0f0;
  padding: 40px 25px;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-side-section {
    padding: 30px 15px;
    margin-top: 20px;
  }
}
.p-side-section + .p-side-section {
  margin-top: 0;
  padding-top: 0;
}
.p-side-section__title {
  font-size: 18px;
  position: relative;
  text-align: center;
  padding-bottom: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-side-section__title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.p-side-section__title::before, .p-side-section__title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ddd;
}
@media screen and (max-width: 767.98px) {
  .p-side-section__title::before, .p-side-section__title::after {
    height: 2px;
  }
}
.p-side-section__title::before {
  width: 50%;
  background: #bbb;
  z-index: 10;
}
.p-slide-box {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 1000;
  width: 320px;
  height: 100vh;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
@media screen and (max-width: 767.98px) {
  .p-slide-box {
    display: none;
  }
}
.p-slide-box.open {
  transform: translate(-320px, 0);
}
.p-slide-box.open .slide-box__btn {
  background: url(../img/btn_line_close.png) no-repeat;
}
.p-slide-box__btn {
  position: absolute;
  bottom: 20px;
  left: -180px;
  z-index: 98;
  width: 180px;
  height: 167px;
  margin-top: -60px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../img/btn_line_open.png) no-repeat center center;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-slide-box__content {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #414141;
  background: rgba(65, 65, 65, 0.94);
}
.p-slide-box__centering {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  transform: translateY(-50%) translateX(0%) rotate(0);
}
.p-slide-box__title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  text-align: left;
  letter-spacing: 0.08em;
}
.p-slide-box__title h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
.p-slide-box__line-btn {
  display: block;
  padding: 25px 15px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #1bb71f;
  opacity: 1;
}
.p-slide-box__line-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-slide-box__line-title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-slide-box__line-title p {
  font-size: 14px;
}
.p-specialties {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  .p-specialties {
    display: block;
  }
}
.p-specialties__item {
  display: flex;
  width: 33.333333%;
  padding: 25px;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  backface-visibility: hidden;
  transition: box-shadow 250ms ease 0s;
}
@media print, screen and (min-width: 768px) {
  .p-specialties__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .p-specialties__item {
    align-items: center;
    width: auto;
    padding: 15px;
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #a6a6a6;
  }
}
@media print, screen and (min-width: 768px) {
  .p-specialties__item:hover {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-specialties__item:nth-child(3n) {
    border-right: none;
  }
}
.p-specialties__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #00a0e9;
}
@media screen and (max-width: 767.98px) {
  .p-specialties__item-title {
    order: 2;
    font-size: 16px;
  }
}
.p-specialties__item-text {
  flex-grow: 1;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-specialties__item-text {
    display: none;
    margin: 0;
  }
}
.p-specialties__item-image {
  margin-top: 20px;
}
.p-specialties__item-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-specialties__item-image {
    flex-shrink: 0;
    order: 1;
    width: 100px;
    padding: 0 15px 0 0;
    margin: 0;
  }
}
.p-top-ads {
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-ads {
    background: #e0f5fc;
    padding: 25px 15px;
  }
}
.p-top-ads__nav {
  position: absolute;
  z-index: 100;
  top: calc(50% - 20px);
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-ads__nav {
    top: calc(50% - 15px);
  }
}
.p-top-ads__nav-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  background: #999695;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-ads__nav-item {
    width: 30px;
    height: 30px;
  }
}
.p-top-ads__nav-item::after {
  position: relative;
  left: -5px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-top-ads__nav-item::after {
    width: 15px;
    height: 15px;
    left: -3px;
  }
}
.p-top-ads__nav-item.swiper-button-disabled {
  opacity: 0;
}
.p-top-ads__nav-item--next {
  right: -40px;
}
@media screen and (max-width: 767.98px) {
  .p-top-ads__nav-item--next {
    right: 10px;
  }
}
.p-top-ads__nav-item--prev {
  left: -40px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  .p-top-ads__nav-item--prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .p-top-ads__item {
    transition: opacity ease 250ms;
  }
  .p-top-ads__item:hover {
    opacity: 0.7;
  }
}
.p-top-ads__item img {
  width: 100%;
}
.p-top-fv {
  width: 100%;
  overflow: hidden;
}
.p-top-fv__slide {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 33.33333%;
}
.p-top-fv__slide img,
.p-top-fv__slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-info {
  padding: 60px 0 30px;
  background: #fef0e9;
}
@media screen and (max-width: 767.98px) {
  .p-top-info {
    display: none;
  }
}
.p-top-info__header {
  text-align: center;
}
.p-top-info__title {
  font-size: 32px;
  font-weight: 600;
  color: #ea6000;
}
.p-top-info__desc {
  margin-top: 15px;
  font-size: 14px;
}
.p-top-info__timelines {
  display: flex;
  align-items: stretch;
  margin: 30px 85px 0;
}
.p-top-info__timelines-item {
  width: calc(50% - 30px);
  height: 500px;
  margin: 0 15px;
  overflow-x: hidden;
  overflow-y: hidden;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.p-top-info__timelines-item::-webkit-scrollbar {
  width: 10px;
}
.p-top-info__timelines-item::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.p-top-info__timelines-item::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.p-top-info__timelines-item.scrollable {
  overflow-x: hidden;
  overflow-y: scroll;
}
.p-top-info__timelines-item img {
  width: 100%;
}
.p-top-info__follow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}
.p-top-info__follow img {
  height: 20px;
}
.p-top-info__follow > div:not(:first-child) {
  margin-left: 10px;
}
.p-top-news {
  padding: 60px 0 40px;
  background: url(../img/bg_news.png) no-repeat top 14px left 12%, #f7f7f5;
}
@media screen and (max-width: 767.98px) {
  .p-top-news {
    padding: 80px 0 0;
  }
}
.p-top-news__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__header {
    margin-bottom: 15px;
  }
}
.p-top-news__header-inner {
  padding: 0 50px;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__header-inner {
    padding: 0 15px;
  }
}
.p-top-news__title {
  position: relative;
  padding: 0 0 12px 12px;
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #232933;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e1e6ed;
}
.p-top-news__title::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 4px;
  height: 24px;
  content: "";
  background: linear-gradient(bottom, #3a7de9 0, #134391 100%);
  background: linear-gradient(to top, #3a7de9 0, #134391 100%);
  border-radius: 2px;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__title::before {
    top: -1px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-news__title {
    margin: 0 10px;
    font-size: 1.2rem;
  }
}
.p-top-news__body {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__body {
    padding: 0;
  }
}
.p-top-news__body-inner {
  padding: 25px 50px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__body-inner {
    padding: 25px 0;
  }
}
.p-top-news__footer {
  padding-top: 12px;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__footer {
    padding-top: 15px;
    text-align: center;
  }
}
.p-top-news__footer-inner {
  padding: 0 50px;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__footer-inner {
    padding: 0;
    margin-bottom: 18px;
  }
}
.p-top-news__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #474fae;
  border: 1px solid #474fae;
  border-radius: 20px;
  transition: 0.3s all;
}
.p-top-news__link:hover {
  color: #fff;
  background: #474fae;
  transition: 0.3s all;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__link {
    justify-content: center;
    height: 30px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
  }
}
.p-top-news__link::before {
  left: -2em;
}
.p-top-news__link::after {
  left: -1em;
}
.p-top-recommended {
  padding: 75px 0 30px;
  overflow: hidden;
  background: url(../img/bg_service.png) no-repeat top 14px left 12%, #fff;
}
.p-top-recommended + .p-top-recommended {
  padding-top: 0;
  margin-top: -20px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended + .p-top-recommended {
    padding-top: 15px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended {
    padding: 25px 0;
    background: #00a0e9;
  }
}
.p-top-recommended__header {
  display: flex;
  align-items: center;
  padding: 0 40px 25px;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__header {
    display: block;
    padding: 0 15px 20px;
    color: #fff;
  }
}
.p-top-recommended__title {
  font-size: 32px;
  font-weight: 600;
  color: #00a0e9;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
  }
}
.p-top-recommended__desc {
  margin-left: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.33;
  }
}
.p-top-recommended__slide {
  position: relative;
}
.p-top-recommended__slide-container {
  margin: 0 -6px !important;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-container {
    margin: 0 -3px !important;
  }
}
.p-top-recommended__slide-nav {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-nav {
    top: calc(50% - 15px);
  }
}
.p-top-recommended__slide-nav-item {
  position: absolute;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #999695;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-nav-item {
    width: 30px;
    height: 30px;
  }
}
.p-top-recommended__slide-nav-item::after {
  position: relative;
  left: 5px;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-nav-item::after {
    left: 3px;
    width: 15px;
    height: 15px;
  }
}
.p-top-recommended__slide-nav-item.swiper-button-disabled {
  opacity: 0;
}
.p-top-recommended__slide-nav-item--next {
  right: -60px;
}
@media screen and (max-width: 1324px) {
  .p-top-recommended__slide-nav-item--next {
    right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-nav-item--next {
    right: 10px;
  }
}
.p-top-recommended__slide-nav-item--prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1324px) {
  .p-top-recommended__slide-nav-item--prev {
    left: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-nav-item--prev {
    left: 10px;
  }
}
.p-top-recommended__slide-wrapper {
  align-items: stretch;
}
.p-top-recommended__slide-item {
  width: 296px !important;
  height: auto !important;
  padding: 0 12px 0 13px;
}
@media (min-width: 768px) {
  .p-top-recommended__slide-item {
    transition: opacity ease 250ms;
  }
  .p-top-recommended__slide-item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-recommended__slide-item {
    width: 220px !important;
    padding: 0 7px 0 8px;
  }
}
.p-top-recommended__slide-item img {
  width: 100%;
}
.p-top-specialty {
  padding-top: 25px;
  border-bottom: 1px solid #a6a6a6;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty {
    padding-top: 0;
  }
}
.p-top-specialty__inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__inner {
    position: relative;
    display: block;
    background: #e0f5fc;
  }
}
.p-top-specialty__header {
  position: relative;
  width: 330px;
  padding: 50px;
  border-right: 1px solid #a6a6a6;
}
@media screen and (max-width: 991.98px) {
  .p-top-specialty__header {
    display: none;
  }
}
.p-top-specialty__title {
  font-size: 28px;
  font-weight: 600;
  color: #00a0e9;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__title {
    font-size: 20px;
  }
}
.p-top-specialty__desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__desc {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-top-specialty__action {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__action {
    position: absolute;
    top: auto;
    bottom: 30px;
    z-index: 10;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-top-specialty__action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 45px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #186dfe 0%, #474eaf 100%);
  border-radius: 100px;
}
@media (min-width: 768px) {
  .p-top-specialty__action-btn {
    transition: opacity ease 250ms;
  }
  .p-top-specialty__action-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__action-btn {
    width: 150px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-specialty__action-btn + .p-top-specialty__action-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__action-btn + .p-top-specialty__action-btn {
    margin-left: 20px;
  }
}
.p-top-specialty__action-btn--line {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(to right, #72ce41 0%, #00a200 100%);
}
.p-top-specialty__action-btn--line span {
  font-size: 21px;
  font-weight: 600;
}
.p-top-specialty__body {
  width: calc(100% - 330px);
  padding: 0 0 25px 25px;
}
@media screen and (max-width: 991.98px) {
  .p-top-specialty__body {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background: #fff;
    border-bottom: 1px solid #a6a6a6;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__body {
    border-bottom: none;
  }
}
.p-top-specialty__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 2px;
  padding-left: 2px;
  color: #fff;
  background: #00a0e9;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__tabs {
    flex-wrap: nowrap;
    padding: 15px 8px 0;
    background: #e0f5fc;
  }
}
.p-top-specialty__tabs-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  backface-visibility: hidden;
  transition: background 250ms ease 0s, color 250ms ease 0s;
}
@media print, screen and (min-width: 768px) {
  .p-top-specialty__tabs-item:hover, .p-top-specialty__tabs-item.is-current {
    color: #00a0e9;
    background: #fff;
  }
  .p-top-specialty__tabs-item:first-child {
    border-radius: 2px 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-specialty__tabs-item {
    width: calc(50% - 10px);
    height: auto;
    padding: 12px 6px;
    margin: 15px 10px 0;
    font-size: 15px;
    font-weight: 600;
    font-weight: 300;
    color: #fff;
    background: #00a0e9;
    border-radius: 4px 4px 0 0;
  }
  .p-top-specialty__tabs-item.is-current {
    color: #00a0e9;
    background: #fff;
  }
}
.p-top-specialty__tabs-item::before {
  left: 0;
}
.p-top-specialty__tabs-item::after {
  right: -1px;
}
.p-top-specialty__contents-item {
  display: none;
}
.p-top-specialty__contents-item.is-current {
  display: block;
}
.p-top-specialty .p-specialties__item:nth-child(1), .p-top-specialty .p-specialties__item:nth-child(2), .p-top-specialty .p-specialties__item:nth-child(3) {
  border-top: none;
}
.p-top-topics {
  padding: 15px 0;
  background: url(../img/bg_topics.png) no-repeat top 14px left 12%, #eaf3d7;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics {
    background: #8fc41f;
  }
}
.p-top-topics .c-container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-top-topics .c-container {
    margin-top: 60px;
  }
}
.p-top-topics__nav {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 100;
  width: 100%;
}
.p-top-topics__nav-item {
  position: absolute;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #999695;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__nav-item {
    width: 30px;
    height: 30px;
  }
}
.p-top-topics__nav-item::after {
  position: relative;
  left: 5px;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__nav-item::after {
    left: -3px;
    width: 15px;
    height: 15px;
  }
}
.p-top-topics__nav-item.swiper-button-disabled {
  opacity: 0;
}
.p-top-topics__nav-item--next {
  right: -60px;
}
@media screen and (max-width: 1324px) {
  .p-top-topics__nav-item--next {
    right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__nav-item--next {
    right: 10px;
  }
}
.p-top-topics__nav-item--prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1324px) {
  .p-top-topics__nav-item--prev {
    left: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__nav-item--prev {
    left: 10px;
  }
}
.p-top-topics__wrapper {
  align-items: stretch;
}
.p-top-topics__item {
  width: 296px !important;
  height: auto !important;
}
@media screen and (min-width: 320px) {
  .p-top-topics__item {
    width: calc(50% - 24px) !important;
    margin: 0 12px;
  }
}
@media screen and (min-width: 480px) {
  .p-top-topics__item {
    width: calc(33.3333% - 12px) !important;
    margin: 0 6px;
  }
}
@media screen and (min-width: 1000px) {
  .p-top-topics__item {
    width: calc(33.3333% - 12px) !important;
    margin: 0 6px;
  }
}
@media screen and (min-width: 1080px) {
  .p-top-topics__item {
    width: calc(25% - 16px) !important;
    margin: 0 8px;
  }
}
@media screen and (min-width: 1160px) {
  .p-top-topics__item {
    width: calc(25% - 20px) !important;
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-topics__item:hover .p-top-topics__item-inner {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  }
}
.p-top-topics__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  backface-visibility: hidden;
  transition: box-shadow 250ms ease 0s;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__item-inner {
    background: transparent;
  }
}
.p-top-topics__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__item-content {
    padding: 12px 0 0;
  }
}
.p-top-topics__item-title {
  flex-grow: 1;
  margin-bottom: auto;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__item-title {
    color: #fff;
  }
}
.p-top-topics__item-date {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #acacac;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-topics__item-date {
    display: none;
  }
}
.p-privacy p {
  margin-bottom: 0.75em;
}
.p-privacy .p-page-privacy h3 {
  display: block;
  width: initial;
  padding: 0 0 0.2em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #2b76bd;
  background: initial;
  border-radius: 0;
}
.p-privacy .p-page-privacy h4 {
  display: inline-block;
  width: initial;
  padding: 0;
  margin-bottom: 0.2em;
  background: initial;
  border-radius: 0;
  font-size: 1em;
}
.p-privacy .p-page-privacy h4::before {
  display: none;
}
.p-privacy__terms {
  margin-top: 40px !important;
  margin-bottom: 40px;
}
.p-privacy__terms li {
  font-size: 22px;
  margin-bottom: 2em;
  font-weight: 600;
}
.p-privacy__terms li h3 {
  font-size: 22px;
}
.p-privacy__terms li p {
  font-size: 16px;
  font-weight: 400;
}
.p-privacy__depth2 {
  counter-reset: depth2 !important;
  margin-top: 0.5em !important;
  margin-left: 1.5em;
  /* サイトに合せて調整 */
}
.p-privacy__depth2 li {
  list-style-type: none;
  counter-increment: depth2 !important;
  padding-left: 0.75em !important;
  position: relative;
  margin-bottom: 1em;
  font-size: 17px;
}
.p-privacy__depth2 li:before {
  content: "(" counter(depth2) ")" !important;
  display: inline-block;
  margin-left: -1.25em;
  /* サイトに合せて調整 */
  width: 1.5em;
  /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy__depth3 {
  counter-reset: depth3 !important;
  margin-top: 0.5em !important;
  margin-left: 1.5em;
  /* サイトに合せて調整 */
}
.p-privacy__depth3 li {
  counter-increment: depth3 !important;
  list-style-type: upper-roman;
  margin-top: 0.25em !important;
  margin-bottom: 0.25em;
  padding-left: 0.25em !important;
  font-size: 16px;
  font-weight: 400;
}
.p-privacy__depth3 li::before {
  content: "";
  display: none;
}
.p-privacy__depth3.disc li {
  list-style-type: disc;
  margin-left: 0.5em;
  padding-left: 0 !important;
}
.p-privacy__purpose {
  display: flex;
  flex-direction: row;
  margin-top: 0.25em !important;
}
.p-privacy__purpose::before {
  align-self: flex-start;
  display: block;
  content: "利用目的";
  white-space: nowrap;
  margin-right: 0.5em;
  padding: 2px 4px;
  border: 1px solid #2b76bd;
  border-radius: 3px;
  color: #2b76bd;
  font-size: 0.8em;
  line-height: 1.6;
}
.p-privacy__contact {
  display: block;
  padding: 1em;
  border: 1px solid #2b76bd;
  border-radius: 8px;
}
.p-privacy__contact dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 15px;
}
.p-privacy__contact dl + dl {
  margin-top: 30px;
}
.p-privacy__contact dl dd {
  flex-grow: 0;
  width: 30%;
  max-width: 180px;
}
.p-privacy__contact dl dd:not(:last-of-type) {
  margin-bottom: 0.25em;
}
.p-privacy__contact dl dd + dt {
  margin-top: 0;
}
.p-privacy__contact dl dt {
  flex-grow: 1;
  width: 70%;
  font-weight: 400;
}
.p-privacy__contact dl dt:not(:last-of-type) {
  margin-bottom: 0.25em;
}
.p-privacy__revision {
  display: block;
  margin: 100px 0;
  padding: 1em;
  border: 1px solid #c4c4c4;
}
.p-privacy__revision > div {
  max-width: 260px;
  padding: 1em;
  margin-left: auto;
  margin-right: 0;
  font-size: 18px;
}
.error404 .l-body {
  min-height: initial;
}

.p-404 {
  height: 100%;
  min-height: calc(100vh - 150px - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_404.svg) no-repeat center center, #606060;
}
@media all and (max-width: 767.98px) {
  .p-404 {
    background-position: center 30px;
    background-size: contain;
  }
}
.p-404__announce {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 500px;
  text-align: center;
}
.p-404__title {
  margin-bottom: 6px;
  color: #9e7740;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.p-404__subtitle {
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  font-family: Noto Sans JP, hiragino sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.2em;
}
.p-404__link-missing {
  width: 100%;
  max-width: 496px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.p-404__buttons {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.p-404__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.p-404__button:not(:last-child) {
  margin-right: 4px;
}
.p-404__button:hover {
  background: #fff;
  border-color: #fff;
  color: #535353;
  transition: 0.3s;
}
.p-404__button--home {
  background: #46a0f5;
  border-color: #46a0f5;
  color: #fff;
}
.p-404__button--back {
  background: #535353;
  border-color: #fff;
  color: #fff;
}
.p-snav-machiing {
  margin: 30px 0;
}
.p-snav-machiing ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-snav-machiing ul li {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 0.5em;
}
.p-snav-machiing ul li::before {
  display: none;
}
.p-snav-machiing ul li a {
  display: block;
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #666;
  background: #fff;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 0;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(202, 202, 202);
  transition: 0.25s ease;
}
.p-snav-machiing ul li a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #666;
  text-decoration: none;
  transition: 0.25s ease;
}
.p-snav-machiing--blue ul li a {
  color: #02A0E9;
}
.p-snav-machiing--blue ul li a:hover {
  background-color: #02A0E9;
}
@media print, screen and (min-width: 768px) {
  .p-snav-machiing {
    margin: 30px 0 50px;
  }
  .p-snav-machiing ul {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-snav-machiing ul li {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-snav-machiing ul li a {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.p-newyear {
  position: relative;
  background-image: url("../img/newyear_bg.jpg");
}
.p-newyear button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-newyear p {
  line-height: 1.7;
}
.p-newyear__container {
  max-width: 980px;
  min-height: 100vh;
  margin: 0 auto;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-newyear__container {
    margin-top: 0;
  }
}
.p-newyear__main-area {
  background-color: #fefefe;
}
@media print, screen and (min-width: 768px) {
  .p-newyear__main-area {
    border-right: 1px solid #8c6900;
    border-left: 1px solid #8c6900;
  }
}
.p-newyear__contents {
  padding: 0 4% 3em;
}
@media print, screen and (min-width: 768px) {
  .p-newyear__contents {
    padding: 0 1em 3em;
  }
}
.p-newyear__top-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
}
.p-newyear__navigation {
  display: none;
  padding: 0 0 0.5em;
}
.p-newyear__navigation ul {
  display: flex;
  flex-flow: column wrap;
  row-gap: 0.1em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  justify-content: space-between;
}
.p-newyear__navigation ul li {
  width: 100%;
}
.p-newyear__navigation ul a {
  position: relative;
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  background: #cc3647;
  transition: opacity 0.3s ease;
}
.p-newyear__navigation ul a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .p-newyear__navigation ul {
    flex-flow: row nowrap;
  }
}
.p-newyear__banner-cover {
  display: none;
}
.p-newyear__banner-image {
  position: relative;
  padding: 20px 0;
}
.p-newyear__banner-image ul {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 1em;
  align-items: center;
  justify-content: center;
}
.p-newyear__banner-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.p-newyear__banner-image a img {
  display: block;
  border: 1px solid transparent;
  transition: transform 0.3s ease;
}
.p-newyear__banner-image a:hover {
  opacity: 0.7;
}
.p-newyear__banner-image a:hover img {
  transform: scale(1.06);
}
.p-newyear__banner-image :where(.p-newyear__banner-cover) {
  display: none;
}
.p-newyear__banner-image--hidden a {
  pointer-events: none !important;
}
.p-newyear__banner-image--hidden .p-newyear__banner-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  padding: 2%;
  background: #fff;
  color: #000;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 600;
  opacity: 85%;
}
.p-newyear__notice {
  padding: 1em 0;
  line-height: 1.6;
}
.p-newyear__notice > div {
  padding: 1.2em 1em;
  border: 1px solid #cc3647;
}
.p-newyear__notice a {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0.25em;
  font-weight: 600;
  color: #cc3647;
  background: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  transition: 0.3s all;
}
.p-newyear__notice a:hover {
  color: #fff;
  background: #cc3647;
  border: 1px solid #cc3647;
  transition: 0.15s all;
}
.p-newyear__notice a i {
  margin-right: 0.5em;
}
.p-newyear__moreinfo ul {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 0.5em;
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.p-newyear__moreinfo ul li {
  width: 100%;
}
.p-newyear__moreinfo ul a {
  display: block;
  padding: 1.2em 1em;
  color: #fff;
  text-align: center;
  background: #857a4e;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.p-newyear__moreinfo ul a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .p-newyear__moreinfo ul {
    flex-flow: row nowrap;
  }
}
.p-newyear__footer {
  background: #cc3647;
}
.p-newyear__order-flow {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 1em;
  padding: 1em 0 2em;
}
.p-newyear__order-flow li {
  display: block;
  padding: 1.2em 1.5em;
  font-size: 1rem;
  color: #fff;
  background: #cc3647;
}
.p-newyear__order-flow__arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg) translateY(-8px);
}
@media print, screen and (min-width: 768px) {
  .p-newyear__order-flow {
    flex-flow: row wrap;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .p-newyear__order-flow__arrow {
    transform: translateY(16px) translateX(-4px) rotate(315deg);
  }
}
.p-newyear__head2 {
  padding: 1.5em 0.2em 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #cc3647;
}
.p-newyear__head2 + p {
  margin: 10px 0 20px;
}
.p-newyear__head3 {
  padding: 1em 0.2em 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}
.p-newyear__form-step {
  padding: 1em 0 4em;
}
.p-newyear__select-list {
  display: flex;
  flex-flow: column wrap;
  row-gap: 32px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-start;
  padding: 1em 0;
}
.p-newyear__select-list li {
  width: 100%;
  padding: 6px 4px;
  vertical-align: middle;
  transition: 0.3s all;
}
.p-newyear__select-list li a {
  position: relative;
  transition: 0.3s all;
}
.p-newyear__select-list li a:hover::after {
  position: absolute;
  top: 8px;
  right: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-family: "Font Awesome 5 Free", "Font Awesome";
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  content: "\f00e";
  background: rgba(68, 68, 68, 0.85);
  border-radius: 50%;
  transition: 0.3s all;
}
@media screen and (max-width: 767.98px) {
  .p-newyear__select-list li {
    margin: 0 auto 10px;
  }
}
.p-newyear__select-list input {
  display: none;
}
.p-newyear__select-list input:checked + label {
  color: #fff;
  background: rgb(235, 134, 134);
  border: 1px solid rgb(235, 134, 134);
}
.p-newyear__select-list label {
  display: inline-block;
  justify-self: end;
  padding: 0.5em 1em;
  margin-top: 18px;
  margin-bottom: 4px;
  cursor: pointer;
  border: 1px solid rgb(163, 151, 151);
  border-radius: 5px;
}
.p-newyear__select-list label:hover {
  background: rgb(255, 236, 236);
}
@media print, screen and (min-width: 768px) {
  .p-newyear__select-list {
    flex-flow: row wrap;
  }
  .p-newyear__select-list li {
    width: calc(33.3333% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-newyear__select-list--2col {
    flex-flow: column wrap;
  }
  .p-newyear__select-list--2col li {
    display: flex;
    flex-flow: row nowrap;
    -moz-column-gap: 1em;
         column-gap: 1em;
    align-items: center;
    width: 100%;
  }
  .p-newyear__select-list--2col label {
    width: 270px;
  }
}
.p-newyear__select-list__text-content {
  padding: 1em 0;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.p-newyear__select--design li, .p-newyear__select--layout li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 0 5px rgba(85, 22, 48, 0.12);
}
.p-newyear__select--design li a:hover img, .p-newyear__select--layout li a:hover img {
  filter: drop-shadow(0 0 5px rgba(85, 22, 48, 0.12)) drop-shadow(0 0 11px rgba(85, 22, 48, 0.04));
  transition: 0.3s all;
}
.p-newyear__select--design li img, .p-newyear__select--layout li img {
  max-width: 100%;
  max-height: 240px;
}
.p-newyear__select--design li:hover img, .p-newyear__select--layout li:hover img {
  max-width: 100%;
  max-height: 240px;
}
.p-newyear__select-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2em;
}
.p-newyear__select-button button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.7em 2.5em 0.9em;
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
  background: #ce3a28;
  transition: opacity 0.3s ease;
}
.p-newyear__select-button button:hover {
  opacity: 0.8;
}
.p-newyear__select-button--disabled a,
.p-newyear__select-button--disabled button {
  pointer-events: none;
  cursor: not-allowed;
  background: #6d6d6d;
}
.p-newyear__select-button--disabled a::after,
.p-newyear__select-button--disabled button::after {
  content: "受注期間が終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  padding: 20px 10px;
  background: #6d6d6d;
}
.p-newyear__content h3 {
  padding: 1em 0 0.5em;
  font-weight: bold;
}
.p-newyear__content p,
.p-newyear__content ul,
.p-newyear__content li {
  padding: 0 0 0.5em;
}
.p-newyear__table-wrap {
  padding: 1em 0;
}
@media screen and (max-width: 767.98px) {
  .p-newyear__table-wrap table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .p-newyear__table-wrap table td.column-1 {
    position: sticky;
    left: 0;
  }
}
.p-newyear__infobox {
  padding: 1em 0;
}
.p-newyear__infobox__inner {
  padding: 1em;
  background: #ddd;
}
.p-newyear__breadcrumb {
  padding: 12px 20px 0;
  font-size: 0.8rem;
  color: #777;
}
.p-newyear__access {
  margin-bottom: 30px;
}
.p-newyear__step {
  width: 100%;
}
.p-newyear__step .p-newyear__stepbar {
  max-width: 540px;
}
.p-newyear__discount {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  gap: 10px;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}
.p-newyear__discount-front:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.p-newyear__discount-front:hover a:hover {
  opacity: 1;
}
.p-newyear__discount-front a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-around;
}
.p-newyear__discount-front a:hover {
  opacity: 1;
}
.p-newyear__discount a {
  transition: 0.3s all;
}
.p-newyear__discount a > div {
  gap: 10px;
}
.p-newyear__discount a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.p-newyear__discount a:hover img {
  transition: 0.3s all;
  transition: opacity 0 all;
}
.p-newyear__limit--hidden {
  display: none;
}
.p-newyear__limit--visible {
  display: block;
}
.p-newyear__return a {
  display: block;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  padding: 1.2em 1em;
  margin: 10px auto 0;
  font-size: 1.05em;
  color: #fff !important;
  text-align: center;
  background: #857a4e;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.p-newyear__return a:hover {
  opacity: 0.8;
}
.p-newyear__message {
  width: 100%;
  max-width: 640px;
  margin: 60px auto;
  margin-bottom: 30px;
}
.p-newyear__message p {
  padding: 1em 0 0;
}
.p-newyear-price #tablepress-1 caption {
  display: none;
}
.p-newyear-price #tablepress-1 thead th,
.p-newyear-price #tablepress-1 tbody td {
  text-align: center;
}
.p-newyear-price #tablepress-1 tbody td {
  padding: 0.7em;
}
.p-newyear-price #tablepress-1 tbody td:nth-of-type(2n + 3) {
  color: #cc3647;
}
.p-newyear-price #tablepress-1 thead th {
  padding: 1.5em 0.5em;
  font-size: 1.3rem;
  border-right: solid 4px #fff;
  border-bottom: none;
  border-left: solid 4px #fff;
}
.p-newyear-price #tablepress-1 thead th:nth-of-type(1) {
  background: #fff;
  border-bottom: none;
}
.p-newyear-price #tablepress-1 thead th:nth-of-type(2) {
  background: rgb(154, 201, 255);
}
.p-newyear-price #tablepress-1 thead th:nth-of-type(3) {
  background: rgb(255, 154, 184);
}
.p-newyear-price #tablepress-1 thead th:nth-of-type(4) {
  background: rgb(154, 255, 205);
}
.p-newyear-price #tablepress-1 thead th:nth-of-type(5) {
  background: rgb(240, 255, 154);
}
.p-newyear-form button {
  transition: all 0.2s ease;
}
.p-newyear-form a {
  color: rgb(81, 177, 241);
  transition: all 0.2s ease;
}
.p-newyear-form a:hover {
  color: rgb(14, 116, 233);
}
.p-newyear-form form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.p-newyear-form input,
.p-newyear-form textarea,
.p-newyear-form select {
  width: 100%;
  padding: 0.1em 0.3em;
  font-family: inherit;
  background: none;
  border: none;
  border: solid 1px #ccc;
  border-radius: 0;
  outline: none;
}
.p-newyear-form input::-moz-placeholder, .p-newyear-form textarea::-moz-placeholder, .p-newyear-form select::-moz-placeholder {
  color: #aaa;
}
.p-newyear-form input::placeholder,
.p-newyear-form textarea::placeholder,
.p-newyear-form select::placeholder {
  color: #aaa;
}
.p-newyear-form textarea {
  resize: vertical;
}
.p-newyear-form input[type=file] {
  display: none;
}
.p-newyear-form input[type=number] {
  display: inline-block;
  max-width: 6em;
  text-align: right;
}
.p-newyear-form .mwform-checkbox-field {
  width: 100%;
}
.p-newyear-form .mwform-checkbox-field input,
.p-newyear-form .mwform-checkbox-field .mwform-radio-field-text {
  width: initial;
}
.p-newyear-form .mwform-radio-field {
  width: 100%;
}
.p-newyear-form .mwform-radio-field input {
  display: none;
}
.p-newyear-form .mwform-radio-field input:checked + .mwform-radio-field-text {
  color: #fff;
  background: #ff8989;
}
.p-newyear-form .mwform-radio-field-text {
  display: block;
  padding: 0.5em 1em;
  color: #777;
  cursor: pointer;
  background: #eee;
  border: 1px solid rgb(163, 151, 151);
  border-radius: 3px;
}
.p-newyear-form .mwform-radio-field-text:hover {
  background: rgb(255, 236, 236);
}
.p-newyear-form .mwform-zip-field,
.p-newyear-form .mwform-tel-field {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.3em;
  align-items: center;
  justify-content: center;
}
.p-newyear-form .p-form-action__btn {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0.7em 2.5em;
  font-size: 16px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-newyear-form .p-form-action__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  border-radius: 5px;
  transition: 0.15s;
}
.p-newyear-form .p-form-action__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #186dfe 0%, #474eaf 100%);
  border-radius: 5px;
}
.p-newyear-form .p-form-action__btn:hover::before {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .p-newyear-form .p-form-action__btn {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form-action__btn {
    max-width: 320px;
    margin: 0 auto;
  }
}
.p-newyear-form__preview-select {
  display: flex;
  flex-flow: column wrap;
  gap: 3em;
  width: 100%;
  max-width: 1000px;
  padding: 3em 1.5em;
  margin: 0 auto;
  background: #ddd;
}
.p-newyear-form__preview-select__image, .p-newyear-form__preview-select__text {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
}
.p-newyear-form__preview-select__image img, .p-newyear-form__preview-select__text img {
  width: 100%;
  max-width: 400px;
}
.p-newyear-form__textarea-description {
  min-width: 140px;
}
.p-newyear-form__back-btn {
  padding: 2em 0;
}
.p-newyear-form__back-btn button {
  padding: 1em 2em;
  font-size: 1.2rem;
  border: solid 1px #aaa;
  border-radius: 8px;
}
.p-newyear-form__back-btn button:hover {
  border: solid 1px rgb(235, 134, 134);
}
.p-newyear-form__back-btn button:hover svg {
  transform: translateX(-0.2em);
}
.p-newyear-form__back-btn button:hover svg path {
  fill: rgb(235, 134, 134);
}
.p-newyear-form__back-btn__icon {
  display: inline;
  padding: 0 0.5em 0 0;
}
.p-newyear-form__back-btn svg {
  vertical-align: top;
  transition: all 0.3s ease;
}
.p-newyear-form__back-btn svg path {
  fill: rgb(163, 151, 151);
  transition: all 0.2s ease;
}
.p-newyear-form__table-head {
  width: 100%;
  padding: 3em 0 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form__table-head {
    padding: 5em 0 1em;
  }
}
.p-newyear-form .p-form--compact {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form--compact {
    padding-bottom: 2em;
    border: solid 1px #ddd;
    border-radius: 8px;
  }
}
.p-newyear-form .p-form__checks {
  margin: 0;
}
.p-newyear-form .p-form__group {
  gap: 0.5em;
}
.p-newyear-form .p-form__field-text {
  padding-left: 0.5em;
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form__field-text {
    min-width: initial;
  }
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form__table {
    display: flex;
    flex-flow: column nowrap;
    gap: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form__table-row {
    background: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .p-newyear-form .p-form__table-title {
    line-height: 2;
  }
}
.p-newyear-form .p-form__table-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-newyear-form .p-form__group {
  display: flex;
  flex-flow: row nowrap;
}
.p-newyear-form .file-delete {
  display: none;
  cursor: pointer;
}
.p-newyear-form__upload-image-list {
  width: 100%;
}
.p-newyear-form__upload-image-list .mwform-file-delete {
  display: none;
}
.p-newyear-form .uploaded-file-delete {
  display: block;
  padding: 0.5em 0;
  margin: 0 auto 0.5em;
  cursor: pointer;
  background: #fce290;
}
.p-newyear-form .preview-list {
  flex-flow: column nowrap;
  padding: 10px;
}
.p-newyear-form .preview-list .preview {
  display: flex;
  gap: 1em;
  width: 100%;
}
.p-newyear-form .preview-list .preview input[type=file] {
  display: none;
}
.p-newyear-form .preview-list + .p-form__table-content {
  display: none;
}
.p-newyear-form__wrap--hidden {
  display: none;
}
.p-newyear-form__upload-file-message {
  padding: 0.5em;
  color: rgb(94, 94, 94);
}
.p-newyear-form .mw_wp_form_confirm .p-newyear-form__upload-file-message {
  display: none;
}
.p-newyear-form .mw_wp_form_complete {
  min-height: 100vh;
}
.p-newyear-form .mw-wp-form_file {
  width: 100%;
  max-width: 11em;
}
.p-jibunshi {
  /* フローチャート */
}
.p-jibunshi .flow,
.p-jibunshi .result {
  margin: 20px auto 0;
  max-width: 1280px;
}
.p-jibunshi .flow {
  background-image: url("../img/flow_corner_01.png"), url("../img/flow_corner_02.png"), url("../img/flow_corner_03.png"), url("../img/flow_corner_04.png"), url("../img/flow_line_horizontal.png"), url("../img/flow_line_horizontal.png"), url("../img/flow_line_vertical.png"), url("../img/flow_line_vertical.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
  padding: 60px 36px;
  margin-top: 140px;
}
.p-jibunshi .flow h2 {
  font-size: 2.4rem;
  color: #ec6843;
}
@media screen and (max-width: 768px) {
  .p-jibunshi .flow h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 540px) {
  .p-jibunshi .flow h2 {
    font-size: 1.3rem;
  }
}
.p-jibunshi .flow__box {
  width: 100%;
}
.p-jibunshi .flow__largetitle {
  max-width: 1080px;
  margin: 0 auto 60px;
  text-align: center;
}
.p-jibunshi .flow__title {
  max-width: 718px;
  margin: 0 auto;
  text-align: center;
}
.p-jibunshi .flow__inner {
  position: relative;
  max-width: 710px;
  height: 600px;
  margin: 0 auto;
}
.p-jibunshi .flow__inner > div:not(:first-child) {
  display: none;
}
.p-jibunshi .flow__inner .position-fit {
  /*     border: 1px solid #0074c1; */
  position: absolute;
  background: #fff;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-jibunshi .flow__inner .position-fit .answer-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.p-jibunshi .flow__inner .position-fit .answer-btn a.nbtn,
.p-jibunshi .flow__inner .position-fit .answer-btn a.reset {
  display: block;
  width: 200px;
  max-width: 200px;
  padding: 10px 4px;
  margin: 0;
  border-radius: 4px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .p-jibunshi .flow__inner .position-fit .answer-btn a.nbtn,
  .p-jibunshi .flow__inner .position-fit .answer-btn a.reset {
    width: 120px;
  }
}
.p-jibunshi .flow__inner .position-fit .answer-btn :not(:first-child) {
  margin-left: 10px;
}
.p-jibunshi .flow__inner .position-fit .answer-btn .yes a.nbtn {
  background-color: #ec6843;
  color: #fff;
}
.p-jibunshi .flow__inner .position-fit .answer-btn .no a.nbtn {
  background-color: #717071;
  color: #fff;
}
.p-jibunshi .flow__inner .position-fit .answer-btn .goal a {
  /*   width: 100%; */
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}
.p-jibunshi .flow__inner .position-fit .answer-btn .retry a {
  background: #fff;
  color: #0a0a0a;
  text-align: center;
  border: 1px solid #0a0a0a;
}
.p-jibunshi .largetitle {
  width: 100%;
  max-width: 1080px;
}
.p-jibunshi .sepalate {
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
}
.p-jibunshi .sepalate div {
  text-align: center;
}
.p-jibunshi .result {
  margin-bottom: 100px;
  padding: 60px 36px;
  background-image: url("../img/flow_corner_01.png"), url("../img/flow_corner_02.png"), url("../img/flow_corner_03.png"), url("../img/flow_corner_04.png"), url("../img/flow_line_horizontal.png"), url("../img/flow_line_horizontal.png"), url("../img/flow_line_vertical.png"), url("../img/flow_line_vertical.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
}
.p-jibunshi .result h2 {
  margin: 50px auto;
  font-size: 2.8rem;
  color: #ec6843;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-jibunshi .result h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .p-jibunshi .result h2 {
    font-size: 1.4rem;
  }
}
.p-jibunshi .result__inner {
  width: 100%;
  margin: 0 auto 120px;
  padding: 0;
  /*   background: #5d93d8; チェック用*/
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.p-jibunshi .end-comment {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ec6843;
}
@media screen and (max-width: 768px) {
  .p-jibunshi .end-comment {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .p-jibunshi .end-comment {
    font-size: 1rem;
  }
}
.p-hitomachi a.c-thumbnail {
  position: initial;
}
@media print, screen and (min-width: 768px) {
  .p-hitomachi a.c-thumbnail::after {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.2;
  }
}
.p-hitomachi a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-hitomachi a:hover.c-thumbnail::after {
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
  }
}
.p-hitomachi__lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.p-hitomachi__list {
  position: relative;
  width: 50%;
  padding: 10px;
  margin-bottom: 30px;
}
.p-hitomachi__illust {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
.p-hitomachi__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 20px 40px rgba(66, 66, 66, 0.1);
}
.p-hitomachi__thumbnail img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 203px;
  display: block;
  margin: 0 auto;
}
.p-hitomachi__title {
  margin-top: 8px;
  font-size: 1rem;
}
.p-hitomachi__title a {
  color: #02A0E9;
}
.p-hitomachi__number {
  position: absolute;
  z-index: 8;
  left: -4px;
  bottom: 26px;
  width: 44px;
  height: 44px;
  padding: 6px 0;
  border-radius: 50%;
  background: rgba(41, 160, 168, 0.6);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
}
.p-hitomachi__goods {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
}
.p-hitomachi__goods-link {
  width: 50%;
  padding: 10px;
}
.p-hitomachi__relation {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
}
.p-hitomachi__relation-link {
  width: 50%;
  padding: 10px;
}
.p-hitomachi__introduction {
  width: 100%;
  margin-bottom: 30px;
}
.p-hitomachi__introduction-col2 {
  width: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.p-hitomachi__introduction-photo {
  margin: 0 auto;
}
.p-hitomachi__emphasis {
  font-weight: 600;
}
.p-hitomachi__caption {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 10px 0 5px 0;
}
.p-hitomachi__caution {
  font-size: 0.9rem;
  color: #666;
}
.p-hitomachi__layout {
  display: flex;
  flex-direction: row;
}
.p-hitomachi__layout__list {
  width: 50%;
  padding: 10px;
  margin-bottom: 30px;
}
.p-hitomachi__layout__list a:hover {
  transition: all 0.3s ease-in-out 0s;
}
@media print, screen and (min-width: 768px) {
  .p-hitomachi__list {
    width: 25%;
  }
  .p-hitomachi__goods {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .p-hitomachi__goods-link {
    width: 25%;
  }
  .p-hitomachi__relation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .p-hitomachi__relation-link {
    width: 25%;
  }
  .p-hitomachi__introduction {
    margin-bottom: 50px;
  }
  .p-hitomachi__introduction-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0rem 5rem;
  }
  .p-hitomachi__introduction-text {
    width: 50%;
  }
  .p-hitomachi__introduction-photo {
    margin: 0 auto;
  }
  .p-hitomachi__introduction-link {
    margin: 0 10px 0 50px;
  }
  .p-hitomachi__layout {
    display: flex;
    flex-direction: row;
  }
  .p-hitomachi__layout__list {
    width: 25%;
  }
}
.p-illust__illust-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-illust__illust-item {
  width: 100%;
  padding: 2%;
  align-items: center;
}
.p-illust__illust-name {
  width: 100%;
  background: rgba(41, 160, 168, 0.6);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.3rem;
  letter-spacing: 0.1rem;
}
.p-illust__illust-name .small {
  font-size: 0.8rem;
  margin: 0 5px 0 0;
}
.p-illust__illust-text {
  font-size: 0.9rem;
  color: #484848;
}
.p-illust__illust-image {
  margin: 20px auto;
}
.p-illust__illust-image img {
  display: block;
  margin: 0 auto;
  max-height: 365px;
}
.p-illust .p-pagenation a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-illust__illust-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-illust__illust-item {
    width: 50%;
    padding: 4%;
  }
}
.p-machiing__banner {
  max-width: 800px;
  margin: 20px auto;
}
.p-machiing__banner img {
  transition-duration: 0.3s;
}
.p-machiing__banner img:hover {
  opacity: 0.6;
  transition: ease 0.3s;
}
.p-machiing__privacy-policy {
  padding: 20px;
  margin: 50px auto;
  border-radius: 10px;
  color: #666;
  font-size: 0.8em;
}
.p-machiing__privacy-policy a {
  margin-bottom: 20px;
  text-decoration: none;
}
.p-machiing__ueno {
  width: 100%;
  margin-bottom: 30px;
}
.p-machiing__ueno-col2 {
  width: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.p-machiing__ueno-text {
  width: 100%;
  margin: 2em auto 0;
}
.p-machiing__ueno-text dl dt {
  text-align: right;
  width: 8.5em;
  padding: 1em 1em 0.5em 0.5em;
  position: relative;
}
.p-machiing__ueno-text dl dt::before {
  content: "\f111";
  position: absolute;
  left: -15px;
  top: 5px;
  font-size: 2rem;
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.p-machiing__ueno-text dl dd {
  padding: 1rem 2rem 3rem;
  border-left: 2px solid #ccc;
}
.p-machiing__ueno-photo {
  margin: 0 auto;
}
.p-machiing__contact {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-family: Noto Sans JP, hiragino sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  text-align: center;
}
.p-machiing__contact a {
  font-size: 2rem;
}
.p-machiing__caution {
  font-size: 0.8rem;
  color: #666;
}
.p-machiing__fax a[href^="tel:"] {
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .p-machiing__banner {
    margin: 50px auto;
  }
  .p-machiing__ueno {
    margin-bottom: 50px;
  }
  .p-machiing__ueno-text {
    width: 50%;
  }
  .p-machiing__contact {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .p-machiing__mail {
    width: 50%;
    border-right: 1px solid #ddd;
  }
  .p-machiing__tel {
    width: 50%;
  }
  .p-machiing__tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.u-size--sm {
  font-size: 0.8em;
}
.u-size--lg {
  font-size: 1.3em;
}