	@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap);

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100 dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5
}

:where(input,button,textarea,select) {
  color: inherit;
  font: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button,label,select,summary,[role=button],[role=option]) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled),label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul,ol) {
  list-style: none
}

:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block
}

:where(img,picture,svg) {
  block-size: auto;
  max-inline-size: 100%
}

:where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word
}

:where(h1,h2,h3) {
  line-height: calc(1em + .5rem)
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)) {
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

#wpadminbar {
  display: none
}

html {
  scroll-behavior: auto
}

body, html {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  background: #fff;
  color: #504848;
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin: 0 auto;
  padding: 0
}

body *, html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-margin-top: 0
}

body .f-marugo, html .f-marugo {
  font-family: Zen Maru Gothic, sans-serif
}

div, span {
  margin: 0;
  padding: 0
}

address {
  font-style: normal
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 500
}

blockquote, code, div, h1, h2, h3, h4, h5, h6, p, pre, q, span {
  margin: 0;
  padding: 0
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block
}

cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: 400
}

del, ins {
  text-decoration: none
}

abbr, acronym {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: top
}

sub {
  vertical-align: baseline
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%
}

figure {
  margin: 0
}

.bold {
  font-weight: 700
}

a, a:active, a:hover, a:link, a:visited {
  color: inherit;
  outline: 0;
  text-decoration: none
}

a.over:hover img, a.over:hover p {
  zoom: 1;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .8;
  -moz-opacity: .8
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table, tbody, td, tfoot, th, thead, tr {
  margin: 0;
  padding: 0
}

caption, th {
  font-weight: 400;
  text-align: left
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

main {
  overflow-x: hidden
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429
  }
}

header {
  background: #fff;
  left: 0;
  padding: 20px 24px 13px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000
}

header * {
  letter-spacing: 0 !important
}

header .inner {
  height: 102px;
  position: relative
}

header .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between
}

header .header_text {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 0
}

header .logo {
  display: block !important;
  height: auto;
  margin-bottom: 12px;
  width: 112px
}

header .btn_wrapper, header .nav_wrapper, header .nav_wrapper ul, header .right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-end
}

header .right {
  gap: 21px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: top right;
  transform-origin: top right
}

header .btn_wrapper {
  gap: 8px
}

header .nav_wrapper {
  margin-top: 5px
}

header .nav_wrapper ul {
  gap: 32px
}

header .nav_wrapper ul li {
  position: relative
}

header .nav_wrapper ul li + li:before {
  background: #e2e2e2;
  content: "";
  display: block;
  height: 1em;
  left: -16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px
}

header .nav_wrapper ul li a {
  font-weight: 700
}

header .nav_wrapper .tel {
  display: block;
  margin-left: 40px;
  width: 166px
}

header .nav_trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ff7e7e;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  cursor: pointer;
  display: block;
  height: 55px;
  position: relative;
  width: 55px
}

header .nav_trigger span {
  background: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 19.21px
}

header .nav_trigger span:first-of-type {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
  transform: translate(-50%, calc(-50% - 8px))
}

header .nav_trigger span:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
  transform: translate(-50%, calc(-50% + 8px))
}

header .nav_trigger u {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0
}

header .nav_trigger.is-current span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

header .nav_trigger.is-current span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg)
}

header .nav_trigger.is-current span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

header > .btn_wrapper {
  display: none
}

.menu {
  background: #fafafa;
  border-radius: 30px 0 0 30px;
  display: block;
  height: auto;
  opacity: 0;
  padding: 23px 27px 36px 36px;
  position: fixed;
  right: -675px;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 675px;
  z-index: 1000
}

.menu .close_trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px
}

.menu .close_trigger span {
  background: #ff7e7e;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px
}

.menu .close_trigger span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.menu .close_trigger span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.menu .close_trigger u {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0
}

.menu .header_text {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px
}

.menu .logo {
  display: block;
  height: auto;
  margin-bottom: 37px;
  width: 112px
}

.menu .menu_nav {
  margin-bottom: 24px
}

.menu .menu_nav > li {
  font-weight: 700
}

.menu .menu_nav > li + li {
  margin-top: 24px
}

.menu .menu_nav > li:not(.under) {
  font-size: 18px
}

.menu .menu_nav > li.under {
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: 700;
  margin-top: 19px;
  padding-top: 25px
}

.menu .menu_nav > li.under li + li {
  margin-top: 18px
}

.menu .tel_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 17px 30px 11px
}

.menu .tel_wrapper > div .text {
  font-size: 20px;
  font-weight: 700
}

.menu .tel_wrapper > div a {
  display: inline-block;
  width: 304px
}

.menu .tel_wrapper > div a img {
  vertical-align: bottom
}

.menu .tel_wrapper > div a + p {
  color: #888;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-left: 9px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.menu .tel_wrapper .insta {
  display: block;
  width: 64px
}

.menu .btn_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 12px;
  justify-content: flex-start
}

.menu.is-current {
  opacity: 1;
  right: 0
}

@media screen and (max-width: 1130px) {
  header .inner {
    height: auto
  }

  header .header_text {
    left: unset;
    margin-bottom: 5px;
    position: relative;
    top: unset
  }

  header .right {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@media screen and (max-width: 1050px) {
  header .btn_wrapper, header .nav_wrapper {
    display: none
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 2.1333333333vw 2.4vw 3.7333333333vw 3.2vw
  }

  header .header_text {
    display: none
  }

  header .inner {
    margin-bottom: 3.2vw
  }

  header .logo {
    margin-bottom: 0;
    width: 20.7626666667vw
  }

  header .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  header .right {
    gap: 2.1333333333vw
  }

  header .nav_wrapper {
    display: block
  }

  header .nav_wrapper ul {
    display: none
  }

  header .nav_trigger {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 9.3333333333vw;
    width: 9.3333333333vw
  }

  header .nav_trigger span {
    height: 1px;
    width: 3.2586666667vw
  }

  header .nav_trigger span:first-of-type {
    -webkit-transform: translate(-50%, calc(-50% - 1.25333vw));
    transform: translate(-50%, calc(-50% - 1.25333vw))
  }

  header .nav_trigger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, calc(-50% + 1.25333vw));
    transform: translate(-50%, calc(-50% + 1.25333vw))
  }

  header > .btn_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between
  }

  .menu, header > .btn_wrapper {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 4.2666666667vw;
    right: -100vw;
    width: 100vw
  }

  .menu .close_trigger {
    height: 8vw;
    right: 2.9333333333vw;
    top: 3.7333333333vw;
    width: 8vw
  }

  .menu .close_trigger span {
    width: 8vw
  }

  .menu .header_text {
    display: none
  }

  .menu .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 3.7333333333vw;
    order: 1;
    width: 20.7626666667vw
  }

  .menu .menu_nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    margin-bottom: 5.8666666667vw;
    order: 3;
    width: 100%
  }

  .menu .menu_nav > li + li {
    margin-top: 4.5333333333vw
  }

  .menu .menu_nav > li:not(.under) {
    font-size: 4.2666666667vw
  }

  .menu .menu_nav > li.under {
    font-size: 3.4666666667vw;
    margin-top: 6.1333333333vw;
    padding-top: 6.4vw;
    width: 100%
  }

  .menu .menu_nav > li.under li {
    font-weight: 500
  }

  .menu .menu_nav > li.under li + li {
    margin-top: 4vw
  }

  .menu .tel_wrapper {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    border-radius: 2.6666666667vw;
    gap: 6.32vw;
    margin: 0 auto;
    max-width: 89.3333333333vw;
    order: 4;
    padding: 5.3333333333vw 3.2vw 4.2666666667vw
  }

  .menu .tel_wrapper > div .text {
    font-size: 3.7333333333vw
  }

  .menu .tel_wrapper > div a {
    display: block;
    width: 63.6906666667vw
  }

  .menu .tel_wrapper > div a + p {
    display: block;
    font-size: 3.2vw;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .menu .tel_wrapper .insta {
    width: 12.8vw
  }

  .menu .btn_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    gap: 2.4vw;
    margin-bottom: 10.4vw;
    order: 2
  }
}

footer .content {
  padding: 52px 20px 36px
}

footer .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px
}

footer .flex:first-of-type .left {
  margin-right: 14px;
  width: 286px
}

footer .flex:first-of-type .left p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 25px
}

footer .flex:first-of-type .left .map {
  background: #504848;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  padding: 2px 10px
}

footer .flex:first-of-type .left .map:after {
  background: 50% no-repeat url(../img/common/btn_arrow_w.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 4px;
  width: 6px
}

footer .flex:first-of-type .menu_nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 17px 8.3333333333%;
  justify-content: space-between;
  width: 768px
}

footer .flex:first-of-type .menu_nav.is-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer .flex:first-of-type .menu_nav.is-sp {
  display: none
}

footer .flex:first-of-type .menu_nav li {
  font-weight: 600;
  width: 27.734375%
}

footer .flex:nth-of-type(2) {
  background: #fff4f4;
  border-radius: 10px;
  margin-top: 38px;
  padding: 30px 3.3333333333% 32px 4.1666666667%
}

footer .flex:nth-of-type(2) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  margin-right: 5px
}

footer .flex:nth-of-type(2) dl dt {
  font-size: 20px;
  font-weight: 700
}

footer .flex:nth-of-type(2) .left dd {
  margin-left: 27px;
  width: 276px
}

footer .flex:nth-of-type(2) .left dd p br {
  display: none
}

footer .flex:nth-of-type(2) .center dd {
  margin-left: 12px;
  width: 64px
}

footer small {
  background: #504848;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 27.5px 1em;
  text-align: center
}

@media screen and (max-width: 1050px) {
  footer .flex:nth-of-type(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 32px
  }

  footer .flex:nth-of-type(2), footer .flex:nth-of-type(2) dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  footer .flex:nth-of-type(2) dl {
    margin: 0
  }

  footer .flex:nth-of-type(2) dl dt {
    font-size: 20px;
    font-weight: 700
  }

  footer .flex:nth-of-type(2) dl dt br {
    display: none
  }

  footer .flex:nth-of-type(2) .left {
    margin-bottom: 16px
  }

  footer .flex:nth-of-type(2) .left dt {
    margin-bottom: 3px
  }

  footer .flex:nth-of-type(2) .left dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    margin-left: 0;
    width: auto
  }

  footer .flex:nth-of-type(2) .left dd img {
    width: 238.84px
  }

  footer .flex:nth-of-type(2) .left dd p {
    font-size: 12px;
    line-height: 1.4;
    margin-left: 7px;
    text-align: center
  }

  footer .flex:nth-of-type(2) .left dd p br {
    display: block
  }

  footer .flex:nth-of-type(2) .center {
    margin-bottom: 23px
  }

  footer .flex:nth-of-type(2) .center dt {
    margin-bottom: 8px
  }

  footer .flex:nth-of-type(2) .center dd {
    margin-left: 0;
    width: 64px
  }
}

@media screen and (max-width: 767px) {
  footer .content {
    padding: 9.8666666667vw 5.3333333333vw 6.6666666667vw
  }

  footer .flex:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    justify-content: flex-start;
    margin-bottom: 6.4533333333vw
  }

  footer .flex:first-of-type .left {
    margin: 12.8vw 0 0;
    width: 100%
  }

  footer .flex:first-of-type .left .logo {
    display: block;
    width: 38.4vw
  }

  footer .flex:first-of-type .left p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw
  }

  footer .flex:first-of-type .left .map {
    border-radius: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1;
    margin-top: 1.8666666667vw;
    padding: .8vw 1.6vw 1.3333333333vw
  }

  footer .flex:first-of-type .left .map:after {
    height: 1.6vw;
    margin-left: 1.0666666667vw;
    width: 1.6vw
  }

  footer .flex:first-of-type .menu_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 0;
    justify-content: flex-start;
    width: 100%
  }

  footer .flex:first-of-type .menu_nav.is-pc {
    display: none
  }

  footer .flex:first-of-type .menu_nav.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  footer .flex:first-of-type .menu_nav > li {
    font-size: 4.2666666667vw;
    font-weight: 600;
    width: auto
  }

  footer .flex:first-of-type .menu_nav > li + li {
    margin-top: 4.5333333333vw
  }

  footer .flex:first-of-type .menu_nav > li.under {
    border-top: 1px solid #e2e2e2;
    margin-top: 6.1333333333vw;
    padding-top: 6.4vw;
    width: 100%
  }

  footer .flex:first-of-type .menu_nav > li.under li {
    font-size: 3.4666666667vw;
    font-weight: 500;
    width: auto
  }

  footer .flex:first-of-type .menu_nav > li.under li + li {
    margin-top: 4vw
  }

  footer .flex:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 7.52vw 3.3066666667vw 8.72vw
  }

  footer .flex:nth-of-type(2) dl dt {
    font-size: 3.7333333333vw
  }

  footer .flex:nth-of-type(2) dl dt br {
    display: none
  }

  footer .flex:nth-of-type(2) .left {
    margin-bottom: 4.32vw
  }

  footer .flex:nth-of-type(2) .left dt {
    margin-bottom: .7466666667vw
  }

  footer .flex:nth-of-type(2) .left dd img {
    width: 63.6906666667vw
  }

  footer .flex:nth-of-type(2) .left dd p {
    font-size: 3.2vw;
    margin-left: 1.8666666667vw
  }

  footer .flex:nth-of-type(2) .center {
    margin-bottom: 6.16vw
  }

  footer .flex:nth-of-type(2) .center dt {
    margin-bottom: 2.1333333333vw
  }

  footer .flex:nth-of-type(2) .center dd {
    margin-left: 0;
    width: 11.2vw
  }

  footer small {
    font-size: 2.6666666667vw;
    font-weight: 500;
    padding: 5.6vw 3.2vw 5.8666666667vw
  }
}

a.btn, button.btn, div.btn, input.btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ff7e7e;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #ff7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: -.03em;
  line-height: 1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s
}

a.btn:after, a.btn:before, button.btn:after, button.btn:before, div.btn:after, div.btn:before, input.btn:after, input.btn:before {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 8px
}

@media (hover: hover) {
  a.btn:hover, button.btn:hover, div.btn:hover, input.btn:hover {
    background: #ff7e7e;
    color: #fff;
    opacity: 1
  }

  a.btn:hover:after, a.btn:hover:before, button.btn:hover:after, button.btn:hover:before, div.btn:hover:after, div.btn:hover:before, input.btn:hover:after, input.btn:hover:before {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.header_btn, button.btn.header_btn, div.btn.header_btn, input.btn.header_btn {
  border-radius: 20px;
  height: 40px;
  padding: 0 9px;
  width: 193px
}

a.btn.seminar:before, button.btn.seminar:before, div.btn.seminar:before, input.btn.seminar:before {
  background: 50% no-repeat url(../img/common/btn_icon_seminar.png);
  background-size: cover;
  height: 14px;
  width: 13px
}

@media (hover: hover) {
  a.btn.seminar:hover:before, button.btn.seminar:hover:before, div.btn.seminar:hover:before, input.btn.seminar:hover:before {
    background: 50% no-repeat url(../img/common/btn_icon_seminar_w.png);
    background-size: cover
  }
}

a.btn.lecturer, button.btn.lecturer, div.btn.lecturer, input.btn.lecturer {
  border: 1px solid #40b261;
  color: #40b261
}

a.btn.lecturer:before, button.btn.lecturer:before, div.btn.lecturer:before, input.btn.lecturer:before {
  background: 50% no-repeat url(../img/common/btn_icon_lecturer.png);
  background-size: cover;
  height: 12px;
  width: 10px
}

a.btn.lecturer:after, button.btn.lecturer:after, div.btn.lecturer:after, input.btn.lecturer:after {
  background: 50% no-repeat url(../img/common/btn_arrow_green.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.lecturer:hover, button.btn.lecturer:hover, div.btn.lecturer:hover, input.btn.lecturer:hover {
    background: #40b261;
    color: #fff
  }

  a.btn.lecturer:hover:before, button.btn.lecturer:hover:before, div.btn.lecturer:hover:before, input.btn.lecturer:hover:before {
    background: 50% no-repeat url(../img/common/btn_icon_lecturer_w.png);
    background-size: cover
  }

  a.btn.lecturer:hover:after, button.btn.lecturer:hover:after, div.btn.lecturer:hover:after, input.btn.lecturer:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.office, button.btn.office, div.btn.office, input.btn.office {
  border: 1px solid #1abded;
  color: #1abded
}

a.btn.office:before, button.btn.office:before, div.btn.office:before, input.btn.office:before {
  background: 50% no-repeat url(../img/common/btn_icon_office.png);
  background-size: cover;
  height: 22.5px;
  width: 18px
}

a.btn.office:after, button.btn.office:after, div.btn.office:after, input.btn.office:after {
  background: 50% no-repeat url(../img/common/btn_arrow_blue.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.office:hover, button.btn.office:hover, div.btn.office:hover, input.btn.office:hover {
    background: #1abded;
    color: #fff
  }

  a.btn.office:hover:before, button.btn.office:hover:before, div.btn.office:hover:before, input.btn.office:hover:before {
    background: 50% no-repeat url(../img/common/btn_icon_office_w.png);
    background-size: cover
  }

  a.btn.office:hover:after, button.btn.office:hover:after, div.btn.office:hover:after, input.btn.office:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.footer_btn, button.btn.footer_btn, div.btn.footer_btn, input.btn.footer_btn {
  background: #ff7e7e;
  border-radius: 25px;
  color: #fff;
  height: 50px;
  padding: 0 9px;
  width: 223px
}

a.btn.footer_btn:before, button.btn.footer_btn:before, div.btn.footer_btn:before, input.btn.footer_btn:before {
  opacity: 0
}

a.btn.footer_btn:after, button.btn.footer_btn:after, div.btn.footer_btn:after, input.btn.footer_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_w.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.footer_btn:hover, button.btn.footer_btn:hover, div.btn.footer_btn:hover, input.btn.footer_btn:hover {
    background: transparent;
    color: #ff7e7e;
    opacity: 1
  }

  a.btn.footer_btn:hover:after, button.btn.footer_btn:hover:after, div.btn.footer_btn:hover:after, input.btn.footer_btn:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_red.png);
    background-size: cover
  }
}

a.btn.in_person_l, button.btn.in_person_l, div.btn.in_person_l, input.btn.in_person_l {
  border-radius: 34px;
  font-size: 18px;
  height: 68px;
  padding: 0 16px;
  width: 325px
}

a.btn.in_person_l:before, button.btn.in_person_l:before, div.btn.in_person_l:before, input.btn.in_person_l:before {
  background: 50% no-repeat url(../img/common/btn_icon_in_person.png);
  background-size: cover;
  height: 24px;
  width: 33.5px
}

a.btn.in_person_l:after, button.btn.in_person_l:after, div.btn.in_person_l:after, input.btn.in_person_l:after {
  height: 14px;
  width: 13px
}

@media (hover: hover) {
  a.btn.in_person_l:hover:before, button.btn.in_person_l:hover:before, div.btn.in_person_l:hover:before, input.btn.in_person_l:hover:before {
    background: 50% no-repeat url(../img/common/btn_icon_in_person_w.png);
    background-size: cover
  }
}

a.btn.online_l, button.btn.online_l, div.btn.online_l, input.btn.online_l {
  border: 1px solid #ff683b;
  border-radius: 34px;
  color: #ff683b;
  font-size: 18px;
  height: 68px;
  padding: 0 16px;
  width: 325px
}

a.btn.online_l:before, button.btn.online_l:before, div.btn.online_l:before, input.btn.online_l:before {
  background: 50% no-repeat url(../img/common/btn_icon_in_online.png);
  background-size: cover;
  height: 34px;
  width: 33px
}

a.btn.online_l:after, button.btn.online_l:after, div.btn.online_l:after, input.btn.online_l:after {
  background: 50% no-repeat url(../img/common/btn_arrow_orange.png);
  background-size: cover;
  height: 14px;
  width: 13px
}

@media (hover: hover) {
  a.btn.online_l:hover, button.btn.online_l:hover, div.btn.online_l:hover, input.btn.online_l:hover {
    background: #ff683b;
    color: #fff;
    opacity: 1
  }

  a.btn.online_l:hover:before, button.btn.online_l:hover:before, div.btn.online_l:hover:before, input.btn.online_l:hover:before {
    background: 50% no-repeat url(../img/common/btn_icon_in_online_w.png);
    background-size: cover
  }

  a.btn.online_l:hover:after, button.btn.online_l:hover:after, div.btn.online_l:hover:after, input.btn.online_l:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.in_person, a.btn.mini, a.btn.online, a.btn.training, button.btn.in_person, button.btn.mini, button.btn.online, button.btn.training, div.btn.in_person, div.btn.mini, div.btn.online, div.btn.training, input.btn.in_person, input.btn.mini, input.btn.online, input.btn.training {
  border-radius: 30px;
  font-size: 18px;
  height: 60px;
  padding: 0 9px;
  width: 250px
}

a.btn.in_person:before, a.btn.mini:before, a.btn.online:before, a.btn.training:before, button.btn.in_person:before, button.btn.mini:before, button.btn.online:before, button.btn.training:before, div.btn.in_person:before, div.btn.mini:before, div.btn.online:before, div.btn.training:before, input.btn.in_person:before, input.btn.mini:before, input.btn.online:before, input.btn.training:before {
  opacity: 0
}

a.btn.online, button.btn.online, div.btn.online, input.btn.online {
  border: 1px solid #ff683b;
  color: #ff683b
}

a.btn.online:after, button.btn.online:after, div.btn.online:after, input.btn.online:after {
  background: 50% no-repeat url(../img/common/btn_arrow_orange.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.online:hover, button.btn.online:hover, div.btn.online:hover, input.btn.online:hover {
    background: #ff683b;
    color: #fff;
    opacity: 1
  }

  a.btn.online:hover:after, button.btn.online:hover:after, div.btn.online:hover:after, input.btn.online:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.mini, button.btn.mini, div.btn.mini, input.btn.mini {
  border: 1px solid #ff9f3e;
  color: #ff9f3e
}

a.btn.mini:after, button.btn.mini:after, div.btn.mini:after, input.btn.mini:after {
  background: 50% no-repeat url(../img/common/btn_arrow_light_orange.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.mini:hover, button.btn.mini:hover, div.btn.mini:hover, input.btn.mini:hover {
    background: #ff9f3e;
    color: #fff;
    opacity: 1
  }

  a.btn.mini:hover:after, button.btn.mini:hover:after, div.btn.mini:hover:after, input.btn.mini:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.training, button.btn.training, div.btn.training, input.btn.training {
  border: 1px solid #ffb91a;
  color: #ffb91a
}

a.btn.training:after, button.btn.training:after, div.btn.training:after, input.btn.training:after {
  background: 50% no-repeat url(../img/common/btn_arrow_yellow.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.training:hover, button.btn.training:hover, div.btn.training:hover, input.btn.training:hover {
    background: #ffb91a;
    color: #fff;
    opacity: 1
  }

  a.btn.training:hover:after, button.btn.training:hover:after, div.btn.training:hover:after, input.btn.training:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.area, button.btn.area, div.btn.area, input.btn.area {
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 18px;
  height: 60px;
  padding: 0 9px;
  width: 215px
}

a.btn.area:before, button.btn.area:before, div.btn.area:before, input.btn.area:before {
  opacity: 0
}

a.btn.area:after, button.btn.area:after, div.btn.area:after, input.btn.area:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover
}

a.btn.area span, button.btn.area span, div.btn.area span, input.btn.area span {
  display: block;
  font-size: 16px;
  margin-top: 6px
}

@media (hover: hover) {
  a.btn.area:hover, button.btn.area:hover, div.btn.area:hover, input.btn.area:hover {
    background: #504848;
    color: #fff;
    opacity: 1
  }

  a.btn.area:hover:after, button.btn.area:hover:after, div.btn.area:hover:after, input.btn.area:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.seminar_list, button.btn.seminar_list, div.btn.seminar_list, input.btn.seminar_list {
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 16px;
  height: 40px;
  letter-spacing: -.02em;
  padding: 0 9px;
  width: 190px
}

a.btn.seminar_list:before, button.btn.seminar_list:before, div.btn.seminar_list:before, input.btn.seminar_list:before {
  opacity: 0
}

a.btn.seminar_list:after, button.btn.seminar_list:after, div.btn.seminar_list:after, input.btn.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.seminar_list:hover, button.btn.seminar_list:hover, div.btn.seminar_list:hover, input.btn.seminar_list:hover {
    background: transparent;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .65
  }
}

a.btn.lower_common, button.btn.lower_common, div.btn.lower_common, input.btn.lower_common {
  background: #fff !important;
  border: none;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 18px;
  height: 68px;
  padding: 0 9px;
  width: 325px
}

a.btn.lower_common:before, button.btn.lower_common:before, div.btn.lower_common:before, input.btn.lower_common:before {
  opacity: 0
}

a.btn.lower_common:after, button.btn.lower_common:after, div.btn.lower_common:after, input.btn.lower_common:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover
}

@media (hover: hover) {
  a.btn.lower_common:hover, button.btn.lower_common:hover, div.btn.lower_common:hover, input.btn.lower_common:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .65
  }
}

a.btn.seminar_btn, button.btn.seminar_btn, div.btn.seminar_btn, input.btn.seminar_btn {
  background: #fff;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 16px;
  height: 40px;
  padding: 0 9px;
  width: 190px
}

a.btn.seminar_btn:before, button.btn.seminar_btn:before, div.btn.seminar_btn:before, input.btn.seminar_btn:before {
  opacity: 0
}

a.btn.seminar_btn:after, button.btn.seminar_btn:after, div.btn.seminar_btn:after, input.btn.seminar_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover
}

a.btn.seminar_btn span, button.btn.seminar_btn span, div.btn.seminar_btn span, input.btn.seminar_btn span {
  display: block;
  font-size: 16px;
  margin-top: 6px
}

@media (hover: hover) {
  a.btn.seminar_btn:hover, button.btn.seminar_btn:hover, div.btn.seminar_btn:hover, input.btn.seminar_btn:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .65
  }
}

a.btn.reservation_btn, button.btn.reservation_btn, div.btn.reservation_btn, input.btn.reservation_btn {
  background: #fff4f4;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 16px;
  height: 40px;
  padding: 0 9px;
  width: 190px
}

a.btn.reservation_btn:before, button.btn.reservation_btn:before, div.btn.reservation_btn:before, input.btn.reservation_btn:before {
  opacity: 0
}

a.btn.reservation_btn:after, button.btn.reservation_btn:after, div.btn.reservation_btn:after, input.btn.reservation_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover
}

a.btn.reservation_btn span, button.btn.reservation_btn span, div.btn.reservation_btn span, input.btn.reservation_btn span {
  display: block;
  font-size: 16px;
  margin-top: 6px
}

@media (hover: hover) {
  a.btn.reservation_btn:hover, button.btn.reservation_btn:hover, div.btn.reservation_btn:hover, input.btn.reservation_btn:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .6
  }
}

a.btn.seminar_single_btn, button.btn.seminar_single_btn, div.btn.seminar_single_btn, input.btn.seminar_single_btn {
  background: #ff7e7e;
  border: 1px solid #ff7e7e;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 18px;
  height: 68px;
  margin: 40px auto 52px;
  padding: 0 16px;
  width: 325px
}

a.btn.seminar_single_btn:before, button.btn.seminar_single_btn:before, div.btn.seminar_single_btn:before, input.btn.seminar_single_btn:before {
  opacity: 0
}

a.btn.seminar_single_btn:after, button.btn.seminar_single_btn:after, div.btn.seminar_single_btn:after, input.btn.seminar_single_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_w.png);
  background-size: cover;
  height: 13px;
  width: 13px
}

@media (hover: hover) {
  a.btn.seminar_single_btn:hover, button.btn.seminar_single_btn:hover, div.btn.seminar_single_btn:hover, input.btn.seminar_single_btn:hover {
    background: #fff;
    color: #ff7e7e;
    opacity: 1
  }

  a.btn.seminar_single_btn:hover:after, button.btn.seminar_single_btn:hover:after, div.btn.seminar_single_btn:hover:after, input.btn.seminar_single_btn:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_red.png);
    background-size: cover
  }
}

