@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.75; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media screen and (max-width: 780px) {
  body {
    overflow-x: hidden;
  }
}

body {
  margin: 0;
}

body.no-touch {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}

body.enquete .main-main {
  padding-bottom: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

.bold {
  font-weight: bold;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .br_pc {
    display: none;
  }
}

.d_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .d_sp {
    display: block;
  }
}

.d_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .d_pc {
    display: none;
  }
}

.ggmap iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 1.4;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0003CB;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0003CB !important;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/******************************************
               wp
*******************************************/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #F3F3F3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 85.714%;
  padding: 3px 4px 5px;
  margin: 0;
}

.indexpage {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1285px) {
  .indexpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.indexpage h1 {
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.indexpage > ul > li {
  padding: 1em;
  border-bottom: 1px dashed #ddd;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.5em;
}
.indexpage > ul > li:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/arrow01.svg) left center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  position: absolute;
  top: 0;
  left: 0;
}
.indexpage > ul > li a {
  font-size: 1.125rem;
}
.indexpage ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.indexpage ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
.indexpage ol img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border: 1px solid #ddd;
}
@media screen and (max-width: 780px) {
  .indexpage ol img {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 780px) {
  .indexpage {
    width: calc(100vw - 40px);
    margin: 40px auto;
    padding: 30px 20px;
  }
}

.mt40 {
  margin-top: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  height: 100px;
}
.header-spacer {
  height: 100px;
}
@media screen and (max-width: 780px) {
  .header-spacer {
    height: 70px;
  }
}
.header-left {
  padding-left: 20px;
  margin-right: 20px;
}
.header-left h1 a img {
  height: 43px;
}
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-right-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header-right-bnr a img {
  height: 30px;
}
.header-right-bnr a:nth-child(1) svg {
  background-color: rgba(0, 3, 203, 0.75);
}
.header-right-bnr a:nth-child(2) svg {
  background-color: rgba(0, 3, 203, 0.75);
}
.header-right-bnr a:nth-child(3) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 1020px) {
  .header-right-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
  }
  .header-right-bnr a:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
  .header-right-bnr a:nth-child(2) img {
    height: 15px;
  }
}
.header-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  z-index: 7;
}
.header-nav > ul > li > a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 110px;
  color: #333;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 9;
}
.header-nav > ul > li > a > img {
  width: 2.5em;
  height: 2.5em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.header-nav > ul > li > a > span {
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-0.25em);
          transform: translateX(-0.25em);
}
.header-nav > ul > li > a > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arow_nav.svg) center no-repeat;
  background-size: contain;
}
.header-nav > ul > li > a:hover {
  background-color: #0003CB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
  opacity: 1 !important;
}
.header-nav > ul > li > a:hover > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arow_nav_W.svg) center no-repeat;
  background-size: contain;
}
.header-nav > ul > li:nth-child(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.header-nav > ul > li:last-child > a {
  border-right: 1px solid #ccc;
}
.header-nav > ul > li.contacts {
  width: 170px;
}
.header-nav > ul > li.contacts > a {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  color: #333;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 9;
  background-color: #0003CB;
  color: #fff;
  padding: 0 1.75em;
}
.header-nav > ul > li.contacts > a img {
  height: 1.25em;
  margin: 0;
}
.header-nav > ul > li.contacts > a:hover {
  color: #fff !important;
}
@media screen and (max-width: 920px) {
  .header-nav > ul > li.contacts > a {
    width: 100px;
  }
  .header-nav > ul > li.contacts > a img {
    height: 2em;
  }
  .header-nav > ul > li.contacts > a span {
    display: none;
  }
}
.header-nav > ul > li .mega-menu {
  position: absolute;
  width: 100%;
  top: 99px;
  left: 0;
  background: rgba(0, 3, 203, 0.95);
  color: #fff;
  z-index: -1;
  padding: 30px 20px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #dbf1ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav > ul > li .mega-menu:before {
  content: "";
  display: block;
  width: 100vw;
  height: 120px;
  position: absolute;
  top: -120px;
  left: 0;
}
.header-nav > ul > li .mega-menu .tits h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 32px;
}
.header-nav > ul > li .mega-menu .tits h3 span {
  font-size: 15px;
}
.header-nav > ul > li .mega-menu .infos {
  margin-left: 5em;
  padding-left: 2em;
  border-left: 1px solid #ccc;
}
.header-nav > ul > li .mega-menu .infos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header-nav > ul > li .mega-menu .infos ul li {
  width: 200px;
}
.header-nav > ul > li .mega-menu .infos ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-nav > ul > li .mega-menu .infos ul li a .imgs {
  position: relative;
}
.header-nav > ul > li .mega-menu .infos ul li a .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.header-nav > ul > li .mega-menu .infos ul li a .imgs img, .header-nav > ul > li .mega-menu .infos ul li a .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.header-nav > ul > li .mega-menu .infos ul li a .imgs img {
  border-radius: 20px;
}
.header-nav > ul > li .mega-menu .infos ul li a h4 {
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
.header-nav > ul > li:hover > .mega-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
@media screen and (max-width: 780px) {
  .header {
    display: none;
  }
}

.sp_nav {
  display: none;
}
.sp_nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .sp_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 90;
    width: 100%;
    background: #0003CB;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100svh;
    overflow-y: auto;
    padding: 80px 30px 80px;
  }
  .sp_nav__logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .sp_nav__logo a img {
    height: 35px;
  }
  .sp_nav__bnr {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .sp_nav__bnr a img {
    height: 50px;
  }
  .sp_nav__bnr a:nth-child(3) {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .sp_nav > ul .togglelist:after {
    display: none;
  }
  .sp_nav > ul > li {
    position: relative;
    background-color: #1013b3;
  }
  .sp_nav > ul > li:nth-child(even) {
    background-color: #181bc0;
  }
  .sp_nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.2em 1em;
    color: #fff !important;
    font-size: 16px;
    pointer-events: auto;
  }
  .sp_nav > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_arw03.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3em;
  }
  .sp_nav > ul > li label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5em;
    z-index: 9;
    cursor: pointer;
    pointer-events: auto !important;
  }
  .sp_nav > ul > li .ocbutton {
    display: none;
    cursor: pointer;
  }
  .sp_nav > ul > li .ocbutton + label {
    cursor: pointer;
    pointer-events: auto !important;
  }
  .sp_nav > ul > li .ocbutton + label:hover { /* マウスがボタンの上にある時 */ }
  .sp_nav > ul > li .ocbutton + label:before { /* 非表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_plus.svg) center no-repeat;
    background-size: contain;
    top: 22px;
    right: 0;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav > ul > li .ocbutton:checked + label:before { /* 表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_minus.svg) center no-repeat;
    background-size: contain;
    top: 22px;
    right: 0;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav > ul > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 3em;
    padding-bottom: 1em;
  }
  .sp_nav > ul > li ul li {
    line-height: 1.75;
    margin-bottom: 0.2em;
    width: 100%;
  }
  .sp_nav > ul > li ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    pointer-events: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_nav > ul > li ul li a:before {
    content: "";
    width: 12px;
    height: 1px;
    display: inline-block;
    background: #fff;
    background-size: contain;
    margin-right: 0.3em;
  }
  .sp_nav .wraps-lang {
    background-color: #fff;
    margin-top: 40px;
    font-size: 12px;
    position: relative;
  }
  .sp_nav .wraps-lang:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    color: #0003CB;
    pointer-events: none;
  }
  .sp_nav .wraps-lang select {
    width: 100%;
    width: 120px;
    height: 40px;
    padding: 0 10px;
  }
  .sp_nav .wraps-lang select:hover {
    cursor: pointer;
  }
}

.sp_header {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_header {
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
  }
  .sp_header__logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: calc(100% - 70px);
    background-color: #fff;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .sp_header__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_header__logo a img {
    height: 31px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .sp_header .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0003CB;
    color: #fff;
  }
  .sp_header .menu-btn p {
    color: #0003CB;
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: auto;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .sp_header .menu-btn span {
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 500px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_header .menu-btn span:nth-child(1) {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .sp_header .menu-btn span:nth-child(1).open {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .sp_header .menu-btn span:nth-child(2) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .sp_header .menu-btn span:nth-child(2).open {
    opacity: 0;
  }
  .sp_header .menu-btn span:nth-child(3) {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .sp_header .menu-btn span:nth-child(3).open {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

.mv {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  margin-bottom: 80px;
}
.mv ul li {
  position: relative;
}
.mv ul li .txts {
  position: absolute;
  z-index: 2;
  left: 100px;
  top: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5em;
}
.mv ul li .txts span {
  display: inline-block;
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mv ul li .bg img {
  width: 100%;
  height: calc(100dvh - 100px);
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .mv {
    margin-bottom: 60px;
  }
  .mv ul li .txts {
    left: 0px;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
  .mv ul li .txts span {
    font-size: 27px;
  }
  .mv ul li .bg img {
    height: 400px;
    min-height: auto;
  }
}

.low-header {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #1013b3;
  padding: 0;
  position: relative;
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.low-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 3, 203, 0.75);
}
.low-header:before {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: 45px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  z-index: 9;
}
.low-header h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 9;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.low-header h1 span {
  font-size: 0.5em;
}
@media screen and (max-width: 780px) {
  .low-header {
    height: 160px;
  }
  .low-header:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    z-index: 9;
  }
  .low-header h1 {
    font-size: 28px;
    -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
  }
}

footer {
  background-color: #F7f7f7;
  position: relative;
  font-size: 16px;
}

.footer {
  padding: 100px 20px;
}
.footer .inner {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer .inner:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: calc(33.3333333333% + 0px);
}
.footer .inner:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: calc(33.3333333333% + 0px);
}
.footer .inner > div {
  width: 33.3333333333%;
}
.footer-col01 {
  padding-right: 40px;
}
.footer-col01 .logos {
  margin-bottom: 20px;
}
.footer-col01 .logos img {
  height: 30px;
}
.footer-col02 {
  padding: 0 40px;
}
.footer-col03 {
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer-col03 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
}
.footer-col03 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.footer-col03 ul li a::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/common/ico_arow_nav.svg) center no-repeat;
  background-size: contain;
  margin-top: 0.25em;
}
@media screen and (max-width: 780px) {
  .footer {
    padding: 60px 30px;
  }
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .inner > div {
    width: 100%;
  }
  .footer .inner:before {
    display: none;
  }
  .footer .inner:after {
    display: none;
  }
  .footer-col01 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .footer-col02 {
    width: 100%;
    padding: 0;
  }
  .footer-col03 {
    display: none;
  }
}

.copyright {
  background-color: #0003CB;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: 15px;
}

#pagetop {
  position: fixed;
  right: 1%;
  bottom: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop a img {
  width: 80px;
}
@media screen and (max-width: 780px) {
  #pagetop {
    display: none;
  }
}

.inner {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1285px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .inner {
    padding: 0;
  }
}

body {
  overflow-x: hidden;
}

main {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1285px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div[id] {
  margin-top: -155px;
  padding-top: 155px;
}
main .anchor {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  main > div[id] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .br_pc {
    display: none;
  }
}

.btn_01 a {
  display: block;
  width: 240px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  color: #0003CB;
  border: 1px solid #0003CB;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01 a:before {
  content: "";
  background: url(../images/common/ico_arow_nav.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_01 a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0003CB;
  color: #fff !important;
  opacity: 1 !important;
}
.btn_01 a:hover:before {
  content: "";
  background: url(../images/common/ico_arow_nav_W.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .btn_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_01 a {
    width: 100%;
  }
}

.btn_02 a {
  display: block;
  width: 260px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0003CB;
  border: 1px solid #0003CB;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.btn_02 a:before {
  content: "";
  background: url(../images/common/ico_arow_nav_W.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_02 a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  color: #0003CB !important;
  opacity: 1 !important;
}
.btn_02 a:hover:before {
  content: "";
  background: url(../images/common/ico_arow_nav.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .btn_02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_02 a {
    width: 100%;
  }
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.slick-wraps > .slick-dots {
  width: auto;
}

.tit01 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #0003CB;
  margin-bottom: 50px;
}
.tit01 span {
  font-size: 24px;
  color: #333;
  display: block;
  line-height: 1;
  margin-top: 0.5em;
}
@media screen and (max-width: 780px) {
  .tit01 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .tit01 span {
    font-size: 16px;
  }
}

.tit02 {
  text-align: center;
  font-size: 40px;
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 50px;
  line-height: 1.3;
}
.tit02:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #0003CB;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 780px) {
  .tit02 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.temp-txt01 {
  margin-bottom: 20px;
}

.temp-link01 {
  margin-bottom: 20px;
}
.temp-link01 a:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/ico_arw01.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.temp-tbl {
  overflow-x: auto;
}
.temp-tbl table {
  width: 100%;
  min-width: 900px;
}
.temp-tbl table tr td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0.5em;
  font-size: 14px;
}
.temp-tbl table tr td.bg01 {
  background-color: #fdf8f9;
  font-weight: bold;
}
.temp-tbl table tr td.op0 {
  opacity: 0;
  border: 0;
}
.temp-tbl .ul01 {
  margin-left: 2em;
}
@media screen and (max-width: 780px) {
  .temp-tbl table {
    min-width: 700px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .mb80 {
    margin-bottom: 60px;
  }
}

.ul01 {
  list-style-type: disc;
  margin-left: 1.25em;
}
.ul01 > li {
  position: relative;
  margin-bottom: 0.25em;
  font-size: 1rem;
  text-align: left;
}
.ul01 > li > div {
  color: #333;
}
.ul01 > li .bikou {
  font-size: 0.875rem;
}
.ul01 > li a {
  color: #2aa7ec;
  text-decoration: underline;
}
.ul01 > li ul, .ul01 > li ol {
  margin: 10px 0;
}
.ul01 > li ul li, .ul01 > li ol li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.5em;
  font-size: 0.875rem;
  text-align: left;
}
.ul01.lh1-5 li {
  margin-bottom: 0.4em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.7;
}
.ul02 li:before {
  content: "※" !important;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}
.ul02 li a {
  color: #2aa7ec;
  text-decoration: underline;
}

.ol01 {
  list-style-type: decimal;
  margin-left: 1.25em;
}
.ol01 li {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1rem !important;
  padding-left: 0.25em !important;
}
.ol01 li:before {
  display: none !important;
}
.ol01 li .bikou {
  font-size: 0.875rem;
}
.ol01 li a {
  color: #2aa7ec;
  text-decoration: underline;
}

.dl01 {
  margin-bottom: 30px;
}
.dl01 > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 1.5em 0;
}
.dl01 > dl:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #0003CB;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dl01 > dl > dt {
  width: 180px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.dl01 > dl > dd {
  padding: 0 0.5em;
}
.dl01 > dl > dd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 5px;
}
.dl01 > dl > dd dl dt {
  font-weight: bold;
}
.dl01 > dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .dl01 > dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dl01 > dl:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #0003CB;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: none;
  }
  .dl01 > dl > dt, .dl01 > dl > dd {
    width: 100%;
    font-size: 1rem;
  }
  .dl01 > dl > dt {
    margin-bottom: 5px;
    color: #0003CB;
  }
  .dl01 > dl > dd {
    padding: 0;
  }
  .dl01 > dl > dd dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .dl01 > dl > dd dl dt, .dl01 > dl > dd dl dd {
    width: 100%;
  }
  .dl01 > dl > dd dl dt {
    font-weight: bold;
  }
}

.dl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dl02 dl {
  background-color: #FCF9F2;
  padding: 20px 20px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dl02 dl > dt {
  width: 180px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-right: 1px solid #0003CB;
  text-align: center;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl02 dl > dd {
  padding: 0 0.5em;
}
@media screen and (max-width: 780px) {
  .dl02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .dl02 dl dt {
    font-size: 18px;
    border: 0;
  }
  .dl02 dl dt, .dl02 dl dd {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
  }
}

a[href^="tel:"] {
  color: #333;
}

main a[target$=blank]:after, main a[target$=blank]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_wdw.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin: 0 0.2em;
}
main a[href$=".pdf"]:after, main a[href$=".pdfx"]:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background: url(../images/common/ico_pdf.svg) center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
}
main a[href$=".xls"]:after, main a[href$=".xlsx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_xls.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a[href$=".doc"]:after, main a[href$=".docx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_wrd.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a[href$=".ppt"]:after, main a[href$=".pptx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_ppt.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a:has(> img):after {
  display: none !important;
}

.new {
  font-size: 0.875rem;
  color: #EA5E76;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.25em;
}

.prev-arrow {
  width: 30px !important;
  height: 30px !important;
  background: url(../images/common/ico_arw01L.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
}
.prev-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .prev-arrow {
    top: 50%;
    width: 24px !important;
    height: 24px !important;
    left: -20px;
  }
}

.next-arrow {
  width: 30px !important;
  height: 30px !important;
  background: url(../images/common/ico_arw01.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
}
.next-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .next-arrow {
    width: 24px !important;
    height: 24px !important;
    right: -20px;
  }
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 10px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0003CB !important;
}

.contact-policy {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  height: 270px;
  overflow-y: auto;
}
.contact-policy > h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-policy .policy-txt {
  margin-bottom: 0px;
}
.contact-policy .policy-txt h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: bold;
}
.contact-policy .policy-info {
  margin-top: 30px;
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
.contact-form #inputContactForm {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .contact-form #inputContactForm {
    padding-bottom: 0;
  }
}
.contact-form .col-label {
  border-right: 1px solid #ccc;
  margin-right: 3em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contact-form .col-label {
    border-right: 0;
    margin-right: 0;
  }
}
.contact-form #contactButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.contact-form #contactButton > div {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form #contactButton > div:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/ico_arw02.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.3em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
  z-index: 10;
}
.contact-form #contactButton > div:nth-child(2) input {
  background-color: #999 !important;
}
.contact-form #contactButton a, .contact-form #contactButton input {
  width: 350px;
  max-width: 100%;
  height: 55px;
  font-size: 1rem;
  background-color: #0003CB;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form #contactButton a:hover, .contact-form #contactButton input:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form #contactButton a:nth-child(2), .contact-form #contactButton input:nth-child(2) {
  background-color: #0003CB;
}
@media screen and (max-width: 780px) {
  .contact-form #contactButton {
    margin-top: 20px;
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block;
  }
  .contact-form #contactButton > div {
    width: 100%;
  }
}

.policy-txt {
  list-style-type: decimal;
  margin-left: 1.25em;
  margin-bottom: 80px;
}
.policy-txt li {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1rem !important;
  padding-left: 0.25em !important;
}
.policy-txt li:before {
  display: none !important;
}
.policy-txt li .bikou {
  font-size: 0.875rem;
}
.policy-txt li a {
  color: #0003CB;
  text-decoration: underline;
}
.policy-txt li h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
.policy-txt li ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.policy-txt li ul li {
  padding: 0;
  margin-bottom: 5px;
}

.policy-info {
  margin-top: 60px;
  background-color: #fdf8f9;
  padding: 30px;
}
.policy-info h4 {
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #0003CB;
}
.policy-info h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.policy-info a {
  color: #0003CB;
}
@media screen and (max-width: 780px) {
  .policy-info {
    padding: 20px;
    font-size: 0.875rem;
  }
  .policy-info h3, .policy-info h4 {
    font-size: 1rem;
  }
}

/******************************************
              contact
*******************************************/
section.contact {
  padding: 55px 50px 0;
}

.contact__inner {
  padding-bottom: 50px;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  border-bottom: 1px solid #dadbdb;
  line-height: 1.8;
}

.contact .privacy-agree {
  border-bottom: 1px solid #dadbdb;
  padding-bottom: 32px;
  margin-top: -75px;
}

.contact__inner.bb_none {
  border-bottom: none;
}

.text-description {
  text-align: center;
  margin-top: 50px;
  font-size: 0.95em;
}

.contact-tel {
  color: #0003CB;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 6px -2px 0;
}

.contact-tel .contact-tel-text {
  margin-bottom: -8px;
  font-size: 0.5em;
  font-weight: normal;
  color: #323333;
}

.contents-title-md {
  font-size: 1.6em;
}

.privacy_list dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 16px;
}

.privacy_list dd a {
  color: #0003CB;
}

@media screen and (max-width: 959px) {
  section.contact {
    padding: 32px 20px 0;
  }
  .contact__inner {
    width: 100%;
    padding-bottom: 32px;
  }
  .text-description {
    margin-top: 24px;
  }
  .contact-tel::before {
    display: none;
  }
  .contact-tel .show_tb {
    color: #0003CB;
  }
  .contact-tel .show_tb::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_tel.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 6px 6px 0;
  }
  .contact .privacy-agree {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .privacy-frame {
    width: 100;
  }
}
@media screen and (max-width: 780px) {
  .contact .contact-tel {
    font-size: 175%;
    margin-bottom: 0;
  }
}
.contact .privacy-frame {
  overflow: auto;
  width: calc(100% - 2em);
  height: 17em;
  padding: 2.5em;
  font-size: 0.9em;
  border: 1px solid #e9e9e9;
  margin: 1em auto;
}

.contact .privacy-frame ol {
  padding-left: 40px;
  margin: 32px 0;
}

@media screen and (max-width: 780px) {
  .contact .privacy-frame {
    padding: 1em;
  }
  .contact .privacy-frame ol {
    padding-left: 30px;
  }
}
.contact .privacy-agree {
  font-size: 93.75%;
}

@media screen and (max-width: 780px) {
  .contact .privacy-agree {
    font-size: 87.5%;
  }
}
.contact .privacy-agree label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .privacy-agree .agreement-lock {
  margin-right: 8px;
}

.contact .privacy-confirm-agree {
  font-size: 93.75%;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .contact .privacy-confirm-agree {
    font-size: 87.5%;
  }
}
.contact .button-line {
  display: block;
  text-align: center;
}

.contact .btn {
  display: inline-block;
  max-width: 100%;
  padding: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .contact .btn {
    margin: 1em auto;
  }
}
.contact .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

.contact .btn:before {
  content: "›";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0.49em;
  margin-top: -4px;
  margin-right: 10px;
}

.contact .btn.btn-primary {
  background-color: #0003CB;
  border: 1px solid #0003CB;
  color: #fff;
}

.contact .btn.btn-back {
  background-color: #909090;
  border: 1px solid #909090;
  color: #fff;
}

.contact .btn.btn-semi-block {
  max-width: 100%;
  width: 20em;
}

.contact .btn.btn-narrow-block {
  max-width: 100%;
  width: 14em;
}

form.form {
  padding-bottom: 10px;
}

#privacyAgree label input[type=checkbox],
#privacyAgree label input[type=radio] {
  display: none !important;
}

/* *********************************************************/
.mwform-checkbox-field-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.mwform-checkbox-field-text:before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  border: 1px solid #CED1D2;
  border-radius: 3px;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.agreement-lock:checked, .mwform-checkbox-field-text {
  position: relative;
}

.agreement-lock:checked + .mwform-checkbox-field-text:before {
  border: 1px solid #0003CB;
  background: #0003CB;
}

.agreement-lock:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2024%2016%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m24%202.8-14.1%2013.2-9.9-9.3%202.6-2.8%207.2%206.8%2011.5-10.7z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* *********************************************************/
form.form input[type=text],
form.form input[type=email],
form.form input[type=password],
form.form input[type=tel],
form.form input[type=address],
form.form input[type=number],
form.form textarea,
form.form select,
form.form button:not(.btn) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  border-radius: 1px;
  max-width: 100%;
  line-height: 1.2;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  background-color: rgba(255, 255, 255, 0.25);
}

:-moz-placeholder-shown {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

:placeholder-shown {
  color: #333333;
}

::-webkit-input-placeholder {
  color: #333333;
}

:-moz-placeholder {
  color: #333333;
}

::-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

.form-generic label ~ .form-required {
  display: inline-block;
  width: 3em;
  color: #fff;
  background-color: #e44e66;
  font-size: 0.75em;
  font-style: normal;
  text-align: center;
  margin-left: 0.75em;
}

.form-generic {
  margin-bottom: 2em;
}

.form-generic .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row {
    margin-bottom: 1.5em;
  }
  .form-generic .table-row.dashed_none {
    border-bottom: none;
  }
}
.form-generic .table-row .col {
  padding-bottom: 2em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col {
    padding-bottom: 1em;
  }
}
.form-generic .table-row .col-label {
  width: 14em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-label {
    width: 100%;
  }
}
.form-generic .table-row .col-input {
  width: calc(100% - 18em);
  line-height: 2;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input {
    width: 100%;
  }
}
.form-generic .table-row .col-input .ruby-input {
  margin-right: 1em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input .ruby-input {
    width: 100%;
    margin-right: 2%;
  }
  .form-generic .table-row .col-input .ruby-input:last-child {
    margin-right: 0;
  }
}
.form-generic .table-row .col-input .message-input {
  height: 12em;
  overflow-y: auto;
  resize: none;
}

.mw_wp_form_direct_access_error {
  text-align: left;
  margin: 60px auto 0;
}

@media screen and (max-width: 780px) {
  .mw_wp_form_direct_access_error {
    margin: 30px auto 0px;
  }
}
.mw_wp_form_direct_access_error p {
  color: #ff1d25;
  margin-bottom: 1em;
}

/* Form agreement lock */
form.form .form-locked {
  opacity: 0.3;
}

form.form .form-locked * {
  pointer-events: none;
}

form.form .form-locked.unlocked {
  opacity: 1;
}

form.form .form-locked.unlocked * {
  pointer-events: auto;
}

.confirm-mess {
  text-align: center;
}

.mw_wp_form_confirm #privacyAgree {
  display: none;
}

#privacyAgree {
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .col-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-input > span > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-input > span > label > input {
    width: auto !important;
    margin-right: 0.5em;
  }
}
.registration-confirm-info,
.contact-confirm-info {
  line-height: 1.8;
  margin-bottom: 3em;
  text-align: center;
}
.registration-confirm-form .col-label,
.contact-confirm-form .col-label {
  font-weight: bold;
}
.registration-confirm-form .col-input input,
.registration-confirm-form .col-input label,
.registration-confirm-form .col-input textarea,
.contact-confirm-form .col-input input,
.contact-confirm-form .col-input label,
.contact-confirm-form .col-input textarea {
  display: none !important;
}
.registration-confirm-form #contactButton,
.contact-confirm-form #contactButton {
  margin-top: 20px;
}

.registration-confirm-info,
.contact-confirm-info {
  line-height: 1.8;
  margin-bottom: 3em;
}
.registration-confirm-form .col-label,
.contact-confirm-form .col-label {
  font-weight: bold;
}
.registration-confirm-form .col-input input,
.registration-confirm-form .col-input label,
.registration-confirm-form .col-input textarea,
.contact-confirm-form .col-input input,
.contact-confirm-form .col-input label,
.contact-confirm-form .col-input textarea {
  display: none !important;
}
.registration-confirm-form #contactButton,
.contact-confirm-form #contactButton {
  margin-top: 20px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-image: none;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.section {
  margin: 150px 0;
}
@media screen and (max-width: 780px) {
  .section {
    margin: 80px 0;
  }
}

.top-nb {
  margin-top: 100px;
}
.top-nb__news {
  margin-bottom: 60px;
  position: relative;
}
.top-nb__news h2 {
  font-size: 64px;
  font-weight: 700;
  color: #0003CB;
  line-height: 1;
  margin-bottom: 30px;
}
.top-nb__news h2 span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 24px;
  color: #333;
}
.top-nb__news_btn a {
  position: absolute;
  top: 1em;
  right: 0;
  display: inline-block;
  color: #0003CB;
  border: 1px solid #0003CB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.25em 1em;
}
.top-nb__news_btn a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/top/news_arrow.svg) center no-repeat;
  background-size: contain;
}
.top-nb__news_wrap dl {
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.85em 0;
}
.top-nb__news_wrap dl:first-child {
  padding-top: 0;
}
.top-nb__news_wrap dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 6px;
  color: #333;
  font-size: 1rem;
  margin-right: 1em;
}
.top-nb__news_wrap dl dt span.news-c {
  background-color: #0003CB;
  display: inline-block;
  padding: 0.35em 0.5em;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
  margin-left: 1em;
  min-width: 65px;
  text-align: center;
}
.top-nb__news_wrap dl dd {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
}
.top-nb__news_wrap dl dd a {
  color: #333;
  font-weight: 500;
}
.top-nb__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .top-nb {
    margin-top: 60px;
  }
  .top-nb__news h2 {
    font-size: 40px;
  }
  .top-nb__news h2 span {
    font-size: 16px;
  }
  .top-nb__news_wrap {
    margin-bottom: 30px;
  }
  .top-nb__news_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-nb__news_btn a {
    position: static;
    display: inline-block;
    color: #0003CB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
    padding: 1em 1em;
    text-align: center;
    position: relative;
  }
  .top-nb__news_btn a::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/top/news_arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
  .top-nb__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.top-about {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  position: relative;
  margin-bottom: 200px;
}
.top-about::before {
  content: "";
  width: 70vw;
  height: 100%;
  background: url(../images/top/top_about02.png) center left no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.top-about .wraps {
  width: 1100px;
  max-width: 100%;
  padding: 80px;
  background: url(../images/top/top_about01.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.top-about .wraps div {
  position: relative;
  z-index: 3;
}
.top-about .wraps h2 {
  color: #fff;
  text-align: left;
  font-size: 70px;
}
.top-about .wraps h2 span {
  color: #fff;
}
.top-about .wraps .catch {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
.top-about .wraps .txts {
  margin-bottom: 80px;
  font-size: 20px;
}
.top-about .wraps .btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 780px) {
  .top-about .wraps {
    padding: 30px;
  }
  .top-about .wraps h2 {
    font-size: 50px;
  }
  .top-about .wraps .catch {
    font-size: 34px;
  }
  .top-about .wraps .txts {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .top-about .wraps .btn_01 {
    gap: 10px;
  }
}

.catchs {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .catchs {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.top-ser .videos {
  margin-bottom: 60px;
}
.top-ser .videos video {
  width: 100%;
  height: auto;
}
.top-ser ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
}
.top-ser ul li {
  width: calc((100% - 80px) / 3);
}
.top-ser ul li .imgs {
  position: relative;
}
.top-ser ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.top-ser ul li .imgs img, .top-ser ul li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-ser ul li h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 1em 0;
  margin-bottom: 30px;
}
.top-ser ul li h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #0003CB;
}
.top-ser ul li p {
  margin-bottom: 30px;
}
.top-ser ul li .btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-ser ul li .btn_01 a {
  width: 140px;
  padding: 15px 0 15px;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .top-ser ul li {
    width: 100%;
  }
  .top-ser ul li h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .top-ser ul li h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    background-color: #0003CB;
  }
  .top-ser ul li .btn_01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-machin {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  padding-top: 100px;
  position: relative;
  margin-bottom: 150px;
}
.top-machin::before {
  content: "";
  display: block;
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/top/top_machin01.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.top-machin h2 {
  color: #fff;
}
.top-machin h2 span {
  color: #fff;
}
.top-machin .catchs {
  color: #fff;
}
.top-machin .slider {
  margin-bottom: 80px;
}
.top-machin .slider-ul .slick-list {
  padding-bottom: 30px;
}
.top-machin .slider-ul .slick-track > li, .top-machin .slider-ul .slick-track > li a {
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
}
.top-machin .slider-ul .slick-track > li .imgs, .top-machin .slider-ul .slick-track > li a .imgs {
  position: relative;
}
.top-machin .slider-ul .slick-track > li .imgs:after, .top-machin .slider-ul .slick-track > li a .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.top-machin .slider-ul .slick-track > li .imgs img, .top-machin .slider-ul .slick-track > li .imgs video, .top-machin .slider-ul .slick-track > li a .imgs img, .top-machin .slider-ul .slick-track > li a .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-machin .slider-ul .slick-track > li h3, .top-machin .slider-ul .slick-track > li a h3 {
  text-align: center;
  color: #333;
  padding: 1.25em 0.5em;
}
@media screen and (max-width: 780px) {
  .top-machin {
    padding-top: 50px;
    margin-bottom: 80px;
  }
  .top-machin::before {
    content: "";
    display: block;
    width: 100%;
    height: 330px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/top/top_machin01.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .top-machin h2 {
    font-size: 40px;
  }
  .top-machin h2 span {
    margin-top: 20px;
  }
  .top-machin .slider {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .top-machin .btn_02 {
    width: calc(100% - 80px);
    margin: 60px auto 0;
  }
}

.top-pro {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 100px 0;
  background: url(../images/top/top_project_bg.jpg) no-repeat;
  background-size: cover;
}
.top-pro ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.top-pro ul li {
  width: calc((100% - 50px) / 3);
}
.top-pro ul li .imgs {
  position: relative;
}
.top-pro ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.top-pro ul li .imgs img, .top-pro ul li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-pro ul li h3 {
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.85;
}
.top-pro ul li .btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-pro ul li .btn_01 a {
  width: 140px;
  padding: 15px 0 15px;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .top-pro {
    padding: 80px 20px;
  }
  .top-pro ul {
    margin-bottom: 20px;
  }
  .top-pro ul .slick-track > li {
    margin: 0 10px;
  }
  .top-pro ul .slick-track > li .btn_01 a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0;
  }
  .top-pro .btn_02 {
    width: calc(100% - 20px);
    margin: 0px auto 0;
  }
}

.C2-mokuhyo {
  margin: 60px 0 60px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.C2-mokuhyo__catch {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .C2-mokuhyo {
    margin: 50px 0;
  }
  .C2-mokuhyo__catch {
    font-size: 26px;
  }
  .C2-mokuhyo .txts {
    text-align: left;
  }
}

.C2-rinen {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #F3F3F3;
  padding: 80px 20px;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 5;
  margin-bottom: 150px;
}
@media screen and (max-width: 780px) {
  .C2-rinen {
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    padding: 0 20px;
    padding: 50px 20px;
    margin-bottom: 80px;
    text-align: left;
  }
}

.C2-aisatu {
  margin-top: 60px;
}
.C2-aisatu-catch {
  margin-bottom: 0;
}
.C2-aisatu-catch .imgs {
  position: relative;
}
.C2-aisatu-catch .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47%;
}
.C2-aisatu-catch .imgs img, .C2-aisatu-catch .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
}
.C2-aisatu-catch .imgs img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.C2-aisatu-catch .tit {
  max-width: calc(100% - 40px);
  padding: 40px 40px;
  background-color: #fff;
  margin: -10% auto 40px;
  position: relative;
  z-index: 3;
}
.C2-aisatu-catch .tit h2 {
  font-size: 32px;
  line-height: 1.75;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.C2-aisatu-catch .tit p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .C2-aisatu {
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    padding: 0 20px;
    padding: 0;
    margin-top: 60px;
  }
  .C2-aisatu-catch .tit {
    margin-top: -20%;
    padding: 20px 15px;
  }
  .C2-aisatu-catch .tit h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .C2-aisatu-catch .tit p {
    font-size: 14px;
    text-align: left;
  }
}

.C2-comp .imgs {
  margin-bottom: 30px;
  position: relative;
}
.C2-comp .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47%;
}
.C2-comp .imgs img, .C2-comp .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
}
.C2-comp .imgs img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .C2-comp .imgs {
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    padding: 0 20px;
    padding: 0;
    margin-bottom: 30px;
  }
}

.C2-sosiki {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #f3f3f3;
  padding: 130px 0;
}
.C2-sosiki .imgs {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .C2-sosiki {
    padding: 80px 20px;
  }
}

.C2-ISO .txts {
  text-align: center;
  margin-bottom: 30px;
}
.C2-ISO .tbl01 {
  overflow-x: auto;
}
.C2-ISO .tbl01 table {
  min-width: 900px;
  width: 100%;
}
.C2-ISO .tbl01 table tr td {
  border: 1px solid #ccc;
  padding: 0.75em 1em;
}
.C2-ISO .tbl01 table tr td:nth-child(1) {
  text-align: center;
  background-color: #0003CB;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .C2-ISO .tbl01 table {
    min-width: auto;
  }
  .C2-ISO .tbl01 table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .C2-ISO .tbl01 table tr td {
    text-align: center;
  }
}

.C2-gijutu {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #f3f3f3;
  padding: 130px 0;
}
.C2-gijutu__tbl table {
  min-width: 900px;
  width: 100%;
}
.C2-gijutu__tbl table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.C2-gijutu__tbl table tr td {
  border: 1px solid #ccc;
  padding: 0.75em 1em;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
.C2-gijutu__tbl table tr td:nth-child(1) {
  text-align: center;
  background-color: #DDDDDD;
}
@media screen and (max-width: 780px) {
  .C2-gijutu {
    padding: 80px 20px;
  }
  .C2-gijutu__tbl table {
    min-width: auto;
  }
  .C2-gijutu__tbl table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .C2-gijutu__tbl table tr td {
    width: 100%;
    text-align: center;
  }
}

.C2-jusyou ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px;
}
.C2-jusyou ul li {
  width: calc((100% - 80px) / 2);
}
.C2-jusyou ul li .imgs {
  position: relative;
}
.C2-jusyou ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C2-jusyou ul li .imgs img, .C2-jusyou ul li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.C2-jusyou ul li h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #0003CB;
  margin-bottom: 15px;
  padding: 15px 0;
  line-height: 1.7;
}
.C2-jusyou ul li .time {
  color: #ccc;
}
@media screen and (max-width: 780px) {
  .C2-jusyou ul {
    gap: 40px;
  }
  .C2-jusyou ul li {
    width: 100%;
  }
  .C2-jusyou ul li h3 {
    font-size: 18px;
  }
}

