@charset "UTF-8";
@import url("magnific-popup.css");
@import url("slick-theme.css");
@import url("slick.css");

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #333333;
  --wp--preset--color--dark-green: #1e6a44;
  --wp--preset--color--light-green: #e3f7ea;
  --wp--preset--color--accent: #f0832c;
  --wp--preset--color--light-gray: #e5e5e5;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--gradient--gradation-green: linear-gradient(96deg, #27BE71 0%, #20784C 36%, #1E6A44 100%);
  --wp--preset--font-size--small: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.513), 18px);
  --wp--preset--font-size--medium: clamp(16px, 1rem + ((1vw - 3.2px) * 0.513), 20px);
  --wp--preset--font-size--large: clamp(18px, 1.125rem + ((1vw - 3.2px) * 0.513), 22px);
  --wp--preset--font-size--x-large: clamp(20px, 1.25rem + ((1vw - 3.2px) * 0.641), 25px);
  --wp--preset--font-size--xx-large: clamp(25px, 1.563rem + ((1vw - 3.2px) * 0.641), 30px);
  --wp--preset--font-family--noto-sans-jp: "Noto Sans JP", sans-serif;
  --wp--preset--font-family--oswald: "Oswald", sans-serif;
  --wp--preset--spacing--20: 15px;
  --wp--preset--spacing--30: 20px;
  --wp--preset--spacing--40: clamp(1.5rem, 1.25rem + 1vw, 1.875rem);
  --wp--preset--spacing--50: clamp(3.125rem, 2.375rem + 3.2vw, 4.375rem);
  --wp--preset--spacing--60: clamp(3.75rem, 2.25rem + 6.4vw, 6.25rem);
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--spacing--10: 10px;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

body {
  margin: 0;
  --wp--style--global--content-size: 1000px;
  --wp--style--global--wide-size: 1100px;
}

.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
  padding-right: 0;
  padding-left: 0;
}

.has-global-padding>.alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding :where(.has-global-padding:not(.wp-block-block))>.alignfull {
  margin-right: 0;
  margin-left: 0;
}

.has-global-padding>.alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid))> :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding :where(.has-global-padding)>.alignfull:where(:not(.has-global-padding))> :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: 0;
  padding-left: 0;
}

.wp-site-blocks>.alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks>.alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks)>* {
  -webkit-margin-before: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  margin-block-start: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

body {
  --wp--style--block-gap: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}

:where(body .is-layout-flow)> :first-child:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

:where(body .is-layout-flow)> :last-child:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

:where(body .is-layout-flow)>* {
  -webkit-margin-before: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  margin-block-start: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

:where(body .is-layout-constrained)> :first-child:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

:where(body .is-layout-constrained)> :last-child:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

:where(body .is-layout-constrained)>* {
  -webkit-margin-before: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  margin-block-start: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

:where(body .is-layout-flex) {
  gap: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}

:where(body .is-layout-grid) {
  gap: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}

body .is-layout-flow>.alignleft {
  float: left;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 2em;
  margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
  float: right;
  -webkit-margin-start: 2em;
  margin-inline-start: 2em;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
  float: left;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 2em;
  margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
  float: right;
  -webkit-margin-start: 2em;
  margin-inline-start: 2em;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .is-layout-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .is-layout-flex>* {
  margin: 0;
}

body .is-layout-grid {
  display: -ms-grid;
  display: grid;
}

body .is-layout-grid>* {
  margin: 0;
}

body {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-normal);
  --wp--style--root--padding-top: 0;
  --wp--style--root--padding-right: var(--wp--preset--spacing--30);
  --wp--style--root--padding-bottom: 0;
  --wp--style--root--padding-left: var(--wp--preset--spacing--30);
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
}

a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

h1 {
  color: var(--wp--preset--color--dark-green);
  font-size: clamp(1.5rem, 0.5rem + 4.2vw, 3.125rem);
}

h2 {
  color: var(--wp--preset--color--dark-green);
  font-size: clamp(1.25rem, 1.063rem + 0.8vw, 1.5625rem);
}

h3 {
  color: var(--wp--preset--color--dark-green);
  font-size: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
}

h4 {
  font-size: clamp(1rem, 0.875rem + 0.6vw, 1.25rem);
}

h5 {
  font-size: clamp(0.875rem, 0.75rem + 0.6vw, 1.125rem);
}

h6 {
  font-size: clamp(0.875rem, 0.75rem + 0.6vw, 1.125rem);
}

.wp-element-button,
.wp-block-button__link {
  background-color: #32373c;
  border-radius: 999px;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--large);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-narrow);
  padding-top: var(--wp--preset--spacing--10);
  padding-right: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--10);
  padding-left: var(--wp--preset--spacing--30);
  text-decoration: none;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-color {
  color: var(--wp--preset--color--base) !important;
}

.has-contrast-color {
  color: var(--wp--preset--color--contrast) !important;
}

.has-dark-green-color {
  color: var(--wp--preset--color--dark-green) !important;
}

.has-light-green-color {
  color: var(--wp--preset--color--light-green) !important;
}

.has-accent-color {
  color: var(--wp--preset--color--accent) !important;
}

.has-light-gray-color {
  color: var(--wp--preset--color--light-gray) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-background-color {
  background-color: var(--wp--preset--color--base) !important;
}

.has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast) !important;
}

.has-dark-green-background-color {
  background-color: var(--wp--preset--color--dark-green) !important;
}

.has-light-green-background-color {
  background-color: var(--wp--preset--color--light-green) !important;
}

.has-accent-background-color {
  background-color: var(--wp--preset--color--accent) !important;
}

.has-light-gray-background-color {
  background-color: var(--wp--preset--color--light-gray) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-border-color {
  border-color: var(--wp--preset--color--base) !important;
}

.has-contrast-border-color {
  border-color: var(--wp--preset--color--contrast) !important;
}

.has-dark-green-border-color {
  border-color: var(--wp--preset--color--dark-green) !important;
}

.has-light-green-border-color {
  border-color: var(--wp--preset--color--light-green) !important;
}

.has-accent-border-color {
  border-color: var(--wp--preset--color--accent) !important;
}

.has-light-gray-border-color {
  border-color: var(--wp--preset--color--light-gray) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-gradation-green-gradient-background {
  background: var(--wp--preset--gradient--gradation-green) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}

.has-noto-sans-jp-font-family {
  font-family: var(--wp--preset--font-family--noto-sans-jp) !important;
}

.has-oswald-font-family {
  font-family: var(--wp--preset--font-family--oswald) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

.wp-block-pullquote {
  font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 1.058), 1.5em);
  line-height: 1.6;
}

.wp-block-post-content a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
}

.wp-block-post-content a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}

.content-wrapper {
  z-index: 1;
  position: relative;
}

.content-wrapper .page-header img {
  width: 100%;
  height: auto;
}

.content-inner {
  margin: 0 auto 100px;
}

@media screen and (max-width: 991px) {
  .content-inner {
    margin-bottom: 60px;
  }
}

.intro {
  border-top: 4px solid #1e6a44;
  border-bottom: 4px solid #1e6a44;
  padding: 20px 30px;
  margin: 80px 0;
}

@media screen and (max-width: 991px) {
  .intro {
    border-top: 2px solid #1e6a44;
    border-bottom: 2px solid #1e6a44;
    padding: 15px 20px;
    margin: 40px 20px;
  }
}

.intro p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .intro p {
    font-size: 16px;
  }
}

* {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

html {
  /*overflow-y: scroll;
  overflow-x: hidden;*/
}

body {
  /*font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: "Helvetica Neue",
  	Arial,
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	Meiryo,
  	sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  padding-top: 70px;
}

.Serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.nav__open {
    overflow: hidden;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  body {
    font-size: 2.4vw;
  }
}

a {
  color: #413f3c;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

img.txt__link__icon {
  width: auto;
  height: 1em;
}

figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600;
}

#topcontrol {
  bottom: 10px !important;
  right: 10px !important;
}

#pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5b3b01;
  border-radius: 5px;
  position: relative;
}

#pagetop::before {
  content: "";
  width: 44%;
  height: 44%;
  background: url(../images/icon_arr01_W_top.png) no-repeat center center/cover;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.noLink {
  pointer-events: none;
}

.styleRE {
  -webkit-appearance: none;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.1;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.input__text {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #333;
}

.input__text:focus {
  background-color: #e1efff;
}

.table__type01 {
  border: 1px solid #ccc;
}

.table__type01 th,
.table__type01 td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.table__type01 th {
  font-weight: 600;
  background-color: #f6f6f6;
}

.txt__L {
  text-align: left;
}

.txt__C {
  text-align: center;
}

.txt__R {
  text-align: right;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.main__contents {
  width: 1200px;
  background-color: #fff;
  padding: 10px;
}

.para {
  text-indent: 1em;
}

.list__disc {
  list-style-type: disc;
  padding-left: 1em;
  font-size: 20px;
}

@media (max-width: 767px) {
  .list__disc {
    font-size: 16px;
  }
}

.color_OR {
  color: #e97132;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.top-btn-wrap {
  max-width: 600px;
  margin: 60px auto 0;
}

.top-btn-wrap .wp-block-buttons,
.top-btn-wrap .wp-block-group {
  width: 100%;
  display: block;
}

.top-btn-wrap .wp-block-buttons a:hover,
.top-btn-wrap .wp-block-group a:hover {
  opacity: 1;
}

/* ================================================= */
/* topics__section */
/* ================================================= */
.topics__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  background-color: #fff;
  border-top: 3px solid #1e6a44;
  /*	margin-top: 50px;*/
  position: relative;
}

.topics__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}

.topics__section .topics__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 20%;
  background-color: #eee;
  padding: 40px 50px 40px 0;
}

.topics__section .topics__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  line-height: 1.2;
}

.topics__section .topics__title h2 .jp {
  font-weight: 600;
  color: #1e6a44;
}

.topics__section .topics__title h2 .en {
  font-size: 65%;
  color: #333;
  margin-top: 0.5em;
}

.topics__section .topics__main {
  width: 80%;
  background-color: #fff;
  padding: 30px 40px;
}

.topics__section .topics__main>dl {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 10px 10px 0;
}

.topics__section .topics__main .topics__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7em 1fr;
  grid-template-columns: 7em 1fr;
  font-size: 14px;
  padding: 0 10px;
}

.topics__section .topics__main .topics__box+.topics__box {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

.topics__section .topics__main .topics__box a:hover {
  color: #1E6A4B;
  text-decoration: none;
}

/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .topics__section .topics__title {
    padding: 40px 30px 40px 0;
  }

  .topics__section .topics__main {
    padding: 30px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .topics__section .section__main {
    display: block;
  }

  .topics__section .topics__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 30px;
  }

  .topics__section .topics__title h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .topics__section .topics__title h2 .en {
    margin-top: 0;
    margin-left: 0.5em;
  }

  .topics__section .topics__main {
    width: 100%;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .topics__section .topics__title {
    padding: 5px 10px;
  }

  .topics__section .topics__main {
    padding: 10px;
  }

  .topics__section .topics__main .topics__box {
    -ms-grid-columns: 6em 1fr;
    grid-template-columns: 6em 1fr;
  }
}

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 36px;
  color: #1E6A45;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.section__title .en {
  font-size: 20px;
  color: #333;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .section__title .en {
    font-size: 16px;
  }
}

.section__title .jp {
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 0.3em;
  color: #1E6A45;
}

@media (max-width: 767px) {
  .section__title .jp {
    font-size: 24px;
  }
}

/*.section__title::after {
	content: "";
	width: 1.5em;
	height: 2px;
	background-color: #6d5708;
	margin-top: .8em;
}*/
.section__title.img {
  margin-bottom: 50px;
}

.section__title.img img {
  width: 360px;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .section__title.img {
    margin-bottom: 40px;
  }

  .section__title.img img {
    width: 50%;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .section__title.img {
    margin-bottom: 30px;
  }

  .section__title.img img {
    width: 80%;
  }
}

/* ================================================= */
/* concept__section */
/* ================================================= */
.concept__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/bg_top.jpg) #fff no-repeat center center/cover;
  border-top: 3px solid #1e6a44;
  padding: 100px 0;
  position: relative;
}

.concept__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}

.concept__section .concept__title__block {
  letter-spacing: 0.4em;
  text-align: center;
}

.concept__section .concept__title__block .title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  color: #1e6a44;
}

.concept__section .concept__title__block .title__main .sub {
  font-size: 69%;
}

.concept__section .concept__title__block .title__sub {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin-top: 0.2em;
}

