@charset "UTF-8";
/* -------------------------------
 *  global layout reset
 * ---------------------------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before,
*:after {
  text-decoration: inherit;
  vertical-align: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* -------------------------------
 *  element style reset
 * ---------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  border-style: none;
}

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

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

img {
  height: auto;
  border: none;
  border-style: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ul,
ol {
  list-style: none;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

blockquote,
q {
  quotes: none;
}

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

textarea {
  resize: none;
}

input,
select {
  vertical-align: middle;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.tx-c {
  text-align: center !important;
}

.tx-l {
  text-align: left !important;
}

.tx-r {
  text-align: right !important;
}

.pc-only {
  display: none;
}

/* スマホ以外ではリンク無効 */
@media (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
/* -------------------------------
 *  default style
 * ---------------------------- */
/* -------------------------------
 *  hover style
 * ---------------------------- */
/* -------------------------------
 *  screen size & breakpoint
 * ---------------------------- */
/* -------------------------------
 *  font family
 * ---------------------------- */
/* -------------------------------
 *  space size
 * ---------------------------- */
/* -------------------------------
 *  font size
 * ---------------------------- */
/* -------------------------------
 *  line spacing
 * ---------------------------- */
/* -------------------------------
 *  kerning
 * ---------------------------- */
/* -------------------------------
 *  layer order
 * ---------------------------- */
/* -------------------------------
 *  Yu Gothic
 * ---------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* -------------------------------
 *  Helvetica Neue
 * ---------------------------- */
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* -------------------------------
 *  media query
 * ---------------------------- */
/* -------------------------------
 *  hack
 * ---------------------------- */
/* -------------------------------
 *  easing transition
 * ---------------------------- */
/* -------------------------------
 *  typography
 * ---------------------------- */
/* -------------------------------
 *  color scheme
 * ---------------------------- */
/* -------------------------------
 *  UI color
 * ---------------------------- */
/* -------------------------------
 *  SNS brand color
 * ---------------------------- */
/* -------------------------------
 *  file import
 * ---------------------------- */
/* -------------------------------
 *  html body
 * ---------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
html body {
  width: inherit;
  height: inherit;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 544px) {
  html body {
    font-size: 2.5735294118vw;
  }
}
@media (max-width: 480px) {
  html body {
    font-size: 1.4rem;
  }
}

.l-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.l-wrap-md {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-wrap-sm {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.l-fv {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: block;
  display: block;
  position: relative;
  background-image: url("../images/fv_bg.jpg");
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
}
.l-fv .title {
  width: 100%;
  max-width: 300px;
  padding-top: 60px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.l-fv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-fv-inner .l-fv-inner-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-fv-inner .l-fv-inner-head p {
  width: 94%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #ffffffe6;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}
.l-fv-inner .u-timetable {
  margin: 0 auto 40px;
}

.mv-btn {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .l-fv {
    width: 100%;
    height: 840px;
    text-align: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-fv .title {
    width: 100%;
    max-width: 582px;
    margin-bottom: 0;
  }

  .l-fv-inner {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-fv-inner > div {
    margin: 0 60px;
  }

  .l-fv-inner .l-fv-inner-head p {
    width: 100%;
    font-size: 2.8rem;
  }

  .l-fv-inner .u-timetable {
    margin: 0 auto;
  }
}
/* -------------------------------
 *  header
 * ---------------------------- */
header {
  width: 100%;
}

.l-header {
  height: 78px;
  padding: 0 15px;
}

.header-logo {
  width: 108px;
  display: block;
}

.l-header h1 {
  text-align: center;
  font-size: 2rem;
}

.l-header .cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-header .cta ul li {
  line-height: 120%;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .cta ul li span {
  display: block;
  font-size: 1.2rem;
}

.l-header .cta-tel {
  margin-right: 15px;
}
.l-header .cta-tel img {
  width: 22px;
  margin-right: 5px;
}

@media screen and (min-width: 1080px) {
  .l-header {
    height: 184px;
    padding: 0 5%;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-logo {
    width: 200px;
    display: block;
  }
}
/* -------------------------------
 *  footer
 * ---------------------------- */
footer {
  width: 100%;
  margin-top: 60px;
}

.l-footer {
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .footer-logo {
  margin-bottom: 40px;
}
.l-footer h1 {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.l-footer .info {
  margin-bottom: 20px;
}
.l-footer .cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-footer .cta ul li {
  line-height: 120%;
  font-weight: bold;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .cta ul li span {
  display: block;
  font-size: 1.2rem;
}
.l-footer .cta-tel {
  margin-right: 15px;
}
.l-footer .cta-tel img {
  width: 22px;
  margin-right: 5px;
}
.l-footer .u-timetable {
  margin-bottom: 20px;
}

.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 auto;
}
.l-footer-nav ul li {
  text-align: center;
  border-top: 1px solid #E3ECF2;
  border-left: 1px solid #E3ECF2;
  border-right: 1px solid #E3ECF2;
  width: 50%;
  padding: 4px 0;
}
.l-footer-nav ul li a {
  display: block;
}
.l-footer-nav ul li:nth-child(2n) {
  border-left: none;
}
.l-footer-nav ul li:nth-last-child(-n+3) {
  border-bottom: 1px solid #E3ECF2;
}

.copy {
  margin-top: 60px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  color: white;
  background-color: #0B1939;
}

.footer_link {
  width: 100%;
  padding: 0 30px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 1080px) {
  .l-footer {
    height: 148px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer .footer-logo {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .l-footer h1 {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
  .l-footer .info {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .l-footer .cta ul li {
    line-height: 120%;
    font-size: 2.6rem;
  }
  .l-footer .cta-tel {
    margin-right: 20px;
  }
  .l-footer .cta-tel img {
    width: 26px;
    margin-right: 5px;
  }
  .l-footer .u-timetable {
    margin-bottom: 20px;
  }

  .l-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-nav ul li {
    text-align: center;
    border: none;
    width: auto;
    padding: 4px 10px;
  }
  .l-footer-nav ul li a {
    display: block;
  }
  .l-footer-nav ul li:nth-child(2n) {
    border-left: none;
  }
  .l-footer-nav ul li:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .copy {
    margin-top: 20px;
  }
}
/* -------------------------------
 *  aside
 * ---------------------------- */
/* -------------------------------
 *  nav
 * ---------------------------- */
nav.menu {
  overflow-y: scroll;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: white;
  color: black;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  padding-bottom: 30px;
}

nav.menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.menu ul li {
  font-size: 1.65rem;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.menu ul li a {
  text-decoration: none;
  display: inline-block;
  color: black;
  margin: 0.6em 0;
}

nav.menu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.menu__button {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 88px;
  height: 78px;
  cursor: pointer;
  z-index: 3;
  background: #0089FF;
  text-align: center;
}

.menu__button span {
  display: block;
  position: absolute;
  width: 28px;
  border-bottom: solid 3px white;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  left: 30px;
}

.menu__button span:nth-child(1) {
  top: 28px;
}

.menu__button span:nth-child(2) {
  top: 38px;
}

.menu__button span:nth-child(3) {
  top: 48px;
}

.menu__button.active span:nth-child(1) {
  top: 36px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__button.active span:nth-child(2),
.menu__button.active span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu h2 {
  margin: 40px auto 20px;
}

.sp-wrap a {
  display: block;
  margin-top: 30px;
}

@media (min-width: 1080px) {
  .menu__button {
    display: none;
  }

  nav.menu {
    overflow-y: hidden;
    z-index: 0;
    height: 80px;
    position: relative;
    background: #0089FF;
    color: black;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 0;
    transition: 0;
    width: 100%;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    margin: 0 auto;
  }
  nav.menu ul li {
    border: none;
    padding: 0 10px;
  }
  nav.menu ul li a {
    color: #fff;
  }
}
/* -------------------------------
 *  breadcrumb
 * ---------------------------- */
#breadcrumb {
  margin: 0;
  padding: 0;
}

#breadcrumb ol {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#breadcrumb ol li {
  font-size: 1.2rem;
}
#breadcrumb ol li::after {
  content: ">";
  padding: 0 0.2em;
}
#breadcrumb ol li:last-child:after {
  content: "";
}
#breadcrumb ol li a {
  text-decoration: none;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* -------------------------------
 *  html elements
 * ---------------------------- */
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

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

/* -------------------------------
 *  parts styles
 * ---------------------------- */
.link_mau {
  position: absolute;
  top: 10%;
  right: 0;
}
.link_mau:hover {
  opacity: 0.6;
}

@media (max-width: 1080px) {
  .link_mau {
    display: none;
  }
}
/* -------------------------------
 *  common
 * ---------------------------- */
.top-sec3 h2,
.top-sec4 h2,
.g_calendar h2 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}

/* -------------------------------
 *  01_home
 * ---------------------------- */
.top_topics {
  background-color: #EEF7FF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top_topics h3 {
  text-decoration: underline;
}
.top_topics > div {
  padding: 0 15px;
}
.top_topics > div dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_topics > div dl dt {
  font-size: 1.2rem;
}
.top_topics > div dl dd {
  font-size: 1.3rem;
  text-align: justify;
}
.top_topics > div dl dd h4 {
  font-size: 1.5rem;
}

@media screen and (min-width: 1080px) {
  .top_topics {
    color: #0B1939;
  }
  .top_topics h3 {
    text-decoration: underline;
  }
  .top_topics > div {
    padding: 0 15px;
  }
  .top_topics > div dl {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top_topics > div dl dt {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    font-size: 1.4rem;
  }
  .top_topics > div dl dd {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    font-size: 1.3rem;
    text-align: justify;
  }
  .top_topics > div dl dd h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.top-sec1 {
  padding: 40px 30px;
  text-align: center;
}
.top-sec1 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0B1939;
}
.top-sec1 p {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
}

@media screen and (min-width: 1080px) {
  .top-sec1 {
    height: 340px;
    background-image: url("../images/top-sec1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 140px;
  }
  .top-sec1 h2 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top-sec1 p {
    width: auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 180%;
  }
}
.top-sec2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.top-sec2-inner .pht {
  width: 300px;
  margin: 0 auto 60px;
  border-radius: 8px;
}
.top-sec2-inner .txt {
  padding: 15px;
  color: #fff;
  text-align: center;
  background-color: #0089FF;
  padding-bottom: 30px;
}
.top-sec2-inner .txt span {
  text-align: center;
}
.top-sec2-inner .txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-sec2-inner .txt ol {
  max-width: 380px;
  margin: 0 auto 20px;
  text-align: left;
}
.top-sec2-inner .txt ol li {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 240%;
  position: relative;
}
.top-sec2-inner .txt ol li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/i_check.svg) no-repeat;
  background-size: contain;
}
.top-sec2-inner .txt p {
  margin: 0 auto;
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  .top-sec2 {
    background-color: #0089FF;
    position: relative;
    margin-bottom: 100px;
  }
  .top-sec2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 600px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0089FF transparent transparent transparent;
    border-width: 60px 120px 0 120px;
  }

  .top-sec2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sec2-inner .pht {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 8px;
  }
  .top-sec2-inner .txt {
    margin-top: 30px;
    padding: 15px;
    color: #fff;
    text-align: center;
    background-color: #0089FF;
    padding-bottom: 30px;
  }
  .top-sec2-inner .txt span {
    text-align: center;
  }
  .top-sec2-inner .txt h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto;
  }
  .top-sec2-inner .txt ol {
    max-width: 380px;
    margin: 0 auto 20px;
    text-align: left;
  }
  .top-sec2-inner .txt ol li {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 240%;
    position: relative;
  }
  .top-sec2-inner .txt ol li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/i_check.svg) no-repeat;
    background-size: contain;
  }
}
.top-sec3 ul {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-sec3 ul li {
  max-width: 368px;
  text-align: center;
  margin: 10px auto 30px;
}
.top-sec3 ul li .thumbnail {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 20px;
}
.top-sec3 ul li .thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.top-sec3 ul li h3 {
  font-size: 2rem;
  line-height: 160%;
  margin-bottom: 10px;
}
.top-sec3 ul li p {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .top-sec3 ul {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-sec3 ul li {
    width: calc((100% / 3) - 10px);
    margin: 10px;
    text-align: center;
  }
  .top-sec3 ul li .thumbnail {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .top-sec3 ul li .thumbnail img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .top-sec3 ul li h3 {
    font-size: 2rem;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .top-sec3 ul li p {
    text-align: justify;
  }
}
.top-sec4_inner a.btn-w {
  margin: 0 auto 60px;
}
.top-sec4_inner .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-sec4_inner .movie li {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .top-sec4_inner {
    margin-bottom: 60px;
  }
  .top-sec4_inner .movie {
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-sec4_inner .movie li {
    width: calc((100% / 2 ) - 20px);
    max-width: 540px;
    margin: 20px auto;
  }
}
/* -------------------------------
 *  common
 * ---------------------------- */
/* -------------------------------
 *  about
 * ---------------------------- */
#about .sec1 {
  margin-top: 40px;
  padding: 0 30px;
}
#about .sec1 .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .sec1 .u-flex > div {
  margin-bottom: 30px;
}

#about .sec1 .pht {
  text-align: center;
}
#about .sec1 .pht img {
  width: 100%;
  max-width: 390px;
}

#about .sec1 .txt {
  line-height: 180%;
}
#about .sec1 .txt h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#about .sec1 .txt .owner {
  text-align: right;
  font-size: 2rem;
}
#about .sec1 .txt .owner span {
  display: block;
  font-size: 1.2rem;
}
#about .sec1 .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
}
#about .sec1 .txt dl dt {
  width: 84px;
  padding: 0 4px;
  border-radius: 3px;
  text-align: center;
  background-color: #0089FF;
  color: #fff;
  margin-right: 10px;
}
#about .sec1 .txt dl dd {
  line-height: 200%;
  font-size: 1.5rem;
}

#about .sec2 {
  margin-top: 40px;
  padding: 0 30px;
}
#about .sec2 .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .sec2 .u-flex > div {
  margin-bottom: 30px;
}

#about .sec2 .pht {
  text-align: center;
}
#about .sec2 .pht img {
  width: 100%;
  max-width: 390px;
}

#about .sec2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#about .sec2 dl dt {
  width: 30%;
  padding: 0 4px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#about .sec2 dl dd {
  width: calc(70% - 10px);
  line-height: 200%;
  font-size: 1.5rem;
}

#about .gmap {
  margin: 60px 0;
}

@media screen and (min-width: 980px) {
  #about .sec1 {
    margin-top: 40px;
    padding: 0 30px;
  }
  #about .sec1 .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #about .sec1 .u-flex .pht {
    width: 50%;
  }
  #about .sec1 .u-flex .txt {
    width: 50%;
  }
  #about .sec1 .u-flex .txt h2 {
    font-size: 2.4rem;
    line-height: initial;
    margin-bottom: 10px;
  }
  #about .sec1 .u-flex .txt .owner {
    margin-top: 20px;
  }

  #about .sec2 {
    margin-top: 0px;
  }
  #about .sec2 .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #about .sec2 .u-flex > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .sec2 dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: bold;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #about .sec2 dl dt {
    width: 30%;
    padding: 0 4px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #about .sec2 dl dd {
    width: calc(70% - 10px);
    line-height: 200%;
    font-size: 1.5rem;
  }
}
/* -------------------------------
 *  flow
 * ---------------------------- */
#flow .sec1 {
  margin-top: 40px;
  padding: 0 30px;
}
#flow .sec1 .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#flow .sec1 .u-flex dt {
  width: 100%;
  max-width: 66px;
}
#flow .sec1 .u-flex dt span {
  width: 52px;
  height: 52px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  background-color: #0089FF;
  border-radius: 8px;
}
#flow .sec1 .u-flex dd {
  width: calc(100% - 66px);
  margin-bottom: 30px;
}
#flow .sec1 .u-flex dd h4 {
  font-size: 1.8rem;
}

/* -------------------------------
 *  treatment
 * ---------------------------- */
.treatment {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: scroll;
  width: 90%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.treatment .sec {
  margin-top: 30px;
}
.treatment table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}
.treatment table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
}
.treatment table th, .treatment table td {
  padding: 0.5em 10px 0.5em 1em;
  border-right: 1px solid #bbb;
}
.treatment table th {
  width: 120px;
  text-align: center;
  line-height: 120%;
}
.treatment table th span {
  font-size: 1.2rem;
}
.treatment table td {
  text-align: center;
}
.treatment table .sec {
  background-color: #0089ff;
}

/* -------------------------------
 *  traffic
 * ---------------------------- */
.traffic .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.traffic .pht {
  margin: 0 auto 15px;
  text-align: center;
}
.traffic .txt {
  width: 100%;
  max-width: 480px;
  padding: 0 15px;
}
.traffic .txt article {
  margin-bottom: 20px;
}
.traffic .txt article h4 {
  font-size: 1.8rem;
}

@media screen and (min-width: 980px) {
  .traffic .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .traffic .txt {
    padding: 0 0 0 40px;
  }
}
/* -------------------------------
 *  care
 * ---------------------------- */
#care .sec {
  margin-top: 40px;
  padding: 0 30px;
  text-align: center;
}
#care .sec .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#care .sec .u-flex > div {
  width: 100%;
  margin-bottom: 30px;
}
#care .sec .u-flex > div h3 {
  margin-top: 10px;
  text-align: left;
  line-height: 140%;
}
#care .sec .u-flex > div h3 span {
  display: block;
}

@media screen and (min-width: 980px) {
  #care .sec .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #care .sec .u-flex > div {
    width: calc( 50% - 20px);
    margin: 10px;
  }
  #care .sec .u-flex > div h3 {
    margin-top: 10px;
    text-align: left;
    line-height: 140%;
  }
  #care .sec .u-flex > div h3 span {
    display: inline-block;
  }
}
/* -------------------------------
 *  voice
 * ---------------------------- */
#voice .sec {
  margin-top: 40px;
  padding: 0 15px;
}
#voice .sec .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#voice .sec .u-flex > div {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
  padding: 20px;
  background-color: #efefef;
  border-radius: 8px;
}
#voice .sec .u-flex .man {
  background-color: #EFF8FB;
}
#voice .sec .u-flex .man h3 {
  color: #0089FF;
}
#voice .sec .u-flex .woman {
  background-color: #FBF0EF;
}
#voice .sec .u-flex .woman h3 {
  color: #FF0066;
}

.voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.voice_head span {
  display: block;
  width: 100%;
  max-width: 66px;
  height: 66px;
  margin-right: 15px;
}
.voice_head > div {
  width: calc(100% - 66px);
}
.voice_head p:first-child {
  font-size: 1.2rem;
  line-height: 100%;
}
.voice_head h3 {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 130%;
}

@media screen and (min-width: 980px) {
  #voice .sec .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #voice .sec .u-flex > div {
    width: calc( 50% - 20px);
    margin: 10px;
  }
  #voice .sec .u-flex > div h3 {
    margin-top: 10px;
    text-align: left;
    line-height: 140%;
  }
  #voice .sec .u-flex > div h3 span {
    display: inline-block;
  }
}
/* -------------------------------
 *  contact
 * ---------------------------- */
#contact .sec {
  margin-top: 40px;
  padding: 0 30px;
}
#contact .sec h3 {
  margin-top: 10px;
  line-height: 140%;
}
#contact .sec h3 span {
  display: block;
}
#contact .sec h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
#contact .sec p:first-child {
  margin-bottom: 20px;
}
#contact .sec .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
#contact .sec .u-flex a {
  width: 100%;
  max-width: 380px;
  height: 98px;
  display: block;
}

/* -------------------------------
 *  common
 * ---------------------------- */
.g_map {
  width: 100%;
  height: 440px;
  margin: 50px 0;
}

/* -------------------------------
*  archive pages
* ---------------------------- */
/* -------------------------------
 *  common
 * ---------------------------- */
/* -------------------------------
 *  single pages
 * ---------------------------- */
/* -------------------------------
 *  text components
 * ---------------------------- */
.h2-title {
  font-size: 2.8rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1.5%;
  text-align: center;
}
.h2-title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.h2-title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.h3-title {
  font-size: 22px;
}

.p-title {
  width: 100%;
  height: 78px;
  padding-top: 20px;
  background-color: #E5F3FF;
  text-align: center;
}
.p-title h2 {
  font-size: 1.8rem;
}
.p-title h2 span {
  display: block;
  font-size: 1rem;
}

h3.pagetitle {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
  .p-title {
    width: 100%;
    height: 180px;
    padding-top: 60px;
    text-align: center;
  }
  .p-title h2 {
    font-size: 3rem;
    line-height: 140%;
  }
  .p-title h2 span {
    display: block;
    font-size: 1.3rem;
  }
}
/* -------------------------------
 *  heading components
 * ---------------------------- */
/* -------------------------------
 *  button components
 * ---------------------------- */
a.btn-w {
  width: 260px;
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #0089FF;
  border: 1px solid #0089FF;
  border-radius: 4px;
}

/* -------------------------------
 *  list components
 * ---------------------------- */
.u-timetable {
  width: 100%;
  max-width: 380px;
}
.u-timetable table, .u-timetable td, .u-timetable th {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.u-timetable table {
  background-color: #EBEBEB;
  line-height: 140%;
}
.u-timetable td, .u-timetable th {
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
}
.u-timetable th {
  background: #000000;
  color: #fff;
  padding: 4px 0;
}
.u-timetable th:first-of-type {
  width: 100px;
}
.u-timetable td {
  font-size: 1.5rem;
}
.u-timetable td:first-of-type {
  width: 100px;
}
.u-timetable td:first-of-type span {
  display: block;
  font-size: 1.2rem;
}
.u-timetable .even {
  background: #fbf8f0;
}
.u-timetable .odd {
  background: #fefcf9;
}

/* -------------------------------
 *  table components
 * ---------------------------- */
/* -------------------------------
 *  form components
 * ---------------------------- */
/* -------------------------------
 *  box components
 * ---------------------------- */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px) {
  .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* -------------------------------
 *  margin
 * ---------------------------- */
/* -- config ------------------ */
/* -- class name -------------- */
.mg-000 {
  margin: 0 !important;
}

.mgl-000 {
  margin-left: 0px !important;
}

.mgl-008 {
  margin-left: 8px !important;
}

.mgl-016 {
  margin-left: 16px !important;
}

.mgl-024 {
  margin-left: 24px !important;
}

.mgl-032 {
  margin-left: 32px !important;
}

.mgl-048 {
  margin-left: 48px !important;
}

.mgl-064 {
  margin-left: 64px !important;
}

.mgl-096 {
  margin-left: 96px !important;
}

.mgl-128 {
  margin-left: 128px !important;
}

.mgl-160 {
  margin-left: 160px !important;
}

.mgr-000 {
  margin-right: 0px !important;
}

.mgr-008 {
  margin-right: 8px !important;
}

.mgr-016 {
  margin-right: 16px !important;
}

.mgr-024 {
  margin-right: 24px !important;
}

.mgr-032 {
  margin-right: 32px !important;
}

.mgr-048 {
  margin-right: 48px !important;
}

.mgr-064 {
  margin-right: 64px !important;
}

.mgr-096 {
  margin-right: 96px !important;
}

.mgr-128 {
  margin-right: 128px !important;
}

.mgr-160 {
  margin-right: 160px !important;
}

.mgt-000 {
  margin-top: 0px !important;
}

.mgt-008 {
  margin-top: 0.8px !important;
}

.mgt-016 {
  margin-top: 1.6px !important;
}

.mgt-024 {
  margin-top: 2.4px !important;
}

.mgt-032 {
  margin-top: 32px !important;
}

.mgt-048 {
  margin-top: 48px !important;
}

.mgt-064 {
  margin-top: 64px !important;
}

.mgt-096 {
  margin-top: 96px !important;
}

.mgt-128 {
  margin-top: 128px !important;
}

.mgt-160 {
  margin-top: 160px !important;
}

.mgb-000 {
  margin-bottom: 0px !important;
}

.mgb-008 {
  margin-bottom: 8px !important;
}

.mgb-016 {
  margin-bottom: 16px !important;
}

.mgb-024 {
  margin-bottom: 24px !important;
}

.mgb-032 {
  margin-bottom: 32px !important;
}

.mgb-048 {
  margin-bottom: 48px !important;
}

.mgb-064 {
  margin-bottom: 64px !important;
}

.mgb-096 {
  margin-bottom: 96px !important;
}

.mgb-128 {
  margin-bottom: 128px !important;
}

.mgb-160 {
  margin-bottom: 160px !important;
}

/* -------------------------------
 *  padding
 * ---------------------------- */
/* -- config ------------------ */
/* -- class name -------------- */
.pd-000 {
  padding: 0 !important;
}

.pdl-000 {
  padding-left: 0px !important;
}

.pdl-008 {
  padding-left: 8px !important;
}

.pdl-016 {
  padding-left: 16px !important;
}

.pdl-024 {
  padding-left: 24px !important;
}

.pdl-032 {
  padding-left: 32px !important;
}

.pdl-048 {
  padding-left: 48px !important;
}

.pdl-064 {
  padding-left: 64px !important;
}

.pdl-096 {
  padding-left: 96px !important;
}

.pdl-128 {
  padding-left: 128px !important;
}

.pdl-160 {
  padding-left: 160px !important;
}

.pdr-000 {
  padding-right: 0px !important;
}

.pdr-008 {
  padding-right: 8px !important;
}

.pdr-016 {
  padding-right: 16px !important;
}

.pdr-024 {
  padding-right: 24px !important;
}

.pdr-032 {
  padding-right: 32px !important;
}

.pdr-048 {
  padding-right: 48px !important;
}

.pdr-064 {
  padding-right: 64px !important;
}

.pdr-096 {
  padding-right: 96px !important;
}

.pdr-128 {
  padding-right: 128px !important;
}

.pdr-160 {
  padding-right: 160px !important;
}

.pdt-000 {
  padding-top: 0px !important;
}

.pdt-008 {
  padding-top: 0.8px !important;
}

.pdt-016 {
  padding-top: 1.6px !important;
}

.pdt-024 {
  padding-top: 2.4px !important;
}

.pdt-032 {
  padding-top: 32px !important;
}

.pdt-048 {
  padding-top: 48px !important;
}

.pdt-064 {
  padding-top: 64px !important;
}

.pdt-096 {
  padding-top: 96px !important;
}

.pdt-128 {
  padding-top: 128px !important;
}

.pdt-160 {
  padding-top: 160px !important;
}

.pdb-000 {
  padding-bottom: 0px !important;
}

.pdb-008 {
  padding-bottom: 8px !important;
}

.pdb-016 {
  padding-bottom: 16px !important;
}

.pdb-024 {
  padding-bottom: 24px !important;
}

.pdb-032 {
  padding-bottom: 32px !important;
}

.pdb-048 {
  padding-bottom: 48px !important;
}

.pdb-064 {
  padding-bottom: 64px !important;
}

.pdb-096 {
  padding-bottom: 96px !important;
}

.pdb-128 {
  padding-bottom: 128px !important;
}

.pdb-160 {
  padding-bottom: 160px !important;
}

/* -------------------------------
 *  file import (Foundation)
 * ---------------------------- */
/* -------------------------------
*  file import (Layout)
* ---------------------------- */
/* ------------------------------
*  file import (Object_Component)
* ---------------------------- */
/* -------------------------------
*  file import (Object_Project)
* ---------------------------- */
/* -------------------------------
*  file import (Object_Utility)
* ---------------------------- */