@charset "UTF-8";

/*---------------------------
layout
---------------------------*/
/*---------_main.sass---------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #0F0F0F;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

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

/*---------共通---------*/
.editor a {
  text-decoration: underline;
}

.editor iframe {
  max-width: 100%;
  margin-top: 10px;
}

.wp-block-quote p {
  border-left: 1px solid #EBA26D;
  color: #EBA26D;
  padding: 0 0 7px 10px;
  font-size: 14px !important;

}

.wp-block-quote {
  margin: 40px 0;
}

.p-detail__contents>ul:not(.toc_list) {
  margin: 40px 0;
}

.p-detail__contents>ul:not(.toc_list) li {
  position: relative;
  padding-left: 1.8em;
  padding-bottom: 10px;
}

.p-detail__contents>ul:not(.toc_list) li:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #F48325;
}

.wp-block-image {
  max-width: 768px;
  border-radius: 16px;
  margin: 60px auto;
}

.wp-block-image img {
  width: 100%;
}

.wp-block-media-text {
  display: flex;
  margin-bottom: 80px;
}

.wp-block-media-text__media {
  max-width: 130px;
  width: 100%;
}

.wp-block-media-text__media img {
  width: 100%;
}

.wp-block-media-text__content {
  display: inline-block;
  position: relative;
  margin: 0 0 0 50px;
  padding: 40px !important;
  border-radius: 16px;
  border: 1px solid #F48325;
  border: 1px solid #F48325;
  flex: 1;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 40px;
}

.wp-block-media-text__content p {
  padding: 0 !important;
  margin: 0 !important;

}

.wp-block-media-text__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #F48325;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.wp-block-media-text__content::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  left: -8px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 2;
}

.wp-block-media-text__media img {
  width: 94px;
}

@media screen and (max-width: 768px) {
  .wp-block-media-text {
    display: flex !important;
  }

  .wp-block-media-text__media {
    max-width: 90px;
  }

  .wp-block-media-text__content {
    margin: 0 0 0 20px;
    padding: 14px !important;
  }

  .wp-block-media-text__content::before {
    top: 10px;
  }

  .wp-block-media-text__content::after {
    top: 11px;
  }
}

.editor__writer {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 35px 55px;
  margin-bottom: 45px;
}

.editor__writer-writer {
  font-size: 15px !important;
  margin-bottom: 25px !important;
  font-weight: bold !important;
}

.editor__writer-img {
  width: 152px;
}

.editor__writer-img img {
  width: 100%;
}

.editor__writer-contents {
  margin: 0 0 0 45px;
  flex: 1;
}

.editor__writer-name {
  margin-bottom: 20px !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .editor__writer {
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    border-radius: 0;
    padding: 35px;
  }

  .editor__writer-writer {
    text-align: center;
  }

  .editor__writer-img {
    width: 130px;
    margin: 0 auto 32px;
  }

  .editor__writer-contents {
    margin: 0 0 0 0;
  }

  .editor__writer-name {
    text-align: center;
  }
}

.wp-block-embed__wrapper {
  text-align: center;
  margin: 40px 0;
}

.wp-block-embed iframe {
  width: 100% !important;
}

.p-blog__category {
  margin-top: 190px;
}

.wp-block-table {
  margin-bottom: 45px;
}

.wp-block-table td {
  border: 2px solid #fff !important;
  padding: 40px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.wp-block-table tr:nth-child(2n) {
  background-color: #E9E9E9;
}

.wp-block-table tr:nth-child(1) {
  background-color: #BBF1CC;
}

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

  .wp-block-table table {
    overflow: scroll;
    width: 800px !important;
  }
}

/*---------_header.sass---------*/

.l-header .u-wrap__big {
  align-items: center;
  justify-content: space-between;
  margin: 10px auto 80px;
}

@media screen and (max-width: 768px) {
  .l-header .u-wrap__big {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__wrap {
    height: 60px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.l-hnav__area {
  justify-content: center;
  padding: 16px 0;
  align-items: center;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-hnav__area {
    justify-content: space-between;
    padding: 0;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 10;
    background-color: #fff;
  }
}

.l-hnav__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link {
    padding: 19px 0 19px;
  }
}

.l-hnav__logo-link img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link img {
    width: auto;
    height: auto;
    display: block;
  }
}

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

  .l-fnav__logo img,
  .l-fnav__logo source {
    width: auto;
    height: auto;
    display: block;
  }
}

.l-hnav__logotext {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-hnav__logotext {
    font-size: 1.5rem;
    line-height: 60px;
  }
}

.l-hnav {
  align-items: center;
  position: relative;
}

.l-hnav__list {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .l-hnav__list {
    margin: 0 28px;
    justify-content: space-between;
    padding: 0;
    position: relative;
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__area .l-hnav__list-item {
    width: 100%;
  }

  .l-hnav__list-item {
    width: 45%;
    padding: 12px 0px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
  }
}

.l-hnav__list-item-link {
  display: block;
  color: #0F0F0F;
  padding: 0 28px;
  font-size: 1.5rem;
  line-height: 45px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-link {
    line-height: 1;
    color: #fff;
    padding: 0;
  }
}

.l-hnav__list-item-link.active {
  color: #F48325;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-link.active {
    color: #fff;
  }
}

.l-hnav__list-item-btn {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn {
    position: absolute;
    top: 20px;
    right: 62px;
  }
}

.l-hnav__list-item-btn-link {
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 17px;
  background-color: #F48325;
  border-radius: 27px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-link {
    background-color: #fff;
    color: #F48325;
    font-size: 1.2rem;
    line-height: 26px;
  }
}

.l-hnav__list-item-btn-sp {
  margin-right: 40px;
}

.l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 17px;
  background-color: #F48325;
  border-radius: 27px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    font-size: 1.2rem;
    padding: 0px 10px;
    line-height: 26px;
  }
}