.concept__section .concept__contents__block p {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .concept__section {
    padding: 80px 20px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .concept__section {
    padding: 60px 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .concept__section {
    padding: 50px 10px;
  }

  .concept__section .concept__title__block .title__main {
    font-size: 2.2em;
  }

  .concept__section .concept__title__block .title__sub {
    font-size: 1.7em;
  }

  .concept__section .concept__contents__block p {
    font-size: 1.4em;
  }
}

/* ================================================= */
/* about__section */
/* ================================================= */
.about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 3px solid #1E6A45;
  padding: 100px 0;
  background-image: url(../img/bgimage.jpg?1201);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

.about__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  position: relative;
  z-index: 10;
}

.about__section .section__main .sub {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.about__section .section__main .section__title {
  margin: 10px 0 0;
  font-size: 30px;
  color: #1E6A45;
}

.about__section .section__main .about__outline {
  width: 100%;
  font-size: 20px;
}

.about__section .section__main .about__outline .outline__table {
  border-top: 1px solid #ccc;
}

.about__section .section__main .about__outline .outline__table .outline__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.about__section .section__main .about__outline .outline__table .outline__box .box {
  padding: 1em;
}

@media (max-width: 767px) {
  .about__section .section__main .about__outline .outline__table .outline__box .box {
    font-size: 16px;
  }
}

.about__section .section__main .about__outline .outline__table .outline__box .box.box__title {
  font-weight: 600;
  color: #1E6A45;
}

.about__section .section__main .about__childcare {
  width: 100%;
  font-size: 1.6em;
  margin-top: 30px;
}

.about__section .section__main .about__childcare>h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #6d5708;
  margin-bottom: 1em;
}

.about__section .section__main .about__childcare>p {
  line-height: 1.8;
}

.about__section .section__main .about__childcare>p+p {
  margin-top: 0.5em;
}

.about__section .section__main .about__childcare .pdf__download {
  /*	list-style-type: disc;*/
  margin-top: 1em;
  padding-left: 1em;
}

.about__section .section__main .about__childcare .pdf__download li+li {
  margin-top: 0.8em;
}

.about__section .section__main .about__childcare .pdf__download li a:hover {
  opacity: 0.8;
}

.about__section .section__main .about__childcare .contact {
  margin-top: 2em;
}

.about__section .section__main .about__childcare .contact>h4 {
  font-weight: 600;
  margin-bottom: 0.7em;
}

.entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
}

@media (max-width: 767px) {
  entry__link {
    width: 100%;
    margin-top: 30px;
  }
}

.entry__link .entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  max-width: 500px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  background-color: #95702c;
  border: 1px solid #95702c;
  border-radius: 100vh;
  padding: 1.2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .entry__link .entry__btn {
    max-width: none;
    padding: 0.6em 1.2em;
    font-size: 16px;
  }
}

.entry__link .entry__btn:hover {
  opacity: 0.8;
}

.entry__link .entry__btn.noLink {
  color: #8d8d8d;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .about__section {
    padding: 80px 20px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .about__section {
    padding: 60px 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .about__section {
    padding: 40px 20px;
  }

  .about__section .section__main .about__outline .outline__table .outline__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__section .section__main .about__outline .outline__table .outline__box .box {
    padding: 1em 0.5em;
    margin: 0;
  }

  .about__section .section__main .about__outline .outline__table .outline__box .box.box__title {
    padding: 1em 0.5em 0;
  }
}

/* ================================================= */
/* childcare__section */
/* ================================================= */
.childcare__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 3px solid #1E6A45;
  padding: 50px 0;
}

.childcare__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  font-size: 1.6em;
  position: relative;
  z-index: 10;
}

.childcare__section .section__main .about__childcare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.childcare__section .section__main .about__childcare>h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .childcare__section .section__main .about__childcare>h3 {
    font-size: 24px;
  }
}

.childcare__section .section__main .about__childcare>p {
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}

.childcare__section .section__main .about__childcare>p+p {
  margin-top: 0.5em;
}

.childcare__section .section__main .about__childcare .pdf__download {
  list-style-type: disc;
  margin-top: 1.5em;
  padding-left: 1em;
  font-size: 18px;
}

@media (max-width: 767px) {
  .childcare__section .section__main .about__childcare .pdf__download {
    font-size: 16px;
  }
}

.childcare__section .section__main .about__childcare .pdf__download li+li {
  margin-top: 0.8em;
}

.childcare__section .section__main .about__childcare .contact {
  text-align: center;
  margin-top: 2em;
  font-size: 16px;
}

.childcare__section .section__main .about__childcare .contact>h4 {
  font-weight: 600;
  margin-bottom: 0.7em;
  font-size: 18px;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .childcare__section {
    padding: 80px 20px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .childcare__section {
    padding: 60px 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .childcare__section {
    padding: 40px 20px;
  }

  .childcare__section .section__main .about__childcare>p {
    font-size: 1em;
  }
}

/* ================================================= */
/* program__section */
/* ================================================= */
.program__section {
  background-color: #FFF8D2;
  border-top: 3px solid #1E6A45;
  padding: 100px 0;
  position: relative;
}


.program__section::before,
.program__section::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.0625%;
  position: absolute;
  left: 0;
  z-index: 5;
}

.program__section::before {
  background: url(../images/main_top_bg.png) repeat-y top center/contain;
  top: 0;
}

.program__section::after {
  background: url(../images/main_bottom_bg.png) repeat-y bottom center/contain;
  bottom: 0;
}

.program__section .section__main {
  position: relative;
  z-index: 10;
}

.program__section .program__timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  font-size: 1.6em;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

.program__section .time__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 50px (1fr)[5] 40px;
  grid-template-rows: 50px repeat(5, 1fr) 40px;
  width: 70px;
  background-color: #fbfaee;
  text-align: center;
  position: relative;
  z-index: 10;
}

.program__section .time__column>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.program__section .time__column>*:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__section .time__column>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.program__section .time__column>*:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.program__section .time__column>*:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.program__section .time__column>*:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.program__section .program__column .hall__box.hall__pos {
  height: 40px;
}

.program__section .time__column .time__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: #1E6A45;
  position: relative;
}

.program__section .time__column .time__box .num {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.program__section .program__column {
  width: calc(100% - 70px);
  overflow: hidden;
}

.program__section .program__column .swiper {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.program__section .program__column .swiper.swiper-initialized {
  display: block;
}

.program__section .program__column .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.program__section .program__column .hall__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px;
}

.program__section .program__column .hall__name>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #eee;
  font-size: 15px;
}

.program__section .program__column .hall__box {
  border-right: 2px solid #cacaca;
  position: relative;
}

.program__section .program__column .swiper-slide:last-of-type .hall__box {
  border-right: 0;
}

.program__section .program__column .hall__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dee3e8;
  position: absolute;
  top: 0;
  left: 0;
}

.p__time10 {
  height: 100%;
}

.p__time15 {
  height: 150%;
}

.p__time20 {
  height: 200%;
}

.p__time25 {
  height: 250%;
}

.p__time30 {
  height: 300%;
}

.p__time35 {
  height: 350%;
}

.p__time40 {
  height: 400%;
}

.p__time45 {
  height: 450%;
}

.p__time50 {
  height: 500%;
}

.p__time55 {
  height: 550%;
}

.p__time60 {
  height: 600%;
}

.p__time65 {
  height: 650%;
}

.p__time70 {
  height: 700%;
}

.p__time75 {
  height: 750%;
}

.p__time80 {
  height: 800%;
}

.p__time85 {
  height: 850%;
}

.p__time90 {
  height: 900%;
}

.p__time95 {
  height: 950%;
}

.p__time100 {
  height: 1000%;
}

.p__time105 {
  height: 1050%;
}

.p__time110 {
  height: 1100%;
}

.p__time115 {
  height: 1150%;
}

.p__time120 {
  height: 1200%;
}

.p__time125 {
  height: 1250%;
}

.p__time130 {
  height: 1300%;
}

.p__time135 {
  height: 1350%;
}

.p__time140 {
  height: 1400%;
}

.p__time145 {
  height: 1450%;
}

.p__time150 {
  height: 1500%;
}

.p__time155 {
  height: 1550%;
}

.p__time160 {
  height: 1600%;
}

.p__time165 {
  height: 1650%;
}

.p__time170 {
  height: 1700%;
}

.p__time175 {
  height: 1750%;
}

.p__time180 {
  height: 1800%;
}

.p__time185 {
  height: 1850%;
}

.p__time190 {
  height: 1900%;
}

.p__time195 {
  height: 1950%;
}

.p__time200 {
  height: 2000%;
}

.p__time205 {
  height: 2050%;
}

.p__time210 {
  height: 2100%;
}

.p__time215 {
  height: 2150%;
}

.p__time220 {
  height: 2200%;
}

.p__time225 {
  height: 2250%;
}

.p__time230 {
  height: 2300%;
}

.p__time235 {
  height: 2350%;
}

.p__time290 {
  height: 2900%;
}

.p__time245 {
  height: 2450%;
}

.p__time250 {
  height: 2500%;
}

.p__time255 {
  height: 2550%;
}

.p__time260 {
  height: 2600%;
}

.p__time265 {
  height: 2650%;
}

.p__time270 {
  height: 2700%;
}

.p__time275 {
  height: 2750%;
}

.p__time280 {
  height: 2800%;
}

.p__time285 {
  height: 2850%;
}

.p__time290 {
  height: 2900%;
}

.p__time295 {
  height: 2950%;
}

.p__time300 {
  height: 3000%;
}

.p__time305 {
  height: 3050%;
}

.p__time310 {
  height: 3100%;
}

.p__time315 {
  height: 3150%;
}

.p__time320 {
  height: 3200%;
}

.p__time325 {
  height: 3250%;
}

.p__time330 {
  height: 3300%;
}

.p__time335 {
  height: 3350%;
}

.p__time340 {
  height: 3400%;
}

.p__time345 {
  height: 3450%;
}

.p__time350 {
  height: 3500%;
}

.p__time355 {
  height: 3550%;
}

.p__time360 {
  height: 3600%;
}

.p__time365 {
  height: 3650%;
}

.p__time370 {
  height: 3700%;
}

.p__time375 {
  height: 3750%;
}

.p__time380 {
  height: 3800%;
}

.p__time385 {
  height: 3850%;
}

.p__time390 {
  height: 3900%;
}

.p__time395 {
  height: 3950%;
}

.p__time400 {
  height: 4000%;
}

.program__timetable__list {
  display: none;
}

.T__program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pos00 {
  top: 0;
}

.pos50 {
  top: 50%;
}

.T__program.SET {
  width: calc(100% - 20px);
  left: 10px;
}

.T__program.set__container {
  z-index: 5;
}

.T__program.set__container:hover {
  opacity: 1;
}

.T__program.set__container .set__title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding-top: 0.3em;
}

.T__program.set__container.set01 {
  background-color: #fff2b1;
}

.T__program.set__container.set02 {
  background-color: #f7d8a6;
}

.T__program:hover {
  opacity: 0.8;
}

.T__program .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  /*background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);*/
  /*background-image: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);*/
  /*background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);*/
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbf33), to(#ffe194));
  background-image: linear-gradient(to top, #ffbf33 0%, #ffe194 100%);
  padding: 5px;
}

.T__program.main .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbf33), to(#ffe194));
  background-image: linear-gradient(to top, #ffbf33 0%, #ffe194 100%);
}

.T__program.panel .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffec8e), to(#fff6d5));
  background-image: linear-gradient(to top, #ffec8e 0%, #fff6d5 100%);
}

.T__program.presentation .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#efb1ff), to(#f7d5ff));
  background-image: linear-gradient(to top, #efb1ff 0%, #f7d5ff 100%);
}

.T__program.bunkakai .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#98ffde), to(#d6fff5));
  background-image: linear-gradient(to top, #98ffde 0%, #d6fff5 100%);
}

.T__program.NWEvent .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cbcdff), to(#f0f1ff));
  background-image: linear-gradient(to top, #cbcdff 0%, #f0f1ff 100%);
}

.T__program.WS .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b0e4ff), to(#dbf1ff));
  background-image: linear-gradient(to top, #b0e4ff 0%, #dbf1ff 100%);
}

.T__program.exhibition .inner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b0ffbe), to(#c3ffce));
  background-image: linear-gradient(to top, #b0ffbe 0%, #c3ffce 100%);
}

.T__program .inner .program__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

.T__program .inner .program__info .time {
  background-color: #fff;
  border-radius: 100vh;
  padding: 0.1em 0.4em;
}

.T__program .inner .program__main {
  text-align: center;
}

.T__program .inner .program__main .lecture__title {
  /*font-size: 1.1em;*/
  line-height: 1.4;
  margin-top: 5px;
}

.program__contents__section {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
}

.program__section .swipe__info {
  display: none;
}

.program__section .timetable__note {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}

.program__section .timetable__note p {
  font-size: 14px;
}

.program__section .companylist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.program__section .companylist__link a {
  width: 30%;
  font-size: 18px;
  font-weight: 600;
  color: #0d7959;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0d7959;
  border-radius: 100vh;
  padding: 0.7em 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.program__section .companylist__link a:hover {
  opacity: 0.8;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .program__contents__section {
    margin: 80px auto 0;
  }
}

/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .program__section .swipe__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*	background-color: #f4f4f4;*/
    border-radius: 0.3em;
    margin-bottom: 10px;
  }

  .program__section .swipe__info .text {
    font-size: 2em;
    font-weight: 600;
    color: #971515;
  }

  .program__section .swipe__info .swipe__area {
    width: 50%;
    height: 6em;
    margin-top: 1em;
    position: relative;
  }

  .program__section .swipe__info .swipe__area img {
    width: auto;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-animation: slideIn 6s infinite;
    animation: slideIn 6s infinite;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @-webkit-keyframes slideIn {
    0% {
      opacity: 0;
      left: 100%;
    }

    15% {
      opacity: 1;
      left: 100%;
    }

    35% {
      opacity: 1;
      left: 0%;
    }

    50% {
      opacity: 1;
      left: 0%;
    }

    75% {
      opacity: 1;
      left: 100%;
    }

    100% {
      opacity: 0;
      left: 100%;
    }
  }

  @keyframes slideIn {
    0% {
      opacity: 0;
      left: 100%;
    }

    15% {
      opacity: 1;
      left: 100%;
    }

    35% {
      opacity: 1;
      left: 0%;
    }

    50% {
      opacity: 1;
      left: 0%;
    }

    75% {
      opacity: 1;
      left: 100%;
    }

    100% {
      opacity: 0;
      left: 100%;
    }
  }

  .program__section .companylist__link a {
    width: 40%;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .program__contents__section {
    margin: 60px auto 0;
  }

  .program__section .swipe__info .swipe__area {
    width: 60%;
    height: 5em;
  }

  .program__section .companylist__link a {
    width: 60%;
  }

  .program__section .companylist__link a:hover {
    opacity: 1;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section {
    margin: 40px auto 0;
  }

  .program__section .time__column {
    width: 50px;
  }

  .program__section .time__column .time__box {
    font-size: 1em;
  }

  .program__section .program__column {
    width: calc(100% - 50px);
  }

  .program__section .swipe__info .text {
    font-size: 1.6em;
  }

  .program__section .swipe__info .swipe__area {
    width: 80%;
    height: 4.5em;
  }

  .program__section .timetable__note {
    padding: 10px 0 0 0;
  }

  .program__section .timetable__note p {
    font-size: 1.5em;
  }

  .program__section .companylist__link a {
    width: 86%;
  }
}

.program__contents__section .program__contents+.program__contents {
  margin-top: 80px;
}

.program__contents__section .program__contents__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  justify-content: center;
}

.program__contents__section .program__contents__category .category__name {
  min-width: 10%;
  font-weight: 600;
  color: #000000;
  text-align: center;
  border-radius: 100vh;
  padding: 0.2em 2em;
}

@media screen and (max-width:690px){
  .program__contents__section .program__contents__category .category__name{
  font-size: 12px;
  padding: 0.2em 0.9em;
}
}

h3.main {
  background-color: #ffbf33;
}

h3.panel {
  background-color: #ffec8e;
}

h3.presentation {
  background-color: #efb1ff;
}

h3.bunkakai {
  background-color: #98ffde;
}

h3.WS {
  background-color: #b0e4ff;
}

h3.NWEvent {
  background-color: #cbcdff;
}

h3.exhibition {
  background-color: #b0ffbe;
}


.program__contents__section .program__contents__category .contents__time {
  font-size: 22px;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .program__contents__section .program__contents__category .contents__time {
    font-size: 17px;
  }
}
@media (max-width: 690px) {
  .program__contents__section .program__contents__category .contents__time {
    font-size: 10px;
  }
}

.program__contents__section .program__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program__contents__section .program__contents__title .contents__title {
  font-size: 36px;
  font-weight: 600;
  color: #0d7959;
  text-align: center;
}

.program__contents__section .program__contents__title .contents__title+.contents__info {
  /*margin-top: 2em;*/
}

.program__contents__section .program__contents__title .contents__info p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.program__contents__section .program__contents__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.program__contents__section .program__speaker__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #0d7959;
  padding: 0;
}

.program__contents__section .program__speaker__block .speaker__profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% 20px 1fr;
  grid-template-columns: 28% 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 8px;
  max-width: 240px;
  align-items: center;
}

.program__speaker__block .speaker__img {
  height: fit-content;
  max-width: 100px;
}

.program__speaker__block .speaker__img .img__main {
  max-width: 100%;
}

.program__speaker__block .speaker__img .img__main img {
  width: 68px;
  max-width: max-content;
}


.program__contents__section .program__speaker__block .speaker__detail {
  font-size: 18px;
  padding-top: 0;
}

.program__contents__section .program__speaker__block .speaker__detail .profile {
  font-size: 12px;
  list-style-type: none;
  padding: 0 4px;
  margin: 0;
}

.program__contents__section .program__speaker__block .speaker__detail .profile .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
  color: #1E6A45;
}

.program__contents__section .program__speaker__block .speaker__detail .profile .name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0.1em;
}

@media (max-width: 767px) {
  .program__contents__section .program__speaker__block .speaker__detail .profile .name {
    font-size: 18px;
  }
}

.program__contents__section .program__speaker__block .speaker__detail .profile .name>span {
  font-size: 80%;
}

.program__contents__section .program__speaker__block .speaker__detail .history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3em 1fr;
  grid-template-columns: 3em 1fr;
  margin-top: 1em;
}

.program__contents__section .program__speaker__block .speaker__history {
  width: 100%;
  font-size: 14px;
}

.program__contents__section .program__speaker__block .speaker__history p {
  line-height: 1.4;
  margin: 14px 20px 14px 0;
  background-color: #f2faf2;
  padding: 10px 15px;
  border-radius: 10px;
}

/*.program__contents__section .program__speaker__block.mode {
	border-color: #0d7959;
}
.program__contents__section .program__speaker__block.mode .speaker__img {
	background-color: #0d7959;
}*/
.program__contents__section .program__speaker__block.mode .speaker__detail .profile .position {
  color: #0d7959;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .program__contents__section .program__speaker__block {
    padding: 0;
  }

  .program__contents__section .program__contents__speaker {
    gap: 14px;
    margin-top: 20px;
  }

  .program__contents__section .program__speaker__block .speaker__detail {
    font-size: 1.2em;
    padding-top: 0;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .program__contents__section .program__contents+.program__contents {
    margin-top: 60px;
  }

  .program__contents__section.modal_inner .program__speaker__block {
    width: 100%;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section .program__contents+.program__contents {
    margin-top: 40px;
  }

  .program__contents__section .program__contents__title .contents__title {
    font-size: 2.2em;
  }

  .program__contents__section .program__contents__title .contents__info p {
    font-size: 14px;
    text-align: left;
  }

  .program__contents__section .program__speaker__block .speaker__profile {
    -ms-grid-columns: 25% 15px 1fr;
    grid-template-columns: 25% 1fr;
    grid-gap: 15px;
  }

  .program__contents__section .program__speaker__block .speaker__detail {
    font-size: 1.2em;
  }
}

.program__contents__section .program__contents__companylist {
  background-color: #fff;
  border: 1px solid #0d7959;
  margin-top: 30px;
  padding: 35px 30px;
}

.program__contents__section .program__contents__companylist .title {
  font-size: 24px;
  font-weight: 700;
  color: #0d7959;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.program__contents__section .program__contents__companylist .companylist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  margin-top: 30px;
}

.program__contents__section .program__contents__companylist .companylist__main {
  font-size: 18px;
}

.program__contents__section .program__contents__companylist .companylist__main .companylist {
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  .program__contents__section .program__contents__companylist .companylist__main .companylist {
    font-size: 15px;
  }
}

.program__contents__section .program__contents__companylist .companylist__main .companylist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program__contents__section .program__contents__companylist .companylist__main .companylist li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: #0d7959;
  border-radius: 100vh;
  margin-right: 0.3em;
}

.program__contents__section .program__contents__companylist .note {
  text-align: right;
  margin-top: 1em;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .program__contents__section .program__contents__companylist .companylist {
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section .program__contents__companylist .title {
    font-size: 2.4em;
  }

  .program__contents__section .program__contents__companylist .companylist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .program__contents__section .program__contents__companylist .companylist__main {
    font-size: 1.3em;
  }
}

.program__contents__section .program__contents__schoollist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.program__contents__section .schoollist__inner {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border: 1px solid #0d7959;
  padding: 25px;
}

.program__contents__section .schoollist__inner .title {
  font-size: 36px;
  font-weight: 600;
  color: #0d7959;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 0;
}

.program__contents__section .schoollist__inner .schoollist__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-top: 10px;
  list-style-type: none;
}

.program__contents__section .schoollist__inner .schoollist__main .schoollist {
  padding: 0;
}

.program__contents__section .schoollist__inner .schoollist__main .schoollist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program__contents__section .schoollist__inner .schoollist__main .schoollist li+li {
  margin-top: 0.5em;
}

.program__contents__section .schoollist__inner .schoollist__main .schoollist li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: #0d7959;
  border-radius: 100vh;
  margin-right: 0.3em;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .program__contents__section .schoollist__inner {
    width: 100%;
    padding: 25px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section .schoollist__inner {
    padding: 20px 10px;
  }

  .program__contents__section .schoollist__inner .title {
    font-size: 2.4em;
  }

  .program__contents__section .program__contents__schoollist {
    margin-top: 15px;
  }

  .program__contents__section .schoollist__inner .schoollist__main {
    font-size: 1.7em;
    margin-top: 15px;
  }
}

.program__contents__section .program__contents.Workshop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 80px;
}

.program__contents__section .program__contents.Workshop .program__contents__block {
  background-color: #fff;
  border: 1px solid #0d7959;
  padding: 40px 30px;
}

.program__contents__section .program__contents.Workshop .program__contents__title .contents__title {
  font-size: 24px;
  margin-bottom: 0;
}

.program__contents__section .program__contents.Workshop .program__contents__title .contents__info p {
  font-size: 16px;
  line-height: 2.4;
  text-align: left;
}

@media (max-width: 767px) {
  .program__contents__section .program__contents.Workshop .program__contents__title .contents__info p {
    line-height: 1.8;
  }
}

.program__contents__section .program__contents.NWEvent {
  background-color: #fff;
  border: 1px solid #0d7959;
  margin-top: 80px;
  padding: 40px 30px;
}

.program__contents__section .program__contents.NWEvent .company__list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6em;
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 30px;
}

.program__contents__section .program__contents.NWEvent .company__list__block .block__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section .program__contents.Workshop {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 40px;
  }

  .program__contents__section .program__contents.Workshop .program__contents__block {
    padding: 20px;
  }

  .program__contents__section .program__contents.Workshop .program__contents__title .contents__title {
    font-size: 2.2em;
  }

  .program__contents__section .program__contents.NWEvent {
    background-color: #fff;
    border: 1px solid #0d7959;
    margin-top: 50px;
    padding: 20px;
  }

  .program__contents__section .program__contents.NWEvent .company__list__block {
    font-size: 1.5em;
    margin-top: 20px;
    padding: 20px 10px;
  }
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .program__section {
    padding: 80px 20px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .program__section {
    padding: 60px 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__section {
    padding: 40px 20px;
  }
}

.program__contents__section .program__contents.Exhibition {
  background-color: #fff;
  border: 1px solid #0d7959;
  margin-top: 80px;
  padding: 40px 30px;
}

.program__contents__section .program__contents.Exhibition .company__list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6em;
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 30px;
}

.program__contents__section .program__contents.Exhibition .company__list__block .block__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .program__contents__section .program__contents.Exhibition .company__list__block .block__title {
    font-size: 19px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .program__contents__section .program__contents.Exhibition {
    background-color: #fff;
    border: 1px solid #0d7959;
    margin-top: 50px;
    padding: 20px;
  }

  .program__contents__section .program__contents.Exhibition .company__list__block {
    font-size: 1.5em;
    margin-top: 20px;
    padding: 20px 10px;
  }
}

/* ================================================= */
/* access__section */
/* ================================================= */
.access__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-top: 3px solid #1E6A45;
  padding: 50px 0 0;
}

.access__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}

.access__section .access__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.access__section .access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .access__section {
    padding: 80px 20px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .access__section {
    padding: 60px 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .access__section {
    padding: 40px 20px;
  }
}

.page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/main_top_bg.png) no-repeat top center/cover;
  padding: 60px 0;
}

.page__title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.8em;
  font-weight: 600;
  color: #6d5708;
}

.page__title h1 .sub {
  font-size: 0.6em;
  color: #555;
}

/* ================================================= */
/* common__wrapper */
/* ================================================= */
.common__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/sub_center_bg.png) #fff no-repeat center center/cover;
  border-top: 3px solid #1E6A45;
  padding: 100px 0;
}

.common__wrapper .common__container {
  width: 100%;
  max-width: 1200px;
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .common__wrapper {
    padding: 80px 20px;
  }

  .common__wrapper .common__container {
    padding: 30px;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .page__title {
    padding: 50px 0;
  }

  .page__title h1 {
    font-size: 3.6em;
  }

  .common__wrapper {
    padding: 50px 20px;
  }

  .common__wrapper .common__container {
    padding: 20px;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .page__title {
    padding: 40px 0;
  }

  .page__title h1 {
    font-size: 3em;
  }

  .common__wrapper {
    padding: 20px 10px;
  }

  .common__wrapper .common__container {
    padding: 20px 10px;
  }
}

/* ================================================= */
/* sitepolicy */
/* ================================================= */
.page__sitepolicy .common__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: none;
  padding: 0;
}

.page__sitepolicy .sitepolicy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
}

.page__sitepolicy .sitepolicy__section:nth-of-type(odd) {
  background: url(../images/sub_center_bg.png) #fff no-repeat center center/cover;
}

.page__sitepolicy .sitepolicy__section+.sitepolicy__section {
  border-top: 3px solid #1E6A45;
}

.page__sitepolicy .sitepolicy__section .section__inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}

.page__sitepolicy .section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__sitepolicy .section__ttl .ttl__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.1em;
  font-weight: 600;
  line-height: 1.4;
  background: url(../images/decoration_border.png) no-repeat bottom center/360px auto;
  margin-bottom: 50px;
  padding-bottom: 0.5em;
}

.page__sitepolicy .section__ttl .ttl__main .EN {
  font-size: 0.6em;
  color: #c7b89d;
}

.page__sitepolicy .section__ttl .ttl__main .JP {
  color: #5b3b01;
}

.page__sitepolicy .section__contents {
  font-size: 1.6em;
  line-height: 2.4;
}

.page__sitepolicy .section__contents .contents__block+.contents__block {
  margin-top: 50px;
}

.page__sitepolicy .section__contents .block__ttl {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.page__sitepolicy .section__contents .block__main p+p {
  margin-top: 1.5em;
}

.page__sitepolicy .section__contents .block__main p.catch {
  font-size: 1.2em;
}

.page__sitepolicy .success__checklist__section .checklist {
  margin-top: 30px;
}

.page__sitepolicy .success__checklist__section .checklist>h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.page__sitepolicy .success__checklist__section .checklist .checklist__table {
  width: 100%;
}

.page__sitepolicy .success__checklist__section .checklist .checklist__table th,
.page__sitepolicy .success__checklist__section .checklist .checklist__table td {
  line-height: 1.5;
  border: 1px solid #9b9b9b;
  padding: 1em 0.7em;
}

.page__sitepolicy .success__checklist__section .checklist .checklist__table th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e5e5;
}

.page__sitepolicy .success__checklist__section .checklist .checklist__table td {
  background-color: #fff;
}

.page__sitepolicy .success__checklist__section .checklist .checklist__table td.grade,
.page__sitepolicy .success__checklist__section .checklist .checklist__table td.apply,
.page__sitepolicy .success__checklist__section .checklist .checklist__table td.conformity {
  text-align: center;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .page__sitepolicy .sitepolicy__section {
    padding: 80px 0;
  }

  .page__sitepolicy .section__ttl .ttl__main {
    font-size: 3em;
    background-size: 320px auto;
    margin-bottom: 40px;
  }

  .page__sitepolicy .section__contents .contents__block+.contents__block {
    margin-top: 40px;
  }

  .page__sitepolicy .section__contents {
    font-size: 1.5em;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .page__sitepolicy .sitepolicy__section {
    padding: 60px 0;
  }

  .page__sitepolicy .section__ttl .ttl__main {
    font-size: 2.8em;
    background-size: 300px auto;
    margin-bottom: 30px;
  }

  .page__sitepolicy .section__contents .contents__block+.contents__block {
    margin-top: 35px;
  }

  .page__sitepolicy .success__checklist__section .checklist .checklist__table th {
    white-space: wrap;
  }

  .page__sitepolicy .success__checklist__section .checklist .checklist__table td.note {
    word-break: break-all;
  }
}

/* ================================================= */
/* page__web */
/* ================================================= */
.page__web.common__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: none;
  padding: 0;
}

.page__web.dummy .web__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 50px 0;
}

.page__web .section__inner {
  width: 100%;
  max-width: 840px;
  background-color: #f2f5f3;
  padding: 20px;
}

.page__web.dummy .web__section p {
  font-size: 3em;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.page__web .web__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

.page__web .live__viewing__section {
  width: 100%;
}

.page__web .live__viewing__section .video__block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.page__web .live__viewing__section .video__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__web .live__viewing__info {
  font-size: 1.6em;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.page__web .live__viewing__info .info__block+.info__block {
  border-top: 3px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.page__web .live__viewing__info .ttl {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.page__web .live__viewing__info .ttl .sub {
  font-size: 0.8em;
  color: #c27710;
  margin-left: 0.5em;
}

.page__web .live__viewing__info .time__schedule__main .schedule__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8em 1fr;
  grid-template-columns: 8em 1fr;
}

.page__web .live__viewing__info .time__schedule__main .schedule__box+.schedule__box {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.page__web .live__viewing__info .worksheet .btn__ws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.page__web .live__viewing__info .worksheet .btn__ws a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  background-color: #95702c;
  border: 1px solid #95702c;
  border-radius: 100vh;
  padding: 1.2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page__web .live__viewing__info .worksheet .btn__ws a:hover {
  opacity: 0.8;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .page__web.dummy .web__section {
    padding: 20px 0;
  }

  .page__web.dummy .web__section p {
    font-size: 2.6em;
  }
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width: 690px) {
  .page__web.dummy .web__section p {
    font-size: 2em;
  }

  .page__web .section__inner {
    padding: 5px;
  }

  .page__web .live__viewing__info {
    font-size: 1.5em;
    margin-top: 5px;
    padding: 10px 5px;
  }

  .page__web .live__viewing__info .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page__web .live__viewing__info .ttl .sub {
    margin-left: 0;
  }

  .page__web .live__viewing__info .info__block+.info__block {
    border-top: 2px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
  }

  .page__web .live__viewing__info .worksheet .btn__ws {
    margin-top: 15px;
  }

  .page__web .live__viewing__info .worksheet .btn__ws a {
    width: 80%;
  }

  .page__web .live__viewing__info .worksheet .btn__ws a:hover {
    opacity: 1;
  }
}

.page__top .archive__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__top .archive__section .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  /*	max-width: 800px;*/
  padding: 50px 0;
}

.page__top .archive__section .catch {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.page__top .archive__section .archive__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 700px 20px 1fr;
  grid-template-columns: 700px 1fr;
  /*	grid-template-columns: 1fr;*/
  grid-gap: 20px;
  width: 100%;
}

.page__top .archive__section .archive__video .video__box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.page__top .archive__section .archive__video .video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__top .archive__section .archive__video .note {
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .page__top .archive__section .archive__video .note {
    font-size: 12px;
  }
}

.page__top .archive__section .archive__chapter {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.page__top .archive__section .archive__chapter .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

@media (max-width: 767px) {
  .page__top .archive__section .archive__chapter .ttl {
    margin: 0 0 10px;
  }
}

.page__top .archive__section .archive__chapter .chapter__list {
  list-style-type: disc;
  padding-left: 1.5em;
}

.page__top .archive__section .archive__chapter .chapter__list li+li {
  margin-top: 1em;
}

.page__top .archive__section .archive__chapter .chapter__list li a {
  color: #1e6a44;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .page__top .archive__section .section__main {
    padding: 40px 20px;
  }

  .page__top .archive__section .archive__main {
    -ms-grid-columns: 70% 20px 1fr;
    grid-template-columns: 70% 1fr;
  }
}

/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width: 1080px) {
  .page__top .archive__section .catch {
    font-size: 3em;
    margin-bottom: 20px;
  }

  .page__top .archive__section .archive__main {
    -ms-grid-columns: 60% 10px 1fr;
    grid-template-columns: 60% 1fr;
    grid-gap: 10px;
  }

  .page__top .archive__section .archive__chapter {
    font-size: 1.3em;
  }
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .page__top .archive__section .section__main {
    padding: 30px 10px;
  }

  .page__top .archive__section .catch {
    font-size: 1.9em;
  }

  .page__top .archive__section .archive__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page__top .archive__section .archive__chapter {
    font-size: 1.5em;
  }
}

/* screens smaller than 1240---------------------------------------------------------- */
/* screens smaller than 1080---------------------------------------------------------- */
/* screens smaller than 768---------------------------------------------------------- */
/* screens smaller than 690---------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */

span.room {
  color: #000;
  font-size: 12px;
  background-color: #fff;
  border-radius: 2px;
  padding: 3px 8px;
  margin: 5px 0 auto 12px;
  float: right;
  height: fit-content;
}

@media screen and (max-width:690px){
  span.room{
    line-height: 1.3;
  }
}

.past_image {
  width: 100%;
  max-width: 750px;
  margin: 1.5vw auto 0;
}

.divide {
  border-bottom: solid 1.2px #0d7959;
  margin-top: 80px;
}

/* ポップアップのベーススタイル */
.popup-trigger {
  position: relative;
  display: block;
  /* inline-blockからblockに変更 */
  cursor: pointer;
}

.popup-content {
  position: absolute;
  left: calc(100% + 10px);
  /* 計算式に変更 */
  top: 0;

  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 追加:非表示時のクリックを無効化 */

  /* アニメーション */
  transition: opacity 0.3s ease, visibility 0.3s ease;

  /* ポップアップのスタイル */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  /* 幅の設定 */
  width: 280px;
  white-space: normal;

  /* 最前面に表示 */
  z-index: 1000;
  line-height: 1.3;
}

/* ホバー時にポップアップを表示 */
.popup-trigger:hover .popup-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* 追加:表示時のクリックを有効化 */
}

/* 三角形の矢印(オプション) */
.popup-content::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 15px;
  border: 8px solid transparent;
  border-right-color: #ddd;
}

.popup-content::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 16px;
  border: 7px solid transparent;
  border-right-color: #fff;
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10000;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #1E6A45;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
  transition: opacity 0.3s;
}

.modal-close:hover {
  opacity: 0.8;
}

.modal-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 40px 40px;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .modal-container {
    width: 95%;
    height: 95vh;
    margin: 2.5vh auto;
  }

  .modal-content {
    padding: 50px 20px 20px;
  }

  .modal-close {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

/* bodyのスクロール固定 */
body.modal-open {
  overflow: hidden;
}

.popup-content .speaker__profile {
  display: flex;
}

h3.popup_h3 {
  line-height: 1.2 !important;
  margin: 18px 0;
}

.popup-content img {
  width: 60px;
}

.popup-content ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.popup-content li {
  list-style: none;
  font-size: 14px;
}

.popup-content .speaker__detail {
  margin-bottom: 20px;
}

p.caution_modal {
  font-size: 12px;
  background-color: #0d7959;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin: -5px 0;
}

.program__speaker__block {
  margin-bottom: 15px;
}

ul.short {
  padding-left: 18px !important;
}

.modal .program__contents__section .program__speaker__block .speaker__profile {
  display: flex;
  max-width: none;
}

.modal .program__speaker__block .speaker__img {
  min-width: 100px;
}

.modal .program__contents__section .program__speaker__block .speaker__detail {
  min-width: 180px;
}

.modal .program__speaker__block .speaker__img .img__main img {
  width: 88px;
}

.modal .program__contents__section .program__contents__category {
  flex-direction: row;
}

.modal .program__contents__section .program__contents__title .contents__title {
  font-size: 26px;
}

.modal .program__contents__section .program__contents__category .category__name {
  margin: 3px 0;
}

.modal .program__contents__section {
  margin: 0;
}

.double_colum {
  display: flex;
  height: 500%;
}

.double_colum a {
  position: relative;
  padding: 3px 1px;
}

.double_colum a .program__info .time {
  font-size: 10px;
  white-space: nowrap;
}

.double_colum a .program__title {
  font-size: 10px;
}


:root {
  scroll-padding: 90px;
}

.program__contents a {
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .program__contents__section .program__speaker__block {
    width: 48%;
  }

  .program__contents__section .program__speaker__block .speaker__profile {
    max-width: 340px;
  }

  ul.short {
    padding-left: 6px !important;
  }
}

@media screen and (max-width:480px) {
  .program__speaker__block .speaker__img .img__main img {
    width: 8vw;
  }

  .program__contents__section .program__speaker__block .speaker__detail .profile {
    font-size: 10px;
  }

  .program__contents__section .program__speaker__block .speaker__detail .profile .name {
    font-size: 13px;
  }

  .program__contents__section .program__speaker__block .speaker__profile {
    align-items: baseline;
    -ms-grid-columns: 15% 5px 1fr;
    grid-template-columns: 15% 1fr;
    grid-gap: 10px;
  }

  .program__contents__section .program__speaker__block {
    margin-bottom: 5px;
  }

  ul.short {
    padding-left: 3px !important;
  }
}

@media screen and (max-width:390px) {
  .program__contents__speaker a {
    width: 46%;
  }
}

.ly_footer {
  margin-bottom: 110px;
}

@media screen and (max-width:768px) {

  .ly_footer {
    margin-bottom: 90px;
  }
}

.speaker__sp {
  background-color: #fff;
  border: 1px solid #0d7959;
  font-size: 12px;
}

.speaker__sp p {
  text-align: center;
  background-color: #0d7959;
  padding: 5px 30px;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  margin: 16px auto;
  font-weight: 700;
}

.speaker__sp ul {
  padding: 0;
  margin: 10px 8vw;
}

p.icon_plus {
  content: '＋';
  background-color: #0d7959;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  line-height: 0.9;
  font-size: 5vw;
  font-weight: 900;
  margin: -30px 0 -16px 94%;
}
.modal .program__speaker__block{
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .modal .program__contents__section .program__speaker__block .speaker__profile{
  display: grid;
  grid-template-columns: min-content auto;
  gap: 0 /* 必要に応じて調整 */;
  align-items: center;
  }

  .modal .program__contents__section .program__speaker__block .speaker__profile > :nth-child(3){
  grid-column: 1 / 3; /* 1列目から2列目までを結合 */
}
.modal .program__contents__section .program__speaker__block .speaker__history p{
  margin: 0;
  border-radius: 0;
}
.modal .program__contents__section .program__speaker__block .speaker__detail{
  min-width: unset;
}
.modal .program__contents__section .program__speaker__block .speaker__history{
  font-size: 12px;
}
}

@media screen and (max-width:480px){
  .modal .program__contents__section .program__speaker__block .speaker__profile{
    grid-template-columns:20% 1fr;
  }
  .modal .program__speaker__block .speaker__img .img__main img{
    width: 15vw;
  }
}

.small{
  font-size: 12px;
}

@media screen and (max-width:690px){
  .small{
    font-size: 10px;
  }
}