@charset "UTF-8";

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

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

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

base

************************************/
html {
  font-size: 625%;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.16rem;
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #333333;
  text-decoration: none;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

.about {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  background: #ffffff url("../images/img_worry.png") no-repeat bottom center/cover;
}

@media screen and (max-width: 767px) {
  .about {
    background: #ffffff url("../images/img_worry_sp.png") no-repeat bottom center/cover;
    height: 70vh;
    max-height: 600px;
  }
}

.about__heading {
  margin: 0 auto 0.2rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.6;
  font-weight: bold;
}

.about__heading span {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(90deg, #00A1E5 0%, #00ecbc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.5rem;
}

@media screen and (max-width: 767px) {
  .about__heading span {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 0.18rem;
  }
}

.about__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.6rem 0.2rem 0 0.2rem;
  opacity: 0;
}

.about__container.is-show {
  animation: blur 2s ease forwards 0s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about__container {
    padding: 0rem 0.2rem;
  }
}

.academy {
  padding: 1.2rem 0;
  background: linear-gradient(to bottom right, #00A1E5 0%, #00ecbc 100%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .academy {
    padding: 0.6rem 0;
  }
}

.academy__lead {
  margin: 0 auto 1.2rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 3;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
}

.academy__lead.is-show {
  animation: fade 0.4s ease forwards;
}

.academy__lead span {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-color: rgba(255, 228, 0, 0.8);
  text-decoration-color: rgba(255, 228, 0, 0.8);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 0.4rem;
}

@media screen and (max-width: 767px) {
  .academy__lead span {
    font-size: 0.22rem;
    text-decoration-thickness: 5px;
  }
}

@media screen and (max-width: 767px) {
  .academy__lead {
    margin: 0 auto 0.6rem;
    font-size: 0.18rem;
    line-height: 2.4;
  }
}

@media screen and (max-width: 767px) {
  .class__name {
    font-size: 0.14rem;
  }
}

.academy__container {
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: 0 auto;
}

.academy__wrap {
  opacity: 0;
  margin: 0 auto 1.2rem;
  padding: 0.6rem;
  background: #ffffff;
  border-radius: 20px;
  opacity: 0;
}

.academy__wrap.is-show {
  animation: fade 0.4s ease forwards;
}

.academy__wrap p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .academy__wrap {
    margin: 0 auto 0.6rem;
    line-height: 2.4;
    padding: 0.3rem 0.2rem;
  }
}

.academy__midashi {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  margin: 0 0 0.4rem;
  line-height: 1.6;
}

.academy__midashi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

.academy__midashi span {
  position: relative;
  padding: 0.1rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .academy__midashi {
    font-size: 0.2rem;
    margin: 0 0 0.2rem;
  }
}

.class__list {
  margin: 0.4rem auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .class__list {
    gap: 20px;
    margin: 0.2rem auto 0;
  }
}

.class__item {
  width: calc((100% - 90px) / 4);
}

.class__item img {
  width: 100%;
  margin: 0 0 0.1rem;
}

@media screen and (max-width: 767px) {
  .class__item {
    width: calc((100% - 20px) / 2);
  }
}

.academy__heading {
  position: relative;
  margin-top: -0.4rem;
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}

.academy__heading span {
  position: relative;
  display: inline-block;
}

.academy__heading span::after {
  position: absolute;
  bottom: -0.4em;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #ed7a9b;
  content: "";
}

@media screen and (max-width: 767px) {
  .academy__heading {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
}

.place__list {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .place__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
}

.place__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .place__item {
    width: 100%;
  }
}

.place-list__heading {
  margin-bottom: 0.3em;
  font-size: 0.22rem;
  font-weight: bold;
}

.place-list__heading::before {
  color: #ed7a9b;
  content: "●";
}

@media screen and (max-width: 767px) {
  .place-list__heading {
    font-size: 0.18rem;
  }
}

.place-list__address {
  margin-bottom: 0.6em;
  font-size: 0.13rem;
}

.flow {
  width: 100%;
  max-width: 750px;
  margin: 0.2rem auto 0;
}

.flow img {
  width: 100%;
}

.voice__container {
  opacity: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
}

.voice__container.is-show {
  animation: blur 1.5s ease forwards 0s;
  opacity: 0;
}

.voice__heading {
  position: relative;
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}

.voice__heading span {
  position: relative;
  display: inline-block;
}

.voice__heading span::after {
  position: absolute;
  bottom: -0.4em;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  content: "";
}

@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 0.24rem;
  }
}

.voice__list {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .voice__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
}

.voice__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .voice__item {
    width: 100%;
  }
}

.voice__name {
  padding: 0.1rem;
  width: 50%;
  margin: 0 auto 0.1rem;
  text-align: center;
  font-weight: bold;
  transform: skew(-15deg);
  background: #ffffff;
  color: #333333;
}

.voice__name span {
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .voice__name {
    width: 80%;
  }

  .voice__name span {
    font-size: 120%;
  }
}

.voice__summary {
  display: inline-block;
  padding: 0 0.4rem 0 0.45rem;
  background-image: url(../images/img_voice_quote-top.png), url("../images/img_voice_quote-bottom.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  text-align: justify;
}

.btn-navi {
  display: block;
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
  border: 0;
  outline: 0;
  background: transparent;
}

.btn-navi:hover {
  cursor: pointer;
}

.btn-navi::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-navi::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.btn-navi span {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  width: 30%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}

.btn-navi span::before,
.btn-navi span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transform-origin: center center;
  background: #fff;
  transition: 0.2s all ease 0s;
}

.btn-navi span::before {
  transform: translate(0, -0.07rem);
}

.btn-navi span::after {
  transform: translate(0, 0.07rem);
}

.is-open .btn-navi span {
  height: 0;
}

.is-open .btn-navi span::before {
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .btn-navi span::after {
  transform: translate(0, 0) rotate(45deg);
}

@keyframes navi {
  50% {
    transform: rotate(180deg) scaleX(0.97);
  }

  100% {
    transform: rotate(360deg) scaleX(1);
  }
}

.comment {
  padding: 1.3rem 0.2rem;
}

.comment__heading {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin: 0 auto 0.2rem;
  opacity: 0;
  text-align: center;
}

.comment__heading.is-show {
  animation: blur 2s ease forwards 0s;
  opacity: 0;
}

.comment__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.6rem 0.4rem;
  opacity: 0;
}

.comment__container.is-show {
  animation: blur 2s ease forwards 0s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .comment__container {
    padding: 0rem 0.2rem;
  }
}

.comment__notice {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
}

.comment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 990px) {
  .comment__list {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .comment__list {
    flex-wrap: nowrap;
    gap: 0.1rem;
    padding: 0 0.15rem;
    overflow-x: scroll;
  }
}

.comment__item {
  flex-basis: calc((100% - 0.6rem) / 3);
}

@media screen and (max-width: 990px) {
  .comment__item {
    flex-basis: calc((100% - 0.2rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  .comment__item {
    flex-basis: 88%;
    flex-shrink: 0;
  }
}

.comment_illust {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .comment_illust {
    width: 90%;
  }
}

.footer {
  padding: 1.2rem 0;
  background: #333333;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0.6rem 0;
  }
}

.footer__container {
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}

.tel {
  padding: 0 0 0.2rem 0;
  border-right: 1px solid #ffffff;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tel {
    border-right: 0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
}

.search {
  flex: 1;
  padding: 0 0.1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .search {
    border-right: 0px solid #ffffff;
    width: 100%;
    padding: 0.2rem 0 0 0;
  }
}

.footer__heading {
  color: #ffffff;
  font-size: 0.24rem;
  margin: 0 0 20px;
}

.tel__number {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: bold;
}

.search__link a {
  color: #333333;
  background: #ffffff;
  padding: 0.2rem;
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  text-decoration: none;
}

.main {
  position: relative;
  width: 100%;
  height: 75vh;
  background: #ffffff url("../images/main_title.png") no-repeat bottom right/cover;
}

@media screen and (max-width: 767px) {
  .main {
    background: #ffffff url("../images/main_title_sp.png") no-repeat bottom center/cover;
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  .main {
    position: relative;
    width: 100%;
  }
}

.top__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.2rem;
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top__container {
    height: 70vh;
  }
}

.main__logo {
  margin: 0.2rem 0 0;
  max-width: 140px;
  width: 30vw;
}

.main__logo img {
  width: 100%;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  margin: 0 auto 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .title {
    margin: 0 auto;
    width: 90%;
  }
}

.title_main {
  background: #333333;
  padding: 0.1rem 0.3rem;
  color: #ffffff;
  display: inline;
  font-size: 500%;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: scale(8);
  animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
}

@media screen and (max-width: 767px) {
  .title_main {
    width: 100%;
    font-size: 200%;
    padding: 0.1rem 0;
    text-align: center;
  }
}

.title_sub {
  background: #FF7F00;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.3rem;
  color: #ffffff;
  font-size: 400%;
  font-weight: bold;
  margin: 0 0 0 14%;
  display: block;
  opacity: 0;
  transform: scale(8);
  animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
}

@media screen and (max-width: 767px) {
  .title_sub {
    width: 100%;
    font-size: 180%;
    padding: 0.1rem 0;
    text-align: center;
    margin: 0 0 0 20px;
  }
}

.subject_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto 20vh;
  font-size: 0.2rem;
  box-shadow: 4px 4px 10px rgba(51, 51, 51, 0.2);
  text-align: center;
  transform: scale(1.1);
  opacity: 0;
  animation: scale 0.7s ease forwards 1.1s;
}

@media screen and (max-width: 767px) {
  .subject_area {
    width: 100%;
    font-size: 100%;
  }
}

.subject_heading {
  padding: 0.15rem;
  color: #ffffff;
  background: #898989;
  flex-basis: 15%;
}

@media screen and (max-width: 767px) {
  .subject_heading {
    padding: 0.1rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.subject_item {
  background: #ffffff;
  flex: 1;
  padding: 0.15rem;
}

@media screen and (max-width: 767px) {
  .subject_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
    text-align: left;
    padding: 0.1rem;
  }
}

.modal {
  display: none;
}

.modal__container {
  padding: 0.5rem;
  background: #DEDDD8;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .modal__container {
    padding: 0.25rem;
  }
}

.modal__position {
  display: inline-block;
  color: #289DA9;
  font-size: 0.16rem;
  font-weight: bold;
  font-family: "Yu Gothic Bold", "游ゴシック Bold", YuGothicBold, "游ゴシック体 ボールド", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}

.modal__name {
  display: inline-block;
  margin-top: 0.1rem;
  color: #FF7F00;
  font-size: 0.26rem;
  font-weight: bold;
  font-family: "Yu Gothic Bold", "游ゴシック Bold", YuGothicBold, "游ゴシック体 ボールド", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}

.modal__txt {
  margin-top: 0.2rem;
  color: #FF7F00;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .modal__txt {
    font-size: 0.13rem;
  }
}

.modal__btn {
  margin-top: 0.15rem;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.qa {
  padding: 1.2rem 0;
  background: #ffffff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 0.6rem 0;
  }
}

.qa__container {
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: 0 auto;
}

.qa__midashi {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  margin: 0 0 0.4rem;
  line-height: 1.6;
}

.qa__midashi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

.qa__midashi span {
  position: relative;
  padding: 0.1rem;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .qa__midashi {
    font-size: 0.2rem;
    margin: 0 0 0.2rem;
  }
}

.qa__list li {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  text-align: justify;
}

.heading_q {
  color: #FF7F00;
  font-weight: bold;
  margin: 0 0 0px 0;
  font-size: 0.2rem;
}

@media screen and (max-width: 767px) {
  .heading_q {
    font-size: 0.18rem;
    line-height: 1.6;
  }
}

.heading_a {
  line-height: 1.6;
}

.cp_timeline01 {
  position: relative;
  width: 100%;
  margin: 0.4rem auto 0;
  padding: 1em 0;
  list-style-type: none;
}

.cp_timeline01:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgba(51, 51, 51, 0.3);
  z-index: 5;
}

.cp_timeline01 li {
  padding: 1em 0;
}

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

.cp_timeline01 li:nth-child(odd) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: left;
  text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: right;
}