#l-hnav__menu-btn-check {
  display: none;
}

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

  /*メニュー*/
  .l-hnav__btn {
    margin-right: 60px;
  }

  .l-hnav__btn-link {
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    letter-spacing: unset;
  }

  .l-hnav__btn-link img {
    width: 30px;
  }

  .l-hnav__menu-btn {
    font-size: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    background-color: unset;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .l-hnav__menu-btn:hover {
    opacity: 0.8;
  }

  .l-hnav__menu-btn .l-hnav__menu-border,
  .l-hnav__menu-btn .l-hnav__menu-border:before,
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    content: "";
    display: block;
    height: 1.4px;
    width: 26px;
    background-color: #333;
    position: relative;
    transition: 0.5s;
    z-index: 15;
  }

  .pt02 .l-hnav__menu-btn .l-hnav__menu-border,
  .pt02 .l-hnav__menu-btn .l-hnav__menu-border:before,
  .pt02 .l-hnav__menu-btn .l-hnav__menu-border:after {
    background: #fff;
  }

  .l-hnav__menu-btn .l-hnav__menu-border:before {
    bottom: 7.6px;
  }

  .l-hnav__menu-btn .l-hnav__menu-border:after {
    top: 7.6px;
    width: 15px;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border {
    background: rgba(0, 0, 0, 0);
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border::before {
    bottom: 0px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border::after {
    width: 26px;
    top: -2px;
    transform: rotate(-45deg);
    background-color: #fff;
  }

  #l-hnav__menu-btn-check {
    display: none;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav {
    right: 0;
    /*メニューを画面内へ*/
    transition: 0.5s;
  }

  .l-hnav {
    position: fixed;
    top: 0;
    right: -3000px;
    width: 80%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgba(69, 119, 255, 0.97);
    z-index: 1;
  }

  .h_nav.active {
    right: 60%;
  }
}

/*---------_footer.sass---------*/
/*---------l-mv---------*/
.l-mv__area {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .l-mv__area {
    padding: 80px 0 50px;
  }
}

.l-mv__ttl-area {
  margin-bottom: 48px !important;
}

.l-mv__ttl {
  color: #F48325;
  font-size: 8.4rem;
  font-weight: 600;
  line-height: 1.488;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .l-mv__ttl {
    font-size: 4.8rem;
    line-height: 1.166;
    margin-bottom: 14px;
  }
}

.l-mv__ttl-sub {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.488;
}

@media screen and (max-width: 768px) {
  .l-mv__ttl-sub {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.l-mv__news-wrap {
  margin: 0 0 24px auto;
}

@media screen and (max-width: 768px) {
  .l-mv__news-wrap {
    margin: 0 0 24px auto;
    width: 100%;
    overflow-x: scroll;
  }
}

.l-mv__news {
  padding: 8px 30px;
  border-radius: 23px;
  background-color: #F5F4F4;
  width: fit-content;
  margin: 0 0 20px auto;
}

@media screen and (max-width: 768px) {
  .l-mv__news {
    margin-bottom: 5px;
    overflow-x: scroll;
    padding: 8px 30px;
    border-radius: 23px;
    background-color: #F5F4F4;
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.l-mv__news-new {
  color: #F48325;
  font-size: 1.2rem;
  margin-right: 30px;
}

.l-mv__news-cate {
  font-size: 1.2rem;
}

.l-mv__news-date {
  font-size: 1.2rem;
  margin-right: 26px;
}

.l-mv__news-text {
  font-size: 1.2rem;
}

.l-mv__area-img {
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-mv__area-img {
    border-radius: 16px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
}


/*---------l-mv02---------*/
.pt02 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 555;
  width: 100%;
}

.l-mv__area02 {
  position: relative;
}

.l-mv__area02::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}

.pt02 .l-hnav__list-item-link {
  color: #fff;
}

.l-mv__ttl-area02 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 44;
}

.l-mv__ttl02 {
  color: #fff;
  font-size: 8.4rem;
  font-weight: 600;
  line-height: 1.488;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .l-mv__ttl02 {
    font-size: 4.8rem;
    line-height: 1.166;
    margin-bottom: 14px;
  }
}

.l-mv__ttl-sub02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.488;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-mv__ttl-sub {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.l-mv__news-wrap02 {
  margin: 20px 5% 24px auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-mv__news-wrap02 {
    margin: 10px 0 24px auto;
    width: 100%;
    overflow-x: scroll;
  }
}

.l-mv__news {
  padding: 8px 30px;
  border-radius: 23px;
  background-color: #F5F4F4;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-mv__news {
    margin-bottom: 10px;
    overflow-x: scroll;
    padding: 8px 30px;
    border-radius: 23px;
    background-color: #F5F4F4;
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.l-mv__news-new {
  color: #F48325;
  font-size: 1.2rem;
  margin-right: 30px;
}

.l-mv__news-cate {
  font-size: 1.2rem;
}

.l-mv__news-date {
  font-size: 1.2rem;
  margin-right: 26px;
}

.l-mv__news-text {
  font-size: 1.2rem;
}

/*---------_footer.sass---------*/
.l-footer {
  padding: 160px 0 92px;
  background: linear-gradient(to bottom, #F48325, #3154B2);
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 90px 0 35px;
  }
}

.l-footer__contact-section {
  justify-content: space-between;
  padding-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-section {
    padding-bottom: 67px;
  }
}

.l-footer__contact-box {
  width: calc((100% - 64px) / 3);
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box {
    width: 100%;
  }
}

.l-footer__contact-box01 .l-footer__contact-box-ttl {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}

.l-footer__contact-box01 .c-text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box01 {
    margin-bottom: 30px;
  }

  .l-footer__contact-box01 .l-footer__contact-box-ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 27px;
  }

  .l-footer__contact-box01 .c-text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
  }
}

.l-footer__contact-box02 {
  border-radius: 12px;
  background-color: #fff;
  padding: 54px 0 37px;
  text-align: center;
  position: relative;
  display: block;
}

.l-footer__contact-box02 .l-footer__contact-box-ttl-small {
  color: #F48325;
}

.l-footer__contact-box02 .l-footer__contact-box-ttl {
  color: #F48325;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box02 {
    padding: 42px 0 22px;
    border-radius: 6px;
    margin-bottom: 8px;
  }
}

.l-footer__contact-box-arrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box-arrow {
    right: 8px;
    bottom: 9px;
  }
}

.l-footer__contact-box03 {
  border-radius: 12px;
  background-color: #fff;
  padding: 54px 0 37px;
  text-align: center;
  position: relative;
}

.l-footer__contact-box03 .l-footer__contact-box-ttl-small {
  color: #3155B5;
}

.l-footer__contact-box03 .l-footer__contact-box-ttl {
  color: #3155B5;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box03 {
    padding: 42px 0 21px;
    border-radius: 6px;
  }
}

.l-footer__contact-box-ttl-small {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 23px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box-ttl-small {
    margin-bottom: 0px;
  }
}

.l-footer__contact-box-ttl {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box-ttl {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}

.l-footer__contact-box-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-box-text {
    font-size: 1.2rem;
  }
}

.l-fnav {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .l-fnav {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .l-fnav__logo {
    margin-bottom: 30px;
    width: 100%;
  }
}

.l-fnav__list {
  justify-content: center;
  gap: 54px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list {
    gap: 19px 60px;
    justify-content: flex-start;
    width: 210px;
  }
}

.l-fnav__list-item-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item-link {
    min-width: 60px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-fnav__list-bottom {
    padding-bottom: 31px;
  }
}

.l-footer__copy {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-right: 0;
    margin-top: 0;
  }
}

.l-fnav__list-bottom-link {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 50px;
  color: #fff;
}

.footer-fix {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 20px 0;
}

.footer-fix__flex {
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.footer-fix__btn,
.footer-fix__btn02 {
  display: block;
  width: 40%;
  padding: 10px;
  border-radius: 27px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer-fix__flex {
    gap: 2%;
  }

  .footer-fix__btn,
  .footer-fix__btn02 {
    width: 49%;
  }
}

/*---------_breadcrumb.sass---------*/
.l-breadcrumb {
  padding-top: 60px;
  margin-bottom: 102px;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb {
    margin-bottom: 56px;
  }
}

.l-breadcrumb__list {
  width: fit-content;
  justify-content: flex-start;
  gap: 24px;
}

.l-breadcrumb__item {
  color: #BABABA;
  font-size: 1.2rem;
  font-weight: bold;
}

.l-breadcrumb__item-link {
  color: #F48325;
}

/*---------------------------
object-utility
---------------------------*/
.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

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

.u-prompt {
  font-family: "Prompt", sans-serif;
}

.u-inter {
  font-family: "Inter", sans-serif;
}

.u-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

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

  .u-wrap_n {
    max-width: 90%;
    margin: 0 auto;
  }
}

.u-wrap__big {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .u-wrap__big {
    max-width: 90%;
  }
}

.u-wrap__detail {
  max-width: 1000px;
  margin: 0 auto;
}

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

.u-flex_n {
  display: flex;
  flex-wrap: wrap;
}

.u-pc {
  display: block;
}

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

  .u-flex_n {
    display: block;
  }

  .u-wrap__detail {
    max-width: 90%;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-po-re {
  position: relative;
}

.u-jcc {
  justify-content: center;
}

.u-aic {
  align-items: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

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

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-text__tiny {
  font-size: 1.2rem;
}

.u-color__black {
  color: #000;
}

.u-text__required {
  color: #FF0000;
  margin-left: 20px;
}

.arrow-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

/*---------------------------
object-component
---------------------------*/
.c-ttl__area {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-ttl__area {
    margin-bottom: 45px;
  }
}

.c-ttl {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
}

.c-ttl__sub {
  color: #F48325;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-ttl__sub {
    font-size: 1.4rem;
  }
}

.c-container {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
  .c-container {
    padding: 50px 0;
  }
}

.c-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


.c-link {
  text-decoration: underline;
}

.p-contact__section01 .c-btn__link {
  padding: 8px 0 8px 63px;
  background-color: #F5F4F4;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
  text-align: left;
}

.p-contact__section01 .c-btn__link::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-right: 12px;
  position: absolute;
  top: 8px;
  left: 9px;
}

.c-btn__link {
  padding: 8px 45px 8px 8px;
  background-color: #F5F4F4;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
}

.c-btn__link::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-right: 12px;
}

.submit-btn {
  padding: 15px 80px 15px 24px;
  background-color: #F48325;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
  border: 0;
  color: #fff;
  position: relative;
}

.go-back-btn {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  margin-left: 20px;
}

.submit-btn::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 86px;
}

.c-btn__sub-link {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  align-items: center;
}

.c-btn__sub-link::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.c-under__ttl-area {
  margin-bottom: 94px;
}

@media screen and (max-width: 768px) {
  .c-under__ttl-area {
    margin-bottom: 74px;
  }
}

.c-under__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-under__ttl {
    font-size: 1.8rem;
  }
}

.c-under__ttl-en {
  color: #F48325;
  font-size: 8.4rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-under__ttl-en {
    font-size: 4.4rem;
  }
}

.c-pagenavi {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 111px;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 56px;
  }
}

.c-pagenavi__item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  box-sizing: content-box;
}

.c-pagenavi__item-link {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #FDF1E8;
  border-radius: 50%;
  color: #F48325;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.current {
  background-color: #F48325;
  color: #fff;
  border-radius: 50%;
}

.c-pagenavi__prev,
.c-pagenavi__next {
  border: solid 1px #F48325;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.c-pagenavi__prev .c-pagenavi__item-link,
.c-pagenavi__next .c-pagenavi__item-link {
  background-color: #fff;
}

.c-pagenavi__prev {
  margin-right: 36px;
}

.c-pagenavi__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F48325;
  border-right: 2px solid #F48325;
  display: block;
}

.c-pagenavi__next {
  margin-left: 36px;
}

.c-pagenavi__next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F48325;
  border-right: 2px solid #F48325;
  display: block;
}

/*---------under.sass---------*/
.c-col__wrap {
  position: relative;
}

.c-col__side {
  width: 25.6%;
}

@media screen and (max-width: 768px) {
  .c-col__side {
    margin-bottom: 55px;
  }
}

.c-col__side-contents {
  width: fit-content;
}

.c-col__side-contents-item {
  margin-bottom: 18px;
}

.c-col__side-contents-item:last-child {
  margin-bottom: 0;
}

.c-col__side-contents-link {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.c-col__side-contents-link::after,
.c-under__toc-link::after,
.p-about__strength .c-col__side-contents-link::after {
  content: "\f063";
  font-family: 'Font Awesome 6 Free';
  background-size: 100% 100%;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
}

.no-arrow.c-col__side-contents-link::after {
  content: "";
}

.c-col__side-contents-item .c-col__side-contents-link.c-col__side-active {
  color: #F48325;
}

.c-col__main {
  width: 74.4%;
}

@media screen and (max-width: 768px) {
  .c-col__main {
    width: 100%;
  }

  .c-col__side-contents {
    display: none;
  }
}

.c-under__wrap .c-ttl__area {
  margin-bottom: 82px;
}

.c-under__wrap .c-ttl {
  font-size: 5.6rem;
  margin-bottom: 5px;
}

.c-under__wrap .c-container {
  padding: 194px 0;
}

@media screen and (max-width: 768px) {
  .c-under__wrap .c-ttl__area {
    margin-bottom: 56px;
  }

  .c-under__wrap .c-ttl {
    font-size: 4rem;
    margin-bottom: 5px;
  }

  .c-under__wrap .c-container {
    padding: 100px 0;
  }
}

.c-under__mv {
  margin: 0 auto 100px;
  overflow: hidden;
  border-radius: 32px;
}

@media screen and (max-width: 768px) {
  .c-under__mv {
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
    border-radius: 16px;
  }
}

.c-under__toc-top {
  gap: 48px;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .c-under__toc-top {
    display: none;
  }
}

.c-under__toc-link {
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #F48325;
}

.c-col__side-contents-link::after {
  margin-left: 18px;
}

.c-catch {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-catch {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

/*---------------------------
object-project
---------------------------*/
/*---------_top.sass---------*/
.p-top__about-section {
  justify-content: space-between;
}

.p-top__about-section .c-ttl__area {
  width: 26.666667%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-top__about-section .c-ttl__area {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-top__contents {
  width: 63.666667%;
  margin-top: 90px;
}

.p-top__contents .c-text {
  margin-bottom: 25px;
}

.p-top__contents .c-btn {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-top__contents {
    width: 100%;
    margin-top: 53px;
  }

  .p-top__contents .c-text {
    margin-bottom: 24px;
  }

  .p-top__contents .c-btn {
    margin-top: 40px;
  }
}

.p-top__heading {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 1.46666667;
}

@media screen and (max-width: 768px) {
  .p-top__heading {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 33px;
  }
}

.p-top__event-section-container {
  margin: -147px auto 0;
  z-index: 5;
  position: relative;
  background: linear-gradient(to bottom, #F48325, #3154B2);
  max-width: 1028px;
  border-radius: 16px;
  padding: 80px 21px 75px 85px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-container {
    margin: -60px auto 0;
    max-width: 90%;
    border-radius: 16px;
    padding: 44px 38px;
  }
}

.p-top__event-section-contents-img {
  width: 31%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-contents-img {
    width: 100%;
  }
}

.p-top__event-section-contents-img-arrow {
  position: absolute;
  bottom: 9px;
  right: 13px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-contents-img-arrow {
    bottom: 7px;
    right: 7px;
  }
}

.p-top__event-section-contents {
  width: 65.5%;
  padding: 29px 0 0;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-contents {
    width: 100%;
    padding: 25px 0 0;
  }
}

.p-top__event-section-contents-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}

.p-top__event-section-contents-list {
  justify-content: space-between;
  margin-top: 26px;
  letter-spacing: 0.05em;
}

.p-top__event-section-contents-list-item {
  width: calc((100% - 32px) / 2);
  border-bottom: solid 1px #fff;
  align-items: center;
  padding-bottom: 6px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-top__event-section-contents-list-item {
    width: 100%;
  }
}

.p-top__event-section-contents-list-item-heading {
  width: 27%;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top__event-section-contents-list-item-text {
  width: 73%;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top__strength-box {
  margin-bottom: 176px;
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box {
    margin-bottom: 56px;
  }
}

.p-top__strength-box:nth-child(even) {
  justify-content: flex-end;
}

.p-top__strength-box:nth-child(even) .p-top__strength-box-img {
  margin-right: 0;
  margin-left: 11.1%;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box:nth-child(even) .p-top__strength-box-img {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.p-top__strength-box-img {
  width: 48.7%;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 11.1%;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box-img {
    width: 100%;
    margin-right: 0;
  }
}

.p-top__strength-box-contents {
  width: 35.65%;
  margin-top: 23px;
}

.p-top__strength-box-contents .c-text {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box-contents {
    width: 100%;
    margin-top: 32px;
  }

  .p-top__strength-box-contents .c-text {
    margin-bottom: 40px;
  }
}

.p-top__strength-box-ttl-en {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: 500;
  color: #F48325;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box-ttl-en {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 16px;
  }
}

.p-top__strength-box-ttl {
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-top__strength-box-ttl {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}

.p-top__member-section,
.p-top__yoko-section {
  background-color: #FDF1E8;
  padding: 232px 0;
}

.p-top__member-section .c-btn__sub,
.p-top__yoko-section .c-btn__sub {
  width: fit-content;
  margin: 80px auto 0;
}

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

  .p-top__member-section,
  .p-top__yoko-section {
    padding: 100px 0;
  }
}

.p-top__member-box,
.p-top__yoko-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

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

  .p-top__member-box,
  .p-top__yoko-boxwrap {
    width: 100% !important;
    margin-bottom: 32px;
  }
}

.p-top__member-box::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}

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

  .p-top__member-box:last-child,
  .p-top__member-yoko:last-child {
    margin-bottom: 0px;
  }
}

.p-top__member-contents {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: calc(100% - 64px);
  color: #fff;
}

.p-top__yoko-contents {
  margin-top: 20px;
}

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

  .p-top__member-contents,
  .p-top__yoko-contents {
    width: calc(100% - 56px);
  }

  .p-top__yoko-contents {
    margin-top: 10px;
  }
}

.p-top__member-contents-en {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 18px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  .p-top__member-contents-en {
    font-size: 2rem;
    margin-bottom: 9px;
  }
}

.p-top__member-contents-name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  .p-top__member-contents-name {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1px;
  }
}

.p-top__member-contents-position {
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  .p-top__member-contents-position {
    font-size: 1.4rem;
  }
}

.p-top__member-arrow {
  position: absolute;
  bottom: 26px;
  right: 32px;
}

@media screen and (max-width: 768px) {
  .p-top__member-arrow {
    bottom: 26px;
    right: 26px;
  }
}

/* 横並びセクション開始 */
.p-top__member-contents {
  margin-top: 15px;
}

.p-top__yoko-contents-title {
  font-size: 2.0rem;
  font-weight: bold;
}

.p-top__yoko-contents-text {
  font-size: 1.6rem;
}

/* 横並びセクション終了 */
.p-top__case-section {
  position: relative;
  padding-bottom: 300px;
}

@media screen and (max-width: 768px) {
  .p-top__case-section {
    padding-bottom: 100px;
  }
}

.p-top__case-box {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-top__case-box {
    margin-bottom: 33px;
  }
}

.p-top__case-box-img {
  margin-bottom: 42px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top__case-box-img {
    margin-bottom: 24px;
  }
}

.p-top__case-box-arrow {
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .p-top__case-box-arrow {
    bottom: 11px;
    right: 12px;
  }
}

.p-top__case-box-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-top__case-box-ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.p-top__case-box-cate {
  font-size: 1.2rem;
  font-weight: 500;
  color: #F48325;
  letter-spacing: 0.05em;
}

.p-top__case-section .c-btn__sub {
  position: absolute;
  bottom: 213px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-top__case-section .c-btn__sub {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 44px auto 0;
    width: fit-content;
  }
}

.splide.second {
  margin-right: calc(50% - 50vw);
}

.splide.second .splide__arrow {
  top: auto;
  bottom: -103px;
  left: 980px;
}

.splide.second .splide__arrow--prev {
  left: 980px;
  background: unset;
  opacity: 1;
}

.splide.second .splide__arrow--prev svg,
.splide.second .splide__arrow--next svg {
  display: none;
}

.splide.second .splide__arrow--prev::after {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: bold;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
}

.splide.second .splide__arrow--next {
  left: 1060px;
  background: unset;
  opacity: 1;
}

.splide.second .splide__arrow--next::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  font-size: 18px;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
}

.splide.second .splide__arrow--prev:hover,
.splide.second .splide__arrow--next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .splide.second {
    margin-right: auto;
  }
}

.splide.second .splide__pagination {
  display: block;
  width: 100%;
  max-width: 900px;
  bottom: -80px;
}

.splide__pagination li {
  height: fit-content;
}

.splide__pagination__page {
  background-color: #DEDEDE;
  height: 4px;
  border-radius: unset;
  width: 100%;
}

.splide__pagination__page.is-active {
  background-color: #4577FB;
  width: 100%;
  transform: unset;
}

.p-top__blog-section {
  padding-bottom: 250px;
  background-color: #FDF1E8;
}

.p-top__blog-section .c-btn__sub {
  margin: 0 auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .p-top__blog-section {
    padding-bottom: 80px;
  }
}

.p-top__blog-box {
  padding-bottom: 80px;
  margin-bottom: 80px;
  align-items: center;
  border-bottom: solid 1px #EBEBEB;
}

.p-top__blog-box .c-btn__sub {
  margin: 0 auto;
  width: unset;
}

@media screen and (max-width: 768px) {
  .p-top__blog-box {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.p-top__blog-box:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-top__blog-box:last-child {
    margin-bottom: 43px;
  }
}

.p-top__blog-box-img {
  width: 31.6%;
  margin-right: 70px;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top__blog-box-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
  }
}

.p-top__blog-contents {
  flex: 1;
  position: relative;
}

.p-top__blog-contents .p-top__case-box-cate {
  margin-bottom: 34px;
}

.p-top__blog-contents .c-btn__sub-link {
  justify-content: flex-end;
}

.p-top__blog-contents .c-text {
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .p-top__blog-contents .p-top__case-box-cate {
    margin-bottom: 9px;
  }

  .p-top__blog-contents .c-text {
    display: none;
  }
}

.p-top__blog-content-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-top__blog-content-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
}

.p-top__case-box-cate {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .p-top__case-box-cate {
    margin-bottom: 7px;
  }
}

.p-top__news-section .c-btn__sub {
  width: fit-content;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .p-top__news-section {
    padding: 65px 0 94px;
  }
}

.p-top__news-list {
  width: 100%;
}

.p-top__news-item {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 19px;
  border-bottom: solid 1px #EBEBEB;
}

@media screen and (max-width: 768px) {
  .p-top__news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

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

.p-top__news-contents {
  flex: 1;
}

.p-top__news-cate {
  font-size: 1.4rem;
  color: #F48325;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p-top__news-cate {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.p-top__news-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-top__news-arrow {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-top__news-arrow {
    display: none;
  }
}

/*---------------------------
top-company
---------------------------*/

.p-top__company-section .c-btn__sub {
  width: fit-content;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .p-top__company-section {
    padding: 65px 0 94px;
  }
}

.p-top__company-list {
  width: 100%;
}

.p-top__news-item {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 19px;
  border-bottom: solid 1px #EBEBEB;
}

@media screen and (max-width: 768px) {
  .p-top__news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

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

.p-top__news-contents {
  flex: 1;
}

.p-top__news-cate {
  font-size: 1.4rem;
  color: #F48325;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p-top__news-cate {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.p-top__news-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-top__news-arrow {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-top__news-arrow {
    display: none;
  }
}

/*---------------------------
blog,Case study
---------------------------*/
div#toc_container {
  border: none !important;
}

#toc_container {
  border-radius: 16px;
  padding: 0 !important;
  overflow: hidden;
  border: unset;
}

#toc_container p.toc_title {
  background-color: #F48325;
  padding: 5px 20px !important;
  border-radius: 16px 16px 0 0;
  color: #0F0F0F;
}

#toc_container p.toc_title a {
  color: #0F0F0F !important;
}

#toc_container p.toc_title+ul.toc_list {
  padding: 19px 24px 26px;
  margin-top: 0 !important;
}

.p-archive__section {
  padding-bottom: 232px;
}

@media screen and (max-width: 768px) {
  .p-archive__section {
    padding-bottom: 100px;
  }
}

.p-archive__sort {
  margin-bottom: 76px;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .p-archive__sort {
    margin-bottom: 40px;
    gap: 16px;
    /*max-width: 300px;*/
  }
}

.p-archive__sort-box {
  align-items: center;
  width: fit-content;
  gap: 22px;
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .p-archive__sort-box {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-archive__sort-box-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-archive__sort-box-select {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 13px 8px 14px 21px;
  border-radius: 28px;
  border: unset;
  background-color: #F5F4F4;
  width: 210px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.p-archive__sort-box-selectbox {
  position: relative;
}

.p-archive__sort-box-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.p-archive__sort-box select::before {
  content: "\f063";
  font-family: 'Font Awesome 6 Free';
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: 8px;
  line-height: 32px;
  top: 13px;
  font-size: 18px;
}

.p-archive__contents {
  gap: 64px 32px;
}

@media screen and (max-width: 768px) {
  .p-archive__contents {
    gap: 32px 0;
  }
}

.p-archive__box {
  width: calc((100% - 64px) / 3);
}

@media screen and (max-width: 768px) {
  .p-archive__box {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: solid 1px #D3D3D3;
  }
}

.p-archive__box-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-archive__box-img {
    margin-bottom: 18px;
  }
}

.p-archive__box-cate {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  color: #F48325;
}

@media screen and (max-width: 768px) {
  .p-archive__box-cate {
    margin-bottom: 9px;
  }
}

.p-archive__box-ttl {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-archive__box-ttl {
    font-size: 1.6rem;
  }
}

/*---------------------------
detail
---------------------------*/
.p-detail__section {
  padding: 0 0 198px;
}

@media screen and (max-width: 768px) {
  .p-detail__section {
    padding: 0 0 89px;
  }
}

.p-detail__contents-type {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 52px;
  color: #F48325;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-type {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 26px;
  }
}

.p-detail__contents-cate {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #F48325;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-cate {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #F48325;
    margin-bottom: 17px;
  }
}

.p-detail__contents-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 31px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 27px;
  }
}

.p-detail__contents-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 83px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 57px;
  }
}

.p-detail__contents {
  width: 100%;
  margin: 0 auto;
}

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

