@charset "UTF-8";
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0 auto;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  color: #323232;
  line-height: 1.7;
  font-weight: normal;
}
/* Vertical rhythm
     ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings
     ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
     ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Remove padding
   */
option {
  padding: 0;
}
/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  padding: 0;
  /* 1 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the outline style in Safari.
   */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform .8s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap.anim_scroll {
  transform: translate(-50%, -20%) scale(.7);
}
.kvTitWrap.anim_scroll.scrollin {
  transform: translate(-50%, -50%) scale(1);
}
.readMore__button.anim_scroll {
  transform: translate(-50%, 40px);
}
.readMore__button.anim_scroll.scrollin {
  transform: translate(-50%, 0);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
  .kvTitWrap.anim_scroll.scrollin {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*=====================*/
/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  position: relative;
  height: 420px;
  margin: 0;
}
.kvTitWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1160px;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 5;
}
.kvTitWrap .flx_t {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kvTitWrap .flx_t p:nth-child(1) {
  font-size: 2.2rem;
  padding: 3px 15px;
  background-color: #00AA83;
  border-radius: 21px;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, .3);
}
.kvTitWrap .flx_t p:nth-child(2) {
  font-size: 2.8rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}
.kvArea h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  font-size: 4.4rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.98px) {
  .kv {
    height: auto;
  }
  .kvTitWrap .flx_t {
    flex-direction: column;
  }
  .kvTitWrap {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .kvTitWrap .flx_t {
    gap: 3px;
  }
  .kvTitWrap .flx_t p:nth-child(1) {
    font-size: 1.3rem;
    padding: 2px 12px;
    border-radius: 15px;
  }
  .kvTitWrap .flx_t p:nth-child(2) {
    font-size: 1.4rem;
  }
  .kvArea h1 {
    max-width: 95%;
    margin: 50px 0 0;
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width:350px) {
  .kvArea h1 {
    font-size: 3.0rem;
  }
}
/*=====================*/
/*largeSeminar
===========================*/
.Seminar {
  padding: 40px 0;
  background-color: #beede3;
}
.Seminar h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Seminar .seminar_expl{
	color: #323232;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 25px;
}
.Seminar h3 span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #00AA83;
  padding: 3px 25px;
  border-radius: 50px;
}
.Seminar .contents {
  background-color: #fff;
  padding: 45px 20px;
  margin: 0 auto;
  border-radius: 50px;
  width: 100%;
  max-width: 1160px;
}
.Seminar h2 {
  background: #00AA83;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.Seminar .detail {
  margin-top: 50px;
}
.Seminar .boxarea {
  width: 100%;
  margin: 0 auto;
}
.Seminar .l_txt {
  /*width: 55%;*/
  width: 100%;
}
.Seminar .event_date {
  font-size: 6.0rem;
  font-weight: 700;
  color: #00AA83;
  border-bottom: 3px solid #00AA83;
  text-align: center;
}
.Seminar .small_txt {
  font-size: 3.8rem;
}
.Seminar .event_place {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.0;
}
.Seminar .highlight_txt {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #00AA83;
  border-radius: 30px;
  margin-right: 15px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
.Seminar .event_address {
  margin-top: 25px;
}
.Seminar .event_access {
  margin-top: 25px;
  font-weight: 700;
  margin: 25px 0 0;
}
.Seminar .event_access ul li {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 17px;
  position: relative;
}
.Seminar .event_access ul li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 2px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #333;
}
.Seminar .event_access ul li + li {
  margin-top: 15px;
}
.Seminar .event_access ul li .tel {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  margin: 3px 0;
}
.Seminar .event_access ul li .green {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #00AA83;
  border-radius: 30px;
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
}
.Seminar .event_map {
  max-width: 390px;
}
/*.Seminar .event_map img {
  border: 6px solid #00AA83;
  border-radius: 20px;
  padding: 23px 0;
}*/
.Seminar .ann_wrap {
  background-color: #f1f1f1;
  color: #707070;
  padding: 10px 15px;
  margin: 30px 0;
}
.Seminar .ann_wrap p {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.Seminar .ann_wrap ul {
  margin: 0;
}
.Seminar .ann_wrap ul li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .Seminar .boxarea_left {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    align-items: center;
  }
  .Seminar .instructor_detail p {
    font-size: 1.8rem;
  }
  .Seminar .instructor_detail .instructor_name {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .Seminar .instructorBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
  }
  .Seminar .instructorBox figure {
    width: 21%;
    text-align: center;
  }
  .Seminar .instructor_detail {
    background-color: #F0F0E0;
    padding: 35px 70px;
    ;
    font-size: 2.2rem;
    border-radius: 50px;
  }
  .Seminar .instructorBox figcaption {
    font-size: 1.8rem;
  }
  .Seminar .large_anch {
    width: 80%;
  }
  .Seminar .large_anch li a {
    font-size: 1.4rem;
    border: 3px solid #00AA83;
    padding: 10px 40px;
  }
  .Seminar .large_anch li a:hover {
    background: #fff;
    color: #00AA83;
    border: 3px solid #00AA83;
  }
}
@media (max-width: 767.98px) {
  .Seminar h3 span {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
    padding: 5px 20px;
  }
	.Seminar .seminar_expl{
	font-size: 1.6rem;
		margin-bottom: 15px;
}
  .Seminar {
    padding: 25px 0;
  }
  .Seminar .contents {
    padding: 20px 10px;
    width: 95%;
    border-radius: 25px;
  }
  /*.Seminar .seminar_wrap {
    margin-top: 50px;
  }*/
  .Seminar .boxarea {
    padding: 0 0 10px;
    background-color: #fff;
    border-radius: 23px;
  }
  .Seminar .boxarea_left {
    width: 100%;
    padding-bottom: 15px;
  }
  .Seminar .event_date {
    font-size: 3.1rem;
  }
  .Seminar .small_txt {
    font-size: 2.3rem;
  }
  .Seminar .event_info_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .Seminar .event_place {
    font-size: 1.7rem;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .Seminar .event_address {
    margin-top: 15px;
  }
  .Seminar .event_access {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .Seminar .event_map {
    margin: 15px 0 0;
  }
  /*.Seminar .event_map img {
    border: 3px solid #00AA83;
    border-radius: 10px;
    padding: 5px 0;
  }*/
  .Seminar h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .Seminar .l_txt {
    width: 100%;
  }
  .Seminar .l_img {
    width: 80%;
    margin: 0 auto;
  }
  .Seminar .highlight_txt {
    font-size: 2rem;
    padding: 10px 15px;
    min-width: 72px;
    margin-right: 10px;
	  line-height: 1;
  }
  .Seminar .event_access ul li {
    font-size: 1.4rem;
  }
  .Seminar .event_access ul li::before {
    top: 10px;
  }
  .Seminar .event_access ul li .tel {
    font-size: 1.8rem;
  }
  .Seminar .event_access ul li .green {
    font-size: 1.6rem;
    padding: 0 8px;
    margin: 0 3px;
  }
  .Seminar .ann_wrap {
    margin: 15px 0;
    padding: 8px;
  }
  .Seminar .ann_wrap p {
    font-size: 1.6rem;
  }
  .Seminar .ann_wrap ul li {
    font-size: 1.3rem;
  }
}
@media (max-width: 400px) {
  .Seminar .instructorBox figure img {
    width: 55%;
  }
}
@media (max-width: 360px) {
  .Seminar .large_anch li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 359px) {
  .Seminar .infoBox h2 {
    font-size: 2rem;
  }
  .Seminar .infoBox h2 span {
    font-size: 1.3rem;
  }
  .Seminar .highlight_txt {
    width: 30%;
    font-size: 1.8rem;
    justify-content: center;
    padding: 7px 0 9px;
  }
}
/*=====================*/
/*seminar_wrap
=======================*/
.Seminar .seminar_wrap {
  padding-bottom: 50px;
}
.Seminar .seminar_wrap h2 {
  position: relative;
}
.Seminar .seminar_wrap h2 .speechBubble {
  position: absolute;
  top: -40px;
  right: 28%;
  display: block;
  margin-bottom: 20px;
  padding: 10px 13px;
  border: 2px solid #00AA83;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #04878f;
}
.Seminar .seminar_wrap h2 .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 14%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #00AA83 transparent transparent;
  transform: rotate(27deg);
  translate: -50% 100%;
}
.Seminar .seminar_wrap h2 .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 15%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  transform: rotate(27deg);
  translate: calc(-50% - 0.4px) 100%;
}
.Seminar .seminar_wrap .schedule_ul {
  /*max-width: 880px;*/
	display: flex;
	justify-content: center;
  margin: 0 auto;
	gap:20px;
}
.Seminar .seminar_wrap .scheduleItem {
  background: #fff;
  border: 2px solid #00AA83;
  border-radius: 15px;
  transition: .3s;
  overflow: hidden;
	width: 350px;
}
/*.Seminar .seminar_wrap .scheduleItem:nth-of-type(n+2) {
  margin-top: 12px;
}*/
.Seminar .seminar_wrap .scheduleItem a {
  /*display: flex;
  min-height: 100px;*/
    display: block;
    min-height: 0;
	padding: 10px 0 0;
}
.Seminar .seminar_wrap .scheduleItem .timeBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00AA83;
  font-size: 1.6rem;
  font-weight: bold;
	position: relative;
}
  .Seminar .seminar_wrap .scheduleItem .timeBlock::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background: #00AA83;
  }
.Seminar .seminar_wrap .scheduleItem .schedule__contents {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px 10px 0;
	 flex-direction: column-reverse;
}
.Seminar .seminar_wrap .scheduleItem .schedule__contents .txtBlock .schedule_tit {
  margin-top: 2px;
  color: #00AA83;
  font-size: 2.2rem;
  font-weight: bold;
}
.Seminar .seminar_wrap .scheduleItem .schedule__contents .txtBlock .schedule_detail {
  margin-top: 3px;
  color: #525252;
  font-size: 1.8rem;
}
.Seminar .seminar_wrap .scheduleItem .schedule__contents figure {
  position: relative;
  width: 170px;
}
.Seminar .seminar_wrap .scheduleItem .schedule__contents figure figcaption {
  position: absolute;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
  text-align: right;
  right: 4px;
  bottom: 2px;
  /*padding-left: 12px;*/
  font-size: 1.1rem;
  font-weight: bold;
}
.Seminar .seminar_wrap .scheduleItem .schedule__app {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #00AA83;
}
.Seminar .seminar_wrap .scheduleItem .schedule__app span {
  position: relative;
}
.Seminar .seminar_wrap .scheduleItem .schedule__app span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (min-width: 768px) {
  .Seminar .seminar_wrap .scheduleItem:hover {
    transform: scale(.95);
    transition: .3s;
  }
  .Seminar .seminar_wrap .scheduleItem .timeBlock .between {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  .Seminar .seminar_wrap .scheduleItem .schedule__contents {
    width: 100%;
  }

}
@media (max-width: 767.98px) {
	.Seminar .seminar_wrap .schedule_ul {
  /*max-width: 880px;*/
	display: flex;
	justify-content: center;
		flex-wrap: wrap;
  margin: 0 auto;
	gap:20px;
}
  .Seminar .seminar_wrap {
    padding-bottom: 10px;
  }
  .Seminar .seminar_wrap h2 .speechBubble {
    top: -58px;
    right: 5%;
  }
  .Seminar .seminar_wrap .scheduleItem a {
    display: block;
    min-height: 0;
  }
  .Seminar .seminar_wrap .scheduleItem .timeBlock {
    position: relative;
    margin-top: 8px;
    font-size: 1.3rem;
  }

  .Seminar .seminar_wrap .scheduleItem .schedule__contents {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 10px 10px 17px;
  }
  .Seminar .seminar_wrap .scheduleItem .schedule__contents .txtBlock .schedule_tit {
    /*margin-top: 5px;*/
    font-size: 2rem;
  }
  .Seminar .seminar_wrap .scheduleItem .schedule__contents .txtBlock .schedule_detail {
    /*margin-top: 5px;*/
    font-size: 1.4rem;
  }
  .Seminar .seminar_wrap .scheduleItem .schedule__contents figure {
    width: 200px;
  }
  .Seminar .scheduleItem .schedule__app {
    padding: 11px 15px;
  }
  .Seminar .seminar_wrap .scheduleItem .schedule__app span::after {
    top: 52%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
/*=====================*/
/*announce
=======================*/
.announce {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 35px 0 20px;
  margin: 10px auto 30px;
  color: #e63030;
  background-color: #fff;
  width: 60%;
  border-radius: 20px;
  letter-spacing: 2.5px;
  line-height: 1.8;
  position: relative;
}
.announce span {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  background: #e63030;
  color: #fff;
  padding: 2px 35px;
  border-radius: 30px;
}
/*.announce span::before,
.announce span::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 28px;
  height: 2px;
  background-color: #00AA83;
}
.announce span::before {
  left: -20%;
  transform: rotate(-120deg);
}
.announce span::after {
  right: -20%;
  transform: rotate(120deg);
}*/
@media (max-width: 767.98px) {
  .announce {
    font-size: 1.5rem;
    padding: 18px 5px 10px;
    margin: 5px auto 20px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    width: 95%;
  }
  .announce span {
    padding: 2px 25px;
    top: -17px;
    width: max-content;
  }
  /*.announce span::before,
  .announce span::after {
    top: 8px;
    width: 22px;
  }*/
}
/*=====================*/
/*コマ情報準備中表示(リンク開通時はコメントアウト)
=======================*/
/*.Seminar .seminar_wrap .disabled {
  filter: grayscale(1);
}*/
/*.Seminar .seminar_wrap .disabled {
  border: 2px solid #707070;
}
.Seminar .seminar_wrap .disabled .schedule__app {
  background-color: #707070;
}
@media print, screen and (min-width: 768px) {
  .Seminar .seminar_wrap .disabled {
    pointer-events: none;
  }
}*/
/*
.Seminar .seminar_wrap .disabled .timeBlock {
  color: #707070;
}
.Seminar .seminar_wrap .disabled .schedule__contents .txtBlock .schedule_tit {
  color: #707070;
}
@media print, screen and (min-width: 768px) {
  .Seminar .seminar_wrap .disabled .schedule__contents .txtBlock {
    border-left: 2px solid #707070;
  }
}
@media (max-width: 767.98px) {
  .Seminar .seminar_wrap .disabled .timeBlock::after {
    background-color: #707070;
  }
}*/
/*=====================*/
/*photos
=======================*/
.photos {
  padding: 50px 0 20px;
}
.photos h2 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin: 0;
}
.photos h2::after {
  position: absolute;
  content: "";
  background-color: #4a9b4e;
  width: 326px;
  height: 6px;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}
.slider_wrap {
  position: relative; /*slick-arrow用の基準範囲として設定*/
  max-width: 950px; /*値は適宜調整*/
  margin: 0px auto;
  padding: 50px 0 25px;
  overflow: visible;
}
.slider {
  padding: 0;
}
.slider_item figure {
  position: relative; /*figcaption用の基準範囲として設定*/
  height: 206px;
}
.slider_item figure img {
  width: 100%;
}
.photos p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0;
}
/*---arrow---*/
.slider_wrap .slick-arrow {
  position: absolute; /*slider_wrapの範囲内で絶対配置*/
  top: 55%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.slider_wrap .slick-arrow.slick-prev {
  left: -60px;
}
.slider_wrap .slick-arrow.slick-next {
  right: -60px;
}
/*-----------*/
@media print, screen and (min-width: 768px) {
  .slider .slider_item {
    margin: 0 20px;
  }
  .slider_wrap .slick-arrow:hover {
    opacity: .7; /*arrowをhoverしたときに透明度を下げる*/
  }
}
@media print, screen and (max-width: 767.98px) {
  .photos {
    padding: 30px 0;
  }
  .photos h2 {
    font-size: 2.3rem;
  }
  .photos h2::after {
    width: 184px;
    height: 3px;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider_wrap {
    max-width: 100%;
    padding: 30px 50px 0;
  }
  .slider_wrap .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .slider_wrap .slick-arrow.slick-prev {
    left: 3px;
  }
  .slider_wrap .slick-arrow.slick-next {
    right: 3px;
  }
}
/*@media print, screen and (max-width: 767.98px) {
  .photos {
    padding: 30px 0;
  }
  .photos h2 {
    font-size: 2.3rem;
  }
  .photos h2::after {
    width: 184px;
    height: 3px;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .photos ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px 0 25px;
}
.photos ul li {
  max-width: 280px;
  text-align: center;
  font-weight: 700;
}
.photos ul li p {
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width:767.98px) {
  
  .photos ul {
    align-items: center;
    gap: 20px;
    max-width: 550px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 50px 0 0;
  }
  .photos ul li {
    max-width: 250px;
  }
  .photos ul li p {
    line-height: 1.2;
    margin-top: 5px;
  }
}

@media screen and (max-width:370px) {
  .photos ul li {
    max-width: 200px;
  }
}*/
/*=====================*/
/*banner_wrap
=======================*/
.banner_wrap {
  max-width: 1160px;
  margin: 65px auto 0;
  /*text-align: center;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.banner_wrap img {
  max-width: 560px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
}
.banner_wrap .briefing_bn img {
  max-width: 900px;
}
.banner_wrap a {
  display: inline-block;
}
@media (min-width: 768px) {
  /*.banner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }*/
  .banner_wrap a:hover img {
    opacity: .7;
  }
}
@media screen and (max-width:767.98px) {
  .banner_wrap {
    margin: 10px auto 0;
    width: 100%;
    gap: 15px;
  }
  .banner_wrap .bn_item {
    width: 95%;
  }
  .banner_wrap .look_deskArea {
    width: 95%;
  }
  .banner_wrap .look_desk_wrap {
    width: 100%;
  }
  .banner_wrap a {
    /*margin: 0 20px;*/
    text-align: center;
  }
  .banner_wrap a + a {
    margin-top: 20px;
  }
  .banner_wrap img {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15);
  }
  .banner_wrap img {
    width: 100%;
  }
  .banner_wrap .tabinakama_bn {
    text-align: center;
  }
}
/*=====================*/
/*look_deskArea
===========================*/
.look_deskArea {
  width: 800px;
  border: 2px solid #d9d9d9;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(1) {
  color: #ac2931;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.0;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(2) {
  color: #ac2931;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.3;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(3) {
  color: #000;
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 1.3;
}
.look_deskArea .look_desk_wrap .look_desk_btn li a {
  display: block;
  color: #fff;
  background-color: #194d9d;
  border: 2px solid #194d9d;
  border-radius: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, .1);
  position: relative;
}
.look_deskArea .look_desk_wrap .look_desk_btn li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.look_deskArea .look_desk_wrap .look_desk_btn li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .look_deskArea .look_desk_wrap {
    display: flex;
    background: url("/med/briefing/sendai20260613/img/look_desk_bg_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    width: 800px;
    width: 100%;
    height: 190px;
    justify-content: center;
    align-items: center;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt {
    width: 58%;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn {
    width: 37%;
    margin-left: 10px;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a:hover {
    color: #194d9d;
    background-color: #fff;
    box-shadow: none;
    transition: .45s;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a:hover::before {
    border-right: 3px solid #194d9d;
    border-bottom: 3px solid #194d9d;
    transition: .45s;
  }
}
@media screen and (max-width:767.98px) {
  .look_deskArea {
    width: 90%;
  }
  .look_deskArea .look_desk_wrap {
    background: url("/med/briefing/sendai20260613/img/look_desk_bg_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8px 0 12px;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 97%;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn {
    margin: 20px 0 0;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(1) {
    font-size: 2.3rem;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(2) {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(3) {
    font-size: 1.2rem;
    letter-spacing: -0.8px;
    margin-top: 8px;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a {
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 12px 0;
    width: 85%;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li + li {
    margin-top: 12px;
  }
}
@media screen and (max-width:355px) {
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(1) {
    font-size: 1.8rem;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(2) {
    margin-top: 2px;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(3) {
    margin-top: 2px;
  }
}
/*=====================*/
/*miniBanner_wrap
===========================*/
.miniBanner_wrap {
  margin-top: 65px;
  padding: 10px 30px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
.miniBanner_wrap h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .miniBanner_wrap {
    margin-top: 40px;
  }
  .miniBanner_wrap h2 {
    font-size: 2.1rem;
  }
}
/*=====================*/
/*area_button
===========================*/
.area_button {
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap {
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before, .area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit {
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
  font-weight: 700;
}
.area_button__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li {
  width: 100%;
}
.area_button__link li a {
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
.redtext {
  color: #cc0d21;
}
@media screen and (min-width:768px) {
  .area_button__link li {
    max-width: 138px;
  }
  .area_button__link li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width : 767px), print {
  .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li {
    margin-bottom: 5px;
  }
  .area_button__link li:last-of-type {
    margin-bottom: 0;
  }
}
/*=====================*/