@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700&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;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
body.no-touch:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

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: 45.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: #00913C;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #00913C !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: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1440px) {
  .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;
  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;
}
.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;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  height: 119px;
  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;
}
.header .inner {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header-logo h1 a img {
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-nav nav ul li {
  border-right: 1px solid #d9d9d9;
}
.header-nav nav ul li:nth-child(1) {
  border-left: 1px solid #d9d9d9;
}
.header-nav nav 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;
  -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;
  color: #333;
  height: 85px;
  width: 235px;
  gap: 0.5em;
}
.header-nav nav ul li a:after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.5em;
  background: url(../images/common/ico_arrow01.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header-nav nav ul li a {
    font-size: 15px;
    width: 160px;
  }
}
@media screen and (max-width: 860px) {
  .header-nav nav ul li a {
    font-size: 14px;
    width: 130px;
  }
}
@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: 69px;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #00913C;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-y: auto;
    padding: 0 30px 50px;
  }
  .sp_nav > ul .togglelist:after {
    display: none;
  }
  .sp_nav > ul > li {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .sp_nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.7em 0;
    color: #fff;
    font-size: 15px;
    pointer-events: auto;
  }
  .sp_nav > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.75em;
    background: url(../images/common/ico_arrow02.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_nav > ul > li > a:hover {
    color: #fff !important;
    opacity: 0.75;
  }
  .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 { /* マウスがボタンの上にある時 */
    border-bottom: 1px dotted #888;
  }
  .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.5em;
    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.5em;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0.5em;
    margin: 0 0 0.5em;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  .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: #333;
    line-height: 1;
    pointer-events: auto !important;
  }
  .sp_nav > ul > li ul li a:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: url(../images/common/ico_arw01.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3em;
  }
}

.sp_header {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
  }
  .sp_header__logo {
    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: 50px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .sp_header .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    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;
    color: #00913C;
  }
  .sp_header .menu-btn p {
    color: #00913C;
    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: 5px;
    background: #00913C;
    -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(-12px);
            transform: translateY(-12px);
  }
  .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(12px);
            transform: translateY(12px);
  }
  .sp_header .menu-btn span:nth-child(3).open {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

.low-PageTitle {
  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;
  height: 136px;
  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;
  background: url(../images/common/low-header_bg.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.low-PageTitle h1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 6.8px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .low-PageTitle {
    margin-bottom: 40px;
  }
  .low-PageTitle h1 {
    font-size: 24px;
  }
}

footer {
  background-color: #00913C;
  color: #fff;
  position: relative;
  font-size: 16px;
  margin-top: 80px;
  padding: 40px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff !important;
  opacity: 0.75;
}
footer .footer {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  footer .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .footer-logo a img {
  height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
footer .footer-nav 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 .footer-nav ul li a {
  display: block;
  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;
  width: 200px;
  font-size: 14px;
}
footer .footer-nav ul li a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_arrow02.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
footer .footer-nav ul:nth-child(1) li a {
  width: 160px;
}
footer .copyright {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #00913C;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  footer .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .copyright small {
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  footer {
    margin-top: 60px;
  }
  footer .footer {
    -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;
    padding: 0 30px;
  }
  footer .footer-logo {
    margin-bottom: 10px;
  }
  footer .footer-logo a img {
    height: auto;
    width: 100%;
  }
  footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
  }
  footer .footer-nav ul {
    gap: 0;
  }
  footer .footer-nav ul li {
    width: 100%;
    position: relative;
  }
  footer .footer-nav ul li a {
    display: block;
    width: 100% !important;
    padding: 1.5em 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  footer .footer-nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .footer-nav ul:nth-child(1) li:nth-child(1) {
    border-top: 1px solid #fff;
  }
  footer .copyright {
    text-align: center;
    font-size: 16px;
  }
}

#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: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .inner {
    padding: 0;
  }
}

body {
  overflow-x: hidden;
  background-color: #F5F7F4;
  font-weight: 400;
}

main {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-top: 119px;
}
@media screen and (max-width: 1440px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div[id], main > section[id] {
  margin-top: -120px;
  padding-top: 120px;
}
main .anchor {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  main {
    margin-top: 70px;
  }
  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 {
  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;
  gap: 10px;
}
.btn_01 a {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 54100px;
  text-align: center;
  background-color: #00913C;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
}
.btn_01 a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/arrow.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.btn_01 a:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .btn_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_01 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-weight: bold;
  color: #00913C;
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .tit01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.tit02 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 0.75em;
  position: relative;
}
.tit02:before {
  content: "";
  background-color: #00913C;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .tit02 {
    font-size: 20px;
    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: #00913C;
}
.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.5em;
  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: 1em 0;
}
.dl01 > dl:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #00913C;
  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: #00913C;
    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: #00913C;
  }
  .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 #00913C;
  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;
}

.T1-news a[target$=blank]:after, .T1-news 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(2px);
          transform: translateY(2px);
  margin: 0 0.2em;
}
.T1-news a[href$=".pdf"]:after, .T1-news a[href$=".pdfx"]:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background: url(../images/common/ico_pdf.svg) center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
}
.T1-news a[href$=".xls"]:after, .T1-news 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;
}
.T1-news a[href$=".doc"]:after, .T1-news 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;
}
.T1-news a[href$=".ppt"]:after, .T1-news 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;
}
.T1-news a:has(> img):after {
  display: none !important;
}

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

.c01 {
  background-color: #e4e4e4;
}

.c02 {
  background-color: #cde7fb;
}

.c03 {
  background-color: #c5e6cd;
}

.c04 {
  background-color: #fdc1c1;
}

.contact-policy {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 60px;
  max-height: 530px;
  overflow-y: auto;
  border-radius: 10px;
}
.contact-policy .policy-txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-policy .policy-txt h4 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-policy .policy-txt .txts, .contact-policy .policy-txt .ol01 {
  margin-bottom: 30px;
}
.contact-policy .policy-txt .txts:last-child, .contact-policy .policy-txt .ol01:last-child {
  margin-bottom: 0;
}
.contact-policy .policy-info {
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .contact-policy .policy-txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
.contact-form #inputContactForm {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 780px) {
  .contact-form #inputContactForm {
    padding: 20px;
  }
}
.contact-form .col-label {
  margin-right: 3em;
  font-weight: bold;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
@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;
  gap: 30px;
  margin-top: 60px;
}
.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 a, .contact-form #contactButton input, .contact-form #contactButton button {
  width: 350px;
  max-width: 100%;
  height: 55px;
  font-size: 1rem;
  background-color: #00913C;
  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;
  border-radius: 5px;
}
.contact-form #contactButton a:hover, .contact-form #contactButton input:hover, .contact-form #contactButton button: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), .contact-form #contactButton button:nth-child(2) {
  background-color: #00913C;
}
.contact-form #contactButton a.btn-back, .contact-form #contactButton input.btn-back, .contact-form #contactButton button.btn-back {
  width: 220px;
  background-color: #999;
}
@media screen and (max-width: 780px) {
  .contact-form #contactButton {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .contact-form #contactButton > div {
    width: 100%;
    gap: 10px;
  }
  .contact-form #contactButton > div div {
    width: 100%;
  }
  .contact-form #contactButton > div a, .contact-form #contactButton > div input, .contact-form #contactButton > div button {
    width: 100% !important;
  }
}

/******************************************
              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: #00913C;
  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: #00913C;
}

@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: #00913C;
  }
  .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: #00913C;
  border: 1px solid #00913C;
  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 #00913C;
  background: #00913C;
}

.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.75em 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 8px;
  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: red;
  font-size: 11px;
  font-style: normal;
  text-align: center;
  margin-left: 0.75em;
  border-radius: 3px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.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;
}
.form-generic .table-row:last-child {
  margin-bottom: 0;
}

@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;
}
.form-generic .table-row .col-input .bikou {
  color: #cbcbcb;
  font-size: 14px;
  margin-top: 5px;
}

@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: 50px;
}

@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;
}
.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;
}

.form-locked {
  margin-bottom: 60px;
}
.form-locked .txts {
  margin-bottom: 30px;
}

.form-file input {
  min-width: 25em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-file input:hover {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-file input::-webkit-file-upload-button {
  padding: 0.5em 1em;
  margin-right: 0.5em;
  border: 1px solid #B3B3B3;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.form-file input::file-selector-button {
  padding: 0.5em 1em;
  margin-right: 0.5em;
  border: 1px solid #B3B3B3;
  background-color: #F5F5F5;
  border-radius: 8px;
}

.form-file-plus {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75em 1em;
}
@media screen and (max-width: 780px) {
  .form-file-plus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 0.5em;
  }
}

.table-border {
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
  margin: 20px 0 50px;
}

.plus_button {
  margin-bottom: 30px;
}
.plus_button button {
  padding: 0 !important;
  border: 0 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.5em !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.plus_button button:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button.minus_button {
  padding: 0 !important;
  border: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.5em !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button.minus_button:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

form.form .selectwrap {
  position: relative;
  display: inline-block;
}
form.form .selectwrap:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/ico_arrow03.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  pointer-events: none;
}
form.form .selectwrap select {
  width: 313px;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  form.form .selectwrap select {
    width: 100%;
  }
}
form.form .selectwrap .select-year {
  width: auto !important;
}

.entered {
  font-weight: bold;
}

.mwform-file-delete {
  display: none;
}

.plus-file .col-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75em;
}
@media screen and (max-width: 780px) {
  .plus-file .col-input {
    gap: 0.75em;
  }
}

.form-confirm .minus_button {
  display: none !important;
}
.form-confirm .plus_button {
  display: none !important;
}

.T1-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;
  position: relative;
  margin-bottom: 100px;
}
.T1-mv .catch {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.T1-mv .catch .inner {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
.T1-mv .catch .inner span {
  display: inline-block;
  font-size: 32px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  background-color: #fff;
  padding: 0.45em 0.5em 0.55em;
  line-height: 1;
  color: #095D10;
  letter-spacing: 0.1em;
}
.T1-mv .catch .sp {
  display: none;
}
.T1-mv .imgs img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 840px) {
  .T1-mv .catch .inner span {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .T1-mv {
    margin-bottom: 60px;
  }
  .T1-mv .catch {
    left: 25px;
    bottom: 25px;
  }
  .T1-mv .catch .inner {
    display: none;
  }
  .T1-mv .catch .sp {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  .T1-mv .catch .sp span {
    display: inline-block;
    font-size: 18px;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    background-color: #fff;
    padding: 0.45em 0.5em 0.55em;
    line-height: 1;
    color: #095D10;
    letter-spacing: 0.1em;
  }
  .T1-mv .imgs img {
    height: 466px;
  }
}

.T1-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.T1-about .col {
  width: calc((100% - 60px) / 2);
  background: url(../images/T1/bg_about01.jpg) center no-repeat;
  background-size: cover;
  padding: 50px;
  color: #fff;
  border-radius: 10px;
}
.T1-about .col h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  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;
}
.T1-about .col h2:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/T1/ico_about.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.25em;
}
.T1-about .col .btns {
  margin-top: 30px;
}
.T1-about .col .btns a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 0.65em 0.5em;
}
.T1-about .col .btns a:hover {
  background-color: #fff;
  color: #00913C;
  opacity: 1;
}
.T1-about .col:nth-child(2) {
  background: url(../images/T1/bg_about02.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .T1-about {
    gap: 30px;
  }
  .T1-about .col {
    width: calc((100% - 30px) / 2);
    padding: 40px 30px;
  }
  .T1-about .col h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .T1-about {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .T1-about .col {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 30px;
    background: url(../images/T1/bg_about01_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .T1-about .col h2 {
    font-size: 20px;
  }
  .T1-about .col p {
    font-size: 14px;
  }
  .T1-about .col .btns a {
    font-size: 18px;
  }
  .T1-about .col:nth-child(2) {
    background: url(../images/T1/bg_about02_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

.T1-news {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.T1-news h2 {
  font-size: 24px;
  font-weight: bold;
}
.T1-news .wraper 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;
}
.T1-news .wraper ul li {
  width: 100%;
  padding: 1.25em 0;
  border-bottom: 1px dashed #d9d9d9;
}
.T1-news .wraper ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.6px;
}
.T1-news .wraper ul li dl dt {
  width: 120px;
}
@media screen and (max-width: 780px) {
  .T1-news {
    padding: 35px 25px;
  }
  .T1-news h2 {
    font-size: 20px;
  }
  .T1-news .wraper ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  .T1-news .wraper ul li dl dt {
    margin-bottom: 3px;
  }
}

.D1-cacth {
  margin-bottom: 60px;
}

.A1-attention {
  margin-bottom: 80px;
  background-color: #fff;
  padding: 30px;
  color: red;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .A1-attention {
    padding: 20px;
    text-align: left;
    margin-bottom: 50px;
  }
}

.A1-col {
  margin-bottom: 80px;
}

.A1-flow {
  margin-bottom: 80px;
}
.A1-flow-img {
  overflow: auto;
}
.A1-flow-img .imgs {
  position: relative;
  min-width: 1200px;
  text-align: center;
}
.A1-flow .bikou {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .A1-flow-img .imgs {
    min-width: auto;
    width: 100%;
  }
  .A1-flow-img .imgs img {
    width: 100%;
    max-width: 500px;
  }
  .A1-flow .bikou {
    text-align: center;
  }
}

.A1-file {
  margin-bottom: 150px;
}
.A1-file-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.A1-file-wrap .col {
  width: calc((100% - 60px) / 2);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.A1-file-wrap .col h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00913C;
  padding: 0.5em 0;
  margin-bottom: 30px;
}
.A1-file-wrap .col h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.A1-file-wrap .col h4:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #00913C;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.A1-file-wrap .col .txts {
  margin-bottom: 30px;
}
.A1-file-wrap .col .txts:last-child {
  margin-bottom: 0;
}
.A1-file-wrap .col .txts .bikou {
  font-size: 14px;
}
.A1-file-wrap .col .txts ul, .A1-file-wrap .col .txts ol {
  margin-top: 15px;
  margin-bottom: 30px;
}
.A1-file-wrap .col .txts ul li, .A1-file-wrap .col .txts ol li {
  line-height: 1.75;
}
.A1-file-wrap .col .txts .downloads a {
  display: block;
  border: #D9D9D9 1px solid;
  padding: 15px;
  position: relative;
  padding-right: 40px;
  margin: 15px 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-file-wrap .col .txts .downloads a:after {
  content: "";
  background: url(../images/A1/ico_download.svg) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.A1-file-wrap .col .txts .downloads a:hover {
  background-color: #00913C;
  border: #00913C 1px solid;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.A1-file-wrap .col .txts .downloads a:hover:after {
  content: "";
  background: url(../images/A1/ico_download_hover.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .A1-file-wrap {
    gap: 30px;
  }
  .A1-file-wrap .col {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 780px) {
  .A1-file {
    margin-bottom: 60px;
  }
  .A1-file-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .A1-file-wrap .col {
    width: 100%;
    padding: 40px 20px;
  }
  .A1-file-wrap .col h3 {
    font-size: 18px;
    padding: 0.75em 0;
  }
  .A1-file-wrap .col h4 {
    font-size: 18px;
  }
  .A1-file-wrap .col .txts {
    font-size: 14px;
  }
  .A1-file-wrap .col .txts .downloads a {
    text-align: center;
    padding: 15px;
    padding-bottom: 50px;
  }
  .A1-file-wrap .col .txts .downloads a br {
    display: none;
  }
  .A1-file-wrap .col .txts .downloads a:after {
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facility-link {
  margin-bottom: 80px;
}
.facility-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
}
.facility-link ul li {
  width: calc((100% - 90px) / 4);
}
.facility-link ul li a {
  display: block;
  padding: 1em 1.5em;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fff;
  border-radius: 500px;
  color: #333 !important;
  position: relative;
}
.facility-link ul li a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/C1/arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.facility-link ul li a:hover {
  background-color: #00913C;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.facility-link ul li a:hover:before {
  content: "";
  background: url(../images/C1/arrow_over.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .facility-link {
    display: none;
  }
}

.facility-link-sp {
  display: none;
  margin-bottom: 60px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .facility-link-sp {
    display: block;
  }
}
.facility-link-sp button {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #00913C;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  text-align: center;
  position: relative;
  font-size: 18px;
}
.facility-link-sp button:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arrow03.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
}
.facility-link-sp button.open:before {
  content: "";
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.facility-link-sp ul {
  display: block;
}
.facility-link-sp ul li a {
  display: block;
  color: #333;
  line-height: 1.3;
  padding: 1.5em 2em;
  position: relative;
  font-size: 0.875rem;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.facility-link-sp ul li a:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/C1/arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 0.8125rem;
}
.C1-faq {
  margin-bottom: 100px;
}
.C1-faq dl {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.C1-faq dl dt, .C1-faq dl dd {
  padding: 25px;
  padding-right: 100px;
  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;
}
.C1-faq dl dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.C1-faq dl dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/C1/ico_plus.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2em;
  right: 30px;
}
.C1-faq dl dt:before {
  content: "";
  display: block;
  width: 23px;
  height: 30px;
  background: url(../images/C1/ico_q.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.C1-faq dl dt:hover {
  cursor: pointer;
}
.C1-faq dl dt.open:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/C1/ico_minus.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2em;
  right: 30px;
}
.C1-faq dl dd {
  font-size: 16px;
  padding-top: 0;
}
.C1-faq dl dd:before {
  content: "";
  display: block;
  width: 23px;
  height: 30px;
  background: url(../images/C1/ico_a.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.C1-faq dl dd a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .C1-faq {
    margin-bottom: 60px;
  }
  .C1-faq h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .C1-faq dl {
    margin-bottom: 10px;
  }
  .C1-faq dl dt, .C1-faq dl dd {
    padding: 20px;
  }
  .C1-faq dl dt {
    font-size: 16px;
    padding: 20px 10px;
    padding-right: 30px;
  }
  .C1-faq dl dt:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/C1/ico_plus.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .C1-faq dl dt.open:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/C1/ico_minus.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .C1-faq dl dt:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/C1/ico_q.svg) center no-repeat;
    background-size: contain;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 15px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .C1-faq dl dd {
    font-size: 14px;
    padding-top: 0;
    padding: 10px 10px;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .C1-faq dl dd:before {
    content: "";
    display: block;
    width: 30px;
    height: 24px;
    background: url(../images/C1/ico_a.svg) center no-repeat;
    background-size: contain;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 15px;
    -webkit-transform: translateX(1px) translateY(3px);
            transform: translateX(1px) translateY(3px);
  }
}

.E1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.E1 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.E1 h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.E1 .txts {
  margin-bottom: 40px;
}
.E1 .txts .ol01 {
  margin-top: 10px;
}
.E1 .txts:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .E1 {
    padding: 30px 25px;
  }
  .E1 h2 {
    font-size: 20px;
  }
}/*# sourceMappingURL=assets.css.map */