@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;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

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: #014421;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #3CB371 !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[contact-formle] {
  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;
}

label {
  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;
}
.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;
  }
}

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #014421;
  font-size: 14px;
}
.header .inner {
  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;
  height: 100px;
}
.header-logo h1 a img {
  height: 26px;
}
.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header-nav ul li a {
  color: #fff;
}
@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: #3CB371;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-y: auto;
    padding: 0 30px 60px;
  }
  .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.5em 0;
    color: #fff;
    font-size: 15px;
    pointer-events: auto;
  }
}

.no-touch main {
  position: relative;
}
.no-touch main:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 68, 33, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.sp_header {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%;
    background-color: #014421;
  }
  .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: 20px;
  }
  .sp_header__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_header__logo a img {
    height: 22px;
  }
  .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;
    background-color: #014421;
    color: #fff;
  }
  .sp_header .menu-btn p {
    color: #014421;
    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: 25px;
    height: 3px;
    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(-10px);
            transform: translateY(-10px);
  }
  .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(10px);
            transform: translateY(10px);
  }
  .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;
  background-color: #3CB371;
  padding: 0;
  color: #fff;
  padding-bottom: 120px;
  margin-bottom: 120px;
  position: relative;
}
.MV:before {
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../images/T1/parts01.svg) left top no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 3;
}
.MV-img {
  position: relative;
  z-index: 1;
}
.MV-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.MV-img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../images/T1/bg01.svg) bottom center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 780px) {
  .MV-img {
    display: none;
  }
}
.MV-img__sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .MV-img__sp {
    display: block;
    position: relative;
    z-index: 1;
  }
  .MV-img__sp img {
    width: 100%;
    height: 60dvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .MV-img__sp::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../images/T1/bg01.svg) bottom center no-repeat;
    background-size: 100%;
  }
}
.MV-catch {
  position: relative;
  z-index: 3;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -10%;
}
.MV-catch h1 {
  font-size: 56px;
  font-weight: 700;
  padding-left: 40px;
}
.MV-catch .sub {
  font-size: 24px;
  margin-bottom: 60px;
  padding-left: 60px;
}
.MV-catch__news {
  background-color: #fff;
  border-radius: 500px 0 0 500px;
  padding-left: 40px;
  padding-right: 20px;
  color: #333;
  position: relative;
  overflow: hidden;
}
.MV-catch__news ul {
  width: 100%;
  position: relative;
}
.MV-catch__news ul li {
  width: 100%;
  display: none;
}
.MV-catch__news ul li div {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MV-catch__news ul li div span:nth-child(1) {
  display: inline-block;
  width: 110px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.MV-catch__news ul li div a {
  color: #333;
}
.MV-about {
  position: relative;
  z-index: 3;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .MV-about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MV-about .txts {
  width: calc(60% - 0px);
  padding: 0 0px;
  padding-right: 80px;
}
.MV-about .txts h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.75;
}
.MV-about .imgs {
  width: 50%;
}
.MV-about .imgs img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .MV-about .txts {
    padding-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  .MV {
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
  .MV:before {
    content: "";
    width: 70vw;
    height: 70vw;
    background: url(../images/T1/parts01.svg) left top no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 12%;
    left: 0;
    z-index: 3;
  }
  .MV-catch {
    margin-top: 30px;
  }
  .MV-catch h1 {
    font-size: 30px;
    text-align: center;
    padding: 0;
  }
  .MV-catch .sub {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .MV-catch__news {
    padding-left: 30px;
    padding-right: 20px;
    margin-left: 20px;
    color: #333;
    position: relative;
    overflow: hidden;
  }
  .MV-catch__news ul {
    width: 100%;
    position: relative;
  }
  .MV-catch__news ul li {
    width: 100%;
    display: none;
  }
  .MV-catch__news ul li div {
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .MV-catch__news ul li div span:nth-child(1) {
    display: block;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .MV-catch__news ul li div a {
    color: #333;
  }
  .MV-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-top: 50px;
  }
  .MV-about .txts {
    width: 100%;
    padding: 0;
  }
  .MV-about .txts h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.7;
  }
  .MV-about .txts p {
    font-size: 14px;
    line-height: 2;
  }
  .MV-about .imgs {
    width: 100%;
  }
  .MV-about .imgs img {
    width: 100%;
  }
}

.MV-low {
  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;
  color: #fff;
  margin-bottom: 100px;
  position: relative;
}
.MV-low h1 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  z-index: 3;
  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: 34px;
}
@media screen and (max-width: 1440px) {
  .MV-low h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MV-low-img {
  position: relative;
  z-index: 1;
}
.MV-low-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.MV-low-img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../images/T1/bg02.svg) bottom center no-repeat;
  background-size: 100%;
}
.MV-low-img__sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .MV-low-img__sp {
    display: block;
    position: relative;
    z-index: 1;
  }
  .MV-low-img__sp img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .MV-low-img__sp::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../images/T1/bg02.svg) bottom center no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 780px) {
  .MV-low {
    margin-bottom: 60px;
  }
  .MV-low h1 {
    font-size: 20px;
  }
  .MV-low-img {
    display: none;
  }
}

footer {
  position: relative;
  font-size: 16px;
  margin-top: 80px;
}

.bottom-menu {
  background-color: #3CB371;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom-menu-col {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  padding: 80px 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url(../images/T1/parts02.svg) left top no-repeat;
  background-size: 35%;
}
.bottom-menu-col:last-child {
  border-right: 0;
}
.bottom-menu-col .txts h4 {
  font-size: 25px;
  margin-bottom: 30px;
}
.bottom-menu-col .btns {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.bottom-menu-col .btns a {
  display: block;
  background: url(../images/common/footer_parts02.svg) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bottom-menu-col .btns a:hover {
  background: url(../images/common/footer_parts02_hover.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .bottom-menu-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .bottom-menu-col .txts h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-menu-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 40px 30px;
    gap: 40px;
  }
  .bottom-menu-col:last-child {
    border-bottom: 0;
  }
  .bottom-menu-col .txts h4 {
    font-size: 20px;
  }
  .bottom-menu-col .txts p {
    font-size: 14px;
  }
  .bottom-menu-col .btns {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .bottom-menu-col .btns img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer {
  background-color: #014421;
  padding: 60px 0;
}
.footer .inner {
  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;
}
.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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em 10em;
  height: 7em;
  width: 430px;
}
.footer-nav ul li a {
  color: #fff;
}
@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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    height: 25px;
  }
  .footer-nav {
    margin: 50px 0;
  }
  .footer-nav ul {
    gap: 0;
    height: auto;
    width: 100%;
  }
  .footer-nav ul li {
    width: 100%;
  }
  .footer-nav ul li a {
    display: block;
    padding: 1.5em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
  }
  .footer-nav ul li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.copyright {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #014421;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1440px) {
  .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.copyright small {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .copyright {
    text-align: center;
  }
}

#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;
  line-height: 1.75;
}
body p {
  line-height: 2;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
}

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

.tit01 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .tit01 {
    font-size: 22px;
    text-align: center;
  }
}

.tit02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 0.7em;
  padding-left: 1.7em;
  position: relative;
}
.tit02:before {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #3CB371;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .tit02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.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, .btn_01 input {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 54100px;
  text-align: center;
  background-color: #014421;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.btn_01 a:hover, .btn_01 input: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, .btn_01 input {
    width: 100%;
  }
}

.btn_02 {
  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_02 a, .btn_02 input {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 54100px;
  text-align: center;
  background-color: #3CB371;
  color: #fff;
  margin: 0 auto;
}
.btn_02 a span, .btn_02 input span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
.btn_02 a span:after, .btn_02 input span:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_arrow01.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  margin-left: 1em;
}
.btn_02 a:hover, .btn_02 input:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .btn_02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_02 a, .btn_02 input {
    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;
}

