@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
html {
  scroll-behavior: auto !important;
}

/* Color
------------------------------------------------------------ */
/* Easing
------------------------------------------------------------ */
/* Font
------------------------------------------------------------ */
/* Reset
------------------------------------------------------------ */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Namespace
------------------------------------------------------------ */
.js-switching { /* js用予約語 */ }

.js-100vh { /* js用予約語 */ }

.src { /* js用予約語 */ }

.onload-in { /* js用予約語 */ }

.late-in { /* js用予約語 */ }

.late-anim { /* js用予約語 */ }

.late-in-group { /* js用予約語 */ }

.accordion--btn { /* js用予約語 */ }

.accordion--btn--target { /* js用予約語 */ }

.accordion--body { /* js用予約語 */ }

.none--justify { /* 予約語 */ }

.none--scroll { /* 予約語 */ }

/* Id & Class
------------------------------------------------------------ */
#__bs_notify__ {
  display: none !important;
}

.abs {
  position: absolute;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.cs {
  pointer-events: none;
}

.align--right {
  text-align: right;
}

.align--center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.table-cell {
  display: table;
}

.table-cell .cell {
  display: table-cell;
}

.fit {
  width: 100%;
}

a.cs {
  pointer-events: none;
}

.none--justify {
  text-align: left !important;
}

/* float
------------------------------------------------------------ */
.float {
  display: block;
}

.float:before, .float:after {
  content: " ";
  display: table;
}

.float:after {
  clear: both;
}

/* flexbox
------------------------------------------------------------ */
.flex {
  display: block;
  display: flex;
  flex-wrap: wrap;
}

.flex {
  flex-wrap: wrap;
}

.flex > * {
  justify-content: flex-start;
}

.flex-dl {
  display: flex;
  flex-wrap: wrap;
}

/* Position
------------------------------------------------------------ */
/* Text
------------------------------------------------------------ */
/* transition
------------------------------------------------------------ */
#wrapper {
  position: relative;
  overflow: hidden;
}

main {
  position: relative;
  background: #0171bd;
}
main [class*=__inner] {
  z-index: 1;
  position: relative;
}

section {
  position: relative;
}

.main-bg__bottom--lv1:after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  aspect-ratio: 1920/659;
  background: url(../img/base/com_bg-wave-lightblue2.png) no-repeat bottom center;
  background-size: 100% auto !important;
}
.main-bg__bottom--lv2:after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  aspect-ratio: 1920/171;
  background: url(../img/base/com_bg-wave-lightblue.png) no-repeat bottom center;
  background-size: 100% auto !important;
}

.deco-bubble__tr, .deco-bubble__tl, .deco-bubble__bl {
  position: relative;
}
.deco-bubble__tr:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -90px;
  width: 80px;
  height: 87px;
  background: url(../img/base/com_bg-deco-tr.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
.deco-bubble__tl:before {
  content: "";
  position: absolute;
  top: -18px;
  right: nul;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(199, 231, 238, 0.3);
}
.deco-bubble__bl:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: -94px;
  width: 87px;
  height: 130px;
  background: url(../img/base/com_bg-deco-bl.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
.deco-fish__bl {
  position: relative;
}
.deco-fish__bl:after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: -120px;
  left: calc(50% - 960px);
  width: 287px;
  height: 169px;
  background: url(../img/base/com_deco-fish-left.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
@media (min-width: 1920px) {
  .deco-fish__bl:after {
    left: 0;
  }
}
.deco-fish__br {
  position: relative;
}
.deco-fish__br:after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 80px;
  right: calc(50% - 960px);
  width: 329px;
  height: 169px;
  background: url(../img/base/com_deco-fish-right-w.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
@media (min-width: 1920px) {
  .deco-fish__br:after {
    right: 0;
  }
}

.heading--lv3 {
  position: relative;
  margin-bottom: 50px;
}

/* body.page-child
============================================================ */
body.page-child section:nth-of-type(n+2) {
  margin-top: 190px;
}
body.page-child section:last-of-type {
  padding-bottom: 90px;
}
body.page-child .fv-column {
  margin-bottom: 90px;
}
body.page-child .fv-column__inner {
  position: relative;
}
body.page-child .fv-column__inner .h1 h1 {
  position: absolute;
  bottom: 40px;
  left: 75px;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}
body.page-child .fv-column__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 371px;
  height: 169px;
  background: url(../img/base/com_deco-fish-right.png) no-repeat 0 0;
  background-size: 100% auto !important;
}

@media only screen and (max-width: 767px) {
  .deco-bubble__tr:after {
    display: none;
  }
  .deco-bubble__tl:before {
    display: none;
  }
  .deco-bubble__bl:after {
    display: none;
  }
  .deco-fish__bl:after {
    display: none;
  }
  .heading--lv3 {
    margin-bottom: 30px;
  }
  /* body.page-child
  ============================================================ */
  body.page-child section:nth-of-type(n+2) {
    margin-top: 80px;
  }
  body.page-child section:last-of-type {
    padding-bottom: 40px;
  }
  body.page-child .fv-column {
    margin-bottom: 60px;
  }
  body.page-child .fv-column__inner .h1 h1 {
    transform: translateY(20px);
    position: absolute;
    bottom: 0;
    left: 2%;
    font-size: 2rem;
    letter-spacing: 0;
  }
  body.page-child .fv-column__inner:after {
    transform: translate(30px, 5px);
    width: 111.3px;
    height: 50.7px;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.6%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #ffffff solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #ffffff solid;
}

.sb_style a {
  color: #ffffff;
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  color: #ffffff;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #ffffff;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #ffffff;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #ffffff;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #ffffff;
}

.sb_style p {
  font-size: 16px;
  color: #ffffff;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #ffffff;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #ffffff;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #ffffff;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #ffffff;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #ffffff;
  }
  .sb_style p {
    font-size: 14px;
    color: #ffffff;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv3[data-align=center] {
  text-align: center;
}
.heading--lv3[data-align=center] .sub {
  justify-content: center;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv3 .sub .text {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Righteous", sans-serif;
  margin-top: 5px;
}
.heading--lv3 .main {
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .heading--lv3 .main {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
}
.button--pattern-1 {
  position: relative;
  padding: 0 25px;
  height: inherit;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #0171bd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.button--pattern-1 p {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
.button--pattern-1.fill {
  background: #0171bd;
}
.button--pattern-1.fill p {
  color: #fff;
}
.button--pattern-1 .icon {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  line-height: 0;
  color: #0171bd;
}
@media screen and (min-width: 768px) {
  .button--pattern-1 {
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0s;
  }
  .button--pattern-1 p, .button--pattern-1 .icon {
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0s;
  }
  .button--pattern-1:hover {
    background: #0171bd;
  }
  .button--pattern-1:hover p {
    color: #fff;
  }
  .button--pattern-1:hover .icon {
    color: #fff;
  }
  .button--pattern-1:hover.fill {
    background: #fff;
  }
  .button--pattern-1:hover.fill p {
    color: #0171bd;
  }
  .button--pattern-1:hover.fill .icon {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    padding: 0 15px;
  }
  .button--pattern-1 p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .button--pattern-1 .icon {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1.3rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #ffffff;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd {
  color: #ffffff;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #333333;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  z-index: 3;
  position: relative;
}
.header-bar {
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-bar__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
}
.header-bar__nav {
  padding-right: 30px;
  gap: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header-bar__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.header-bar__item a .icon {
  display: block;
}
.header-bar__item a {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #012b61;
}
.header-bar__action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.header-bar__action > li {
  min-width: 140px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header-bar {
    height: 50px;
  }
  .header-bar__logo {
    width: 180px;
  }
  .header-bar__nav {
    padding-right: 0;
  }
  .header-bar__list {
    display: none;
  }
  .header-bar__action {
    display: none;
  }
}
.footer-bar {
  padding: 80px 0;
  background: #fff;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 285px;
  margin-bottom: 20px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  gap: 20px 0;
}
.footer-bar__list > li {
  width: 25%;
}
.footer-bar__item a {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #012b61;
}
.footer-bar__item--sub {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}
.footer-bar__item--sub:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 15px;
  height: 1px;
  background: #898989;
}
.footer-bar__item--sub a {
  color: #898989;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 60px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 235px;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #0171bd;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #0171bd;
}
.drawer-off__title {
  color: #0171bd;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 0;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 180px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0171bd;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #0171bd;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 30px;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #333333;
  font-size: 2rem;
  line-height: 1;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.top-column {
  padding: 80px 0 80px;
  background: #0171bd;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 1px solid #333333;
  border-radius: 8px;
}
.top-column__item .title {
  flex-grow: 1;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.top-column__item .time {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #012b61;
  font-family: "Righteous", sans-serif;
  text-align: right;
}
.top-column__button {
  padding: 20px 25px;
  border: 2px solid #ffffff;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__button {
    position: static;
    top: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
}
.top-news {
  padding: 80px 0;
  background: #c7e7ee;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__title .sub .text {
  color: #0171bd;
}
.top-news__title .main {
  color: #012b61;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 825px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.top-news__item .link .icon {
  color: #0171bd;
  font-size: 21px;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #012b61;
}
.top-news__item .title {
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #012b61;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-news__button .text {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0171bd;
  font-family: "Righteous", sans-serif;
}
.top-news__button .icon {
  margin-left: 5px;
  color: #0171bd;
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .link:first-of-type {
    padding-top: 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    width: 130px;
    margin: 0 auto;
  }
}
body.top .fv-column {
  z-index: 2;
  position: relative;
  margin-bottom: 90px;
}
body.top .fv-column__inner .h1 h1 {
  position: absolute;
  bottom: 0px;
  left: 60px;
  font-size: 4.8rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}
body.top .fv-column__inner .h1 h1 span {
  font-size: 4rem;
}
body.top .fv-column__inner .h1 h1:before {
  content: "";
  position: absolute;
  top: -60px;
  right: 50px;
  width: 138px;
  height: 126px;
  background: url(../img/pages/top/mv_ttl-deco.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
body.top .fv-column__inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 371px;
  height: 169px;
  background: url(../img/base/com_deco-fish-right.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
body.top .top-prologue__inner:before {
  content: "";
  position: absolute;
  top: -40px;
  width: 495px;
  height: 750px;
  left: calc(50% - 840px);
  background: url(../img/pages/top/top_about-img-left.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
body.top .top-prologue__inner:after {
  content: "";
  position: absolute;
  top: -40px;
  right: calc(50% - 840px);
  width: 495px;
  height: 773px;
  background: url(../img/pages/top/top_about-img-right.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
body.top .top-prologue .message p {
  font-size: 1.8rem;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
body.top .top-appeal {
  margin-top: 150px;
  padding-bottom: 100px;
}
body.top .top-appeal__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 3.2%;
}
body.top .top-appeal__item {
  padding: 30px;
  width: 48.4%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.top .top-appeal__item[data-index="01"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-01.png) no-repeat 0 0;
}
body.top .top-appeal__item[data-index="02"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-02.png) no-repeat 0 0;
}
body.top .top-appeal__item[data-index="03"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-03.png) no-repeat 0 0;
}
body.top .top-appeal__item[data-index="04"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-04.png) no-repeat 0 0;
}
body.top .top-appeal__item .ph {
  position: relative;
  width: 35.7%;
}
body.top .top-appeal__item .ph:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 91px;
  height: 49px;
  background-size: 100% auto !important;
}
body.top .top-appeal__item .text-set {
  padding-left: 30px;
  width: 64.3%;
}
body.top .top-appeal__item .title {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #b5bab8;
}
body.top .top-appeal__item .title p {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
body.top .top-appeal__item .text p {
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #012b61;
}
body.top .top-appeal .button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 350px;
  height: 60px;
}
body.top .top-appeal .button a {
  border-color: #fff !important;
}
body.top .top-appeal .button .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
body.top .top-guide {
  margin-top: 0 !important;
  padding-top: 55px;
  padding-bottom: 50px !important; /* override */
  padding-left: 30px;
  padding-right: 30px;
  background: #c7e7ee !important;
}
body.top .top-guide .heading--lv3 .sub span.text {
  color: #0171bd;
}
body.top .top-guide .heading--lv3 .main {
  color: #012b61;
}
body.top .top-guide .heading--lv3 {
  margin-bottom: 90px !important; /* override */
}
body.top .top-guide.deco-fish__br:after {
  bottom: -40px !important;
}
body.top .top-guide__wrap {
  z-index: 2;
  position: relative;
  margin: auto;
  padding: 70px 0;
  width: 100%;
  max-width: 1680px;
  background: url(../img/pages/about/about_enjoy-content-bg.png) no-repeat center;
  background-size: cover !important;
  border-radius: 8px;
  overflow: hidden;
}
body.top .top-guide__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.top .top-guide__item {
  width: 33.333%;
  text-align: center;
}
body.top .top-guide__item:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
body.top .top-guide__item .title p {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
body.top .top-guide__item .ph {
  margin-top: 20px;
}
body.top .top-guide__item .ph img {
  width: 150px;
}
body.top .top-guide__item .text {
  margin-top: 15px;
}
body.top .top-guide__item .text p {
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
body.top .top-guide__item .button {
  margin: 30px auto 0;
  width: 300px;
  height: 60px;
}
body.top .top-guide__item .button a {
  border-color: #fff !important;
}
body.top .top-guide__item .button .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
body.top .top-sns {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #c7e7ee !important;
}
body.top .top-sns__title {
  padding: 0 30px;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-sns__title .heading--lv3 {
  width: 50%;
  margin-bottom: 0 !important;
}
body.top .top-sns__title .heading--lv3 .sub span.text {
  color: #0171bd;
}
body.top .top-sns__title .heading--lv3 .main {
  color: #012b61;
}
body.top .top-sns__group {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
body.top .top-sns__include {
  margin-top: 50px;
}
body.top .top-sns__include--item[data-sns=instagram] .title:before {
  background: url(../img/components/sns/icon--instagram.png) no-repeat 0 0;
}
body.top .top-sns__include--item .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  height: 30px;
}
body.top .top-sns__include--item .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-size: 100% auto !important;
}
body.top .top-sns__include--item .title p {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
body.top .top-sns__include--list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1%;
}
body.top .top-sns__include--list li {
  width: 19.2%;
}

@media only screen and (max-width: 767px) {
  body.top .fv-column {
    margin-bottom: 100px;
  }
  body.top .fv-column__inner .h1 h1 {
    position: absolute;
    bottom: -50px;
    left: 10px;
    font-size: 2.4rem;
    line-height: 1.2em;
    letter-spacing: 0.05em;
  }
  body.top .fv-column__inner .h1 h1 span {
    font-size: 1.6rem;
  }
  body.top .fv-column__inner .h1 h1:before {
    position: absolute;
    top: -20px;
    right: 70px;
    width: 55.2px;
    height: 50.4px;
  }
  body.top .fv-column__inner:after {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 148.4px;
    height: 67.6px;
  }
  body.top .top-prologue__inner:before {
    position: absolute;
    top: 70px;
    width: 75px;
    height: 75px;
    left: calc(50% - 180px);
    background: url(../img/pages/top/top_about-img-left_sp.png) no-repeat 0 0;
  }
  body.top .top-prologue__inner:after {
    position: absolute;
    top: 400px;
    right: calc(50% - 180px);
    width: 89px;
    height: 92px;
    background: url(../img/pages/top/top_about-img-right_sp.png) no-repeat 0 0;
  }
  body.top .top-prologue .message p {
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  body.top .top-appeal {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  body.top .top-appeal__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  body.top .top-appeal__item {
    padding: 20px;
    width: 100%;
  }
  body.top .top-appeal__item .ph {
    position: relative;
    width: 30%;
  }
  body.top .top-appeal__item .ph:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 63.7px;
    height: 34.3px;
  }
  body.top .top-appeal__item .text-set {
    padding-left: 15px;
    width: 70%;
  }
  body.top .top-appeal__item .title p {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.025em;
  }
  body.top .top-appeal__item .text p {
    font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0.025em;
  }
  body.top .top-appeal .button {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: auto;
    margin: 30px auto 0;
    width: 80%;
    height: 50px;
  }
  body.top .top-appeal .button .icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  body.top .top-guide {
    padding-top: 30px;
    padding-bottom: 30px !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.top .top-guide .heading--lv3 {
    margin-bottom: 30px !important; /* override */
  }
  body.top .top-guide__wrap {
    padding: 20px 10px;
    width: 96%;
    max-width: 96%;
  }
  body.top .top-guide__list {
    gap: 25px 0;
  }
  body.top .top-guide__item {
    width: 100%;
  }
  body.top .top-guide__item:nth-of-type(n+2) {
    padding-top: 25px;
    border-top: 1px solid #fff;
    border-left: none;
  }
  body.top .top-guide__item .title p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.top .top-guide__item .ph {
    margin-top: 15px;
  }
  body.top .top-guide__item .ph img {
    width: 30%;
  }
  body.top .top-guide__item .text {
    margin-top: 10px;
  }
  body.top .top-guide__item .text p {
    font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  body.top .top-guide__item .button {
    margin: 20px auto 0;
    width: 80%;
    height: 50px;
  }
  body.top .top-guide__item .button .icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  body.top .top-sns {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  body.top .top-sns__title {
    padding: 0 20px;
    height: 80px;
  }
  body.top .top-sns__title .heading--lv3 {
    width: 30%;
  }
  body.top .top-sns__group {
    width: 70%;
    gap: 0 10px;
  }
  body.top .top-sns__item {
    width: 25px;
  }
  body.top .top-sns__item img {
    width: 100%;
  }
  body.top .top-sns__include {
    margin-top: 30px;
  }
  body.top .top-sns__include--item .title {
    margin-bottom: 15px;
    padding-left: 30px;
    height: 20px;
  }
  body.top .top-sns__include--item .title:before {
    width: 20px;
    height: 20px;
  }
  body.top .top-sns__include--item .title p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.top .top-sns__include--list ul {
    gap: 15px 3%;
  }
  body.top .top-sns__include--list li {
    width: 48.5%;
  }
}
.about-column.deco-fish__bl:after {
  bottom: -215px !important;
}
.about-column__list {
  /*override*/
}
.about-column__list.deco-bubble__tl:before {
  top: 20px !important;
}
.about-column__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-column__item--dt {
  width: 32.4%;
}
.about-column__item--dt .ph {
  z-index: 2;
  position: relative;
}
.about-column__item--dt .ph img {
  width: 100%;
}
.about-column__item--dd {
  padding-left: 40px;
  width: 67.6%;
}
.about-column__item--dd .title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b5bab8;
}
.about-column__item--dd .title p {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.about-column__item--dd .text p {
  line-height: 2em;
  color: #fff;
}
.about-column__item--recommend {
  margin-top: 30px;
  padding: 25px 20px 30px;
  background: #fff;
  border-radius: 8px;
}
.about-column__item--recommend .shoulder p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
  text-align: center;
}
.about-column__item--recommend ul {
  margin-top: 20px;
}
.about-column__item--recommend ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}
.about-column__item--recommend ul > li {
  position: relative;
  padding-left: 50px;
}
.about-column__item--recommend ul > li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 37px;
  height: 21px;
  background: url(../img/pages/about/about_list-deco.png) no-repeat 0 0;
  background-size: 100% auto !important;
}
@media only screen and (max-width: 767px) {
  .about-column__item--recommend ul > li:before {
    width: 25px;
    aspect-ratio: 37/21;
    height: auto;
  }
}
.about-effect {
  padding-bottom: 90px;
}
.about-effect__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 2.9%;
}
.about-effect__item {
  padding: 30px 20px;
  width: 31.4%;
  background: #fff;
  border-radius: 8px;
}
.about-effect__item[data-index="01"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-01.png) no-repeat 0 0;
}
.about-effect__item[data-index="02"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-02.png) no-repeat 0 0;
}
.about-effect__item[data-index="03"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-03.png) no-repeat 0 0;
}
.about-effect__item[data-index="04"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-04.png) no-repeat 0 0;
}
.about-effect__item[data-index="05"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-05.png) no-repeat 0 0;
}
.about-effect__item[data-index="06"] .ph:before {
  background: url(../img/pages/about/top_features-list-num-06.png) no-repeat 0 0;
}
.about-effect__item .ph {
  position: relative;
}
.about-effect__item .ph:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -5px;
  width: 91px;
  height: 49px;
  background-size: 100% auto !important;
}
.about-effect__item .title {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #b5bab8;
}
.about-effect__item .title p {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
  text-align: center;
}
.about-effect__item .text p {
  color: #012b61;
}
.about-points {
  margin-top: 0 !important;
  padding-top: 55px;
  padding-bottom: 50px !important; /* override */
  padding-left: 30px;
  padding-right: 30px;
  background: #c7e7ee !important;
}
.about-points .heading--lv3 .sub span.text {
  color: #0171bd;
}
.about-points .heading--lv3 .main {
  color: #012b61;
}
.about-points .heading--lv3 {
  margin-bottom: 90px !important; /* override */
}
.about-points__wrap {
  z-index: 2;
  position: relative;
  margin: auto;
  padding: 70px 0;
  width: 100%;
  max-width: 1680px;
  background: url(../img/pages/about/about_enjoy-content-bg.png) no-repeat center;
  background-size: cover !important;
  border-radius: 8px;
  overflow: hidden;
}
.about-points__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 2.9%;
}
.about-points__item {
  padding: 0 0 30px;
  width: 31.4%;
  background: #fff;
  border-radius: 8px;
}
.about-points__item .num {
  margin: 0 auto -40px;
  transform: translateY(-40px);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-points__item .num p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0171bd;
  font-family: "Righteous", sans-serif;
}
.about-points__item .num p span {
  font-size: 2.4rem;
}
.about-points__item .text p {
  color: #012b61;
  text-align: center;
}
.about-points__item .title {
  margin-top: 20px;
  padding: 15px 0 0;
  border-top: 1px solid #b5bab8;
}
.about-points__item .title p {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-column__item--dt {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
  .about-column__item--dt .ph {
    text-align: center;
  }
  .about-column__item--dt .ph img {
    width: 60%;
  }
  .about-column__item--dd {
    padding-left: 0;
    width: 100%;
  }
  .about-column__item--dd .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .about-column__item--dd .title p {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .about-column__item--recommend {
    margin-top: 20px;
    padding: 20px 15px 25px;
  }
  .about-column__item--recommend .shoulder p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .about-column__item--recommend ul {
    margin-top: 15px;
  }
  .about-column__item--recommend ul > li {
    padding-left: 35px;
  }
  .about-effect {
    padding-bottom: 40px;
  }
  .about-effect__list {
    gap: 20px 0;
  }
  .about-effect__item {
    padding: 20px 15px;
    width: 100%;
  }
  .about-effect__item .ph {
    padding: 0;
  }
  .about-effect__item .ph:before {
    width: 72.8px;
    height: 39.2px;
  }
  .about-effect__item .title {
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .about-effect__item .title p {
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .about-points {
    padding-top: 30px;
    padding-bottom: 30px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .about-points .heading--lv3 {
    margin-bottom: 90px !important; /* override */
  }
  .about-points__wrap {
    padding: 30px 0;
    width: 96%;
    max-width: 96%;
  }
  .about-points__list {
    gap: 50px 0;
  }
  .about-points__item {
    padding: 0 0 20px;
    width: 100%;
  }
  .about-points__item .num {
    margin: 0 auto -30px;
    transform: translateY(-30px);
    width: 60px;
    height: 60px;
  }
  .about-points__item .num p {
    font-size: 1.4rem;
    line-height: 1.3em;
    letter-spacing: 0;
  }
  .about-points__item .num p span {
    font-size: 2rem;
  }
  .about-points__item .title {
    margin-top: 15px;
    padding: 15px 0 0;
  }
  .about-points__item .title p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.price-plan .heading--lv3 {
  margin-bottom: 70px !important;
}
.price-plan.deco-fish__bl:after {
  bottom: -215px !important;
}
.price-plan__table {
  padding: 0 50px 30px;
  background: #fff;
  border-radius: 8px;
}
.price-plan__table .title {
  transform: translateY(-27px);
  margin: 0 auto -27px;
  width: 55.5%;
  height: 55px;
  background: #fff;
  border: 3px solid #0171bd;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.price-plan__table .title p {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
.price-plan__table .leadcopy {
  margin-top: 20px;
}
.price-plan__table .leadcopy p {
  text-align: center;
  color: #012b61;
}
.price-plan__table .font-size__m {
  font-size: 2rem;
}
.price-plan__table .font-size__s {
  font-size: 1.3rem;
}
.price-plan__table .table {
  margin-top: 25px;
}
.price-plan__table .table th, .price-plan__table .table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-plan__table .table th p, .price-plan__table .table td p {
  text-align: center;
}
.price-plan__table .table thead th {
  padding-top: 0;
}
.price-plan__table .table th p {
  color: #0171bd;
  white-space: nowrap;
}
.price-plan__table .table td:nth-child(2) p,
.price-plan__table .table td:nth-child(3) p {
  white-space: nowrap !important;
}
.price-plan__table .table thead th:last-child p,
.price-plan__table .table tbody td:last-child p {
  text-align: left;
}
.price-plan__table .table tbody th {
  padding-left: 25px;
  padding-right: 25px;
}
.price-plan__table .table thead th:nth-child(n+2),
.price-plan__table .table tbody td:nth-child(n+2) {
  padding-left: 25px;
}
.price-plan__table .table tbody tr:last-child {
  border-bottom: 1px solid #b5bab8;
}
.price-plan__table .table tbody tr {
  border-top: 1px solid #b5bab8;
}
.price-plan__table .table .align--right {
  margin-top: 15px;
}
.price-plan__table .table .align--right p {
  text-align: right !important;
}
.price-plan__table .payment-methods {
  margin-top: 35px;
  padding: 25px;
  border: 1px solid #b5bab8;
  border-radius: 8px;
}
.price-plan__table .payment-methods p {
  text-align: center !important;
}
.price-plan__table .payment-methods .title-sub {
  margin-bottom: 15px;
}
.price-plan__table .payment-methods .title-sub p {
  font-size: 1.8rem;
  color: #0171bd;
}
.price-equipment__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 2.9%;
}
.price-equipment__item {
  padding: 30px 20px;
  min-height: 500px;
  width: 31.4%;
  background: #fff;
  border-radius: 8px;
}
.price-equipment__item .title {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #b5bab8;
}
.price-equipment__item .title p {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
  text-align: center;
}
.price-equipment__item .text p {
  color: #012b61;
}

@media only screen and (max-width: 767px) {
  .price-plan .heading--lv3 {
    margin-bottom: 40px !important;
  }
  .price-plan__table {
    padding: 0 20px 20px;
  }
  .price-plan__table .title {
    transform: translateY(-20px);
    margin: 0 auto -20px;
    width: 80%;
    height: 40px;
  }
  .price-plan__table .title p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .price-plan__table .leadcopy {
    margin-top: 15px;
  }
  .price-plan__table .leadcopy p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .price-plan__table .font-size__m {
    font-size: 1.8rem;
  }
  .price-plan__table .font-size__s {
    font-size: 1.2rem;
  }
  .price-plan__table .table {
    display: grid;
  }
  .price-plan__table .table thead {
    display: none !important;
  }
  .price-plan__table .table tbody {
    display: contents;
  }
  .price-plan__table .table tbody tr {
    order: 1;
  }
  .price-plan__table .table tr {
    display: block;
    border-top: 1px solid #b5bab8;
  }
  .price-plan__table .table th, .price-plan__table .table td {
    display: block;
    padding: 0 0;
  }
  .price-plan__table .table tbody th {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .price-plan__table .table tbody td:nth-child(n+2) {
    padding-left: 0;
    margin-top: 5px;
  }
  .price-plan__table .table tbody td:last-child {
    padding-bottom: 15px;
  }
  .price-plan__table .table td:nth-child(2) p,
  .price-plan__table .table td:nth-child(3) p {
    white-space: normal !important;
  }
  .price-plan__table .table tbody tr:last-child {
    border-bottom: 1px solid #b5bab8;
  }
  .price-plan__table .table .align--right {
    margin-top: 10px;
  }
  .price-plan__table .table .align--right p {
    font-size: 1.2rem;
  }
  .price-plan__table .payment-methods {
    margin-top: 30px;
    padding: 20px;
  }
  .price-plan__table .payment-methods .title-sub {
    margin-bottom: 10px;
  }
  .price-plan__table .payment-methods .title-sub p {
    font-size: 1.6rem;
  }
  .price-plan__table .payment-methods .text p {
    text-align: justify !important;
  }
  .price-equipment__list {
    gap: 20px 0;
  }
  .price-equipment__item {
    padding: 20px 15px;
    width: 100%;
    min-height: auto;
  }
  .price-equipment__item .ph {
    padding: 0 15%;
  }
  .price-equipment__item .title {
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .price-equipment__item .title p {
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.beginner-flow.deco-fish__bl:after {
  bottom: -215px !important;
}
.beginner-flow__item:nth-of-type(n+2) {
  margin-top: 70px;
}
.beginner-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.beginner-flow__item .num {
  width: 7.4%;
}
.beginner-flow__item .num .num--inner {
  width: 100%;
  aspect-ratio: 1/1;
  background: #3d95cc;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.beginner-flow__item .num .num--inner p {
  transform: translateY(-0.2em);
  font-size: 4rem;
  line-height: 0.7em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Righteous", sans-serif;
  text-align: center;
}
.beginner-flow__item .num .num--inner p span {
  font-size: 18px;
}
.beginner-flow__item .text-set {
  padding: 0 40px 0 30px;
  width: 64.8%;
}
.beginner-flow__item .text-set .title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b5bab8;
}
.beginner-flow__item .text-set .title p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.beginner-flow__item .text-set .text p {
  color: #fff;
}
.beginner-flow__item .text-set .button {
  margin-top: 20px;
  width: 350px;
  height: 55px;
}
.beginner-flow__item .text-set .button a {
  border-color: #fff !important;
}
.beginner-flow__item .text-set .button .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.beginner-flow__item .ph {
  width: 27.8%;
}
.beginner-faq__anchors {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.5%;
}
.beginner-faq__anchors .button {
  width: 23.1%;
}
.beginner-faq__anchors .button a {
  min-height: 55px;
  padding: 20px 50px 20px 25px;
  justify-content: flex-start !important;
  border-color: #fff !important;
}
.beginner-faq__anchors .button a .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.beginner-faq__anchors .button a p {
  line-height: 1.3;
}
.beginner-faq__list {
  margin-top: 50px;
}
.beginner-faq__item:nth-of-type(n+2) {
  margin-top: 30px;
}
.beginner-faq__item {
  padding: 30px 40px;
  background: #fff;
  border-radius: 8px;
}
.beginner-faq__item .title {
  margin-bottom: 30px;
  padding: 15px 0;
  border: 2px solid #0171bd;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.beginner-faq__item .title p {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
.beginner-faq__item ul > li:nth-of-type(n+2) {
  margin-top: 30px;
}
.beginner-faq__item ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #b5bab8;
}
.beginner-faq__item ul > li .dt {
  width: 30px;
}
.beginner-faq__item ul > li .dt p {
  width: 30px;
  height: 30px;
  background: #0171bd;
  border-radius: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  font-family: "Righteous", sans-serif;
}
.beginner-faq__item ul > li .dd {
  padding-left: 10px;
  width: calc(100% - 30px);
}
.beginner-faq__item ul > li .title-s p {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171bd;
}
.beginner-faq__item ul > li .text {
  margin-top: 10px;
}
.beginner-faq__item ul > li .text p {
  color: #012b61;
}

@media only screen and (max-width: 767px) {
  .beginner-flow__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .beginner-flow__item .num {
    width: 15%;
  }
  .beginner-flow__item .num .num--inner p {
    transform: translateY(-0.25em);
    font-size: 2.3rem;
    line-height: 0.8em;
  }
  .beginner-flow__item .num .num--inner p span {
    font-size: 11px;
  }
  .beginner-flow__item .text-set {
    padding: 0 0 0 15px;
    width: 85%;
  }
  .beginner-flow__item .text-set .title p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .beginner-flow__item .text-set .button {
    margin-top: 15px;
    width: 80%;
    height: 40px;
  }
  .beginner-flow__item .text-set .button .icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .beginner-flow__item .ph {
    margin-top: 15px;
    padding-left: calc(15% + 10px);
    width: 100%;
  }
  .beginner-faq__anchors {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .beginner-faq__anchors .button {
    width: 48%;
    height: auto;
  }
  .beginner-faq__anchors .button a {
    padding: 15px;
  }
  .beginner-faq__anchors .button a .icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .beginner-faq__list {
    margin-top: 30px;
  }
  .beginner-faq__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .beginner-faq__item {
    padding: 20px 30px;
  }
  .beginner-faq__item .title {
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .beginner-faq__item .title p {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .beginner-faq__item ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .beginner-faq__item ul > li {
    padding-bottom: 20px;
  }
  .beginner-faq__item ul > li .title-s p {
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  .beginner-faq__item ul > li .text {
    margin-top: 10px;
  }
}
.access-shop__item:nth-of-type(n+2) {
  margin-top: 70px;
}
.access-shop__item .title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b5bab8;
}
.access-shop__item .title p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.access-shop__item .info ul > li:nth-of-type(n+2) {
  margin-top: 30px;
}
.access-shop__item .info ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.access-shop__item .info ul > li .dt {
  width: 110px;
}
.access-shop__item .info ul > li .dd {
  width: calc(100% - 110px);
}
.access-shop__item .info ul > li .dt > p,
.access-shop__item .info ul > li .dd > p {
  color: #fff;
}
.access-shop__item .info .button {
  margin-top: 20px;
  width: 350px;
  height: 55px;
}
.access-shop__item .info .button a {
  border-color: #fff !important;
}
.access-shop__item .info .button .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.access-shop__gallery {
  margin-top: 50px;
}
.access-shop__gallery--list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 25px;
}

@media only screen and (max-width: 767px) {
  .access-shop__item:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .access-shop__item .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .access-shop__item .title p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .access-shop__item .info ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .access-shop__item .info ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .access-shop__item .info ul > li .dt {
    width: 100px;
  }
  .access-shop__item .info ul > li .dd {
    width: calc(100% - 100px);
  }
  .access-shop__item .info .button {
    margin-top: 10px;
    width: 70%;
    height: 40px;
  }
  .access-shop__item .info .button .icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .access-shop__gallery {
    margin-top: 30px;
  }
  .access-shop__gallery--list ul {
    gap: 4vw 2%;
  }
  .access-shop__gallery--list ul > li {
    width: 48%;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 10px;
}
.blog-archive__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  background: #ffffff;
  padding: 2px 10px;
}
.blog-single__title {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #ffffff;
  padding-top: 5px;
}
.blog-single__date {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i, .privacy-contents__title span {
  color: #ffffff;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i, .site-map__item a span {
  color: #ffffff;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */