@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
}

body {
  font-size: 1.8rem;
  color: #111111;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  width: 100%;
}

a {
  color: #111111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #111111;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: 500er;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

p, a, li {
  transform: rotate(0.03deg);
}

/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.block {
  display: block;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

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

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.g-10 {
  gap: 10px;
}

.g-20 {
  gap: 20px;
}

.g-30 {
  gap: 30px;
}

.g-40 {
  gap: 40px;
}

.g-50 {
  gap: 50px;
}

.g-60 {
  gap: 60px;
}

.g-70 {
  gap: 70px;
}

.g-80 {
  gap: 80px;
}

.g-90 {
  gap: 90px;
}

.g-100 {
  gap: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: 500;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100%;
  border: 1px solid #65639B;
  color: #65639B;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi a:hover {
  border-color: #65639B;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #65639B;
  font-weight: normal;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 26px;
  height: 26px;
  line-height: 25px;
  font-size: 0;
  color: #fff;
  background: #65639B;
  margin: 10px;
}
.wp-pagenavi .previouspostslink {
  background: #F3F5F5;
  color: #b1b1b1;
  border: 1px solid #F3F5F5;
}
.wp-pagenavi .previouspostslink:hover {
  border: 1px solid #F3F5F5;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink:before {
  content: '←';
  font-size: 1rem;
}
.wp-pagenavi .nextpostslink:before {
  content: '→';
  font-size: 1rem;
}
/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin-bottom: 35px;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #65639B;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  opacity: 0.6;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 20px 0;
  height: 60px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
  color: #BEBEBE;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(./img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(./img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: 500;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: relative;
    padding: 26px 20px;
    text-align: center;
    z-index: 7;
    background: linear-gradient(46deg, #F98900, #FECB1D);
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    background: linear-gradient(32deg, rgba(249, 137, 0, 0.9), rgba(254, 203, 29, 0.9));
  }
  .gnav ul li {
    padding: 5px 0;
    color: #fff;
  }
  .gnav ul li a {
    color: #fff;
  }
  .gnav ul .under-link > li {
    line-height: 1;
  }
  .gnav .entry {
    width: 45%;
  }
  .gnav .entry .btn {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 30px;
    font-size: 1.8rem;
    background: #fff;
    border-radius: 50px;
  }
  .gnav .entry .btn i {
    font-size: 1.2rem;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    right: 20px;
    background: linear-gradient(32deg, #F98900, #FECB1D);
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 600px) {
  .gnav {
    display: block;
  }
  .gnav ul li a {
    font-size: 1.6rem;
  }
  .gnav .entry {
    width: 100%;
    margin-top: 10px;
  }
}

.for-woman {
  position: fixed;
  top: calc(50% - 175px);
  right: 0;
  height: 350px;
  width: 74px;
  z-index: 88;
}

.for-woman a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(31deg, rgba(255, 111, 150, 1), rgba(255, 166, 77, 1) 33%, rgba(64, 169, 255, 1) 66%, rgba(172, 253, 255, 1));
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 3px 0 3px 3px;
}

.for-woman .inner {
  height: 100%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  flex-direction: column;
}

.for-woman .inner p {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  margin-top: 5px;
}

.for-woman .inner i {
  margin-top: 15px;
  font-size: 1rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 100%;
  background-color: #111111;
}

@media screen and (max-width: 768px) {
  .for-woman {
    display: none;
  }
  nav>.for-woman {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    height: 74px;
    width: 100%;
    margin-top: 20px;
  }
    
  .for-woman a {
    display: block;
    border-radius: 10px;
    padding: 3px;
  }

  .for-woman .inner {
    height: 100%;
    border-radius: 7px;
    flex-direction: row;
  }

  .for-woman .inner p {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    margin-top: 0;
    margin-left: 5px;
    line-height: 74px;
  }
  
  .for-woman .inner i {
    margin-top: 0;
    margin-left: 10px;
  }
}

/***************************

  header

***************************/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  padding: 0 25px;
  margin-top: auto;
}

.header_inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding-right: 165px;
}
.header_inner .entry {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 0;
  top: 0;
}
.header_inner .entry a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(46deg, #F98900, #FECB1D);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 20px;
}
.header_inner .entry a img {
  margin-bottom: 10px;
}
.header_inner .s-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
  gap: 20px;
}
.header_inner .s-menu li {
  position: relative;
}
.header_inner .s-menu a {
  font-size: 1.3rem;
  border-bottom: 1px solid #111111;
  transition: all 0.3s;
}
.header_inner .s-menu a:hover {
  border-bottom: none;
}
.header_inner .main-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 25px;
  align-items: center;
}
.header_inner .main-menu .under {
  display: none;
}
.header_inner .main-menu > li {
  position: relative;
}
.header_inner .main-menu > li a {
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
.header_inner .main-menu > li:has(.under-link) a {
  pointer-events: none;
}
.header_inner .main-menu > li:has(.under-link) a i {
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 0.5rem;
  border-radius: 100%;
  color: #fff;
  background: #5F3CA1;
  margin-left: 5px;
}
.header_inner .main-menu > li:has(.under-link):hover .under-link {
  display: block;
}
.header_inner .main-menu > li:has(.under-link) .under-link {
  display: none;
  width: 145px;
  position: absolute;
  padding: 20px 0;
  background: #fff;
  bottom: -105px;
  right: 0;
  font-size: 1.6rem;
  border-radius: 15px;
  box-shadow: 0px 5px 7px 0px rgba(136, 136, 136, 0.35);
  line-height: 2;
}
.header_inner .main-menu > li:has(.under-link) .under-link:after {
  content: "";
  background: url(./img/common/hukidashi_header.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header_inner .main-menu > li:has(.under-link) .under-link li {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.header_inner .main-menu > li:has(.under-link) .under-link li a {
  pointer-events: all;
}
.header_inner .main-menu > li:has(.under-link) .under-link li a i {
  background: #F98900;
  font-size: 0.6rem;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .header_inner .main-menu a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding-bottom: 15px;
  }
  .header_inner {
    width: 70%;
  }
  .main-menu {
    position: fixed;
    width: 100%;
    padding: 0 165px 15px 25px;
    left: 0;
    top: 75px;
    background: #fff;
  }
}
@media screen and (max-width: 850px) {
  .header_inner {
    padding-right: 145px;
  }
  .header_inner .entry {
    width: 120px;
    height: 120px;
  }
  .header_inner .entry a {
    font-size: 1.4rem;
  }
  .main-menu {
    padding-right: 145px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header .logo {
    width: 390px;
    line-height: 1;
    padding: 10px 25px 15px;
  }
  .header_inner {
    display: none;
  }
}
/***************************

layout/footer.scss

***************************/
footer {
  width: 100%;
  background: #fff;
  margin-top: 60px;
}

.footer-content {
  position: relative;
  width: 100%;
  padding: 105px 20px 140px;
  overflow: hidden;
}
.footer-content .animation-move01 {
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 32.6rem;
  line-height: 1;
  color: #fff;
  display: flex;
  overflow: hidden;
}
.footer-content .animation-move01 span {
  white-space: nowrap;
}

.footer-content_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.footer-content_inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
}
.footer-content_inner p:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-content_inner p span {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
}
.footer-content_inner a {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background: linear-gradient(25deg, rgba(249, 137, 0, 1) -15%, rgba(254, 203, 29, 1));
  padding: 39px 85px;
  border-radius: 100px;
  margin: 60px auto 0;
}
.footer-content_inner a:hover {
  opacity: 0.7;
}
.footer-content_inner a i {
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 14px;
  color: #FECB1D;
  text-align: center;
  line-height: 34px;
  top: calc(50% - 17px);
  right: 45px;
  background: #fff;
  border-radius: 100%;
}

.footer-inner {
  width: 100%;
  background: #4E5056;
  padding: 30px 20px;
  color: #fff;
}
.footer-inner .add,
.footer-inner .last {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-inner .add {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.footer-inner .add .logo {
  width: calc(100% - 885px);
}
.footer-inner .add .contact {
  padding-top: 10px;
  margin-right: 10px;
}
.footer-inner .add .contact .ttl {
  display: block;
  text-align: center;
  width: 105px;
  height: 52px;
  font-size: 1.4rem;
  line-height: 52px;
  border-radius: 7px;
  background: #fff;
  color: #4e5056;
  margin-right: 15px;
  margin-bottom: 10px;
}
.footer-inner .add .contact p {
  line-height: 1.2;
}
.footer-inner .add .tel p {
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.footer-inner .add .tel .mail {
  font-size: 1.5rem;
  letter-spacing: -0.015em;
}
.footer-inner .last {
  padding-top: 20px;
  align-items: center;
}
.footer-inner .last .company {
  gap: 20px;
}
.footer-inner .last .company p {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
.footer-inner .last .company .sns {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #666666;
  color: #fff;
  position: relative;
  padding: 10px 25px 10px 50px;
}
.footer-inner .last .company .sns i {
  position: absolute;
  content: "";
  font-size: 1.8rem;
  text-align: center;
  left: 20px;
  line-height: 18px;
  top: calc(50% - 9px);
}
.footer-inner .last .copy {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

@media screen and (max-width: 1300px) {
  .footer-inner .add .logo {
    width: 380px;
    margin-right: 20px;
  }
  .footer-inner .add .flexbox {
    width: 60%;
    flex-wrap: wrap;
  }
  .footer-inner .add .contact {
    width: 100%;
    margin-right: 0;
  }
  .footer-inner .add .tel {
    width: 100%;
    margin-top: 10px;
  }
  .footer-inner .last {
    flex-wrap: wrap;
  }
  .footer-inner .last .company {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-content {
    padding: 70px 20px 150px;
  }
  .footer-content a {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer-content a {
    padding: 20px 40px;
    font-size: 2.5rem;
  }
  .footer-content a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: calc(50% - 13px);
    font-size: 1.8rem;
  }
  .footer-inner .add {
    display: block;
  }
  .footer-inner .add .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-inner .add .flexbox {
    width: 100%;
  }
  .last .company {
    flex-wrap: wrap;
  }
  .last .company p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .copy {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer-inner .add .logo {
    width: 100%;
  }
  .footer-inner .company {
    margin-bottom: 10px;
  }
  .footer-content {
    padding: 50px 20px 100px;
  }
  .footer-content .animation-move01 {
    font-size: 12rem;
    bottom: -20px;
  }
  .footer-content a {
    font-size: 1.6rem;
  }
  .footer-content a i {
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: calc(50% - 11px);
    font-size: 1.4rem;
  }
  .footer-inner .last .company p{
    font-size: 1.3rem;
  }
}
.fixed-box {
  position: fixed;
  bottom: 2%;
  /* 240530一旦位置変更 */
  /* right: 80px; */
  right: 2%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed-box {
    right: 3%;
  }
}
.fixed-box .entry-btn {
  display: none;
  margin-top: 15px;
  width: 350px;
  text-align: center;
}
.fixed-box .entry-btn a {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 25px 40px;
  background: linear-gradient(23deg, rgba(249, 137, 0, 1) 40%, rgba(254, 203, 29, 1));
  border-radius: 60px;
}
.fixed-box .entry-btn a i {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  color: #FECB1D;
  background: #fff;
  text-align: center;
  line-height: 28px;
  right: 30px;
  top: calc(50% - 14px);
  border-radius: 100%;
}
.fixed-box .pagetop {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.fixed-tab {
  position: fixed;
  bottom: 2%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed-tab {
    display: none;
  }
}
.fixed-tab a {
  width: 65px;
  height: 240px;
  font-weight: 500;
  writing-mode: vertical-rl;
  padding: 15px;
  border-radius: 15px 0 0 15px;
  position: relative;
  line-height: 1.9rem;
  pointer-events: none;/* 20240524 */
}
.fixed-tab a i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 10px;
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin: 15px auto 0;
  border-radius: 100%;
}
.fixed-tab a:first-child {
  border: 3px solid #008FF8;
  border-right: none;
  color: #008FF8;
  background: #FFFFCD;
}
.fixed-tab a:first-child i {
  background: #008FF8;
}
.fixed-tab a:first-child:before {
  content: url(./img/common/fixed-icon01.png);
  margin-bottom: 10px;
}
.fixed-tab a:last-child {
  margin-top: 10px;
  border: 3px solid #2F3241;
  border-right: none;
  color: #2F3241;
  background: #F3F5F4;
}
.fixed-tab a:last-child i {
  background: #2F3241;
}
.fixed-tab a:last-child:before {
  content: url(./img/common/fixed-icon02.png);
  margin-bottom: 10px;
}
.footer-inner .add .contact p span.footerAdd {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .fixed-box .entry {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .fixed-box .entry {
    margin-top: 15px;
  }
  .fixed-box .pagetop a {
    display: block;
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 500px) {
  .footer-inner .add .contact .ttl {
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin: 0 auto 10px;
    border-radius: 15px;
  }
  .footer-inner .add .contact p {
    font-weight: normal;
    font-size: 1.2rem;
  }
  .footer-inner .add .contact p span {
    font-weight: normal;
    font-size: 1.2rem;
  }
  .footer-inner .add .contact p span.footerAdd {
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 10px;
  }
  .footer-inner .company img {
    margin: 0 auto;
  }
  .footer-inner .company .sns {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 40px 20px 65px;
  }
  .footer-inner .add .tel p{
    font-size: 1.4rem;
  }
  .footer-inner .add .tel p .fz-13{
    font-size: 1.1rem;
    display: block;
  }
  .footer-inner .add .tel .mail{
    font-size: 1.1rem;
  }
  .footer-inner .add .tel p a:not(:hover){
    text-decoration: underline;
  }
  .footer-inner .last .company p{
    font-size: 1.1rem;
  }
  .footer-inner .last .company .sns{
    font-size: 1.2rem;
  }
}
/*////////////////////////

 user common css

////////////////////////*/
main {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 1.6rem;
  }
}

.container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container_l {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_m {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.sp {
  display: none;
}
.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
}

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

.m-plus-rounded-1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.bold {
  font-weight: 500;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-13 {
  font-size: 1.3rem;
}

.ls_5 {
  letter-spacing: 0.05em;
}

.lh_2 {
  line-height: 2;
}

.lh_18 {
  line-height: 1.8;
}

.lh_1 {
  line-height: 1;
}

.col-white {
  color: #fff;
}

/***************************

object/project/effects.scss

***************************/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
.animation-move01 span:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.animation-move01 span:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 30px 50px;
  background: linear-gradient(23deg, rgba(249, 137, 0, 1) 40%, rgba(254, 203, 29, 1));
  border-radius: 60px;
}
.btn-A i {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  color: #FECB1D;
  background: #fff;
  text-align: center;
  line-height: 28px;
  right: 30px;
  top: calc(50% - 14px);
  border-radius: 100%;
}
.btn-A:hover {
  color: #fff;
}
.btn-A.black {
  background: #44515E;
}
.btn-A.black i {
  color: #44515E;
}
.btn-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn-A {
    padding: 15px 50px;
  }
  .tab-center {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .btn-A {
    padding: 15px 30px;
    font-size: 1.8rem;
  }
  .btn-A i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 15px;
    top: calc(50% - 10px);
  }
}
.btn-B {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  color: #65639B;
  text-align: center;
  padding: 10px 50px;
  border-radius: 60px;
  border: 2px solid #65639B;
}
.btn-B i {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 17px;
  right: 15px;
  top: calc(50% - 9px);
  border-radius: 100%;
  background-color: #65639B;
}
.btn-B:hover {
  color: #65639B;
  transform: scale(0.97);
}
@media screen and (max-width: 500px) {
  .btn-B {
    padding: 10px 35px;
  }
}

/*////////////////////////

hdg__

////////////////////////*/
.hdg_01 {
  width: 100%;
  text-align: center;
  font-size: 18rem;
  font-family: "Poppins", sans-serif;
  line-height: 85%;
  letter-spacing: -0.02em;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  .hdg_01 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 550px) {
  .hdg_01 {
    font-size: 8rem;
  }
}

.hdg_02 {
  width: 100%;
  font-size: 3.2rem;
  color: #fff;
  background-color: #65639B;
  text-align: center;
  border-radius: 60px;
  padding: 10px 0;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
.hdg_02:after {
  content: "";
  background: url(./img/common/fukidashi.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 11px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.hdg_02.is-black {
  background-color: #44515E;
  position: relative;
  z-index: 5;
  &:after{
    background-image: url(./img/common/fukidashi_black.png);
  }
}
@media screen and (max-width: 768px) {
  .hdg_02 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 550px) {
  .hdg_02 {
    font-size: 1.8rem;
  }
}

/***************************

object/project/common.scss

***************************/
.sub__main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub__main-visual {
    height: 180px;
  }
}
.sub__main-visual .sub__main-hdg {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 4.6rem;
  height: 85px;
  padding: 0 25px;
  text-align: center;
  z-index: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub__main-visual .sub__main-hdg {
    left: 25px;
    font-size: 3.6rem;
    height: 63px;
  }
}
.sub__main-visual img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  z-index: 1;
}
.sub__main-visual:after {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: lighter;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 24rem;
  line-height: 1;
  opacity: 0.5;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .sub__main-visual:after {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sub__main-visual img {
    /* width: 100%; */
    height: 100%;
  }
  .sub__main-visual:after {
    font-size: 12rem;
  }
}

.f-link {
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .f-link {
    margin-top: 50px;
  }
}
.f-link .f-link__inner {
  border-radius: 15px;
  background-color: #F3F5F5;
  padding: 25px;
}
.f-link .f-link__inner ul li {
  width: 335px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.f-link .f-link__inner ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 100%;
  font-size: 2.2rem;
  padding: 20px 20px 20px 36px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease-out;
  line-height: 1.2;
}
.f-link .f-link__inner ul li a i {
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  background: linear-gradient(90deg, #F98900, #FECB1D);
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
}
.f-link .f-link__inner ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #2E3241;
}
.f-link .f-link__inner ul li a:hover i {
  color: #F98900;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .f-link .f-link__inner ul li a{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 950px) {
  .f-link .f-link__inner ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .f-link .f-link__inner ul li a {
    font-size: 1.8rem;
    padding: 20px 15px 20px 28px;
  }
}
@media screen and (max-width: 1100px) {
  .f-link .f-link__inner ul li {
    width: 280px;
  }
}
@media screen and (max-width: 950px) {
  .f-link .f-link__inner ul li {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .f-link .f-link__inner ul li {
    width: 100%;
    height: 88.5px;
    margin-top: 20px;
  }
  .f-link .f-link__inner ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-link .f-link__inner ul {
    display: block;
  }
}

.seminar__box,
.flow__box {
  border-radius: 15px;
}
.seminar__box .seminar__head,
.seminar__box .flow__head,
.flow__box .seminar__head,
.flow__box .flow__head {
  border-radius: 12px 12px 0 0;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 8px 20px;
}
@media screen and (max-width: 650px) {
  .seminar__box .seminar__head,
  .seminar__box .flow__head,
  .flow__box .seminar__head,
  .flow__box .flow__head {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .seminar__box .seminar__head,
  .seminar__box .flow__head,
  .flow__box .seminar__head,
  .flow__box .flow__head {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.seminar__box .seminar__head > span:first-of-type,
.seminar__box .flow__head > span:first-of-type,
.flow__box .seminar__head > span:first-of-type,
.flow__box .flow__head > span:first-of-type {
  font-size: 2.2rem;
  margin-right: 15px;
  line-height: 35px;
}
@media screen and (max-width: 650px) {
  .seminar__box .seminar__head > span:first-of-type,
  .seminar__box .flow__head > span:first-of-type,
  .flow__box .seminar__head > span:first-of-type,
  .flow__box .flow__head > span:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.seminar__box .seminar__contents,
.seminar__box .flow__contents,
.flow__box .seminar__contents,
.flow__box .flow__contents {
  border-radius: 0 0 12px 12px;
  padding: 25px 45px;
}
@media screen and (max-width: 500px) {
  .seminar__box .seminar__contents,
  .seminar__box .flow__contents,
  .flow__box .seminar__contents,
  .flow__box .flow__contents {
    padding: 20px 20px 25px;
  }
}
.seminar__box .seminar__contents h4,
.seminar__box .flow__contents h4,
.flow__box .seminar__contents h4,
.flow__box .flow__contents h4 {
  font-size: 2.4rem;
}
.seminar__box .seminar__contents h4 > span,
.seminar__box .flow__contents h3 > span,
.flow__box .seminar__contents h3 > span,
.flow__box .flow__contents h3 > span {
  line-height: 30px;
  font-size: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 650px) {
  .seminar__box .seminar__contents .bg_gray,
  .seminar__box .flow__contents .bg_gray,
  .flow__box .seminar__contents .bg_gray,
  .flow__box .flow__contents .bg_gray {
    display: block;
  }
}
.bg_gray .ellipse {
  font-size: 1.6rem;
  margin-right: 10px;
  line-height: 35px;
}
@media screen and (max-width: 650px) {
.bg_gray .ellipse {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.bg_gray {
  font-size: 1.6rem;
  background: #F3F5F5;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  font-weight: 500;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .bg_gray {
    padding: 20px;
  }
}

.ellipse {
  display: block;
  border-radius: 30px;
  padding: 0 15px;
}

.image_txt {
  text-align: center;
}
.curve {
  position: absolute;
  top: -136px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 544px;
  overflow: hidden;
  z-index: -1;
}
.curve:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
@media screen and (max-width: 768px) {
  .curve {
    height: 272px;
  }
}

.outer_link {
  position: relative;
}

.outer_link:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  background: url(./img/common/outer_link.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}

/***************************

object/project/top.scss

***************************/
.top01 {
  width: 100%;
  z-index: 2;
}
.top01 .top01--bk {
  /* background: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.5) calc(100% - 1px)) repeat center, linear-gradient(90deg, transparent calc(100% - 1px),  rgba(255, 255, 255, 0.5) calc(100% - 1px)) repeat center, url(./img/common/bg_symbol.png) no-repeat left -350px top 117px/contain, url(./img/common/bg_symbol.png) no-repeat right -600px top 40%/contain, url(./img/common/bg_symbol.png) no-repeat left -350px bottom 840px/contain, linear-gradient(73deg, rgb(227, 250, 243), rgb(221, 249,247));
  background-size: 30px 30px, 30px 30px, 1193px 598px, 1193px 598px, 1193px 598px, 100% 100%; */
  /* padding-bottom: 270px; */
  padding-bottom: 150px;
}

.main-visual {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-image: url(./img/top/mv_free.png), url(./img/top/main_visual_bg.jpg);
  background-repeat: no-repeat;
  background-position: top -30px left -30px, center;
  background-size: auto, cover;
  padding: 60px 15px 50px;
}

.main-imageWrap {
  position: relative;
  width: 500px;
  max-width: calc(100% - 115px);
  aspect-ratio: 1 / 1;
}

.main-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s;
  transform: rotate(10deg) scale(0.92) translate(60px, -10px);
  z-index: 1;
  opacity: 0;
}
.main-image.is-active {
  z-index: 5;
  transform: rotate(0);
  opacity: 1;
}
.main-image.is-active + .main-image {
  z-index: 4;
  opacity: 1;
}
.main-image img {
  border-radius: 20px;
}

.main-imageWrap:has(.main-image:last-of-type.is-active) .main-image:first-of-type {
  z-index: 4;
  opacity: 1;
}

@keyframes mainImageIn {
  0% {
    transform: rotate(10deg) scale(0.92) translate(60px, -10px);
  }
  70% {
    transform: rotate(0) scale(0.92) translate(60px, -10px);
  }
  100% {
    transform: rotate(0) scale(1) translate(0, 0);
  }
}

.mv-info {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: -30px auto 100px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 100px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 6px 6px 0px 0px rgba(238, 238, 238, 0.56);
}
.mv-info::after {
  position: absolute;
  content: '';
  background: url(./img/top/about-symbol01.png) no-repeat;
  background-size: contain;
  width: 125px;
  height: 109px;
  right: 20px;
  bottom: -30px;
}
.mv-info .box-ttl {
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 40px;
  color: #fff;
  background: #65639B;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box-flag {
  position: absolute;
  top: -80px;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-radius: 100%;
  background: #FFFF4D;
}
.box-flag:after {
  position: absolute;
  content: "";
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 15px solid #FFFF4D;
  bottom: 10px;
  right: 20px;
  transform: rotate(9deg);
}
.mv-info__left, .mv-info__right {
  width: 48%;
}
.mv-info__right p {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mv-info__right p {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual {
    background-position: top -15px left -15px, center;
    background-size: 85px 85px, cover;
  }
}

.top01--bk .about .hdg_sub {
  color: #65639B;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.top01--bk .about .seminar__box {
  background-color: #fff;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #44515E;
}
@media screen and (max-width: 550px) {
  .top01--bk .about .seminar__box {
    width: 100%;
  }
}
.top01--bk .about .seminar__box .seminar__head {
  text-align: center;
  color: #fff;
}
.top01--bk .about .seminar__box .seminar__contents {
  font-weight: 500;
  line-height: 2;
}
.top01--bk .about .seminar__box .seminar__contents li {
  font-size: 2rem;
  line-height: 1.4;
  &:not(:last-of-type){
    margin-bottom: 7px;
  }
}
.top01--bk .about .seminar__box .seminar__contents i {
  font-size: 2.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 550px) {
  .top01--bk .about .seminar__box .seminar__contents li {
    font-size: 1.4rem;
  }
  .top01--bk .about .seminar__box .seminar__head {
    font-size: 2rem;
  }
  .top01--bk .about .seminar__box .seminar__contents i {
    font-size: 1.8rem;
    margin-right: 5px;
  }
}
.top01--bk .about .seminar__box:first-child {
  border: 2px solid #1CA4C6;
}
.top01--bk .about .seminar__box:first-child .seminar__head {
  background-color: #1CA4C6;
}
.top01--bk .about .seminar__box:first-child .seminar__contents {
  ul li i{
    color: #1CA4C6;
  }
}

.top01--bk .about .seminar__box:last-child {
  border: 2px solid #D4594A;
  margin-top: 25px;
}
.top01--bk .about .seminar__box:last-child .seminar__head {
  background-color: #D4594A;
}
.top01--bk .about .seminar__box:last-child .seminar__contents {
  i{
    color: #D4594A;
  }
}
@media screen and (min-width: 551px) {
  .top01--bk .about .seminar__box:last-child .seminar__contents {
    ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    } 
    li{
      width: calc(50% - 10px);
    }
  }
}
.top01--bk .about .movie h4 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-top: 25px;
}
.movie_list li {
  width: calc((100% - 60px) / 3);
  margin-top: 45px;
}
.movie_list li iframe {
  aspect-ratio: 9 / 5;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .movie_list:not(:has(li:nth-of-type(2))){
    li{
      width: 100%;
      iframe{
        max-width: 400px;
        margin: 0 auto;
        display: block;
      }
    }
  }
}
@media screen and (max-width: 900px) {
  .movie_list li {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.movie_list li h5 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .movie_list li h5 {
    display: block;
    margin-bottom:20px;
  }
}
.movie_list li h5 .ellipse {
  border: 1px solid #65639B;
  color: #65639B;
  background-color: #FFFBE8;
  line-height: 34px;
  font-size: 1.6rem;
  white-space: nowrap;
  display: block;
  width: 130px;
  margin: 0 auto 5px;
}
.teacher_box {
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 40px;
  gap: 25px;
  position: relative;
  margin: 50px 0 40px;
}
.teacher_box:after {
  position: absolute;
  content: '';
  background: url(./img/top/about-symbol04.png) no-repeat;
  background-size: contain;
  width: 222px;
  height: 217px;
  right: 60px;
  bottom: -30px;
}
.teacher_box .box-flag {
  width: 120px;
  height: 120px;
  top: -55px;
  left: -50px;
  font-size: 1.8rem;
}
.teacher_box .box-flag:after {
  right: 18px;
  bottom: 7px;
}
.teacher_box__right p:first-of-type {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.teacher_box__right li {
  display: flex;
  gap: 5px;
  align-items: start;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .teacher_box .box-flag {
    font-size: 1.4rem;
    width: 90px;
    height: 90px;
    left: -12px;
    top: -40px;
  }
  .teacher_box .box-flag:after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .teacher_box {
    margin: 50px 0 70px;
  }
  .teacher_box__left {
    width: 100%;
  }
  .teacher_box .box-flag {
    left: -12px;
    top: -40px;
  }
  .teacher_box:after {
    width: 111px;
    height: 108px;
    right: 30px;
    bottom: -50px;
  }
}
.flow .flow__list .flow__box {
  margin-top: 50px;
  border: 2px solid #44515E;
  position: relative;
}
.flow .flow__list .flow__box:after {
  content: url(./img/top/flow_arrow.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -48px;
}
.flow .flow__list .flow__box:first-child {
  margin-top: 0px;
}
.flow .flow__list .flow__box:last-child:after {
  content: none;
}
.flow .flow__list .flow__box .flow__head {
  padding: 15px 20px;
  background: #44515E;
  color: #fff;
  font-size: 2.8rem;
}
.flow .flow__list .flow__box:not(:has(.flow__contents)) .flow__head {
  padding: 25px 20px;
  border-radius: 12px;
}
.flow .flow__list .flow__box .flow__head .deco {
  position: relative;
}
.flow .flow__list .flow__box .flow__head .deco:after {
  position: absolute;
  top: -68px;
  left: 0;
  content: '';
  background: url(./img/top/hdg-deco01.png) no-repeat;
  width: 88px;
  height: 94px;
  background-size: contain;
}
.flow .flow__list .flow__box .flow__head .ellipse {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #44515E;
  background: #fff;
  font-weight: 600;
}
.flow .flow__list .flow__box .flow__contents {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flow .flow__list .flow__box .flow__head {
    font-size: 2rem;
  }
  .flow .flow__list .flow__box .flow__contents .flow__info {
    display: block;
  }
  .flow .flow__list .flow__head .deco:after {
    top: -100px;
  }
}
@media screen and (max-width: 550px) {
  .flow .flow__list .flow__box .flow__head .deco {
    position: static;
  }
  .flow .flow__list .flow__box .flow__head .deco:after{
    right: -5px;
    top: -30px;
    left: auto;
  }
}
.flow .flow__list .flow__box.light {
  border: none;
}
.flow .flow__list .flow__box.light .flow__head {
  background: linear-gradient(to right, #F98900 30%, #FECB1D);
}
.flow .flow__list .flow__box.light .flow__head .ellipse {
  color: #F98900;
}
@media screen and (max-width: 1024px) {
  .mv-info {
    padding: 40px 50px;
  }
  .mv-info:after {

  }
  .box-flag {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
  }
  .mv-info:after {
    width: 100px;
    height: 87px;
    right: 0px;
    bottom: -50px;
}
}
@media screen and (max-width: 768px) {
  .main-visual {
    position: relative;
  }
  .main-visual img {
    width: 100%;
  }
  .main-visual .mv-news {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .top01 .top01--bk {
    /* padding-bottom: 220px; */
  }
  .mv-info {
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 40px;
  }
  .box-flag {
    left: -12px;
    top: -80px;
  }
  .mv-info__left, .mv-info__right {
    width: 100%;
    text-align: center;
  }
  .mv-info__left {
    margin-bottom: 30px;
  }
  .mv-info__right .btn-A {
    max-width: 100%;
  }
}

.top01 .point{
  background: #F9F7F0;
  border-radius: 70px;
  padding: 80px 20px 50px;
  position: relative;
  /* margin-top: -80px; */
  &:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: -20px;
    z-index: 1;
    width: 137px;
    height: 128px;
    background: url(./img/top/point_deco01.png) no-repeat center / cover;
  }
  &:after{
    content: "";
    position: absolute;
    bottom: -22px;
    right: 15px;
    z-index: 1;
    width: 111px;
    height: 126px;
    background: url(./img/top/point_deco02.png) no-repeat center / cover;
  }
}
.top02 {
  position: relative;
  z-index: 4;
}
.top02__bk {
  position: relative;
  z-index: 3;
  padding: 45px 0 130px;
}
@media screen and (max-width: 1024px) {
  .top01 .point{
    padding-bottom: 95px;
    &:before{
      left: -5px;
    }
  }
}
@media screen and (max-width: 768px) {
  .top01 .point{
    padding: 70px 20px 95px;
    border-radius: 20px;
  }
  .top02__bk {
    position: relative;
    z-index: 3;
    padding: 0 0 90px;
  }
}
.top02__bk .hdg_02+p span {
  position: relative;
}
.top02__bk .hdg_02+p span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5px;
  background: #ffff66;
  width: 100%;
  height: 10px;
  z-index: -1;
}
.top02__bk .bg_gray {
  background: #F9F7F0;
  border: 1px solid #F9F7F0;
  font-weight: normal;
}
.top02__bk .bg_gray+.bg_gray {
  margin-top: 10px;
}
.top02__bk .bg_gray .ellipse {
  background: #65639B;
  color: #fff;
  font-weight: 500;
  width: 142px;
  text-align: center;
}
.bg_gray__image{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .top02__bk .bg_gray {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg_gray__text{
    width: 71.5%;
  }
  .bg_gray__image{
    width: 26.8%;
  }
}
@media screen and (max-width: 768px) {
  .bg_gray__image{
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .top02__bk .bg_gray .ellipse {
    width: 100%;
    font-weight: 500;
  }
}
.top02__bk .bg_gray h4 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #65639B;
}
.top02__bk .bg_gray h4 > span:not(.ellipse) {
  background: #DE346F;
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 0 5px;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .top02__bk .bg_gray h4 > span:not(.ellipse) {
    display: block;
    margin-left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 650px) {
  .top02__bk .bg_gray h4 {
    display: block;
  }
}

.top02 .seminar__box {
  margin-top: 40px;
  border: 2px solid #44515E;
  position: relative;
}
.top02 .seminar__box .seminar__head {
  background: #44515E;
  color: #fff;
  text-align: center;
}
.top02 .seminar__box .seminar__contents {
  background: #fff;
  color: #44515E;
  padding: 25px 30px;
  &.is-point{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
.top02 .seminar__box .seminar__contents__image{
 flex: 1 1 auto; 
 text-align: center;
 align-self: flex-end;
}
.top02 .seminar__box .seminar__contents ul {
  max-width: 100%;
}
.top02 .seminar__box .seminar__contents li {
  padding-left: 32px;
  position: relative;
}
.top02 .seminar__box .seminar__contents li:nth-child(n+2) {
  margin-top: 10px;
}
.top02 .seminar__box .seminar__contents li i {
  font-size: 2.4rem;
  color: #65639B;
  position: absolute;
  left: 0;
  top: 1px;
}
.top02 .seminar__box .seminar__contents li h4{
  font-size: 2.2rem;
  width: max-content;
  max-width: 100%;
  font-weight: 500;
  background: #FFF088;
  padding: 0 5px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .top02 .point.seminar__box:after {
    right: -13px;
    bottom: -60px;
    width: 200px;
    height: 104px;
  }
  .top02 .image_txt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top02 .seminar__box .seminar__contents {
    padding: 25px 20px;
    &.is-point{
      gap: 20px 20px;
    }
  }
  .top02 .seminar__box .seminar__contents li h4{
    font-size: 1.8rem;
  }
}
.top02 .place {
  gap: 15px;
  text-align: center;
}
.top02 .place .seminar__box {
  margin-top: 0;
}
.top02 .place .seminar__box .seminar__head {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.top02 .place .seminar__box .seminar__contents p:first-child {
  font-size: 5rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.top02 .place .seminar__box .seminar__contents span {
  display: block;
  font-size: 3.8rem;
}
.top02 .place .seminar__box .seminar__contents span:nth-of-type(3) {
  font-size: 2rem;
  border-radius: 100%;
  color: #fff;
  background-color: #65639B;
  line-height: 36px;
  width: 36px;
  margin-right: 15px;
}
.top02 .place .seminar__box .seminar__contents span:last-child {
  font-size: 2.8rem;
}
.top02 .place .seminar__box .seminar__contents p:last-child {
  font-size: 1.6rem;
  color: #1F1F1F;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .top02 .place .seminar__box .seminar__contents p:first-child {
    font-size: 3.2rem;
  }
  .top02 .place .seminar__box .seminar__contents span {
    font-size: 2rem;
  }
  .top02 .place .seminar__box .seminar__contents span:nth-of-type(3) {
    font-size: 1.6rem;
    line-height: 28px;
    width:28px;
    margin-right: 10px;
  }
  .top02 .place .seminar__box .seminar__contents span:last-child {
    font-size: 1.8rem;
  }
}
.top03 {
  background: linear-gradient(to bottom, #DDE4FE, #F4E1F4);
  padding: 120px 0 270px;
}
@media screen and (max-width: 768px) {
  .top03 {
    padding: 60px 0 220px;
  }
}
.top04 {
  position: relative;
  z-index: 4;
  padding-bottom: 270px;
  @media screen and (max-width: 768px) {
    padding-bottom: 220px;
  }
}
.top04__bk {
  position: relative;
  z-index: 3;
  padding: 45px 0 130px;
}
.top04 .hdg_02:before {
  content: '';
  position: absolute;
  top: -47px;
  left: 5.6%;
  background: url(./img/top/hdg-deco02.png) no-repeat;
  background-size: contain;
  width: 312px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .top04__bk {
    padding: 0 0 130px;
  }
  .top04 .hdg_02:before {
    content: '';
    position: absolute;
    top: -28px;
    left: 5.6%;
    background: url(./img/top/hdg-deco02.png) no-repeat;
    background-size: contain;
    width: 187px;
    height: 42px;
  }
}
.top04 .graph {
  flex-direction: column;
  padding: 40px;
  text-align: center;
  font-size: 2rem;
  color: #44515E;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  gap: 30px;
  flex: 1 1 auto;
  align-items: center;
}
.top04 .graph img {
  margin-top: auto;
}
.top04 .graph.is-1column{
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 5rem;
}
.top04 .graph .graphTextLarge{
  font-size: 3.4rem;
}
.top04 .graph.is-1column .graphTextLarge{
  font-size: 8rem;
}
.top04 .graph .graphTextEmphasis{
  color: #656399;
  background: linear-gradient(to top, #FFF088 30%, transparent 30%);
}
@media screen and (max-width: 768px) {
  .top04 .graph.is-1column{
    font-size: 3rem;
  }
  .top04 .graph .graphTextLarge{
    font-size: 2.8rem;
  }
  .top04 .graph.is-1column .graphTextLarge{
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .top04 .graph {
    font-size: 2rem;
  }
}
.top04 h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #65639B;
  font-weight: 500;
  margin-top: 45px;
}
.voice li {
  padding: 20px 30px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  border-radius: 15px;
  width: calc(33% - 10px);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voiceListFrom{
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .voice li {
    width: 100%;
  }
}
.top05 {
  position: relative;
  z-index: 5;
}

.top06 .news__list {
  height: 540px;
  background-color: #fff;
  overflow-y: scroll;
}
.top06 .news__list:has(.none-scroll) {
  height: auto;
}
@media screen and (max-width: 768px) {
  .top06 .news__list {
    height: 340px;
  }
  .top06 .news__list:has(.none-scroll) {
    height: auto;
  }
}
.top06 .news__box {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 15px;
  background-color: #F9F7F0;
  padding: 22px 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
.top06 .news__box:nth-of-type(n+2){
  display: none;
}
@media screen and (max-width: 768px) {
  .top06 .news__box {
    padding: 22px 20px;
    display: block;
  }
}
.top06 .news__box .ymd {
  color: #65639B;
  margin-right: 20px;
}
.top06 .news__box .content a {
  color: #65639B; 
  text-decoration: underline;
}
.top05 .btn-A,
.top03 .btn-A,
.top06 .btn-A {
  margin: 35px auto 0;
}
.top05 .btn-A i,
.top03 .btn-A i {
  color: #2E3241;
}

.btnMottoMiru{
  cursor: pointer;
  &:before{
    content: "もっとみる";
  }
  &.is-open{
    &:before{
      content: 'とじる';
    }
    .fa-plus:before {
      content: "\f068";
    }
  }
}

/***************************

object/project/qa.scss

***************************/
.faq01 .sub__main-visual:after {
  content: "Q&A";
  bottom: -40px;
}

.faq__list:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-top: 60px;
  }
}
.faq__list .faq__box {
  border-radius: 15px;
  border: 1px solid #65639B;
  overflow: hidden;
}
.faq__list .faq__box .faq__box__q {
  background-color: #FFFBE8;
  color: #65639B;
  position: relative;
}
.faq__list .faq__box .faq__box__q:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(./img/faq/plus.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.faq__list .faq__box .faq__box__q span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  color: #fff;
  background-color: #65639B;
  font-family: "Poppins", sans-serif;
  font-size: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
.faq__list .faq__box .faq__box__q p {
  font-size: 2.6rem;
  padding: 10px 60px 10px 85px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq__list .faq__box .faq__box__q p {
    font-size: 1.8rem;
  }
}
.faq__list .faq__box .faq__box__q:hover {
  cursor: pointer;
}
.faq__list .faq__box .faq__box__q.is-open:after {
  background: url(./img/faq/minus.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.faq__list .faq__box .faq__box__a {
  background-color: #fff;
  border-top: 2px dotted #65639B;
  padding: 20px 50px;
  display: none;
}
.faq__list .faq__box .faq__box__a a {
  text-decoration: underline;
  color: #65639B;
}
.faq__list .faq__box .faq__box__a.first {
  display: block;
}
@media screen and (max-width: 768px) {
  .faq__list .faq__box .faq__box__a {
    font-size: 1.6rem;
    padding: 15px 25px;
  }
}

/***************************

object/project/company.scss

***************************/

.company01 .sub__main-visual:after {
  content: "COMPANY LIST";
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .company01 .sub__main-visual:after {
    font-size: 6rem;
    bottom: -10px;
  }
}
@media screen and (max-width: 500px) {
  .company02 .bg_gray {
    padding: 20px 15px;
  }
}
.company02 .erea .select__list {
  margin-top: 15px;
}
.company02 .erea .select__list a:hover {
  cursor: pointer;
  opacity: 0.65;
}
.company02 .erea > p {
  font-size: 2rem;
  font-weight: 500;
}
.company02 .erea a {
  background-color: #fff;
  color: #65639B;
  border: 2px solid #65639B;
  border-radius: 5px;
  width: 195px;
  height: 63px;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .company02 .erea a {
    width: 100%;
  }
}
.company02 .erea a.current {
  border: 2px solid #2E3241;
  background-color: #2E3241;
  color: #fff;
}
.company_list {
  gap: 16px;
  margin-top: 35px;
}

.company02 .company_list {
  margin-top: 60px;
}

.company_item {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #65639B;
  border-radius: 15px;
  width: calc(33% - 8px);
  transition: all 0.2s;
}

@media screen and (max-width: 1024px) {
  .company_item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 650px) {
  .company_item {
    width: calc(100% - 8px);
  }
}

.company_item:hover {
  cursor: pointer;
  transform: scale(0.99);
  opacity: 0.7;
}

.company_item a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 1.4rem;
}

.company_item a:hover {
  opacity: 1;
}

.company_logo {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 195px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_item .company_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* 240930追加 */
.company_information {
  max-width: 675px;
}

.company_item .company_name {
  font-weight: 500;
  font-size: 2.4rem;
}

.company_area,
.company_industry {
  gap: 5px;
  color: #65639B;
  font-size: 1.8rem;
  line-height: 1.2;
}

.company_contents {
  color: #868686;
  font-size: 1.8rem;
}

.company_subhead {
  display: block;
  color: #fff;
  background-color: #65639B;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  width: fit-content;
  margin-bottom: 5px;
}

/* detail */
.company-detail h3 {
  font-size: 3.2rem;
}
.company-detail .company_logo {
  width: 374px;
  height: 250px;
  padding: 20px;
}
.company-detail .company_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.company-detail .company_sub_information>li {
  width: calc(50% - 10px);
}
.company-detail .company_sub_information>li:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-detail .company_sub_information>li {
    width: 100%;
  }
}
.company_sub_information>li .ellipse {
  background-color: #65639B;
  color: #fff;
  display: block;
  width: fit-content;
}
.company_sub_information h4 {
  margin-bottom: 15px;
}
.company_sub_information h4 .company_copy {
  font-size: 2.4rem;
}
.company_sub_information .company_auth_logo ul {
  gap: 15px;
}
.company_auth_logo ul li {
  max-width: 62px;
}
.company_sub_information .company_link a {
  font-size: 1.8rem;
  color: #AAAAAA;
}
.company-detail .btn-A {
  margin: 135px auto 0;
}

.hdg_02.is-meetup{
  position: relative;
  &:before{
    content: "";
    width: 245px;
    aspect-ratio: 245 / 71;
    background: url(./img/top/meetup_deco.png) no-repeat center / contain;
    position: absolute;
    top: -38px;
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .hdg_02.is-meetup{
    &:before{
      width: 200px;
    }
  }
}
@media screen and (max-width: 560px) {
  .hdg_02.is-meetup{
    &:before{
      top: -45px;
      left: 15px;
    }
  }
}

.placeDate{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.placeDate__item{
  width: calc(50% - 6px);
  padding: 0 !important;
  margin: 0 !important;
}
.placeDate__hdg{
  background: #31B4CB;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
  padding: 5px;
}
.placeDate__contents{
    text-align: center;
    background: #fff;
    border: 1px solid #31B4CB;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}
.placeDate__date{
  font-size: 3.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.placeDate__date__large{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 6.2rem;
}
.placeDate__date__week{
  font-size: 2rem;
  color: #fff;
  background: #44515E;
  aspect-ratio: 1 / 1;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;
  transform: translateY(-5px);
}
.placeDate__time{
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: super;
}
.placeDate__box{
  border-top: 2px dotted #BBB;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.placeDate__name{
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.placeDate__addr{
  font-size: 2rem;
  font-weight: 500;
  i{
    position: static !important;
    color: #31B4CB !important;
    font-size: 1.8rem;
    margin-right: 5px;
  }
}
.placeDate__item.is-red{
  .placeDate__addr i{
    color: #D4594A !important;
  }
  .placeDate__contents{
    border-color: #D4594A;
  }
  .placeDate__hdg{
    background: #D4594A;
  }
}
@media screen and (max-width: 768px) {
  .placeDate__item{
    width: 100%;
  }
  .placeDate__date{
    font-size: 2.6rem;
  }
  .placeDate__date__large{
    font-size: 5rem;
  }
  .placeDate__date__week{
    font-size: 1.8rem;
    width: 32px;
    line-height: 32px;
  }
  .placeDate__name{
    font-size: 1.8rem;
  }
  .placeDate__addr{
    font-size: 1.8rem;
  }
  .top02 .seminar__box .seminar__contents li i{
    font-size: 2rem;
  }
}

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

.top-flow{
  background: #F9F7F0;
  padding: 45px 0 270px;
  position: relative;
  .curve:after{
    background: #F9F7F0;
  }
}

.curriculumAccordion{
  border-radius: 10px;
  overflow: hidden;
}
.curriculumAccordion__dt{
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  background: #FFB300;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 999px;
  color: #fff;
  padding: 13px 45px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  &:before{
    content: "";
    width: 32px;
    aspect-ratio: 1 / 1;
    background: url(./img/top/accordion_bar.png) no-repeat center;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    border-radius: 50%;
  }
  &:after{
    content: "";
    width: 3px;
    height: 16px;
    background: #FFB300;
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    transition: .3s;
    z-index: 2;
  }
  &.is-open{
    border-radius: 10px 10px 0 0;
    &:after{
      transform: rotate(90deg);
      opacity: 0;
    }
  }
}
.curriculumAccordion__dd{
  background: #fff;
  padding: 15px 25px;
  border: 2px dotted #FFB300;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: none;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .curriculumAccordion__dd__listImage{
    overflow-x: scroll;
    img{
      max-width: max-content;
    }
  }
}
@media screen and (max-width: 550px) {
  .curriculumAccordion__dt{
    font-size: 1.6rem;
    padding: 13px 50px 13px 20px;
  }
}
@media screen and (max-width: 450px) {
  .curriculumAccordion__dd__listImage{
    img{
      max-width: 550px;
    }
  }
}

.link--underline:not(:hover){
  text-decoration: underline;
}
.fc--white{
  color: #fff !important;
}