a.btn.schedule_single_btn, button.btn.schedule_single_btn, div.btn.schedule_single_btn, input.btn.schedule_single_btn {
  background: #ff7e7e;
  border: none;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 18px;
  height: 68px;
  margin: 42px auto 0;
  padding: 0 16px;
  width: 325px
}

a.btn.schedule_single_btn:before, button.btn.schedule_single_btn:before, div.btn.schedule_single_btn:before, input.btn.schedule_single_btn:before {
  opacity: 0
}

a.btn.schedule_single_btn:after, button.btn.schedule_single_btn:after, div.btn.schedule_single_btn:after, input.btn.schedule_single_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_w.png);
  background-size: cover;
  height: 13px;
  width: 13px
}

@media (hover: hover) {
  a.btn.schedule_single_btn:hover, button.btn.schedule_single_btn:hover, div.btn.schedule_single_btn:hover, input.btn.schedule_single_btn:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .6
  }
}

a.btn.form, button.btn.form, div.btn.form, input.btn.form {
  background: #ff7e7e;
  border: 1px solid #ff7e7e;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 20px;
  height: 60px;
  letter-spacing: -.04em;
  margin: 0 auto;
  padding: 0 16px;
  width: 250px
}

a.btn.form:before, button.btn.form:before, div.btn.form:before, input.btn.form:before {
  opacity: 0
}

a.btn.form:after, button.btn.form:after, div.btn.form:after, input.btn.form:after {
  background: 50% no-repeat url(../img/common/btn_arrow_w.png);
  background-size: cover;
  height: 13px;
  width: 13px
}

@media (hover: hover) {
  a.btn.form:hover, button.btn.form:hover, div.btn.form:hover, input.btn.form:hover {
    background: #fff;
    color: #ff7e7e;
    opacity: 1
  }

  a.btn.form:hover:after, button.btn.form:hover:after, div.btn.form:hover:after, input.btn.form:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_red.png);
    background-size: cover
  }
}

a.btn.back_form, button.btn.back_form, div.btn.back_form, input.btn.back_form {
  background: #fff4f4;
  border: 1px solid #fff4f4;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 20px;
  height: 60px;
  letter-spacing: -.04em;
  margin: 24px auto 0;
  padding: 0 16px;
  width: 250px
}

a.btn.back_form:after, a.btn.back_form:before, button.btn.back_form:after, button.btn.back_form:before, div.btn.back_form:after, div.btn.back_form:before, input.btn.back_form:after, input.btn.back_form:before {
  opacity: 0
}

@media (hover: hover) {
  a.btn.back_form:hover, button.btn.back_form:hover, div.btn.back_form:hover, input.btn.back_form:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .6
  }
}

a.btn.web_seminar, button.btn.web_seminar, div.btn.web_seminar, input.btn.web_seminar {
  background: #ffeae3;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  font-size: 16px;
  height: 40px;
  margin: 0;
  padding: 0 16px;
  width: 190px
}

a.btn.web_seminar:before, button.btn.web_seminar:before, div.btn.web_seminar:before, input.btn.web_seminar:before {
  opacity: 0
}

a.btn.web_seminar:after, button.btn.web_seminar:after, div.btn.web_seminar:after, input.btn.web_seminar:after {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover;
  height: 13px;
  width: 13px
}

@media (hover: hover) {
  a.btn.web_seminar:hover, button.btn.web_seminar:hover, div.btn.web_seminar:hover, input.btn.web_seminar:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    opacity: .6
  }
}

a.btn.more_trigger, button.btn.more_trigger, div.btn.more_trigger, input.btn.more_trigger {
  background: #fff;
  border: 1px solid #ff7e7e;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #ff7e7e;
  font-size: 20px;
  height: 60px;
  margin: 60px auto 0;
  padding: 0 16px;
  width: 250px
}

a.btn.more_trigger:before, button.btn.more_trigger:before, div.btn.more_trigger:before, input.btn.more_trigger:before {
  opacity: 0
}

a.btn.more_trigger:after, button.btn.more_trigger:after, div.btn.more_trigger:after, input.btn.more_trigger:after {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover;
  height: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 13px
}

@media (hover: hover) {
  a.btn.more_trigger:hover, button.btn.more_trigger:hover, div.btn.more_trigger:hover, input.btn.more_trigger:hover {
    background: #ff7e7e;
    color: #fff;
    opacity: 1
  }

  a.btn.more_trigger:hover:after, button.btn.more_trigger:hover:after, div.btn.more_trigger:hover:after, input.btn.more_trigger:hover:after {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

a.btn.more_trigger.is-current:after, button.btn.more_trigger.is-current:after, div.btn.more_trigger.is-current:after, input.btn.more_trigger.is-current:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

@media screen and (max-width: 767px) {
  a.btn, button.btn, div.btn, input.btn {
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16)
  }

  a.btn:after, a.btn:before, button.btn:after, button.btn:before, div.btn:after, div.btn:before, input.btn:after, input.btn:before {
    height: 2.1333333333vw;
    width: 2.1333333333vw
  }

  a.btn.header_btn, button.btn.header_btn, div.btn.header_btn, input.btn.header_btn {
    border-radius: 5.0666666667vw;
    font-size: 3.2vw;
    height: 10.1333333333vw;
    line-height: 1.1666666667;
    padding: 0 1.6vw;
    width: 29.8666666667vw
  }

  a.btn.seminar:before, button.btn.seminar:before, div.btn.seminar:before, input.btn.seminar:before {
    height: 3.6213333333vw;
    width: 3.4133333333vw
  }

  a.btn.lecturer:before, button.btn.lecturer:before, div.btn.lecturer:before, input.btn.lecturer:before {
    height: 3.2vw;
    width: 2.6666666667vw
  }

  a.btn.office:before, button.btn.office:before, div.btn.office:before, input.btn.office:before {
    height: 4.0453333333vw;
    width: 3.2666666667vw
  }

  a.btn.footer_btn, button.btn.footer_btn, div.btn.footer_btn, input.btn.footer_btn {
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
    height: 12.5333333333vw;
    padding: 0 3.2vw;
    width: 65.8666666667vw
  }

  a.btn.in_person_l, button.btn.in_person_l, div.btn.in_person_l, input.btn.in_person_l {
    font-size: 4.2666666667vw
  }

  a.btn.in_person_l:before, button.btn.in_person_l:before, div.btn.in_person_l:before, input.btn.in_person_l:before {
    height: 6.4vw;
    width: 8.9333333333vw
  }

  a.btn.in_person_l:after, button.btn.in_person_l:after, div.btn.in_person_l:after, input.btn.in_person_l:after {
    height: 3.7333333333vw;
    width: 3.4666666667vw
  }

  a.btn.online_l, button.btn.online_l, div.btn.online_l, input.btn.online_l {
    font-size: 4.2666666667vw
  }

  a.btn.online_l:before, button.btn.online_l:before, div.btn.online_l:before, input.btn.online_l:before {
    height: 9.0666666667vw;
    width: 8.8vw
  }

  a.btn.online_l:after, button.btn.online_l:after, div.btn.online_l:after, input.btn.online_l:after {
    height: 3.7333333333vw;
    width: 3.4666666667vw
  }

  a.btn.in_person, a.btn.mini, a.btn.online, a.btn.training, button.btn.in_person, button.btn.mini, button.btn.online, button.btn.training, div.btn.in_person, div.btn.mini, div.btn.online, div.btn.training, input.btn.in_person, input.btn.mini, input.btn.online, input.btn.training {
    border-radius: 6.6666666667vw;
    font-size: 4vw;
    height: 13.3333333333vw;
    letter-spacing: -.04em;
    line-height: 1.3333333333;
    width: 40vw
  }

  a.btn.area, button.btn.area, div.btn.area, input.btn.area {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    letter-spacing: -.04em;
    padding: 0 2.4vw;
    width: 40vw
  }

  a.btn.area span, button.btn.area span, div.btn.area span, input.btn.area span {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw
  }

  a.btn.seminar_list, button.btn.seminar_list, div.btn.seminar_list, input.btn.seminar_list {
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    padding: 0 2.4vw;
    white-space: nowrap;
    width: 41.3333333333vw
  }

  a.btn.lower_common, button.btn.lower_common, div.btn.lower_common, input.btn.lower_common {
    border-radius: 7.3333333333vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4.8vw;
    height: 14.6666666667vw;
    padding: 0 2.4vw;
    width: 86.6666666667vw
  }

  a.btn.reservation_btn, a.btn.seminar_btn, button.btn.reservation_btn, button.btn.seminar_btn, div.btn.reservation_btn, div.btn.seminar_btn, input.btn.reservation_btn, input.btn.seminar_btn {
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    padding: 0 2.4vw;
    width: 40vw
  }

  a.btn.seminar_single_btn, button.btn.seminar_single_btn, div.btn.seminar_single_btn, input.btn.seminar_single_btn {
    border-radius: 7.3333333333vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4.2666666667vw;
    height: 14.6666666667vw;
    margin: 5.0666666667vw auto 0;
    padding: 0 4.2666666667vw;
    width: 86.6666666667vw;
    margin-bottom: 20px;
  }

  a.btn.seminar_single_btn:after, button.btn.seminar_single_btn:after, div.btn.seminar_single_btn:after, input.btn.seminar_single_btn:after {
    height: 3.4666666667vw;
    width: 3.4666666667vw
  }

  a.btn.schedule_single_btn, button.btn.schedule_single_btn, div.btn.schedule_single_btn, input.btn.schedule_single_btn {
    border-radius: 7.3333333333vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4.2666666667vw;
    height: 14.6666666667vw;
    margin: 5.3333333333vw auto 8.5333333333vw;
    padding: 0 4.2666666667vw;
    width: 86.6666666667vw
  }

  a.btn.schedule_single_btn:after, button.btn.schedule_single_btn:after, div.btn.schedule_single_btn:after, input.btn.schedule_single_btn:after {
    height: 3.4666666667vw;
    width: 3.4666666667vw
  }

  a.btn.form, button.btn.form, div.btn.form, input.btn.form {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4vw;
    height: 13.3333333333vw;
    padding: 0 2.4vw;
    width: 82.9333333333vw
  }

  a.btn.form:after, button.btn.form:after, div.btn.form:after, input.btn.form:after {
    height: 3.4666666667vw;
    width: 3.4666666667vw
  }

  a.btn.back_form, button.btn.back_form, div.btn.back_form, input.btn.back_form {
    margin: 3.2vw auto 0
  }

  a.btn.back_form, a.btn.web_seminar, button.btn.back_form, button.btn.web_seminar, div.btn.back_form, div.btn.web_seminar, input.btn.back_form, input.btn.web_seminar {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4vw;
    height: 13.3333333333vw;
    padding: 0 2.4vw;
    width: 82.9333333333vw
  }

  a.btn.web_seminar, button.btn.web_seminar, div.btn.web_seminar, input.btn.web_seminar {
    margin: 0 auto
  }

  a.btn.web_seminar:after, button.btn.web_seminar:after, div.btn.web_seminar:after, input.btn.web_seminar:after {
    height: 3.4666666667vw;
    width: 3.4666666667vw
  }

  a.btn.more_trigger, button.btn.more_trigger, div.btn.more_trigger, input.btn.more_trigger {
    border-radius: 6.2666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4.2666666667vw;
    height: 12.5333333333vw;
    margin: 7.7333333333vw auto 0;
    padding: 0 3.2vw;
    width: 65.8666666667vw
  }

  a.btn.more_trigger:after, button.btn.more_trigger:after, div.btn.more_trigger:after, input.btn.more_trigger:after {
    height: 3.4666666667vw;
    width: 3.4666666667vw
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.is-pc {
  display: block
}

.is-sp {
  display: none
}

html {
  margin-top: 0 !important;
  padding: 0 !important
}

body {
  background: #fff;
  overflow-x: hidden;
  position: relative
}

body.scroll_stop {
  height: 100vh !important;
  overflow: hidden !important
}

body.scroll_stop main {
  min-height: 100vh;
  position: relative
}

body.scroll_stop main:after {
  background: #504848;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .15;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100
}

main {
  margin-top: 120px
}

section {
  max-width: 100vw
}

.no-tel {
  pointer-events: none !important;
  text-decoration: none !important
}

.inview {
  opacity: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: .6s;
  transition: .6s
}

.inview.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}

a {
  -webkit-transition: .3s;
  transition: .3s
}

@media (hover: hover) {
  a:hover {
    opacity: .7
  }
}

.float_btn {
  bottom: 20px;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 157px;
  z-index: 999
}

.float_btn.is-current {
  opacity: 1;
  pointer-events: visible
}

@media (hover: hover) {
  .float_btn:hover {
    opacity: .6
  }
}

.seminar_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 40px 3.3333333333%;
  justify-content: flex-start
}

.seminar_list li {
  border: 1px solid #ffacac;
  border-radius: 20px;
  overflow: hidden;
  width: 48.3333333333%
}

.seminar_list li .list_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 12px 24px 14px 12px
}

.seminar_list li .list_head .area {
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 5px;
  text-align: center;
  width: 128px
}

.seminar_list li .list_head .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  width: calc(100% - 140px)
}

.seminar_list li .detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: flex-start;
  padding: 13px 24px
}

.seminar_list li .detail .left a {
  display: block
}

.seminar_list li .detail figure {
  display: block;
  width: 130px
}

.seminar_list li .detail figure figcaption {
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px
}

.seminar_list li .detail figure figcaption span {
  vert-align: middle;
  font-size: 12px
}

.seminar_list li .detail .right {
  width: calc(100% - 130px)
}

.seminar_list li .detail .right dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  justify-content: flex-start
}

.seminar_list li .detail .right dl + dl {
  border-bottom: 1px solid #f5f5f5;
  margin: 5px 0 16px;
  padding-bottom: 12px
}

.seminar_list li .detail .right dl dt {
  background: #fff4f4;
  border-radius: 2px;
  padding: 4px 9.5px
}

.seminar_list li .detail .right .name {
  display: none
}

.seminar_list li .detail .right .category_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4px;
  justify-content: flex-start;
  margin-bottom: 34px
}

.seminar_list li .detail .right .category_list li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 10px 4px;
  width: auto
}

.seminar_list li .detail .right .category_list li.colored {
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.seminar_list li .detail .right .btn_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 6px;
  justify-content: space-between
}

.seminar_list li .detail .right .colored.seminar_list {
  background: #fff4f4;
  border: 1px solid #fff4f4
}

.seminar_list li .detail .right .colored.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover
}

.seminar_list li.in-person {
  border: 1px solid #ffacac
}

.seminar_list li.in-person .detail .right dl dt, .seminar_list li.in-person .list_head {
  background: #fff4f4
}

.seminar_list li.in-person .detail .right .category_list li.colored {
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.seminar_list li.in-person .detail .right .colored.seminar_list {
  background: #fff4f4;
  border: 1px solid #fff4f4
}

.seminar_list li.in-person .detail .right .colored.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover
}

.seminar_list li.online {
  border: 1px solid #ff683b
}

.seminar_list li.online .detail .right dl dt, .seminar_list li.online .list_head {
  background: #ffeae3
}

.seminar_list li.online .detail .right .category_list li.colored {
  border: 1px solid #ff683b;
  color: #ff683b
}

.seminar_list li.online .detail .right .colored.seminar_list {
  background: #ffeae3;
  border: 1px solid #ffeae3
}

.seminar_list li.online .detail .right .colored.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_orange.png);
  background-size: cover
}

.seminar_list li.mini {
  border: 1px solid #ff9f3e
}

.seminar_list li.mini .detail .right dl dt, .seminar_list li.mini .list_head {
  background: #fff3e6
}

.seminar_list li.mini .detail .right .category_list li.colored {
  border: 1px solid #ff9f3e;
  color: #ff9f3e
}

.seminar_list li.mini .detail .right .colored.seminar_list {
  background: #fff3e6;
  border: 1px solid #fff3e6
}

.seminar_list li.mini .detail .right .colored.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_light_orange.png);
  background-size: cover
}

.seminar_list li.training {
  border: 1px solid #ffb91a
}

.seminar_list li.training .detail .right dl dt, .seminar_list li.training .list_head {
  background: #fff7e3
}

.seminar_list li.training .detail .right .category_list li.colored {
  border: 1px solid #ffb91a;
  color: #ffb91a
}

.seminar_list li.training .detail .right .colored.seminar_list {
  background: #fff7e3;
  border: 1px solid #fff7e3
}

.seminar_list li.training .detail .right .colored.seminar_list:after {
  background: 50% no-repeat url(../img/common/btn_arrow_yellow.png);
  background-size: cover
}

.faq_list .faq_content {
  background: #fff;
  border-radius: 5px;
  padding: 0 22px
}

.faq_list .faq_content + dl {
  margin-top: 20px
}

.faq_list .faq_content dt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 24px;
  font-weight: 700;
  justify-content: flex-start;
  padding: 27px 0 29px;
  position: relative
}

.faq_list .faq_content dt:before {
  color: #ff7e7e;
  content: "Q";
  font-size: 38px;
  font-weight: 500;
  margin-right: 33px
}

.faq_list .faq_content dt:after {
  background: 50% no-repeat url(../img/common/faq_content_arrow.png);
  background-size: cover;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 16px
}

.faq_list .faq_content dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ff7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 22px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden
}

.faq_list .faq_content dd:before {
  color: #ff7e7e;
  content: "A";
  font-size: 38px;
  font-weight: 500;
  margin-right: 33px
}

.faq_list .faq_content dd p {
  font-weight: 500;
  line-height: 1.75 !important
}

.faq_list .faq_content.is-current dt:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.faq_list .faq_content.is-current dd {
  max-height: 9999px;
  opacity: 1;
  padding: 20px 22px 22px 0;
  visibility: visible
}

.news_list li {
  border-bottom: 1px solid #ff7e7e;
  border-top: 1px solid #ff7e7e
}

.news_list li + li {
  border-top: none
}

.news_list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 25px;
  justify-content: flex-start;
  padding: 22px 0 23px
}

.news_list li a .category {
  background: #ff7e7e;
  border-radius: 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 17px;
  white-space: nowrap
}

.news_list li a time {
  font-size: 18px
}

.news_list li a h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4285714286;
  width: 78%
}

.breadcrumb {
  -ms-overflow-style: none;
  background: transparent !important;
  overflow: scroll;
  padding: 12px 20px 14px;
  scrollbar-width: none
}

.breadcrumb::-webkit-scrollbar {
  display: none
}

.breadcrumb ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  max-width: unset !important
}

.breadcrumb ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500
}

.breadcrumb ul li.arrow {
  display: none
}

.breadcrumb ul li + li:before {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  width: 8px
}

.breadcrumb ul a {
  background: none !important;
  color: #7c7c7c !important;
  padding: 0 !important;
  text-decoration: underline
}

.breadcrumb ul a .icontop {
  display: none !important
}

.breadcrumb ul p {
  display: inline
}

.lower.yellow .kv {
  background: 50% no-repeat url(../img/common/kv_yellow.png);
  background-size: cover
}

.lower.yellow .lower_common {
  background: #fffaef
}

.lower.blue .kv {
  background: 50% no-repeat url(../img/common/kv_blue.png);
  background-size: cover
}

.lower.blue .lower_common {
  background: #e6f4ff
}

.lower.green .kv {
  background: 50% no-repeat url(../img/common/kv_green.png);
  background-size: cover
}

.lower.green .lower_common {
  background: #def4e1
}

.lower .kv {
  background: 50% no-repeat url(../img/common/kv_pink.png);
  background-size: cover;
  padding: 0 20px
}

.lower .kv .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 200px;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px
}

.lower .kv .inner h2 {
  font-size: 40px;
  font-weight: 700
}

.lower .breadcrumb02 {
  -ms-overflow-style: none;
  overflow: scroll;
  padding: 12px 20px 14px;
  scrollbar-width: none
}

.lower .breadcrumb02::-webkit-scrollbar {
  display: none
}

.lower .breadcrumb02 ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start
}

.lower .breadcrumb02 ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500
}

.lower .breadcrumb02 ul li + li:before {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  width: 8px
}

.lower .breadcrumb02 ul a {
  color: #7c7c7c;
  text-decoration: underline
}

.lower .breadcrumb02 ul p {
  display: inline
}

.lower .lower_common {
  background: #fff4f4;
  padding: 100px 20px
}

.lower .lower_common .inner {
  margin: 0 auto;
  max-width: 1000px
}

.lower .lower_common .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 3.7%;
  justify-content: center
}

.lower .lower_common .content + .content {
  margin-top: 80px
}

.lower .lower_common .content .left {
  width: 50%
}

.lower .lower_common .content .left h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 2.0666666667;
  margin-bottom: 19px
}

.lower .lower_common .content .left p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75 !important;
  margin-bottom: 40px
}

.lower .lower_common .content > img {
  border-radius: 20px;
  width: 46.3%
}

.main_content {
  margin-bottom: 100px
}

.main_content.has_intro h3 {
  margin-bottom: 24px;
  text-align: center
}

.main_content.has_intro h3 span {
  display: block;
  font-weight: 700;
  line-height: 1
}

.main_content.has_intro h3 .en {
  color: #ffacac;
  display: block;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  margin-bottom: 24px
}

.main_content.has_intro h3 .jp {
  font-size: 45px
}

.main_content.has_intro .intro_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center
}

.voice_slider {
  position: relative
}

.voice_slider .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.voice_slider .swiper-slide {
  -ms-flex-negative: 0;
  background: #fff;
  border-radius: 30px;
  flex-shrink: 0;
  padding: 32px;
  width: 54.3571428571vw
}

.voice_slider .swiper-slide .slider_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ff7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding-bottom: 14px
}

.voice_slider .swiper-slide .slider_head img {
  margin-right: 16px;
  width: 64px
}

.voice_slider .swiper-slide .slider_head .detail h4 {
  color: #ff7e7e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 14px
}

.voice_slider .swiper-slide .slider_head .detail .name {
  font-size: 18px;
  font-weight: 500
}

.voice_slider .swiper-slide .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75 !important;
  text-align: left
}

.voice_slider .swiper-slide .text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffebec));
  background: linear-gradient(transparent 70%, #ffebec 0);
  font-weight: 700
}

.voice_slider .swiper-button-next, .voice_slider .swiper-button-prev {
  background: 50% no-repeat url(../img/common/slider_btn.png);
  background-size: cover;
  display: block;
  height: 4.3571428571vw;
  max-height: 61px;
  max-width: 62px;
  position: absolute;
  top: 50%;
  width: 4.4285714286vw
}

.voice_slider .swiper-button-prev {
  left: 18.9285714286vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.voice_slider .swiper-button-next {
  right: 18.9285714286vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.voice_slider .swiper-pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.voice_slider .swiper-pagination .swiper-pagination-bullet {
  background: #b4b4b4;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px
}

.voice_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed5152
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none
  }

  .is-sp {
    display: block
  }

  main {
    margin-top: 29.6vw
  }

  .float_btn {
    bottom: 4.8vw;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 90.1333333333vw
  }

  .seminar_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 5.3333333333vw;
    justify-content: center
  }

  .seminar_list li {
    border-radius: 5.3333333333vw;
    width: 100%
  }

  .seminar_list li .list_head {
    padding: 2.1333333333vw 4.2666666667vw 2.4vw
  }

  .seminar_list li .list_head .area {
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    margin-right: 2.1333333333vw;
    min-width: 29.8666666667vw;
    padding: 1.6vw 2.1333333333vw 1.3333333333vw
  }

  .seminar_list li .list_head .title {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    width: 52.8vw
  }

  .seminar_list li .detail {
    gap: 0;
    padding: 2.1333333333vw 6.1333333333vw 4.2666666667vw 4.2666666667vw;
    position: relative
  }

  .seminar_list li .detail figure {
    height: 25.3333333333vw;
    left: 4.2666666667vw;
    position: absolute;
    top: 2.1333333333vw;
    width: 19.7333333333vw
  }

  .seminar_list li .detail figure figcaption {
    display: none
  }

  .seminar_list li .detail .right {
    width: 100%
  }

  .seminar_list li .detail .right dl {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 3.7333333333vw;
    gap: 1.0666666667vw;
    margin: 0 0 0 auto;
    width: 61.0666666667vw
  }

  .seminar_list li .detail .right dl + dl {
    margin: 1.3333333333vw 0 2.4vw auto;
    padding-bottom: 2.1333333333vw
  }

  .seminar_list li .detail .right dl dt {
    border-radius: .5333333333vw;
    padding: 0 1.6vw;
    width: 10.6666666667vw
  }

  .seminar_list li .detail .right dl dd, .seminar_list li .detail .right dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .seminar_list li .detail .right dl dd {
    line-height: 1.2142857143;
    vertical-align: middle;
    width: 49.3333333333vw
  }

  .seminar_list li .detail .right .name {
    display: block;
    font-size: 3.2vw;
    font-weight: 500;
    margin: 0 0 2.6666666667vw auto;
    width: 61.0666666667vw
  }

  .seminar_list li .detail .right .category_list {
    gap: 1.0666666667vw;
    margin-bottom: 2.1333333333vw
  }

  .seminar_list li .detail .right .category_list li {
    border-radius: 1.3333333333vw;
    font-size: 2.6666666667vw;
    padding: .5333333333vw 2.6666666667vw .2666666667vw
  }

  .seminar_list li .detail .right .btn_wrapper {
    gap: 2.1333333333vw
  }

  .faq_list .faq_content {
    border-radius: 1.3333333333vw;
    padding: 0 3.2vw
  }

  .faq_list .faq_content + dl {
    margin-top: 3.2vw
  }

  .faq_list .faq_content dt {
    font-size: 4.8vw;
    padding: 3.4666666667vw 8vw 3.4666666667vw 0
  }

  .faq_list .faq_content dt:before {
    font-size: 7.2vw;
    margin-right: 2.1333333333vw
  }

  .faq_list .faq_content dt:after {
    height: 4.2666666667vw;
    right: 3.2vw;
    width: 4.2666666667vw
  }

  .faq_list .faq_content dd {
    padding: 0
  }

  .faq_list .faq_content dd:before {
    font-size: 7.2vw;
    margin-right: 2.1333333333vw
  }

  .faq_list .faq_content dd p {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385
  }

  .faq_list .faq_content.is-current dd {
    padding: 3.2vw 0
  }

  .news_list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    padding: 4vw 2.1333333333vw 3.2vw
  }

  .news_list li a .category {
    border-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 4.4vw
  }

  .news_list li a h3, .news_list li a time {
    font-size: 3.7333333333vw
  }

  .news_list li a h3 {
    font-weight: 600;
    line-height: 1.4285714286;
    width: 100%
  }

  .breadcrumb {
    display: block !important;
    padding: 3.2vw 5.3333333333vw 7.4666666667vw
  }

  .breadcrumb ul li {
    font-size: 3.2vw
  }

  .breadcrumb ul li + li:before {
    height: 2.1333333333vw;
    margin: 0 0 0 1.0666666667vw;
    width: 2.1333333333vw
  }

  .lower.yellow .kv {
    background: 50% no-repeat url(../img/common/kv_yellow_sp.png);
    background-size: cover
  }

  .lower.blue .kv {
    background: 50% no-repeat url(../img/common/kv_blue_sp.png);
    background-size: cover
  }

  .lower.green .kv {
    background: 50% no-repeat url(../img/common/kv_green_sp.png);
    background-size: cover
  }

  .lower .kv {
    background: 50% no-repeat url(../img/common/kv_pink_sp.png);
    background-size: cover;
    padding: 0 5.3333333333vw
  }

  .lower .kv .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 37.6vw;
    justify-content: center
  }

  .lower .kv .inner h2 {
    font-size: 6.4vw
  }

  .lower .breadcrumb02 {
    padding: 3.2vw 5.3333333333vw 7.4666666667vw
  }

  .lower .breadcrumb02 ul li {
    font-size: 3.2vw
  }

  .lower .breadcrumb02 ul li + li:before {
    height: 2.1333333333vw;
    margin: 0 0 0 1.0666666667vw;
    width: 2.1333333333vw
  }

  .lower .lower_common {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw
  }

  .lower .lower_common .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 0
  }

  .lower .lower_common .content + .content {
    margin-top: 10.6666666667vw
  }

  .lower .lower_common .content .left {
    width: 100%
  }

  .lower .lower_common .content .left h3 {
    font-size: 6.6666666667vw;
    line-height: 1.56;
    margin-bottom: 4vw
  }

  .lower .lower_common .content .left img {
    margin-bottom: 5.3333333333vw
  }

  .lower .lower_common .content .left p {
    font-size: 4vw;
    line-height: 1.3333333333;
    margin-bottom: 5.0666666667vw
  }

  .lower .lower_common .content .left .btn {
    margin: 0 auto !important
  }

  .main_content {
    margin-bottom: 13.8666666667vw
  }

  .main_content.has_intro h3 {
    margin-bottom: 5.0666666667vw;
    padding: 0 5.3333333333vw
  }

  .main_content.has_intro h3 .en {
    font-size: 3.7333333333vw;
    margin-bottom: 2.9333333333vw
  }

  .main_content.has_intro h3 .jp {
    font-size: 6.6666666667vw
  }

  .main_content.has_intro .intro_text {
    font-size: 4vw;
    line-height: 1.4666666667;
    padding: 0 5.3333333333vw
  }

  .voice_slider .swiper-slide {
    border-radius: 5.3333333333vw;
    padding: 6.1333333333vw 4.2666666667vw 3.4666666667vw;
    width: 82.9333333333vw
  }

  .voice_slider .swiper-slide .slider_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw
  }

  .voice_slider .swiper-slide .slider_head img {
    margin: 0 auto 1.0666666667vw;
    width: 10.6666666667vw
  }

  .voice_slider .swiper-slide .slider_head .detail {
    text-align: center
  }

  .voice_slider .swiper-slide .slider_head .detail h4 {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    margin-bottom: 2.6666666667vw
  }

  .voice_slider .swiper-slide .slider_head .detail .name {
    font-size: 4vw
  }

  .voice_slider .swiper-slide .text {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429
  }

  .voice_slider .swiper-button-next, .voice_slider .swiper-button-prev {
    background-size: contain;
    height: 9.2vw;
    width: 9.3333333333vw
  }

  .voice_slider .swiper-button-prev {
    left: 2.4vw
  }

  .voice_slider .swiper-button-next {
    right: 2.4vw
  }
}

.top h2 {
  margin-bottom: 40px;
  text-align: center
}

.top h2 span {
  display: block;
  font-weight: 700;
  line-height: 1
}

.top h2 .en {
  color: #ffacac;
  display: block;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  margin-bottom: 24px
}

.top h2 .jp {
  font-size: 44px
}

.top h2 .jp span {
  font-size: 34px;
  margin-bottom: 18px
}

.top .kv {
  position: relative;
  width: 100vw
}

.top .kv .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative
}

.top .kv .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

.top .kv .swiper-slide a {
  background: #fff;
  border-radius: 12px;
  bottom: 3.5714285714vw;
  display: block;
  height: 5.6428571429vw;
  opacity: 0;
  position: absolute;
  right: 15.8571428571vw;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 34.3571428571vw
}

@media (hover: hover) {
  .top .kv .swiper-slide a:hover {
    opacity: .4
  }
}

.top .kv .swiper-pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.top .kv .swiper-pagination .swiper-pagination-bullet {
  background: #b4b4b4;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px
}

.top .kv .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed5152
}

.top .sec_reason {
  padding: 105px 20px 100px
}

.top .sec_reason .inner {
  margin: 0 auto;
  max-width: 1000px
}

.top .sec_reason h2 {
  color: #ff7e7e;
  margin-bottom: 12px
}

.top .sec_reason h2 .jp span:first-of-type {
  color: #504848
}

.top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type) {
  display: inline;
  font-size: 45px
}

.top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type).num {
  font-size: 79px
}

.top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type).per {
  font-size: 57px
}

.top .sec_reason .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.8%;
  justify-content: center
}

.top .sec_reason .flex .left {
  background: #f5f5f5;
  border-radius: 20px;
  min-width: 380px;
  padding: 25px 1.8% 15px;
  text-align: center;
  width: 48.2%
}

.top .sec_reason .flex .left div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #ff7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2777777778;
  min-height: 60px;
  padding: 7px .5em;
  position: relative
}

.top .sec_reason .flex .left div + div {
  margin-top: 13px
}

.top .sec_reason .flex .left div:after {
  background: 50% no-repeat url(../img/top/reason_icon.png);
  background-size: cover;
  content: "";
  display: block;
  height: 44px;
  left: -3px;
  position: absolute;
  top: -12px;
  width: 52px
}

.top .sec_reason .flex .left div span {
  font-size: 12px
}

.top .sec_reason .flex .left > p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px
}

.top .sec_reason .flex .text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75 !important;
  width: 50%
}

.top .sec_problem {
  background: #fff4f4;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 20px 58px;
  text-align: center;
  width: 1200px
}

.top .sec_problem .inner {
  margin: 0 auto;
  max-width: 969px
}

.top .sec_problem h2 .en {
  color: #ff7e7e
}

.top .sec_problem p {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 29px auto 0;
  position: relative;
  text-align: left;
  width: auto
}

.top .sec_problem p:before {
  background: 50% no-repeat url(../img/top/problem_item01.png);
  background-size: cover;
  height: 51px;
  left: -86.5px;
  width: 60px
}

.top .sec_problem p:after, .top .sec_problem p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.top .sec_problem p:after {
  background: 50% no-repeat url(../img/top/problem_item02.png);
  background-size: cover;
  height: 49px;
  right: -34px;
  width: 32px
}

.top .sec_problem p span {
  color: #ff7e7e;
  font-size: 45px
}

.top .sec_about {
  padding: 97px 20px 100px
}

.top .sec_about .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 3.1666666667%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px
}

.top .sec_about .inner .left {
  text-align: left;
  width: 36.3333333333%
}

.top .sec_about .inner .left h2 {
  margin-bottom: 69px;
  text-align: left
}

.top .sec_about .inner .left h2 .jp {
  line-height: 1.2444444444
}

.top .sec_about .inner .left p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.75 !important
}

.top .sec_about .inner .right {
  width: 60.5%
}

.top .sec_about .inner .right > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start
}

.top .sec_about .inner .right > div + div {
  border-top: 1px solid #ff7e7e;
  margin-top: 32px;
  padding-top: 32px
}

.top .sec_about .inner .right > div:first-of-type .f-l {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px
}

.top .sec_about .inner .right > div:first-of-type .f-l span {
  color: #ff7e7e;
  display: block;
  font-size: 45px;
  margin-bottom: 5px
}

.top .sec_about .inner .right > div:last-of-type .f-l, .top .sec_about .inner .right > div:nth-of-type(2) .f-l {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px
}

.top .sec_about .inner .right > div:last-of-type .f-l span, .top .sec_about .inner .right > div:nth-of-type(2) .f-l span {
  font-size: 55px
}

.top .sec_about .inner .right > div img {
  margin-right: 42px;
  width: 196px
}

.top .sec_about .inner .right > div .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75 !important
}

.top .sec_offers {
  background: 50% no-repeat url(../img/top/offers_bg.png);
  background-size: cover;
  padding: 94px 20px 96px
}

.top .sec_offers .inner {
  margin: 0 auto;
  max-width: 1000px
}

.top .sec_offers h2 {
  margin-bottom: 12px
}

.top .sec_offers h2 span {
  color: #fff !important
}

.top .sec_offers .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.4285714286;
  margin-bottom: 59px;
  text-align: center
}

.top .sec_offers .text span {
  font-weight: 600
}

.top .sec_offers .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.6%;
  justify-content: center
}

.top .sec_offers .flex > div {
  background: #fff;
  border-radius: 30px;
  padding: 47px 28px 33px;
  position: relative;
  width: 32.3%
}

.top .sec_offers .flex > div .num {
  background: 50% no-repeat url(../img/top/offers_num_bg.png);
  background-size: cover;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  height: 83px;
  left: 50%;
  letter-spacing: -.05em;
  padding-top: .375em;
  position: absolute;
  text-align: center;
  top: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 171px
}

.top .sec_offers .flex > div .num span {
  font-size: 35px;
  font-weight: 700;
  padding-left: 5px
}

.top .sec_offers .flex > div img {
  margin: 0 auto 22px;
  width: 163px
}

.top .sec_offers .flex > div h3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3333333333;
  min-height: 64px;
  text-align: center
}

.top .sec_offers .flex > div p:not(.num) {
  font-weight: 500;
  line-height: 1.75 !important;
  margin-top: 15px
}

.top .sec_seminar {
  padding: 98px 20px 100px
}

.top .sec_seminar .inner {
  margin: 0 auto;
  max-width: 1200px
}

.top .sec_seminar h2 {
  margin-bottom: 40px
}

.top .sec_seminar h2 .jp span:after, .top .sec_seminar h2 .jp span:before {
  background: 50% no-repeat url(../img/top/seminar_ttl_icon.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 30.27px;
  width: 16.88px
}

.top .sec_seminar h2 .jp span:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.top .sec_seminar .text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 28px;
  text-align: center
}

.top .sec_seminar .text span {
  display: block;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 18px
}

.top .sec_seminar .btn_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 13px;
  justify-content: center
}

.top .sec_seminar .note {
  margin: 32px auto 40px;
  max-width: 715px
}

.top .sec_seminar .search_btn_wrapper {
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 57px;
  padding: 35px 20px 32px
}

.top .sec_seminar .search_btn_wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 29px;
  text-align: center
}

.top .sec_seminar .search_btn_wrapper h4:before {
  background: 50% no-repeat url(../img/common/icon_seminar_serch.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 31px;
  vertical-align: text-bottom;
  width: 31px
}

.top .sec_seminar .search_btn_wrapper .btn_wrapper {
  gap: 12px;
  margin: 0 auto 26px;
  max-width: 1036px
}

.top .sec_seminar .search_btn_wrapper .area_wrapper dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 829px
}

.top .sec_seminar .search_btn_wrapper .area_wrapper dl + dl {
  margin-top: 16px
}

.top .sec_seminar .search_btn_wrapper .area_wrapper dl dt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  width: 160px
}

.top .sec_seminar .search_btn_wrapper .area_wrapper dl dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 12px;
  justify-content: flex-start;
  width: calc(100% - 160px)
}

.top .sec_seminar h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 46px;
  text-align: center
}

.top .sec_strength {
  background: 0 0 no-repeat url(../img/top/strength_bg.png);
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  margin: 0 auto -163px;
  max-width: 1200px;
  padding: 90px 20px 100px;
  position: relative;
  z-index: 1
}

.top .sec_strength .inner {
  margin: 0 auto;
  max-width: 1000px
}

.top .sec_strength .sec01 {
  margin-bottom: 62px
}

.top .sec_strength .sec01 h2 {
  margin-bottom: 20px
}

.top .sec_strength .sec01 .text {
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.75;
  margin-bottom: 14px;
  text-align: center
}

.top .sec_strength .sec01 img {
  border-radius: 20px
}

.top .sec_strength .sec02 {
  margin-bottom: 65px;
  position: relative
}

.top .sec_strength .sec02:before {
  background: 50% no-repeat url(../img/top/strength_img02.png);
  background-size: cover;
  content: "";
  display: block;
  height: 148.5px;
  position: absolute;
  right: 0;
  top: 30.4px;
  width: 210.5px
}

.top .sec_strength .sec02 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 18px;
  position: relative;
  z-index: 1
}

.top .sec_strength .sec02 .text {
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.75;
  margin-bottom: 14px;
  position: relative;
  z-index: 1
}

.top .sec_strength .sec02 ul {
  background: #fff;
  border-radius: 20px;
  color: #504848;
  display: grid;
  font-size: 20px;
  font-weight: 600;
  gap: 20px 19px;
  grid-template-columns:.68fr 1fr;
  grid-template-rows:auto auto auto;
  padding: 44px 28px
}

.top .sec_strength .sec02 ul li {
  min-height: 27px;
  padding-left: 39px;
  position: relative
}

.top .sec_strength .sec02 ul li:before {
  background: 50% no-repeat url(../img/top/list_icon.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 27px
}

.top .sec_strength .sec03 {
  text-align: center
}

.top .sec_strength .sec03 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 18px
}

.top .sec_strength .sec03 .text {
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.75;
  margin-bottom: 21px
}

.top .sec_voice {
  background: #f5f5f5;
  padding: 259px 20px 28px
}

.top .sec_voice > .text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 33px;
  text-align: center
}

.top .sec_faq {
  background: #f5f5f5;
  padding: 100px 20px
}

.top .sec_faq .inner {
  margin: 0 auto;
  max-width: 1000px
}

.top .sec_news {
  background: #f5f5f5;
  padding: 0 20px 100px
}

.top .sec_news .inner {
  margin: 0 auto;
  max-width: 1000px
}

.top .sec_message {
  background: 50% no-repeat url(../img/top/message_bg.png);
  background-size: cover;
  padding: 192.1px 20px 173.4px
}

.top .sec_message img {
  margin: 0 auto 38.1px;
  width: 794px
}

.top .sec_message p {
  color: #fff;
  font-size: 21px;
  letter-spacing: .04em;
  line-height: 1.9047619048;
  text-align: center
}

@media screen and (max-width: 767px) {
  .top h2 {
    margin-bottom: 6.6666666667vw
  }

  .top h2 .en {
    font-size: 3.7333333333vw;
    margin-bottom: 5.6vw
  }

  .top h2 .jp {
    font-size: calc(8vw - 1px);
    line-height: 1.21875
  }

  .top h2 .jp span {
    font-size: calc(6.6666666667vw - 1px);
    margin-bottom: 1.8666666667vw
  }

  .top .kv .swiper-slide a {
    border-radius: 3.2vw;
    bottom: 8.5333333333vw;
    height: 13.6vw;
    right: 8.5333333333vw;
    width: 82.9333333333vw
  }

  .top .kv .swiper-pagination {
    bottom: -4.8vw;
    gap: 2.9333333333vw
  }

  .top .kv .swiper-pagination .swiper-pagination-bullet {
    height: 1.6vw;
    width: 1.6vw
  }

  .top .sec_reason {
    padding: 14.4vw 5.3333333333vw 13.8666666667vw
  }

  .top .sec_reason h2 {
    margin-bottom: 2.4vw
  }

  .top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type) {
    font-size: 8vw
  }

  .top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type).num {
    font-size: calc(13.3333333333vw - 1px);
  }

  .top .sec_reason h2 .jp span:not(.top .sec_reason h2 .jp span:first-of-type).per {
    font-size: 8.5333333333vw
  }

  .top .sec_reason .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 3.2vw
  }

  .top .sec_reason .flex .left {
    border-radius: 5.3333333333vw;
    min-width: unset;
    padding: 6.4vw 3.2vw 4.2666666667vw;
    width: 100%
  }

  .top .sec_reason .flex .left div {
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    min-height: 13.3333333333vw;
    padding: 1.6vw .5em 1.3333333333vw
  }

  .top .sec_reason .flex .left div + div {
    margin-top: 3.4666666667vw
  }

  .top .sec_reason .flex .left div:after {
    height: 11.7333333333vw;
    left: -.8vw;
    top: -3.4666666667vw;
    width: 13.8666666667vw
  }

  .top .sec_reason .flex .left div span {
    font-size: 3.2vw
  }

  .top .sec_reason .flex .left > p {
    font-size: 3.7333333333vw;
    font-weight: 700;
    margin-top: 2.9333333333vw
  }

  .top .sec_reason .flex .text {
    font-size: calc(3.7333333333vw - 1px);
    font-weight: 400;
    line-height: 1.6428571429;
    width: 100%
  }

  .top .sec_problem {
    border-radius: 5.3333333333vw;
    padding: 5.8666666667vw 3.0666666667vw 7.4666666667vw;
    width: 89.3333333333vw
  }

  .top .sec_problem .inner {
    max-width: unset;
    width: 100%
  }

  .top .sec_problem h2 .en {
    color: #ed5152
  }

  .top .sec_problem p {
    display: block;
    font-size: 6.6666666667vw;
    line-height: 1.28;
    margin: 4.8vw 0 0 9.7333333333vw
  }

  .top .sec_problem p:before {
    height: 7.2vw;
    left: -9.3333333333vw;
    top: .5333333333vw;
    -webkit-transform: unset;
    transform: unset;
    width: 8.2666666667vw
  }

  .top .sec_problem p:after {
    height: 9.6106666667vw;
    right: 4vw;
    top: 26.6666666667vw;
    -webkit-transform: unset;
    transform: unset;
    width: 6.2746666667vw
  }

  .top .sec_problem p span {
    font-size: 9.3333333333vw
  }

  .top .sec_about {
    padding: 13.3333333333vw 5.3333333333vw
  }

  .top .sec_about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.8666666667vw
  }

  .top .sec_about .inner .left {
    text-align: center;
    width: 100%
  }

  .top .sec_about .inner .left h2 {
    margin-bottom: 5.3333333333vw;
    text-align: center
  }

  .top .sec_about .inner .left h2 .jp {
    line-height: 1.1666666667
  }

  .top .sec_about .inner .left p {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.3333333333
  }

  .top .sec_about .inner .right {
    width: 100%
  }

  .top .sec_about .inner .right > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .top .sec_about .inner .right > div + div {
    margin-top: 6.1333333333vw;
    padding-top: 6.4vw
  }

  .top .sec_about .inner .right > div:first-of-type .f-l {
    font-size: 6.6666666667vw;
    margin-bottom: 3.2vw;
    text-align: center
  }

  .top .sec_about .inner .right > div:first-of-type .f-l span {
    font-size: 8vw;
    margin-bottom: .8vw
  }

  .top .sec_about .inner .right > div:last-of-type .f-l, .top .sec_about .inner .right > div:nth-of-type(2) .f-l {
    font-size: 6.6666666667vw;
    margin-bottom: 3.2vw;
    text-align: center
  }

  .top .sec_about .inner .right > div:last-of-type .f-l span, .top .sec_about .inner .right > div:nth-of-type(2) .f-l span {
    font-size: 9.3333333333vw
  }

  .top .sec_about .inner .right > div img {
    margin: 0 0 2.6666666667vw;
    width: 28vw
  }

  .top .sec_about .inner .right > div .text {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.4666666667;
    text-align: center
  }

  .top .sec_offers {
    background: 50% no-repeat url(../img/top/offers_bg_sp.png);
    background-size: cover;
    padding: 9.3333333333vw 5.3333333333vw
  }

  .top .sec_offers h2 {
    margin-bottom: 4.2666666667vw
  }

  .top .sec_offers .text {
    font-size: calc(3.7333333333vw - 1px);
    line-height: 1.6428571429;
    margin-bottom: 12.8vw
  }

  .top .sec_offers .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 11.7333333333vw
  }

  .top .sec_offers .flex > div {
    border-radius: 5.3333333333vw;
    padding: 12.8vw 4.2666666667vw 6.4vw;
    width: 100%
  }

  .top .sec_offers .flex > div .num {
    background: 50% no-repeat url(../img/top/offers_num_bg_sp.png);
    background-size: cover;
    font-size: 6.6666666667vw;
    height: 15.7333333333vw;
    left: 50%;
    padding-top: 1.0666666667vw;
    top: -5.3333333333vw;
    width: 29.6vw
  }

  .top .sec_offers .flex > div .num span {
    font-size: 7.2vw;
    padding-left: .8vw
  }

  .top .sec_offers .flex > div img {
    display: none
  }

  .top .sec_offers .flex > div h3 {
    font-size: 6.6666666667vw;
    line-height: 1.28;
    min-height: unset
  }

  .top .sec_offers .flex > div p:not(.num) {
    line-height: 1.4285714286;
    margin-top: 3.7333333333vw
  }

  .top .sec_seminar {
    padding: 13.3333333333vw 3.3333333333vw 13.8666666667vw
  }

  .top .sec_seminar h2 {
    margin-bottom: 5.6vw
  }

  .top .sec_seminar h2 .jp span:after, .top .sec_seminar h2 .jp span:before {
    height: 6.1866666667vw;
    margin-bottom: -1.0666666667vw;
    width: 3.4506666667vw
  }

  .top .sec_seminar h2 .jp span:before {
    -webkit-transform: translateX(-1.0666666667vw);
    transform: translateX(-1.0666666667vw)
  }

  .top .sec_seminar h2 .jp span:after {
    -webkit-transform: translateX(1.0666666667vw) scaleX(-1);
    transform: translateX(1.0666666667vw) scaleX(-1)
  }

  .top .sec_seminar .text {
    font-size: calc(3.7333333333vw - 1px);
    font-weight: 600;
    line-height: 1.6428571429;
    margin-bottom: 5.6vw
  }

  .top .sec_seminar .text span {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    margin-top: 4.2666666667vw
  }

  .top .sec_seminar .btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4.2666666667vw
  }

  .top .sec_seminar .note {
    font-size: 3.2vw;
    margin: 4.2666666667vw auto 4.8vw;
    max-width: 89.3333333333vw
  }

  .top .sec_seminar .search_btn_wrapper {
    border-radius: 5.3333333333vw;
    margin: 0 auto 12.5333333333vw;
    padding: 7.4666666667vw 3.2vw 5.3333333333vw;
    width: 89.3333333333vw
  }

  .top .sec_seminar .search_btn_wrapper h4 {
    font-size: 4.8vw;
    margin-bottom: 6.4vw
  }

  .top .sec_seminar .search_btn_wrapper h4:before {
    height: 8.2666666667vw;
    width: 8.2666666667vw
  }

  .top .sec_seminar .search_btn_wrapper .btn_wrapper {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3.2vw 2.9333333333vw;
    margin: 0 auto 6.6666666667vw
  }

  .top .sec_seminar .search_btn_wrapper .area_wrapper dl, .top .sec_seminar .search_btn_wrapper .btn_wrapper {
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: unset;
    width: 100%
  }

  .top .sec_seminar .search_btn_wrapper .area_wrapper dl {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center
  }

  .top .sec_seminar .search_btn_wrapper .area_wrapper dl + dl {
    margin-top: 6.6666666667vw
  }

  .top .sec_seminar .search_btn_wrapper .area_wrapper dl dt {
    font-size: 4.2666666667vw;
    width: 100%
  }

  .top .sec_seminar .search_btn_wrapper .area_wrapper dl dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3.2vw 2.6666666667vw;
    justify-content: space-between;
    margin-top: 3.2vw;
    width: 100%
  }

  .top .sec_seminar h3 {
    font-size: 4.8vw;
    margin-bottom: 8.2666666667vw
  }

  .top .sec_strength {
    background: 0 0 no-repeat url(../img/top/strength_bg_sp.png);
    background-size: cover;
    border-radius: 0;
    margin: 0;
    padding: 26.9333333333vw 5.3333333333vw 13.8666666667vw
  }

  .top .sec_strength .sec01 {
    margin-bottom: 15.2vw
  }

  .top .sec_strength .sec01 h2 {
    margin-bottom: 4.5333333333vw
  }

  .top .sec_strength .sec01 .text {
    font-size: 4vw;
    letter-spacing: unset;
    line-height: 1.3333333333;
    margin-bottom: 5.0666666667vw
  }

  .top .sec_strength .sec01 img {
    border-radius: 5.3333333333vw
  }

  .top .sec_strength .sec02 {
    margin-bottom: 15.2vw
  }

  .top .sec_strength .sec02:before {
    display: none
  }

  .top .sec_strength .sec02 h3 {
    font-size: 5.3333333333vw;
    line-height: 1.95;
    margin-bottom: 4.2666666667vw;
    text-align: center
  }

  .top .sec_strength .sec02 .text {
    font-size: 4vw;
    letter-spacing: unset;
    line-height: 1.3333333333;
    margin-bottom: 1.8666666667vw
  }

  .top .sec_strength .sec02 img {
    margin: 0 auto
  }

  .top .sec_strength .sec02 img.is-sp {
    margin-bottom: 5.3333333333vw;
    width: 73.3333333333vw
  }

  .top .sec_strength .sec02 ul {
    border-radius: 5.3333333333vw;
    display: block;
    font-size: 4.2666666667vw;
    gap: unset;
    grid-template-columns:unset;
    grid-template-rows:unset;
    padding: 5.3333333333vw 8.2666666667vw 5.3333333333vw 9.8666666667vw
  }

  .top .sec_strength .sec02 ul li {
    min-height: unset;
    padding-left: 6.6666666667vw
  }

  .top .sec_strength .sec02 ul li + li {
    margin-top: 2.1333333333vw
  }

  .top .sec_strength .sec02 ul li:before {
    height: 5.0666666667vw;
    top: 0;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw);
    width: 5.0666666667vw
  }

  .top .sec_strength .sec03 {
    text-align: center
  }

  .top .sec_strength .sec03 h3 {
    font-size: 5.3333333333vw;
    line-height: 1.95;
    margin-bottom: 4.2666666667vw
  }

  .top .sec_strength .sec03 .text {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.3333333333;
    margin-bottom: 5.0666666667vw;
    text-align: left
  }

  .top .sec_voice {
    padding: 14.1333333333vw 0 6.4vw
  }

  .top .sec_voice > .text {
    font-size: calc(3.7333333333vw - 1px);
    line-height: 1.6428571429;
    margin-bottom: 7.4666666667vw
  }

  .top .sec_faq {
    padding: 13.8666666667vw 5.3333333333vw 17.8666666667vw
  }

  .top .sec_news {
    padding: 0 5.3333333333vw 13.6vw
  }

  .top .sec_message {
    background: 50% no-repeat url(../img/top/message_bg.png);
    background-size: cover;
    padding: 25.4666666667vw 5.3333333333vw 21.0666666667vw
  }

  .top .sec_message img {
    margin: 0 auto 6.1333333333vw;
    width: 64.88vw
  }

  .top .sec_message p {
    font-size: 4.2666666667vw;
    line-height: 1.625
  }
}

.faq .main_content {
  padding: 0 20px
}

.faq .faq_list {
  margin: 40px auto 0;
  max-width: 1000px
}

.faq .faq_list .faq_content {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  pointer-events: none
}

.faq .faq_list .faq_content dt:after {
  display: none
}

.faq .faq_list .faq_content dd a {
  text-decoration: underline
}

@media screen and (max-width: 767px) {
  .faq .main_content {
    padding: 0 5.3333333333vw
  }

  .faq .faq_list {
    margin: 4.8vw auto 0
  }

  .faq .faq_list .faq_content {
    border-radius: 1.3333333333vw
  }
}

.voice .main_content {
  padding: 0 20px
}

.voice .voice_list {
  margin: 40px auto 0;
  max-width: 1000px
}

.voice .voice_list dl {
  border: 1px solid #ffacac;
  border-radius: 20px;
  padding: 30px 24px 38px
}

.voice .voice_list dl + dl {
  margin-top: 20px
}

.voice .voice_list dl dt {
  border-bottom: 1px solid #ffacac;
  margin-bottom: 8px;
  padding-bottom: 12px
}

.voice .voice_list dl dt .category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start
}

.voice .voice_list dl dt .category p {
  border: 1px solid #504848;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 12px
}

.voice .voice_list dl dt .category p + p {
  margin-left: 10px
}

.voice .voice_list dl dt h4 {
  color: #ff7e7e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 12px
}

.voice .voice_list dl dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start
}

.voice .voice_list dl dd img {
  margin: 0 16px 0 0;
  width: 200px
}

.voice .voice_list dl dd img + p {
  width: calc(100% - 216px)
}

.voice .voice_list dl dd p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75 !important;
  width: 100%
}

.voice .voice_list dl dd .name {
  margin-top: 16px;
  width: 100%
}

@media screen and (max-width: 767px) {
  .voice .main_content {
    padding: 0 5.3333333333vw
  }

  .voice .voice_list {
    margin: 4vw auto 0
  }

  .voice .voice_list dl {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 3.2vw 5.0666666667vw
  }

  .voice .voice_list dl + dl {
    margin-top: 5.3333333333vw
  }

  .voice .voice_list dl dt {
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw
  }

  .voice .voice_list dl dt .category p {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    padding: 1.0666666667vw 1.8666666667vw
  }

  .voice .voice_list dl dt .category p + p {
    margin-left: 2.1333333333vw
  }

  .voice .voice_list dl dt h4 {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    margin-top: 2.1333333333vw
  }

  .voice .voice_list dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  .voice .voice_list dl dd img {
    margin: 3.2vw 0 2.1333333333vw;
    max-width: 47.2vw
  }

  .voice .voice_list dl dd img + p {
    width: 100%
  }

  .voice .voice_list dl dd p {
    font-size: 3.2vw;
    line-height: 1.8333333333
  }

  .voice .voice_list dl dd .name {
    margin-top: 2.1333333333vw
  }
}

.office .breadcrumb02 {
  padding-bottom: 60px
}

.office .main_content {
  padding: 0 20px
}

.office .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 2.268907563%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1190px
}

.office .content + .content {
  margin-top: 106px
}

.office .content .detail {
  width: 47.0588235294%
}

.office .content .detail h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px
}

.office .content .detail dl:first-of-type dt:before {
  background: 50% no-repeat url(../img/office/icon_address.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 4px;
  vertical-align: bottom;
  width: 25px
}

.office .content .detail dl:first-of-type dd .tel {
  margin-top: 8px
}

.office .content .detail dl:first-of-type dd .tel02 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px
}

.office .content .detail dl:first-of-type dd .tel02:before {
  background: 50% no-repeat url(../img/office/icon_tel.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 3px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  width: 24.5px
}

.office .content .detail dl:nth-of-type(2) {
  margin: 36px 0 20px
}

.office .content .detail dl:nth-of-type(2) dt:before {
  background: 50% no-repeat url(../img/office/icon_access.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: baseline;
  width: 13.5px
}

.office .content .detail dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px
}

.office .content .detail dl dd {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px
}

.office .content .detail dl dd p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286
}

.office .content .detail .anchor_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 16px;
  justify-content: flex-start
}

.office .content .detail .detail_btn {
  border-bottom: 1px solid #504848;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em
}

.office .content .detail .detail_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 4px;
  vertical-align: middle;
  width: 8px
}

.office .content > img {
  width: 50.6722689076%
}

@media screen and (max-width: 767px) {
  .office .breadcrumb02 {
    padding-bottom: 8.2666666667vw
  }

  .office .main_content {
    padding: 0 5.3333333333vw
  }

  .office .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.3333333333vw
  }

  .office .content + .content {
    margin-top: 8.5333333333vw
  }

  .office .content .detail {
    width: 100%
  }

  .office .content .detail h3 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin-bottom: 3.2vw
  }

  .office .content .detail dl:first-of-type dt:before {
    height: 4.8vw;
    margin-right: 1.0666666667vw;
    vertical-align: middle;
    width: 4.8vw
  }

  .office .content .detail dl:first-of-type dd .tel {
    margin-top: .8vw
  }

  .office .content .detail dl:first-of-type dd .tel02 {
    font-size: 4.2666666667vw;
    margin-top: 1.5466666667vw
  }

  .office .content .detail dl:first-of-type dd .tel02:before {
    height: 3.776vw;
    margin-right: 1.0666666667vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw);
    width: 5.232vw
  }

  .office .content .detail dl:nth-of-type(2) {
    margin: 4.2666666667vw 0 3.2vw
  }

  .office .content .detail dl:nth-of-type(2) dt:before {
    height: 3.6426666667vw;
    margin: 0 1.5466666667vw 0 1.0666666667vw;
    vertical-align: middle;
    width: 2.7146666667vw
  }

  .office .content .detail dl dt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-bottom: 2.9333333333vw
  }

  .office .content .detail dl dd {
    border-radius: 2.6666666667vw;
    padding: 3.2vw 3.2vw 2.9333333333vw
  }

  .office .content .detail dl dd p {
    font-size: 3.2vw;
    line-height: 1.6666666667
  }

  .office .content .detail .anchor_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start
  }

  .office .content .detail .detail_btn {
    font-size: 3.2vw
  }

  .office .content .detail .detail_btn:after {
    height: 1.0666666667vw;
    margin-left: 1.0666666667vw;
    width: 1.0666666667vw
  }

  .office .content > img {
    width: 100%
  }
}

.office_single .breadcrumb02 {
  padding-bottom: 60px
}

.office_single .main_content {
  padding: 0 20px
}

.office_single .inner {
  margin: 0 auto;
  max-width: 1190px
}

.office_single .sec01 .flex {
    display: grid;
    grid-template-columns: 45.7058823529% 62.6050420168%;
    gap: 2.6890756303%;
    justify-content: space-between;
    align-items: flex-start;
}

/* ----------------------------------------------------------------------------------
 * Common Styles for new Blocks
 * ---------------------------------------------------------------------------------- */
.office-block img {
    width: 100%;
    display: block; /* Ensure images behave properly in their containers */
}

/* Image 1 Block positioning (Top-Left) */
.office_single .sec01 .flex .office-img-1 {
    grid-column: 1; /* First column (Left) */
    grid-row: 1; /* First row */
    width: 100%;
    margin-bottom: 40px; /* Space between Image 1 and Image 2 */
}

/* Image 2 Block positioning (Bottom-Left) */
.office_single .sec01 .flex .office-img-2 {
    grid-column: 1; /* First column (Left) */
    grid-row: 2; /* Second row */
    width: 100%;
}


.office_single .sec01 .flex .office-img-2 .map-links {
    display: flex;
    gap: 20px;
    margin-top: 10px; /* 画像とリンクの間のスペース */
}

.office_single .sec01 .flex .office-img-2 .map-links .map-link {
    font-size: 14px;
    font-weight: 700;
    color: #ff7e7e; /* リンク色をアクセントカラーに設定 */
    display: inline-flex;
    align-items: center;
    /* ホバーエフェクト */
    transition: opacity 0.2s ease;
}

.office_single .sec01 .flex .office-img-2 .map-links .map-link:hover {
    opacity: 0.8;
}

.office_single .sec01 .flex .office-img-2 .map-links .map-link:after {
    /* 元のCSSに倣い、画像を使用する代わりに、今回はシンプルに文字の矢印を使用 */
    content: '›'; 
    font-size: 1.2em;
    margin-left: 5px;
}


/* Content 1 Block (所在地・連絡先) positioning (Top-Right) */
.office_single .sec01 .flex .office-content-1 {
    grid-column: 2; /* Second column (Right) */
    grid-row: 1; /* First row */
    width: 83%;
}

/* Content 2 Block (アクセス) positioning (Bottom-Right) */
.office_single .sec01 .flex .office-content-2 {
    grid-column: 2; /* Second column (Right) */
    grid-row: 2; /* Second row */
    width: 83%;
    /* margin-topを調整し、dl:nth-of-type(2)のmarginと合わせることで元のデザインを再現 */
    margin-top: -36px; 
}

/* ----------------------------------------------------------------------------------
 * Common Content Styles (Reused from original .right)
 * ---------------------------------------------------------------------------------- */

.office_single .sec01 .flex .office-content-1 dl:first-of-type dt:before {
    background: 50% no-repeat url(../img/office/icon_address.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 4px;
    vertical-align: bottom;
    width: 25px
}

/* Original: .office_single .sec01 .flex .right dl:nth-of-type(2) */
.office_single .sec01 .flex .office-content-2 dl:first-of-type {
    margin: 36px 0 20px;
}

.office_single .sec01 .flex .office-content-2 dl:first-of-type dt:before {
    background: 50% no-repeat url(../img/office/icon_access.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: baseline;
    width: 13.5px
}

.office_single .sec01 .flex .office-content-1 dl dt,
.office_single .sec01 .flex .office-content-2 dl dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px
}

.office_single .sec01 .flex .office-content-1 dl dd,
.office_single .sec01 .flex .office-content-2 dl dd {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px
}

.office_single .sec01 .flex .office-content-1 dl dd li, .office_single .sec01 .flex .office-content-1 dl dd p,
.office_single .sec01 .flex .office-content-2 dl dd li, .office_single .sec01 .flex .office-content-2 dl dd p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75 !important
}

.office_single .sec01 .flex .office-content-1 .detail_btn {
    border-bottom: 1px solid #504848;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-top: 12px
}

.office_single .sec01 .flex .office-content-1 .detail_btn:after {
    background: 50% no-repeat url(../img/common/btn_arrow_b.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    vertical-align: middle;
    width: 8px
}

/* Map styles remain unchanged */
.office_single .sec01 .map {
    height: 357px;
    margin-top: 52px;
    width: 100%
}

.office_single .sec01 .map iframe {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.office_single .sec01 .flex .left {
  overflow: hidden;
  padding-bottom: 40px;
  width: 34.7058823529%
}

.office_single .sec01 .flex .left .office_slider {
  position: relative;
  width: 100%
}

.office_single .sec01 .flex .left .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative
}

.office_single .sec01 .flex .left .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%
}

.office_single .sec01 .flex .left .swiper-slide img {
  width: 100%
}

.office_single .sec01 .flex .left .swiper-pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.office_single .sec01 .flex .left .swiper-pagination .swiper-pagination-bullet {
  background: #b4b4b4;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px
}

.office_single .sec01 .flex .left .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed5152
}

.office_single .sec01 .flex .right {
  width: 62.6050420168%
}

.office_single .sec01 .flex .right dl:first-of-type dt:before {
  background: 50% no-repeat url(../img/office/icon_address.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 4px;
  vertical-align: bottom;
  width: 25px
}

.office_single .sec01 .flex .right dl:first-of-type dd .tel {
  margin-top: 8px
}

.office_single .sec01 .flex .right dl:first-of-type dd .tel02 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px
}

.office_single .sec01 .flex .right dl:first-of-type dd .tel02:before {
  background: 50% no-repeat url(../img/office/icon_tel.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 3px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  width: 24.5px
}

.office_single .sec01 .flex .right dl:nth-of-type(2) {
  margin: 36px 0 20px
}

.office_single .sec01 .flex .right dl:nth-of-type(2) dt:before {
  background: 50% no-repeat url(../img/office/icon_access.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: baseline;
  width: 13.5px
}

.office_single .sec01 .flex .right dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px
}

.office_single .sec01 .flex .right dl dd {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px
}

.office_single .sec01 .flex .right dl dd li, .office_single .sec01 .flex .right dl dd p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75 !important
}

.office_single .sec01 .flex .right .detail_btn {
  border-bottom: 1px solid #504848;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-top: 12px
}

.office_single .sec01 .flex .right .detail_btn:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 4px;
  vertical-align: middle;
  width: 4px
}

.office_single .sec01 .map {
  height: 357px;
  margin-top: 52px;
  width: 100%
}

.office_single .sec01 .map iframe {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.office_single .sec02 {
  margin-top: 52px
}

.office_single .sec02 .full_w_title {
  background: #fff4f4;
  border-radius: 5px;
  color: #504848 !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px !important;
  padding: 4px 20px 3px;
  position: relative;
  text-align: left !important
}

.office_single .sec02 .full_w_title:after {
  background: #ff7e7e;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px
}

.office_single .sec02 ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 28px 2.3529411765%;
  justify-content: flex-start
}

.office_single .sec02 ul li {
  text-align: center;
  width: 14.7058823529%
}

.office_single .sec02 ul li a {
  aspect-ratio: 175/228;
  display: block
}

.office_single .sec02 ul li a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.office_single .sec02 ul li p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px
}

