@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ***************************
 Reset Extenstion
*************************** */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/teleworkgekkan/common/fonts/icomoon.eot?vo3qz");
  src: url("/teleworkgekkan/common/fonts/icomoon.eot?vo3qz#iefix") format("embedded-opentype"), url("/teleworkgekkan/common/fonts/icomoon.ttf?vo3qz") format("truetype"), url("/teleworkgekkan/common/fonts/icomoon.woff?vo3qz") format("woff"), url("/teleworkgekkan/common/fonts/icomoon.svg?vo3qz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  box-sizing: border-box;
  font-size: 1rem;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: bold;
  width: 100%;
  overflow-x: hidden;
}

button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  word-wrap: break-word;
  color: #005797;
  transition: color 0.2s;
}
a:hover {
  color: #e79c4c;
  text-decoration: underline;
}
a::before, a::after {
  text-decoration: none;
}

p {
  font-weight: 500;
  text-spacing-trim: space-all;
}

p + a {
  margin-top: 14px;
}

* + p {
  margin-top: 26px;
}

em {
  font-style: initial;
  color: #e60020;
}

p em {
  font-weight: bold;
}

/* ***************************
l-header
*************************** */
.l-header {
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.l-header__main {
  max-width: 1100px;
  width: 100%;
  display: flex;
  padding: 30px 35px 0;
  margin: 0 auto;
}
.l-header__logo {
  display: block;
  max-width: 272px;
  width: 100%;
}
.l-header__right {
  margin-top: -3px;
  margin-left: auto;
}
.l-header__listContent {
  display: flex;
  gap: 34px;
  align-items: center;
}
.l-header__sizeSetting {
  margin-right: 15px;
}
.l-header__link {
  margin: 23px 6px 0 auto;
  width: fit-content;
}
.l-header__gnav {
  max-width: 1100px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 63px;
}
.l-header__gnavBtn {
  display: none;
}
.l-header__spNav {
  display: none;
}
@media screen and (max-width: 934px) {
  .l-header {
    position: sticky;
    box-shadow: 0px 1px 3px #ccc;
  }
  .l-header__logo {
    padding: 7px 0 7px 8px;
    max-width: 100%;
  }
  .l-header__main {
    padding: 0;
  }
  .l-header__right {
    margin-top: 0;
  }
  .l-header__linkbox {
    display: none;
  }
  .l-header__sizeSetting {
    display: none;
  }
  .l-header__link {
    display: none;
  }
  .l-header__gnavBtn {
    display: block;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__spNav {
    display: block;
  }
}

/* ***************************
l-main
*************************** */
.l-main {
  width: 100%;
}
.l-main__wrap {
  max-width: 1100px;
  width: 100%;
  /*padding: 88px 35px 90px;*/
  padding: 65px 35px 90px; /*2023.12.08 edit*/
  margin: 0 auto;
}
.l-main__wrap--top {
  /*padding: 54px 35px 120px;*/
  padding: 40px 35px 120px; /*2023.12.08 edit*/
  margin: 0 auto;
}
.o-searchBox__update.l-main__wrap__update {
  margin-bottom: -10px;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .l-main__wrap {
    padding: 48px 16px;
    margin: 0 auto;
  }
  .l-main__wrap--top {
    padding: 0 16px 60px;
    margin: 0 auto;
  }
  .o-searchBox__update.l-main__wrap__update {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}

/* ***************************
l-toTop
*************************** */
.l-toTop {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.l-toTop__body {
  position: fixed;
  bottom: 20px;
  right: calc(50% - 602px);
}
@media screen and (max-width: 1274px) {
  .l-toTop__body {
    position: fixed;
    bottom: 20px;
    right: 35px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .l-toTop__body {
    right: 16px;
  }
}

/* ***************************
l-footer
*************************** */
.l-footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.l-footer__top {
  background-color: #F2F2F2;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.l-footer__top__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 35px 26px;
}
.l-footer__middle {
  background-color: #5B5B5B;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: #fff;
}
.l-footer__middle__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 43px;
}
.l-footer__bottom {
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__top__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 52px 16px 51px;
  }
  .l-footer__middle__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 16px;
  }
}

/* ***************************
o-anchorLinkList
*************************** */
.o-anchorLinkList {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, 288px);
}
@media screen and (max-width: 767px) {
  .o-anchorLinkList {
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  }
}
.o-anchorLinkList--col4 {
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(244.75px, 1fr));
}
.o-anchorLinkList--col4 .o-linkButton {
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .o-anchorLinkList--col4 {
    grid-template-columns: repeat(auto-fit, minmax(244.75px, 1fr));
  }
}

/* ***************************
o-archives
*************************** */
.o-archives__head {
  font-size: 1.5rem;
  line-height: 2.4375rem;
  margin-bottom: 20px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .o-archives__head {
    font-size: 1.375rem;
    line-height: 2.25rem;
    margin-bottom: 19px;
    margin-left: 0;
  }
}

/* ***************************
o-article
*************************** */
.o-article__back {
  text-align: center;
}
.o-article h3 + p {
  margin-top: 0;
}

/* ***************************
o-box
*************************** */
.o-box {
  padding: 24px 26px;
}
.o-box--bgGray {
  background-color: #F8F9FA;
}
@media screen and (max-width: 767px) {
  .o-box {
    padding: 18px 29px 18px 17px;
  }
}

* + .o-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  * + .o-box {
    margin-top: 15px;
  }
}

/* ***************************
o-breadCrumb
*************************** */
.o-breadCrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 13px;
}
.o-breadCrumb__item {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
}
.o-breadCrumb__item::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 0.75rem;
  font-weight: 500;
  left: 0;
}
.o-breadCrumb__item:first-of-type {
  padding-left: 0;
}
.o-breadCrumb__item:first-of-type::before {
  content: none;
}
.o-breadCrumb__link {
  text-decoration: none;
  color: #005797;
}
@media screen and (max-width: 767px) {
  .o-breadCrumb__list {
    gap: 0 9px;
  }
  .o-breadCrumb__item {
    padding-left: 15px;
    font-size: 0.75rem;
  }
}

/* ***************************
o-btn
*************************** */
.o-btn {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  border: 1px solid #919191;
  border-radius: 4px;
  cursor: pointer;
}
.o-btn--search {
  position: relative;
  min-width: 240px;
  max-width: 288px;
  padding: 10px 15px 11px;
  background-color: #005797;
  border-color: #005797;
  transition: background-color 0.3s, color 0.3s;
}
.o-btn--search:hover {
  background-color: #fff;
  color: #005797;
}
.o-btn--search::before {
  content: "\e986";
  font-family: "icomoon";
  font-size: 1.25rem;
  margin-right: 10px;
}
.o-btn--reset {
  padding: 10px 10px 11px;
  min-width: 160px;
  background-color: #919191;
  transition: background-color 0.3s, color 0.3s;
}
.o-btn--reset:hover {
  background-color: #fff;
  color: #919191;
}
@media screen and (max-width: 767px) {
  .o-btn--search {
    min-width: 180px;
  }
  .o-btn--reset {
    min-width: 110px;
  }
}

/* ***************************
o-buttonBlock
*************************** */
.o-buttonBlock {
  display: flex;
  justify-content: center;
  margin: 79px 0 0;
}
@media screen and (max-width: 767px) {
  .o-buttonBlock {
    margin: 40px 0 0;
  }
}

/* ***************************
o-column
*************************** */
.o-column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
* + .o-column {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .o-column {
    column-gap: 0;
    row-gap: 32px;
    justify-items: center;
  }
}

.o-column__item--width1 {
  grid-column: span 1;
}
@media screen and (max-width: 767px) {
  .o-column__item--width1 {
    grid-column: span 12;
  }
}
.o-column__item--width2 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .o-column__item--width2 {
    grid-column: span 12;
  }
}
.o-column__item--width3 {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .o-column__item--width3 {
    grid-column: span 12;
  }
}
.o-column__item--width4 {
  grid-column: span 4;
}
@media screen and (max-width: 767px) {
  .o-column__item--width4 {
    grid-column: span 12;
  }
}
.o-column__item--width5 {
  grid-column: span 5;
}
@media screen and (max-width: 767px) {
  .o-column__item--width5 {
    grid-column: span 12;
  }
}
.o-column__item--width6 {
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .o-column__item--width6 {
    grid-column: span 12;
  }
}
.o-column__item--width7 {
  grid-column: span 7;
}
@media screen and (max-width: 767px) {
  .o-column__item--width7 {
    grid-column: span 12;
  }
}
.o-column__item--width8 {
  grid-column: span 8;
}
@media screen and (max-width: 767px) {
  .o-column__item--width8 {
    grid-column: span 12;
  }
}
.o-column__item--width9 {
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .o-column__item--width9 {
    grid-column: span 12;
  }
}
.o-column__item--width10 {
  grid-column: span 10;
}
@media screen and (max-width: 767px) {
  .o-column__item--width10 {
    grid-column: span 12;
  }
}
.o-column__item--width11 {
  grid-column: span 11;
}
@media screen and (max-width: 767px) {
  .o-column__item--width11 {
    grid-column: span 12;
  }
}
.o-column__item--width12 {
  grid-column: span 12;
}
@media screen and (max-width: 767px) {
  .o-column__item--width12 {
    grid-column: span 12;
  }
}

/* ***************************
o-columnItem
*************************** */
.o-columnItem__image {
  display: block;
  margin: auto;
}
.o-columnItem__name {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 33px;
}

/* ***************************
o-columnList
*************************** */
.o-columnList {
  display: grid;
  /*row-gap: 68px;*/
  row-gap: 40px; /*2023.12.08 edit*/
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  /*margin-top: 80px;*/
  margin-top: 40px; /*2023.12.08 edit*/
}
@media screen and (max-width: 767px) {
  .o-columnList {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}

/* ***************************
o-imgItem
*************************** */
.o-imgItem {
  display: flex;
  flex-direction: column;
}

.o-imgItem__image {
  display: block;
  margin: auto;
}

.o-imgItem__caption {
  font-weight: bold;
}

/* ***************************
o-linkItem
*************************** */
.o-linkItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ***************************
o-defList
*************************** */
.o-defList {
  margin: 0 0 30px;
}
.o-defList__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.o-defList__item:first-child {
  border-top: 1px dotted #ccc;
}
.o-defList__ttl {
  width: 33.33333%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .o-defList__ttl {
    width: 100%;
  }
}
.o-defList__desc {
  width: 66.66664%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .o-defList__desc {
    width: 100%;
  }
}

/* ***************************
o-descList
*************************** */
.o-descList {
  list-style-position: inside;
}
.o-descList__item {
  line-height: 1.375rem;
  font-weight: bold;
}
.o-descList__item::marker {
  margin-right: 10px;
  content: "※";
}

/* ***************************
o-disclaimer
*************************** */
.o-disclaimer__head {
  font-size: 1rem;
  line-height: 1.75rem;
}
.o-disclaimer__text {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .o-disclaimer__head {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 6px;
  }
  .o-disclaimer__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

/* ***************************
o-dotList
*************************** */
.o-dotList {
  padding-left: 1.25rem;
}
.o-dotList__item {
  position: relative;
  line-height: 1.625rem;
  font-weight: 500;
  padding-left: 6px;
}
.o-dotList__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 7px;
  left: -11px;
  background-color: #005797;
}
@media screen and (max-width: 767px) {
  .o-dotList {
    padding-left: 11px;
  }
  .o-dotList__item {
    margin-bottom: 7px;
  }
}

p + .o-dotList {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  p + .o-dotList {
    margin-top: 6px;
  }
}

/* ***************************
o-entryReception
*************************** */
.o-entryReception {
  background-color: #f8f9fa;
  margin: 0 calc(50% - 50vw);
}
.o-entryReception__inner {
  max-width: 1100px;
  width: 100%;
  /*padding: 63px 35px;*/
  padding: 40px 35px; /*2023.12.08 edit*/
  margin: 0 auto;
}
.o-entryReception__head {
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: bold;
  color: #005797;
  margin-bottom: 24px;
}
.o-entryReception__lead {
  line-height: 1.625rem;
  font-weight: bold;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .o-entryReception__inner {
    padding: 63px 16px;
  }
  .o-entryReception__head {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .o-entryReception__lead {
    margin-bottom: 22px;
  }
}

/* ***************************
o-eventItem
*************************** */
.o-eventItem {
  padding: 25px;
  background-color: #F8F9FA;
  border: solid 1px #005797;
  border-radius: 4px;
  height: 100%;
  display: block;
  text-decoration: none;
}
.o-eventItem:hover {
  text-decoration: none;
}
.o-eventItem:hover .o-eventItem__title {
  text-decoration: underline;
}
.o-eventItem:hover .o-eventItem__title--noLink {
  text-decoration: none;
}
.o-eventItem__date {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #005797;
}
.o-eventItem__title {
  margin: 5px 0 8px;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  width: fit-content;
  color: #005797;
}
.o-eventItem__title::after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 500;
  padding-left: 15px;
}
.o-eventItem__title--noLink::after {
  display: none;
}
.o-eventItem__note {
  margin-top: 0;
  font-size: 14px;
  color: #005797;
}
.o-eventItem__tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

}
* + .o-eventItem__tag {
  margin-top: 10px;
}
.o-eventItem__tag__item {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: #005797;
  border-radius: 20px;
  border: solid 1px #005797;
  padding: 1px 12px 0 12px;
  width: fit-content;
}
.o-eventItem__tag__item--recruiting {
  background-color: #005797;
  color: #fff;
}
.o-eventItem__tag__item--archive {
  background-color: #005797;
  color: #fff;
}
.o-eventItem__text {
  margin-top: 16.5px;
  padding-top: 18.5px;
  border-top: dotted 1px #005797;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #333;
}
.o-eventItem--top {
  padding: 25px 23px 28px 25px;
}
.o-eventItem--top .o-eventItem__title {
  margin-top: 5px;
  padding-right: 8px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.o-eventItem--top .o-eventItem__title::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 500;
  transform: translateY(-0.3125rem);
  padding-left: 9px;
}
.o-eventItem--top .o-eventItem__date {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #005797;
}
.o-eventItem--top .o-eventItem__tags {
  margin-top: 11px;
  height: 23px;
}

/* ***************************
o-eventList
*************************** */
.o-eventList__body {
  display: flex;
  flex-wrap: wrap;
}
.o-eventList__item {
  margin-bottom: 24px;
  width: 100%;
}
.o-eventList--top .o-eventList__body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  margin-bottom: 32px;
}
@media screen and (min-width: 1100px) {
  .o-eventList--top .o-eventList__body {
    grid-template-columns: repeat(auto-fit, 330px);
  }
}
.o-eventList--top .o-eventList__item {
  margin: 0;
}
.o-eventList--top .o-eventList__more {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-eventList--top .o-eventList__body {
    margin-bottom: 26px;
  }
}

/* ***************************
o-eventTable
*************************** */
.o-eventTable {
  width: 1030px;
}
.o-eventTable caption {
  font-size: 0;
}
.o-eventTable th {
  font-size: 16px;
  border: 1px solid #D9D9D9;
  text-align: center;
  background-color: #F2F2F2;
  padding-top: 8px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
.o-eventTable th:nth-child(2) {
  width: 148px;
}
.o-eventTable th:nth-child(3) {
  /*width: 304px;*/
  width: 200px;
}
.o-eventTable td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  padding-top: 6px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  vertical-align: middle;
}
.o-eventTable td:first-child {
  text-align: center;
}

/* ***************************
o-table
*************************** */
.o-table {
  width: 1030px;
}
.o-table caption {
  font-size: 0;
}
.o-table th {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  text-align: left;
  background-color: #F2F2F2;
  padding-top: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  vertical-align: middle;
}
.o-table td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  vertical-align: middle;
}

* + .o-table {
  margin-top: 19px;
}

.o-table--toprunner th {
  width: 345px;
}

@media screen and (max-width: 767px) {
  .o-table--toprunner th {
    max-width: 150px;
  }
}

/* ***************************
o-fAccordionList
*************************** */
.o-fAccordionList__item {
  margin-bottom: 25px;
}
.o-fAccordionList__item:last-of-type {
  margin-bottom: 0;
}
.o-fAccordionList__head {
  width: 100%;
}
.o-fAccordionList__head button {
  font-size: 1.5rem;
  line-height: 2.4375rem;
  font-weight: bold;
  text-align: left;
  color: #333;
  padding: 10px 49px;
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #ccc;
  border: none;
}
.o-fAccordionList__head button::before {
  position: absolute;
  font-family: "icomoon";
  font-size: 1.125rem;
  transition: transform 0.5s;
  content: "\e902";
  left: 17px;
}
.o-fAccordionList__head--open button::before {
  transform: rotate(90deg);
}
.o-fAccordionList__body {
  display: none;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .o-fAccordionList__item {
    margin-bottom: 14px;
  }
  .o-fAccordionList__item:last-of-type {
    margin-bottom: 0;
  }
  .o-fAccordionList__head button {
    font-size: 1.0625rem;
    line-height: 1.6875rem;
    padding: 11px 41px;
  }
}

/* ***************************
o-fLinks
*************************** */
.o-fLinks {
  margin-bottom: 55px;
}
.o-fLinks__head {
  font-size: 1.5rem;
  line-height: 2.4375rem;
  margin-bottom: 20px;
  margin-left: 7px;
}
.o-fLinks__list {
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .o-fLinks {
    margin-bottom: 45px;
  }
  .o-fLinks__head {
    font-size: 1.375rem;
    line-height: 2.25rem;
    margin-bottom: 16px;
    margin-left: 0;
  }
  .o-fLinks__list {
    margin-left: 0;
  }
}

/* ***************************
o-formGroup
*************************** */
.o-formGroup__ttl {
  position: relative;
  padding-left: 14px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.o-formGroup__ttl::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 18px;
  top: 3px;
  left: 0;
  background: #005797;
}
.o-formGroup__body {
  margin-top: 20px;
}

* + .o-formGroup {
  margin-top: 36px;
}

/* ***************************
o-formInfo
*************************** */
.o-formInfo__btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.o-formInfo__btns__btn {
  display: block;
  margin: 0;
}
.o-formInfo__btns__btn--search {
  min-width: 240px;
  padding: 10px 10px 11px;
}
.o-formInfo__btns__btn:first-of-type {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .o-formInfo__btns {
    justify-content: center;
  }
  .o-formInfo__btns__btn:first-of-type {
    margin-left: 0;
  }
}

/* ***************************
o-formList
*************************** */
.o-formList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.o-formList__item {
  display: block;
}
.o-formList__btn {
  position: relative;
  display: block;
}
.o-formList__btn__checkbox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: none;
  z-index: 1;
  appearance: none;
}
.o-formList__btn__text {
  position: relative;
  display: block;
  padding: 5px 13px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #999;
  z-index: 2;
  user-select: none;
}
.o-formList__btn__checkbox + .o-formList__btn__text {
  background-color: #fff;
  color: #005797;
  cursor: pointer;
}
.o-formList__btn__checkbox:checked + .o-formList__btn__text, .o-formList__btn__text--selected {
  background-color: #005797;
  border-color: #005797;
  color: #fff;
  font-weight: bold;
}

/* ***************************
o-gnavList
*************************** */
.o-gnavList {
  width: 100%;
}
.o-gnavList__body {
  display: flex;
  align-items: end;
  gap: 28px;
  /*height: 60px;*/
  height: 45px; /*2023.12.08 edit*/
}
.o-gnavList__item {
  font-size: 1.05rem; /*2023.12.08 add*/
  font-weight: bold;
  position: relative;
}
.o-gnavList__item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #005797;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.o-gnavList__item:hover::after {
  transform: scale(1, 1);
}
.o-gnavList__item--active::after {
  transform: scale(1, 1);
}
.o-gnavList__item--soon:hover::after {
  transform: scale(0, 1);
}
.o-gnavList__item__link {
  display: block;
  color: #005797;
  text-decoration: none;
  padding: 0 5px 6px;
}
.o-gnavList__item__link--external {
  padding-right: 15px;
}
.o-gnavList__item__link--external::after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e901";
  margin-left: 10px;
}
.o-gnavList__item__link:hover {
  color: #005797;
  text-decoration: none;
}
.o-gnavList__item__text {
  display: block;
  position: relative;
  color: #5c5c5c;
  padding: 0 5px 6px;
}
.o-gnavList__item__text--small {
  display: block;
  font-size: 0.75rem;
  padding-bottom: 2px;
  border: none;
}

/* ***************************
o-gnavToggleBtn
*************************** */
.o-gnavToggleBtn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  border-left: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.o-gnavToggleBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #141414;
  transition: 0.5s;
}
.o-gnavToggleBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  top: 19px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #141414;
  transition: 0.5s;
}
.o-gnavToggleBtn--open::before {
  top: 18px;
  transition: 0.5s;
  transform: rotate(-225deg);
}
.o-gnavToggleBtn--open::after {
  width: 0;
  transition: 0.5s;
  transform: rotate(-270deg);
}
.o-gnavToggleBtn__inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  top: 28px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #141414;
  transition: 0.5s;
}
.o-gnavToggleBtn__inner--open::before {
  top: 18px;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.o-gnavToggleBtn__text {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 35px;
  font-size: 0.625rem;
  color: #333;
  line-height: 1;
}

/* ***************************
o-groupBlock
*************************** */
.o-groupBlock {
  background-color: #005797;
  color: #fff;
  display: flex;
  gap: calc(1.5625rem + (1vw - 7.68px) * 18.0723);
  padding: 30px 32px 32px;
  border-radius: 8px;
}
.o-groupBlock__head {
  position: relative;
  font-size: 1.75rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin-left: 27px;
  white-space: nowrap;
}
.o-groupBlock__head::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 4px;
  top: 19px;
  background-color: #fff;
  left: -27px;
}
.o-groupBlock__lead {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  margin-bottom: 47px;
}
.o-groupBlock__desc {
  margin-bottom: 22px;
}
@media screen and (min-width: 1100px) {
  .o-groupBlock {
    gap: 70px;
  }
}
@media screen and (max-width: 934px) {
  .o-groupBlock {
    display: block;
    padding: 30px 18px 32px;
  }
  .o-groupBlock__head {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-left: 24px;
    margin-bottom: 10px;
  }
  .o-groupBlock__head::before {
    top: 14px;
    left: -24px;
  }
  .o-groupBlock__lead {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 11px;
  }
}

/* ***************************
o-heading1
*************************** */
.o-heading1 {
  font-size: 2.25rem;
  line-height: 3.625rem;
  font-weight: bold;
  color: #005797;
}
@media screen and (max-width: 767px) {
  .o-heading1 {
    font-size: 1.5rem;
    line-height: 2.4375rem;
  }
}

/* ***************************
o-heading2
*************************** */
.o-heading2 {
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: bold;
  color: #005797;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .o-heading2 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin: 0 0 16px;
  }
}

* + .o-heading2 {
  /*margin-top: 97px;*/
  margin-top: 50px; /*2023.12.08 edit*/
}
@media screen and (max-width: 767px) {
  * + .o-heading2 {
    margin-top: 49px;
  }
}

/* ***************************
o-heading3
*************************** */
.o-heading3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  color: #005797;
  margin: 35px 0 14px;
  padding-left: 14px;
  border-left: solid 4px #005797;
}
@media screen and (max-width: 767px) {
  .o-heading3 {
    padding-left: 11px;
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}

h2 + .o-heading3 {
  margin-top: 0;
}

/* ***************************
o-heading4
*************************** */
.o-heading4 {
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #005797;
  padding: 0 0 6px 25px;
}
.o-heading4::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 4px;
  top: 14px;
  left: 3px;
  background-color: #005797;
}
@media screen and (max-width: 767px) {
  .o-heading4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 0 0 6px 15px;
  }
  .o-heading4::before {
    width: 10px;
    height: 2px;
    top: 13px;
    left: 0;
  }
}

* + .o-heading4 {
  margin-top: 25px;
}

/* @media screen and (max-width: 767px) {
  * + .o-heading4 {
    margin-top: 25px;
  }
} */
.o-heading4 + p {
  margin-top: 5px;
}

/* ***************************
o-heading5
*************************** */
.o-heading5 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  color: #005797;
}

* + .o-heading5 {
  margin-top: 15px;
}
.o-heading5 + p {
  margin-top: 5px;
}
.o-heading5 > span.normal {
  font-weight: normal;
}

/* ***************************
o-hLinkBox
*************************** */
.o-hLinkBox {
  display: block;
  position: relative;
  border: solid 1px #CFCFCF;
  text-decoration: none;
  color: #0c3484;
  padding: 8px 14px;
}
.o-hLinkBox__text {
  margin-left: 15px;
}
.o-hLinkBox__text::before {
  font-family: "icomoon";
  font-weight: 500;
  position: absolute;
  content: "\e900";
  left: 9px;
}
.o-hLinkBox:hover {
  text-decoration: none;
}

/* ***************************
o-hLink
*************************** */
.o-hLink {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding-right: 20px;
}
.o-hLink::before {
  font-family: "icomoon";
  font-size: 0.75rem;
  color: #0c3484;
  position: absolute;
  content: "\e900";
  right: 0;
}

/* ***************************
o-lButtonList
*************************** */
.o-lButtonList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 934px) {
  .o-lButtonList__item {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .o-lButtonList {
    flex-wrap: wrap;
  }
  .o-lButtonList__item {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

/* ***************************
o-linkButton
*************************** */
.o-linkButton {
  position: relative;
  display: inline-block;
  min-width: 288px;
  max-width: 387px;
  width: 100%;
  padding: 14px 42px 11px;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: bold;
  background-color: #005797;
  border: 1px solid #005797;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.o-linkButton::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 0.9375rem;
  font-weight: 500;
  right: 13px;
}
.o-linkButton--min {
  max-width: 288px;
}
.o-linkButton--whiteBorder {
  border: solid 2px #fff;
}
.o-linkButton--external {
  padding-right: 50px;
}
.o-linkButton--external::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  font-size: 0.9375rem;
  font-weight: 500;
  right: 13px;
}
.o-linkButton--more {
  max-width: 288px;
}
.o-linkButton--more::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.25rem;
  font-weight: 500;
  right: 13px;
}
.o-linkButton--back {
  max-width: 288px;
}
.o-linkButton--back::before {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  transform: rotateY(180deg);
  font-size: 0.9375rem;
  font-weight: 500;
  right: unset;
  left: 13px;
}
.o-linkButton--anchor {
  max-width: 288px;
}
.o-linkButton--anchor::before {
  right: 18px;
  transform: rotate(90deg);
}
.o-linkButton--batchDl {
  max-width: none;
  width: auto;
  font-size: 1.25rem;
  line-height: 2rem;
  padding-top: 9px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 28px;
}
.o-linkButton--batchDl::before {
  font-size: 1.25rem;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.o-linkButton:hover {
  background-color: #fff;
  color: #005797;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .o-linkButton {
    max-width: none;
    padding: 14px 41px 11px 24px;
  }
  .o-linkButton--external::before {
    right: 16px;
  }
}

p .o-linkButton {
  max-width: 288px;
}
p .o-linkButton--batchDl {
  max-width: none;
}
@media screen and (max-width: 767px) {
  p .o-linkButton {
    max-width: none;
  }
}

/* ***************************
o-locAccordion
*************************** */
.o-locAccordion__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.o-locAccordion__btn button {
  position: relative;
  padding: 5px 13px;
  border: 1px solid #ccc;
  color: #333;
  background-color: transparent;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
.o-locAccordion__btn button::after {
  font-family: "icomoon" !important;
  content: "\e900";
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
  color: #005797;
  margin: -2px 0 0 9px;
  transform: rotate(90deg);
  transition: transform 0.3s;
  vertical-align: middle;
}
.o-locAccordion__btn--open button::after {
  transform: rotate(-90deg);
}

/* ***************************
o-locList
*************************** */
.o-locList {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.o-locList__ttl {
  width: 135px;
  padding: 6px 19px 6px 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  font-weight: 600;
  color: #005797;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .o-locList {
    display: block;
  }
  .o-locList__ttl {
    width: 100%;
    text-align: left;
  }
}

* + .o-locList {
  margin-top: 16px;
}

/* ***************************
o-logo
*************************** */
.o-logo {
  display: block;
}
.o-logo__image {
  max-width: 272px;
  width: 100%;
}
@media screen and (max-width: 934px) {
  .o-logo__image {
    max-width: 160px;
    max-height: 36px;
    height: 100%;
  }
}

/* ***************************
o-mainVisual
*************************** */
.o-mainVisual {
  width: 100%;
  /*margin: 0 auto 64px;*/
  margin: 0 auto 40px; /*2023.12.08 edit*/
  position: relative;
}
.o-mainVisual__body {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.o-mainVisual__item {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.o-mainVisual__img {
  display: block;
}
.o-mainVisual__img img {
  width: 100%;
  height: auto;
}
.o-mainVisual__btns {
  position: absolute;
  bottom: 6px;
  display: flex;
  gap: 10px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
}
.o-mainVisual__btns .splide__pagination {
  gap: 6px;
}
.o-mainVisual__btns .splide__pagination__page {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 0%;
  line-height: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.o-mainVisual__btns .splide__pagination__page::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
}
.o-mainVisual__btns .splide__pagination .is-active::before {
  width: 14px;
  height: 14px;
  background-color: #333;
  border-color: #fff;
}
.o-mainVisual__btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #999;
  border: none;
  cursor: pointer;
  font-size: 0%;
  line-height: 0;
}
.o-mainVisual__btn--play::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 6px;
  left: 7px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.o-mainVisual__btn--pause::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 9px;
  top: 6px;
  left: 6px;
  background: #fff;
  border: none;
}
.o-mainVisual__btn--pause::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 9px;
  top: 6px;
  left: 11px;
  background: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .o-mainVisual {
    margin: 37px auto;
  }
}

/* ***************************
o-movie
*************************** */
.o-movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.o-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ***************************
o-newsItem
*************************** */
.o-newsItem {
  display: flex;
  gap: 62px;
  padding: 9px 8px 13px;
  border-bottom: 1px dotted #c2c2c2;
}
.o-newsItem__date {
  font-size: 1rem;
  line-height: 1.625rem;
  max-width: 7.5rem;
  width: 100%;
}
.o-newsItem__text {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.o-newsItem__link {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .o-newsItem {
    display: block;
    padding: 6px 0 6px;
  }
  .o-newsItem__date {
    display: block;
    margin-bottom: 5px;
  }
  .o-newsItem__text {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .o-newsItem__link {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

/* ***************************
o-newsList
*************************** */
.o-newsList {
  width: 100%;
  padding-bottom: 3px;
}
.o-newsList__body {
  margin-bottom: 32px;
}
.o-newsList__more {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-newsList {
    padding-bottom: 15px;
  }
  .o-newsList__body {
    margin-bottom: 26px;
  }
}

/* ***************************
o-numList
*************************** */
.o-numList__title {
  display: inline;
}
.o-numList__item {
  list-style-type: none;
  counter-increment: cnt;
  font-weight: 500;
}
.o-numList__item::before {
  content: "（" counter(cnt) "） ";
}
.o-numList--simple .o-numList__item {
  position: relative;
  list-style-type: none;
  padding-left: 23px;
  counter-increment: cnt;
  font-weight: 500;
}
.o-numList--simple .o-numList__item::before {
  position: absolute;
  left: 3px;
  content: counter(cnt) ".";
}
.o-numList--titleBold .o-numList__item {
  margin-top: 10px;
}
.o-numList--titleBold .o-numList__item::before {
  font-weight: bold;
}
.o-numList--titleBold .o-numList__title {
  font-weight: bold;
}
.o-numList--titleBold * + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .o-numList {
    padding-left: 40px;
    text-indent: -40px;
  }

  .o-numList--simple {
    padding-left: 0;
    text-indent: 0;
  }
}

* + .o-numList {
  margin-top: 10px;
}

/* ***************************
o-orgItem
*************************** */
.o-orgItem {
  display: flex;
  flex-direction: column;
}
.o-orgItem__ttl {
  margin-top: 9px;
  text-align: center;
}
.practitioner .o-orgItem__ttl {
  margin-top: 0px;
}
.o-orgItem__ttl__p {
  font-weight: 700;
}
.o-orgItem__img {
  order: -1;
  text-align: center;

}
.o-orgItem__img img {
  max-width: 100%;
  max-height: 70px;
  height: auto;
  font-size: 0;
  line-height: 0;
}

/* ***************************
o-pageTitle
*************************** */
.o-pageTitle {
  background-color: #f8f9fa;
}
.o-pageTitle__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  /*padding: 42px 35px 30px;*/
  padding: 30px 35px 20px; /*2023.12.08 edit*/
}
.o-pageTitle__breadCrumb {
  margin-bottom: 9px;
}
.o-pageTitle__text {
  font-size: 2.25rem;
  line-height: 3.625rem;
  font-weight: bold;
  color: #005797;
}
@media screen and (max-width: 767px) {
  .o-pageTitle__wrap {
    padding: 21px 16px 25px;
  }
  .o-pageTitle__text {
    font-size: 1.5rem;
    line-height: 2.4375rem;
  }
  .o-pageTitle__breadCrumb {
    margin-bottom: 8px;
  }
}

/* ***************************
o-prefAccordion
*************************** */
.o-prefAccordion {
  border: solid 1px #333;
}
.o-prefAccordion + .o-prefAccordion {
  border-top: none;
}
.o-prefaccordion__head button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px 18px 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
  color: #005797;
  background-color: transparent;
  border: none;
}
.o-prefaccordion__head button::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.25rem;
  font-weight: 500;
  right: 27px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.o-prefaccordion__head--close button::after {
  transform: rotate(90deg);
}
.o-prefAccordion__content {
  display: none;
  padding: 23px 18px 40px;
}
.o-prefAccordion__content h3:first-of-type {
  margin-top: 0;
}

/* ***************************
o-privacyPolicy
*************************** */
.o-privacyPolicy {
  margin: 0 auto;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.75rem;

  display: flex;
  column-gap: 40px;
}
.o-privacyPolicy a {
  color: #005797;
}
.o-privacyPolicy a:hover {
  color: #e79c4c;
}
@media screen and (max-width: 767px) {
  .o-privacyPolicy {
    font-size: 0.875rem;
    line-height: 1.375rem;

    flex-direction: column;
    row-gap: 20px;
  }
}

/* ***************************
o-remarks
*************************** */
.o-remarks {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

/* ***************************
o-resultList
*************************** */
.o-resultList {
  margin-top: 26px;
}
.o-resultList__item {
  width: 25%;
  padding: 30px 20px;
  border-right: 1px dotted #ccc;
  box-sizing: border-box;
}
.practitioner .o-resultList__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-resultList__item:nth-child(4n) {
  border-right: none;
}
.o-resultList__item:nth-child(n+5) {
  border-top: 1px dotted #ccc;
}
.o-resultList__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .o-resultList__item {
    width: 50%;
  }
  .o-resultList__item:nth-child(2n) {
    border-right: none;
  }
  .o-resultList__item:nth-child(n+3) {
    border-top: 1px dotted #ccc;
  }
}

/* ***************************
o-searchBox
*************************** */
.o-searchBox {
  /*margin-top: 50px;*/
  margin-top: 30px; /*2023.12.08 edit*/
  margin-left: 2px;
  margin-right: 2px;
}
.o-searchBox__update {
  margin-top: 35px;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: right;
}
.o-searchBox__result {
  margin-top: 20px;
  margin-right: 2px;
  margin-left: 2px;
}
.o-searchBox .o-searchBox__update {
  display: none;
}

/* ***************************
o-searchDetail
*************************** */
.o-searchDetail {
  display: flex;
  flex-wrap: wrap;
}
.o-searchDetail__img {
  width: 32.69231%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-searchDetail__logo {
  text-align: center;
}
.o-searchDetail__logo img {
  max-width: 100%;
}
.o-searchDetail__text {
  width: 67.30769%;
}
@media screen and (max-width: 767px) {
  .o-searchDetail {
    display: block;
  }
  .o-searchDetail__img {
    width: 100%;
    padding-bottom: 20px;
  }
  .o-searchDetail__text {
    width: 100%;
  }
}

/* ***************************
o-searchForm
*************************** */
.o-searchForm {
  border: solid 1px #005797;
}
.o-searchForm__head button {
  position: relative;
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 13px 49px 12px 25px;
  width: 100%;
  background-color: #005797;
  border: none;
  overflow: hidden;
  appearance: none;
}
.o-searchForm__head button::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: -5px;
  bottom: 0;
  right: 23px;
  margin: auto;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
  transition: transform 0.3s, top 0.2s;
}
.o-searchForm__head--open button::after {
  top: 5px;
  transform: rotate(-45deg);
}
.o-searchForm__body {
  padding: 21px 19px 19px;
}
@media screen and (max-width: 767px) {
  .o-searchForm__head button {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}

/* ***************************
o-searchResult
*************************** */
.o-searchResult__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
.o-searchResult__sort {
  display: flex;
  align-items: center;
  gap: 10px;
}
.o-searchResult__sort__item:first-of-type {
  margin-right: 10px;
}
.o-searchResult__sort__select {
  position: relative;
  color: #333;
  display: block;
}
.o-searchResult__sort__select::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: -4px;
  right: 13px;
  bottom: 0;
  margin: auto;
  border: solid #005797;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: 1;
}
.o-searchResult__sort__select select {
  min-width: 110px;
  min-height: 36px;
  padding: 4px 30px 4px 13px;
  color: #333;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  appearance: none;
  vertical-align: middle;
}
.o-searchResult__sort__btn {
  display: block;
  min-width: 56px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #0c3484;
  text-align: center;
  box-sizing: border-box;
}
.o-searchResult__sort__btn--active {
  background-color: #005797;
  border-color: #005797;
  color: #fff;
  font-weight: bold;
}
.o-searchResult__body {
  margin-top: 39px;
}

/* ***************************
o-sizeSetting
*************************** */
.o-sizeSetting {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* ***************************
o-sizeButtonList
*************************** */
.o-sizeButtonList {
  display: flex;
  gap: 4px;
}

/* ***************************
o-sizeChangeBtn
*************************** */
.o-sizeChangeBtn {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: solid 1px #cfcfcf;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
  padding: 0;
}
.o-sizeChangeBtn--small {
  font-size: 0.75rem;
}
.o-sizeChangeBtn--midium {
  font-size: 0.875rem;
}
.o-sizeChangeBtn--big {
  font-size: 1rem;
}
.o-sizeChangeBtn--this {
  background-color: #005f98;
  color: #FFF;
}
.o-sizeChangeBtn:hover {
  background-color: #005f98;
  color: #FFF;
}

/* ***************************
o-sMap
*************************** */
.o-sMap__head {
  margin-bottom: 27px;
}
.o-sMap__head a {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
  color: #005797;
  text-decoration: none;
}
.o-sMap__head a:hover {
  color: #e79c4c;
  text-decoration: underline;
}
.o-sMap__head a::before {
  position: absolute;
  font-family: "icomoon";
  font-size: 11px;
  content: "\e900";
  color: #333;
  left: 5px;
  top: 0;
}
.o-sMap__links {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 22px;
  margin: 0 28px;
}
.o-sMap__link {
  position: relative;
  font-size: 1.125rem;
  padding-left: 20px;
}
.o-sMap__link a {
  color: #005797;
  text-decoration: none;
}
.o-sMap__link a:hover {
  color: #e79c4c;
  text-decoration: underline;
}
.o-sMap__link::before {
  position: absolute;
  font-family: "icomoon";
  font-size: 11px;
  content: "\e900";
  left: 3px;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .o-sMap__head {
    margin-bottom: 6px;
  }
  .o-sMap__head a {
    font-size: 0.875rem;
    padding-left: 14px;
  }
  .o-sMap__head a::before {
    left: 0;
    top: -1px;
  }
  .o-sMap__links {
    display: block;
    margin: 0;
  }
  .o-sMap__link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 6px;
    padding-left: 14px;
  }
  .o-sMap__link::before {
    left: 0;
  }
}

/* ***************************
o-speaker
*************************** */
.o-speaker {
  display: flex;
  flex-flow: column;
  margin-bottom: 45px;
}
.o-speaker:last-of-type {
  margin-bottom: 0;
}
.o-speaker__name {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  color: #005797;
  margin-top: 16.5px;
}
.o-speaker__img {
  order: -1;
}
.o-speaker__text {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  margin: 15.5px 0 0;
}
@media screen and (max-width: 767px) {
  .o-speaker__name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* ***************************
o-chirashi
*************************** */
.o-chirashi {
  margin-top: 1em;
}
.o-chirashi p {
  margin-top: 0.5em;
}


/* ***************************
o-spNavList
*************************** */
.o-spNavList {
  position: fixed;
  display: none;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: calc(100vh - 50px);
  top: 50px;
  left: 100%;
  z-index: 100;
}
.o-spNavList__item {
  width: 100%;
  border-top: solid 1px #ccc;
}
.o-spNavList__item:last-of-type {
  border-bottom: solid 1px #ccc;
}
.o-spNavList__item--close {
  background-color: #ececec;
}
.o-spNavList__item__link {
  position: relative;
  display: block;
  padding: 19px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-decoration: none;
  color: #333;
}
.o-spNavList__item__link::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 0.875rem;
  font-weight: 500;
  right: 8px;
}
.o-spNavList__item__text {
  position: relative;
  display: block;
  padding: 19px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #9f9f9f;
}
.o-spNavList__item__text::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 0.875rem;
  font-weight: 500;
  right: 8px;
}

/* ***************************
o-tableWrap
*************************** */
.o-tableWrap.js-scrollable .scroll-hint-text {
  line-height: 1.5;
}

* + .o-tableWrap {
  margin-top: 19px;
}

/* ***************************
o-sectionFrame
*************************** */
.o-sectionFrame {
  display: flex;
  border: solid 1px #005797;
  border-radius: 8px;
  overflow: hidden;
  background-color: transparent;
}
* + .o-sectionFrame {
  margin-top: 100px;
}
.o-newsList + .o-sectionFrame {
  margin-top: 40px;
}
.o-sectionFrame + .o-sectionFrame {
  margin-top: 50px;
}
.o-entryReception__gBlock + .o-sectionFrame {
  margin-top: 50px;
}
.o-sectionFrame__content {
  display: block;
  padding: 32px 32px 32px;
  flex-grow: 1;
}
* + .o-sectionFrame__text {
  margin-top: 16px;
}
.o-sectionFrame__head {
  font-size: 1.9375rem;
  line-height: 2.8125rem;
  font-weight: bold;
  color: #005797;
}
.o-sectionFrame__img {
  display: block;
  flex-shrink: 0;
  max-width: 50%;
}
.o-sectionFrame__img img {
  object-fit: cover;
  display: block;
  height: 100%;
}
.o-sectionFrame__btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
* + .o-sectionFrame__btn {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .o-sectionFrame {
    flex-direction: column-reverse;
    width: 100%;
  }
  * + .o-sectionFrame {
    margin-top: 50px;
  }
  .o-newsList + .o-sectionFrame {
    margin-top: 20px;
  }
  .o-sectionFrame + .o-sectionFrame {
    margin-top: 25px;
  }
  .o-entryReception__gBlock + .o-sectionFrame {
    margin-top: 25px;
  }
  .o-sectionFrame__head {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
  .o-sectionFrame__content {
    width: 100%;
    padding: 21px 16px 27px;
  }
  .o-sectionFrame__img {
    width: 100%;
    max-width: none;
  }
  .o-sectionFrame__img img {
    display: block;
    object-position: 100% 65%;
    height: 100%;
    max-height: 234px;
    width: 100%;
  }
  .o-sectionFrame__img--small img {
    object-position: 100% 50%;
  }
}

/* ***************************
o-toTopBtn
*************************** */
.o-toTopBtn {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background-color: #858585;
  text-decoration: none;
  transition: background-color 0.3s;
}
.o-toTopBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-toTopBtn__text {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  outline: none;
  overflow: hidden;
}
.o-toTopBtn:hover {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .o-toTopBtn {
    opacity: 0.9;
  }
}

/* ***************************
o-usefulLabel
*************************** */
.o-usefulLabel {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.o-usefulLabel__item {
  padding: 8px 12px 7px;
  border: solid 1px #333;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.o-usefulLabel__item--general {
  background-color: #FCF1D2;
  border-color: #EEB721;
}
.o-usefulLabel__item--subsidy {
  background-color: #CFE9DA;
  border-color: #0F9046;
}
.o-usefulLabel__item--labor {
  background-color: #F5D4DA;
  border-color: #CE2A46;
}
.o-usefulLabel__item--ict {
  background-color: #CEE3F1;
  border-color: #0A74B7;
}
.o-usefulLabel__item--other {
  background-color: #D6D6D6;
  border-color: #333333;
}

/* ***************************
o-cases
*************************** */
.o-cases p {
  margin-top: 15px;
}
.o-casesList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: auto;
}
* + .o-casesList {
  margin-top: 20px;
}
.o-casesList__item h4 {
  margin-top: 15px;
}
.o-casesList__item h4.idt {
  margin-top: 0;
  margin-left: 1em;
}
.o-casesList__item p {
  margin-top: 5px;
}
.o-casesList__item p.idt {
  margin-left: 1em;
}
.o-casesList__explanation {
  border: 1px solid #e2e2e2;
  background-color: #dcf1f7;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.o-casesList__img {
  width: 100%;
}
.o-casesList__explanation h4 {
  text-align: center;
}
.o-casesList__profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.o-casesList__profile__img {
  width: 20%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.o-casesList__profile__text {
  flex-basis: 77%;
}
.o-casesList__profile__text strong {
  font-weight: bold;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .o-casesList {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .o-casesList__item {
    width: 100%;
  }
  .o-casesList__profile__img {
    width: 30%;
  }
  .o-casesList__profile__text {
    flex-basis: 67%;
  }
}

/* ***************************
o-txtImage
*************************** */
.o-txtImage {
  display: flex;
  gap: 20px;
}
.o-txtImage__text {
  flex-grow: 1;
}
.o-txtImage__image {
  display: block;
  flex-shrink: 0;
  max-width: 50%;
}
.o-txtImage + .o-txtImage {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .o-txtImage {
    flex-direction: column;
  }
  .o-txtImage__image {
    max-width: none;
  }
}

/* ***************************
u-align
*************************** */
.u-alignLeft {
  text-align: left;
}

.u-alignRight {
  text-align: right;
}

.u-alignCenter {
  text-align: center;
}

/* ***************************
u-padding
*************************** */
/* ***************************
u-pcAndTabMid
*************************** */
.u-pcAndTabMid {
  display: inline-block;
}
@media screen and (max-width: 934px) {
  .u-pcAndTabMid {
    display: none;
  }
}

/* ***************************
u-pcOnly
*************************** */
.u-pcOnly {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

/* ***************************
u-spOnly
*************************** */
.u-spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inline-block;
  }
}

/* ***************************
u-tabMidAndSp
*************************** */
.u-tabMidAndSp {
  display: none;
}
@media screen and (max-width: 934px) {
  .u-tabMidAndSp {
    display: inline-block;
  }
}

/* ***************************
u-bold
*************************** */
.u-bold {
  color: currentColor;
  font-weight: bold;
}

/* ***************************
o-accordion
*************************** */
.o-accordion {
  border: solid 1px #333;
}
.o-accordion + .o-accordion {
  margin-top: 37px;
}
.o-accordion__head button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px 18px 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
  color: #000;
  background-color: transparent;
  border: none;
}
.o-accordion__head button::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1rem;
  font-weight: 500;
  right: 27px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.o-accordion__head--close button::after {
  transform: rotate(90deg);
}
.o-accordion__content {
  display: none;
  padding: 36px 30px 40px;
}
@media screen and (max-width: 767px) {
  .o-accordion + .o-accordion {
    margin-top: 18px;
  }
  .o-accordion__content {
    display: none;
    padding: 18px 15px 20px;
  }
}
.o-cases .o-heading2 {
  font-size: 27px;
}
.o-cases .o-heading3 {
  font-size: 24px;
}
.o-casesThumb {
  display: flex;
  color: #000;
  text-decoration: none;
  align-items: center;
  background-color: #F8F9FA;
}
.o-casesThumb:hover .o-casesThumb__date {
  color: #e79c4c;
}
.o-casesThumb__img {
  flex-shrink: 0;
  max-width: 50%;
}
.o-casesThumb__text {
  background-color: #F8F9FA;
  padding: 36px 33px;
}
.o-casesThumb__head {
  font-size: 1.5rem;
}
.o-casesThumb__date {
  font-size: 1rem;
  color: #5B5B5B;
  transition: color 0.2s;
}
* + .o-casesThumb__date {
  margin-top: 10px;
}
.o-casesThumb__lead {
  font-size: 0.875rem;
}
* + .o-casesThumb__lead {
  margin-top: 15px;
}
.o-cases__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 499px));
  column-gap: 32px;
  row-gap: 25px;
  justify-content: center;
}
* + .o-cases__list {
  margin-top: 34px;
}
.o-casesItem {
  display: block;
  text-decoration: none;
}
.o-casesItem:hover .o-casesItem__title,
.o-casesItem:hover .o-casesItem__date,
.o-casesItem:hover .o-casesItem__lead {
  color: #e79c4c;
}
.o-casesItem__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  transition: color 0.2s;
}
* + .o-casesItem__title {
  margin-top: 10px;
}
.o-casesItem__date {
  color: #5B5B5B;
  transition: color 0.2s;
}
* + .o-casesItem__date {
  margin-top: 5px;
}
.o-casesItem__lead {
  color: #000;
  transition: color 0.2s;
}
* + .o-casesItem__lead {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .o-cases .o-heading2 {
    font-size: 20px;
  }
  .o-cases .o-heading3 {
    font-size: 18px;
  }
  .o-casesThumb {
    flex-direction: column;
  }
  .o-casesThumb__img {
    max-width: none;
  }
  .o-casesThumb__img  img {
    width: 100%;
  }
  .o-casesThumb__head {
    font-size: 1.25rem;
  }
  .o-casesThumb__text {
    font-size: 0.875rem;
    padding: 24px 16px;
  }
  .o-casesThumb__lead {
    font-size: 0.875rem;
  }
  .o-cases__list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .o-casesItem {
    margin: auto;
  }
  .o-casesItem img {
    width: 100%;
  }
  .o-casesItem__img img {
    width: 100%;
  }
  .o-casesItem__title {
    font-size: 1rem;
  }
  .o-casesItem__date {
    font-size: 0.875rem;
  }
  .o-casesItem__lead {
    font-size: 0.875rem;
  }
}