@charset "UTF-8";
body {
  background-color: var(--color-ivory);
}

.cm-titlemain {
  text-align: center;
  margin: -1.8rem 0 3.1rem;
}
.cm-titlemain .title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #303030;
  font-family: var(--font-secondary);
}

@media only screen and (max-width: 767px) {
  .cm-titlemain {
    margin: 0;
    padding: 1rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-titlemain .title {
    font-size: 2.5rem;
  }
}
.c-breadcrumb {
  background: #f2e8dc;
  padding: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.5rem;
  }
}
.c-breadcrumb__list {
  display: flex;
  font-size: 1.6rem;
}
.c-breadcrumb__list a {
  font-weight: 600;
  padding-right: 1rem;
  position: relative;
  text-decoration: none !important;
  color: #232323;
}
.c-breadcrumb__list a:after {
  content: "";
  border: solid black;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.25rem;
  transform: rotate(-45deg);
  margin-left: 0.3rem;
  position: relative;
  top: -0.2rem;
}
.c-breadcrumb__list span {
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .headline01 {
    padding-bottom: 2.5rem;
  }
  .headline01-jp {
    font-size: 3.6rem;
  }
  .headline06 {
    margin-bottom: 1rem;
  }
}
/*====================================================================================
■.PAGE ABOUT
====================================================================================*/
.p-about {
  padding-top: 1.5rem;
}
.p-about .section01_inner {
  display: flex;
}
.p-about .section01_ct {
  width: calc(100% - 54.2rem);
  padding: 5.5rem 0 0 2.6rem;
}
.p-about .section01_ct p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  padding-left: 0.7rem;
}
.p-about .section01_title {
  font-family: var(--font-secondary);
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 3.5rem;
  margin-bottom: 2.7rem;
}
.p-about .section01_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.3rem;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 0.2rem dotted var(--color-gray);
}
.p-about .section01_list {
  background: #fff;
  border-radius: 2rem;
  padding: 2.8rem 2rem;
  display: flex;
  gap: 1.7rem 3rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.5rem;
}
.p-about .section01_list a {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  align-items: center;
  color: #303030;
}
.p-about .section01_list a .cicle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid var(--color-green);
  background: var(--color-green);
  display: block;
  position: relative;
}
.p-about .section01_list a .cicle:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.5rem;
  position: absolute;
  margin-top: -0.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-about .section02 {
  background: #f2e8dc;
  border-radius: 3rem;
  margin-top: 5.6rem;
  padding: 5.2rem 6.5rem 4.4rem;
}
.p-about .section02_title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-family: var(--font-secondary);
  position: relative;
  line-height: 1.1944444444;
  padding-bottom: 3rem;
  margin-bottom: 2.4rem;
}
.p-about .section02_title span {
  color: var(--color-green);
}
.p-about .section02_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 0.2rem dotted var(--color-gray);
}
.p-about .section02 .tit {
  display: flex;
  gap: 1.3rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-family: var(--font-secondary);
}
.p-about .section02 .tit span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--color-green);
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 0.6rem;
  padding-top: 0.6rem;
  padding-left: 0.4rem;
}
.p-about .section02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem 3.3rem;
}
.p-about .section02 li {
  width: calc(50% - 1.8rem);
}
.p-about .section02 li p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  padding-left: 5.5rem;
  margin-top: 0.1rem;
}
.p-about .section03 {
  padding-top: 9.5rem;
  padding-bottom: 8rem;
}
.p-about .section03 .item_title {
  font-size: 2.8rem;
  font-family: var(--font-secondary);
  line-height: 1.4010714286;
  margin-bottom: 1.3rem;
  display: inline-block;
  position: relative;
}
.p-about .section03 .item_title span {
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) repeat-x bottom center/100% 45%;
  display: inline;
}
.p-about .section03 p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-about .section03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5.4rem;
  gap: 8.4rem 0;
}
.p-about .section03_list .item {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.p-about .section03_list .item img {
  margin-top: -3.3rem;
}
.p-about .section03_list .item:nth-child(3) img, .p-about .section03_list .item:nth-child(4) img {
  margin-top: -0.9rem;
}
.p-about .section03_list .item:last-child {
  width: 75%;
}
.p-about .section03_list .item:last-child .item_ct {
  padding-left: 5.3rem;
}
.p-about .section03_list .item li {
  position: relative;
  padding-left: 2rem;
}
.p-about .section03_list .item li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.p-about .bg_line {
  width: 100%;
}
.p-about .section04 {
  padding-top: 6rem;
  background: #f2e8dc;
}
.p-about .section04_box1 {
  background: #fff;
  border-radius: 4rem;
  overflow: hidden;
}
.p-about .section04_box1 .tab-menu {
  display: flex;
}
.p-about .section04_box1 .tab-menu li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  background: #c4c6c3;
  padding: 2.4rem;
  cursor: pointer;
}
.p-about .section04_box1 .tab-menu li small {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box1 .tab-menu li small {
    font-size: 1rem;
  }
}
.p-about .section04_box1 .tab-menu li.active {
  background: #fff;
  color: #303030;
  position: relative;
}
.p-about .section04_box1 .tab-menu li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 0.2rem dotted var(--color-gray);
}
.p-about .section04_box1 .tab-menu li:nth-child(1).active span {
  color: #f0984f;
}
.p-about .section04_box1 .tab-menu li:nth-child(2).active span {
  color: var(--color-green);
}
.p-about .section04_box1 .tab-content {
  display: none;
}
.p-about .section04_box1 .tab-content.active {
  display: block;
}
.p-about .section04 #steps {
  padding: 6.7rem 11.3rem;
}
.p-about .section04-steps {
  display: flex;
  margin-bottom: 7.8rem;
}
.p-about .section04-steps_box {
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background: #f0984f;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: var(--font-secondary);
  color: #fff;
  padding-top: 1.7rem;
  position: relative;
  top: 1.2rem;
}
.p-about .section04-steps_box span {
  line-height: 1;
  font-size: 3.6rem;
  display: block;
  margin-top: -0.2rem;
}
.p-about .section04-steps_ct {
  width: calc(100% - 10.7rem);
  padding-left: 1.8rem;
}
.p-about .section04-steps_ct .tep_title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 0 0 0.5rem;
}
.p-about .section04-steps_ct p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 0.3rem;
}
.p-about .section04 #overview {
  padding: 2.7rem 10.5rem 4.3rem 4.2rem;
}
.p-about .section04 .overview {
  display: flex;
}
.p-about .section04 .overview_left {
  width: calc(100% - 33.4rem);
  padding-right: 12.5rem;
}
.p-about .section04 .overview_left .tit {
  font-size: 2.8rem;
  font-family: var(--font-secondary);
  letter-spacing: 0.1em;
  margin: 0.8rem 0 0.3rem;
}
.p-about .section04 .overview_left .tit span {
  color: var(--color-green);
}
.p-about .section04 .overview_left .txt {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.p-about .section04 .overview_left .tt {
  font-size: 2rem;
  letter-spacing: 0.04em;
  position: relative;
  margin-top: 1.9rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  font-family: var(--font-secondary);
}
.p-about .section04 .overview_left .tt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 0.2rem dotted var(--color-gray);
}
.p-about .section04 .overview_left p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.3333333333;
}
.p-about .section04 .overview_left .bdr {
  border: 0.1rem solid #bfbfbf;
  border-radius: 2rem;
  width: 48.5rem;
  margin: 2rem 0;
  padding: 1rem 3rem 2.7rem;
}
.p-about .section04 .overview_left .bdr_tit {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
.p-about .section04 .overview_left .bdr_tit span {
  color: var(--color-green);
}
.p-about .section04 .overview_left .bdr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-about .section04 .overview_left .bdr ul li {
  width: 33.3333333333%;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--font-secondary);
  gap: 1rem;
}
.p-about .section04 .overview_right {
  width: 33rem;
  height: 56rem;
  position: relative;
}
.p-about .section04_box2 {
  padding-top: 4.2rem;
  padding-bottom: 8rem;
}
.p-about .section04_box2 .txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  line-height: 1.3333333333;
}
.p-about .section04_box2_lst {
  display: flex;
  gap: 4rem;
  margin-top: 5.4rem;
}
.p-about .section04_box2_lst .item {
  width: calc(50% - 2rem);
  background: #fff;
  border-radius: 2rem;
  padding: 3.6rem 3.8rem 4.7rem;
}
.p-about .section04_box2_lst .item_tt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--font-secondary);
  padding-left: 1rem;
  margin-bottom: 1.4rem;
}
.p-about .section04_box2_lst .item li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.2rem;
}
.p-about .section04_box2_lst .item li:last-child {
  margin-bottom: 0;
}
.p-about .section04_box2_lst .item li p {
  width: calc(100% - 8.7rem);
}
.p-about .section04_box2_lst .item p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
.p-about .section04_box2_lst .item p.text {
  margin-top: 3.2rem;
}
.p-about .section04_box2_lst .item.item1 .item_tt {
  color: #f0984f;
}
.p-about .section04_box2_lst .item.item2 .item_tt {
  color: var(--color-green);
}
.p-about .section05 {
  padding-top: 7.7rem;
  position: relative;
}
.p-about .section05 .headline01 {
  text-align: left;
}
.p-about .section05 .headline01:after {
  margin: 0;
}
.p-about .section05_list {
  margin-top: 4.5rem;
}
.p-about .section05_item {
  background: #faf7f3;
  border-radius: 2rem;
  padding: 3.9rem 5.1rem 4.5rem;
  margin-bottom: 3.7rem;
}
.p-about .section05_item:last-child {
  margin-bottom: 0;
}
.p-about .section05_item_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: var(--font-secondary);
  margin: 0 0 2.9rem;
}
.p-about .section05_item p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
.p-about .section05 .img1 {
  position: absolute;
  top: 0.1rem;
  left: 30.5rem;
}
.p-about .section05 .img2 {
  position: absolute;
  top: 0.1rem;
  right: 3.1rem;
}
.p-about .section05b {
  padding-top: 9.3rem;
  padding-bottom: 8rem;
}
.p-about .section05b .headline01 span strong {
  color: #f0984f;
}
.p-about .section05b .img1 {
  top: 6.6rem;
  left: 27.2rem;
}
.p-about .section05b .img2 {
  top: 0.9rem;
}
.p-about .section06 {
  margin-top: -0.6rem;
  position: relative;
  background: #f2e8dc;
  padding-bottom: 9rem;
}
.p-about .section06 .headline01 {
  text-align: left;
  padding-bottom: 2.6rem;
  margin-bottom: 4.7rem;
}
.p-about .section06 .headline01:after {
  margin: 0;
}
.p-about .section06 .splide__list {
  gap: 3.6rem;
}
.p-about .section06 .splide__slide {
  width: 28.8rem !important;
  border-radius: 20px;
  overflow: hidden;
}
.p-about .section07 {
  padding-top: 8rem;
  margin-bottom: 10.5rem;
}
.p-about .section07_title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 0 0 2.3rem;
}
.p-about .section07_inner {
  background: #fafafa;
  border-radius: 3rem;
  padding: 3.5rem 5.3rem 5.5rem;
  letter-spacing: 0.1em;
}
.p-about .section07_inner p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
.p-about .section07_inner .table {
  border-top: 0.2rem dotted #8d8d8d;
  margin-top: 3.3rem;
}
.p-about .section07_inner .table dl {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: flex;
  padding: 2.2rem 0;
  border-bottom: 0.2rem dotted #8d8d8d;
}
.p-about .section07_inner .table dl dt {
  width: 14.1rem;
  padding-left: 0.5rem;
  font-weight: bold;
}
.p-about .section07_inner .table dl dd {
  width: calc(100% - 14.1rem);
}
.p-about .section07 .tit {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 4rem;
  font-family: var(--font-secondary);
}
.p-about .section07 .tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 0.2rem dotted var(--color-gray);
}

@media only screen and (max-width: 767px) {
  .p-about {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_inner {
    display: block;
    text-align: center;
  }
  .p-about .section01_inner img {
    width: 20rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_ct {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_ct p {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_title {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_list {
    gap: 1rem 1rem;
    margin-top: 2rem;
    background: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .section01_list a:hover {
    color: var(--color-green);
  }
  .p-about .section01_list a:hover .cicle {
    background: #fff;
  }
  .p-about .section01_list a:hover .cicle:after {
    border: solid var(--color-green);
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_list a {
    font-size: 1.4rem;
    gap: 1rem;
    width: calc(50% - 0.5rem);
    border: 1px solid #000;
    padding: 1rem 0.5rem;
    justify-content: space-between;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_list a .cicle {
    width: 1.7rem;
    height: 1.7rem;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section01_list a .cicle:after {
    padding: 0.2rem;
    margin-top: -0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02 {
    border-radius: 2rem;
    margin-top: 4rem;
    padding: 4rem 4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02_title {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02 .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02 ul {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02 li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section02 li p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03 .item_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 374px) {
  .p-about .section03 .item_title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03 p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list {
    gap: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item {
    width: 100%;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item img {
    width: 30%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item:nth-child(3) img, .p-about .section03_list .item:nth-child(4) img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item:last-child .item_ct {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item li {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section03_list .item li:before {
    width: 1rem;
    height: 1rem;
    top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box1 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box1 .tab-menu li {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 #steps {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps_box {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    padding-top: 0.4rem;
    top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps_box span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps_ct {
    width: calc(100% - 5rem);
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps_ct .tep_title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04-steps_ct p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 #overview {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .tit {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .txt {
    font-size: 1.3rem;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .tt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .bdr {
    width: 100%;
    padding: 2rem 1rem;
  }
  .bdr-center {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .bdr_tit {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_left .bdr ul {
    gap: 1rem;
    justify-content: center;
  }
  .p-about .section04 .overview_left .bdr ul li {
    width: 41%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04 .overview_right {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 2rem;
  }
  .p-about .section04 .overview_right img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2 .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item {
    width: 100%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item_tt {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item li {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .p-about .section04_box2_lst .item li img {
    width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item li p {
    width: calc(100% - 6rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section04_box2_lst .item p.text {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05 {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .section05 .headline01 {
    padding-bottom: 2.6rem;
  }
  .p-about .section05 .headline01-en {
    margin-bottom: -0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05_item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05_item_ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05_item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05 .img1 {
    width: 10rem;
    left: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05 .img2 {
    width: 120px;
    right: 2rem;
    top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05b {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05b .img1 {
    width: 10rem;
    left: 14rem;
    top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section05b .img2 {
    width: 9.5rem;
    right: 2rem;
    top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section06 {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section06 .headline01 {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .section06 .headline01-en {
    margin-bottom: -0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section06 .splide__list {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section06 .splide__slide {
    width: 20rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07 {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_title {
    font-size: 2.5rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner .table {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner .table dl {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner .table dl dt {
    width: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07_inner .table dl dd {
    width: calc(100% - 12rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-about .section07 .tit {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 1rem;
  max-width: 90%;
  max-height: 90%;
  z-index: 10000;
}
.popup-content img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 85dvh;
}

.popup-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  line-height: 1;
  font-family: none;
}
.list-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-logo li {
  width: calc((100% - 1rem)/2);
}
@media only screen and (min-width: 768px) {
  .list-logo {
    gap: 2rem;
  }
  .list-logo li {
    width: calc((100% - 6rem)/4);
  }
}
/*====================================================================================
■.PAGE SUPPORT
====================================================================================*/
.page-support .headline01 {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .page-support .headline01 {
    margin-bottom: 4rem;
  }
}
.sec-support01 .container {
  position: relative;
  padding: 9rem 2% 5rem;
  z-index: 1;
}
.sec-support01 .decor6 {
  position: absolute;
  bottom: -8.5rem;
  left: -9rem;
  z-index: -1;
}
.sec-support01 .decor7 {
  position: absolute;
  bottom: -9rem;
  right: -7rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-support01 .container {
    padding: 5rem 4%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-support01 .decor6 {
    left: 0;
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-support01 .decor7 {
    right: 0;
    bottom: auto;
    top: 0;
    max-width: 40%;
  }
}
.support-txt01 {
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .support-txt01 {
    font-size: 1.6rem;
    text-align: left;
  }
}
img.line {
  width: 100%;
}
img.line1-bottom {
  transform: scale(1, -1);
}

.sec-support02 {
  position: relative;
  z-index: 1;
}
.sec-support02 .container {
  padding: 5rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-support02 .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec-support02__inner {
  background-color: var(--color-beige);
}

.support02__list-item {
  margin-top: 7rem;
}
.support02__list-item:first-child {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .support02__list-item {
    margin-top: 3rem;
  }
}
.support02__list-box {
  background-color: #fdfaf6;
  border-radius: 20px;
  padding: 4rem 5rem;
  margin-top: 4.4rem;
}

@media only screen and (max-width: 767px) {
  .support02__list-box {
    padding: 1rem;
    margin-top: 2rem;
  }
}
.support02__list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

@media only screen and (max-width: 767px) {
  .support02__list-flex {
    display: block;
  }
  .support02__list-flex .support02__list-infor {
    margin-bottom: 2rem;
    letter-spacing: -0.9px;
  }
}
.support02__list-infor {
  flex: 1;
  min-width: 0;
}

.support02__list-line {
  border-bottom: 1px dashed #d2d0cf;
  padding-bottom: 3rem;
  margin-bottom: 2.5rem;
}

.sec-support03 {
  padding: 6rem 0 12rem;
}

@media only screen and (max-width: 767px) {
  .sec-support03 {
    padding: 4rem 0 5rem;
  }
  .p-support .headline05 span {
    font-size: 1.8rem;
  }
}
.support03-box {
  background-color: var(--color-beige);
  border-radius: 30px;
  padding: 7rem 3rem 6rem;
  margin-top: 11rem;
}

@media only screen and (max-width: 767px) {
  .support03-box {
    padding: 3rem 2rem;
    border-radius: 20px;
    margin-top: 5rem;
  }
}
.support03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin-top: 4rem;
  justify-content: center;
}

.support03-list__item a {
  text-decoration: none !important;
  color: var(--color-primary);
}
.support03-list__item a:hover .support03-list__img {
  border-color: var(--color-org);
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .support03-list {
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .support03-list__item {
    width: 48%;
    margin: 1rem 0;
  }
}
.support03-list__img {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1rem;
  border: 3px solid var(--color-yellow);
}

@media only screen and (max-width: 767px) {
  .support03-list__img {
    width: 10rem;
    height: 10rem;
  }
}
.support03-list p {
  font-size: 1.4rem;
  text-align: center;
}

/*====================================================================================
■.PAGE FAQ
====================================================================================*/
.faq__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq__category {
  width: 25rem;
  background-color: var(--color-white);
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.faq__category-title {
  color: var(--color-white);
  background-color: #c4c6c3;
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
}

.faq__category li {
  padding: 0 1rem;
}
.faq__category li:last-child {
  padding-bottom: 3rem;
}
.faq__category a {
  display: block;
  color: var(--color-primary);
  text-decoration: none !important;
  padding: 1rem;
  border-bottom: 1px dashed var(--color-primary);
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .faq__category {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.faq__inner {
  width: 73%;
}

@media only screen and (max-width: 767px) {
  .faq__inner {
    width: 100%;
  }
}
.faq__list-item {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  background-color: var(--color-white);
  margin-bottom: 2rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .faq__list-item {
    border-radius: 10px;
  }
}
.faq__list-ques {
  background-color: #f2e8dc;
  font-size: 2rem;
  position: relative;
  font-family: var(--font-secondary);
  padding: 2rem 7rem;
  letter-spacing: -2px;
  cursor: pointer;
}
.faq__list-ques:before {
  content: "Q.";
  position: absolute;
  top: 17px;
  left: 20px;
  color: var(--color-org);
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.faq__list-ques:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  border: solid var(--color-green);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 0;
  height: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .faq__list-ques {
    padding: 2rem 4rem;
    font-size: 1.4rem;
  }
  .faq__list-ques:before {
    top: 20px;
    left: 10px;
    font-size: 2.4rem;
  }
}
.faq__list-ans {
  background-color: var(--color-white);
  padding: 3rem;
  padding-left: 10rem;
  padding-right: 5rem;
  position: relative;
  display: none;
}
.faq__list-ans:before {
  content: "A.";
  position: absolute;
  top: 10px;
  left: 50px;
  color: var(--color-green);
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-secondary);
}

@media only screen and (max-width: 767px) {
  .faq__list-ans {
    padding: 2rem 4rem;
    padding-left: 5rem;
  }
  .faq__list-ans:before {
    top: 17px;
    left: 10px;
    font-size: 3rem;
  }
}
.page-faq .headline01 {
  text-align: left;
  margin-bottom: 3rem;
}
.page-faq .headline01:after {
  right: auto;
}

.sec-faq01 {
  padding: 8rem 0 5rem;
}

@media only screen and (max-width: 767px) {
  .sec-faq01 {
    padding: 4rem 0;
  }
}
.sec-faq02__inner {
  padding: 5rem 0;
  background-color: var(--color-beige);
}

@media only screen and (max-width: 767px) {
  .sec-faq02__inner {
    padding: 0 0 2rem;
  }
}
.sec-faq03 {
  padding: 5rem 0 8rem;
}

@media only screen and (max-width: 767px) {
  .sec-faq03 {
    padding: 0 0 4rem;
  }
}
/*====================================================================================
■.PAGE RECRUIT
====================================================================================*/
.page-recruit .headline01 {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .page-recruit .headline01 {
    margin-bottom: 3rem;
  }
}
.sec-recruit01 {
  padding: 9rem 0 5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec-recruit01 {
    padding: 4rem 0;
  }
}
.recruit-txt01 {
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .recruit-txt01 {
    font-size: 1.6rem;
    text-align: left;
  }
}
.sec-recruit02__inner {
  background-color: var(--color-beige);
  padding: 5rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__inner {
    padding: 3rem 0;
  }
}
.sec-recruit02 .container {
  position: relative;
  z-index: 0;
}
.sec-recruit02 .img01 {
  position: absolute;
  top: -26rem;
  left: -13rem;
  z-index: -1;
}
.sec-recruit02 .img02 {
  position: absolute;
  top: -18rem;
  right: -12rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02 .img01 {
    max-width: 35%;
    top: -3%;
    left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-recruit02 .img02 {
    max-width: 30%;
    top: -3%;
    right: 1rem;
  }
}
.sec-recruit02__box {
  background-color: #faf6f2;
  border-radius: 20px;
  padding: 4rem 5rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__box {
    padding: 2rem;
  }
}
.sec-recruit02__hide {
  padding-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__hide {
    padding-top: 2rem;
  }
}
.sec-recruit02__last {
  padding: 4rem 0 4rem;
  display: none;
}
.sec-recruit02__last .headline06:first-child {
  text-align: center;
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__last {
    padding: 2rem 0;
  }
}
.sec-recruit02__white {
  width: 100%;
  background-color: var(--color-white);
  height: auto;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  padding: 2rem;
  margin: 2rem 0 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__white {
    border-radius: 10px;
    padding: 1rem;
  }
}
.sec-recruit02__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__flex {
    display: block;
    margin-top: 3rem;
  }
}
.sec-recruit02__item {
  margin-bottom: 8rem;
}
.sec-recruit02__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__item {
    margin-bottom: 4rem;
  }
}
.sec-recruit02__img {
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  border: 2px solid var(--color-green);
  overflow: hidden;
  background-color: var(--color-white);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.sec-recruit02__infor {
  flex: 1;
  min-width: 0;
}
.sec-recruit02__infor .headline06 {
  color: var(--color-green) !important;
  text-align: left !important;
  font-size: 2rem !important;
}
.sec-recruit02__infor p {
  font-size: 1.4rem;
}

.sec-recruit02__btn {
  text-align: right;
  padding: 3rem 0 0;
  border-top: 1px dashed #5d5c5b;
  cursor: pointer;
}
.sec-recruit02__btn p {
  position: relative;
  font-size: 1.8rem;
  color: var(--color-org);
  font-weight: bold;
  display: inline-block;
  padding-right: 5rem;
}
.sec-recruit02__btn .open .btn__arrow {
  transform: rotate(90deg);
}
.sec-recruit02__btn .close {
  display: none;
}
.sec-recruit02__btn .close .btn__arrow {
  transform: rotate(-90deg);
}
.sec-recruit02__btn.active .open {
  display: none;
}
.sec-recruit02__btn.active .close {
  display: block;
}
.sec-recruit02__btn .btn__arrow {
  right: 0;
}
.sec-recruit02__btn .btn__arrow:before {
  display: none;
}
.sec-recruit02__btn .btn__arrow:after {
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sec-recruit02__btn {
    padding-top: 2rem;
  }
}
.sec-recruit03 {
  padding: 7rem 0 0;
}
.sec-recruit03 .line {
  margin-top: 7rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruit03 {
    padding-top: 4rem;
  }
  .sec-recruit03 .line {
    margin-top: 4rem;
  }
}
.recruit03-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit03-item {
  background-color: var(--color-white);
  border-radius: 20px;
  width: 48%;
  padding: 2rem 2rem 0;
}
.recruit03-item .headline06 {
  text-align: center;
}

.recruit03-item__flex {
  display: flex;
  align-items: flex-end;
}

.recruit03-item__img {
  height: 14.5rem !important;
  width: 15.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.recruit03-item__img img {
  width: auto;
  height: 100%;
}

.recruit03-item__mess {
  position: relative;
  width: calc(100% - 12.7rem);
  margin-left: -2.5rem;
  margin-bottom: 3rem;
}
.recruit03-item__mess p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 4rem;
}

@media only screen and (max-width: 767px) {
  .recruit03-item {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 1rem 0;
  }
  .recruit03-item__img {
    height: 8rem !important;
    width: 9.2rem;
  }
  .recruit03-item__img img {
    height: 100%;
  }
  .recruit03-item__mess {
    width: calc(100% - 6.7rem);
  }
  .recruit03-item__mess p {
    padding: 2rem;
    font-size: 1rem;
  }
}
.sec-recruit04 {
  background-color: var(--color-white);
  padding: 8rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-recruit04 {
    padding: 4rem 0;
  }
}
.recruit04-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .recruit04-list {
    gap: 3%;
  }
}
.recruit04-item {
  text-align: center;
  width: 30%;
}
.recruit04-item p {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .recruit04-item {
    width: 48%;
    margin: 1rem 0;
  }
  .recruit04-item p {
    font-size: 1.4rem;
  }
}
.recruit04-img {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  background-color: var(--color-beige);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .recruit04-img {
    width: 12rem;
    height: 12rem;
    padding: 2rem;
  }
}
.sec-recruit05 {
  background-color: var(--color-beige);
  padding: 10rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-recruit05 {
    padding: 5rem 0;
  }
}
.contact02 {
  background-color: #faf6f2;
  padding: 5rem;
  border-radius: 30px;
}
.contact02 .headline06 {
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .contact02 {
    padding: 3rem;
  }
}
.contact02-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact02-item {
  width: 48%;
  text-align: center;
}
.contact02-item .headline06 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .contact02-item:nth-child(2) .btn-link02 {
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact02-item {
    width: 100%;
    margin: 2rem 0;
  }
  .contact02-item .headline06 {
    margin-bottom: 2rem;
  }
}
/*====================================================================================
■.PAGE NEWS
====================================================================================*/
.news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 8rem;
}
.news-category li {
  width: calc(25% - 8px);
}
.news-category a {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  padding: 1rem;
  text-decoration: none !important;
  font-size: 1.8rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .news-category {
    gap: 1rem 0;
    margin-bottom: 4rem;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .news-category li {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .news-category a:hover {
    background-color: var(--color-org);
    color: var(--color-white);
  }
}
@media only screen and (max-width: 767px) {
  .news-category a {
    font-size: 1.4rem;
  }
}
.sec-news {
  padding: 8rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-news {
    padding: 4rem 0;
  }
}
.news-list__item {
  border-bottom: 1px dashed var(--color-gray);
  padding: 2rem;
  padding-right: 6rem;
  position: relative;
  cursor: pointer;
}
.news-list__item:first-child {
  border-top: 1px dashed var(--color-gray);
}
.news-list__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  border: solid var(--color-green);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 0;
  height: 0;
  margin: auto;
}
.news-list__item.active:after {
  top: auto;
  bottom: 2rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  .news-list__item {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-list__item:after {
    right: 0;
  }
}
.news-list__tag-time {
  margin-bottom: 0.5rem;
}
.news-list__tag-time .tag {
  background-color: var(--color-white);
  border-radius: 30px;
  border: 1px solid var(--color-gray);
  display: inline-block;
  padding: 0rem 2rem;
  font-size: 1.5rem;
}
.news-list__tag-time .time {
  padding-right: 5rem;
}

@media only screen and (max-width: 767px) {
  .news-list__tag-time .tag {
    padding: 0rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-list__tag-time .time {
    padding-right: 2rem;
  }
}
.news-list__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.wp-area {
  padding: 2rem 0;
  display: none;
}

.wp-area__txt-top {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .wp-area__txt-top {
    margin-bottom: 2rem;
  }
}
.wp-area__txt-bottom {
  border-top: 1px solid var(--color-gray);
  margin-top: 4rem;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .wp-area__txt-bottom {
    margin-top: 2rem;
  }
}
.wp-area h2 {
  font-size: 3.2rem;
  color: var(--color-green02);
  font-family: var(--font-secondary);
  margin-bottom: 6rem;
}
.wp-area h2 span {
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) repeat-x bottom center/100% 45%;
  display: inline;
}
.wp-area h3 {
  font-size: 2.6rem;
  padding-bottom: 1rem;
  font-family: var(--font-secondary);
  margin-bottom: 6rem;
}
.wp-area h3 span {
  border-bottom: 2px solid var(--color-green02);
  display: inline;
}
.wp-area h4 {
  font-size: 2.4rem;
  font-family: var(--font-secondary);
  border-left: 4px solid var(--color-org);
  line-height: 1.5;
  padding-left: 1rem;
  margin-bottom: 6rem;
}
.wp-area h5 {
  font-size: 2rem;
  font-family: var(--font-secondary);
  margin-bottom: 6rem;
}
.wp-area p {
  margin-bottom: 6rem;
}
.wp-area p > img {
  display: block;
  margin-bottom: 5rem !important;
}
.wp-area p > img.alignright {
  margin: auto;
  margin-right: 0;
}
.wp-area p > img.aligncenter {
  margin: auto;
}
.wp-area > div {
  display: block;
}
.wp-area > div:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}
.wp-area > div img.alignleft {
  float: left;
  margin-right: 1rem;
}
.wp-area > div img.alignright {
  float: right;
  margin-left: 1rem;
}
.wp-area .btn__link {
  text-align: left;
  margin-bottom: 6rem;
}
.wp-area .btn__link a {
  margin-left: 0;
}
.wp-area ul li {
  list-style: disc;
}
.wp-area ol li {
  list-style: decimal;
}
.wp-area del {
  margin-top: 5rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .wp-area h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area h4 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area h5 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area p {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area > img {
    margin-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .wp-area del {
    margin-top: 3rem;
  }
}
.pager {
  margin: 8rem 0 2rem;
}
.pager ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.pager ul a {
  text-decoration: none !important;
  color: var(--color-primary);
  width: 4rem;
  height: 4rem;
  display: inline-block;
  border-radius: 100%;
  background-color: var(--color-white);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pager ul .prev, .pager ul .next {
  background-color: transparent !important;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .pager {
    margin: 4rem 0 1rem;
  }
  .pager ul {
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .pager ul a:hover {
    background-color: var(--color-org);
    color: var(--color-white);
  }
}
@media only screen and (max-width: 767px) {
  .pager ul a {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .pager ul .prev:hover, .pager ul .next:hover {
    color: var(--color-org) !important;
  }
}
/*====================================================================================
■.PAGE CONTACT
====================================================================================*/
.sec-contact-infor {
  padding: 8rem 0 6rem;
}
.sec-contact-infor .container {
  max-width: 95rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor {
    padding: 4rem 0;
  }
}
.sec-contact-infor__box {
  background-color: var(--color-green02);
  padding: 2rem 3rem;
  padding-right: 15rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}

.sec-contact-infor__box-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.sec-contact-infor__box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor__box {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .sec-contact-infor__box-line {
    display: block;
  }
  .sec-contact-infor__box .icon {
    display: none;
  }
}
.sec-contact-infor__line-image {
  width: 14rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor__line-image {
    margin: 0 auto 2rem;
  }
}
.sec-contact-infor__line-img {
  width: 14rem;
  height: 14rem;
  background-color: var(--color-white);
  border: 3px solid var(--color-yellow);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-contact-infor__line-time {
  background-color: var(--color-yellow);
  padding: 1rem;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-size: 1.5rem;
  margin-top: -2rem;
}

.sec-contact-infor__line-infor {
  flex: 1;
  min-width: 0;
}
.sec-contact-infor__line-infor p {
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor__line-infor {
    width: 100%;
  }
}
.sec-contact-infor__line-title {
  color: var(--color-white);
  font-size: 2.4rem;
  border-bottom: 1px dashed var(--color-yellow);
  padding-bottom: 1rem;
  font-family: var(--font-secondary);
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor__line-title {
    font-size: 1.8rem;
  }
}
.sec-contact-infor .contact__infor-phone {
  max-width: 55rem;
  margin: auto;
  text-align: center;
}
.sec-contact-infor .contact__infor-phone .headline06 {
  color: var(--color-primary);
}
.sec-contact-infor .contact__infor-phone .title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.sec-contact-infor .contact__infor-phone .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 1rem;
  border-bottom: 2px dotted var(--color-green);
}
.sec-contact-infor .contact__infor-phone a {
  justify-content: center;
  font-size: 4.4rem;
}
.sec-contact-infor .contact__infor-tel {
  width: fit-content;
  padding: 0.5rem 3rem;
  margin: auto;
  margin-top: 1rem;
  width: 31rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-contact-infor .contact__infor-phone a {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact-infor .contact__infor-tel {
    font-size: 1.4rem;
  }
}
.sec-contact-form__inner {
  background-color: var(--color-beige);
  padding: 5rem 0 6rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact-form__inner {
    padding: 3rem 0;
  }
}
.contact-txt01 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .contact-txt01 {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2rem;
  }
}
.sec-contact-pp {
  padding: 8rem 0 10rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact-pp {
    padding: 4rem 0;
  }
}
.sec-contact-pp__inner {
  background-color: #fdfaf6;
  padding: 5rem 10rem;
  border-radius: 30px;
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact-pp__inner {
    padding: 2rem;
    border-radius: 10px;
  }
}
.sec-contact-pp__title {
  margin-top: 3.5rem;
  font-size: 1.8rem;
}
.sec-contact-pp__title:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sec-contact-pp__title {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}
.sec-contact-pp ul {
  margin-top: 3.5rem;
}
.sec-contact-pp a {
  text-decoration: none !important;
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .sec-contact-pp ul {
    margin-top: 2.5rem;
  }
}
.confirm .sec-contact-form {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .confirm .sec-contact-form {
    margin-top: 4rem;
  }
}
.completion .sec-contact-form {
  margin-bottom: 8rem;
}
.color_gray{
  color: #9a9a9a !important;
}