@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

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

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.l-inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

main {
  padding-top: 144px;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.menu {
  display: none;
}

header {
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid #e43c01 3px;
}
header .header-top .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: auto;
}
header .header-top .header-inner h1 img {
  max-width: 310px;
    margin-left: 20px;
}
header .header-top .header-inner .nav-contact .cta-btn {
  display: flex;
  gap: 10px;
}
header .header-top .header-inner .nav-contact .cta-btn a {
  border: solid 2px #e43c01;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 8px 32px;
  border-radius: 10px;
}
header .header-top .header-inner .nav-contact .cta-btn a p {
  color: #e43c01;
  white-space: nowrap;
  font-weight: 700;
}
header .header-top .header-inner .nav-contact .cta-btn a:hover {
  background: #e43c01;
}
header .header-top .header-inner .nav-contact .cta-btn a:hover p {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  header .header-top .header-inner .nav-contact {
    gap: 15px;
  }
}
header .header-top .header-inner .nav-contact .nav-tel {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  header .header-top .header-inner .nav-contact .nav-tel {
    gap: 30px;
  }
}
header .header-top .header-inner .nav-contact .nav-tel div {
  position: relative;
}
header .header-top .header-inner .nav-contact .nav-tel div:last-of-type::after {
  display: none;
}
header .header-top .header-inner .nav-contact .nav-tel div::after {
  content: "";
  display: block;
  height: 20px;
  background: #e1e1e5;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0%, -50%);
}
header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul {
    gap: 10px;
  }
}
header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul li {
  position: relative;
}
header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul li::after {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #e1e1e5;
  position: absolute;
  top: 4px;
  right: -10px;
}
header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul li:last-of-type::after {
  display: none;
}
header .header-top .header-inner .nav-contact .nav-tel .sub-nav ul li a {
  color: #7e7e88;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
header .header-top .header-inner .nav-contact .nav-tel .tel-box p {
  font-size: 12px;
  color: #0f3c69;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
header .header-top .header-inner .nav-contact .nav-tel .tel-box .tel {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f3c69;
  font-family: "Noto Sans JP", sans-serif;
}
header .header-top .header-inner .nav-contact .nav-tel .tel-box .tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
header .header-bottom {
  margin-top: 30px;
}
header .header-bottom .nav-inner {
  max-width: 1600px;
  margin: auto;
}
header .header-bottom .nav-inner .header-nav .down-b {
  opacity: 0;
  display: block;
  /* ← display: none を使うと transition が効かないため block に */
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  width: 280px;
  top: 60px;
  bottom: 0;
  left: -10px;
  background: #fff;
}
header .header-bottom .nav-inner .header-nav .down-b ul {
  border-radius: 10px;
  background: rgba(228, 60, 1, 0.1);
}
header .header-bottom .nav-inner .header-nav .down-b ul li:first-of-type::before {
  display: none;
}
header .header-bottom .nav-inner .header-nav .down-b ul li::after, header .header-bottom .nav-inner .header-nav .down-b ul li::before {
  display: none;
}
header .header-bottom .nav-inner .header-nav .down-b ul li a {
  padding: 20px;
  width: 100%;
  height: 100%;
  justify-content: unset;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
header .header-bottom .nav-inner .header-nav .down-b ul li a img {
  width: 8px;
  margin-left: auto;
}
header .header-bottom .nav-inner .header-nav .down-b ul li:hover {
  color: #e43c01;
}
header .header-bottom .nav-inner .header-nav .down-b ul li:last-of-type a::after {
  display: none;
}
header .header-bottom .nav-inner .header-nav .down-c {
  cursor: pointer;
}
header .header-bottom .nav-inner .header-nav .down-c:last-of-type .down-b {
  width: 230px;
}
header .header-bottom .nav-inner .header-nav .down-c p {
  position: relative;
  margin-left: -3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-bottom .nav-inner .header-nav .down-c p i {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  border: 0;
  border-bottom: solid 2px #e43c01;
  border-right: solid 2px #e43c01;
  transform: rotate(45deg);
  top: -3px;
  right: 25px;
  bottom: 0;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  header .header-bottom .nav-inner .header-nav .down-c p i {
    margin-top: clamp(3.2px, 0.4166666667vw, 8px);
  }
}
header .header-bottom .nav-inner .header-nav .down-c:hover .down-b {
  opacity: 1;
  visibility: visible;
}
header .header-bottom .nav-inner .header-nav > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .header-bottom .nav-inner .header-nav > ul li {
  position: relative;
  width: 16.6666666667%;
}
header .header-bottom .nav-inner .header-nav > ul li:first-of-type {
  padding-left: 7px;
}
header .header-bottom .nav-inner .header-nav > ul li .down-b ul li {
  padding: 0;
  width: 100%;
}
header .header-bottom .nav-inner .header-nav > ul li:last-of-type::after {
  display: none;
}
header .header-bottom .nav-inner .header-nav > ul li::after {
  content: "";
  display: block;
  height: 20px;
  background: #e1e1e5;
  width: 1px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(0%, -50%);
}
header .header-bottom .nav-inner .header-nav > ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-bottom .nav-inner .header-nav > ul li p {
  padding: 0 45px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  header .header-bottom .nav-inner .header-nav > ul li p {
    padding: 0 10px;
    font-size: clamp(6.4px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 1200px) {
  header .header-bottom .nav-inner .header-nav > ul li:first-of-type {
    padding-left: 20px;
  }
  header .header-bottom .nav-inner .header-nav > ul li::after {
    right: -20px;
  }
  header .header-bottom .nav-inner .header-nav > ul li:last-of-type {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .overflow-hidden {
    overflow: hidden;
  }
  main {
    padding-top: 80px;
  }
  .menu {
    display: none;
    height: 110vh;
    overflow: scroll;
    padding-bottom: 200px;
    padding-top: 30px;
    background: #faebdc;
  }
  .menu .l-inner > p {
    color: #959595;
    text-align: center;
    font-size: 12px;
  }
  .menu.is-active {
    display: block;
  }
  .menu .btn-inner a {
    display: flex;
    width: 100%;
    border: solid 2px #e43c01;
    border-radius: 10px;
    height: 100px;
    padding: 0 20px;
    padding-right: 40px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
  }
  .menu .btn-inner a img {
    width: 22px;
  }
  .menu .btn-inner a .arrow-icon {
    position: absolute;
    right: 20px;
    width: 12px;
  }
  .menu .btn-inner a p {
    font-size: 20px;
    font-weight: 700;
  }
  .menu .company-ineer {
    margin-top: 80px;
  }
  .menu .company-ineer .logo-content img {
    width: 30px;
    margin: auto;
    display: block;
    margin-bottom: 6px;
  }
  .menu .company-ineer .logo-content p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
  }
  .menu .company-ineer .logo-content p span {
    font-weight: 700;
    font-size: 18px;
  }
  .menu .company-ineer > p {
    font-size: 14px;
    line-height: 1.8571428571;
    text-align: center;
    margin-top: 20px;
  }
  .menu .company-ineer .company-nav {
    margin-top: 50px;
  }
  .menu .company-ineer .company-nav ul li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .menu .company-ineer .company-nav ul li:last-of-type {
    border: none;
    padding-left: 0;
  }
  .menu .company-ineer .company-nav ul li p {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .menu .company-ineer .company-nav ul li h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  .menu .company-ineer .company-nav ul li h3 span {
    font-weight: 700;
    font-size: 14px;
  }
  .menu .menu-inner .list-item {
    margin-bottom: 50px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .menu .menu-inner .list-item a {
    font-weight: 700;
    font-size: 18px;
  }
  .menu .menu-inner .ac-list {
    padding-bottom: 0;
  }
  .menu .menu-inner .ac-ttl {
    cursor: pointer;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
  }
  .menu .menu-inner .ac-ttl::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #e43c01;
    border-right: solid 2px #e43c01;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 170px;
    bottom: 0;
    margin: auto;
  }
  .menu .menu-inner .ac-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .menu .menu-inner .ac-box.open {
    max-height: 500px;
    /* 十分大きくしておく */
  }
  .menu .menu-inner .ac-item {
    margin-bottom: 20px;
  }
  .menu .menu-inner .ac-item a {
    display: block;
    padding-left: 40px;
    text-decoration: none;
    position: relative;
  }
  .menu .menu-inner .ac-item a::after {
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, 0%);
  }
  .menu .menu-inner .ac-item a:hover {
    background: #f9f9f9;
  }
  .menu .menu-inner .tel-box {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .tel-box .place {
    text-align: center;
    font-size: 18px;
  }
  .menu .menu-inner .tel-box .tel {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin: auto;
    width: fit-content;
    display: block;
  }
  .menu .menu-inner .tel-box .tel span {
    font-size: 18px;
  }
  .menu .menu-inner .tel-box .time {
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .menu .menu-inner .contact-box > p {
    text-align: center;
    font-size: 20px;
  }
  .menu .menu-inner .contact-box .n-btn {
    width: 100%;
    max-width: unset;
    height: 70px;
    margin-top: 20px;
  }
  .menu .menu-inner .contact-box .n-btn a {
    background: #0f3c69;
    border: solid 1px #0f3c69;
    color: #fff;
  }
  .menu .menu-inner .contact-box .n-btn a p {
    font-size: 20px;
  }
  .menu .menu-inner .contact-box .n-btn a img {
    filter: brightness(0) invert(1);
  }
  .menu .menu-inner .contact-box .n-btn a:hover {
    background: #fff;
    color: #0f3c69;
  }
  .menu .menu-inner .contact-box .n-btn a:hover img {
    filter: brightness(0) invert(0);
  }
  .header__hamburger {
    width: 80px;
    height: 80px;
    background: #e43c01;
  }
  .header__hamburger.active p {
    color: #fff;
  }
  .header__hamburger div {
    width: fit-content;
    margin: auto;
    min-height: 16px;
  }
  .header__hamburger span {
    display: block;
    width: 26px;
    margin: auto;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
    border-radius: 30px;
  }
  .header__hamburger span:first-of-type {
    margin-top: 8px;
  }
  .header__hamburger.active span {
    background: #fff;
  }
  .header__hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    width: 36px;
  }
  .header__hamburger.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .header__hamburger.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    width: 36px;
  }
  header {
    padding: 0;
    border-bottom: none;
  }
  header .header-top {
    padding-right: 0;
    justify-content: unset;
    border-bottom: solid #e43c01 3px;
  }
  header .header-top h1 {
    padding-left: 20px;
  }
  header .header-top h1 img {
    width: 245px;
  }
  header .header-top .nav-contact {
    margin-left: auto;
  }
  header .header-top .nav-contact .cta-btn {
    width: auto;
    height: auto;
  }
  header .header-top .nav-contact .cta-btn a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  header .header-top .nav-contact .cta-btn a img {
    width: 18px;
  }
  header .hum-inner {
    margin-left: 20px;
    height: 80px;
  }
}
.top-btn {
  display: block;
  position: fixed;
  width: 100px;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9;
}
.top-btn.show {
  opacity: 1;
  pointer-events: auto;
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.p-top .btn-content .contact-soudan {
  margin-top: -90px;
}
.p-top .btn-content .contact-soudan a {
  border-radius: 20px 20px 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  padding: 30px;
  margin: auto;
  gap: 10px;
  position: relative;
}
.p-top .btn-content .contact-soudan a img {
  width: 24px;
}
.p-top .btn-content .contact-soudan a p {
  font-size: 26px;
  font-weight: 700;
}
.p-top .btn-content .btn-flex {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.p-top .btn-content .btn-flex a {
  display: flex;
  width: 33.3%;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 30px 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.p-top .btn-content .btn-flex a img {
  width: 22px;
}
.p-top .btn-content .btn-flex a .arrow-icon {
  width: 12px;
  margin-left: auto;
}
.p-top .btn-content .btn-flex a p {
  font-size: 22px;
  font-weight: 700;
}
.p-top .btn-content .orange-btn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-left: auto;
  justify-content: end;
}
.p-top .btn-content .orange-btn h2 {
  font-size: 26px;
  font-weight: 700;
  color: #e43c01;
  margin-right: auto;
}
.p-top .btn-content .orange-btn a {
  display: flex;
  width: 50%;
  max-width: 410px;
  border: solid 2px #e43c01;
  background: #e43c01;
  border-radius: 10px;
  padding: 24px 20px 24px 40px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.p-top .btn-content .orange-btn a img {
  width: 22px;
}
.p-top .btn-content .orange-btn a .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}
.p-top .btn-content .orange-btn a p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.p-top .imp-news {
  margin-top: 60px;
}
.p-top .imp-news .imp-inner {
  background: #e43c01;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 40px;
}
.p-top .imp-news .imp-inner .left-box {
  display: flex;
  gap: 10px;
  height: 100%;
  align-items: center;
}
.p-top .imp-news .imp-inner .left-box img {
  width: 19px;
  height: 100%;
}
.p-top .imp-news .imp-inner .left-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
}
.p-top .imp-news .imp-inner .news-list ul li {
  border: none;
  padding-bottom: 0;
}
.p-top .imp-news .imp-inner .news-list ul li a p {
  color: #fff;
}
.p-top .imp-news .imp-inner .news-list ul li a .date {
  font-weight: 700;
}
.p-top .imp-news .n-btn {
  margin-top: 30px;
}
.p-top .column-content .column-main .c-ttl img {
  width: 15px;
}
.p-top .column-content .column-main .news-list {
  padding: 40px;
  margin-top: 20px;
}
.p-top .column-content .column-side .c-ttl img {
  width: 20px;
}
.p-top .column-content .column-side a {
  margin-top: 10px;
  display: block;
}

.column-content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.column-content .column-main {
  max-width: 850px;
  width: 100%;
}
.column-content .column-side {
  max-width: 315px;
}

.c-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-ttl h2 {
  font-size: 26px;
  font-weight: 700;
}

.news-list ul li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}
.news-list ul li:first-of-type {
  margin-top: 0;
}
.news-list ul li a {
  display: flex;
  gap: 14px;
  align-items: center;
}
.news-list ul li a:hover .news-title {
  text-decoration: underline;
  color: #e43c01;
}
.news-list ul li a .date {
  font-size: 14px;
}
.news-list ul li a .news-title {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.n-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: solid 1px #e43c01;
  width: fit-content;
  padding-bottom: 10px;
  margin-left: auto;
}
.n-btn img {
  width: 12px;
}
.n-btn p {
  font-weight: 700;
}

footer {
  background: #fef8f6;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 50px;
}
footer .footer-inner > p {
  font-size: 12px;
  color: #959595;
  margin-top: 60px;
  text-align: center;
}
footer .footer-inner .footer-top {
  display: flex;
  gap: 40px;
  align-items: center;
}
footer .footer-inner .footer-top .footer-logo img {
  width: 285px;
}
footer .footer-inner .footer-top .footer-date p {
  font-size: 14px;
  line-height: 1.8571428571;
}
footer .footer-inner .footer-nav {
  margin-top: 60px;
}
footer .footer-inner .footer-nav ul {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 60px;
}
footer .footer-inner .footer-nav ul li {
  border-left: solid 1px #ccc;
  padding-left: 30px;
}
footer .footer-inner .footer-nav ul li:first-of-type {
  border: none;
  padding-left: 0;
}
footer .footer-inner .footer-nav ul li p {
  font-weight: 700;
  font-size: 14px;
}
footer .footer-inner .footer-nav ul li h3 {
  font-weight: 700;
  font-size: 20px;
}
footer .footer-inner .footer-nav ul li h3 span {
  font-weight: 700;
  font-size: 14px;
}

.no-link {
  pointer-events: none !important;
}

@media screen and (max-width: 1000px) {
  .p-top .btn-content .contact-soudan {
    margin-top: -40px;
  }
  .p-top .btn-content .contact-soudan a {
    max-width: 350px;
    width: 100%;
    padding: 25px;
  }
  .p-top .btn-content .contact-soudan a p {
    font-size: 22px;
  }
  .p-top .btn-content .btn-flex {
    display: block;
  }
  .p-top .btn-content .btn-flex a {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 0 20px;
    padding-right: 40px;
    height: 100px;
    margin-bottom: 20px;
  }
  .p-top .btn-content .btn-flex a .arrow-icon {
    position: absolute;
    right: 20px;
  }
  .p-top .btn-content .orange-btn {
    display: block;
  }
  .p-top .btn-content .orange-btn h2 {
    margin-right: unset;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-top .btn-content .orange-btn a {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .p-top .imp-news .imp-inner {
    display: block;
    padding: 30px;
  }
  .p-top .imp-news .imp-inner .left-box h2 {
    font-size: 24px;
  }
  .p-top .imp-news .imp-inner .news-list ul {
    margin-top: 20px;
  }
  .p-top .imp-news .imp-inner .news-list ul li a {
    display: block;
  }
  .p-top .imp-news .imp-inner .news-list ul li a .date {
    margin-bottom: 8px;
  }
  .p-top .column-content .column-main .news-list {
    padding: 30px;
  }
  .c-ttl h2 {
    font-size: 24px;
  }
  .column-content {
    display: block;
  }
  .column-content .column-main {
    max-width: unset;
  }
  .column-content .column-side {
    max-width: unset;
    width: 100%;
    margin-top: 60px;
  }
  .column-content .column-side .link-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .column-content .column-side .link-content a {
    width: calc(50% - 5px);
  }
  footer .footer-inner .footer-top {
    display: block;
  }
  footer .footer-inner .footer-top .logo-content img {
    width: 30px;
    margin: auto;
    display: block;
    margin-bottom: 6px;
  }
  footer .footer-inner .footer-top .logo-content p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
  }
  footer .footer-inner .footer-top .logo-content p span {
    font-weight: 700;
    font-size: 18px;
  }
  footer .footer-inner .footer-top .footer-date {
    margin-top: 20px;
  }
  footer .footer-inner .footer-top .footer-date p {
    text-align: center;
  }
  footer .footer-inner .footer-nav ul {
    display: block;
    padding: 0;
  }
  footer .footer-inner .footer-nav ul li {
    border-bottom: solid 1px #ccc;
    border-left: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  footer .footer-inner .footer-nav ul li:last-of-type {
    border: none;
    padding-left: 0;
  }
  footer .footer-inner .footer-nav ul li:first-of-type {
    border-bottom: solid 1px #ccc;
  }
  footer .footer-inner .footer-nav ul li p {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  footer .footer-inner .footer-nav ul li h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  footer .footer-inner .footer-nav ul li h3 span {
    font-weight: 700;
    font-size: 14px;
  }
  .top-btn {
    width: 50px;
    bottom: 40px;
  }
}
.bread {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}
.bread::-webkit-scrollbar {
  display: none;
}
.bread::-webkit-scrollbar {
  display: none;
}

.bread li {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.bread li a {
  font-size: 12px;
  color: #E43C01;
  white-space: nowrap;
}

.bread li::after {
  content: "＞";
  margin: 0 10px;
}

.bread li:last-of-type::after {
  display: none;
}

.p-404 .p-404-content {
  padding-top: 90px;
}
.p-404 .p-404-content h2 {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  color: #E43C01;
  line-height: 1.2;
}
.p-404 .p-404-content h3 {
  font-size: 14px;
  color: #E43C01;
  text-align: center;
}
.p-404 .p-404-content p {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}
.p-404 .p-404-content a {
  max-width: 390px;
  width: 100%;
  background: #e43c01;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-top: 60px;
}
.p-404 .p-404-content a p {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}
.p-404 .p-404-content a .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1000px) {
  .p-404 .p-404-content h2 {
    font-size: 40px;
  }
}
.p-contact-access .l-inner {
  padding-top: 160px;
  padding-bottom: 230px;
}
.p-contact-access .l-inner h2 {
  font-size: 26px;
  text-align: center;
  color: #e43c01;
  font-weight: 700;
}
.p-contact-access .l-inner .btn-flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
.p-contact-access .l-inner .btn-flex a {
  max-width: 410px;
  width: 100%;
  background: #e43c01;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.p-contact-access .l-inner .btn-flex a p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}
.p-contact-access .l-inner .btn-flex a .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1000px) {
  .p-contact-access .l-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-contact-access .l-inner h2 {
    font-size: 22px;
  }
  .p-contact-access .l-inner .btn-flex {
    display: block;
  }
  .p-contact-access .l-inner .btn-flex a {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-def .p-title {
  height: 160px;
  background: #FEF8F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-def .p-title .l-inner h2 {
  font-size: 34px;
  font-weight: 700;
}
.p-def .column-content {
  flex-direction: row-reverse;
  gap: 60px;
}
.p-def .column-content .column-main {
  max-width: 850px;
}
.p-def .column-content .column-main .column-main-inner h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #E43C01;
  text-align: center;
}
.p-def .column-content .sub-ttl {
  font-size: 22px;
  font-weight: 700;
  border-left: 3px solid #E43C01;
  padding-left: 10px;
}
.p-def .column-content .column-side {
  max-width: 280px;
  width: 25%;
  position: sticky;
  top: 145px;
  height: fit-content;
}
.p-def .column-content .column-side .column-side-inner ul li {
  border-bottom: 1px solid #ccc;
}
.p-def .column-content .column-side .column-side-inner ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}
.p-def .column-content .column-side .column-side-inner ul li a p {
  font-weight: 700;
}
.p-def .column-content .column-side .column-side-inner ul li a img {
  width: 8px;
  margin-left: auto;
}
.p-def .column-content .column-side .column-side-inner ul li a:hover {
  color: #e43c01;
}
.p-def .column-content .column-side .column-side-inner ul li a.active {
  color: #e43c01;
}

@media screen and (max-width: 1000px) {
  .p-def .p-title {
    height: 130px;
  }
  .p-def .p-title .l-inner h2 {
    font-size: 28px;
  }
  .p-def .column-content {
    flex-direction: column;
  }
  .p-def .column-content .column-main {
    max-width: 100%;
  }
  .p-def .column-content .column-side {
    width: 100%;
    max-width: 100%;
  }
  .p-def .column-content .column-side .column-side-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
  }
  .p-def .column-content .column-side .column-side-inner ul li {
    width: calc(50% - 5px);
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  .p-def .column-content .column-side .column-side-inner ul li a {
    padding: 20px 12px;
    height: 100%;
  }
  .p-def .column-content .column-side .column-side-inner ul li a p {
    font-size: 14px;
  }
}
.p-center .center-content {
  margin-top: 50px;
}
.p-center .center-content div p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.p-center .center-content div p:first-of-type {
  font-size: 20px;
  margin-top: 20px;
}
.p-center .center-content img {
  margin-top: 30px;
}

.p-greeting .greeting-content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.p-greeting .greeting-content .img-content {
  max-width: 210px;
  width: 30%;
}
.p-greeting .greeting-content .img-content .name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.p-greeting .greeting-content .text-content {
  width: 70%;
}
.p-greeting .greeting-content .text-content p {
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .p-greeting .greeting-content {
    flex-direction: column;
    gap: 20px;
  }
  .p-greeting .greeting-content .img-content {
    max-width: 100%;
    width: 100%;
  }
  .p-greeting .greeting-content .img-content p {
    text-align: center;
  }
  .p-greeting .greeting-content .text-content {
    width: 100%;
  }
}
.p-activity .activity-content p {
  line-height: 2;
}
.p-activity .activity-content .red-text {
  color: #FF0000;
  font-size: 14px;
  margin-top: 30px;
}
.p-activity .activity-content .activity-item {
  margin-top: 60px;
}
.p-activity .activity-content .activity-item .top-content h4 {
  margin-bottom: 30px;
}
.p-activity .activity-content .activity-item .bottom-content {
  margin-top: 40px;
}
.p-activity .activity-content .activity-item .bottom-content h5 {
  font-size: 20px;
  font-weight: 700;
  background: #E43C01;
  color: #fff;
  padding: 8px 14px;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list {
  margin-bottom: 40px;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list > p {
  color: #E43C01;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list .red-text {
  color: #FF0000;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 300;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list ul li {
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list ul li a {
  color: #0014FF;
  text-decoration: underline;
}
.p-activity .activity-content .activity-item .bottom-content .activity-list ul li:before {
  content: "・";
  margin-right: 10px;
  color: #E43C01;
  position: absolute;
  left: 0;
}
.p-activity .activity-content .activity-item .bottom-content .activity-contact div {
  display: flex;
  margin-top: 16px;
}
.p-activity .activity-content .activity-item .bottom-content .activity-contact div a {
  color: #0014FF;
  text-decoration: underline;
}

.p-policy .policy-content .policy-item {
  margin-top: 60px;
}
.p-policy .policy-content .policy-item p {
  margin-top: 10px;
  line-height: 2;
}
.p-policy .policy-content .policy-item ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: solid 1px rgba(228, 60, 1, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-policy .policy-content .policy-item ul li .number {
  font-size: 26px;
  color: #E43C01;
  font-weight: 700;
}
.p-policy .policy-content .policy-item ul li .text {
  font-weight: 700;
  margin-top: 20px;
}

.p-achievement .achievement-content .achievement-item {
  margin-top: 40px;
}
.p-achievement .achievement-content .achievement-item p {
  margin-top: 30px;
}
.p-achievement .achievement-content .achievement-item ul {
  margin-top: 30px;
}
.p-achievement .achievement-content .achievement-item ul li {
  margin-bottom: 20px;
}
.p-achievement .achievement-content .achievement-item ul li a {
  color: #0014FF;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}
.p-achievement .achievement-content .achievement-item ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0014FF;
}

.p-access .access-content .access-map img {
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-access .access-content .access-map p {
  line-height: 2;
}
.p-access .access-content .access-info {
  margin-top: 60px;
}
.p-access .access-content .access-info .access-item {
  margin-top: 30px;
  margin-bottom: 60px;
}
.p-access .access-content .access-info .access-item h5 {
  font-size: 20px;
  font-weight: 700;
  background: #E43C01;
  color: #fff;
  padding: 8px 14px;
}
.p-access .access-content .access-info .access-item ul {
  margin-top: 20px;
}
.p-access .access-content .access-info .access-item ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.p-access .access-content .access-info .access-item ul li .number {
  color: #E43C01;
  font-weight: 700;
}
.p-access .access-content .access-info .access-item ul:nth-of-type(2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #CCCCCC;
}
.p-access .access-content .access-info p a {
  color: #0014FF;
  text-decoration: underline;
}

.p-lifecycle .column-main-inner > p {
  line-height: 2;
  margin-top: 60px;
}
.p-lifecycle .lifecycle-content {
  margin-top: 60px;
}
.p-lifecycle .lifecycle-content .lifecycle-item {
  margin-top: 30px;
  margin-bottom: 60px;
}
.p-lifecycle .lifecycle-content .lifecycle-item h5 {
  font-size: 20px;
  font-weight: 700;
  background: #E43C01;
  color: #fff;
  padding: 8px 14px;
  margin-bottom: 20px;
}
.p-lifecycle .lifecycle-content .lifecycle-item div {
  margin-bottom: 40px;
}
.p-lifecycle .lifecycle-content .lifecycle-item div p {
  margin-top: 10px;
  line-height: 2;
}
.p-lifecycle .lifecycle-content .lifecycle-item div p span {
  font-weight: 700;
  color: #E43C01;
  font-size: 18px;
}
.p-lifecycle .lifecycle-content .timing-content {
  margin-top: 80px;
  background: #FEF8F6;
  padding: 40px;
}
.p-lifecycle .lifecycle-content .timing-content p {
  line-height: 2;
}
.p-lifecycle .lifecycle-content .timing-content p span {
  font-weight: 700;
  color: #E43C01;
}
.p-lifecycle .lifecycle-content .timing-content a {
  max-width: 410px;
  width: 100%;
  background: #e43c01;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.p-lifecycle .lifecycle-content .timing-content a p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}
.p-lifecycle .lifecycle-content .timing-content a .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1000px) {
  .p-lifecycle .lifecycle-content .timing-content {
    padding: 40px 20px;
  }
}
.p-start .column-main-inner p {
  line-height: 2;
}
.p-start .start-content {
  margin-top: 60px;
}
.p-start .start-content .start-item {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}
.p-start .start-content .start-item::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50px;
  width: 1px;
  background: rgba(112, 112, 112, 0.28);
  height: calc(100% - 50px);
}
.p-start .start-content .start-item:nth-last-child(2)::after {
  display: none;
}
.p-start .start-content .start-item .step-number {
  color: #E43C01;
  font-weight: 700;
  white-space: nowrap;
}
.p-start .start-content .start-item .step-content h4 {
  font-size: 20px;
  font-weight: 700;
}
.p-start .start-content .start-item .step-content .text-content {
  margin-top: 20px;
}
.p-start .start-content .start-item .step-content .text-content ul li {
  margin-top: 10px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.p-start .start-content .start-item .step-content .text-content ul li::before {
  content: "・";
  margin-right: 10px;
  color: #E43C01;
  position: absolute;
  left: 0;
}
.p-start .start-content .start-item .step-content .text-content p {
  margin-top: 10px;
}
.p-start .start-content .start-item .step-content .text-content p span {
  font-size: 18px;
  font-weight: 700;
  color: #E43C01;
  line-height: 1.8;
}
.p-start .start-content .start-item .step-content .text-content .point-content {
  padding: 20px 30px;
  background: #FEF8F6;
  margin-top: 30px;
}
.p-start .start-content .start-message {
  background: #FEF8F6;
  padding: 30px;
}
.p-start .start-content .start-message p {
  margin-top: 20px;
}

.p-fee .column-main-inner p {
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

.p-about .column-main-inner > p {
  margin-top: 40px;
}
.p-about .column-main-inner p {
  line-height: 2;
}
.p-about .column-main-inner .about-content .about-item {
  margin-top: 60px;
}
.p-about .column-main-inner .about-content .about-item h4 {
  margin-bottom: 30px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow {
  margin-top: 30px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item {
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item:last-child::after {
  display: none;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item:nth-of-type(3)::after {
  bottom: -4px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 105px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid rgba(228, 60, 1, 0.26);
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-ttl {
  background: #E43C01;
  min-width: 210px;
  padding-top: 30px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-ttl p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt {
  padding: 16px 20px;
  border: 2px solid #E43C01;
  position: relative;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt .flow-item-box {
  margin-bottom: 20px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt .flow-item-box p span {
  color: #E43C01;
  font-weight: 700;
  font-size: 18px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt .new-medicine {
  background: #FDEFEB;
  padding: 0 14px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt .new-medicine p {
  color: #E43C01;
  font-weight: 700;
  padding: 10px 0;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-txt .last-txt {
  position: absolute;
  bottom: -36px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .last-item {
  background: #E43C01;
  width: 100%;
  margin-top: 16px;
  padding: 14px 16px;
}
.p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .last-item p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.p-about .column-main-inner .about-content .about-item .merit-demerit div {
  margin-bottom: 20px;
}
.p-about .column-main-inner .about-content .about-item .merit-demerit div p {
  color: #E43C01;
  font-weight: 700;
  font-size: 18px;
}
.p-about .column-main-inner .about-content .about-item .merit-demerit div ul li {
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.p-about .column-main-inner .about-content .about-item .merit-demerit div ul li:before {
  content: "・";
  margin-right: 10px;
  color: #E43C01;
  position: absolute;
  left: 0;
}
.p-about .column-main-inner .about-content .about-item .request-content {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-ttl {
  max-width: 210px;
  background: #E43C01;
  width: 30%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-ttl p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt {
  width: 80%;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box {
  display: flex;
  position: relative;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #F8CBBC;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-ttl {
  background: #E43C01;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  max-width: 140px;
  width: 25%;
  padding: 10px;
  justify-content: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-ttl p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-txt {
  background: #FEF8F6;
  border-radius: 0 10px 10px 0;
  width: 80%;
  padding: 20px;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-txt p {
  font-weight: 700;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-txt p span {
  color: #E43C01;
  font-size: 14px;
  font-weight: 700;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box {
  display: flex;
  margin-top: 20px;
  position: relative;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #F8CBBC;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-ttl {
  background: #BABABA;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  max-width: 140px;
  width: 25%;
  padding: 10px;
  justify-content: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-ttl p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-txt {
  background: #EFEFEF;
  border-radius: 0 10px 10px 0;
  width: 80%;
  padding: 20px;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-txt p {
  font-weight: 700;
}
.p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-txt p span {
  color: #E43C01;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item {
    display: block;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item::after {
    left: 50%;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item:nth-last-child(3) {
    padding-bottom: 10px;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item:nth-last-child(3)::after {
    display: none;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .flow-ttl {
    padding: 10px;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .flow-item .last-item p {
    font-size: 22px;
    line-height: 32px;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .last-txt {
    position: relative;
  }
  .p-about .column-main-inner .about-content .about-item .trial-flow .last-txt::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid rgba(228, 60, 1, 0.26);
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-ttl {
    width: 20%;
    min-width: 60px;
    writing-mode: vertical-rl;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box {
    display: block;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-ttl {
    width: 100%;
    max-width: none;
    border-radius: 10px 10px 0 0;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-txt {
    width: 100%;
    max-width: none;
    border-radius: 0 0 10px 10px;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .partake-box .partake-txt p {
    font-size: 14px;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box {
    display: block;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-ttl {
    width: 100%;
    max-width: none;
    border-radius: 10px 10px 0 0;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-txt {
    width: 100%;
    max-width: none;
    border-radius: 0 0 10px 10px;
  }
  .p-about .column-main-inner .about-content .about-item .request-content .request-txt .not-partake-box .partake-txt p {
    font-size: 14px;
  }
}
.p-trials .column-main-inner .trials-content .btn-flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
.p-trials .column-main-inner .trials-content .btn-flex a {
  width: calc(33.3% - 13.33px);
  background: #e43c01;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.p-trials .column-main-inner .trials-content .btn-flex a p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}
.p-trials .column-main-inner .trials-content .btn-flex a .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1000px) {
  .p-trials .column-main-inner .trials-content .btn-flex {
    flex-direction: column;
  }
  .p-trials .column-main-inner .trials-content .btn-flex a {
    width: 100%;
  }
}
.p-faq .search-area {
  background: #E43C01;
  margin-top: 40px;
  padding: 50px 0;
}
.p-faq .search-area .search-inner {
  max-width: 780px;
  margin: auto;
}
.p-faq .search-area .search-inner h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-faq .search-area .search-inner .search-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.p-faq .search-area .search-inner .search-box input {
  width: 85%;
  max-width: 640px;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
}
.p-faq .search-area .search-inner .search-box button {
  width: 120px;
  max-width: 120px;
  padding: 10px 10px;
  border-radius: 10px;
  border: none;
  background: #BABABA;
  font-size: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
}
.p-faq .search-area .search-inner .search-box button img {
  width: 14px;
}
.p-faq .search-area .search-inner .search-note {
  margin-top: 15px;
  background: #FFCCCC;
  padding: 10px;
}
.p-faq .search-area .search-inner .search-note p {
  font-size: 14px;
  color: #FF2700;
  text-align: center;
  font-weight: 700;
}
.p-faq .search-area .search-inner .keyword-area {
  margin-top: 20px;
}
.p-faq .search-area .search-inner .keyword-area > p {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.p-faq .search-area .search-inner .keyword-area .keyword-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.p-faq .search-area .search-inner .keyword-area .keyword-box ul li a {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #000000;
  display: block;
}
.p-faq .search-area .search-inner .keyword-area .keyword-box ul li a p {
  font-weight: 700;
}
.p-faq .search-area .search-inner .keyword-area .keyword-box ul li a:hover {
  background: #E43C01;
  color: #fff;
  border-color: #fff;
}
.p-faq .search-area .search-inner .keyword-area .keyword-box ul li.active a {
  background: #E43C01;
  color: #fff;
  border-color: #fff;
}
.p-faq .faq-area {
  margin-top: 60px;
}
.p-faq .faq-area .sub-ttl {
  font-size: 22px;
  font-weight: 700;
  border-left: 3px solid #E43C01;
  padding-left: 10px;
}
.p-faq .faq-area .faq-inner {
  max-width: 1000px;
  margin: auto;
}
.p-faq .faq-area .faq-inner .faq-content {
  margin-bottom: 60px;
  /* 縦線 */
}
.p-faq .faq-area .faq-inner .faq-content .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: 1px solid #D0D0D0;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 20px;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__question .faq-item__question-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__q-mark {
  font-size: 20px;
  font-weight: 700;
  color: #E43C01;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__question-text {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2px;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__icon .faq-item__icon-inner {
  width: 18px;
  height: 18px;
  position: relative;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__answer .faq-item__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 20px;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__a-mark {
  font-size: 18px;
  font-weight: 600;
  color: #E43C01;
  line-height: 1.4;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item .faq-item__answer-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item__icon-inner::before,
.p-faq .faq-area .faq-inner .faq-content .faq-item__icon-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #E43C01;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.p-faq .faq-area .faq-inner .faq-content .faq-item__icon-inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq .faq-area .faq-inner .faq-content .faq-item.is-open .faq-item__icon-inner::after {
  opacity: 0;
}

.page-nav {
  margin-top: 60px;
}
.page-nav ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.page-nav ul li {
  width: 46px;
  height: 46px;
  background: #fff;
  border: solid 2px #E43C01;
  border-radius: 50%;
}
.page-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #E43C01;
}
.page-nav ul li a img {
  width: 8px;
}
.page-nav ul li.active {
  background: #E43C01;
  pointer-events: none;
  border: solid 1px #E43C01;
}
.page-nav ul li.active a {
  color: #fff;
}
.page-nav ul li.dots {
  pointer-events: none;
  border: none;
  width: 20px;
}
.page-nav ul li.page-last {
  width: 90px;
}
.page-nav ul li.page-last a {
  gap: 14px;
}
.page-nav ul .page-prev {
  transform: scale(-1, 1);
}

.p-news .news-area {
  margin-top: 60px;
}
.p-news .news-area .news-inner {
  max-width: 1000px;
  margin: auto;
}
.p-news .news-area .news-inner .news-content .content-inner > p {
  line-height: 2;
  margin-top: 16px;
}
.p-news .news-area .news-inner .news-content .content-inner > a {
  color: #1968FF;
  text-decoration: underline;
  line-height: 2;
}
.p-news .news-area .news-inner .news-content .content-inner > h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}
.p-news .news-area .news-inner .news-content .content-inner > h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  border-bottom: 1px solid #E43C01;
}
.p-news .news-area .news-inner .news-content .content-inner > h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #E43C01;
}
.p-news .news-area .news-inner .news-content .content-inner > h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: #E43C01;
}
.p-news .news-area .news-inner .news-content .content-inner > ul {
  border: 1px solid #E43C01;
  padding: 20px;
  margin-top: 10px;
}
.p-news .news-area .news-inner .news-content .content-inner > ul li {
  line-height: 2;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.p-news .news-area .news-inner .news-content .content-inner > ul li:first-child {
  margin-top: 0;
}
.p-news .news-area .news-inner .news-content .content-inner > ul li:before {
  content: "・";
  margin-right: 10px;
  color: #E43C01;
  position: absolute;
  left: 0;
}
.p-news .back-btn {
  max-width: 390px;
  width: 100%;
  background: #e43c01;
  border: solid 2px #e43c01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}
.p-news .back-btn p {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}
.p-news .back-btn .arrow-icon {
  width: 12px;
  margin-left: auto;
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=style.css.map */