.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: 1em 0;
}
.dl01 > dl:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #014421;
  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: #014421;
    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: #014421;
  }
  .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 #014421;
  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(1px);
          transform: translateY(1px);
  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(3px);
          transform: translateY(3px);
  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(2px);
          transform: translateY(2px);
  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(2px);
          transform: translateY(2px);
  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(2px);
          transform: translateY(2px);
  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;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 780px) {
  .new {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.c01 {
  background-color: #e4e4e4;
}

.c02 {
  background-color: #cde7fb;
}

.c03 {
  background-color: #c5e6cd;
}

.c04 {
  background-color: #fdc1c1;
}

.contact-policy {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  height: 270px;
  overflow-y: auto;
}
.contact-policy .txts {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 780px) {
  .contact-policy {
    padding: 20px;
  }
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .contact-form #inputContactForm {
    padding-bottom: 0;
  }
}
.contact-form .col-label {
  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;
  gap: 20px;
  margin-top: 20px;
}
.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:nth-child(2) input {
  background-color: #999 !important;
  width: 220px;
}
@media screen and (max-width: 780px) {
  .contact-form #contactButton > div:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .contact-form #contactButton > div:nth-child(2) input {
    width: 100%;
  }
}
.contact-form #contactButton a, .contact-form #contactButton input {
  width: 350px;
  max-width: 100%;
  height: 55px;
  font-size: 1rem;
  background-color: #3CB371;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -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 {
  cursor: pointer;
  opacity: 0.7 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form #contactButton a:nth-child(2), .contact-form #contactButton input:nth-child(2) {
  background-color: #014421;
}
@media screen and (max-width: 780px) {
  .contact-form #contactButton {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
  .contact-form #contactButton > div {
    width: 100%;
    display: block;
  }
  .contact-form #contactButton a, .contact-form #contactButton input {
    width: 100%;
  }
}

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

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

/* *********************************************************/
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 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.8em 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  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);
}

form.form .selectwrap {
  position: relative;
}
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;
}

form.form .col-check .mwform-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
form.form .col-check .mwform-checkbox-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  form.form .col-check .mwform-radio-field {
    margin-left: 0 !important;
  }
  form.form .col-check .mwform-checkbox-field {
    gap: 1em;
  }
  form.form .col-check .mwform-checkbox-field label {
    gap: 0.2em;
  }
}

:-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;
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 0.4em 0.4em 0.4em;
  -webkit-transform: translateY(-0.05em);
          transform: translateY(-0.05em);
}

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

.form-generic .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-generic .table-row .col-label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .form-generic .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@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 {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-label {
    width: 100%;
  }
}
@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: 60px;
}

@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-file input {
  width: auto;
}
.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;
}

.contact-form-check label {
  font-weight: bold;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}
.contact-form-check label:hover {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* *********************************************************/
.privacy-agree .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;
}

.privacy-agree .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 #3CB371;
  background: #3CB371;
}

.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-generic .table-row.conditions-display {
  display: none;
}

.T1-purpose {
  margin-bottom: 200px;
  text-align: center;
}
.T1-purpose h2 {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .T1-purpose {
    text-align: left;
    line-height: 2;
    margin-bottom: 80px;
  }
}

.T1-entry {
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 180px;
}
.T1-entry__img {
  width: 40%;
  position: relative;
}
.T1-entry__img:after {
  content: "Entry";
  color: rgba(87, 183, 75, 0.1);
  font-size: clamp(2.5rem, -3.409rem + 29.55vw, 18.75rem);
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: -10%;
  line-height: 1;
  left: 110%;
}
.T1-entry__txt {
  width: calc(60% + 80px);
  background-color: #fff;
  padding: 60px 80px;
  margin-left: -80px;
  margin-top: 10%;
  line-height: 2;
  position: relative;
}
.T1-entry__txt .ol01 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.T1-entry__txt .ol01 li {
  line-height: 1.75;
}
@media screen and (max-width: 780px) {
  .T1-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
    gap: 40px;
  }
  .T1-entry__txt {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .T1-entry__txt h2 {
    text-align: center;
  }
  .T1-entry__img {
    width: 100%;
  }
  .T1-entry__img:after {
    content: "Entry";
    color: rgba(87, 183, 75, 0.1);
    font-size: 110px;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    text-align: center;
    line-height: 1;
    left: 0%;
    right: 0%;
    margin: auto;
    top: 85%;
  }
}

.T1-fee {
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 120px;
  position: relative;
}
.T1-fee:after {
  content: "";
  background: url(../images/T1/ParticipationFee.svg) center top no-repeat;
  background-size: contain;
  width: 110vw;
  height: 15vw;
  position: absolute;
  z-index: -1;
  top: -7vw;
  right: 0;
  left: 0;
  margin: auto;
}
.T1-fee__img {
  width: 40%;
}
.T1-fee__txt {
  width: 60%;
  padding: 0px 80px;
}
@media screen and (max-width: 780px) {
  .T1-fee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
    gap: 40px;
  }
  .T1-fee:after {
    content: "";
    background: url(../images/T1/ParticipationFee.svg) center top no-repeat;
    background-size: contain;
    width: 100vw;
    height: 15vw;
    top: 99%;
  }
  .T1-fee__txt {
    width: 100%;
    padding: 0;
  }
  .T1-fee__img {
    width: 100%;
  }
}

.A1-catch {
  margin-bottom: 100px;
}
.A1-catch .tit01 {
  text-align: center;
}
.A1-catch__txt {
  text-align: center;
  margin-bottom: 60px;
}
.A1-catch__video {
  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;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .A1-catch .tit01 {
    font-size: 20px;
  }
  .A1-catch__txt {
    margin-bottom: 30px;
  }
}

.A1-step > ol {
  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: 60px;
  margin-bottom: 60px;
}
.A1-step > ol > li {
  background-color: #F5F5F5;
  padding-left: 40px;
  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;
  gap: 40px;
}
.A1-step > ol > li .number {
  background-color: #26896D;
  color: #fff;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90px;
  min-width: 90px;
  height: 80px;
  font-weight: 700;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  position: relative;
}
.A1-step > ol > li .number span {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.25em;
}
.A1-step > ol > li .number div {
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
}
.A1-step > ol > li .number:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 40px solid #26896d;
  border-bottom: 0;
}
.A1-step > ol > li .txts {
  padding: 40px 0;
  width: 100%;
}
.A1-step > ol > li .txts h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.A1-step > ol > li .txts .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.A1-step > ol > li .txts .btns a {
  color: #3CB371;
  background-color: #fff;
  padding: 1em;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-step > ol > li .txts .btns a:after {
  display: none;
}
.A1-step > ol > li .txts .btns a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_dl.svg) center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-step > ol > li .txts .btns a:hover {
  background: #3CB371;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
}
.A1-step > ol > li .txts .btns a:hover:after {
  content: "";
  background: url(../images/common/ico_dl_w.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-step-check {
  margin-bottom: 60px;
}
.A1-step-check 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: 1em;
}
.A1-step-check ul li {
  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;
  font-weight: bold;
  gap: 0.85em;
}
.A1-step-check ul li .A1-step-check__text {
  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;
}
.A1-step-check ul li .A1-step-check__text:before {
  position: relative;
  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;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
.A1-step-check ul li input {
  display: none;
}
.A1-step-check ul li .A1-step-check__input:checked, .A1-step-check ul li .A1-step-check__text {
  position: relative;
}
.A1-step-check ul li .A1-step-check__input:checked + .A1-step-check__text:before {
  border: 1px solid #3CB371;
  background: #3CB371;
}
.A1-step-check ul li .A1-step-check__input:checked + span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  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-top: 0.5em;
}
.A1-step-check__btn {
  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;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.A1-step-check__btn div {
  display: inline-block;
  position: relative;
}
.A1-step-check__btn div:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_arrow01.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1em;
  position: absolute;
  top: 50%;
  right: 2em;
}
.A1-step-check__btn a, .A1-step-check__btn input {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 54100px;
  text-align: center;
  background-color: #3CB371;
  color: #fff;
  margin: 0 auto;
  margin-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-step-check__btn a.active, .A1-step-check__btn input.active {
  opacity: 1;
  background-color: #3CB371;
  color: #fff;
  pointer-events: auto;
}
.A1-step-check__btn a:hover, .A1-step-check__btn input:hover {
  opacity: 0.75 !important;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .A1-step-check__btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .A1-step-check__btn div, .A1-step-check__btn a, .A1-step-check__btn input {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .A1-step > ol {
    gap: 40px;
  }
  .A1-step > ol > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding: 20px;
    padding-top: 0;
    gap: 0;
  }
  .A1-step > ol > li .number {
    background-color: #26896D;
    color: #fff;
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 46px;
    min-width: 46px;
    height: 45px;
    font-weight: 700;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    position: relative;
  }
  .A1-step > ol > li .number span {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.25em;
  }
  .A1-step > ol > li .number div {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
  }
  .A1-step > ol > li .number:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 23px solid transparent;
    border-left: 23px solid transparent;
    border-top: 20px solid #26896d;
    border-bottom: 0;
  }
  .A1-step > ol > li .txts {
    padding: 0;
    margin-top: 20px;
  }
  .A1-step > ol > li .txts h3 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .A1-step > ol > li .txts .btns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px;
  }
}

.B1-catch {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .B1-catch {
    margin-bottom: 50px;
  }
}

.contact-form .tit02 {
  margin-top: 60px;
}
.contact-form .bikou {
  display: block;
  width: 100%;
  color: #CBCBCB;
  font-size: 14px;
  margin-top: 5px;
}
.contact-form .form-file input {
  width: 100%;
}
.facility-link {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1em 0;
  margin-bottom: 80px;
}
.facility-link ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 0;
}
.facility-link ul li {
  border-left: 1px solid #D9D9D9;
}
.facility-link ul li:last-child {
  border-right: 1px solid #D9D9D9;
}
.facility-link ul li a {
  display: block;
  padding: 0 2em;
  font-weight: bold;
  color: #333;
}
.facility-link ul li a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/C1/ico_arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  margin-right: 0.5em;
}
@media screen and (max-width: 780px) {
  .facility-link {
    display: none;
  }
}

.facility-link-sp {
  display: none;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1em 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .facility-link-sp {
    display: block;
  }
}
.facility-link-sp button {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #014421;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
  text-align: center;
  position: relative;
  font-size: 18px;
}
.facility-link-sp button:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/C1/ico_arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  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;
  margin-top: 20px;
}
.facility-link-sp ul li a {
  display: block;
  color: #333;
  line-height: 1.3;
  padding-left: 2em;
  padding: 1em 2em;
  position: relative;
  font-size: 0.875rem;
  background-color: #fff;
}
.facility-link-sp ul li a:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arrow02.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 ul li:nth-child(odd) a {
  background-color: #f9f9f9;
}

.C1-faq {
  margin-bottom: 100px;
}
.C1-faq h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  padding: 0.7em;
  padding-left: 1.7em;
  position: relative;
}
.C1-faq h2:before {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #3CB371;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.C1-faq dl {
  margin-bottom: 20px;
  border: 1px solid #3CB371;
}
.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: 15px;
  height: 15px;
  background: url(../images/C1/ico_plus.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2em;
  right: 25px;
}
.C1-faq dl dt:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  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: 15px;
  height: 15px;
  background: url(../images/C1/ico_minus.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2em;
  right: 25px;
}
.C1-faq dl dd {
  font-size: 16px;
  padding-top: 0;
}
.C1-faq dl dd:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  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: 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: 15px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.E1-cont h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.E1-cont h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.E1-cont .txts {
  margin-bottom: 50px;
}
.E1-cont .txts .ol01 {
  margin-top: 15px;
}
.E1-cont .txts .ol01 li {
  font-size: 15px !important;
}
.E1-cont .txts a {
  color: #3CB371;
  text-decoration: underline;
}
.E1-cont .txts .bikou {
  background-color: #f6f6f6;
  padding: 20px 20px;
  margin-top: 15px;
  font-size: 16px;
}
.E1-cont .txts .bikou h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .E1-cont h3 {
    font-size: 20px;
  }
  .E1-cont h4 {
    font-size: 16px;
  }
  .E1-cont .txts {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .E1-cont .txts .ol01 {
    margin-top: 15px;
  }
  .E1-cont .txts .ol01 li {
    font-size: 13px !important;
  }
  .E1-cont .txts .bikou {
    padding: 20px 10px;
    font-size: 14px;
  }
  .E1-cont .txts .bikou h4 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.col-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.9em 20px;
}
.col-checkbox .mwform-checkbox-field {
  width: calc((100% - 40px) / 3);
  font-size: 16px;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  line-height: 1.4;
  margin-left: 0 !important;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .col-checkbox .mwform-checkbox-field {
    width: calc((100% - 20px) / 2);
  }
}
.col-checkbox .mwform-checkbox-field label {
  position: static;
}
.col-checkbox .mwform-checkbox-field input {
  display: none;
}
.col-checkbox .mwform-checkbox-field .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-checkbox .mwform-checkbox-field .mwform-checkbox-field-text label {
  cursor: pointer;
}
.col-checkbox .mwform-checkbox-field .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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 780px) {
  .col-checkbox .mwform-checkbox-field .mwform-checkbox-field-text:before {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.col-checkbox .mwform-checkbox-field input:checked + .mwform-checkbox-field-text {
  position: static;
}
.col-checkbox .mwform-checkbox-field input:checked + .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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #3CB371;
  background: #3CB371;
}
.col-checkbox .mwform-checkbox-field input: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: 3px;
}
@media screen and (max-width: 780px) {
  .col-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .col-checkbox .mwform-checkbox-field {
    width: 100%;
    font-size: 14px;
  }
}/*# sourceMappingURL=assets.css.map */