@charset "UTF-8";
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

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

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

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

p {
  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.5rem;
    font-weight: 500;
  }
  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) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    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;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.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";
}

.single-txt a {
  text-decoration: underline;
}
.single-txt em,
.single-txt i {
  font-style: italic;
}
.single-txt strong,
.single-txt b {
  font-weight: 900;
}
.single-txt pre,
.single-txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single-txt u {
  text-decoration: underline;
}
.single-txt del {
  text-decoration: line-through;
}
.single-txt ol,
.single-txt ul {
  padding-left: 20px;
}
.single-txt ol {
  list-style: decimal;
}
.single-txt ul {
  list-style: disc;
}
.single-txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single-txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single-txt blockquote p::before {
  content: "“";
}
.single-txt blockquote p::after {
  content: "”";
}
.single-txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single-txt .table_wrapper th,
.single-txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.title--h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title--h3 .en {
  font-family: "Shippori Mincho", serif;
  color: #1f528e;
  font-size: 6.8rem;
  line-height: 1;
}
.title--h3 .ja {
  font-family: "Shippori Mincho", serif;
  color: #1f528e;
  font-size: 2.8rem;
  font-weight: 800;
}

.subtitle--h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subtitle--h3 .en {
  font-family: "Shippori Mincho", serif;
  color: #1f528e;
  font-size: 5.6rem;
  line-height: 1;
}
.subtitle--h3 .ja {
  font-family: "Shippori Mincho", serif;
  color: #1f528e;
  font-size: 2.8rem;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .title--h3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .title--h3 .en {
    font-size: 3.2rem;
    line-height: 1;
  }
  .title--h3 .ja {
    font-size: 2.4rem;
  }
  .subtitle--h3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .subtitle--h3 .en {
    font-size: 2.6rem;
    line-height: 1;
  }
  .subtitle--h3 .ja {
    font-size: 2rem;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.button:hover .ic {
  background: #ffffff;
}
.button:hover .ic i {
  color: #1f528e;
}
.button .text {
  color: #1f528e;
  border-bottom: 1px solid #1f528e;
}
.button .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1f528e;
  border: 1px solid #1f528e;
  border-radius: 90px;
  transition: 0.3s;
}
.button .ic i {
  color: #ffffff;
}

.button--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 185px;
  height: 60px;
  background: #8b7032;
  border: 1px solid #8b7032;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.3s;
}
.button--cta:hover {
  background: #ffffff;
  color: #8b7032;
}
.button--cta:hover .ic::before {
  background: #8b7032;
}
.button--cta .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  position: relative;
}
.button--cta .ic::before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.button--line {
  background: #00b900;
  border: 1px solid #00b900;
}
.button--line:hover {
  background: #ffffff;
  color: #00b900;
}
.button--line:hover .ic::before {
  background: #00b900;
}

.button--mail {
  background: #1f528e;
  border: 1px solid #1f528e;
}
.button--mail:hover {
  background: #ffffff;
  color: #1f528e;
}
.button--mail:hover .ic::before {
  background: #1f528e;
}

@media only screen and (max-width: 767px) {
  .button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .button .text {
    font-size: 1.5rem;
  }
  .button .ic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 90px;
  }
  .button--cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 185px;
    height: 60px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.5rem;
  }
  .button--cta .ic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    position: relative;
  }
  .button--cta .ic::before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #1f528e;
  border-bottom: 1px solid #1f528e;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #1f528e;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.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: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #353535;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  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;
}
@media screen and (min-width: 768px) {
  .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 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: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #1f528e;
  background-color: #1f528e;
}
@media screen and (min-width: 768px) {
  .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 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;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media 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 {
  width: 100%;
  position: relative;
}
.header--top {
  height: 100vh;
  background: url(../img/layout/header/mv.png) no-repeat center/cover;
}
.header--sub {
  height: 365px;
  position: relative;
}
.header--sub::before {
  content: "";
  display: block;
  width: 40%;
  min-width: 680px;
  height: 100%;
  background: #1f528e;
  position: absolute;
  top: 0;
  left: 0;
}
.header__wrapper--top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 680px;
  height: 285px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header__wrapper--sub {
  position: absolute;
  left: 5%;
  bottom: 100px;
}
.header__title {
  font-family: "Shippori Mincho", serif;
}
.header__title--top {
  font-size: 3.6rem;
  position: relative;
}
.header__title--top::before {
  content: "";
  display: block;
  width: 286px;
  aspect-ratio: 286/214;
  background: url(../img/layout/header/illust--top.png) no-repeat center/contain;
  position: absolute;
  top: -235px;
  left: 0;
}
.header__title--sub {
  color: #ffffff;
  font-size: 3.6rem;
  padding-left: 135px;
  position: relative;
}
.header__title--sub::before {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/165;
  background: url(../img/layout/header/illust--sub.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 1.56%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.header-bar__logo {
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.35vw, 2.6rem);
  letter-spacing: 0;
  line-height: 1.5;
}
.header-bar__logo span {
  color: #1f528e;
  font-size: clamp(1.8rem, 1.04vw, 2rem);
  font-weight: 900;
  background: #ffffff;
  padding: 0 10px 2px;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__list {
  display: flex;
  gap: 20px;
}
.header-bar__item a {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .header {
    width: 100%;
    position: relative;
  }
  .header--top {
    height: 135vw;
    background: url(../img/layout/header/mv--sp.png) no-repeat top center/cover;
  }
  .header--sub {
    height: 185px;
    position: relative;
  }
  .header--sub::before {
    content: "";
    display: block;
    width: 80%;
    min-width: auto;
    height: 100%;
    background: #1f528e;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__wrapper--top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 135px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header__wrapper--sub {
    position: absolute;
    left: 1%;
    bottom: 20px;
  }
  .header__title--top {
    font-size: 2.2rem;
    position: relative;
  }
  .header__title--top::before {
    content: "";
    display: block;
    width: 135px;
    aspect-ratio: 286/214;
    background: url(../img/layout/header/illust--top.png) no-repeat center/contain;
    position: absolute;
    top: -105px;
    left: 0;
  }
  .header__title--sub {
    color: #ffffff;
    font-size: 2.6rem;
    padding-left: 0;
    position: relative;
  }
  .header__title--sub::before {
    content: "";
    display: block;
    width: 65px;
    aspect-ratio: 104/165;
    background: url(../img/layout/header/illust--sub.png) no-repeat center/contain;
    position: absolute;
    top: 215%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .header-bar {
    display: flex;
    justify-content: start;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-bar__logo {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .header-bar__logo span {
    font-size: 1.4rem;
    font-weight: 900;
    background: #ffffff;
    padding: 0 10px 2px;
  }
  .header-bar__nav {
    display: none;
  }
}
.footer {
  background: #1f528e;
}

.footer-cta {
  background: url(../img/layout/footer/bg--cta.jpg) no-repeat top center/100%;
}
.footer-cta__inner {
  padding: 100px 0;
}
.footer-cta__title {
  align-items: center;
  margin-bottom: 35px;
}
.footer-cta__title .en, .footer-cta__title .ja {
  color: #ffffff;
}
.footer-cta__contents {
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
}
.footer-cta__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 35px;
}
.footer-cta__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-cta__button {
  width: 365px;
}
.footer-cta__button .ic {
  width: 15%;
}

.footer-bar__inner {
  padding: 10px 0 80px;
}
.footer-bar__box {
  display: flex;
  gap: 7%;
}
.footer-bar__contents {
  width: 45%;
}
.footer-bar__logo {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 35px;
}
.footer-bar__logo span {
  color: #1f528e;
  font-size: 2rem;
  font-weight: 900;
  background: #ffffff;
  padding: 0 10px 2px;
}
.footer-bar__address {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.footer-bar__text {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 35px;
}
.footer-bar__time, .footer-bar__holiday {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 48%;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 15px;
  margin-bottom: 50px;
}
.footer-bar__item a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer-bar__copyright {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-cta {
    background: url(../img/layout/footer/bg--cta.jpg) no-repeat top center/200%;
  }
  .footer-cta__inner {
    padding: 50px 0;
  }
  .footer-cta__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .footer-cta__contents {
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .footer-cta__text {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 35px;
  }
  .footer-cta__list {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
  }
  .footer-cta__button {
    width: 90%;
    margin: 0 auto;
  }
  .footer-cta__button .ic {
    width: 15%;
  }
  .footer-bar__inner {
    padding: 10px 0;
  }
  .footer-bar__box {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 35px;
  }
  .footer-bar__contents {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer-bar__logo {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .footer-bar__logo span {
    font-size: 1.5rem;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .footer-bar__text {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .footer-bar__time, .footer-bar__holiday {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .footer-bar__nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .footer-bar__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
    margin-bottom: 50px;
  }
  .footer-bar__item a {
    font-size: 1.3rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
  }
  .footer-bar__banner {
    width: 185px;
  }
  .footer-bar__copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #1f528e;
  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: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  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: 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  color: #1f528e;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
.drawer-on__logo span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  background: #1f528e;
  padding: 0 10px 2px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1f528e;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail--line {
  background: #00b900;
}
.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: #1f528e;
}
.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__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.bread-clumbs__inner {
  padding: 15px 0;
}
.bread-clumbs__list {
  display: flex;
  align-items: center;
  justify-content: start;
}
.bread-clumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #000000;
}
.bread-clumbs__item--last {
  border: none;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #1f528e;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

.top-about__inner {
  padding: 100px 0;
}
.top-about__title {
  align-items: center;
  margin-bottom: 20px;
}
.top-about__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 50px;
}
.top-about__list {
  display: flex;
  gap: 2%;
  margin-bottom: 50px;
}
.top-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 32%;
}
.top-about__item .title {
  color: #1f528e;
  font-size: 2rem;
}
.top-about__item .text {
  font-size: 1.6rem;
  text-align: center;
}
.top-about__wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .top-about__inner {
    padding: 60px 0;
  }
  .top-about__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .top-about__text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .top-about__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .top-about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .top-about__item img {
    width: 45%;
    margin: 0 auto;
  }
  .top-about__item .title {
    font-size: 1.8rem;
  }
  .top-about__item .text {
    font-size: 1.4rem;
    text-align: center;
  }
  .top-about__wrapper {
    display: flex;
    justify-content: center;
  }
}
.top-service__wrapper {
  background: #1f528e;
  padding: 40px 0 30px;
  position: relative;
}
.top-service__wrapper::before {
  content: "";
  display: block;
  width: 16vw;
  min-width: 235px;
  aspect-ratio: 306/252;
  background: url(../img/pages/top/illust--service.png) no-repeat center/contain;
  position: absolute;
  bottom: -105px;
  right: 12%;
}
.top-service__title {
  align-items: center;
}
.top-service__title .en, .top-service__title .ja {
  color: #ffffff;
}

.top-service-menu__item {
  padding-top: 9%;
  position: relative;
}
.top-service-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62%;
  background: #f6f6f6;
  padding: 5% 0;
}
.top-service-menu__wrapper--odd {
  margin: 0 0 0 auto;
}
.top-service-menu__contents {
  width: 40%;
  min-width: 420px;
}
.top-service-menu__title {
  color: #1f528e;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.top-service-menu__text {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.top-service-menu__button {
  justify-content: end;
}
.top-service-menu__img {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 0;
}
.top-service-menu__img--odd {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-service__wrapper {
    padding: 30px 0 25px;
    position: relative;
  }
  .top-service__wrapper::before {
    content: "";
    display: block;
    width: 105px;
    min-width: auto;
    aspect-ratio: 306/252;
    background: url(../img/pages/top/illust--service.png) no-repeat center/contain;
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .top-service__title {
    align-items: center;
  }
  .top-service__title .en, .top-service__title .ja {
    color: #ffffff;
  }
  .top-service-menu__item {
    padding-top: 10%;
    position: static;
  }
  .top-service-menu__wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10% 5%;
    box-sizing: border-box;
  }
  .top-service-menu__wrapper--odd {
    margin: 0 0 0 auto;
  }
  .top-service-menu__contents {
    width: 100%;
    min-width: auto;
  }
  .top-service-menu__title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .top-service-menu__text {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
  .top-service-menu__button {
    justify-content: start;
  }
  .top-service-menu__img {
    width: 100%;
    position: static;
  }
}
.top-faq__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 80px 0 50px;
}
.top-faq__contents {
  width: 500px;
}
.top-faq__title {
  margin-bottom: 30px;
}
.top-faq__text {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.top-faq__img {
  width: 310px;
}

@media only screen and (max-width: 767px) {
  .top-faq__inner {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 50px;
    width: 90%;
    padding: 50px 0 0;
  }
  .top-faq__contents {
    width: 100%;
  }
  .top-faq__title {
    margin-bottom: 30px;
  }
  .top-faq__text {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
  .top-faq__img {
    width: 40%;
    margin: -105px 0 0 auto;
  }
}
.top-column {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 12.5%, rgb(246, 246, 246) 12.5%);
  padding: 60px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__text {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 3.13%;
}
.top-column__item {
  width: 31.25%;
}
.top-column__item a:hover {
  opacity: 0.8;
}
.top-column__item-img {
  aspect-ratio: 400/270;
  background: url(../img/pages/top/noimg.png) no-repeat center/cover;
  margin-bottom: 15px;
}
.top-column__item-date {
  display: block;
  color: #464646;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.top-column__item-title {
  color: #1f528e;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8c6c5;
  margin-bottom: 10px;
}
.top-column__item-text {
  font-size: 1.5rem;
}
.top-column__button {
  position: absolute;
  top: 150px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0) 3%, rgb(246, 246, 246) 3%);
    padding: 30px 0;
  }
  .top-column__inner {
    width: 90%;
    position: relative;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item-img {
    aspect-ratio: 400/270;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .top-column__item-date {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .top-column__item-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-column__item-text {
    font-size: 1.4rem;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 770px;
}
.top-news__list i {
  color: #1f528e;
  font-size: 2rem;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #b8c6c5;
  box-sizing: border-box;
}
.top-news__link:hover {
  opacity: 0.8;
}
.top-news__contents {
  width: 95%;
}
.top-news__contents-date {
  display: block;
  color: #464646;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.top-news__contents-title {
  display: flex;
  gap: 5%;
  color: #1f528e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-inner {
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 10px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__contents {
    width: 95%;
  }
  .top-news__contents-date {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .top-news__contents-title {
    display: flex;
    gap: 5%;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-feature__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 100px 0;
}
.about-feature__img {
  width: 500px;
}
.about-feature__contents {
  width: 530px;
}
.about-feature__title {
  margin-bottom: 25px;
}
.about-feature__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-feature__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-feature__inner {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 35px;
    padding: 120px 0 60px;
  }
  .about-feature__img {
    width: 100%;
  }
  .about-feature__contents {
    width: 100%;
  }
  .about-feature__title {
    margin-bottom: 25px;
  }
  .about-feature__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-feature__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.about-recommendation {
  background: #f6f6f6;
}
.about-recommendation__inner {
  padding: 100px 0;
}
.about-recommendation__title {
  align-items: center;
  margin-bottom: 30px;
}
.about-recommendation__text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}
.about-recommendation__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-recommendation__item {
  display: flex;
  align-items: center;
  gap: 35px;
}
.about-recommendation__item .img {
  width: 215px;
}
.about-recommendation__item .contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 830px;
}
.about-recommendation__item .title {
  color: #1f528e;
  font-size: 2.4rem;
}
.about-recommendation__item .text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-recommendation__inner {
    padding: 60px 0;
  }
  .about-recommendation__title {
    margin-bottom: 30px;
  }
  .about-recommendation__text {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .about-recommendation__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .about-recommendation__item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }
  .about-recommendation__item .img {
    width: 45%;
    margin: 0 auto;
  }
  .about-recommendation__item .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .about-recommendation__item .title {
    font-size: 2rem;
  }
  .about-recommendation__item .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.about-philosophy__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 100px 0;
}
.about-philosophy__img {
  width: 500px;
}
.about-philosophy__contents {
  width: 530px;
}
.about-philosophy__title {
  margin-bottom: 25px;
}
.about-philosophy__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-philosophy__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-philosophy__inner {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 35px;
    padding: 60px 0;
  }
  .about-philosophy__img {
    width: 60%;
    margin: 0 auto;
  }
  .about-philosophy__contents {
    width: 100%;
  }
  .about-philosophy__title {
    margin-bottom: 25px;
  }
  .about-philosophy__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .about-philosophy__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.about-information {
  background: #f6f6f6;
}
.about-information__inner {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
}
.about-information__title {
  margin-bottom: 30px;
}
.about-information__row {
  display: flex;
  border-bottom: 1px solid #b8c6c5;
  gap: 50px;
  padding: 25px 15px;
  box-sizing: border-box;
}
.about-information__term, .about-information__desc {
  font-size: 1.5rem;
}
.about-information__term {
  width: 130px;
  color: #1f528e;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .about-information__inner {
    width: 95%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .about-information__title {
    margin-bottom: 10px;
  }
  .about-information__row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b8c6c5;
    gap: 5%;
    padding: 25px 0;
    box-sizing: border-box;
  }
  .about-information__term, .about-information__desc {
    font-size: 1.4rem;
  }
  .about-information__term {
    width: 25%;
    color: #1f528e;
    font-weight: 600;
  }
  .about-information__desc {
    width: 70%;
  }
}
.service-price__inner {
  padding: 100px 0;
}
.service-price__title {
  align-items: center;
  margin-bottom: 25px;
}
.service-price__text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.service-price-menu {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.service-price-menu:last-child {
  margin-bottom: 0;
}
.service-price-menu__inner {
  margin: 0 auto;
}
.service-price-menu__inner--first {
  width: 860px;
}
.service-price-menu__inner--second {
  width: 980px;
}
.service-price-menu__title {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.service-price-menu__text {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 35px;
}
.service-price-menu__table {
  width: 100%;
  border: 1px solid #1f5b93;
  margin-bottom: 15px;
}
.service-price-menu__thead {
  width: 100%;
}
.service-price-menu__thead--first th {
  width: 30%;
}
.service-price-menu__thead--first .is-first {
  width: 40%;
}
.service-price-menu__thead--second th {
  width: 18%;
}
.service-price-menu__thead--second .is-first {
  width: 28%;
}
.service-price-menu__thead th {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #1f5b93;
  border-right: 1px solid #ffffff;
}
.service-price-menu__thead th:last-child {
  border-right: none;
}
.service-price-menu__tbody--first td {
  width: 30%;
}
.service-price-menu__tbody--first .is-first {
  width: 40%;
}
.service-price-menu__tbody--second td {
  width: 18%;
}
.service-price-menu__tbody--second .is-first {
  width: 28%;
}
.service-price-menu__tbody td {
  color: #1f5b93;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #1f5b93;
  border-right: 1px solid #1f5b93;
}
.service-price-menu__tbody td:last-child {
  border-right: none;
}
.service-price-menu__tbody .is-first {
  text-align: left;
}
.service-price-menu__captions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-price-menu__caption {
  font-size: 1.5rem;
}
.service-price-menu__definition {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-price-menu__row {
  display: flex;
  align-items: center;
}
.service-price-menu__term, .service-price-menu__desc {
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .service-price__inner {
    padding: 120px 0 60px;
  }
  .service-price__title {
    margin-bottom: 25px;
  }
  .service-price__text {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
  .service-price-menu {
    border-radius: 10px;
    padding: 50px 15px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .service-price-menu:last-child {
    margin-bottom: 0;
  }
  .service-price-menu__inner {
    margin: 0 auto;
  }
  .service-price-menu__inner--first {
    width: 100%;
  }
  .service-price-menu__inner--second {
    width: 100%;
  }
  .service-price-menu__title {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .service-price-menu__text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 35px;
  }
  .service-price-menu__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  .service-price-menu__table {
    width: 100%;
    margin-bottom: 15px;
  }
  .service-price-menu__table--first {
    width: 650px;
  }
  .service-price-menu__table--second {
    width: 980px;
  }
  .service-price-menu__thead {
    width: 100%;
  }
  .service-price-menu__thead--first th {
    width: 30%;
  }
  .service-price-menu__thead--first .is-first {
    width: 40%;
  }
  .service-price-menu__thead--second th {
    width: 18%;
  }
  .service-price-menu__thead--second .is-first {
    width: 28%;
  }
  .service-price-menu__thead th {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .service-price-menu__tbody--first td {
    width: 30%;
  }
  .service-price-menu__tbody--first .is-first {
    width: 40%;
  }
  .service-price-menu__tbody--second td {
    width: 18%;
  }
  .service-price-menu__tbody--second .is-first {
    width: 28%;
  }
  .service-price-menu__tbody td {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .service-price-menu__tbody .is-first {
    text-align: left;
  }
  .service-price-menu__captions {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .service-price-menu__caption {
    font-size: 1.4rem;
  }
  .service-price-menu__definition {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .service-price-menu__row {
    display: flex;
    align-items: flex-start;
  }
  .service-price-menu__term, .service-price-menu__desc {
    font-size: 1.2rem;
  }
}
.service-voice {
  background: #f6f6f6;
}
.service-voice__inner {
  padding: 100px 0;
}
.service-voice__title {
  margin-bottom: 35px;
}
.service-voice__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-voice__item {
  display: flex;
  gap: 30px;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
}
.service-voice__item .thumbnail {
  width: 150px;
  height: 150px;
  border-radius: 90px;
  background: url(../img/pages/service/noimg.jpg) no-repeat center/cover;
}
.service-voice__item .contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 810px;
}
.service-voice__item .title {
  font-size: 1.8rem;
}
.service-voice__item .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-voice__item .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-voice__item .question {
  background: #1f528e;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
}
.service-voice__item .answer {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .service-voice__inner {
    padding: 60px 0;
  }
  .service-voice__title {
    margin-bottom: 35px;
  }
  .service-voice__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-voice__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 10px;
    padding: 50px 15px;
    box-sizing: border-box;
  }
  .service-voice__item .thumbnail {
    width: 100px;
    height: 100px;
  }
  .service-voice__item .contents {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .service-voice__item .title {
    font-size: 1.6rem;
  }
  .service-voice__item .list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .service-voice__item .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .service-voice__item .question {
    padding: 10px;
    font-size: 1.5rem;
  }
  .service-voice__item .answer {
    font-size: 1.4rem;
  }
}
.faq-archive__inner {
  padding: 100px 0 80px;
}
.faq-archive__title {
  align-items: center;
}
.faq-archive__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.faq-archive__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #f6f6f6;
  padding: 50px 30px 60px;
}
.faq-archive__question {
  color: #1f528e;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 60px;
  position: relative;
}
.faq-archive__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #1f528e;
  border-radius: 90px;
  padding-left: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-archive__answer {
  font-size: 1.5rem;
  padding-top: 10px;
  padding-left: 60px;
  position: relative;
}
.faq-archive__answer::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #1f528e;
  border-radius: 90px;
  padding-left: 2px;
  box-sizing: border-box;
  color: #1f528e;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-message__inner {
  padding: 0 0 100px;
}
.faq-message__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .faq-archive__inner {
    padding: 120px 0 60px;
  }
  .faq-archive__title {
    align-items: center;
  }
  .faq-archive__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .faq-archive__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px 15px;
  }
  .faq-archive__question {
    font-size: 1.6rem;
    padding-top: 5px;
    padding-left: 50px;
    position: relative;
  }
  .faq-archive__question::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 90px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq-archive__answer {
    font-size: 1.4rem;
    padding-top: 5px;
    padding-left: 50px;
    position: relative;
  }
  .faq-archive__answer::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 90px;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq-message {
    position: relative;
  }
  .faq-message__inner {
    padding: 0 0 60px;
  }
  .faq-message__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.flow-step__inner {
  padding: 100px 0;
}
.flow-step__title {
  margin-bottom: 35px;
}
.flow-step__text {
  margin-bottom: 35px;
}
.flow-step__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flow-step__item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 50px 100px;
  box-sizing: border-box;
  position: relative;
}
.flow-step__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -80px;
}
.flow-step__item:first-child::before {
  width: 147px;
  aspect-ratio: 147/153;
  background: url(../img/pages/flow/01.png) no-repeat center/contain;
}
.flow-step__item:nth-child(2)::before {
  width: 148px;
  aspect-ratio: 148/116;
  background: url(../img/pages/flow/02.png) no-repeat center/contain;
}
.flow-step__item:nth-child(3)::before {
  width: 128px;
  aspect-ratio: 128/175;
  background: url(../img/pages/flow/03.png) no-repeat center/contain;
}
.flow-step__item:nth-child(4)::before {
  width: 145px;
  aspect-ratio: 145/152;
  background: url(../img/pages/flow/04.png) no-repeat center/contain;
}
.flow-step__item:nth-child(5)::before {
  width: 140px;
  aspect-ratio: 140/171;
  background: url(../img/pages/flow/05.png) no-repeat center/contain;
}
.flow-step__item:nth-child(6)::before {
  width: 143px;
  aspect-ratio: 143/171;
  background: url(../img/pages/flow/06.png) no-repeat center/contain;
}
.flow-step__item .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 195px;
}
.flow-step__item .title .en {
  color: #1f528e;
  font-size: 2.4rem;
  line-height: 1;
}
.flow-step__item .title .en span {
  font-size: 3.2rem;
  margin-left: 5px;
}
.flow-step__item .title .ja {
  font-size: 2rem;
  line-height: 1;
}
.flow-step__item .text {
  font-size: 1.5rem;
}

.flow-message__inner {
  padding: 0 0 100px;
}
.flow-message__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flow-step__inner {
    padding: 120px 0 60px;
  }
  .flow-step__title {
    margin-bottom: 20px;
  }
  .flow-step__text {
    margin-bottom: 35px;
  }
  .flow-step__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .flow-step__item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 50px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .flow-step__item::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    transform: none;
    left: auto;
    right: 0;
  }
  .flow-step__item:first-child::before {
    width: 100px;
    aspect-ratio: 147/153;
  }
  .flow-step__item:nth-child(2)::before {
    width: 100px;
    aspect-ratio: 148/116;
  }
  .flow-step__item:nth-child(3)::before {
    width: 100px;
    aspect-ratio: 128/175;
  }
  .flow-step__item:nth-child(4)::before {
    width: 100px;
    aspect-ratio: 145/152;
  }
  .flow-step__item:nth-child(5)::before {
    width: 100px;
    aspect-ratio: 140/171;
  }
  .flow-step__item:nth-child(6)::before {
    width: 100px;
    aspect-ratio: 143/171;
    background: url(../img/pages/flow/06.png) no-repeat center/contain;
  }
  .flow-step__item .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .flow-step__item .title .en {
    font-size: 2rem;
  }
  .flow-step__item .title .en span {
    font-size: 2.6rem;
    margin-left: 5px;
  }
  .flow-step__item .title .ja {
    font-size: 1.8rem;
    line-height: 1;
  }
  .flow-step__item .text {
    font-size: 1.4rem;
  }
  .flow-message {
    position: relative;
  }
  .flow-message__inner {
    padding: 0 0 60px;
  }
  .flow-message__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.news-archive__inner {
  padding: 80px 0;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #353535;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #353535;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #353535;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #353535;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #353535;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.news-single__inner {
  padding: 80px 0;
}
.news-single__title {
  margin-bottom: 20px;
}
.news-single__list {
  gap: 10px;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #1f528e;
}
@media screen and (min-width: 768px) {
  #s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #s-post .s-time-tag {
    margin-top: 50px;
  }
}
#s-post .s-time-tag time {
  color: #1f528e;
  font-weight: bold;
}
#s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #1f528e;
  line-height: 1;
  font-size: 14px;
  color: #1f528e;
}
#s-post .tag-name span {
  color: #1f528e;
}

.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  color: #1f528e;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .contact-form__inner {
    padding: 120px 0 60px;
  }
  .contact-form__title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  color: #1f528e;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 120px 0 60px;
  }
  .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: 10px;
  }
  .privacy-contents__title i {
    font-size: 1rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .privacy-contents__text {
    font-size: 1.5rem;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  color: #1f528e;
  font-size: 3.2rem;
  font-weight: 500;
  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 {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 120px 0 60px;
  }
  .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: #1f528e;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 120px 0 60px;
  }
  .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 */