.C2-enkaku .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
.C2-enkaku .wraps:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0px;
}
.C2-enkaku .wraps-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.C2-enkaku .wraps-group .imgs {
  display: none;
}
.C2-enkaku .wraps-group .infos {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 60px;
}
.C2-enkaku .wraps-group .infos h3 {
  font-size: 48px;
  color: #0003CB;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}
.C2-enkaku .wraps-group .infos h3:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #0003CB;
  position: absolute;
  top: 50%;
  border-radius: 500px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -70px;
}
@media screen and (max-width: 780px) {
  .C2-enkaku {
    padding: 80px 0px;
  }
  .C2-enkaku .wraps {
    padding-left: 20px;
    padding-right: 20px;
  }
  .C2-enkaku .wraps:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 40px;
  }
  .C2-enkaku .wraps-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C2-enkaku .wraps-group .imgs {
    display: none;
  }
  .C2-enkaku .wraps-group .infos {
    width: 100%;
  }
  .C2-enkaku .wraps-group .infos h3 {
    font-size: 32px;
    margin: 20px 0;
  }
  .C2-enkaku .wraps-group .infos h3:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-color: #0003CB;
    position: absolute;
    top: 50%;
    border-radius: 500px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -50px;
  }
}

.C2-access ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
}
.C2-access ul li {
  width: calc((100% - 60px) / 2);
  text-align: center;
}
.C2-access ul li h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.C2-access ul li .txts {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 780px) {
  .C2-access ul {
    gap: 35px;
  }
  .C2-access ul li {
    width: 100%;
  }
  .C2-access ul li h3 {
    font-size: 20px;
  }
  .C2-access ul li .txts {
    text-align: left;
  }
}

.C3-sdgs {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #0003CB), color-stop(90%, #0003CB), color-stop(90%, #0003CB), color-stop(70%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 10%, #0003CB 10%, #0003CB 90%, #0003CB 90%, #fff 70%);
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #0003CB 10%, #0003CB 90%, #0003CB 90%, #fff 70%);
  position: relative;
  margin-bottom: 150px;
  margin-top: 100px;
  padding: 0 20px;
}
.C3-sdgs svg {
  display: block;
  width: 100%;
  height: 295px;
  background-size: contain;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  left: 0;
}
.C3-sdgs .inner {
  width: 1000px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.C3-sdgs .inner .imgs {
  width: 290px;
}
.C3-sdgs .inner .imgs img {
  border: 1px solid #eee;
}
.C3-sdgs .inner .infos {
  width: calc(70% - 80px);
  color: #fff;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.C3-sdgs .inner .infos .tit02 {
  margin-bottom: 30px;
}
.C3-sdgs .inner .infos .tit02:before {
  content: "";
  background-color: #fff;
  margin-bottom: 0;
}
.C3-sdgs .inner .infos h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.C3-sdgs .inner .infos p {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .C3-sdgs {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(20%, #0003CB), color-stop(100%, #0003CB), color-stop(100%, #0003CB), color-stop(70%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 20%, #0003CB 20%, #0003CB 100%, #0003CB 100%, #fff 70%);
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #0003CB 20%, #0003CB 100%, #0003CB 100%, #fff 70%);
    margin-bottom: 0px;
  }
  .C3-sdgs svg {
    display: none;
  }
  .C3-sdgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 0 20px 60px;
  }
  .C3-sdgs .inner .imgs {
    width: 70%;
  }
  .C3-sdgs .inner .infos {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .C3-sdgs .inner .infos h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
  }
  .C3-sdgs .inner .infos .points {
    display: none;
  }
  .C3-sdgs .inner .infos p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
  }
  .C3-sdgs .inner .infos-name {
    text-align: center;
  }
}

.C3-social {
  margin-bottom: 150px;
  margin-top: 100px;
}
.C3-social-txt {
  margin-bottom: 30px;
  text-align: center;
}
.C3-social-txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.C3-social-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.C3-social-img .imgs {
  width: calc((100% - 40px) / 3);
  position: relative;
}
.C3-social-img .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C3-social-img .imgs img, .C3-social-img .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 780px) {
  .C3-social {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .C3-social-img {
    gap: 10px;
  }
  .C3-social-img .imgs {
    width: calc((100% - 10px) / 2);
  }
}

.C3-cont {
  padding: 120px 0px;
}
.C3-cont .inner {
  padding: 0;
  width: 1000px;
}
.C3-cont .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.C3-cont .wraps .imgs {
  width: 290px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.C3-cont .wraps .imgs img {
  border: 1px solid #eee;
}
.C3-cont .wraps .txts {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2;
}
.C3-cont .wraps .txts h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.C3-cont-B {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #f3f3f3;
  padding: 120px 20px;
}
.C3-cont-C .wraps .imgs {
  width: 290px;
}
@media screen and (max-width: 780px) {
  .C3-cont {
    padding: 80px 0px;
  }
  .C3-cont .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .C3-cont .wraps .imgs {
    width: 80%;
  }
  .C3-cont .wraps .txts {
    text-align: left;
  }
  .C3-cont .wraps .txts h3 {
    font-size: 24px;
    text-align: center;
  }
  .C3-cont-B {
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    padding: 0 20px;
    background-color: #f3f3f3;
    padding: 80px 20px;
  }
}

.C3-career {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}
.C3-career .txts {
  width: 55%;
  background-color: #323232;
  padding: 100px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  z-index: 1;
}
.C3-career .txts .tit02 {
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 780px) {
  .C3-career .txts .tit02 {
    text-align: left;
  }
  .C3-career .txts .tit02:before {
    content: "";
    left: 0;
    right: auto;
  }
}
.C3-career .txts h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.C3-career .imgs {
  width: 55%;
  margin-left: -10%;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.C3-career .imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .C3-career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 100px;
  }
  .C3-career .imgs {
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .C3-career .txts {
    width: 100%;
    margin-top: 0;
    padding: 40px 30px;
  }
  .C3-career .txts h3 {
    text-align: center;
  }
  .C3-career .txts P {
    text-align: center;
  }
}

.C3-entame {
  margin-bottom: 120px;
}
.C3-entame-img {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  margin-bottom: 25px;
}
.C3-entame-img ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.C3-entame-img ul li {
  width: 33.3333333333%;
  position: relative;
}
.C3-entame-img ul li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C3-entame-img ul li img, .C3-entame-img ul li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.C3-entame h3 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}
.C3-entame p {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .C3-entame h3 {
    font-size: 24px;
  }
  .C3-entame-img ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C3-entame-img ul li {
    width: 100%;
  }
}

.C4-about {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  margin-bottom: 120px;
  margin-top: 40px;
}
.C4-about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.C4-about-wrap .groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.C4-about-wrap .groups:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.C4-about-wrap .groups-txt {
  width: 50%;
  margin-right: 0%;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 6;
}
.C4-about-wrap .groups-txt h3 span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 0.5em;
  background-color: #0003CB;
  font-weight: bold;
}
.C4-about-wrap .groups-txt h4 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
}
.C4-about-wrap .groups-img {
  width: 50%;
  position: relative;
}
.C4-about-wrap .groups-img .lefts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.C4-about-wrap .groups-img .rights {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.C4-about-wrap .groups-img > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.C4-about-wrap .groups-img > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .C4-about {
    margin-bottom: 0;
  }
  .C4-about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .C4-about-wrap .groups {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C4-about-wrap .groups:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C4-about-wrap .groups-txt {
    width: 100%;
    padding: 0px 20px 40px;
  }
  .C4-about-wrap .groups-txt h3 span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 23px;
  }
  .C4-about-wrap .groups-txt h4 {
    font-size: 26px;
    text-align: center;
  }
  .C4-about-wrap .groups-txt h4 br {
    display: none;
  }
  .C4-about-wrap .groups-img {
    width: 100%;
  }
  .C4-about-wrap .groups-img .lefts {
    display: none;
  }
  .C4-about-wrap .groups-img .rights {
    display: none;
  }
}

.C4-list {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #f2f2f2;
  padding: 120px 20px;
  margin-bottom: 120px;
}
.C4-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 40px;
}
.C4-list ul li {
  width: calc((100% - 80px) / 3);
}
.C4-list ul li .imgs {
  position: relative;
}
.C4-list ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C4-list ul li .imgs img, .C4-list ul li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.C4-list ul li h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .C4-list {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .C4-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .C4-list ul li {
    width: 100%;
  }
  .C4-list ul li h3 {
    font-size: 18px;
  }
  .C4-list ul li p {
    font-size: 15px;
    text-align: justify;
  }
}

.C4-flow {
  margin-bottom: 120px;
}
.C4-flow-figure {
  margin-bottom: 25px;
}
.C4-flow-figure img {
  width: 100%;
}
.C4-flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.C4-flow ul li {
  width: 25%;
  padding: 20px;
  border-right: 1px #ccc dashed;
  text-align: justify;
}
.C4-flow ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 780px) {
  .C4-flow {
    margin-bottom: 60px;
  }
  .C4-flow-figure {
    display: none;
  }
  .C4-flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C4-flow ul li {
    width: 100%;
    border-right: none;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .C4-flow ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/C4/flow_sp001.svg) center no-repeat;
    background-size: contain;
  }
  .C4-flow ul li:nth-child(2):before {
    content: "";
    background: url(../images/C4/flow_sp002.svg) center no-repeat;
  }
  .C4-flow ul li:nth-child(3):before {
    content: "";
    background: url(../images/C4/flow_sp003.svg) center no-repeat;
  }
  .C4-flow ul li:nth-child(4):before {
    content: "";
    background: url(../images/C4/flow_sp004.svg) center no-repeat;
  }
}

.C5-list {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 80px 20px;
  background-color: #f3f3f3;
}
.C5-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 30px;
}
.C5-list ul li {
  width: calc((100% - 60px) / 3);
}
.C5-list ul li .imgs {
  position: relative;
  margin-bottom: 20px;
}
.C5-list ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C5-list ul li .imgs img, .C5-list ul li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.C5-list ul li h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.C5-list ul li .txts {
  margin-bottom: 20px;
}
.C5-list ul li .dls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
.C5-list ul li .dls dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 1px solid #0003CB;
}
.C5-list ul li .dls dl dt {
  width: 120px;
  background-color: #0003CB;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
.C5-list ul li .dls dl dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.C5-list-nobg {
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .C5-list ul {
    gap: 40px;
  }
  .C5-list ul li {
    width: 100%;
  }
}

.C6 {
  margin-bottom: 120px;
  margin-top: 40px;
}
.C6-map {
  margin-bottom: 60px;
}
.C6-map #map {
  margin-top: 50px;
  padding-top: 0;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .C6-map #map {
    height: 500px;
  }
}
.C6-map #map .map-info {
  padding: 0 10px 10px 10px;
}
.C6-map #map .map-info h5 {
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  max-width: 300px;
}
.C6-map #map .map-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.C6-map #map .map-info dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
  background-color: #0003CB;
  color: #fff;
  font-size: 14px;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
.C6-list {
  margin-bottom: 70px;
}
.C6-list h3 {
  background-color: #0003CB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 2px;
  margin-bottom: 20px;
}
.C6-list-tbl table tbody tr:nth-child(1) {
  margin-bottom: 0.5em;
}
.C6-list-tbl table tbody tr:nth-child(1) td {
  background-color: #f3f3f3;
  padding: 0.25em;
  text-align: center;
}
.C6-list-tbl table tbody tr:nth-child(n+2) {
  border-bottom: 1px solid #eee;
}
.C6-list-tbl table tbody tr:nth-child(n+2) td {
  padding: 1em 0.5em;
  vertical-align: middle;
  text-align: center;
}
.C6-list-tbl table tbody tr:nth-child(n+2) td:nth-child(1) {
  text-align: left;
}
.C6-list-tbl table tbody tr:nth-child(n+2) td:last-child {
  text-align: right;
}
.C6-list-tbl table tbody tr:last-child {
  border-bottom: none;
}
.C6-list-tbl table tbody tr td {
  border-right: 4px solid #fff;
}
.C6-list-tbl table tbody tr td:nth-child(1) {
  width: 30%;
}
.C6-list-tbl table tbody tr td:nth-child(n+2) {
  width: 14%;
}
.C6-list-tbl table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 780px) {
  .C6-list-tbl {
    overflow-x: auto;
  }
  .C6-list-tbl table {
    min-width: 800px;
  }
  .C6-list-tbl table tbody tr td {
    font-size: 14px;
  }
}

.C7 {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 100px 20px;
}
.C7-W {
  background-color: #f3f3f3;
}
.C7-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.C7-list li {
  width: calc((100% - 60px) / 3);
}
.C7-list li .imgs {
  position: relative;
  margin-bottom: 15px;
}
.C7-list li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.C7-list li .imgs img, .C7-list li .imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.C7-list li .txts {
  margin-bottom: 15px;
}
.C7-list li .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.C7-list li .btns a {
  color: #0003CB;
  font-size: 14px;
}
.C7-list li .btns a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arw05.svg) center no-repeat;
  margin-right: 0.5em;
  background-size: contain;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.C7 .threes {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 780px) {
  .C7 {
    padding: 50px 20px;
  }
  .C7-list li {
    width: 100%;
  }
}

.C8 {
  margin: 80px 0;
}
.C8 .tit02 {
  line-height: 1.5;
}
.C8 .tit02:before {
  content: "";
  width: 250px;
  height: 2px;
  background-color: #0003CB;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.C8-info {
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.C8-info dl {
  width: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.C8-info dl dt {
  width: 122px;
  background-color: #0003CB;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.C8-info dl dd {
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.C8-info dl:nth-child(n+3) {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .C8 {
    margin: 40px 0;
  }
  .C8 .tit02 {
    font-size: 24px;
  }
  .C8-info {
    padding: 0;
  }
  .C8-info dl {
    width: 100%;
  }
  .C8-info dl dt {
    font-size: 14px;
    width: 90px;
  }
  .C8-info dl dd {
    -webkit-transform: translateY(0.25em);
            transform: translateY(0.25em);
  }
}

.gallery01 {
  padding: 0 60px;
}
.gallery01 li {
  position: relative;
}
.gallery01 li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery01 li img, .gallery01 li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery01 .slick-list {
  margin-bottom: 18px;
  position: relative;
}
.gallery01 .slick-dots {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.gallery01 .slick-dots li {
  width: calc((100% - 60px) / 4);
  margin: 0;
  height: auto;
  position: relative;
}
.gallery01 .slick-dots li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery01 .slick-dots li img, .gallery01 .slick-dots li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery01 .slick-dots li:nth-child(3n) {
  margin-right: 0;
}
.gallery01 .prevArrow, .gallery01 .nextArrow {
  width: 42px !important;
  height: 42px !important;
  background: url(../images/C8/arrowL.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 29%;
  left: 0px;
  z-index: 9;
}
.gallery01 .prevArrow:hover, .gallery01 .nextArrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .gallery01 .prevArrow, .gallery01 .nextArrow {
    left: -20px;
    width: 30px !important;
    height: 30px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gallery01 .nextArrow {
  background: url(../images/C8/arrowR.svg) no-repeat center;
  background-size: contain;
  right: 0px;
  left: auto;
}
@media screen and (max-width: 780px) {
  .gallery01 .nextArrow {
    right: -20px;
    left: auto;
  }
}
@media screen and (max-width: 780px) {
  .gallery01 {
    margin-bottom: 0 !important;
    padding: 0 10px;
  }
  .gallery01 .slick-list {
    margin-bottom: 5px;
  }
  .gallery01 .slick-dots {
    display: none !important;
    gap: 5px;
  }
  .gallery01 .slick-dots:after {
    content: "";
    width: calc((100% - 5px) / 2);
  }
  .gallery01 .slick-dots li {
    width: calc((100% - 5px) / 2);
  }
}

.news-list {
  margin: 70px 0;
}
.news-list dl {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25em 0;
}
.news-list dl:first-child {
  padding-top: 0;
}
.news-list dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1rem;
  color: #666;
  line-height: 1;
  margin-right: 2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.news-list dl dt .news-c {
  display: inline-block;
  font-size: 0.6875rem;
  padding: 0.5em 0.5em 0.6em;
  border-radius: 2px;
  min-width: 60px;
  border-radius: 1px;
  margin-left: 2em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #0003CB;
}
.news-list dl dt .news-c:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .news-list dl dt .news-c {
    font-size: 0.6875rem;
    min-width: 55px;
  }
}
.news-list dl dd {
  color: #333;
  font-weight: 500;
}
.news-list dl dd a {
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .news-list {
    margin: 40px 0;
  }
  .news-list dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-list dl dt, .news-list dl dd {
    width: 100%;
  }
  .news-list dl dt {
    margin-bottom: 0.75em;
    color: #999;
  }
  .news-list dl dt .news-c {
    margin-left: 1em;
  }
}

.news-list-pagination {
  max-width: 1000px;
  margin: 60px auto 80px;
}
.news-list-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list-pagination__list li {
  margin: 0 0.5em;
}
@media screen and (max-width: 1250px) {
  .news-list-pagination__list li {
    margin: 0 0.2em;
  }
}
.news-list-pagination__list .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list-pagination__list .arrow a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff !important;
  background-color: #0003CB;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  font-size: 0.8125rem;
  padding: 1em 0 1.05em;
}
.news-list-pagination__list .current a {
  opacity: 1;
  color: #0003CB !important;
  font-weight: 900;
}
.news-list-pagination__list .prev a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #0003CB;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  color: #fff;
}
.news-list-pagination__list .next a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #0003CB;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  color: #fff;
}
.news-list-pagination__list .inactive a {
  opacity: 0.2;
  pointer-events: none;
  cursor: pointer;
}
.news-list-pagination__list .page-numbers a,
.news-list-pagination__list .page-numbers span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  color: #666;
  border-radius: 500px;
}
.news-list-pagination__list .page-numbers span {
  pointer-events: none;
}
@media screen and (max-width: 1120px) {
  .news-list-pagination__list .page-numbers + .dots {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .news-list-pagination__list .page-numbers + .dots {
    display: block;
  }
  .news-list-pagination__list .page-numbers a,
  .news-list-pagination__list .page-numbers span {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 780px) {
  .news-list-pagination__list .page-numbers:nth-child(5), .news-list-pagination__list .page-numbers:nth-child(6), .news-list-pagination__list .page-numbers:nth-child(7), .news-list-pagination__list .page-numbers:nth-child(8), .news-list-pagination__list .page-numbers:nth-child(9), .news-list-pagination__list .page-numbers:nth-child(10) {
    display: none;
  }
}

.news-child, .event-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 150px;
}
@media screen and (max-width: 780px) {
  .news-child, .event-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px 0 0;
    margin-top: -10px;
    gap: 80px;
  }
}
.news-child-left, .event-child-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-child-left__info, .event-child-left__info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-child-left__info .news-c, .event-child-left__info .news-c {
  display: inline-block;
  font-size: 0.6875rem;
  padding: 0.5em 0.5em 0.6em;
  min-width: 60px;
  border-radius: 2px;
  margin: 0 0.75em;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  color: #fff;
  background-color: #0003CB;
}
.news-child-left__info .news-c:hover, .event-child-left__info .news-c:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .news-child-left__info .news-c, .event-child-left__info .news-c {
    font-size: 0.6875rem;
    min-width: 55px;
  }
}
.news-child-left h2, .event-child-left h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #0003CB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-child-left h2 .new, .event-child-left h2 .new {
  font-size: 1rem;
  margin-left: 0.2em;
}
.news-child-left__days, .event-child-left__days {
  margin-bottom: 40px;
}
.news-child-left__days dl, .event-child-left__days dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
}
.news-child-left__days dl dt, .event-child-left__days dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.news-child-left__img, .event-child-left__img {
  margin: 0 auto 40px;
  text-align: center;
}
.news-child-left__txt, .event-child-left__txt {
  margin-bottom: 60px;
}
.news-child-left h3, .event-child-left h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-child-left .btn_01, .event-child-left .btn_01 {
  margin-top: 100px;
}
@media screen and (max-width: 780px) {
  .news-child-left, .event-child-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-child-left .btn_01, .event-child-left .btn_01 {
    margin-top: 40px;
  }
}
.news-child-right, .event-child-right {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 80px;
}
.news-child-right h2, .event-child-right h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
  background-color: #f3f3f3;
  font-weight: bold;
  padding: 0.6em 0.75em;
  color: #333;
}
.news-child-right__news, .event-child-right__news {
  margin-bottom: 40px;
}
.news-child-right__news_wrap dl, .event-child-right__news_wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.news-child-right__news_wrap dl dt, .event-child-right__news_wrap dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
.news-child-right__news_wrap dl dt .news-c, .event-child-right__news_wrap dl dt .news-c {
  display: inline-block;
  font-size: 0.6875rem;
  min-width: 55px;
  padding: 0.5em 0.5em 0.6em;
  min-width: 60px;
  border-radius: 2px;
  margin: 0 0.75em;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  color: #fff;
  background-color: #0003CB;
}
.news-child-right__news_wrap dl dt .news-c:hover, .event-child-right__news_wrap dl dt .news-c:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .news-child-right__news_wrap dl dt .news-c, .event-child-right__news_wrap dl dt .news-c {
    font-size: 0.6875rem;
    min-width: 55px;
  }
}
.news-child-right__news_wrap dl dt .news-pl, .event-child-right__news_wrap dl dt .news-pl {
  display: inline-block;
  background-color: #eee;
  font-size: 0.75rem;
  min-width: 55px;
  padding: 0.3em 0.5em 0.4em;
  width: 155px;
  margin-right: 1em;
  color: #333;
  text-align: center;
  line-height: 1;
  border-radius: 1px;
}
.news-child-right__news_wrap dl dd, .event-child-right__news_wrap dl dd {
  line-height: 1.35;
}
.news-child-right__news_wrap dl dd a, .event-child-right__news_wrap dl dd a {
  color: #333;
  font-size: 15px;
  line-height: 1.35;
}
.news-child-right__category, .event-child-right__category {
  margin-bottom: 40px;
}
.news-child-right__category ul li, .event-child-right__category ul li {
  position: relative;
}
.news-child-right__category ul li a, .event-child-right__category ul li a {
  display: block;
  padding: 0.7em 0;
  padding-left: 1.5em;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #333;
}
.news-child-right__category ul li a:before, .event-child-right__category ul li a:before {
  content: url("../images/common/ico_arow_nav.svg");
  width: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #555;
}
.news-child-right__category:last-child, .event-child-right__category:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .news-child-right, .event-child-right {
    width: 100%;
    margin-left: 0;
  }
}

.contact-phone {
  margin-bottom: 100px;
  margin-top: 40px;
}
.contact-phone-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-phone-tel a {
  font-size: 41px;
  font-weight: 900;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 0.25em;
  color: #0003CB;
}
.contact-phone-tel a img {
  margin-right: 0.15em;
  width: 0.85em;
  height: 0.85em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.contact-phone-txt {
  text-align: center;
}

.C11 {
  margin-top: 50px;
  padding: 0 40px;
}
@media screen and (max-width: 780px) {
  .C11 {
    padding: 0 10px;
  }
}/*# sourceMappingURL=assets.css.map */