@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Roboto:100");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
*,
::before,
::after {
  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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

/**
 * 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 {
  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;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

:where(dialog) {
  inset: 0;
  border: unset;
  padding: unset;
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  background-color: unset;
  overflow: unset;
  color: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --designW: 1366;
  --contW: min(890 / var(--designW) * 100%, 1200px);
  --contMargin_hor: calc((100% - var(--contW)) / 2);
  --sideW: 240;
  --subContW: min(890 / (var(--designW) - var(--sideW)) * 100%, 1200px);
  --black_txt: #333;
  --gray_txt: #737272;
  --dark-green: #689D38;
  --main-green: #8DC031;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 375;
    --contW: calc(335 / 960 * 100%);
    --subContW: calc(335 / var(--designW) * 100%);
  }
}

:lang(en) {
  --negLeading: calc((1cap - 1lh) / 2);
}

/**
 * Base
 */
:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  color: var(--black_txt);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
body.prevent-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

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

.inline-block {
  display: inline-block;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Layout
 */
.ly_wrapper {
  display: flex;
}

.ly_side {
  position: relative;
  width: 240px;
  height: 100vh;
}

.ly_main {
  width: calc(100% - 240px);
  padding-top: 103px;
}

@media screen and (max-width: 960px) {
  .ly_side {
    display: none;
  }
  .ly_main {
    width: 100%;
    border-left: 0;
    padding-top: 60px;
  }
}
/**
 * Header
 */
.g_header__sp {
  display: none;
}
.g_header__top-pc {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  background-color: #E9EFE5;
}
.g_header__bot-pc {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #FFF;
}
.g_header__sp {
  display: none;
}
.g_header__social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #F5F5F5;
}
.g_header__social a {
  margin: 0 10px;
}
.g_header__social img {
  display: block;
}
.g_header .menu-primary-pc {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.g_header .menu-primary-pc a {
  padding: 10px 8px;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #535151;
  transition: 0.2s color;
}
.g_header .menu-secondary-pc {
  position: fixed;
  z-index: 30;
  top: 40px;
  right: 0;
  height: 63px;
  display: flex;
}
.g_header .menu-secondary-pc__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px;
  padding: 11px 5px 10px;
  color: #FFF;
  background-color: var(--dark-green);
  font-size: 0.625rem;
  font-weight: 500;
  transition: 0.2s color, 0.2s background-color;
  cursor: pointer;
}
.g_header .menu-secondary-pc__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  content: "";
}
.g_header .menu-secondary-pc__item:first-child::before {
  display: none;
}
.g_header .menu-secondary-pc__item.search {
  caret-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.g_header .menu-secondary-pc__item.search .icon-active {
  display: none;
}
.g_header .menu-secondary-pc__item.search .icon-default {
  display: inline-block;
}
.g_header .menu-secondary-pc__item.search .text-default {
  display: inline-block;
}
.g_header .menu-secondary-pc__item.search.active {
  background-color: var(--main-green);
}
.g_header .menu-secondary-pc__item.search.active .icon-active {
  display: inline-block;
}
.g_header .menu-secondary-pc__item.search.active .icon-default {
  display: none;
}
.g_header .menu-secondary-pc__item img {
  margin-bottom: 5px;
}
.g_header .menu-primary-sp {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 60px;
}
.g_header .menu-primary-sp__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  padding: 10px 0;
  color: #535151;
  font-size: 0.625rem;
  font-weight: 500;
  transition: 0.2s color, 0.2s background-color;
}
.g_header .menu-primary-sp__item:not(:last-child)::before {
  position: absolute;
  top: 14px;
  right: 0;
  width: 1px;
  height: 33px;
  background-color: #CACACA;
  content: "";
}
.g_header .menu-primary-sp__item.search {
  caret-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.g_header .menu-primary-sp__item.search .icon-default {
  display: inline-block;
}
.g_header .menu-primary-sp__item.search .icon-active {
  display: none;
}
.g_header .menu-primary-sp__item.search .text-default {
  display: inline-block;
}
.g_header .menu-primary-sp__item.search.active .icon-active {
  display: inline-block;
}
.g_header .menu-primary-sp__item.search.active .icon-default {
  display: none;
}
.g_header .menu-primary-sp__item img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.g_header .hamburger {
  display: block;
  position: absolute;
  z-index: 20;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: var(--dark-green);
}
.g_header .hamburger::after {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0.625rem;
  color: #FFF;
  font-family: var(--ro);
  content: "MENU";
}
.g_header .hamburger.active::after {
  content: "CLOSE";
}
.g_header .hamburger span {
  display: block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  transition: 0.2s transform;
}
.g_header .hamburger span:nth-child(1) {
  top: 16px;
}
.g_header .hamburger span:nth-child(2) {
  top: 22px;
}
.g_header .hamburger span:nth-child(3) {
  top: 28px;
}
.g_header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
.g_header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.g_header .hamburger.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}
.g_header .wrap-menu-sp {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 60px;
  background-color: #FFF;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.g_header .wrap-menu-sp.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.g_header .nav-sp li a:hover {
  opacity: 1;
}
.g_header .nav-sp-1 li {
  position: relative;
  font-size: 0.9375rem;
}
.g_header .nav-sp-1__list {
  width: 100%;
  background-color: #FFF;
}
.g_header .nav-sp-1__list > li {
  position: relative;
  z-index: 1;
  transition: 0.2s background-color;
  border-bottom: 1px solid #E9EFE5;
}
.g_header .nav-sp-1__list > li > a {
  position: relative;
  display: flex;
  width: calc(100% - 45px);
  padding: 17px 20px 17px;
  color: #535151;
  font-size: 0.9375rem;
  font-weight: 500;
}
.g_header .nav-sp-1__list > li > a::after {
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(../img/common/icon/icon_arrow_07.svg) no-repeat 50% 50%;
  background-size: 13px auto;
  content: "";
}
.g_header .nav-sp-1__list > li .expand {
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(../img/common/icon/icon_plus.svg) no-repeat 50% 50%;
  background-size: 13px auto;
  content: "";
}
.g_header .nav-sp-1__list > li .expand.active {
  background-image: url(../img/common/icon/icon_minus.svg);
}
.g_header .nav-sp-1__list > li.multi > a::after {
  display: none;
}
.g_header .nav-sp-2 {
  display: none;
  width: 100%;
  background-color: #F3F8E9;
  border-top: 1px solid #E9EFE5;
}
.g_header .nav-sp-2__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 45px);
  padding: 14px 20px 14px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #737272;
}
.g_header .nav-sp-2__ttl::after {
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(../img/common/icon/icon_arrow_07.svg) no-repeat 50% 50%;
  background-size: 13px auto;
  content: "";
}
.g_header .nav-sp-2__list {
  position: relative;
}
.g_header .nav-sp-2__list > li {
  position: relative;
  z-index: 2;
}
.g_header .nav-sp-2__list > li > a {
  position: relative;
  display: flex;
  width: calc(100% - 45px);
  padding: 14px 14px 14px 40px;
  font-size: 0.875rem;
  color: #535151;
}
.g_header .nav-sp-2__list > li .expand {
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(../img/common/icon/icon_plus.svg) no-repeat 50% 50%;
  background-size: 13px auto;
  content: "";
}
.g_header .nav-sp-2__list > li .expand.active {
  background-image: url(../img/common/icon/icon_minus.svg);
}
.g_header .nav-sp-3 {
  display: none;
  background-color: var(--dark-green);
}
.g_header .nav-sp-3.active {
  display: block;
}
.g_header .nav-sp-3__ttl {
  display: block;
  position: relative;
  padding: 20px 15px 5px 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
}
.g_header .nav-sp-3__list {
  padding: 10px 0;
}
.g_header .nav-sp-3__list > li {
  position: relative;
  z-index: 3;
}
.g_header .nav-sp-3__list > li > a {
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 60px;
  color: #FFF;
  transition: 0.2s color;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.g_header .nav-target-sp {
  border-top: 1px solid #E9EFE5;
  padding: 25px 20px;
}
.g_header .nav-target-sp__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}
.g_header .nav-target-sp__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: 0.2s opacity;
}
.g_header .nav-target-sp__item::before {
  content: "";
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background: url(../img/common/icon/icon_arrow_07.svg) no-repeat 50% 50%;
  background-size: 13px auto;
}
.g_header .nav-target-sp__item:hover {
  opacity: 0.7;
}
.g_header .nav-target-sp__text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #737272;
  line-height: 1.3;
  letter-spacing: 0.065em;
}
.g_header .nav-secondary-sp__row {
  display: flex;
}
.g_header .nav-secondary-sp__row:not(:last-child) {
  border-bottom: 1px solid #E9EFE5;
}
.g_header .nav-secondary-sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 14px 10px 14px;
  background-color: var(--dark-green);
}
.g_header .nav-secondary-sp a:not(:last-child) {
  border-right: 1px solid #E9EFE5;
}
.g_header .nav-secondary-sp a.full-w {
  width: 100%;
}
.g_header .nav-secondary-sp img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-top: -1px;
}
.g_header .nav-secondary-sp span {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFF;
}
.g_header .btn-close {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 21px 10px;
  background-color: #FFF;
}
.g_header .btn-close span {
  position: relative;
  padding-left: 17px;
  font-size: 0.75rem;
  color: #303030;
}
.g_header .btn-close span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon/icon_close_02.svg) no-repeat 50% 50%;
  background-size: auto 15px;
  content: "";
}
.g_header .el_search_menu {
  display: none;
  position: fixed;
  z-index: 22;
  right: 0;
  top: 103px;
  width: 336px;
  height: 63px;
  background-color: #F5F5F5;
}
.g_header .el_search_menu input {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 282px;
  box-sizing: border-box;
  height: 63px;
  padding: 10px 10px 10px 13px;
  color: #737272;
  font-size: 0.875rem;
  font-weight: 500;
  box-sizing: border-box;
}
.g_header .el_search_menu button {
  position: absolute;
  z-index: 23;
  right: 0;
  top: 0;
  width: 50px;
  height: 63px;
  margin: 0;
  padding: 0;
  outline: none;
  background: url(../img/common/icon/icon_search_02.svg) no-repeat 50% 50%;
  background-size: 26px auto;
  border: 0;
}
.g_header .el_search_menu.active {
  display: block;
}
@media screen and (max-width: 960px) {
  .g_header .el_search_menu {
    top: 60px;
    width: 100%;
  }
  .g_header .el_search_menu input {
    width: calc(100% - 50px);
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 961px) {
  .g_header .menu-primary-pc a {
    opacity: 1;
  }
  .g_header .menu-primary-pc a:hover {
    color: var(--dark-green);
  }
  .g_header .menu-secondary-pc__item:hover {
    opacity: 1;
    background-color: var(--main-green);
  }
  .g_header .wrap-menu-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .g_header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FFF;
  }
  .g_header__pc {
    display: none;
  }
  .g_header__sp {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .g_header__sp::after {
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FFF;
    content: "";
  }
  .g_header__logo-sp {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
  .g_header__logo-sp a {
    display: block;
  }
  .g_header__logo-sp a:hover {
    opacity: 1;
  }
  .g_header__logo-sp img {
    display: block;
    width: 100%;
  }
}

.g_overlay {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 72, 77, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.g_overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: all;
}

.g_header__subMenu {
  border-top: 1px solid #F5F5F5;
}
.g_header__subMenu .subMenu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.g_header__subMenu .subMenu__list > li {
  position: relative;
}
.g_header__subMenu .subMenu__list > li:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  width: 1px;
  margin-top: -12px;
  background: #CACACA;
}
.g_header__subMenu .subMenu__item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding-block: 13px;
  padding-inline: 0.5em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #535151;
}
.g_header__subMenu .subMenu__item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(29%) sepia(17%) saturate(18%) hue-rotate(127deg) brightness(98%) contrast(90%);
}

/**
 * Footer
 */
.g-footer {
  background-color: #FAFAFA;
  color: var(--gray_txt);
  font-family: "Noto Sans JP";
}
.g-footer_inner {
  margin: auto;
  max-width: 1079px;
  display: flex;
  padding: 37px 32px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .g-footer_inner {
    width: auto;
    display: block;
    padding: 50px 20px 34px;
  }
}
.g-footer .logo {
  max-width: 210px;
}
@media screen and (max-width: 960px) {
  .g-footer .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
.g-footer .logo a:hover {
  opacity: 0.6;
}
.g-footer .address {
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .g-footer .address {
    margin-top: 11px;
    text-align: center;
  }
}
.g-footer .address p {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .g-footer .address p {
    line-height: 1.7;
  }
}
.g-footer .nav_wrapper {
  width: 388px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .g-footer .nav_wrapper {
    width: 100%;
    margin-top: 28px;
    margin-inline: 0;
    padding-top: 20px;
    border-top: 1px solid #cacaca;
  }
}
.g-footer .nav {
  width: 88%;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 7px;
  margin-top: 7px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .g-footer .nav {
    font-size: 0.875rem;
    row-gap: 11px;
  }
}
.g-footer .nav:first-child {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .g-footer .nav {
    margin-top: 11px;
    justify-content: center;
  }
}
.g-footer .nav a {
  font-family: "Noto Sans JP";
  color: var(--gray_txt);
  font-weight: 500;
  transition: opacity var(--transDur);
}
.g-footer .nav a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .g-footer .nav a:hover {
    opacity: 0.6;
  }
}
.g-footer .office {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-top: 14px;
}
@media screen and (max-width: 960px) {
  .g-footer .office {
    display: block;
    margin-top: 20px;
  }
}
.g-footer .office_nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 463px;
  justify-content: flex-end;
  gap: 9px;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 960px) {
  .g-footer .office_nav {
    max-width: none;
    justify-content: center;
  }
}
.g-footer .office_nav li {
  height: -moz-fit-content;
  height: fit-content;
}
.g-footer .office_nav li:last-child {
  margin-right: 0;
}
.g-footer .office_nav li a {
  border: 1px solid var(--gray_txt);
  display: block;
  padding: 13px 20px;
  color: var(--gray_txt);
  font-family: "Noto Sans JP";
  font-weight: 500;
  transition: opacity var(--transDur);
}
@media screen and (max-width: 960px) {
  .g-footer .office_nav li a {
    padding: 7px 19px;
  }
}
.g-footer .office_nav li a:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .g-footer .office_nav li a:hover {
    opacity: 0.6;
  }
}
.g-footer .office_recognition {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 166px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  background-color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  .g-footer .office_recognition {
    max-width: 338px;
    gap: 20px;
    margin: 20px auto 0 auto;
  }
}
.g-footer .office_recognition li {
  width: 42px;
  box-sizing: border-box;
}
.g-footer .office_recognition li a:hover {
  opacity: 0.6;
}
.g-footer .copyright {
  background: #8DC031;
  padding-block: 12px;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 960px) {
  .g-footer .copyright {
    padding-block: 8px;
    line-height: 0.7;
  }
}
.g-footer .copyright small {
  font-family: "Noto Sans JP";
}

/**
 * Container
 */
.ct_std {
  margin-inline: auto;
  width: var(--contW);
}
.ct_home {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  .ct_home {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ct_inner {
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ct_inner {
    padding: 0 20px;
  }
}

/**
 * Block
 */
.bl_breadcrumb {
  margin-bottom: 60px;
}
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.bl_breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.bl_breadcrumb li:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.bl_breadcrumb a {
  display: block;
}
.bl_breadcrumb li:last-child a {
  pointer-events: none;
}

.bl_contSet > :not(:first-child) {
  margin-top: 80px;
}
.bl_contSet > .bl_hdgSet + * {
  margin-top: 0;
}

.bl_anchorLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_anchorLinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_anchorLinks > li {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.bl_anchorLinks a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 20px 20px 0;
}
.bl_anchorLinks a::after {
  content: ">";
  line-height: 1;
  rotate: 90deg;
}

.bl_btns {
  display: grid;
  gap: 30px;
}
@media not all and (max-width: 767px), print {
  .bl_btns__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__4col {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.bl_imgAndBody {
  --_gap_row: 30px;
  --_gap_col: 40px;
  --_imageMaxW: 40%;
}
.bl_imgAndBody_inner {
  display: grid;
  gap: var(--_gap_row) var(--_gap_col);
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_inner {
    grid-template-columns: auto fit-content(var(--_imageMaxW));
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_img {
    order: 1;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgLeft .bl_imgAndBody_inner {
    grid-template-columns: fit-content(var(--_imageMaxW)) auto;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner {
    display: block;
    margin-bottom: calc(var(--_gap_row) * -1);
  }
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    padding-bottom: var(--_gap_row);
    max-width: var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img {
    float: right;
    margin-left: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    float: left;
    margin-right: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_body, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_body {
    padding-bottom: var(--_gap_row);
  }
}

.bl_img {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_img__w100p {
  width: 100%;
}
.bl_img__w100p img {
  width: 100%;
}
.bl_img figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_imgGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 20px;
}
.bl_imgGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_imgGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_wysiwyg h2 {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.bl_wysiwyg h3 {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}
.bl_wysiwyg h4 {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}
.bl_wysiwyg a {
  text-decoration: underline;
}
.bl_wysiwyg a::after {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.bl_wysiwyg a[target=_blank]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
.bl_wysiwyg a[href$=".pdf"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_pdf.svg);
  mask-image: url(../img/common/icon/icon_pdf.svg);
}
.bl_wysiwyg a[href*=".doc"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_doc.svg);
  mask-image: url(../img/common/icon/icon_doc.svg);
}
.bl_wysiwyg a[href*=".xls"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_xls.svg);
  mask-image: url(../img/common/icon/icon_xls.svg);
}
.bl_wysiwyg a[href*=".ppt"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_ppt.svg);
  mask-image: url(../img/common/icon/icon_ppt.svg);
}
.bl_wysiwyg a[href$=".zip"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_file.svg);
  mask-image: url(../img/common/icon/icon_file.svg);
}
.bl_wysiwyg a::after {
  translate: 0 4px;
}
.bl_wysiwyg a > span {
  margin-right: 5px;
}
.bl_wysiwyg a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_wysiwyg a:hover {
    text-decoration: none;
  }
}
.bl_wysiwyg ol li:not(:first-child),
.bl_wysiwyg ul li:not(:first-child) {
  margin-top: 0.5em;
}
.bl_wysiwyg ol li ol,
.bl_wysiwyg ol li ul,
.bl_wysiwyg ul li ol,
.bl_wysiwyg ul li ul {
  margin-top: 0.5em;
}
.bl_wysiwyg ol {
  counter-reset: liCounter;
}
.bl_wysiwyg ol > li {
  position: relative;
  margin-left: 1em;
}
.bl_wysiwyg ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 3px;
  white-space: nowrap;
}
.bl_wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
}
.bl_wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  border-radius: 50%;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: currentColor;
  translate: 0 -50%;
}
.bl_wysiwyg table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-collapse: separate;
}
.bl_wysiwyg th,
.bl_wysiwyg td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 16px;
}
.bl_wysiwyg th {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .bl_table__spScroll {
    margin-inline: var(--contMargin_hor) 0;
    padding: 0 var(--contMargin_hor) 1px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_table__spScroll table {
    width: 200%;
  }
}

.bl_video {
  display: table;
  width: 100%;
  caption-side: bottom;
}
.bl_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bl_video figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_videoGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_videoGroup .bl_video:not(:last-child) {
  margin-bottom: 20px;
}
.bl_videoGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_videoGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_dataTable {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  .bl_dataTable {
    grid-template-columns: minmax(100px, max-content) 1fr;
  }
}
.bl_dataTable_row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  border-bottom: 2px solid;
  padding: 20px;
}
.bl_dataTable_row:nth-child(odd) {
  background-color: #ddd;
}
.bl_dataTable dt {
  font-weight: bold;
}

.bl_accordionList {
  display: grid;
  gap: 30px;
}

.bl_accordion {
  border: 2px solid;
}
.bl_accordion_head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .icon {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.bl_accordion_head .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
}
.bl_accordion[open] .bl_accordion_head .icon::before {
  opacity: 0;
}
.bl_accordion_body {
  overflow: hidden;
}
.bl_accordion_body > div {
  padding: 0 30px 20px;
}

.bl_dialog {
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition-property: opacity, visibility, overlay;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
  transition-behavior: allow-discrete;
  scrollbar-width: none;
}
.bl_dialog::-webkit-scrollbar {
  display: none;
}
.bl_dialog[open] {
  opacity: 1;
  visibility: visible;
}
.bl_dialog::backdrop {
  display: none;
}
.bl_dialog_backdrop {
  height: calc(100% + 1px);
}
.bl_dialog_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bl_dialog__wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.bl_dialog__close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #FFF url(../img/common/icon/icon_close_02.svg) no-repeat 50% 50%;
  background-size: 35px auto;
  transition: 0.2s opacity;
  cursor: pointer;
}
.bl_dialog_body {
  position: relative;
  background-color: #fff;
}
.bl_dialog_body__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 60px 15px 30px;
  background-color: #002E56;
  color: #FFF;
  font-weight: 700;
  min-height: 100px;
}
.bl_dialog_body__head__date {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.9375rem;
  font-family: var(--font-roboto);
  letter-spacing: 0.9px;
}
.bl_dialog_body__head__ttl {
  line-height: 1.4;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.bl_dialog_body__content {
  padding: 28px 30px 28px;
  background-color: #FFF;
}
.bl_dialog_body__content__inner {
  overflow-y: auto;
  max-height: 300px;
}
.bl_dialog_body__content__inner::-webkit-scrollbar {
  width: 6px;
}
.bl_dialog_body__content__inner::-webkit-scrollbar-track {
  background: #CACACA;
  border-radius: 6px;
}
.bl_dialog_body__content__inner::-webkit-scrollbar-thumb {
  background: #737272;
  border-radius: 6px;
}
.bl_dialog_body__content p {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
}
.bl_dialog_body__content a {
  color: var(--dark-green);
  text-decoration: underline;
}
.bl_dialog_body__content ul li {
  position: relative;
  padding-left: 14px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.bl_dialog_body__content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.bl_dialog_body__content ul li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #737272;
  content: "";
}
@media screen and (min-width: 961px) {
  .bl_dialog_body__close:hover {
    opacity: 0.6;
  }
  .bl_dialog_body p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .bl_dialog_body__close {
    width: 40px;
    height: 40px;
    background-size: 30px auto;
  }
  .bl_dialog_body__wrap {
    height: auto;
    max-height: calc(100vh - 40px);
  }
  .bl_dialog_body__head {
    padding: 25px 45px 15px 20px;
  }
  .bl_dialog_body__head__date {
    margin-bottom: 8px;
    font-size: 0.875rem;
    letter-spacing: 0.9px;
  }
  .bl_dialog_body__head__ttl {
    font-size: 1.125rem;
  }
  .bl_dialog_body__content {
    padding: 22px 20px;
  }
  .bl_dialog_body__content__inner {
    max-height: 360px;
    font-size: 0.875rem;
  }
  .bl_dialog_body__content p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .bl_dialog_body__content ul li {
    padding-left: 14px;
    font-size: 0.875rem;
  }
  .bl_dialog_body__content ul li:not(:last-child) {
    margin-bottom: 7px;
  }
  .bl_dialog_body__content ul li::before {
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
}
.bl_dialog_closeBtn {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #FFF url(../img/common/icon/icon_close_02.svg) no-repeat 50% 50%;
  background-size: 35px auto;
  transition: 0.2s opacity;
  cursor: pointer;
}
.bl_dialog_closeBtn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .bl_dialog_closeBtn {
    width: 40px;
    height: 40px;
    background-size: 30px auto;
  }
}

.bl_tabCont_tablist button {
  border: 1px solid var(--black_txt);
  border-bottom: 0;
  padding: 1em;
}
.bl_tabCont_tablist button[aria-selected=true] {
  background-color: var(--black_txt);
  color: #fff;
}
.bl_tabCont_tabpanel {
  border: 2px solid;
  padding: 2em;
}

/**
 * Element
 */
.el_hdgLg {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.el_hdgMd {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}

.el_hdgSm {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}

.el_btn {
  display: grid;
  place-items: center;
  border: 1px solid #333;
  padding: 16px 48px;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
}
.el_btn .el_btn_inner::after {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.el_btn[target=_blank] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
.el_btn[href$=".pdf"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_pdf.svg);
  mask-image: url(../img/common/icon/icon_pdf.svg);
}
.el_btn[href*=".doc"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_doc.svg);
  mask-image: url(../img/common/icon/icon_doc.svg);
}
.el_btn[href*=".xls"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_xls.svg);
  mask-image: url(../img/common/icon/icon_xls.svg);
}
.el_btn[href*=".ppt"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_ppt.svg);
  mask-image: url(../img/common/icon/icon_ppt.svg);
}
.el_btn[href$=".zip"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_file.svg);
  mask-image: url(../img/common/icon/icon_file.svg);
}
.el_btn:focus-visible {
  background-color: #fff;
  color: #333;
}
@media (any-hover: hover) {
  .el_btn:hover {
    background-color: #fff;
    color: #333;
  }
}
.el_btn_inner::after {
  translate: 0 4px;
}
.el_btn_inner > span {
  margin-right: 5px;
}

.el_headline-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.el_headline-1__ttl {
  font-size: 44px;
  font-weight: 200;
  color: #000;
  line-height: 1.2;
  letter-spacing: 5px;
  font-family: var(--font-noto-sans);
  font-weight: 100;
}
.el_headline-1__ttl span {
  font-family: var(--font-noto-sans);
  font-weight: 100;
  margin-left: 10px;
}
.el_headline-1__sub {
  margin-top: 3px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .el_headline-1 {
    margin-bottom: 30px;
  }
  .el_headline-1__ttl {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
  }
  .el_headline-1__ttl span {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: -5px;
    display: block;
  }
  .el_headline-1__sub {
    margin-top: 15px;
    text-align: center;
    font-size: 0.8125rem;
  }
}

.el_headline-2 {
  margin-bottom: 20px;
  font-size: 2.125rem;
  font-weight: 200;
  color: #000;
  font-family: var(--font-roboto);
  letter-spacing: 3.4px;
}
@media screen and (max-width: 960px) {
  .el_headline-2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
}

.el_headline-3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 960px) {
  .el_headline-3 {
    margin-bottom: 24px;
    text-align: center;
  }
}

.el_banner-brand {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 30px;
  width: auto;
  max-width: 400px;
  height: auto;
  background-color: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.el_banner-brand.active {
  display: block;
}
.el_banner-brand__close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #DAEFCB url(../img/common/icon/icon_close_04.svg) no-repeat 50% 50%;
  background-size: 20px auto;
  transition: 0.2s opacity;
  cursor: pointer;
}
.el_banner-brand a {
  display: flex;
  width: 100%;
  height: 100%;
}
.el_banner-brand__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  background-color: #FFF;
  transition: 0.2s opacity;
}
.el_banner-brand__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_banner-brand__img-once {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.el_banner-brand__img-once img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}
.el_banner-brand__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  min-height: 80px;
  padding: 8px 35px 8px 20px;
  background-color: var(--main-green);
  color: #FFF;
  font-weight: 700;
  transition: 0.2s opacity;
}
.el_banner-brand__ttl {
  font-size: 1.0625rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.el_banner-brand__sub {
  display: inline-block;
  margin-top: 5px;
  margin-right: auto;
  padding-right: 15px;
  font-size: 0.6875rem;
  background: url(../img/common/icon/icon_arrow_08.svg) no-repeat right 0 top 50%;
  background-size: 11px auto;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .el_banner-brand a:hover {
    opacity: 0.6;
  }
  .el_banner-brand__close {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .el_banner-brand {
    right: 20px;
    bottom: 20px;
    width: 208px;
    height: 70px;
    box-shadow: none;
  }
  .el_banner-brand__close {
    width: 34px;
    height: 34px;
    top: -34px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .el_banner-brand a {
    position: relative;
    z-index: 11;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .el_banner-brand a:hover {
    opacity: 1 !important;
  }
  .el_banner-brand__img-once {
    background-color: #FFF;
  }
  .el_banner-brand__img {
    width: 70px;
  }
  .el_banner-brand__content {
    width: calc(100% - 70px);
    padding: 10px 5px 10px 10px;
    min-height: auto;
  }
  .el_banner-brand__ttl {
    font-size: 0.6875rem;
  }
  .el_banner-brand__sub {
    display: none;
  }
}

.el_wysiwyg {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(67, 72, 77, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.el_wysiwyg.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: all;
}
.el_wysiwyg__wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.el_wysiwyg__close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #FFF url(../img/common/icon/icon_close_02.svg) no-repeat 50% 50%;
  background-size: 35px auto;
  transition: 0.2s opacity;
  cursor: pointer;
}
.el_wysiwyg__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 60px 15px 30px;
  background-color: #002E56;
  color: #FFF;
  font-weight: 700;
  min-height: 100px;
}
.el_wysiwyg__head__date {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.9375rem;
  font-family: var(--font-roboto);
  letter-spacing: 0.9px;
}
.el_wysiwyg__head__ttl {
  line-height: 1.4;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.el_wysiwyg__content {
  padding: 28px 30px 28px;
  background-color: #FFF;
}
.el_wysiwyg__content__inner {
  overflow-y: auto;
  max-height: 300px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
}
.el_wysiwyg__content__inner::-webkit-scrollbar {
  width: 6px;
}
.el_wysiwyg__content__inner::-webkit-scrollbar-track {
  background: #CACACA;
  border-radius: 6px;
}
.el_wysiwyg__content__inner::-webkit-scrollbar-thumb {
  background: #737272;
  border-radius: 6px;
}
.el_wysiwyg__content a {
  color: var(--dark-green);
  text-decoration: underline;
}
.el_wysiwyg__content ul {
  margin-top: 25px;
}
.el_wysiwyg__content ul li {
  position: relative;
  padding-left: 14px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.el_wysiwyg__content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.el_wysiwyg__content ul li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #737272;
  content: "";
}
@media screen and (min-width: 961px) {
  .el_wysiwyg__close:hover {
    opacity: 0.6;
  }
  .el_wysiwyg p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .el_wysiwyg__close {
    width: 40px;
    height: 40px;
    background-size: 30px auto;
  }
  .el_wysiwyg__wrap {
    height: auto;
    max-height: calc(100vh - 40px);
  }
  .el_wysiwyg__head {
    padding: 25px 45px 15px 20px;
  }
  .el_wysiwyg__head__date {
    margin-bottom: 8px;
    font-size: 0.875rem;
    letter-spacing: 0.9px;
  }
  .el_wysiwyg__head__ttl {
    font-size: 1.125rem;
  }
  .el_wysiwyg__content {
    padding: 22px 20px;
  }
  .el_wysiwyg__content__inner {
    max-height: 360px;
  }
  .el_wysiwyg__content p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .el_wysiwyg__content ul li {
    padding-left: 14px;
    font-size: 0.875rem;
  }
  .el_wysiwyg__content ul li:not(:last-child) {
    margin-bottom: 7px;
  }
  .el_wysiwyg__content ul li::before {
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
}

/**
 * Unique
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hp_trimLeading::before, .hp_trimLeading::after {
  content: "";
  display: block;
}
.hp_trimLeading::before {
  margin-block-end: var(--negLeading);
}
.hp_trimLeading::after {
  margin-block-start: var(--negLeading);
}

/**
 * Page
 */
.pg_home {
  font-family: var(--font-noto-sans);
}
.pg_home .ct_keyv {
  position: relative;
}
.pg_home .ct_keyv::before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background-color: #F3F8E9;
  content: "";
}
@media screen and (max-width: 960px) {
  .pg_home .ct_keyv::before {
    height: 240px;
  }
}
.pg_home .ct_research-new {
  padding-bottom: 80px;
  background-color: #F3F8E9;
}
.pg_home .bl_notice {
  display: flex;
  align-items: stretch;
  margin-bottom: 90px;
  padding: 16px 43px;
  background-color: #FFF;
}
.pg_home .bl_notice__ttl {
  display: flex;
  align-items: center;
  width: 165px;
  margin-right: 40px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-green);
  border-right: 1px solid #D9D9D9;
}
.pg_home .bl_notice__list {
  width: calc(100% - 165px);
}
.pg_home .bl_notice__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pg_home .bl_notice__item:last-child {
  margin-bottom: 0;
}
.pg_home .bl_notice__date {
  position: relative;
  top: -1px;
  width: 100px;
  min-width: 100px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--font-roboto);
  color: #535151;
}
.pg_home .bl_notice a {
  position: relative;
  padding-right: 25px;
  display: block;
  width: calc(100% - 100px);
  font-size: 0.875rem;
  color: #000;
  line-height: 1.5;
  transition: 0.2s color;
}
.pg_home .bl_notice a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 17px;
  height: 8px;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: 17px auto;
  content: "";
}
@media screen and (min-width: 961px) {
  .pg_home .bl_notice a:hover {
    opacity: 1;
    color: var(--dark-green);
  }
}
@media screen and (max-width: 1200px) {
  .pg_home .bl_notice {
    flex-direction: column;
    margin-bottom: 85px;
    padding: 16px 20px;
  }
  .pg_home .bl_notice__ttl {
    width: 100%;
    margin: 0 0 18px 0;
    padding-right: 0;
    border-right: 0;
    font-size: 0.9375rem;
  }
  .pg_home .bl_notice__list {
    width: 100%;
  }
  .pg_home .bl_notice__item {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .pg_home .bl_notice__date {
    width: 100%;
    min-width: inherit;
    margin-bottom: 3px;
    font-size: 0.875rem;
  }
  .pg_home .bl_notice a {
    position: relative;
    padding-right: 25px;
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .pg_home .bl_notice a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 17px;
    height: 8px;
    background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
    background-size: 17px auto;
    content: "";
  }
}
.pg_home .ct_pick-up {
  padding: 80px 0 104px;
  border-bottom: 1px solid #CACACA;
}
@media screen and (max-width: 960px) {
  .pg_home .ct_pick-up {
    padding: 60px 0;
  }
}
.pg_home .bl_research-new {
  background-color: #F3F8E9;
}
.pg_home .bl_research-new--custom {
  background-color: #FFF;
}
.pg_home .bl_research-new--custom .bl_research-new__content {
  background-color: #F5F5F5;
}
.pg_home .bl_research-new__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px 21px;
  margin-bottom: 38px;
}
.pg_home .bl_research-new__item {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.pg_home .bl_research-new__item:hover {
  opacity: 1;
}
.pg_home .bl_research-new__img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 250/155;
}
.pg_home .bl_research-new__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.pg_home .bl_research-new__content {
  background-color: #fff;
  padding: 12px 15px 15px 15px;
  transition: 0.2s background-color;
  flex-grow: 1;
}
.pg_home .bl_research-new__date {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--font-roboto);
  color: #535151;
}
.pg_home .bl_research-new__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
}
@media screen and (min-width: 961px) {
  .pg_home .bl_research-new .bl_research-new__item:hover .bl_research-new__img img {
    transform: scale(1.1);
  }
  .pg_home .bl_research-new .bl_research-new__item:hover .bl_research-new__content {
    background-color: #DAE8BE;
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bl_research-new__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .pg_home .bl_research-new__date {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
  .pg_home .bl_research-new__txt {
    font-size: 0.75rem;
    -webkit-line-clamp: 3;
  }
}
.pg_home .bt-detail a {
  min-width: 280px;
  background-color: #FFF;
}
.pg_home .bl_pick-up__block {
  display: flex;
}
.pg_home .bl_pick-up__main {
  width: 43%;
}
.pg_home .bl_pick-up__main:hover {
  opacity: 1;
}
.pg_home .bl_pick-up__list {
  width: 57%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 30px;
  padding-left: 30px;
}
.pg_home .bl_pick-up__item {
  display: flex;
  flex-direction: column;
}
.pg_home .bl_pick-up__item:hover {
  opacity: 1;
}
.pg_home .bl_pick-up__main-img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 452/462;
  margin-bottom: 17px;
}
.pg_home .bl_pick-up__main-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.pg_home .bl_pick-up__main-ttl {
  position: relative;
  margin-bottom: 12px;
  padding-right: 30px;
  font-size: 1rem;
  color: #303030;
  line-height: 1.4;
  transition: color 0.3s;
}
.pg_home .bl_pick-up__main-ttl::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 17px;
  height: 8px;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: 17px auto;
  content: "";
}
.pg_home .bl_pick-up__main-txt {
  font-size: 0.8125rem;
  color: #303030;
  line-height: 1.6;
  transition: color 0.3s;
}
.pg_home .bl_pick-up__img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 275/170;
  margin-bottom: 11px;
}
.pg_home .bl_pick-up__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.pg_home .bl_pick-up__ttl {
  position: relative;
  margin-bottom: 5px;
  padding-right: 30px;
  font-size: 1rem;
  color: #303030;
  line-height: 1.4;
  transition: color 0.3s;
}
.pg_home .bl_pick-up__ttl.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pg_home .bl_pick-up__ttl::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 17px;
  height: 8px;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: 17px auto;
  content: "";
}
.pg_home .bl_pick-up__txt {
  font-size: 0.8125rem;
  color: #303030;
  line-height: 1.6;
  transition: color 0.3s;
}
.pg_home .bl_pick-up__txt.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 961px) {
  .pg_home .bl_pick-up__main:hover .bl_pick-up__main-ttl {
    color: var(--dark-green);
  }
  .pg_home .bl_pick-up__main:hover .bl_pick-up__main-txt {
    color: var(--dark-green);
  }
  .pg_home .bl_pick-up__main:hover .bl_pick-up__main-img img {
    transform: scale(1.1);
  }
  .pg_home .bl_pick-up__item:hover .bl_pick-up__ttl {
    color: var(--dark-green);
  }
  .pg_home .bl_pick-up__item:hover .bl_pick-up__txt {
    color: var(--dark-green);
  }
  .pg_home .bl_pick-up__item:hover .bl_pick-up__img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1200px) {
  .pg_home .bl_pick-up__block {
    flex-direction: column;
  }
  .pg_home .bl_pick-up__main {
    width: 100%;
    margin-bottom: 30px;
  }
  .pg_home .bl_pick-up__main-img {
    aspect-ratio: 335/205;
    margin-bottom: 15px;
  }
  .pg_home .bl_pick-up__main-ttl {
    margin-bottom: 10px;
    padding-right: 25px;
  }
  .pg_home .bl_pick-up__main-txt {
    -webkit-line-clamp: 3;
    font-size: 0.75rem;
  }
  .pg_home .bl_pick-up__list {
    width: 100%;
    gap: 15px 15px;
    padding-left: 0;
  }
  .pg_home .bl_pick-up__ttl {
    margin-bottom: 5px;
    padding-right: 25px;
    -webkit-line-clamp: 3;
    font-size: 0.9375rem;
  }
  .pg_home .bl_pick-up__txt {
    -webkit-line-clamp: 5;
    font-size: 0.75rem;
  }
}
.pg_home .ct_news-events {
  margin-bottom: 80px;
  padding-top: 80px;
}
.pg_home .ct_news-events__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
}
.pg_home .ct_news-events .el_headline-1 {
  margin-bottom: 18px;
}
.pg_home .ct_news-events .el_headline-1__ttl {
  font-size: 2.625rem;
  letter-spacing: 0;
}
.pg_home .ct_news-events .el_headline-1__sub {
  margin-top: 1px;
}
@media screen and (max-width: 960px) {
  .pg_home .ct_news-events {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .pg_home .ct_news-events__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .pg_home .ct_news-events .el_headline-1 {
    margin-bottom: 30px;
  }
  .pg_home .ct_news-events .el_headline-1__ttl {
    font-size: 2rem;
  }
  .pg_home .ct_news-events .el_headline-1__sub {
    margin-top: 15px;
  }
}
.pg_home .bl_news {
  display: flex;
  flex-direction: column;
}
.pg_home .bl_news--events {
  padding-top: 40px;
  margin-bottom: 38px;
}
.pg_home .bl_news--events .bl_news__item:first-child {
  border-top: 1px solid #CACACA;
}
.pg_home .bl_news__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 0;
  border-bottom: 1px solid #CACACA;
  opacity: 1 !important;
}
.pg_home .bl_news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}
.pg_home .bl_news__date {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 10px;
  font-size: 0.9375rem;
  font-family: var(--font-roboto);
  font-weight: 400;
  line-height: 1.5;
  color: #535151;
  transition: 0.2s color;
}
.pg_home .bl_news__tag {
  padding: 3px 10px;
  border: 1px solid var(--main-green);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--main-green);
  text-align: center;
}
.pg_home .bl_news__txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  transition: 0.2s color;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .pg_home .bl_news__item:hover .bl_news__date {
    color: var(--dark-green);
  }
  .pg_home .bl_news__item:hover .bl_news__txt {
    color: var(--dark-green);
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bl_news--events {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .pg_home .bl_news__item {
    min-height: auto;
    height: auto !important;
    padding: 14px 0;
  }
  .pg_home .bl_news__date {
    margin-right: 5px;
    font-size: 0.8125rem;
  }
  .pg_home .bl_news__tag {
    padding: 3px 5px;
  }
  .pg_home .bl_news__txt {
    font-size: 0.875rem;
  }
}
.pg_home .bl_news-tab__head {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CACACA;
}
.pg_home .bl_news-tab__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 40px;
  margin: 0;
  padding: 8px 8px;
  border-bottom: 2px solid transparent;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #737272;
  font-weight: 500;
  text-align: center;
  transition: 0.2s color, 0.2s border-color;
  cursor: pointer;
}
.pg_home .bl_news-tab__btn::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #CACACA;
  content: "";
}
.pg_home .bl_news-tab__btn:last-child::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #CACACA;
  content: "";
}
.pg_home .bl_news-tab__btn[aria-selected=true] {
  border-color: var(--main-green);
  color: var(--main-green);
}
.pg_home .bl_news-tab__content {
  margin-bottom: 38px;
}
.pg_home .bl_news-tab br.mid {
  display: none;
}
@media screen and (max-width: 1299px) {
  .pg_home .bl_news-tab br.mid {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .pg_home .bl_news-tab__btn:hover {
    color: var(--main-green);
    border-color: var(--main-green);
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bl_news-tab__btn {
    height: auto;
    padding: 6px;
    font-size: 0.75rem;
  }
  .pg_home .bl_news-tab__content {
    margin-bottom: 30px;
  }
}
.pg_home .ct_recommend {
  padding: 52px 0 67px;
  background: url(../img/home/img_recommend_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .pg_home .ct_recommend {
    padding: 55px 0 60px;
    background-image: url(../img/home/img_recommend_bg_sp.webp);
  }
}
.pg_home .bl_recommend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.pg_home .bl_recommend__item {
  position: relative;
  display: flex;
  background-color: #FFF;
  transition: 0.2s background-color;
}
.pg_home .bl_recommend__item::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 17px;
  height: 8px;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: 17px auto;
  content: "";
}
.pg_home .bl_recommend__item:hover {
  opacity: 1;
}
.pg_home .bl_recommend__img {
  position: relative;
  width: 98px;
  height: 100%;
  min-height: 98px;
  overflow: hidden;
}
.pg_home .bl_recommend__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.pg_home .bl_recommend__txt {
  display: flex;
  align-items: center;
  width: calc(100% - 98px);
  padding: 10px 45px 10px 15px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .pg_home .bl_recommend__item:hover {
    background-color: #DAE8BE;
  }
  .pg_home .bl_recommend__item:hover .bl_recommend__img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1300px) {
  .pg_home .bl_recommend {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bl_recommend {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 10px;
  }
  .pg_home .bl_recommend__img {
    width: 80px;
    min-height: 80px;
  }
  .pg_home .bl_recommend__txt {
    width: calc(100% - 80px);
    padding: 8px 45px 8px 13px;
    font-size: 0.875rem;
  }
}
.pg_home .ct_adv {
  padding: 50px 0 30px;
}
@media screen and (max-width: 960px) {
  .pg_home .ct_adv {
    padding: 35px 0 30px;
  }
}
.pg_home .bl_adv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-bottom: 24px;
}
.pg_home .bl_adv__item {
  display: block;
  transition: 0.2s opacity;
}
.pg_home .bl_adv__img {
  display: block;
}
.pg_home .bl_adv__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home .bl_adv__bot {
  display: flex;
  justify-content: flex-end;
}
.pg_home .bl_adv__link {
  position: relative;
  padding-right: 34px;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
}
.pg_home .bl_adv__link::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 17px;
  height: 8px;
  background: url(../img/common/icon/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: 17px auto;
  content: "";
}
@media screen and (min-width: 961px) {
  .pg_home .bl_adv__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1300px) {
  .pg_home .bl_adv {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bl_adv {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px 14px;
    margin-bottom: 14px;
  }
  .pg_home .bl_adv__link {
    padding-right: 30px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 961px) {
  .pg_home .sp-display {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .pg_home .bt-detail a {
    width: 100%;
    max-width: 100%;
  }
  .pg_home .pc-display {
    display: none !important;
  }
}

.pg_renewalBody .cat-top-mainvisual {
  padding-top: 0;
}
.pg_renewalBody .cat-top-mainvisual.noimage {
  padding-top: 0;
}
.pg_renewalBody .cat-top-mainvisual.noimage .subpart .ctitle {
  margin-left: clamp(25px, (100vw - min(1260px, 100vw)) / 2 + 25px, 100px);
}
.pg_renewalBody .cat-top-mainvisual .subpart .ctitle {
  margin-left: clamp(25px, (100vw - min(1260px, 100vw)) / 2 + 25px, 100px);
}
.pg_renewalBody .sec-2col {
  background: #fff;
}
.pg_renewalBody .sec-2col .leftpart {
  margin-inline: auto;
  width: var(--subContW);
}
.pg_renewalBody .sec-2col .leftframe {
  background: #f3f3f3;
}
.pg_renewalBody .sec-2col .leftframe-w {
  background: #fff;
}
.pg_renewalBody .search-frame {
  container-type: inline-size;
  width: var(--subContW);
}
.pg_renewalBody .search-frame .e-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@container (max-width: 730px) {
  .pg_renewalBody .search-frame .e-result {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .search-frame .e-result {
    display: block;
  }
}
.pg_renewalBody .search-frame .e-result .item {
  width: auto;
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .search-frame .e-result .item {
    width: 100%;
  }
}
.pg_renewalBody .content-box {
  width: var(--subContW);
}
.pg_renewalBody .cat-nav {
  width: var(--subContW);
}
.pg_renewalBody .cat-nav .content-box {
  width: 100%;
}
.pg_renewalBody .cat-nav .nav-large ul li a::before {
  top: 50%;
  right: min(calc(10% - 40px), 26px);
  right: 4%;
  translate: 0 -50%;
}
.pg_renewalBody .cat-nav .nav-large ul li a::after {
  top: 50%;
  right: min(calc(10% - 40px), 25px);
  right: 4%;
  translate: 0 -50%;
}
.pg_renewalBody .cat-nav .nav-midd ul li:not(.blank) a::before {
  top: 50%;
  translate: 0 -50%;
}
.pg_renewalBody .cat-nav .nav-midd ul li:not(.blank) a::after {
  top: 50%;
  translate: 0 -50%;
}
.pg_renewalBody .new-article {
  width: var(--subContW);
  padding-inline: min(80px, 6%);
}
@media screen and (max-width: 1280px) {
  .pg_renewalBody .new-article {
    padding-inline: 0;
  }
}
.pg_renewalBody .leftpart {
  width: 100%;
}
.pg_renewalBody .m-intro {
  max-width: 100%;
}
.pg_renewalBody .content-single .content-white {
  width: var(--subContW);
}
.pg_renewalBody .content-single .content-gray {
  width: var(--subContW);
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .content-single .foot-module {
    margin-inline: 0;
  }
}
.pg_renewalBody .content-single .foot-module .sharebt ul li .fblikebox {
  width: 158px;
}
.pg_renewalBody .news .newssummary {
  max-width: 100%;
}
.pg_renewalBody .bt-detail a::before {
  top: 50%;
  translate: 0 -50%;
}
.pg_renewalBody .bt-detail a::after {
  top: 50%;
  translate: 0 -50%;
}
.pg_renewalBody .art-set .link-bt-set {
  container-type: inline-size;
}
@container (max-width: 660px) {
  .pg_renewalBody .art-set .link-bt-set .bt-detail {
    max-width: initial;
    width: 100%;
  }
}
.pg_renewalBody .art-set .threeframe {
  container-type: inline-size;
}
@container (max-width: 768px) {
  .pg_renewalBody .art-set .threeframe .item {
    max-width: initial;
    width: 47%;
  }
}
@container (max-width: 640px) {
  .pg_renewalBody .art-set .threeframe .item {
    max-width: initial;
    width: 100%;
  }
}
.pg_renewalBody .art-set .sitemap .sitemap-ul li a.blank:before {
  top: auto;
  bottom: 8px;
}
.pg_renewalBody .art-set .sitemap .sitemap-ul li a.blank:after {
  top: auto;
  bottom: 3px;
}
.pg_renewalBody .introlist ul li:after {
  top: 9px;
  width: 11px;
  height: 7px;
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .introlist ul li:after {
    top: 5px;
    width: 10px;
    height: 6px;
  }
}
.pg_renewalBody .content .twopair-section {
  max-width: 100%;
}
.pg_renewalBody .content .twopair-section .twopair .side :nth-child(2) {
  container-type: inline-size;
}
@container (max-width: 400px) {
  .pg_renewalBody .content .twopair-section .twopair .side :nth-child(2) .bt-detail {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .content .twopair-section .twopair .side :nth-child(2) .bt-detail {
    width: 75%;
  }
}
.pg_renewalBody .content .twopair-section .twopair .side ul li:after {
  top: 18px;
  left: 5px;
}
.pg_renewalBody .content .three-box {
  max-width: 100%;
}
.pg_renewalBody .textset {
  max-width: 100%;
}
.pg_renewalBody .m-content {
  max-width: 100%;
}
.pg_renewalBody .m-frame {
  max-width: 100%;
}
.pg_renewalBody .topicpath__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .pg_renewalBody .topicpath__sp {
    display: block;
    margin-bottom: 30px;
  }
  .pg_renewalBody .topicpath__sp ul {
    width: 90%;
    position: relative;
    margin: 20px auto 0 auto;
  }
  .pg_renewalBody .topicpath__sp ul li {
    display: inline;
    margin: 0 25px 10px 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
  }
  .pg_renewalBody .topicpath__sp ul li a {
    color: #727272;
    position: relative;
    white-space: nowrap;
  }
  .pg_renewalBody .topicpath__sp ul li a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #737373;
    top: 8px;
    right: -20px;
  }
}
@media not all and (max-width: 640px) {
  .pg_renewalBody.pg_2_0 .academism .block .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pg_renewalBody.pg_2_0 .academism .block .text .bt-detail a {
    width: 100%;
  }
}
.pg_renewalBody.pg_2_0 .academism .block .text .ac-content {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .pg_renewalBody.pg_2_2 .cat-top-mainvisual .subpart .ctitle {
    margin-top: 0;
  }
}
.pg_renewalBody.pg_3_1 .leftframe-w.art-set .leftpart {
  width: 100%;
}
.pg_renewalBody.pg_4_1 .leftframe-w.art-set .leftpart {
  width: 100%;
}
.pg_renewalBody.pg_5_0 .y-content {
  width: 100%;
}
.pg_renewalBody.pg_5_0 .y-content .cec.y {
  position: static;
  margin-top: -50px;
  margin-inline: auto;
  width: var(--subContW);
}
.pg_renewalBody.pg_5_0 .y-content .y-twopair {
  width: var(--subContW);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .pg_renewalBody.pg_5_0 .y-content .y-twopair {
    display: block;
  }
}
.pg_renewalBody.pg_5_0 .y-content .y-twopair .item {
  width: 100%;
}
.pg_renewalBody.pg_5_0 .content .twopair-section {
  width: var(--subContW);
}
.pg_renewalBody.pg_6_0 .info {
  width: var(--subContW);
}
.pg_renewalBody.pg_6_1 .info {
  width: var(--subContW);
}
.pg_renewalBody.pg_7_0 .y-content {
  width: 100%;
}
@media not all and (max-width: 960px) {
  .pg_renewalBody.pg_7_0 .cec.y {
    position: static;
    margin-block: 0 -50px;
    translate: 0 -50px;
    margin-inline: auto;
    width: var(--subContW);
  }
}
.pg_renewalBody.pg_7_0 .sec-nav-part nav {
  width: var(--subContW);
}
.pg_renewalBody.pg_7_0 .sec-nav-part h3 {
  width: var(--subContW);
}
.pg_renewalBody.pg_t_0_0 .textset {
  width: var(--subContW);
}

/**
 * Keyframes
 */
/*fontset*/
* {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1.4;
}

img {
  border: none;
}

a {
  transition: 0.5s;
  color: #303030;
}

a:hover {
  opacity: 0.5;
}

body, html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.08em;
}

h1, h2 {
  font-family: "Noto Sans JP", "Roboto";
  font-weight: normal;
}

/***globalheader-PC***/
.g-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.g-header a:hover {
  opacity: 1;
}

.g-header .maintitle {
  display: block;
  background: #8dc031;
  width: 300px;
  height: 128px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.g-header .maintitle img {
  display: block;
  margin: 33px auto 0 auto;
}

.g-header .maintitle.m {
  text-align: center;
}

.g-header .maintitle.m img {
  margin: 0 auto 10px auto;
  width: 190px;
  height: auto;
}

.g-header .maintitle.m span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0 8px;
}

.g-header .maintitle:hover {
  opacity: 0.8;
}

.g-header .gnavarea {
  float: right;
  width: 100%;
  transition: 0;
  padding: 0 3% 0 0;
}

.g-header .gnavarea .ticon {
  display: none;
  opacity: 0;
}

.g-header .gnavarea .sub-nav {
  visibility: visible;
  height: 60px;
  width: 100%;
  font-size: 13px;
  text-align: right;
}

.g-header .gnavarea .sub-nav .parent {
  margin: 15px 0 0 0;
  /*  padding: 0 20px 0 0;*/
  padding: 0 10px 0 0;
  display: inline-block;
}

.g-header .gnavarea .sub-nav .parent > li {
  display: inline-block;
  position: relative;
  /*  margin: 0 0 0 30px;*/
  margin: 0 0 0 15px;
}

.g-header .gnavarea .sub-nav .parent li.brd-left {
  /*  padding-left: 30px;*/
  padding-left: 15px;
  border-left: 1px #737272 solid;
}

.g-header .gnavarea .sub-nav .parent > li > a {
  display: block;
  color: #737272;
}

.g-header .gnavarea .sub-nav .parent > li > a img {
  display: inline-block;
}

.g-header .gnavarea .sub-nav .parent > li > a:hover {
  color: #8dc031;
}

.g-header .gnavarea .sub-nav .parent li.enbt, .g-header .gnavarea .sub-nav .parent li.sl {
  margin: 0;
  color: #737272;
}

.g-header .gnavarea .sub-nav .parent:nth-child(1) li {
  line-height: 3;
}

.g-header .gnavarea .sub-nav .parent li img {
  vertical-align: middle;
}

.g-header .gnavarea .sub-nav .parent li .ico {
  margin: 0 10px 0 0;
}

.g-header .gnavarea .sub-nav .parent li .arrow {
  margin: 0 0 0 10px;
}

.g-header .gnavarea .sub-nav .parent:last-child {
  border-left: 1px #737272 solid;
  padding: 0;
}

.g-header .gnavarea .sub-nav .child {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #8dc031;
}

.g-header .gnavarea .sub-nav .child li {
  text-align: left;
  width: 100%;
  margin: 0;
}

.g-header .gnavarea .sub-nav .child li a {
  padding: 10px 25px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.g-header .gnavarea .sub-nav .child li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #689d38;
  left: 0;
  bottom: 0;
}

.g-header .gnavarea .sub-nav .child li a:hover {
  background: #c6e57a;
  color: #689d38;
}

.g-header .gnavarea .sub-nav .child li:last-child a:after {
  display: none;
}

.g-header .gnavarea .sub-nav .sp-left span {
  position: absolute;
  width: 90px;
  text-align: center;
  bottom: -20px;
  left: -34px;
  font-size: 10px;
  color: #737272;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.g-header .gnavarea .sub-nav .sp-left:nth-of-type(1).schobt span {
  left: -5px;
}

.g-header .gnavarea .sub-nav .jpbt span {
  left: 0px;
}

.g-header .gnavarea .sub-nav .enbt span {
  left: -32px;
}

.g-header .gnavarea .sub-nav .sp-left:hover span {
  visibility: visible;
  opacity: 1;
}

.g-header .gnavarea .sub-nav .child:nth-child(1) {
  width: 230px;
}

.g-header .gnavarea .sub-nav .child:nth-child(2) {
  width: 250px;
}

.g-header .gnavarea .main-nav {
  overflow: hidden;
  height: 68px;
  width: 100%;
  font-size: 15px;
  text-align: right;
}

.g-header .gnavarea .main-nav ul {
  display: inline-block;
}

.g-header .gnavarea .main-nav ul li {
  float: left;
  margin: 0 0 0 35px;
  padding: 20px 0 0 0;
}

.g-header .gnavarea .main-nav ul li a {
  display: block;
  color: #303030;
  position: relative;
  padding: 0 0 27px 0;
}

.g-header .gnavarea .main-nav ul li a:after {
  background: #8dc031;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
}

.g-header .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}

.g-header .gnavarea .main-nav ul li a.active {
  color: #8dc031;
}

.g-header .gnavarea .main-nav ul li a.active:after {
  background: #8dc031;
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.g-header .menuopcl {
  position: absolute;
  z-index: 0;
  top: -80px;
  right: 0;
  content: "";
  width: 80px;
  height: 80px;
  background: #8dc031;
  opacity: 0;
  transition: 0.3s;
}

.g-header .menuopcl span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.g-header .menuopcl span:nth-of-type(1) {
  top: 30px;
  left: 26px;
}

.g-header .menuopcl span:nth-of-type(2) {
  top: 37px;
  left: 26px;
}

.g-header .menuopcl span:nth-of-type(3) {
  top: 44px;
  left: 26px;
}

.g-header .menuopcl.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}

.g-header .menuopcl.active span:nth-of-type(2) {
  opacity: 0;
}

.g-header .menuopcl.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(315deg);
}

.g-header .mob-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 70px;
  display: none;
}

.g-header .mob-title a {
  display: block;
  width: 100%;
  height: 70px;
  text-indent: -9999px;
}

.g-header-sp {
  display: none;
}

.g-header-sp a:hover {
  opacity: 1;
}

.gsearcharea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  background: rgba(48, 48, 48, 0.8);
  height: 100%;
  width: 100%;
}

.gsearcharea .search-box {
  background: #fff;
  overflow: hidden;
  padding: 30px 30px 35px 30px;
}

.gsearcharea .search-box form {
  width: 90%;
  float: left;
}

.gsearcharea .search-box form .s-field {
  padding: 6px;
  background: none;
  width: 60%;
  border: none;
  border-bottom: 2px #8dc031 solid;
  color: #666;
  font-size: 18px;
  outline: none;
  float: left;
}

.gsearcharea .search-box form .s-submit {
  background: url("../imgs/icon_m04_g.webp") 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}

.gsearcharea .search-box .search-close {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  position: relative;
  text-indent: -9999px;
}

.gsearcharea .search-box .search-close:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #333;
  top: 40%;
  left: 30%;
  transform: rotate(45deg);
}

.gsearcharea .search-box .search-close:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #333;
  top: 40%;
  left: 30%;
  transform: rotate(-45deg);
}

.screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 0;
}

/*google検索窓*/
/*PC用ヘッダ*/
#search-01 .gsc-search-box {
  width: 60%;
}

#search-01 .gsc-search-box table {
  width: 100%;
}

#search-01 .gsc-search-box table .gsc-input {
  width: 90%;
  border-bottom: 2px #8dc031 solid;
}

#search-01 .gsc-search-box table .gsc-input input {
  border: none;
  padding: 6px;
  color: #666;
  font-size: 18px;
  outline: none;
}

#search-01 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_g.webp) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}

#search-01 .gsc-search-box table .gsc-clear-button {
  display: none;
}

/*SP用ヘッダ*/
#search-02 .gsc-search-box {
  width: 100%;
}