.p-detail__contents h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  color: #F48325;
  padding-bottom: 28px;
  margin-bottom: 37px;
  border-bottom: solid 1px #E3E3E3;
  position: relative;
}

.p-detail__contents h1:after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background-color: #F48325;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-detail__contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #F48325;
  padding-bottom: 23px;
  margin-bottom: 24px;
  position: relative;
}

.p-detail__contents h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #F48325;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-detail__contents h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  color: #F48325;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}

.p-detail__contents h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #F48325;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.p-detail__contents h3::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #FDF1E8;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  -webkit-transform: translateY(calc(-50% + 3px));
  -ms-transform: translateY(calc(-50% + 3px));
  left: 6px;
}

.p-detail__contents h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 14px;
}

.p-detail__contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.p-detail__contents img {
  border-radius: 16px;
  overflow: hidden;
}

.p-detail__contents cite {
  padding-left: 11px;
  border-left: solid 2px #C5C5C5;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #F48325;
  font-style: normal;
}

.p-detail__contents .wp-block-button__link {
  box-shadow: none;
  text-decoration: none;
  color: #0F0F0F;
  padding: 8px 45px 8px 8px;
  background-color: #F5F4F4;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
}

.p-detail__contents .wp-block-button__link::before {
  content: "";
  background-image: url(../img/icon/arrow01.png);
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #F48325;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: solid 1px #E3E3E3;
    position: relative;
  }

  .p-detail__contents h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background-color: #F48325;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-detail__contents h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #F48325;
    padding-bottom: 23px;
    margin-bottom: 32px;
    position: relative;
  }

  .p-detail__contents h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #F48325;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-detail__contents h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #F48325;
    padding-left: 20px;
    margin-bottom: 19px;
    position: relative;
  }

  .p-detail__contents h3::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #F48325;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }

  .p-detail__contents h3::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #FDF1E8;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 3px));
    -webkit-transform: translateY(calc(-50% + 3px));
    -ms-transform: translateY(calc(-50% + 3px));
    left: 6px;
  }

  .p-detail__contents h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 23px;
  }

  .p-detail__contents p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .p-detail__contents img {
    border-radius: 8px;
    overflow: hidden;
  }

  .p-detail__contents cite {
    padding-left: 11px;
    border-left: solid 1px #F48325;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #F48325;
  }

  .p-detail__contents .wp-block-button__link {
    box-shadow: none;
    text-decoration: none;
    color: #0F0F0F;
    padding: 8px 45px 8px 8px;
    background-color: #F5F4F4;
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    border-radius: 28px;
    font-size: 1.5rem;
  }

  .p-detail__contents .wp-block-button__link::before {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    background-size: 100% 100%;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}

.p-detai__share-list {
  padding: 112px 0;
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-detai__share-list {
    padding: 24px 0 67px;
    width: 100%;
  }

  .p-detail__section .p-detai__share-list {
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    border-radius: 0;
  }
}

.p-detai__share-item a {
  position: relative;
  padding: 0 10px;
  text-align: center;
  display: block;
  width: 177px;
  height: 44px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 44px;
  font-weight: bold;
  align-items: center;
}

.p-detai__share-item a::before {
  content: "";
  background-image: url(../img/icon/icon-facebook.png);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10px;
}

@media screen and (max-width: 768px) {
  .p-detai__share-item {
    width: 33.3333333333%;
  }

  .p-detai__share-item a {
    position: relative;
    padding: 0 10px;
    text-align: center;
    display: block;
    height: 44px;
    color: #fff;
    font-size: 1rem;
    line-height: 44px;
    font-weight: bold;
    align-items: center;
    width: 100%;
  }

  .p-detai__share-item a::before {
    content: "";
    background-image: url(../img/icon/icon-facebook.png);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
  }
}

.p-detai__share-item:nth-of-type(2) a::before {
  content: "";
  background-image: url(../img/icon/icon-x.png);
}

.p-detai__share-item:nth-of-type(3) a::before {
  content: "";
  background-image: url(../img/icon/icon-line.png);
}

.p-detai__share-item:first-child {
  background-color: #0D66F5;
}

.p-detai__share-item:nth-of-type(2) {
  background-color: #1995ED;
}

.p-detai__share-item:nth-of-type(3) {
  background-color: #15B325;
}

.p-detai__navi-list {
  padding-top: 30px;
  border-top: solid 1px #F48325;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-list {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
}

.p-detai__navi-item-prev {
  position: absolute;
  position: left;
}

.p-detai__navi-item-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-detai__navi-item-next {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-item-next .p-detai__navi-link span {
    display: none;
  }
}

.p-detai__navi-item-prev {
  position: absolute;
  position: left;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-item-prev .p-detai__navi-link span {
    display: none;
  }
}

.p-detai__navi-link {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  color: #F48325;
  display: flex;
  align-items: center;
}

.p-detai__navi-item-prev .p-detai__navi-link::before {
  content: "";
  display: block;
  background-image: url(../img/icon/prev-arrow03.png);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  border: solid 1px #F48325;
  padding: 14.5px 14px;
}

.p-detai__navi-item-next .p-detai__navi-link::after {
  content: "";
  display: block;
  background-image: url(../img/icon/next-arrow03.png);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  border: solid 1px #F48325;
  padding: 14.5px 14px;
}

/*---------------------------
about
---------------------------*/
.p-about__section01 .c-catch {
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .p-about__section01 .c-catch {
    margin-bottom: 33px;
  }
}

.p-about__strength {
  background-image: url(../img/about/strength-bg01.jpg);
  background-size: cover;
  background-position: center center;
  padding: 228px 0 174px;
  color: #fff;
}

.p-about__strength .c-col__side-contents-link {
  color: #fff;
}

.p-about__strength .c-col__side-contents-link::after {
  color: #fff;
}

.p-about__strength .c-col__side-contents-link {
  color: #fff;
  opacity: 0.5;
}

.p-about__strength .c-col__side-contents-item .c-col__side-contents-link.c-col__side-active {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-about__strength {
    background-image: url(../img/about/strength-bg01-sp.jpg);
    background-size: 100% 100%;
    padding: 190px 0 183px;
  }
}

.p-about__strength:nth-of-type(2) {
  background-image: url(../img/about/strength-bg02.jpg);
}

@media screen and (max-width: 768px) {
  .p-about__strength:nth-of-type(2) {
    background-image: url(../img/about/strength-bg02-sp.jpg);
  }
}

.p-about__strength:nth-of-type(3) {
  background-image: url(../img/about/strength-bg03.jpg);
}

@media screen and (max-width: 768px) {
  .p-about__strength:nth-of-type(3) {
    background-image: url(../img/about/strength-bg03-sp.jpg);
  }
}

.p-about__strength-contents {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-about__strength-contents {
    width: 100%;
  }
}

.p-about__strength-contents-ttl {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 61px;
}

@media screen and (max-width: 768px) {
  .p-about__strength-contents-ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 34px;
  }
}

.p-about__strength-contents-num {
  margin-left: 21px;
}

@media screen and (max-width: 768px) {
  .p-about__strength-contents-num {
    margin-left: 16px;
    font-size: 2.8rem;
  }
}

.p-about__strength-contents-catch {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .p-about__strength-contents-catch {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.p-about__service,
.p-container_bg {
  background-color: #FEF8F4;
}

.p-about__service-box {
  padding: 32px 50px 32px 31px;
  background-color: #fff;
  border-radius: 12px;
  gap: 24px;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .p-about__service-box {
    padding: 26px 22px 28px 22px;
    background-color: #fff;
    border-radius: 6px;
    gap: 12px;
    margin-bottom: 16px;
  }
}

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

.p-about__service-box-ttl {
  color: #F48325;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-about__service-box-ttl {
    font-size: 1.6rem;
    width: 100%;
  }
}

.p-about__service-box-num {
  font-size: 3.2rem;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .p-about__service-box-num {
    font-size: 2.2rem;
    margin-right: 9px;
  }
}

.p-about__service-box-text {
  font-size: 1.4rem;
  line-height: 1.6;
  flex: 1;
}

.p-about__other-bg {
  padding: 18px 19px 18px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(69, 119, 255, 0.1));
}

@media screen and (max-width: 768px) {
  .p-about__other-bg {
    padding: 13 10% 13px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(69, 119, 255, 0.1));
    width: 110%;
    margin-left: -5%;
  }
}

