@charset "UTF-8";
/*
Theme Name: Swell Child
Template: swell
*/
html {
  color: #000;
  background: #fff;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a,
button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
.pageHeader .content .info {
  font-family: "Futura", Century Gothic;
  font-weight: bold;
}

.catList ul, .myContent, .postList, .wpcf7, .footer .inner, .pageHeader {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .catList ul, .myContent, .postList, .wpcf7, .footer .inner, .pageHeader {
    width: 92%;
  }
}

.catList ul li a, .frontPanel .item .img img, .wpcf7 form input[type=submit],
.wpcf7 form button, .wp-block-buttons .wp-block-button a {
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS PGothic", sans-serif;
  line-height: 1.8; /* 行間 */
  letter-spacing: 0.05em; /* 字間 */
  -webkit-font-smoothing: antialiased; /* Macでの文字を滑らかに */
  -moz-osx-font-smoothing: grayscale; /* Macでの文字を滑らかに */
  font-weight: 300;
  width: 100%;
  color: #000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.frontPanel .item .content .title, ul.c-gnav li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br768del {
    display: none;
  }
}

.br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.myContent .catchphrase {
  font-family: "Hiragino Mincho ProN", Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

.imgWrap img, .postList .postListItem__img img, .frontPanel .item .img img, .pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.toggleBtn {
  display: none;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}
.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}
.toggleBtn span:nth-of-type(1) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}
.toggleBtn.active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

html body {
  color: #475569;
}

header#header.l-header {
  box-shadow: none;
  border-bottom: 2px solid black;
}
header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header#header.l-header .l-container {
  max-width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}

ul.c-gnav li {
  display: flex;
  align-items: center;
}
ul.c-gnav li a {
  padding: 1em;
  letter-spacing: 0.05em;
  color: #475569 !important;
}

.page-template-template-free main {
  width: 100%;
  display: block;
}
.page-template-template-free #content, .page-template-template-free #content.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.wp-block-buttons .wp-block-button a {
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 #2da19e;
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    box-shadow: 0 0 0 #2da19e;
    transform: translateY(4px);
  }
}
.wp-block-buttons .wp-block-button a:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wp-block-buttons .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}

.titleArea {
  margin-bottom: 1.5em;
}
.titleArea p {
  text-align: center;
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
}
.titleArea h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  color: #33b5b1;
  font-weight: bold;
}

.pageHeader {
  position: relative;
  max-width: 1200px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    margin-top: 40px;
  }
}
.page-about .pageHeader {
  margin-bottom: 0;
}
.pageHeader .img {
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pageHeader .img {
    height: 300px;
  }
}
.pageHeader .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(310deg, #ffec6e, #a9fffc);
  -webkit-backdrop-filter: brightness(80%);
          backdrop-filter: brightness(80%);
  mix-blend-mode: multiply;
}
.pageHeader .img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.pageHeader .content {
  padding-bottom: 40px;
  border-bottom: 2px solid black;
}
.pageHeader .content .info {
  display: flex;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.pageHeader .content .info .cat {
  margin-right: 2em;
}
.pageHeader .content .eng {
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(50px, 7vw, 70px);
  color: white;
  line-height: 1;
  margin-bottom: 0.1em;
  text-transform: capitalize;
}
.pageHeader .content .title {
  font-size: clamp(18px, 3vw, 32px);
}
.pageHeader #breadcrumb {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fafafa;
  box-shadow: none;
}
.pageHeader #breadcrumb * {
  background: #fafafa;
  box-shadow: none;
}

.footer {
  background: #475569;
  padding: 60px 0 0;
}
.footer .inner {
  background: white;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
  }
}
.footer .left .footerLogo {
  width: 140px;
  margin-bottom: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer .left .footerLogo {
    width: 180px;
  }
}
.footer .right ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
}
.footer .copy {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 0.5em 0;
}

.wpcf7 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.wpcf7 .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item {
    flex-wrap: wrap;
  }
}
.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #33b5b1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .text {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.wpcf7 .item .labelWrap {
  width: 75%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap {
    width: 100%;
  }
}
.wpcf7 .item .labelWrap input[type=text],
.wpcf7 .item .labelWrap input[type=email],
.wpcf7 .item .labelWrap input[type=url],
.wpcf7 .item .labelWrap input[type=tel],
.wpcf7 .item .labelWrap input[type=number],
.wpcf7 .item .labelWrap input[type=date],
.wpcf7 .item .labelWrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap input[type=text],
  .wpcf7 .item .labelWrap input[type=email],
  .wpcf7 .item .labelWrap input[type=url],
  .wpcf7 .item .labelWrap input[type=tel],
  .wpcf7 .item .labelWrap input[type=number],
  .wpcf7 .item .labelWrap input[type=date],
  .wpcf7 .item .labelWrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}
.wpcf7 .item .labelWrap textarea {
  line-height: 1.5;
}
.wpcf7 .item .labelWrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wpcf7 .item .labelWrap > p {
  width: 100%;
}
.wpcf7 form input[type=submit],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 #2da19e;
  min-width: 240px;
  color: white;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .wpcf7 form input[type=submit]:hover,
  .wpcf7 form button:hover {
    box-shadow: 0 0 0 #2da19e;
    transform: translateY(4px);
  }
}
.wpcf7 form input[type=submit]:before,
.wpcf7 form button:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wpcf7 form input[type=submit]:after,
.wpcf7 form button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}
.wpcf7 form input[type=submit] *,
.wpcf7 form button * {
  color: white;
}
.wpcf7 .resultWrap {
  display: flex;
  margin-bottom: 1.6em;
}
.wpcf7 .resultWrap br {
  display: none;
}
.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}
.wpcf7 .title.bank br {
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.frontPanel {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 1fr 1fr;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .frontPanel {
    display: block;
    height: auto;
  }
}
.frontPanel .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontPanel .item {
    height: 300px;
  }
}
.frontPanel .item:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/7;
}
.frontPanel .item:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 7/-1;
}
.frontPanel .item:nth-of-type(3) {
  grid-row: 2/-1;
  grid-column: 7/-1;
}
.frontPanel .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.frontPanel .item .img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .frontPanel .item:hover .img img {
    filter: saturate(110%);
  }
}
.frontPanel .item .content {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.08) 2px 0px 12px, rgba(0, 0, 0, 0.08) -2px 0px 12px, rgba(0, 0, 0, 0.08) 0px -2px 12px, rgba(0, 0, 0, 0.08) 0px 2px 12px, rgba(0, 0, 0, 0.08) 2px 2px 12px, rgba(0, 0, 0, 0.08) -2px 2px 12px, rgba(0, 0, 0, 0.08) 2px -2px 12px, rgba(0, 0, 0, 0.08) -2px -2px 12px, rgba(0, 0, 0, 0.08) 1px 2px 12px, rgba(0, 0, 0, 0.08) -1px 2px 12px, rgba(0, 0, 0, 0.08) 1px -2px 12px, rgba(0, 0, 0, 0.08) -1px -2px 12px, rgba(0, 0, 0, 0.08) 2px 1px 12px, rgba(0, 0, 0, 0.08) -2px 1px 12px, rgba(0, 0, 0, 0.08) 2px -1px 12px, rgba(0, 0, 0, 0.08) -2px -1px 12px;
}
.frontPanel .item .content .title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}
.frontPanel .item .btn {
  background: white;
  width: 100px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  font-weight: bold;
  right: 10px;
  color: #000;
  z-index: 1;
  text-align: center;
  font-size: 10px;
}

.postList {
  max-width: 1200px;
  padding: clamp(40px, 8vw, 80px) 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.postList .postListItem {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.postList .postListItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.postList .postListItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.postList .postListItem__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.postList .postListItem__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.postList .postListItem__content {
  padding: 15px;
}
.postList .postListItem__title {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #475569;
}
.postList .postListItem__date {
  font-size: 0.85em;
  color: #777;
}

.myContent {
  max-width: 1000px;
  width: 100%;
}
.myContent .catchphrase {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.myContent section + section {
  padding-top: 40px;
}
.myContent em {
  background: linear-gradient(transparent 60%, #fff79d 60%);
}
.myContent h1,
.myContent h2,
.myContent h3,
.myContent h4,
.myContent h5,
.myContent h6 {
  color: #475569;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
}
.myContent h1 {
  font-size: 2.5rem;
  margin: 3rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #475569;
  position: relative;
}
.myContent h1::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #666;
}
.myContent h2 {
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem;
  padding: 1rem 0 0.5rem 1.5rem;
  border-left: 4px solid #475569;
  position: relative;
}
@media screen and (max-width: 768px) {
  .myContent h2 {
    font-size: 22px;
  }
}
.myContent h2::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 20px;
  background-color: #ccc;
}
.myContent h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.myContent h4 {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
  position: relative;
  padding-left: 1rem;
}
.myContent h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #475569;
  border-radius: 50%;
}
.myContent h5,
.myContent h6 {
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
  font-weight: 500;
}
.myContent p {
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
.myContent ul,
.myContent ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.myContent ul li,
.myContent ol li {
  margin: 0.5rem 0;
  line-height: 1.7;
  position: relative;
}
.myContent ul {
  list-style: none;
}
.myContent ul li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.7rem;
  width: 6px;
  height: 1px;
  background-color: #475569;
}
.myContent ul ul {
  margin: 0.5rem 0;
}
.myContent ul ul li::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  top: 0.6rem;
}
.myContent ol {
  counter-reset: list-counter;
}
.myContent ol li {
  counter-increment: list-counter;
}
.myContent ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: -2rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #475569;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.myContent blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #000;
  background-color: #fafafa;
  position: relative;
  font-style: italic;
}
.myContent blockquote::before {
  content: '"';
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 2rem;
  color: #ccc;
  font-family: serif;
}
.myContent blockquote p {
  margin: 0;
}
.myContent blockquote cite {
  display: block;
  margin-top: 1rem;
  text-align: right;
  font-size: 0.9rem;
  color: #666;
}
.myContent blockquote cite::before {
  content: "— ";
}
.myContent code {
  background-color: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9rem;
  border: 1px solid #e0e0e0;
}
.myContent pre {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1.5rem;
  margin: 2rem 0;
  overflow-x: auto;
  position: relative;
}
.myContent pre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #000 0%, #666 100%);
}
.myContent pre code {
  background: none;
  border: none;
  padding: 0;
}
.myContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background-color: #fff;
}
.myContent table th,
.myContent table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.myContent table th {
  background-color: #475569;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.myContent table th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #666;
}
.myContent table tr:hover {
  background-color: #fafafa;
}
.myContent table tr:last-child td {
  border-bottom: 2px solid #000;
}
.myContent img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.myContent img.aligncenter {
  display: block;
  margin: 2rem auto;
}
.myContent img.alignleft {
  float: left;
  margin: 0 2rem 1rem 0;
}
.myContent img.alignright {
  float: right;
  margin: 0 0 1rem 2rem;
}
.myContent hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
  margin: 3rem 0;
  position: relative;
}
.myContent hr::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.myContent a {
  text-decoration: underline;
  color: #2b6766;
  transition: all 0.3s ease;
}
.myContent a:hover {
  color: #666;
}
.myContent strong,
.myContent b {
  font-weight: 700;
}
.myContent em,
.myContent i {
  font-style: italic;
}
.myContent .section-divider {
  margin: 4rem 0;
  text-align: center;
  position: relative;
}
.myContent .section-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.myContent .section-divider::after {
  content: "◆";
  background-color: #fff;
  padding: 0 1rem;
  color: #666;
  font-size: 0.8rem;
}
.myContent em {
  font-style: normal;
  font-weight: bold;
}
.myContent .leadArea {
  padding: 1.5em;
  border: 1px solid #999;
}
.myContent .leadArea * {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .myContent .leadArea * {
    font-size: 14px;
  }
}

.postInfo {
  background: #fafafa;
  padding: 1em;
}

.tableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tableWrap table {
  min-width: 800px;
  width: 100%;
}

.imgWrap {
  position: relative;
  background: #eee;
  margin-bottom: 1.5em;
}
.imgWrap:before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .imgWrap:before {
    padding-top: 80%;
  }
}
.imgWrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100% !important;
  margin: 0;
}
.imgWrap button {
  position: absolute;
  left: 100%;
  padding: 1em;
  font-size: 12px;
  border-radius: 999px;
  border: 2px solid #000;
  top: 0;
}

.tableWrap .firstTable * {
  font-size: 12px;
}
.tableWrap .firstTable td {
  padding: 0.5em;
}

.tableWrap .infoTable:has(td + td + td + td) {
  min-width: 600px !important;
}
.tableWrap .infoTable:has(td + td + td + td) th + th {
  border-radius: 0 !important;
}
.tableWrap .infoTable:has(td + td + td + td) th + th:last-child {
  border-radius: 0 8px 0 0 !important;
}
.tableWrap .infoTable:has(td + td + td + td) th, .tableWrap .infoTable:has(td + td + td + td) td {
  width: 100% !important;
}

.tableWrap .infoTable {
  min-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .tableWrap .infoTable * {
    font-size: 12px;
  }
}
.tableWrap .infoTable th {
  width: 25%;
}
.tableWrap .infoTable td {
  width: 75%;
  border-bottom: 1px solid #eee !important;
}
.tableWrap .infoTable:has(th + th) th {
  border-right: 2px solid white;
}
.tableWrap .infoTable:has(th + th) th:nth-of-type(1) {
  width: 25%;
  border-radius: 8px 0 0 0;
}
.tableWrap .infoTable:has(th + th) th:nth-of-type(2) {
  width: 75%;
  border-radius: 0 8px 0 0;
}

.review-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  margin: 3.5em 0;
}
.review-item:has(.review-content + .review-text) {
  flex-wrap: wrap;
}
.review-item:has(.review-content + .review-text) .review-text {
  margin-left: 76px;
  margin-top: -1.5em;
}
@media screen and (max-width: 768px) {
  .review-item:has(.review-content + .review-text) .review-text {
    margin-top: -1em;
    margin-left: 60px;
  }
}

.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
  flex-shrink: 0;
}
.user-avatar .imgWrap {
  width: 100%;
  height: 100%;
}
.user-avatar .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speech-bubble {
  background: white;
  border-radius: 18px;
  padding: 16px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 20px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: white;
  border-left: 0;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.review-rating .stars {
  font-size: 18px;
  color: #ffc107;
}
.review-rating .stars + span {
  background: #007bff;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 12px;
}

.review-text {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .review-item {
    gap: 10px;
  }
  .user-avatar {
    width: 50px;
    height: 50px;
  }
  .speech-bubble {
    padding: 14px;
  }
  .speech-bubble::before {
    left: -6px;
    border-width: 6px;
  }
  .review-text {
    font-size: 14px;
  }
}
.pointArea {
  margin: 0 auto 1.5em !important;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5em;
}
.pointArea .ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  border-bottom: currentColor 1px solid;
  margin-bottom: 1em;
  margin-top: 0;
}
.pointArea p:not(.ttl) {
  position: relative;
  margin: 0 0 24px 0;
  padding-left: 1em;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}
.pointArea p:not(.ttl)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: #3b82f6;
  border-radius: 50%;
}
.pointArea p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pointArea .ttl {
    font-size: 20px;
  }
  .pointArea p:not(.ttl) {
    padding-left: 24px;
    font-size: 15px;
  }
}

.rankingList {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  padding-left: 0 !important;
}
.rankingList .rankingItem {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
.rankingList .rankingItem:nth-child(1) {
  animation-delay: 0.1s;
}
.rankingList .rankingItem:nth-child(2) {
  animation-delay: 0.2s;
}
.rankingList .rankingItem:nth-child(3) {
  animation-delay: 0.3s;
}
.rankingList .rankingItem:before {
  display: none;
}
.rankingList .rankingItem .imgWrap {
  width: 100%;
}

.p-termHead__desc br {
  display: none;
}

.itemRank {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #4a5568;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.itemDetails {
  flex: 1;
}
.itemDetails .itemName {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  text-align: center;
  margin-top: 0;
}
.itemDetails .itemDescription {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 1rem;
  font-weight: 500;
}

.selectionReason {
  background: #f7fafc;
  border-left: 4px solid #4a5568;
  border-radius: 0 8px 8px 0;
  padding: 1rem;
  margin-top: 1rem;
}
.selectionReason .reasonText {
  font-size: 0.9rem;
  color: #2d3748;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  body {
    padding: 1rem 0.5rem;
  }
  .rankingList .rankingItem {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    gap: 1rem;
  }
  .itemRank {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .itemDetails .itemName {
    font-size: 1.25rem;
  }
  .selectionReason {
    text-align: left;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
.btnBox > a {
  width: 48%;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #475569;
  box-shadow: 0 4px 0 #475569;
  color: #475569;
}

.purposeItem {
  margin-bottom: 3.5em;
}

.normalTitle {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  margin-top: 60px;
}
.normalTitle + .postList {
  padding-top: 0;
}

.catList ul {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  gap: 2.5%;
}
.catList ul li {
  width: 18%;
}
.catList ul li a {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 1.5em;
  background: white;
  border-radius: 8px;
  margin-bottom: 1.5em;
  display: block;
}
@media screen and (min-width: 769px) {
  .catList ul li a:hover {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
  }
}
.catList ul li figure {
  width: 50%;
  margin: 0 auto;
}
.catList ul li figure img {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */