main .top_visual {
  position: relative;
  background-color: #FF7E33;
}

main .top_visual img.pc {
  display: block !important;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

main .top_visual img.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  main .top_visual img.pc {
    display: none !important;
  }
  main .top_visual img.sp {
    display: block !important;
  }
}
main .top_visual .tv_panel {
  position: absolute;
  width: 100%;
}
main .top_visual .tv_box {
  position: absolute;
  text-align: left;
  color: #fff;
  bottom: 0;
  padding: 0 30px;
}
@media only screen and (min-width: 769px) {
  main .top_visual .tv_box {
/*    margin-bottom: 100px;*/
    bottom: 200px;
    margin: auto;
    position: relative;
    max-width: 1024px;
  }
}
main .top_visual .tv_box .tv_title {
  font-size: 36px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main .top_visual .tv_box .tvintro {
  padding-top: 25px;
}

main .top_curve {
  width: 100%;
  height: 50px;
  background-color: #FF7E33;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 768px) {
  main .top_content {
    position: relative;
    overflow: hidden;
  }
}
/* SPトップ画像、メッセージの調整 */
@media only screen and (max-width: 768px) {
  main .top_visual {
    height: 560px;
  }
  main .top_visual_sp {
    overflow: hidden;
    height: 560px;
    background-color: #ff7e33;
  }
  main .top_visual img.sp {
    object-fit: fill;
    width: 100%;
    top: -50px;
    position: relative;
  }
  main .top_visual .tv_box {
    top: -215px;
    position: relative;
    text-shadow: 2px 2px 0px #ff7e33;
    background-color: #ff7e3385;
    box-shadow: 0px 0px 10px #ff7e33;
  }
  main .top_visual .tv_box .tv_title {
  }
  main .top_visual .tv_box .tvintro {
    top: -14px;
    position: relative;
  }
  main .top_curve {
    z-index: -1;
  }
  main .top_content {
  }
}

main .top_content .content {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  main .top_content .content {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 769px) {
  main .top_content .content {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main .top_content .content {
    margin: 0 20px;
  }
}
main .top_content .content .en_title {
  font-family: "Fredoka", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FF7E33;
  font-weight: 700;
}

main .top_content .content .ja_title {
  font-size: 24px;
  padding-bottom: 45px;
}

main .top_content .content .intro {
  padding-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  main .top_content .content .intro {
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  main .top_content .content .intro {
    font-size: 20px;
  }
}
main .top_content .content .intro_news {
  padding-bottom: 45px;
  font-size: 20px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  main .top_content .content .intro_news {
    text-align: left;
    font-size: 15px;
  }
}
main .top_content .content .intro_news li {
  padding-bottom: 10px;
}

main .top_content .content .intro_news li:last-child {
  padding-bottom: 0;
}

main .top_content .content .intro_news li .news_box a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .top_content .content .intro_news li .news_box a .news_title {
  word-break: break-all;
  width: 600px;
}

main .top_content .content .vm_btn {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-family: "Fredoka", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 140px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 45px;
  background: #6B7FFF;
  color: #fff;
  padding-right: 20px;
  font-size: 19px;
  position: relative;
*/
  display: block;
  width: 140px;
  height: 42px;
  border-radius: 45px;
  background: #6B7FFF;
  font-family: "Fredoka", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 20px 0px 7px;
  font-size: 19px;
  position: relative;
}
/*
@media only screen and (min-width: 769px) {
  main .top_content .content .vm_btn {
    font-size: 19px;
    padding-left: 7px;
  }
}
*/
main .top_content .content .vm_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 14px !important;
  margin-top: -6px;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .vm_btn::after {
    right: -1px;
    padding-right: 10px;
  }
}
main .top_content .content .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

main .top_content .content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .top_content .content .member_hako {
  width: 100vw;
  font-size: 14px;
  background-color: #FF7E33;
  padding: 70px 0;
  margin: 0 calc(50% - 50vw) 45px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-wrap: break-word;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .member_hako {
    width: 100%;
    margin: 0 0 45px;
  }
}
main .top_content .content .member_hako a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}

main .top_content .content .member_hako .panel {
  border-radius: 45px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

main .top_content .content .member_hako .panel .panel_box {
  padding: 50px 10px;
}

main .top_content .content .member_hako .panel .name {
  font-family: "Fredoka", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

main .top_content .content .member_hako .panel img {
  width: 109px;
  height: 109px;
  padding: 5px 0;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .member_hako .panel .pro {
    font-size: 16px;
  }
}
main .top_content .content .member_hako .sankaku_btn01 {
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
  margin-right: 0;
}

main .top_content .content .member_hako .sankaku_btn02 {
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
  margin-left: 0;
}

main .top_content .content .graph_hako {
  margin-bottom: 45px;
}

main .top_content .content .graph_hako ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .graph_hako ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  main .top_content .content .graph_hako ul li {
    margin-left: 30px;
    margin-right: 30px;
  }
}
main .top_content .content .graph_hako ul li .graph {
  width: 124px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #FF7E33;
  background: #FFF;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .graph_hako ul li .graph {
    width: 150px;
    height: 53px;
    border-radius: 30px;
  }
}
main .top_content .content .graph_hako ul li .graph p {
  font-size: 12px;
}

main .top_content .content .graph_hako ul li .graph p.graph_moji {
  padding-top: 10px;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .graph_hako ul li .graph p {
    font-size: 16px;
  }
  main .top_content .content .graph_hako ul li .graph p.graph_moji {
    padding-top: 11px;
  }
}
main .top_content .content .entry_moji {
  position: relative;
  display: inline-block;
  color: #FF7E33;
  font-size: 12px;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 0 20px;
}

@media only screen and (min-width: 769px) {
  main .top_content .content .entry_moji {
    font-size: 16px;
  }
}
main .top_content .content .entry_moji::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #FF7E33;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

main .top_content .content .entry_moji::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FF7E33;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

main .top_content .border_line {
  border-bottom: 4px dotted #FF7E33;
}

main .top_content .office_picture .op_intro {
  font-size: 12px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  main .top_content .office_picture .op_intro {
    font-size: 16px;
  }
}
main .top_content .office_picture .loop {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  pointer-events: none;
}

main .top_content .office_picture .loop .loop_hako {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop 15s linear infinite;
  animation: loop 15s linear infinite;
}

@media only screen and (min-width: 769px) {
  main .top_content .office_picture .loop .loop_hako {
    -webkit-animation: loop 25s linear infinite;
    animation: loop 25s linear infinite;
  }
}
main .top_content .office_picture .loop .loop_hako .loop_item {
  min-width: 33.3333333333%;
  margin-bottom: 50px;
  padding-left: 20px;
}

main .top_content .office_picture .loop .loop_hako .loop_item .pic_obj {
  width: 33.3333333333vw;
  border-radius: 30px;
}

main .top_content .office_picture .loop .loop_hako .loop_item .pic_expl {
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  main .top_content .office_picture .loop .loop_hako .loop_item .pic_expl {
    font-size: 16px;
  }
}

.pb-45 {
  padding-bottom: 45px !important;
}

.txt-left {
  text-align: left;
}

.ct-center {
  justify-content: center;
}
/*お知らせNEW調整*/
.news_date{
  width: 200px;
  text-align: right;
  margin-right: 15px;
  font-family: 'Oranienbaum', 'Droid serif';
  font-style: italic;
  color: darkcyan;
}
@media only screen and (max-width: 768px) {
    main .top_content .content .intro_news li .news_box a {
        display: block;
    }
    .news_date {
    text-align: left;
        width: unset;
    }
    main .top_content .content .intro_news li .news_box a .news_title {
        width: unset;
    }
}
/* キャッチコピーアニメーション Start */
.tv_box {
  overflow: hidden; /* 浮き上がる前の文字がはみ出さないように */
}

.tv_box .tv_title,
.tv_box .tvintro {
  opacity: 0; /* アニメーション開始前は透明 */
  transform: translateY(20px); /* アニメーション開始前は少し下に配置 */
  animation: floatUpWhole 1.2s forwards; /* アニメーションを適用 */
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* 速度曲線 */
  margin: 0; /* デフォルトのマージンをリセット */
  padding: 0;
}



/* アニメーションの定義 */
@keyframes floatUpWhole {
  0% {
    opacity: 0;
    transform: translateY(20px); /* 下から開始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 通常の位置へ */
  }
}
/* 少し拡大しながら浮き出る別のパターン */
.tv_box .tvintro {
  animation: fadeInScale 1.5s forwards;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(20px) scale(0.9); /* 少し下にいて、縮小 */
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* キャッチコピーアニメーション End */