@charset "UTF-8";

/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.breadcrumb {
  margin-bottom: 1rem;
}

.breadcrumb ul {
  position: relative;
  display: flex;
  padding: 1.5rem 0;
}

.breadcrumb ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 3.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #999;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}

.breadcrumb ul li a {
  line-height: 1.2;
  color: #AFABA2;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/*---------- START TITLE PAGE ----------*/
.ttl-page {
  background: url("../images/common_img/bg-ttlpage.webp") no-repeat center right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 10rem;
}

.ttl-page h1 {
  position: relative;
  display: inline-block;
  background: #000;
  box-shadow: 0.7rem 0.7rem 0 var(--pink);
  color: #fff;
  font-size: 2.4rem;
  padding: 0.7rem 2rem;
}

.ttl-page h1:after {
  position: absolute;
  content: "";
  background: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 1.5rem;
  height: 1.5rem;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .ttl-page {
    height: 20rem;
  }

  .ttl-page h1 {
    font-size: 3.6rem;
  }
}

/*---------- START main-cont ----------*/
/*----------START SECTION BACKGROUND ----------*/
.bg-gradient1 {
  background: linear-gradient(to right, rgb(224, 242, 252) 0%, rgb(255, 239, 255) 100%);
}

.bg-ballon {
  background: url("../images/work/bg-ballon.webp") no-repeat;
}

@media only screen and (min-width: 768px) {
  .bg-ballon {
    background-position: top 10rem center;
  }
}

/*---------- START list-decimal ----------*/
.list-decimal li {
  list-style-type: decimal;
  margin-left: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/*---------- list-indent ----------*/
.list-indent li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-indent2 li {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}

/*---------- SHADOW TEXT ----------*/
.text-shadow-thick {
  text-shadow: -4px -4px 0 var(--pink), -4px -3px 0 var(--pink), -4px -2px 0 var(--pink), -4px -1px 0 var(--pink), -4px 0px 0 var(--pink), -4px 1px 0 var(--pink), -4px 2px 0 var(--pink), -4px 3px 0 var(--pink), -4px 4px 0 var(--pink), -3px -4px 0 var(--pink), -3px -3px 0 var(--pink), -3px -2px 0 var(--pink), -3px -1px 0 var(--pink), -3px 0px 0 var(--pink), -3px 1px 0 var(--pink), -3px 2px 0 var(--pink), -3px 3px 0 var(--pink), -3px 4px 0 var(--pink), -2px -4px 0 var(--pink), -2px -3px 0 var(--pink), -2px -2px 0 var(--pink), -2px -1px 0 var(--pink), -2px 0px 0 var(--pink), -2px 1px 0 var(--pink), -2px 2px 0 var(--pink), -2px 3px 0 var(--pink), -2px 4px 0 var(--pink), -1px -4px 0 var(--pink), -1px -3px 0 var(--pink), -1px -2px 0 var(--pink), -1px -1px 0 var(--pink), -1px 0px 0 var(--pink), -1px 1px 0 var(--pink), -1px 2px 0 var(--pink), -1px 3px 0 var(--pink), -1px 4px 0 var(--pink), 0px -4px 0 var(--pink), 0px -3px 0 var(--pink), 0px -2px 0 var(--pink), 0px -1px 0 var(--pink), 0px 1px 0 var(--pink), 0px 2px 0 var(--pink), 0px 3px 0 var(--pink), 0px 4px 0 var(--pink), 1px -4px 0 var(--pink), 1px -3px 0 var(--pink), 1px -2px 0 var(--pink), 1px -1px 0 var(--pink), 1px 0px 0 var(--pink), 1px 1px 0 var(--pink), 1px 2px 0 var(--pink), 1px 3px 0 var(--pink), 1px 4px 0 var(--pink), 2px -4px 0 var(--pink), 2px -3px 0 var(--pink), 2px -2px 0 var(--pink), 2px -1px 0 var(--pink), 2px 0px 0 var(--pink), 2px 1px 0 var(--pink), 2px 2px 0 var(--pink), 2px 3px 0 var(--pink), 2px 4px 0 var(--pink), 3px -4px 0 var(--pink), 3px -3px 0 var(--pink), 3px -2px 0 var(--pink), 3px -1px 0 var(--pink), 3px 0px 0 var(--pink), 3px 1px 0 var(--pink), 3px 2px 0 var(--pink), 3px 3px 0 var(--pink), 3px 4px 0 var(--pink), 4px -4px 0 var(--pink), 4px -3px 0 var(--pink), 4px -2px 0 var(--pink), 4px -1px 0 var(--pink), 4px 0px 0 var(--pink), 4px 1px 0 var(--pink), 4px 2px 0 var(--pink), 4px 3px 0 var(--pink), 4px 4px 0 var(--pink);
}

/*====================================================================================
2. START PAGE contact
====================================================================================*/
.p-contact .ttl-page {
  background: url("../images/contact/bg-ttlpage.webp") no-repeat center;
}

/*---------- START form ----------*/
.form {
  display: block;
  width: 100%;
}

.form .form-content__list {
  border-bottom: 1px solid #D8D5D5;
  padding: 1rem 0;
}

.form .form-content__dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form .form-content__dt {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}

.form .form-content__dd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form .form-content__title {
  position: relative;
  width: 100%;
  font-weight: bold;
}

.form .form-content__title:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  text-align: center;
  color: #fff;
  border-radius: 3rem;
  width: 5rem;
  height: 2.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 2px;
}

.form .form-content__title.hissu:after {
  background: var(--pink);
  content: "必須";
}

.form .form-content__title.ninni:after {
  background: var(--light-blue);
  content: "任意";
}

.form .form-content .list-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.form .form-content .list-cont li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 20%;
  gap: 3px;
}

.form .form-content .list-cont li input {
  margin-right: 0 !important;
}

.form .form-content .list-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5rem;
}

.form .form-content .selectable {
  width: 50%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form .form-content .error {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
}

.form .form-content .ipt-error {
  background: #f9e6db;
}

.form .form-content .p-postal-code {
  width: 14rem;
  margin: 0 1rem;
}

@media only screen and (max-width: 767px) {
  .form {
    margin: 2rem auto 0;
  }

  .form .form-content dl {
    position: relative;
  }

  .form .form-content__dt,
  .form .form-content__dd {
    display: block;
    width: 100% !important;
    padding: 1rem;
  }

  .form .form-content dt:after {
    height: 2px;
  }

  .form .form-content__title {
    display: block;
    width: 100%;
  }

  .form .form-content .selectable {
    width: 100%;
    max-width: 310rem;
  }

  .form #formEnd {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .form {
    margin: 5rem auto 0;
  }

  .form .form-content__list {
    padding: 2rem 0;
  }

  .form .form-content__dt {
    width: 32rem;
    padding: 1rem 2rem;
  }

  .form .form-content__dd {
    width: calc(100% - 32rem);
    padding: 1rem 4rem;
  }

  .form .form-content__title {
    padding-right: 6rem;
  }

  .form .form-content .list-cont {
    gap: 1rem 5rem;
  }

  .form #formEnd {
    margin-top: 5rem;
  }
}

/*---------- START contact-group-btn ----------*/
.contact-group-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.5rem auto 0;
  gap: 2rem;
}

.contact-group-btn .contact-btn {
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
  z-index: 3;
}

.contact-group-btn .contact-btn a,
.contact-group-btn .contact-btn input {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 4rem;
  color: #ffffff;
  text-decoration: none;
}

.contact-group-btn #submitButton.disabled {
  background: none;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .contact-group-btn {
    margin: 5rem auto 0;
    gap: 5rem;
  }

  .contact-group-btn .contact-btn {
    width: 26rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-group-btn .contact-btn {
    min-width: 24rem;
  }
}

.box-pp {
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--pink);
}

.box-pp h3 {
  font-size: 1.4rem;
  color: var(--pink);
}

.box-pp p+ul {
  margin-top: 1rem;
}

.box-pp *+h3 {
  margin-top: 2rem;
}

.box-pp p+p {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .box-pp {
    padding: 4rem;
    font-size: 1.6rem;
  }

  .box-pp p+ul {
    margin-top: 2rem;
  }

  .box-pp *+h3 {
    margin-top: 4rem;
  }

  .box-pp p+p {
    margin-top: 2rem;
  }
}

/*====================================================================================
3. START PAGE topics
====================================================================================*/
.p-topics .ttl-page {
  background: url("../images/topics/bg-ttlpage.webp") no-repeat center;
}

.p-topics .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.p-topics .list-tag li a {
  border: 1px solid #000;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 4rem;
}

.p-topics .cont-news .list-tag {
  margin: 0;
}

.p-topics .cont-news .list-tag li {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 1.2rem;
  padding: 0 0.5rem;
  word-break: keep-all;
}

.p-topics .cont-news__item {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .p-topics .list-tag {
    gap: 2rem;
    margin: 5rem 0;
  }

  .p-topics .list-tag li a {
    padding: 0.5rem 3.5rem;
  }

  .p-topics .list-tag li a:hover {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
  }
}

/*---------- START pagination ----------*/
.pagination {
  position: relative;
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}

.pagination a {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: var(--co-brown);
}

.pagination a.current {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.pagination a.prev {
  background: var(--pink);
  border-color: var(--pink);
  border-radius: 50%;
  text-align: center;
  top: 0;
  z-index: 3;
}

.pagination a.next {
  background: var(--pink);
  border-color: var(--pink);
  border-radius: 50%;
  text-align: center;
  top: 0;
  z-index: 3;
}

.pagination a.next:before {
  transform: rotate(45deg);
}

.pagination a.prev:before {
  transform: rotate(-135deg);
}

.pagination a.back_list {
  background: #000;
  width: 17.5rem;
  color: #fff;
  font-weight: bold;
  height: 4rem;
  border-radius: 4rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 10rem;
  }

  .pagination a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .pagination a.prev:before,
  .pagination a.next:before {
    width: 1rem;
    height: 1rem;
  }

  .pagination a.prev:hover,
  .pagination a.next:hover {
    background: #000;
    border-color: #000;
  }

  .pagination a.back_list:hover {
    border-color: var(--pink);
    background: var(--pink);
  }
}

@media only screen and (max-width: 767px) {
  .pagination a {
    font-size: 1.4rem;
  }
}

/*====================================================================================
4. START PAGE single
====================================================================================*/
.topics-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.topics-detail__head .ttl {
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
}

.topics-detail .list-cat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.topics-detail .list-cat li {
  background: #e6e6e6;
  padding: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .topics-detail__head {
    margin-bottom: 4rem;
  }

  .topics-detail__head .ttl {
    font-size: 3rem;
  }
}

.single__WYSIWYG h1,
.single__WYSIWYG h2,
.single__WYSIWYG h3,
.single__WYSIWYG h4,
.single__WYSIWYG h5,
.single__WYSIWYG h6 {
  font-weight: 500;
}

.single__WYSIWYG h2 {
  background: var(--pink);
  color: #fff;
  border-radius: 1rem;
}

.single__WYSIWYG h3 {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px solid #000;
}

.single__WYSIWYG h3 span {
  position: relative;
  padding-bottom: 1rem;
}

.single__WYSIWYG h3 span:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
}

.single__WYSIWYG h5 {
  position: relative;
}

.single__WYSIWYG h6 {
  position: relative;
  border-bottom: 1px solid var(--bg-brown);
}

.single__WYSIWYG figure {
  display: block;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.single__WYSIWYG figure.size-small {
  width: 35%;
}

.single__WYSIWYG figure.size-medium {
  width: 55%;
}

.single__WYSIWYG figure.size-large {
  width: 100%;
}

.single__WYSIWYG figure.alignleft {
  float: left;
}

.single__WYSIWYG figure.alignright {
  float: right;
}

.single__WYSIWYG figure.aligncenter {
  margin: auto;
}

.single__WYSIWYG figure figcaption {
  text-align: center;
  margin-top: 2rem;
}

.single__WYSIWYG img {
  display: block;
  overflow: hidden;
}

.single__WYSIWYG img.size-small {
  width: 35%;
}

.single__WYSIWYG img.size-medium {
  width: 55%;
}

.single__WYSIWYG img.size-large {
  width: 100%;
}

.single__WYSIWYG img.alignleft {
  float: left;
}

.single__WYSIWYG img.alignright {
  float: right;
}

.single__WYSIWYG ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  background: #383838;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}

.single__WYSIWYG ol {
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}

.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.single__WYSIWYG ol>li {
  position: relative;
  counter-increment: section;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.single__WYSIWYG ol>li:before {
  content: counter(section) ".";
}

.single__WYSIWYG ol>li>ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

.single__WYSIWYG ol>li>ol>li {
  position: relative;
  counter-increment: subsection;
  font-size: 1.4rem;
  font-weight: normal;
}

.single__WYSIWYG ol>li>ol>li:before {
  content: counter(section) "." counter(subsection) " ";
}

.single__WYSIWYG .box-youtube {
  width: 100%;
}

@media only screen and (max-width: 767px) {

  .single__WYSIWYG h1,
  .single__WYSIWYG h2,
  .single__WYSIWYG h3,
  .single__WYSIWYG h4,
  .single__WYSIWYG h5,
  .single__WYSIWYG h6 {
    margin: 2.5rem 0 1.5rem;
  }

  .single__WYSIWYG h1 {
    font-size: 2.2rem;
  }

  .single__WYSIWYG h2 {
    font-size: 2rem;
    padding-left: 1rem;
  }

  .single__WYSIWYG h3 {
    font-size: 1.8rem;
  }

  .single__WYSIWYG h4 {
    font-size: 1.7rem;
  }

  .single__WYSIWYG h5 {
    font-size: 1.6rem;
  }

  .single__WYSIWYG h6 {
    font-size: 1.4rem;
  }

  .single__WYSIWYG p {
    margin-bottom: 2rem;
  }

  .single__WYSIWYG p iframe {
    height: 25rem;
  }

  .single__WYSIWYG img {
    margin: 2rem 0;
  }

  .single__WYSIWYG img.aligncenter {
    margin: 2rem auto 2rem;
  }

  .single__WYSIWYG img.alignleft {
    margin-right: 1rem;
  }

  .single__WYSIWYG img.alignright {
    margin-left: 1rem;
  }

  .single__WYSIWYG ol,
  .single__WYSIWYG ul {
    margin-top: 1.5rem;
  }

  .single__WYSIWYG .box-youtube {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) {

  .single__WYSIWYG h1,
  .single__WYSIWYG h2,
  .single__WYSIWYG h3,
  .single__WYSIWYG h4,
  .single__WYSIWYG h5,
  .single__WYSIWYG h6 {
    margin: 5rem 0 3rem;
  }

  .single__WYSIWYG h1 {
    padding: 0.5rem;
    font-size: 3rem;
  }

  .single__WYSIWYG h2 {
    padding: 0.5rem;
    padding-left: 2rem;
    font-size: 2.8rem;
  }

  .single__WYSIWYG h3 {
    font-size: 2.6rem;
  }

  .single__WYSIWYG h4 {
    font-size: 2.2rem;
  }

  .single__WYSIWYG h5 {
    font-size: 1.8rem;
  }

  .single__WYSIWYG h6 {
    font-size: 1.6rem;
  }

  .single__WYSIWYG figure {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .single__WYSIWYG p {
    margin-bottom: 5rem;
  }

  .single__WYSIWYG p iframe {
    width: 100%;
    height: 50rem;
  }

  .single__WYSIWYG img {
    margin: 4rem 0;
  }

  .single__WYSIWYG img.aligncenter {
    margin: 5rem auto 5rem;
  }

  .single__WYSIWYG img.alignleft {
    margin-right: 2rem;
  }

  .single__WYSIWYG img.alignright {
    margin-left: 2rem;
  }

  .single__WYSIWYG ol,
  .single__WYSIWYG ul {
    margin-top: 3rem;
  }

  .single__WYSIWYG .box-youtube {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }

  .single__WYSIWYG .box-youtube img {
    margin-top: 0;
  }

  .single__WYSIWYG .box-youtube iframe {
    width: 100%;
    height: 50rem;
  }

  .single__WYSIWYG .aligncenter {
    text-align: center;
    max-width: 100%;
  }

  .single__WYSIWYG .alignright {
    text-align: right;
    max-width: 100%;
  }

  .single .pagination a {
    font-size: 1.6rem;
  }
}

.btn-pdf {
  background: #fff;
  border: 1px solid var(--pink);
  color: #4d4d4d;
}

.btn-pdf .icon-pdf {
  background: url("../images/topics/icon-pdf.webp") no-repeat center left;
  background-size: 1.8rem;
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .btn-pdf:hover {
    background: var(--pink);
    color: #fff;
  }

  .btn-pdf:hover .cm-arr {
    background: #fff;
  }

  .btn-pdf:hover .cm-arr:before {
    border-color: #fff;
  }
}

/*====================================================================================
5. START PAGE work
====================================================================================*/
.p-work .ttl-page {
  background: url("../images/work/bg-ttlpage.webp") no-repeat center;
}

.p-work .main-cont {
  background: url(../images/top/topics-bg.webp) no-repeat bottom left;
}

.p-work .sec-01 {
  margin: 3rem 0;
}

.p-work .sec-01 .style-box01__img {
  max-width: 46rem;
}

.p-work .sec-02 {
  padding: 3rem 0 5rem;
}

.p-work .sec-02 .container {
  position: relative;
  z-index: 2;
}

.p-work .sec-02 .container:after {
  position: absolute;
  content: "";
  background: url("../images/work/s2-icon01.webp") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 145px;
  top: -2rem;
  left: 0;
  z-index: -1;
}

.p-work .sec-03 {
  padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .p-work .main-cont {
    background-size: contain;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-work .main-cont {
    padding-bottom: 14rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-work .sec-02 {
    padding: 5rem 0 10rem;
  }

  .p-work .sec-02 .container:after {
    width: 267px;
    height: 324px;
  }

  .p-work .sec-03 {
    padding: 6rem 0 3rem;
  }
}

.style-box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.style-box01__txt {
  width: 100%;
}

.style-box01__img {
  width: 100%;
  text-align: center;
}

.style-box01__img img {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .style-box01 {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .style-box01__heading {
    text-align: center;
  }

  .style-box01__txt {
    width: 45%;
  }

  .style-box01__img {
    width: 50%;
    text-align: center;
  }

  .style-box01__img img {
    width: 84%;
  }
}

.list-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.list-btn .cm-btn {
  width: calc((100% - 1.5rem) / 2);
}

.list-btn .cm-btn__link {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-btn {
    gap: 1rem 5rem;
  }

  .list-btn .cm-btn {
    width: calc((100% - 5rem) / 2);
  }
}

.timeline {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 91rem;
  margin: auto;
  gap: 1.5rem;
  margin-top: 2rem;
}

.timeline .time-block {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--pink);
  padding: 1rem 0;
}

.timeline .time-block:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 2px;
  height: calc(100% + 1.5rem);
  top: 0;
  left: 7.4rem;
  z-index: 3;
}

.timeline .time-block:first-child:after {
  top: 50%;
}

.timeline .time-block:last-child:after {
  height: 50%;
}

.timeline .time-block .time {
  position: relative;
  width: 8rem;
  color: var(--pink);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
}

.timeline .time-block .time:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(255, 0, 180, 0.2);
}

.timeline .time-block .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 8rem);
  padding-left: 2rem;
  gap: 1rem;
}

.timeline .time-block .content .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.timeline .time-block .content .desc {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .timeline {
    margin-top: 5rem;
  }

  .timeline .time-block {
    padding: 2rem 0;
  }

  .timeline .time-block:after {
    left: 11.8rem;
  }

  .timeline .time-block .time {
    width: 12rem;
    font-size: 2.4rem;
    text-align: center;
  }

  .timeline .time-block .time:after {
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%);
    box-shadow: 0 0 0 8px rgba(255, 0, 180, 0.2);
    right: -0.7rem;
  }

  .timeline .time-block .content {
    width: calc(100% - 12rem);
    padding-left: 0;
  }

  .timeline .time-block .content .title {
    width: 19rem;
    padding-left: 3rem;
    font-size: 2rem;
  }

  .timeline .time-block .content .desc {
    width: calc(100% - 19rem);
    padding: 0 3rem;
  }
}

/*---------- START point ----------*/
.points-section .point-item {
  position: relative;
  width: 100%;
}

.points-section .point-img {
  position: absolute;
}

.points-section .point-txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--pink);
  text-align: left;
}

.points-section .point-number {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-Montserrat);
  transform: skewX(-8deg);
  z-index: 0;
  margin-bottom: 1rem;
}

.points-section .point-number:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  right: -5px;
  bottom: -5px;
  background-image: repeating-linear-gradient(45deg, #ccc 0 4px, transparent 4px 8px);
  clip-path: polygon(0% 15%, 100% 10px, 96% calc(100% - 15px), 0px 85%);
  transform: scale(-1, 1);
  z-index: -2;
}

.points-section .point-number:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pink);
  clip-path: polygon(0% 15%, 100% 10px, 96% calc(100% - 15px), 0px 85%);
  transform: scale(-1, 1);
  z-index: -1;
}

.points-section .point-number__inner {
  display: flex;
  align-items: center;
  transform: skewX(8deg);
  padding: 1rem 7rem 1rem 1rem;
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  font-size: 1.7rem;
}

.points-section .point-number__inner span {
  position: absolute;
  font-size: 3.8rem;
  line-height: 1;
  right: 1rem;
  top: -0.2rem;
}

.points-section .point-title {
  color: var(--pink);
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .points-section .point-item {
    padding-top: 18rem;
  }

  .points-section .point-txt {
    width: 31rem;
    height: 31rem;
    padding: 3rem;
  }

  .points-section .point-img {
    width: 22rem;
    left: 12rem;
    top: 0rem;
  }
}

@media only screen and (min-width: 768px) {
  .points-section .point-item:nth-child(1) {
    margin-left: 5rem;
  }

  .points-section .point-item:nth-child(1) .point-img {
    top: 0;
    left: 37rem;
  }

  .points-section .point-item:nth-child(2) {
    margin-left: 56rem;
    margin-top: -10rem;
  }

  .points-section .point-item:nth-child(2) .point-img {
    top: -18rem;
    left: 23rem;
  }

  .points-section .point-item:nth-child(3) {
    margin-top: -10rem;
  }

  .points-section .point-item:nth-child(3) .point-img {
    top: -18rem;
    left: 23rem;
  }

  .points-section .point-item:nth-child(4) {
    margin-left: 73rem;
    margin-top: -28rem;
  }

  .points-section .point-item:nth-child(4) .point-img {
    top: 50%;
    transform: translateY(-50%);
    left: -27rem;
  }

  .points-section .point-item:nth-child(4) .point-txt {
    padding-left: 10rem;
    padding-right: 4rem;
  }

  .points-section .point-txt {
    width: 40rem;
    height: 40rem;
    padding: 5rem;
  }

  .points-section .point-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .points-section .point-number {
    margin-bottom: 1.5rem;
  }

  .points-section .point-number__inner {
    position: relative;
    gap: 1rem;
  }
}

/*---------- START sec-blue ----------*/
.sec-blue {
  margin-top: 2rem;
}

.sec-blue__ttl {
  text-align: center;
  line-height: 1;
}

.sec-blue__ttl span {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  border-radius: 1.2rem 1.2rem 0 0;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}

.sec-blue__main {
  position: relative;
  width: 100%;
  background: var(--light-blue);
  border: 4px solid var(--blue);
  border-radius: 1.6rem;
  box-shadow: 5.657px 5.657px 0px 0px rgba(44, 44, 44, 0.2);
  padding: 2rem 1rem 4rem;
}

.sec-blue__inner {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 2rem 1rem 4rem;
  border-radius: 1.6rem;
}

.sec-blue .btn-contact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  margin: auto;
}

.sec-blue .btn-contact__link {
  width: 100%;
  font-size: 1.6rem;
  border: 2px solid #000;
}

@media only screen and (max-width: 767px) {
  .sec-blue .btn-contact {
    width: 23rem;
    bottom: -2rem;
  }
}

@media only screen and (min-width: 768px) {
  .sec-blue {
    margin-top: 4rem;
  }

  .sec-blue__ttl {
    margin-left: 3rem;
  }

  .sec-blue__ttl span {
    font-size: 2.4rem;
  }

  .sec-blue__main {
    padding: 5rem 9rem 7rem;
    border-width: 8px;
  }

  .sec-blue__inner {
    padding: 5rem 2rem 7rem;
  }

  .sec-blue .btn-contact {
    width: 33rem;
    bottom: -3.5rem;
  }

  .sec-blue .btn-contact__link {
    font-size: 2rem;
    height: 7rem;
    border-radius: 5rem;
  }

  .sec-blue .btn-contact__link:hover {
    border: 2px solid var(--pink);
  }
}

/*====================================================================================
5. START PAGE recruit
====================================================================================*/
.p-recruit .ttl-page {
  background: url("../images/recruit/bg-ttlpage.webp") no-repeat center;
}

.p-recruit .sec-01 {
  margin: 3rem 0 5rem;
}

.p-recruit .sec-01 .style-box01__img {
  max-width: 100%;
}

.p-recruit .sec-02,
.p-recruit .sec-03 {
  padding: 4rem 0;
}

@media only screen and (min-width: 768px) {
  .p-recruit .sec-01 {
    margin: 6rem 0 10rem;
  }

  .p-recruit .sec-01 .style-box01__img {
    max-width: 52rem;
  }

  .p-recruit .sec-02 {
    padding: 9rem 0;
  }

  .p-recruit .sec-03 {
    padding: 8rem 0;
  }

  .p-recruit .sec-03 .list-btn {
    justify-content: center;
  }

  .p-recruit .sec-03 .list-btn .cm-btn {
    max-width: 22rem;
  }
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}

.cards .card {
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--pink);
  padding-top: 0 !important;
}

.cards .card-title {
  margin-top: -2.5rem;
}

.cards .card .c-title01 {
  width: 26rem;
  justify-content: center;
}

.cards .card .c-title01__inner {
  justify-content: center;
  min-height: 6rem;
}

.cards .card .c-title01__jp {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cards .c-title01 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards {
    gap: 3.5rem;
  }

  .cards .card {
    width: calc((100% - 7rem) / 3);
    padding: 3rem;
  }

  .cards .card-title {
    margin-top: -3rem;
  }

  .cards .card .c-title01__jp {
    font-size: 2rem;
  }
}

.style-table01 {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.style-table01 tr {
  border-top: 1px solid #ccc;
}

.style-table01 th {
  background: #e6e6e6;
}

.style-table01 td {
  background: #fff;
}

.style-table01 th,
.style-table01 td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {

  .style-table01 th,
  .style-table01 td {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {

  .style-table01 th,
  .style-table01 td {
    padding: 1.5rem 3rem;
  }

  .style-table01 th {
    width: 20rem;
  }

  .style-table01 td {
    width: calc(100% - 20rem);
  }
}

/*---------- COMPONENT POST RECRUIT ----------*/
.c-post-recruit {
  text-align: center;
}

.c-post-recruit__desc {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-post-recruit__btn .cm-btn__link {
    margin-top: 2rem;
  }

  .c-post-recruit__img {
    margin-top: 3.5rem;
  }

  .c-post-recruit__img img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .c-post-recruit__btn .cm-btn__link {
    margin-top: 3rem;
  }

  .c-post-recruit__img {
    margin-top: 6rem;
  }
}

/*---------- COMPONENT EMOJI ----------*/
.c-emoji {
  display: inline-block;
  width: 1.8rem;
  margin: 0 2px;
  line-height: 1;
}

.c-emoji img {
  width: 1.8rem;
  height: auto;
}

/*---------- COMPONENT PADDING LEFT ----------*/
.c-pl-01 {
  padding-left: 0.1em;
}

.c-pl-02 {
  padding-left: 0.2em;
}

.c-pl-03 {
  padding-left: 0.3em;
}

.c-pl-04 {
  padding-left: 0.4em;
}

/*====================================================================================
6. START PAGE business
====================================================================================*/
.p-business #business-01 .list-btn {
  justify-content: center;
}

.p-business #business-01 .list-btn .cm-btn {
  max-width: 22rem;
}

.p-business #business-03 {
  padding-bottom: 6rem !important;
}

.p-business #business-04 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .p-business #business-03 {
    padding-bottom: 12rem !important;
  }
}

/*====================================================================================
7. START PAGE about
====================================================================================*/
.p-about .ttl-page {
  background: url("../images/about/bg-ttlpage.webp") no-repeat center;
}

.p-about .style-box01__heading {
  margin-bottom: 2rem;
}

.p-about .style-box01__txt .txt-l {
  text-align: center;
}

.p-about .style-box01__txt .txt-l span {
  display: inline-block;
}

.p-about .style-box01__sdgs .SDGs-box {
  margin: 0 auto;
}

.p-about .box-about2 {
  background: #fff;
  width: 100%;
  max-width: 91rem;
  margin: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--pink);
  padding: 2rem 1.5rem;
}

.p-about #about-02 .container {
  position: relative;
  z-index: 2;
}

.p-about #about-02 .container:after {
  position: absolute;
  content: "";
  background: url("../images/about/icon-heart.webp") no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 10rem;
  top: -2rem;
  left: 0;
  z-index: -1;
}

.p-about .bg-balon {
  position: relative;
}

.p-about .bg-balon:before {
  position: absolute;
  content: "";
  background: url("../images/business/s2-bg.png") no-repeat top left;
  background-size: 110%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-about .bg-balon:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(224, 242, 252) 0%, rgb(255, 239, 255) 100%);
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-about #business-02 {
  position: relative;
  color: #fff;
  padding: 8rem 0 10rem !important;
  z-index: 3;
}

.p-about #business-02 .container {
  max-width: 72rem;
  margin: auto;
}

.p-about #business-02 .list-btn {
  justify-content: center;
}

.p-about #business-02 .list-btn .cm-btn {
  max-width: 22rem;
}

.p-about #business-02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/top/business-bg.webp") no-repeat top center;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-about #business-02:before {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 150%;
  height: 60%;
  transform: rotate(-7deg);
  top: 28%;
  left: -25%;
  right: 0;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .p-about #business-02:after {
    background-size: cover;
  }

  .p-about #business-02:before {
    height: 68%;
    top: 18%;
  }
}

@media only screen and (min-width: 768px) {
  .p-about #business-02 {
    display: flex;
    padding: 15rem 0 !important;
    min-height: 60rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-about .style-box01__img {
    margin-bottom: 2rem;
  }

  .p-about .style-box01__txt {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .p-about #business-02 {
    min-height: 30rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-about .style-box01__txt {
    position: relative;
    width: 100%;
    z-index: 3;
  }

  .p-about .style-box01__img {
    width: 77.6rem;
  }

  .p-about .style-box01__img img {
    width: 100%;
  }

  .p-about .box-about2 {
    padding: 5rem;
  }

  .p-about #about-02 .container:after {
    width: 27.1rem;
    height: 23.7rem;
    top: -5rem;
  }

  .p-about .bg-ballon:before {
    top: -15rem;
  }
}

/*====================================================================================
8. START PAGE business
====================================================================================*/
.p-business .ttl-page {
  background: url("../images/business/bg-ttlpage.webp") no-repeat center;
}

.p-business .bg-balon {
  position: relative;
}

.p-business .bg-balon:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(224, 242, 252) 0%, rgb(255, 239, 255) 100%);
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.p-business #business-02 {
  position: relative;
  color: #fff;
  padding: 8rem 0 10rem !important;
  z-index: 3;
}

.p-business #business-02 .container {
  max-width: 72rem;
  margin: auto;
}

.p-business #business-02 .list-btn {
  justify-content: center;
}

.p-business #business-02 .list-btn .cm-btn {
  max-width: 22rem;
}

.p-business #business-02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/top/business-bg.webp") no-repeat top center;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-business #business-02:before {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 150%;
  height: 60%;
  transform: rotate(-7deg);
  top: 28%;
  left: -25%;
  right: 0;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .p-business #business-02:after {
    background-size: cover;
  }

  .p-business #business-02:before {
    height: 68%;
    top: 18%;
  }
}

@media only screen and (min-width: 768px) {
  .p-business #business-02 {
    display: flex;
    padding: 15rem 0 !important;
    min-height: 60rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-business #business-02 {
    min-height: 30rem;
    display: flex;
    align-items: center;
    padding: 8rem 0 9rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .p-business .bg-ballon:before {
    top: -15rem;
  }
}

.list-business {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
}

.list-business__item {
  width: 100%;
}

.list-business__img {
  text-align: center;
  margin-bottom: 2rem;
}

.list-business .acc-list__ttl {
  position: relative;
  background: var(--pink);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3rem;
  font-size: 1.6rem;
  padding: 0.5rem;
  padding-right: 4rem !important;
}

.list-business .acc-list__ttl:after,
.list-business .acc-list__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.list-business .acc-list__ttl:after {
  transform: rotate(-90deg);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.list-business .acc-list__ttl:before {
  background-color: #fff;
  transition: all 0.5s ease;
}

.list-business .acc-list__ttl.active:after {
  transform: rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.list-business .acc-list__body {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid var(--pink);
  border-top: none;
  display: none;
}

.list-business .acc-list__body:after,
.list-business .acc-list__body:before {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 1px;
  height: 2rem;
  top: -2rem;
  transition: all 0.5s ease;
}

.list-business .acc-list__body:after {
  left: -1px;
}

.list-business .acc-list__body:before {
  right: -1px;
}

.list-business .acc-list__body_cont {
  display: flex;
  justify-content: center;
}

.list-business .acc-list__body_cont ul {
  min-width: 80%;
}

@media only screen and (max-width: 767px) {
  .list-business__img {
    text-align: center;
  }

  .list-business__img img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .list-business__item {
    width: calc((100% - 7rem) / 3);
  }

  .list-business__img {
    margin-bottom: 4rem;
  }

  .list-business .acc-list__ttl {
    font-size: 2rem;
    padding: 0.8rem;
  }

  .list-business .acc-list__body {
    padding: 2.5rem;
  }
}

.two-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}

.two-col__col,
.style-table02 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .two-col__col {
    width: 45%;
  }
}

.style-table02__head {
  width: 100%;
}

.style-table02__head .style-table02__tr {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.style-table02__head .style-table02__tr .style-table02__th {
  width: calc((100% - 2rem) / 2);
  background: #fff;
  text-align: center;
  border-radius: 3rem;
  font-weight: bold;
  padding: 1rem;
}

.style-table02__tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.style-table02__body .style-table02__tr {
  border-bottom: 1px solid #bcc1ca;
  padding: 1rem 0;
}

.style-table02__body .style-table02__td {
  width: calc((100% - 2rem) / 2);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .style-table02__head .style-table02__tr {
    gap: 4rem;
  }

  .style-table02__head .style-table02__tr .style-table02__th {
    width: calc((100% - 4rem) / 2);
    padding: 1.1rem;
  }

  .style-table02__body .style-table02__tr {
    padding: 1.5rem 0;
  }

  .style-table02__body .style-table02__td {
    width: calc((100% - 4rem) / 2);
  }
}