@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;
}

p {
  line-height: 1.875;
}

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: 1000px) {
  .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;
  overflow-x: hidden;
}

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 {
  margin-top: 140px;
}

* {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.menu {
  display: none;
}

header {
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
header .header-top .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .l-inner h1 img {
  max-width: 260px;
}
@media screen and (max-width: 1200px) {
  header .header-top .l-inner h1 img {
    width: clamp(168px, 20vw, 240px);
  }
}
header .header-top .l-inner .nav-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  header .header-top .l-inner .nav-contact {
    gap: 15px;
  }
}
header .header-top .l-inner .nav-contact .nav-tel {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  header .header-top .l-inner .nav-contact .nav-tel {
    gap: 30px;
  }
}
header .header-top .l-inner .nav-contact .nav-tel div {
  position: relative;
}
header .header-top .l-inner .nav-contact .nav-tel div:last-of-type::after {
  display: none;
}
header .header-top .l-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 .l-inner .nav-contact .nav-tel .sub-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  header .header-top .l-inner .nav-contact .nav-tel .sub-nav ul {
    gap: 10px;
  }
}
header .header-top .l-inner .nav-contact .nav-tel .sub-nav ul li {
  position: relative;
}
header .header-top .l-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 .l-inner .nav-contact .nav-tel .sub-nav ul li:last-of-type::after {
  display: none;
}
header .header-top .l-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 .l-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 .l-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 .l-inner .nav-contact .nav-tel .tel-box .tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
header .header-top .l-inner .nav-contact .cta-btn {
  width: 155px;
  height: 40px;
}
header .header-top .l-inner .nav-contact .cta-btn a {
  background: #0f3c69;
  border: solid 1px #0f3c69;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-top .l-inner .nav-contact .cta-btn a p {
  color: #fff;
}
header .header-top .l-inner .nav-contact .cta-btn a:hover {
  background: #fff;
}
header .header-top .l-inner .nav-contact .cta-btn a:hover p {
  color: #0f3c69;
}
header .header-bottom {
  margin-top: 30px;
}
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: 44px;
  bottom: 0;
  left: -10px;
}
header .header-bottom .nav-inner .header-nav .down-b ul li {
  background: #fff;
}
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;
}
header .header-bottom .nav-inner .header-nav .down-b ul li a img {
  width: 14px;
  margin-left: auto;
  filter: brightness(0) invert(0);
}
header .header-bottom .nav-inner .header-nav .down-b ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #ccc;
}
header .header-bottom .nav-inner .header-nav .down-b ul li:hover {
  background: #f7f7f7;
}
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 {
  width: 7px;
  height: 7px;
  display: block;
  border: 0;
  border-bottom: solid 2px #004182;
  border-right: solid 2px #004182;
  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(5.6px, 0.6666666667vw, 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;
}
header .header-bottom .nav-inner .header-nav > ul li:first-of-type {
  padding-left: 7px;
}
header .header-bottom .nav-inner .header-nav > ul li:first-of-type::before {
  content: "";
  display: block;
  height: 20px;
  background: #e1e1e5;
  width: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
header .header-bottom .nav-inner .header-nav > ul li .down-b ul li {
  padding: 0;
}
header .header-bottom .nav-inner .header-nav > ul li:last-of-type::after {
  display: none;
}
header .header-bottom .nav-inner .header-nav > ul li:last-of-type::before {
  content: "";
  display: block;
  height: 20px;
  background: #e1e1e5;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
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 35px;
}
@media screen and (max-width: 1200px) {
  header .header-bottom .nav-inner .header-nav > ul li p {
    padding: 0 10px;
    font-size: clamp(11.2px, 1.3333333333vw, 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;
  }
}

.sec-ttl {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.sec-ttl img {
  width: 24px;
  height: 100%;
}
.sec-ttl p {
  font-size: 30px;
}

section:nth-of-type(even) {
  background: #f7f7f7;
}

.n-btn {
  max-width: 260px;
  width: 100%;
  height: 50px;
}
.n-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000000;
  gap: 20px;
}
.n-btn a img {
  width: 18px;
  transition: 0.1s;
  filter: brightness(0) invert(0);
}
.n-btn:hover a {
  background: #004083;
  border: solid 1px #004083;
  color: #fff;
}
.n-btn:hover a img {
  filter: brightness(0) invert(1);
  transition: 0.1s;
}

.service-sec {
  margin-top: 100px;
}
.service-sec .service-content {
  margin-top: 50px;
  display: flex;
  gap: 40px;
}
.service-sec .service-content .service-item a {
  height: 100%;
  display: block;
}
.service-sec .service-content .service-item a p {
  position: relative;
  font-size: 20px;
}
.service-sec .service-content .service-item a p::after, .service-sec .service-content .service-item a p::before {
  position: absolute;
  top: 50%;
  right: 4px;
  height: 1px;
  background: #343434;
  content: "";
}
.service-sec .service-content .service-item a p::before {
  width: 18px;
  transform: translateY(-50%);
}
.service-sec .service-content .service-item a p::after {
  width: 10px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.service-sec .service-content .service-item a img {
  margin-bottom: 16px;
}
.service-sec .service-content .service-item a:hover p {
  color: #004083;
}
.service-sec .service-content .service-item a:hover p::after, .service-sec .service-content .service-item a:hover p::before {
  background: #004083;
}
.service-sec .flex-box {
  display: flex;
  gap: 40px;
  margin-top: 100px;
}

.p-top .seminar-sec {
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.p-top .seminar-sec .seminar-content {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.p-top .seminar-sec .seminar-content .seminar-item {
  width: 33.3%;
}
.p-top .news-sec {
  padding: 100px 0;
}
.p-top .news-sec .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top .news-sec .news-list {
  margin-top: 50px;
}
.p-top .news-sec .news-list ul li {
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e5;
  margin-bottom: 30px;
}
.p-top .news-sec .news-list ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .news-sec .news-list ul li a div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-top .news-sec .news-list ul li a .date {
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
  font-size: 14px;
}
.p-top .news-sec .news-list ul li a .news-cat {
  border: solid 1px #000;
  padding: 4px 8px;
  line-height: 1;
}
.p-top .news-sec .news-list ul li a .news-ttl {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
.p-top .news-sec .news-list > a {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.p-top .news-sec .news-list > a img {
  width: 30px;
}
.p-top .media-sec {
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-top .media-sec .media-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-top .media-sec .media-content .media-item {
  width: calc(50% - 20px);
}

.contact-sec {
  background: #285075 !important;
  padding-top: 60px;
  padding-bottom: 100px;
}
.contact-sec .sec-ttl p {
  color: #fff;
}
.contact-sec .contact-content {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.contact-sec .contact-content .contact-item {
  width: 33.3%;
  border-right: solid 1px #fff;
  padding: 15px 0;
}
.contact-sec .contact-content .contact-item h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.contact-sec .contact-content .contact-item .tel-box a {
  font-size: 32px;
  margin: auto;
  width: fit-content;
  display: block;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.contact-sec .contact-content .contact-item .tel-box a span {
  font-size: 20px;
}
.contact-sec .contact-content .contact-item > p {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-sec .contact-content .contact-item:last-of-type {
  border-right: none;
}
.contact-sec .contact-content .contact-item .n-btn {
  margin: auto;
  background: #fff;
  max-width: 320px;
  height: 70px;
  margin-top: 30px;
}

.bread {
  padding-top: 20px;
  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;
  color: #7e7e88;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}

.bread li a {
  font-size: 12px;
  color: #7e7e88;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}

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

footer {
  padding-top: 80px;
  padding-bottom: 40px;
}
footer .l-inner {
  position: relative;
}
footer .l-inner > a {
  width: fit-content;
  display: block;
  margin-top: 40px;
}
footer .l-inner > a img {
  width: 30px;
}
footer .footer-inner {
  display: flex;
  gap: 120px;
}
footer .footer-inner .left-box {
  min-width: 280px;
}
footer .footer-inner .left-box .cmp-name img {
  width: 280px;
}
footer .footer-inner .left-box .cmp-name p {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-inner .left-box .place {
  margin-top: 40px;
}
footer .footer-inner .left-box .place p {
  font-weight: 700;
}
footer .footer-inner .left-box .place p:last-of-type {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-top: 5px;
}
footer .footer-inner .right-box {
  display: flex;
  width: 100%;
  gap: 40px;
}
footer .footer-inner .right-box .list-item {
  width: 25%;
}
footer .footer-inner .right-box .list-item a {
  width: fit-content;
  display: block;
  margin-bottom: 20px;
}
footer .footer-inner .right-box .list-item ul li a {
  font-size: 14px;
}
footer .footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: solid 1px #e1e1e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom p {
  color: #7e7e88;
  font-size: 12px;
}
footer .footer-bottom img {
  width: 240px;
}

.top-btn {
  position: fixed;
  background: #fff;
  border: solid 1px #004182;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  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;
}
.top-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #004182;
  border-right: solid 2px #004182;
  position: absolute;
  top: 56%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(225deg);
  margin: auto;
}

@media screen and (min-width: 1240px) {
  .top-btn {
    right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1000px) {
  .overflow-hidden {
    overflow: hidden;
  }
  main {
    margin-top: 68px;
  }
  .menu {
    display: none;
    height: 110vh;
    overflow: scroll;
    padding-bottom: 200px;
    padding-top: 30px;
  }
  .menu.is-active {
    display: block;
  }
  .menu .menu-inner .list-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .menu .menu-inner .ac-list {
    padding-bottom: 0;
  }
  .menu .menu-inner .ac-ttl {
    cursor: pointer;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .menu .menu-inner .ac-ttl::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #004182;
    border-right: solid 2px #004182;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    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;
    background: #fff;
    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: 60px;
    height: 67px;
    background: #fff;
  }
  .header__hamburger.active p {
    color: #fff;
  }
  .header__hamburger p {
    font-size: 10px;
    color: #004083;
    margin-top: 5px;
    display: block;
  }
  .header__hamburger div {
    width: fit-content;
    margin: auto;
    min-height: 12px;
  }
  .header__hamburger span {
    display: block;
    width: 20px;
    margin: auto;
    height: 2px;
    margin-bottom: 3px;
    background-color: #004083;
    border-radius: 30px;
  }
  .header__hamburger span:first-of-type {
    margin-top: 8px;
  }
  .header__hamburger.active {
    background: #004083;
  }
  .header__hamburger.active span {
    background: #fff;
  }
  .header__hamburger.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
    width: 20px;
  }
  .header__hamburger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .header__hamburger.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    width: 20px;
  }
  header {
    padding: 0;
  }
  header .header-top .l-inner {
    padding-right: 0;
    justify-content: unset;
  }
  header .header-top .l-inner h1 {
    padding: 20px 0;
  }
  header .header-top .l-inner h1 img {
    width: 180px;
  }
  header .header-top .l-inner .nav-contact {
    margin-left: auto;
  }
  header .header-top .l-inner .nav-contact .cta-btn {
    width: auto;
    height: auto;
  }
  header .header-top .l-inner .nav-contact .cta-btn a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  header .header-top .l-inner .nav-contact .cta-btn a img {
    width: 18px;
  }
  header .hum-inner {
    margin-left: 20px;
  }
  .service-sec {
    margin-top: 60px;
  }
  .service-sec .service-content {
    display: block;
    margin-top: 30px;
  }
  .service-sec .service-content .service-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .service-sec .flex-box {
    display: block;
  }
  .service-sec .flex-box .media-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-top .seminar-sec {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .p-top .seminar-sec .seminar-content {
    display: block;
  }
  .p-top .seminar-sec .seminar-content .seminar-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-top .news-sec .news-list > a {
    margin-top: 50px;
  }
  .p-top .news-sec .news-list ul li a {
    display: block;
  }
  .p-top .news-sec .news-list ul li a .news-ttl {
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .p-top .news-sec .flex-box {
    justify-content: center;
  }
  .p-top .news-sec .n-btn {
    width: 100%;
    max-width: unset;
    margin-top: 40px;
  }
  .p-top .media-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .p-top .media-sec .media-content {
    margin-top: 30px;
    display: block;
  }
  .p-top .media-sec .media-content .media-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .contact-sec {
    padding-bottom: 60px;
  }
  .contact-sec .contact-content {
    display: block;
    margin-top: 20px;
  }
  .contact-sec .contact-content .contact-item {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #fff;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .contact-sec .contact-content .contact-item:last-of-type {
    border-bottom: none;
  }
  .contact-sec .contact-content .contact-item .n-btn {
    margin-top: 20px;
  }
  footer {
    padding-bottom: 100px;
  }
  footer .l-inner .footer-inner {
    display: block;
  }
  footer .l-inner .footer-inner .right-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
    display: block;
  }
  footer .l-inner .footer-inner .right-box .list-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  footer .l-inner .footer-inner .right-box .list-item a {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  footer .footer-bottom {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: unset;
    padding-top: 30px;
    gap: 40px;
  }
}
.p-404 .error-inner {
  margin-top: 50px;
  padding-bottom: 80px;
}
.p-404 .error-inner .l-inner h3 {
  font-size: 30px;
}
.p-404 .error-inner .l-inner > p {
  margin-top: 40px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.p-404 .error-inner .l-inner .n-btn {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .p-404 .error-inner .l-inner h3 {
    font-size: 26px;
  }
  .p-404 .error-inner .l-inner .n-btn {
    max-width: unset;
    width: 100%;
  }
}
.p-sitemap .sitemap-sec {
  margin-top: 50px;
  padding-bottom: 120px;
}
.p-sitemap .sitemap-sec .sitemap-inner {
  display: flex;
  gap: 40px;
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content {
  width: 25%;
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content .list-item {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content ul li {
  margin-top: 20px;
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content ul li a {
  color: #004083;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, 0%);
}
.p-sitemap .sitemap-sec .sitemap-inner .sitemap-content > a {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .p-sitemap .sitemap-sec .sitemap-inner {
    display: block;
  }
  .p-sitemap .sitemap-sec .sitemap-inner .sitemap-content {
    width: 100%;
  }
  .p-sitemap .sitemap-sec .sitemap-inner .sitemap-content ul {
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
  }
  .top-btn {
    bottom: 40px;
  }
}
.page-ttl {
  margin-top: 60px;
}
.page-ttl h2 {
  font-size: 22px;
}

.p-coach .page-ttl {
  background: url(../assets/img/coach/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-coach .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-coach .l-inner > p {
  font-size: 18px;
  margin-top: 50px;
}
.p-coach .coach-sec {
  margin-bottom: 140px;
}
.p-coach .coach-content {
  display: flex;
  margin-top: 80px;
  gap: 80px;
}
.p-coach .coach-content img {
  max-width: 340px;
  height: 100%;
}
.p-coach .coach-content .coach-info .coach-name h3 {
  font-size: 30px;
}
.p-coach .coach-content .coach-info .coach-name p {
  font-size: 14px;
  margin-top: 6px;
}
.p-coach .coach-content .coach-info .coach-job {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}
.p-coach .coach-content .coach-info > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  line-height: 2;
}

.p-nav-sec {
  background: #f7f7f7;
  padding: 100px 0;
}
.p-nav-sec .btn-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 20px;
}
.p-nav-sec .btn-content .n-btn {
  max-width: unset;
  width: calc(50% - 20px);
  background: #fff;
}
.p-nav-sec .sec-ttl {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  .page-ttl {
    margin-top: 40px;
  }
  .p-coach .page-ttl {
    height: 150px;
    background: url(../assets/img/coach/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-coach .page-ttl h2 {
    font-size: 22px;
  }
  .p-coach .l-inner > p {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
  .p-coach .coach-sec .coach-content {
    display: block;
  }
  .p-coach .coach-sec .coach-content .coach-info {
    margin-top: 20px;
  }
  .p-nav-sec {
    padding-top: 60px;
  }
  .p-nav-sec .btn-content {
    gap: 20px 10px;
  }
  .p-nav-sec .btn-content .n-btn {
    width: calc(50% - 5px);
    height: auto;
  }
  .p-nav-sec .btn-content .n-btn a {
    padding: 10px;
    justify-content: space-between;
    gap: unset;
  }
  .p-nav-sec .btn-content .n-btn a img {
    width: 14px;
    margin-left: 5px;
  }
}
.p-baton .page-ttl {
  background: url(../assets/img/baton/main.jpg) center top no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-baton .page-ttl h2 {
  font-size: 28px;
  padding: 0 10px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #fff;
}
.p-baton .l-inner > p {
  font-size: 18px;
  margin-top: 50px;
}
.p-baton .navigator-sec {
  margin-top: 80px;
  margin-bottom: 60px;
}
.p-baton .navigator-sec .navigator-content {
  border: solid 1px #000000;
  padding: 30px 40px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer {
  display: flex;
  gap: 40px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer img {
  width: 200px;
  height: 100%;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info {
  width: 100%;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info .navigator-name p {
  font-size: 18px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info .navigator-name h3 {
  font-size: 40px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info .n-btn {
  margin-left: auto;
  width: 200px;
  margin-top: 20px;
}
.p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info .n-btn a img {
  width: 14px;
  height: auto;
}
.p-baton .navigator-sec .program-info {
  background: #f7f7f7;
  margin-top: 30px;
  padding: 30px 40px;
  gap: 40px;
  display: flex;
}
.p-baton .navigator-sec .program-info .left-box {
  padding-right: 40px;
  border-right: solid 1px #e1e1e5;
  display: flex;
  width: fit-content;
  min-width: 170px;
  gap: 10px;
}
.p-baton .navigator-sec .program-info .left-box div {
  display: flex;
  gap: 10px;
  height: fit-content;
  align-items: center;
}
.p-baton .navigator-sec .program-info .left-box div img {
  width: 40px;
  height: 40px;
}
.p-baton .navigator-sec .program-info .left-box div p {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  white-space: nowrap;
}
.p-baton .navigator-sec .program-info .right-box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.p-baton .navigator-sec .program-info .right-box p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-baton .movie-sec {
  padding-top: 60px;
  padding-bottom: 140px;
  border-bottom: solid 1px #7e7e88;
}
.p-baton .movie-sec .movie-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.p-baton .movie-sec .movie-content .movie-item {
  width: calc(50% - 40px);
}
.p-baton .movie-sec .movie-content .movie-item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-baton .movie-sec .movie-content .movie-item .date {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
  margin-top: 10px;
}
.p-baton .movie-sec .movie-content .movie-item .name {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .p-baton .page-ttl {
    height: 150px;
    background: url(../assets/img/baton/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-baton .l-inner > p {
    font-size: 16px;
    line-height: 2;
  }
  .p-baton .navigator-sec .navigator-content {
    padding: 20px;
  }
  .p-baton .navigator-sec .navigator-content .navigator-ineer {
    gap: 20px;
  }
  .p-baton .navigator-sec .navigator-content .navigator-ineer img {
    width: 90px;
  }
  .p-baton .navigator-sec .navigator-content .navigator-ineer .navigator-info .navigator-name h3 {
    font-size: 36px;
  }
  .p-baton .navigator-sec .navigator-content .n-btn {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
  .p-baton .navigator-sec .program-info {
    display: block;
    padding: 20px;
  }
  .p-baton .navigator-sec .program-info .left-box {
    border-right: none;
    padding-left: 0;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: solid 1px #ccc;
  }
  .p-baton .navigator-sec .program-info .right-box {
    margin-top: 20px;
  }
  .p-baton .navigator-sec .program-info .right-box p {
    line-height: 1.875;
  }
  .p-baton .movie-sec {
    padding-bottom: 40px;
  }
  .p-baton .movie-sec .movie-content {
    display: block;
  }
  .p-baton .movie-sec .movie-content .movie-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-privacy .privacy-inner {
  margin-top: 80px;
  padding-bottom: 140px;
}
.p-privacy .privacy-inner p span {
  color: #004182;
}

.p-news .news-list-sec {
  padding-bottom: 150px;
  margin-top: 56px;
}
.p-news .news-list-sec .list-inner .news-list ul {
  border-top: solid 1px #e1e1e5;
  padding-top: 36px;
}
.p-news .news-list-sec .list-inner .news-list ul li {
  padding-bottom: 36px;
  border-bottom: solid 1px #e1e1e5;
  margin-bottom: 30px;
}
.p-news .news-list-sec .list-inner .news-list ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.p-news .news-list-sec .list-inner .news-list ul li a div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-news .news-list-sec .list-inner .news-list ul li a .date {
  color: #555555;
}
.p-news .news-list-sec .list-inner .news-list ul li a .news-cat {
  border: solid 1px #000;
  padding: 4px 8px;
  line-height: 1;
}
.p-news .news-list-sec .list-inner .news-list ul li a .news-ttl {
  font-size: 20px;
}
.p-news .news-list-sec .list-inner .news-list ul li a img {
  filter: brightness(0) invert(0);
  width: 18px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.p-news .news-list-sec .list-inner .news-list ul li a:hover .news-ttl {
  text-decoration: underline;
}
.p-news .page-nav {
  margin-top: 40px;
}
.p-news .page-nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.p-news .page-nav ul li {
  width: 54px;
  height: 54px;
  background: #fff;
}
.p-news .page-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: solid 1px #0f3c69;
  font-size: 18px;
}
.p-news .page-nav ul li a img {
  width: 19px;
  filter: brightness(0) invert(0);
}
.p-news .page-nav ul li.active {
  color: #fff;
  background: #0f3c69;
  pointer-events: none;
  border: solid 1px #0f3c69;
}
.p-news .page-nav ul li.dots {
  width: auto;
  height: 100%;
  border: none;
  background: none;
  margin-top: 16px;
  pointer-events: none;
}
.p-news .page-nav ul li.page-last {
  width: 90px;
}
.p-news .page-nav ul li.page-last a {
  gap: 14px;
}
.p-news .page-nav ul .page-prev {
  transform: scale(-1, 1);
}
.p-news .news-inner {
  margin-top: 60px;
  padding-bottom: 150px;
}
.p-news .news-inner .ttl .date {
  color: #555555;
  text-align: center;
}
.p-news .news-inner .ttl .news-cat {
  border: solid 1px #000;
  padding: 4px 8px;
  line-height: 1;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}
.p-news .news-inner .ttl h1 {
  font-size: 34px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
.p-news .news-inner .news-content {
  background: #f7f7f7;
  margin-top: 40px;
}
.p-news .news-inner .news-content .inner {
  padding: 80px;
  padding-top: 60px;
}
.p-news .news-inner .news-content .inner p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin: 20px 0;
}
.p-news .news-inner .news-content .inner h2 {
  font-size: 30px;
}
.p-news .news-inner .news-content .inner h3 {
  font-size: 26px;
}
.p-news .news-inner .news-content .inner h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0f3c69;
  padding-bottom: 6px;
  border-bottom: solid 1px #0f3c69;
}
.p-news .news-inner .news-content .inner h5 {
  background: #0f3c69;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-news .news-inner .news-content .inner h6 {
  font-size: 18px;
  color: #0f3c69;
  font-weight: 700;
}
.p-news .news-inner .news-content .inner ul li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
.p-news .news-inner .news-content .inner ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f3c69;
  left: 0;
  top: 10px;
}
.p-news .news-inner .news-content .inner img {
  width: auto;
}
.p-news .news-inner .news-content .inner a {
  color: #0f3c69;
}
.p-news .news-inner .news-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.p-news .news-inner .news-btn .n-btn {
  margin: unset;
}
.p-news .news-inner .news-btn .n-prev img {
  transform: scale(-1, 1);
}
.p-news .news-inner .n-btn {
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .p-news .news-list-sec .list-inner .news-list ul li a {
    display: block;
  }
  .p-news .news-list-sec .list-inner .news-list ul li a .news-ttl {
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .p-news .news-inner .news-content .inner {
    padding: 30px;
  }
}
.p-contact .contact-inner {
  max-width: 700px;
  margin: auto;
  padding: 0 20px;
  margin-top: 100px;
  padding-bottom: 100px;
}
.p-contact .contact-inner .tel-content .inner {
  background: #f7f7f7;
  padding: 30px;
}
.p-contact .contact-inner .tel-content .inner h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.p-contact .contact-inner .tel-content .inner div p {
  margin-bottom: 5px;
  text-align: center;
}
.p-contact .contact-inner .tel-content .inner div p span {
  font-size: 20px;
}
.p-contact .contact-inner .tel-content .inner div p .number {
  font-size: 26px;
}
.p-contact .contact-inner .tel-content .inner > p {
  text-align: center;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner > p {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-contact .contact-inner > p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #d80000;
}
.p-contact .contact-inner form {
  margin-top: 50px;
}
.p-contact .contact-inner form .form-item {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: solid 1px #e1e1e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-contact .contact-inner form .form-item.radio-box {
  align-items: unset;
}
.p-contact .contact-inner form .form-item .item-name {
  min-width: 200px;
  width: 200px;
}
.p-contact .contact-inner form .form-item .item-name p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner form .form-item .item-name p span {
  color: #fff;
  width: 56px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.p-contact .contact-inner form .form-item .item-name p .required {
  background: #0f3c69;
}
.p-contact .contact-inner form .form-item .item-name p .any {
  background: #999999;
}
.p-contact .contact-inner form .form-item .item-box {
  width: 100%;
}
.p-contact .contact-inner form .form-item .item-box .radioItem {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner form .form-item .item-box .radioItem input {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.p-contact .contact-inner form .form-item .item-box .radioItem .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact .contact-inner form .form-item .item-box .radioItem span {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner form .form-item .item-box .radioItem input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  background-color: #0f3c69;
}
.p-contact .contact-inner form .form-item .item-box .radioItem:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-contact .contact-inner form .form-item .item-box input[type=text] {
  border-radius: 5px;
  border: solid 1px #cccccc;
  height: 50px;
  padding: 10px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner form .form-item .item-box textarea {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
  border: solid 1px #cccccc;
  height: 200px;
  padding: 10px;
  width: 100%;
}
.p-contact .contact-inner form .form-item.textarea-item {
  align-items: unset;
}
.p-contact .contact-inner form .form-item.textarea-item .item-name {
  margin-top: 10px;
}
.p-contact .contact-inner form > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}
.p-contact .contact-inner form > p a {
  color: #0f3c69;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact .contact-inner form .check-box {
  margin-top: 30px;
}
.p-contact .contact-inner form .check-box .checkboxItem {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}
.p-contact .contact-inner form .check-box .checkboxItem input {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.p-contact .contact-inner form .check-box .checkboxItem .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact .contact-inner form .check-box .checkboxItem span {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact .contact-inner form .check-box .checkboxItem input:checked {
  border: 1px solid #0f3c69;
  background-color: #0f3c69;
}
.p-contact .contact-inner form .check-box .checkboxItem input:checked::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 4px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
.p-contact .contact-inner form .check-box .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-contact .contact-inner form .form-btn {
  margin-top: 60px;
}
.p-contact .contact-inner form .form-btn input {
  background: #0f3c69;
  color: #fff;
  width: 100%;
  height: 70px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.p-contact.p-thanks .contact-inner {
  padding-bottom: 180px;
}
.p-contact.p-thanks .contact-inner h2 {
  font-size: 30px;
  text-align: center;
}
.p-contact.p-thanks .contact-inner .tel-content {
  margin-top: 40px;
}
.p-contact.p-thanks .contact-inner .n-btn {
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .p-contact .contact-inner .tel-content .inner {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-contact .contact-inner .tel-content .inner h3 {
    font-size: 18px;
  }
  .p-contact .contact-inner .tel-content .inner div p .number {
    font-size: 24px;
  }
  .p-contact .contact-inner .tel-content .inner > p {
    font-size: 14px;
  }
  .p-contact .contact-inner form .form-item {
    display: block;
  }
  .p-contact .contact-inner form .form-item .item-name {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-contact.p-thanks .contact-inner .n-btn {
    max-width: unset;
  }
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item:last-of-type div {
  padding-bottom: 0;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item .number {
  background: #0f3c69;
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item div {
  margin-top: 8px;
  padding-bottom: 30px;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item div h4 {
  color: #0f3c69;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item div p {
  text-align: left;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item div p span {
  font-size: 16px;
  color: #d80000;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact.p-application .contact-inner .tel-content .step-content .step-item .border-line {
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 36px;
  width: 2px;
  height: 100%;
  background: #0f3c69;
}
.p-contact.p-application .contact-inner form .address-item .item-box div {
  margin-bottom: 20px;
}
.p-contact.p-application .contact-inner form .address-item .item-box div:last-of-type {
  margin-bottom: 0;
}
.p-contact.p-application .contact-inner form .address-item {
  align-items: unset;
}
.p-contact.p-application .contact-inner form .address-item .item-box .address-number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact.p-application .contact-inner form .address-item .item-box .address-number .ad-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.p-contact.p-application .contact-inner form .address-item .item-box .address-number input {
  width: 110px;
}
.p-contact.p-application .contact-inner form .address-item .item-box .address-number .address-text {
  align-items: center;
  display: flex;
}
.p-contact.p-application .contact-inner form .address-item .select-box {
  position: relative;
  width: fit-content;
}
.p-contact.p-application .contact-inner form .address-item .select-box p {
  display: block;
  font-weight: 500;
}
.p-contact.p-application .contact-inner form .address-item .select-box::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: "";
  position: absolute;
  top: 40%;
  transform: translate(-50%);
  right: 10px;
  width: 0;
  z-index: 1;
}
.p-contact.p-application .contact-inner form .address-item .select-box select {
  border: solid 1px #ccc;
  padding: 0 20px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 50px;
  border-radius: 5px;
  width: 150px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact.p-application .contact-inner form .date-item .item-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact.p-application .contact-inner form .date-item .item-box select {
  border: solid 1px #ccc;
  padding: 0 20px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 50px;
  border-radius: 5px;
  width: 110px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact.p-application .contact-inner form .date-item .item-box p {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-coaching .page-ttl {
  background: url(../assets/img/coaching/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-coaching .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-coaching .l-inner > h3 {
  font-size: 40px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  color: #163f81;
}
.p-coaching .l-inner > h3 span {
  position: absolute;
  color: #d7dee9;
  font-size: 93px;
  opacity: 0.67;
  padding: 0;
  line-height: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  top: -60px;
}
.p-coaching .point-content {
  margin-top: 80px;
}
.p-coaching .point-content .point-box {
  border-bottom: solid 1px #000000;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.p-coaching .point-content .point-box div {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.p-coaching .point-content .point-box div .number {
  background: #0f3c69;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.p-coaching .point-content .point-box div p {
  font-size: 26px;
  margin-top: 2px;
}
.p-coaching .point-content .point-box > p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.p-coaching .scene-content {
  margin-top: 150px;
}
.p-coaching .scene-content > h3 {
  text-align: center;
  font-size: 34px;
  color: #0f3c69;
}
.p-coaching .scene-content .scene-item {
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: solid 1px #ccc;
  margin-top: 40px;
}
.p-coaching .scene-content .scene-item img {
  width: 150px;
  height: 100%;
}
.p-coaching .scene-content .scene-item div h4 {
  font-size: 30px;
  color: #0f3c69;
}
.p-coaching .scene-content .scene-item div p {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.p-coaching .scene-content .scene-item div p span {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-coaching .important-content {
  margin-top: 150px;
  border: solid 1px #0f3c69;
  padding-bottom: 50px;
}
.p-coaching .important-content > h3 {
  font-size: 34px;
  color: #fff;
  background: #0f3c69;
  padding: 10px;
  text-align: center;
}
.p-coaching .important-content .box1 {
  padding-bottom: 60px;
  margin: 0 40px;
  margin-top: 50px;
  border-bottom: solid 1px #ccc;
}
.p-coaching .important-content .box1 h4 {
  font-size: 30px;
  text-align: center;
}
.p-coaching .important-content .box1 p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-top: 50px;
}
.p-coaching .important-content .box2 {
  margin: 0 40px;
  margin-top: 30px;
}
.p-coaching .important-content .box2 h4 {
  font-size: 30px;
  text-align: center;
}
.p-coaching .important-content .box2 .flex-box {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.p-coaching .important-content .box2 .flex-box img {
  width: 335px;
}
.p-coaching .important-content .box2 .flex-box div {
  width: 100%;
}
.p-coaching .important-content .box2 .flex-box div h5 {
  width: 100%;
  background: #0f3c69;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
}
.p-coaching .important-content .box2 .flex-box div h5:last-of-type {
  margin-top: 40px;
}
.p-coaching .important-content .box2 .flex-box div h6 {
  color: #5eaf00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
}
.p-coaching .important-content .box2 .flex-box div h6:nth-of-type(2) {
  color: #f52a65;
}
.p-coaching .important-content .box2 .flex-box div h6:nth-of-type(3) {
  color: #ea8700;
  margin-top: 30px;
}
.p-coaching .important-content .box2 .flex-box div p {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-coaching .merit-content {
  margin-top: 150px;
}
.p-coaching .merit-content .tile h2 {
  font-size: 34px;
  text-align: center;
  color: #0f3c69;
}
.p-coaching .merit-content .tile h2 span {
  font-size: 26px;
}
.p-coaching .merit-content .quote {
  position: relative;
  width: 560px;
  margin: auto;
  margin-top: 50px;
}
.p-coaching .merit-content .quote::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 0;
  left: 0;
}
.p-coaching .merit-content .quote::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 0;
  right: 0;
}
.p-coaching .merit-content .quote h3 {
  font-size: 26px;
  text-align: center;
  padding-top: 10px;
}
.p-coaching .merit-content .quote p {
  text-align: center;
  line-height: 2;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
}
.p-coaching .merit-content .content-box {
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px 10px;
}
.p-coaching .merit-content .content-box .box {
  width: calc(33.3% - 67px);
  background: #d5e8b8;
  border-radius: 30px;
  position: relative;
  padding: 30px;
  padding-top: 40px;
}
.p-coaching .merit-content .content-box .box .number {
  background: #0f3c69;
  font-family: "Noto Serif JP", serif;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.p-coaching .merit-content .content-box .box div {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  border-bottom: solid 2px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-coaching .merit-content .content-box .box div h2 {
  font-size: 30px;
  margin-top: 6px;
  text-align: center;
}
.p-coaching .merit-content .content-box .box p {
  margin-top: 20px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.p-coaching .merit-content .content-box:last-of-type .box {
  border: none;
  background: #f2efcd;
}

.bnr-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 150px;
}
.bnr-box a {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .p-coaching .page-ttl {
    height: 150px;
    background: url(../assets/img/coaching/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-coaching .page-ttl h2 {
    font-size: 22px;
  }
  .p-coaching .l-inner > h3 {
    font-size: 28px;
    margin-top: 50px;
  }
  .p-coaching .l-inner > h3 span {
    font-size: 46px;
    top: -30px;
  }
  .p-coaching .point-content {
    display: block;
  }
  .p-coaching .point-content .point-box {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .p-coaching .point-content .point-box > p {
    margin-top: 10px;
  }
  .p-coaching .point-content .point-box div {
    min-height: unset;
  }
  .p-coaching .point-content .point-box div p {
    margin: 0;
  }
  .p-coaching .point-content .point-box div .number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 26px;
  }
  .p-coaching .scene-content {
    margin-top: 100px;
  }
  .p-coaching .scene-content > h3 {
    font-size: 30px;
  }
  .p-coaching .scene-content .scene-item {
    display: block;
    margin-top: 40px;
  }
  .p-coaching .scene-content .scene-item img {
    margin: auto;
    display: block;
  }
  .p-coaching .scene-content .scene-item div h4 {
    margin-top: 20px;
    font-size: 28px;
  }
  .p-coaching .scene-content .scene-item div p {
    margin-top: 20px;
  }
  .p-coaching .important-content {
    margin-top: 100px;
  }
  .p-coaching .important-content > h3 {
    font-size: 28px;
  }
  .p-coaching .important-content .box1 {
    margin: 0 20px;
    margin-top: 30px;
  }
  .p-coaching .important-content .box1 h4 {
    font-size: 28px;
  }
  .p-coaching .important-content .box1 p {
    margin-top: 20px;
  }
  .p-coaching .important-content .box2 {
    margin: 0 20px;
    margin-top: 30px;
  }
  .p-coaching .important-content .box2 h4 {
    font-size: 28px;
  }
  .p-coaching .important-content .box2 p {
    margin-top: 20px;
  }
  .p-coaching .important-content .box2 .flex-box {
    display: block;
    margin-top: 30px;
  }
  .p-coaching .important-content .box2 .flex-box div {
    margin-top: 40px;
  }
  .p-coaching .important-content .box2 .flex-box div h5 {
    font-size: 18px;
  }
  .p-coaching .merit-content {
    margin-top: 100px;
  }
  .p-coaching .merit-content .tile h2 {
    font-size: 30px;
  }
  .p-coaching .merit-content .quote {
    width: 100%;
  }
  .p-coaching .merit-content .quote h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-coaching .merit-content .quote p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-coaching .merit-content .content-box {
    display: block;
  }
  .p-coaching .merit-content .content-box .box {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .p-coaching .merit-content .content-box .box .number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 26px;
  }
  .bnr-box {
    display: block;
    padding-bottom: 100px;
  }
  .bnr-box a {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
}
.p-self-produced .page-ttl {
  background: url(../assets/img/self-produced/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-self-produced .page-ttl h2 {
  font-size: 28px;
  padding: 0 10px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.p-self-produced .first-content {
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.p-self-produced .first-content h3 {
  font-size: 34px;
  text-align: center;
}
.p-self-produced .first-content h4 {
  color: #0f3c69;
  font-size: 30px;
  margin-top: 60px;
  text-align: center;
}
.p-self-produced .first-content p {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
  font-size: 18px;
}
.p-self-produced .second-content {
  margin-top: 70px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.p-self-produced .second-content h3 {
  text-align: center;
  font-size: 34px;
}
.p-self-produced .second-content img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 60px;
}
.p-self-produced .bnr-box {
  margin-top: 150px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.p-self-produced .service-sec {
  margin-top: 100px;
  padding-bottom: 100px;
}

.third-content {
  margin-top: 70px;
}
.third-content h3 {
  font-size: 34px;
  text-align: center;
}
.third-content h4 {
  color: #0f3c69;
  font-size: 30px;
  margin-top: 60px;
  text-align: center;
}
.third-content p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  text-align: center;
}
.third-content img {
  max-width: 835px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 40px;
}

.book-content {
  padding-top: 200px;
  margin-top: -130px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.book-content > h3 {
  font-size: 34px;
  text-align: center;
}
.book-content .flex-box {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.book-content .flex-box .img-box img {
  min-width: 305px;
  width: 305px;
}
.book-content .flex-box .img-box p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  line-height: 1.7;
}
.book-content .flex-box .text-box .book-info {
  padding-bottom: 40px;
  border-bottom: solid 1px #e1e1e5;
}
.book-content .flex-box .text-box .book-info .book-ttl > p {
  color: #0f3c69;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.book-content .flex-box .text-box .book-info .book-ttl div {
  margin-top: 10px;
}
.book-content .flex-box .text-box .book-info .book-ttl div h4 {
  font-size: 30px;
  color: #0f3c69;
}
.book-content .flex-box .text-box .book-info .book-ttl div p {
  color: #0f3c69;
  margin-top: 5px;
}
.book-content .flex-box .text-box .book-info > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
}
.book-content .flex-box .text-box .book-info .shop-box {
  margin-top: 30px;
}
.book-content .flex-box .text-box .book-info .shop-box .price {
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .book-info .shop-box .price span {
  font-weight: 700;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a {
  background: #0f3c69;
  color: #fff;
  margin-top: 20px;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a img {
  filter: brightness(0) invert(1);
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a:hover img {
  filter: brightness(0) invert(0);
}
.book-content .flex-box .text-box .book-info .shop-box .red-text {
  color: #d80000;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .other-content {
  margin-top: 40px;
}
.book-content .flex-box .text-box .other-content h4 {
  font-size: 30px;
}
.book-content .flex-box .text-box .other-content p {
  line-height: 2;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .other-content p:last-of-type {
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .p-self-produced .page-ttl {
    height: 150px;
    background: url(../assets/img/self-produced/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-self-produced .page-ttl h2 {
    font-size: 22px;
  }
  .p-self-produced .first-content {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .p-self-produced .first-content h3 {
    font-size: 30px;
  }
  .p-self-produced .first-content h4 {
    font-size: 28px;
    margin-top: 40px;
  }
  .p-self-produced .first-content p {
    text-align: left;
    font-size: 16px;
  }
  .p-self-produced .second-content {
    padding-bottom: 80px;
  }
  .p-self-produced .second-content h3 {
    font-size: 30px;
  }
  .p-self-produced .second-content img {
    margin-top: 40px;
  }
  .p-self-produced .bnr-box {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .p-self-produced .service-sec {
    margin-top: 60px;
  }
  .p-self-produced .service-sec .service-content {
    display: block;
    margin-top: 30px;
  }
  .p-self-produced .service-sec .service-content .service-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .third-content {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .third-content h3 {
    font-size: 30px;
  }
  .third-content h4 {
    font-size: 28px;
    margin-top: 40px;
  }
  .third-content p {
    font-size: 16px;
  }
  .book-content > h3 {
    font-size: 30px;
  }
  .book-content .flex-box {
    margin-top: 40px;
    display: block;
  }
  .book-content .flex-box .text-box .book-info .book-ttl div p {
    font-size: 18px;
  }
  .book-content .flex-box .text-box .book-info .img-box {
    margin-top: 20px;
  }
  .book-content .flex-box .text-box .book-info .shop-box .n-btn {
    width: 100%;
    max-width: unset;
  }
  .book-content .flex-box .text-box .book-info .shop-box .red-text {
    text-align: center;
  }
}
.about-content {
  margin-top: 100px;
  padding-bottom: 100px;
}
.about-content img {
  width: 100%;
  border: 5px;
}
.about-content .l-inner div {
  margin-top: 60px;
}
.about-content .l-inner div h3 {
  font-size: 34px;
  text-align: center;
}
.about-content .l-inner div p {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.p-individual .page-ttl {
  background: url(../assets/img/individual/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-individual .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-individual .individual-sec02 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-individual .individual-sec02 .content-box {
  margin-bottom: 40px;
}
.p-individual .individual-sec02 .content-box:last-of-type {
  margin-bottom: 0;
}
.p-individual .individual-sec02 .content-box h4 {
  font-size: 26px;
}
.p-individual .individual-sec02 .content-box div {
  border: solid 1px #000000;
  background: #fff;
  padding: 40px;
  margin-top: 10px;
}
.p-individual .individual-sec02 .content-box div p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-individual .individual-sec02 .content-box div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-individual .individual-sec02 .content-box div ul li:last-of-type {
  margin-bottom: 0;
}
.p-individual .individual-sec02 .content-box div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  height: 12px;
  width: 12px;
  background: #0f3c69;
  border-radius: 50%;
}
.p-individual .service-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .about-content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .about-content .l-inner div {
    margin-top: 40px;
  }
  .about-content .l-inner div h3 {
    font-size: 30px;
  }
  .p-individual .page-ttl {
    height: 150px;
    background: url(../assets/img/individual/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-individual .page-ttl h2 {
    font-size: 22px;
  }
  .p-individual .individual-sec02 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p-individual .individual-sec02 .content-box div {
    padding: 20px;
  }
  .p-individual .service-sec {
    padding-bottom: 40px;
  }
}
.p-organization .page-ttl {
  background: url(../assets/img/organization/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-organization .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-organization .organization-sec02 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-organization .organization-sec02 .content-box {
  margin-bottom: 40px;
}
.p-organization .organization-sec02 .content-box:last-of-type {
  margin-bottom: 0;
}
.p-organization .organization-sec02 .content-box h4 {
  font-size: 26px;
}
.p-organization .organization-sec02 .content-box div {
  border: solid 1px #000000;
  background: #fff;
  padding: 40px;
  margin-top: 10px;
}
.p-organization .organization-sec02 .content-box div p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-organization .organization-sec02 .content-box div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-organization .organization-sec02 .content-box div ul li:last-of-type {
  margin-bottom: 0;
}
.p-organization .organization-sec02 .content-box div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  height: 12px;
  width: 12px;
  background: #0f3c69;
  border-radius: 50%;
}
.p-organization .oto-coaching {
  margin-top: 70px;
}
.p-organization .oto-coaching .l-inner {
  padding-bottom: 70px;
  border-bottom: solid 1px #e1e1e5;
}
.p-organization .oto-coaching .l-inner > h3 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
.p-organization .oto-coaching .l-inner > h3:last-of-type {
  margin-top: 70px;
}
.p-organization .oto-coaching .l-inner .oto-content {
  border: solid 1px #000000;
  padding: 40px;
  margin-bottom: 30px;
}
.p-organization .oto-coaching .l-inner .oto-content h4 {
  font-size: 30px;
}
.p-organization .oto-coaching .l-inner .oto-content .item-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.p-organization .oto-coaching .l-inner .oto-content .item-box .item-ttl {
  background: #e1e1e5;
  white-space: nowrap;
  font-weight: 700;
  padding: 0px 10px;
  font-family: "Noto Sans JP", sans-serif;
  height: fit-content;
}
.p-organization .oto-coaching .l-inner .oto-content .item-box p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-organization .oto-coaching .l-inner .oto-content .item-box .red-text span {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 10px;
}
.p-organization .oto-coaching .l-inner .oto-content .item-box .red-text b {
  font-family: "Noto Sans JP", sans-serif;
}
.p-organization .oto-coaching .l-inner .oto-content > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
.p-organization .oto-coaching .l-inner .oto-content .n-btn a {
  background: #0f3c69;
  color: #fff;
  margin-top: 20px;
}
.p-organization .oto-coaching .l-inner .oto-content .n-btn a img {
  filter: brightness(0) invert(1);
}
.p-organization .oto-coaching .l-inner .oto-content .n-btn a:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.p-organization .oto-coaching .l-inner .oto-content .n-btn a:hover img {
  filter: brightness(0) invert(0);
}
.p-organization .service-sec {
  background: #fff;
  margin-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .p-organization .page-ttl {
    height: 150px;
    background: url(../assets/img/organization/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-organization .page-ttl h2 {
    font-size: 22px;
  }
  .p-organization .organization-sec02 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p-organization .organization-sec02 .content-box div {
    padding: 20px;
  }
  .p-organization .organization-sec02 .content-box div ul li::before {
    top: 7px;
  }
  .p-organization .oto-coaching .l-inner > h3 {
    font-size: 30px;
  }
  .p-organization .oto-coaching .l-inner .oto-content {
    padding: 30px 20px;
  }
  .p-organization .oto-coaching .l-inner .oto-content h4 {
    font-size: 28px;
  }
  .p-organization .oto-coaching .l-inner .oto-content .item-box .red-text {
    line-height: 1.5;
  }
  .p-organization .oto-coaching .l-inner .oto-content .n-btn {
    width: 100%;
    max-width: unset;
  }
}
.p-education .page-ttl {
  background: url(../assets/img/education/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-education .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  display: flex;
  text-align: center;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-education .about-content .bnr-box {
  padding-bottom: 0;
}
.p-education .iasc-sec {
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-education .iasc-sec .l-inner .iasc-ttl {
  text-align: center;
}
.p-education .iasc-sec .l-inner .iasc-ttl h3 {
  color: #0f3c69;
  font-size: 30px;
}
.p-education .iasc-sec .l-inner .iasc-ttl p {
  color: #0f3c69;
  font-size: 14px;
}
.p-education .iasc-sec .l-inner > h3 {
  font-size: 32px;
  text-align: center;
  margin-top: 30px;
}
.p-education .iasc-sec .l-inner > p {
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .text-content {
  margin-top: 70px;
}
.p-education .coaching-course .text-content h2 {
  text-align: center;
  color: #163f81;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.p-education .coaching-course .text-content p {
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .course-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-education .coaching-course .course-content > h2 {
  text-align: center;
  color: #163f81;
  font-size: 30px;
}
.p-education .coaching-course .course-content .course-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
.p-education .coaching-course .course-content .course-box .course-item {
  width: calc(50% - 20px);
  border: 3px solid #f4afc3;
  position: relative;
  padding: 30px 40px;
}
.p-education .coaching-course .course-content .course-box .course-item .flex-box {
  display: flex;
  gap: 20px;
  border-bottom: solid 2px #f8c8c1;
  padding-bottom: 10px;
}
.p-education .coaching-course .course-content .course-box .course-item .number {
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  background: #163f81;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
}
.p-education .coaching-course .course-content .course-box .course-item .title h3 {
  font-size: 30px;
}
.p-education .coaching-course .course-content .course-box .course-item .title p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .course-content .course-box .course-item > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
.p-education .coaching-course .course-content .course-box .course-item .schedule {
  margin-top: 20px;
}
.p-education .coaching-course .course-content .course-box .course-item .schedule p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .course-content .course-box .course-item .schedule p span {
  background: #e1e1e5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 10px;
  font-weight: 700;
}
.p-education .coaching-course .course-content .course-box .course-item .schedule p:last-of-type {
  margin-bottom: 0;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(2) {
  border: 3px solid #9ad6dd;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(2) .flex-box {
  border-bottom: solid 2px #9ad6dd;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(3) {
  border: 3px solid #bbd920;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(3) .flex-box {
  border-bottom: solid 2px #bbd920;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(4) {
  border: 3px solid #fed400;
}
.p-education .coaching-course .course-content .course-box .course-item:nth-of-type(4) .flex-box {
  border-bottom: solid 2px #fed400;
}
.p-education .coaching-course .course-content .course-second {
  background: #fff5e0;
  padding: 20px 30px 25px;
  margin-top: 30px;
}
.p-education .coaching-course .course-content .course-second > div {
  display: flex;
  padding-bottom: 15px;
  gap: 20px;
  margin-bottom: 23.5px;
  border-bottom: solid 1px #cccccc;
}
.p-education .coaching-course .course-content .course-second > div .bg-b {
  background: #163f81;
  height: fit-content;
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
.p-education .coaching-course .course-content .course-second > div h3 {
  font-size: 26px;
  margin-top: -4px;
}
.p-education .coaching-course .course-content .course-second > div h3 .small-font {
  font-size: 24px;
}
.p-education .coaching-course .course-content .course-second > div h3 .big-font {
  font-size: 34px;
}
.p-education .coaching-course .course-content .course-second > div h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
.p-education .coaching-course .course-content .course-second > div p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .course-content .course-second > div:last-of-type {
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}
.p-education .coaching-course .course-content .course-second > p {
  margin-left: 72px;
}
.p-education .coaching-course .schedule-box .blue-title.tri-title {
  background: #0f3c69;
  color: #fff;
}
.p-education .coaching-course .schedule-box .blue-title.tri-title h2 {
  font-size: 34px;
  text-align: center;
  padding: 10px 0;
}
.p-education .coaching-course .schedule-box img {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 60px;
}
.p-education .coaching-course .bg-box {
  margin-top: 60px;
  background: #f1f5f8;
  padding: 40px 80px;
}
.p-education .coaching-course .bg-box .resp-txt2 {
  color: #0f3c69;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-education .coaching-course .bg-box .flex-box {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
.p-education .coaching-course .bg-box .flex-box img {
  width: 250px;
  min-width: 250px;
}
.p-education .coaching-course .bg-box .flex-box .right li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 20px;
  margin-bottom: 15px;
}
.p-education .coaching-course .bg-box .flex-box .right li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  height: 8px;
  width: 8px;
  background: #0f3c69;
  border-radius: 50%;
}
.p-education .coaching-course .bg-box .flex-box .right li:last-of-type {
  padding-left: 0;
  margin-top: 30px;
}
.p-education .coaching-course .bg-box .flex-box .right li:last-of-type::before {
  display: none;
}
.p-education .coaching-course .schedule-about {
  margin-top: 40px;
}
.p-education .coaching-course .schedule-about .tr-item {
  display: flex;
  gap: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e5;
}
.p-education .coaching-course .schedule-about .tr-item:first-of-type {
  border-top: solid 1px #e1e1e5;
}
.p-education .coaching-course .schedule-about .tr-item p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-education .coaching-course .schedule-about .tr-item p:first-of-type {
  font-weight: 700;
}
.p-education .coaching-course .btn-box {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.p-education .coaching-course .btn-box .n-btn {
  width: 50%;
  max-width: unset;
  height: 80px;
}
.p-education .coaching-course .btn-box .n-btn a p {
  font-size: 20px;
  font-weight: 700;
}
.p-education .service-sec {
  background: #fff;
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .p-education .page-ttl {
    height: 150px;
    background: url(../assets/img/education/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-education .page-ttl h2 {
    font-size: 22px;
  }
  .p-education .about-content .bnr-box {
    margin-top: 80px;
  }
  .p-education .iasc-sec {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p-education .iasc-sec .l-inner > h3 {
    font-size: 30px;
  }
  .p-education .coaching-course .text-content h2 {
    font-size: 28px;
    letter-spacing: normal;
  }
  .p-education .coaching-course .course-content > h2 {
    font-size: 28px;
  }
  .p-education .coaching-course .course-content .course-box .course-item {
    width: 100%;
    padding: 30px 20px;
  }
  .p-education .coaching-course .course-content .course-box .course-item .title h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .p-education .coaching-course .course-content .course-box .course-item .title p {
    margin-top: 5px;
  }
  .p-education .coaching-course .course-content .course-second {
    padding: 35px 20px;
  }
  .p-education .coaching-course .course-content .course-second > div .bg-b {
    white-space: nowrap;
  }
  .p-education .coaching-course .course-content .course-second > div h3 {
    font-size: 22px;
  }
  .p-education .coaching-course .schedule-box .blue-title.tri-title {
    padding: 10px 20px;
  }
  .p-education .coaching-course .schedule-box .blue-title.tri-title h2 {
    font-size: 30px;
    text-align: left;
  }
  .p-education .coaching-course .bg-box {
    padding: 50px 20px;
  }
  .p-education .coaching-course .bg-box .resp-txt2 {
    font-size: 28px;
  }
  .p-education .coaching-course .bg-box .flex-box {
    display: block;
  }
  .p-education .coaching-course .bg-box .flex-box img {
    display: block;
    margin: auto;
  }
  .p-education .coaching-course .bg-box .flex-box .right {
    margin-top: 30px;
  }
  .p-education .coaching-course .schedule-about .tr-item {
    gap: 40px;
  }
  .p-education .coaching-course .schedule-about .tr-item p:first-of-type {
    white-space: nowrap;
  }
  .p-education .coaching-course .btn-box {
    display: block;
  }
  .p-education .coaching-course .btn-box .n-btn {
    width: 100%;
  }
  .p-education .coaching-course .btn-box .n-btn:first-of-type {
    margin-bottom: 60px;
  }
}
.p-greeting .page-ttl {
  background: url(../assets/img/company/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-greeting .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 100%;
}
.p-greeting .greeting-content .greeting-box {
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.p-greeting .greeting-content .greeting-box .greeting-box-inner {
  margin: auto;
  max-width: 800px;
}
.p-greeting .greeting-content .greeting-box .text-box {
  margin-top: 70px;
}
.p-greeting .greeting-content .greeting-box .text-box h3 {
  font-size: 34px;
  text-align: center;
}
.p-greeting .greeting-content .greeting-box .text-box p {
  margin-top: 60px;
  font-size: 18px;
}
.p-greeting .greeting-content .greeting-box .name-box {
  margin-top: 100px;
  width: fit-content;
  margin-left: auto;
}
.p-greeting .greeting-content .greeting-box .name-box p:last-of-type {
  text-align: right;
}
.p-greeting .greeting-content .greeting-box .name-box p:last-of-type span {
  font-size: 30px;
  margin-left: 25px;
}
.p-greeting .greeting-content .profile-content {
  margin-top: 70px;
  display: flex;
  gap: 80px;
}
.p-greeting .greeting-content .profile-content img {
  width: 340px;
  height: 100%;
}
.p-greeting .greeting-content .profile-content .profile-text .name-box p {
  font-size: 20px;
}
.p-greeting .greeting-content .profile-content .profile-text .name-box h3 {
  font-size: 30px;
  margin-top: 10px;
}
.p-greeting .greeting-content .profile-content .profile-text > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}
.p-greeting .greeting-content .profile-content .profile-text .qualification {
  margin-top: 60px;
}
.p-greeting .greeting-content .profile-content .profile-text .qualification p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-greeting .greeting-content .profile-content .profile-text .qualification p:first-of-type {
  color: #0f3c69;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-greeting .greeting-content .company-btn {
  margin-bottom: 100px;
}

.company-btn {
  margin-top: 100px;
}
.company-btn .l-inner {
  display: flex;
  gap: 40px;
}
.company-btn .l-inner .n-btn {
  width: 25%;
  max-width: unset;
}
.company-btn .l-inner .n-btn.active a {
  pointer-events: none;
  background: #004083;
  color: #fff;
}
.company-btn .l-inner .n-btn.active a img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1000px) {
  .company-btn {
    margin-top: 100px;
  }
  .company-btn .l-inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .company-btn .l-inner .n-btn {
    width: calc(50% - 5px);
    max-width: unset;
  }
  .company-btn .l-inner .n-btn a {
    justify-content: space-between;
    padding: 7px;
    gap: 0;
  }
  .p-greeting .page-ttl {
    height: 150px;
    background: url(../assets/img/company/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-greeting .page-ttl h2 {
    font-size: 22px;
  }
  .p-greeting .greeting-content .greeting-box {
    padding-bottom: 80px;
  }
  .p-greeting .greeting-content .greeting-box .text-box p {
    margin-top: 40px;
    font-size: 16px;
  }
  .p-greeting .greeting-content .greeting-box .text-box h3 {
    font-size: 26px;
  }
  .p-greeting .greeting-content .greeting-box .name-box p:last-of-type span {
    font-size: 26px;
  }
  .p-greeting .greeting-content .profile-content {
    display: block;
  }
  .p-greeting .greeting-content .profile-content img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-philosophy .page-ttl {
  background: url(../assets/img/company/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-philosophy .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 100%;
}
.p-philosophy .philosophy-sec {
  margin-top: 70px;
}
.p-philosophy .philosophy-sec .philosophy-content {
  border-bottom: solid 1px #e1e1e5;
  padding-bottom: 100px;
}
.p-philosophy .philosophy-sec .philosophy-content h3 {
  font-size: 34px;
  text-align: center;
}
.p-philosophy .philosophy-sec .philosophy-content .philosophy-item {
  margin-top: 60px;
  margin-bottom: 100px;
}
.p-philosophy .philosophy-sec .philosophy-content .philosophy-item:last-of-type {
  margin-bottom: 0;
}
.p-philosophy .philosophy-sec .philosophy-content .philosophy-item p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-philosophy .philosophy-sec .philosophy-content .philosophy-item p span {
  display: block;
  text-align: center;
  font-size: 18px;
}
.p-philosophy .philosophy-sec .philosophy-content .philosophy-item h4 {
  color: #0f3c69;
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.p-philosophy .philosophy-sec .logo-content {
  border-bottom: solid 1px #e1e1e5;
  padding-bottom: 100px;
  margin-top: 70px;
}
.p-philosophy .philosophy-sec .logo-content h3 {
  font-size: 34px;
  text-align: center;
}
.p-philosophy .philosophy-sec .logo-content .logo-box img {
  max-width: 240px;
  margin: auto;
  display: block;
  margin-top: 60px;
}
.p-philosophy .philosophy-sec .logo-content .logo-box h4 {
  color: #0f3c69;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-philosophy .philosophy-sec .logo-content .logo-box p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-philosophy .philosophy-sec .third-content {
  border-bottom: solid 1px #e1e1e5;
  padding-bottom: 100px;
}
.p-philosophy .philosophy-sec .book-content {
  border-bottom: none;
}
.p-philosophy .philosophy-sec .company-btn {
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .p-philosophy .page-ttl {
    height: 150px;
    background: url(../assets/img/company/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-philosophy .page-ttl h2 {
    font-size: 22px;
  }
  .p-philosophy .philosophy-sec .philosophy-content .philosophy-item h4 {
    font-size: 28px;
    white-space: nowrap;
  }
  .p-philosophy .philosophy-sec .philosophy-content .philosophy-item p span {
    font-size: 16px;
  }
  .p-philosophy .philosophy-sec .company-btn {
    margin-top: 40px;
  }
}
.p-company .page-ttl {
  background: url(../assets/img/company/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-company .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 100%;
}
.p-company .company-sec {
  margin-top: 70px;
  margin-bottom: 100px;
}
.p-company .company-sec h3 {
  font-size: 34px;
  text-align: center;
}
.p-company .company-sec .company-content {
  margin-top: 60px;
  margin-bottom: 200px;
}
.p-company .company-sec .company-content .item {
  padding: 30px 0;
  display: flex;
  gap: 80px;
  border-bottom: solid 1px #e1e1e5;
}
.p-company .company-sec .company-content .item:first-of-type {
  border-top: solid 1px #e1e1e5;
}
.p-company .company-sec .company-content .item p:first-of-type {
  min-width: 80px;
  font-weight: 700;
}
.p-company .company-sec .company-content .item a {
  color: #0f3c69;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .p-company .page-ttl {
    height: 150px;
    background: url(../assets/img/company/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-company .page-ttl h2 {
    font-size: 22px;
  }
  .p-company .company-sec .company-content .item {
    gap: 40px;
    padding: 20px 0;
  }
}
.p-history .page-ttl {
  background: url(../assets/img/company/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-history .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 10px;
}
.p-history .history-sec {
  margin-top: 70px;
  margin-bottom: 100px;
}
.p-history .history-sec h3 {
  font-size: 34px;
  text-align: center;
}
.p-history .history-sec .history-content {
  margin-bottom: 200px;
  margin-top: 60px;
}
.p-history .history-sec .history-content .item {
  display: flex;
  gap: 90px;
  margin-bottom: 20px;
}
.p-history .history-sec .history-content .item .year {
  font-size: 36px;
  opacity: 0.3;
  min-width: 85px;
  width: 85px;
}
.p-history .history-sec .history-content .item div {
  position: relative;
  display: flex;
  padding-top: 21px;
  gap: 40px;
}
.p-history .history-sec .history-content .item div::before {
  content: "";
  display: block;
  background: #0f3c69;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 30px;
  z-index: 2;
}
.p-history .history-sec .history-content .item div .border-line {
  position: absolute;
  z-index: 1;
  left: -45px;
  top: 36px;
  width: 2px;
  height: 125%;
  background: #e1e1e5;
}
.p-history .history-sec .history-content .item:last-of-type div .border-line {
  display: none;
}

@media screen and (max-width: 1000px) {
  .p-history .page-ttl {
    height: 150px;
    background: url(../assets/img/company/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-history .page-ttl h2 {
    font-size: 22px;
  }
  .p-history .history-sec .history-content {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .p-history .history-sec .history-content .item {
    gap: 50px;
  }
  .p-history .history-sec .history-content .item .year {
    font-size: 28px;
    width: 70px;
    min-width: 70px;
  }
  .p-history .history-sec .history-content .item div {
    padding-top: 15px;
    display: block;
  }
  .p-history .history-sec .history-content .item div .border-line {
    left: -30px;
    height: 120%;
  }
  .p-history .history-sec .history-content .item div::before {
    left: -35px;
    top: 24px;
  }
}
.p-experience .experience-inner {
  padding-bottom: 150px;
  margin-top: 60px;
}
.p-experience .experience-inner .l-inner {
  max-width: 1000px;
}
.p-experience .experience-inner .l-inner .top-content {
  padding-bottom: 0;
  background: unset;
}
.p-experience .experience-inner .l-inner .seminar-information {
  background: #fff5e0;
  margin-top: 60px;
  padding: 50px;
}
.p-experience .experience-inner .l-inner .seminar-information .list {
  border-bottom: solid 1px #707070;
  padding-bottom: 16px;
  margin-bottom: 26px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.p-experience .experience-inner .l-inner .seminar-information .list:last-of-type {
  align-items: baseline;
  padding-bottom: 40px;
}
.p-experience .experience-inner .l-inner .seminar-information .list .list-ttl {
  background: #154081;
  height: fit-content;
}
.p-experience .experience-inner .l-inner .seminar-information .list .list-ttl h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  padding: 1px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-experience .experience-inner .l-inner .seminar-information .day p {
  font-size: 35px;
}
.p-experience .experience-inner .l-inner .seminar-information .day p span {
  font-size: 45px;
}
.p-experience .experience-inner .l-inner .seminar-information .time p {
  font-size: 30px;
  line-height: 1;
}
.p-experience .experience-inner .l-inner .seminar-information .time p:first-of-type {
  margin-bottom: 10px;
}
.p-experience .experience-inner .l-inner .seminar-information .teiinn p {
  font-size: 30px;
}
.p-experience .experience-inner .l-inner .seminar-information .teiinn p span {
  font-size: 25px;
}
.p-experience .experience-inner .l-inner .seminar-information .price p {
  font-size: 30px;
}
.p-experience .experience-inner .l-inner .seminar-information .price p span {
  font-size: 25px;
}
.p-experience .experience-inner .l-inner .seminar-information .place p {
  font-size: 30px;
}
.p-experience .experience-inner .l-inner .seminar-information .place p span {
  font-size: 25px;
}
.p-experience .experience-inner .l-inner .seminar-information .place p:last-of-type {
  font-size: 25px;
  margin-top: 20px;
}
.p-experience .experience-inner .l-inner .instructor {
  margin-top: 100px;
}
.p-experience .experience-inner .l-inner .instructor .blue-title {
  background: #0f3c69;
  padding: 10px 0;
  margin-bottom: 60px;
}
.p-experience .experience-inner .l-inner .instructor .blue-title h2 {
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.p-experience .experience-inner .l-inner .guidance {
  margin-top: 70px;
}
.p-experience .experience-inner .l-inner .guidance .blue-title {
  background: #0f3c69;
  padding: 10px 0;
  margin-bottom: 60px;
}
.p-experience .experience-inner .l-inner .guidance .blue-title h2 {
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.p-experience .experience-inner .l-inner .guidance .n-btn {
  max-width: 480px;
  margin: auto;
  margin-top: 100px;
}
.p-experience .experience-inner .l-inner .btn-text {
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 80px;
}
.p-experience .experience-inner .l-inner .btn-text img {
  max-width: 480px;
}

@media screen and (max-width: 1000px) {
  .p-experience .experience-inner .l-inner {
    padding: 0 10px;
  }
  .p-experience .experience-inner .l-inner .seminar-information {
    padding: 20px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .list {
    display: block;
  }
  .p-experience .experience-inner .l-inner .seminar-information .list .list-ttl {
    margin-bottom: 10px;
    width: fit-content;
  }
  .p-experience .experience-inner .l-inner .seminar-information .day p {
    font-size: 20px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .day p span {
    font-size: 25px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .time p {
    font-size: 25px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .time p:first-of-type {
    margin-bottom: 10px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .teiinn p {
    font-size: 25px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .teiinn p span {
    font-size: 20px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .price p {
    font-size: 25px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .price p span {
    font-size: 20px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .place p {
    font-size: 25px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .place p:last-of-type {
    font-size: 20px;
    margin-top: 20px;
  }
  .p-experience .experience-inner .l-inner .seminar-information .blue-title.tri-title {
    width: 100%;
    margin: 0;
  }
  .p-experience .experience-inner .l-inner .instructor .blue-title {
    padding: 10px;
    margin-bottom: 60px;
  }
  .p-experience .experience-inner .l-inner .instructor .blue-title h2 {
    font-size: 28px;
  }
  .p-experience .experience-inner .l-inner .guidance .blue-title {
    padding: 10px;
    margin-bottom: 60px;
  }
  .p-experience .experience-inner .l-inner .guidance .blue-title h2 {
    font-size: 28px;
  }
}
.p-our-wishes .page-ttl {
  background: url(../assets/img/our-wishes/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-our-wishes .page-ttl h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-our-wishes .about-content {
  margin-top: 70px;
}
.p-our-wishes .about-content .about-box {
  margin-bottom: 100px;
  margin-top: 80px;
}
.p-our-wishes .about-content .about-box:last-of-type {
  margin-bottom: 100px;
}
.p-our-wishes .about-content .about-box .flex-box {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.p-our-wishes .about-content .about-box .flex-box:nth-of-type(2) {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
.p-our-wishes .about-content .about-box .flex-box img {
  max-width: 450px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.p-our-wishes .about-content .about-box .flex-box div {
  margin: 0;
  width: 50%;
}
.p-our-wishes .about-content .about-box .flex-box div h3 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 22px;
}
.p-our-wishes .about-content .about-box .flex-box div h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.p-our-wishes .about-content .about-box .flex-box div p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
.p-our-wishes .about-content .about-box > img {
  max-width: 700px;
}

@media screen and (max-width: 1000px) {
  .p-our-wishes .page-ttl {
    height: 150px;
    background: url(../assets/img/our-wishes/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-our-wishes .page-ttl h2 {
    font-size: 22px;
  }
  .p-our-wishes .about-content .about-box {
    margin-top: 40px;
    margin-bottom: 150px;
  }
  .p-our-wishes .about-content .about-box:last-of-type {
    margin-bottom: 120px;
  }
  .p-our-wishes .about-content .about-box .flex-box {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .p-our-wishes .about-content .about-box .flex-box:nth-of-type(2) {
    flex-direction: column;
  }
  .p-our-wishes .about-content .about-box .flex-box img {
    max-width: 580px;
    width: 100%;
    height: 100%;
  }
  .p-our-wishes .about-content .about-box .flex-box div {
    margin: 0;
    width: 100%;
  }
  .p-our-wishes .about-content .about-box .flex-box div h3 {
    font-size: 28px;
  }
  .p-our-wishes .about-content .about-box .flex-box div h4 {
    font-size: 20px;
  }
  .p-our-wishes .about-content .about-box .flex-box div p {
    font-size: 16px;
  }
  .p-our-wishes .about-content .about-box > img {
    max-width: 700px;
  }
}
.p-interview .page-ttl {
  background: url(../assets/img/interview/main.jpg) center top no-repeat;
  color: #fff;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-interview .page-ttl h2 {
  font-size: 28px;
  text-align: center;
  padding: 0 10px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-interview .interview-sec {
  margin-top: 100px;
  padding-bottom: 150px;
}
.p-interview .interview-sec .l-inner > h3 {
  font-size: 30px;
  text-align: center;
}
.p-interview .interview-sec .interview-content {
  padding-bottom: 60px;
  border-bottom: solid 1px #e1e1e5;
  margin-top: 40px;
  display: flex;
  gap: 80px;
}
.p-interview .interview-sec .interview-content:first-of-type {
  padding-top: 40px;
  border-top: solid 1px #e1e1e5;
}
.p-interview .interview-sec .interview-content .text-box {
  max-width: 640px;
  width: 100%;
}
.p-interview .interview-sec .interview-content .text-box .number {
  color: #0f3c69;
  font-size: 22px;
  font-weight: 700;
}
.p-interview .interview-sec .interview-content .text-box .company {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-interview .interview-sec .interview-content .text-box .name {
  font-size: 30px;
  color: #0f3c69;
  margin-top: 10px;
}
.p-interview .interview-sec .interview-content .text-box .name span {
  font-size: 24px;
}
.p-interview .interview-sec .interview-content .text-box .ttl {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-top: 10px;
}
.p-interview .interview-sec .interview-content .text-box .n-btn {
  max-width: unset;
  background: #0f3c69;
  margin-top: 30px;
  color: #fff;
}
.p-interview .interview-sec .interview-content .text-box .n-btn img {
  filter: brightness(0) invert(1);
}
.p-interview .interview-sec .interview-content .text-box .n-btn:hover a {
  background: #fff;
  color: #000;
}
.p-interview .interview-sec .interview-content .text-box .n-btn:hover a img {
  filter: brightness(0) invert(0);
}
.p-interview .interview-sec .interview-content > img {
  max-width: 480px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .p-interview .page-ttl {
    height: 150px;
  }
  .p-interview .interview-sec {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .p-interview .interview-sec .interview-content {
    display: block;
  }
  .p-interview .interview-sec .interview-content:first-of-type {
    padding-top: 30px;
  }
  .p-interview .interview-sec .interview-content .text-box {
    max-width: unset;
    width: 100%;
  }
  .p-interview .interview-sec .interview-content .text-box .number {
    font-size: 20px;
  }
  .p-interview .interview-sec .interview-content > img {
    max-width: unset;
    margin-top: 30px;
  }
}
.p-free-trial .l-inner .top-content {
  background: #163f81;
  margin-top: 55px;
  position: relative;
  padding-bottom: 40px;
}
.p-free-trial .l-inner .top-content .logo {
  width: 300px;
  display: block;
  margin: auto;
}
.p-free-trial .l-inner .top-content .free-img {
  position: absolute;
  width: 158px;
  right: 93.5px;
  top: 68px;
}
.p-free-trial .l-inner .top-content .title img {
  width: 320px;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.p-free-trial .l-inner .top-content .title h2 {
  font-size: 45px;
  height: auto;
  padding: unset;
  margin-bottom: unset;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.p-free-trial .l-inner .top-content .title h3 {
  margin: auto;
  font-size: 26px;
  border-top: 1px solid #c59535;
  border-bottom: 1px solid #c59535;
  width: 436px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.p-free-trial .l-inner .top-content .guidance {
  background: #fff;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  background-image: linear-gradient(45deg, #153f81 15px, transparent 0), linear-gradient(-45deg, #153f81 15px, transparent 0), linear-gradient(135deg, #153f81 15px, transparent 0), linear-gradient(-135deg, #153f81 15px, transparent 0);
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner {
  max-width: 670px;
  margin: auto;
  position: relative;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner .free-img {
  /* top: 270px; */
  top: 350px;
  right: 0;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner > h2 {
  background: url(../assets/img/free-trial/course-pc.jpg);
  line-height: 1.8;
  background-size: cover;
  color: #fff;
  font-size: 34px;
  max-width: 630px;
  text-align: center;
  margin: auto;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table {
  margin-top: 20px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr {
  margin-bottom: 20px;
  display: inline-flex;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr th {
  display: block;
  margin-top: 10px;
  width: 90px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td {
  border-left: 1px solid #3e3a39;
  padding-left: 27.5px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 16px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div p {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 .small-font {
  font-size: 24px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 .big-font {
  font-size: 34px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td > p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td .table-a-text {
  font-size: 18px;
  width: 341px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner a {
  background-image: linear-gradient(0deg, rgb(24, 65, 112), rgb(1, 103, 181));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-top: 10px;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner a::after {
  content: "";
  position: absolute;
  top: 56%;
  transform: translate(0%, -50%);
  right: 30px;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
}
.p-free-trial .l-inner .top-content .guidance .guidance-inner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-free-trial .l-inner > a {
  margin-top: 30px;
  display: block;
}
.p-free-trial .contact-inner-sec {
  padding-bottom: 100px;
  background: #fff;
}
.p-free-trial .contact-inner-sec .blue-title {
  background: #163f81;
}
.p-free-trial .contact-inner-sec .blue-title h2 {
  padding: 7px 0;
  color: #fff;
  position: relative;
  font-size: 34px;
  text-align: center;
}
.p-free-trial .contact-inner-sec .blue-title h2::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-top: 4px solid #fff;
  top: 6px;
}
.p-free-trial .contact-inner-sec .blue-title h2::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-top: 4px solid #fff;
  bottom: 6px;
}
.p-free-trial .contact-inner-sec .blue-title.tri-title {
  margin: auto;
  margin-top: 94px;
  position: relative;
}
.p-free-trial .contact-inner-sec .blue-title.tri-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 14px solid #163f81; /* 好みで色を変えてください */
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}
.p-free-trial .contact-inner {
  max-width: 700px;
  margin: auto;
  padding: 0 20px;
  margin-top: 30px;
}
.p-free-trial .contact-inner .tel-content .inner {
  background: #f7f7f7;
  padding: 30px;
}
.p-free-trial .contact-inner .tel-content .inner h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.p-free-trial .contact-inner .tel-content .inner div p {
  margin-bottom: 5px;
  text-align: center;
}
.p-free-trial .contact-inner .tel-content .inner div p span {
  font-size: 20px;
}
.p-free-trial .contact-inner .tel-content .inner div p .number {
  font-size: 26px;
}
.p-free-trial .contact-inner .tel-content .inner > p {
  text-align: center;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner > p {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-free-trial .contact-inner form {
  margin-top: 30px;
}
.p-free-trial .contact-inner form > h3 {
  font-size: 28px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}
.p-free-trial .contact-inner form .form-item {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: solid 1px #e1e1e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-free-trial .contact-inner form .form-item.radio-box {
  align-items: unset;
}
.p-free-trial .contact-inner form .form-item .item-name {
  min-width: 200px;
  width: 200px;
}
.p-free-trial .contact-inner form .form-item .item-name p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .form-item .item-name p span {
  color: #fff;
  width: 56px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.p-free-trial .contact-inner form .form-item .item-name p .required {
  background: #0f3c69;
}
.p-free-trial .contact-inner form .form-item .item-name p .any {
  background: #999999;
}
.p-free-trial .contact-inner form .form-item .item-box {
  width: 100%;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem input {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem span {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  background-color: #0f3c69;
}
.p-free-trial .contact-inner form .form-item .item-box .radioItem:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-free-trial .contact-inner form .form-item .item-box input[type=text] {
  border-radius: 5px;
  border: solid 1px #cccccc;
  height: 50px;
  padding: 10px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .form-item .item-box textarea {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
  border: solid 1px #cccccc;
  height: 200px;
  padding: 10px;
  width: 100%;
}
.p-free-trial .contact-inner form .form-item.textarea-item {
  align-items: unset;
}
.p-free-trial .contact-inner form .form-item.textarea-item .item-name {
  margin-top: 10px;
}
.p-free-trial .contact-inner form > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}
.p-free-trial .contact-inner form > p a {
  color: #0f3c69;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.p-free-trial .contact-inner form .check-box {
  margin-top: 30px;
}
.p-free-trial .contact-inner form .check-box .checkboxItem {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}
.p-free-trial .contact-inner form .check-box .checkboxItem input {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.p-free-trial .contact-inner form .check-box .checkboxItem .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-free-trial .contact-inner form .check-box .checkboxItem span {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .check-box .checkboxItem input:checked {
  border: 1px solid #0f3c69;
  background-color: #0f3c69;
}
.p-free-trial .contact-inner form .check-box .checkboxItem input:checked::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 4px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
.p-free-trial .contact-inner form .check-box .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-free-trial .contact-inner form .form-btn {
  margin-top: 60px;
}
.p-free-trial .contact-inner form .form-btn input {
  background: #0f3c69;
  color: #fff;
  width: 100%;
  height: 70px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .p-free-trial .l-inner {
    padding: 0 10px;
  }
  .p-free-trial .l-inner .top-content {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .p-free-trial .l-inner .top-content .free-img {
    display: none;
  }
  .p-free-trial .l-inner .top-content .title img {
    width: 220px;
    margin-top: 20px;
  }
  .p-free-trial .l-inner .top-content .title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .p-free-trial .l-inner .top-content .title h3 {
    font-size: 22px;
    width: 330px;
  }
  .p-free-trial .l-inner .top-content .guidance {
    margin: 0 10px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(45deg, #153f81 15px, transparent 0), linear-gradient(-45deg, #153f81 15px, transparent 0), linear-gradient(135deg, #153f81 15px, transparent 0), linear-gradient(-135deg, #153f81 15px, transparent 0);
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner {
    padding: 0 10px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner .free-img {
    top: unset;
    bottom: 110px;
    right: 10px;
    display: block;
    width: 100px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner > h2 {
    background: url(../assets/img/free-trial/course-sp.jpg);
    background-size: cover;
    font-size: 22px;
    line-height: 1.1818181818;
    padding: 8px 0;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr th {
    margin-top: 6px;
    width: 64px;
    font-size: 16px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td {
    padding-left: 8px;
    width: calc(100% - 44px);
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div p {
    font-size: 16px;
    white-space: nowrap;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 {
    font-size: 20px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 .small-font {
    font-size: 16px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td div h3 .big-font {
    font-size: 22px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td > p {
    font-size: 14px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td .table-a-text {
    font-size: 14px;
    width: 100%;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner table tr td h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner a {
    background-image: linear-gradient(0deg, rgb(24, 65, 112), rgb(1, 103, 181));
    font-size: 22px;
    margin-top: 60px;
    line-height: 1.3636363636;
  }
  .p-free-trial .l-inner .top-content .guidance .guidance-inner a::after {
    content: "";
    position: absolute;
    top: 56%;
    transform: translate(0%, -50%);
    right: 20px;
    border: 8px solid transparent;
    border-top: 9px solid #fff;
  }
  .p-free-trial .l-inner .text-content {
    margin-top: 70px;
  }
  .p-free-trial .l-inner .text-content h2 {
    font-size: 26px;
    line-height: 1.4333333333;
  }
  .p-free-trial .l-inner .text-content p {
    margin-top: 30px;
  }
  .p-free-trial .l-inner .course-content {
    margin-top: 80px;
  }
  .p-free-trial .l-inner .course-content h2 {
    font-size: 30px;
  }
  .p-free-trial .l-inner .course-content .course-box {
    display: block;
    margin-top: 20px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item {
    width: calc(100% - 56px);
    padding: 22px 20px;
    margin-bottom: 20px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .number {
    position: absolute;
    top: -18px;
    left: 12px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .title {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .title h3 {
    font-size: 23px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .title p {
    font-size: 12px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item > p {
    font-size: 16px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .schedule {
    margin-top: 20px;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .schedule p {
    display: flex;
    align-items: baseline;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .schedule p span {
    white-space: nowrap;
  }
  .p-free-trial .l-inner .course-content .course-box .course-item .schedule p:last-of-type {
    margin-bottom: 0;
  }
  .p-free-trial .l-inner .course-content .course-second {
    padding: 14px 20px 20px;
    margin-top: 30px;
  }
  .p-free-trial .l-inner .course-content .course-second div {
    padding-bottom: 15px;
    gap: 10px;
    margin-bottom: 20px;
    align-items: baseline;
  }
  .p-free-trial .l-inner .course-content .course-second div .bg-b {
    font-size: 14px;
    line-height: 1.875;
    white-space: nowrap;
  }
  .p-free-trial .l-inner .course-content .course-second div div {
    display: block;
  }
  .p-free-trial .l-inner .course-content .course-second div h3 {
    font-size: 20px;
  }
  .p-free-trial .l-inner .course-content .course-second div h3 .small-font {
    font-size: 16px;
  }
  .p-free-trial .l-inner .course-content .course-second div h3 .big-font {
    font-size: 22px;
  }
  .p-free-trial .l-inner .course-content .course-second div h4 {
    font-size: 22px;
  }
  .p-free-trial .l-inner .course-content .course-second div p {
    font-size: 16px;
    margin-top: 10px;
  }
  .p-free-trial .l-inner .course-content .course-second div:last-of-type h4 {
    font-size: 18px;
  }
  .p-free-trial .l-inner .course-content .course-second div:nth-of-type(3) {
    align-items: baseline;
  }
  .p-free-trial .l-inner .course-content .course-second div:nth-of-type(3) h4 {
    margin-top: -30px;
  }
  .p-free-trial .l-inner .course-content .course-second > p {
    margin-left: 62px;
  }
  .p-free-trial .l-inner .coment > h3 {
    font-size: 30px;
    margin-top: 80px;
  }
  .p-free-trial .l-inner .coment > h3:first-of-type {
    margin-top: 30px;
  }
  .p-free-trial .l-inner .coment .coment-item {
    display: block;
    margin-top: 30px;
  }
  .p-free-trial .l-inner .coment .coment-item img {
    width: 260px;
    height: 100%;
    margin: auto;
    display: block;
  }
  .p-free-trial .l-inner .coment .coment-item div h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.4285714286;
  }
  .p-free-trial .contact-inner-sec .blue-title h2 {
    font-size: 24px;
  }
  .p-free-trial .contact-inner .tel-content .inner {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-free-trial .contact-inner .tel-content .inner h3 {
    font-size: 18px;
  }
  .p-free-trial .contact-inner .tel-content .inner div p .number {
    font-size: 24px;
  }
  .p-free-trial .contact-inner .tel-content .inner > p {
    font-size: 14px;
  }
  .p-free-trial .contact-inner form .form-item {
    display: block;
  }
  .p-free-trial .contact-inner form .form-item .item-name {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-free-trial.p-thanks .contact-inner .n-btn {
    max-width: unset;
  }
}
.p-free-trial .contact-inner .tel-content .step-content .step-item {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item:last-of-type div {
  padding-bottom: 0;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item .number {
  background: #0f3c69;
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item div {
  margin-top: 8px;
  padding-bottom: 30px;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item div h4 {
  color: #0f3c69;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item div p {
  text-align: left;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item div p span {
  font-size: 16px;
  color: #d80000;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner .tel-content .step-content .step-item .border-line {
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 36px;
  width: 2px;
  height: 100%;
  background: #0f3c69;
}
.p-free-trial .contact-inner form .address-item .item-box div {
  margin-bottom: 20px;
}
.p-free-trial .contact-inner form .address-item .item-box div:last-of-type {
  margin-bottom: 0;
}
.p-free-trial .contact-inner form .address-item {
  align-items: unset;
}
.p-free-trial .contact-inner form .address-item .item-box .address-number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-free-trial .contact-inner form .address-item .item-box .address-number .ad-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.p-free-trial .contact-inner form .address-item .item-box .address-number input {
  width: 110px;
}
.p-free-trial .contact-inner form .address-item .item-box .address-number .address-text {
  align-items: center;
  display: flex;
}
.p-free-trial .contact-inner form .address-item .select-box {
  position: relative;
  width: fit-content;
}
.p-free-trial .contact-inner form .address-item .select-box p {
  display: block;
  font-weight: 500;
}
.p-free-trial .contact-inner form .address-item .select-box::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: "";
  position: absolute;
  top: 40%;
  transform: translate(-50%);
  right: 10px;
  width: 0;
  z-index: 1;
}
.p-free-trial .contact-inner form .address-item .select-box select {
  border: solid 1px #ccc;
  padding: 0 20px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 50px;
  border-radius: 5px;
  width: 150px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .date-item .item-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-free-trial .contact-inner form .date-item .item-box select {
  border: solid 1px #ccc;
  padding: 0 20px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 50px;
  border-radius: 5px;
  width: 110px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-free-trial .contact-inner form .date-item .item-box p {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-book .page-ttl {
  background: url(../assets/img/book/main.jpg) center top no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: 20px;
}
.p-book .page-ttl h2 {
  font-size: 28px;
  padding: 0 10px;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.book-content {
  padding-top: 200px;
  margin-top: -130px;
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e5;
}
.book-content > h3 {
  font-size: 34px;
  text-align: center;
}
.book-content .flex-box {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.book-content .flex-box .img-box img {
  min-width: 305px;
  width: 305px;
}
.book-content .flex-box .img-box p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  line-height: 1.7;
}
.book-content .flex-box .text-box .book-info {
  padding-bottom: 40px;
  border-bottom: solid 1px #e1e1e5;
}
.book-content .flex-box .text-box .book-info .book-ttl > p {
  color: #0f3c69;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.book-content .flex-box .text-box .book-info .book-ttl div {
  margin-top: 10px;
}
.book-content .flex-box .text-box .book-info .book-ttl div h4 {
  font-size: 30px;
  color: #0f3c69;
}
.book-content .flex-box .text-box .book-info .book-ttl div p {
  color: #0f3c69;
  margin-top: 5px;
}
.book-content .flex-box .text-box .book-info > p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
}
.book-content .flex-box .text-box .book-info .shop-box {
  margin-top: 30px;
}
.book-content .flex-box .text-box .book-info .shop-box .price {
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .book-info .shop-box .price span {
  font-weight: 700;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a {
  background: #0f3c69;
  color: #fff;
  margin-top: 20px;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a img {
  filter: brightness(0) invert(1);
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.book-content .flex-box .text-box .book-info .shop-box .n-btn a:hover img {
  filter: brightness(0) invert(0);
}
.book-content .flex-box .text-box .book-info .shop-box .red-text {
  color: #d80000;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .other-content {
  margin-top: 40px;
}
.book-content .flex-box .text-box .other-content h4 {
  font-size: 30px;
}
.book-content .flex-box .text-box .other-content p {
  line-height: 2;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.book-content .flex-box .text-box .other-content p:last-of-type {
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .p-book .page-ttl {
    height: 150px;
    background: url(../assets/img/book/main-sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .book-content > h3 {
    font-size: 30px;
  }
  .book-content .flex-box {
    margin-top: 40px;
    display: block;
  }
  .book-content .flex-box .text-box .book-info .book-ttl div p {
    font-size: 18px;
  }
  .book-content .flex-box .text-box .book-info .img-box {
    margin-top: 20px;
  }
  .book-content .flex-box .text-box .book-info .shop-box .n-btn {
    width: 100%;
    max-width: unset;
  }
  .book-content .flex-box .text-box .book-info .shop-box .red-text {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */