@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

@font-face {
  font-family: "Soehne Breit";
  src: url("font/soehne-breit-extraleicht.woff2") format("woff2");
  /* font-weight:bold; */
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #2a2a2a;
  position: relative;
  overflow-x: hidden;
}

.inview1 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
  transition-delay: 0.1s;
}

.inview1.show1 {
  opacity: 1;
  transform: translateY(0px);
}

.inview2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
  transition-delay: 0.3s;
}

.inview2.show2 {
  opacity: 1;
  transform: translateY(0px);
}

.inview3 {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s;
  transition-delay: 0.5s;
}

.inview3.show3 {
  opacity: 1;
  transform: translateY(0px);
}

.inview4 {
  opacity: 0;
  transition-delay: 0.2s;
}

.inview4.show4 {
  opacity: 1;
}

/* カーソルに追従する● */
/* .cursor-dot {
  position: fixed;
  width: 20px;
  height: 20px;
  background: #FF833A;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, -50%);
}

.cursor-dot.hover {
  width: 40px;
  height: 40px;
  background: #FF833A;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cursor-dot.view {
  width: 80px;
  height: 80px;
  background: rgba(255, 131, 58, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cursor-dot.view::after {
  content: "View\AMore";
  white-space: pre-line;
  font-family: "Soehne Breit", sans-serif;
  line-height: 1.2;
} */

.en {
  font-family: "Soehne Breit", sans-serif;
  font-weight: 500;
}

header {
  position: fixed;
  width: 100%;
  /* background: #F3F4ED; */
  background: inherit !important;
  padding: 40px 0;
  left: 0;
  top: 0;
  z-index: 999;
}

.home header {
  background: inherit;
  transition: 0.4s;
}

.home header.color {
  background: #f3f4ed;
}

.header__wrap {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.header__left {
  width: 43%;
}

.header__left h1 {
  margin: 0;
}

.header__left h1 a {
  display: block;
}

.header__left h1 a img {
  width: 140px;
}

.header__right {
  width: 57%;
  position: relative;
  box-sizing: border-box;
  padding-right: 115px;
}

.header__right ul {
  display: flex;
  /* justify-content:space-evenly; */
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.header__right ul li {
  padding: 0 27px;
  border-right: 2px solid #dbdbdb;
}

.header__right ul li:last-child {
  border-right: none;
}

.header__right ul li a {
  display: block;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
  line-height: 1.2;
  font-size: 14px;
  padding: 2px 0;
  white-space: nowrap;
  transition: 0.4s;
}

.header__right ul li a:hover {
  opacity: 0.6;
}

.header__right ul li a span {
  display: block;
  color: #292929;
  font-size: 24px;
  margin-bottom: 10px;
}

.menu__button {
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  width: 50px;
  color: #292929;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.menu__button img {
  width: 100%;
}

.menu__button p {
  display: block;
  font-size: 12px;
  margin: 13px 0 0;
  font-weight: bold !important;
}

.page__title {
  background: #f3f4ed;
  padding: 210px 0 12vw;
  position: relative;
}

.page__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background-image: url("img/deco1.png");
  background-position: top;
  background-size: cover;
}

.wrap {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.wrap2 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.wrap3 {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.wrap4 {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.wrap5 {
  width: 1370px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.page__title h2 {
  margin: 0;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
}

.page__title h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #2a2a2a;
  transform: translateY(-50%);
}

.page__title h3 {
  font-size: 50px;
  margin: 5px 0 0;
}

.page__content1 {
  padding: 70px 0 170px;
}

.title__type1 {
  font-size: 30px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.about__flex {
  display: flex;
  align-items: center;
  margin: 110px 0 175px;
}

.about__left {
  width: 50%;
}

.about__left p,
.type2 .about__right p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}

.about__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.about__flex.type2 .about__left {
  box-sizing: border-box;
  padding-right: 30px;
}

.about__flex.type2 .about__right {
  padding-left: 0;
}

.about__flex img.illust1 {
  display: block;
  margin-left: auto;
  width: 581px;
  max-width: 100%;
}

.about__flex img.illust2 {
  display: block;
  width: 559px;
  max-width: 100%;
}

.about__flex img.illust3 {
  display: block;
  width: 579px;
  margin-left: auto;
  max-width: 100%;
}

.message__area {
  margin-top: 220px;
}

.title__type2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.message__area.mb__space {
  margin-bottom: 100px;
}

.message__area.mb__space .title__type2 {
  text-align: left;
  font-size: 32px;
}

.message__flex {
  display: flex;
  margin: 15px 0 0;
}

.message__flex a {
  display: block;
  text-decoration: none;
  width: 50%;
  color: #2a2a2a;
  position: relative;
  border: 1px solid #dbdbdb;
  padding: 108px 48px;
  line-height: 1.65;
}

.message__flex a:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  transform: translateY(-50%);
  background-size: cover;
}

.message__flex a:first-child {
  border-right: none;
}

.message__flex a.br__plus {
  border: 1px solid #dbdbdb!important;
}

.message__flex a .mf__text1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold !important;
}

.message__flex a .mf__text2 {
  margin: 0;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}

.message__flex a .mf__text2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #2a2a2a;
  transform: translateY(-50%);
}

.flex {
  display: flex;
}

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

.atp__left {
  width: 35%;
}

.atp__left h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.atp__right {
  width: 65%;
}

.atp__right p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.atp__area {
  border-top: 1px solid #f3f4ed;
  padding: 40px 0;
}

.faq__area {
  background: #f8f8f8;
  padding: 130px 0;
}

.faq__left {
  width: 35%;
  text-align: center;
  padding-top: 80px;
}

.faq__right {
  width: 65%;
}

.faq__left h3 {
  font-size: 60px;
  line-height: 1;
  margin: 0;
}

.faq__left p.faqleft__text1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 24px;
  text-align: center;
}

.faq__left p.faqleft__text2 {
  font-size: 18px;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.qa__row {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.faq__right .qa__row:first-child {
  border-top: 1px solid #dcdcdc;
}

.qa__row p {
  position: relative;
  padding: 0 60px;
  margin: 0;
}

.qa__row p.qa__q {
  margin-bottom: 10px;
  cursor: pointer;
}

.qa__row p.qa__q:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  transform: translateY(-50%);
  background-size: cover;
  transition: 0.4s;
}

.qa__row p.qa__q.active:after {
  transform: translateY(-50%) rotate(-90deg);
}

.qa__row p.qa__q:before {
  content: "Q.";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #262626;
}

.qa__row p.qa__a:before {
  content: "A.";
  position: absolute;
  left: 20px;
  top: -4px;
  font-size: 20px;
  color: #262626;
}

.contact__area {
  position: relative;
  background: #ededed;
  text-align: center;
  padding: 70px 0;
}

.contact__area:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 100px);
  background: white;
}

.contact__col {
  width: 50%;
  position: relative;
}

.contact__col .cc__title {
  font-size: 16px;
  margin: 0 0 35px;
}

.contact__col .cc__text {
  font-size: 20px;
  margin: 0;
  line-height: 1.6;
}

.line__img {
  width: 144px;
  display: block;
  margin: 0 auto 4px;
}

.contact__col .cc__title.mb-half {
  margin-bottom: 5px;
}

.contact__col .cc__btn {
  width: 250px;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #2a2a2a;
  border-radius: 25px;
  padding: 5px 25px;
  font-size: 16px;
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  margin: 36px auto 0;
  text-align: left;
}

.contact__col .cc__btn:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  transform: translateY(-50%);
  background-size: contain;
  transition: 0.4s;
}

.contact__col .cc__btn:hover:after {
  right: 18px;
}

.bread__area {
  font-size: 14px;
  font-weight: bold;
  padding: 35px 0;
  border-bottom: 1px solid #dbdbdb;
}

.bread__area a {
  color: #2a2a2a;
  text-decoration: none;
  transition: 0.4s;
}

.bread__area a:hover {
  opacity: 0.7;
}

.slider__area {
  padding: 70px 0;
}

.slider__area .slider1__col img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}

.slider__area .slider1__col {
  margin: 0 12px;
  display: block;
  text-decoration: none;
  height: auto;
  transition: 0.4s;
}

.slider__area .slider1__col:hover {
  opacity: 0.6;
}

.slider__area .slider-1 {
  padding: 0 100px;
}

.slider-1 .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-1 .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__area .slider1__col p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0;
  color: #262626;
}

footer {
  background: #f8f8f8;
  padding: 70px 0 0;
  position: relative;
  margin-top: 8vw;
}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5vw;
  width: 100%;
  height: 5vw;
  background-image: url("img/deco2.png");
  background-position: top;
  z-index: 2;
}

.footer__left1 {
  width: 30%;
}

.footer__left1 a {
  display: block;
  transition: 0.4s;
}

.footer__left1 a:hover {
  opacity: 0.6;
}

.footer__right1 {
  width: 70%;
  display: flex;
}

.footer__right1 .fr__col1 {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 35px;
  border-right: 1px solid #dcdcdc;
}

.footer__right1 .fr__col1:last-child {
  border-right: none;
  padding-right: 0;
}

.footer__right1 .fr__col1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.footer__right1 .fr__col1 ul li a {
  text-decoration: none;
  color: #262626;
  font-weight: bold;
  transition: 0.4s;
}

.footer__right1 .fr__col1 ul li a:hover {
  opacity: 0.6;
}

.footer__right1 .fr__col1 ul li {
  margin: 0 0 9px;
}

.footer__right1 .fr__col1 ul li.child a {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}

.footer__right1 .fr__col1 ul li.child a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 15px;
  height: 1px;
  background: #262626;
}

.footer__right1 .fr__col1 ul li.child.size2 a:before {
  top: 11px;
}

.footer__right1 .fr__col1 ul li.child.size2 {
  margin: 0;
  line-height: 1.6;
}

.footer__right1 .fr__col1 ul li.child.size2 a {
  font-size: 14px;
}

.footer__row1 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 65px;
  padding-bottom: 85px;
}

.footer__row2 {
  justify-content: space-between;
  align-items: end;
  padding-bottom: 70px;
}

.fl2__text1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}

.fl2__text2 {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px;
}

.fl2__text3 {
  font-size: 12px;
  margin: 0;
}

.fl2__text4 {
  font-size: 12px;
  margin: 0;
}

.footer__right2 p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: right;
}

.footer__right2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: right;
  line-height: 1.1;
}

.footer__right2 ul li {
  padding: 0 15px;
  border-right: 1px solid #262626;
}

.footer__right2 ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer__right2 ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #262626;
  display: block;
  transition: 0.4s;
}

.footer__right2 ul li a:hover {
  opacity: 0.6;
}

.footer__logo2 {
  width: 1391px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footer__illust {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -5vw;
}

.services__flex {
  display: flex;
}

.services__left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.services__right {
  width: 50%;
}

.services__left h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}

.services__right p {
  margin: 0;
  font-size: 16px;
}

.services__flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.services__flex2 .sf2__col {
  width: 31.4%;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 44px 10px;
  border: 1px solid #2a2a2a;
  text-align: center;
  margin-bottom: 40px;
}

.services__flex2 .sf2__col img {
  max-width: 95%;
  margin: 0 auto;
  display: block;
  justify-content: center;
}

.services__flex2 .sf2__col .sf2__img {
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__flex2 .sf2__col img.service__img1 {
  width: 279px;
}

.services__flex2 .sf2__col img.service__img2 {
  width: 327px;
}

.services__flex2 .sf2__col img.service__img3 {
  width: 345px;
}

.services__flex2 .sf2__col img.service__img4 {
  width: 343px;
}

.services__flex2 .sf2__col img.service__img5 {
  width: 312px;
}

.services__flex2 .sf2__col img.service__img6 {
  width: 316px;
}

.services__flex2 .sf2__col {
  display: block;
  text-decoration: none;
  color: #2a2a2a;
  transition: 0.4s;
}

.services__flex2 .sf2__col:hover {
  opacity: 0.6;
}

.services__flex2 .sf2__col p {
  font-size: 17px;
  margin: 35px 0 0;
}

.services__section2 {
  padding: 180px 0;
  background: rgba(219, 219, 219, 0.2);
}

.table__img {
  width: 100%;
  display: block;
  margin: 100px auto 0;
}

.left__space {
  width: calc(100% - ((100vw - 1340px) / 2 + 30px));
  margin-left: calc((100vw - 1340px) / 2 + 30px);
  box-sizing: border-box;
}

.left__space2 {
  width: calc(100% - ((100vw - 1260px) / 2 + 30px));
  margin-left: calc((100vw - 1260px) / 2 + 30px);
  box-sizing: border-box;
}

.btn__type1 {
  display: block;
  width: 290px;
  position: relative;
  margin: 50px 0 0;
  text-align: center;
  color: #2a2a2a;
  text-decoration: none;
  padding: 15px 25px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 30px;
  background: white;
  border: 1px solid #2a2a2a;
}

.btn__type1.center {
  margin: 100px auto 0;
}

.btn__type1:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}

.btn__type1:hover:after {
  right: 18px;
}

.services__section3 {
  padding: 250px 0;
}

.services__flex3 {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
  position: relative;
}

.link__position {
  position: absolute;
  left: 0;
  top: -200px;
  display: block;
  height: 2px;
  width: 100%;
}

.services__flex3.type2 {
  flex-direction: row-reverse;
}

.services__flex3 .services__left {
  width: 50%;
}

.services__flex3 .services__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.services__flex3 h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 60px;
  text-decoration: underline;
  letter-spacing: 0;
}

.services__flex3 p {
  font-size: 18px;
  margin: 0;
}

