@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo img {
    max-height: 50px;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

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

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (min-width: 768px) {
  .row.pc-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col2 > .col {
    flex: 0 49%;
  }
  .row.pc-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col3 > .col {
    flex: 0 32%;
  }
  .row > .col.wide {
    flex: 100%;
  }
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: rgba(246, 171, 0, 0.1);
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body h2.title_h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 0.6em;
  margin-bottom: 1.5em;
}

@media (max-width: 1200px) {
  .p-entry__body h2.title_h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .p-entry__body h2.title_h2 {
    font-size: 22px;
    margin-bottom: 1em;
  }
}

.p-entry__body h2.title_h2:before {
  content: "";
  position: absolute;
  background: #f6ab00;
  width: 1.5em;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-entry__body h3.title_h3 {
  position: relative;
  padding: 0;
  padding-left: 0.7em;
  margin-bottom: 0.8em;
  font-size: 22px;
}

@media (max-width: 767px) {
  .p-entry__body h3.title_h3 {
    font-size: 18px;
    margin-bottom: 1em;
  }
}

.p-entry__body h3.title_h3:before {
  content: "";
  position: absolute;
  background: #f6ab00;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .p-entry__body h3.title_h3.min-height {
    display: flex;
    align-items: center;
    min-height: 3em;
  }
}

.p-entry__body h4.title_h4 {
  position: relative;
  font-size: 18px;
  padding: 0;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .p-entry__body h4.title_h4 {
    font-size: 16px;
  }
}

.p-entry__body h4.title_h4:before {
  content: "";
  position: absolute;
  background: #f6ab00;
  width: 6px;
  height: 3px;
  top: 0.6em;
  left: 0;
}

.p-entry__body .p-btn {
  background: #f6ab00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
}

.p-entry__body .p-btn:hover {
  background: #f08300;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.text-red {
  color: red;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500px;
}

@media (max-width: 767px) {
  .map_wide {
    padding-top: 100%;
  }
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

table.table-default tr th {
  vertical-align: middle;
}

table.table-default tr th.right, table.table-default tr td.right {
  text-align: right;
}

table.table-menu tr td {
  background: none;
  border-left: none;
  border-right: none;
}

table.table-menu tr td:not(:first-child) {
  text-align: right;
}

@media (max-width: 767px) {
  table.table-menu.responsive-stack td:not(:first-child) {
    border-top-style: dashed;
  }
}

@media (max-width: 767px) {
  table.responsive-stack {
    border-bottom: 1px solid #ddd;
  }
  table.responsive-stack tr th, table.responsive-stack tr td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    border-bottom: none;
  }
}

figure {
  text-align: center;
}

figure figcaption {
  margin-top: 1.5em;
}

figure + p {
  margin-top: 1.5em !important;
}

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

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

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .pc-text-right {
    text-align: right;
  }
}

.text-large {
  font-size: 20px;
}

@media (max-width: 767px) {
  .text-large {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
}

.p-page-header__title {
  font-weight: bold;
}

body.home p:not(.more) {
  color: #444444;
}

body.home h2.title_h2 {
  padding-bottom: 0;
  margin-bottom: 1em;
  font-size: 36px;
  letter-spacing: 0.08em;
  color: #444444;
}

@media (max-width: 1200px) {
  body.home h2.title_h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body.home h2.title_h2 {
    letter-spacing: 0.02em;
    font-size: 22px;
  }
}

body.home h2.title_h2:before {
  content: none;
}

body.home .p-entry__body .p-btn {
  width: 100%;
  max-width: 300px;
}

body:not(.home) .row:not(:last-child) {
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  body:not(.home) .row:not(:last-child) {
    margin-bottom: 7%;
  }
}

body:not(.home) .row.mb-near {
  margin-bottom: 2%;
}

.l-primary {
  width: 100%;
}

.l-secondary {
  display: none;
}

h3.title_h3.step {
  border-bottom: 1px dashed #444444;
  padding: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}

h3.title_h3.step:before {
  content: none;
}

h3.title_h3.step span {
  display: inline-block;
  padding-top: 0;
  font-size: 80%;
}

.p-global-nav > ul > li > a {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .p-global-nav .sub-menu {
    left: 50% !important;
    transform: translate(-50%, -10px) !important;
  }
  .p-global-nav .sub-menu a {
    text-align: center;
  }
  .p-global-nav li.menu-item-has-children:hover > .sub-menu {
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 767px) {
  .p-cb {
    padding-top: 36px;
  }
}

.p-index-content02.p-cb__item {
  position: relative;
  margin-bottom: 0;
  max-width: 1430px;
  background: #fff;
}

.p-index-content02.p-cb__item:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/bg_pt001.jpg);
  width: 100vw;
  height: 600px;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.p-index-content02.p-cb__item .p-index-content02__img {
  max-width: 1180px;
  margin: auto;
}

.p-headline + ul {
  margin-top: 1em;
}

.tp_intro {
  padding: 105px 0;
  background: url(/wp-content/uploads/bg_pt001.jpg);
}

@media (max-width: 1200px) {
  .tp_intro {
    padding: 10% 0;
  }
}

.tp_intro .container {
  width: calc(100% - 20px);
  max-width: 1300px;
}

.tp_intro ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.tp_intro ul li {
  list-style: none;
}

@media (min-width: 768px) {
  .tp_intro {
    position: relative;
  }
  .tp_intro figure.main {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    max-width: 343px;
  }
  .tp_intro ul li {
    width: calc(100% / 3);
  }
  .tp_intro ul li:nth-child(-n+3) {
    align-self: flex-end;
  }
  .tp_intro ul li:nth-child(2) {
    padding-bottom: calc(16% + 35px);
  }
  .tp_intro ul li:nth-child(5) {
    padding-top: calc(16% + 35px);
  }
  .tp_intro ul li:nth-child(4) {
    padding-top: 35px;
  }
  .tp_intro ul li:nth-child(6) {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .tp_intro figure.main {
    width: 50%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 5%;
  }
  .tp_intro ul {
    max-width: 450px;
    margin: auto;
  }
  .tp_intro ul li {
    display: flex;
  }
  .tp_intro ul li:not(:last-child) {
    margin-bottom: 8%;
  }
  .tp_intro ul li figure.fig {
    width: 50%;
  }
  .tp_intro ul li figure.txt {
    position: relative;
    width: 50%;
    min-height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .tp_intro ul li figure.txt img {
    min-width: 180px;
  }
  .tp_intro ul li figure.txt img.large {
    min-width: 150px;
  }
  .tp_intro ul li figure.txt img.large2 {
    min-width: 160px;
  }
  .tp_intro ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .tp_intro ul li:nth-child(even) figure.txt {
    justify-content: flex-start;
  }
}

.tp_bnr .container {
  width: calc(100% - 60px);
  max-width: 1300px;
}

@media (max-width: 767px) {
  .tp_bnr .container {
    width: calc(100% - 40px);
  }
}

.tp_bnr .row {
  position: relative;
}

.tp_bnr .row figure.bg {
  position: relative;
}

@media (max-width: 767px) {
  .tp_bnr .row figure.bg {
    box-shadow: 2px 2px 4px 0px #ccc;
  }
}

.tp_bnr .row figure.bg:before {
  content: "";
  position: absolute;
  background: #c1c1c1;
  width: 100%;
  height: 100%;
  top: 15px;
  left: -15px;
  opacity: 0.6;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp_bnr .row figure.bg:before {
    content: none;
  }
}

@media (min-width: 768px) {
  .tp_bnr .row {
    display: flex;
    align-items: center;
  }
  .tp_bnr .row .col.txt {
    max-width: 530px;
  }
  .tp_bnr .row .col.txt .inner {
    max-width: 405px;
    margin: auto;
  }
  .tp_bnr .row .col.txt .inner p:not(.more) {
    line-height: 2.25;
  }
  .tp_bnr .row .col.txt .more {
    margin-top: 2em;
  }
}

.tp_bnr .row.reverse figure.bg:before {
  left: 15px;
}

.tp_bnr.baby {
  position: relative;
  margin-bottom: 126px;
}

@media (max-width: 1300px) {
  .tp_bnr.baby {
    margin-bottom: 7%;
  }
}

.tp_bnr.baby:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/bg_pt001.jpg);
  width: 100vw;
  height: 20%;
  min-height: 300px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.tp_bnr.baby .row {
  padding-top: 105px;
}

.tp_bnr.baby .row:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 60px;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp_bnr.baby .row {
    padding-top: 10%;
  }
  .tp_bnr.baby .row:before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tp_bnr.infant .row {
  padding: 108px 0;
}

@media (max-width: 1300px) {
  .tp_bnr.infant .row {
    padding: 10% 0;
  }
}

.tp_bnr.infant .row:before {
  content: "";
  position: absolute;
  background: #e3f5ff;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 330px;
  z-index: -1;
}

@media (max-width: 1300px) {
  .tp_bnr.infant .row:before {
    right: 60px;
  }
}

@media (max-width: 767px) {
  .tp_bnr.infant .row:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tp_teacher {
  padding: 120px 0 104px;
}

@media (max-width: 1200px) {
  .tp_teacher {
    padding: 10% 0;
  }
}

.tp_teacher .container {
  width: calc(100% - 40px);
  max-width: 1300px;
}

.tp_teacher .row p {
  line-height: 2.25;
}

.tp_teacher .row.center {
  padding: 45px 0;
}

@media (max-width: 767px) {
  .tp_teacher .row.center {
    padding: 5% 0;
  }
}

.tp_teacher .row.center figcaption {
  font-size: 18px;
  margin-top: 1em;
}

@media (max-width: 767px) {
  .tp_teacher .row.center figcaption {
    font-size: 16px;
  }
}

.bg_wrap {
  position: relative;
}

.bg_wrap:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/bg_pt002.jpg);
  width: 100%;
  height: calc(100% - 640px);
  top: 440px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1200px) {
  .bg_wrap:before {
    background-size: 20px;
  }
}

@media (max-width: 767px) {
  .bg_wrap:before {
    top: 0;
    height: 100%;
  }
}

.tp_contact {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .tp_contact {
    margin-bottom: 35px;
  }
}

.tp_contact .container {
  width: calc(100% - 40px);
}

.tp_contact a {
  position: relative;
  display: block;
  text-decoration: none;
}

.tp_contact a .txt_inner {
  background: #fcf4e6;
  transition: 0.3s;
}

.tp_contact a .txt_inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #444444;
}

.tp_contact a .txt_inner:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
  bottom: 10px;
  right: 10px;
  border-width: 10px;
  border-color: transparent #444444 #444444 transparent;
  border-style: solid;
}

@media (max-width: 767px) {
  .tp_contact a .txt_inner:after {
    bottom: 9px;
    right: 9px;
  }
}

.tp_contact a:hover .txt_inner {
  background: #f7e1bb;
}

@media (min-width: 768px) {
  .tp_contact a .bg {
    position: relative;
    height: 340px;
    overflow: hidden;
  }
  .tp_contact a .bg img {
    position: absolute;
    max-width: none;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tp_contact a .bg img {
    left: -80px;
  }
}

@media (min-width: 768px) {
  .tp_contact a .txt_inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tp_contact a .txt_inner {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .tp_contact a .txt_inner h2 {
    font-size: 30px;
    border-bottom: 1px solid #444444;
    padding-bottom: 1em;
    margin-bottom: 1.2em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .tp_contact a .txt_inner h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .tp_contact a .txt_inner h2 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  .tp_contact a .txt_inner p {
    line-height: 2.25;
    font-feature-settings: 'palt';
  }
}

@media (min-width: 768px) and (min-width: 901px) {
  .tp_contact a .txt_inner p br.no2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .tp_contact a .txt_inner .inner {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .tp_contact a .txt_inner {
    padding: 10px;
  }
  .tp_contact a .txt_inner .inner {
    padding: calc(6% + 10px) 6% calc(6% + 20px);
  }
}

@media (max-width: 767px) {
  .tp_price {
    padding-bottom: 35px;
  }
}

.tp_price .container {
  width: calc(100% - 40px);
}

.tp_price a {
  position: relative;
  display: block;
  text-decoration: none;
}

.tp_price a .txt_inner {
  background: #fff1f7;
  transition: 0.3s;
}

.tp_price a .txt_inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #444444;
}

@media (max-width: 767px) {
  .tp_price a .txt_inner:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
  }
}

.tp_price a .txt_inner:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
  bottom: 20px;
  right: 20px;
  border-width: 10px;
  border-color: transparent #444444 #444444 transparent;
  border-style: solid;
}

@media (max-width: 767px) {
  .tp_price a .txt_inner:after {
    bottom: 9px;
    right: 9px;
  }
}

.tp_price a:hover .txt_inner {
  background: #ffdceb;
}

@media (min-width: 768px) {
  .tp_price a .bg {
    position: relative;
    height: 440px;
    overflow: hidden;
  }
  .tp_price a .bg img {
    position: absolute;
    max-width: none;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tp_price a .bg img {
    left: -100px;
  }
}

@media (min-width: 768px) {
  .tp_price a .txt_inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40%;
    height: 100%;
    max-width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tp_price a .txt_inner {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .tp_price a .txt_inner .inner {
    max-width: 280px;
  }
  .tp_price a .txt_inner h2 {
    font-size: 30px;
    border-bottom: 1px solid #444444;
    padding-bottom: 1.2em;
    margin-bottom: 1.5em;
    letter-spacing: 0.24em;
  }
  .tp_price a .txt_inner p {
    line-height: 2.25;
    font-feature-settings: 'palt';
  }
}

@media (max-width: 767px) {
  .tp_price a .txt_inner {
    padding: 10px;
  }
  .tp_price a .txt_inner .inner {
    padding: calc(6% + 10px) 6% calc(6% + 20px);
  }
}

h2.p-headline02__title {
  letter-spacing: 0.15em;
}

.p-footer-link {
  padding: 60px 0;
}

.p-footer-link__desc {
  color: #444444;
}

.p-footer-link__inner h2 {
  color: #444444;
  margin-bottom: 1em;
}

.p-footer-link__inner .p-article07__title {
  color: #444444;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}

@media (min-width: 768px) {
  .p-footer-link__inner p {
    font-size: 16px;
  }
}

.p-info {
  background: #e3f5ff;
  padding-top: 0;
  border: 0;
}

.p-info .p-info__inner {
  background: #fff;
  padding: 40px 0;
  width: calc(100% - 20px);
}

.p-info .p-info__inner .p-info__logo {
  margin: 0;
}

@media (min-width: 768px) {
  .p-info .p-info__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 830px;
  }
  .p-info .p-info__inner .p-social-nav {
    margin: 0;
    margin-left: 80px;
    gap: 44px;
  }
}

@media (max-width: 767px) {
  .p-info .p-info__inner {
    padding: 24px 0;
  }
}

.p-copyright small {
  color: #fff;
}

.p-footer-nav li + li::before {
  color: #fff;
}

#js-pagetop {
  background: #444444;
}

#js-pagetop:hover {
  background: #262626;
}

figure + h3, h4 {
  margin-top: 1em;
}

/*# sourceMappingURL=custom.css.map */