.cp_timeline01 li .timeline_item .flag_cont {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cp_timeline01 li .timeline_item .flag {
  position: relative;
  display: inline;
  background: #FF7F00;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before {
  position: absolute;
  top: 10px;
  right: -41px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #ffffff;
  border-radius: 12px;
  border: 6px solid rgba(51, 51, 51, 0.3);
  z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  left: -41px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after {
  position: absolute;
  top: 12px;
  right: -39px;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  left: -39px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-left-color: #FF7F00;
  border-width: 6px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-right-color: #FF7F00;
  border-width: 6px;
}

.cp_timeline01 li .timeline_item .time {
  display: block;
  margin-top: 1em;
  padding: 4px 6px;
  font-size: 0.6em;
  line-height: 1em;
  color: #FF7F00;
  text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item .time {
  text-align: left;
}

.cp_timeline01 li .timeline_item .desc {
  margin: 0.1rem 0.1rem 0 0;
  line-height: 1.5;
  padding: 0.1rem;
  text-align: justify;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
  border-radius: 6px;
}

.flow_item {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flow_img {
  width: 30%;
}

.flow_img img {
  width: 100%;
}

.flow_detail {
  flex: 1;
  font-size: 0.14rem;
}

.flow_detail h5 {
  font-weight: bold;
  font-size: 0.16rem;
  margin: 0 0 10px 0;
}

.good_end {
  width: 100%;
  margin: 0px auto 0 auto;
}

.good_end img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cp_timeline01 {
    width: 100%;
    padding: 4em 0 1em;
  }

  .cp_timeline01 li {
    padding: 2em 0;
  }

  .cp_timeline01 li:nth-child(even) .timeline_item,
  .cp_timeline01 li:nth-child(odd) .timeline_item {
    float: none;
    width: 100%;
    text-align: center;
  }

  .cp_timeline01 li .timeline_item .flag_cont {
    text-align: center;
  }

  .cp_timeline01 li .timeline_item .flag {
    z-index: 15;
  }

  .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before,
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before {
    top: -30px;
    right: calc(50% - 12px);
    left: calc(50% - 12px);
  }

  .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after,
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after {
    top: -28px;
    right: calc(50% - 10px);
    left: calc(50% - 10px);
  }

  .cp_timeline01 li:nth-child(even) .timeline_item .flag:after,
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: #FF7F00;
    border-width: 6px;
    pointer-events: none;
  }

  .cp_timeline01 li .flag_cont {
    display: block;
    position: relative;
    margin: 4px 0 0;
    z-index: 14;
  }

  .cp_timeline01 li:nth-child(even) .timeline_item .time,
  .cp_timeline01 li:nth-child(odd) .timeline_item .time {
    float: none;
    text-align: center;
    background: #ffffff;
  }

  .cp_timeline01 li .timeline_item .desc {
    position: relative;
    z-index: 15;
  }
}

.work {
  padding: 1.2rem 0 0 0;
  background: #FEFAF5;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work {
    padding: 0.6rem 0 0 0;
  }
}

.work__container {
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: 0 auto;
}

.work__midashi {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  margin: 0 0 0.4rem;
  line-height: 1.6;
}

.work__midashi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

.work__midashi span {
  position: relative;
  padding: 0.1rem;
  background: #FEFAF5;
}

@media screen and (max-width: 767px) {
  .work__midashi {
    font-size: 0.2rem;
    margin: 0 0 0.2rem;
  }
}

.cp_timeline {
  position: relative;
  width: 100%;
  margin: 0.4rem auto;
  padding: 1em 0;
  list-style-type: none;
}

.cp_timeline::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgba(51, 51, 51, 0.3);
  z-index: 5;
}

.cp_timeline li {
  padding: 1em 0;
}

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

.cp_timeline li:nth-child(odd) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: left;
  text-align: right;
}

.cp_timeline li:nth-child(even) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: right;
}

.cp_timeline li .timeline_item .flag_cont {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cp_timeline li .timeline_item .flag {
  position: relative;
  display: inline;
  background: #FF7F00;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
}

.cp_timeline li:nth-child(odd) .timeline_item .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline li:nth-child(even) .timeline_item .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline li:nth-child(even) .timeline_item .flag_cont:before,
.cp_timeline li:nth-child(odd) .timeline_item .flag_cont:before {
  position: absolute;
  top: 10px;
  right: -41px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #ffffff;
  border-radius: 12px;
  border: 6px solid rgba(51, 51, 51, 0.3);
  z-index: 10;
}

.cp_timeline li:nth-child(even) .timeline_item .flag_cont:before {
  left: -41px;
}

.cp_timeline li:nth-child(even) .timeline_item .flag_cont:after,
.cp_timeline li:nth-child(odd) .timeline_item .flag_cont:after {
  position: absolute;
  top: 12px;
  right: -39px;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  z-index: 10;
}

.cp_timeline li:nth-child(even) .timeline_item .flag_cont:after {
  left: -39px;
}

.cp_timeline li:nth-child(odd) .timeline_item .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-left-color: #FF7F00;
  border-width: 6px;
}

.cp_timeline li:nth-child(even) .timeline_item .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-right-color: #FF7F00;
  border-width: 6px;
}

.cp_timeline li .timeline_item .time {
  display: block;
  margin-top: 1em;
  padding: 4px 6px;
  font-size: 0.6em;
  line-height: 1em;
  color: #FF7F00;
  text-align: right;
}

.cp_timeline li:nth-child(even) .timeline_item .time {
  text-align: left;
}

.cp_timeline li .timeline_item .desc {
  margin: 15px 10px 0 10px;
  line-height: 1.5;
  padding: 0.1rem;
  text-align: justify;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
  border-radius: 6px;
}

.flow_item {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flow_img {
  width: 30%;
}

.flow_img img {
  width: 100%;
}

.flow_detail {
  flex: 1;
  font-size: 0.14rem;
}

.flow_detail h5 {
  font-weight: bold;
  font-size: 0.16rem;
  margin: 0 0 10px 0;
}

.good_end {
  width: 100%;
  margin: 0 auto;
}

.good_end img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cp_timeline {
    width: 100%;
    padding: 4em 0 1em;
  }

  .cp_timeline li {
    padding: 2em 0;
  }

  .cp_timeline li:nth-child(even) .timeline_item,
  .cp_timeline li:nth-child(odd) .timeline_item {
    float: none;
    width: 100%;
    text-align: center;
  }

  .cp_timeline li .timeline_item .flag_cont {
    text-align: center;
  }

  .cp_timeline li .timeline_item .flag {
    z-index: 15;
  }

  .cp_timeline li:nth-child(even) .timeline_item .flag_cont:before,
  .cp_timeline li:nth-child(odd) .timeline_item .flag_cont:before {
    top: -30px;
    right: calc(50% - 12px);
    left: calc(50% - 12px);
  }

  .cp_timeline li:nth-child(even) .timeline_item .flag_cont:after,
  .cp_timeline li:nth-child(odd) .timeline_item .flag_cont:after {
    top: -28px;
    right: calc(50% - 10px);
    left: calc(50% - 10px);
  }

  .cp_timeline li:nth-child(even) .timeline_item .flag:after,
  .cp_timeline li:nth-child(odd) .timeline_item .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: #FF7F00;
    border-width: 6px;
    pointer-events: none;
  }

  .cp_timeline li .flag_cont {
    display: block;
    position: relative;
    margin: 4px 0 0;
    z-index: 14;
  }

  .cp_timeline li:nth-child(even) .timeline_item .time,
  .cp_timeline li:nth-child(odd) .timeline_item .time {
    float: none;
    text-align: center;
    background: #ffffff;
  }

  .cp_timeline li .timeline_item .desc {
    position: relative;
    z-index: 15;
  }
}

@keyframes open {
  0% {
    opacity: 1;
    transform: scale(8);
  }

  80% {
    opacity: 1;
  }

  85% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    transform: scale(0.97) skew(1.5deg);
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    transform: scale(1) skew(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mouseon {
  1% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    transform: scaleX(1.4);
    opacity: 0;
  }

  50% {
    transform: scaleX(1.2);
    opacity: 1;
  }

  85% {
    transform: scaleX(1);
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

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

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

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

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  max-width: none;
  margin: auto;
  float: left;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: 0.5;
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 100px;
  overflow: visible;
  background: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0;
  background: none;
}

#cboxLoadingGraphic {
  /* background:url(images/loading.gif) no-repeat center center; */
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
  top: -20px;
  /* background:url(images/controls.png) no-repeat 0 0; */
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  top: auto;
  bottom: -66px;
  left: calc(50% - 29px);
  width: 58px;
  height: 58px;
  background: url(../images/close.svg) no-repeat center center;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

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

Color box override

************************************/
#colorbox {
  box-shadow: none;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadedContent {
  padding: 0.4rem;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    padding: 0;
  }
}

#cboxContent {
  margin-bottom: 0;
}

#cboxClose {
  display: none;
  top: auto;
  bottom: -40px;
  left: 50%;
  width: auto;
  height: auto;
  padding: 0.3em 3.5em;
  transform: translate(-50%, 0);
  border: 1px solid #FF7F00;
  background: none;
  color: #FF7F00;
  font-family: sans-serif;
  font-size: 0.115rem;
  text-indent: 0;
}