.service__img1-2 {
  width: 472px;
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.service__img2-2 {
  width: 655px;
  max-width: 100%;
  display: block;
}

.service__img3-2 {
  width: 590px;
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.service__img4-2 {
  width: 578px;
  max-width: 100%;
  display: block;
}

.service__img5-2 {
  width: 589px;
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.service__img6-2 {
  width: 592px;
  max-width: 100%;
  display: block;
}

.services__flex3.type2 .services__right {
  padding-left: 0;
  padding-right: 30px;
}

.services__flex3.type2 .services__left {
  padding-right: 0;
}

.sf3__table {
  display: block;
  margin-top: 35px;
  line-height: 1.65;
}

.sf3__row {
  border: 1px solid #2a2a2a;
  display: flex;
}

.services__flex3 p.sf3__row__title {
  width: 35%;
  padding: 18px 20px;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  border-right: 1px solid #2a2a2a;
}

.services__flex3 p.sf3__row__content {
  width: 65%;
  padding: 18px 20px;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
}

.sf3__row.bb-none {
  border-bottom: none;
}

.services__flex3 p.table__small {
  color: #8a8a8a;
  font-size: 14px;
  margin: 8px 0 0;
}

.services__flex3 .type2 p.sf3__row__title {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
}

.services__flex3 .type2 p.sf3__row__content {
  width: 80%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.case__archive a {
  display: block;
  text-decoration: none;
  color: #2a2a2a;
  margin-bottom: 120px;
  transition: 0.4s;
}

.case__archive a:hover {
  opacity: 0.6;
}

.case__archive a:last-child {
  margin-bottom: 0;
}

.case__archive a img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.case__archive h3 {
  font-size: 38px;
  font-weight: 400;
  margin: 40px 0 0;
  position: relative;
  padding-left: 100px;
}

.case__archive a h3 .en {
  font-size: 14px;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 0;
  color: #898989;
}

.case__archive .case__flex {
  display: flex;
  margin-top: 20px;
}

.case__archive .case__flex .case__left {
  width: 50%;
}

.case__archive .case__flex .case__left p {
  font-size: 14px;
  margin: 0;
  position: relative;
  padding-left: 100px;
}

.case__archive .case__flex .case__left p .en {
  font-size: 14px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #898989;
}

.case__archive .case__flex .case__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 200px;
}

.case__archive .case__flex .case__right p {
  font-size: 14px;
  margin: 0;
  position: relative;
  padding-left: 90px;
}

.case__archive .case__flex .case__right p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
}

.mv__area {
  margin-top: 190px;
}

.pickup__news {
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 80px auto 0;
  padding: 17px 55px;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  text-decoration: none;
  transition: 0.4s;
}

.pickup__news:hover {
  opacity: 0.6;
}

.pickup__news .pn__1 {
  font-size: 24px;
  margin: 0;
  width: 115px;
}

.pickup__news .pn__2 {
  font-size: 16px;
  margin: 0;
  width: 78px;
  white-space: nowrap;
}

.pickup__news .pn__3 {
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  position: relative;
  width: calc(100% - 185px);
  box-sizing: border-box;
  padding-left: 48px;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pickup__news .pn__3:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #2a2a2a;
}

.pickup__news .pn__3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  background-size: contain;
  transition: 0.4s;
}

.top__section2 {
  padding: 190px 0;
}

.ts2__left {
  width: 49%;
  box-sizing: border-box;
  padding-right: 30px;
}

.ts2__right {
  width: 51%;
}

.ts2__right img {
  width: 100%;
  display: block;
}

.ts2__left h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
}

.ts2__left p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.btn__type1.size2 {
  width: 200px;
  padding: 10px;
  padding-right: 30px;
  padding-left: 0;
}

.slider-2 img {
  width: 100%;
  height: 21vw;
  object-fit: cover;
  margin: 0 10px;
}

.top__section4 {
  padding: 170px 0;
}

.top__section4 h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.top__section4 h3 {
  margin: 10px 0 60px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.gif__box {
  width: 100%;
  height: 420px;
  position: relative;
  background: #f8f8f8;
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.gif__box img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slider3__col {
  margin-right: 28px;
}

.slider-3 .slick-list {
  padding-right: 73%;
}

.slider3__col h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.slider3__col p {
  font-size: 16px;
  margin: 0;
}

.slider3__col {
  height: auto !important;
}

.slider-3 {
  position: relative;
  padding-bottom: 110px;
}

.slider-3 .slick-prev,
.slider-6 .slick-prev,
.slider-7 .slick-prev,
.slider-9 .slick-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.slider-3 .slick-next,
.slider-6 .slick-next,
.slider-7 .slick-next,
.slider-9 .slick-next {
  position: absolute;
  left: 90px;
  bottom: 0;
  width: 80px;
  cursor: pointer;
  height: 80px;
}

.slider-3 .slick-dots,
.slider-6 .slick-dots,
.slider-7 .slick-dots,
.slider-9 .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 210px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 380px;
  height: 4px;
  background: #f8f8f8;
  border-radius: 2px;
  overflow: hidden;
}

.slider-3 .slick-dots li,
.slider-6 .slick-dots li,
.slider-7 .slick-dots li,
.slider-9 .slick-dots li {
  flex: 1;
  height: 100%;
  background: #f8f8f8;
  transition: 0.4s;
}

.slider-3 .slick-dots li.slick-active,
.slider-6 .slick-dots li.slick-active,
.slider-7 .slick-dots li.slick-active,
.slider-9 .slick-dots li.slick-active {
  background: #2a2a2a;
}

.slider-3 .slick-dots li button,
.slider-6 .slick-dots li button,
.slider-7 .slick-dots li button,
.slider-9 .slick-dots li button {
  display: none;
}

.top__section5 {
  padding: 90px 0 150px;
  min-height: calc(100% + 18vw);
  text-align: center;
  background: #f8f8f8;
}

.top__section5 h2,
.top__section6 h2 {
  font-size: 50px;
  line-height: 1.3;
  margin: 0 0 18px;
  text-align: center;
  font-weight: 200;
}

/* .faq__left h3 , .pickup__news .pn__1{
  font-weight: bold;
} */

.top__section5 .ts5__text {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.slider-4 ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.slider-4 ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.4s;
  background: rgba(47, 71, 128, 0.1);
}

.slider-4 ul li.slick-active {
  background: #ff833a;
}

.slider-4 ul li button {
  display: none;
}

.slider-4 .slider4__col {
  height: auto !important;
  display: block;
  text-decoration: none;
  color: #2a2a2a;
}

.slider-4 .slick-list {
  padding: 0 24vw !important;
}

.slider-4 img {
  max-width: 100%;
}

.slider4__img {
  opacity: 0.3;
  transition: 0.4s;
  width: 42vw;
  /* height: 30vw; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.slider-4 .slick-current .slider4__img {
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: white;
  border: 2px solid #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
}

.slider4__img img {
  transition: 0.4s;
  transform: scale(0.6);
  mix-blend-mode: multiply;
}

.slider-4 .slick-current .slider4__img img {
  max-width: 70%;
  transform: scale(1);
   mix-blend-mode: inherit;
}

.slider4__text {
  font-size: 29px;
  font-weight: 400;
  margin: 48px 0 0;
  text-decoration: underline;
  text-decoration-color: #707070;
  text-underline-offset: 4px;
  transition: 0.4s;
  opacity: 0;
}

.slider-4 .slick-current .slider4__text {
  opacity: 1;
}

.slider-4 .slick-prev {
  position: absolute;
  left: 20vw;
  top: calc(23vw - 40px);
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 3;
}

.slider-4 .slick-next {
  position: absolute;
  right: 20vw;
  top: calc(23vw - 40px);
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 3;
}

.slider-4 {
  margin-top: 60px;
}

.top__section6 {
  padding: 140px 0;
}

.slider-5 {
  display: flex;
  width: max-content;
  overflow: hidden;
}

.slider-5 a {
  display: block;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
  height: calc(100vh - 200px) !important;
  flex-shrink: 0;
  width: 80vw;
}

.slider-5 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.slider-5 .slick-list {
  padding-right: 15vw !important;
}

.csi__infoarea {
  position: absolute;
  padding-left: 50px;
  box-sizing: border-box;
  width: 60%;
  left: 0;
  top: 70%;
  z-index: 2;
  color: white;
}

.csi__infoarea .cs__info {
  display: flex;
  margin-bottom: 20px;
}

.csi__infoarea .cs__info .csi__title {
  font-size: 12px;
  width: 100px;
  margin: 0;
}

.csi__infoarea .cs__info .csi__text {
  width: calc(100% - 100px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.csi__infoarea .cs__info .csi__text.size1 {
  font-size: 24px;
  position: relative;
  top: -5px;
}

.slider-5 {
  margin-top: 70px;
}

.top__section7 {
  padding: 100px 0 37vw;
  background-image: url("img/sec7-bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.top__section7 h2,
.top__section8 h2 {
  margin: 0;
  font-size: 50px;
  text-align: center;
  line-height: 1.4;
}

.ts7__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0 35px;
}

.mt0 {
  margin-top: 0 !important;
}

.top__section8 {
  padding: 160px 0 215px;
}

.partner__flex {
  display: flex;
  margin-top: 85px;
  text-decoration: none;
  color: #2a2a2a;
  transition: 0.4s;
}

.partner__flex:hover {
  opacity: 0.7;
}

.partner__flex.type2 {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.partner__flex .pf__left {
  width: 320px;
}

.partner__flex .pf__right {
  width: calc(100% - 320px);
  box-sizing: border-box;
  padding-left: 50px;
}

.partner__flex.type2 .pf__right {
  padding-left: 0;
  padding-right: 50px;
}

.partner__flex img {
  width: 100%;
  border-radius: 20px;
}

.partner__flex .pf__right p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.top__section8 h2.mt__plus {
  margin-top: 170px;
}

.slider-6 a img {
  width: 100%;
  height: 19vw;
  border-radius: 10px;
}

.slider-6 a .s6__info {
  font-size: 16px;
  margin: 0 0 12px;
}

.slider-6 a .s6__title {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.slider-6 a {
  display: block;
  text-decoration: none;
  color: #2a2a2a;
  margin-right: 40px;
  height: auto !important;
  transition: 0.4s;
}

.slider-6 a:hover {
  opacity: 0.6;
}

.slider-6 .slick-list {
  padding-right: 20vw;
}

.slider-6 {
  padding-bottom: 110px;
  margin-top: 70px;
}

.btn__type1.right {
  margin-left: auto;
}

.btn__type1.mt-minus {
  margin-top: -40px !important;
}

.information h2 {
  font-size: 50px;
  text-align: center;
  margin: 0 0 24px;
}

p.title__sub {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.slider-7 {
  padding-bottom: 110px;
  margin-top: 100px;
}

.slider-7 .slick-list,
.slider-9 .slick-list {
  padding-right: 30vw;
}

.slider-7 a {
  display: flex !important;
  border: 2px solid #2a2a2a;
  height: auto !important;
  border-radius: 10px;
  padding: 18px;
  box-sizing: border-box;
  margin-right: 28px;
  text-decoration: none;
  transition: 0.4s;
  color: #2a2a2a;
}

.slider-7 a:hover,
.slider-9 a:hover {
  opacity: 0.6;
}

.slider-7 a .evemt__left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
}

.slider-7 a .evemt__left img {
  width: 100%;
  height: 100%;
  min-height: 35vw;
  object-fit: cover;
}

.slider-7 a .evemt__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}

.slider-7 a .evemt__right .er__row1 {
  display: flex;
  align-items: center;
  margin: 2vw 0 0;
}

.er__row1 .er__1 {
  font-size: 16px;
  margin: 0;
  color: #2e2e2e;
}

.er__row1 .er__2 {
  position: relative;
  color: #d6804d;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-left: 18px;
  padding-left: 13px;
}

.er__row1 .er__2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 5px;
  background: #d6804d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.evemt__right h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 27px 0 24px;
}

.evemt__right .er__text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.er__row2 {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  line-height: 1.4;
}

.er__row2 .er__text2 {
  width: 55px;
  box-sizing: border-box;
  margin: 0;
  color: #bababa;
  border: 1px solid #bababa;
  text-align: center;
  padding: 1px 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}

.er__row2 .er__text3 {
  width: calc(100% - 55px);
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  color: #bababa;
}

.slider-7 .slick-next,
.slider-9 .slick-next,
.slider-6.single__ver .slick-next {
  left: inherit;
  right: 8%;
}

.slider-7 .slick-prev,
.slider-9 .slick-prev,
.slider-6.single__ver .slick-prev {
  left: inherit;
  right: calc(8% + 90px);
}

.slider-7 .slick-dots,
.slider-9 .slick-dots,
.slider-6.single__ver .slick-dots {
  left: inherit;
  right: calc(8% + 210px);
  width: 160px;
  height: 3px;
}

.btn__type1.mt__half {
  margin-top: 50px;
}

.journal__area {
  background: rgba(219, 219, 219, 0.2);
  padding: 90px 0 110px;
  margin-top: 125px;
}

.slider-8 {
  margin-top: 90px;
  padding-bottom: 130px;
}

.slider-8 .slick-list {
  padding: 0 !important;
}

.slider-8 a {
  display: block;
  background: white;
  height: auto !important;
  border: 2px solid #2a2a2a;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 27px 15px;
  text-decoration: none;
  transition: 0.4s;
  color: #2a2a2a;
  transition: 0.4s;
  transform: scale(0.8);
}

.slider-8 a.slick-center {
  transform: scale(1);
}

.slider-8 a img {
  max-width: 100%;
}

.slider-8 a .jo__img img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.s8__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s8__flex .s8__text1 {
  position: relative;
  color: #d6804d;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding-left: 13px;
}

.s8__flex .s8__text1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 5px;
  background: #d6804d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.s8__flex .s8__text2 {
  font-size: 14px;
  margin: 0;
  color: #bababa;
}

.slider-8 h3 {
  margin: 23px 0 40px;
  font-size: 20px;
  font-weight: bold;
}

.jo__logoflex {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.jo__logoflex img {
  width: 57px;
  height: auto;
}

.jol__text {
  width: calc(100% - 57px);
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 1.55;
}

.jol__text .jol__text1 {
  font-size: 14px;
  margin: 0;
}

.jol__text .jol__text2 {
  font-size: 16px;
  margin: 0;
}

.jo__img img {
  width: 100%;
  height: auto;
}

.slider-8 .slick-prev {
  width: 80px;
  position: absolute;
  left: 30%;
  bottom: 0;
  cursor: pointer;
}

.slider-8 .slick-next {
  width: 80px;
  position: absolute;
  right: 30%;
  bottom: 0;
  cursor: pointer;
}

.slider-8 ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.slider-8 ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.4s;
  background: rgba(47, 71, 128, 0.1);
  cursor: pointer;
}

.slider-8 ul li.slick-active {
  background: #ff833a;
}

.slider-8 ul li button {
  display: none;
}

.use__area {
  padding: 165px 0 0;
}

.news__area{
  padding-top: 165px;
}

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

.title__flex h2 {
  width: 500px;
  text-align: left;
  margin: 0;
}

.title__flex p.title__sub {
  text-align: left;
  width: calc(100% - 500px);
}

.use__box {
  background: rgba(219, 219, 219, 0.2);
  padding: 60px 0;
  padding-left: 70px;
  margin-top: 80px;
}

.slider-9 a {
  transition: 0.4s;
  display: block;
  color: #2a2a2a;
  margin-right: 45px;
  text-decoration: none;
  height: auto !important;
}

.slider-9 a img {
  width: 100%;
  height: 30vw;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 15px;
}

.use__title {
  text-decoration: underline;
  font-size: 20px;
  margin: 0 0 45px;
}

.category__flex {
  display: flex;
}

.s8__flex .category__flex .s8__text1 {
  margin-right: 20px;
}

.s8__flex .category__flex .s8__text1:last-child {
  margin-right: 0;
}

.slider-9 {
  padding-bottom: 110px;
}

.slider-9 a h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}

.slider-9 a .s9__text {
  font-size: 16px;
  margin: 0;
}

.column__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 90px auto 0;
  width: 1085px;
  max-width: 100%;
}

.column__flex a {
  display: block;
  width: 24%;
  box-sizing: border-box;
  text-decoration: none;
  color: #2a2a2a;
  transition: 0.4s;
  margin: 0 0.5% 24px;
}

.column__flex a:nth-child(1),
.column__flex a:nth-child(5) {
  margin-left: 0;
  margin-right: 1%;
}

.column__flex a:nth-child(4),
.column__flex a:nth-child(8) {
  margin-right: 0;
  margin-left: 1%;
}

.column__flex a:hover {
  opacity: 0.6;
}
.column__flex a img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 10vw;
}

.column__flex a .column__text {
  font-size: 18px;
  margin: 10px 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.column__flex a .cate {
  position: relative;
  color: #d6804d;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding-left: 13px;
}

.column__flex a .cate:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 5px;
  background: #d6804d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.title__flex.type2 {
  padding-left: 26px;
}

.title__flex.type2 h2 {
  width: 200px;
}

.title__flex.type2 p.title__sub {
  width: calc(100% - 200px);
}

.news__archive {
  margin-top: 35px;
}

.news__archive a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #2a2a2a;
  transition: 0.4s;
  padding: 32px 26px;
  padding-right: 40%;
  border-bottom: 1px solid #dbdbdb;
}

.news__archive a:first-child {
  border-top: 1px solid #dbdbdb;
}

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

.news__info .news__date {
  font-size: 14px;
  margin: 0;
  width: 130px;
}

.news__info .cate {
  position: relative;
  color: #d6804d;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding-left: 13px;
  margin-right: 10px;
}

.news__info .cate:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 5px;
  background: #d6804d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.news__archive a h3 {
  margin: 12px 0 0;
  font-size: 20px;
  font-weight: bold;
}

.news__archive a .news__img {
  position: absolute;
  left: 65%;
  top: 50%;
  width: 23%;
  height: auto;
  transform: translateY(-50%);
  transition: 0.6s;
  opacity: 0;
  border-radius: 20px;
}

.news__archive a:hover .news__img {
  opacity: 1;
}

.news__archive a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: 0.4s;
}

.tax__flex {
  display: flex;
}

.tax__left {
  width: 290px;
  box-sizing: border-box;
  padding-right: 30px;
  position: sticky;
  top: 170px;
  align-self: flex-start;
}

.tax__left ul li {
  margin-bottom: 15px;
}

.tax__left ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  text-decoration: none;
  transition: 0.4s;
  padding-left: 25px;
  position: relative;
}

.tax__left ul li a.current {
  color: #d6804d;
}

.tax__left ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 7px;
  height: 7px;
  background: #8a8a8a;
  border-radius: 50%;
  transform: translateY(-50%);
}

.tax__left ul li a.current:before {
  background: #d6804d;
}

.tax__right {
  width: calc(100% - 290px);
  padding-top: 0!important;
}

.tax__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tax__left ul li {
  margin-bottom: 10px;
}

.news__archive.page__type {
  margin: 0;
}

.news__archive.page__type img {
  opacity: 1;
}

.news__archive.page__type a {
  padding-right: 45px;
  display: flex;
}

.news__archive.page__type .ar__left {
  width: 62%;
}

.news__archive.page__type .ar__right {
  width: 38%;
  padding-left: 30px;
  box-sizing: border-box;
}

.news__archive.page__type .ar__right img {
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 200px;
}

.news__archive.page__type a:after {
  right: 0;
}

.news__archive.page__type .ar__text {
  font-size: 16px;
  margin: 50px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

h1 a {
  transition: 0.4s;
}

h1 a:hover {
  opacity: 0.6;
}

.fix__bottom {
  position: fixed;
  left: 50%;
  bottom: 30px;
  width: 310px;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.fix__bottom.active {
  opacity: 1;
  pointer-events: auto;
}

.fix__bottom.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.fix__bottom p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 8px;
}

.fix__bottom a.btn__type1 {
  color: white;
  background: #ff833a;
  border-color: #ff833a;
}

.fix__bottom a#close {
  position: absolute;
  right: 0;
  top: -20px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  z-index: 20;
}

.fix__bottom a#close:hover {
  opacity: 0.6;
}

.fix__bottom a#close img {
  width: 100%;
}

.btn__type1.white:after {
  background-image: url(img/arrow2.png);
  right: 13px;
}

.btn__type1.white:hover:after {
  right: 8px;
}

.btn__type1.white {
  padding: 8px 0;
  text-align: left;
  padding-left: 16px;
}

.single__flex {
  display: flex;
}

.single__left {
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.single__right {
  width: calc(100% - 400px);
}

.single__right h3 {
  font-size: 36px;
  margin: 55px 0 0;
  font-weight: 500;
  line-height: 1.4;
}

.sr__info {
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding-left: 10px;
}

.sr__info .sr__info__date {
  margin: 0;
  font-size: 14px;
}

.sr__info a {
  position: relative;
  color: #d6804d;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-left: 20px;
  padding-left: 13px;
  text-decoration: none;
}

.sr__info a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 5px;
  background: #d6804d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page__title.single__type {
  padding-bottom: 9vw;
}

.left__text1 {
  margin: 100px 0 0;
  font-size: 15px;
}

.share__area {
  margin: 70px 0 0;
}

.share__text {
  font-size: 20px;
  margin: 0 0 10px;
}

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

.share__btn a {
  display: block;
  margin-right: 22px;
  transition: 0.4s;
}

.share__btn a:last-child {
  margin-right: 0;
}

.share__btn a:hover {
  opacity: 0.6;
}

.share__btn a img.fb {
  width: 30px;
}

.share__btn a img.x {
  width: 24px;
}

.share__btn a img.line {
  width: 32px;
}

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

.single__flex .tax__left {
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
  position: sticky;
  top: 170px;
  align-self: flex-start;
}

.single__flex .tax__right {
  width: calc(100% - 400px);
}

.news__thm img {
  width: 100%;
  height: auto;
}

.news__content h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 50px 0 30px;
}

.news__content p {
  font-size: 18px;
}

.news__content figure {
  margin: 40px 0;
}

.news__content figcaption {
  font-size: 16px;
  margin: 0;
  color: #8a8a8a;
}

.news__content h2.border {
  margin-top: 85px;
  padding-top: 70px;
  border-top: 1px solid #dbdbdb;
}

.plus__info {
  background: #f8f8f8;
  padding: 40px 60px;
  box-sizing: border-box;
}

.plus__info .pi__text1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 26px;
}

.plus__info .pi__text2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.plus__info a {
  display: inline-block;
  color: #d6804d;
  transition: 0.4s;
  font-size: 20px;
  font-weight: 400;
  word-break: break-all;
  overflow-wrap: break-word;
  hyphens: auto;
}

.plus__info a:hover {
  opacity: 0.6;
}

.slider-6.single__ver a img {
  margin-bottom: 15px;
}

.slider-6.single__ver a .s6__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.recommend__title {
  font-size: 32px;
  font-weight: 500;
  margin: 180px 0 0;
}

.slider-6.single__ver {
  margin-top: 50px;
}

header {
  transition: 0.4s;
}

header.open {
  opacity: 0;
}

#nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
  overflow-y: scroll;
}

#nav.in {
  opacity: 1;
  z-index: 999;
}

.nav__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.nav__area {
  position: relative;
  z-index: 2;
  width: 65%;

  box-sizing: border-box;
  border-top-left-radius: 200px;
  margin-left: auto;
  min-height: 100%;
  padding: 130px 95px;
  padding-right: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}

.nav__area a{
  transition: 0.4s;
}

.nav__area a:hover{
  opacity: 0.6;
}


.nav__row {
  margin-bottom: 44px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.nav__parent {
  margin: 0 0 30px;
}

.nav__parent a {
  color: #2a2a2a;
  display: inline-flex;
  align-items: end;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.4s;
}

.nav__parent a:hover {
  opacity: 0.6;
}

.nav__child,
.nav__type2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav__child li,
.nav__type2 li {
  width: 31%;
  margin-bottom: 20px;
}

.nav__parent a span {
  font-size: 36px;
  display: block;
  margin-right: 20px;
  line-height: 1;
}

.nav__child li a,
.nav__type2 li a {
  font-size: 16px;
  color: #2a2a2a;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  line-height: 1.5;
}

.nav__child li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}

.nav__type2 li a {
  padding-left: 0;
}

.nav__type3 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nav__type3 li {
  margin-right: 40px;
  position: relative;
  line-height: 1.2;
}

.nav__type3 li:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 60%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #2a2a2a;
}

.nav__type3 li:last-child {
  margin-right: 0;
}

.nav__type3 li:last-child:after {
  display: none;
}

.nav__type3 li a {
  font-size: 14px;
  color: #2a2a2a;
  transition: 0.4s;
}

.nav__type3 li a:hover {
  opacity: 0.6;
}

#close2 {
  display: block;
  position: absolute;
  right: 60px;
  top: 50px;
  width: 50px;
  text-decoration: none;
  transition: 0.4s;
  color: #2a2a2a;
  cursor: pointer;
  z-index: 20;
}

#close2:hover {
  opacity: 0.6;
}

#close2 img {
  width: 44px;
  display: block;
  margin: 0 auto;
}

#close2 p {
  font-size: 12px;
  text-align: center;
  margin: 8px 0 0;
}

.page__top {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
}

.page__top img {
  width: 100%;
}

.wrap2 {
  position: relative;
}

.bread__area .wrap2 {
  padding-right: 100px;
}

.type2 .about__right p.small {
  font-size: 14px;
  color: #8a8a8a;
  margin-top: 30px;
}

.ceo__message {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.ceo__text1 {
  font-size: 20px;
  margin: 0;
  line-height: 1.9;
}

.ceo__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}

.ceo__left {
  width: 200px;
}

.ceo__left img {
  width: 100%;
  height: auto;
}

.ceo__right {
  width: calc(100% - 250px);
  box-sizing: border-box;
}

.ceo__right p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
}

.breadcrumbs span span {
  display: inline-block;
  margin: 0 3px;
}

.breadcrumbs {
  position: relative;
  left: -3px;
}

/* .services__flex2 .sf2__col:nth-child(2) , .services__flex2 .sf2__col:nth-child(5){
  transition-delay: 0.3s;
}

.services__flex2 .sf2__col:nth-child(3) , .services__flex2 .sf2__col:nth-child(6){
  transition-delay: 0.5s;
} */

.single__type .news__area.tax__right img {
  border-radius: 15px;
}

.event__date {
  position: absolute;
  left: 30px;
  top: -20px;
  z-index: 2;
  text-align: center;
  background: white;
  width: 120px;
  border: 2px solid #2a2a2a;
  border-radius: 15px;
  line-height: 1.3;
  padding: 22px 0;
}

.event__date .date__text1 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold !important;
}

.event__date .date__text2 {
  font-size: 34px;
  color: #d6804d;
  margin: 0;
  font-weight: bold !important;
}

.slider-7 {
  padding-top: 50px;
}

.slider-7 a {
  position: relative;
}

.slider-7 .slick-list {
  overflow: visible !important;
}

.left__space.hidden {
  overflow-x: hidden;
}

.footer__logo2 {
  max-width: 100%;
}

.mv__area video {
  width: 100%;
  border-radius: 20px;
}

.mv__area .wrap3 {
  position: relative;
}

.mv__area .wrap3 h3.fv__text {
  margin: 0;
  position: absolute;
  left: 55px;
  top: 70px;
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 400;
}

/* アイコンスライダーのスタイル */
.icon-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.icon-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.icon-slide.active {
  opacity: 1;
}

.pagenavi {
  margin-top: 100px;
}

.pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pagenavi .wp-pagenavi a {
  border: none;
  padding: 0;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #2a2a2a;
  text-align: center;
  line-height: 35px;
  display: block;
}

.pagenavi .wp-pagenavi span {
  border: none;
  padding: 0;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: white;
  background: #d6804d;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  display: block;
}

.pagenavi .wp-pagenavi a.nextpostslink {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 0;
  margin-left: 80px;
}

.pagenavi .wp-pagenavi a.nextpostslink:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("img/next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagenavi .wp-pagenavi a.previouspostslink {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 80px;
  margin-left: 0;
}

.pagenavi .wp-pagenavi a.previouspostslink:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("img/prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.case__section1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #ada78d;
}

.case__section1:before {
  content: "";
  position: absolute;
  left: 35%;
  z-index: 2;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

/* History Timeline Styles */
.history-timeline {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.timeline-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.timeline-header {
  text-align: center;
  margin-bottom: 80px;
}

.timeline-title {
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #2a2a2a;
}

.timeline-year {
  font-size: 24px;
  color: #2a2a2a;
}

.year-display {
  font-size: 60px;
  font-weight: bold;
  color: #ff833a;
  margin-right: 10px;
}

.year-range {
  font-size: 24px;
  color: #8a8a8a;
}

.timeline-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
}

.timeline-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 60px;
}

.case__info {
  flex: 0 0 320px;
  height: 100%;
  width: 320px;
  display: flex;
  flex-direction: column;
  padding-top: 2vh;
  color: white;
}

.case__info .en {
  font-size: 14px;
  margin: 0;
}

.case__info h2 {
  font-size: 22px;
  margin: 0 0 40px;
}

.case__info .case__overview {
  font-size: 14px;
  margin: 10px 0 25px;
  line-height: 1.6;
}

.case__info .case__spec {
  font-size: 12px;
  display: flex;
}

.case__info .case__spec .case__spec-title {
  width: 84px;
  margin: 0;
}

.case__info .case__spec .case__spec-value {
  width: calc(100% - 84px);
  margin: 0;
}

/* 年表の横線（下部に配置、画面幅100%） */
.timeline-line {
  position: fixed;
  bottom: 100px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 10;
}

.timeline-progress {
  position: fixed;
  bottom: 100px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #ffffff;
  transition: width 0.6s ease;
  z-index: 11;
}

/* 年表の点（下部に横並び、画面幅100%） */
.timeline-dots {
  position: fixed;
  bottom: 92px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 12;
  width: 100%;
  padding: 0 10vw;
  box-sizing: border-box;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9c5b5;
  border: 2px solid #c9c5b5;
  position: relative;
  transition: all 0.6s ease;
  flex-shrink: 0;
}

.timeline-dot.active {
  background: #ffffff;
  border-color: #ffffff;
}

.timeline-dot.passed {
  background: #ffffff;
}

.timeline-dot:hover {
  transform: scale(1.1);
}

.dot-year {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Soehne Breit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #c9c5b5;
  white-space: nowrap;
  opacity: 1;
  transition: color 0.3s ease;
}

.timeline-dot.active .dot-year {
  color: #ffffff;
}

.timeline-dot.passed .dot-year {
  color: #ffffff;
}

/* コンテンツエリア（右側60%のスペース） */
.timeline-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 60px;
}

.timeline-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vh;
  height: 90vh;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.timeline-item {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 40px;
}

.timeline-item.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-number {
  display: none; /* 番号は非表示 */
}

.timeline-text {
  max-width: 400px;
  text-align: center;
  margin-bottom: 30px;
}

.timeline-text h3 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  color: #ffffff;
  line-height: 1.4;
}

.timeline-text p {
  display: none; /* 説明文は非表示 */
}

.timeline-image {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #8a8a8a;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.close-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border: 1px solid #2a2a2a;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 50%;
}

.close-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 3px;
  background: #2a2a2a;
}

.close-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 25px;
  height: 3px;
  background: #2a2a2a;
  transition: 0.4s;
}

.close-button.open:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.case__area {
  display: none;
}

.case__area.open {
  display: block;
}

.case__box {
  margin-top: 150px;
  border-top: 1px solid #dbdbdb;
  padding-top: 60px;
}

.c-area .case__box:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important ;
  border-top: none !important;
}

.title__flex.type3 h2{
  padding: 0;
  font-size: 90px;
  width: 540px;
}

.title__flex.type3 h2:before{
  display: none;
}

.title__flex.type3 h3{
  font-size: 26px;
}

.error__title{
  font-size: 30px;
  font-weight: 500;
  margin:0 0 27px;
}

.error__text1{
  font-size: 17px;
  margin:0 0 27px;
  font-weight: 500;
}

.error__text2{
  font-size: 14px;
  margin:0 0 95px;
}

.privacy__flex{
  display: flex;
}

.privacy__left{
  width: 400px;
  box-sizing: border-box;
  padding-right: 40px;
}

.privacy__right{
  width: calc(100% - 400px);
  margin-top: 12px;
}

.privacy__left h2{
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}

.privacy__right p{
  margin:0 0 25px;
  font-size: 17px;
  font-weight: 400;
}

.privacy__right h3{
  margin:60px 0 10px;
  font-size: 17px;
  font-weight: 500;
}

.privacy__right ol{
  list-style: none;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}

.privacy__right ol li{
  position: relative;
  padding-left: 25px;
}

.privacy__right ol li span{
  position: absolute;
  left: 0;
  top: 0;
}

.privacy__contact{
  padding-left: 30px;
}

.privacy__contact a{
  color:#d6804d;
  transition: 0.4s;
}

.privacy__contact a:hover{
  opacity: 0.6;
}

.case__section2 {
  padding: 60px 0 170px;
}

.case__section2 h2 {
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;
}

.case__section2 h3 {
  margin: 0;
  font-size: 50px;
  line-height: 1.4;
}

.case__singleright p {
  font-size: 20px;
  margin: 46px 0 0;
}

.case__singleflex {
  display: flex;
  position: relative;
  padding-right: 100px;
}

.case__singleleft {
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.case__singleright {
  width: calc(100% - 400px);
}

.case__mainV {
  width: 100%;
  display: block;
  margin: 50px 0 0px;
}

.case__row {
  margin-top: 120px;
  display: flex;
}

.case__rowleft {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}

.case__rowleft p {
  font-size: 18px;
  margin: 0;
}

.case__rowright {
  width: 50%;
}

.case__rowrightimg img {
  display: none;
  width: 100%;
}

.case__rowrightimg img.current {
  display: block;
}

.case__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.case__button a {
  width: 100px;
  display: block;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  background: #fbfbfb;
  color: #2a2a2a;
  transition: 0.4s;
  margin: 0 5px;
}

.case__button a.current {
  background: #ff833a;
  color: white;
}

/* Case Studies Gallery - Masonry Layout */
.case__gallery {
  position: relative;
  margin-top: 100px;
}

.cg__item {
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
}

.cg__item p {
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 45px;
  background: rgba(42, 42, 42, 0.4);
  margin: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
}

.cg__item:hover p {
  opacity: 1;
}

.cg__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.case__gallery {
  column-count: 2;
  column-gap: 15px;
  column-fill: balance;
}

.cg__item {
  margin-bottom: 30px;
  break-inside: avoid;
}

.consulting__flex{
  display: flex;
}

.consulting__left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.consulting__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.consulting__left h3{
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

.consulting__right p{
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.consulting__flex2{
  display: flex;
  margin-top: 105px;
  padding-top: 105px;
  border-top: 2px solid #DCDCDC;
}

.consulting__flex2.last{
  margin-bottom: 105px;
  padding-bottom: 105px;
  border-bottom: 2px solid #DCDCDC; 
}

.consulting__flex2 .consulting__left2{
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.consulting__flex2 .consulting__right2{
  width: calc(100% - 400px);
  box-sizing: border-box;
}

.consulting__flex2 .consulting__left2 h3{
  font-size: 36px;
  font-weight: 500;
  margin:-3px 0 0;
  line-height: 1.35;
}

.consulting__center__text{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
}

.consulting__flex2 .consulting__right2 p{
  font-size: 20px;
  font-weight: 500;
  margin:0 0 50px;
  letter-spacing: 0;
}

.consulting__flex2 .consulting__right2 .cr__box{
  border-radius: 10px;
  box-sizing: border-box;
  background: #F8F8F8;
  padding:40px 30px;
}

.consulting__flex2 .consulting__right2 .cr__box ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.consulting__flex2 .consulting__right2 .cr__box ul li{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  padding-left: 12px;
}

.consulting__flex2 .consulting__right2 .cr__box ul li:last-child{
  margin-bottom: 0;
}

.consulting__flex2 .consulting__right2 .cr__box ul li:before{
  content: "";
  position: absolute;
  left:0;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262626;
}

.error__flex{
  display: flex;
}

.error__left{
  width: 75%;
}

.error__right{
  width: 25%;
}

.error__right img{
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top:-100px
}

.title__flex.type3 h3.bold{
  font-weight: 700;
  margin-top: 45px;
}
 
.area .services__left h2{
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}

.area .services__right p{
  font-size: 18px;
}

.area__row{
  display: flex;
  border-top:2px solid #DCDCDC;
  padding:108px 0;
}

.area__row.first{
  margin-top: 108px;
}

.area__row.last{
  border-bottom:2px solid #DCDCDC;
}

.area__row .area__left{
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.area__row .area__right{
  width: calc(100% - 400px);
  box-sizing: border-box;
  margin-top:65px ;
}

.area__row .area__left h3{
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
}

.area__row .area__right p.area__text1{
  font-size: 20px;
  font-weight: 500;
  margin:0 0 45px;
}

.area__row .area__right .area__list{
  box-sizing: border-box;
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 40px 30px;
}

.area__row .area__right .area__list p{
  font-size: 18px;
  font-weight: 500;
  margin:0;
  line-height: 1.75;
}

.company__flex{
  display: flex;
}

.company__left{
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.company__right{
  width: calc(100% - 400px);
  box-sizing: border-box;
}

.company__left h2{
  font-size: 32px;
  margin: 0;
  position: relative;
  top: -5px;
  font-weight: 500;
  line-height: 1.5;
}

.company__right .company__table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company__right .company__table .ct__left{
  width: 28%;
  box-sizing: border-box;
  padding:30px 0;
  border-top: 1px solid #2A2A2A;
}

.company__right .company__table .ct__right{
  width: calc(72% - 10px);
  box-sizing: border-box;
  padding:30px 0;
  border-top: 1px solid #DBDBDB;
}

.company__right .company__table .ct__left p{
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  line-height: 1.65;
}

.company__right .company__table .ct__right p{
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 1.65;
}

.company__right .company__table .ct__left.last{
  border-bottom: 1px solid #2A2A2A;
}

.company__right .company__table .ct__right.last{
  border-bottom: 1px solid #DBDBDB;
}

.company__flex2{
  display: flex;
  margin-top: 150px;
}

.company__left2{
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}

.company__right2{
  width: calc(100% - 400px);
  box-sizing: border-box;
}

.company__left2 h2{
  font-size: 32px;
  margin: 0;
  position: relative;
  top: -5px;
  font-weight: 500;
  line-height: 1.4;
}

.company__right2 p{
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 50px;
}

.gmap iframe{
  width: 100%;
  height: 418px;
}

.message__flex.type2 a{
  padding-left: 270px;
  position: relative;
}

.message__flex.type2 a .mf__img{
  position: absolute;
  left: 68px;
  top: 50%;
  transform: translateY(-50%);
  width: 158px;
}

.message__flex.type2 a .mf__img img{
  width: 100%;
  height: auto;
}

.message__flex.type2 a .mf__img .icon2{
  width: 80%;
  display: block;
  margin: 0 auto;
}

.flow .services__left{
  width: 53%;
}

.flow .services__right{
  width: 47%;
}

.area__row.flow.first{
  margin-top: 200px;
}

.flow .flow__num{
  font-size: 36px;
  color:#DBDBDB;
  margin: 0;

}

.flow .flow__text1{
  font-size: 20px;
  font-weight: 500;
  margin:0 0 45px;
}

.flow h4{
  font-size: 16px;
  margin:0 0 10px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #8A8A8A;
}

.flow ul{
  /* margin:0 0 60px; */
  margin: 0;
  padding:0;
  list-style: none;
}

.flow ul li{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}

.flow ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262626;
  transition: 0.4s;
}

.p-qa__q{
  position: relative;
  background: #F8F8F8;
  border-radius: 10px;
  padding:11px 75px;
  box-sizing: border-box; 
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.4s;
}

.p-qa__q.active{
  background: #8A8A8A;
  color:white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-qa__q:before{
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #262626;
  transition: 0.4s;
}

.p-qa__q:after{
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background: #262626;
  transition: 0.4s;
}

.p-qa__q.active:before{
  background: white;
}

.p-qa__q.active:after{
  transform: translateY(-50%) rotate(0deg);
  background: white;
}

.p-qa__q span{
  position: absolute;
  font-size: 20px;
  display: block;
  left: 30px;
  top: 8px;
}

.p-qa__row{
  margin-bottom: 20px;
}

.p-qa__a{
  border:2px solid #8A8A8A;
  margin: 0;
  position: relative;
  padding: 23px 74px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.p-qa__a a{
  color:#EF8148;
  transition: 0.4s;
  display: inline-block;
  margin-top: 15px;
}

.p-qa__a a:hover{
  opacity: 0.7;
}

.p-qa__a span{
  position: absolute;
  font-size: 20px;
  display: block;
  left: 30px;
  top: 21px;
}

.qa__page{
  margin-top: 60px;
}

.partners__text{
  font-size: 18px;
  margin:0 0 100px;
  font-weight: 400;
}

.ar-partner__flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 135px;
}

.partners__archive .ar-partner__flex:last-child{
  margin-bottom: 50px;
}

.partners__archive .ar-partner__flex:nth-child(even){
  flex-direction: row-reverse;
}

.ar-pf__left{
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.ar-pf__right{
  width: 46%;
  box-sizing: border-box;
}

.ar-pf__left .slider-10 img{
  width: 100%;
  height: 625px;
  object-fit: cover;
  border-radius: 30px;
}

.ar-pf__right h3{
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin:0;
  line-height: 1.6;
}

.ar-pf__right .partner__text1{
  text-align: center;
  margin:0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.ar-pf__right .partner__text2{
  text-align: center;
  margin:0 0 10px;
  font-size: 14px;
  font-weight: 500; 
  color: #8A8A8A;
}

.ar-pf__right .partner__text3{
  margin:55px 0 40px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

.ar-pf__right .partner__text4{
  margin:0 0 10px;
  font-size: 17px;
  font-weight: 500;  
}

.slider-10 ul.slick-dots{
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-10 ul.slick-dots li{
  width:10px;
  height: 10px;
  background: #DBDBDB;
  border-radius: 50%;
  margin: 0 13px;
  cursor: pointer;
  transition: 0.4s;
}

.slider-10 ul.slick-dots li.slick-active{
  background: #ff833a;
}

.slider-10 ul.slick-dots li button{
  display: none;
}

.ar-pf__right .btn__type1.center{
  margin-top: 45px;
}

.single__partners__flex{
  display: flex;
}

.single__partners__left{
  width: 60%;
  display: flex;
  align-items: center;
}

.single__partners__left img{
  width: 185px;
}

.single__partners__right{
  width: 40%;
  box-sizing: border-box;
  padding-left: 100px;
}

.single__partners__left div{
  box-sizing: border-box;
  width: calc(100% - 185px);
  padding-left: 25px;
}

.single__partners__left div h3{
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.single__partners__left div h3 span{
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: -3px;
}

.single__partners__text1{
  font-size: 14px;
  color: #8A8A8A;
  margin:0 0 13px;
}

.single__partners__text2{
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.pa__sns h4{
  font-size: 14px;
  margin: 0 0 16px;
  color:#ff833a;
  text-decoration: underline;
}

.pa__sns p{
  margin:0 0 7px;
  font-size: 13px;
  color:#ff833a;
  position: relative;
  padding-left: 100px;
}

.pa__sns p span{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.pa__sns p a{
  color:#ff833a;
  transition: 0.4s;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.pa__sns p a:hover{
  opacity: 0.7;
}

.single__partners__text3{
  text-align: center;
  margin:190px 0 75px;
  font-size: 30px;
  font-weight: 700;
}

.single__partners__text3 span{
  display: inline-block;
  position: relative;
  padding:0 110px;
}

.single__partners__text3 span:before{
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  width: 81px;
  height: 65px;
  background-image: url('img/dot1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.single__partners__text3 span:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 81px;
  height: 65px;
  background-image: url('img/dot2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.single__partners__text4{
  text-align: center;
  margin:0 auto 165px;
  width: 800px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 500;
}

.pa__gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.pa__gallery img{
  width: 49%;
  height:420px;
  object-fit: cover;
  margin-bottom: 25px;
}

.link__area{
  display: block;
  border-top:1px solid #DADADA;
  border-bottom:1px solid #DADADA;
  text-decoration: none;
  padding:64px 0;
}

.link__area .wrap{
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 120px;
}

.link__area .wrap:after{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-image: url('img/next.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}

.link__area:hover .wrap:after{
  right: 10px;
}

.link__area .wrap h3{
  font-size: 14px;
  color:#898989;
  margin: 0;
  width: 100px;
}

.link__area .wrap h4{
  font-size: 32px;
  font-weight: 500;
  color:#2E2E2E;
  margin: 0;
  line-height: 1.4;
}
.link__area .wrap h4 span{
  font-size: 16px;
  font-weight: 500;
  color:#2E2E2E;
  margin: 0;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -1px;

}

.link__area .wrap .next__text1{
  font-size: 14px;
  color:#8A8A8A;
  margin:0;
}

.next__text2{
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color:#2A2A2A;
  margin: 0;
  width: calc(100% - 520px);
}

.next__content{
  width: 420px;
  box-sizing: border-box;
  padding-right: 20px;
}

.area__page .area__row .area__right{
  margin-top: 7px;
}

.services__section3 .btn__type1{
  display: inline-block;
  padding-left: 30px;
  padding-right: 60px;
  width: auto;
}

.tour__text1{
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 30px;
  font-weight: 500;
  text-align: center;
}

.tour__text2{
  font-size: 18px;
  text-align: center;
  margin: 0 0 115px;
  font-weight: 500;
}

.tour__img{
  width: 100%;
  height: auto;
  margin-bottom: 160px;
}


.tax__left ul.tour__ver  li a:before{
  display: none;
}

.tax__left ul.tour__ver li a{
  font-size: 14px;
  border:1px solid #8A8A8A;
  color:#2A2A2A;
  padding:8px 25px;
  padding-right: 60px;
  border-radius: 22px;
  position: relative;
  transition: 0.4s;
  display: inline-block;
}

.tax__left ul.tour__ver li a:hover{
  background:#8A8A8A;
  color:#fff;
}

.tax__left ul.tour__ver li.current a{
  background:#8A8A8A;
  color:#fff;
}

.tax__left ul.tour__ver li a:hover:after{
  background-image: url('img/arrow3.png');
}

.tax__left ul.tour__ver li.current a:after{
  background-image: url('img/arrow3.png');
}

.tax__left ul.tour__ver li a:after{
  content: '';
  position: absolute;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-image: url('img/arrow4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.4s;
}

.tax__left ul.tour__ver li{
  margin-bottom: 20px;
}

.tour__ver .tax__left{
  width:390px ;
}

.tour__ver .tax__right{
  width: calc(100% - 390px);
}

.news__archive a h3{
  line-height: 1.5;
}

.tour .news__archive.page__type a{
  align-items: center;
  transition: 0.4s;
}

.tour .news__archive.page__type a:hover{
  opacity: 0.6;
}

.tour__date{
  margin-top:35px;
}

.tour__date p{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 100px;
}

.tour__date p span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
}

.tour .news__archive.page__type .ar__right{
  line-height: 1;
}

.tour .news__archive.page__type .ar__left{
  width: 58%;
}

.tour .news__archive.page__type .ar__right{
  width: 42%;
}

.tour .news__archive.page__type .ar__right img{
  height: 210px;
}

.btn__type1.center.tour__contact{
  margin-bottom: 110px;
  position: relative;
  top: -20px;
}

.tour__img{
  height: 33vw;
  object-fit: cover;
}











@media screen and (max-width: 1300px) {

  .single__partners__right{
    padding-left: 50px;
  }

  .ar-pf__left .slider-10 img{
    height: 45.8vw;
  }

  .consulting__left h3 , .consulting__flex2 .consulting__left2 h3{
    font-size: 28px;
  }

  .consulting__right p{
    font-size: 16px;
  }

  .consulting__flex2 .consulting__left2 ,.company__left2 , .company__left{
    width: 300px;
  }

  .consulting__flex2 .consulting__right2 ,.company__right2 , .company__right{
    width: calc(100% - 300px);
  }

  .message__flex.type2 a .mf__img{
    left: 30px;
    width: 100px;
  }

  .message__flex.type2 a{
    padding-left: 165px;
  }

  .consulting__flex2 .consulting__right2 p{
    font-size: 18px;
    margin-bottom: 40px;
  }

  .privacy__left{
    width: 320px;
  }

  .privacy__right{
    width: calc(100% - 320px);
  }

  .timeline-title {
    font-size: 40px;
  }

  .year-display {
    font-size: 50px;
  }

  .timeline-number {
    font-size: 100px;
    min-width: 150px;
  }

  .timeline-text p {
    font-size: 16px;
  }

  .timeline-content {
    left: 0;
  }

  .news__archive.page__type .ar__right img {
    height: 15vw;
  }

  .mv__area .wrap3 h3.fv__text {
    top: 40px;
    font-size: 24px;
  }

  .nav__area {
    width: 90%;
    padding: 60px;
    border-top-left-radius: 120px;
  }

  #close2 {
    right: 20px;
    top: 30px;
  }

  .nav__row {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }

  .nav__child li,
  .nav__type2 li {
    margin-bottom: 15px;
  }

  .nav__parent {
    margin-bottom: 30px;
  }

  .case__archive .case__flex .case__right {
    padding-left: 100px;
  }

  .single__left {
    width: 280px;
  }

  .page__title .single__right h3 {
    margin-top: 50px;
    font-size: 25px;
  }

  .sr__info a {
    font-size: 13px;
  }

  .sr__info .sr__info__date {
    font-size: 13px;
  }

  .single__flex .tax__left,
  .tax__left {
    width: 250px;
  }

  .single__flex .tax__right,
  .tax__right {
    width: calc(100% - 250px);
  }

  .single__right {
    width: calc(100% - 280px);
  }

  .tax__left ul li a {
    font-size: 16px;
    padding-left: 18px;
  }

  .left__text1 {
    margin-top: 70px;
    font-size: 14px;
  }

  .recommend__title {
    font-size: 26px;
    margin-top: 120px;
  }

  .slider-6.single__ver {
    margin-top: 30px;
  }

  .share__area {
    margin-top: 40px;
  }

  .share__text {
    font-size: 18px;
  }

  .news__content p {
    font-size: 16px;
  }

  .news__content h2 {
    font-size: 24px;
  }

  .left__space,
  .left__space2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    margin: 0;
  }

  .header__left {
    width: 35%;
  }

  .header__right {
    width: 65%;
    padding-right: 60px;
  }

  .header__right ul {
    justify-content: right;
  }

  .header__right ul li a span {
    font-size: 20px;
  }

  .header__right ul li a {
    font-size: 13px;
  }

  .header__right ul li {
    padding: 0 20px;
  }

  header {
    padding: 30px 0;
  }

  .page__title {
    padding: 170px 0 12vw;
  }

  .page__title h3 {
    font-size: 40px;
  }

  .header__left h1 a img {
    width: 112px;
  }

  .title__type1 {
    font-size: 24px;
  }

  .about__left p,
  .type2 .about__right p {
    font-size: 18px;
  }

  .type2 .about__right p.small {
    font-size: 13px;
  }

  .about__flex {
    margin: 80px 0 120px;
  }

  .message__area {
    margin-top: 170px;
  }

  .title__type2 {
    font-size: 26px;
  }

  .footer__left1 {
    width: 200px;
  }

  .footer__right1 {
    width: calc(100% - 200px);
  }

  .footer__left1 a img {
    width: 160px;
  }

  .footer__right1 .fr__col1 {
    padding: 0 25px;
  }

  .footer__right1 .fr__col1 ul {
    font-size: 16px;
  }

  .faq__left p.faqleft__text2 {
    font-size: 15px;
  }

  .faq__left p.faqleft__text1 {
    font-size: 15px;
  }

  .faq__left h3 {
    font-size: 50px;
  }

  .atp__left {
    width: 260px;
  }

  .atp__right {
    width: calc(100% - 260px);
  }

  .atp__left h3 {
    font-size: 15px;
    text-align: left;
  }

  .menu__button {
    width: 44px;
    top: 55%;
  }

  .menu__button p {
    font-size: 11px;
    margin-top: 10px;
  }

  .message__flex a .mf__text1 {
    font-size: 20px;
  }

  .message__flex a .mf__text2 {
    font-size: 16px;
  }

  .message__flex a:after {
    right: 20px;
  }

  .message__flex a {
    padding: 50px;
  }

  .contact__col .cc__text {
    font-size: 18px;
  }

  .services__left h2 {
    font-size: 22px;
  }

  .services__section3 {
    padding: 200px 0;
  }

  .services__flex3 h3 {
    font-size: 24px;
    margin-bottom: 45px;
  }

  .services__flex3 p {
    font-size: 16px;
  }

  .services__flex3 {
    margin-bottom: 100px;
  }

  .services__flex3 p.sf3__row__title {
    width: 200px;
  }

  .services__flex3 p.sf3__row__content {
    width: calc(100% - 200px);
  }

  .services__flex3 .type2 p.sf3__row__title {
    width: 125px;
  }

  .services__flex3 .type2 p.sf3__row__content {
    width: calc(100% - 125px);
  }

  .wrap3 img {
    max-width: 100%;
  }

  .gif__box {
    height: 28vw;
  }

  .ts2__left h2 {
    font-size: 26px;
  }

  .ts2__left p {
    font-size: 16px;
  }

  .top__section4 h3 {
    font-size: 24px;
  }

  .slider3__col h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .top__section5 h2,
  .top__section6 h2 {
    font-size: 40px;
  }

  .slider4__text {
    font-size: 22px;
    margin-top: 35px;
  }

  .slider4__text p {
    font-size: 16px;
  }

  .slider4__text p:last-child {
    margin-bottom: 0;
  }

  .csi__infoarea {
    width: 100%;
    padding: 0 40px;
    top: inherit;
    bottom: 50px;
  }

  .top__section7 h2,
  .top__section8 h2 {
    font-size: 40px;
  }

  .partner__flex .pf__left {
    width: 260px;
  }

  .partner__flex .pf__right {
    width: calc(100% - 260px);
  }

  .slider-6 a .s6__info {
    font-size: 15px;
  }

  .slider-6 a .s6__title {
    font-size: 16px;
  }

  .information h2 {
    font-size: 40px;
  }

  .timeline-item {
    padding-right: 20px;
    padding-left: 40px;
  }

  .area .services__left h2{
    font-size: 28px;
  }

  .area .services__right p{
    font-size: 16px;
  }

  .area__row .area__left{
    width: 240px;
  }

  .area__row .area__right{
    width: calc(100% - 240px);
    margin-top: 50px;
  }

  .area__row .area__left h3 , .flow .flow__num{
    font-size: 28px;
  }

  .flow .flow__text1{
    font-size: 18px;
  }

  .pa__gallery img{
    height:31vw ;
  }

  .link__area .wrap h4{
    font-size: 24px;
  }

  .link__area .wrap h4 span{
    font-size: 14px;
  }

  .next__text2{
    font-size: 16px;
  }

  .link__area .wrap:after{
    width:60px;
    height:60px;
  }

  .link__area .wrap{
    padding-right: 90px;
  }

  .next__content{
    width: 340px;
  }

  .next__text2{
    width: calc(100% - 440px);
  }

  .tour__ver .tax__left{
    width: 290px;
  }

  .tour__ver .tax__right{
    width: calc(100% - 290px);
  }

  .tour .news__archive.page__type .ar__right img{
    height: 17vw;
  }




}

.sp {
  display: none !important;
}

@media screen and (max-width: 900px) {

  .area__page .area__row .area__right{
    margin-top: 0;
  }

  .single__partners__text3 span{
    padding:0 60px;
  }

  .single__partners__text3 span:before{
    width: 49px;
    height: 39px;
    top: -15px;
  }

  .single__partners__text3 span:after{
    width: 49px;
    height: 39px;
    bottom: -15px;
  }

  .link__area .wrap{
    display: block;
    text-align: center;
  }

  .link__area .wrap h3{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .next__content{
    width: 100%;
    padding: 0;
  }

  .next__text2{
    margin-top: 20px;
    -webkit-line-clamp: 1;
  }

  .link__area .wrap .next__text1{
    margin-top: 5px;
  }

  .link__area{
    padding:10px 0 30px;
  }

  .next__text2{
    width: 100%;
  }  

  .link__area .wrap:after{
    display: none;
  }

  .link__area .wrap{
    padding-right: 30px;
  }

  .single__partners__flex{
    display: block;
  }

  .single__partners__left{
    width: 100%;
  }

  .single__partners__right{
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }

  .single__partners__text3{
    font-size: 23px;
  }

  .single__partners__text4{
    font-size: 15px;
  }


  .partners__text{
    font-size: 16px;
    margin-bottom: 80px;
  }

  .ar-partner__flex{
    display:block;
  }

  .ar-pf__left{
    width: 100%;
  }

  .ar-pf__right{
    width: 100%;
  }

  .ar-pf__right h3 , .ar-pf__right .partner__text1 , .ar-pf__right .partner__text2 , .ar-pf__right .partner__text3 , .ar-pf__right .partner__text4{
    text-align: left;
  }

  .ar-pf__right .partner__text3{
    margin:30px 0 20px;
  }

  .area__row , .company__flex , .company__flex2{
    display: block;
  }

  .area__row .area__left , .company__left , .company__left2 , .company__right , .company__right2{
    width: 100%;
    padding: 0;
  }

  .flow .services__left{
    width: 100%;
  }

  .flow .services__right{
    width: 100%;
  }

  .area__row.flow.first{
    margin-top: 150px;
  }

  .area__row .area__left h3 , .company__left h2 , .company__left2 h2 , .company__right h2 , .company__right2 h2{
    margin-bottom: 30px;
  }

  .area__row .area__right p.area__text1{
    margin-bottom: 30px;
  }

  .company__left h2{
    margin-bottom: 45px;
  }

  .area__row .area__right{
    width: 100%;
  }

  .consulting__flex{
    display: block;
  }

  .consulting__flex2{
    display: block;
  }

  .consulting__flex2 .consulting__left2{
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  
  .consulting__flex2 .consulting__right2{
    width: 100%;
    padding: 0;
  }

  .consulting__left{
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .consulting__right{
    width: 100%;
    padding: 0;
  }

  .consulting__center__text{
    margin: 0;
    font-size: 18px;
  }

  .consulting__flex2{
    margin-top: 70px;
    padding-top: 70px;
  }

  .consulting__flex2.last{
    margin-bottom: 70px;
    padding-bottom: 70px;
  }

  .consulting__left h3, .consulting__flex2 .consulting__left2 h3{
    font-size: 24px;
  }

  .privacy__flex{
    display: block;
  }

  .privacy__left{
    width: 100%;
    padding:0;
    margin-bottom: 40px;
  }

  .privacy__right p , .privacy__right h3 , .privacy__right ol{
    font-size: 16px;
  }


  .privacy__left h2{
    font-size: 24px;
  }

  .privacy__right{
    width: 100%;
  }


  .title__flex.type3 h2{
    width: 100%;
    font-size: 60px;
    text-align: left;
    margin-bottom: 10px;
  }

  .title__flex.type3 h3{
    font-size: 20px;
  }

  .error__title{
    font-size: 24px;
  }

  .error__text1{
    font-size: 15px;
  }

  .slider-3 .slick-list {
    padding-right: 15vw;
  }

  .slider4__img img{
    mix-blend-mode: inherit;
  }

  .timeline-container {
    padding: 0 20px;
  }

  .timeline-header {
    margin-bottom: 60px;
  }

  .timeline-title {
    font-size: 32px;
  }

  .year-display {
    font-size: 40px;
  }

  .year-range {
    font-size: 20px;
  }

  .timeline-content {
    height: 300px;
  }

  .timeline-item {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .timeline-number {
    font-size: 80px;
    min-width: auto;
  }

  .timeline-text h3 {
    margin-bottom: 15px;
  }


  .timeline-content:after {
    width: 450px;
    height: 450px;
  }

  .case__section1:before {
    display: none;
  }

  .timeline-content-wrapper {
    display: block;
  }

  .timeline-text {
    margin-bottom: 0;
  }

  .timeline-text h3 {
    margin-bottom: 0;
  }

  .timeline-image {
    width: 300px;
    height: 300px;
  }

  .case__gallery {
    column-count: 1;
    column-gap: 0;
  }

  .case__info {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
  }

  .dot-year {
    font-size: 10px;
    top: 20px;
  }

  .timeline-dots {
    bottom: 108px;
    padding: 0 30px;
  }

  .timeline-line,
  .timeline-progress {
    bottom: 115px;
  }

  .timeline-item {
    padding: 0;
  }

  .case__singleflex {
    display: block;
  }

  .case__singleleft {
    width: 100%;
    padding: 0;
  }

  .case__singleright {
    width: 100%;
    padding: 0;
  }

  .case__mainV {
    margin-bottom: 0px;
  }

  .case__section2 h3 {
    font-size: 40px;
  }

  .case__rowleft p {
    font-size: 16px;
  }

  .case__rowleft {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }

  .cg__item p {
    font-size: 14px;
    padding: 0 20px;
  }

  .cg__item {
    margin-bottom: 20px;
  }

  .case__rowright {
    width: 100%;
  }

  .case__gallery {
    column-gap: 10px;
  }

  .case__row {
    display: block;
    margin-top: 60px;
  }

  .case__singleright p {
    font-size: 18px;
    margin-top: 40px;
  }

  .news__archive.page__type .ar__right img {
    height: 50vw;
  }

  .slider-8 a .jo__img img {
    height: 51vw;
  }

  .slider-8 {
    padding-bottom: 90px;
  }

  .top__section6 {
    padding: 80px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .slider-5 {
    width: max-content;
    max-width: none;
    overflow: visible;
  }

  .slider-5 a {
    width: 100vw;
    margin-right: 0;
    height: 50vh !important;
  }

  .inview2,
  .inview3 {
    transition-delay: 0.1s;
  }

  .cursor-dot {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .header__right {
    display: none;
  }

  .header__left {
    text-align: center;
    width: 100%;
  }

  header {
    padding: 15px 0;
  }

  .header__left h1 a img {
    width: 100px;
  }

  .page__title {
    padding-top: 130px;
  }

  .page__title h2 {
    font-size: 15px;
  }

  .page__title h3 {
    margin: 0;
    line-height: 1.6;
  }

  .page__content1 {
    padding: 60px 0 120px;
  }

  .title__type1 {
    font-size: 21px;
  }

  .about__flex {
    display: block;
    margin: 60px 0 90px;
  }

  .about__left {
    width: 100%;
  }

  .about__right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .about__flex img.illust1,
  .about__flex img.illust2,
  .about__flex img.illust3 {
    margin: 0 auto;
  }

  .message__flex {
    display: block;
  }

  .message__flex a {
    width: 100%;
    box-sizing: border-box;
  }

  .message__flex a:first-child {
    border-right: 1px solid #dbdbdb;
    border-bottom: none;
  }

  .atp__area {
    padding: 30px 0;
  }

  .atp__area .flex {
    display: block;
  }

  .atp__left {
    width: 100%;
    margin-bottom: 10px;
  }

  .atp__right {
    width: 100%;
  }

  .faq__area {
    padding: 80px 0;
  }

  .faq__area .flex {
    display: block;
  }

  .faq__left {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }

  .faq__right {
    width: 100%;
  }

  .contact__area {
    padding: 0;
  }

  .contact__area .flex {
    display: block;
  }

  .contact__col {
    width: 100%;
    padding: 50px 0;
  }

  .contact__area:before {
    display: none;
  }

  .contact__col .cc__text {
    font-size: 16px;
  }

  .contact__col .cc__title {
    margin-bottom: 20px;
  }

  .bread__area {
    font-size: 12px;
    padding: 25px 0;
  }

  .footer__row1.flex {
    display: block;
  }

  .footer__left1 {
    width: 100%;
  }

  .footer__right1 {
    width: 100%;
    display: block;
  }

  .footer__right1 .fr__col1 {
    padding: 0;
  }

  .footer__right1 .fr__col1 ul {
    font-size: 14px;
  }

  .footer__row2 {
    display: block;
  }

  .footer__right2 p {
    text-align: left;
  }

  .slider__area .slider-1 {
    padding: 0 40px;
  }

  .slider-1 .slick-prev,
  .slider-1 .slick-next {
    z-index: 3;
    top: 45%;
  }

  .slider__area .slider1__col img {
    height: 35vw;
  }

  .slider__area .slider1__col p {
    margin-top: 15px;
  }

  .footer__right2 ul {
    display: block;
    margin: 20px 0 70px;
  }

  .footer__right2 ul li a {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
  }

  .footer__right2 ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #2a2a2a;
  }

  .footer__right2 ul li {
    padding: 0;
    border: none;
    margin-bottom: 5px;
  }

  .fl2__text2 {
    margin-bottom: 30px;
  }

  .fl2__text2 a.sp {
    display: inline-block !important;
    color: inherit;
    text-decoration: underline;
  }

  .footer__logo2 {
    max-width: 100%;
  }

  .about__flex img.illust2 {
    margin-top: 30px;
  }

  .footer__right1 {
    margin-top: 40px;
  }

  .footer__right1 .fr__col1 {
    border-right: none;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
  }

  .footer__right1 .fr__col1 .parent {
    margin: 0;
    position: relative;
  }

  .footer__right1 .fr__col1 .parent span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    z-index: 3;
    cursor: pointer;
  }

  .footer__right1 .fr__col1 .parent span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 2px;
    background: #2a2a2a;
  }

  .footer__right1 .fr__col1 .parent span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    transition: 0.4s;
    background: #2a2a2a;
  }

  .footer__right1 .fr__col1 .parent.active span:after {
    transform: rotate(0deg);
  }

  .child__list {
    display: none;
  }

  .footer__right1 .fr__col1 .parent a {
    display: inline-block;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
  }

  .footer__right1 .fr__col1.last {
    border: none;
    padding: 0;
  }

  .footer__right1 .fr__col1.last .arrow__type li {
    margin: 0;
  }

  .footer__right1 .fr__col1.last .arrow__type li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
  }

  .footer__right1 .fr__col1.last .arrow__type li:last-child a {
    border-bottom: 1px solid #dbdbdb;
  }

  .footer__row1 {
    margin-bottom: 0;
    border-bottom: none;
  }

  .footer__right1 .fr__col1 ul li.child a {
    padding-left: 15px;
  }

  .footer__right1 .fr__col1 ul li.child a:before {
    width: 8px;
    top: 10px;
  }

  .footer__right1 .fr__col1 ul li {
    margin-bottom: 1px;
  }

  .footer__right1 .fr__col1 ul.child__list {
    margin-top: 10px;
  }

  .services__flex {
    display: block;
  }

  .services__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .services__right {
    width: 100%;
  }

  .services__flex2 .sf2__col {
    width: 48%;
  }

  .services__section2 {
    padding: 120px 0;
  }

  .table__img {
    margin-top: 60px;
  }

  .btn__type1.center {
    margin-top: 60px;
  }

  .services__section3 {
    padding: 120px 0;
  }

  .services__flex3 {
    display: block;
  }

  .services__flex3 .services__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .services__flex3 .services__right {
    width: 100%;
    padding: 0;
  }

  .services__flex3 .services__right img {
    margin: 0 auto;
  }

  .btn__type1 {
    margin: 50px auto 0;
  }

  .mv__area {
    margin-top: 120px;
  }

  .pickup__news {
    margin-top: 50px;
    border: none;
    padding: 0 15px;
    align-items: center;
  }

  .pickup__news .pn__3:after {
    display: none;
  }

  .pickup__news .pn__3:before {
    display: none;
  }

  .pickup__news .pn__3 {
    padding: 0;
    width: 100%;
  }

  .pickup__news .pn__2 {
    width: 100%;
  }

  .pickup__news .pn__1 {
    width: 100%;
  }

  .sppn__left {
    width: 130px;
    position: relative;
  }

  .sppn__left:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #343434;
  }

  .sppn__right {
    width: calc(100% - 140px);
  }

  .pickup__news .pn__3 {
    font-weight: 500;
  }

  .top__section2 {
    padding: 100px 0;
  }

  .top__section2 .flex {
    display: block;
  }

  .ts2__left {
    padding: 0;
    width: 100%;
  }

  .ts2__right {
    margin-top: 40px;
    width: 100%;
  }

  .ts2__right img {
    width: 624px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .slider-2 img {
    height: 42vw;
  }

  .top__section4 {
    padding: 100px 0;
  }

  .gif__box {
    height: 65vw;
  }

  .slider-3 .slick-prev,
  .slider-6 .slick-prev,
  .slider-7 .slick-prev,
  .slider-9 .slick-prev {
    width: 60px;
    height: 60px;
  }

  .slider-3 .slick-next,
  .slider-6 .slick-next,
  .slider-7 .slick-next,
  .slider-9 .slick-next {
    width: 60px;
    height: 60px;
    left: 75px;
  }

  .slider-3 .slick-dots,
  .slider-6 .slick-dots,
  .slider-7 .slick-dots,
  .slider-9 .slick-dots {
    left: 160px;
    width: 270px;
    bottom: 26px;
  }

  .slider-4 .slick-list {
    padding: 0 !important;
  }

  .slider-4 .slick-current .slider4__img {
    width: 90vw;
    height: 90vw;
  }

  .top__section5 {
    padding: 100px 0;
  }

  .slider-4 .slick-prev {
    width: 60px;
    height: 60px;
    left: 13vw;
    top: calc(80vw - 40px);
  }

  .slider-4 .slick-next {
    width: 60px;
    height: 60px;
    right: 13vw;
    top: calc(80vw - 40px);
  }

  .top__section6 {
    padding: 100px 0;
  }

  .slider-5 {
    margin-top: 50px;
  }

  /* .slider-5 a{
    height: 80vw!important;
  } */

  .csi__infoarea .cs__info {
    display: block;
  }

  .csi__infoarea .cs__info .csi__title {
    width: 100%;
  }

  .csi__infoarea .cs__info .csi__text.size1 {
    top: 0;
    width: 100%;
  }

  .csi__infoarea {
    padding: 0 20px;
  }

  .slider-5 a img {
    border-radius: 15px;
  }

  .fix__bottom {
    display: none !important;
  }

  .top__section7 {
    padding: 100px 0 52vw;
  }

  .top__section7 {
    font-size: 16px;
  }

  .top__section8 {
    padding: 100px 0 160px;
  }

  .partner__flex {
    display: block;
    margin-top: 50px;
  }

  .partner__flex .pf__left {
    width: 100%;
  }

  .partner__flex .pf__right {
    width: 100%;
    padding: 0;
  }

  .top__section8 h2.mt__plus {
    margin-top: 100px;
  }

  .slider-6 .slick-list {
    padding-right: 5vw;
  }

  .slider-6 a {
    margin-right: 20px;
  }

  .slider-6 a img {
    height: 53vw;
  }

  .partner__flex .pf__right p {
    margin-top: 18px;
  }

  .partner__flex.type2 .pf__right {
    padding: 0;
  }

  .atp__area .flex {
    padding: 0 40px;
  }

  .f-bg1 {
    background-image: url("img/f-bg1.png");
    background-size: cover;
    background-position: center;
  }

  .f-bg2 {
    background-image: url("img/f-bg2.png");
    background-size: cover;
    background-position: center;
  }

  .contact__area {
    background: inherit;
  }

  footer:before {
    background-size: cover;
  }

  .pf__left {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .pf__left img {
    width: 300px;
    display: block;
    margin:0 auto;
  }

  .pf__left p {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
  }

  .single__flex {
    display: block;
  }

  .single__left {
    width: 100%;
    padding: 0;
  }

  .single__right {
    width: 100%;
    padding: 0;
  }

  .page__title .single__right h3 {
    font-size: 20px;
  }

  .tax__flex {
    display: block;
  }

  .single__flex .tax__left,
  .tax__left {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .single__flex .tax__right,
  .tax__right {
    width: 100%;
    padding: 0;
  }

  .tax__left ul {
    display: flex;
    flex-wrap: wrap;
  }

  .tax__left ul li {
    margin-right: 15px;
  }

  .tax__left ul li a {
    font-size: 14px;
  }

  .left__text1 {
    margin-top: 20px;
  }

  .share__area {
    margin-top: 20px;
  }

  .share__text {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .plus__info {
    padding: 30px 20px;
  }

  .plus__info .pi__text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .plus__info .pi__text2 {
    font-size: 16px;
  }

  .plus__info a {
    font-size: 18px;
  }

  .recommend__title {
    margin-top: 80px;
  }

  .slider-7 .slick-next,
  .slider-9 .slick-next,
  .slider-6.single__ver .slick-next {
    right: 20px;
  }

  .slider-7 .slick-prev,
  .slider-9 .slick-prev,
  .slider-6.single__ver .slick-prev {
    right: 90px;
  }

  .slider-7 .slick-dots,
  .slider-9 .slick-dots,
  .slider-6.single__ver .slick-dots {
    width: 200px;
    right: 180px;
  }

  .slider-6.single__ver a .s6__title {
    font-size: 18px;
  }

  .plus__info a {
    word-break: break-all;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .news__archive.page__type a {
    padding: 25px 0;
    display: block;
  }

  .news__archive.page__type .ar__left {
    width: 100%;
  }

  .news__archive.page__type .ar__right {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }

  .news__archive.page__type .ar__text {
    font-size: 14px;
    margin-top: 20px;
  }

  .news__info .news__date {
    font-size: 12px;
    width: 100px;
  }

  .news__info .cate {
    font-size: 13px;
  }

  .news__archive a h3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .message__flex a .mf__text1 {
    margin-bottom: 5px;
  }

  .message__area.mb__space .title__type2 {
    font-size: 26px;
  }

  .message__area.mb__space {
    margin-bottom: 50px;
  }

  .case__archive .case__flex {
    display: block;
  }

  .case__archive .case__flex .case__left {
    width: 100%;
  }

  .case__archive .case__flex .case__right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .case__archive a h3 .en,
  .case__archive .case__flex .case__left p .en {
    font-size: 13px;
  }

  .case__archive .case__flex .case__left p {
    padding-left: 80px;
  }

  .case__archive h3 {
    padding-left: 80px;
    font-size: 30px;
    margin-top: 30px;
  }

  .case__archive a {
    margin-bottom: 80px;
  }

  .bottom__fix {
    display: flex !important;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  .bottom__fix a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-decoration: none;
    color: #292929;
    position: relative;
    cursor: pointer;
  }

  .bottom__fix a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
  }

  .bottom__fix .bar__img {
    width: 46px;
    display: block;
    margin-right: 20px;
  }

  .bottom__fix .book__img {
    width: 34px;
    display: block;
    margin-right: 20px;
  }

  .bottom__fix a p {
    font-size: 15px;
    margin: 0;
  }

  .nav__area.sp {
    width: 100%;
    border-radius: 0;
    padding: 140px 20px 50px;
    box-sizing: border-box;
    background: white;
  }

  .navsp__row1 {
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
  }

  .navsp__row1.last {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
  }

  .parent__btn {
    position: relative;
    margin: 0;
  }

  .parent__btn a {
    color: #292929;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
  }

  .navsp__link {
    color: #292929;
    text-decoration: none;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
  }

  .navsp__link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    background-image: url(img/arrow.png);
    background-size: contain;
  }

  .parent__btn a span,
  .navsp__link span {
    display: block;
    font-size: 33px;
  }

  .sp__child {
    margin-top: 25px;
    display: none;
  }

  .sp__child p {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .sp__child p a {
    color: #8a8a8a;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
  }

  .navsp__link2 {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .navsp__link2 a {
    color: #2a2a2a;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
  }

  .nav__rel {
    position: relative;
    margin: 100px 0 25px;
    font-size: 13px;
  }

  .nav__rel p {
    margin: 0;
  }

  .nav__copy {
    font-size: 12px;
    margin: 0;
  }

  .open__btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
  }

  .open__btn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2a2a2a;
    right: 0;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .open__btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2a2a2a;
    right: 0;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }

  .active .open__btn:after {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
  }

  .nav__logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 20;
  }

  .nav__logo img {
    width: 100px;
  }

  .ceo__text1 {
    font-size: 18px;
  }

  .ceo__right {
    width: calc(100% - 230px);
  }

  .ceo__right p {
    font-size: 18px;
  }

  .page__top {
    width: 36px;
  }

  .bread__area .wrap2 {
    padding-right: 70px;
  }

  .sp__scroll {
    overflow-x: scroll;
    padding-bottom: 5px;
    padding-right: 20px;
  }

  .sp__scroll img {
    min-width: 900px;
  }

  .information .slider-7 .slick-next,
  .information .slider-9 .slick-next {
    left: inherit;
  }

  .information .slider-7 .slick-dots,
  .information .slider-9 .slick-dots {
    left: inherit;
  }

  .event__date {
    width: 90px;
    padding: 14px 0;
  }

  .event__date .date__text1 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .event__date .date__text2 {
    font-size: 24px;
  }

  .evemt__right h3 {
    font-size: 18px;
    margin: 20px 0 16px;
    line-height: 1.5;
  }

  .slider-7 a .evemt__right {
    padding-left: 10px;
  }

  .slider-7 a .evemt__left {
    padding-right: 10px;
  }

  .er__row1 .er__1 {
    font-size: 14px;
  }

  .er__row1 .er__2 {
    font-size: 14px;
  }

  .evemt__right .er__text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .er__row2 .er__text3 {
    font-size: 14px;
    width: calc(100% - 55px);
  }

  .er__row2 .er__text2 {
    width: 45px;
  }

  .title__flex {
    display: block;
  }

  .title__flex h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  .title__flex p.title__sub {
    width: 100%;
  }

  p.title__sub {
    font-size: 16px;
    text-align: left;
  }

  p.title__sub br {
    display: none;
  }

  .column__flex a {
    width: 48%;
    margin: 0 0 20px !important;
  }

  .column__flex {
    justify-content: space-between !important;
  }

  .column__flex a img {
    height: 27vw;
  }

  .title__flex.type2 {
    padding-left: 0;
  }

  .title__flex.type2 h2 {
    width: 100%;
  }

  .title__flex.type2 p.title__sub {
    width: 100%;
    text-align: center;
  }

  .news__archive a .news__img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    margin-top: 25px;
    transform: translateY(0%);
  }

  .news__archive a:after {
    display: none;
  }

  .news__archive a {
    padding: 25px 0;
    display: block;
  }

  .slider-8 .slick-prev {
    width: 60px;
    left: 15%;
    bottom: 5px;
  }

  .slider-8 .slick-next {
    width: 60px;
    right: 15%;
    bottom: 5px;
  }

  .use__box {
    padding-left: 30px;
  }

  .pagenavi .wp-pagenavi a.previouspostslink {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .pagenavi .wp-pagenavi a.nextpostslink {
    width: 40px;
    height: 40px;
    margin-left: 20px;
  }

  .pagenavi .wp-pagenavi span,
  .pagenavi .wp-pagenavi a {
    width: 28px;
    height: 28px;
    margin: 0 5px;
    line-height: 28px;
    font-size: 13px;
  }

  .case__sp .en {
    margin: 0;
  }

  .case__sp .case__overview {
    font-size: 15px;
    margin: 5px 0 30px;
  }

  .case__sp .case__spec {
    font-size: 12px;
    margin: 0 0 5px;
    display: flex;
  }

  .case__sp .case__spec .case__spec-title {
    width: 84px;
    margin: 0;
  }

  .case__sp .case__spec .case__spec-value {
    width: calc(100% - 84px);
    margin: 0;
  }

  .case__sp {
    margin-bottom: 80px;
  }

  .case__box {
    margin-top: 100px;
    border-top: 1px solid #dbdbdb;
    padding-top: 50px;
  }

  /* Case Area Toggle Styles */
  .case__area {
    display: none; /* 初期状態は非表示 */
  }

  .case__area.open {
    display: block; /* 開いた状態は表示 */
  }

  .case__area.closed {
    display: none; /* 閉じた状態は非表示 */
  }

  .timeline-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .case__info {
    flex: none;
    padding-right: 0;
    width: 100%;
    height: auto;
    order: 1;
  }

  .timeline-content {
    flex: none !important;
    width: 100% !important;
    height: 300px !important;
    order: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .error__flex{
    display: block;
  }

  .error__left{
    width: 100%;
  }
  
  .error__right{
    width: 100%;
    margin-bottom: -100px;
  }
  
  .error__right img{
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    pointer-events: none;
  }

  .ar-pf__left .slider-10 img{
    height: 91vw;
  }

  .ar-partner__flex .btn__type1.center{
    margin-top: 80px;
  }

  .area__row .area__right{
    margin-top: 0;
  }

  .company__left2 h2 , .company__left h2{
    top: 0;
  }

  .tour__ver .tax__left{
    width: 100%;
  }

  .tour__ver .tax__right{
    width: 100%;
  }

  .tour .news__archive.page__type .ar__left{
    width: 100%;
  }


  .tour .news__archive.page__type .ar__right{
    width: 100%;
  }

  .tour .news__archive.page__type .ar__right img{
    height: 50vw;
  }

  .tour__img{
    height: 400px;
    margin-bottom: 120px;
  }



}
.sp2 {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp2 {
    display: block;
  }

  .pc2{
    display: none;
  }

  .ts7__area{
    padding:20px 20px 60px;
    background: #f8f8f8;
  }

  .services__section3 .btn__type1{
    display: block;
  }

  .page__title h3.small{
    font-size: 26px;
    margin-top: 10px;
  }

  .area .services__left h2 , .company__left2 h2{
    font-size: 22px;
  }

  .company__right .company__table .ct__left{
    padding:20px 0;
    width: 35%;
  }

  .message__flex.type2 a .mf__img{
    left: 15px;
    width: 75px;
  }

  .message__flex.type2 a{
    padding-left: 110px;
  }

  .company__right2 p{
    font-size: 14px;
  }

  .gmap iframe{
    height: 300px;
  }

  .company__flex2{
    margin-top: 90px;
  }

  .company__right .company__table .ct__right{
    width: calc(65% - 10px);
    padding:20px 0;
  }

  .company__right .company__table .ct__left p{
    font-size: 14px;
  }

  .company__right .company__table .ct__right p{
    font-size: 14px;
  }

  .company__left h2{
    font-size: 21px;
    margin-bottom: 30px;
  }

  .area .services__right p{
    font-size: 15px;
  }

  .area__row.first{
    margin-top: 80px;
  }

  .area__row{
    padding:60px 0;
  }

  .area__row .area__left h3{
    font-size: 28px;
  }

  .area__row .area__right p.area__text1{
    font-size: 18px;
  }

  .area__row .area__right .area__list{
    padding:30px 20px;
  }

  .area__row .area__right .area__list p{
    font-size: 15px;
  }





  .error__right img{
    width: 200px;
    top: -90px;
  }

  .timeline-title {
    font-size: 28px;
  }

  .year-display {
    font-size: 36px;
  }

  .timeline-number {
    font-size: 60px;
  }

  .timeline-text p {
    font-size: 13px;
  }

  .title__flex.type3 h2{
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .title__flex.type3 h3{
    font-size: 18px;
    padding-bottom: 10px;
  }

  .error__text2{
    font-size: 13px;
    margin-bottom: 60px;
  }


  .bread__area {
    font-size: 11px;
  }

  .close-button {
    top: 0%;
    right: 0;
    transform: translateY(0%);
  }

  footer:before {
    height: 12vw;
    top: -12vw;
    background-image: url(img/deco2-sp.png);
    background-size: cover;
  }

  footer {
    margin-top: 20vw;
    padding-top: 20px;
  }

  .wrap,
  .wrap2,
  .wrap3,
  .wrap4,
  .wrap5 {
    padding: 0 20px;
  }

  .page__title h3 {
    font-size: 34px;
  }

  .title__type1 {
    font-size: 19px;
  }

  .about__left p,
  .type2 .about__right p {
    font-size: 16px;
  }

  .about__flex {
    margin: 50px 0 80px;
  }

  .message__flex a {
    padding: 45px 25px;
  }

  .message__flex a:after {
    right: 15px !important;
  }

  .message__flex a .mf__text1 {
    font-size: 19px;
  }

  .message__flex a .mf__text2 {
    font-size: 15px;
    margin-top: 5px;
  }

  title__type2 {
    font-size: 22px;
  }

  .message__area {
    margin-top: 120px;
  }

  .atp__right p {
    font-size: 13px;
  }

  .faq__left p.faqleft__text1 {
    margin-top: 5px;
  }

  .faq__left p.faqleft__text2 {
    line-height: 1.8;
  }

  .qa__row p {
    padding: 0 50px;
    font-size: 14px;
  }

  .qa__row p.qa__q:before {
    left: 15px;
  }

  .qa__row p.qa__a:before {
    left: 15px;
  }

  .contact__col .cc__text {
    font-size: 15px;
  }

  .contact__col .cc__btn {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
  }

  .slider__area .slider-1 {
    padding: 0 10px;
  }

  .slider-1 .slick-prev {
    width: 40px;
    height: 40px;
    top: 38%;
  }

  .slider-1 .slick-next {
    width: 40px;
    height: 40px;
    top: 38%;
  }

  .slider__area .slider1__col p {
    font-size: 13px;
  }

  .footer__right2 p.fl2__text4 {
    font-size: 12px;
  }

  .services__left h2 {
    font-size: 19px;
  }

  .services__right p {
    font-size: 14px;
  }

  .services__flex2 {
    margin-top: 50px;
  }

  .services__flex2 .sf2__col .sf2__img {
    height: auto;
  }

  .services__flex2 .sf2__col {
    padding: 35px 10px;
    width: 100%;
  }

  .page__content1 {
    padding: 60px 0 90px;
  }

  .services__section2,
  .services__section3 {
    padding: 90px 0;
  }

  .left__space,
  .left__space2 {
    padding-left: 20px;
  }

  .table__img {
    margin-top: 40px;
  }

  .btn__type1.center {
    margin-top: 50px;
  }

  .services__flex3 h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .services__flex3 p {
    font-size: 15px;
  }

  .sf3__row {
    display: block;
  }

  .services__flex3 p.sf3__row__title {
    width: 100% !important;
    border-right: none;
    padding-bottom: 0;
  }

  .services__flex3 p.sf3__row__content {
    width: 100% !important;
    padding-top: 5px;
  }

  .services__flex3 p.table__small {
    font-size: 12px;
  }

  .title__type2 {
    font-size: 21px;
  }

  .btn__type1 {
    padding: 10px 25px;
    padding-left: 15px;
  }

  .pickup__news {
    margin-top: 35px;
  }

  .pickup__news .pn__1 {
    font-size: 20px;
  }

  .pickup__news .pn__2 {
    font-size: 14px;
  }

  .pickup__news .pn__3 {
    font-size: 15px;
  }

  .sppn__left {
    width: 100px;
    height: 100%;
  }

  .pickup__news .pn__1 {
    height: 100%;
  }

  .sppn__right {
    width: calc(100% - 100px);
  }

  .sppn__left:after {
    display: none;
  }

  .pickup__news {
    position: relative;
    padding: 0 10px;
  }

  .pickup__news::before {
    content: "";
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background: #343434;
  }

  .top__section2 {
    padding: 60px 0 100px;
  }

  .ts2__left p {
    font-size: 15px;
  }

  .btn__type1.size2 {
    margin-top: 30px;
    width: 100%;
    padding-left: 15px;
  }

  .top__section4 h3 {
    font-size: 20px;
  }

  .slider-3 .slick-prev,
  .slider-6 .slick-prev,
  .slider-7 .slick-prev,
  .slider-9 .slick-prev {
    width: 50px;
    height: 50px;
  }

  .slider-3 .slick-next,
  .slider-6 .slick-next,
  .slider-7 .slick-next,
  .slider-9 .slick-next {
    width: 50px;
    height: 50px;
    left: 65px;
  }

  .slider-3 {
    padding-bottom: 80px;
  }

  .slider-3 .slick-dots,
  .slider-6 .slick-dots,
  .slider-7 .slick-dots,
  .slider-9 .slick-dots {
    bottom: 20px;
    left: 135px;
    width: 180px;
  }

  .slider3__col p {
    font-size: 14px;
  }

  .top__section5 .ts5__text {
    font-size: 15px;
    text-align: left;
  }

  .top__section5 {
    overflow-x: hidden;
  }

  .slider4__img {
    width: 110vw !important;
    height: 110vw !important;
    margin-left: -5vw !important;
  }

  .slider-4 .slick-prev {
    left: 7vw;
    top: calc(100vw - 40px);
  }

  .slider-4 .slick-next {
    right: 7vw;
    top: calc(100vw - 40px);
  }

  .slider-4 .slick-current .slider4__img img {
    transform: scale(1) !important;
  }

  .top__section5 {
    padding: 100px 0 130px;
    min-height: auto;
  }

  .slider-4 ul {
    bottom: -40px;
  }

  .slider4__text {
    font-size: 19px;
  }

  .slider-5 a {
    margin-right: 15px;
  }

  .slider-5 .slick-list {
    padding-right: 5vw !important;
  }

  .csi__infoarea {
    padding: 0 10px;
  }

  .csi__infoarea .cs__info .csi__title {
    font-size: 11px;
  }

  .csi__infoarea .cs__info .csi__text.size1 {
    font-size: 19px;
  }

  .csi__infoarea .cs__info .csi__text {
    width: 100%;
  }

  .csi__infoarea {
    bottom: 0;
  }

  /* .slider-5 a{
    height: 90vw!important;
  } */

  .slider-5 a {
    height: calc(100vh - 280px) !important;
    margin-top: 40px;
  }

  .top__section6 h2 {
    margin-bottom: 0;
  }

  .ts7__text {
    font-size: 15px;
    text-align: left;
  }

  .ts7__text br {
    display: none;
  }

  .slider-6 {
    margin-top: 45px;
    padding-bottom: 80px;
  }

  .top__section8 {
    padding-bottom: 120px;
  }

  .footer__left1 a img {
    width: 130px;
  }

  .footer__row1 {
    padding-bottom: 70px;
  }

  .pf__left img {
    width: 200px;
    margin: 0 auto;
  }

  .pf__left p {
    font-size: 20px;
  }

  .page__title .single__right h3 {
    font-size: 18px;
    margin-top: 35px;
  }

  .sr__info {
    margin-top: 10px;
    padding: 0;
  }

  .page__title.single__type {
    padding-bottom: 13vw;
  }

  .tax__left ul li {
    margin-bottom: 5px;
  }

  .tax__left ul li a {
    padding-left: 12px;
    font-size: 13px;
  }

  .tax__left ul li a:before {
    width: 5px;
    height: 5px;
    top: 51%;
  }

  .left__text1 {
    font-size: 13px;
  }

  .share__text {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .news__content h2 {
    font-size: 20px;
    margin: 40px 0 20px;
  }

  .news__content p {
    font-size: 14px;
  }

  .news__content figcaption {
    font-size: 12px;
    margin-top: 2px;
  }

  .news__content figure {
    margin: 30px 0;
  }

  .news__content h2.border {
    margin-top: 60px;
    padding-top: 50px;
  }

  .plus__info .pi__text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .plus__info .pi__text2 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .plus__info a {
    font-size: 16px;
  }

  .recommend__title {
    font-size: 22px;
  }

  .slider-6.single__ver {
    margin-top: 20px;
  }

  .s8__flex .s8__text1 {
    font-size: 14px;
  }

  .s8__flex .s8__text2 {
    font-size: 13px;
  }

  .slider-7 .slick-prev,
  .slider-9 .slick-prev,
  .slider-6.single__ver .slick-prev {
    right: 80px;
  }

  .slider-7 .slick-dots,
  .slider-9 .slick-dots,
  .slider-6.single__ver .slick-dots {
    width: 160px;
    right: 155px;
  }

  .news__archive a h3 {
    font-size: 17px;
    margin-top: 8px;
  }

  .news__archive.page__type .ar__text {
    margin-top: 15px;
  }

  .message__area.mb__space .title__type2 {
    font-size: 21px;
  }

  .message__area {
    margin-top: 100px;
  }

  .message__area.mb__space {
    margin-bottom: 20px;
  }

  .case__archive a h3 .en,
  .case__archive .case__flex .case__left p .en {
    font-size: 12px;
  }

  .case__archive h3 {
    padding-left: 70px;
    font-size: 22px;
    margin-top: 20px;
  }

  .case__archive a h3 .en {
    top: 5px;
  }

  .case__archive .case__flex .case__left p {
    padding-left: 70px;
  }

  .case__archive .case__flex .case__right p {
    padding-left: 80px;
    font-size: 13px;
  }

  .news__archive.page__type .ar__right img {
    margin-top: 15px;
  }

  .case__archive .case__flex .case__right {
    margin-top: 20px;
  }

  .case__archive a {
    margin-bottom: 65px;
  }

  .nav__area.sp {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .parent__btn a {
    font-size: 14px;
  }

  .parent__btn a span,
  .navsp__link span {
    font-size: 30px;
  }

  .nav__copy {
    font-size: 11px;
  }

  .nav__rel {
    font-size: 12px;
  }

  .navsp__link2 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .navsp__row1 {
    padding: 12px 0;
  }

  .navsp__link {
    line-height: 1.4;
  }

  #close2 {
    top: 20px;
  }

  .nav__logo {
    top: 20px;
  }

  #close2 p {
    margin-top: 6px;
  }

  .type2 .about__right p.small {
    font-size: 12px;
    margin-top: 20px;
  }

  .ceo__text1 {
    font-size: 16px;
  }

  .ceo__left {
    width: 100px;
  }

  .ceo__right {
    width: calc(100% - 115px);
  }

  .ceo__right p {
    font-size: 14px;
  }

  .ceo__flex {
    margin-top: 70px;
  }

  .page__title h3.l2 {
    line-height: 1.3;
    margin-top: 10px;
  }

  .services__flex2 .sf2__col p {
    margin-top: 20px;
  }

  .services__flex2 .sf2__col img {
    max-width: 82%;
  }

  .news__content .wp-block-column figure {
    margin: 10px 0;
  }

  .tax__left ul li {
    margin-right: 14px;
  }

  .tax__left ul li a {
    font-size: 12px;
    padding-left: 8px;
  }

  .tax__left ul li:last-child {
    margin-right: 0;
  }

  .slider-7 .slick-list,
  .slider-9 .slick-list {
    padding-right: 0;
  }

  .slider-7 a {
    display: block !important;
  }

  .slider-7 a .evemt__left {
    width: 100%;
    padding: 0;
  }

  .slider-7 a .evemt__right {
    width: 100%;
    padding: 0;
  }

  .slider-7 a .evemt__left img {
    height: 50vw;
    min-height: auto;
  }

  .csi__infoarea .cs__info .csi__text {
    font-size: 12px;
  }

  .event__date {
    left: 25px;
    top: -35px;
    width: 80px;
  }

  .event__date .date__text1 {
    font-size: 16px;
  }

  .event__date .date__text2 {
    font-size: 20px;
  }

  .slider-7 a .evemt__right .er__row1 {
    margin-top: 10px;
  }

  .evemt__right h3 {
    margin: 15px 0;
  }

  .slider-7 {
    padding-bottom: 70px;
  }

  .journal__area {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .slider-8 {
    margin-top: 45px;
  }

  .slider-8 h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 30px;
  }

  .jol__text .jol__text1 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .jol__text .jol__text2 {
    font-size: 15px;
  }

  .slider-8 .slick-prev {
    left: 0;
  }

  .slider-8 .slick-next {
    right: 0;
  }

  .use__area {
    padding: 100px 0 0;
  }

  .news__area{
    padding-top: 100px;
  }

  .information h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .use__box {
    padding: 50px 0;
    padding-left: 20px;
    margin-top: 50px;
  }

  .use__title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .slider-9 a img {
    height: 48vw;
  }

  .s8__flex {
    margin-bottom: 10px;
  }

  .slider-9 a {
    margin-right: 20px;
  }

  .slider-9 a h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .slider-9 a .s9__text {
    font-size: 15px;
  }

  .slider-9 {
    padding-bottom: 70px;
  }

  .column__flex a .column__text {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }

  .column__flex {
    margin-top: 60px;
  }

  .slider-7 {
    margin-top: 40px;
  }

  .slider-2 img {
    margin: 0 5px;
    height: 44vw;
  }

  .link__position {
    top: -130px;
  }

  .left__space {
    overflow-x: hidden;
  }

  .case__section2 h3 {
    font-size: 32px;
  }

  .case__singleright p {
    font-size: 16px;
    margin-top: 30px;
  }

  .case__mainV {
    margin: 30px 0 0px;
  }

  .case__rowleft p {
    font-size: 15px;
  }

  .case__button {
    margin-top: 40px;
  }

  .case__gallery {
    margin-top: 60px;
  }

  .case__section2 {
    padding-bottom: 110px;
  }

  /* Timeline Responsive Design */
  .timeline-title {
    font-size: 32px;
  }

  .year-display {
    font-size: 40px;
  }

  .timeline-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .case__info {
    flex: none;
    padding-right: 0;
    width: 100%;
    height: auto;
  }

  .timeline-content {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline-text {
    max-width: 100%;
  }

  .timeline-dot {
    width: 12px;
    height: 12px;
  }

  .timeline-wrapper {
    height: 450px;
  }

  .case__info h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .case__sp .case__overview {
    font-size: 14px;
  }

  .timeline-content:after {
    width: 98vw;
    height: 98vw;
  }

  .close-button {
    width: 35px;
    height: 35px;
    top: 28px;
  }

  .case__singleflex {
    padding-right: 50px;
  }

  .close-button:before {
    width: 15px;
    height: 2px;
  }

  .close-button:after {
    width: 15px;
    height: 2px;
  }

  .timeline-dots {
    bottom: 93px;
  }

  .timeline-line,
  .timeline-progress {
    bottom: 100px;
  }

  .dot-year {
    font-size: 10px;
  }

  .privacy__right p, .privacy__right h3, .privacy__right ol{
    font-size: 15px;
  }

  .privacy__left h2{
    font-size: 20px;
  }

  .privacy__right ol{
    padding-left: 15px;
  }

  .privacy__right ol li{
    padding-left: 22px;
  }

  .privacy__right h3{
    margin:50px 0 20px;
  }

  .privacy__contact{
    padding-left: 15px;
  }

  .consulting__left h3, .consulting__flex2 .consulting__left2 h3{
    font-size: 21px;
  }

  .consulting__right p{
    font-size: 15px;
  }

  .consulting__flex2 .consulting__left2{
    margin-bottom: 30px;
  }

  .consulting__flex2 .consulting__right2 p{
    font-size: 16px;
  }

  .consulting__flex2 .consulting__right2 .cr__box{
    padding:30px 20px;
  }

  .consulting__flex2 .consulting__right2 .cr__box ul li{
    font-size: 16px;
  }

  .consulting__flex2 .consulting__right2 .cr__box ul li:before{
    top: 12px;
  }

  .consulting__center__text{
    font-size: 17px;
  }

  .area.flow .services__left h2{
    font-size: 20px;
  }

  .area__row.flow.first{
    margin-top: 110px;
  }

  .area__row .area__left h3, .flow .flow__num{
    font-size: 22px;
  }

  .flow .flow__text1{
    font-size: 16px;
  }

  .p-qa__q{
    padding:11px 40px;
    font-size: 16px;
  }

  .p-qa__q:before{
    right: 15px;
    width: 15px;
  }

  .p-qa__q:after{
    right: 15px;
    width: 15px;
  }

  .p-qa__q span{
    left: 13px;
  }

  .p-qa__a span{
    left: 13px;
    top: 15px;
  }

  .p-qa__a{
    padding:20px 40px;
    font-size: 14px;
  }

  .qa__page{
    margin-top: 45px;
  }

  .flow ul{
    /* margin-bottom: 45px; */
    margin: 0;
  }

  .partners__text{
    font-size: 15px;
  }

  .ar-pf__right h3{
    font-size: 26px;
  }

  .ar-pf__right .partner__text1{
    font-size: 15px;
  }

  .ar-pf__right .partner__text2{
    font-size: 13px;
  }

  .ar-pf__right .partner__text3{
    font-size: 20px;
  }

  .ar-pf__right .partner__text4{
    font-size: 15px;
  }

  .ar-pf__left .slider-10 img{
    height:90vw;
  }

  .ar-partner__flex{
    margin-bottom: 90px;
  }

  .slider-10 ul.slick-dots li{
    width: 8px;
    height: 8px;
    margin:0 8px;
  }

  .ar-partner__flex .btn__type1.center{
    margin-top: 60px;
  }

  .single__partners__left{
    display: block;
  }

  .single__partners__left img{
    width: 100%;
    margin-bottom: 20px;
  }

  .single__partners__left div{
    width: 100%;
    padding-left: 0;
  }

  .single__partners__left div h3{
    font-size: 20px;
  }

  .single__partners__left div h3 span{
    font-size: 14px;
  }

  .single__partners__text1{
    font-size: 13px;
  }

  .single__partners__text2{
    font-size: 14px;
  }

  .single__partners__text3{
    font-size: 20px;
    margin:140px 0 50px;
  }

  .single__partners__text4{
    font-size: 14px;
    text-align: left;
    margin-bottom: 80px;
  }

  .pa__gallery img{
    margin-bottom: 5px;
  }

  .link__area .wrap h4{
    font-size: 20px;
  }

  .link__area .wrap h4 span{
    font-size: 13px;
  }

  .link__area .wrap .next__text1{
    font-size: 13px;
  }

  .next__text2{
    font-size: 14px;
  }

  .single__partners__text3 span{
    padding:0 42px;
  }

  .single__partners__text3 span:before{
    width: 36px;
    height: 28px;
    top: -10px;
  }

  .single__partners__text3 span:after{
    width: 36px;
    height: 28px;
    bottom: -10px;
  }

  .top__section7{
    padding:60px 0 97vw;
  }

  .tax__left ul.tour__ver li a{
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tax__left ul.tour__ver li a:after{
    display: none;
  }

  .tax__left ul.tour__ver li{
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tour__date{
    margin-top: 25px;
  }

  .tour__date p{
    font-size: 14px;
    padding-left: 80px;
  }

  .tour__date p span{
    width: 80px;
  }

  .tour__text1{
    font-size: 20px;
  }

  .tour__text2{
    font-size: 15px;
    margin-bottom: 45px;
  }

  .tour__img{
    margin-bottom: 100px;
  }

  .btn__type1.center.tour__contact{
    margin-bottom: 0px;
    font-size: 14px;
    top: 0;
  }

  .tour__img{
    height: 418px;
  }

}