.p-about__other-contents {
  padding: 53px 56px 50px;
  box-shadow: 0px 0px 12px rgba(69, 119, 255, 0.1);
  border-radius: 12px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-about__other-contents {
    padding: 26px 22px 30px;
    box-shadow: 0px 0px 12px rgba(69, 119, 255, 0.1);
    border-radius: 6px;
  }
}

.p-about__other-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-about__other-box {
    margin-bottom: 24px;
  }
}

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

.p-about__other-box-ttl {
  border-bottom: solid 1px #F48325;
  font-weight: bold;
  color: #F48325;
  padding-right: 14.5px;
  padding-bottom: 21.6px;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .p-about__other-box-ttl {
    width: 100%;
    padding-right: 0;
    padding-bottom: 16.6px;
  }
}

.p-about__other-box-text {
  border-bottom: solid 1px rgba(69, 119, 255, 0.1);
  flex: 1;
  padding-left: 14.5px;
  padding-bottom: 21.6px;
}

@media screen and (max-width: 768px) {
  .p-about__other-box-text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 16.6px;
  }
}

/*---------------------------
Privacy policy
---------------------------*/
.p-privacy__contents {
  padding-bottom: 200px;
}

.p-privacy__contents h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-privacy__contents p {
  font-size: 1.6rem;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-privacy__contents ul {
  margin-bottom: 46px;
  padding: 30px 31px 33px;
  background-color: #F4F4F4;
  border-radius: 8px;
}

.p-privacy__contents li {
  font-size: 1.6rem;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}

.p-privacy__contents .wp-block-list li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #F48325;
  border-radius: 50%;
  margin-right: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}

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

@media screen and (max-width: 768px) {
  .p-privacy__contents {
    max-width: 100%;
    padding-bottom: 50px;
  }

  .p-privacy__contents h2 {
    max-width: 90%;
    margin: 0 auto 16px;
  }

  .p-privacy__contents h3 {
    max-width: 90%;
    margin: 0 auto 16px;
  }

  .p-privacy__contents #toc_container {
    max-width: 90%;
    margin: 0 auto 16px;
  }

  .p-privacy__contents p {
    max-width: 90%;
    margin: 0 auto 46px;
  }

  .p-privacy__contents p.toc_title {
    max-width: 100%;
  }

  .p-privacy__contents ul {
    max-width: 90%;
    margin: 0 auto 46px;
    padding: 33px 26px 33px;
    background-color: #F4F4F4;
    border-radius: 4px;
  }

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

.wp-block-separator {
  border: unset;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
  position: relative;
  margin-bottom: 48px;
  border-top: none !important;
}

.wp-block-separator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 1px;
  background-color: #F48325;
}

/*---------------------------
company
---------------------------*/
.p-company__section01-box {
  justify-content: space-between;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .p-company__section01-box {
    margin-bottom: 40px;
  }
}

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

.p-company__section01-en {
  width: 22%;
  border-right: solid 6px #ECF1FF;
  padding-right: 40px;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-company__section01-en {
    width: 100%;
    border-right: unset;
    border-bottom: solid 6px #ECF1FF;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.p-company__section01-contents {
  width: 73%;
}

.p-company__section01-contents .c-catch {
  margin-bottom: 40px;
}
.p-company__section01-contents .c-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-company__section01-contents {
    width: 100%;
  }

  .p-company__section01-contents .c-catch {
    font-size: 2.6rem;
    margin-bottom: 33px;
  }
}

.p-company__section02-wrap {
  justify-content: space-between;
  margin-top: 67px;
}

.p-company__section02-contents {
  flex: 1;
  margin-right: 28px;
}

.p-company__section02-contents .c-catch {
  font-size: 3rem;
  margin-bottom: 40px;
}

.p-company__section02-contents .c-text {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-company__section02-contents {
    width: 100%;
  }

  .p-company__section02-contents .c-catch {
    font-size: 2.6rem;
    margin-bottom: 33px;
  }

  .p-company__section02-contents .c-text {
    margin-bottom: 24px;
  }
}

.p-company__section02-text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-company__section02-name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 23px;
}

.p-company__section02-img {
  width: 33%;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-company__section02-img {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 20px;
  }
}

.p-company__section03-wrap {
  position: relative;
  padding: 0 0 0 21px;
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .p-company__section03-wrap {
    position: relative;
    padding: 0 0 0 21px;
    margin-bottom: 41px;
  }
}

.p-company__profile-wrap {
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .p-company__section03-wrap {
    margin-bottom: 41px;
  }

  .p-company__profile-wrap p {
    margin-bottom: 10px;
  }
}

.p-company__section03-wrap::before {
  content: "";
  display: block;
  background-color: #F48325;
  width: 1px;
  height: calc(100% - 9px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company__section03-box {
  justify-content: space-between;
  margin-bottom: 25px;
}

.p-company__section03-box .c-text {
  width: 83%;
  padding-top: 3px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-company__section03-box {
    margin-bottom: 0;
  }

  .p-company__section03-box .c-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.p-company__section03-box-date {
  width: 11%;
  font-size: 1.8rem;
  font-weight: 600;
  height: fit-content;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-company__section03-box-date {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    height: fit-content;
    margin-bottom: 11px;
  }
}

.p-company__section03-box-date::before {
  content: "";
  background-color: #F48325;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -30px;
  position: absolute;
}

.p-company__btn {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-company__btn span {
  width: 40px;
  height: 40px;
  background-color: #F48325;
  border-radius: 50%;
  display: block;
  margin-right: 12px;
  position: relative;
}

.p-company__btn span::before {
  content: '\f063';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border-radius: 50%;
  background-size: 100% 100%;
  display: block;
  width: 12px;
  height: 11px;
  line-height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.p-company__section04-contents {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .p-company__section04-contents {
    margin-bottom: 26px;
  }
}

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

.p-company__section04-th {
  width: 18%;
  padding-bottom: 24px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
}

@media screen and (max-width: 768px) {
  .p-company__section04-th {
    width: 100%;
    padding-bottom: 17px;
    border-bottom: solid 1px #707070;
    margin-bottom: 12px;
  }
}

.p-company__section04-td {
  width: 82%;
  padding-bottom: 24px;
  border-bottom: solid 1px #E2E2E2;
}

@media screen and (max-width: 768px) {
  .p-company__section04-td {
    width: 100%;
    padding-bottom: 26px;
    border-bottom: solid 1px #E2E2E2;
  }
}

/*---------------------------
object-project
---------------------------*/
/*---------------------------
object-project
---------------------------*/
/*---------------------------
contact
---------------------------*/
.p-contact__side .p-contact__side-link {
  position: relative;
}

.p-contact__side .p-contact__side-link.c-col__side-active {
  position: relative;
  width: 140px;
  padding-bottom: 18px;
  margin-bottom: 0;
}

.p-contact__side .c-col__side-contents-item .c-col__side-contents-link.c-col__side-active::after {
  background-color: #F48325;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  right: -9px;
  background-image: unset;
  border: solid 3px #FDF1E8;
}


.p-contact__side .c-col__side-contents-item .c-col__side-contents-link.c-col__side-active::before {
  content: "";
  border-radius: unset !important;
  background-color: #F48325;
  display: block;
  width: 1px;
  height: calc(100% - 6px);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 0;
  background-image: unset;
  z-index: 2;
}

.p-contact__side .c-col__side-contents-item .c-col__side-contents-link.c-col__side-active::after {
  background-color: #F48325;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  right: -9px;
  background-image: unset;
  border: solid 3px #FDF1E8;
}

.p-contact__side .c-col__side-contents-item .c-col__side-contents-link::after {
  background-color: #FDF1E8;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: -9px;
  background-image: unset;
}

.p-contact__side .p-contact__side-item {
  margin-bottom: 7px;
}

.p-contact__section01 {
  padding-bottom: 156px;
}

.p-contact__section01 select {
  -webkit-appearance: none;
  appearance: none;
}

.p-contact__section01 .p-contact__form-select-wrap {
  position: relative;
}

.p-contact__section01 .p-contact__form-select-wrap ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F48325;
  border-right: 2px solid #F48325;
  display: block;
}

.p-contact__section01 .c-btn__link {
  color: #0F0F0F;
}

.p-contact__section01_text {
  margin-bottom: 30px;
}

.p-contact__form-item {
  margin-bottom: 23px;
}

.p-contact__form-label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
  font-weight: 500;
}

.p-contact__form-input-text {
  border: solid 1px #F48325;
  border-radius: 6px;
  padding: 13px 22px;
  width: 100%;
  background: transparent;
}

.p-contact__form-input-textarea {
  border: solid 1px #F48325;
  border-radius: 6px;
  padding: 13px 22px;
  width: 100%;
}

.p-contact__form-input-radio {
  gap: 24px 16px;
}

.p-contact__form-select {
  border: solid 1px #F48325;
  border-radius: 6px;
  padding: 13px 42px 13px 22px;
}

.p-contact__form-submit {
  margin-bottom: 64px;
}

.p-contact__form-submit-link {
  color: #F48325;
  text-decoration: underline;
  margin-left: 14px;
}

.wpcf7-list-item {
  margin: 0;
}

.p-contact__btn {
  position: relative;
}

.p-contact__btn .c-btn__link {
  height: 56px;
  cursor: pointer;
  border: unset;
  width: 200px;
}

/*
.p-contact__btn::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  display: block;
  line-height: 40px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12px;
  pointer-events: none;
}*/


.wpcf7-spinner {
  display: none;
}

.p-confirm__text {
  background-color: #FDECDD;
  padding: 20px;
  border-radius: 6px;
}

.p-confirm__w80 {
  width: 80%;
}

.p-confirm .p-contact__btn::before {
  top: 50%;
}

.p-confirm .p-contact__btn p {
  position: absolute;
  top: 16px;
  left: 240px;
}

@media screen and (max-width: 768px) {
  .p-confirm__w80 {
    width: 100%;
  }
}

.p-thanks__contents {
  width: fit-content;
  margin: 180px auto;
}

.p-thanks__contents .c-text {
  margin-bottom: 45px;
}

.p-thanks__contents .c-btn {
  margin: 0 auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .p-thanks__contents {
    width: fit-content;
    margin: 150px auto;
  }

  .p-thanks__contents .c-text {
    margin-bottom: 36px;
  }

  .p-thanks__contents .c-btn {
    margin: 0 auto;
    width: fit-content;
  }
}

.p-thanks__ttl {
  font-size: 8.4rem;
  font-weight: 600;
  margin-bottom: 41px;
  color: #F48325;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-thanks__ttl {
    font-size: 4.4rem;
    margin-bottom: 18px;
  }
}

/*---------------------------
404
---------------------------*/
.p-error__contents {
  width: fit-content;
  margin: 180px auto;
}

.p-error__contents .c-text {
  margin-bottom: 45px;
}

.p-error__contents .c-btn {
  margin: 0 auto;
  width: fit-content;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}

.p-error__contents .c-btn::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-error__contents {
    width: fit-content;
    margin: 150px auto;
  }

  .p-error__contents .c-text {
    margin-bottom: 36px;
  }

  .p-error__contents .c-btn {
    margin: 0 auto;
    width: fit-content;
  }
}

.p-error__ttl {
  font-size: 8.4rem;
  font-weight: 600;
  margin-bottom: 41px;
  color: #F48325;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-error__ttl {
    font-size: 4.4rem;
    margin-bottom: 18px;
  }
}