@media screen and (max-width: 767px) {
  .office_single .breadcrumb02 {
    padding-bottom: 8.2666666667vw
  }

  .office_single .main_content {
    padding: 0 5.3333333333vw
  }

    .office_single .sec01 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; /* Stack all elements vertically */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5.3333333333vw; /* Mobile gap */
    }

    /* Interleaving Order for Mobile */
    .office_single .sec01 .flex .office-img-1 { order: 1; } /* Image 1 */
    .office_single .sec01 .flex .office-content-1 { order: 2; } /* 所在地・連絡先 */
    .office_single .sec01 .flex .office-img-2 { order: 3; } /* Image 2 */
    .office_single .sec01 .flex .office-content-2 { order: 4; } /* アクセス */

    /* Image Blocks (Inheriting original .left mobile width) */
    .office_single .sec01 .flex .office-img-1,
    .office_single .sec01 .flex .office-img-2 {
        width: 95.1333333333vw;
        margin-bottom: 0 !important; /* Remove desktop margin */
        align-self: center; /* Center image blocks */
    }


    .office_single .sec01 .flex .office-img-2 .map-links {
        display: flex;
        gap: 5.3333333333vw; /* SP用ギャップ */
        margin-top: 2.6666666667vw; /* 画像とリンクの間のスペース */
    }
    
    .office_single .sec01 .flex .office-img-2 .map-links .map-link {
        font-size: 3.2vw;
    }

    .office_single .sec01 .flex .office-img-2 .map-links .map-link:after {
        content: '›'; 
        font-size: 1.2em;
        margin-left: 5px;
    }


    /* Content Blocks (Inheriting original .right mobile width) */
    .office_single .sec01 .flex .office-content-1,
    .office_single .sec01 .flex .office-content-2 {
        width: 100%;
        margin-top: 0 !important; /* Remove desktop negative margin */
        align-self: center; /* Center content blocks */
    }
    
    /* Access block margin adjustment for mobile */
    .office_single .sec01 .flex .office-content-2 dl:first-of-type {
        margin: 0 0 3.2vw; /* Adjust top margin since it's now separated */
    }

    /* Mobile specific styles for icons and typography */
    .office_single .sec01 .flex .office-content-1 dl:first-of-type dt:before {
        height: 4.8vw;
        margin-right: 1.0666666667vw;
        vertical-align: middle;
        width: 4.8vw
    }
    
    .office_single .sec01 .flex .office-content-2 dl:first-of-type dt:before {
         height: 3.6426666667vw;
         margin: 0 1.5466666667vw 0 1.0666666667vw;
         vertical-align: middle;
         width: 2.7146666667vw
    }
    
    .office_single .sec01 .flex .office-content-1 dl dt,
    .office_single .sec01 .flex .office-content-2 dl dt {
        font-size: 4vw;
        line-height: 1.5333333333;
        margin-bottom: 2.9333333333vw
    }

    .office_single .sec01 .flex .office-content-1 dl dd,
    .office_single .sec01 .flex .office-content-2 dl dd {
        border-radius: 2.6666666667vw;
        padding: 3.2vw 3.2vw 2.9333333333vw
    }

    .office_single .sec01 .flex .office-content-1 dl dd li, .office_single .sec01 .flex .office-content-1 dl dd p,
    .office_single .sec01 .flex .office-content-2 dl dd li, .office_single .sec01 .flex .office-content-2 dl dd p {
        font-size: 3.2vw;
        line-height: 1.6666666667
    }

    .office_single .sec01 .flex .office-content-1 .detail_btn {
        font-size: 3.2vw
    }

    .office_single .sec01 .map {
        height: 54.1333333333vw;
        margin-top: 8.5333333333vw
    }

  .office_single .sec01 .flex .left {
    padding-bottom: 5.8666666667vw;
    width: 70.1333333333vw
  }

  .office_single .sec01 .flex .left .swiper-pagination {
    bottom: -5.8666666667vw;
    gap: 2.1333333333vw
  }

  .office_single .sec01 .flex .left .swiper-pagination .swiper-pagination-bullet {
    height: 1.6vw;
    width: 1.6vw
  }

  .office_single .sec01 .flex .right {
    width: 100%
  }

  .office_single .sec01 .flex .right dl:first-of-type dt:before {
    height: 4.8vw;
    margin-right: 1.0666666667vw;
    vertical-align: middle;
    width: 4.8vw
  }

  .office_single .sec01 .flex .right dl:first-of-type dd .tel {
    margin-top: .8vw
  }

  .office_single .sec01 .flex .right dl:first-of-type dd .tel02 {
    font-size: 4.2666666667vw;
    margin-top: 1.5466666667vw
  }

  .office_single .sec01 .flex .right dl:first-of-type dd .tel02:before {
    height: 3.776vw;
    margin-right: 1.0666666667vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw);
    width: 5.232vw
  }

  .office_single .sec01 .flex .right dl:nth-of-type(2) {
    margin: 4.2666666667vw 0 3.2vw
  }

  .office_single .sec01 .flex .right dl:nth-of-type(2) dt:before {
    height: 3.6426666667vw;
    margin: 0 1.5466666667vw 0 1.0666666667vw;
    vertical-align: middle;
    width: 2.7146666667vw
  }

  .office_single .sec01 .flex .right dl dt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-bottom: 2.9333333333vw
  }

  .office_single .sec01 .flex .right dl dd {
    border-radius: 2.6666666667vw;
    padding: 3.2vw 3.2vw 2.9333333333vw
  }

  .office_single .sec01 .flex .right dl dd li, .office_single .sec01 .flex .right dl dd p {
    font-size: 3.2vw;
    line-height: 1.6666666667
  }

  .office_single .sec01 .flex .right .detail_btn {
    font-size: 3.2vw
  }

  .office_single .sec01 .flex .right .detail_btn:after {
    height: 1.0666666667vw;
    margin-left: 1.0666666667vw;
    width: 1.0666666667vw
  }

  .office_single .sec01 .map {
    height: 54.1333333333vw;
    margin-top: 8.5333333333vw
  }

  .office_single .sec02 {
    margin-top: 8.5333333333vw
  }

  .office_single .sec02 .full_w_title {
    border-radius: .8vw;
    font-size: 4.2666666667vw !important;
    line-height: 1.5;
    margin-bottom: 3.2vw !important;
    padding: 3.7333333333vw 3.2vw 3.2vw
  }

  .office_single .sec02 .full_w_title:after {
    border-radius: .6666666667vw;
    width: 1.3333333333vw
  }

  .office_single .sec02 ul {
    gap: 5.0666666667vw 4.2666666667vw
  }

  .office_single .sec02 ul li {
    width: 26.9333333333vw
  }

  .office_single .sec02 ul li a {
    aspect-ratio: 101/125
  }

  .office_single .sec02 ul li p {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw
  }
}

.seminar * {
  font-family: Noto Sans JP, sans-serif !important
}

.seminar .main_content {
  padding: 0 20px
}

.seminar .sche_con1 {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%
}

.seminar .sche_con1 h2.fromtop {
  color: #ff7e7e !important
}

.seminar .searchcon {
  border: 1px solid #ffacac;
  border-radius: 10px;
  overflow: hidden
}

.seminar .searchcon .search_title {
  background: #fff4f4;
  font-size: 24px;
  font-weight: 700;
  padding: 11px 10px;
  width: 100%
}

.seminar .searchcon .search_title:before {
  background: 50% no-repeat url(../img/seminar/icon_serch.png);
  background-size: cover;
  height: 20px;
  margin: 0 3px 0 0;
  width: 19px
}

.seminar .searchcon .search_detail {
  border: none
}

.seminar .searchcon .search_detail .search_result {
  color: #ff7e7e
}

.seminar .searchcon .search_detail .box_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start
}

.seminar .searchcon .search_detail .box_list * {
  font-family: Roboto, Noto Sans JP, sans-serif
}

.seminar .searchcon .search_detail .box_list > dt {
  font-weight: 700;
  width: 188px
}

.seminar .searchcon .search_detail .box_list > dd {
  width: calc(100% - 188px)
}

.seminar .searchcon .search_detail .box_list > dd dt {
  display: none
}

.seminar .searchcon .search_detail .box_list > dd dd {
  float: none
}

.seminar .searchcon .search_detail .box_list > dd dd label {
  margin-right: 0
}

.seminar .searchcon .search_detail .box_list > dd dd label input {
  color-scheme: light
}

.seminar .searchcon .search_detail .box_list .select_wrap {
  border: 1px solid #7c7c7c;
  border-radius: 15px;
  min-width: 165px;
  overflow: hidden;
  width: unset
}

.seminar .searchcon .search_detail .box_list .select_wrap:before {
  background: 50% no-repeat url(../img/seminar/select_icon.png);
  background-size: cover;
  border: none;
  height: 8.5px;
  margin: 0;
  right: 12.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11.5px
}

.seminar .searchcon .search_detail .box_list .select_wrap:has(select:disabled) {
  opacity: .5
}

.seminar .searchcon .search_detail .box_list .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 165px;
  outline: none;
  padding: 5.75px 21px 5px 11px;
  width: 100%
}

.seminar .searchcon .search_detail .box_list .search_terms, .seminar .searchcon .search_detail .box_list .search_timezone, .seminar .searchcon .search_detail .box_list .type_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4px 40px;
  justify-content: flex-start
}

.seminar .searchcon .search_detail .box_list .search_terms {
  gap: 8px 0
}

.seminar .searchcon .search_detail .box_list .search_terms dd {
  min-width: 201px
}

.seminar .searchcon .search_detail .box_list .search_time li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4px;
  justify-content: flex-start
}

.seminar .searchcon .search_detail .box_list .search_teacher .select_wrap {
  width: 270px
}

.seminar .searchcon .search_btn_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-top: 1px solid #7c7c7c;
  gap: 12px;
  justify-content: center;
  margin-top: 31px;
  padding-top: 32px
}

.seminar .searchcon .search_btn_wrapper, .seminar .searchcon .search_btn_wrapper .btn_submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.seminar .searchcon .search_btn_wrapper .btn_submit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 1px solid #ff7e7e;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #ff7e7e;
  font-weight: 700;
  height: 60px;
  justify-content: space-between;
  letter-spacing: -.03em;
  line-height: 1;
  padding: 0 9px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 250px
}

.seminar .searchcon .search_btn_wrapper .btn_submit:after, .seminar .searchcon .search_btn_wrapper .btn_submit:before {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 8px
}

.seminar .searchcon .search_btn_wrapper .btn_submit:before {
  opacity: 0
}

@media (hover: hover) {
  .seminar .searchcon .search_btn_wrapper .btn_submit:hover {
    background: #ff7e7e;
    color: #fff;
    opacity: 1
  }

  .seminar .searchcon .search_btn_wrapper .btn_submit:hover:after, .seminar .searchcon .search_btn_wrapper .btn_submit:hover:before {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

.seminar .searchcon .search_btn_wrapper .btn_clear {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff4f4;
  border: 1px solid #fff4f4;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #504848;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-weight: 700;
  height: 60px;
  justify-content: space-between;
  letter-spacing: -.03em;
  line-height: 1;
  padding: 0 9px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 250px
}

.seminar .searchcon .search_btn_wrapper .btn_clear:after, .seminar .searchcon .search_btn_wrapper .btn_clear:before {
  background: 50% no-repeat url(../img/common/btn_arrow_red.png);
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 8px
}

.seminar .searchcon .search_btn_wrapper .btn_clear:before {
  opacity: 0
}

@media (hover: hover) {
  .seminar .searchcon .search_btn_wrapper .btn_clear:hover {
    background: #ff7e7e;
    color: #fff;
    opacity: 1
  }

  .seminar .searchcon .search_btn_wrapper .btn_clear:hover:after, .seminar .searchcon .search_btn_wrapper .btn_clear:hover:before {
    background: 50% no-repeat url(../img/common/btn_arrow_w.png);
    background-size: cover
  }
}

.seminar .searchcon .search_btn_wrapper input {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.seminar .schedulecon > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 30px 2.5210084034%;
  justify-content: space-between
}

.seminar .schedulecon > ul > li {
  border: 1px solid #ffacac;
  border-radius: 20px;
  float: none;
  margin: 0;
  overflow: hidden;
  width: 48.7394957983%
}

.seminar .schedulecon > ul > li.in_person {
  border: 1px solid #ffacac
}

.seminar .schedulecon > ul > li.in_person .date1 {
  background: #fff4f4
}

.seminar .schedulecon > ul > li.in_person .detailin .detail_r .te_copy {
  color: #ff7e7e
}

.seminar .schedulecon > ul > li.in_person .detailin .detail_r .sche_icon1 li.colored {
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.seminar .schedulecon > ul > li.in_person a.btn.reservation_btn {
  background: #fff4f4 !important
}

.seminar .schedulecon > ul > li.online {
  border: 1px solid #ff683b
}

.seminar .schedulecon > ul > li.online .date1 {
  background: #ffeae3
}

.seminar .schedulecon > ul > li.online .detailin .detail_r .te_copy {
  color: #ff683b
}

.seminar .schedulecon > ul > li.online .detailin .detail_r .sche_icon1 li.colored {
  border: 1px solid #ff683b;
  color: #ff683b
}

.seminar .schedulecon > ul > li.online a.btn.reservation_btn {
  background: #ffeae3
}

.seminar .schedulecon > ul > li.mini {
  border: 1px solid #ff9f3e
}

.seminar .schedulecon > ul > li.mini .date1 {
  background: #fff3e6 !important
}

.seminar .schedulecon > ul > li.mini .detailin .detail_r .te_copy {
  color: #ff9f3e
}

.seminar .schedulecon > ul > li.mini .detailin .detail_r .sche_icon1 li.colored {
  border: 1px solid #ff9f3e;
  color: #ff9f3e
}

.seminar .schedulecon > ul > li.mini a.btn.reservation_btn {
  background: #fff3e6 !important
}

.seminar .schedulecon > ul > li.training {
  border: 1px solid #ffb91a
}

.seminar .schedulecon > ul > li.training .date1 {
  background: #fff7e3
}

.seminar .schedulecon > ul > li.training .detailin .detail_r .te_copy {
  color: #ffb91a
}

.seminar .schedulecon > ul > li.training .detailin .detail_r .sche_icon1 li.colored {
  border: 1px solid #ffb91a;
  color: #ffb91a
}

.seminar .schedulecon > ul > li.training a.btn.reservation_btn {
  background: #fff7e3 !important
}

.seminar .schedulecon > ul > li .teacher_detail {
  border: none;
  border-radius: 0
}

.seminar .schedulecon > ul > li .date1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff4f4;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 10px 24px 10px 12px
}

.seminar .schedulecon > ul > li .date1 .place1 {
  background: #fff;
  border-radius: 5px;
  color: #504848;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  min-width: 128px;
  padding: 19px 5px 17px;
  text-align: center;
  width: auto
}

.seminar .schedulecon > ul > li .date1 .place1 span {
  display: block;
  height: auto;
  padding: 0;
  width: 100%
}

.seminar .schedulecon > ul > li .date1 .datetaime {
  font-size: 24px;
  font-weight: 700;
  padding-top: 0
}

.seminar .schedulecon > ul > li .date1 .place2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3
}

.seminar .schedulecon > ul > li .detailin {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 0
}

.seminar .schedulecon > ul > li .detailin + .sche_icon1 {
  display: none
}

.seminar .schedulecon > ul > li .detail_l {
  margin-right: 16px;
  text-align: center
}

.seminar .schedulecon > ul > li .detail_l .te_pic {
  border: 0;
  padding: 0;
  width: 130px
}

.seminar .schedulecon > ul > li .detail_l .name {
  font-size: 18px;
  font-weight: 500
}

.seminar .schedulecon > ul > li .detail_l .profile {
  border-bottom: 1px solid #504848;
  font-size: 12px;
  font-weight: 700
}

.seminar .schedulecon > ul > li .detail_l .profile:before {
  background: 50% no-repeat url(../img/seminar/icon_teacher.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  width: 10px
}

.seminar .schedulecon > ul > li .detail_l .profile:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 4px;
  width: 8px
}

.seminar .schedulecon > ul > li .detail_r {
  height: auto
}

.seminar .schedulecon > ul > li .detail_r .te_copy {
  color: #ff7e7e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 13px
}

.seminar .schedulecon > ul > li .detail_r .te_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75
}

.seminar .schedulecon > ul > li .detail_r .sche_icon1 li {
  border: 1px solid #e0e0e0;
  color: #504848;
  font-size: 14px
}

.seminar .schedulecon > ul > li .detail_r .sche_icon1 li.colored {
  background: transparent;
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.seminar .schedulecon > ul > li .btn_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 6px;
  justify-content: center
}

@media screen and (max-width: 767px) {
  .seminar .main_content {
    padding: 0 5.3333333333vw
  }

  .seminar .searchcon {
    border-radius: 2.4vw
  }

  .seminar .searchcon .search_title {
    font-size: 5.3333333333vw;
    padding: 3.0666666667vw 2.6666666667vw
  }

  .seminar .searchcon .search_title:before {
    height: 5.3333333333vw;
    margin: 0;
    width: 5.0666666667vw
  }

  .seminar .searchcon .search_detail {
    padding: 4.2666666667vw 3.2vw 4vw
  }

  .seminar .searchcon .search_detail .box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  .seminar .searchcon .search_detail .box_list * {
    font-family: Roboto, Noto Sans JP, sans-serif
  }

  .seminar .searchcon .search_detail .box_list > dt {
    margin-bottom: 2.1333333333vw;
    width: 100%
  }

  .seminar .searchcon .search_detail .box_list > dd {
    width: 100%
  }

  .seminar .searchcon .search_detail .box_list > dd dd {
    font-size: 4vw
  }

  .seminar .searchcon .search_detail .box_list > dd dd span {
    display: inline;
    font-size: 4vw;
    line-height: inherit;
    margin: 0 !important
  }

  .seminar .searchcon .search_detail .box_list .area_box, .seminar .searchcon .search_detail .box_list .time_box, .seminar .searchcon .search_detail .box_list .type_box {
    padding-left: 1em;
    text-indent: -1em
  }

  .seminar .searchcon .search_detail .box_list .select_wrap {
    border-radius: 4vw;
    min-width: 44vw;
    width: unset
  }

  .seminar .searchcon .search_detail .box_list .select_wrap:before {
    height: 3.048vw;
    right: 3.3333333333vw;
    width: 2.264vw
  }

  .seminar .searchcon .search_detail .box_list .select_wrap select {
    font-size: 3.7333333333vw;
    min-width: 44vw;
    padding: 1.0666666667vw 5.6vw .8vw 2.9333333333vw
  }

  .seminar .searchcon .search_detail .box_list .search_terms, .seminar .searchcon .search_detail .box_list .search_timezone, .seminar .searchcon .search_detail .box_list .type_box {
    gap: 1.8666666667vw 5.3333333333vw
  }

  .seminar .searchcon .search_detail .box_list .search_terms dd {
    min-width: unset
  }

  .seminar .searchcon .search_detail .box_list .search_time li {
    gap: 2.1333333333vw
  }

  .seminar .searchcon .search_detail .box_list .search_teacher .select_wrap {
    width: 100%
  }

  .seminar .searchcon .search_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw
  }

  .seminar .searchcon .search_btn_wrapper .btn_submit {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    height: 13.3333333333vw;
    padding: 0 2.4vw;
    width: 82.9333333333vw
  }

  .seminar .searchcon .search_btn_wrapper .btn_submit:after, .seminar .searchcon .search_btn_wrapper .btn_submit:before {
    height: 2.1333333333vw;
    width: 2.1333333333vw
  }

  .seminar .searchcon .search_btn_wrapper .btn_clear {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    height: 13.3333333333vw;
    padding: 0 2.4vw;
    width: 82.9333333333vw
  }

  .seminar .searchcon .search_btn_wrapper .btn_clear:after, .seminar .searchcon .search_btn_wrapper .btn_clear:before {
    height: 2.1333333333vw;
    width: 2.1333333333vw
  }

  .seminar .schedulecon > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    justify-content: center
  }

  .seminar .schedulecon > ul > li {
    border-radius: 5.3333333333vw;
    width: 100%
  }

  .seminar .schedulecon > ul > li .date1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 3.2vw
  }

  .seminar .schedulecon > ul > li .date1, .seminar .schedulecon > ul > li .date1 .place1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .seminar .schedulecon > ul > li .date1 .place1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 4.2666666667vw;
    height: 8.5333333333vw;
    justify-content: center;
    min-width: unset;
    padding: 0 1.3333333333vw;
    width: 29.8666666667vw
  }

  .seminar .schedulecon > ul > li .date1 .main_ttl {
    width: 49.8666666667vw
  }

  .seminar .schedulecon > ul > li .date1 .datetaime {
    font-size: 4.2666666667vw;
    font-weight: 700 !important;
    padding-top: 0;
    width: 100%
  }

  .seminar .schedulecon > ul > li .date1 .place2 {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 3.2vw
  }

  .seminar .schedulecon > ul > li .detailin {
    margin-bottom: 4vw
  }

  .seminar .schedulecon > ul > li .detailin + .sche_icon1 {
    display: block;
    margin-bottom: 3.2vw
  }

  .seminar .schedulecon > ul > li .detailin + .sche_icon1 li {
    border: 1px solid #e0e0e0;
    color: #504848;
    font-size: 2.6666666667vw
  }

  .seminar .schedulecon > ul > li .detail_l {
    margin-right: 3.2vw;
    width: 19.7333333333vw
  }

  .seminar .schedulecon > ul > li .detail_l .te_pic {
    height: 25.0666666667vw;
    width: 19.7333333333vw
  }

  .seminar .schedulecon > ul > li .detail_l .te_pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .seminar .schedulecon > ul > li .detail_l .name {
    font-size: 3.2vw
  }

  .seminar .schedulecon > ul > li .detail_l .profile {
    font-size: 2.6666666667vw
  }

  .seminar .schedulecon > ul > li .detail_l .profile:before {
    display: none
  }

  .seminar .schedulecon > ul > li .detail_l .profile:after {
    height: 2.1333333333vw;
    margin-left: 1.0666666667vw;
    width: 2.1333333333vw
  }

  .seminar .schedulecon > ul > li .detail_r {
    width: 60vw
  }

  .seminar .schedulecon > ul > li .detail_r .te_copy {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    padding-bottom: .5333333333vw
  }

  .seminar .schedulecon > ul > li .detail_r .te_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: 3.2vw;
    line-height: 1.5;
    overflow: hidden;
    padding: 0
  }

  .seminar .schedulecon > ul > li .detail_r .sche_icon1 {
    display: none
  }

  .seminar .schedulecon > ul > li .btn_wrapper {
    gap: 2.9333333333vw
  }
}

.seminar_single .breadcrumb02 {
  padding-bottom: 60px
}

.seminar_single .main_content {
  padding: 0 20px
}

.seminar_single .main_content.online .right .category_list li.colored {
  border: 1px solid #ff683b;
  color: #ff683b
}

.seminar_single .main_content.online .right .full_w_title, .seminar_single .main_content.online .right dl dt {
  background: #ffeae3
}

.seminar_single .main_content.online .right .full_w_title:after {
  background: #ff683b
}

.seminar_single .main_content.mini .right .category_list li.colored {
  border: 1px solid #ff9f3e;
  color: #ff9f3e
}

.seminar_single .main_content.mini .right .full_w_title, .seminar_single .main_content.mini .right dl dt {
  background: #fff3e6
}

.seminar_single .main_content.mini .right .full_w_title:after {
  background: #ff9f3e
}

.seminar_single .main_content.training .right .category_list li.colored {
  border: 1px solid #ffb91a;
  color: #ffb91a
}

.seminar_single .main_content.training .right .category_list .full_w_title, .seminar_single .main_content.training .right .category_list dl dt {
  background: #fff7e3
}

.seminar_single .main_content.training .right .category_list .full_w_title:after {
  background: #ffb91a
}

.seminar_single .main_content .inner {
  margin: 0 auto;
  max-width: 1200px
}

.seminar_single .main_content .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center
}

.seminar_single .main_content .left {
  margin-right: 32px;
  width: 307px
}

.seminar_single .main_content .left .img {
  height: 395px;
  width: 100%
}

.seminar_single .main_content .left .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.seminar_single .main_content .left .teacher {
  font-size: 24px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center
}

.seminar_single .main_content .right {
  width: calc(100% - 339px)
}

.seminar_single .main_content .right .category_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 12px
}

.seminar_single .main_content .right .category_list li {
  border: 1px solid #504848;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 10px
}

.seminar_single .main_content .right .category_list li.colored {
  border: 1px solid #ff6464;
  color: #ff6464
}

.seminar_single .main_content .right .date, .seminar_single .main_content .right .venue {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4166666667
}

.seminar_single .main_content .right .venue {
  margin-bottom: 11px
}

.seminar_single .main_content .right .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4782608696;
  margin-bottom: 20px
}

.seminar_single .main_content .right dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 8px;
  justify-content: flex-start
}

.seminar_single .main_content .right dl + dl {
  margin-top: 12px
}

.seminar_single .main_content .right dl dt {
  background: #fff4f4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  min-width: 88px;
  padding: 8px 6px;
  text-align: center
}

.seminar_single .main_content .right dl dd {
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px
}

.seminar_single .main_content .right .googlemap {
  aspect-ratio: 874/422;
  height: 422px;
  margin-top: 12px;
  width: 100%
}

.seminar_single .main_content .right .googlemap + dl {
  margin-top: 12px
}

.seminar_single .main_content .full_w_title {
  background: #fff4f4;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px;
  padding: 4px 20px 3px;
  position: relative
}

.seminar_single .main_content .full_w_title:after {
  background: #ff7e7e;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px
}

.seminar_single .main_content .full_w_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75
}

.seminar_single .main_content .full_w_text + .full_w_title {
  margin-top: 40px
}

@media screen and (max-width: 767px) {
  .seminar_single .breadcrumb02 {
    padding-bottom: 8.2666666667vw
  }

  .seminar_single .main_content {
    padding: 0 5.3333333333vw
  }

  .seminar_single .main_content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.0666666667vw
  }

  .seminar_single .main_content .left {
    margin-right: 0;
    width: 42.6666666667vw
  }

  .seminar_single .main_content .left .img {
    height: 49.0666666667vw
  }

  .seminar_single .main_content .left .teacher {
    font-size: 4vw;
    font-weight: 700;
    margin-top: 3.2vw
  }

  .seminar_single .main_content .right {
    width: 100%
  }

  .seminar_single .main_content .right .category_list {
    gap: 2.1333333333vw;
    margin-bottom: 2.9333333333vw
  }

  .seminar_single .main_content .right .category_list li {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    padding: .4vw 2.9333333333vw
  }

  .seminar_single .main_content .right .date, .seminar_single .main_content .right .venue {
    font-size: 5.3333333333vw;
    line-height: 1.4
  }

  .seminar_single .main_content .right .venue {
    margin-bottom: 2.1333333333vw
  }

  .seminar_single .main_content .right .title {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    margin-bottom: 5.8666666667vw
  }

  .seminar_single .main_content .right dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 2.1333333333vw
  }

  .seminar_single .main_content .right dl + dl {
    margin-top: 4vw
  }

  .seminar_single .main_content .right dl dt {
    font-size: 4vw;
    min-width: 19.7333333333vw;
    padding: 1.2vw 1.4666666667vw
  }

  .seminar_single .main_content .right dl dd {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-top: 0
  }

  .seminar_single .main_content .right .googlemap {
    aspect-ratio: 335/203;
    height: 54.1333333333vw;
    margin-top: 4vw
  }

  .seminar_single .main_content .right .googlemap + dl {
    margin-top: 4.2666666667vw
  }

  .seminar_single .main_content .full_w_title {
    border-radius: .8vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
    padding: 3.7333333333vw 3.2vw 3.2vw
  }

  .seminar_single .main_content .full_w_title:after {
    border-radius: .6666666667vw;
    width: 1.3333333333vw
  }

  .seminar_single .main_content .full_w_text {
    font-size: 3.733vw;
    line-height: 1.6
  }

  .seminar_single .main_content .full_w_text + .full_w_title {
    margin-top: 7.2vw
  }
}

.lecture .main_content {
  padding: 0 20px
}

.lecture .main_content.has_intro h3 .en {
  color: #40b261 !important
}

.lecture .main_content.has_intro h3 .jp {
  line-height: 1.5
}

.lecture .inner {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%
}

.lecture .list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 30px 2.5210084034%;
  justify-content: flex-start;
  margin-top: 40px
}

.lecture .list li {
  border: 1px solid #ff7e7e;
  border-radius: 20px;
  margin: 0;
  padding: 16px 20px 20px;
  width: 48.7394957983%
}

.lecture .list li .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 12px;
  justify-content: flex-start
}

.lecture .list li .img {
  height: 152px;
  width: 120px
}

.lecture .list li .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.lecture .list li .right {
  width: calc(100% - 132px)
}

.lecture .list li .right h4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 8px
}

.lecture .list li .right h4 .teacher_name {
  font-size: 20px;
  font-weight: 500
}

.lecture .list li .right h4 .name {
  font-size: 10px;
  font-weight: 500
}

.lecture .list li .right .office {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 9px;
  vertical-align: middle
}

.lecture .list li .right .archive_comment {
  border-bottom: 1px solid #e0e0e0;
  color: #ff7e7e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75 !important;
  margin-bottom: 4px;
  padding-bottom: 10px
}

.lecture .list li .right .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.75 !important;
  overflow: hidden
}

.lecture .list li .detail_link_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 22px
}

.lecture .list li .detail_link_wrapper a {
  border-bottom: 1px solid #504848;
  font-size: 14px;
  font-weight: 700
}

.lecture .list li .detail_link_wrapper a:after {
  background: 50% no-repeat url(../img/common/btn_arrow_b.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 4px;
  width: 8px
}

.lecture .list li .detail_link_wrapper .profile:before {
  background: 50% no-repeat url(../img/seminar/icon_teacher.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 10px
}

.lecture .list li .detail_link_wrapper .schedule:before {
  background: 50% no-repeat url(../img/lecture/icon_schedule.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12.5px;
  margin-right: 4px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 12.5px
}

@media screen and (max-width: 767px) {
  .lecture .main_content {
    padding: 0 5.3333333333vw
  }

  .lecture h3 .jp {
    line-height: 1.4
  }

  .lecture .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    margin-top: 7.7333333333vw
  }

  .lecture .list li {
    border-radius: 5.3333333333vw;
    margin: 0;
    padding: 5.8666666667vw 3.2vw 5.3333333333vw;
    width: 100%
  }

  .lecture .list li .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 2.1333333333vw;
    justify-content: flex-start
  }

  .lecture .list li .img {
    height: 30.1333333333vw;
    width: 23.7333333333vw
  }

  .lecture .list li .right {
    width: 56.8vw
  }

  .lecture .list li .right h4 {
    gap: 1.0666666667vw;
    margin-bottom: 2.4vw
  }

  .lecture .list li .right h4 .teacher_name {
    font-size: 4.2666666667vw
  }

  .lecture .list li .right h4 .name {
    font-size: 2.6666666667vw
  }

  .lecture .list li .right .office {
    font-size: 3.2vw;
    margin-bottom: 2.4vw
  }

  .lecture .list li .right .archive_comment {
    border-bottom: none;
    font-size: 3.7333333333vw;
    margin-bottom: 0;
    padding-bottom: 0
  }

  .lecture .list li .text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin-top: 2.1333333333vw;
    overflow: hidden;
    padding-top: 3.2vw
  }

  .lecture .list li .detail_link_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 5.3333333333vw;
    justify-content: center;
    margin-top: 4.2666666667vw
  }

  .lecture .list li .detail_link_wrapper a {
    font-size: 3.2vw
  }

  .lecture .list li .detail_link_wrapper a:after {
    height: 2.1333333333vw;
    margin-left: 1.0666666667vw;
    width: 2.1333333333vw
  }

  .lecture .list li .detail_link_wrapper .profile:before {
    height: 3.2vw;
    margin-right: 1.0666666667vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw);
    width: 2.6666666667vw
  }

  .lecture .list li .detail_link_wrapper .schedule:before {
    height: 3.3333333333vw;
    margin-right: 1.0666666667vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw);
    width: 3.3333333333vw
  }
}

.lecture_single .breadcrumb02 {
  padding-bottom: 60px
}

.lecture_single .main_content {
  padding: 0
}

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

.lecture_single .sec01 {
  padding: 0 20px
}

.lecture_single .sec01 h4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 36px;
  font-weight: 500;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 5px
}

.lecture_single .sec01 h4 .name1 {
  font-size: 20px;
  font-weight: 500
}

.lecture_single .sec01 .archive_comment {
  color: #ff7e7e;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 23px
}

.lecture_single .sec01 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 56px;
  justify-content: space-between
}

.lecture_single .sec01 .flex .left {
  height: 395px;
  width: 326px
}

.lecture_single .sec01 .flex .left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.lecture_single .sec01 .flex .right {
  width: calc(100% - 382px)
}

.lecture_single .sec01 .flex .right dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 11.7647058824%;
  justify-content: flex-start;
  padding: 0 5.0420168067% 0 3.3613445378%
}

.lecture_single .sec01 .flex .right dl + dl {
  border-top: 1px solid #ff7e7e;
  margin-top: 20px;
  padding-top: 20px
}

.lecture_single .sec01 .flex .right dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 176px
}

.lecture_single .sec01 .flex .right dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75 !important;
  width: calc(88.23529% - 176px)
}

.lecture_single .full_w_title {
  background: #fff4f4;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 32px;
  padding: 4px 20px 3px;
  position: relative
}

.lecture_single .full_w_title:after {
  background: #ff7e7e;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px
}

.lecture_single .sec02 {
  margin-top: 63px;
  padding: 0 20px
}

.lecture_single .sec02 p {
  line-height: 1.75 !important
}

.lecture_single .sec03 {
  margin-top: 63px;
  padding: 0 20px
}

.lecture_single .sec03 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 3.3613445378%;
  justify-content: space-between
}

.lecture_single .sec03 .flex .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75 !important;
  width: 36.974789916%
}

.lecture_single .sec03 .flex .right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.6806722689%;
  justify-content: space-between;
  width: 57.1428571429%
}

.lecture_single .sec03 .flex .right .img {
  aspect-ratio: 330/230;
  border-radius: 20px;
  overflow: hidden;
  width: 48.5294117647%
}

.lecture_single .sec03 .flex .right .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.lecture_single .sec04 {
  margin-top: 73px;
  padding: 0 20px
}

.lecture_single .sec04 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.8907563025%;
  justify-content: space-between
}

.lecture_single .sec04 .content.in-person .left {
  background: #fff4f4
}

.lecture_single .sec04 .content.in-person .center .category_list li.colored {
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.lecture_single .sec04 .content.online .left {
  background: #ffeae3
}

.lecture_single .sec04 .content.online .center .category_list li.colored {
  border: 1px solid #ff683b;
  color: #ff683b
}

.lecture_single .sec04 .content.mini .left {
  background: #fff3e6
}

.lecture_single .sec04 .content.mini .center .category_list li.colored {
  border: 1px solid #ff9f3e;
  color: #ff9f3e
}

.lecture_single .sec04 .content.training .left {
  background: #fff7e3
}

.lecture_single .sec04 .content.training .center .category_list li.colored {
  border: 1px solid #ffb91a;
  color: #ffb91a
}

.lecture_single .sec04 .content + .content {
  margin-top: 39px
}

.lecture_single .sec04 .content .left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff4f4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  justify-content: center;
  padding: .5em .25em;
  width: 150px
}

.lecture_single .sec04 .content .center {
  width: calc(98.10924% - 475px)
}

.lecture_single .sec04 .content .center .date {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-bottom: 11px
}

.lecture_single .sec04 .content .center .venue {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0833333333;
  margin-bottom: 11px
}

.lecture_single .sec04 .content .center .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #ff7e7e;
}

.lecture_single .sec04 .content .center .category_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4px;
  justify-content: flex-start
}

.lecture_single .sec04 .content .center .category_list li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px;
  width: auto
}

.lecture_single .sec04 .content .center .category_list li.colored {
  border: 1px solid #ff7e7e;
  color: #ff7e7e
}

.lecture_single .sec04 .content .right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  width: 325px
}

.lecture_single .sec04 .content .schedule_single_btn {
  margin: 0 !important
}

.lecture_single .sec05 {
  background: #fff4f4;
  margin-top: 100px;
  padding: 40px 0 80px
}

.lecture_single .sec05 h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 31px;
  text-align: center
}

@media screen and (max-width: 767px) {
  .lecture_single .breadcrumb02 {
    padding-bottom: 8.2666666667vw
  }

  .lecture_single .main_content {
    padding: 0
  }

  .lecture_single .sec01 {
    padding: 0 5.3333333333vw
  }

  .lecture_single .sec01 h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 4.8vw;
    font-weight: 700;
    gap: 0;
    justify-content: center;
    margin-bottom: 2.9333333333vw
  }

  .lecture_single .sec01 h4 .name1 {
    font-size: 3.2vw
  }

  .lecture_single .sec01 .archive_comment {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-bottom: 12.5333333333vw;
    text-align: center
  }

  .lecture_single .sec01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    justify-content: center
  }

  .lecture_single .sec01 .flex .left {
    height: 82.4vw;
    width: 66.6666666667vw
  }

  .lecture_single .sec01 .flex .right {
    width: 100%
  }

  .lecture_single .sec01 .flex .right dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: .8vw;
    padding: 0
  }

  .lecture_single .sec01 .flex .right dl + dl {
    margin-top: 3.2vw;
    padding-top: 2.9333333333vw
  }

  .lecture_single .sec01 .flex .right dl dt {
    font-size: 4vw;
    line-height: 1.4666666667;
    width: 100%
  }

  .lecture_single .sec01 .flex .right dl dd {
    font-size: 4vw;
    line-height: 1.6;
    width: 100%
  }

  .lecture_single .full_w_title {
    border-radius: .8vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
    padding: 3.4666666667vw 3.2vw
  }

  .lecture_single .full_w_title:after {
    border-radius: .5333333333vw;
    width: 1.0666666667vw
  }

  .lecture_single .sec02, .lecture_single .sec03 {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw
  }

  .lecture_single .sec03 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.0666666667vw;
    justify-content: flex-start
  }

  .lecture_single .sec03 .flex .text {
    font-size: 4vw;
    line-height: 1.6;
    width: 100%
  }

  .lecture_single .sec03 .flex .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4.2666666667vw;
    justify-content: flex-start;
    width: 100%
  }

  .lecture_single .sec03 .flex .right .img {
    aspect-ratio: 335/217;
    border-radius: 2.6666666667vw;
    width: 100%
  }

  .lecture_single .sec04 {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw
  }

  .lecture_single .sec04 h3 {
    margin-bottom: 4.2666666667vw
  }

  .lecture_single .sec04 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 0;
    justify-content: flex-start
  }

  .lecture_single .sec04 .content + .content {
    margin-top: 8.5333333333vw
  }

  .lecture_single .sec04 .content .left {
    border-radius: 1.3333333333vw;
    font-size: 4vw;
    height: 10.9333333333vw;
    margin-bottom: 2.1333333333vw;
    min-width: 30.4vw;
    padding: .25em 3.2vw;
    width: auto
  }

  .lecture_single .sec04 .content .center {
    width: 100%
  }

  .lecture_single .sec04 .content .center .date {
    font-size: 4vw;
    line-height: 1.4444444444;
    margin-bottom: 2.9333333333vw
  }

  .lecture_single .sec04 .content .center .venue {
    font-size: 4vw;
    line-height: 1.4444444444;
    margin-bottom: 2.9333333333vw
  }

  .lecture_single .sec04 .content .center .title {
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-bottom: 2.9333333333vw
  }

  .lecture_single .sec04 .content .center .category_list {
    gap: 1.0666666667vw
  }

  .lecture_single .sec04 .content .center .category_list li {
    border-radius: 1.3333333333vw;
    font-size: 2.6666666667vw;
    padding: .8vw 2.6666666667vw
  }

  .lecture_single .sec04 .content .right {
    margin-top: 6.4vw;
    width: 100%
  }

  .lecture_single .sec04 .content .schedule_single_btn {
    margin: 0 auto !important
  }

  .lecture_single .sec05 {
    margin-top: 13.8666666667vw;
    padding: 10.6666666667vw 0
  }

  .lecture_single .sec05 h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 7.4666666667vw
  }
}

.finance * {
  font-family: Noto Sans JP, sans-serif !important;
  line-height: 1.75
}

.finance .main_content {
  padding: 0 20px
}

.finance .main_content p {
  font-size: 16px;
  line-height: 1.75
}

.finance .main_content p + p, .finance .main_content p + ul {
  margin-top: 1em
}

.finance .main_content li:before {
  content: "・ "
}

.finance .main_content li + li {
  margin-top: 1em
}

.finance .inner {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%
}

.finance section + section {
  margin-top: 31px
}

.finance h3 {
  color: #504848 !important;
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 40px !important
}

.finance h3 + p {
  margin-bottom: 35px
}

.finance h4 {
  border-bottom: 1px solid #504848;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 12px
}

@media screen and (max-width: 767px) {
  .finance .main_content {
    padding: 0 5.3333333333vw
  }

  .finance .main_content p {
    font-size: 4vw
  }

  .finance .main_content li + li {
    margin-top: 0
  }

  .finance section + section {
    margin-top: 7.2vw
  }

  .finance h3 {
    font-size: 6.4vw !important;
    margin-bottom: 7.4666666667vw !important
  }

  .finance h3 + p {
    margin-bottom: 7.4666666667vw
  }

  .finance h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw
  }
}

.policy * {
  font-family: Noto Sans JP, sans-serif !important;
  line-height: 1.75
}

.policy .main_content {
  padding: 0 20px
}

.policy .main_content p {
  font-size: 16px;
  line-height: 1.75
}

.policy .inner {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%
}

.policy section {
  margin-top: 32px
}

.policy section + .text-over {
  margin-top: 16px
}

.policy h3 {
  color: #504848 !important;
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 40px !important
}

.policy .text-over {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-align: right
}

.policy .text-over + p {
  margin-top: 32px
}

.policy h4 {
  border-bottom: 1px solid #504848;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 12px
}

.policy ol.policy_list01 {
  margin-left: 1.5em;
  padding-left: 0
}

.policy ol.policy_list01 li {
  list-style-type: decimal
}

.policy ol.policy_list02 {
  padding-left: 0
}

.policy ol.policy_list02 li {
  counter-increment: cnt;
  list-style-type: none
}

.policy ol.policy_list02 li:before {
  content: "（" counter(cnt) "）";
  display: inline;
  width: 2.5em
}

@media screen and (max-width: 767px) {
  .policy .main_content {
    padding: 0 5.3333333333vw
  }

  .policy .main_content p {
    font-size: 4vw
  }

  .policy section {
    margin-top: 7.2vw
  }

  .policy section + .text-over {
    margin-top: 4.2666666667vw;
    text-align: right
  }

  .policy h3 {
    font-size: 6.4vw !important;
    margin-bottom: 7.4666666667vw !important
  }

  .policy .text-over {
    font-size: 4vw;
    line-height: 1.4666666667;
    text-align: left
  }

  .policy .text-over + p {
    margin-top: 7.2vw
  }

  .policy h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw
  }
}

.company * {
  font-family: Noto Sans JP, sans-serif !important
}

.company p {
  line-height: 1.75 !important
}

.company .main_content {
  padding: 0 20px
}

.company .inner {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%
}

.company h3 {
  color: #504848 !important;
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 40px !important
}

.company dl {
  border-bottom: 1px solid #ffacac;
  margin-bottom: 28px;
  padding-bottom: 12px
}

.company dl dt {
  color: #504848;
  font-size: 15px;
  font-weight: 700
}

.company dl dd {
  font-size: 16px;
  font-weight: 500
}

.company .gaiyou .free_f {
  background: 0 no-repeat url(../img/office/icon_tel.png);
  background-size: 18px;
  color: #504848;
  font-size: 16px;
  padding: 0 0 0 24px
}

.company .gaiyou .noborder {
  border-bottom: 1px solid #ffacac;
  margin-bottom: 80px
}

.company .businesscon li {
  font-size: 16px;
  list-style-position: inside;
  list-style-type: disc;
  padding-bottom: 15px;
  padding-left: 5px
}

.company .bu_company {
  border-radius: 10px;
  padding: 52px 80px
}

.company .bu_company h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px
}

.company .bu_company ul + h4 {
  margin-top: 28px
}

@media screen and (max-width: 767px) {
  .company .main_content {
    padding: 0 5.3333333333vw
  }

  .company h3 {
    font-size: 6.4vw !important;
    margin-bottom: 7.2vw !important
  }

  .company dl {
    margin-bottom: 3.2vw;
    padding-bottom: 1.8666666667vw
  }

  .company dl dd, .company dl dt {
    font-size: 4vw
  }

  .company .gaiyou .free_f {
    background-size: 4.8vw;
    font-size: 4vw;
    padding: 0 0 0 6.4vw
  }

  .company .gaiyou .noborder {
    margin-bottom: 8.5333333333vw
  }

  .company .businesscon li {
    font-size: 4vw;
    padding-bottom: 0;
    padding-left: 1.3333333333vw
  }

  .company .bu_company {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw
  }

  .company .bu_company h4 {
    font-size: 4vw;
    margin: 0 0 2.1333333333vw
  }

  .company .bu_company ul + h4 {
    margin-top: 2.9333333333vw
  }
}

body#page main .r_form2 table {
  border-bottom: 1px solid #ddd
}

body#page main .r_form2 table:not(.ws-form) {
  border-bottom: none !important;
  margin-top: 40px
}

body#page main .r_form2 table:not(.ws-form) td {
  border-top: none !important
}

body#page main .r_form2 td p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start
}

body#page main .r_form2 .wpcf7-form-control-wrap {
  margin-left: 29px;
  margin-right: 0;
  width: calc(100% - 29px)
}

body#page main .r_form2 .wpcf7-form-control-wrap[data-name=first_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=first_name_kana], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name_kana] {
  margin-left: 15px;
  max-width: 200px !important
}

body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name_kana] {
  margin-right: 7%
}

body#page main .r_form2 .wpcf7-form-control-wrap .wpcf7-radio input {
  width: auto
}

body#page main .r_form2 .wpcf7-form-control-wrap input {
  width: 100%
}

body#page main .r_form2 .wpcf7-submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff7e7e;
  border: 1px solid #ff7e7e;
  border-radius: 34px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: -.04em;
  line-height: 1;
  margin: 40px auto 0;
  padding: 0 16px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 250px
}

@media (hover: hover) {
  body#page main .r_form2 .wpcf7-submit:hover {
    background: #fff;
    color: #ff7e7e;
    opacity: 1
  }
}

body#page main .r_form2 * {
  font-family: Noto Sans JP, sans-serif !important
}

body#page main .r_form2 .main_content {
  padding: 0 20px
}

body#page main .r_form2 .inner, body#page main .r_form2 .mo_inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%
}

body#page main .r_form2 .inner .error-top, body#page main .r_form2 .mo_inner .error-top {
  background: #ff7e7e
}

body#page main .r_form2 .inner .error-message, body#page main .r_form2 .mo_inner .error-message {
  background: #fff4f4;
  color: #ff7e7e
}

body#page main .r_form2 .inner .recon1, body#page main .r_form2 .mo_inner .recon1 {
  margin: 0;
  width: 100%
}

body#page main .r_form2 .inner .recon1 .thanks, body#page main .r_form2 .mo_inner .recon1 .thanks {
  color: #ff7e7e
}

body#page main .r_form2 .inner .tablepress td, body#page main .r_form2 .inner .tablepress th, body#page main .r_form2 .inner .ws-form td, body#page main .r_form2 .inner .ws-form th, body#page main .r_form2 .mo_inner .tablepress td, body#page main .r_form2 .mo_inner .tablepress th, body#page main .r_form2 .mo_inner .ws-form td, body#page main .r_form2 .mo_inner .ws-form th {
  padding-bottom: 30px;
  padding-top: 30px
}

body#page main .r_form2 .inner .tablepress .name_l, body#page main .r_form2 .inner .tablepress .name_r, body#page main .r_form2 .inner .ws-form .name_l, body#page main .r_form2 .inner .ws-form .name_r, body#page main .r_form2 .mo_inner .tablepress .name_l, body#page main .r_form2 .mo_inner .tablepress .name_r, body#page main .r_form2 .mo_inner .ws-form .name_l, body#page main .r_form2 .mo_inner .ws-form .name_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 46.5%
}

body#page main .r_form2 .inner .tablepress .name_l, body#page main .r_form2 .inner .ws-form .name_l, body#page main .r_form2 .mo_inner .tablepress .name_l, body#page main .r_form2 .mo_inner .ws-form .name_l {
  margin-right: 7%
}

body#page main .r_form2 .inner .tablepress input, body#page main .r_form2 .inner .tablepress textarea, body#page main .r_form2 .inner .ws-form input, body#page main .r_form2 .inner .ws-form textarea, body#page main .r_form2 .mo_inner .tablepress input, body#page main .r_form2 .mo_inner .tablepress textarea, body#page main .r_form2 .mo_inner .ws-form input, body#page main .r_form2 .mo_inner .ws-form textarea {
  background-color: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #504848;
  font-size: 16px;
  max-width: 100%;
  padding: 5px 10px
}

body#page main .r_form2 .inner .tablepress .name1 input, body#page main .r_form2 .inner .ws-form .name1 input, body#page main .r_form2 .mo_inner .tablepress .name1 input, body#page main .r_form2 .mo_inner .ws-form .name1 input {
  width: 86%
}

body#page main .r_form2 .inner .tablepress .select_wrapper, body#page main .r_form2 .inner .ws-form .select_wrapper, body#page main .r_form2 .mo_inner .tablepress .select_wrapper, body#page main .r_form2 .mo_inner .ws-form .select_wrapper {
  background-color: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative
}

body#page main .r_form2 .inner .tablepress .select_wrapper:after, body#page main .r_form2 .inner .ws-form .select_wrapper:after, body#page main .r_form2 .mo_inner .tablepress .select_wrapper:after, body#page main .r_form2 .mo_inner .ws-form .select_wrapper:after {
  background: 50% no-repeat url(../img/common/select_wrapper_icon.png);
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px
}

body#page main .r_form2 .inner .tablepress .select_wrapper select, body#page main .r_form2 .inner .ws-form .select_wrapper select, body#page main .r_form2 .mo_inner .tablepress .select_wrapper select, body#page main .r_form2 .mo_inner .ws-form .select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none
}

body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 input, body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 textarea, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 input, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 textarea {
  margin-left: 29px;
  width: calc(100% - 29px)
}

body#page main .r_form2 .inner tr td, body#page main .r_form2 .mo_inner tr td {
  border-top: 1px solid #ddd
}

body#page main .r_form2 .inner tr td:first-of-type, body#page main .r_form2 .mo_inner tr td:first-of-type {
  padding-left: 35px;
  padding-right: 23px;
  width: 46.6%
}

body#page main .r_form2 .inner tr td:first-of-type label, body#page main .r_form2 .mo_inner tr td:first-of-type label {
  font-weight: 500;
  line-height: 39px
}

body#page main .r_form2 .inner tr td:first-of-type label span, body#page main .r_form2 .mo_inner tr td:first-of-type label span {
  font-size: 16px
}

body#page main .r_form2 .inner tr td:first-of-type label .att_txt, body#page main .r_form2 .mo_inner tr td:first-of-type label .att_txt {
  font-weight: 500
}

body#page main .r_form2 .inner tr td:nth-of-type(2), body#page main .r_form2 .mo_inner tr td:nth-of-type(2) {
  padding-left: 0;
  padding-right: 35px;
  width: 53.4%
}

body#page main .r_form2 .inner .required, body#page main .r_form2 .mo_inner .required {
  color: red;
  padding: 0 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

body#page main .r_form2 .inner .column-1, body#page main .r_form2 .mo_inner .column-1 {
  padding-left: 35px;
  padding-right: 23px;
  width: 46.6%
}

body#page main .r_form2 .inner .column-1 label, body#page main .r_form2 .mo_inner .column-1 label {
  font-weight: 500;
  line-height: 39px
}

body#page main .r_form2 .inner .column-1 label span, body#page main .r_form2 .mo_inner .column-1 label span {
  font-size: 16px
}

body#page main .r_form2 .inner .column-1 label .att_txt, body#page main .r_form2 .mo_inner .column-1 label .att_txt {
  font-weight: 500
}

body#page main .r_form2 .inner .column-2, body#page main .r_form2 .mo_inner .column-2 {
  padding-left: 0;
  padding-right: 35px;
  width: 53.4%
}

body#page main .r_form2 .inner .row-9, body#page main .r_form2 .mo_inner .row-9 {
  border-bottom: 1px solid #ddd
}

body#page main .r_form2 .inner .button, body#page main .r_form2 .mo_inner .button {
  margin-top: 40px
}

body#page main .r_form2 .inner form .button p, body#page main .r_form2 .mo_inner form .button p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 62px
}

body#page main .r_form2 .inner form .button p a, body#page main .r_form2 .mo_inner form .button p a {
  font-weight: 500 !important;
  text-decoration: underline
}

body main.form * {
  font-family: Noto Sans JP, sans-serif !important
}

body main.form .breadcrumb02 {
  padding-bottom: 110px
}

body main.form .main_content {
  padding: 0 20px
}

body main.form .inner, body main.form .mo_inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%
}

body main.form .inner .error-top, body main.form .mo_inner .error-top {
  background: #ff7e7e
}

body main.form .inner .error-message, body main.form .mo_inner .error-message {
  background: #fff4f4;
  color: #ff7e7e
}

body main.form .inner .recon1, body main.form .mo_inner .recon1 {
  margin: 0;
  width: 100%
}

body main.form .inner .recon1 .thanks, body main.form .mo_inner .recon1 .thanks {
  color: #ff7e7e
}

body main.form .inner .tablepress td, body main.form .inner .tablepress th, body main.form .inner .ws-form td, body main.form .inner .ws-form th, body main.form .mo_inner .tablepress td, body main.form .mo_inner .tablepress th, body main.form .mo_inner .ws-form td, body main.form .mo_inner .ws-form th {
  padding-bottom: 30px;
  padding-top: 30px
}

body main.form .inner .tablepress .name_l, body main.form .inner .tablepress .name_r, body main.form .inner .ws-form .name_l, body main.form .inner .ws-form .name_r, body main.form .mo_inner .tablepress .name_l, body main.form .mo_inner .tablepress .name_r, body main.form .mo_inner .ws-form .name_l, body main.form .mo_inner .ws-form .name_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 46.5%
}

body main.form .inner .tablepress .name_l, body main.form .inner .ws-form .name_l, body main.form .mo_inner .tablepress .name_l, body main.form .mo_inner .ws-form .name_l {
  margin-right: 7%
}

body main.form .inner .tablepress input, body main.form .inner .tablepress textarea, body main.form .inner .ws-form input, body main.form .inner .ws-form textarea, body main.form .mo_inner .tablepress input, body main.form .mo_inner .tablepress textarea, body main.form .mo_inner .ws-form input, body main.form .mo_inner .ws-form textarea {
  background-color: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #504848;
  font-size: 16px;
  max-width: 100%;
  padding: 5px 10px
}

body main.form .inner .tablepress .name1 input, body main.form .inner .ws-form .name1 input, body main.form .mo_inner .tablepress .name1 input, body main.form .mo_inner .ws-form .name1 input {
  width: 86%
}

body main.form .inner .tablepress .select_wrapper, body main.form .inner .ws-form .select_wrapper, body main.form .mo_inner .tablepress .select_wrapper, body main.form .mo_inner .ws-form .select_wrapper {
  background-color: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative
}

body main.form .inner .tablepress .select_wrapper:after, body main.form .inner .ws-form .select_wrapper:after, body main.form .mo_inner .tablepress .select_wrapper:after, body main.form .mo_inner .ws-form .select_wrapper:after {
  background: 50% no-repeat url(../img/common/select_wrapper_icon.png);
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px
}

body main.form .inner .tablepress .select_wrapper select, body main.form .inner .ws-form .select_wrapper select, body main.form .mo_inner .tablepress .select_wrapper select, body main.form .mo_inner .ws-form .select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none
}

body main.form .inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body main.form .inner tr:not(.row-1,.row-2) .column-2 input, body main.form .inner tr:not(.row-1,.row-2) .column-2 textarea, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 input, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 textarea {
  margin-left: 29px;
  width: calc(100% - 29px)
}

body main.form .inner tr td, body main.form .mo_inner tr td {
  border-top: 1px solid #ddd
}

body main.form .inner tr td:first-of-type, body main.form .mo_inner tr td:first-of-type {
  padding-left: 35px;
  padding-right: 23px;
  width: 46.6%
}

body main.form .inner tr td:first-of-type label, body main.form .mo_inner tr td:first-of-type label {
  font-weight: 500;
  line-height: 39px
}

body main.form .inner tr td:first-of-type label span, body main.form .mo_inner tr td:first-of-type label span {
  font-size: 16px
}

body main.form .inner tr td:first-of-type label .att_txt, body main.form .mo_inner tr td:first-of-type label .att_txt {
  font-weight: 500
}

body main.form .inner tr td:nth-of-type(2), body main.form .mo_inner tr td:nth-of-type(2) {
  padding-left: 0;
  padding-right: 35px;
  width: 53.4%
}

body main.form .inner .required, body main.form .mo_inner .required {
  color: red;
  padding: 0 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

body main.form .inner .column-1, body main.form .mo_inner .column-1 {
  padding-left: 35px;
  padding-right: 23px;
  width: 46.6%
}

body main.form .inner .column-1 label, body main.form .mo_inner .column-1 label {
  font-weight: 500;
  line-height: 39px
}

body main.form .inner .column-1 label span, body main.form .mo_inner .column-1 label span {
  font-size: 16px
}

body main.form .inner .column-1 label .att_txt, body main.form .mo_inner .column-1 label .att_txt {
  font-weight: 500
}

body main.form .inner .column-2, body main.form .mo_inner .column-2 {
  padding-left: 0;
  padding-right: 35px;
  width: 53.4%
}

body main.form .inner .row-9, body main.form .mo_inner .row-9 {
  border-bottom: 1px solid #ddd
}

body main.form .inner .button, body main.form .mo_inner .button {
  margin-top: 40px
}

body main.form .inner form .button p, body main.form .mo_inner form .button p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 62px
}

body main.form .inner form .button p a, body main.form .mo_inner form .button p a {
  font-weight: 500 !important;
  text-decoration: underline
}

@media screen and (max-width: 767px) {
  body#page main .mo_inner {
    padding-top: 0
  }

  body#page main .r_form2 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw
  }

  body#page main .r_form2 table {
    border-bottom: none
  }

  body#page main .r_form2 table:not(.ws-form) {
    margin-top: 10.6666666667vw
  }

  body#page main .r_form2 table:not(.ws-form) tr td:first-of-type {
    background: transparent
  }

  body#page main .r_form2 td p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  body#page main .r_form2 .wpcf7-form-control-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }

  body#page main .r_form2 .wpcf7-form-control-wrap[data-name=first_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=first_name_kana], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name_kana] {
    margin-left: 2.6666666667vw;
    max-width: unset !important
  }

  body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name], body#page main .r_form2 .wpcf7-form-control-wrap[data-name=last_name_kana] {
    margin-right: 2%
  }

  body#page main .r_form2 .wpcf7-submit {
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    box-shadow: 0 .2666666667vw .8vw rgba(0, 0, 0, .16);
    font-size: 4vw;
    height: 13.3333333333vw;
    margin-top: 0;
    padding: 0 2.4vw;
    width: 82.9333333333vw
  }

  body#page main .r_form2 .main_content {
    padding: 0 5.3333333333vw
  }

  body#page main .r_form2 .inner .tablepress .name_l, body#page main .r_form2 .inner .tablepress .name_r, body#page main .r_form2 .inner .ws-form .name_l, body#page main .r_form2 .inner .ws-form .name_r, body#page main .r_form2 .mo_inner .tablepress .name_l, body#page main .r_form2 .mo_inner .tablepress .name_r, body#page main .r_form2 .mo_inner .ws-form .name_l, body#page main .r_form2 .mo_inner .ws-form .name_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 42.9333333333vw
  }

  body#page main .r_form2 .inner .tablepress .name_l, body#page main .r_form2 .inner .ws-form .name_l, body#page main .r_form2 .mo_inner .tablepress .name_l, body#page main .r_form2 .mo_inner .ws-form .name_l {
    margin-right: 1.6vw
  }

  body#page main .r_form2 .inner .tablepress input, body#page main .r_form2 .inner .tablepress textarea, body#page main .r_form2 .inner .ws-form input, body#page main .r_form2 .inner .ws-form textarea, body#page main .r_form2 .mo_inner .tablepress input, body#page main .r_form2 .mo_inner .tablepress textarea, body#page main .r_form2 .mo_inner .ws-form input, body#page main .r_form2 .mo_inner .ws-form textarea {
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw
  }

  body#page main .r_form2 .inner .tablepress .name1 input, body#page main .r_form2 .inner .ws-form .name1 input, body#page main .r_form2 .mo_inner .tablepress .name1 input, body#page main .r_form2 .mo_inner .ws-form .name1 input {
    width: 100%
  }

  body#page main .r_form2 .inner .tablepress .select_wrapper, body#page main .r_form2 .inner .ws-form .select_wrapper, body#page main .r_form2 .mo_inner .tablepress .select_wrapper, body#page main .r_form2 .mo_inner .ws-form .select_wrapper {
    border-radius: 1.3333333333vw
  }

  body#page main .r_form2 .inner .tablepress .select_wrapper:after, body#page main .r_form2 .inner .ws-form .select_wrapper:after, body#page main .r_form2 .mo_inner .tablepress .select_wrapper:after, body#page main .r_form2 .mo_inner .ws-form .select_wrapper:after {
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    width: 5.3333333333vw
  }

  body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 input, body#page main .r_form2 .inner tr:not(.row-1,.row-2) .column-2 textarea, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 input, body#page main .r_form2 .mo_inner tr:not(.row-1,.row-2) .column-2 textarea {
    margin-left: 0;
    width: 100%
  }

  body#page main .r_form2 .inner .required, body#page main .r_form2 .mo_inner .required {
    padding: 0 .5333333333vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw)
  }

  body#page main .r_form2 .inner td:first-of-type, body#page main .r_form2 .mo_inner td:first-of-type {
    border-top: none;
    margin-bottom: 0;
    padding: 3.2vw !important;
    width: 100% !important
  }

  body#page main .r_form2 .inner td:first-of-type label, body#page main .r_form2 .mo_inner td:first-of-type label {
    font-weight: 700 !important
  }

  body#page main .r_form2 .inner td:first-of-type label span, body#page main .r_form2 .mo_inner td:first-of-type label span {
    font-size: 4.2666666667vw
  }

  body#page main .r_form2 .inner td:first-of-type label .att_txt, body#page main .r_form2 .mo_inner td:first-of-type label .att_txt {
    font-size: 3.4666666667vw;
    font-weight: 500 !important
  }

  body#page main .r_form2 .inner td:first-of-type br, body#page main .r_form2 .mo_inner td:first-of-type br {
    display: none
  }

  body#page main .r_form2 .inner td:nth-of-type(2), body#page main .r_form2 .mo_inner td:nth-of-type(2) {
    border-top: 0 !important;
    margin-left: 0;
    padding: 3.2vw 0 9.6vw !important;
    width: 100% !important
  }

  body#page main .r_form2 .inner .row-9, body#page main .r_form2 .mo_inner .row-9 {
    border-bottom: none
  }

  body#page main .r_form2 .inner .row-9 .column-2, body#page main .r_form2 .mo_inner .row-9 .column-2 {
    padding-bottom: 0 !important
  }

  body#page main .r_form2 .inner .button, body#page main .r_form2 .mo_inner .button {
    margin-top: 9.6vw
  }

  body#page main .r_form2 .inner form .button p, body#page main .r_form2 .mo_inner form .button p {
    font-size: 4.2666666667vw;
    text-align: left
  }

  body main.form .main_content {
    padding: 0 5.3333333333vw
  }

  body main.form .inner .tablepress .name_l, body main.form .inner .tablepress .name_r, body main.form .inner .ws-form .name_l, body main.form .inner .ws-form .name_r, body main.form .mo_inner .tablepress .name_l, body main.form .mo_inner .tablepress .name_r, body main.form .mo_inner .ws-form .name_l, body main.form .mo_inner .ws-form .name_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 42.9333333333vw
  }

  body main.form .inner .tablepress .name_l, body main.form .inner .ws-form .name_l, body main.form .mo_inner .tablepress .name_l, body main.form .mo_inner .ws-form .name_l {
    margin-right: 1.6vw
  }

  body main.form .inner .tablepress input, body main.form .inner .tablepress textarea, body main.form .inner .ws-form input, body main.form .inner .ws-form textarea, body main.form .mo_inner .tablepress input, body main.form .mo_inner .tablepress textarea, body main.form .mo_inner .ws-form input, body main.form .mo_inner .ws-form textarea {
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw
  }

  body main.form .inner .tablepress .name1 input, body main.form .inner .ws-form .name1 input, body main.form .mo_inner .tablepress .name1 input, body main.form .mo_inner .ws-form .name1 input {
    width: 100%
  }

  body main.form .inner .tablepress .select_wrapper, body main.form .inner .ws-form .select_wrapper, body main.form .mo_inner .tablepress .select_wrapper, body main.form .mo_inner .ws-form .select_wrapper {
    border-radius: 1.3333333333vw
  }

  body main.form .inner .tablepress .select_wrapper:after, body main.form .inner .ws-form .select_wrapper:after, body main.form .mo_inner .tablepress .select_wrapper:after, body main.form .mo_inner .ws-form .select_wrapper:after {
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    width: 5.3333333333vw
  }

  body main.form .inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body main.form .inner tr:not(.row-1,.row-2) .column-2 input, body main.form .inner tr:not(.row-1,.row-2) .column-2 textarea, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 .select_wrapper, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 input, body main.form .mo_inner tr:not(.row-1,.row-2) .column-2 textarea {
    margin-left: 0;
    width: 100%
  }

  body main.form .inner .required, body main.form .mo_inner .required {
    padding: 0 .5333333333vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw)
  }

  body main.form .inner .column-1, body main.form .mo_inner .column-1 {
    margin-bottom: 0;
    padding: 3.2vw !important;
    width: 100% !important
  }

  body main.form .inner .column-1 label, body main.form .mo_inner .column-1 label {
    font-weight: 700 !important
  }

  body main.form .inner .column-1 label span, body main.form .mo_inner .column-1 label span {
    font-size: 4.2666666667vw
  }

  body main.form .inner .column-1 label .att_txt, body main.form .mo_inner .column-1 label .att_txt {
    font-size: 3.4666666667vw;
    font-weight: 500 !important
  }

  body main.form .inner .column-2, body main.form .mo_inner .column-2 {
    border-top: 0 !important;
    margin-left: 0;
    padding: 3.2vw 0 9.6vw !important;
    width: 100% !important
  }

  body main.form .inner .row-9, body main.form .mo_inner .row-9 {
    border-bottom: none
  }

  body main.form .inner .row-9 .column-2, body main.form .mo_inner .row-9 .column-2 {
    padding-bottom: 0 !important
  }

  body main.form .inner .button, body main.form .mo_inner .button {
    margin-top: 9.6vw
  }

  body main.form .inner form .button p, body main.form .mo_inner form .button p {
    font-size: 4.2666666667vw;
    text-align: left
  }
}

.reservation * {
  font-family: Noto Sans JP, sans-serif !important
}

.reservation .breadcrumb02 {
  padding-bottom: 55px
}

.reservation .main_content {
  padding: 0 20px
}

.reservation .inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%
}

.reservation .inner .under_policy {
  color: #ff6464;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 0
}

.reservation .inner .seminarinfoarea {
  background: #fff4f4;
  font-weight: 500;
  margin: 34px 0 0;
  padding: 52px 0 74px;
  text-align: center
}

.reservation .inner .seminarinfoarea .seminarinfowrapper {
  border: 2px solid #ff7e7e;
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 39px;
  width: 88.9%
}

.reservation .inner .seminarinfoarea .seminarinfowrapper .row-2 + .row-2 {
  margin-top: 10px
}

.reservation .inner .seminarinfoarea .seminarinfowrapper .column-1, .reservation .inner .seminarinfoarea .seminarinfowrapper .column-2, .reservation .inner .seminarinfoarea .seminarinfowrapper .columndotted {
  padding: 0
}

.reservation .inner .seminarinfoarea .seminarinfowrapper .column-1 {
  color: #ff6464;
  font-size: 16px;
  font-weight: 500;
  text-align: left
}

.reservation .inner .seminarinfoarea .seminarinfowrapper .column-2 {
  font-size: 16px;
  font-weight: 500;
  text-align: left
}

.reservation .inner .error-top {
  background: #ff7e7e
}

.reservation .inner .error-message {
  background: #fff4f4;
  color: #ff7e7e
}

.reservation .inner .recon1 {
  margin: 0;
  width: 100%
}

.reservation .inner .recon1 .thanks {
  color: #ff7e7e
}

.reservation .inner .recon1 .thanks_text2 {
  padding: 0 !important
}

.reservation .inner .recon1 .policy {
  border: 2px solid #c5c5c5;
  border-radius: 5px
}

.reservation .inner .recon1 .policy h4 {
  border-bottom: none;
  color: #504848
}

.reservation .inner .recon1 .policy .policy_list01, .reservation .inner .recon1 .policy .policy_list02 {
  padding-bottom: 13px
}

.reservation .inner dl {
  background: #fff4f4;
  padding: 0 36px 32px
}

.reservation .inner dl > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 2.0474137931%;
  justify-content: space-between
}

.reservation .inner dl > div.seminarsp {
  display: none
}

.reservation .inner dl > div + div:not(.row-3) {
  margin-top: 40px
}

.reservation .inner dl .column-1 {
  padding-left: 0;
  padding-top: 8px;
  width: 47.3060344828%
}

.reservation .inner dl .column-1 label {
  font-size: 18px;
  font-weight: 500
}

.reservation .inner dl .column-1 label .att_txt {
  font-size: 16px !important;
  font-weight: 500 !important
}

.reservation .inner dl .column-1 .label_small_text small {
  background: #ff7e7e
}

.reservation .inner dl .column-2 {
  font-weight: 500;
  padding-right: 0;
  width: 53.6637931034%
}

.reservation .inner dl .column-2 input, .reservation .inner dl .column-2 select, .reservation .inner dl .column-2 textarea {
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  padding: 8px 10px
}

.reservation .inner dl .column-2 input::-webkit-input-placeholder, .reservation .inner dl .column-2 select::-webkit-input-placeholder, .reservation .inner dl .column-2 textarea::-webkit-input-placeholder {
  font-size: 16px
}

.reservation .inner dl .column-2 input::-moz-placeholder, .reservation .inner dl .column-2 select::-moz-placeholder, .reservation .inner dl .column-2 textarea::-moz-placeholder {
  font-size: 16px
}

.reservation .inner dl .column-2 input:-ms-input-placeholder, .reservation .inner dl .column-2 select:-ms-input-placeholder, .reservation .inner dl .column-2 textarea:-ms-input-placeholder {
  font-size: 16px
}

.reservation .inner dl .column-2 input::-ms-input-placeholder, .reservation .inner dl .column-2 select::-ms-input-placeholder, .reservation .inner dl .column-2 textarea::-ms-input-placeholder {
  font-size: 16px
}

.reservation .inner dl .column-2 input::placeholder, .reservation .inner dl .column-2 select::placeholder, .reservation .inner dl .column-2 textarea::placeholder {
  font-size: 16px
}

.reservation .inner dl .column-2 textarea {
  height: 150px;
  line-height: 1.75
}

.reservation .inner dl .column-2 .name_l {
  width: 47.2%
}

.reservation .inner dl .column-2 .name_l input {
  margin-left: 7px;
  width: calc(100% - 1.75em)
}

.reservation .inner dl .select_wrapper {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative
}

.reservation .inner dl .select_wrapper:after {
  background: 50% no-repeat url(../img/common/select_wrapper_icon.png);
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px
}

.reservation .inner dl .select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none
}

.reservation .inner dl > div:not(.row-3,.row-4) .column-2 .select_wrapper, .reservation .inner dl > div:not(.row-3,.row-4) .column-2 input, .reservation .inner dl > div:not(.row-3,.row-4) .column-2 textarea {
  margin-left: 18px;
  width: calc(100% - 18px)
}

.reservation .inner .check {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 26px;
  text-align: center
}

.reservation .inner .check .checkbox_icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #ff6464;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  height: 31px;
  position: relative;
  width: 31px
}

.reservation .inner .check .checkbox_icon:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  inset: 0;
  -webkit-mask-image: url(../img/common/icon_checkbox.svg);
  mask-image: url(../img/common/icon_checkbox.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0;
  position: absolute;
  width: 100%
}

.reservation .inner .check .checkbox_icon:checked {
  background: #ff6464
}

.reservation .inner .check .checkbox_icon:checked:before {
  opacity: 1
}

.reservation .inner .button {
  margin-top: 68px
}

@media screen and (max-width: 767px) {
  .reservation .breadcrumb02 {
    padding-bottom: 12.8vw
  }

  .reservation .main_content {
    padding: 0
  }

  .reservation .inner .under_policy {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw
  }

  .reservation .inner .seminarinfoarea {
    background: transparent;
    margin: 14.1333333333vw 0 26.9333333333vw;
    padding: 0 5.3333333333vw
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper {
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .row-2 + .row-2 {
    margin-top: 5.8666666667vw
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .column-1, .reservation .inner .seminarinfoarea .seminarinfowrapper .column-2, .reservation .inner .seminarinfoarea .seminarinfowrapper .columndotted {
    padding: 0
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .column-1 {
    font-size: 4.2666666667vw;
    width: 22.6666666667vw
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .columndotted {
    margin-left: 1.0666666667vw;
    -webkit-transform: translateY(.5333333333vw);
    transform: translateY(.5333333333vw)
  }

  .reservation .inner .seminarinfoarea .seminarinfowrapper .column-2 {
    font-size: 4.2666666667vw;
    width: 100%
  }

  .reservation .inner .recon1 .policy {
    border-radius: 1.3333333333vw
  }

  .reservation .inner .recon1 .policy .policy_list01, .reservation .inner .recon1 .policy .policy_list02 {
    padding-bottom: 3.4666666667vw
  }

  .reservation .inner .recon1 .r_policy {
    padding: 0 5.3333333333vw
  }

  .reservation .inner dl {
    padding: 5.3333333333vw
  }

  .reservation .inner dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 0;
    justify-content: flex-start
  }

  .reservation .inner dl > div + div:not(.row-3) {
    margin-top: 8.4vw
  }

  .reservation .inner dl .column-1 {
    background: transparent;
    padding-left: 0;
    padding-top: 2.1333333333vw;
    width: 100%
  }

  .reservation .inner dl .column-1 label {
    font-size: 4.8vw
  }

  .reservation .inner dl .column-1 label .att_txt {
    font-size: 4.2666666667vw !important
  }

  .reservation .inner dl .column-1 .label_small_text small {
    font-size: 3.2vw;
    line-height: 1;
    padding-bottom: .5333333333vw;
    vertical-align: baseline
  }

  .reservation .inner dl .column-2 {
    margin: 0;
    width: 100%
  }

  .reservation .inner dl .column-2 input, .reservation .inner dl .column-2 select, .reservation .inner dl .column-2 textarea {
    border-radius: 5px;
    font-size: 4.2666666667vw;
    height: auto;
    line-height: 1.4;
    padding: 8px 10px
  }

  .reservation .inner dl .column-2 input::-webkit-input-placeholder, .reservation .inner dl .column-2 select::-webkit-input-placeholder, .reservation .inner dl .column-2 textarea::-webkit-input-placeholder {
    font-size: 4.2666666667vw
  }

  .reservation .inner dl .column-2 input::-moz-placeholder, .reservation .inner dl .column-2 select::-moz-placeholder, .reservation .inner dl .column-2 textarea::-moz-placeholder {
    font-size: 4.2666666667vw
  }

  .reservation .inner dl .column-2 input:-ms-input-placeholder, .reservation .inner dl .column-2 select:-ms-input-placeholder, .reservation .inner dl .column-2 textarea:-ms-input-placeholder {
    font-size: 4.2666666667vw
  }

  .reservation .inner dl .column-2 input::-ms-input-placeholder, .reservation .inner dl .column-2 select::-ms-input-placeholder, .reservation .inner dl .column-2 textarea::-ms-input-placeholder {
    font-size: 4.2666666667vw
  }

  .reservation .inner dl .column-2 input::placeholder, .reservation .inner dl .column-2 select::placeholder, .reservation .inner dl .column-2 textarea::placeholder {
    font-size: 4.2666666667vw
  }

  .reservation .inner dl .column-2 textarea {
    height: 40vw
  }

  .reservation .inner dl .column-2 .name_l, .reservation .inner dl .column-2 .name_r {
    width: 42.9333333333vw
  }

  .reservation .inner dl .column-2 .name_l input, .reservation .inner dl .column-2 .name_r input {
    line-height: 1.4;
    margin-left: 0;
    width: 100%
  }

  .reservation .inner dl .column-2 .name_l {
    margin-right: 1.6vw
  }

  .reservation .inner dl .select_wrapper {
    border-radius: 1.3333333333vw
  }

  .reservation .inner dl .select_wrapper:after {
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    width: 5.3333333333vw
  }

  .reservation .inner dl > div:not(.row-3,.row-4) .column-2 .select_wrapper, .reservation .inner dl > div:not(.row-3,.row-4) .column-2 input, .reservation .inner dl > div:not(.row-3,.row-4) .column-2 textarea {
    margin-left: 0;
    width: 100%
  }

  .reservation .inner .check {
    font-size: 4vw;
    margin-bottom: 3.2vw
  }

  .reservation .inner .check .checkbox_icon {
    border: 2px solid #ff6464;
    border-radius: .5333333333vw;
    height: 5.3333333333vw;
    width: 5.3333333333vw
  }

  .reservation .inner .button {
    margin-top: 3.28vw
  }
}

.money .breadcrumb02 {
  padding-bottom: 59px
}

.money h3 {
  color: unset !important;
  letter-spacing: unset !important
}

.money h3 .en {
  color: #c4972f !important
}

.money h3 .jp {
  color: #504848;
  font-size: 44px !important;
}

.money h3 .jp span {
  color: #ff7e7e;
  display: inline;
  font-size: 44px;
  vertical-align: baseline
}

.money .sec01 {
  padding: 0 20px 100px
}

.money .sec01 .inner {
  margin: 0 auto;
  max-width: 1000px
}

.money .sec01 h3 {
  margin-bottom: 62px !important
}

.money .sec01 h3 .jp {
  line-height: 1.8333333333 !important;
  font-size: 44px;
}

.money .sec01 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 4%;
  justify-content: space-between
}

.money .sec01 .flex .left {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  width: 45.4%
}

.money .sec01 .flex .left p + p, .money .sec01 .flex .left ul + p {
  margin-top: 1.55em
}

.money .sec01 .flex .left li:before {
  background: #ffacac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 10px
}

.money .sec01 .flex .right {
  width: 50.6%
}

.money .sec01 .btn_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 13px;
  justify-content: center;
  margin-top: 40px
}

.money .sec_offers {
  background: 50% no-repeat url(../img/top/offers_bg.png);
  background-size: cover;
  padding: 94px 20px 96px
}

.money .sec_offers .inner {
  margin: 0 auto;
  max-width: 1000px
}

.money .sec_offers h3 {
  margin-bottom: 12px !important
}

.money .sec_offers h3 span {
  color: #fff !important
}

.money .sec_offers .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.4285714286;
  margin-bottom: 59px;
  text-align: center
}

.money .sec_offers .text span {
  font-weight: 600
}

.money .sec_offers .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 1.6%;
  justify-content: center
}

.money .sec_offers .flex > div {
  background: #fff;
  border-radius: 30px;
  padding: 47px 28px 33px;
  position: relative;
  width: 32.3%
}

.money .sec_offers .flex > div .num {
  background: 50% no-repeat url(../img/top/offers_num_bg.png);
  background-size: cover;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  height: 83px;
  left: 50%;
  letter-spacing: -.05em;
  padding-top: .375em;
  position: absolute;
  text-align: center;
  top: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 171px
}

.money .sec_offers .flex > div .num span {
  font-size: 35px;
  font-weight: 700;
  padding-left: 5px
}

.money .sec_offers .flex > div img {
  margin: 0 auto 22px;
  width: 163px
}

.money .sec_offers .flex > div h4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3333333333;
  min-height: 64px;
  text-align: center
}

.money .sec_offers .flex > div p:not(.num) {
  font-weight: 500;
  line-height: 1.75 !important;
  margin-top: 15px
}

.money .sec03 {
  padding: 98px 20px 0
}

.money .sec03 .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%
}

.money .sec03 h3 {
  margin-bottom: 68px !important
}

.money .sec03 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center
}

.money .sec03 .flex .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%
}

.money .sec03 .flex .content + .content {
  border-left: 1px solid #ff7e7e
}

.money .sec03 .flex .content img {
  margin: 0 auto 16px;
  max-width: 195px;
  width: 90%
}

.money .sec03 .flex .content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center
}

.money .sec04 {
  padding: 98px 20px 0
}

.money .sec04 .inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%
}

.money .sec04 h3 {
  margin-bottom: 9px !important
}

.money .sec04 h3 .jp {
  line-height: 1.5
}

.money .sec04 picture {
  display: block;
  margin: 0 auto 59px;
  max-width: 893px;
  width: 100%
}

.money .sec04 .voice_wrapper {
  border: 1px solid #ff7e7e;
  border-radius: 30px;
  padding: 40px 45px 28px
}

.money .sec04 .voice_wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75 !important;
  padding-left: 76px;
  position: relative
}

.money .sec04 .voice_wrapper p:before {
  background: 50% no-repeat url(../img/money/voice_icon01.png);
  background-size: cover;
  content: "";
  display: block;
  height: 64px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px
}

.money .sec04 .voice_wrapper p:nth-of-type(2):before {
  background: 50% no-repeat url(../img/money/voice_icon02.png);
  background-size: cover
}

.money .sec04 .voice_wrapper p + p {
  margin-top: 40px
}

/*20251031注釈用に追加*/
.money .sec04 .voice_wrapper p.disclaimer:before {
  content: none !important;
  display: none !important;
  background: none !important;
  height: 0 !important;
  width: 0 !important;
}

.money .sec05 {
  padding: 98px 20px 0
}

.money .sec05 .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%
}

.money .sec05 h3 {
  margin-bottom: 38px !important
}

.money .sec05 h3 .jp {
  line-height: 1.5
}

.money .sec05 h3 .jp span {
  font-size: 36px
}

.money .sec05 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 2.5%;
  justify-content: space-between
}

.money .sec05 .flex .content {
  background: #f5f5f5;
  border-radius: 20px;
  font-weight: 600;
  padding: 20px 24px;
  width: 31.6666666667%
}

.money .sec05 .flex .content p {
  font-size: 24px;
  margin-bottom: 19px;
  text-align: center
}

.money .sec05 .flex .content li {
  line-height: 1.4;
  padding-left: 39px;
  position: relative
}

.money .sec05 .flex .content li + li {
  margin-top: 20px
}

.money .sec05 .flex .content li:before {
  background: 50% no-repeat url(../img/money/sec05_list_icon.png);
  background-size: cover;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 27px
}

.money .sec05 .arrow {
  display: block;
  margin: 42px auto 62px;
  width: 60px
}

.money .sec05 dl {
  border-radius: 20px;
  overflow: hidden;
  width: 100%
}

.money .sec05 dl dt {
  background: #ff7e7e;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  padding: 24px 1em 21px;
  text-align: center
}

.money .sec05 dl dd {
  background: #fff4f4
}

.money .sec05 dl dd ol {
  margin: 0 auto;
  max-width: 1000px;
  padding: 24px 3.0833333333%;
  width: 100%
}

.money .sec05 dl dd ol li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 20px;
  font-weight: 700;
  gap: 20px;
  justify-content: flex-start;
  line-height: 1.6
}

.money .sec05 dl dd ol li + li {
  margin-top: 20px
}

.money .sec05 dl dd ol li span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  background: #ffacac;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  flex-shrink: 0;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px
}

.money .sec06 {
  padding: 98px 20px 0
}

.money .sec06 .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%
}

.money .sec06 h3 {
  margin-bottom: 38px !important
}

.money .sec06 h3 + p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 20px;
  text-align: center
}

.money .sec06 .note {
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 59px;
  text-align: center
}

.money .sec06 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #f5f5f5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  overflow: hidden
}

.money .sec06 .content .left, .money .sec06 .content .right {
  width: 50%
}

.money .sec06 .content .left {
  padding: 81px 5.25%
}

.money .sec06 .content .left p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: top no-repeat url(../img/top/offers_num_bg_sp.png);
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 16px 0 22px;
  width: 135px
}

.money .sec06 .content .left ul {
  margin-top: 20px
}

.money .sec06 .content .left li {
  font-size: 19px;
  font-weight: 500
}

.money .sec06 .content .left li:before {
  background: #ffacac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 10px
}

.money .sec06 .content .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.money .sec06 .content02 {
  margin-top: 60px
}

.money .sec06 .content02 .full_w_title {
  background: #fff4f4;
  border-radius: 5px;
  color: #504848;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 32px;
  padding: 4px 20px 3px;
  position: relative;
  text-align: left
}

.money .sec06 .content02 .full_w_title:after {
  background: #ff7e7e;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px
}

.money .sec06 .content02 .room_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 24px 2.1666666667%;
  justify-content: space-between
}

.money .sec06 .content02 .room_list li {
  width: 23.3333333333%
}

.money .sec06 .content02 .room_list li a {
  display: block
}

.money .sec06 .content02 .room_list li p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 8px
}

@media screen and (max-width: 767px) {
  .money .breadcrumb02 {
    padding-bottom: 7.4666666667vw
  }

  .money h3 .jp, .money h3 .jp span {
    font-size: calc(6.6666666667vw - 1px);
  }

  .money .sec01 {
    padding: 0 4vw 13.8666666667vw
  }

  .money .sec01 h3 {
    margin-bottom: 5.0666666667vw !important;
    padding: 0
  }

  .money .sec01 h3 .jp {
    line-height: 1.4 !important;
	font-size: calc(6.6666666667vw - 1px);
  }

  .money h3 .jp {
    color: #504848;
    font-size: calc(6.6666666667vw - 1px) !important;
  }

  .money .sec01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    justify-content: center;
    padding: 0 1.3333333333vw
  }

  .money .sec01 .flex .left {
    font-size: calc(3.7333333333vw - 1px);
    line-height: 1.6428571429;
    width: 100%
  }

  .money .sec01 .flex .left p + p, .money .sec01 .flex .left ul + p {
    margin-top: 1.6428571429em
  }

  .money .sec01 .flex .left li {
    padding-left: 2.6666666667vw;
    text-indent: -2.6666666667vw
  }

  .money .sec01 .flex .left li:before {
    height: 1.3333333333vw;
    margin-right: 1.3333333333vw;
    -webkit-transform: translateY(-.5333333333vw);
    transform: translateY(-.5333333333vw);
    width: 1.3333333333vw
  }

  .money .sec01 .flex .right {
    width: 100%
  }

  .money .sec01 .btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw
  }

  .money .sec01 .btn_wrapper .btn {
    height: 14.6666666667vw
  }

  .money .sec_offers {
    background: 50% no-repeat url(../img/top/offers_bg_sp.png);
    background-size: cover;
    padding: 9.3333333333vw 5.3333333333vw
  }

  .money .sec_offers h3 {
    margin-bottom: 4.2666666667vw
  }

  .money .sec_offers .text {
    font-size: calc(3.7333333333vw - 1px);
    line-height: 1.6428571429;
    margin-bottom: 12.8vw
  }

  .money .sec_offers .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 11.7333333333vw
  }

  .money .sec_offers .flex > div {
    border-radius: 5.3333333333vw;
    padding: 12.8vw 4.2666666667vw 6.4vw;
    width: 100%
  }

  .money .sec_offers .flex > div .num {
    background: 50% no-repeat url(../img/top/offers_num_bg_sp.png);
    background-size: cover;
    font-size: 6.6666666667vw;
    height: 15.7333333333vw;
    left: 50%;
    padding-top: 1.0666666667vw;
    top: -5.3333333333vw;
    width: 29.6vw
  }

  .money .sec_offers .flex > div .num span {
    font-size: 7.2vw;
    padding-left: .8vw
  }

  .money .sec_offers .flex > div img {
    display: none
  }

  .money .sec_offers .flex > div h4 {
    font-size: 6.6666666667vw;
    line-height: 1.28;
    min-height: unset
  }

  .money .sec_offers .flex > div p:not(.num) {
    line-height: 1.4285714286;
    margin-top: 3.7333333333vw
  }

  .money .sec03 {
    padding: 13.0666666667vw 5.3333333333vw 0
  }

  .money .sec03 h3 {
    margin-bottom: 2.9333333333vw !important
  }

  .money .sec03 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .money .sec03 .flex .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.6vw 0 4.2666666667vw;
    width: 44.2666666667vw
  }

  .money .sec03 .flex .content:nth-of-type(2) {
    border-left: 1px solid #ff7e7e
  }

  .money .sec03 .flex .content:nth-of-type(3) {
    border-left: none
  }

  .money .sec03 .flex .content:nth-of-type(3), .money .sec03 .flex .content:nth-of-type(4) {
    border-top: 1px solid #ff7e7e
  }

  .money .sec03 .flex .content img {
    margin: 0 auto 4.2666666667vw;
    max-width: unset;
    width: 28vw
  }

  .money .sec03 .flex .content p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286
  }

  .money .sec04 {
    padding: 9.84vw 5.3333333333vw 0
  }

  .money .sec04 h3 {
    margin-bottom: 9.3333333333vw !important
  }

  .money .sec04 h3 .jp {
    line-height: 1.4
  }

  .money .sec04 picture {
    margin: 0 auto 6.9333333333vw;
    max-width: unset;
    width: 100%
  }

  .money .sec04 .voice_wrapper {
    border-radius: 8vw;
    padding: 5.3333333333vw 5.3333333333vw 4vw
  }

  .money .sec04 .voice_wrapper p {
    font-size: 3.2vw;
    line-height: 1.5;
    padding-left: 16.8vw
  }

  .money .sec04 .voice_wrapper p:before {
    height: 13.6vw;
    width: 13.6vw
  }

  .money .sec04 .voice_wrapper p + p {
    margin-top: 2.1333333333vw
  }

  .money .sec05 {
    padding: 13.3333333333vw 5.3333333333vw 0
  }

  .money .sec05 h3 {
    margin-bottom: 4vw !important
  }

  .money .sec05 h3 .jp {
    line-height: 1.4
  }

  .money .sec05 h3 .jp span {
    font-size: 6.6666666667vw
  }

  .money .sec05 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4.2666666667vw;
    justify-content: center
  }

  .money .sec05 .flex .content {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 12.8vw 5.3333333333vw 10.9333333333vw;
    width: 100%
  }

  .money .sec05 .flex .content p {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw
  }

  .money .sec05 .flex .content li {
    line-height: 1.4375;
    padding-left: 5.8666666667vw
  }

  .money .sec05 .flex .content li + li {
    margin-top: 2.1333333333vw
  }

  .money .sec05 .flex .content li:before {
    height: 5.0666666667vw;
    top: -.8vw;
    width: 5.0666666667vw
  }

  .money .sec05 .arrow {
    margin: 5.3333333333vw auto;
    width: 12vw
  }

  .money .sec05 dl {
    border-radius: 5.3333333333vw
  }

  .money .sec05 dl dt {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    padding: 5.8666666667vw 1em 5.0666666667vw
  }

  .money .sec05 dl dd ol {
    padding: 5.3333333333vw 3.2vw
  }

  .money .sec05 dl dd ol li {
    font-size: 4.2666666667vw;
    gap: 2.4vw;
    line-height: 1.4375
  }

  .money .sec05 dl dd ol li + li {
    margin-top: 3.2vw
  }

  .money .sec05 dl dd ol li span {
    border-radius: 2.6666666667vw;
    font-size: 6.9333333333vw;
    height: 11.2vw;
    width: 11.2vw
  }

  .money .sec06 {
    padding: 13.3333333333vw 5.3333333333vw 0
  }

  .money .sec06 h3 {
    margin-bottom: 5.0666666667vw !important
  }

  .money .sec06 h3 + p {
    font-size: calc(4vw - 1px);
    line-height: 1.4666666667;
    margin-bottom: .8vw
  }

  .money .sec06 .note {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 6.9333333333vw
  }

  .money .sec06 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5.3333333333vw;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .money .sec06 .content .left, .money .sec06 .content .right {
    width: 100%
  }

  .money .sec06 .content .left {
    padding: 4vw 0 5.3333333333vw
  }

  .money .sec06 .content .left p {
    font-size: 6.4vw;
    margin: 0 auto;
    padding: 2.9333333333vw 0 3.7333333333vw;
    width: 25.6vw
  }

  .money .sec06 .content .left ul {
    margin: .8vw auto 0;
    width: 69.0666666667vw
  }

  .money .sec06 .content .left li {
    font-size: calc(3.7333333333vw - 1px);
    padding-left: 2.6666666667vw;
    text-indent: -2.6666666667vw
  }

  .money .sec06 .content .left li:before {
    height: 1.3333333333vw;
    margin-right: 1.3333333333vw;
    -webkit-transform: translateY(-.2666666667vw);
    transform: translateY(-.2666666667vw);
    width: 1.3333333333vw
  }

  .money .sec06 .content02 {
    margin-top: 8.5333333333vw
  }

  .money .sec06 .content02 .full_w_title {
    border-radius: .8vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 8.8vw;
    padding: 3.4666666667vw 3.2vw
  }

  .money .sec06 .content02 .full_w_title:after {
    border-radius: .5333333333vw;
    width: 1.0666666667vw
  }

  .money .sec06 .content02 .room_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 2.9333333333vw 4vw
  }

  .money .sec06 .content02 .room_list li {
    width: 42.6666666667vw
  }

  .money .sec06 .content02 .room_list li p {
    font-size: calc(3.2vw - 1px);;
    line-height: 2.0833333333;
    margin-top: 1.0666666667vw
  }
}

.web_seminar * {
  font-family: Noto Sans JP, sans-serif !important
}

.web_seminar .breadcrumb02 {
  padding-bottom: 64px
}

.web_seminar .main_content {
  padding: 0 20px
}

.web_seminar h3 .en {
  color: #ff683b !important
}

.web_seminar h3 .jp {
  color: #504848
}

.web_seminar .web-seminar-box {
  border-top: 1px solid #ffacac;
  padding: 35px 0 29px
}

.web_seminar .web-seminar-box:last-of-type {
  border-bottom: 1px solid #ffacac
}

.web_seminar .web-seminar_date {
  font-size: 24px;
  line-height: 1
}

.web_seminar .web-seminar_date .web-seminar_time {
  font-size: 20px
}

.web_seminar .web-seminar_area {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  padding-left: 0;
  word-break: unset
}

.web_seminar .web-seminar_area:before {
  display: none
}

.web_seminar .web-seminar_teacher {
  display: block;
  margin-top: 15px
}

.web_seminar .web-seminar_teacher span {
  font-size: 12px;
  font-weight: 500
}

.web_seminar .web-seminar_teacher a {
  background: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0
}

.web_seminar .web-seminar_thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 160px;
  margin: 0 54px 0 13px;
  width: 130px
}

.web_seminar .web-seminar_thumb img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.web_seminar .web-seminar_detail {
  margin-left: 0
}

.web_seminar .web-seminar_title {
  color: #ff683b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  width: 90%
}

.web_seminar .web-seminar_outline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  width: 90%
}

.web_seminar .web-seminar_tag_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative
}

.web_seminar .web-seminar_tag_wrap .web-seminar_tags {
  gap: 4px 10px
}

.web_seminar .web-seminar_tag_wrap .web-seminar_tags .web-seminar_tag {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #504848;
  font-size: 14px;
  margin: 0;
  padding: 2.5px 10px
}


/* チェックボックス自体は隠す */
.popup-checkbox {
    display: none;
}

/* オーバーレイ（背景）の初期設定：非表示 */
.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); /* 半透明の黒い背景 */
    transition: opacity .3s, visibility .3s;
    z-index: 1000; /* 最前面に表示 */
}

.popup-checkbox:checked + .overlay {
    visibility: visible;
    opacity: 1;
}

/* -------------------------------------- */
/* ポップアップウィンドウ本体のスタイル (前回と同様) */
.popup {
    /* 画面中央に配置する調整 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    transition: all 0.3s ease-in-out;
}

/* 閉じるボタン (X) のスタイル */
.close {
    cursor: pointer; /* クリック可能であることを示す */
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

/* ポップアップ内の画像 */
.popup img {
    width: 100%;
    height: auto;
    display: block;
}



@media screen and (max-width: 767px) {
  .web_seminar .breadcrumb02 {
    padding-bottom: 8.8vw
  }

  .web_seminar .main_content {
    padding: 0 5.3333333333vw
  }

  .web_seminar h3 {
    margin-bottom: 6.9333333333vw !important;
    padding: 0 !important
  }

  .web_seminar h3 .en {
    color: #ff683b !important
  }

  .web_seminar h3 .jp {
    line-height: 1.4 !important
  }

  .web_seminar .intro_text {
    padding: 0 !important;
    text-align: left !important
  }

  .web_seminar .web_content {
    margin: 0;
    width: 100%
  }

  .web_seminar .web_content #web-seminar {
    margin-top: 11.2vw
  }

  .web_seminar .web-seminar-box {
    padding: 5.3333333333vw 0
  }

  .web_seminar .web-seminar_date, .web_seminar .web-seminar_date .web-seminar_time {
    font-size: 5.3333333333vw
  }

  .web_seminar .web-seminar_area {
    display: none
  }

  .web_seminar .web-seminar_teacher {
    margin-top: 2.6666666667vw
  }

  .web_seminar .web-seminar_teacher span {
    font-size: 3.2vw;
    vertical-align: baseline
  }

  .web_seminar .web-seminar_teacher a {
    font-size: 3.7333333333vw
  }

  .web_seminar .web-seminar_thumb {
    display: none
  }

  .web_seminar .web-seminar_title {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    margin-bottom: 2.6666666667vw;
    width: 100%
  }

  .web_seminar .web-seminar_outline {
    display: none
  }

  .web_seminar .web-seminar_tag_wrap .web-seminar_tags {
    gap: 1.0666666667vw 2.1333333333vw;
    margin-bottom: 5.0666666667vw
  }

  .web_seminar .web-seminar_tag_wrap .web-seminar_tags .web-seminar_tag {
    border-radius: 1.3333333333vw;
    font-size: 2.6666666667vw;
    padding: .6666666667vw 2.6666666667vw
  }
}

.news_single {
  padding: 0 20px
}

.news_single .breadcrumb02 {
  padding-bottom: 73px
}

.news_single .inner {
  margin: 0 auto;
  max-width: 1000px
}

.news_single .ttl {
  color: #ff7e7e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 9px
}

.news_single .date {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2142857143;
  margin-bottom: 70px
}

.news_single .content * + * {
  margin-top: 57px
}

.news_single .content img {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.news_single .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625
}

.news_single .content p + p {
  margin-top: 1em
}

@media screen and (max-width: 767px) {
  .news_single {
    padding: 0 5.3333333333vw
  }

  .news_single .breadcrumb02 {
    padding-bottom: 5.0666666667vw
  }

  .news_single .ttl {
    font-size: 5.6vw;
    line-height: 1.4761904762;
    margin-bottom: 1.8666666667vw
  }

  .news_single .date {
    font-size: 3.4666666667vw;
    line-height: 2.3846153846;
    margin-bottom: 6.4vw
  }

  .news_single .content * + * {
    margin-top: 10.6666666667vw
  }

  .news_single .content p {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714
  }
}

.recon1 h3 {
  color: #ff7e7e;
  font-size: 2.25em
}

.venue_googlemap {background: #504848;border-radius: 10px;color: #fff !important;display: inline-block;font-size: 12px;margin-top: 12px;padding: 2px 10px;-webkit-transition: .3s;transition: .3s}

.venue_googlemap:after {background: 50% no-repeat url(../img/common/btn_arrow_w.png);background-size: cover;content: "";display: inline-block;height: 6px;margin-left: 4px;width: 6px}

.venue_googlemap:hover {opacity: .7}

@media screen and (max-width: 767px) {
  .venue_googlemap {border-radius: 2.6666666667vw;font-size: 3.2vw;line-height: 1;margin-top: 1.8666666667vw;padding: .8vw 1.6vw 1.3333333333vw}

  .venue_googlemap:after {height: 1.6vw;margin-left: 1.0666666667vw;width: 1.6vw}
}