@charset "UTF-8";
/*-----▼color-----*/
/*-----▲colorここまで-----*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 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;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  color: #333;
  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;
}

.-btn01 {
  display: inline-block;
  text-align: center;
}

.-btn01 > .-btn01_link {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  color: #4b9c47;
  letter-spacing: 0.05em;
  background-color: #ffe443;
  border-radius: 50px;
  padding: 15px 25px 15px 30px;
  box-shadow: 3px 3px 0px #71a566;
}

@media (max-width: 767px) {
  .-btn01 > .-btn01_link {
    font-size: 1.5rem;
    padding: 15px 10px 15px 15px;
  }
}

.-btn01 > .-btn01_link:hover {
  box-shadow: 0px 0px 0px #71a566;
  transform: translate(3px, 3px);
  text-decoration: none;
  transition: .5s ease;
}

.-btn01 > .-btn01_link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #4b9c47;
  transform: translateY(-20%);
  margin-left: 15px;
}

@media (max-width: 767px) {
  .-btn01 > .-btn01_link::after {
    transform: translateY(0%);
    margin-left: 10px;
  }
}

.-ttl01 {
  display: inline-block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #4b9c47;
  letter-spacing: 0.05em;
  background-color: #ffe443;
  border-radius: 20px;
  padding: 10px 40px;
}

@media (max-width: 767px) {
  .-ttl01 {
    border-radius: 50px;
  }
}

.-ttl02 {
  display: inline-block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #4b9c47;
  letter-spacing: 0.05em;
  background-color: #ffe443;
  border-radius: 20px;
  padding: 10px 40px;
}

@media (max-width: 767px) {
  .-ttl02 {
    border-radius: 50px;
  }
}

.-ttl_grn {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #61a260;
  padding: 8px 35px;
  position: relative;
}

@media (max-width: 767px) {
  .-ttl_grn {
    font-size: 1.5rem;
    width: 60%;
    padding: 10px 30px;
  }
}

.-ttl_grn::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30%;
  right: -3%;
}

@media (max-width: 767px) {
  .-ttl_grn::after {
    top: -20%;
    right: -2%;
  }
}

.-ttl_pink {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #dc7d7d;
  padding: 8px 35px;
  position: relative;
}

@media (max-width: 767px) {
  .-ttl_pink {
    font-size: 1.5rem;
    width: 60%;
    padding: 10px 30px;
  }
}

.-ttl_pink:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30%;
  right: -3%;
}

@media (max-width: 767px) {
  .-ttl_pink:after {
    top: -20%;
    right: -2%;
  }
}

.-box_main {
  box-sizing: border-box;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}

.OS_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #61a260;
  line-height: 0.81;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px 0 20px;
}

@media (max-width: 767px) {
  .OS_ttl {
    font-size: 1.6rem;
    margin: 20px 0 15px;
    flex-direction: column;
    line-height: 1.21;
  }
}

.OS_ttl::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  padding-top: 50px;
  background: url(../img/icon_video.png) center center no-repeat;
  background-size: contain;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .OS_ttl::before {
    width: 51px;
    height: 51px;
    background: url(../img/icon_video_sp.png) center center no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.OS_txt_01, .OS_txt_02 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding: 0 15px;
  max-width: 920px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .OS_txt_01, .OS_txt_02 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }
}

.-redTxt {
  color: #ff1000;
  font-weight: bold;
}

.-sec_ttl {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.3;
  color: #717171;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .-sec_ttl {
    font-size: 4rem;
  }
}

.-sec_ttl::before {
  content: "";
  display: block;
  height: 27px;
  background: url(../img/icon_step.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .-sec_ttl::before {
    height: 36px;
    background: url(../img/icon_step_sp.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
}

.howto_ul__li {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
}

@media (max-width: 767px) {
  .howto_ul__li {
    flex-direction: column;
    border-radius: 200px 200px 0 0;
    line-height: 1.7;
  }
}

.howto_ul__li:not(:last-of-type) {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .howto_ul__li:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.howto_ul__li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(../img/icon_sankaku01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
}

@media (max-width: 767px) {
  .howto_ul__li:not(:last-of-type)::after {
    width: 41px;
    height: 25px;
    background: url(../img/icon_sankaku01_sp.png) center center no-repeat;
    background-size: contain;
    bottom: -70px;
    transform: translateX(-50%);
  }
}

.howto_ul__li:first-of-type {
  background-color: #feffd9;
}

.howto_ul__li:last-of-type {
  background-color: #ffe443;
}

.howto_ul__li .-step_num {
  width: 120px;
  align-self: center;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_num {
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.howto_ul__li .-step_num span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_num span {
    font-size: 3rem;
  }
}

.howto_ul__li dl {
  width: 50%;
  align-self: center;
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .howto_ul__li dl {
    font-size: 1.4rem;
    width: 75%;
    margin: 0;
    padding-bottom: 15px;
  }
}

.howto_ul__li dl dt {
  color: #61a260;
  font-size: 1.6rem;
}

.howto_ul__li dl dd {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .howto_ul__li dl dd {
    letter-spacing: 0.02em;
  }
}

.howto_ul__li dl dd span {
  display: block;
}

@media (max-width: 767px) {
  .howto_ul__li dl dd span {
    font-size: 1.4rem;
  }
}

.howto_ul__li .-step_fig {
  position: relative;
  width: 250px;
  align-self: center;
  border-left: 1px solid #dfdfdf;
  margin-left: auto;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_fig {
    width: 110%;
    height: 100%;
    margin: 0;
    border: 1px solid #dfdfdf;
  }
}

.howto_ul__li .-step_fig > img {
  height: 142px;
}

.-btn_zoom {
  position: absolute;
  top: 49.4%;
  right: -9.9%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .-btn_zoom {
    top: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.-btn_zoom:after {
  content: "拡大する";
  position: absolute;
  top: 55px;
  display: block;
  right: -20px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .-btn_zoom:after {
    top: 40px;
    right: -60px;
    font-size: 1.2rem;
  }
}

.-btn_zoom > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/bg_pattern02.png) center center;
  display: block;
  box-shadow: 4px 4px 0px #d4d4d4;
}

@media (max-width: 767px) {
  .-btn_zoom > a {
    width: 70px;
    height: 70px;
  }
}

.-btn_zoom > a:hover {
  box-shadow: 0px 0px 0px #d4d4d4;
  transform: translate(4px, 4px);
  text-decoration: none;
  transition: .5s ease;
}

.-btn_zoom > a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .-btn_zoom > a span {
    width: 65px;
    height: 65px;
  }
}

.-btn_zoom > a span img {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.-icon_zoom::after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/icon_zoom.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .-icon_zoom::after {
    width: 50px;
    height: 57px;
    background: url(../img/icon_zoom_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.-day_ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  transform: translateX(7%);
}

.-day_ul__li {
  width: 33%;
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 767px) {
  .-day_ul__li {
    width: 45%;
  }
}

.-day_ul__li a {
  position: relative;
}

.-day_ul__li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 70%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3c3c3c;
}

.-day_ul__li a span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .-day_ul__li a span {
    font-size: 1.4rem;
  }
}

.-day_ul__li a span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #61a260;
  -webkit-transform: translateY(-20%);
  transform: translateY(-30%);
  margin-right: 10px;
}

.-day_ul__li a span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #3c3c3c;
  -webkit-transform: translateY(-20%);
  transform: translateY(-30%);
  margin-left: 5px;
}

.-day_ul__li a:hover {
  text-decoration: none;
}

.-day_ul__li a:hover::after {
  background-color: #61a260;
}

.-day_ul__li a:hover span {
  font-weight: 500;
  color: #61a260;
}

.-day_ul__li a:hover span::after {
  border-top: 7px solid #61a260;
}

.course_ul {
  max-width: 916px;
  margin: 0 calc(50% - 458px);
}

@media (max-width: 960px) {
  .course_ul {
    margin: 0 calc(-7vw - 25px);
  }
}

@media (max-width: 767px) {
  .course_ul {
    margin: 0;
  }
}

.course_ul__li:nth-of-type(even) {
  margin-top: 10px;
}

.course_ul__li:nth-of-type(even) .-course {
  background-color: #f7fdd4;
}

.course_ul__li:not(:last-of-type) {
  margin-bottom: 10px;
}

.course_ul__li .-course {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  background-color: #f1fce7;
  border-radius: 100px;
  display: flex;
  border: 3px solid #ffe443;
}

@media (max-width: 767px) {
  .course_ul__li .-course {
    flex-direction: column;
    border-radius: 20px;
  }
}

.course_ul__li .-course .bg_pink {
  background-color: #fff6f6;
}

.course_ul__li .-course:hover {
  cursor: pointer;
  text-decoration: none;
  animation: simple_square_btn4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes simple_square_btn4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.course_ul__li .-course__time {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  border-right: 1px solid #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .course_ul__li .-course__time {
    width: auto;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: none;
    margin: 10px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .course_ul__li .-course__time::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background-color: #282828;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.course_ul__li .-course__contents {
  width: 90%;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents {
    width: 100%;
  }
}

.course_ul__li .-course__contents .img_sp {
  margin: 13px 15px 0 15px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_sp {
    display: block;
  }
}

.course_ul__li .-course__contents .img_sp img {
  width: 100%;
}

.course_ul__li .-course__contents dl {
  align-self: flex-start;
  margin: 13px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
}

.course_ul__li .-course__contents dl dt {
  font-size: 1.8rem;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt {
    font-size: 1.4rem;
  }
}

.course_ul__li .-course__contents dl dt .br_sp {
  display: none;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt .br_sp {
    display: block;
  }
}

.course_ul__li .-course__contents dl dd {
  display: flex;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dd {
    font-size: 1.3rem;
  }
}

.course_ul__li .-course__contents dl dd span {
  display: block;
}

.course_ul__li .-course__contents .img_pc {
  min-width: 170px;
  margin-top: 5px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_pc {
    display: none;
  }
}

.course_ul__li .-course__contents .img_pc img {
  width: 170px;
  height: 127px;
}

.course_ul__li .-course__app {
  font-size: 1.6rem;
  width: 200px;
  font-weight: 600;
  margin-left: auto;
  background-color: #ffe443;
  border-radius: 0 90px 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .course_ul__li .-course__app {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .course_ul__li .-course__app .br_pc {
    display: none;
  }
}

.course_ul__li .-course__app::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #282828;
  margin-left: 10px;
}

.course_ul__li .-course02 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  background-color: #fff6f6;
  border-radius: 100px;
  display: flex;
  border: 3px solid #ffe443;
}

@media (max-width: 767px) {
  .course_ul__li .-course02 {
    flex-direction: column;
    border-radius: 20px;
  }
}

.course_ul__li .-course02 .bg_pink {
  background-color: #fff6f6;
}

.course_ul__li .-course02:hover {
  cursor: pointer;
  text-decoration: none;
  animation: simple_square_btn4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes simple_square_btn4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.course_ul__li .-course02__time {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  border-right: 1px solid #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__time {
    width: auto;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: none;
    margin: 10px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .course_ul__li .-course02__time::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background-color: #282828;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.course_ul__li .-course02__contents {
  width: 90%;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents {
    width: 100%;
  }
}

.course_ul__li .-course02__contents .img_sp {
  display: none;
  margin: 13px 15px 0 15px;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents .img_sp {
    display: block;
  }
}

.course_ul__li .-course02__contents .img_sp img {
  width: 100%;
}

.course_ul__li .-course02__contents dl {
  align-self: flex-start;
  margin: 13px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
}

.course_ul__li .-course02__contents dl dt {
  font-size: 1.8rem;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dt {
    font-size: 1.4rem;
  }
}

.course_ul__li .-course02__contents dl dt .br_sp {
  display: none;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dt .br_sp {
    display: block;
  }
}

.course_ul__li .-course02__contents dl dd {
  display: flex;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dd {
    font-size: 1.3rem;
  }
}

.course_ul__li .-course02__contents dl dd span {
  display: block;
}

.course_ul__li .-course02__contents .img_pc {
  margin-top: 5px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents .img_pc {
    display: none;
  }
}

.course_ul__li .-course02__contents .img_pc img {
  width: 170px;
  height: 127px;
}

.course_ul__li .-course02__app {
  font-size: 1.6rem;
  width: 200px;
  font-weight: 600;
  margin-left: auto;
  background-color: #ffe443;
  border-radius: 0 90px 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__app {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .course_ul__li .-course02__app .br_pc {
    display: none;
  }
}

.course_ul__li .-course02__app::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #282828;
  margin-left: 10px;
}

.course_ul__li.course_closed .-course:hover {
  cursor: default;
  animation: none;
}

.course_ul__li.course_closed .-course__app::after {
  content: none;
}

.-note_box {
  text-align: left;
  letter-spacing: 0.025em;
  color: #3c3c3c;
  padding-bottom: 40px;
}

.-note_box .-note_tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .-note_box .-note_tit {
    font-size: 1.5rem;
  }
}

.-note_box .-note_li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .-note_box .-note_li {
    font-size: 1.3rem;
  }
}

.-access__contents {
    margin-bottom: 20px;
  }
.-access__contents .map_pc img {
width: 300px;
margin-left: 15px;
border: 1px Solid #666;
}
  .-access__contents dl {
    display: flex;
    font-size: 1.4rem;
    text-align: left;
  }
  .-access__contents .map_sp {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .-access__contents .map_pc img {
    display: none;
    width: 100%;
    }
  .-access__contents .map_sp {
    display: block;
    margin-bottom: 10px;
    border: 1px Solid #666;
  }
}
  
  @media (max-width: 767px) {
    .-access__contents dl {
      font-size: 1.3rem;
    }
  }
  
  .-access__contents dl dt {
    font-size: 1.8rem;
    color: #3c3c3c;
    line-height: 1.3;
    padding-bottom: 3px;
  }
  
  @media (max-width: 767px) {
    .-access__contents dl dt {
      color: #3c3c3c;
      font-size: 1.5rem;
      line-height: 1.6;
    }
  }
  
  .-access__contents dl dt span {
    font-size: 1.5rem;
    margin-left: 8px;
  }
  
  @media (max-width: 767px) {
    .-access__contents dl dt span {
      color: #3c3c3c;
      font-size: 1.3rem;
    }
  }
  
  .-access__contents dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  
  @media (max-width: 767px) {
    .-access__contents dl dd {
      font-size: 1.3rem;
    }
  }
  
  .-access__contents dl dd span {
    font-weight: bold;
  }
  
  .-access__contents .right img {
    width: 200px;
    float: right;
  }
  
  .-access__contents .query {
    margin-bottom: 5px;
    line-height: 1.7;
  }
  
  @media (max-width: 767px) {
    .-access__contents .query {
      font-size: 1.4rem;
      line-height: 1.6;
    }
  }
  
  @media (max-width: 767px) {
    .-access__contents .query span {
      font-size: 1.2rem;
      padding: 2px 25px;
    }
  }
  
  .-access__contents .query .date {
    font-size: 1.9rem;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  
  .-access__contents .query .dom {
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #4b9c47;
    padding: 3px 24px;
    margin-bottom: 3px;
    float: left;
    margin-top: 4px;
  }
  
  .thirdContents .-access__contents .query .dom {
    background-color: #4fa8c9;
  }
  
  
  .-access__contents .text {
    margin-bottom: 19px;
  }
  
  .-access__contents .text .-note_text {
    position: relative;
    display: inline-block;
    margin: 10px 0 6px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    /*width: 100%;*/
    background: #4b9c47;
  }
  .thirdContents .-access__contents .text .-note_text {
      background: #4fa8c9;
  }
  .-access__contents .text .-note_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 6px solid #4b9c47;
  }
  .thirdContents .-access__contents .text .-note_text:before {
    border-top: 6px solid #4fa8c9;
  }
  
  
  .-access__contents .text .-note_text .-note_text_p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #4b9c47;
    font-weight: bold;
  }

/*.wrapper {
	padding-bottom: 30px;
	background: #fffade;
}*/
/*.bgWhite {
	background: #fff;
}*/


.-pagetop {
  display: inline-block;
  width: 100%;
  max-width: 1120px;
  position: sticky;
  bottom: 30px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.-pagetop .-pagetop_btn {
  width: 69px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  margin-right: 6%;
  cursor: pointer;
  transition: .5s ease;
  pointer-events: auto;
}

.-pagetop img {
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .-pagetop .-pagetop_btn {
    width: 50px;
  }
}

.-pagetop.-show {
  opacity: 1;
}

.-pagetop.-transition500 {
  transition: .5s ease;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-se {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-se {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .sp-se {
    display: block !important;
  }
}

.-event_none {
  pointer-events: none;
}

.-pad_tb5 {
  padding: 5px 0;
}

.-pad_tb10 {
  padding: 10px 0;
}

.-pad_tb15 {
  padding: 15px 0;
}

.-pad_tb20 {
  padding: 20px 0;
}

.-f_center {
  display: flex;
  justify-content: center;
}

.-f_around {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.-f_between {
  display: flex;
  justify-content: space-between;
}

.-box_916 {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}

.-box_830 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.disp_block {
  display: block !important;
}

.disp_inline {
  display: inline !important;
}

.-txt_yelw {
  color: #ffc000;
}

.-txt_pink {
  color: #e981e5;
}

.-txtsz_12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.-txtsz_24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.-txt_under {
  position: relative;
}

.-txt_under::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #3c3c3c;
}

.-txt_under.link_soudan {
  position: relative;
}

.-txt_under.link_soudan:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ff8243;
}

.-txt_under.link_soudan02 {
  position: relative;
}

.-txt_under.link_soudan02:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ff8243;
}

a.link_soudan {
  color: #333 !important;
  font-weight: 500;
}

a.link_soudan:hover {
  color: #ff8243 !important;
  font-weight: 500;
  text-decoration: none;
}

a.link_soudan02 {
  color: #3c3c3c !important;
  text-decoration: underline !important;
}

a.link_soudan02:hover {
  color: #ff8243 !important;
}

.max920 {
  padding: 0 15px;
  max-width: 920px;
  margin: auto;
}

img {
  vertical-align: bottom !important;
}
h1 {
  padding: 0;
}
h1 > img {
  vertical-align: bottom;
}

.contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/bg_pattern01.png)/* rgba(117, 237, 114, 0.3)*/;
/*↓大説明会用背景色↓ */ 
  /*background-color: #cff1f2;*/
/*↓通常説明会用背景色↓ */ 
  background-color: #d5fad4;
}

.firstContents {
  background: url(../img/bg_border01.png) repeat-x top;
}

.firstContents .OS_ttl {
  margin-top: 0;
}

.secondContents {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) rgba(238, 162, 154, 0.3);
}

.secondContents .OS_ttl {
  margin-top: 0;
  color: #dc7d7d;
}

.secondContents .OS_ttl::before {
  background: url(../img/icon_video02.png) center center no-repeat;
  background-size: contain;
}

.secondContents .OS_howto__inner {
  background-color: #e9c1b5;
}

.secondContents .-btn01 > .-btn01_link {
  color: #eea29a;
  box-shadow: 3px 3px 0px #eea29a;
}

.secondContents .-btn01 > .-btn01_link::after {
  border-top: 10px solid #eea29a;
}

.secondContents .-btn01 > .-btn01_link:hover {
  box-shadow: 0px 0px 0px #eea29a;
}

.secondContents .-ttl01 {
  color: #eea29a;
}

.secondContents .howto_ul__li:not(:last-of-type)::after {
  background: url(../img/icon_sankaku02.png) center center no-repeat;
  background-size: contain;
}

.secondContents .-day_ul__li a:hover::after {
  background-color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span {
  color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span::before {
  background-color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span::after {
  border-top: 7px solid #dc7d7d;
}

.secondContents .-day_ul__li a span::before {
  background-color: #dc7d7d;
}

.secondContents .howto_ul__li dl dt {
  color: #eea29a;
}

.secondContents .movie-bottom {
  background: url(../img/bg_pattern01.png) rgba(238, 162, 154, 0.3);
}

.secondContents .OS_example > .movie-more > .btn {
  background-color: #e69d84;
}

.secondContents .OS_example > .movie-more > .btn::before {
  background-color: #c8826b;
}

.secondContents .OS_example > .movie-more > .btn::after {
  background-color: #c8826b;
}

.topContents {
  text-align: center;
  font-size: 1.5rem;
  padding: 55px 0 70px 0;
  background: #fffade;
}

.topContents__topContentsTxt {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .topContents__topContentsTxt {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .topContents {
    padding: 20px 0 70px 0;
    font-size: 1.4rem;
  }
}

.topContentsTxt p:first-of-type {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .topContentsTxt p:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.tab {
  text-align: center;
  padding: 0 10px;
  /*background: url("../img/bg.jpg");*/
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .tab {
    justify-content: space-evenly;
  }
}

.tab__container {
  margin-right: 20px;
}

.tab__container:last-of-type {
  margin-right: 0;
}

.tab__container p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .tab__container p {
    font-size: 1.4rem;
  }
}

.tabBtn {
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: all linear .3s;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 2.828px 2.828px 0px 0px rgba(213, 154, 129, 0.5);
}

.tabBtn:hover {
  box-shadow: 0px 0px 0px rgba(213, 154, 129, 0.5);
  transform: translate(2.828px, 2.828px);
  text-decoration: none;
  transition: .5s ease;
}

@media (max-width: 767px) {
  .tabBtn {
    margin: 0;
    width: 100%;
    height: 60px;
  }
}

.tabBtn p {
  display: block;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .tabBtn p {
    font-size: 1.4rem;
    height: 100%;
    line-height: 60px;
  }
}

.tabBtn--left {
  background-color: #61a260;
}

.tabBtn--right {
  background-color: #dc7d7d;
}

.tabBtn .link {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.tabContainer__top {
  margin-bottom: 30px;
}

.OS_info {
  text-align: center;
}

.OS_info__btnarea {
  padding: 0 15px 35px;
}

@media (max-width: 767px) {
  .OS_info__btnarea {
    padding: 0 7% 35px;
    flex-direction: column;
  }
}

.OS_info__btnarea .-btn01:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .OS_info__btnarea .-btn01:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.OS_example {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_border01.png) repeat-x bottom rgba(255, 255, 255, 0.6);
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.OS_example > .-ttl01 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.OS_example > .-ttl02 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.OS_example > .-ttl02 {
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: 0.075em;
  padding-top: 71px;
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
}

@media (max-width: 767px) {
  .OS_example > .-ttl02 {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.075em;
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.OS_example > .-ttl02 > .sp-br {
  display: none;
}

@media (max-width: 767px) {
  .OS_example > .-ttl02 > .sp-br {
    display: block;
  }
}

.OS_example__ul {
  margin-bottom: 30px;
}

@media (max-width: 893px) {
  .OS_example__ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  .OS_example__ul {
    margin-bottom: 0;
    padding: 15px 15px 20px;
    justify-content: space-around;
  }
}

.OS_example__ul .OS_example__li {
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  max-width: 298px;
  color: #282828;
  letter-spacing: 0.075em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li {
    width: calc(50% - 10px);
    margin: 0;
    margin-top: 5px;
  }
}

.OS_example__ul .OS_example__li:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.OS_example__ul .OS_example__li > a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__fig {
    padding: 0;
  }
}

.OS_example__ul .OS_example__li__fig > img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.OS_example__ul .OS_example__li__box {
  padding: 9px 12px;
}

.OS_example__ul .OS_example__li__caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  font-weight: 500;
  margin-bottom: 5px;
  color: #282828;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: calc(22 / 14);
    line-height: 1.5;
    margin-bottom: 4px;
  }
}

.OS_example__ul .OS_example__li__ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  color: #282828;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__ttl {
    font-size: 1.2rem;
    line-height: calc(20 / 12);
  }
}

.OS_example > .movie-more {
  max-width: 916px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .OS_example > .movie-more {
    max-width: 670px;
  }
}

.OS_example > .movie-more > .btn {
  display: block;
  max-width: 375px;
  color: #fff;
  font-size: 14px;
  line-height: calc(32 / 14);
  letter-spacing: 0.075em;
  background: #96e5ca;
  border-radius: 7px;
  margin: 0 0 0 auto;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.OS_example > .movie-more > .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #84ccc4;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 7px;
}

@media (max-width: 893px) {
  .OS_example > .movie-more > .btn {
    max-width: 100%;
    margin: 0 75px;
    border-radius: 15px;
  }
  .OS_example > .movie-more > .btn::before {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .OS_example > .movie-more > .btn {
    font-size: 13px;
    line-height: calc(32 / 13);
    margin: 0 20px;
  }
}

.OS_example > .movie-more > .btn:hover {
  opacity: 0.7;
}

.OS_example > .movie-more > .btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 4px;
}

.OS_example > .OS_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.77;
  padding-bottom: 68px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 37px;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-top: 14px;
    padding-bottom: 22px;
  }
}

.OS_example > .OS_txt > .sp-br {
  display: none;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt > .sp-br {
    display: block;
  }
}

.OS_example > .OS_txt > .pc-br {
  display: block;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt > .pc-br {
    display: none;
  }
}

.OS_howto {
  padding: 0 15px 30px 15px;
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern03.png) repeat;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.OS_howto > .-sec_ttl {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .OS_howto > .-sec_ttl {
    padding-bottom: 35px;
  }
}

.OS_howto__inner {
  background-color: #d5f3a1;
  border-radius: 90px;
  padding: 40px 75px 40px 40px;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .OS_howto__inner {
    border-radius: 50px;
    padding: 50px 25px 55px 25px;
  }
}

.OS_howto__inner > .-ttl01 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.OS_howto__inner > .-ttl02 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .OS_howto__inner > .-ttl01 {
    width: 60%;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .OS_howto__inner > .-ttl02 {
    width: 60%;
    text-align: center;
    font-size: 1.8rem;
  }
}

.OS_schedule {
  padding: 0 7%;
  padding-bottom: 0;
  padding-top: 10px;
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 767px) {
  .OS_schedule {
    padding-bottom: 20px;
  }
}

.OS_schedule__inner {
  text-align: center;
  border-radius: 500px 500px 0 0;
  background: #fff;
  padding: 0 38px;
}

@media (max-width: 767px) {
  .OS_schedule__inner {
    padding: 0 15px;
  }
}

.OS_schedule__inner > .-sec_ttl {
  padding: 45px 0 30px;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl {
    padding: 30px 0 10px;
  }
}

.OS_schedule__inner > .-sec_ttl::before {
  height: 47px;
  background: url(../img/icon_calendar.png) center center no-repeat;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl::before {
    height: 35px;
    background: url(../img/icon_calendar_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.OS_schedule__inner > .-ttl01 {
  margin-bottom: 35px;
}

.OS_schedule__inner > .-ttl02 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-ttl01 {
    font-size: 1.8rem;
    width: 120%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-ttl02 {
    font-size: 1.8rem;
    width: 120%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 30px;
  }
}

.OS_schedule .course_header {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
}

.OS_schedule .course_header__ttl01 {
  width: 80px;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 1.6rem;
}

.OS_schedule .course_header__ttl02 {
  flex: 1;
  margin-right: 80px;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
}

.OS_schedule .course_header .course_date {
  font-size: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .OS_schedule .course_header .course_date {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.OS_schedule .course_header .course_date .course_subttl {
  display: block;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .OS_schedule .course_header .course_date .course_subttl {
    font-size: 1.6rem;
  }
}

.OS_schedule .course_header .course_date .course_subttl_grn {
  display: block;
  font-size: 1.8rem;
  color: #4b9c47;
}

@media (max-width: 767px) {
  .OS_schedule .course_header .course_date .course_subttl_grn {
    font-size: 1.6rem;
  }
}

.secondContents .-ttl_grn, .secondContents .-ttl_pink {
  color: #ffffff;
}

.-ttl_grn, .-ttl_pink {
  color: #ffffff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 16.3px 35px;
}

.movie-bottom {
  height: 150px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: url(../img/bg_pattern01.png) rgba(117, 237, 114, 0.3);
}

@media (min-width: 768px) {
  .contents {
    padding-bottom: 20px;
  }
  .sp-Only {
    display: none;
  }
}

.contents.soudan {
  background: url(../img/bg_pattern01.png) rgba(255, 187, 153, 0.3);
}

.contents.soudan .OS_info__btnarea {
  padding: 0 15px 20px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__btnarea {
    padding: 0 7% 20px;
  }
}

.contents.soudan .OS_info__exam {
  border-radius: 92px;
  background: #fff;
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 70px 58px 100px;
  position: relative;
}

@media (max-width: 960px) {
  .contents.soudan .OS_info__exam {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam {
    border-radius: 46px;
    margin: 0 4% 12%;
    padding: 50px 9.2% 80px;
  }
}

.contents.soudan .OS_info__exam .-ttl01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
}

.contents.soudan .OS_info__exam .-ttl02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam .-ttl01 {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam .-ttl02 {
    white-space: nowrap;
  }
}

.contents.soudan .OS_info__exam .-txt01 {
  font-size: 1.6rem;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam .-txt01 {
    font-size: 1.4rem;
  }
}

.contents.soudan .exam_ul {
  display: flex;
  justify-content: center;
  max-width: 790px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul {
    display: block;
    width: 97.8%;
  }
}

.contents.soudan .exam_ul__li {
  position: relative;
}

@media (min-width: 768px) {
  .contents.soudan .exam_ul__li {
    width: calc(100% / 3);
  }
}

.contents.soudan .exam_ul__li + li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul__li + li {
    margin-left: 0;
    margin-top: 68px;
  }
}

.contents.soudan .exam_ul__img {
  width: 80%;
  margin: 0 auto;
}

.contents.soudan .exam_ul__txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  border-radius: 40px;
  background: #ffd9a2;
  padding: 15px 0;
  position: absolute;
  bottom: -43px;
}

@media (max-width: 960px) {
  .contents.soudan .exam_ul__txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul__txt {
    line-height: 1.76;
    font-size: 1.4rem;
    padding: 11px 0;
    position: absolute;
    bottom: -43px;
  }
}

.contents.soudan .exam_ul__txt span {
  color: #ff8243;
  font-weight: bold;
}

.contents.soudan .OS_ttl {
  color: #ff8243;
}

.contents.soudan .OS_ttl::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 58px;
  padding-top: 58px;
  background: url(../img/soudan/icon_customer.png) center center no-repeat;
  background-size: contain;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_ttl::before {
    width: 43px;
    height: 51px;
    padding-top: 51px;
    background: url(../img/soudan/icon_customer_sp.png) center center no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contents.soudan .OS_txt {
  max-width: 940px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_txt {
    margin-bottom: 14.6%;
  }
}

.contents.soudan .-btn01 {
  display: inline-block;
  text-align: center;
}

.contents.soudan .-btn01_link {
  color: #ff8243;
  box-shadow: 3px 3px 0px #ff8243;
}

.contents.soudan .-btn01_link:hover {
  box-shadow: 0px 0px 0px #ff8243;
}

.contents.soudan .-btn01_link::after {
  border-top: 10px solid #ff8243;
}

.contents.soudan .-ttl01 {
  color: #ff8243;
}

.contents.soudan .-ttl02 {
  color: #ff8243;
}

.contents.soudan .OS_howto__inner {
  background-color: #ffedae;
}

.contents.soudan .howto_ul__li:not(:last-of-type)::after {
  background: url(../img/soudan/icon_sankaku02.png) center center no-repeat;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li:not(:last-of-type)::after {
    background: url(../img/soudan/icon_sankaku02_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.contents.soudan .howto_ul__li:first-of-type {
  background-color: #fff8ce;
}

.contents.soudan .howto_ul__li:last-of-type {
  background-color: #ffd9a2;
}

.contents.soudan .howto_ul__li dl dt {
  color: #ff8243;
}

.contents.soudan .howto_ul__li .-step_fig {
  border: none;
}

.contents.soudan .howto_ul__li .-step_fig figure {
  position: relative;
  border: 1px solid #dfdfdf;
}

.contents.soudan .howto_ul__li .-step_fig figure img {
  max-height: 150px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li .-step_fig figure img {
    max-height: none;
  }
}

.contents.soudan .howto_ul__li .-step_fig figure + figure {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li .-step_fig figure + figure {
    margin-top: 60px;
  }
}

.contents.soudan .howto_ul__li.howto_btn {
  min-height: 150px;
  border-radius: 100px 0 0 100px;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li.howto_btn {
    border-radius: 200px 200px 0 0;
  }
}

.contents.soudan .howto_ul__li.howto_btn figure {
  border: none;
}

.contents.soudan .-day_ul {
  max-width: 600px;
  transform: translateX(5%);
  justify-content: left;
}

@media (max-width: 767px) {
  .contents.soudan .-day_ul {
    transform: translateX(7%);
    justify-content: center;
  }
}

.contents.soudan .-day_ul__li {
  width: 25%;
}

@media (max-width: 767px) {
  .contents.soudan .-day_ul__li {
    width: 45%;
  }
}

.contents.soudan .-day_ul__li a span::before {
  background-color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover::after {
  background-color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover span {
  color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover span::after {
  border-top: 7px solid #ff8243;
}

.contents.soudan .course_ul__li:nth-of-type(even) .-course {
  background-color: #fff7d7;
}

.contents.soudan .course_ul__li .-course {
  background-color: #fffee8;
}

.contents.soudan .course_ul__li .-course.-course_closed:hover {
  cursor: default;
  animation: none;
}

.contents.soudan .course_ul__li .-course__app.-course__app_closed::after {
  content: none;
}

.contents.soudan .course_ul__li.course_closed .-course:hover {
  cursor: default;
  animation: none;
}

.contents.soudan .course_ul__li.course_closed .-course__app::after {
  content: none;
}

.contents.soudan .-note_box .-redTxt {
  color: #ff1000;
}

.course_ul__li .textBox {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.course_ul__li .textBox > p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c;
}
.text_box_internal {
  display: flex;
}
.text_box_internal > p {
  font-size: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  .course_ul__li .textBox {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
  .course_ul__li .textBox > p {
    font-size: 1.4rem;
  }
  .text_box_internal > p {
    font-size: 1.3rem;
  }
}

.imgBox {
	position: relative;
}
.caption {
	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: 6px;
  bottom: 2px;
  padding-left: 12px;
  font-size: 1.1rem;
	font-weight: bold;
}
@media print, screen and (max-width: 767px) {
	.caption {
		font-size: 1.2rem;
	}
}
.contents .imgAnnotation { 
  color: #333;
  padding: 5px;
  font-size: 12.5px;
  text-align: right;
  background: #fffade;
}
@media (max-width: 767px) {
.contents .imgAnnotation { 
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 11px;
  
  }
}
.Footer {
  margin-top: 0;
}

/*旅行大説明会*/
.course_place_anc {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.6;
  padding: 5px 30px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #1a9c52;
}
@media (min-width: 768px) {
  .course_place_area {
    display: flex;
  }
  .course_place_box {
    width: 50%;
  }
  .course_place_area .course_place_box .-day_ul {
    transform: translateX(3%);
  }
}
@media (max-width: 767px) {
  .course_place_area .course_place_box .-day_ul {
    margin-bottom: 0;
  }
}
.OS_schedule .course_header.special .course_date {
  margin-bottom: 0;
}
.OS_schedule .course_header.special .course_ttl_special {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.OS_schedule .course_header.special .course_place_special {
  color: #FFF;
  font-size: 2.0rem;;
  line-height: 1.6;
  background-color: #1a9c52;
  margin: 20px 0;
  padding: 4px 0;
}
.OS_schedule .course_header.special .course_ul + .course_place_special {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .OS_schedule .course_header.special .course_ttl_special {
    font-size: 1.8rem;
  }
  .OS_schedule .course_header.special .course_place_special {
    margin: 10px 0;
  }
  .OS_schedule .course_header.special .course_ul + .course_place_special {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
.course_ul__li .-course__contents_large {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 13px 10px;
  }
  .course_ul__li .-course__contents .textBox {
    width: calc(100% - 180px);
    margin: 0;
  }
  .course_ul__li .-course__contents .img_sp {
    display: block;
    width: 170px;
    margin: 10px 0 10px 10px;
  }
}

@media (min-width: 768px) {
	.spOnly {
		display: none;
	}
	.pvOnly {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------　LOOKJTB×旅物語 海外旅行大説明会　------------------*/
@media (min-width: 768px){
    .spOnly {
    display: none;
  }
  .look_boxarea {
  flex-direction: column;
}
  .look_left {
    display: flex;
    justify-content: space-around;
  }
  .l_img {
    width: 420px;
  }
  .look_right {
    font-size: 2.2rem;
  }
  p.red_txt {
  font-size: 2.6rem;
  margin: 12px 0;
}

.venueInfo {
  margin-top: 60px;
  padding-bottom: 18px;
  color: #707070;
}
.venueInfo .contentsInner {
	padding: 10px 10px 15px;
	background: #fff;
  margin: 25px auto 0;
}
.-access__contents {
  margin: 20px 0;
	padding: 0 10px;
}
.venueInfo h2 span {
	padding: 13px 15px 15px;
	color: #707070;
	font-size: 3.5rem;
	font-weight: bold;
}

}
@media (max-width: 767px) {
 .venueInfo {
  color: #707070;
}
 .venueInfo h2 span {
    padding: 10px 10px 12px;
    color: #707070;
    font-size: 1.7rem;
    font-weight: bold;
  }
}
.look_jtb {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) rgba(117, 237, 114, 0.3);
  background-color: #cff1f2;*/
}
p.look_tit {
	margin-top: -10px;
  text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
p.look_tit .large_logo {
  width: 70%;
}

@media (max-width: 767px) {
  p.look_tit .large_logo {
  width: 94%;
  }
}

div.logo_title{
  display: flex;
  justify-content: center;
  align-items: center;
}
div.logo_title p{
  margin: 0 40px;
}
@media (max-width: 767px) {
  div.logo_title p{
    margin: 0 20px;
  }
}
div.logo_title .tabimonogatari_logo {
  position: relative;
  width: 15%;
}
div.logo_title .tabimonogatari_logo::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% - 0px);
  left: 125%;
}
div.logo_title .tabimonogatari_logo::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
  left: 125%;
}
div.logo_title .look_logo {
  width: 15%;
}
@media (max-width: 767px) {
  div.logo_title .tabimonogatari_logo {
  width: 25%;
}
div.logo_title .tabimonogatari_logo::before{
  width: 20px;
  left: 120%;
}
div.logo_title .tabimonogatari_logo::after{
  width: 20px;
  left: 120%;
}
div.logo_title .look_logo {
  width: 25%;
}
}
svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
text {
  fill: #000;
  stroke: #FFF;
  stroke-width: 1;
  stroke-linejoin: round;
}
.thirdContents {
  background: url(../img/bg_border01.png) repeat-x top;
}

.thirdContents .OS_ttl {
  margin-top: 0;
}
.-ttl_blue {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #36a8c7;
  padding: 16.3px 35px;
  position: relative;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .-ttl_blue {
    font-size: 1.5rem;
    width: 60%;
    padding: 10px 30px;
  }
}

.-ttl_blue::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30%;
  right: -3%;
}
.OS_schedule__inner_large {
  text-align: center;
  border-radius: 500px 500px 0 0;
  background: #fff;
  padding: 60px 38px 0;
}

@media (max-width: 767px) {
  .OS_schedule__inner {
    padding: 0 15px;
  }
}

.OS_schedule__inner > .-sec_ttl {
  padding: 45px 0 30px;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl {
    padding: 30px 0 10px;
  }
}

.OS_schedule__inner > .-sec_ttl::before {
  height: 47px;
  background: url(../img/icon_calendar.png) center center no-repeat;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl::before {
    height: 35px;
    background: url(../img/icon_calendar_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.OS_schedule__inner > .-ttl01 {
  margin-bottom: 35px;
}

.OS_schedule__inner > .-ttl02 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-ttl01 {
    font-size: 1.8rem;
    width: 120%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-ttl02 {
    font-size: 1.8rem;
    width: 120%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 30px;
  }
}

section.look_contents {
  margin: 40px 3%;
  border-radius: 50px;
  line-height: 1.5;
    /*width: 100%;*/
    max-width: 1160px;
   
}

.look_boxarea {
  display: flex;
  justify-content: space-between;
  padding: 45px;
}
@media (max-width: 767px) {
  .look_boxarea {
    padding: 0;
    display: inline-block;
  }
}
.look_left {
  text-align: center;
}
.look_date {
  font-size: 6.0rem;
  font-weight: 700;
  color: #1aa8e3;
  border-bottom: 3px solid #1aa8e3;
  /*color: #1aa8e3;
  border-bottom: 3px solid #1aa8e3;*/
}
@media (max-width: 767px) {
  .look_date {
    font-size: 2.8rem;
    line-height: 26px;
  }
}
span.small_txt {
  font-size: 3.8rem;
}
span.time {
  font-size: 2.0rem;
}
@media (max-width: 767px) {
  span.small_txt {
    font-size: 2.0rem;
  }
  span.time {
    font-size: 2.0rem;
  }
}
.-f_between_large {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 0;
}
.look_place {
  display: flex;
	align-items: center;
  margin-top: 30px;
  text-align: left;
  font-size: 2.0rem;
  line-height: 1.0;
}
@media (max-width: 767px) {
  .look_place {
    display: block;
}
}
@media (max-width: 767px) {
  .look_place {
    font-size: 1.6rem;
    text-align: center;
  }
}
.skyblue_txt {
	display: flex;
	align-items: center;
  /*background-color: #E0502D;*/
  background-color: #1aa8e3;
  color: #fff;
  font-size: 2.8rem;
  padding: 10px 14px;
  margin-right: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .skyblue_txt {
    display: flex;
    font-size: 2.0rem;
    padding: 5px 11px;
    margin-right: 20px;
    width: 62px;
    margin: 10px auto;
    
  }
}
/*@media (max-width: 767px) {
 .place_txt {
    font-size: 2.8rem;
  }
}*/

.look_access {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  text-align: left;
}
.look_access .access_tit {
  margin-right: 10px;
}
.look_right {
  width: 100%;
  background-color: #fbecd9;
  /*background-color: #e8fbe6;*/
  border-radius: 40px;
  text-align: center;
  margin: 20px auto 0;
}
.look_right .skyblue_txt {
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 58px;
  margin: -20px;
}
@media (max-width: 767px) {
  .thirdContents .-ttl02 {
    font-size: 1.8rem;
    width: 115%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 30px;
  }
  }
ul.look_benefit {
  text-align: left;
  padding: 0 100px;
  margin-top: 26px;
}
ul.look_benefit li {
  position: relative;
  padding-left: 28px;
}
ul.look_benefit li+li {
  margin-top: 14px;
}
ul.look_benefit li::before {
  position: absolute;
  display: inline-block;
  content: "●";
  left: 0;
}
ul.look_benefit li::before {
  position: absolute;
  display: inline-block;
  content: "●";
  left: 0;
  top: 13%;
}
.look_benefit_p {
  margin: 20px 0;
}
span.mark_txt {
  font-size: 2.8rem;
  font-weight: 500;
  background:linear-gradient(transparent 60%, #fae54d 60%);
  padding: 0 7px;
}
p.red_txt {
  font-size: 2.8rem;
  font-weight: 600;
  color: #e31a1a;
  margin: 20px 0;
}
p.red_txt .dot_txt {
  font-size: 3.8rem;
  background-image: radial-gradient(circle at center, red 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right 1px; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.8em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
p.look_map {
  text-align: center;
  margin-bottom: 40px;
}
p.look_map img {
  border: 6px solid #E0502D;
  /*border: 6px solid #1aa8e3;*/
  border-radius: 20px;
}
.course_ul__li .-course__contents {
  width: 90%;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents {
    width: 100%;
  }
}

.course_ul__li .-course__contents .img_sp {
  margin: 13px 15px 0 15px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_sp {
    display: block;
  }
}

.course_ul__li .-course__contents .img_sp img {
  width: 100%;
}

.course_ul__li .-course__contents dl {
  align-self: flex-start;
  margin: 13px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
}

.course_ul__li .-course__contents dl dt {
  font-size: 1.8rem;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt {
    font-size: 1.4rem;
  }
}

.course_ul__li .-course__contents dl dt .br_sp {
  display: none;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt .br_sp {
    display: block;
  }
}

.course_ul__li .-course__contents dl dd {
  display: flex;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dd {
    font-size: 1.3rem;
  }
}

.course_ul__li .-course__contents dl dd span {
  display: block;
}

.course_ul__li .-course__contents .img_pc {
  min-width: 170px;
  margin-top: 5px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_pc {
    display: none;
  }
}

.course_ul__li .-course__contents .img_pc img {
  width: 170px;
  height: 127px;
}
@media (min-width: 768px) {
.course_ul__li .-course__contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 13px 10px;
  }
  .course_ul__li .-course__contents .textBox {
    width: calc(100% - 180px);
    margin: 0;
  }
  .course_ul__li .-course__contents .img_sp {
    display: block;
    width: 170px;
    margin: 10px 0 10px 10px;
  }
}
.-access__contents_large {
  margin-bottom: 20px;
  border-bottom: inset;
}
@media (max-width: 767px) {
  .-access__contents_large {
    margin-top: 20px;
  }
}

.-access__contents_large dl {
  display: flex;
  font-size: 1.4rem;
  text-align: left;
}

@media (max-width: 767px) {
  .-access__contents_large dl {
    font-size: 1.3rem;
  }
}

.-access__contents_large dl dt {
  font-size: 2.5rem;
  line-height: 1.3;
  padding-bottom: 3px;
}

.-access__contents_large .-note_text_p {
  position: relative;
  margin-left: 16px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.-access__contents_large .-note_text_p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(58deg);
  top: calc(50% - 0px);
  left: -9px;
}

.-access__contents_large .-note_text_p::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-58deg);
  top: calc(50% - 0px);
  left: 184px;
}

@media (max-width: 767px) {
  .-access__contents_large .-note_text_p {
    font-size: 1.0rem;
    margin-left: 12px;
  }

  .-access__contents_large .-note_text_p::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(58deg);
    top: calc(50% - 0px);
    left: -7px;
  }

  .-access__contents_large .-note_text_p::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-58deg);
    top: calc(50% - 0px);
    left: 120px;
  }
}
@media (max-width: 767px) {
  .-access__contents_large dl dt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.-access__contents_large dl dt span {
  font-size: 2rem;
  margin-left: 0px;
}
.-access__contents_large dl dd.txtBox {
  display: flex;
  margin-top: 10px;
  font-size: 1.9rem;
  line-height: 1.3;
  gap: 10px;
}
@media (max-width: 767px) {
  .-access__contents_large dl dd.txtBox {
    display: block;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .-access__contents_large dl dt span {
    font-size: 1.3rem;
  }
}

.-access__contents_large dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .-access__contents_large dl dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.-access__contents_large dl dd span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .-access__contents_large dl dd span {
    min-width: 85px;
    font-size: 1.2rem;
  }
}

.-access__contents_large .right img {
  width: 200px;
  float: right;
}

.-access__contents_large .query {
  margin: 15px 0 10px;
  display: flex
}

@media (max-width: 767px) {
  .-access__contents_large .query {
    font-size: 1.4rem;
    line-height: 1.6;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .-access__contents_large .query span {
    font-size: 1.2rem;
    padding: 0  px;
  }
}

.-access__contents_large .query .date {
  padding-left: 10px;
	line-height: 1.3;
  font-size: 4.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .-access__contents_large .query .date_address {
    line-height: 1.6px;
  }
}

@media (max-width: 767px) {
  .-access__contents_large .query .date {
    padding-left: 0px;
    font-size: 2.0rem;
  }
}

/*.-access__contents_large .query .address {
  padding-left: 10px;
	line-height: 1.3;
  font-size: 2.0rem;
  font-weight: bold;
}*/

@media (max-width: 767px) {
  .-access__contents_large .query .address {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .-access__contents_large .query .address {
    font-size: 1.2rem;
  }
}

.-access__contents_large .query .dom {
  display: flex;
	align-items: center;
	max-width: 160px;
  margin-top:4px;
  margin-bottom: 3px;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #4b9c47;
}
@media (max-width: 767px) {
  .-access__contents_large .query .dom {
    margin-top:0px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .-access__contents_large .query .dom {
    font-size: 1.2rem;
    margin-top:3px;
    padding: 5px;
    height: 20px
  }
}
.-access__contents_large .text {
  margin-bottom: 19px;
}

.-access__contents_large .text .-note_text {
  position: relative;
  display: inline-block;
  margin: 10px 0 6px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  /*width: 100%;*/
  background: #4b9c47;
}

.-access__contents_large .text .-note_text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 6px solid #4b9c47;
}

.-access__contents_large .text .-note_text .-note_text_p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #4b9c47;
  font-weight: bold;
}

/*.-access__contents_large dl dd.businessHours {
  font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -1px;
}*/

@media (max-width: 767px) {
  .-access__contents_large dl dd.businessHours {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .-access__contents_large .map_pc {
    display: none;
  }
}

.-access__contents_large .map_pc img {
  width: 300px;
  margin-left: 15px;
  border: 1px Solid #666;
}

@media (max-width: 767px) {
  .-access__contents_large .map_pc02 {
    display: none;
  }
}

.-access__contents_large .map_sp {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .-access__contents_large .map_sp {
    display: block;
    margin-bottom: 10px;
    border: 1px Solid #666;
  }
}

.large_anch {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.large_anch li a {
  background: #1aa8e3;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
}
.seminar_wrap {
  margin-top: 70px;
}
.table_h {
  background: #1aa8e3;
  color: #fff;
  font-weight: 700;
  padding: 10px 40px;
}
.reserveTxt_large {
  margin: 20px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.smn_info {
  font-weight: 500;
}
.areaTable .tit_01 {
  border-bottom: none!important;
}
.areaTable .tit_02 {
  border-top: 2px dashed #b4dbdb!important;
}
@media (min-width: 768px) {
  .large_anch {
    width: 80%;
  }
  .large_anch li a {
    font-size: 1.4rem;
    border: 3px solid #1aa8e3;
    padding: 10px 40px;
  }
  .large_anch li a:hover {
    background: #fff;
    color: #1aa8e3;
    border: 3px solid #1aa8e3;
  }
  .look_right + .look_right {
    margin-top: 40px;
  }
}


@media (max-width: 767px) {
  .seminar_wrap {
    margin-top: 50px;
  }
  .large_anch {
    flex-direction: column;
  }
  .large_anch li a {
    font-size: 1.6rem;
    background: #1aa8e3;
    padding: 4px 20px;
  }
  .large_anch li + li {
    margin-top: 12px;
  }
  .look_benefit_p {
    margin: 20px 10px;
  }
  .reserveTxt_large {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
  /*.areaTable {
    width: 700px!important;
  }
  .sp_scroll {
    margin: 0 10px;
  }
  .tbl_wrap {
    overflow: auto;
  }*/
}
@media (max-width: 360px) {
  .large_anch li a {
    font-size: 1.4rem;
  }
}

/*----------スケジュール流用部分----------*/

/*otherFeaturesArea
=======================*/
.otherFeaturesArea {
	max-width: 1160px;
	margin: 50px auto 30px;
}
.otherFeaturesArea h2 {
	margin: 0;
	/*color: #47a572;*/
	text-align: center;
	font-size: 3rem;
  font-weight: bold;
}
.otherFeaturesArea h2 span {
	position: relative;
}
.otherFeaturesArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.otherFeaturesArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

.featuresBox_wrap {
	margin-top: 30px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.featuresBox {
	display: flex;
  justify-content: center;
  gap: 40px;
  margin: 10px 0;
}
.featuresBox a {
	display: inline-block;
	height: 100%;
	transition: opacity .2s;
}

@media screen and (min-width:768px) {
	.featuresBox a:hover {
		opacity: .7;
	}
}

@media screen and (max-width:767.98px) {
	.otherFeaturesArea {
		margin: 35px 0 40px;
	}
	.otherFeaturesArea h2 {
		overflow: hidden;
	}
	.otherFeaturesArea h2 span {
		font-size: 2.5rem;
	}
	.otherFeaturesArea h2 span::before,
	.otherFeaturesArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.otherFeaturesArea h2 span::before {
		left: -360%;
	}
	.otherFeaturesArea h2 span::after {
		right: -360%;
	}
	.featuresBox {
  flex-direction: column;
		gap: 20px;
		padding: 0 20px;
	}
  .featuresBox a picture img {
    border-radius: 5px;
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .1);
  }
}
.tabBtn--blue {
  background-color: #36a8c7;
}
/*=====================*/

/*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: 40px 5px 15px;
  font-weight: bold;
}
.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;
}




@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/