@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #4c4c4c;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 1.6rem;
  }
}

.pcTitle {
  display: none;
}
@media screen and (min-width: 835px) {
  .pcTitle {
    display: block;
    margin-top: 48px;
    width: 184px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
  transition: 0.6s;
}

li {
  list-style: none;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1240px) {
  .wrapper {
    padding: 0 100px;
  }
}
.sp-inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 835px) {
  .sp-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.en {
  font-family: "Montserrat Alternates", serif;
}

.sec-bottom {
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 835px) {
  .sec-bottom {
    margin-bottom: 12rem;
  }
}

.custom-line {
  margin: clamp(48px, 4.7vw, 68px) 0 clamp(48px, 7vw, 102px);
  border-top: 1px solid #fafafa;
}

@media screen and (min-width: 835px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 835px) {
  .pc-br {
    display: block;
  }
}

button {
  color: #4c4c4c;
}

.thank-you {
  text-align: center;
  font-weight: 600;
  padding-top: 80px;
}
.thank-you h1 {
  margin-bottom: 20px;
}
.thank-you p {
  line-height: 1.9;
  margin-bottom: 40px;
}
.thank-you a {
  border: #333 dotted 1px;
  padding: 1rem;
  margin: 0 auto;
  width: 30%;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pagination .pagination-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.pagination .pagination-list .page {
  display: inline-block;
  padding: 8px 9px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .pagination-list .page:not(.prev):not(.next) {
  border: 1px solid #22668d;
}
.pagination .pagination-list .page:hover {
  background-color: #f5f5f5;
}
.pagination .pagination-list .page.is-current {
  background-color: #22668d;
  color: #fff;
}
.pagination .pagination-list .page.prev, .pagination .pagination-list .page.next {
  font-weight: bold;
  border: none;
}

.l-header {
  font-weight: bold;
}
.l-header .only-pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .l-header .only-pc {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .l-header {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    width: 66px;
    height: 100vh;
  }
}
.l-header .sideFix {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header .sideFix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: url(../images/ico_line.png) repeat-y;
  background-position: center top;
  background-size: 1px 3px;
  z-index: 10001;
}
.l-header .sideFix .header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #fff;
}
.l-header .sideFix .header-inner .side-link {
  width: auto;
  margin: 0;
}
.l-header .sideFix .header-inner .side-link:hover span::before {
  transform: translateY(100%);
}
.l-header .sideFix .header-inner .side-link span {
  position: relative;
  padding: 0 0 0 9px;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}
.l-header .sideFix .header-inner .side-link span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-position: center top;
  background-size: 1px 3px;
  background-color: #22668d;
  transition: transform 0.6s ease;
}
.l-header .sideFix .header-inner .side-top {
  position: fixed;
  bottom: 0;
  padding-bottom: 20px;
}
.l-header .sideFix .header-inner .side-top span {
  position: relative;
  padding: 34px 0 0 9px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
}
.l-header .sideFix .header-inner .side-top span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: url(../images/totop.svg);
  background-size: cover;
}
.l-header .header-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
}
.l-header .header-flex .headerTitle {
  padding-left: 10px;
  width: 148px;
}
@media screen and (min-width: 835px) {
  .l-header .header-flex .headerTitle {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .l-main {
    width: calc(100% - 66px);
  }
}

.fixIcon {
  display: none;
}
@media screen and (min-width: 1025px) {
  .fixIcon {
    display: block;
    width: 168px;
    position: fixed;
    top: 80vh;
    left: clamp(16px, 2vw, 80px);
    z-index: 10;
    animation: purun 1.5s ease-in-out infinite;
    transform-origin: center bottom;
  }
}

@keyframes purun {
  0% {
    transform: scale(1) translateY(0);
  }
  20% {
    transform: scale(1.05, 0.95) translateY(-2px);
  }
  40% {
    transform: scale(0.95, 1.05) translateY(1px);
  }
  60% {
    transform: scale(1.03, 0.97) translateY(-1px);
  }
  80% {
    transform: scale(0.97, 1.03) translateY(0.5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.secmv {
  margin-top: clamp(2.4rem, 3.3vw, 4.8rem);
}
.secmv .mvBlock {
  max-width: 1820px;
  margin-inline: auto;
  position: relative;
}
.secmv .mvBlock .side-wrapper {
  display: none;
}
@media screen and (min-width: 1025px) {
  .secmv .mvBlock .side-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
    height: 100%;
    align-items: center;
    padding-left: 54px;
    padding-right: 10px;
    gap: 1em;
  }
}
.secmv .mvBlock .side-wrapper .headerTitle {
  width: 180px;
}
@media (min-width: 1440px) {
  .secmv .mvBlock .side-wrapper .headerTitle {
    width: 200px;
  }
}
.secmv .mvBlock .side-wrapper .image-txt {
  width: clamp(110px, 8.6vw, 158px);
}
.secmv .mvBlock .side-wrapper .itemSns {
  width: 100%;
}
.secmv .mvBlock .image-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .secmv .mvBlock .image-wrapper {
    padding-right: 0;
    width: calc(100% - 320px);
    padding-bottom: 0;
    cursor: none;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1440px) {
  .secmv .mvBlock .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.secmv .mvBlock .image-wrapper .image-cont {
  position: relative;
}
.secmv .mvBlock .image-wrapper .image-cont .image-txt {
  display: flex;
  gap: 1.6rem;
  position: absolute;
  top: 56px;
  right: 30px;
}
@media screen and (min-width: 835px) {
  .secmv .mvBlock .image-wrapper .image-cont .image-txt {
    display: none;
  }
}
.secmv .mvBlock .image-wrapper .image-cont .image-txt .image {
  padding: 4px;
  background: #fff;
  border-radius: 5px;
  height: fit-content;
}
.secmv .mvBlock .image-wrapper .image-cont .image-txt .image img {
  width: 40px;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main {
  width: 100%;
  height: 580px;
  border-radius: 2.5em 2.5em 2.5em 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .secmv .mvBlock .image-wrapper .image-cont .image-main {
    height: 100vh;
    border-radius: 2.5em;
  }
}
.secmv .mvBlock .image-wrapper .image-cont .image-main .mv-bg,
.secmv .mvBlock .image-wrapper .image-cont .image-main .next-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s ease;
  z-index: -1;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main .mv-bg::before,
.secmv .mvBlock .image-wrapper .image-cont .image-main .next-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main .mv-bg {
  opacity: 1;
  z-index: -1;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main .next-bg {
  opacity: 0;
  z-index: -2;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main .fade-out {
  opacity: 0;
}
.secmv .mvBlock .image-wrapper .image-cont .image-main img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 431px) {
  .secmv .mvBlock .image-wrapper .image-cont .image-main img {
    min-width: 846px;
    min-height: 745px;
  }
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont {
  position: absolute;
  bottom: -82px;
  right: 0;
  width: 100%;
  z-index: 2;
  max-width: 418px;
}
@media screen and (min-width: 835px) {
  .secmv .mvBlock .image-wrapper .image-cont .info-cont {
    bottom: 0;
  }
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .topic {
  width: fit-content;
  padding: 0.625rem 1.5rem 2rem 1.5rem;
  background: #ffffff;
  border-radius: 0.5em 0.5em 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 20px;
  top: -27px;
  position: absolute;
  right: 0;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body {
  padding-block: 2.2rem;
  padding-inline: 2rem;
  background: #ffffff;
  border-radius: 0.5em;
  display: grid;
  grid-template-columns: 107px 1fr;
  align-items: center;
  column-gap: 0.875rem;
  position: relative;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 0.9rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: 2px solid #4c4c4c;
  cursor: pointer;
  pointer-events: none;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body::before {
  content: "+";
  position: absolute;
  bottom: 1.6rem;
  right: 1.7rem;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 1;
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  cursor: pointer;
  pointer-events: none;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body:hover::after {
  background-color: #22668d;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body:hover::before {
  color: #fff;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body .image {
  background: red;
  height: 75px;
  border-radius: 0.5em;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body .image img {
  height: 100%;
}
.secmv .mvBlock .image-wrapper .image-cont .info-cont .info-body .txt {
  line-height: 2;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-footer {
  margin-top: 6rem;
}
@media screen and (min-width: 1025px) {
  .l-footer .mainBlock {
    display: flex;
  }
}
.l-footer .mainBlock .f-left {
  background: #fafafa;
  padding: 20px 20px;
}
@media screen and (min-width: 1025px) {
  .l-footer .mainBlock .f-left {
    max-width: 490px;
    padding-top: 80px;
    margin-bottom: 0;
  }
}
.l-footer .mainBlock .f-left .f-logo {
  max-width: 167px;
  margin-bottom: 2.4rem;
}
.l-footer .mainBlock .f-left address {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
}
.l-footer .mainBlock .f-left address table.contact-table {
  border-collapse: collapse;
  width: 100%;
  letter-spacing: 0.3em;
  line-height: 2;
}
.l-footer .mainBlock .f-left address table.contact-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.l-footer .mainBlock .f-left address table.contact-table td.label {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 0.5em;
}
.l-footer .mainBlock .f-left address table.contact-table td a.tel {
  text-decoration: none;
}
.l-footer .mainBlock .f-right {
  background: #595f5b;
  color: #fff;
  padding: 2rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  .l-footer .mainBlock .f-right {
    padding: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer .mainBlock .f-right {
    flex: 1;
    padding: 80px 100px 40px;
  }
}
.l-footer .mainBlock .f-right .navFlex {
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .l-footer .mainBlock .f-right .navFlex {
    display: flex;
    gap: 6.8rem;
  }
}
.l-footer .mainBlock .f-right .navFlex .list {
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.l-footer .mainBlock .f-right .navFlex .list li {
  margin-bottom: clamp(1.8rem, 3.3vw, 4.8rem);
}
.l-footer .mainBlock .f-right .navFlex .list li:last-child {
  margin-bottom: 2.4rem;
}
.l-footer .mainBlock .f-right .navFlex .list li .nav-link {
  color: #fff;
}
.l-footer .mainBlock .f-right .suvList {
  font-size: 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 835px) {
  .l-footer .mainBlock .f-right .suvList {
    font-size: 1.2rem;
  }
}
.l-footer .mainBlock .f-right .suvList .suv-link {
  margin-bottom: clamp(1.8rem, 1.6vw, 2.4rem);
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-footer .mainBlock .f-right .navItem-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.l-footer .mainBlock .f-right .navItem-flex .itemFlowel {
  width: clamp(180px, 19.8vw, 286px);
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .l-footer .mainBlock .f-right .itemSns {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer .mainBlock .f-right .itemSns .sns {
    justify-content: flex-end;
  }
}
.l-footer .mainBlock .f-right .itemSns .sns .links .en {
  color: #fff;
}
.l-footer .c-last {
  padding: 0 20px;
}

body.home .secNews {
  margin-top: 12rem;
}
body.home .secNews .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
body.home .secNews .lists {
  margin-bottom: 2.8rem;
}
body.home .secNews .lists .list a {
  padding: 2rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 835px) {
  body.home .secNews .lists .list a {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 12rem;
    margin-top: 2rem;
  }
}
body.home .secNews .lists .list a .list-date {
  font-weight: bold;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 835px) {
  body.home .secNews .lists .list a .list-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 835px) {
  body.home .secNews .btn-wrapper {
    text-align: right;
  }
}
@media screen and (min-width: 431px) {
  body.home .secAbout .mainBlock {
    display: grid;
    grid-template-columns: minmax(266px, 1fr) 1fr;
    gap: 2.4rem;
  }
}
body.home .secAbout .mainBlock .block-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 2.8rem;
}
body.home .secAbout .mainBlock .block-left .about-title {
  max-width: 400px;
}
@media screen and (min-width: 835px) {
  body.home .secAbout .mainBlock .block-left .about-title {
    max-width: 100%;
  }
}
body.home .secAbout .mainBlock .block-left .text {
  line-height: 2;
}
@media screen and (min-width: 835px) {
  body.home .secAbout .mainBlock .block-left .text {
    line-height: 2.5;
  }
}
body.home .secAbout .mainBlock .block-right .image-card {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
  width: 100%;
}
@media screen and (min-width: 431px) {
  body.home .secAbout .mainBlock .block-right .image-card {
    justify-content: space-around;
  }
}
body.home .secAbout .mainBlock .block-right .image-card .icon {
  width: clamp(78px, 20.3vw, 104px);
}
body.home .secAbout .mainBlock .block-right .image-card .img {
  width: 168px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.home .secAbout .mainBlock .block-right .image-card .img.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 835px) {
  body.home .secAbout .mainBlock .block-right .image-card .img {
    width: 206px;
  }
}
body.home .secAbout .mainBlock .block-right .image-card .img::after {
  content: "";
  position: absolute;
  width: 168px;
  height: 195px;
  border: 4px solid #ffcc70;
  top: -17px;
  right: -25px;
  border-radius: 1em;
  z-index: -1;
}
body.home .secAbout .mainBlock .block-right .image-card .img img {
  border-radius: 1em;
}
body.home .secAbout .mainBlock .block-right .image-card.reverse {
  align-items: flex-end;
}
body.home .secAbout .mainBlock .block-right .image-card.reverse .img {
  margin-right: 2rem;
}
body.home .secService,
body.home .secSupport {
  background: #ffcc70;
}
body.home .secService .bg,
body.home .secSupport .bg {
  padding: clamp(6rem, 6.9vw, 16rem) 0;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock,
  body.home .secSupport .bg .mainBlock {
    display: flex;
    align-items: stretch;
    gap: 0.4rem;
  }
}
body.home .secService .bg .mainBlock .block-left,
body.home .secSupport .bg .mainBlock .block-left {
  border-radius: 0.5em;
  background: #fff;
  padding: 0.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock .block-left,
  body.home .secSupport .bg .mainBlock .block-left {
    width: clamp(90px, 5vw, 160px);
    flex-shrink: 0;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body.home .secService .bg .mainBlock .block-left .title,
body.home .secSupport .bg .mainBlock .block-left .title {
  font-size: clamp(2.8rem, 4.4vw, 6.4rem);
  color: #ffcc70;
}
body.home .secService .bg .mainBlock .block-left .title.__second,
body.home .secSupport .bg .mainBlock .block-left .title.__second {
  color: #8ecddd;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock .block-right,
  body.home .secSupport .bg .mainBlock .block-right {
    flex: 1;
  }
}
body.home .secService .bg .mainBlock .block-right .items,
body.home .secSupport .bg .mainBlock .block-right .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.4rem;
}
body.home .secService .bg .mainBlock .block-right .items.__second,
body.home .secSupport .bg .mainBlock .block-right .items.__second {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock .block-right .items.__second,
  body.home .secSupport .bg .mainBlock .block-right .items.__second {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper {
  position: relative;
  border-radius: 0.5em;
  background: #fff;
  padding: 1.6rem 0.8rem 0.8rem;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper::after,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: 2px solid #4c4c4c;
  cursor: pointer;
  pointer-events: none;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper::before,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper::before {
  content: "+";
  position: absolute;
  bottom: 1rem;
  right: 1.2rem;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 1;
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  cursor: pointer;
  pointer-events: none;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper:hover::after,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper:hover::after {
  background-color: #22668d;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper:hover::before,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper:hover::before {
  color: #fff;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper {
    padding: 4rem;
    position: relative;
  }
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper::after,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    border: 2px solid #4c4c4c;
    cursor: pointer;
    pointer-events: none;
  }
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper::before,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper::before {
    content: "+";
    position: absolute;
    bottom: 2.6rem;
    right: 3.3rem;
    font-size: 18px;
    font-weight: 700;
    pointer-events: none;
    transition: color 0.3s ease;
    z-index: 1;
    color: #4c4c4c;
    font-family: "Noto Sans", Arial, sans-serif;
    cursor: pointer;
    pointer-events: none;
  }
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper:hover::after,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper:hover::after {
    background-color: #22668d;
  }
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper:hover::before,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper:hover::before {
    color: #fff;
  }
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-title,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-title {
  margin-bottom: 2rem;
  font-weight: bold;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-title.__second,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-title.__second {
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-title,
  body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-title {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
  }
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-title .en,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-title .en {
  font-size: 1rem;
  margin-top: 0.8rem;
  letter-spacing: 0;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-img,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-img {
  width: clamp(55px, 13vw, 140px);
  margin: 0 auto;
  margin-bottom: 2rem;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-img.__second,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-img.__second {
  margin-bottom: 0.8rem;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper .item-img img,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper .item-img img {
  transition: transform 0.3s ease;
}
body.home .secService .bg .mainBlock .block-right .items .item .item-wrapper:hover .item-img img,
body.home .secSupport .bg .mainBlock .block-right .items .item .item-wrapper:hover .item-img img {
  transform: scale(1.15);
}
body.home .secSupport {
  background: #8ecddd;
}
body.home .secQa .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
body.home .secQa .accordion-list {
  margin: 0 auto;
}
body.home .secQa .accordion-list .accordion {
  overflow: hidden;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.9;
}
body.home .secQa .accordion-list .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
body.home .secQa .accordion-list .accordion .accordion-header .accordion-title {
  flex: 1;
  text-align: left;
}
body.home .secQa .accordion-list .accordion .accordion-header .accordion-icon {
  margin-left: 2rem;
  transition: transform 0.3s ease;
}
body.home .secQa .accordion-list .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 2rem;
  color: #22668d;
}
body.home .secQa .accordion-list .accordion .accordion-content p {
  margin: 1rem 0;
}
body.home .secQa .accordion-list .accordion .accordion-content .qa-link {
  color: #22668d;
  text-decoration: underline;
}

@media screen and (min-width: 835px) {
  body.page-id-26 .secPrivacy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  body.page-id-26 .secPrivacy .secTitle {
    flex-basis: 32%;
  }
}
body.page-id-26 .secPrivacy .secInner {
  margin-top: 48px;
  padding: 40px 20px;
  background: #fafafa;
  line-height: 1.5;
  border-radius: 1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  body.page-id-26 .secPrivacy .secInner {
    margin-top: 0;
    flex-basis: 68%;
    padding: 48px 24px;
  }
}
body.page-id-26 .secPrivacy .secInner .items h2 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  font-weight: 600;
}
body.page-id-26 .secPrivacy .secInner .items p {
  font-weight: normal;
}
body.page-id-26 .secPrivacy .secInner .items ul {
  padding-left: 1.5em;
  font-weight: normal;
  margin-top: 12px;
}
body.page-id-26 .secPrivacy .secInner .items ul li {
  list-style-type: disc;
}

@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload .secTitle {
    flex-basis: 32%;
  }
}
body.page-id-18 .secDownload .secInner {
  margin-top: 48px;
  padding: 40px 20px;
  background: #fafafa;
  line-height: 1.5;
  border-radius: 1.5rem;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload .secInner {
    margin-top: 0;
    flex-basis: 68%;
    padding: 48px 24px;
  }
}
body.page-id-18 .secDownload .secInner .items ul {
  padding-left: 1.5em;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload .secInner .items ul {
    padding-left: 4em;
  }
}
body.page-id-18 .secDownload .secInner .items ul li {
  margin-bottom: 46px;
}
body.page-id-18 .secDownload .secInner .items ul li a {
  position: relative;
  font-weight: bold;
}
body.page-id-18 .secDownload .secInner .items ul li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/flower_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: -1.5em;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload .secInner .items ul li a::before {
    width: 30px;
    height: 30px;
    left: -2.4em;
  }
}
body.page-id-18 .secDownload .secInner .items ul li a span {
  display: inline-block;
  margin-left: 20px;
  padding: 6px;
  background: #22668d;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}
body.page-id-18 .secDownload .secInner .items ul li > a.must::before {
  top: 6px;
}
@media screen and (min-width: 835px) {
  body.page-id-18 .secDownload .secInner .items ul li > a.must::before {
    top: 0;
  }
}
body.page-id-18 .secDownload .secInner .items ul li p {
  font-weight: normal;
  margin-top: 12px;
}

body.page-id-29 .secContact {
  text-align: center;
  line-height: 2;
  margin-bottom: 56px;
}
body.page-id-29 .secContact .tel {
  font-weight: normal;
  margin: 16px 0 clamp(60px, 5.9vw, 86px) 0;
}
body.page-id-29 .secContact .tel span {
  font-size: clamp(3.2rem, 3.3vw, 4.8rem);
}
body.page-id-29 .secContact .h3 {
  margin-bottom: 8px;
}
body.page-id-29 .secContact .btnBlock {
  margin: 24px 0;
}
body.page-id-29 .secContact .btnBlock .btn-blue {
  padding: 18px 46px;
  background-color: #22668d;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  min-width: 196px;
  margin-bottom: 8px;
}
body.page-id-29 .contactForm {
  max-width: 1040px;
  margin: 0 auto;
  background: #fffadd;
  border-radius: 20px;
  padding: clamp(4.8rem, 5.8vw, 8.4rem) clamp(1rem, 8.6vw, 12.4rem);
}
body.page-id-29 .contactForm table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .contactForm table .form-container {
    display: flex;
    align-items: flex-start;
  }
}
body.page-id-29 .contactForm table .form-container th,
body.page-id-29 .contactForm table .form-container td {
  display: block;
  width: 100%;
}
body.page-id-29 .contactForm table .form-container td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .contactForm table .form-container td {
    padding: 0 0 65px;
    flex-basis: calc(100% - 290px);
  }
}
body.page-id-29 .contactForm table .form-container .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
body.page-id-29 .contactForm table .form-container .form-ttl:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .contactForm table .form-container .form-ttl {
    vertical-align: top;
    flex-basis: 290px;
  }
}
body.page-id-29 .contactForm table .form-container .form-ttl span {
  display: inline-block;
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 12px;
  background: #ffcc70;
}
body.page-id-29 .contactForm .select-container {
  position: relative;
}
body.page-id-29 .contactForm .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
body.page-id-29 .contactForm input[type=text],
body.page-id-29 .contactForm input[type=email],
body.page-id-29 .contactForm input[type=tel],
body.page-id-29 .contactForm textarea,
body.page-id-29 .contactForm select {
  padding: 18px 20px;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  border-radius: 50px;
}
body.page-id-29 .contactForm input::placeholder,
body.page-id-29 .contactForm textarea::placeholder,
body.page-id-29 .contactForm option {
  font-size: clamp(14px, 2vw, 16px);
}
body.page-id-29 .contactForm input[type=submit] {
  text-align: center;
  background: #ffcc70;
  padding: 18px 25px;
  display: block;
  margin: 32px auto;
  border-radius: 50px;
}
body.page-id-29 .contactForm .box {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  body.page-id-29 .contactForm .box {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 431px) {
  body.post-type-archive-news .cardsContainer,
  .tax-news_category .cardsContainer,
  .term-news_service .cardsContainer,
  .tax-news_tag .cardsContainer {
    display: flex;
    gap: 32px;
    align-items: flex-start;
  }
}
body.post-type-archive-news .cardsContainer .newsItem,
.tax-news_category .cardsContainer .newsItem,
.term-news_service .cardsContainer .newsItem,
.tax-news_tag .cardsContainer .newsItem {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
body.post-type-archive-news .cardsContainer .newsItem .cards,
.tax-news_category .cardsContainer .newsItem .cards,
.term-news_service .cardsContainer .newsItem .cards,
.tax-news_tag .cardsContainer .newsItem .cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  justify-items: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 431px) {
  body.post-type-archive-news .cardsContainer .newsItem .cards,
  .tax-news_category .cardsContainer .newsItem .cards,
  .term-news_service .cardsContainer .newsItem .cards,
  .tax-news_tag .cardsContainer .newsItem .cards {
    grid-template-columns: repeat(4, minmax(256px, 1fr));
    justify-items: stretch;
  }
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card,
.tax-news_category .cardsContainer .newsItem .cards .card,
.term-news_service .cardsContainer .newsItem .cards .card,
.tax-news_tag .cardsContainer .newsItem .cards .card {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.3em;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card a:hover .image img,
.tax-news_category .cardsContainer .newsItem .cards .card a:hover .image img,
.term-news_service .cardsContainer .newsItem .cards .card a:hover .image img,
.tax-news_tag .cardsContainer .newsItem .cards .card a:hover .image img {
  transform: scale(1.1);
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .image,
.tax-news_category .cardsContainer .newsItem .cards .card .image,
.term-news_service .cardsContainer .newsItem .cards .card .image,
.tax-news_tag .cardsContainer .newsItem .cards .card .image {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .image img,
.tax-news_category .cardsContainer .newsItem .cards .card .image img,
.term-news_service .cardsContainer .newsItem .cards .card .image img,
.tax-news_tag .cardsContainer .newsItem .cards .card .image img {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: block;
  transition: transform 0.4s ease;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info,
.tax-news_category .cardsContainer .newsItem .cards .card .info,
.term-news_service .cardsContainer .newsItem .cards .card .info,
.tax-news_tag .cardsContainer .newsItem .cards .card .info {
  padding: 2.4rem 2rem 5.4rem;
  border-radius: 0 0 2rem 2rem;
  background: #fffadd;
  position: relative;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info::after,
.tax-news_category .cardsContainer .newsItem .cards .card .info::after,
.term-news_service .cardsContainer .newsItem .cards .card .info::after,
.tax-news_tag .cardsContainer .newsItem .cards .card .info::after {
  content: "";
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: 2px solid #4c4c4c;
  cursor: pointer;
  pointer-events: none;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info::before,
.tax-news_category .cardsContainer .newsItem .cards .card .info::before,
.term-news_service .cardsContainer .newsItem .cards .card .info::before,
.tax-news_tag .cardsContainer .newsItem .cards .card .info::before {
  content: "+";
  position: absolute;
  bottom: 32px;
  right: 31px;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 1;
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  cursor: pointer;
  pointer-events: none;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info:hover::after,
.tax-news_category .cardsContainer .newsItem .cards .card .info:hover::after,
.term-news_service .cardsContainer .newsItem .cards .card .info:hover::after,
.tax-news_tag .cardsContainer .newsItem .cards .card .info:hover::after {
  background-color: #22668d;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info:hover::before,
.tax-news_category .cardsContainer .newsItem .cards .card .info:hover::before,
.term-news_service .cardsContainer .newsItem .cards .card .info:hover::before,
.tax-news_tag .cardsContainer .newsItem .cards .card .info:hover::before {
  color: #fff;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info time,
.tax-news_category .cardsContainer .newsItem .cards .card .info time,
.term-news_service .cardsContainer .newsItem .cards .card .info time,
.tax-news_tag .cardsContainer .newsItem .cards .card .info time {
  color: #22668d;
  font-size: 1.4rem;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info .flex-tc,
.tax-news_category .cardsContainer .newsItem .cards .card .info .flex-tc,
.term-news_service .cardsContainer .newsItem .cards .card .info .flex-tc,
.tax-news_tag .cardsContainer .newsItem .cards .card .info .flex-tc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info .flex-tc .category,
.tax-news_category .cardsContainer .newsItem .cards .card .info .flex-tc .category,
.term-news_service .cardsContainer .newsItem .cards .card .info .flex-tc .category,
.tax-news_tag .cardsContainer .newsItem .cards .card .info .flex-tc .category {
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  background: #fff;
  display: inline-block;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info .flex-tc .tag,
.tax-news_category .cardsContainer .newsItem .cards .card .info .flex-tc .tag,
.term-news_service .cardsContainer .newsItem .cards .card .info .flex-tc .tag,
.tax-news_tag .cardsContainer .newsItem .cards .card .info .flex-tc .tag {
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  background: #fafafa;
  display: inline-block;
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .info .flex-tc .tag::before,
.tax-news_category .cardsContainer .newsItem .cards .card .info .flex-tc .tag::before,
.term-news_service .cardsContainer .newsItem .cards .card .info .flex-tc .tag::before,
.tax-news_tag .cardsContainer .newsItem .cards .card .info .flex-tc .tag::before {
  content: "#";
}
body.post-type-archive-news .cardsContainer .newsItem .cards .card .news-ttl,
.tax-news_category .cardsContainer .newsItem .cards .card .news-ttl,
.term-news_service .cardsContainer .newsItem .cards .card .news-ttl,
.tax-news_tag .cardsContainer .newsItem .cards .card .news-ttl {
  line-height: 1.6;
}

figure {
  margin-bottom: 0;
}

.categoryItem {
  display: flex;
  flex-direction: row;
  gap: clamp(1.2rem, 5.6vw, 8.2rem);
  justify-content: center;
}
@media screen and (min-width: 431px) {
  .categoryItem {
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
  }
}
.categoryItem .list-box {
  flex: 1 1 calc(50% - 8px);
  text-align: center;
  font-weight: bold;
  min-width: 160px;
  font-size: 1.2rem;
}
.categoryItem .list-box .list-title {
  padding: clamp(1.2rem, 2.2vw, 3.2rem) 3.2rem;
  color: #4c4c4c;
  background: #fafafa;
  border-radius: 2rem 2rem 0 0;
  letter-spacing: 0.3em;
}
.categoryItem .list-box ul {
  padding: clamp(2.4rem, 3.3vw, 4.8rem) 3.2rem;
  background: #fffadd;
  border-radius: 0 0 2rem 2rem;
}
.categoryItem .list-box ul li {
  margin-bottom: 2.4rem;
}
.categoryItem .list-box ul li:last-child {
  margin-bottom: 0;
}
.categoryItem .list-box ul li .tag::before {
  content: "#";
}

@media screen and (min-width: 431px) {
  body.single-news .cardsContainer,
  .single .cardsContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 1%;
  }
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-info,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-info {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: clamp(1.8rem, 2.3vw, 3.4rem);
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-info time,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-info time {
  color: #22668d;
  font-size: 1.4rem;
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-info .category,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-info .category {
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  color: white;
  background: #22668d;
  display: inline-block;
  margin: 0 2%;
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-info .tag,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-info .tag {
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  background: #ffcc70;
  display: inline-block;
  margin: 0 2%;
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-info .tag::before,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-info .tag::before {
  content: "#";
}
body.single-news .cardsContainer .bligMain .blogBlock .blog-head .blog-title,
.single .cardsContainer .bligMain .blogBlock .blog-head .blog-title {
  letter-spacing: 0.3em;
  line-height: 1.6;
}
body.single-news .cardsContainer .bligMain .blogBlock .thumbnail,
.single .cardsContainer .bligMain .blogBlock .thumbnail {
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
  margin-bottom: clamp(2.4rem, 4.1vw, 6rem);
  max-width: 640px;
}
body.single-news .cardsContainer .bligMain .blogBlock .thumbnail img,
.single .cardsContainer .bligMain .blogBlock .thumbnail img {
  height: 100%;
  object-fit: cover;
}
body.single-news .cardsContainer .bligMain .blogBlock .txt,
.single .cardsContainer .bligMain .blogBlock .txt {
  font-weight: bold;
  max-width: 770px;
}
body.single-news .cardsContainer .bligMain .blogBlock .txt h4,
body.single-news .cardsContainer .bligMain .blogBlock .txt h3,
body.single-news .cardsContainer .bligMain .blogBlock .txt h2,
.single .cardsContainer .bligMain .blogBlock .txt h4,
.single .cardsContainer .bligMain .blogBlock .txt h3,
.single .cardsContainer .bligMain .blogBlock .txt h2 {
  margin-bottom: 2rem;
}
body.single-news .cardsContainer .bligMain .blogBlock .txt p,
.single .cardsContainer .bligMain .blogBlock .txt p {
  line-height: 1.9;
}
body.single-news .cardsContainer .bligMain .blogNav,
.single .cardsContainer .bligMain .blogNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4.6rem;
  margin-top: clamp(4.6rem, 5.5vw, 8rem);
  font-weight: bold;
}
body.single-news .cardsContainer .bligMain .blogNav li,
.single .cardsContainer .bligMain .blogNav li {
  position: relative;
}
body.single-news .cardsContainer .bligMain .blogNav .prev a::before,
.single .cardsContainer .bligMain .blogNav .prev a::before {
  content: "＜";
  margin-right: 0.5em;
}
body.single-news .cardsContainer .bligMain .blogNav .next a::after,
.single .cardsContainer .bligMain .blogNav .next a::after {
  content: "＞";
  margin-left: 0.5em;
}
body.single-news .cardsContainer .categoryItem,
.single .cardsContainer .categoryItem {
  margin-top: calc(66px + 4rem);
}

body.page-id-22 .secConditions {
  max-width: 1000px;
  margin-inline: auto;
}
body.page-id-22 .secConditions .introBlock {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  body.page-id-22 .secConditions .introBlock {
    line-height: 2.4;
  }
}
body.page-id-22 .secConditions .introBlock p:first-child {
  margin-bottom: 1.8rem;
}
body.page-id-22 .secConditions .introBlock p .accent {
  font-size: 1.8rem;
  font-weight: 600;
}
body.page-id-22 .secConditions .milk-infoBlock .cards {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .secConditions .milk-infoBlock .cards {
    grid-template-columns: repeat(auto-fit, minmax(0, 360px));
    justify-content: center;
  }
}
body.page-id-22 .secConditions .milk-infoBlock .cards .card .title {
  margin-bottom: -6px;
}
body.page-id-22 .secConditions .milk-infoBlock .cards .card .title .title-img {
  width: 30px;
  margin: 0 auto 0.4em;
}
body.page-id-22 .secConditions .milk-infoBlock .cards .card .info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 0 34px;
  background: #fafafa;
  border-radius: 0.5em;
  line-height: 1.5;
}
body.page-id-22 .secConditions .milk-infoBlock .cards .card .info .imfo-img {
  width: 6rem;
  margin: auto;
}
body.page-id-22 .secConditions .milk-infoBlock .cards .card .info p a {
  display: inline-block;
  color: #22668d;
  text-decoration: underline;
}
body.page-id-22 .secProgram {
  max-width: 800px;
  margin-inline: auto;
}
body.page-id-22 .secProgram .inner {
  text-align: center;
  padding: 2.8rem 0.8rem 3.2rem;
  background: #ffcc70;
  border-radius: 0.5em;
}
body.page-id-22 .secProgram .txt {
  margin: 2.6rem 0;
  line-height: 1.5;
  font-weight: 400;
}
body.page-id-22 .secProgram .txt p:first-child {
  margin-bottom: 1.8rem;
}
body.page-id-22 .secProgram .img {
  width: 132px;
  margin: 0 auto;
}
body.page-id-22 .secSchedule {
  background-color: #fafafa;
}
body.page-id-22 .secSchedule .inner {
  text-align: center;
  border-radius: 0.5em;
  padding: 3.2rem 0;
  max-width: 800px;
  margin-inline: auto;
}
body.page-id-22 .secSchedule .inner .title .title-img01 {
  width: 2rem;
  margin: 0 auto 0.4em;
}
body.page-id-22 .secSchedule .inner .title .title-img02 {
  width: 6rem;
  margin: 0 auto 1.2rem;
}
body.page-id-22 .secSchedule .inner .title h3 {
  line-height: 1.5;
}
body.page-id-22 .secSchedule .inner table {
  width: 100%;
  border-collapse: separate;
  margin: 2.8rem 0 3.6rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
body.page-id-22 .secSchedule .inner table thead {
  background: #ffcc70;
}
body.page-id-22 .secSchedule .inner table thead th {
  text-align: center;
  padding: 2.6rem 2.4rem;
}
body.page-id-22 .secSchedule .inner table tbody td {
  padding: 12px 10px;
  line-height: 1.5;
  height: 68px;
  font-weight: bold;
  background: #fff;
}
body.page-id-22 .secSchedule .inner .first {
  margin-bottom: 1.8rem;
}
body.page-id-22 .secLinkplan {
  background-image: url("../images/bg_milk.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 0.5em;
}
@media screen and (min-width: 835px) {
  body.page-id-22 .secLinkplan {
    padding-top: 148px;
    padding-bottom: 148px;
  }
}
body.page-id-22 .secLinkplan .inner {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5em;
  padding: clamp(3.2rem, 3.7vw, 5.4rem) 0;
  max-width: 800px;
  margin-inline: auto;
}
body.page-id-22 .secLinkplan .inner .title .title-img01 {
  width: 2rem;
  margin: 0 auto 0.4em;
}
body.page-id-22 .secLinkplan .inner .title .title-img02 {
  width: 6rem;
  margin: 0 auto 1.2rem;
}
body.page-id-22 .secLinkplan .inner p {
  line-height: 1.5;
  margin: 2.8rem 0;
}

body.page-id-24 .secNewinfo {
  max-width: 872px;
  margin-inline: auto;
}
body.page-id-24 .secNewinfo .inner {
  padding: 2.8rem clamp(0.8rem, 2.3vw, 3.4rem) 3.2rem;
  background: #fafafa;
  border-radius: 0.5em;
}
body.page-id-24 .secNewinfo .inner h3 {
  text-align: center;
}
body.page-id-24 .secNewinfo .inner .txts {
  margin: 2.6rem 0;
  line-height: 1.5;
  font-weight: 400;
}
body.page-id-24 .secNewinfo .inner .txts .txt {
  margin-bottom: 1.8rem;
}
body.page-id-24 .secNewinfo .inner .txts .txt p::before {
  content: "●";
  font-size: 1.2rem;
}
body.page-id-24 .secNewinfo .inner .txts .txt p .accent {
  font-weight: bold;
}
body.page-id-24 .secNewinfo .inner .txts .txt p .accent-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
body.page-id-24 .secNewinfo .inner .img {
  width: 132px;
  margin: 0 auto;
}
body.page-id-24 .secPlan-A,
body.page-id-24 .secPlan-B,
body.page-id-24 .planM {
  line-height: 1.5;
  max-width: 1040px;
  margin-inline: auto;
}
body.page-id-24 .secPlan-A .title-block,
body.page-id-24 .secPlan-B .title-block,
body.page-id-24 .planM .title-block {
  position: relative;
  margin-bottom: 2.6rem;
}
body.page-id-24 .secPlan-A .title-block::before,
body.page-id-24 .secPlan-B .title-block::before,
body.page-id-24 .planM .title-block::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/planA.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.page-id-24 .secPlan-A .title-block h2,
body.page-id-24 .secPlan-B .title-block h2,
body.page-id-24 .planM .title-block h2 {
  font-size: 1.4rem;
  margin-left: 4.8rem;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secPlan-A .title-block h2,
  body.page-id-24 .secPlan-B .title-block h2,
  body.page-id-24 .planM .title-block h2 {
    font-size: 1.6rem;
  }
}
body.page-id-24 .secPlan-A .title-block h2 .accent,
body.page-id-24 .secPlan-B .title-block h2 .accent,
body.page-id-24 .planM .title-block h2 .accent {
  display: block;
  font-size: clamp(2rem, 3.3vw, 4.8rem);
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secPlan-A .title-block h2 .accent,
  body.page-id-24 .secPlan-B .title-block h2 .accent,
  body.page-id-24 .planM .title-block h2 .accent {
    display: inline-block;
  }
}
body.page-id-24 .secPlan-A.secPlan-B .title-block::before,
body.page-id-24 .secPlan-B.secPlan-B .title-block::before,
body.page-id-24 .planM.secPlan-B .title-block::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/planB.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.page-id-24 .secPlan-A .infoDetails,
body.page-id-24 .secPlan-B .infoDetails,
body.page-id-24 .planM .infoDetails {
  margin: 2.8rem 0;
}
body.page-id-24 .secPlan-A .infoDetails .title-block,
body.page-id-24 .secPlan-B .infoDetails .title-block,
body.page-id-24 .planM .infoDetails .title-block {
  position: relative;
  margin-bottom: 2rem;
}
body.page-id-24 .secPlan-A .infoDetails .title-block::before,
body.page-id-24 .secPlan-B .infoDetails .title-block::before,
body.page-id-24 .planM .infoDetails .title-block::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/flower_red.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.page-id-24 .secPlan-A .infoDetails .title-block h3,
body.page-id-24 .secPlan-B .infoDetails .title-block h3,
body.page-id-24 .planM .infoDetails .title-block h3 {
  font-size: clamp(1.4rem, 1.5vw, 2.3rem);
  margin-left: 2.2rem;
}
body.page-id-24 .secPlan-A .infoDetails.planM-child .title-block::before,
body.page-id-24 .secPlan-B .infoDetails.planM-child .title-block::before,
body.page-id-24 .planM .infoDetails.planM-child .title-block::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/flower_blue.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.page-id-24 .secPlan-A .infoDetails .planInfo,
body.page-id-24 .secPlan-B .infoDetails .planInfo,
body.page-id-24 .planM .infoDetails .planInfo {
  display: grid;
  grid-template-columns: 52px 1fr;
  row-gap: 0.2rem;
  align-items: start;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secPlan-A .infoDetails .planInfo,
  body.page-id-24 .secPlan-B .infoDetails .planInfo,
  body.page-id-24 .planM .infoDetails .planInfo {
    grid-template-columns: 160px 1fr;
  }
}
body.page-id-24 .secPlan-A .infoDetails .planInfo dt,
body.page-id-24 .secPlan-A .infoDetails .planInfo dd,
body.page-id-24 .secPlan-B .infoDetails .planInfo dt,
body.page-id-24 .secPlan-B .infoDetails .planInfo dd,
body.page-id-24 .planM .infoDetails .planInfo dt,
body.page-id-24 .planM .infoDetails .planInfo dd {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 0 0.8rem;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secPlan-A .infoDetails .planInfo dt,
  body.page-id-24 .secPlan-A .infoDetails .planInfo dd,
  body.page-id-24 .secPlan-B .infoDetails .planInfo dt,
  body.page-id-24 .secPlan-B .infoDetails .planInfo dd,
  body.page-id-24 .planM .infoDetails .planInfo dt,
  body.page-id-24 .planM .infoDetails .planInfo dd {
    height: 116px;
  }
}
body.page-id-24 .secPlan-A .infoDetails .planInfo dt,
body.page-id-24 .secPlan-B .infoDetails .planInfo dt,
body.page-id-24 .planM .infoDetails .planInfo dt {
  background: #fbe7bd;
  font-size: 1.2rem;
  padding-left: 0.6rem;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secPlan-A .infoDetails .planInfo dt,
  body.page-id-24 .secPlan-B .infoDetails .planInfo dt,
  body.page-id-24 .planM .infoDetails .planInfo dt {
    font-size: 1.8rem;
    width: 160px;
  }
}
body.page-id-24 .secPlan-A .infoDetails .planInfo dd,
body.page-id-24 .secPlan-B .infoDetails .planInfo dd,
body.page-id-24 .planM .infoDetails .planInfo dd {
  border-top: 1px solid #d9d9d9;
}
body.page-id-24 .secPlan-A .infoDetails .planInfo dd .accent,
body.page-id-24 .secPlan-B .infoDetails .planInfo dd .accent,
body.page-id-24 .planM .infoDetails .planInfo dd .accent {
  font-size: clamp(3.1rem, 3.3vw, 4.8rem);
  font-weight: normal;
  margin: 0 0.2em;
}
body.page-id-24 .secPlan-A .infoDetails .planInfo .last,
body.page-id-24 .secPlan-B .infoDetails .planInfo .last,
body.page-id-24 .planM .infoDetails .planInfo .last {
  border-bottom: 1px solid #d9d9d9;
}
body.page-id-24 .secPlan-A .infoDetails.planB-child dt,
body.page-id-24 .secPlan-B .infoDetails.planB-child dt,
body.page-id-24 .planM .infoDetails.planB-child dt {
  background: #8ecddd;
}
body.page-id-24 .secPlan-A .infoDetails.planM-child dt,
body.page-id-24 .secPlan-B .infoDetails.planM-child dt,
body.page-id-24 .planM .infoDetails.planM-child dt {
  background: #fff;
}
body.page-id-24 .secPlan-A .infoDetails.planM-child dd,
body.page-id-24 .secPlan-B .infoDetails.planM-child dd,
body.page-id-24 .planM .infoDetails.planM-child dd {
  border-top: 1px solid #fff;
}
body.page-id-24 .secPlan-A .infoDetails.planM-child .last,
body.page-id-24 .secPlan-B .infoDetails.planM-child .last,
body.page-id-24 .planM .infoDetails.planM-child .last {
  border-bottom: 1px solid #fff;
}
body.page-id-24 .secMonthly {
  background: #fbe7bd;
}
body.page-id-24 .secMonthly .planM {
  background: #fbe7bd;
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
}
body.page-id-24 .secMonthly .planM .m-txt {
  text-align: center;
  margin-bottom: 2.8rem;
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont {
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 1025px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dt {
  position: relative;
  font-weight: 900;
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dt .accent {
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dt .accent {
    font-size: 3.4rem;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dt::before {
  content: "・";
  font-weight: 900;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dt::before {
    font-size: 3.4rem;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd {
  padding-left: 26px;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd {
    display: flex;
    align-items: center;
    padding-left: 46px;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .pc-bar {
  display: none;
}
@media screen and (min-width: 1025px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .pc-bar {
    display: block;
    border-bottom: 1px dotted #fff;
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .txt {
    padding-left: 46px;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .txt .accent {
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .txt .accent {
    font-size: 2.2rem;
  }
}
body.page-id-24 .secMonthly .priceBlock .plans .plan .plan-cont dd .txt .add-blue {
  font-weight: 900;
  color: #22668d;
  display: block;
}

body.page-id-16 .secIntro {
  text-align: center;
  line-height: 2;
}
body.page-id-16 .secIntro h2 {
  font-size: clamp(2rem, 2.7vw, 4rem);
}
body.page-id-16 .secIntro .text {
  margin: clamp(1.6rem, 2vw, 3rem) auto 3.8rem;
  max-width: 680px;
  position: relative;
}
body.page-id-16 .secIntro .text:before {
  content: "";
  display: inline-block;
  width: clamp(22px, 3.1vw, 46px);
  height: clamp(32px, 4.4vw, 64px);
  background: url(../images/flower.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.page-id-16 .secIntro .text::after {
  content: "";
  display: inline-block;
  width: clamp(22px, 3.1vw, 46px);
  height: clamp(32px, 4.4vw, 64px);
  background: url(../images/flower.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-id-16 .secIntro .text .first {
  margin-bottom: 1.2rem;
}
body.page-id-16 .secIntro .commonBtn {
  position: relative;
}
body.page-id-16 .secIntro .commonBtn::after {
  content: "";
  position: absolute;
  bottom: 1.7rem;
  right: 0.9rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: 2px solid #4c4c4c;
  cursor: pointer;
  pointer-events: none;
}
body.page-id-16 .secIntro .commonBtn::before {
  content: "+";
  position: absolute;
  bottom: 1.7rem;
  right: 1.6rem;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 1;
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  cursor: pointer;
  pointer-events: none;
}
body.page-id-16 .secIntro .commonBtn:hover::after {
  background-color: #22668d;
}
body.page-id-16 .secIntro .commonBtn:hover::before {
  color: #fff;
}
body.page-id-16 .secObjective .secTitle_main {
  margin-bottom: clamp(3.4rem, 4.7vw, 6.8rem);
}
body.page-id-16 .secObjective .secTitle_main .accent {
  font-size: clamp(1.2rem, 1.6vw, 2.4rem);
  margin-top: 1.6rem;
}
body.page-id-16 .secObjective .mainBlock {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
body.page-id-16 .secObjective .mainBlock .treeSp {
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .secObjective .mainBlock .treeSp {
    display: none;
  }
}
body.page-id-16 .secObjective .mainBlock .treePc {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .secObjective .mainBlock .treePc {
    display: block;
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 3.2rem;
  }
  body.page-id-16 .secObjective .mainBlock .treePc .tree {
    width: 500px;
  }
  body.page-id-16 .secObjective .mainBlock .treePc .tree_konooha {
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  body.page-id-16 .secObjective .mainBlock .treePc .show {
    transform: translateY(0px);
    opacity: 1;
  }
}
body.page-id-16 .secObjective .mainBlock .txtPc {
  display: none;
}
@media screen and (min-width: 1025px) {
  body.page-id-16 .secObjective .mainBlock .txtPc {
    display: block;
  }
}
body.page-id-16 .secObjective .mainBlock .txtPc .txtPc-block {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
body.page-id-16 .secObjective .mainBlock .txtPc .txtPc-block h3 {
  border-bottom: 2px solid #ffcc70;
  display: inline-block;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
body.page-id-16 .secObjective .mainBlock .txtPc .txtPc-block p {
  line-height: 1.5;
}
body.page-id-16 .secObjective .mainBlock .txtPc .show {
  transform: translateY(0px);
  opacity: 1;
}
body.page-id-16 .secObjective .mainBlock .txtPc .value1 {
  top: -60px;
  left: 20.8%;
}
body.page-id-16 .secObjective .mainBlock .txtPc .value2 {
  top: 125px;
  left: 73px;
}
body.page-id-16 .secObjective .mainBlock .txtPc .value3 {
  top: 90px;
  right: 36px;
}
body.page-id-16 .secObjective .mainBlock .txtSP {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  body.page-id-16 .secObjective .mainBlock .txtSP {
    display: none;
  }
}
body.page-id-16 .secObjective .mainBlock .txtSP ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
body.page-id-16 .secObjective .mainBlock .txtSP ul .grid {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: center;
  grid-template-columns: clamp(76px, 14.9vw, 152px) 1fr;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
}
body.page-id-16 .secObjective .mainBlock .txtSP ul .grid:last-child {
  border-bottom: none;
}
body.page-id-16 .secObjective .mainBlock .txtSP ul .grid img {
  width: clamp(76px, 14.9vw, 152px);
}
body.page-id-16 .secObjective .mainBlock .txtSP ul .grid .text h3 {
  border-bottom: 2px solid #ffcc70;
  display: inline-block;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
body.page-id-16 .secObjective .mainBlock .txtSP ul .grid .text p {
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .secMessage .mainBlock {
    max-width: 1000px;
    margin-inline: auto;
    display: flex;
    gap: 6%;
  }
}
body.page-id-16 .secMessage .mainBlock .image-wrapper {
  margin-top: 4rem;
}
body.page-id-16 .secMessage .mainBlock .image-wrapper .img {
  width: 297px;
  position: relative;
}
body.page-id-16 .secMessage .mainBlock .image-wrapper .img::after {
  content: "";
  position: absolute;
  width: 297px;
  height: 268px;
  border: 4px solid #ffcc70;
  top: -17px;
  right: -25px;
  border-radius: 1em;
  z-index: -1;
}
body.page-id-16 .secMessage .mainBlock .image-wrapper .img img {
  border-radius: 1em;
}
body.page-id-16 .secMessage .mainBlock .text-wrapper p {
  line-height: 2;
  margin: 2.4rem 0;
  position: relative;
}
body.page-id-16 .secMessage .mainBlock .text-wrapper p::after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 48px;
  background: url(../images/flower_yellow.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.page-id-16 .secMessage .mainBlock .text-wrapper .pdf {
  line-height: 2;
  text-align: right;
}

body.page-id-60 .intro {
  line-height: 2;
  text-align: center;
  margin-bottom: 4.8rem;
}
body.page-id-60 .img-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-60 .img-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  body.page-id-60 .img-wrap img {
    height: 100%;
  }
}

.c-breadcrumbs {
  margin-bottom: 48px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .c-breadcrumbs {
    margin-bottom: 48px;
  }
}

.breadcrumb-area {
  list-style: none;
  display: flex;
  color: #4c4c4c;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 0.5em;
  flex-wrap: wrap;
}

.headerMenu {
  z-index: 1001;
  position: fixed;
  top: 20px;
  right: 0;
}
@media screen and (min-width: 835px) {
  .headerMenu {
    position: fixed;
    top: 48px;
  }
}
.headerMenu .hamburger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: 68px;
  height: 68px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1001;
}
.headerMenu .hamburger span {
  display: block;
  height: 4px;
  background-color: #22668d;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.headerMenu .hamburger span:nth-child(1) {
  width: 34px;
}
.headerMenu .hamburger span:nth-child(2) {
  width: 50px;
}
.headerMenu .hamburger span:nth-child(3) {
  width: 25px;
}
.headerMenu .hamburger span.en {
  font-size: 12px;
  color: #22668d;
  background: none;
  height: auto;
  width: auto;
  transition: all 0.3s ease;
}
.headerMenu .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(12px, 5px);
  width: 40px;
}
.headerMenu .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.headerMenu .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(12px, -6px);
  width: 40px;
}
.headerMenu .hamburger.active span.en {
  color: #22668d;
  content: "close";
  padding-left: 8px;
}

.headerNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1000;
  padding: clamp(4.8rem, 5.8vw, 20rem) clamp(3rem, 13.8vw, 30rem);
  letter-spacing: 0.4em;
  overflow-y: auto;
}
.headerNav.active {
  transform: translateX(0);
}
@media screen and (min-width: 431px) {
  .headerNav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1%;
  }
}
@media screen and (min-width: 835px) {
  .headerNav {
    display: grid;
    justify-content: unset;
  }
}
.headerNav .navFlex {
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .headerNav .navFlex {
    display: flex;
    gap: 6.8rem;
  }
}
.headerNav .navFlex .list {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 835px) {
  .headerNav .navFlex .list {
    font-size: 1.8rem;
  }
}
.headerNav .navFlex .list li {
  margin-bottom: clamp(3.6rem, 3.3vw, 4.8rem);
}
.headerNav .navFlex .list li:last-child {
  margin-bottom: 4rem;
}
.headerNav .suvList {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 835px) {
  .headerNav .suvList {
    font-size: 1.6rem;
  }
}
.headerNav .suvList .suv-link {
  margin-bottom: 2.4rem;
  color: #595f5b;
}
@media screen and (min-width: 835px) {
  .headerNav .navItem-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.headerNav .navItem-flex .itemFlowel {
  width: clamp(180px, 19.8vw, 286px);
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}

.itemSns .btn .links {
  padding: 12px 20px;
  border-radius: 0.5rem;
  border: 1px solid #000;
  display: inline-block;
  letter-spacing: 0.3em;
  font-weight: bold;
  background: #fafafa;
  margin-bottom: 1.6rem;
  white-space: nowrap;
}
.itemSns .sns {
  display: flex;
  justify-content: flex-start;
  gap: 36px;
}
.itemSns .sns .links {
  position: relative;
  text-align: center;
}
.itemSns .sns .links::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  font-size: 2.8rem;
  font-weight: normal;
  width: 1px;
  height: 46px;
  background: #d9d9d9;
}
.itemSns .sns .links:last-child::after {
  content: none;
}
.itemSns .sns .links .en {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.secTitle h2 {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  margin-bottom: clamp(0.4rem, 1.2vw, 1.8rem);
  letter-spacing: 0.2em;
}
.secTitle p {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: bold;
}

.secTitle_main {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(3.4rem, 4.7vw, 6.8rem);
}
.secTitle_main h2 {
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  letter-spacing: 0.2em;
  margin-bottom: 0.4rem;
}
.secTitle_main p {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-weight: bold;
}
.secTitle_main .image {
  width: clamp(5.7rem, 7.2vw, 10.5rem);
  margin-top: 1rem;
}
.secTitle_main .image img {
  width: 100%;
}

.secTitle_sub {
  margin-bottom: 4rem;
}
.secTitle_sub h2 {
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  letter-spacing: 0.2em;
}
.secTitle_sub .image {
  width: 5.7rem;
  margin-top: 1rem;
}

.pageTitle {
  text-align: center;
  margin-bottom: clamp(6.8rem, 11.1vw, 16rem);
}
.pageTitle .img-cont {
  width: clamp(44px, 5.5vw, 80px);
  height: auto;
  margin: 0 auto;
}
.pageTitle .title-cont {
  margin: 26px 0;
}
.pageTitle .title-cont h2 {
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.pageTitle .title-cont p {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: bold;
}

.commonBtn {
  border: 1px solid #4c4c4c;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}
.commonBtn::after {
  content: "";
  position: absolute;
  bottom: 0.9rem;
  right: 0.9rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: 2px solid #4c4c4c;
  cursor: pointer;
  pointer-events: none;
}
.commonBtn::before {
  content: "+";
  position: absolute;
  bottom: 1.5rem;
  right: 1.7rem;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 1;
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  cursor: pointer;
  pointer-events: none;
}
.commonBtn:hover::after {
  background-color: #22668d;
}
.commonBtn:hover::before {
  color: #fff;
}
.commonBtn .btn {
  font-weight: bold;
  padding: 1.6rem 4.8rem 1.6rem 1.6rem;
  cursor: pointer;
}

.localNav .nav-block ul {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
}
@media screen and (min-width: 835px) {
  .localNav .nav-block ul {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    max-width: 688px;
    margin: 0 auto;
    gap: 8.8rem;
  }
}
.localNav .nav-block ul li {
  position: relative;
}
.localNav .nav-block ul li:not(:last-child)::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.4rem;
}
@media screen and (min-width: 835px) {
  .localNav .nav-block ul li:not(:last-child)::after {
    width: 2px;
    height: 40px;
    right: -44px;
    left: auto;
    transform: none;
  }
}
.localNav .nav-block ul li a {
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .localNav .nav-block ul li a {
    padding-right: 36px;
  }
}
.localNav .nav-block ul li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/bxs_right-arrow.svg") no-repeat center/contain;
  padding-left: 1.8rem;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 835px) {
  .localNav .nav-block ul li a::after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.localNav .nav-block ul li a:hover::after {
  transform: translateY(-50%) translateY(5px);
}/*# sourceMappingURL=style.css.map */