#search-02 .gsc-search-box table {
  width: 90%;
  margin: 0 auto;
}

#search-02 .gsc-search-box table .gsc-input {
  width: 100%;
}

#search-02 .gsc-search-box table .gsc-input input {
  width: 100%;
  border: none;
  padding: 6px;
  background: none;
  color: #666;
  font-size: 18px;
  outline: none;
  border-radius: 4px;
}

#search-02 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_o.webp) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}

#search-02 .gsc-search-box table .gsc-clear-button {
  display: none;
}

/*検索結果tmpl用*/
#search-03 .gsc-search-box {
  width: 100%;
  margin: 0 0 30px 0;
}

#search-03 .gsc-search-box table {
  width: 100%;
  margin: 0 auto;
}

#search-03 .gsc-search-box table .gsc-input {
  width: 100%;
  border-bottom: 2px #8dc031 solid;
}

#search-03 .gsc-search-box table .gsc-input input {
  border: none;
  padding: 6px;
  background: none;
  color: #666;
  font-size: 18px;
  outline: none;
}

#search-03 .gsc-search-box table .gsc-search-button {
  width: 10%;
}

#search-03 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_g.webp) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}

#search-03 .gsc-search-box table .gsc-clear-button {
  display: none;
}

.g-search-r {
  width: 90%;
  margin: 0 auto 100px auto;
}

.g-search-r .gsc-table-cell-thumbnail {
  padding: 10px 0 0 0;
}

.g-search-r .gsc-tabHeader {
  padding: 10px;
}

.g-search-r .gsc-tabHeader.gsc-tabhActive {
  border-top-color: #689d38;
}

.g-search-r .gsc-result .gs-title {
  margin: 0 0 10px 0;
  color: #689d38;
}

.g-search-r .gsc-result .gs-title b {
  color: #689d38;
}

.g-search-r .gsc-result .gs-title i {
  color: #689d38;
}

.g-search-r .gsc-result .gs-title u {
  color: #689d38;
}

/**グローバルメニュースクロールfix状態**/
.fixed {
  position: fixed;
  top: -60px;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  pointer-events: none;
}

.fixed .maintitle {
  display: none;
}

.fixed .gnavarea {
  pointer-events: none;
  background: #8dc031;
  opacity: 0;
  width: 100%;
}

.fixed .gnavarea .ticon {
  display: block;
  opacity: 0;
  position: absolute;
  top: 66px;
  left: 20px;
}

.fixed .gnavarea .sub-nav {
  visibility: hidden;
  height: 60px;
  overflow: hidden;
}

.fixed .gnavarea .main-nav {
  height: 80px;
  width: 100%;
  font-size: 15px;
  overflow: hidden;
}

.fixed .gnavarea .main-nav ul {
  display: inline-block;
}

.fixed .gnavarea .main-nav ul li {
  float: left;
  margin: 0 0 0 35px;
  padding: 20px 0 0 0;
}

.fixed .gnavarea .main-nav ul li a {
  display: block;
  color: #303030;
  position: relative;
  padding: 0 0 25px 0;
}

.fixed .gnavarea .main-nav ul li a:after {
  background: #8dc031;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
}

.fixed .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}

.fixed .main-nav {
  overflow: hidden;
}

.fixed .main-nav ul {
  margin: 0 auto;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}

.fixed .gnavarea .main-nav ul li {
  float: none;
  padding: 30px 0 0 0;
  display: inline-block;
}

.fixed .gnavarea .main-nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 0 0 29px 0;
}

.fixed .gnavarea .main-nav ul li a:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
}

.fixed .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}

.fixed .gnavarea .main-nav ul li a.active {
  color: #fff;
}

.fixed .gnavarea .main-nav ul li a.active:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.fixed .menuopcl {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  top: 60px;
  right: 0;
  pointer-events: auto;
}

.w-zero {
  width: 100%;
}

.w-zero .gnavarea {
  pointer-events: auto;
  opacity: 1;
}

.w-zero .gnavarea .ticon {
  display: block;
  opacity: 1;
}

/**汎用みだし**/
.cec {
  font-size: 52px;
  letter-spacing: 0.06em;
  margin: 0 0 65px 0;
  font-weight: 100;
}

.cec span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.cec-center {
  font-size: 52px;
  letter-spacing: 0.06em;
  margin: 65px 0;
  text-align: center;
  font-weight: 100;
}

.cec-center span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.bt-detail {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.bt-detail a {
  max-width: 340px;
  min-width: 235px;
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 55px;
  color: #8dc031;
  border: 2px #8dc031 solid;
  border-radius: 5px;
  overflow: hidden;
  font-size: 15px;
  background: rgba(255, 255, 255, 0);
  text-align: center;
}

.bt-detail a.tp {
  background: rgba(255, 255, 255, 0.7);
}

.bt-detail a:hover {
  background: #8dc031;
  opacity: 1;
  color: #fff;
}

.bt-detail a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #8dc031;
  right: 21px;
  top: 50%;
  transition: 0.5s;
}

.bt-detail a:hover:before {
  background: #fff;
}

.bt-detail a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
  transition: 0.5s;
}

.bt-detail a:hover:after {
  border-color: transparent transparent transparent #fff;
}

/**content**/
.top-mainvisual {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.top-mainvisual .imgfield {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-mainvisual .imgfield img {
  width: 100%;
  height: auto;
}

.top-mainvisual .imgfield img.sp {
  display: none;
}

/*下階層メインビジュアル*/
.cat-top-mainvisual {
  position: relative;
  width: 100%;
  padding: 128px 0 0 0;
}

.cat-top-mainvisual .imgfield {
  width: 100%;
  line-height: 0;
}

.cat-top-mainvisual .imgfield img {
  width: 100%;
  height: auto;
}

.cat-top-mainvisual .imgfield img.sp {
  display: none;
  width: auto;
  height: 100%;
}

.cat-top-mainvisual .subpart {
  width: 100%;
}

.cat-top-mainvisual .subpart .ctitle {
  position: relative;
  line-height: 1;
  float: left;
  margin: -88px 0 0 25px;
}

.cat-top-mainvisual .subpart .ctitle span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 42px;
  padding: 2px 14px;
}

.cat-top-mainvisual .subpart .ctitle .icon {
  width: 75px;
  margin: 0 7px 0 0;
  text-align: center;
}

.cat-top-mainvisual .subpart .ctitle .icon img {
  margin: -5px 0 0 0;
  vertical-align: middle;
  padding: 0;
}

.cat-top-mainvisual .subpart .ctitle .small {
  font-family: "Noto Sans JP", sans-serif;
  margin: 7px 0 0 0;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 300;
}

.cat-top-mainvisual .subpart .topicpath {
  float: right;
}

.cat-top-mainvisual .subpart .topicpath ul {
  position: relative;
  display: inline-block;
  float: right;
  margin: 20px 25px 25px 0;
  text-align: right;
}

.cat-top-mainvisual .subpart .topicpath ul li {
  display: inline;
  margin: 15px 0 0 30px;
  padding: 0 10px;
  background: #fff;
  font-size: 12px;
}

.cat-top-mainvisual .subpart .topicpath ul li a {
  color: #727272;
  position: relative;
  white-space: nowrap;
}

.cat-top-mainvisual .subpart .topicpath ul li a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #737373;
  top: 8px;
  right: -35px;
}

.cat-top-mainvisual .m-subpart {
  position: absolute;
  bottom: -30px;
  width: 100%;
  overflow: hidden;
}

.cat-top-mainvisual .m-subpart .ctitle {
  float: left;
  margin: 0 0 0 25px;
}

.cat-top-mainvisual .m-subpart .ctitle span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 28px;
  padding: 2px 14px;
}

.cat-top-mainvisual .m-subpart .ctitle .small {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 7px 0;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 300;
}

.cat-top-mainvisual.noimage {
  margin: 0 0 70px 0;
}

.cat-top-mainvisual.noimage .imgfield {
  height: 130px;
  background: #f3f3f3;
}

.cat-top-mainvisual.noimage .subpart .ctitle {
  margin: -30px 0 0 0;
}

.cat-top-mainvisual.noimage .subpart .ctitle .middle {
  font-size: 36px;
  width: 646px;
}

.first-topic-part {
  position: relative;
  /*
    width: 50%;
  */
  width: auto;
  max-width: 50%;
  display: inline-block;
  float: right;
  overflow: hidden;
  /*
    margin: -25px 0 70px 50%;
    background: #8dc031;
  */
  margin: 0 0 70px 50%;
  background: #ffffff;
  /*
    border: solid 4px #1e6faf;
  */
  border: solid 4px #002e56;
}

.first-topic-part.ftpnum1 {
  background: #002e56;
  margin: -15px 0 15px 50%;
}

.first-topic-part a {
  display: block;
  /*
    padding: 14px 20% 14px 20px;
    font-size: 15px;
    color: #fff;
  */
  position: relative;
  padding: 14px 20px;
  font-size: 17px;
  /*
    color: #1e6faf;
  */
  color: #002e56;
}

.first-topic-part.ftpnum1 a {
  color: #ffffff;
}

.first-topic-part a span.date {
  padding: 0;
  font-size: 13px;
  display: inline-block;
  width: 26%;
  vertical-align: top;
}

.first-topic-part a span.description {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.first-topic-part a span.date + span.description {
  display: inline-block;
  width: 74%;
  vertical-align: top;
}

.first-topic-part a:hover {
  opacity: 0.8;
}

/*
.first-topic-part a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  right: 40px;
  top: 25px;
}
.first-topic-part a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 22px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}
*/
.first-topic-part .filter {
  content: "";
  position: absolute;
  width: 1%;
  height: 100%;
  background: #8dc031;
  top: 0;
  left: 0;
}

.content-box {
  clear: both;
  max-width: 1260px;
  margin: 0 auto;
}

.colmn-2 {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
}

.colmn-2 .left, .colmn-2 .right {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  width: 530px;
  text-align: left;
  vertical-align: top;
}

.colmn-2 .left h2, .colmn-2 .right h2 {
  position: relative;
  width: 75%;
  margin: -22px 0 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #8dc031;
}

.colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
}

.colmn-2 .left a, .colmn-2 .right a {
  display: block;
}

.colmn-2 .left a:hover, .colmn-2 .right a:hover {
  opacity: 0.8;
}

.colmn-2 .left .read, .colmn-2 .right .read {
  display: block;
  padding: 20px 25% 20px 0;
  font-size: 14px;
  line-height: 1.8;
}

.colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
  font-family: "Roboto";
  position: absolute;
  display: block;
  top: 0;
  top: 203px;
  font-size: 14px;
  color: #8dc031;
}

.colmn-2 .left .ca-arrow {
  left: -100px;
}

.colmn-2 .left .ca-arrow:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #8dc031;
  top: 10px;
  left: 90px;
}

.colmn-2 .right .ca-arrow {
  right: -100px;
}

.colmn-2 .right .ca-arrow:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #8dc031;
  top: 10px;
  right: 90px;
}

.topic-graypart {
  background: #f3f3f3;
  margin: -350px 0 0 0;
  padding: 380px 0 100px 0;
}

.topic-whitepart {
  background: #fff;
}

.topic-slickpart, .topic-slickpart-full {
  overflow: hidden;
  margin: 0 0 30px 0;
}

.topic-slickpart div div, .topic-slickpart-full div div {
  width: 75%;
  margin: 0 auto;
}

.topic-slickpart div div img, .topic-slickpart-full div div img {
  width: 100%;
  height: auto;
}

.topic-slickpart div div span, .topic-slickpart-full div div span {
  position: relative;
  width: 45%;
  display: block;
  float: right;
  font-size: 12px;
  margin: -16px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #689d38;
}

.topic-slickpart div div p, .topic-slickpart-full div div p {
  font-size: 15px;
  margin: 20px 0;
}

.topic-slickpart div a, .topic-slickpart-full div a {
  display: block;
  transition: 0.5s;
  outline: none;
}

.topic-slickpart div a:hover, .topic-slickpart-full div a:hover {
  opacity: 0.8;
}

.events {
  margin: 50px 0 0 0;
  position: relative;
  background-color: #f3f3f3;
  background-position: 50%;
  background-size: cover;
}

.events .cec-center {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
}

.events .content-box {
  padding: 145px 0 100px 0;
}

.events .content-box .acd-listparts {
  overflow: hidden;
  margin: 0 0 40px 0;
}

.events .content-box .acd-listparts a:hover dd {
  color: #8dc031;
}

.events .content-box .acd-listparts dl {
  display: table;
  table-layout: fixed;
  background: #fff;
  float: left;
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
}

.events .content-box .acd-listparts dl dt {
  font-family: "Roboto";
  font-weight: lighter;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #8dc031;
  color: #fff;
  height: 100px;
  width: 25%;
  font-size: 26px;
  line-height: 1;
}

.events .content-box .acd-listparts dl dt span {
  font-size: 12px;
  display: block;
  line-height: 1;
  color: #fff;
}

.events .content-box .acd-listparts dl dt a {
  color: #fff;
  display: block;
}

.events .content-box .acd-listparts dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  width: 70%;
  font-size: 15px;
  line-height: 22px;
}

.events .content-box .acd-listparts dl dd span {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 1;
  margin: 5px 0 0 0;
}

.events .content-box .acd-listparts dl dd a {
  display: block;
}

.topic-graypart + .events {
  margin: 50px 0 0 0;
}

.topnews {
  padding: 0 0 40px 0;
}

.topnews h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-weight: normal;
  font-size: 28px;
  color: #8dc031;
  padding: 10px 0 20px 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.topnews p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin: 0 auto 20px auto;
  line-height: 1.8;
}

.topnews p.two-c-tex {
  margin: 20px 0 0 40px;
  text-align: left;
  width: 85%;
  line-height: 1.8;
  color: #ff3300;
  font-size: 13px;
}

.topnews p.two-c-tex a {
  color: #ff3300;
}

.topnews .date {
  margin: 20px 0 20px 40px;
  font-size: 16px;
}

.academism {
  clear: both;
  background: #f3f3f3;
  padding: 80px 0 40px 0;
  overflow: hidden;
}

.academism .block {
  clear: both;
}

.academism .block .image {
  width: 50%;
  /* line-height: 0; */
  /* border-bottom: 6px #8dc031 solid; */
}

.academism .block .image img {
  width: 100%;
}

.academism .block .text {
  width: 50%;
  padding: 0;
}

.academism .block .text h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-size: 40px;
  color: #8dc031;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
}

.academism .block .text h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #8dc031;
}

.academism .block .text h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.academism .block .text p {
  line-height: 1.8;
  width: 100%;
}

.academism .img_right .image {
  float: right;
  margin: 0 -20% 20px 45px;
}

.academism .img_right .text {
  margin: 0 0 0 5%;
}

.academism .img_left {
  width: 50%;
  margin: 0 0 0 50%;
}

.academism .img_left .image {
  width: 100%;
  float: left;
  margin: 0 65px 20px -100%;
}

.academism .img_left .text {
  width: 90%;
  margin: 0 0 0 5%;
}

.academism .img_left .text h1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 23%;
  width: 30px;
  height: 1px;
  background: #8dc031;
}

.academism .img_right .image {
  float: right;
  margin: 0 0 20px 65px;
}

.academism .img_right .text {
  margin: 0 0 0 5%;
}

.academism .bt-detail {
  display: block;
  text-align: left;
  margin: 40px 0 0 0;
}

.academism .content-box {
  clear: both;
}

.academism > .content-box {
  padding-bottom: 100px;
}

.academism > .content-box:after {
  content: "";
  display: block;
  clear: both;
}

.academism .ac-content {
  width: 1060px;
  margin: 0 auto;
  padding: 40px 0 0;
  overflow: hidden;
}

.academism .ac-content div.white {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
  float: none;
}

.academism .ac-content div.white img {
  width: 100%;
  height: auto;
}

.academism .ac-content div {
  width: 450px;
  margin: 30px 60px;
  background: #8fc231;
  text-align: left;
  color: #fff;
  transition: 0.5s;
  float: left;
}

.academism .ac-content div a {
  display: block;
}

.academism .ac-content div a:hover {
  opacity: 1;
}

.academism .ac-content div h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  transition: 0.5s;
  padding: 30px 40px 20px 40px;
  font-size: 28px;
  color: #fff;
}

.academism .ac-content div h2 img {
  vertical-align: middle;
  float: right;
  width: 13%;
}

.academism .ac-content div h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

.academism .ac-content div p {
  transition: 0.5s;
  color: #fff;
  font-size: 15px;
  padding: 20px 40px 30px 40px;
  line-height: 1.8;
}

.academism .ac-content div .sublist {
  margin: -30px 0 30px 0;
  padding: 0 50px;
  overflow: hidden;
}

.academism .ac-content div .sublist li {
  color: #fff;
  float: left;
  margin: 0 30px 5px 0;
  padding: 0;
  font-size: 14px;
}

.academism .ac-content div .sublist li:before {
  content: "・";
}

.academism .ac-content div:hover {
  background: rgba(143, 194, 49, 0.7);
}

.academism .ac-content div:nth-child(4n+3), .academism .ac-content div:nth-child(4n+2) {
  background: #689d38;
  transition: 0.5s;
}

.academism .ac-content div:nth-child(4n+3):hover, .academism .ac-content div:nth-child(4n+2):hover {
  background: rgba(104, 157, 56, 0.7);
}

.academism .ac-content div:nth-child(even) {
  position: relative;
  top: 100px;
  margin: 30px 0 30px;
}

.academism .flat div:nth-child(even) {
  top: 0px;
}

.academism .content-box:first-child {
  margin: 0 auto;
}

.academism .content-box:first-child .cec {
  text-align: center;
}

.academism .part {
  overflow: hidden;
}

.academism .part .elm {
  float: left;
  clear: left;
  width: 46.8%;
  margin: 0 0 30px 0;
}

.academism .part .elm .image {
  line-height: 0;
  border-bottom: #8fc231 7px solid;
}

.academism .part .elm .image img {
  width: 100%;
}

.academism .part .elm h2 {
  color: #8fc231;
  font-size: 40px;
  padding: 50px 14% 25px 0;
  margin: 0 0 25px 0;
  position: relative;
}

.academism .part .elm h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #8fc231;
}

.academism .part .elm p {
  line-height: 1.6;
  padding: 0 14% 0 0;
}

.academism .part .elm .bt-detail {
  text-align: left;
  margin: 30px 0 20px;
}

.academism .part .elm .bt-detail a {
  text-align: center;
}

.academism .part .elm:nth-child(2n) {
  clear: right;
  float: right;
  margin: 100px 0 10px 6%;
}

.academism .btsec {
  padding: 0 0 0 0;
  margin: 30px 0 20px;
  clear: both;
}

.academism .btsec ul {
  overflow: hidden;
}

.academism .btsec ul li {
  margin: 0 0 20px 0;
}

.academism .btsec ul li a {
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 55px;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  background: #8ec231;
  position: relative;
}

.academism .btsec ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 28px;
  width: auto;
}

.academism .btsec ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  right: 21px;
  top: 49%;
  transition: 0.5s;
}

.academism .btsec ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  transition: 0.5s;
}

.academism .btsec ul li:nth-child(2n) a {
  background: #689f39;
}

.academism .btsec ul li:last-child {
  margin: 0;
}

.academism.micro {
  margin: 0;
}

.ac-wc.wide {
  padding: 60px 0 60px 0;
}

.circle-four {
  margin: 20px 0 0 0;
  overflow: hidden;
  text-align: center;
}

.circle-four li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 30px 3%;
  width: 140px;
}

.circle-four li .circle {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 80px;
  line-height: 0;
}

.circle-four li span {
  display: inline-block;
  margin: 20px 0 0 0;
  color: #8dc031;
}

.research {
  padding: 80px 0 130px 0;
}

.research .colmn-2 .left, .research .colmn-2 .right {
  display: inline-block;
  position: relative;
  width: 580px;
  text-align: left;
  vertical-align: top;
}

.research .colmn-2 .left img, .research .colmn-2 .right img {
  width: 100%;
}

.research .bt-detail {
  margin: 50px 0;
}

.aboutycu {
  margin: 0;
  position: relative;
  background: url("../imgs/index_aboutycu_bg.webp") 50% 50%;
  background-size: cover;
}

.aboutycu .cec-center {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
}

.aboutycu .content-box {
  padding: 0px 0 100px 0;
}

.aboutycu .about-slickpart {
  margin: 0;
  padding: 110px 0 40px 0;
  overflow: hidden;
}

.aboutycu .about-slickpart .detail {
  position: relative;
  text-align: center;
  -webkit-transform: scale(0.68);
  opacity: 0.5;
  -ms-transform: scale(0.68);
  opacity: 0.5;
  transform: scale(0.68);
  opacity: 0.5;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}

.aboutycu .about-slickpart .detail a {
  display: block;
  height: 280px;
  outline: none;
}

.aboutycu .about-slickpart .detail a img {
  opacity: 0.5;
}

.aboutycu .about-slickpart .detail a:hover {
  opacity: 1;
}

.aboutycu .about-slickpart .detail .imgscl {
  display: inline-block;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 125px;
  background: #333;
}

.aboutycu .about-slickpart .detail h2 {
  font-family: "Roboto";
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 100;
  font-size: 80px;
  line-height: 1;
}

.aboutycu .about-slickpart .detail h2 span.st {
  display: block;
  margin: 70px 0 20px 0;
}

.aboutycu .about-slickpart .detail h2 span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.aboutycu .about-slickpart .detail .txt {
  position: absolute;
  bottom: 10px;
  left: 45%;
  text-align: left;
}

.aboutycu .about-slickpart .detail .txt span {
  white-space: nowrap;
  line-height: 1.4;
  background: #689d38;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  display: inline;
}

.aboutycu .about-slickpart .detail .txt span .small {
  padding: 0;
  font-size: 12px;
}

.aboutycu .about-slickpart .something {
  transform: scale(1);
  opacity: 1;
}

.ycunow {
  padding: 0;
  background: #f3f3f3;
}

.ycunow .cec-center {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  color: #fff;
}

.ycunow .cec-center span {
  color: #fff;
}

.ycunow .blockpart {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.ycunow .blockpart .first {
  overflow: hidden;
  width: 100%;
}

.ycunow .blockpart .first div {
  float: left;
  width: 16.6667%;
  overflow: hidden;
}

.ycunow .blockpart .first div a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
}

.ycunow .blockpart .first div img.inspic {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.ycunow .blockpart .first div img.inspic.landscape {
  height: 100%;
  width: auto;
}

.ycunow .blockpart .first div img.inspic_o {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
}

.ycunow .blockpart .first .title {
  position: relative;
  width: 33.33333%;
  background: #8dc031;
}

.ycunow .blockpart .second {
  overflow: hidden;
  width: 100%;
}

.ycunow .blockpart .second div {
  float: left;
  width: 16.6667%;
  overflow: hidden;
}

.ycunow .blockpart .second div a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
}

.ycunow .blockpart .second div img.inspic {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.ycunow .blockpart .second div img.inspic.landscape {
  height: 100%;
  width: auto;
}

.ycunow .blockpart .second div img.inspic_o {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
}

.ycunow .blockpart .second div .inner {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.5;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.ycunow .blockpart .second div .inner i {
  color: #fff;
  font-size: 30px;
}

.ycunow .blockpart .second div .inner img {
  width: 40%;
  margin: 5px 0 0 0;
}

.ycunow .blockpart .second div .inner a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 2;
}

.ycunow .blockpart .second div .inner a:hover {
  opacity: 0.8;
}

.ycunow .blockpart .second div .inner p {
  display: block;
  position: relative;
  color: #fff;
  font-size: 15px;
  width: 80%;
  margin: 5px auto 0 auto;
  padding: 0 10px 0 0;
}

.ycunow .blockpart .second div .inner p:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  right: 10%;
  top: 10px;
}

.ycunow .blockpart .second div .inner p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10%;
  top: 7px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}

.ycunow .blockpart .second div.inner-parent {
  background: #8dc031;
}

.ycunow .graypart {
  padding: 100px 0 70px 0;
}

.ycunow .graypart .content-box {
  text-align: center;
  overflow: hidden;
}

.ycunow .graypart .content-box .cr {
  width: 150px;
  height: auto;
  margin: 0 45px 30px 45px;
  display: inline-block;
  vertical-align: top;
}

.ycunow .graypart .content-box .cr .circle {
  overflow: hidden;
  border-radius: 75px;
  line-height: 0;
}

.ycunow .graypart .content-box .cr a {
  display: block;
}

.ycunow .graypart .content-box .cr span {
  margin: 20px 0 0 0;
  color: #8dc031;
  display: block;
}

.news {
  padding: 0 0 90px 0;
}

.news h2 {
  color: #8dc031;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin: 10px 0 30px 0;
}

.news .newssummary {
  width: 1000px;
  margin: 0 auto 50px auto;
  border-bottom: 1px #cacaca solid;
}

.news .newssummary a {
  /*  display: block;*/
  display: flex; /* 20240306変更 */
  background: #fff;
  padding: 22px 0 10px 5px;
}

.news .newssummary a p {
  display: block;
  transition: 0.5s;
  line-height: 1.6;
  padding: 0 0 12px 0;
}

.news .newssummary a:hover {
  opacity: 1;
  background: #f3f3f3;
}

.news .newssummary a:hover p {
  color: #8dc031;
}

.news .newssummary li {
  border-top: 1px #cacaca solid;
}

.news .newssummary li .category {
  display: inline-block;
  background: #8dc031;
  font-size: 12px;
  color: #fff;
  padding: 4px 0;
  min-width: 130px;
  text-align: center;
  margin: 0 48px 12px 48px;
  max-height: 20px; /* 20240306追加 */
}

.news .newssummary li p {
  display: inline-block;
  font-size: 15px;
}

.news .newssummary li:nth-child(n+6) {
  display: none;
}

.news .newssummary.second {
  width: 100%;
  margin: 0 auto 20px auto;
  border: none;
}

.news .newssummary.second li:nth-Child(1) {
  border: none;
}

.news.first-content {
  margin: 0 0 80px 0;
}

.news + .m-frame.art-set {
  margin: 20px auto 0 auto;
}

.top-linkpart {
  margin: 50px 0 0 0;
  overflow: hidden;
}

.top-linkpart .linkar {
  width: 50%;
  float: left;
  background: #666;
}

.top-linkpart .linkar a {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
}

.top-linkpart .linkar a img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}

.top-linkpart .linkar a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
}

.top-linkpart .linkar a div span {
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.top-linkpart .linkar a div:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  right: 41px;
  top: 52%;
}

.top-linkpart .linkar a div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 50%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}

.top-linkpart .linkar a:hover {
  opacity: 1;
}

.top-linkpart .linkar a:hover img {
  opacity: 1;
}

.first-content .cec-center {
  margin: 40px 0 65px 0;
}

.bannerarea {
  background: #f5f5f5;
  margin: 0;
  padding: 50px 0;
}

.bannerarea .bannerlist {
  overflow: hidden;
  text-align: center;
}

.bannerarea .bannerlist li {
  display: inline-block;
  width: 27%;
  margin: 0 1%;
  overflow: hidden;
  line-height: 0;
}

.bannerarea .bannerlist li img {
  width: 100%;
  height: auto;
}

.content + .bannerarea {
  margin: -100px 0 0 0;
  position: relative;
}

/**globalfooter**/
body > .topicpath {
  display: none;
}

body > .topicpath ul {
  width: 90%;
  position: relative;
  margin: 20px auto 0 auto;
}

body > .topicpath ul li {
  display: inline;
  margin: 0 25px 10px 0;
  padding: 0;
  background: #fff;
  font-size: 12px;
}

body > .topicpath ul li a {
  color: #727272;
  position: relative;
  white-space: nowrap;
}

body > .topicpath ul li a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #737373;
  top: 8px;
  right: -20px;
}

.info {
  width: 1060px;
  margin: 0 auto 80px auto;
  padding: 20px 0 0 0;
}

.info .infobox {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
  border-top: 1px #cacaca solid;
}

.info .infobox .box {
  text-align: left;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 3.33% 45px 0;
  transition: 0.5s;
}

.info .infobox .box p {
  line-height: 1.6;
}

.info .infobox .box a {
  opacity: 1;
}

.info .infobox .box .date {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.info .infobox .box .category {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #8dc031;
}

.info .infobox .box:nth-child(3n) {
  margin: 0 0 45px 0;
}

.info .infobox .box:hover {
  opacity: 0.5;
}

/*汎用ナビゲーション*/
.cat-nav {
  width: 1060px;
  margin: 0 auto 0 auto;
}

.cat-nav h2, .cat-nav h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  font-size: 30px;
  margin: 20px 0 20px 0;
}

.cat-nav h4 {
  font-size: 24px;
  margin: 20px 0 20px 0;
  font-weight: 400;
}

.cat-nav p {
  margin: 0 0 30px 0;
  line-height: 1.8;
}

.cat-nav .nav-large {
  margin: 0 0 40px 0;
}

.cat-nav .nav-large ul {
  overflow: hidden;
}

.cat-nav .nav-large ul li {
  float: left;
  overflow: hidden;
  margin: 0 2% 24px 0;
  width: 49%;
}

.cat-nav .nav-large ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 0;
  width: 100%;
  background: #fff;
}

.cat-nav .nav-large ul li a img {
  width: 30%;
  height: auto;
  margin: 0;
  float: left;
}

.cat-nav .nav-large ul li a:hover {
  opacity: 0.8;
}

.cat-nav .nav-large ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 26px;
  top: 50%;
}

.cat-nav .nav-large ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 25px;
  top: 47%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.cat-nav .nav-large ul li span {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding: 0 10% 0 5%;
}

.cat-nav .nav-large ul li:nth-child(2n) {
  margin: 0 0 24px 0;
}

.cat-nav .nav-large:last-child {
  margin: 0 0 20px 0;
}

.cat-nav .nav-midd ul {
  overflow: hidden;
}

.cat-nav .nav-midd ul li {
  float: left;
  overflow: hidden;
  margin: 0 2% 24px 0;
  width: 32%;
  border-radius: 4px;
  background: #fff;
  table-layout: fixed;
}

.cat-nav .nav-midd ul li a {
  line-height: 1.5;
  padding: 12px 40px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  vertical-align: middle;
}

