@charset "UTF-8";
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@-webkit-keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
.mainvisual {
  height: 100svh;
  min-height: 400px;
  position: relative;
  background: url(http://earlyimage.site/utopia/wp-content/uploads/2026/01/mainVisual-01.jpg) no-repeat center/cover;
  color: #fff;
  z-index: -1;
}
.mainvisual__wrap {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 5%;
}
.mainvisual__ttl {
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1001px) {
  .mainvisual__ttl {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__ttl {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__ttl {
    font-size: 3.5rem;
    margin-bottom: 0.7em;
  }
}
.mainvisual__txt {
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1001px) {
  .mainvisual__txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__txt {
    font-size: 1.8rem;
  }
}

.top_mask {
  position: relative;
}
.top_mask::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../img/index/top_about_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: calc(100% - 30px);
  z-index: -1;
}

.top_news {
  width: 90%;
  max-width: 1076px;
  margin: -30px auto 0;
  background-color: #0D6D9E;
  color: #fff;
  line-height: 1.5;
}
.top_news__dlist {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .top_news__dlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_news__dlist__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .top_news__dlist__ttl {
    width: 15%;
    border-right: 1px solid #fff;
  }
}
.top_news__dlist__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 1001px) {
  .top_news__dlist__txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top_news__dlist__txt {
    width: 85%;
    padding: 10px 4%;
  }
}
@media screen and (max-width: 767px) {
  .top_news__dlist__txt {
    padding: 10px 6% 0;
    font-size: 1.4rem;
  }
}
.top_news__dlist__txt__list__item:not(:last-child) {
  margin-bottom: 10px;
}
.top_news__dlist__txt__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_news__dlist__txt__list__item a:hover {
  opacity: 0.6;
}
.top_news__dlist__txt__list__item__day {
  margin-right: 4%;
}

.top_wrap {
  min-height: 100svh;
  padding: 15% 0;
}

.top_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_service::before, .top_service::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.top_service::before {
  width: 100%;
  background: url(../img/index/top_service_bg.jpg) no-repeat center/cover;
  opacity: 0.34;
}
.top_service::after {
  width: 30%;
  background-color: #CCE4F9;
  opacity: 0.65;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.top_recruit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.top_recruit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/index/top_recruit_bg.jpg) no-repeat left top/cover;
  opacity: 0.34;
  z-index: -1;
}
.top_recruit__wrap {
  background-color: #fff;
  max-width: 1050px;
  margin: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .top_recruit__wrap {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit__wrap {
    padding: 50px 10%;
  }
}
.top_recruit .top_cmn_ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_recruit__txt {
  font-weight: bold;
  color: #535353;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  .top_recruit__txt {
    font-size: 2.9rem;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit__txt {
    font-size: 2.2rem;
    margin-bottom: 1.8em;
  }
}
.top_recruit .btn {
  margin: auto;
}

.service_wrap {
  background-color: #F1F1F0;
}
@media screen and (min-width: 768px) {
  .service_wrap {
    margin-top: 10px;
    padding: 100px 0 125px;
  }
}
@media screen and (max-width: 767px) {
  .service_wrap {
    margin-top: 5px;
    padding: 50px 0 70px;
  }
}

.list_service__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list_service__item {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item {
    padding: 30px 5%;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.list_service__item__txt {
  line-height: 1.6;
}
@media screen and (min-width: 1201px) {
  .list_service__item__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .list_service__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.list_service__item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .list_service__item__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__ttl {
    margin-bottom: 30px;
  }
}
.list_service__item__ttl::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #202020;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .list_service__item__ttl::after {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__ttl::after {
    width: 100%;
  }
}
.list_service__item__ttl__jp {
  color: #236D9E;
  margin-right: 1em;
}
@media screen and (min-width: 1201px) {
  .list_service__item__ttl__jp {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .list_service__item__ttl__jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__ttl__jp {
    font-size: 2.5rem;
  }
}
.list_service__item__ttl__en {
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .list_service__item__ttl__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .list_service__item__ttl__en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__ttl__en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__box__l {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__box__l {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__box__r {
    width: 70%;
  }
}
.list_service__item__box__r__dlist {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list_service__item__box__r__dlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__box__r__dlist:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__box__r__dlist:not(:last-child) {
    border-bottom: 1px solid #202020;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1201px) {
  .list_service__item__box__r__dlist {
    font-size: 1.8rem;
  }
}
.list_service__item__box__r__dlist__ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .list_service__item__box__r__dlist__ttl {
    white-space: nowrap;
    padding-right: 1em;
  }
  .list_service__item__box__r__dlist__ttl::after {
    position: absolute;
    content: "/";
    right: 0.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .list_service__item__box__r__dlist__ttl {
    display: table;
  }
}
.list_service__item__box__r__btn {
  display: table;
  background-color: #29ADE8;
  color: #fff;
  padding: 0.6em 40px 0.6em 25px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1.5em;
}
@media screen and (min-width: 1201px) {
  .list_service__item__box__r__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .list_service__item__box__r__btn {
    float: right;
  }
}
.list_service__item__box__r__btn::after {
  position: absolute;
  content: "›";
  font-size: 3rem;
  right: 15px;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_service__item__box__r__btn:hover {
  background-color: #236D9E;
}

@media screen and (min-width: 768px) {
  .company_wrap {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .company_wrap {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .company_greets {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .company_greets {
    margin-bottom: 80px;
  }
}
.company_greets__txt {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .company_greets__txt {
    font-size: 2rem;
  }
}
.company_greets__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .company_greets__dlist {
    font-size: 2rem;
  }
}
.company_greets__dlist__ttl {
  margin-right: 2em;
}

.company_bg {
  background-color: #F1F1F0;
}
@media screen and (min-width: 768px) {
  .company_bg {
    padding: 120px 0 170px;
  }
}
@media screen and (max-width: 767px) {
  .company_bg {
    padding: 70px 0;
  }
}

@media screen and (min-width: 768px) {
  .company_box:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company_box:not(:last-child) {
    margin-bottom: 70px;
  }
}

.company_tbl {
  width: 100%;
  line-height: 1.5;
  margin-bottom: -0.8em;
}
@media screen and (min-width: 768px) {
  .company_tbl {
    font-size: 1.8rem;
  }
}
.company_tbl th {
  text-align: left;
  font-weight: 500;
  padding-bottom: 0.8em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_tbl th {
    width: 10em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .company_tbl th {
    width: 8em;
    padding-right: 1em;
  }
}
.company_tbl td {
  padding-bottom: 0.8em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_tbl td {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 767px) {
  .company_tbl td {
    width: calc(100% - 8em);
  }
}

.company_tbl2 {
  width: 100%;
  line-height: 1.5;
  margin-bottom: -0.8em;
}
@media screen and (min-width: 768px) {
  .company_tbl2 {
    font-size: 1.8rem;
  }
}
.company_tbl2 th {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_tbl2 th {
    width: 350px;
    padding: 0 1em 0.8em 0;
  }
}
@media screen and (max-width: 767px) {
  .company_tbl2 th {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }
}
.company_tbl2 td {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_tbl2 td {
    width: calc(100% - 350px);
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .company_tbl2 td {
    display: block;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #202020;
    margin-bottom: 1em;
  }
}

.list_company {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .list_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    font-size: 1.8rem;
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 767px) {
  .list_company {
    margin-bottom: -0.5em;
  }
}
.list_company__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .list_company__item {
    margin-bottom: 0.3em;
    padding-right: 1em;
  }
  .list_company__item::after {
    position: absolute;
    content: "/";
    right: 0.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .list_company__item {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .recruit_wrap {
    padding: 180px 0 250px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_wrap {
    padding: 60px 0 80px;
  }
}

.list_recruit {
  margin-top: 60px;
}
.list_recruit__item {
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .list_recruit__item {
    padding: 4% 5%;
  }
}
@media screen and (max-width: 767px) {
  .list_recruit__item {
    padding: 25px 6%;
  }
}
.list_recruit__item:not(:last-child) {
  margin-bottom: 60px;
}
.list_recruit__item__ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .list_recruit__item__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .list_recruit__item__ttl {
    font-size: 2rem;
  }
}
.list_recruit__item__tbl {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .list_recruit__item__tbl {
    font-size: 2rem;
  }
}
.list_recruit__item__tbl th {
  text-align: left;
  font-weight: 500;
  width: 5.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
}
.list_recruit__item__tbl td {
  width: calc(100% - 5.5em);
  padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .contact_wrap {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 60px 0;
  }
}

.contact_txt {
  text-align: center;
  color: #236D9E;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact_txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_txt {
    font-size: 1.8rem;
  }
}

.contact_tbl {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact_tbl {
    font-size: 2rem;
  }
}
.contact_tbl th, .contact_tbl td {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 500;
}
.contact_tbl th {
  margin-bottom: 0.5em;
}
.contact_tbl td {
  margin-bottom: 1em;
}

.contact_dlist {
  color: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact_dlist {
    font-size: 1.4rem;
  }
}
.contact_dlist__ttl {
  margin-bottom: 0.8em;
}

input, textarea {
  width: 100%;
  padding: 0.5em 0.8em;
}

textarea {
  max-height: 10em;
}

input[type=checkbox], input[type=radio] {
  width: 1em;
  margin: 0 0.3em 0 0;
}

.wpcf7-list-item {
  margin: 0 1.5em 0 0 !important;
}
.wpcf7-list-item:last-child {
  margin: 0 !important;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_submit {
  max-width: 330px;
  margin: auto;
  display: block;
  border: unset;
  color: #fff;
  background: #707070;
  padding: 1.5em;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_submit:hover {
  opacity: 0.6;
}

.wpcf7-response-output {
  border: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  color: #E31B1B;
}

.wpcf7-not-valid-tip {
  color: #E31B1B;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 1em auto !important;
  background-color: #236D9E !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #236D9E !important;
}

.list_news {
  width: 90%;
  margin: auto;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.list_news__item {
  border-bottom: 1px solid #202020;
  padding-bottom: 1.3em;
}
.list_news__item:not(:last-child) {
  margin-bottom: 1.3em;
}
.list_news__item__day {
  margin-bottom: 0.5em;
}

.wp-pagenavi {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 2em -1em -1em 0;
  font-size: 1.8rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #fff;
  color: #236D9E;
  border: 1px solid #236D9E;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.wp-pagenavi a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}
.wp-pagenavi .current {
  background: #236D9E;
  color: #fff;
}

.article_post {
  margin-bottom: 20px;
}
.article_post__ttl {
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #236D9E;
}
@media screen and (min-width: 768px) {
  .article_post__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .article_post__ttl {
    font-size: 2.5rem;
  }
}
.article_post__day {
  text-align: right;
  margin-bottom: 20px;
}
.article_post__cnt {
  border-top: 1px solid #202020;
  padding: 50px 0;
  border-bottom: 1px solid #202020;
}
@media screen and (min-width: 768px) {
  .article_post__cnt {
    font-size: 1.8rem;
  }
}
.article_post__cnt img {
  height: auto;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_pagination__item {
  width: 33.3333333333%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_pagination__item:hover {
  opacity: 0.6;
}
.list_pagination__item.middle {
  text-align: center;
}
.list_pagination__item.next {
  text-align: right;
}

.policy_txt {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .policy_txt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .policy_dlist {
    font-size: 1.8rem;
  }
}
.policy_dlist:not(:last-child) {
  margin-bottom: 50px;
}
.policy_dlist__ttl {
  color: #236D9E;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .policy_dlist__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .policy_dlist__ttl {
    font-size: 2.2rem;
  }
}
.policy_dlist__cnt__list {
  margin-left: 1.7em;
}
.policy_dlist__cnt__list__item {
  padding-left: 0.3em;
  margin-top: 0.5em;
}
.policy_dlist__cnt__list__item::marker {
  color: #236D9E;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .policy_dlist__cnt__list__item::marker {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .policy_dlist__cnt__list__item::marker {
    font-size: 2rem;
  }
}
.policy_dlist__cnt__tbl {
  width: 100%;
  margin-top: 1em;
  line-height: 1.5;
}
.policy_dlist__cnt__tbl th {
  text-align: left;
  font-weight: 500;
  padding-bottom: 0.5em;
  vertical-align: top;
  width: 7em;
}
.policy_dlist__cnt__tbl td {
  padding-bottom: 0.5em;
  vertical-align: top;
  width: calc(100% - 7em);
}

.wsp-container:not(:last-child) {
  margin-bottom: 50px;
}

.wsp-pages-title, .wsp-categories-title {
  color: #236D9E;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .wsp-pages-title, .wsp-categories-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .wsp-pages-title, .wsp-categories-title {
    font-size: 2.2rem;
  }
}

.wsp-pages-list, .wsp-categories-list {
  margin-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .wsp-pages-list, .wsp-categories-list {
    font-size: 1.8rem;
  }
}
.wsp-pages-list li:not(:last-child), .wsp-categories-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.wsp-pages-list li a, .wsp-categories-list li a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wsp-pages-list li a:hover, .wsp-categories-list li a:hover {
  opacity: 0.6;
}