/*---------------------------
sitemap
---------------------------*/
.p-sitemap__contents {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .p-sitemap__contents {
    padding: 0 0 80px;
  }
}

.p-sitemap__list {
  gap: 30px 20px;
}

@media screen and (max-width: 768px) {
  .p-sitemap__list {
    gap: 30px 20px;
  }
}

.p-sitemap__item {
  width: calc((100% - 40px) / 3);
}

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

.p-sitemap__link {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-sitemap__link {
    font-size: 1.6rem;
  }
}

/*---------------------------
member一覧
---------------------------*/
.p-top__member-wrap {
  gap: 48px 2%;
}

.p-top__member-box {
  width: 32%;
}

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

/*---------------------------
TAS
---------------------------*/
/* other flow*/

.other {
  background-color: #FAFAFA;
}

.other__inner {
  max-width: 1240px;
  padding: 72px 0 97px;
  margin: 0 auto;
}

.other__ttl {
  color: #F48325;
  font-size: 42px;
  font-weight: 400;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 12px;
  line-height: 1em;
}

.other__ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #F48325;
  bottom: 0;
  left: 48%;
}

.other__text {
  text-align: center;
  margin: 0 auto;
}

.other__list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.other__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.other__item-icon {
  width: 147px;
  margin-bottom: 36px;
}

.other__item-ttl {
  color: #F48325;
  font-size: 22px;
  font-weight: 700;
}


@media screen and (max-width:768px) {
  .other__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .other__text {
    line-height: 1.5em;
  }

  .other__list {
    display: block;
  }

  .other__item:not(:last-child) {
    margin-bottom: 90px;
  }
}

.flow__inner {
  max-width: 1240px;
  padding: 68px 0 109px;
  margin: 0 auto;
}

.flow__ttl {
  color: #F48325;
  font-size: 42px;
  font-weight: 400;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 12px;
  line-height: 1em;
}

.flow__text {
  text-align: center;
  margin: 0 auto;
}

.flow__ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #F48325;
  bottom: 0;
  left: 48%;
}

.flow__list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width:1024px) {
  .flow__list {
    justify-content: space-evenly;
    flex-flow: row-reverse wrap-reverse;
  }
  .flow__item {
    margin-bottom: 40px;
  }
  .flow__item:first-child {
    order: 5;
  }

  .flow__item:nth-child(2) {
    order: 4;
  }

  .flow__item:nth-child(3) {
    order: 3;
  }

  .flow__item:nth-child(4) {
    order: 2;
  }

  .flow__item:last-child {
    order: 1;
  }
}

.flow__item-box {
  width: 200px;
  background-color: #FAFAFA;
  margin-left: 53px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  padding: 0 20px 22px 40px;
  text-align: center;
}

.flow__item-box::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #F48325;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 33%;
  left: -45px;
  font-family:
    "Hiragino Kaku Gothic ProN"
    sans-serif;
  font-weight: 600;
}

.flow__item:nth-child(1) .flow__item-box::after {
  content: "01";
}

.flow__item:nth-child(2) .flow__item-box::after {
  content: "02";
}

.flow__item:nth-child(3) .flow__item-box::after {
  content: "03";
}

.flow__item:nth-child(4) .flow__item-box::after {
  content: "04";
}

.flow__item:nth-child(5) .flow__item-box::after {
  content: "05";
}

.flow__item-icon {
  width: 106px;
  margin-bottom: 9px;
}

.flow__item-ttl {
  color: #F48325;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 23px;
}

@media screen and (max-width:768px) {
  .flow__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .flow__list {
    display: block;
  }

  .flow__item:not(:last-child) {
    margin-bottom: 13px;
  }

  .flow__item-box {
    margin: 0 auto;
    margin-top: 45px;
    min-width: 290px;
    padding: 56px 18px 40px;
  }

  .flow__item-box::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #F48325;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: -45px;
    left: 100px;
  }

  .flow__item-text {
    font-size: 16px;
    line-height: 2em;
  }
}

/*フッター上お問い合わせ*/
.footer__contact {
  background-color: #F48325;
  height: 284px;
  position: relative;
}

.footer__contact-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.footer__contact-circle {
  position: absolute;
  z-index: 2;
  width: 453px;
}

.footer__contact-circle-sp {
  display: none;
}

.footer__contact-box {
  padding-top: 68px;
  margin-right: auto;
  margin-left: 424px;
  max-width: 710px;
  position: relative;
}

.footer__contact-box::after {
  content: "";
  display: inline-block;
  background-image: url('../img/common/footer_contact-plane.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 52px;
  height: 41px;
  position: absolute;
  top: 23px;
  right: 20px;
}

.footer__contact-ttl {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

.footer__contact-btn {
  width: 320px;
  height: 52px;
  margin: 0 auto;
  margin-top: 32px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../img/common/footer_contact-arrow.png');
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 280px 50%;
}

.footer__contact-btn a {
  display: block;
  color: #F48325;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
}

.footer__contact-text {
  background-color: #333333;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
}

.footer__contact-text-box {
  margin-right: auto;
  margin-left: 424px;
  max-width: 710px;
}

.footer__contact-text p {
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width:1240px) {
  .footer__contact {
    height: 22.9vw;
  }

  .footer__contact-circle {
    width: 36.5vw;
  }

  .footer__contact-box {
    padding-top: 5.4vw;
    margin-left: 34.1vw;
    max-width: 57.2vw;
  }

  .footer__contact-box::after {
    width: 4.1vw;
    height: 3.3vw;
    top: 1.8vw;
    right: 1.6vw;
  }

  .footer__contact-ttl {
    font-size: 3.2vw;
  }

  .footer__contact-btn {
    width: 25.8vw;
    height: 4.1vw;
    margin-top: 2.5vw;
    border-radius: 0.3vw;
    background-size: 2vw;
    background-position: 22.5vw 50%;
  }

  .footer__contact-btn a {
    font-size: 1.9vw;
    line-height: 4.1vw;
  }

  .footer__contact-text {
    height: 3.8vw;
  }

  .footer__contact-text-box {
    margin-left: 34.1vw;
    max-width: 57.2vw;
  }

  .footer__contact-text p {
    line-height: 3.8vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width:768px) {
  .footer__contact {
    height: auto;
  }

  .footer__contact-inner {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer__contact-circle {
    display: none;
  }

  .footer__contact-circle-sp {
    display: block;
    width: 312px;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 2;
  }

  .footer__contact-box {
    padding-top: 375px;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    position: relative;
  }

  .footer__contact-box::after {
    content: "";
    display: inline-block;
    background-image: url('../img/common/footer_contact-plane.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 52px;
    height: 41px;
    position: absolute;
    top: 340px;
    right: 10px;
  }

  .footer__contact-ttl {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 400;
  }

  .footer__contact-btn {
    width: 250px;
    height: 52px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('../img/common/footer_contact-arrow.png');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 210px 50%;
  }

  .footer__contact-btn a {
    font-size: 24px;
    line-height: 52px;
  }

  .footer__contact-text {
    width: auto;
    height: auto;
    position: relative;
  }

  .footer__contact-text-box {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    padding: 30px 0;
  }

  .footer__contact-text p {
    line-height: normal;
    font-size: 16px;
  }
}

/* contents*/
.br-block {
  display: inline-block;
}

.c-under__mv-sp {
  width: 100%;
}

.p-company__section04-th {
  border-bottom: solid 1px #707070 !important;
}

.p-company__section04-th {
  color: #0F0F0F !important;
  font-weight: 400 !important;
}

.p-company__section01-en {
  border-right: solid 6px #FDECDD !important;
}

@media screen and (max-width: 768px) {
  .p-company__section01-en {
    border-bottom: solid 6px #FDECDD !important;
    border-right: none !important;
  }
}

/*　googlemapをレスポンシブで表示 */
.p-company__gmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 40px;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}

.p-company__gmap iframe, 
.p-company__gmap object, 
.p-company__gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:900px) {
  /*-----TOP地図-----*/
  .p-company__gmap {
    padding-bottom: 56.5%; /*---高さはpaddingで調整---*/
    padding-top: 50px;
    width: 100%;
  }
}

.ttl-sub {
  font-size: 32px;
  margin-top: 80px;
}

.ttl-sub-p {
  margin-top: 41px;
}

.c-col__side-contents-link::after {
  background-color: #FDECDD !important;
}

.p-top__strength-section .ttl-sub {
  margin: 80px 0 20px;
}

.c-ttl__area-service {
  margin-bottom: 55px;
}

.c-col__side-contents {
  margin-right: 30px;
}
.careers .c-col__side-contents {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-col__side {
    margin-bottom: 0;
  }
}

.p-archive__contents {
  width: 100%;
}

/*news*/
.p-top__news-arrow img {
  width: 50%;
}

.p-archive__sort-box-arrow {
  position: relative;
}

.p-archive__sort-box-arrow::after {
  content: "";
  display: inline-block;
  background-image: url('../img/icon/arrow01.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 6px;
}

/*group tours*/
.group-tours .c-text {
  margin-bottom: 28px;
}

.group-tours .c-text-price {
  margin-bottom: 50px;
}

/*group tours detail*/
.grouptours-detail .c-under__toc-link {
  color: #0F0F0F !important;
}

.grouptours-detail .c-under__toc-link:hover {
  opacity: 0.8 !important;
}

.grouptours-detail .c-under__toc-link::after {
  background-color: #E6E6E6 !important;
  content: "\f061" !important;
  color: #0F0F0F !important;
}

.grouptours-detail .c-col__side-active {
  color: #F48325 !important;
}

.grouptours-detail .c-col__side-active::after {
  background-color: #FEF8F4 !important;
  color: #F48325 !important;
}

.grouptours-detail .c-under__toc-top {
  gap: 30px 20px;
}

.grouptours__plan {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.grouptours__plan-img {
  width: 110px;
  margin-bottom: 13px;
}

.grouptours__plan-day {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.grouptours-detail .ttl-sub-p {
  margin-left: 22%;
}

@media screen and (max-width:768px) {
  .grouptours-detail .ttl-sub-p {
    margin-left: 0;
  }
}

.grouptours__plan-box {
  margin-bottom: 50px;
  margin-top: 41px;
}

.grouptours__plan-box:last-child {
  margin-bottom: 90px;
}

.grouptours__plan-box .c-catch {
  font-size: 16px;
}

.c-ttl__area.plan {
  margin-bottom: 40px;
}

/*careers*/
.careers .p-company__btn {
  justify-content: end;
}

.careers .p-company__btn span::before {
  content: '\f061';
}

.careers .careers__see {
  margin-top: 50px;
}

/*travel business*/
.travel-box {
  background-color: #FDF1E8;
  border-radius: 16px;
  padding: 25px 30px 50px;
  margin-bottom: 50px;
}

.p-contact__side-link.c-col__side-active::after {
  background-color: #F48325 !important;
}

.form-pp {
  color: #222222;
  text-decoration-color: #222222;
}

/*contact*/
.codedropz-upload-handler {
  border: 1px solid #F48325 !important;
  border-radius: 6px;
}

.codedropz-upload-container {
  position: relative;
  padding: 18px 40px;
  transition: .3s opacity ease;
}

.codedropz-upload-container:hover {
  opacity: .6;
}

.dnd-upload-counter,
.codedropz-upload-inner,
.codedropz-btn-wrap a {
  color: #666;
  font-weight: normal;
}


.codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  color: #666;
  column-gap: 20px;
}


.cd-upload-btn:hover {
  opacity: 1;
}

.file-type-note {
  color: #c6c5c5;
}

.codedropz-upload-inner h3 {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 32px;
  word-break: break-word;
  font-weight: 400 !important;
}

/*サイドバー追従*/

.c-col__side-contents {
  position: sticky;
  top: 160px;
}

.p-contact__side .c-col__side-contents {
  position: inherit;
}

.p__about-inner {
  position: relative;
  padding: 190px 0 127px 0;
}

.p__about-inner:first-child {
  padding-top: 0;
}

.p__about-inner-bg::after {
  content: "";
  display: block;
  width: 110vw;
  height: 100%;
  background-color: #FEF8F4;
  z-index: -1;
  position: absolute;
  left: min(-37.5vw, 10px);
  top: 0;
}

.p__about .c-col__side-contents {
  margin-bottom: 460px;
}

.careers .c-col__side-contents {
  margin-bottom: 800px;
}

.grouptours-detail .c-col__side-contents {
  margin-bottom: 110px;
}

.c-container.p__about {
  padding: 100px 0 0 0;
}

@media screen and (max-width:768px) {
  .p__about-inner-bg::after {
    left: min(-5.5vw, 10px);
  }

  .p__about-inner {
    padding: 100px 0;
  }

  .c-container.p__about {
    padding: 50px 0 0 0;
  }
}

.p__careers-vw100 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(30% - 50vw);
}

.grouptours-detail .c-ttl__area {
  margin-bottom: 0;
}

.p__group-d-inner:not(:first-child) {
  padding-top: 100px;
}

.p__group-d-inner .c-ttl {
  color: #F48325;
}