.cat-nav .nav-midd ul li a:hover {
  opacity: 0.8;
}

.cat-nav .nav-midd ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 21px;
  top: 50%;
}

.cat-nav .nav-midd ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44.6%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.cat-nav .nav-midd ul li:nth-child(3n) {
  margin: 0 0 24px 0;
}

.cat-nav .nav-midd ul li:nth-child(3n+1) {
  clear: both;
}

.cat-nav .nav-midd ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 20px;
  top: 15px;
}

.cat-nav .nav-midd ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 25px;
  top: 20px;
}

/*カテゴリ検索*/
.search-frame {
  width: 1060px;
  margin: 20px auto 0 auto;
}

.search-frame .search-part {
  padding: 0;
}

.search-frame .search-part .years {
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 1px #cacaca solid;
}

.search-frame .search-part .years li {
  float: left;
  width: 24.5%;
  margin: 0 0.5% 0 0;
}

.search-frame .search-part .years li a {
  border: 1px #8dc031 solid;
  display: block;
  text-align: center;
  line-height: 2.5;
  color: #8dc031;
  transition: 0.5s;
}

.search-frame .search-part .years li a:hover {
  opacity: 0.8;
}

.search-frame .search-part .years li.active a {
  background: #8dc031;
  color: #fff;
}

.search-frame .search-part .category {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
}

.search-frame .search-part .sub-category {
  border-top: 1px #cacaca solid;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.search-frame .search-part .c-title {
  position: relative;
  width: 20%;
  float: left;
  margin: 35px 0 0 0;
}

.search-frame .search-part .c-title h3 {
  color: #8dc031;
  font-size: 20px;
  text-align: center;
}

.search-frame .search-part .ext {
  position: absolute;
  top: 80px;
  left: 3%;
  display: block;
  padding: 5px 10px 5px 20px;
  width: 110px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #689d38;
  border-radius: 5px;
}

.search-frame .search-part .ext:before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  transform: rotate(-135deg);
  transition: 0.5s;
}

.search-frame .search-part .list {
  width: 80%;
  float: left;
  margin: 40px 0 0 0;
}

.search-frame .search-part .list li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 25px;
  border-left: 1px #cacaca solid;
}

.search-frame .search-part .list li a {
  display: block;
  padding: 0;
  font-size: 14px;
  transition: 0.5s;
  box-sizing: border-box;
  border-bottom: 3px #fff solid;
}

.search-frame .search-part .list li a.act {
  border-bottom: 3px #8dc031 solid;
}

.search-frame .search-part .list li:last-child {
  border-right: 1px #cacaca solid;
}

.search-result {
  padding: 0;
  overflow: hidden;
}

.search-result .noresult {
  background: #fff;
  text-align: center;
  padding: 30px;
  display: none;
}

/*ニュース用*/
.n-result {
  overflow: hidden;
}

.n-result .item {
  float: left;
  overflow: hidden;
  width: 27.5%;
  margin: 0 2.75% 30px 2.75%;
  display: block;
  min-height: 300px;
}

.n-result .item a {
  display: block;
}

.n-result .item a:hover {
  opacity: 0.5;
}

.n-result .item img {
  width: 100%;
}

.n-result .item span.category {
  position: relative;
  display: inline-block;
  float: right;
  margin: -12px 0 0 0;
  background: #689d38;
  padding: 4px 30px;
  color: #fff;
  font-size: 12px;
}

.n-result .item p {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.n-result .item p span {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #8dc031;
}

.n-result .item.none {
  display: none;
}

/*イベント用*/
.e-result {
  overflow: hidden;
}

.e-result .item {
  display: inline-block;
  vertical-align: top;
  width: 27.5%;
  margin: 0 2.75% 50px 2.75%;
  background: #fff;
}

.e-result .item a {
  display: block;
}

.e-result .item .first {
  border-bottom: 1px #cacaca solid;
  height: 90px;
}

.e-result .item .first .date {
  background: #689d38;
  width: 20%;
  float: left;
}

.e-result .item .first .date .month {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  height: 90px;
  width: 20%;
  color: #fff;
}

.e-result .item .first .date .month .day {
  font-size: 11px;
  display: block;
  color: #fff;
}

.e-result .item .first .name {
  width: 80%;
  float: left;
}

.e-result .item .first .name .txt {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  padding: 0 20px;
  font-size: 15px;
}

.e-result .item .first .name .txt .type {
  display: block;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 11px;
  color: #808080;
}

.e-result .item .second {
  padding: 15px 20px;
}

.e-result .item .second ul li {
  font-size: 13px;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}

.e-result .item .second ul li img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.e-result .item:nth-Child(3n+1) {
  /*clear:both;*/
}

.e-result .item.none {
  display: none;
}

/*汎用コンテンツ用*/
.cec-center.s {
  font-size: 44px;
}

.cec-center.s span {
  font-size: 16px;
}

.sec-ec {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  position: relative;
  clear: both;
  margin: 100px 0;
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 1.8;
}

.sec-ec.large {
  font-size: 34px;
  margin: 50px 0 80px 0;
}

.sec-ec:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 48%;
  width: 30px;
  height: 1px;
  background: #737272;
}

.sec-ec.large:before {
  background: #737272;
}

.textset {
  width: 1060px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
  letter-spacing: 0.08em;
}

.textset h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  font-size: 30px;
  position: relative;
  text-align: center;
  width: 75%;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
}

.textset h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  background: #727272;
  left: 47%;
  bottom: 0;
}

.textset h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 30px 0;
}

.textset p {
  width: 420px;
  margin: 0 auto;
  line-height: 1.8;
}

.content {
  clear: both;
  margin: 0;
  background: #f3f3f3;
  position: relative;
}

.content .datebox {
  background: #fff;
  width: 90%;
  padding: 0 0 20px 0;
}

.content .graypart {
  padding: 50px 0 50px 0;
  position: relative;
}

.content .graypart-sec {
  position: relative;
}

.content .cec-center {
  margin: -95px 0 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.content .cec-center.ec2-1-1 {
  margin: -45px 0 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.content .intro {
  width: 410px;
  margin: 50px auto;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.content .intro:first-letter {
  font-size: 3em;
  float: left;
  margin: -0.2em 0.2em 0 0;
  padding: 0;
}

.content .twopair-section {
  width: 1060px;
  margin: 80px auto;
  overflow: hidden;
  height: auto;
}

.content .twopair-section .twopair .side {
  background: #8dc031;
  width: 50%;
  float: left;
  margin: 0 0 40px 0;
  position: relative;
}

.content .twopair-section .twopair .side .thumb {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.content .twopair-section .twopair .side h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 38px;
  position: relative;
  width: 80%;
  margin: 40px auto 10px auto;
  padding: 0 0 20px 0;
  color: #fff;
}

.content .twopair-section .twopair .side h2 .icon {
  float: right;
  width: 13%;
  margin: 4px 0 0 0;
}

.content .twopair-section .twopair .side h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background: #fff;
  left: 0px;
  bottom: 0;
}

.content .twopair-section .twopair .side p {
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 80%;
  margin: 25px auto 10px auto;
  color: #fff;
  line-height: 1.8;
}

.content .twopair-section .twopair .side ul {
  width: 80%;
  overflow: hidden;
  margin: 20px 0 30px 50px;
}

.content .twopair-section .twopair .side ul li {
  color: #fff;
  padding: 10px 0 0 36px;
  position: relative;
  line-height: 1.8;
}

.content .twopair-section .twopair .side ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8dc031;
  border-radius: 10px;
}

.content .twopair-section .twopair .side ul li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  transform: rotate(-45deg);
}

.content .twopair-section .twopair .side:nth-child(2) {
  width: 50%;
  float: left;
  background: #fff;
}

.content .twopair-section .twopair .side:nth-child(2) .thumb {
  position: relative;
}

.content .twopair-section .twopair .side:nth-child(2) h2 {
  width: 80%;
  font-size: 24px;
  padding: 0;
  color: #8dc031;
  margin: 50px auto 0 auto;
}

.content .twopair-section .twopair .side:nth-child(2) h2:before {
  display: none;
}

.content .twopair-section .twopair .side:nth-child(2) p {
  width: 80%;
  color: #8dc031;
}

.content .twopair-section .twopair .side:nth-child(2) ul {
  width: 80%;
}

.content .twopair-section .twopair .side:nth-child(2) ul li {
  font-size: 15px;
  color: #303030;
}

.content .twopair-section .twopair .side:nth-child(2) .bt-detail {
  width: 60%;
  margin: 0 auto 40px auto;
  overflow: visible;
}

.content .twopair-section .twopair .side:nth-child(2) .bt-detail a {
  min-width: 70%;
}

.content .twopair-section .twopair:nth-child(even) {
  /*偶数*/
}

.content .twopair-section .twopair:nth-child(even) .side:nth-child(1) {
  float: right;
}

.content .twopair-section .twopair:nth-child(3n-1) {
  /*たがいちがい背景用*/
}

.content .twopair-section .twopair:nth-child(3n-1) .side:nth-child(1) {
  background: #689d38;
}

.content .twopair-section .twopair:nth-child(3n) {
  /*たがいちがい背景用*/
}

.content .twopair-section .twopair:nth-child(3n) .side:nth-child(1) {
  background: #689d38;
}

.content .three-box {
  width: 1060px;
  margin: 0 auto 80px auto;
  background: #e8e8e8;
  padding: 70px 0 40px 0;
  text-align: center;
}

.content .three-box .box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 2% 45px 2%;
}

.content .three-box .box .circle {
  line-height: 0;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 80px;
  line-height: 1;
  margin: 0 auto 20px auto;
}

.content .three-box .box .circle img {
  width: 100%;
  line-height: 1;
}

.content .three-box .box h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
}

.content .three-box .box p {
  font-size: 15px;
  text-align: left;
  margin: 0 0 30px 0;
  line-height: 1.8;
}

.content .three-box .box .bt-detail a {
  min-width: 95%;
  padding: 14px 0;
}

/*下階層2カラム*/
.sec-2col {
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
  /*navigation*/
}

.sec-2col .leftframe {
  overflow: hidden;
  padding: 80px 0 40px 0;
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #f3f3f3;
}

.sec-2col .leftframe-w {
  overflow: hidden;
  padding: 40px 0 40px 0;
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
}

.sec-2col .leftframe-w .leftframe {
  margin: 0;
  padding: 0;
}

.sec-2col .rightnav {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 270px;
}

.sec-2col .rightnav h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #689d38;
  font-size: 24px;
  text-align: center;
}

.sec-2col .rightnav h2 a {
  padding: 45px 30px;
  display: block;
  color: #fff;
}

.sec-2col .rightnav h2 a span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #d0e1c1;
  line-height: 1.4;
}

.sec-2col .rightnav h2 a:hover {
  opacity: 1;
}

.sec-2col .rightnav ul li a {
  position: relative;
  color: #fff;
  display: block;
  padding: 25px 20px 25px 60px;
  border-bottom: #689d38 1px solid;
  background: #8dc031;
}

.sec-2col .rightnav ul li a:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 35px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  transform: rotate(-45deg);
  transition: 0.5s;
}

.sec-2col .rightnav ul li a:hover {
  background: #c6e57a;
  color: #689d38;
  opacity: 1;
}

.sec-2col .rightnav ul li a:hover:before {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}

.sec-2col .rightnav ul .parent {
  position: relative;
}

.sec-2col .rightnav ul .parent .child {
  background: none;
  position: absolute;
  top: 0;
  left: -540px;
  width: 540px;
  height: 0;
  overflow: hidden;
  padding: 0 1px 0 0;
  text-align: right;
}

.sec-2col .rightnav ul .parent .child ul {
  width: 270px;
  background: none;
  float: right;
}

.sec-2col .rightnav ul .parent .child ul li {
  display: inline-block;
  width: 269px;
  margin: 0 1px 1px 0;
}

.sec-2col .rightnav ul .parent .child ul li a {
  text-align: left;
  border: none;
  padding: 25px 20px 25px 35px;
  background: #e8e8e8;
  color: #689d38;
}

.sec-2col .rightnav ul .parent .child ul li a:before {
  display: none;
}

.sec-2col .rightnav ul .parent .child ul li a:hover {
  background: #fff;
  opacity: 1;
}

.sec-2col .rightnav ul .parent .child ul li.active a {
  background: #fff;
}

.sec-2col .rightnav ul .parent .child ul li:nth-child(6n) {
  display: block;
  float: left;
  opacity: 1;
}

.sec-2col .rightnav ul .parent .child.op {
  height: auto;
}

.sec-2col .rightnav ul .parent.active a {
  color: #689d38;
  border-bottom: #689d38 1px solid;
  border-left: #8dc031 1px solid;
  background: #C6E57B;
}

.sec-2col .rightnav ul .parent.active a::before {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}

.sec-2col .rightnav ul .parent.active a:hover {
  background: #fff;
}

.sec-2col .rightnav.fixed {
  position: fixed;
  top: 80px;
  bottom: auto;
  z-index: 100;
  pointer-events: auto;
}

/*下階層1カラム*/
.content-single {
  background: #f5f5f5;
  padding: 50px 0;
  /*汎用：SNSボタン*/
}

.content-single .content-gray {
  width: 1060px;
  background: none;
  overflow: hidden;
  margin: 0 auto;
}

.content-single .content-gray .cec-center {
  font-size: 52px;
}

.content-single .content-white {
  width: 900px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 80px;
}

.content-single .foot-module {
  margin: -100px auto 0 auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*汎用：文責*/
}

.content-single .foot-module .sharebt {
  overflow: hidden;
  display: inline-block;
  float: right;
}

.content-single .foot-module .sharebt ul li {
  float: left;
  margin: 0 0 0 10px;
}

.content-single .foot-module .sharebt ul li .fblikebox {
  border: 0;
  background-color: transparent;
  overflow: hidden;
  width: 135px;
  height: 65px;
}

.content-single .foot-module .sharebt ul li.hb {
  display: block;
}

.content-single .foot-module .sharebt ul li.line {
  display: none;
}

.content-single .foot-module small.auther {
  color: #727272;
  padding: 0 0 50px 50px;
  display: inline-block;
  position: relative;
}

.content-single .foot-module small.auther:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 33px;
  top: 7px;
  left: 0;
  background: #727272;
}

.content-single + .content-single {
  margin: -70px 0 0 0;
}

.content-single.white {
  background: #fff;
}

.leftpart {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 890px;
  margin: 40px 0 60px 0;
}

.leftpart.gray {
  overflow: hidden;
  background: #f3f3f3;
}

.leftpart.gray + .leftpart.gray {
  margin: -40px 0 0 0;
}

.leftpart.m0 {
  overflow: hidden;
  margin: 0;
}

.leftpart.linkset {
  position: relative;
  margin: 0;
}

.leftpart.linkset .link-bt-set {
  width: 890px;
}

.leftpart.linkset .link-bt-set .link-list-div ul {
  margin: 0;
}

.leftpart.linkset .link-bt-set .link-list-div ul li:last-child {
  padding: 0 0 0 20px;
  margin: 0;
}

/*下層汎用*/
/*汎用：日付とカテゴリ*/
.date-category {
  margin: 10px 0 30px 0;
}

.date-category span {
  font-size: 15px;
  margin: 0 35px 0 0;
}

.date-category ul {
  display: inline-block;
}

.date-category ul li {
  padding: 0;
  min-width: 130px;
  background: #e8e8e8;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
}

.date-category ul li:before {
  display: none;
}

.date-category ul li.main-c {
  background: #8dc031;
  color: #fff;
}

.pageindex {
  overflow: hidden;
  border-top: 1px #cacaca solid;
  padding: 30px 0 0 0;
  margin: 0;
}

.pageindex li {
  float: left;
  margin: 0 35px 20px 0;
  padding: 0;
}

.pageindex li a {
  padding: 0 0 0 30px;
  position: relative;
  display: block;
  font-size: 14px;
}

.pageindex li a:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: #8dc031 2px solid;
  border-left: #8dc031 2px solid;
  transform: rotate(-135deg);
  transition: 0.5s;
}

.pageindex li:before {
  display: none;
}

.full-image img {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}

.art-set {
  line-height: 1.8;
  padding: 0 0 100px 0;
  position: relative;
  /*汎用2カラム箱*/
  /*汎用3カラム箱*/
  /*囲み用灰色座布団*/
  /*table*/
  /*様々なリスト*/
}

.art-set img {
  max-width: 100%;
  box-sizing: border-box;
}

.art-set .a-set01 {
  line-height: 1.8;
}

.art-set h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 30px;
  color: #8dc031;
  margin: 0 0 30px 0;
}

.art-set h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 30px 0;
}

.art-set h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 30px 0;
}

.art-set p {
  line-height: 1.8;
  margin: 0 0 40px 0;
}

.art-set p .img-left {
  float: left;
  width: 45%;
  height: auto;
  margin: 0 30px 20px 0;
}

.art-set p .img-right {
  float: right;
  width: 45%;
  height: auto;
  margin: 0 0 20px 30px;
}

.art-set a {
  color: #8dc031;
}

.art-set b {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}

.art-set i {
  font-style: italic;
}

.art-set u {
  text-decoration: underline;
}

.art-set strike {
  text-decoration: line-through;
}

.art-set .redtxt {
  color: #e91e63;
}

.art-set .bt-detail {
  margin: 30px 0 0 0;
}

.art-set .bt-detail.top {
  margin-bottom: 50px;
}

.art-set .capimage {
  overflow: hidden;
  margin: 0 0 40px 0;
}

.art-set .capimage img {
  max-width: 100%;
}

.art-set .capimage .caption {
  margin: 0;
  padding: 10px 0 0 40px;
  display: block;
  position: relative;
  font-size: 12px;
  color: #737272;
}

.art-set .capimage .caption:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 33px;
  background: #737272;
  top: 8px;
  left: 0;
}

.art-set .capimage.center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.art-set .capimage.center .caption {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 50px;
}

.art-set .capimage.center + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}

.art-set .capimage.left {
  max-width: 47%;
  float: left;
  margin: 0 40px 0 0;
}

.art-set .capimage.left img {
  width: 100%;
}

.art-set .capimage.left .caption {
  margin: 0;
  padding: 0 0 0 50px;
}

.art-set .capimage.left + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}

.art-set .capimage.right {
  max-width: 47%;
  float: right;
  margin: 0 0 0 40px;
}

.art-set .capimage.right .caption {
  float: right;
  margin: 0;
  padding: 0 0 0 50px;
}

.art-set .capimage.right + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}

.art-set .side {
  line-height: 1.8;
}

.art-set .twoframe {
  overflow: hidden;
  padding: 0;
}

.art-set .twoframe .itembox {
  overflow: hidden;
  padding: 0;
  margin: 0 0 80px 0;
}

.art-set .twoframe .item {
  width: 46%;
  float: left;
  margin: 0 8% 50px 0;
  line-height: 1.8;
}

.art-set .twoframe .item a {
  display: block;
}

.art-set .twoframe .item img {
  width: 100%;
  margin: 0;
}

.art-set .twoframe .item h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
}

.art-set .twoframe .item p {
  margin: 0 0 30px 0;
}

.art-set .twoframe .item p:last-child {
  margin: 0;
}

.art-set .twoframe .item:nth-child(even) {
  margin: 0 0 50px 0;
}

.art-set .twoframe .item.imgonly {
  width: 47%;
  float: left;
  margin: 0 6% 30px 0;
}

.art-set .twoframe .item.imgonly img {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 0;
}

.art-set .twoframe .item.imgonly:nth-child(even) {
  margin: 0;
}

.art-set .twoframe .item.faqparts {
  width: 47%;
  margin: 0 6% 30px 0;
}

.art-set .twoframe .item.faqparts .bt {
  display: block;
  position: relative;
  background: #8fc231;
  color: #fff;
  padding: 30px 65px 30px 35px;
  transition: 0.5s;
}

.art-set .twoframe .item.faqparts .bt:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 35px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  transform: rotate(-135deg);
  transition: 0.5s;
}

.art-set .twoframe .item.faqparts .bt:hover {
  color: #689d38;
  background: #c6e57a;
  opacity: 1;
}

.art-set .twoframe .item.faqparts .bt:hover:after {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}

.art-set .twoframe .item.faqparts .bt.open + p {
  display: block;
}

.art-set .twoframe .item.faqparts p {
  display: none;
  background: #f5f5f5;
  padding: 30px 60px 30px 35px;
  margin: 0;
}

.art-set .twoframe .item.faqparts a.arrow {
  display: inline-block;
  font-size: 15px;
  color: #8dc031;
  margin: 15px 0 0 0;
  padding: 0 25px 0 0;
  position: relative;
}

.art-set .twoframe .item.faqparts a.arrow:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 1px;
  top: 48%;
}

.art-set .twoframe .item.faqparts a.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 38%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.art-set .twoframe .item.faqparts:nth-child(even) {
  margin: 0 0 30px 0;
}

.art-set .twoframe .bt-detail {
  margin: 30px 0 0 0;
  width: auto;
}

.art-set .twoframe .bt-detail a {
  width: 100%;
  box-sizing: border-box;
}

.art-set .twoframe:nth-last-child(1) .item {
  margin-bottom: 30px;
}

.art-set .threeframe {
  overflow: hidden;
  padding: 0 0 30px 0;
}

.art-set .threeframe .item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5% 60px 0;
  line-height: 1.8;
}

.art-set .threeframe .item a {
  display: block;
}

.art-set .threeframe .item img {
  width: 100%;
  margin: 0 0 0 0;
}

.art-set .threeframe .item h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
}

.art-set .threeframe .item p {
  margin: 0 0 30px 0;
}

.art-set .threeframe .item p .cap {
  margin: 16px 0 0 0;
  display: inline-block;
  font-size: 12px;
}

.art-set .threeframe .item .achivement h4 {
  text-align: center;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #689d38;
  line-height: 1;
}

.art-set .threeframe .item .achivement p {
  margin: 0 0 30px 0;
  line-height: 1;
  text-align: center;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 80px;
  color: #689d38;
}

.art-set .threeframe .item .achivement p span {
  font-size: 18px;
  color: #689d38;
}

.art-set .threeframe .item.a-item {
  margin: 0 3.5% 40px 0;
}

.art-set .threeframe .item.a-item:nth-child(3n) {
  margin: 0;
}

.art-set .threeframe .bt-detail {
  padding: 0;
}

.art-set .threeframe .bt-detail a {
  min-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.art-set .threeframe.img {
  padding: 0 0 60px 0;
  margin: 0;
}

.art-set .threeframe.img .item {
  margin: 0 3.5% 0 0;
}

.art-set .threeframe.img .item:nth-child(3n) {
  margin: 0;
}

.art-set .threeframe:nth-last-child(1) .item {
  /*margin-bottom:0;*/
}

.art-set .grayframe {
  background: #f3f3f3;
  margin: 0 0 20px 0;
  padding: 30px 35px;
  overflow: hidden;
}

.art-set .grayframe h3.gray {
  color: #737373;
  border-bottom: 1px #cacaca solid;
  padding: 0 0 20px 0;
}

.art-set .grayframe .thumb {
  float: left;
  max-width: 45%;
  margin: 0 5% 0 0;
}

.art-set .grayframe .right {
  overflow: hidden;
}

.art-set .grayframe .right h3 {
  font-size: 18px;
  color: #689d38;
  margin: 0 0 20px 0;
}

.art-set .grayframe .right p {
  font-size: 14px;
  margin: 0 0 20px 0;
}

.art-set .grayframe .right a {
  font-size: 15px;
  color: #8dc031;
  margin: 0;
  padding: 0 25px 0 0;
  position: relative;
}

.art-set .grayframe .right a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 1px;
  top: 9px;
}

.art-set .grayframe .right a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 6px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.art-set .grayframe .alert {
  margin: 20px 0 0 0;
  font-size: 12px;
}

.art-set .grayframe .alert .red {
  color: #e91e63;
}

.art-set .grayframe .bt-detail {
  margin: 40px 0 10px 0;
}

.art-set .grayframe .nopadding {
  padding: 0;
  margin: 0;
}

.art-set .grayframe .center {
  text-align: center;
  font-size: 13px;
}

.art-set .table-normal {
  overflow-x: auto;
  margin: 0 0 40px 0;
}

.art-set .table-normal table {
  width: 100%;
}

.art-set .table-normal table th, .art-set .table-normal table td {
  background: #f7f8f8;
  padding: 20px;
}

.art-set .table-normal table th {
  background: #e8e8e8;
}

.art-set .table-normal table thead th:nth-child(1) {
  background: #cacaca;
}

.art-set table {
  width: 100%;
}

.art-set table th, .art-set table td {
  background: #f7f8f8;
  padding: 20px;
}

.art-set table th {
  background: #e8e8e8;
}

.art-set table thead th:nth-child(1) {
  background: #cacaca;
}

.art-set ul {
  margin: 0 0 40px 30px;
  overflow: visible;
  list-style-position: outside;
}

.art-set ul li {
  list-style-type: disc;
  line-height: 1.7;
  padding: 0 0 10px 0;
  position: relative;
}

.art-set ul li img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.art-set ul li ul {
  margin: 10px 0 0 30px;
}

.art-set ul li ul li {
  list-style-type: circle;
}

.art-set ul li ul li ul li {
  list-style-type: square;
}

.art-set ul li ol {
  margin: 10px 0 0 30px;
}

.art-set ul li ol li {
  list-style-type: decimal;
}

.art-set ul li:last-child {
  padding-bottom: 0;
}

.art-set ul:last-child {
  margin: 0 0 0 30px;
}

.art-set ol {
  margin: 0 0 40px 30px;
  overflow: visible;
  list-style-position: outside;
}

.art-set ol li {
  list-style-type: decimal;
  line-height: 1.7;
  padding: 0 0 10px 0;
  position: relative;
}

.art-set ol li ol {
  margin: 10px 0 0 30px;
}

.art-set ol li ul {
  margin: 10px 0 0 30px;
}

.art-set ol li ul li {
  list-style-type: circle;
}

.art-set ol li ul li ul li {
  list-style-type: square;
}

.art-set ol li:last-child {
  padding-bottom: 0;
}

.art-set ol:last-child {
  margin: 0 0 0 30px;
}

.art-set .link-bt-set {
  position: relative;
  padding: 50px 0 10px 0;
  margin: 0;
  overflow: hidden;
}

.art-set .link-bt-set h3 {
  margin: 0 auto 30px auto;
  width: 90%;
  color: #737373;
}

.art-set .link-bt-set .bt-detail {
  float: left;
  width: 31%;
  margin: 0 3.5% 20px 0;
  padding: 0;
}

.art-set .link-bt-set .bt-detail a {
  min-width: 100%;
  box-sizing: border-box;
}

.art-set .link-bt-set .bt-detail:nth-child(3n) {
  margin: 0 0 20px 0;
}

.art-set .link-bt-set .bt-detail:before {
  display: none;
}

.art-set .link-list-div h3 {
  font-size: 20px;
}

.art-set .link-list-div h4 {
  font-size: 18px;
  margin: 0 auto 25px auto;
}

.art-set .link-list-div ul {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

.art-set .link-list-div li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  /*
  a.blank:before{
  	content:"";position:absolute;
  	height:7px;width:7px;border:2px $green-l solid;
  	right:0;bottom:5px;
  }
  */
}

.art-set .link-list-div li a {
  color: #8dc031;
  position: relative;
  padding: 0 25px 0 0;
}

.art-set .link-list-div li a img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.art-set .link-list-div li a.blank:after {
  content: url("../imgs/icon_blank.webp");
  /*position:absolute;
  width: 0;height: 0;
  height:7px;width:7px;
  border:none;
  border-left:2px $green-l solid;
  border-bottom:2px $green-l solid;
  right:5px;bottom:2px;
  */
}

.art-set .link-list-div li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #8dc031;
  left: 0;
  top: 12px;
  border-radius: 2px;
}

.art-set .link-list-div:nth-of-type(odd) {
  margin: 0 0 40px 5%;
  width: 42%;
  float: left;
  clear: both;
}

.art-set .link-list-div:nth-of-type(even) {
  margin: 0 0 40px 5%;
  width: 42%;
  float: left;
}

.art-set .listset01 {
  padding: 0 0 40px 0;
}

.art-set .listset01 ul {
  overflow: hidden;
}

.art-set .listset01 ul li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 5% 24px 0;
  width: 45%;
  border-radius: 4px;
  background: #f3f3f3;
  display: table;
  table-layout: fixed;
}

.art-set .listset01 ul li a {
  min-height: 52px;
  line-height: 1.5;
  padding: 12px 20px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.art-set .listset01 ul li a:hover {
  opacity: 0.8;
}

.art-set .listset01 ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 21px;
  top: 50%;
}

.art-set .listset01 ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.art-set .listset01 ul li:nth-child(2n) {
  margin: 0 0 24px 0;
}

.art-set .listset01 ul li:before {
  display: none;
}

.art-set .listset01 ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #f3f3f3;
  right: 20px;
  top: 15px;
}

.art-set .listset01 ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 25px;
  top: 20px;
}

.art-set .sitemap {
  width: 90%;
  overflow: hidden;
  margin: 0 auto 70px auto;
}

.art-set .sitemap h2.underline {
  border-bottom: 1px #8dc031 solid;
  padding: 0 0 30px 0;
}

.art-set .sitemap .sitemap-ul {
  margin: 0 0 40px 20px;
  width: 45%;
  float: left;
}

.art-set .sitemap .sitemap-ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 20px 20px;
}

.art-set .sitemap .sitemap-ul li a {
  position: relative;
  padding: 0 25px 0 0;
}

.art-set .sitemap .sitemap-ul li a.blank:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  top: 5px;
}

.art-set .sitemap .sitemap-ul li a.blank:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  top: 10px;
}

.art-set .sitemap .sitemap-ul li:before {
  position: absolute;
  content: "";
  background: #8dc031;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  top: 12px;
  left: 4px;
}

.art-set .sitemap .sitemap-ul ul {
  margin: 20px 0 0 0;
}

.art-set .sitemap .sitemap-ul ul li:before {
  width: 4px;
  height: 1px;
  border-radius: 0px;
  top: 10px;
  left: 4px;
}

.art-set.sc h2 {
  margin: 100px 0 20px 0;
}

.art-set.sc .grayframe {
  margin: 100px 0 20px 0;
}

.new-article {
  width: 1060px;
  margin: 0 auto 70px auto;
  background: #fff;
  padding: 70px 0;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.new-article .leftpart {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0 auto 70px auto;
}

.new-article .leftpart:last-child {
  margin: 0 auto 0 auto;
}

.whitebox {
  background: #fff;
  padding: 40px 5% 0 5%;
  margin: 40px 0 0 0;
}

.graybox {
  padding: 40px 0 0 0;
  margin: 0;
}

/*slick用*/
.slick-slide .item a {
  display: block;
}

.content-box-full {
  margin: 0 0 70px 0;
}

/*汎用：画像と文字互い違いセットA*/
.intropart {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px #cacaca solid;
}

.intropart .block {
  overflow: hidden;
  margin: 0;
}

.intropart .block .image {
  line-height: 0;
  float: left;
  margin: 0 60px 30px 0;
}

.intropart .block .text {
  margin: 0 0 0 50%;
  padding: 50px 0 0 0;
  width: 50%;
  line-height: 1.8;
}

.intropart .block .text h2 {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
  font-size: 32px;
}

.intropart .block .text h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: 0;
  background: #8dc031;
}

.intropart .block .text h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 40px 0;
  color: #303030;
}

.intropart .block .text p {
  margin: 0 0 40px 0;
  line-height: 1.8;
}

.intropart .block.right .image {
  line-height: 0;
  float: right;
  margin: 0 0 30px 60px;
}

.intropart .block.right .text {
  margin: 0 40% 0 0;
  padding: 50px 0 0 0;
  width: 60%;
}

.intropart:nth-last-child(1) {
  margin: 0;
  padding: 0;
  border: none;
}

/*上のものの下にリストがつくもの*/
.introlist {
  background: #fff;
  width: 100%;
  margin: 0 auto 50px auto;
}

.introlist h2 {
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  text-align: center;
  padding: 40px 0 0 0;
}

.introlist ul {
  width: 90%;
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.introlist ul li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin: 0 3.5% 25px 2.5%;
  padding: 0 0 0 5%;
  position: relative;
  list-style-type: none;
  text-align: left;
}

.introlist ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8dc031;
  border-radius: 10px;
}

.introlist ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  transform: rotate(-45deg);
}

/*汎用：問い合わせセット*/
.ask {
  padding: 10px 0;
  width: 100%;
}

.ask p {
  line-height: 1;
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 100;
  color: #689d38;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}

.ask p span {
  font-size: 13px;
  color: #689d38;
}

.ask p img {
  margin: 0 25px 0 0;
}

/*汎用ボタン左揃え*/
.bt-detail.left {
  text-align: left;
}

.bt-detail.left a {
  text-align: center;
}

/*汎用まとめナビ*/
.sec-nav-part {
  padding: 0 0 30px 0;
}

.sec-nav-part h3 {
  width: 1060px;
  margin: 0 auto 30px auto;
  padding: 50px 0 0 0;
  font-size: 30px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  letter-spacing: 0.08em;
}

.sec-nav-part nav {
  width: 1060px;
  margin: 0 auto;
}

.sec-nav-part .large ul {
  border-top: 1px #ccc solid;
}

.sec-nav-part .large ul li {
  padding: 25px 20px;
  border-bottom: 1px #ccc solid;
}

.sec-nav-part .large ul li img {
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.sec-nav-part .large ul .blank a {
  position: relative;
  padding: 0 25px 0 0;
}

.sec-nav-part .large ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  bottom: 4px;
}

.sec-nav-part .large ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  bottom: 1px;
}

.sec-nav-part .middle ul {
  overflow: hidden;
}

.sec-nav-part .middle ul li {
  width: 45%;
  float: left;
  padding: 15px 0 10px 15px;
  position: relative;
}

.sec-nav-part .middle ul li a img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.sec-nav-part .middle ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #8dc031;
  border-radius: 3px;
  left: 0;
  top: 48%;
}

.sec-nav-part .middle ul .blank a {
  position: relative;
  padding: 0 25px 0 0;
}

.sec-nav-part .middle ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  bottom: 4px;
}

.sec-nav-part .middle ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  bottom: 1px;
}

.sec-nav-part .small ul {
  overflow: hidden;
}

.sec-nav-part .small ul li {
  float: left;
  margin: 0 2% 24px 0;
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}

.sec-nav-part .small ul li a {
  line-height: 1.5;
  padding: 12px 25px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  transition: 0.5s;
  display: table-cell;
  vertical-align: middle;
  background: #f3f3f3;
}

.sec-nav-part .small ul li a:hover {
  opacity: 0.8;
}

.sec-nav-part .small ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 10px;
  top: 50%;
}

.sec-nav-part .small ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: 45%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.sec-nav-part .small ul li:nth-child(3n+1) {
  clear: both;
}

.sec-nav-part .small ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #f3f3f3;
  right: 10px;
  top: 15px;
}

.sec-nav-part .small ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 15px;
  top: 20px;
}

.sec-content-foot {
  position: relative;
  overflow: hidden;
  background: #999;
  width: 100%;
  height: 380px;
  line-height: 0;
}

.sec-content-foot a .image {
  width: 100%;
  transition: 0.5s;
  opacity: 0.6;
}

.sec-content-foot a:hover {
  opacity: 1;
}

.sec-content-foot a:hover .image {
  opacity: 1;
}

.sec-content-foot a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  background: #8dc031;
  right: 41px;
  top: 50%;
  z-index: 10;
}

.sec-content-foot a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 49%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}

.sec-content-foot .ctitle {
  position: absolute;
  bottom: 10%;
  line-height: 1.5;
}

.sec-content-foot .ctitle span {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 42px;
  padding: 8px 10px;
}

.sec-content-foot .ctitle .small {
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0 0 0;
  font-size: 20px;
}

/**ヨコハマから世界へ+AboutYCU**/
.content.white > .y-content {
  /*padding:10px 0 0px 0;*/
}

.y-content {
  width: 1060px;
  margin: 0 auto 0 auto;
  padding: 10px 0 100px 0;
  position: relative;
}

.y-content .sec-ec.large {
  margin: 50px 0;
}

.y-content .intro {
  width: 500px;
  margin: 0 auto 0 auto;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.y-content .intro:first-letter {
  font-size: 3em;
  float: left;
  margin: -0.2em 0.2em 0 0;
  padding: 0;
}

.y-content .cec.y {
  top: -50px;
  margin: 0 0 100px 0;
  display: block;
  position: absolute;
}

.y-content .circle-four {
  margin: 60px 0 0 0;
}

.y-content .search-frame {
  margin: 100px auto 0 auto;
}

.y-content .search-frame .n-result .item {
  width: 85%;
  margin: 0 0 50px 7.5%;
  min-height: auto;
}

.y-content .search-frame .n-result .item span {
  background: #00a6e3;
}

.y-content .search-frame .n-result .item span.gg {
  background: #24313c;
}

.y-content .search-frame .n-result .item a:hover {
  /*opacity:1;*/
}

.y-content .y-twopair {
  margin: 0 auto;
  overflow: hidden;
}

.y-content .y-twopair .item {
  display: inline-block;
  position: relative;
  float: left;
  width: 530px;
  margin: 0 0 80px 0;
}

.y-content .y-twopair .item a {
  display: block;
}

.y-content .y-twopair .item img {
  width: 100%;
  height: auto;
}

.y-content .y-twopair .item h3 {
  position: relative;
  margin: -24px 0 0 0;
}

.y-content .y-twopair .item h3 span {
  padding: 6px 8px;
  display: inline-block;
  max-width: 85%;
  background: #8dc031;
  color: #fff;
  font-size: 26px;
}

.y-content .y-twopair .item h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 0 10px 0;
  background: #00a6e3;
  padding: 6px 8px;
}

.y-content .y-twopair .item h4.gg {
  background: #24313c;
}

.y-content .y-twopair .item p {
  margin: 20px 0 0 0;
}

.y-content .y-twopair .item p span {
  padding: 0 20px 0 0;
  font-size: 12px;
}

.y-content .y-twopair .item:nth-Child(even) {
  margin: 70px 0 80px 0;
}

.y-content .y-twopair:nth-of-type(1) {
  margin: 100px auto 0 auto;
}

.y-content .twopair-section .twopair {
  margin: 0 0 50px 0;
  overflow: hidden;
}

.y-content .twopair-section .twopair .side h2 img {
  width: 90%;
  height: auto;
}

.y-content .twopair-section .twopair .side h2:before {
  display: none;
}

.y-content .twopair-section .twopair .side h3 {
  width: 75%;
  margin: 0 0 0 60px;
  font-size: 24px;
  color: #fff;
}

.y-content .twopair-section .twopair .side + .side p {
  width: 60%;
  padding: 100px 0;
  margin: 0 auto;
  color: #303030;
}

.y-content .twopair-section .twopair .side.tex {
  background: url("../imgs/y_line01.webp") 0 bottom no-repeat;
  background-color: #fff;
}

.y-content .twopair-section .twopair.second .side {
  float: right;
}

.y-content .twopair-section .twopair.second .side h2 img {
  width: 60%;
  height: auto;
  margin: 40px 0 0 10%;
}

.y-content .twopair-section .twopair.second .side h3 {
  width: 50%;
  margin: 0 0 0 19%;
  font-size: 24px;
  color: #fff;
}

.y-content .twopair-section .twopair.second .side:nth-Child(1) {
  background: #24313c;
}

.y-content .twopair-section .twopair.second .side + .side {
  background: url("../imgs/y_line02.webp") 0 bottom no-repeat;
  background-color: #fff;
}

.y-content .twoframe {
  margin: 0 0 30px 0;
}

.y-content .twoframe .item {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5% 25px 0;
}

.y-content .twoframe .item a {
  color: #303030;
}

.y-content .twoframe .item:nth-Child(2n) {
  margin: 0 0 25px 0;
}

.y-content .threeframe {
  margin: 0 0 30px 0;
}

.y-content .threeframe .item {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 4% 30px 0;
}

.y-content .threeframe .item a {
  color: #303030;
}

.y-content .threeframe .item:nth-Child(3n) {
  margin: 0 0 25px 0;
}

.y-content .academism .block .text {
  padding: 60px 0 0 0;
}

.y-content .academism .block .text h2 {
  font-size: 32px;
}

.y-content .academism .block .image {
  border-bottom: none;
}

.y-content.last {
  padding: 10px 0 0 0;
}

.white {
  background: #fff;
}

main.about .y-content {
  padding: 0 0 80px 0;
}

main.about .content + .bannerarea {
  margin: 20px 0 0 0;
}

/**micro**/
.m-intro {
  width: 1060px;
  margin: 0 auto 0 auto;
  padding: 100px 0;
  position: relative;
  overflow: visible;
}

.m-intro .m-cec {
  border-top: 1px #cacaca solid;
  width: 740px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.06em;
  margin: 0 auto 50px auto;
  padding: 50px 0 0 0;
  font-weight: 100;
}

.m-intro .m-cec span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.m-intro h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.m-intro p {
  width: 400px;
  margin: 0 auto 50px auto;
  line-height: 1.8;
}

.m-intro .bt-box {
  text-align: center;
  margin: 30px 0 0 0;
}

.m-intro .bt-box .bt-detail {
  display: inline-block;
  margin: 0 1%;
}

.m-intro .bt-box .bt-detail a {
  max-width: 268px;
  min-width: 235px;
}

.m-intro.error {
  clear: both;
  padding: 0 0 100px 0;
}

.m-intro.error p {
  width: 100%;
  margin: 0 0 100px 0;
  text-align: center;
}

.m-intro.empty {
  clear: both;
  padding: 50px 0;
}

.m-intro.empty + .news {
  margin: -15px auto 0 auto;
}

.m-intro.empty + .m-frame.art-set {
  margin: -20px auto 0 auto;
}

.m-result {
  overflow: hidden;
  margin: 50px 0;
}

.m-result .item {
  overflow: hidden;
  width: 27.5%;
  margin: 50px 2.5% 0 2.5%;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
}

.m-result .item img {
  width: 100%;
}

.m-result .item a {
  display: block;
}

.m-result .item span.category {
  position: relative;
  display: inline-block;
  float: right;
  margin: -12px 0 0 0;
  background: #689d38;
  padding: 4px 30px;
  color: #fff;
  font-size: 12px;
}

.m-result .item p {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.info.micro {
  margin: 0 auto 60px auto;
}

.info.micro .infobox {
  margin: 0 auto;
}

.info.micro .infobox .box {
  margin-bottom: 0;
}

.info.micro .infobox .box a .category:nth-last-child(1) {
  display: block;
}

.info.micro .infobox .box a .category:not(:nth-last-child(1)) {
  display: none;
}

.info.micro h3 {
  color: #727272;
  font-size: 24px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.info.micro h3 a {
  font-size: 15px;
  display: block;
  float: right;
}

.info.micro h3 a img {
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

.info.micro .bt-detail {
  display: none;
}

.info.micro .infobox + h3 {
  margin-top: 50px;
}

.m-content {
  width: 1060px;
  margin: 0 auto;
}

.m-content .block {
  margin: 0 0 60px 0;
}

.m-content .block .image {
  border: none;
}

.m-content .img_right .text {
  padding: 0;
  margin: 0;
}

.m-frame {
  width: 1060px;
  margin: 70px auto 0 auto;
}

.m-frame.art-set {
  margin: 80px auto 0 auto;
  padding: 0;
}

.cat-top-mainvisual + .m-frame.art-set {
  margin: 100px auto 0 auto;
}

.plain {
  margin: 70px auto 0 auto;
}

.m-grayset {
  margin: 0 auto;
}

.m-grayset h4 {
  color: #8dc031;
  text-align: center;
  font-size: 20px;
}

.m-grayset .grayframe {
  padding: 70px 70px 40px 70px;
}

.m-grayset .grayframe .art-set {
  padding: 0;
}

.m-grayset .grayframe .art-set p {
  margin: 0;
}

.grayset .grayframe p {
  margin: 0;
}

.m-content-box {
  width: 1160px;
  margin: 0 auto;
}

.sc-part {
  width: 48%;
  float: left;
  margin: 0 4% 25px 0;
}

.sc-part h3 {
  padding: 16px 0 0 0;
  font-size: 16px;
  width: 27%;
  float: left;
}

.sc-part h3 span {
  display: block;
  margin: 10px 0;
  color: #8dc031;
  font-size: 14px;
}

.sc-part .listsec {
  position: relative;
  width: 73%;
  float: left;
}

.sc-part .listsec h4 {
  position: relative;
  background: #8dc031;
  color: #fff;
  font-size: 16px;
  padding: 20px 25px;
  transition: 0.5s;
}

.sc-part .listsec h4 span {
  transition: 0.5s;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.sc-part .listsec h4:after {
  transition: 0.5s;
  position: absolute;
  content: "";
  top: 45%;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  transform: rotate(-135deg);
}

.sc-part .listsec ul {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  opacity: 0;
}

.sc-part .listsec ul li {
  display: block;
  border-bottom: 1px #737272 solid;
}

.sc-part .listsec ul li a {
  display: block;
  padding: 20px 25px;
  background: #f5f5f5;
}

.sc-part .listsec ul li a:hover {
  opacity: 1;
  background: #fff;
}

.sc-part .listsec ul li span {
  display: block;
  font-size: 14px;
  color: #737272;
}

.sc-part .listsec ul.open {
  display: block;
}

.sc-part .listsec:hover h4 {
  background: #c6e57a;
  color: #689d38;
}

.sc-part .listsec:hover h4 span {
  color: #689d38;
}

.sc-part .listsec:hover h4:after {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}

.sc-part:nth-child(even) {
  margin: 0 0 25px 0;
}

table.scholar {
  width: 100%;
  margin: 0 auto;
}

table.scholar thead {
  width: 100%;
}

table.scholar tbody {
  width: 100%;
}

table.scholar tbody a {
  text-decoration: underline;
}

table.scholar tr.title {
  overflow: hidden;
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
}

table.scholar tr.title th {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  border-right: 2px #cacaca solid;
}

table.scholar tr.title th:nth-child(1) {
  width: 17%;
}

table.scholar tr.title th:nth-child(2) {
  width: 11%;
}

table.scholar tr.title th:nth-child(n+3) {
  width: 18%;
}

table.scholar tr.title th:nth-last-child(1) {
  border: none;
}

table.scholar tr.detail {
  overflow: hidden;
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 15px 0;
}

table.scholar tr.detail td {
  box-sizing: border-box;
  vertical-align: top;
  padding: 20px;
  border-right: 2px #cacaca solid;
  position: relative;
}

table.scholar tr.detail td span {
  display: block;
  font-size: 14px;
  color: #737272;
  margin: 10px 0 0 0;
}

table.scholar tr.detail td .status {
  display: none;
}

table.scholar tr.detail td .btbox {
  margin: 20px 0 0 0;
}

table.scholar tr.detail td .btbox .map {
  text-decoration: none;
  width: 100%;
  display: block;
  background: #689d38;
  font-size: 12px;
  color: #fff;
  padding: 3px 6px;
  margin: 8px 0 0 0;
}

table.scholar tr.detail td .btbox .map img {
  float: right;
  margin: 3px 0 0 5px;
}

table.scholar tr.detail td:nth-child(1) {
  width: 17%;
}

table.scholar tr.detail td:nth-child(2) {
  width: 11%;
}

table.scholar tr.detail td:nth-child(n+3) {
  width: 18%;
}

table.scholar tr.detail td:nth-last-child(1) {
  border: none;
}

table.scholar.bid thead tr.title th:nth-Child(1) {
  width: 13%;
}

table.scholar.bid thead tr.title th:nth-Child(2) {
  width: 16%;
}

table.scholar.bid thead tr.title th:nth-Child(3) {
  width: 49%;
}

table.scholar.bid thead tr.title th:nth-Child(4) {
  width: 11%;
}

table.scholar.bid thead tr.title th:nth-Child(5) {
  width: 11%;
}

table.scholar.bid tbody tr.detail td .green {
  display: inline;
  background: #689d38;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12px;
}

table.scholar.bid tbody tr.detail td .targ {
  margin: 0;
  color: #8dc031;
  font-size: 14px;
}

table.scholar.bid tbody tr.detail td .targ img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

table.scholar.bid tbody tr.detail td:not(:nth-child(3)) {
  text-align: center;
}

table.scholar.bid tbody tr.detail td:nth-Child(1) {
  width: 13%;
}

table.scholar.bid tbody tr.detail td:nth-Child(2) {
  width: 16%;
}

table.scholar.bid tbody tr.detail td:nth-Child(3) {
  width: 49%;
}

table.scholar.bid tbody tr.detail td:nth-Child(4) {
  width: 11%;
}

table.scholar.bid tbody tr.detail td:nth-Child(5) {
  width: 11%;
}

table.scholar.bid tbody tr.detail td.over {
  background: #979797;
  color: #fff;
  border: none;
}

table.scholar.bid tbody tr.detail td.active {
  background: #8fc231;
  color: #fff;
  border: none;
}

table.scholar.bid tbody tr.detail td.open {
  background: #689d38;
  color: #fff;
  border: none;
}

table.scholar.bid tbody tr.detail td.before {
  background: #c6e57a;
  color: #689f38;
  border: none;
}

table.scholar.bid tbody tr.detail td.report {
  background: #c6e57a;
  color: #689f38;
  border: none;
}

table.scholar.bid.ext thead tr th:nth-Child(1) {
  width: 10%;
}

table.scholar.bid.ext thead tr th:nth-Child(2) {
  width: 14%;
}

table.scholar.bid.ext thead tr th:nth-Child(3) {
  width: 51%;
}

table.scholar.bid.ext thead tr th:nth-Child(4) {
  width: 11%;
}

table.scholar.bid.ext thead tr th:nth-Child(5) {
  width: 14%;
}

table.scholar.bid.ext tbody tr.detail td:nth-Child(1) {
  width: 10%;
}

table.scholar.bid.ext tbody tr.detail td:nth-Child(2) {
  width: 14%;
}

table.scholar.bid.ext tbody tr.detail td:nth-Child(3) {
  width: 51%;
}

table.scholar.bid.ext tbody tr.detail td:nth-Child(4) {
  width: 11%;
  padding: 22px 0;
}

table.scholar.bid.ext tbody tr.detail td:nth-Child(5) {
  width: 14%;
  padding: 22px 10px;
  text-align: left;
}

table.scholar.bid.offer thead tr th:nth-Child(1) {
  width: 10%;
}

table.scholar.bid.offer thead tr th:nth-Child(2) {
  width: 30%;
}

table.scholar.bid.offer thead tr th:nth-Child(3) {
  width: 30%;
}

table.scholar.bid.offer thead tr th:nth-Child(4) {
  width: 10%;
}

table.scholar.bid.offer thead tr th:nth-Child(5) {
  width: 10%;
}

table.scholar.bid.offer thead tr th:nth-Child(6) {
  width: 10%;
}

table.scholar.bid.offer tbody tr.detail td a {
  color: #8dc031;
}

table.scholar.bid.offer tbody tr.detail td span {
  display: none;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(1) {
  width: 10%;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(2) {
  width: 30%;
  text-align: left;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(3) {
  width: 30%;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(4) {
  width: 10%;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(5) {
  width: 10%;
}

table.scholar.bid.offer tbody tr.detail td:nth-Child(6) {
  width: 10%;
}

table.scholar-detail {
  width: 100%;
  margin: 0 auto 50px auto;
}

table.scholar-detail tbody a {
  text-decoration: underline;
}

table.scholar-detail tbody a.green {
  display: inline-block;
  text-decoration: none;
  color: #689d38;
}

table.scholar-detail tbody tr th {
  width: 22%;
  padding: 22px 10px;
  line-height: 2;
  background: #e4e4e4;
}

table.scholar-detail tbody tr td {
  width: 78%;
  padding: 22px 20px;
  line-height: 2;
  background: #f7f8f8;
}

table.scholar-detail tbody tr td .btbox {
  position: static;
}

table.scholar-detail tbody tr td .btbox .map {
  text-decoration: none;
  display: inline-block;
  background: #689d38;
  font-size: 14px;
  color: #fff;
  padding: 3px 6px;
  margin: 0 5px 0 0;
}

table.scholar-detail tbody tr td .btbox .map img {
  margin: 0 0 0 5px;
}

table.scholar-detail tbody tr td a {
  color: #8dc031;
}

table.scholar-detail tbody tr td b {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}

table.scholar-detail tbody tr td i {
  font-style: italic;
}

table.scholar-detail tbody tr td u {
  text-decoration: underline;
}

table.scholar-detail tbody tr td strong {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}

table.scholar-detail tbody tr td ol {
  margin: 10px 0 10px 0;
}

table.scholar-detail tbody tr td ol > li {
  list-style-type: decimal;
  margin: 0 0 0 18px;
  line-height: 1.8;
}

table.scholar-detail tbody tr td ul {
  margin: 10px 0 10px 0;
}

table.scholar-detail tbody tr td ul > li {
  list-style-type: disc;
  margin: 0 0 0 18px;
  line-height: 1.8;
}

table.scholar-detail tbody tr span {
  display: block;
  font-size: 14px;
  color: #737272;
  /*font-weight: 100;*/
}

table.scholar-detail tbody tr span.label {
  font-size: 16px;
  color: #8dc031;
}

table.scholar-detail.linkbk td a {
  color: #030303;
}

.eventover {
  background: #689d38;
  font-size: 24px;
  padding: 20px 0;
  margin: 0 0 60px 0;
  text-align: center;
  color: #fff;
}

/*loading*/
.loadingsec {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.loadingsec .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #8dc031;
}

.loadingsec .title {
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingsec .title .logomark {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0;
}

.loadingsec .title .load {
  display: block;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 1280px) {
  /***globalheader-PC***/
  .g-header .maintitle {
    width: 20%;
  }
  .g-header .gnavarea .main-nav ul li {
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 20px 0 0 0;
  }
  .g-header .gnavarea .main-nav ul li a {
    padding: 0 0 30px 0;
  }
  /**グローバルメニュースクロールfix状態**/
  .fixed .main-nav ul {
    margin: 0 auto;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
  }
  .fixed .gnavarea .main-nav ul li {
    float: none;
    padding: 30px 0 0 0;
    display: inline-block;
  }
  .fixed .gnavarea .main-nav ul li a {
    color: #fff;
  }
  .top-mainvisual .imgfield {
    position: absolute;
    height: 100%;
  }
  .top-mainvisual .imgfield img {
    height: 100%;
    width: auto;
  }
  /*下階層メインビジュアル*/
  .cat-top-mainvisual {
    width: 100%;
    padding: 128px 0 0 0;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
    line-height: 0;
  }
  .cat-top-mainvisual .imgfield img {
    width: 100%;
    height: auto;
  }
  .cat-top-mainvisual .imgfield .img01, .cat-top-mainvisual .imgfield .img02 {
    width: 50%;
  }
  .cat-top-mainvisual .subpart {
    width: 100%;
    overflow: visible;
  }
  .cat-top-mainvisual .subpart .ctitle {
    position: relative;
    float: left;
    margin: -88px 0 0 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 42px;
    padding: 4px 14px;
  }
  .cat-top-mainvisual .subpart .ctitle .icon {
    width: 75px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .subpart .ctitle .icon img {
    vertical-align: middle;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    margin: 7px 0 0 0;
    padding: 4px 14px;
    font-size: 20px;
  }
  .cat-top-mainvisual .subpart .topicpath ul {
    position: relative;
    display: inline-block;
    float: right;
    margin: 20px 25px 25px 0;
    text-align: right;
  }
  .cat-top-mainvisual .subpart .topicpath ul li {
    display: inline;
    margin: 15px 0 0 30px;
    padding: 0 10px;
  }
  .cat-top-mainvisual.noimage {
    margin: 0 0 70px 0;
    height: 180px;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 130px;
    background: #f3f3f3;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    margin: -30px 0 0 0;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 36px;
    width: 646px;
  }
  .cec {
    margin: 0 0 65px 40px;
  }
  .colmn-2 .left, .colmn-2 .right {
    width: 45%;
    text-align: left;
  }
  .colmn-2 .left img, .colmn-2 .right img {
    width: 100%;
    height: auto;
  }
  .colmn-2 .left h2 span, .colmn-2 .right h2 span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 20px;
  }
  .colmn-2 .left .read, .colmn-2 .right .read {
    display: block;
    padding: 20px 25% 20px 0;
  }
  .colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
    position: absolute;
    display: block;
    top: 0;
    top: 160px;
    font-size: 14px;
    color: #8dc031;
  }
  .colmn-2 .left .ca-arrow {
    left: -10%;
  }
  .colmn-2 .right .ca-arrow {
    right: -10%;
  }
  .academism .part {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }
  .news .newssummary {
    width: 90%;
    overflow: hidden;
  }
  .news .newssummary.second {
    width: 90%;
    margin: 0 auto;
  }
  .research .colmn-2 .left, .research .colmn-2 .right {
    width: 45%;
  }
  .ycunow .blockpart {
    overflow: hidden;
    line-height: 0;
  }
  .ycunow .blockpart .first div {
    float: left;
    width: 20%;
  }
  .ycunow .blockpart .first div:nth-child(2) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 40%;
    line-height: 1.4;
  }
  .ycunow .blockpart .second {
    width: 100%;
  }
  .ycunow .blockpart .second div {
    width: 20%;
  }
  .ycunow .blockpart .second div .inner {
    float: left;
    width: 100%;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1) {
    display: none;
  }
  /**globalfooter**/
  .g-footer {
    padding: 0;
  }
  .g-footer .first {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .g-footer .snspart {
    display: inline-block;
  }
  .g-footer .snspart ul {
    overflow: hidden;
    border-left: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
    padding: 0 40px;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .sns-link {
    top: 50px;
    right: 18%;
  }
  .g-footer .sns-link span.ar {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  .info {
    width: 100%;
  }
  .info .infobox {
    width: 90%;
    margin: 0 auto;
  }
  /*下階層メインビジュアル部分*/
  .cat-nav {
    width: 90%;
    margin: 0 auto;
  }
  .textset {
    width: 90%;
    background: #fff;
  }
  .content .twopair-section {
    width: 90%;
    margin: 80px auto;
    overflow: hidden;
    height: auto;
  }
  .content .twopair-section .twopair .side {
    background: #8dc031;
    width: 50%;
    float: left;
    margin: 0 0 40px 0;
    position: relative;
  }
  .content .twopair-section .twopair .side .thumb {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .content .twopair-section .twopair .side h2 {
    font-size: 38px;
    position: relative;
    padding: 0 0 20px 0;
    font-weight: 100;
    color: #fff;
  }
  .content .twopair-section .twopair .side h2 .icon {
    float: right;
    width: 14%;
  }
  .content .twopair-section .twopair .side h2:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    background: #fff;
    left: 0px;
    bottom: 0;
  }
  .content .twopair-section .twopair .side ul {
    overflow: hidden;
    margin: 20px auto 30px auto;
  }
  .content .twopair-section .twopair .side:nth-child(2) {
    float: left;
    background: #fff;
  }
  .content .twopair-section .twopair .side:nth-child(2) .thumb {
    position: relative;
  }
  .content .three-box {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
  }
  /*汎用：SNSボタン*/
  .foot-module {
    width: 90%;
  }
  /*下階層1カラム*/
  .content-single {
    padding: 40px 0;
  }
  .content-single .content-white {
    width: 90%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 50px 0;
  }
  .content-single .content-white .leftframe-w {
    width: 90%;
    margin: 0 auto;
  }
  .content-single .content-gray {
    width: 100%;
  }
  .content-single .leftpart {
    width: 100%;
    margin: 0 0 100px 0;
  }
  /*下階層2カラム*/
  .sec-2col .leftframe {
    background: url("../imgs/bg_2col.gif") right 0 repeat-y #f3f3f3;
    background-size: 270px;
  }
  .sec-2col .leftframe-w {
    background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
    background-size: 270px;
  }
  .sec-2col .rightnav {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    background: rgba(0, 0, 0, 0.3);
  }
  .sec-2col .fixed {
    position: fixed;
    top: 80px;
    bottom: auto;
    z-index: 9000;
  }
  .leftpart {
    width: 65%;
    margin: 40px 0 50px 5%;
  }
  .leftpart.m0 {
    width: 65%;
    margin: 0 0 0 5%;
  }
  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 0 0 5%;
  }
  .new-article {
    width: 90%;
    margin: 0 auto 70px auto;
    padding: 70px 0;
  }
  .new-article .leftpart {
    width: 85%;
  }
  .new-article .leftpart:last-child {
    margin: 0 auto;
  }
  /*下層汎用*/
  .date-category {
    width: 90%;
    margin: 10px auto 30px auto;
  }
  .pageindex {
    overflow: hidden;
    border-top: 1px #cacaca solid;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  .full-image {
    width: 90%;
    margin: 0 auto;
  }
  .full-image img {
    height: auto;
    margin: 0 0 40px 0;
  }
  .art-set {
    /*list*/
  }
  .art-set .twoframe .bt-detail {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .art-set .twoframe .bt-detail a {
    min-width: 0;
    box-sizing: border-box;
  }
  .art-set .link-bt-set {
    margin: 0;
  }
  /*汎用まとめナビ*/
  .sec-nav-part h3 {
    width: 90%;
  }
  .sec-nav-part nav {
    width: 90%;
  }
  .sec-nav-part .middle ul li {
    width: 45%;
  }
  .sec-content-foot {
    width: 100%;
    height: 280px;
  }
  .sec-content-foot .ctitle {
    margin: 0 0 0 40px;
  }
  /*micro*/
  .info.micro h3 {
    width: 90%;
    margin: 0 auto;
  }
  .info.micro h3 a {
    font-size: 15px;
  }
  .cec.m {
    margin: 0 0 50px 0;
  }
  .m-content {
    width: 90%;
    margin: 0 auto;
  }
  .m-frame {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .m-content-box {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .g-header {
    display: none;
  }
  .g-header-sp {
    height: 70px;
    display: block;
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }
  .g-header-sp .maintitle {
    display: block;
    background: #8dc031;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .g-header-sp .maintitle img {
    display: block;
    margin: 15px 0 0 20px;
  }
  .g-header-sp .maintitle:hover {
    opacity: 0.8;
  }
  .g-header-sp .gnavarea {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: -150vh;
    left: 0;
    background: #8dc031;
    padding: 0;
    transition: top 0.5s;
    letter-spacing: 0.08em;
  }
  .g-header-sp .gnavarea .main-nav {
    overflow: hidden;
    width: 80%;
    margin: 15px auto 0 auto;
    font-size: 18px;
  }
  .g-header-sp .gnavarea .main-nav ul {
    margin: 20px 0 0 0;
  }
  .g-header-sp .gnavarea .main-nav ul li {
    margin: 0;
    padding: 10px 0 10px 0;
  }
  .g-header-sp .gnavarea .main-nav ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 0;
  }
  .g-header-sp .gnavarea .sub-nav {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 20px 0 30px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent {
    margin: 0 0 15px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent li {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #ddd;
  }
  .g-header-sp .gnavarea .sub-nav .parent li a {
    display: block;
    color: #fff;
  }
  .g-header-sp .gnavarea .sub-nav .parent li a img {
    display: inline-block;
    float: right;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl {
    width: 100%;
    font-size: 16px;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl img {
    float: right;
    margin: 4px 10px 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child {
    overflow: hidden;
    height: 0;
    padding: 0 0 0 30px;
    margin: 10px 0 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child li {
    width: 100%;
    padding: 10px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child li a {
    font-size: 15px;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .smopen {
    height: 100%;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .sp-left span {
    display: none;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl:nth-Child(4) {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    margin: 0 0 20px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent:nth-child(1) li {
    line-height: 3.5;
  }
  .g-header-sp .gnavarea .sub-nav .parent li img {
    vertical-align: middle;
  }
  .g-header-sp .gnavarea .sub-nav .parent li .ico {
    margin: 0 10px 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .sp-left {
    padding: 0 40px 10px 0;
  }
  .g-header-sp .gnavarea .sub-nav .askbt.sp-left {
    margin: 15px 0 0 0;
  }
  .g-header-sp .mopen {
    width: 100%;
    transition: top 0.5s;
    background: #8dc031;
    top: 0;
  }
  .g-header-sp .searcharea {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .g-header-sp .searcharea .search-box {
    background: #a2ca5a;
    overflow: hidden;
    padding: 20px 0 20px 10px;
  }
  .g-header-sp .searcharea .search-box form {
    width: 90%;
    margin: 0 auto;
  }
  .g-header-sp .searcharea .search-box form .s-field {
    padding: 6px;
    background: none;
    width: 80%;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    float: left;
  }
  .g-header-sp .searcharea .search-box form .s-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-submit {
    background: url("../imgs/icon_m04_o.webp") 50% 50% no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 5px 0 0 10px;
    float: right;
  }
  .g-header-sp .searcharea .search-box .search-close {
    display: none;
  }
  .g-header-sp .searchparent {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 70px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .g-header-sp .searchparent img {
    width: 24px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
  }
  .g-header-sp .snavarea {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    z-index: 10;
  }
  .g-header-sp .snavarea.active {
    display: block;
  }
  .g-header-sp .menuopcl {
    position: absolute;
    z-index: 9999;
    top: -4px;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .g-header-sp .menuopcl::after {
    content: "MENU";
    position: absolute;
    bottom: 5px;
    left: 22px;
    font-size: 10px;
    text-align: center;
    color: #8dc031;
  }
  .g-header-sp .menuopcl span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background: #8dc031;
  }
  .g-header-sp .menuopcl.active span {
    background: #fff;
  }
  .g-header-sp .menuopcl.active::after {
    color: #fff;
  }
  .g-header-sp .menuopcl span:nth-of-type(1) {
    top: 29px;
    left: 25px;
  }
  .g-header-sp .menuopcl span:nth-of-type(2) {
    top: 36px;
    left: 25px;
  }
  .g-header-sp .menuopcl span:nth-of-type(3) {
    top: 43px;
    left: 25px;
  }
  .g-header-sp .menuopcl.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-315deg);
  }
  .g-header-sp .menuopcl.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-header-sp .menuopcl.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(315deg);
  }
  .g-header-sp .mob-title {
    position: absolute;
    width: 35%;
  }
  .g-header-sp .mob-title a {
    display: block;
    height: 70px;
    background: #8dc031;
    text-align: center;
    overflow: hidden;
  }
  .g-header-sp .mob-title a img {
    height: 70px;
    width: auto;
    display: block;
    margin: 0 auto;
    line-height: 0;
  }
  .g-header-sp .mob-title a span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 80%;
    line-height: 1.2;
  }
  .g-header-sp .mob-title.m a img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    line-height: 0;
  }
  .g-header-sp.sfixed {
    position: fixed;
    z-index: 2000;
    top: -140px;
    left: 0;
    transition: top 0.3s;
  }
  .g-header-sp.sfixed .gnavarea {
    position: fixed;
    top: -250vh;
    height: 100vh;
    overflow: scroll;
  }
  .g-header-sp.sfixed .gnavarea.mopen {
    position: fixed;
    top: 0;
  }
  .g-header-sp.sfixed .snavarea.active {
    position: absolute;
    top: 30px;
  }
  .g-header-sp.sfixed.active {
    top: 0px;
    left: 0;
    transition: top 0.3s;
  }
  /**汎用部品**/
  .cec {
    margin: 0;
    font-size: 52px;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .cec span {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .cec-center {
    font-size: 52px;
    letter-spacing: 0.06em;
    margin: 40px 0;
    text-align: center;
  }
  .cec-center span {
    display: block;
    font-size: 14px;
  }
  main {
    padding: 0;
  }
  .g-header-sp.sfixed + main {
    padding: 70px 0 0 0;
  }
  .top-mainvisual {
    width: 100%;
    height: 540px;
    overflow: hidden;
  }
  .top-mainvisual .imgfield {
    margin: 0;
    width: 100%;
    height: 540px;
  }
  .cat-top-mainvisual {
    padding: 0;
  }
  .cat-top-mainvisual.noimage {
    height: 150px;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 130px;
    background: #f3f3f3;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    margin: -30px 0 0 0;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 36px;
    width: 646px;
  }
  .first-topic-part a {
    display: block;
    padding: 14px 15% 14px 20px;
  }
  .first-topic-part a span.date {
    width: 30%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
  .first-topic-part a span.date + span.description {
    width: 70%;
  }
  .first-topic-part a:hover {
    opacity: 0.8;
  }
  .first-topic-part a:before {
    width: 30px;
    right: 20px;
    top: 25px;
  }
  .first-topic-part a:after {
    right: 20px;
    top: 22px;
  }
  .events .cec-center {
    position: absolute;
    width: 100%;
    top: -90px;
    left: 0;
  }
  .events .content-box {
    padding: 155px 0 120px 0;
  }
  .events .content-box .acd-listparts {
    margin: 0 0 40px 0;
  }
  .events .content-box .acd-listparts a:hover dd {
    color: #8dc031;
  }
  .events .content-box .acd-listparts dl {
    width: 45%;
    margin: 0 2.5% 30px 2.5%;
  }
  .news .newssummary {
    width: 90%;
    margin: 0 auto 70px auto;
  }
  .news .newssummary li:nth-child(n+5) {
    display: none;
  }
  .news .newssummary a {
    display: block; /* 20240306追加 */
  }
  .academism .ac-content {
    width: 100%;
    padding: 50px 0 50px 1.5%;
  }
  .academism .ac-content > div {
    width: 45%;
    margin: 0;
    margin: 0 2.5% 20px 2.5%;
  }
  .academism .ac-content > div .thumb {
    width: 100%;
  }
  .academism .ac-content div:nth-child(even) {
    top: 0;
    margin: 0 0 30px;
  }
  .academism .block .text {
    padding: 0;
  }
  .aboutycu .cec-center {
    top: -90px;
  }
  .ycunow .blockpart {
    overflow: hidden;
  }
  .ycunow .blockpart .first div {
    float: left;
    width: 25%;
  }
  .ycunow .blockpart .first div:nth-child(2), .ycunow .blockpart .first div:nth-child(3) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 50%;
    line-height: 1.4;
  }
  .ycunow .blockpart .second div {
    float: left;
    width: 25%;
  }
  .ycunow .blockpart .second div img {
    width: 100%;
    height: auto;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2) {
    display: none;
  }
  .news .newssummary {
    width: 90%;
  }
  .news .newssummary li {
    border-top: 1px #cacaca solid;
  }
  .news .newssummary li .category {
    margin: 0 0 0 30px;
  }
  .news .newssummary li p {
    display: block;
    font-size: 15px;
    margin: 10px 0 0 0;
  }
  .content + .bannerarea {
    margin: 0;
    position: relative;
  }
  /**globalfooter**/
  .g-footer .snspart ul {
    overflow: hidden;
    border-left: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
    padding: 0 2px;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .sns-link {
    position: static;
    margin: 20px auto 0 auto;
    text-align: center;
    width: 120px;
  }
  .g-footer .simbolpart {
    position: static;
    text-align: center;
    width: 90%;
    padding: 20px 0 0 0;
    margin: 20px auto 0 auto;
  }
  .g-footer .simbolpart ul {
    text-align: center;
    margin: 0 auto;
  }
  .g-footer .simbolpart ul li {
    float: none;
  }
  .g-footer .simbolpart ul li img {
    width: 60%;
    height: auto;
  }
  /*汎用ナビゲーション*/
  .cat-nav .nav-midd {
    padding: 0 0 30px 0;
  }
  .cat-nav .nav-midd ul {
    overflow: hidden;
  }
  .cat-nav .nav-midd ul li {
    float: left;
    margin: 0 2% 24px 0;
    width: 49%;
    border-radius: 4px;
  }
  .cat-nav .nav-midd ul li:nth-child(even) {
    margin: 0 0% 24px 0;
    float: left;
  }
  .cat-nav .nav-midd ul li:nth-child(odd) {
    margin: 0 2% 24px 0;
    clear: both;
  }
  .cat-nav .nav-midd ul li:nth-child(3n+1) {
    float: left;
    clear: none;
  }
  .cat-nav .nav-large {
    padding: 0 0 30px 0;
  }
  .cat-nav .nav-large:last-child {
    padding: 0 0 10px 0;
  }
  /*下階層2カラム*/
  .sec-2col {
    background: #fff;
    margin: 0;
  }
  .sec-2col .leftframe {
    background: #f3f3f3;
  }
  .sec-2col .leftframe-w {
    background: #fff;
  }
  .sec-2col .rightnav {
    position: static;
    overflow: hidden;
    width: 100%;
  }
  .sec-2col .rightnav ul li a {
    padding: 25px 50px 25px 35px;
  }
  .sec-2col .rightnav ul li a:before {
    left: auto;
    right: 30px;
    transform: rotate(225deg);
  }
  .sec-2col .rightnav ul .parent {
    position: relative;
  }
  .sec-2col .rightnav ul .parent .child {
    background: none;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 1px 0 0;
    text-align: right;
  }
  .sec-2col .rightnav ul .parent .child ul {
    width: 100%;
    background: none;
    float: none;
  }
  .sec-2col .rightnav ul .parent .child ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 1px 0;
  }
  .sec-2col .rightnav ul .parent .child ul li a {
    text-align: left;
    border: none;
    padding: 25px 20px 25px 50px;
    background: #e8e8e8;
    color: #689d38;
  }
  .leftpart {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .leftpart.m0 {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 auto;
  }
  .ask {
    padding: 10px 0;
    width: 100%;
  }
  /*汎用まとめナビ*/
  .sec-nav-part nav {
    width: 90%;
  }
  .sec-nav-part .middle ul li {
    width: 45%;
  }
  .sec-nav-part .small ul li {
    margin: 0 0 24px 0;
    width: 48%;
  }
  .sec-nav-part .small ul li:nth-child(3n+1) {
    clear: none;
  }
  .sec-nav-part .small ul li:nth-child(3n) {
    margin: 0 0 24px 0;
  }
  .sec-nav-part .small ul li:nth-child(2n+1) {
    margin: 0 2% 24px 0;
    clear: both;
  }
  /*カテゴリ検索*/
  .search-frame {
    width: 90%;
  }
  /**ヨコハマから世界へ**/
  .y-content {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .y-content .cec.y {
    top: -50px;
    margin: 0 0 100px 5%;
  }
  .y-content .cec.y span {
    text-align: left;
  }
  .y-content .y-twopair {
    width: 90%;
    margin: 0 auto;
  }
  .y-content .y-twopair .item {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 80px 0;
  }
  .y-content .y-twopair .item img {
    width: 100%;
    height: auto;
  }
  .y-content .y-twopair .item h3 {
    position: relative;
    margin: -24px 0 0 0;
  }
  .y-content .y-twopair .item h3 span {
    padding: 6px 8px;
    background: #8dc031;
    color: #fff;
    font-size: 26px;
  }
  .y-content .y-twopair .item h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px 0;
    background: #00a6e3;
    padding: 6px 8px;
  }
  .y-content .y-twopair .item h4.gg {
    background: #24313c;
  }
  .y-content .y-twopair .item p {
    margin: 10px 0 0 0;
  }
  .y-content .y-twopair .item p span {
    padding: 0 20px 0 0;
    font-size: 12px;
  }
  .y-content .y-twopair .item:nth-Child(even) {
    margin: 70px 0 80px 0;
  }
  /*micro*/
  .m-intro {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 120px 0 120px 0;
    position: relative;
    overflow: visible;
  }
  .m-intro .m-cec {
    border-top: 1px #cacaca solid;
    width: 80%;
    text-align: center;
    font-size: 38px;
    letter-spacing: 0.06em;
    margin: 0 auto 50px auto;
    padding: 50px 0 0 0;
    font-weight: 100;
  }
  .m-intro .m-cec span {
    letter-spacing: 0.08em;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .m-intro h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 30px auto;
    width: 80%;
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .m-intro p {
    width: 80%;
    margin: 0 auto 50px auto;
    line-height: 1.8;
  }
  .m-intro.empty {
    padding: 30px 0;
  }
  .m-content .block {
    margin: 0 0 60px 0;
  }
  .m-frame.art-set {
    margin: 60px auto 0 auto;
  }
  .info {
    margin: 0 auto 50px auto;
  }
  .info.micro {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .bt-detail {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }
  .bt-detail a {
    min-width: 235px;
    min-width: 80%;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 15px;
  }
  .cat-top-mainvisual .subpart .ctitle {
    margin: -82px 0 0 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 36px;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    font-size: 18px;
  }
  .cat-top-mainvisual .subpart .topicpath {
    display: none;
    float: none;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .cat-top-mainvisual .subpart .topicpath ul {
    text-align: left;
    float: none;
  }
  .cat-top-mainvisual .subpart .topicpath ul li {
    display: inline;
    margin: 0 25px 10px 0;
    padding: 0;
  }
  .cat-top-mainvisual .subpart .topicpath ul li a::after {
    width: 12px;
    right: -20px;
  }
  .cat-top-mainvisual .m-subpart .ctitle span {
    font-size: 36px;
  }
  .cat-top-mainvisual .m-subpart .ctitle .small {
    font-size: 18px;
  }
  .sec-content-foot .ctitle span {
    font-size: 36px;
  }
  .sec-content-foot .ctitle .small {
    font-size: 18px;
  }
  .cec {
    font-size: 42px;
  }
  .cec-center {
    font-size: 42px;
  }
  .cec-center.s {
    font-size: 36px;
  }
  .colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
    font-size: 18px;
  }
  .topnews h2 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .topnews p {
    width: 80%;
    font-size: 13px;
    line-height: 1.8;
  }
  .topnews p.two-c-tex {
    margin: -10px auto 0 auto;
    text-align: left;
    width: 90%;
    font-size: 13px;
  }
  .academism .block .text h2 {
    font-size: 32px;
  }
  .academism .block .bt-detail {
    min-width: 235px;
    text-align: center;
  }
  .academism .ac-content div h2 {
    font-size: 24px;
  }
  .academism .content-box {
    margin: 0 auto;
  }
  .academism .content-box:first-child {
    margin: 0 auto 0 auto;
  }
  .academism .part {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .academism .part .elm {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .academism .part .elm .image {
    border-bottom: #8fc231 4px solid;
  }
  .academism .part .elm h2 {
    padding: 30px 0 0 0;
    margin: 0 0 -10px 0;
    font-size: 26px;
    text-align: center;
  }
  .academism .part .elm h2::after {
    display: none;
  }
  .academism .part .elm .text {
    overflow: hidden;
  }
  .academism .part .elm .text p {
    font-size: 14px;
    display: none;
  }
  .academism .part .elm .bt-detail {
    text-align: center;
    width: 100%;
  }
  .academism .part .elm .bt-detail a {
    min-width: 260px;
  }
  .academism .part .elm:nth-child(2n) {
    margin: 0 0 50px 0;
  }
  .academism .btsec ul {
    text-align: center;
  }
  .academism .btsec ul li {
    margin: 0 auto 20px auto;
  }
  .academism .btsec ul li a {
    min-width: 190px;
    margin: 0 auto;
  }
  .academism > .content-box {
    padding-bottom: 80px;
  }
  .ac-wc .textset h2 {
    font-size: 26px;
  }
  .ac-wc .textset h3 {
    font-size: 20px;
  }
  .ycunow .blockpart .first div {
    width: 33.3333%;
  }
  .ycunow .blockpart .first div:nth-child(2), .ycunow .blockpart .first div:nth-child(3), .ycunow .blockpart .first div:nth-child(4) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 66.66666%;
  }
  .ycunow .blockpart .second div {
    width: 33.3333%;
  }
  .ycunow .blockpart .second div .inner {
    line-height: 2.5;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .ycunow .blockpart .second div .inner i {
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2), .ycunow .blockpart .second > div:nth-child(4) {
    display: none;
  }
  .top-mainvisual img {
    height: 100%;
    width: auto;
  }
  /*下階層メインビジュアル部分*/
  .cat-top-mainvisual {
    margin: 0 0 20px 0;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 32px;
    width: 90%;
  }
  /*information*/
  .info .infobox .box:nth-child(3n) {
    margin: 0 3% 20px 0;
  }
  .info .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 20px 0;
  }
  .info .infobox .box:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .info.micro .infobox .box:nth-child(3n) {
    margin: 0 3% 30px 0;
  }
  .info.micro .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 30px 0;
  }
  .info.micro .infobox .box:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  /*汎用ナビゲーション*/
  .cat-nav {
    width: 90%;
  }
  .cat-nav h2, .cat-nav h3 {
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #8dc031;
    font-size: 30px;
    margin: 30px 0;
  }
  .cat-nav h3 {
    font-size: 26px;
  }
  .cat-nav h4 {
    font-size: 22px;
  }
  .cat-nav .nav-large {
    margin: 0 0 20px 0;
  }
  .cat-nav .nav-large ul {
    overflow: hidden;
  }
  .cat-nav .nav-large ul li {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .cat-nav .nav-large ul li a:after {
    right: 25px;
    top: 48%;
  }
  .content .three-box {
    padding: 100px 0;
    text-align: center;
  }
  .content .three-box .box {
    width: 33%;
    margin: 0 2% 45px 2%;
  }
  .content .three-box .box .circle {
    width: 130px;
    height: 130px;
  }
  .content .twopair-section .twopair .side h2 {
    font-size: 30px;
  }
  .content .twopair-section .twopair .side:nth-child(2) h2 {
    font-size: 20px;
  }
  .textset h2 {
    font-size: 26px;
  }
  .textset h3 {
    font-size: 20px;
  }
  .sec-ec {
    font-size: 24px;
  }
  .sec-ec.large {
    font-size: 30px;
  }
  .sec-nav-part h3 {
    font-size: 26px;
  }
  /*下階層1カラム*/
  .content-single .content-white h2 {
    margin: 0 0 20px 0;
  }
  .content-single .content-white .grayframe {
    padding: 35px 20px;
  }
  .content-single .content-gray .cec-center {
    font-size: 36px;
  }
  /*下階層2カラム*/
  .sec-2col {
    margin: 0;
  }
  .sec-2col .pageindex {
    margin: 0;
    margin-top: 40px;
  }
  .sec-2col .leftframe {
    width: 100%;
    padding: 50px 0;
  }
  .sec-2col .leftframe-w {
    width: 100%;
    padding: 50px 0;
  }
  .leftpart {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .leftpart.m0 {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 0 0 0;
  }
  .art-set {
    /*list*/
  }
  .art-set h2 {
    font-size: 26px;
  }
  .art-set h3 {
    font-size: 22px;
  }
  .art-set h4 {
    font-size: 18px;
  }
  .art-set p {
    margin: 0 0 60px 0;
    line-height: 1.9;
  }
  .art-set p .img-left {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 30px 20px 0;
  }
  .art-set p .img-right {
    float: right;
    width: 45%;
    height: auto;
    margin: 0 0 20px 30px;
  }
  .art-set .twoframe {
    overflow: hidden;
    margin: 0;
  }
  .art-set .twoframe .item {
    width: 46%;
    float: left;
    margin: 0 8% 30px 0;
  }
  .art-set .twoframe .item h4 {
    font-size: 20px;
    margin: 20px 0;
  }
  .art-set .twoframe .item p {
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item:nth-child(even) {
    width: 46%;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .bt-detail {
    width: auto;
  }
  .art-set .twoframe .bt-detail a {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
  }
  .art-set .threeframe .item .achivement p {
    font-size: 60px;
  }
  .art-set .threeframe .bt-detail {
    width: auto;
  }
  .art-set .threeframe .bt-detail a {
    min-width: auto;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
  }
  .art-set .listset01 {
    padding: 0 0 40px 0;
  }
  .art-set .listset01 ul {
    overflow: hidden;
  }
  .art-set .listset01 ul li {
    float: left;
    overflow: hidden;
    margin: 0 2% 24px 0;
    width: 48%;
    border-radius: 4px;
    background: #f3f3f3;
    display: table;
    table-layout: fixed;
  }
  .art-set .listset01 ul li a {
    min-height: 52px;
    line-height: 1.5;
    padding: 12px 20px 12px 12px;
    font-size: 14px;
    display: block;
    position: relative;
    transition: 0.5s;
    display: table-cell;
    vertical-align: middle;
  }
  .art-set .listset01 ul li a:hover {
    opacity: 0.8;
  }
  .art-set .listset01 ul li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #8dc031;
    right: 11px;
    top: 50%;
  }
  .art-set .listset01 ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #8dc031;
  }
  .art-set .listset01 ul li:nth-child(2n) {
    margin: 0 0 24px 0;
  }
  .art-set .listset01 ul .blank a:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px #8dc031 solid;
    background: #f3f3f3;
    right: 10px;
    top: 15px;
  }
  .art-set .listset01 ul .blank a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    height: 7px;
    width: 7px;
    border: none;
    border-left: 2px #8dc031 solid;
    border-bottom: 2px #8dc031 solid;
    right: 15px;
    top: 20px;
  }
  /*******/
  .intropart .block .image {
    float: none;
    margin: 0 auto;
  }
  .intropart .block .image img {
    width: 100%;
    height: auto;
  }
  .intropart .block .text {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .intropart .block .text h2 {
    font-size: 28px;
    text-align: center;
  }
  .intropart .block .text h2:before {
    left: 48%;
  }
  .intropart .block .text h3 {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 20px;
  }
  .intropart .block .text p {
    margin: 0 0 40px 0;
  }
  .intropart .block.right .image {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .intropart .block.right .image img {
    width: 100%;
    height: auto;
  }
  .intropart .block.right .text {
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 90%;
  }
  .intropart .block.right .text h2 {
    text-align: center;
  }
  .intropart .block.right .text h3 {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .bt-detail.left {
    text-align: center;
  }
  .ask {
    padding: 10px 0;
  }
  .ask p {
    line-height: 1;
    margin: 0;
    font-size: 32px;
  }
  .ask p img {
    margin: 0 10px 0 0;
    width: 24px;
  }
  .ask p.sm {
    font-size: 28px;
  }
  .sec-content-foot {
    width: 100%;
    height: 200px;
  }
  /*カテゴリ検索*/
  .search-frame {
    width: 90%;
    margin: 0 auto;
  }
  .search-frame .search-part {
    padding: 0 0 60px 0;
  }
  .search-frame .search-part .ext {
    position: absolute;
    top: 80px;
    left: 0;
    display: block;
    padding: 5px 10px 5px 10px;
    width: 80px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #689d38;
    border-radius: 5px;
  }
  .search-frame .search-part .ext:before {
    display: none;
  }
  .search-result {
    padding: 50px 0;
  }
  /*ニュース用*/
  .n-result .item {
    width: 45%;
    margin: 0 2.5% 50px 2.5%;
    min-height: 280px;
  }
  .n-result .item a {
    transition: 0.5s;
  }
  .n-result .item img {
    width: 100%;
  }
  .n-result .item span.category {
    position: relative;
    display: inline-block;
    float: right;
    margin: -18px 0 0 0;
    background: #689d38;
    padding: 4px 30px;
    color: #fff;
    font-size: 12px;
  }
  .n-result .item p {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .n-result .item p span {
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #8dc031;
  }
  .e-result .item {
    width: 45%;
    margin: 0 2.5% 50px 2.5%;
  }
  .y-content .y-twopair .item h3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .g-header-sp .mob-title {
    position: absolute;
    width: 37%;
  }
  .g-header-sp .mob-title a img {
    display: block;
    margin: 0 auto;
    line-height: 0;
  }
  .g-header-sp .mob-title.m a img {
    height: 70px;
    width: auto;
    line-height: 0;
  }
  /**汎用部品**/
  .cec {
    font-size: 30px;
  }
  .cec span {
    display: block;
    font-size: 11px;
  }
  .cec-center {
    font-size: 30px;
  }
  .cec-center span {
    display: block;
    font-size: 11px;
  }
  .bt-detail a {
    padding: 14px 55px;
    min-width: 85%;
    color: #8dc031;
    border: 2px #8dc031 solid;
    border-radius: 5px;
    font-size: 14px;
  }
  .top-mainvisual .imgfield {
    position: absolute;
    height: 100%;
  }
  .top-mainvisual .imgfield img {
    height: 100%;
    width: auto;
    display: none;
  }
  .top-mainvisual .imgfield img.sp {
    width: 100%;
    height: auto;
    display: block;
  }
  .first-topic-part {
    /*
        background: #8dc031;
    */
    width: 85%;
    overflow: hidden;
    margin: 0 0 55px 15%;
  }
  .first-topic-part.ftpnum1 {
    margin: -30px 0 8px 15%;
  }
  .first-topic-part a {
    display: block;
    padding: 13px 20px 13px 20px;
    position: relative;
  }
  .first-topic-part a span.date {
    padding: 0;
    font-size: 13px;
    width: 32%;
  }
  .first-topic-part a span.description {
    font-size: 13px;
    width: 68%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
  .first-topic-part a span.date + span.description {
    width: 100%;
  }
  .first-topic-part a:before {
    display: none;
  }
  .first-topic-part a:after {
    display: none;
  }
  .topnews p.two-c-tex {
    margin: -10px auto 0 auto;
    text-align: left;
    width: 80%;
    font-size: 13px;
  }
  .colmn-2 {
    overflow: hidden;
    text-align: center;
  }
  .colmn-2 .left, .colmn-2 .right {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .colmn-2 .left h2, .colmn-2 .right h2 {
    width: 90%;
    margin: -15px 0 0 0;
  }
  .colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
    font-size: 16px;
    padding: 10px 20px;
  }
  .colmn-2 .left .read, .colmn-2 .right .read {
    font-size: 13px;
    padding: 10px 0 20px 0;
  }
  .colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
    top: 100px;
    font-size: 12px;
    color: #8dc031;
    display: none;
  }
  .topic-graypart {
    margin: -360px 0 0 0;
    padding: 380px 0 40px 0;
  }
  .topic-graypart .content-box-full {
    margin-top: -20px;
  }
  .topic-slickpart, .topic-slickpart-full {
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .topic-slickpart div div, .topic-slickpart-full div div {
    width: 85%;
    margin: 0 auto;
  }
  .topic-slickpart div div p, .topic-slickpart-full div div p {
    font-size: 13px;
  }
  .events {
    padding: 0;
    margin: 0;
  }
  .events .cec-center {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
  .events .content-box {
    padding: 80px 0;
  }
  .events .content-box .acd-listparts {
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .events .content-box .acd-listparts a:hover dd {
    color: #8dc031;
  }
  .events .content-box .acd-listparts dl {
    width: 80%;
    margin: 0 10% 15px 10%;
    display: block;
  }
  .events .content-box .acd-listparts dl dt {
    font-size: 25px;
  }
  .events .content-box .acd-listparts dl dd {
    font-size: 14px;
    line-height: 1.4;
    width: 300px;
  }
  .events .content-box .acd-listparts dl dd span {
    font-size: 12px;
    color: #666;
  }
  .events .content-box .acd-listparts dl:nth-child(n+5) {
    display: none;
  }
  .academism {
    background: #f3f3f3;
    padding: 40px 0 0 0;
    overflow: hidden;
  }
  .academism .block {
    clear: both;
  }
  .academism .block .image {
    width: 95%;
    line-height: 0;
  }
  .academism .block .image img {
    width: 100%;
  }
  .academism .block .text {
    width: 100%;
    padding: 0;
  }
  .academism .block .text h2 {
    font-size: 26px;
    text-align: center;
  }
  .academism .block .text h2:before {
    bottom: 0;
    left: 44%;
  }
  .academism .block .text h3 {
    text-align: center;
    font-size: 20px;
  }
  .academism .block .text p {
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.8;
    width: 90%;
    text-align: left;
    text-align: center;
  }
  .academism .block .text p.second {
    text-align: left;
  }
  .academism .img_right .image {
    float: none;
    margin: 0 0 30px 5%;
  }
  .academism .img_right .text {
    width: 90%;
    margin: 0 auto;
  }
  .academism .img_left {
    width: 100%;
    margin: 0;
  }
  .academism .img_left .image {
    width: 95%;
    float: left;
    margin: 0 0 30px 0;
  }
  .academism .img_left .text {
    width: 90%;
    margin: 0 0 0 5%;
  }
  .academism .img_left .text h1:before {
    left: 44%;
  }
  .academism .bt-detail {
    float: none;
    margin: 30px 0 0 0;
  }
  .academism .ac-content {
    padding: 50px 0 60px 0;
    text-align: center;
  }
  .academism .ac-content div h2 {
    padding: 30px 35px 20px 35px;
    font-size: 22px;
  }
  .academism .ac-content div h2 img {
    width: 15%;
  }
  .academism .ac-content div p {
    font-size: 13px;
    padding: 20px 35px 30px 35px;
  }
  .academism .ac-content div .sublist {
    padding: 10px 35px 0 35px;
  }
  .academism .ac-content div .sublist li {
    font-size: 13px;
  }
  .academism .ac-content > div:nth-child(odd) {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  .academism .ac-content > div:nth-child(even) {
    width: 80%;
    margin: 0 10% 30px 10%;
    position: relative;
    top: 0px;
  }
  .academism .ac-content div > img {
    width: 100%;
    height: auto;
  }
  .academism .part .elm .bt-detail {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .academism .part .elm .bt-detail a {
    text-align: center;
  }
  .academism .btsec {
    margin: 20px 0;
  }
  .academism .btsec ul li {
    text-align: center;
  }
  .academism .btsec ul li a {
    min-width: 160px;
  }
  .ac-wc {
    background: #fff;
    padding: 0 0 70px 0;
  }
  .circle-four {
    padding: 0;
  }
  .circle-four li {
    width: 120px;
    margin: 0 4% 30px 4%;
  }
  .circle-four li .circle {
    width: 120px;
    height: 120px;
  }
  .circle-four li .circle img {
    width: 100%;
  }
  .circle-four li span {
    font-size: 14px;
    display: block;
    margin: 20px 0 0 0;
    color: #8dc031;
  }
  .circle-four a {
    transition: 0.5s;
  }
  .circle-four a:hover {
    opacity: 0.7;
  }
  .ac-wc.wide {
    padding: 30px 0 30px 0;
  }
  .research {
    padding: 50px 0 0 0;
  }
  .research .colmn-2 .left, .research .colmn-2 .right {
    display: block;
    width: 80%;
    margin-bottom: 40px;
  }
  .research .colmn-2 .left img, .research .colmn-2 .right img {
    width: 100%;
  }
  .research .colmn-2 .left p, .research .colmn-2 .right p {
    display: none;
  }
  .research .bt-detail {
    margin: 0;
  }
  .aboutycu {
    margin: 120px 0 0 0;
    position: relative;
    background-size: cover;
  }
  .aboutycu .cec-center {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
  .aboutycu .content-box {
    padding: 40px 0 60px 0;
  }
  .aboutycu .about-slickpart {
    margin: 0;
    padding: 80px 0 0 0;
    overflow: hidden;
  }
  .aboutycu .about-slickpart .detail h2 {
    margin: 0;
  }
  .aboutycu .about-slickpart .detail h2 span {
    line-height: 0;
  }
  .aboutycu .about-slickpart .imgscl {
    width: 178px;
    height: 178px;
  }
  .aboutycu .about-slickpart .imgscl img {
    opacity: 0.5;
  }
  .ycunow .blockpart {
    overflow: hidden;
    line-height: 0;
  }
  .ycunow .blockpart .second div .inner {
    float: left;
    width: 100%;
    line-height: 2.4;
    color: #fff;
    text-align: center;
    font-size: 10px;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 24px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 60%;
  }
  .ycunow .blockpart .second div .inner p {
    font-size: 13px;
    padding: 0;
    display: none;
  }
  .ycunow .blockpart .second div .inner p:before, .ycunow .blockpart .second div .inner a:after {
    display: none;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2), .ycunow .blockpart .second > div:nth-child(4) {
    display: none;
  }
  .ycunow .graypart {
    padding: 50px 0 40px 0;
  }
  .ycunow .graypart .content-box .cr {
    width: 120px;
    margin: 0 15px 30px 15px;
  }
  .ycunow .graypart .content-box .cr .circle {
    width: 120px;
    height: 120px;
  }
  .ycunow .graypart .content-box .cr span {
    font-size: 14px;
  }
  .news {
    padding: 0 0 60px 0;
  }
  .news h2 {
    font-size: 22px;
    margin: 10px 0 30px 0;
    padding: 30px 0 0 0;
  }
  .news .newssummary {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .news .newssummary a p {
    font-size: 14px;
  }
  .news .newssummary a .category {
    font-size: 10px;
  }
  .news .newssummary li {
    font-size: 13px;
  }
  .news .newssummary.second {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .top-linkpart {
    margin: 40px 0 0 0;
  }
  .top-linkpart .linkar {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
  }
  .top-linkpart .linkar a {
    width: 100%;
    font-size: 13px;
  }
  .top-linkpart .linkar a div span {
    font-size: 13px;
    padding: 0 0 0 30px;
  }
  .bannerarea {
    background: #f5f5f5;
    padding: 50px 0 30px 0;
  }
  .bannerarea .bannerlist {
    overflow: hidden;
    text-align: center;
  }
  .bannerarea .bannerlist li {
    display: inline-block;
    width: 80%;
    margin: 0 0 20px 0;
  }
  .bannerarea .bannerlist li img {
    width: 100%;
    height: auto;
  }
  /**globalfooter**/
  body > .topicpath {
    display: block;
  }
  .g-footer .first {
    padding: 30px 0 0 0;
  }
  .g-footer .snspart ul {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .snspart ul li {
    margin: 0 12px;
  }
  .g-footer .sns-link {
    font-size: 13px;
  }
  .g-footer .sns-link .ar {
    top: -4px;
  }
  .g-footer .simbolpart {
    border-top: 1px #ccc solid;
    width: 80%;
    padding: 20px 0;
    margin: 20px auto 0 auto;
  }
  .g-footer .heavyfooter {
    display: none;
  }
  .g-footer .f-bottom {
    position: relative;
    padding: 40px 0 30px;
    border-bottom: 7px #8dc031 solid;
  }
  .g-footer .f-bottom img {
    width: 20%;
  }
  .g-footer .f-bottom div {
    margin: 40px 0 20px 0;
  }
  .g-footer .f-bottom div ul li {
    margin: 0;
    padding: 0 10px;
  }
  .g-footer .f-bottom div ul li a {
    color: #fff;
    font-size: 12px;
  }
  .g-footer .f-bottom div ul li:nth-child(1) {
    border-right: 1px #ddd solid;
  }
  .g-footer .f-bottom small {
    color: #fff;
    font-size: 11px;
  }
  .g-footer .f-bottom .bt-sctop {
    right: 10px;
  }
  .g-footer .f-bottom .bt-sctop.active {
    bottom: 0;
  }
  /*下階層メインビジュアル部分*/
  .cat-top-mainvisual {
    width: 100%;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
  }
  .cat-top-mainvisual .imgfield img {
    display: none;
  }
  .cat-top-mainvisual .imgfield img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .cat-top-mainvisual .subpart .ctitle {
    float: left;
    margin: -22px 0 20px 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 25px;
  }
  .cat-top-mainvisual .subpart .ctitle .icon {
    width: 51px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .subpart .ctitle .icon img {
    width: 70%;
    vertical-align: middle;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    font-size: 12px;
  }
  .cat-top-mainvisual .m-subpart .ctitle {
    width: 88%;
  }
  .cat-top-mainvisual .m-subpart .ctitle span {
    font-size: 25px;
  }
  .cat-top-mainvisual .m-subpart .ctitle .icon {
    width: 51px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .m-subpart .ctitle .icon img {
    width: 70%;
    vertical-align: middle;
  }
  .cat-top-mainvisual .m-subpart .ctitle .small {
    font-size: 12px;
  }
  .cat-top-mainvisual.noimage {
    margin: 0 0 20px 0;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 105px;
    overflow: hidden;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    width: 90%;
    margin: -18px 0 30px 25px;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 22px;
  }
  .cat-top-mainvisual.h260 {
    height: auto;
    margin: 0;
  }
  .cat-top-mainvisual.h260 .imgfield {
    /*height:105px;*/
  }
  .cat-top-mainvisual + .news {
    padding: 0 0 40px 0;
  }
  .first-content .cec-center {
    margin: 40px 0;
  }
  .subpart.topicpath {
    display: none;
  }
  /*information*/
  .info .infobox {
    width: 80%;
  }
  .info .infobox .box:nth-child(3n) {
    margin: 0 0 40px 0;
  }
  .info .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info .infobox .box p {
    font-size: 14px;
  }
  .info .infobox .box .category {
    font-size: 13px;
  }
  .info .infobox .box:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  /*汎用ナビゲーション*/
  .cat-nav {
    width: 80%;
  }
  .cat-nav h2, .cat-nav h3 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
  }
  .cat-nav h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .cat-nav p {
    font-size: 13px;
  }
  .cat-nav .nav-large ul li {
    float: left;
    overflow: hidden;
    margin: 0 2% 20px 0;
    width: 100%;
  }
  .cat-nav .nav-large ul li a {
    font-size: 13px;
  }
  .cat-nav .nav-large ul li a span {
    padding: 0 18% 0 10%;
  }
  .cat-nav .nav-large ul li a:after {
    top: 45.5%;
  }
  .cat-nav .nav-large ul li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .cat-nav .nav-midd ul li {
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;
    border-radius: 4px;
  }
  .cat-nav .nav-midd ul li a {
    font-size: 13px;
  }
  .cat-nav .nav-midd ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .content .cec-center.ec2-1-1 {
    margin: -95px 0 0 0;
  }
  .content .twopair-section {
    width: 80%;
    margin: 0 auto;
  }
  .content .twopair-section .twopair {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .content .twopair-section .twopair .side {
    width: 100%;
    margin: 0;
  }
  .content .twopair-section .twopair .side h2 {
    margin: 40px auto 10px auto;
    font-size: 23px;
  }
  .content .twopair-section .twopair .side p {
    margin: 25px auto 0 auto;
    font-size: 13px;
  }
  .content .twopair-section .twopair .side:nth-child(1) {
    padding: 0 0 50px 0;
  }
  .content .twopair-section .twopair .side:nth-child(1) .thumb {
    display: none;
  }
  .content .twopair-section .twopair .side:nth-child(2) {
    width: 100%;
  }
  .content .twopair-section .twopair .side:nth-child(2) h2 {
    width: 75%;
    margin-top: 30px;
    font-size: 20px;
  }
  .content .twopair-section .twopair .side:nth-child(2) ul {
    width: 75%;
  }
  .content .twopair-section .twopair .side:nth-child(2) ul li {
    font-size: 13px;
  }
  .content .twopair-section .twopair .side:nth-child(2) .bt-detail a {
    min-width: 100%;
  }
  .content .three-box {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
    text-align: center;
  }
  .content .three-box .box {
    width: 80%;
    margin: 0 auto 45px auto;
  }
  .content .three-box .box .circle {
    width: 130px;
    height: 130px;
  }
  .content .three-box .box h2 {
    font-size: 17px;
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .content .three-box .box p {
    font-size: 14px;
  }
  .content .three-box .box .bt-detail a {
    min-width: 95%;
    padding: 10px 0;
  }
  /*汎用コンテンツ用*/
  .sec-ec {
    clear: both;
    width: 80%;
    margin: 40px auto 90px auto;
    font-size: 16px;
  }
  .sec-ec:before {
    left: 44%;
  }
  .sec-ec.large {
    font-size: 17px;
    margin: 0 auto;
  }
  .textset {
    width: 80%;
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .textset h2 {
    font-size: 20px;
  }
  .textset h2:before {
    left: 42%;
  }
  .textset h3 {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
  }
  .textset p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    width: 80%;
    padding: 0 0 20px;
  }
  .textset.undergraduate {
    margin: 40px auto;
    width: 80%;
    padding: 80px 0 20px 0;
    text-align: center;
  }
  .textset.undergraduate .image {
    width: 50%;
    float: none;
    margin: 0 auto 50px auto;
  }
  .textset.undergraduate .subbox {
    width: 100%;
  }
  .textset.undergraduate .subbox h2 {
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #030303;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 40px 0;
    display: inline-block;
    width: 80%;
  }
  .textset.undergraduate .subbox h3 {
    text-align: center;
    display: inline-block;
    width: 50%;
  }
  .textset.undergraduate .subbox p {
    width: 80%;
    padding: 0;
  }
  .textset.undergraduate .subbox .bt-detail {
    text-align: center;
    margin: 20px 0;
  }
  .textset.undergraduate .subbox .bt-detail a {
    min-width: 70%;
    max-width: 70%;
    padding: 12px 5%;
  }
  .content .intro {
    font-size: 14px;
    width: 80%;
    margin: 20px auto 40px auto;
    line-height: 1.8;
  }
  .content .intro:first-letter {
    font-size: 1em;
    float: none;
    margin: 0;
    padding: 0;
  }
  .content .cec-center {
    margin: -100px 0 0 0;
  }
  .content .cec-center.s {
    font-size: 27px;
  }
  .content .graypart {
    padding: 70px 0 50px 0;
    margin: 50px 0 0 0;
  }
  .content .graypart-sec {
    padding: 70px 0 0 0;
  }
  /*下階層1カラム*/
  .content-single {
    padding: 40px 0;
    /*汎用：SNSボタン*/
  }
  .content-single .content-white {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .content-single .content-white h2 {
    margin: 0 0 20px 0;
  }
  .content-single .content-white .leftframe-w {
    width: 80%;
    margin: 0 auto;
  }
  .content-single .content-white .grayframe {
    padding: 20px 20px;
  }
  .content-single .content-white .grayframe.nega {
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .content-single .news .content-white {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .content-single .content-gray {
    width: 100%;
    background: #f5f5f5;
    overflow: visible;
    padding: 100px 0 20px 0;
    position: relative;
  }
  .content-single .content-gray .cec-center {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0 0 50px 0;
    position: absolute;
    top: -30px;
  }
  .content-single .foot-module {
    padding: 0 0 60px 0;
    margin: -100px 0 40px 0;
    margin: 0 40px;
    width: 100%;
    text-align: center;
    /*汎用：文責*/
  }
  .content-single .foot-module .sharebt {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
  }
  .content-single .foot-module .sharebt ul {
    display: inline-block;
  }
  .content-single .foot-module .sharebt ul li {
    text-align: center;
  }
  .content-single .foot-module .sharebt ul li.hb {
    overflow: hidden;
  }
  .content-single .foot-module .sharebt ul li.line {
    overflow: block;
  }
  .content-single .foot-module small.auther {
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .content-single .foot-module small.auther:before {
    display: none;
  }
  /*下層2カラム*/
  .sec-2col {
    margin: 0;
    padding: 0;
  }
  .sec-2col .pageindex {
    margin: 0;
  }
  .leftpart {
    width: 80%;
    margin: 0 auto 50px auto;
    padding: 30px 0 0 0;
  }
  .leftpart.m0 {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .leftpart.linkset {
    position: relative;
  }
  /*下層汎用*/
  .date-category {
    overflow: hidden;
    width: 80%;
    margin: 20px auto 30px auto;
  }
  .date-category span {
    font-size: 12px;
    margin: 0 35px 20px 0;
  }
  .date-category ul {
    overflow: hidden;
    margin: 0;
  }
  .date-category ul li {
    min-width: 100px;
    margin: 5px 5px 0 0;
    font-size: 10px;
  }
  .full-image {
    position: relative;
    margin: 0 0 30px 0;
  }
  .full-image img {
    position: absolute;
    top: 0;
    left: -15%;
    padding: 0;
    width: 130%;
    height: auto;
  }
  .art-set {
    padding: 0 0 70px 0;
    /*link-list*/
    /*list*/
  }
  .art-set h2 {
    font-size: 20px;
    text-align: left;
  }
  .art-set h3 {
    font-size: 17px;
    text-align: left;
  }
  .art-set h4 {
    font-size: 15px;
  }
  .art-set p {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
  .art-set p .img-left {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .art-set p .img-right {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .art-set .capimage .caption {
    margin: 10px 0 0 0;
    padding: 0 0 0 50px;
    display: block;
    position: relative;
    font-size: 12px;
  }
  .art-set .capimage .caption:before {
    display: none;
  }
  .art-set .capimage.center img {
    width: 100%;
  }
  .art-set .capimage.center img .caption {
    float: none;
    padding: 0;
  }
  .art-set .capimage.center .caption {
    padding: 0;
  }
  .art-set .capimage.left {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .art-set .capimage.left .caption {
    float: left;
    margin: 10px 0 30px 0;
    padding: 0px;
  }
  .art-set .capimage.left + .side {
    padding: 0;
    width: 100%;
    float: none;
  }
  .art-set .capimage.right {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .art-set .capimage.right .caption {
    float: none;
    margin: 10px 0 30px 0;
    padding: 0px;
  }
  .art-set .capimage.right + .side {
    padding: 0;
    width: 100%;
    float: none;
  }
  .art-set .twoframe {
    overflow: hidden;
    margin: 0;
  }
  .art-set .twoframe .item {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .art-set .twoframe .item p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item img {
    margin: 0;
  }
  .art-set .twoframe .item.faqparts {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item.faqparts h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .art-set .twoframe .item.faqparts p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item:nth-child(even) {
    width: 100%;
  }
  .art-set .twoframe:nth-last-child(1) .item {
    margin: 0 0 30px 0;
  }
  .art-set .twoframe:nth-last-child(1) .item:nth-last-child(1) {
    margin: 0 auto;
  }
  .art-set .threeframe {
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .art-set .threeframe .item {
    width: 100%;
    float: none;
    margin: 0 auto 40px auto;
  }
  .art-set .threeframe .item img {
    display: block;
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .art-set .threeframe .item h4 {
    font-size: 16px;
    text-align: left;
  }
  .art-set .threeframe .item p {
    margin: 0 0 30px 0;
  }
  .art-set .threeframe .item .achivement h4 {
    text-align: center;
  }
  .art-set .threeframe .item .achivement p span {
    font-size: 18px;
    color: #8dc031;
  }
  .art-set .threeframe .item:nth-child(3n) {
    margin: 0 auto 40px auto;
  }
  .art-set .threeframe .item:last-child p {
    margin: 0 auto 0 auto;
  }
  .art-set .threeframe .item.a-item {
    margin: 0 auto;
  }
  .art-set .threeframe .item.a-item p:last-child {
    margin: 0 0 40px 0 !important;
  }
  .art-set .threeframe .item.a-item:nth-child(3n) {
    margin: 0 auto;
  }
  .art-set .threeframe.img {
    padding: 25px 0;
  }
  .art-set .threeframe.img .item {
    float: left;
    width: 47.5%;
    margin: 0 5% 0 0;
  }
  .art-set .threeframe.img .item img {
    width: 100%;
  }
  .art-set .threeframe.img .item:nth-child(3n) {
    margin: 0 5% 0 0;
  }
  .art-set .threeframe.img .item:nth-child(2n) {
    margin: 0 0 0 0;
  }
  .art-set .twoframe:nth-last-child(1) .item {
    margin: 0 0 30px 0;
  }
  .art-set .threeframe:nth-last-child(1) .item:nth-last-child(1) {
    margin: 0 auto 0 auto;
  }
  .art-set .grayframe {
    margin: 0 0 20px 0;
    padding: 30px 25px;
    overflow: hidden;
  }
  .art-set .grayframe h3.gray {
    text-align: center;
  }
  .art-set .grayframe .thumb {
    float: none;
    min-width: 100%;
    margin: 0 0 20px 0;
  }
  .art-set .grayframe .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .art-set .grayframe .alert {
    margin: 20px 0 0 0;
    font-size: 12px;
  }
  .art-set .grayframe .alert .red {
    color: #e91e63;
  }
  .art-set .grayframe .bt-detail a {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .art-set .grayframe .nopadding {
    padding: 0;
    margin: 0;
  }
  .art-set .grayframe .center {
    text-align: left;
    font-size: 13px;
  }
  .art-set .link-bt-set {
    padding: 20px 0 20px 0;
    margin: 0 !important;
  }
  .art-set .link-bt-set h3 {
    margin: 0 auto 30px auto;
    width: 85%;
    color: #737373;
  }
  .art-set .link-bt-set .bt-detail {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .art-set .link-bt-set .bt-detail a {
    min-width: 100%;
    box-sizing: border-box;
  }
  .art-set .link-bt-set .bt-detail:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .art-set .link-list-div {
    padding: 0;
  }
  .art-set .link-list-div h3 {
    font-size: 20px;
  }
  .art-set .link-list-div h4 {
    font-size: 16px;
    margin: 0 auto 25px auto;
  }
  .art-set .link-list-div li {
    font-size: 14px;
    margin: 0 0 14px 0;
  }
  .art-set .link-list-div:nth-of-type(odd) {
    margin: 0 auto 30px auto;
    width: 85%;
    float: none;
  }
  .art-set .link-list-div:nth-of-type(even) {
    margin: 0 auto 30px auto;
    width: 85%;
    float: none;
  }
  .art-set .listset01 {
    padding: 0;
  }
  .art-set .listset01 ul {
    margin: 0 0 40px 0;
  }
  .art-set .listset01 ul li {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .art-set .listset01 ul li a {
    min-height: 52px;
    line-height: 1.5;
    padding: 12px 20px 12px 12px;
    font-size: 14px;
  }
  .art-set .listset01 ul li:nth-child(2n) {
    margin: 0 0 24px 0;
  }
  .art-set .pageindex {
    margin: 0;
    margin-top: 0;
  }
  .art-set .pageindex li {
    float: left;
    margin: 0 35px 20px 0;
  }
  .art-set .pageindex li a {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    font-size: 14px;
  }
  .art-set .sitemap {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 20px auto;
  }
  .art-set .sitemap h2.underline {
    font-size: 20px;
    text-align: center;
    padding: 30px 0 25px 0;
  }
  .art-set .sitemap .sitemap-ul {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
  }
  .art-set .sitemap .sitemap-ul li {
    position: relative;
    padding: 0 0 20px 20px;
  }
  .art-set .sitemap .sitemap-ul li a {
    font-size: 13px;
  }
  .art-set .sitemap .sitemap-ul li a.blank:before {
    top: 2px;
  }
  .art-set .sitemap .sitemap-ul li a.blank:after {
    top: 7px;
  }
  .art-set.sc h2 {
    width: 90%;
    margin: 50px auto 20px auto;
  }
  .art-set.sc p {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .art-set.sc .grayframe {
    margin: 50px 0 20px 0;
  }
  .new-article {
    width: 80%;
    margin: 0 auto 70px auto;
    padding: 50px 0;
  }
  .new-article .leftpart {
    margin: 0 auto 50px auto;
  }
  .new-article .leftpart:last-child {
    margin: 0 auto 0 auto;
  }
  /*table*/
  .table-normal {
    overflow-x: auto;
    width: 100%;
  }
  .table-normal table {
    font-size: 14px;
  }
  ul, ol {
    font-size: 14px;
  }
  .whitebox {
    background: #fff;
    padding: 50px 5% 0 5%;
    margin: 0 0 50px 0;
  }
  .graybox {
    padding: 0;
    margin: 0;
  }
  .intropart {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
  }
  .intropart .block {
    margin: 0 0 50px 0;
  }
  .intropart .block .text h2 {
    font-size: 24px;
  }
  .intropart .block .text h2:before {
    left: 45%;
  }
  .intropart .block .text h3 {
    font-size: 16px;
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .intropart .block .text p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .introlist h2 {
    font-size: 15px;
    text-align: center;
    padding: 40px 0 0 0;
  }
  .introlist ul {
    width: 80%;
  }
  .introlist ul li {
    width: 90%;
    display: block;
    font-size: 12px;
    margin: 0 0 30px;
    padding: 0 0 0 10%;
  }
  .introlist ul li:before {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #8dc031;
    border-radius: 10px;
  }
  .introlist ul li:after {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 4px;
  }
  .ask {
    padding: 10px 0;
  }
  .ask p {
    font-size: 32px;
    text-align: center;
    padding: 0;
  }
  .ask p span {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .ask p img {
    margin: 0 10px 0 0;
    width: 8%;
  }
  .ask p.sm {
    font-size: 20px;
  }
  /*汎用まとめナビ*/
  .sec-nav-part {
    width: 90%;
    margin: 0 auto;
  }
  .sec-nav-part h3 {
    text-align: center;
    font-size: 20px;
  }
  .sec-nav-part .large ul li {
    font-size: 13px;
  }
  .sec-nav-part .middle ul li {
    font-size: 13px;
    width: 100%;
  }
  .sec-nav-part .small ul li {
    font-size: 13px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .sec-nav-part .small ul li a {
    font-size: 13px;
  }
  .sec-nav-part .small ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .sec-nav-part .small ul li:nth-child(2n+1) {
    margin: 0 0 20px 0;
  }
  .sec-content-foot {
    width: 100%;
    height: 140px;
  }
  .sec-content-foot a:before {
    width: 16px;
    right: 31px;
    top: 51%;
  }
  .sec-content-foot a:after {
    right: 30px;
    top: 49%;
  }
  .sec-content-foot .ctitle span {
    font-size: 22px;
    padding: 5px 10px;
  }
  .sec-content-foot .ctitle .small {
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 13px;
  }
  /*カテゴリ検索*/
  .search-frame {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .search-frame .search-part {
    overflow: hidden;
    padding: 0;
  }
  .search-frame .search-part .years {
    overflow: hidden;
    border-bottom: 1px #cacaca solid;
  }
  .search-frame .search-part .years li {
    float: left;
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
  }
  .search-frame .search-part .years li a {
    font-size: 12px;
  }
  .search-frame .search-part .category {
    position: relative;
    width: 100%;
  }
  .search-frame .search-part .sub-category {
    border-top: 1px #cacaca solid;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .search-frame .search-part .c-title {
    position: relative;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
  }
  .search-frame .search-part .c-title h3 {
    font-size: 15px;
  }
  .search-frame .search-part .ext {
    position: static;
    display: block;
    padding: 14px 10px;
    margin: 20px auto;
    width: 85%;
    font-size: 14px;
    clear: both;
  }
  .search-frame .search-part .ext:before {
    display: block;
  }
  .search-frame .search-part .list {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .search-frame .search-part .list li {
    width: 50%;
    margin: 0 0 14px 0;
    box-sizing: border-box;
    padding: 0;
    border-left: none;
  }
  .search-frame .search-part .list li a {
    display: inline;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.02em;
    box-sizing: border-box;
  }
  .search-frame .search-part .list li:nth-Child(odd) {
    border: none;
  }
  .search-frame .search-part .list li:last-child {
    border-right: none;
  }
  .search-result {
    padding: 20px 0;
    overflow: hidden;
  }
  /*ニュース用*/
  .n-result {
    overflow: hidden;
  }
  .n-result .item {
    width: 100%;
    margin: 0 0 50px 0;
    min-height: auto;
    border-bottom: 1px #cacaca solid;
  }
  .n-result .item a {
    transition: 0.5s;
  }
  .n-result .item img {
    width: 100%;
  }
  .n-result .item span.category {
    margin: -16px 0 0 0;
    padding: 4px 20px;
    color: #fff;
    font-size: 10px;
  }
  .n-result .item p {
    margin: 20px 0 0 0;
    padding: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .n-result .item p span {
    display: block;
    font-size: 10px;
    margin: 0 0 5px 0;
    color: #8dc031;
  }
  .n-result .item.none {
    display: none;
  }
  .n-result .noresult {
    display: none;
  }
  /*イベント用*/
  .e-result {
    overflow: hidden;
  }
  .e-result .item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .e-result .item .first {
    height: 90px;
  }
  .e-result .item .first .date {
    background: #689d38;
    width: 20%;
    float: left;
  }
  .e-result .item .first .date .month {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    height: 90px;
    width: 20%;
    color: #fff;
  }
  .e-result .item .first .date .month .day {
    font-size: 11px;
    display: block;
    color: #fff;
  }
  .e-result .item .first .name .txt {
    font-size: 14px;
  }
  .e-result .item .first .name .txt .type {
    font-size: 11px;
    color: #808080;
  }
  .e-result .item .second {
    padding: 15px 20px;
  }
  .e-result .item .second ul li {
    font-size: 12px;
    line-height: 2;
  }
  .e-result .item .second ul li img {
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .e-result .item.none {
    display: none;
  }
  /**ヨコハマから世界へ+AboutYCU**/
  .y-content {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px 0 120px 0;
  }
  .y-content .sec-ec.large {
    margin: 0 auto 50px auto;
  }
  .y-content .intro {
    margin: 40px auto 0 auto;
    width: 80%;
    font-size: 14px;
  }
  .y-content .intro:first-letter {
    font-size: 1em;
    float: none;
    margin: 0;
    padding: 0;
  }
  .y-content .cec.y {
    top: -50px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  .y-content .cec.y span {
    text-align: center;
  }
  .y-content .search-frame {
    margin: 0 auto;
  }
  .y-content .search-frame .n-result {
    margin: 0 0 0 -20%;
    width: 140%;
  }
  .y-content .search-frame .n-result .item {
    margin-bottom: 20px;
    border: none;
  }
  .y-content .y-twopair {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .y-content .y-twopair .item {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .y-content .y-twopair .item h3 {
    position: relative;
    margin: -24px 0 0 0;
  }
  .y-content .y-twopair .item h3 span {
    font-size: 16px;
  }
  .y-content .y-twopair .item h4 {
    font-size: 10px;
  }
  .y-content .y-twopair .item h4.gg {
    background: #24313c;
  }
  .y-content .y-twopair .item p {
    font-size: 12px;
  }
  .y-content .y-twopair .item p span {
    font-size: 10px;
  }
  .y-content .y-twopair .item:nth-Child(even) {
    margin: 0 0 50px 0;
  }
  .y-content .y-twopair:not(:nth-last-child(1)) {
    margin: 0 auto 0 auto;
  }
  .y-content .twopair-section .twopair {
    margin: 50px 0;
    overflow: hidden;
  }
  .y-content .twopair-section .twopair .side h2 {
    margin: 35px 0 0 0;
  }
  .y-content .twopair-section .twopair .side h2 img {
    width: 85%;
    height: auto;
    margin: 0 0 0 55px;
  }
  .y-content .twopair-section .twopair .side h3 {
    width: 85%;
    margin: 0 0 0 55px;
    font-size: 14px;
    color: #fff;
  }
  .y-content .twopair-section .twopair .side:nth-child(1) {
    padding: 0;
  }
  .y-content .twopair-section .twopair .side:nth-child(1) .thumb {
    display: block;
    position: static;
    margin: 40px 0 0 0;
  }
  .y-content .twopair-section .twopair .side + .side p {
    width: 60%;
    padding: 70px 0;
    margin: 0 auto;
    color: #303030;
  }
  .y-content .twopair-section .twopair .side.tex {
    background: url("../imgs/y_line01.webp") 0 bottom no-repeat;
    background-color: #fff;
  }
  .y-content .twopair-section .twopair.second .side {
    float: right;
  }
  .y-content .twopair-section .twopair.second .side h2 {
    margin: 30px 0 0 0;
  }
  .y-content .twopair-section .twopair.second .side h2 img {
    width: 60%;
    height: auto;
    margin: 40px 0 0 60px;
  }
  .y-content .twopair-section .twopair.second .side h3 {
    width: 50%;
    margin: 0 0 20px 60px;
    font-size: 14px;
  }
  .y-content .twopair-section .twopair.second .side:nth-Child(1) {
    background: #24313c;
  }
  .y-content .twopair-section .twopair.second .side + .side {
    background: url("../imgs/y_line02.webp") 0 bottom no-repeat;
    background-color: #fff;
  }
  .y-content .twoframe {
    padding: 0 0 40px 0;
  }
  .y-content .twoframe .item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .y-content .twoframe .item:last-child {
    width: 100%;
    margin: 0;
  }
  .y-content .threeframe {
    margin: 0;
    padding: 0 0 40px 0;
  }
  .y-content .threeframe .item {
    padding: 0;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .y-content .threeframe .item p {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .y-content .threeframe .item:nth-child(3n) {
    margin: 0;
  }
  .y-content .academism {
    padding: 0 0 50px 0;
  }
  .y-content .academism .part {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .y-content .academism .part .bt-detail {
    text-align: center;
  }
  .y-content .academism .part .bt-detail a {
    text-align: center;
  }
  .y-content .academism .block {
    margin: 0 0 60px 0;
  }
  .y-content .academism .block .text {
    padding: 60px 0 0 0;
  }
  .y-content .academism .block .text h2 {
    font-size: 24px;
  }
  .y-content .academism .block .text h3 {
    font-size: 16px;
  }
  .y-content .academism .block .image {
    border-bottom: none;
    width: 80%;
    margin: 0 auto 0 auto;
    float: none;
  }
  .y-content .academism .block .image img {
    width: 100%;
    margin: 0;
  }
  .y-content .whitebox {
    width: 70%;
    margin: 0 auto;
  }
  .y-content .whitebox .item.a-item {
    text-align: center;
    float: none;
    margin: 0 0 10px 0;
  }
  .y-content .whitebox .threeframe .item p {
    width: 100%;
  }
  /*micro*/
  .m-intro {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: visible;
  }
  .m-intro .m-cec {
    width: 80%;
    font-size: 30px;
    margin: 0 auto 40px auto;
    padding: 40px 0 0 0;
  }
  .m-intro .m-cec span {
    font-size: 10px;
  }
  .m-intro h2 {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
  .m-intro p {
    margin: 0 auto 50px auto;
    line-height: 1.8;
    font-size: 14px;
  }
  .m-intro.empty {
    padding: 20px 0;
  }
  .m-intro.error {
    clear: both;
    padding: 20px 0 50px 0;
    width: 90%;
  }
  .m-intro.error p {
    width: 100%;
    margin: 50px 0 50px 0;
    text-align: center;
  }
  .m-result {
    width: 100%;
    margin: 0;
  }
  .m-result .item {
    float: none;
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 30px auto;
    min-height: 250px;
  }
  .m-result .item img {
    width: 100%;
  }
  .m-result .item a {
    display: block;
  }
  .m-result .item span.category {
    font-size: 10px;
  }
  .m-result .item p {
    font-size: 14px;
  }
  .info.micro .infobox .box a .date {
    display: inline-block;
    margin: 0 20px 15px 0;
  }
  .info.micro .infobox .box a .category:nth-last-child(1) {
    display: none;
  }
  .info.micro .infobox .box a .category:not(:nth-last-child(1)) {
    background: #8dc031;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    min-width: 120px;
    text-align: center;
  }
  .info.micro h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
  .info.micro h3 a {
    display: none;
  }
  .info.micro .bt-detail {
    display: block;
  }
  .m-content {
    width: 90%;
    margin: 0 auto;
  }
  .m-content .block .image {
    margin: 0 0 30px -10%;
    width: 120%;
  }
  .m-frame {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .m-frame .item {
    margin-bottom: 40px;
  }
  .m-grayset {
    margin: 50px auto;
  }
  .m-grayset .grayframe {
    padding: 35px 35px 20px 35px;
  }
  .m-grayset .grayframe .art-set {
    padding: 0;
  }
  .m-grayset .grayframe .art-set p {
    margin: 0;
  }
  .sc-part {
    width: 90%;
    margin: 0 auto 25px auto;
    float: none;
  }
  .sc-part h3 {
    padding: 16px 0 0 0;
    font-size: 14px;
    width: 100%;
  }
  .sc-part h3 span {
    display: inline-block;
    margin: 10px 0 10px 10px;
    font-size: 12.5px;
  }
  .sc-part .listsec {
    position: relative;
    width: 100%;
    float: left;
  }
  .sc-part .listsec h4 {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 20px 25px;
  }
  .sc-part .listsec h4 span {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 12.5px;
  }
  .sc-part .listsec ul {
    position: relative;
    z-index: none;
    display: none;
    width: 100%;
  }
  .sc-part .listsec ul li {
    display: block;
    border-bottom: 1px #737272 solid;
  }
  .sc-part .listsec ul li a {
    display: block;
    padding: 20px 25px;
    background: #f5f5f5;
  }
  .sc-part .listsec ul li span {
    display: block;
    font-size: 12.5px;
  }
  .sc-part .listsec ul.open {
    display: block;
  }
  .sc-part:nth-child(even) {
    margin: 0 auto 25px auto;
  }
  table.scholar {
    width: 95%;
    margin: 0 auto;
  }
  table.scholar thead {
    display: none;
  }
  table.scholar tr.detail {
    overflow: hidden;
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin: 0 0 20px 0;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  table.scholar tr.detail td {
    box-sizing: border-box;
    display: block;
    float: left;
    vertical-align: top;
    padding: 10px 0;
    border: none;
    position: relative;
    font-size: 13.5px;
  }
  table.scholar tr.detail td span {
    display: block;
    font-size: 12.5px;
    color: #8dc031;
    margin: 5px 0 0 0;
  }
  table.scholar tr.detail td .status {
    display: inline-block;
    font-size: 13.5px;
    color: #737272;
  }
  table.scholar tr.detail td .eng {
    color: #737272;
  }
  table.scholar tr.detail td .btbox {
    position: static;
  }
  table.scholar tr.detail td .btbox .map {
    display: block;
    position: static;
    text-align: center;
    background: #689d38;
    font-size: 13px;
    color: #fff;
    padding: 6px 6px;
    margin: 10px 0 0 0;
  }
  table.scholar tr.detail td .btbox .map img {
    float: right;
    margin: 5px 5px;
  }
  table.scholar tr.detail td:nth-child(1), table.scholar tr.detail td:nth-child(2), table.scholar tr.detail td:nth-child(4) {
    width: 90%;
    margin: 0 auto;
  }
  table.scholar tr.detail td:nth-child(2) {
    border-bottom: 1px #ccc solid;
  }
  table.scholar tr.detail td:nth-child(3), table.scholar tr.detail td:nth-child(n+5) {
    display: none;
  }
  table.scholar-detail {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  table.scholar-detail tbody tr th {
    width: 84%;
    display: inline-block;
    font-size: 13.5px;
    padding: 12px 8%;
    line-height: 2;
  }
  table.scholar-detail tbody tr td {
    width: 84%;
    display: block;
    font-size: 13.5px;
    padding: 12px 8%;
  }
  table.scholar-detail tbody tr td .btbox .map {
    display: block;
    text-align: center;
    padding: 6px 10px;
    margin: 5px 5px 10px 5px;
  }
  table.scholar-detail tbody tr td .btbox .map img {
    float: right;
    margin: 4px 0 0 5px;
  }
  table.scholar-detail tbody tr span {
    display: block;
    font-size: 12.5px;
    color: #737272;
    /*font-weight: 100;*/
  }
  table.scholar-detail tbody tr span.lavel {
    font-size: 13.5px;
    padding: 10px 0;
  }
  table.scholar.bid {
    width: 100%;
  }
  table.scholar.bid thead tr.title th {
    width: 12.5%;
  }
  table.scholar.bid thead tr.title th:nth-child(3) {
    width: 50%;
  }
  table.scholar.bid tbody tr.detail {
    padding: 0 0 20px 0;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1), table.scholar.bid tbody tr.detail td:nth-child(2), table.scholar.bid tbody tr.detail td:nth-child(3), table.scholar.bid tbody tr.detail td:nth-child(4), table.scholar.bid tbody tr.detail td:nth-child(5) {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    display: block;
    border: none;
    text-align: left;
    font-size: 12.5px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1) span, table.scholar.bid tbody tr.detail td:nth-child(2) span, table.scholar.bid tbody tr.detail td:nth-child(3) span, table.scholar.bid tbody tr.detail td:nth-child(4) span, table.scholar.bid tbody tr.detail td:nth-child(5) span {
    font-size: 12.5px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1) {
    display: none;
    margin: 20px auto 0 auto;
  }
  table.scholar.bid tbody tr.detail td:nth-child(3) {
    font-size: 14px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(4), table.scholar.bid tbody tr.detail td:nth-child(5) {
    width: auto;
    float: left;
    margin: 0 0 0 5%;
  }
  table.scholar.bid tbody tr.detail td.over, table.scholar.bid tbody tr.detail td.active, table.scholar.bid tbody tr.detail td.before, table.scholar.bid tbody tr.detail td.open, table.scholar.bid tbody tr.detail td.report {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
  table.scholar.bid.ext thead tr th:nth-Child(1) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(2) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(4) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(5) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(1) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(2) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(4) {
    width: auto;
    padding: 10px 0;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(4) a.green {
    display: inline-block;
    min-width: 120px;
    text-align: center;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(5) {
    width: auto;
    padding: 10px 0;
    text-align: left;
  }
  table.scholar.bid.offer tbody tr.detail td span {
    display: inline-block;
    color: #737272;
    margin: 0 10px 0 0;
    font-size: 12.5px;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(1) {
    display: block;
    text-align: center;
    border: 1px #8dc031 solid;
    width: 90%;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(2) {
    width: 90%;
    font-size: 14px;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(2) span {
    display: block;
    padding: 5px 0;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(3) span {
    display: block;
    padding: 5px 0;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(4) {
    width: auto;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(5) {
    width: auto;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(6) {
    display: block;
    width: auto;
    margin: 0 0 0 5%;
    padding: 5px 0;
    font-size: 12.5px;
  }
  .eventover {
    background: #689d38;
    font-size: 12.5px;
    padding: 12px 0;
    margin: 0 auto 50px auto;
    width: 90%;
  }
}
@media screen and (max-width: 410px) {
  .first-topic-part {
    width: 90%;
    margin: 0 0 55px 10%;
  }
  .first-topic-part.ftpnum1 {
    margin: -30px 0 8px 10%;
  }
  .first-topic-part a {
    padding: 13px 20px 13px 20px;
  }
  .first-topic-part a span.date {
    width: 100%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*print*/
@media print {
  .sec-2col {
    background: #fff;
  }
  .sec-2col .leftframe-w {
    background: #fff;
  }
  .sec-2col .leftpart {
    width: 1160px;
  }
  .sec-2col .leftpart .gray {
    background: none;
  }
  .sec-2col .leftpart .link-bt-set {
    width: 1160px;
  }
  .sec-2col .leftpart.gray {
    background: none;
  }
  .rightnav {
    display: none;
  }
}
/***colors***/
.color-s01-c01 {
  border-bottom: 6px #ffd600 solid;
}

.color-s01-c02 {
  border-bottom: 6px #00acc1 solid;
}

.color-s01-c03 {
  border-bottom: 6px #ff4081 solid;
}

.color-s02-c01 {
  border-bottom: 6px #ff9800 solid;
}

.color-s02-c02 {
  border-bottom: 6px #03a9f4 solid;
}

.color-s02-c03 {
  border-bottom: 6px #7c4dff solid;
}

.color-s03-c01 {
  border-bottom: 6px #e53935 solid;
}

.color-s03-c02 {
  border-bottom: 6px #42a5f5 solid;
}

.color-s03_c03 {
  border-bottom: 6px #009688 solid;
}

.color-s04-c01 {
  border-bottom: 6px #283593 solid;
}

.color-s04-c02 {
  border-bottom: 6px #ff5722 solid;
}

.color-s04-c03 {
  border-bottom: 6px #607d8b solid;
}


.pg_2_0 * {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual {
    margin-bottom: 6px;
  }
}
.pg_2_0 .cat-top-mainvisual .imgfield {
  aspect-ratio: 1140/304;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .imgfield {
    height: 260px;
  }
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .imgfield img {
    display: inline;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .ctitle {
  margin: -92px 0 0 32px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .ctitle {
    margin: -23px 0 0 20px;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .ctitle .large {
  letter-spacing: 3.36px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .ctitle .large {
    letter-spacing: 2px;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .ctitle .small {
  margin-top: 13px;
  letter-spacing: 1.6px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .ctitle .small {
    margin-top: 6px;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .topicpath {
    width: 89%;
    display: block;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .topicpath ul {
  margin-right: 12px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .topicpath ul {
    margin-top: 12px;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li {
  margin-left: 11px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li {
    letter-spacing: 0.6px;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li a {
  color: #737272;
}
.pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li a:after {
  right: -29px;
  background: #cacaca;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li a:after {
    width: 20px;
  }
}
.pg_2_0 .cat-top-mainvisual .subpart .topicpath ul li a:hover:after {
  opacity: 1;
}
.pg_2_0 .ly_cont {
  padding: 0;
}
.pg_2_0 .cat-top-mainvisual {
  padding: 0;
}
.pg_2_0 .content {
  background-color: transparent;
  --headingTopGutter: 70px;
  --headingBottomGutter: 30px;
  --partsTopGutter: 0px;
  --partsBottomGutter: 40px;
  --sectionTopGutter: 70px;
  --sectionBottomGutter: 70px;
}
.pg_2_0 .content .inner__hor {
  width: 79.0408525755%;
  max-width: 890px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .inner__hor {
    width: 89%;
  }
}
.pg_2_0 .content .new-article {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content {
    --headingTopGutter: 60px;
    --partsBottomGutter: 30px;
  }
}
.pg_2_0 .content .new-article_item {
  margin-top: var(--partsTopGutter);
  margin-bottom: var(--partsBottomGutter);
}
.pg_2_0 .content .new-article_item:has(h2) {
  margin-top: var(--headingTopGutter);
  margin-bottom: var(--headingBottomGutter);
}
.pg_2_0 .content .bg_gray {
  margin-top: var(--sectionTopGutter);
  margin-bottom: var(--sectionBottomGutter);
}
.pg_2_0 .content .bg_gray + .new-article .new-article_item:has(h2):first-child {
  margin-top: 0;
}
.pg_2_0 .content .link-bt-set {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 0;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .link-bt-set {
    display: block;
  }
}
.pg_2_0 .content .link-bt-set .bt-detail {
  width: 100%;
  margin: 0;
  float: none;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .link-bt-set .bt-detail {
    margin-top: 16px;
  }
}
.pg_2_0 .content .link-bt-set .bt-detail:first-child {
  margin-top: 0;
}
.pg_2_0 .content .link-bt-set .bt-detail a {
  height: 100%;
  display: grid;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  max-width: initial;
  min-width: initial;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .link-bt-set .bt-detail a {
    padding-block: 12px;
  }
}
.pg_2_0 .content .link-bt-set .bt-detail a:before {
  top: 50%;
  translate: 0 -50%;
}
.pg_2_0 .content .link-bt-set .bt-detail a:after {
  top: 50%;
  translate: 0 -50%;
}
.pg_2_0 .content .link-bt-set .bt-detail a:hover {
  background-color: var(--dark-green);
  color: #fff;
}
.pg_2_0 .content .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 23px;
  justify-content: center;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .pg_2_0 .content .card-list {
    display: block;
  }
}
.pg_2_0 .content .card-list .card-list__item {
  height: 110px;
  flex: 0 0 calc(33.3333333333% - 14px);
  padding-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .pg_2_0 .content .card-list .card-list__item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .pg_2_0 .content .card-list .card-list__item {
    margin-top: 20px;
  }
}
.pg_2_0 .content .card-list .card-list__item:first-child {
  margin-top: 0;
}
.pg_2_0 .content .card-list .card-list__item .card {
  height: 100%;
  display: block;
  position: relative;
}
.pg_2_0 .content .card-list .card-list__item .card:hover {
  opacity: 1;
}
.pg_2_0 .content .card-list .card-list__item .card:hover .card__image img {
  scale: 1.05;
}
.pg_2_0 .content .card-list .card-list__item .card .card__image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pg_2_0 .content .card-list .card-list__item .card .card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.45);
  z-index: 10;
}
.pg_2_0 .content .card-list .card-list__item .card .card__image img {
  width: 100%;
  margin-left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .card-list .card-list__item .card .card__image img {
    height: 110px;
  }
}
.pg_2_0 .content .card-list .card-list__item .card .card__content {
  position: absolute;
  content: "";
  display: flex;
  justify-content: space-between;
  width: 90%;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  color: #fff;
  z-index: 15;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .card-list .card-list__item .card .card__content {
    bottom: 8px;
  }
}
.pg_2_0 .content .card-list .card-list__item .card .card__content p {
  margin-bottom: 0;
}
.pg_2_0 .content .card-list .card-list__item .card .card__content .card__text {
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.pg_2_0 .content .card-list .card-list__item .card .card__content .card__arrow {
  display: grid;
  align-items: center;
  flex-shrink: 0;
}
.pg_2_0 .content .card-list .card-list__item .card .card__content .card__arrow img {
  width: 17px;
  height: 8px;
  margin-left: 0;
}
.pg_2_0 .content .graypart {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .graypart {
    margin-top: 0;
  }
}
.pg_2_0 .content .graypart .art-set {
  padding-bottom: 0px;
}
@media screen and (max-width: 1280px) {
  .pg_2_0 .content .graypart .leftpart {
    margin-left: 0;
  }
}
.pg_2_0 .content .graypart .new-article {
  width: 100%;
}
.pg_2_0 .content .graypart .new-article .leftpart {
  width: 100%;
}
.pg_2_0 .content .graypart .faculty-style {
  width: 100%;
}
.pg_2_0 .content .graypart .faculty-style h2 {
  margin-bottom: 30px;
  color: var(--dark-green);
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .graypart .faculty-style h2 {
    font-size: 20px;
  }
}
.pg_2_0 .content .graypart .faculty-style .inner {
  margin: 70px auto 80px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .graypart .faculty-style .inner {
    margin-block: 39px 71px;
  }
}
.pg_2_0 .content .graypart .faculty-style .inner .side {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .graypart .faculty-style .inner .side {
    margin-bottom: 34px;
  }
}
.pg_2_0 .content .graypart .faculty-style .inner .side:last-of-type {
  margin-bottom: 0;
}
.pg_2_0 .content .graypart .faculty-style .inner .side .a-set01 {
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.pg_2_0 .content .graypart .bt-detail a {
  border: 2px solid var(--dark-green);
}
.pg_2_0 .content .bg_gray {
  background-color: #f5f5f5;
}
.pg_2_0 .content .captionimage {
  display: table;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .captionimage {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .captionimage img {
    width: 100%;
  }
}
.pg_2_0 .content .captionimage.center {
  margin-inline: auto;
}
.pg_2_0 .content .captionimage.right {
  margin-left: auto;
}
.pg_2_0 .content .captionimage .cap {
  display: table-caption;
  caption-side: bottom;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 960px) {
  .pg_2_0 .content .captionimage .cap {
    display: block;
  }
}
.pg_2_0 .content .captionimage .cap.center {
  text-align: center;
}
.pg_2_0 .content .captionimage .cap.left {
  text-align: left;
}
.g_side {
  position: fixed;
  z-index: 99;
  width: 240px;
  height: 100vh;
  font-family: var(--font-noto-sans);
  padding-bottom: 80px;
  background-color: #FFF;
}
.g_side::before {
  position: fixed;
  top: 0;
  left: 240px;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #E9EFE5;
  content: "";
}
.g_side__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 20px 30px;
}
.g_side__logo a {
  width: 180px;
  display: block;
}
.g_side__logo a:hover {
  opacity: 0.6;
}
.g_side__logo img {
  display: block;
}
.g_side__social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #F5F5F5;
}
.g_side__social a {
  margin: 0 8px;
}
.g_side__social img {
  display: block;
}
.g_side__btn-request {
  display: flex;
  justify-content: center;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #535151;
  color: #535151;
  border-radius: 4px;
  padding: 10px 10px 9px;
  transition: 0.2s background-color;
}
.g_side__btn-request span {
  position: relative;
  font-size: 0.8125rem;
  color: #535151;
  transition: 0.2s color;
}
.g_side__btn-request .icon-default {
  display: inline-block;
}
.g_side__btn-request .icon-active {
  display: none;
}
.g_side__btn-request img {
  width: 18px;
  margin-right: 2px;
}
.g_side__btn-request:not(:first-child) {
  margin-top: 9px;
}
.g_side__middle {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  .g_side__btn-request:hover {
    background-color: #464646;
  }
  .g_side__btn-request:hover span {
    color: #FFF;
  }
  .g_side__btn-request:hover .icon-default {
    display: none;
  }
  .g_side__btn-request:hover .icon-active {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
}
@media screen and (max-width: 960px) {
  .g_side__logo {
    display: none;
  }
}

.g_side-nav-1 {
  margin-bottom: 20px;
}
.g_side-nav-1 li {
  position: relative;
  font-size: 0.875rem;
}
.g_side-nav-1 a:hover {
  opacity: 1;
}
.g_side-nav-1__list {
  width: 100%;
  background-color: #FFF;
}
.g_side-nav-1__list > li {
  position: relative;
  transition: 0.2s background-color;
}
.g_side-nav-1__list > li::after {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E9EFE5;
  content: "";
}
.g_side-nav-1__list > li > a {
  display: block;
  width: 100%;
  padding: 16px 20px;
  color: #303030;
  font-size: 0.875rem;
}
@media screen and (min-width: 961px) {
  .g_side-nav-1__list > li:hover {
    background-color: #E9EFE5;
  }
  .g_side-nav-1__list > li.multi:hover .g_side-nav-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
  }
}

.g_side-nav-2 {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 225px;
  width: 270px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.g_side-nav-2::before {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 0;
  width: 240px;
  height: 100%;
  background-color: rgba(105, 157, 56, 0.95);
  content: "";
}
.g_side-nav-2__wrap {
  position: relative;
  overflow-y: auto;
  width: 270px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
}
.g_side-nav-2__ttl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 0 20px 22px 20px;
  font-size: 1.25rem;
  color: #FFF;
}
.g_side-nav-2__ttl span {
  font-family: var(--font-roboto);
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 2px;
}
.g_side-nav-2__list {
  position: relative;
  z-index: 1;
  width: 240px;
}
.g_side-nav-2__list > li {
  transition: 0.2s background-color;
  font-size: 0.9375rem;
  font-weight: 500;
}
.g_side-nav-2__list > li.multi::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 6px;
  height: 10px;
  background: url(../img/common/icon/icon_arrow_05.svg) no-repeat 50% 50%;
  background-size: 6px auto;
  content: "";
}
.g_side-nav-2__list > li > a {
  display: block;
  padding: 14px 30px 14px 20px;
  color: #FFF;
}
@media screen and (min-width: 961px) {
  .g_side-nav-2__list > li:hover {
    background-color: rgba(141, 192, 49, 0.6);
  }
  .g_side-nav-2__list > li.multi:hover .g_side-nav-3 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
  }
}

.g_side-nav-3 {
  display: block;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 240px;
  width: 255px;
  height: 100vh;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.g_side-nav-3__wrap {
  overflow-y: auto;
  width: 240px;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: rgba(245, 245, 245, 0.95);
}
.g_side-nav-3__list > li > a {
  display: block;
  width: 100%;
  padding: 9px 20px;
  color: #303030;
  transition: 0.2s color;
}
@media screen and (min-width: 961px) {
  .g_side-nav-3__list > li > a:hover {
    color: var(--dark-green);
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.keyv-slider {
  margin-right: -30px;
}
.keyv-slider__slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 85% !important;
  aspect-ratio: 92/52;
}
.keyv-slider__media {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.keyv-slider__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.keyv-slider__media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.keyv-slider__media iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.keyv-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 85%;
  padding: 20px 0 32px;
}
.keyv-slider .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 30px;
  height: 30px;
  border: 1px solid var(--dark-green);
  background-color: #FFF;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1 !important;
  transform: none;
  transition: 0.2s background-color;
}
.keyv-slider .splide__arrow svg {
  display: none;
}
.keyv-slider .splide__arrow .icon-default {
  display: inline-block;
}
.keyv-slider .splide__arrow .icon-hover {
  display: none;
}
.keyv-slider .splide__arrow:hover .icon-default {
  display: none;
}
.keyv-slider .splide__arrow:hover .icon-hover {
  display: block;
}
.keyv-slider .splide__pagination {
  position: static;
  display: flex;
  align-items: center;
  margin: 0 2px 0 8px;
  padding: 0;
}
.keyv-slider .splide__pagination li {
  margin: 0 2.5px;
  line-height: 0;
}
.keyv-slider .splide__pagination li button {
  width: 18px;
  height: 3px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #CACACA;
  transform: none;
  opacity: 1;
}
.keyv-slider .splide__pagination li button.is-active {
  background-color: var(--dark-green);
}
.keyv-slider .splide__toggle {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.keyv-slider .splide__toggle::after {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 20px;
  height: 15px;
  border-radius: 2px;
  background-color: var(--dark-green);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6px auto;
  transition: 0.2s background-color;
  content: "";
}
.keyv-slider .splide__toggle.play::after {
  background-image: url(../img/common/icon/icon_play.svg);
}
.keyv-slider .splide__toggle.pause::after {
  background-image: url(../img/common/icon/icon_pause.svg);
}
@media screen and (min-width: 961px) {
  .keyv-slider .splide__arrow:hover {
    background-color: var(--dark-green);
  }
  .keyv-slider .splide__toggle:hover::after {
    background-color: #737272;
  }
}
@media screen and (max-width: 960px) {
  .keyv-slider {
    margin-right: -20px;
  }
  .keyv-slider__slide {
    align-items: flex-end;
    justify-content: center;
  }
  .keyv-slider__media img.custom {
    aspect-ratio: 30/17;
    height: auto;
  }
  .keyv-slider__media iframe.custom {
    aspect-ratio: 30/17;
    height: auto;
  }
  .keyv-slider__media video.custom {
    aspect-ratio: 30/17;
    height: auto;
  }
  .keyv-slider__media img {
    aspect-ratio: 30/17;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .keyv-slider .splide__controls {
    justify-content: center;
    width: 100%;
    padding: 25px 0 35px;
  }
  .keyv-slider .splide__arrow {
    width: 36px;
    height: 36px;
    background-size: 10px auto;
    border: 1px solid var(--dark-green);
  }
  .keyv-slider .splide__arrow .icon-default {
    display: inline-block !important;
  }
  .keyv-slider .splide__arrow .icon-hover {
    display: none !important;
  }
  .keyv-slider .splide__pagination li button {
    background-color: #CACACA;
  }
  .keyv-slider__poster {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .keyv-slider__poster img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .keyv-slider__poster::after {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    background: url(../img/common/icon/icon_play_video.svg) no-repeat 50% 50%;
    background-size: 60px auto;
    content: "";
  }
  .keyv-slider__poster.active {
    display: flex;
    pointer-events: all;
  }
  .keyv-slider__poster.custom {
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 30/17;
    height: auto;
  }
}