/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  margin-top: -5.1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 10rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  color: #fff;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 0.1rem;
  height: 1.5rem;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 3rem;
  }
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi {
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi {
    gap: 1.5rem;
  }
}
.c-pagination .wp-pagenavi a {
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
}
.c-pagination .wp-pagenavi a.current {
  color: var(--co-primary);
}
.c-pagination .wp-pagenavi .nextpostslink {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.8rem solid #000;
  margin-top: 0.3rem;
}
.c-pagination .wp-pagenavi .previouspostslink {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-right: 0.8rem solid #000;
  margin-top: 0.3rem;
}

/*---------- START TITLE PAGE ----------*/
.mainvisual {
  position: relative;
}
.mainvisual_container {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 55rem;
    padding-top: 26.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    height: 18rem;
    padding-top: 7rem;
    margin-bottom: 4rem;
  }
}
.mainvisual:after {
  content: "";
  background: url(../images/common_img/mask.webp) repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mainvisual:after {
    background-size: 45.4rem auto;
  }
}
.mainvisual .tt_heading {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
.mainvisual .tt_heading .jp {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .mainvisual .tt_heading .jp {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual .tt_heading .jp {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.mainvisual .tt_heading .en {
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .mainvisual .tt_heading .en {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual .tt_heading .en {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  #cm-footer {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer {
    margin-top: 4rem;
  }
}

.p-company .mainvisual {
  background: url(../images/company/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 {
    margin: -1.4rem auto 0;
  }
  .p-company .s-company01 .cm-title02 {
    font-size: 3.6rem;
  }
}
.p-company .s-company01__txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01__txt {
    font-size: 2rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01__txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-company .s-company01 table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 table {
    max-width: 71.7rem;
    margin: 6.7rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 table {
    margin: 2rem 0 0;
  }
}
.p-company .s-company01 table tr {
  border-bottom: 1px solid #d9d9d9;
}
.p-company .s-company01 table th {
  text-align: left;
  color: var(--co-primary);
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 table th {
    padding: 3.3rem 0 3.1rem;
    width: 15rem;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 table th {
    padding: 1rem 0;
    width: 11rem;
    vertical-align: top;
  }
}
.p-company .s-company01 table td {
  vertical-align: middle;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 table td {
    line-height: 1.4375;
    padding: 3.3rem 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 table td {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company01 table td .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 1.7rem;
  }
}
.p-company .s-company01 table td .map p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-company .s-company01 table td .map p {
    margin-bottom: 0.5rem;
  }
}
.p-company .s-company01 table td .map a {
  background: url(../images/company/ico_map.svg) no-repeat left center;
  background-size: 1.1rem 1.4rem;
  padding-left: 2.3rem;
  text-decoration: none;
}
.p-company .s-company01 table td a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 {
    margin-top: 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02__list {
    max-width: 71.7rem;
    margin: 4.9rem auto 0;
  }
}
.p-company .s-company02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 dl:first-child dt {
    padding-top: 1.1rem;
  }
  .p-company .s-company02 dl:first-child dt:after {
    top: 2.4rem;
  }
  .p-company .s-company02 dl:first-child dd {
    padding-top: 2.1rem;
  }
  .p-company .s-company02 dl:last-child dd {
    padding-bottom: 2.4rem;
  }
}
.p-company .s-company02 dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--co-primary);
  border-right: 0.2rem solid var(--co-primary);
  padding-bottom: 3.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 dl dt {
    font-size: 2rem;
    width: 9.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 dl dt {
    font-size: 1.6rem;
    width: 8rem;
  }
}
.p-company .s-company02 dl dt:after {
  content: "";
  border-radius: 50%;
  background: var(--co-primary);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 dl dt:after {
    width: 1.5rem;
    height: 1.5rem;
    right: -0.9rem;
    top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 dl dt:after {
    width: 1rem;
    height: 1rem;
    right: -0.6rem;
    top: 0.8rem;
  }
}
.p-company .s-company02 dl dt span {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-company .s-company02 dl dd {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company02 dl dd {
    line-height: 1.4375;
    padding-top: 1rem;
    padding-left: 3.5rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company02 dl dd {
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-bottom: 3rem;
  }
}
.p-company .s-company02 dl dd .banner {
  width: 17.2rem;
  display: block;
  margin-top: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 {
    margin-top: 12.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 {
    margin-top: 4rem;
  }
}
.p-company .s-company04__img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04__inner {
    max-width: 100rem;
    margin: 11.9rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04__inner {
    margin-top: 4rem;
  }
}
.p-company .s-company04 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl {
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company .s-company04 dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dt {
    width: 44.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dt {
    width: 25rem;
    margin: auto;
  }
}
.p-company .s-company04 dl dd {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd {
    width: calc(100% - 44.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dd {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-company .s-company04 dl dd .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .ttl {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dd .ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.p-company .s-company04 dl dd .ttl span {
  font-family: var(--font-jost);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .ttl span {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    margin-right: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dd .ttl span {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }
}
.p-company .s-company04 dl dd p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd p {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .vision {
    width: 75.7rem;
    right: 0;
    padding-left: 14.7rem;
    top: 1.3rem;
    position: absolute;
  }
  .p-company .s-company04 dl dd .vision:before {
    content: "";
    width: 14.5rem;
    height: 0.2rem;
    background: #4faac6;
    position: absolute;
    top: 2.4rem;
    left: -0.4rem;
  }
  .p-company .s-company04 dl dd .vision:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #4faac6;
    position: absolute;
    top: 2.2rem;
    left: 13.6rem;
  }
}
.p-company .s-company04 dl dd .vision .ttl span {
  color: #4faac6;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .mission {
    width: 75.7rem;
    right: 0;
    padding-left: 22.6rem;
    top: 16.5rem;
    position: absolute;
  }
  .p-company .s-company04 dl dd .mission:before {
    content: "";
    width: 14.5rem;
    height: 0.2rem;
    background: #3b859d;
    position: absolute;
    top: 2.4rem;
    left: 7.6rem;
  }
  .p-company .s-company04 dl dd .mission:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #3b859d;
    position: absolute;
    top: 2.2rem;
    left: 21.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dd .mission {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .mission .ttl {
    margin-bottom: 0.8rem;
  }
}
.p-company .s-company04 dl dd .mission .ttl span {
  color: #3b859d;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .value {
    width: 75.7rem;
    right: 0;
    padding-left: 30.5rem;
    top: 34.2rem;
    position: absolute;
  }
  .p-company .s-company04 dl dd .value:before {
    content: "";
    width: 14.5rem;
    height: 0.2rem;
    background: #214ba2;
    position: absolute;
    top: 2.1rem;
    left: 15.6rem;
  }
  .p-company .s-company04 dl dd .value:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #214ba2;
    position: absolute;
    top: 1.9rem;
    left: 29.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company04 dl dd .value {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company .s-company04 dl dd .value .ttl {
    margin-bottom: 0.9rem;
  }
}
.p-company .s-company04 dl dd .value .ttl span {
  color: #214ba2;
  margin-right: 0;
}
.p-company .s-company03 {
  background: #f6fbff;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 {
    padding: 11rem 0 11rem;
    margin-top: 12.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.p-company .s-company03 p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 p {
    margin: 6.9rem auto 0;
    max-width: 100rem;
  }
}
.p-company .s-company03 .author {
  text-align: right;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 .author {
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 .author {
    margin-top: 3rem;
  }
}
.p-company .s-company03 .author span {
  margin-left: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-company .s-company03 .author span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .s-company03 .author span {
    font-size: 2rem;
  }
}

.p-service .mainvisual {
  background: url(../images/service/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
.p-service .s-service01 {
  background: #003894;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01 {
    padding-top: 8.2rem;
    padding-bottom: 32.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01 {
    padding: 4rem 0;
  }
}
.p-service .s-service01__ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__ttl {
    font-size: 3.6rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__ttl {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.p-service .s-service01__inner {
  max-width: 80rem;
  margin: auto;
}
.p-service .s-service01__inner p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service01__inner p {
    margin: 0 0 4.6rem;
  }
  .p-service .s-service01__inner p.txt1 {
    margin-bottom: 3.2rem;
  }
  .p-service .s-service01__inner p.txt2 {
    margin-bottom: 4.2rem;
  }
  .p-service .s-service01__inner p.txt3 {
    margin-bottom: 3.9rem;
  }
  .p-service .s-service01__inner p.txt4 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service01__inner p {
    margin: 0 0 2rem;
  }
}
.p-service .s-service01__inner p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02 {
    margin-top: -25.3rem;
  }
}
.p-service .s-service02__inner {
  background: #fff;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__inner {
    border-radius: 50%;
    text-align: center;
    width: 95.5rem;
    height: 95.5rem;
    padding-top: 11rem;
    padding-left: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__inner {
    text-align: left;
    padding: 3rem 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__inner .box {
    position: absolute;
    text-align: center;
  }
  .p-service .s-service02__inner .box.box01 {
    top: 14.5rem;
    left: 30.4rem;
  }
  .p-service .s-service02__inner .box.box01 p {
    padding-right: 2.4rem;
  }
  .p-service .s-service02__inner .box.box02 {
    top: 31.5rem;
    left: 12.3rem;
  }
  .p-service .s-service02__inner .box.box02 .ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1rem;
  }
  .p-service .s-service02__inner .box.box03 {
    top: 34.4rem;
    right: 4.8rem;
  }
  .p-service .s-service02__inner .box.box03 .ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__inner .box {
    margin-bottom: 2rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-service .s-service02__inner .box:last-child {
    margin-bottom: 0;
  }
}
.p-service .s-service02__inner .box .ttl {
  font-weight: 500;
  color: var(--co-primary);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__inner .box .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__inner .box .ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.p-service .s-service02__inner .box p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__inner .box p {
    line-height: 1.4375;
  }
}
.p-service .s-service02__title {
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .p-service .s-service02__title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 4.4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02__title {
    width: 100%;
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
}
.p-service .s-service02 img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-service .s-service02 img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 15rem;
    margin: auto;
  }
}
.p-service .s-service03 {
  background: #e0f2f7;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03 {
    margin-top: -12.3rem;
    padding: 21rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03 {
    padding: 4rem 0;
  }
}
.p-service .s-service03__txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__txt {
    margin: 3.7rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__listbtn {
    margin-top: 4rem;
    padding: 3rem 0;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__listbtn {
    padding: 0;
    margin-top: 3rem;
  }
}
.p-service .s-service03__listbtn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__listbtn .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__listbtn .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-service .s-service03__listbtn .inner a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__listbtn .inner a {
    border-right: 1px solid #000;
    padding: 0.4rem 3.7rem 1rem 3.6rem;
  }
  .p-service .s-service03__listbtn .inner a:hover {
    color: var(--co-primary);
  }
  .p-service .s-service03__listbtn .inner a:hover span:before {
    background: var(--co-primary);
  }
  .p-service .s-service03__listbtn .inner a:hover span:after {
    border: solid var(--co-primary);
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__listbtn .inner a {
    background: #fff;
    padding: 1.5rem 1rem;
    width: calc(50% - 0.5rem);
    font-size: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-service .s-service03__listbtn .inner a span {
  width: 0.3rem;
  height: 0.9rem;
  position: relative;
  display: block;
}
.p-service .s-service03__listbtn .inner a span:before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-service .s-service03__listbtn .inner a span:after {
  content: "";
  border: solid black;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.1rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.p-service .s-service03__listbtn .inner a:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__listarea {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__listarea {
    margin-top: 4rem;
  }
}
.p-service .s-service03__item {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item {
    padding: 8rem 10rem 9rem 9.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-service .s-service03__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_service {
    width: 16.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_service {
    text-align: center;
  }
}
.p-service .s-service03__item .item_service p {
  font-family: var(--font-jost);
  letter-spacing: 0;
  margin: 0 0 1.1rem;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_service p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_service p {
    font-size: 1.8rem;
  }
}
.p-service .s-service03__item .item_service img {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_service img {
    width: 10.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_service img {
    width: 8rem;
    margin: auto;
  }
}
.p-service .s-service03__item .item_ct {
  width: 100%;
}
.p-service .s-service03__item .item_ct .ttl {
  color: var(--co-primary);
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_ct .ttl {
    font-size: 3.2rem;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_ct .ttl {
    font-size: 2rem;
    margin: 1rem 0 1rem;
    text-align: center;
  }
}
.p-service .s-service03__item .item_ct p {
  margin: 0 0 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_ct .btn {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_ct .btn {
    margin-top: 2rem;
  }
}
.p-service .s-service03__item .item_ct .btn:after {
  content: "";
  clear: both;
  display: block;
}
.p-service .s-service03__item .item_ct .btn .cm-btn01 {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-service .s-service03__item .item_ct .btn .cm-btn01 {
    width: 50rem;
    height: 7.5rem;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .s-service03__item .item_ct .btn .cm-btn01 {
    width: 100%;
    gap: 6rem;
    text-align: center;
  }
}

.p-flow .mainvisual {
  background: url(../images/flow/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-flow .mainvisual {
    padding-top: 9.5rem;
  }
  .p-flow .mainvisual .tt_heading .jp {
    font-size: 2rem;
  }
  .p-flow .mainvisual .tt_heading .en {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01 {
    margin-top: -0.9rem;
  }
}
.p-flow .s-flow01__txt {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__txt {
    margin-top: 2.8rem;
    text-align: center;
  }
}
.p-flow .s-flow01__inner {
  max-width: 88.2rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner {
    margin: 4.1rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner {
    margin: 2rem auto;
  }
}
.p-flow .s-flow01__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl {
    margin-bottom: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl {
    margin-bottom: 2rem;
  }
}
.p-flow .s-flow01__inner dl:last-child dt:after, .p-flow .s-flow01__inner dl:last-child dt:before {
  content: none;
}
.p-flow .s-flow01__inner dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--co-primary);
  font-family: var(--font-jost);
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dt {
    font-size: 1.8rem;
    width: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dt {
    font-size: 1.6rem;
    width: 9rem;
  }
}
.p-flow .s-flow01__inner dl dt:after {
  content: "";
  width: 0.2rem;
  height: calc(100% - 0.2rem);
  background: var(--co-primary);
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dt:after {
    left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dt:after {
    left: 3rem;
  }
}
.p-flow .s-flow01__inner dl dt:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.7rem solid var(--co-primary);
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dt:before {
    left: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dt:before {
    left: 2.8rem;
  }
}
.p-flow .s-flow01__inner dl dt span {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dt span {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dt span {
    font-size: 2rem;
  }
}
.p-flow .s-flow01__inner dl dt p {
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-bottom: 1.2rem;
}
.p-flow .s-flow01__inner dl dd {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dd {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dd {
    padding-bottom: 3rem;
  }
}
.p-flow .s-flow01__inner dl dd .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dd .ttl {
    font-size: 2.4rem;
    line-height: 1.875;
    margin: 0 0 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dd .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-flow .s-flow01__inner dl dd p {
  letter-spacing: 0.1em;
}
.p-flow .s-flow01__inner dl dd p span {
  color: var(--co-scent);
}
.p-flow .s-flow01__inner dl dd p .blue {
  color: var(--co-accent);
}
.p-flow .s-flow01__inner dl dd .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--co-accent);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dd .btn-contact {
    font-size: 1.8rem;
    margin: 2.5rem 0 0;
    width: 30rem;
    height: 7rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-flow .s-flow01__inner dl dd .btn-contact:hover {
    background: var(--co-primary);
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dd .btn-contact {
    margin: 1rem 0 0;
    width: 25rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dd .item {
    margin-top: 2.1rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dd .item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-flow .s-flow01__inner dl dd .item:last-child {
  margin-bottom: 0;
}
.p-flow .s-flow01__inner dl dd .item .tt {
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-flow01__inner dl dd .item .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01__inner dl dd .item .tt {
    font-size: 1.6rem;
  }
}
.p-flow .s-faq {
  background: #ebf0f4;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq {
    padding: 9.8rem 0 13.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq {
    padding: 4rem 0;
  }
}
.p-flow .s-faq__txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq__txt {
    margin: 2.8rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq__list {
    max-width: 100rem;
    margin: 5.9rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq__list {
    margin-top: 3rem;
  }
}
.p-flow .s-faq dl {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq dl {
    padding: 3.7rem 5rem 3.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq dl {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-flow .s-faq dl:last-child {
  margin-bottom: 0;
}
.p-flow .s-faq dl dt {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq dl dt {
    padding: 0 0 1.6rem 4.4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq dl dt {
    padding: 0 0 1rem 3.5rem;
    font-size: 1.6rem;
  }
}
.p-flow .s-faq dl dt:before {
  content: "Q.";
  font-family: var(--font-jost);
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq dl dt:before {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq dl dt:before {
    font-size: 2.4rem;
  }
}
.p-flow .s-faq dl dd {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--co-primary);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq dl dd {
    margin: 2.6rem 0 0;
    padding-left: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq dl dd {
    margin: 1rem 0 0;
    padding-left: 3.5rem;
  }
}
.p-flow .s-faq dl dd:before {
  content: "A.";
  font-family: var(--font-jost);
  font-weight: 400;
  position: absolute;
  left: 0;
  color: var(--co-primary);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-flow .s-faq dl dd:before {
    font-size: 3rem;
    top: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow .s-faq dl dd:before {
    font-size: 2.4rem;
    top: 0;
  }
}

.p-information .mainvisual {
  background: url(../images/information/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
.p-information .content_infor__ttl {
  text-align: center;
  font-weight: 400;
  color: var(--co-primary);
  margin: 0 0 9rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor__ttl {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar {
    width: 25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-information .content_infor .infor_sidebar .search_year select {
  width: 100%;
  border: 1px solid #d9d9d9;
  text-align: center;
  background: #f9f9f9 url(../images/information/icon.svg) no-repeat right 2rem center;
  background-size: 1.8rem 1.5rem;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .search_year select {
    padding: 1.4rem 6rem 1.9rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .search_year select {
    padding: 1.4rem;
    font-size: 1.6rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 0.2rem solid #d9d9d9;
  position: relative;
  color: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_ttl {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_ttl:before {
  content: "";
  width: 6rem;
  height: 0.2rem;
  position: absolute;
  background: var(--co-primary);
  bottom: -0.2rem;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat {
    margin-top: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul {
    margin-top: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul {
    margin-top: 1rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_cat ul li {
  border-bottom: 0.1rem solid #d9d9d9;
  list-style-type: none;
}
.p-information .content_infor .infor_sidebar .sidebar_cat ul li a {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a {
    padding: 1.6rem 0 1.6rem 4.6rem;
    font-size: 1.8rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a:hover {
    color: var(--co-primary);
  }
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a:hover:before {
    background: var(--co-primary);
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a {
    padding: 1.2rem 0 1.2rem 3.6rem;
    font-size: 1.6rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_cat ul li a:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a:before {
    left: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_cat ul li a:before {
    left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_tag {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_tag {
    margin-top: 3rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_tag_list {
    gap: 1rem 0.9rem;
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_tag_list {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_tag_list a {
  border: 1px solid #878787;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.6rem 0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_tag_list a:hover {
    background: var(--co-primary);
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_banner {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_banner {
    margin-top: 3rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_banner a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_sidebar .sidebar_banner a {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_sidebar .sidebar_banner a {
    margin-bottom: 1rem;
  }
}
.p-information .content_infor .infor_sidebar .sidebar_banner a:last-child {
  margin-bottom: 0;
}
.p-information .content_infor .infor_sidebar .sidebar_banner a img {
  width: 100%;
  display: block;
}
.p-information .content_infor .infor_content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_content {
    margin: 3rem 0;
  }
}
.p-information .content_infor .infor_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #cbcbcb;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_item {
    gap: 3rem;
    padding-bottom: 3.1rem;
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_item {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-information .content_infor .infor_item:last-child {
  margin-bottom: 0;
}
.p-information .content_infor .infor_item .img {
  background: #d9d9d9;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_item .img {
    width: 15rem;
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_item .img {
    width: 8rem;
    height: 8rem;
  }
}
.p-information .content_infor .infor_item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.p-information .content_infor .infor_item .ct {
  width: 100%;
}
.p-information .content_infor .infor_item .ct a {
  text-decoration: none;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_item .ct a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-information .content_infor .infor_item .ct a:hover {
    opacity: 0.7;
  }
}
.p-information .content_infor .infor_item .ct .catdate_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.p-information .content_infor .infor_item .ct .catdate_flx .cat {
  gap: 3rem;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_item .ct .catdate_flx .cat {
    min-width: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_item .ct .catdate_flx .cat {
    min-width: 8rem;
  }
}
.p-information .content_infor .infor_item .ct .catdate_flx .cat.cat1 {
  background: #e19698;
}
.p-information .content_infor .infor_item .ct .catdate_flx .cat.cat2 {
  background: #5b6d8f;
}
.p-information .content_infor .infor_item .ct .catdate_flx .date {
  letter-spacing: 0.1em;
}
.p-information .content_infor .infor_item .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-information .content_infor .infor_item .ct .ttl {
    margin: 0.8rem 0 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information .content_infor .infor_item .ct .ttl {
    margin: 0.5rem 0;
  }
}
.p-information .content_infor .infor_item .ct p {
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.p-information .content_infor .infor_item .ct .list_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0.8rem 0 0;
}
.p-information .content_infor .infor_item .ct .list_key a {
  color: var(--co-primary);
  font-size: 1.3rem;
  letter-spacing: 0;
  text-decoration: underline;
}

.p-information__detail .detai_title {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detai_title {
    padding-bottom: 2.8rem;
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detai_title {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-information__detail .detai_title .catdate_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.p-information__detail .detai_title .catdate_flx .cat {
  gap: 3rem;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detai_title .catdate_flx .cat {
    min-width: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detai_title .catdate_flx .cat {
    min-width: 8rem;
  }
}
.p-information__detail .detai_title .catdate_flx .cat.cat1 {
  background: #e19698;
}
.p-information__detail .detai_title .catdate_flx .cat.cat2 {
  background: #5b6d8f;
}
.p-information__detail .detai_title .catdate_flx .date {
  letter-spacing: 0.1em;
}
.p-information__detail .detai_title .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detai_title .title {
    font-size: 3rem;
    margin-top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detai_title .title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.p-information__detail .detail_content p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_content p {
    margin: 0 0 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detail_content p {
    margin: 0 0 2rem;
  }
}
.p-information__detail .detail_content .wp-block-image {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_content .wp-block-image {
    margin: 4.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detail_content .wp-block-image {
    margin: 3rem 0;
  }
}
.p-information__detail .detail_content h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_content h3 {
    border-left: 0.9rem solid var(--co-primary);
    padding: 0px 1.6rem;
    margin: 5.8rem 0 2.6rem;
    font-size: 2rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detail_content h3 {
    border-left: 0.5rem solid var(--co-primary);
    padding: 0px 1.2rem;
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
  }
}
.p-information__detail .detail_btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_btn {
    margin-top: 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-information__detail .detail_btn {
    margin-top: 4rem;
  }
}
.p-information__detail .detail_btn a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.p-information__detail .detail_btn_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.5rem;
  margin: 0 0 2.7rem;
}
.p-information__detail .detail_btn_01 a {
  position: relative;
}
.p-information__detail .detail_btn_01 a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_btn_01 a:hover {
    color: var(--co-primary);
  }
}
.p-information__detail .detail_btn_01 .prev {
  padding-left: 2.4rem;
}
.p-information__detail .detail_btn_01 .prev:before {
  border-right: 0.8rem solid #000;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_btn_01 .prev:hover:before {
    border-right: 0.8rem solid var(--co-primary);
  }
}
.p-information__detail .detail_btn_01 .next {
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_btn_01 .next:hover:before {
    border-left: 0.8rem solid var(--co-primary);
  }
}
.p-information__detail .detail_btn_01 .next:before {
  border-left: 0.8rem solid #000;
  right: 0;
}
.p-information__detail .detail_btn .btn_list {
  background: url(../images/information/liist.svg) no-repeat left center;
  background-size: 1rem 0.7rem;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .p-information__detail .detail_btn .btn_list:hover {
    color: var(--co-primary);
  }
}

@media only screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 4rem;
  }
}
.p-contact .mainvisual {
  background: url(../images/contact/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
.p-contact .s-contact01__txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__txt {
    line-height: 2.1875;
  }
}
.p-contact .s-contact01__txt span {
  color: var(--co-accent);
}
.p-contact .s-contact01__form {
  max-width: 100rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01__form {
    margin: 7.9rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01__form {
    margin: 3rem auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dl {
    display: block;
    padding: 0;
    margin: 0 0 3rem;
  }
}
.p-contact .s-contact01 .form-content__dl:last-child {
  margin-bottom: 0;
}
.p-contact .s-contact01 .form-content__dt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dt {
    width: 27.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2.7rem;
    letter-spacing: 0.1em;
    padding-top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dt {
    font-size: 1.6rem;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid var(--co-primary);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact .s-contact01 .form-content__dt span {
  width: 4.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dt span {
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dt span {
    top: 0;
    color: #fff;
  }
}
.p-contact .s-contact01 .form-content__dt .hissu {
  background: #7ab5d3;
}
.p-contact .s-contact01 .form-content__dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dd {
    width: 100%;
    padding: 0 3.1rem 0 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dd {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-contact .s-contact01 .form-content__dd select {
  border: 1px solid #d9d9d9;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dd select {
    width: 45rem;
    padding: 1.6rem 2.5rem;
    background: #f4f4f4 url(../images/contact/icon.png) no-repeat right 3rem top 20px;
    background-size: 2.2rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dd select {
    width: 100%;
    padding: 1rem 2rem;
    background: #f4f4f4 url(../images/contact/icon.png) no-repeat right 1rem center;
    background-size: 1.5rem auto;
  }
}
.p-contact .s-contact01 .form-content__dd input {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dd input {
    padding: 1.4rem 2.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dd input {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}
.p-contact .s-contact01 .form-content__dd textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact01 .form-content__dd textarea {
    padding: 1.4rem 2.6rem;
    font-size: 1.6rem;
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact01 .form-content__dd textarea {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    height: 15rem;
  }
}
.p-contact #formEnd {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 3rem;
  }
}
.p-contact #formEnd .label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd .label label {
    font-size: 1.8rem;
  }
}
.p-contact #formEnd .label label input {
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd .label label input {
    margin-right: 2.6rem;
    width: 3rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd .label label input {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-contact #formEnd .label label a {
  color: var(--co-accent);
}
.p-contact #formEnd .contact-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd .contact-group-btn {
    gap: 6.5rem;
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd .contact-group-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact.p-contact__confirm .s-contact01 .form-content {
    margin-top: 9rem;
  }
  .p-contact.p-contact__confirm .s-contact01 .form-content__dl {
    margin-bottom: 8rem;
  }
  .p-contact.p-contact__confirm .s-contact01 .form-content__dl:last-child {
    margin-bottom: 0;
  }
  .p-contact.p-contact__confirm .s-contact01 .form-content__dt {
    padding-top: 0;
  }
  .p-contact.p-contact__confirm .s-contact01 .form-content__dd {
    padding: 0.2rem 0 0 7.3rem;
  }
  .p-contact.p-contact__confirm #formEnd {
    margin-top: 0;
  }
  .p-contact.p-contact__confirm #formEnd .contact-group-btn {
    margin-top: 8.1rem;
  }
}
.p-contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-btn {
    width: 45rem;
    height: 10rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-btn {
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-contact .contact-btn input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-contact .contact-btn__confirm {
  background: #236884;
  border: 0.2rem solid #236884;
}
.p-contact .contact-btn__confirm input {
  cursor: pointer;
}
.p-contact .contact-btn__confirm:hover {
  background: #fff;
  color: #236884;
}
.p-contact .contact-btn__confirm.disabled input {
  cursor: not-allowed;
}
.p-contact .contact-btn__confirm.disabled:hover {
  background: #236884;
  color: #fff;
}
.p-contact .contact-btn__prev {
  background: #879ba3;
  border: 0.2rem solid #879ba3;
}
.p-contact .contact-btn__prev:hover {
  background: #fff;
  color: #879ba3;
}
.p-contact .contact-btn__submit {
  background: var(--co-accent);
  border: 0.2rem solid var(--co-accent);
}
.p-contact .contact-btn__submit input {
  cursor: pointer;
}
.p-contact .contact-btn__submit:hover {
  background: #fff;
  color: var(--co-accent);
}
.p-contact .s-contact02 {
  text-align: center;
}
.p-contact .s-contact02__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02__ttl {
    font-size: 3rem;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02__ttl {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02 p {
    line-height: 2.1875;
    margin: 0 0 2.5rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02 p {
    margin: 0 0 1.5rem;
    letter-spacing: 0;
  }
}
.p-contact .s-contact02-btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .s-contact02-btn {
    margin-top: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .s-contact02-btn {
    margin-top: 3rem;
  }
}
.p-contact .s-contact02-btn a {
  margin: auto;
}

.p-privacy .mainvisual {
  background: url(../images/privacy/bg_ttl.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-privacy .s-privacy .txt {
    line-height: 2.1875;
    margin: 3.3rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .s-privacy .txt {
    margin: 2rem 0;
  }
}
.p-privacy .s-privacy p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-privacy .s-privacy p {
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .s-privacy p {
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-privacy .s-privacy .inner {
    margin-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .s-privacy .inner {
    margin-bottom: 2rem;
  }
}
.p-privacy .s-privacy .inner .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-privacy .s-privacy .inner .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .s-privacy .inner .ttl {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.p-privacy .text_right {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .p-privacy .text_right {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .text_right {
    margin-top: 3rem;
  }
}
.p-privacy .text_right a {
  text-decoration: none;
  color: #000;
}
.p-privacy .text_right p {
  margin-bottom: 1.9rem;
}
.p-privacy .text_right p:last-child {
  margin-bottom: 0;
}