header {
  width: 100%;
  height: 81px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  header {
    height: 126px;
  }
}
header .inner {
  margin: 15px 0 0 4%;
}
@media screen and (min-width: 768px) {
  header .inner {
    margin: 40px 0 0 38px;
  }
}
@media screen and (min-width: 1152px) {
  header .inner {
    margin: 40px 0 0 6%;
  }
}
header h1 {
  color: #055C9D;
  text-align: left;
  font-size: clamp(0.625rem, 0.265rem + 1.2vw, 1rem);
  margin-top: 1em;
  transition: 0.2s;
}
header .support-area {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.625rem, 0.025rem + 2vw, 1.25rem);
  line-height: 1;
  color: #055C9D;
  border: rgba(5, 92, 157, 0.5) solid 1px;
  padding: 0.5em 1em;
  top: 16px;
  right: 78px;
}
@media screen and (min-width: 768px) {
  header .support-area {
    top: 45px;
    right: 20%;
  }
}
@media screen and (min-width: 1152px) {
  header .support-area {
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  header .support-area br {
    display: none;
  }
}
header.fixed {
  width: calc(100% - 20px);
  position: fixed;
  z-index: 9999;
  background-color: white;
  top: 0px;
  left: 10px;
  border-top: #0E86D4 solid 10px;
}
@media screen and (min-width: 768px) {
  header.fixed {
    width: calc(100% - 40px);
    left: 20px;
    border-top: #0E86D4 solid 20px;
  }
}
header.fixed .inner {
  margin: 5px 0 0 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  header.fixed .inner {
    margin: 20px 0 0 38px;
  }
}
header.fixed .inner::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/top-left-radius-10.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: -5px;
  left: -4%;
}
@media screen and (min-width: 768px) {
  header.fixed .inner::before {
    background: url("../images/top-left-radius-20.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -20px;
    left: -38px;
  }
}

.header-logo {
  width: 190px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 313px;
  }
}
@media screen and (min-width: 980px) {
  .header-logo {
    width: 355px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

.mobile-nav .gnav-btn {
  background-color: #0E86D4;
  border-bottom-left-radius: 10px;
  position: fixed;
  z-index: 10000;
  top: 10px;
  right: 10px;
  width: 68px;
  height: 72px;
  padding: 15px 12px 0 12px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 106px;
    padding: 28px 26px 0 26px;
    border-bottom-left-radius: 20px;
  }
}
.mobile-nav .gnav-btn::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/top-right-radius-10.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 0px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn::before {
    background: url("../images/top-right-radius-20.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
.mobile-nav .gnav-btn::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/top-right-radius-10.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  bottom: -10px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn::after {
    background: url("../images/top-right-radius-20.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    bottom: -20px;
  }
}
.mobile-nav .gnav-btn span {
  display: block;
  width: 36px;
  height: 5px;
  border-radius: 2.5px;
  margin-bottom: 7px;
  background-color: #FFFFFF;
  transition: transform 0.4s;
}
.mobile-nav .gnav-btn span:nth-of-type(3) {
  margin-bottom: 0px;
}
.mobile-nav .gnav-btn span:nth-of-type(4) {
  position: relative;
  width: auto;
  height: auto;
  border-radius: inherit;
  margin-bottom: 0px;
  background-color: inherit;
  text-align: center;
}
.mobile-nav .gnav-btn span:nth-of-type(4)::after {
  content: "MENU";
  color: #FFFFFF;
  font-size: 12px;
}
.mobile-nav .gnav-btn .menu-trigger {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0 6px;
  transition: all 0.3s;
  position: relative;
}
.mobile-nav .gnav-btn .menu-trigger.active {
  background-color: rgba(31, 31, 31, 0);
}
.mobile-nav .gnav-btn .menu-trigger.active span:nth-of-type(1) {
  transform: translateX(0px) translateY(12px) rotate(-225deg);
  background-color: #FFFFFF;
}
.mobile-nav .gnav-btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #FFFFFF;
  margin-left: 0;
}
.mobile-nav .gnav-btn .menu-trigger.active span:nth-of-type(3) {
  transform: translateX(0px) translateY(-12px) rotate(225deg);
  background-color: #FFFFFF;
  margin-left: 0;
}
.mobile-nav .gnav-btn .menu-trigger.active span:nth-of-type(4)::after {
  content: "CLOSE";
}
.mobile-nav .gnav-btn .menu-trigger:hover {
  text-decoration: none;
}

.pushy {
  display: none;
}

.telphone-banner {
  position: fixed;
  z-index: 9998;
  top: 96px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .telphone-banner {
    display: none;
  }
}
.telphone-banner a {
  display: block;
  color: #FFFFFF;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #055C9D url("../images/icon-mobile.svg") no-repeat center center;
}

.contact-banner {
  position: fixed;
  z-index: 9998;
  top: 155px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .contact-banner {
    top: 150px;
    right: 40px;
  }
}
.contact-banner a {
  display: block;
  color: #FFFFFF;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #0ECCA8 url("../images/icon-mail.svg") no-repeat center center;
}
@media screen and (min-width: 768px) {
  .contact-banner a {
    display: inline-block;
    overflow: inherit;
    text-indent: 0;
    width: 56px;
    height: auto;
    text-align: left;
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    line-height: 56px;
    padding: 53px 0 34px 0;
    background: #0ECCA8 url("../images/icon-mail.svg") no-repeat 15px 26px;
  }
}
.contact-banner a:hover {
  text-decoration: none;
  opacity: 0.75;
}

footer {
  position: relative;
  z-index: 9998;
  background-color: #0E86D4;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 90px;
  }
}
@media screen and (min-width: 980px) {
  footer {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1152px) {
  footer {
    margin-top: 110px;
  }
}
footer .inner {
  width: 77%;
  margin: 0 auto;
  padding: 95px 0;
}
@media screen and (min-width: 1152px) {
  footer .inner {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
  }
}
footer::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/bottom-left-radius-10.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: -10px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  footer::before {
    background: url("../images/bottom-left-radius-20.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -20px;
  }
}
footer::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/bottom-right-radius-10.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: -10px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  footer::after {
    background: url("../images/bottom-right-radius-20.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -20px;
  }
}

.page-top {
  position: absolute;
  bottom: 220px;
  right: -100px;
}
@media screen and (min-width: 768px) {
  .page-top {
    bottom: inherit;
    top: 45px;
    right: -100px;
  }
}
.page-top a {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: #FFFFFF;
  color: #055C9D;
  transform: rotate(90deg);
  transform-origin: left bottom;
  border-radius: 22.5px;
  padding: 0 20px 0 70px;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.page-top a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.page-top a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #055C9D;
  width: 46px;
  height: 1px;
  top: 22.5px;
  left: calc(70px - 4em);
}

@media screen and (min-width: 1152px) {
  .foot-address {
    width: 45%;
  }
}
.foot-address .foot-logo {
  text-align: left;
}
.foot-address .foot-logo a img {
  transition: 0.2s;
}
.foot-address .foot-logo a img:hover {
  opacity: 0.75;
}
.foot-address p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  text-align: left;
  margin: 1em 0 0 0;
  color: #FFFFFF;
}
.foot-address p a {
  color: #FFFFFF;
}

.foot-vox {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 1152px) {
  .foot-vox {
    margin-top: 0;
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .foot-vox__flex {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .foot-vox ul {
    margin-right: 38px;
  }
}
.foot-vox li.en {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.foot-vox li a {
  display: inline-block;
  background: url("../images/link-arrow.png") no-repeat center left;
  color: #FFFFFF;
  padding: 10.5px 0 10.5px 20px;
  white-space: nowrap;
}

.foot-end {
  background-color: #0E86D4;
  padding: 2em 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.69rem + 0.2vw, 0.813rem);
}

html {
  background: #FFFFFF;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  color: #1F1F1F;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

:root {
  font-size: 16px;
}

article.fixed {
  margin-top: 81px;
}
@media screen and (min-width: 768px) {
  article.fixed {
    margin-top: 126px;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  background: #0E86D4;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding: 20px 20px 20px 20px;
  }
}

.global-container {
  position: relative;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .global-container {
    border-top-left-radius: 20px;
  }
}

.page-title {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 1152px) {
  .page-title {
    padding: 125px 0 60px 0;
  }
}
.page-title::before {
  display: block;
  content: "";
  position: absolute;
  background: #68BBE3;
  width: 85%;
  height: 2px;
  bottom: 15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-title::before {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .page-title::before {
    width: 95%;
  }
}
@media screen and (min-width: 1152px) {
  .page-title::before {
    width: 100%;
  }
}
.page-title .en-title {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1.625rem, 0.185rem + 4.8vw, 3.125rem);
  color: #68BBE3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.page-title h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.097rem + 2.8vw, 1.813rem);
  line-height: 1.4;
  margin-bottom: 0.1em;
  letter-spacing: 0.04em;
}

.breadcrumbs {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 33px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 56px 0 33px 0;
  }
}
.breadcrumbs li {
  display: inline;
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  line-height: 1.4;
}
.breadcrumbs li a {
  display: inline-block;
  width: auto;
  color: rgba(31, 31, 31, 0.5);
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  padding: 0 22px 0 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li a {
    padding: 0 42px 0 0;
  }
}
.breadcrumbs li a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
.breadcrumbs li a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(31, 31, 31, 0.5);
  width: 10px;
  height: 1px;
  top: 0.5em;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li a::before {
    width: 20px;
    right: 10px;
  }
}

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

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

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

a {
  color: #055C9D;
  transition: 0.2s;
}
a:hover {
  text-decoration: underline;
}
a.cp_link {
  padding-bottom: 0.3em;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}
a.cp_link::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #1F1F1F;
  transition: 0.2s;
}
a.cp_link:hover {
  text-decoration: none;
}
a.cp_link:hover::after {
  width: 100%;
}

.link-button {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 5px 0;
}
@media screen and (min-width: 768px) {
  .link-button {
    margin: 40px 0 10px 0;
  }
}
@media screen and (min-width: 1152px) {
  .link-button {
    margin: 50px 0 15px 0;
  }
}
@media screen and (min-width: 1280px) {
  .link-button {
    margin: 60px 0 20px 0;
  }
}
.link-button li {
  width: 90%;
  max-width: 430px;
  margin: 0.5em 1em;
}
.link-button a {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: #A5A5A5 solid 1px;
  border-radius: 30px;
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .link-button a {
    font-size: 1.6rem;
  }
}
.link-button a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #a5a5a5;
  height: 1px;
  width: 10px;
  top: 1.5em;
  right: 0;
  transition: 0.2s;
}
.link-button a:hover {
  color: rgba(165, 165, 165, 0.5);
  text-decoration: none;
}
.link-button a:hover::before {
  width: 20px;
}
.link-button a.reverse::before {
  right: inherit;
  left: 0;
}
.link-button button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: #A5A5A5 solid 1px;
  border-radius: 30px;
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .link-button button {
    font-size: 1.6rem;
  }
}
.link-button button::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #a5a5a5;
  height: 1px;
  width: 10px;
  top: 1.5em;
  right: 0;
  transition: 0.2s;
}
.link-button button:hover {
  color: rgba(165, 165, 165, 0.5);
  text-decoration: none;
}
.link-button button:hover::before {
  width: 20px;
}
.link-button button.reverse::before {
  right: inherit;
  left: 0;
}
.link-button input[type=submit],
.link-button input[type=button] {
  background-color: #055C9D;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: #A5A5A5 solid 1px;
  border-radius: 30px;
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .link-button input[type=submit],
  .link-button input[type=button] {
    font-size: 1.6rem;
  }
}
.link-button input[type=submit]::before,
.link-button input[type=button]::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #a5a5a5;
  height: 1px;
  width: 10px;
  top: 1.5em;
  right: 0;
  transition: 0.2s;
}
.link-button input[type=submit]:hover,
.link-button input[type=button]:hover {
  color: rgba(165, 165, 165, 0.5);
  text-decoration: none;
}
.link-button input[type=submit]:hover::before,
.link-button input[type=button]:hover::before {
  width: 20px;
}
.link-button input[type=submit].reverse::before,
.link-button input[type=button].reverse::before {
  right: inherit;
  left: 0;
}

.special-banner {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .special-banner {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .special-banner {
    margin-top: 90px;
  }
}
.special-banner p {
  text-align: left;
  line-height: 2;
}
.special-banner .link-button {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 5px 0;
}
@media screen and (min-width: 768px) {
  .special-banner .link-button {
    margin: 20px 0 10px 0;
  }
}
@media screen and (min-width: 1152px) {
  .special-banner .link-button {
    margin: 20px 0 15px 0;
  }
}
@media screen and (min-width: 1280px) {
  .special-banner .link-button {
    margin: 20px 0 20px 0;
  }
}
.special-banner .link-button li {
  width: 90%;
  max-width: 430px;
  margin: 0.5em 1em;
}
.special-banner .link-button a {
  width: 100%;
  display: block;
  background-color: #055C9D;
  border: #FFFFFF solid 1px;
  border-radius: 30px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .special-banner .link-button a {
    font-size: 1.6rem;
  }
}
.special-banner .link-button a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: white;
  height: 1px;
  width: 10px;
  top: 1.5em;
  right: 0;
  transition: 0.2s;
}
.special-banner .link-button a:hover {
  background-color: #055C9D;
  text-decoration: none;
}
.special-banner .link-button a:hover::before {
  width: 20px;
}
.special-banner .link-button a.reverse::before {
  right: inherit;
  left: 0;
}

.link-button-shorten {
  width: 116px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .link-button-shorten {
    width: 167px;
  }
}
.link-button-shorten a {
  display: block;
  background-color: #FFFFFF;
  border: #A5A5A5 solid 1px;
  border-radius: 30px;
  color: #A5A5A5;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
  padding: 0.7em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .link-button-shorten a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .link-button-shorten a {
    padding: 1em 0;
  }
}
.link-button-shorten a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #A5A5A5;
  height: 1px;
  width: 10px;
  top: 1.2em;
  right: 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .link-button-shorten a::before {
    top: 1.5em;
  }
}
.link-button-shorten a:hover {
  color: rgba(165, 165, 165, 0.5);
  text-decoration: none;
}
.link-button-shorten a:hover::before {
  width: 20px;
}

.nav-button {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 5px 0;
}
@media screen and (min-width: 768px) {
  .nav-button {
    margin: 40px 0 10px 0;
  }
}
@media screen and (min-width: 1152px) {
  .nav-button {
    margin: 50px 0 15px 0;
  }
}
@media screen and (min-width: 1280px) {
  .nav-button {
    margin: 60px 0 20px 0;
  }
}
.nav-button li {
  width: 90%;
  max-width: 155px;
  margin: 0.5em 0;
}
.nav-button a {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: #A5A5A5 solid 1px;
  border-radius: 30px;
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .nav-button a {
    font-size: 1.6rem;
  }
}
.nav-button a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #a5a5a5;
  height: 1px;
  width: 10px;
  top: 1.5em;
  right: 0;
  transition: 0.2s;
}
.nav-button a:hover {
  color: rgba(165, 165, 165, 0.5);
  text-decoration: none;
}
.nav-button a:hover::before {
  width: 20px;
}
.nav-button a.reverse::before {
  right: inherit;
  left: 0;
}

.pagination {
  margin: 60px 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
}
.pagination a {
  color: #1F1F1F;
}
.pagination ul {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 5px;
}

.page-numbers {
  border: #1F1F1F 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #1F1F1F;
}

.page-numbers:hover {
  background-color: #DCDCDC;
}

.page-numbers.current {
  background-color: #DCDCDC;
  color: #1F1F1F;
}

.pagination-total {
  text-align: center;
  margin: 0 0 60px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #1F1F1F;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
}

#first-view {
  width: 100%;
  min-width: 100vw;
  min-height: 564px;
  position: relative;
}
@media screen and (min-width: 480px) {
  #first-view {
    min-height: 641px;
  }
}
@media screen and (min-width: 768px) {
  #first-view {
    min-height: 654px;
  }
}
#first-view .main-catch {
  position: absolute;
  z-index: 9998;
  top: 40px;
  left: 9%;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 1152px) {
  #first-view .main-catch {
    top: 50px;
    left: 18%;
  }
}
#first-view .main-catch div {
  text-align: left;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.625rem, 1.085rem + 1.8vw, 2.188rem);
  line-height: 1;
  letter-spacing: 1px;
  color: #FFFFFF;
  width: auto;
  display: inline-block;
  background: #055c9d;
  padding: 0.5em 0.3em;
}
#first-view .main-catch div:nth-child(1) {
  margin: 0 0 0 5px;
}
#first-view .main-catch div:nth-child(2) {
  margin: 1em 0 0 5px;
}
#first-view .main-catch div:nth-child(3) {
  margin: 2em 0 0 5px;
}
#first-view .town {
  width: 90%;
  position: absolute;
  top: 40px;
  left: 5%;
}
@media screen and (min-width: 768px) {
  #first-view .town {
    width: 85%;
    top: 35px;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .town {
    width: 65%;
    max-width: 832px;
  }
}
#first-view .town img {
  width: 100%;
  height: auto;
}
#first-view .owner-img {
  position: absolute;
  top: 350px;
  left: 13%;
  width: 78.9vw;
}
@media screen and (min-width: 768px) {
  #first-view .owner-img {
    width: 60.2vw;
    top: 277px;
    left: 29%;
  }
}
@media screen and (min-width: 980px) {
  #first-view .owner-img {
    min-width: 607.5px;
    top: 196px;
    left: 33.5%;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .owner-img {
    max-width: 607.5px;
    top: 116px;
    left: 38%;
  }
}
#first-view .owner-img img {
  width: 100%;
  height: auto;
}
#first-view .scroll {
  position: absolute;
  bottom: calc(5.5em + 46px);
  left: calc(5% - 10px);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #055C9D;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
@media screen and (min-width: 768px) {
  #first-view .scroll {
    bottom: calc(5em + 90px);
    left: calc(10% - 20px - 1em);
  }
}
@media screen and (min-width: 1152px) {
  #first-view .scroll {
    left: 6%;
  }
}
#first-view .scroll span {
  display: inline-block;
  position: relative;
}
#first-view .scroll span::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #055C9D;
  width: 46px;
  height: 1px;
  top: 0.5em;
  right: -5em;
}
@media screen and (min-width: 768px) {
  #first-view .scroll span::before {
    width: 90px;
    right: -7.5em;
  }
}
@media screen and (min-width: 980px) {
  #first-view .scroll span::before {
    width: 90px;
    right: -7em;
  }
}

#schedule-section {
  padding: 75px 0 0 0;
}
@media screen and (min-width: 980px) {
  #schedule-section {
    padding: 40px 0 0 0;
  }
}

.schedule-list {
  width: 92%;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .schedule-list {
    margin: 60px auto 0 auto;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: space-between;
  }
  .schedule-list::after {
    content: "";
    display: block;
    width: calc((100% - 50px) / 3);
    height: 0;
  }
}
@media screen and (min-width: 1152px) {
  .schedule-list {
    margin: 30px auto 0 auto;
  }
}
.schedule-list li {
  margin: 0 0 40px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .schedule-list li {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1152px) {
  .schedule-list li:nth-child(2) {
    margin: 2em 0 40px 0;
  }
}
@media screen and (min-width: 1152px) {
  .schedule-list li:nth-child(3) {
    margin: 4em 0 40px 0;
  }
}
.schedule-list li a {
  display: block;
  background-color: #D6F1FF;
  border-radius: 10px;
  padding: 1em 1em 1.5em 1em;
  position: relative;
}
@media screen and (min-width: 1152px) {
  .schedule-list li a {
    padding: 1.5em 1.5em 2.5em 1.5em;
  }
}
.schedule-list li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.schedule-list li .date {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 0.875rem;
}
.schedule-list li .schedule-title {
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.813rem;
}
.schedule-list li .schedule-sumally {
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.75rem;
  margin-bottom: 0.5em;
}
.schedule-list li .more-icon {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #0ECCA8;
  color: #FFFFFF;
  padding: 0.7em 3em 0.7em 1.5em;
  border-radius: 25px;
  position: absolute;
  bottom: -1em;
  right: 1em;
}
.schedule-list li .more-icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.5em - 10px);
  right: 1em;
}

#about-section {
  padding: 75px 0 0 0;
}
@media screen and (min-width: 768px) {
  #about-section {
    padding: 95px 0 0 0;
  }
}

#voice-section {
  padding: 75px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #voice-section {
    padding: 95px 0 0 0;
  }
}
#voice-section .bg-msk {
  position: absolute;
  top: 55px;
  width: calc(100vw - 20px);
  height: 555px;
  -webkit-mask-image: url("../images/msk.png");
          mask-image: url("../images/msk.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: auto 100vw;
          mask-size: auto 100vw;
}
@media screen and (min-width: 768px) {
  #voice-section .bg-msk {
    top: 75px;
    width: calc(100vw - 40px);
  }
}
#voice-section .bg-line {
  position: absolute;
  background: url("../images/bg-line.png") repeat-x top;
  background-clip: content-box;
  width: 200%;
  height: 555px;
  top: 55px;
  left: 50%;
  transform: translateX(-50%) rotate(3deg);
  transform-origin: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #voice-section .bg-line {
    top: 75px;
  }
}

.voice-list {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .voice-list {
    margin-top: 58px;
  }
}
@media screen and (min-width: 1152px) {
  .voice-list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
}
.voice-list .voice-img {
  width: 93%;
}
.voice-list .voice-img::after {
  display: block;
  content: "";
  padding-top: 68.5%;
}
.voice-list .voice-img.client-img2 {
  background: url("../images/client-img2.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0 20px 20px 20px;
  margin: 0 0 0 auto;
}
.voice-list .voice-txt {
  width: 93%;
  position: relative;
}
.voice-list .voice-txt__vox {
  background: #055C9D;
  color: #FFFFFF;
  text-align: left;
  padding: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-list .voice-txt__vox {
    padding: 1em 2em;
    display: flex;
    justify-content: flex-start;
  }
}
.voice-list .voice-txt__number {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 0.595rem + 2.6vw, 2.188rem);
  line-height: 1.6;
  border-bottom: #FFFFFF solid 1px;
  padding: 0 0 0.2em 0;
}
@media screen and (min-width: 768px) {
  .voice-list .voice-txt__number {
    border-bottom: none;
    border-right: #FFFFFF solid 1px;
    padding: 0 1em 0 0;
    line-height: 1.2;
  }
}
.voice-list .voice-txt__data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.695rem + 0.6vw, 1.063rem);
  line-height: 1.6;
  padding: 0.5em 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice-list .voice-txt__data {
    padding: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1152px) {
  .voice-list li {
    width: 71.5%;
  }
}
.voice-list li .more-icon {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #0ECCA8;
  color: #FFFFFF;
  padding: 0.7em 3em 0.7em 1.5em;
  border-radius: 25px;
  position: absolute;
}
.voice-list li .more-icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.5em - 10px);
  right: 1em;
}
.voice-list li:nth-child(1) .more-icon {
  top: -3em;
  right: 0;
}
.voice-list li:nth-child(1) .voice-txt {
  margin: -20px auto 0 0;
}
@media screen and (min-width: 768px) {
  .voice-list li:nth-child(1) .voice-txt__vox {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1152px) {
  .voice-list li:nth-child(1) .voice-txt__vox {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1152px) {
  .voice-list li:nth-child(1) {
    margin-top: 4em;
  }
}
.voice-list li a {
  display: block;
}
.voice-list li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

#service-section {
  padding: 75px 0 0 0;
}
@media screen and (min-width: 768px) {
  #service-section {
    padding: 95px 0 0 0;
  }
}

#about-section a, #service-section a {
  color: #055C9D;
  background-color: #FFFFFF;
  display: block;
  border: #055C9D solid 1px;
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px #D6F1FF;
  width: calc(95% - 10px);
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}
@media screen and (min-width: 768px) {
  #about-section a, #service-section a {
    box-shadow: 10px 10px 0px 0px #D6F1FF;
    width: calc(95% - 20px);
  }
}
@media screen and (min-width: 980px) {
  #about-section a, #service-section a {
    width: 960px;
  }
}
#about-section a:hover, #service-section a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#about-section .banner-vox, #service-section .banner-vox {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #about-section .banner-vox, #service-section .banner-vox {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
#about-section .banner-vox__txt, #service-section .banner-vox__txt {
  padding: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  #about-section .banner-vox__txt, #service-section .banner-vox__txt {
    padding: 2em 0 1em 0;
  }
}
#about-section .banner-vox__img, #service-section .banner-vox__img {
  margin: -1em 0 0 0;
}
@media screen and (min-width: 768px) {
  #about-section .banner-vox__img, #service-section .banner-vox__img {
    margin: -2.5em 0 0 20px;
    max-width: 310px;
  }
}
@media screen and (min-width: 1152px) {
  #about-section .banner-vox__img, #service-section .banner-vox__img {
    margin: -1.5em 0 0 0;
    max-width: inherit;
  }
}
#about-section .banner-vox .en-title, #service-section .banner-vox .en-title {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.563rem);
  color: #68BBE3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#about-section .banner-vox h3.title, #service-section .banner-vox h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, -1.896rem + 7.075vw, 2.438rem);
  line-height: 1.4;
  margin-bottom: 0.1em;
  letter-spacing: 0.04em;
}
#about-section .banner-vox p, #service-section .banner-vox p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  margin-bottom: 1em;
}
#about-section .banner-vox .more-icon, #service-section .banner-vox .more-icon {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  background: #0ECCA8;
  color: #FFFFFF;
  padding: 1em 3.5em 1em 2em;
  border-radius: 30px;
  position: relative;
}
#about-section .banner-vox .more-icon::before, #service-section .banner-vox .more-icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.5em - 8px);
  right: 1em;
}

@media screen and (min-width: 768px) {
  #about-section .banner-vox {
    flex-direction: row-reverse;
  }
}

.title-vox {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .title-vox {
    padding: 0 3em;
  }
}
@media screen and (min-width: 1152px) {
  .title-vox {
    padding: 0 3.5em;
  }
}
.title-vox .en-title {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1.625rem, 0.185rem + 4.8vw, 3.125rem);
  color: #68BBE3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.title-vox h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.097rem + 2.8vw, 1.813rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.title-vox h3.title small {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
}
.title-vox::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/title-left.svg") no-repeat top left;
  background-size: contain;
}
.title-vox::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/title-right.svg") no-repeat top right;
  background-size: contain;
}

.about-contents .inner {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.about-contents .vox {
  margin: 25px 0 0 0;
}
.about-contents .vox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.765rem + 1.2vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 10px 0;
}
.about-contents .vox h4 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7rem + 1vw, 1.313rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  margin: 10px 0 20px 0;
}
.about-contents .vox h4::before {
  display: block;
  content: "";
  position: absolute;
  background: #1F1F1F;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
}
.about-contents .vox p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
}
.about-contents .vox hr {
  background: url("../images/hr-dot.png") repeat-x center center;
  border: none;
  width: 100%;
  height: 120px;
}
.about-contents .vox .jp-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.313rem, 1.012rem + 1vw, 1.625rem);
  color: #68BBE3;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.about-contents .vox.intro {
  background-color: rgba(214, 241, 255, 0.3);
  border: #68BBE3 solid 1px;
  border-radius: 20px;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  .about-contents .vox.intro {
    padding: 3em;
  }
}
@media screen and (min-width: 1152px) {
  .about-contents .vox.intro {
    padding: 5em;
  }
}
.about-contents .vox.intro h3 {
  color: #055C9D;
}
.about-contents .vox.intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.635rem + 0.8vw, 1.125rem);
  color: #055C9D;
}
@media screen and (min-width: 768px) {
  .about-contents .vox.intro .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.about-contents .vox.intro .intro__txt {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .about-contents .vox.intro .intro__txt {
    width: calc(100% - 180px);
    margin: 0;
  }
}
@media screen and (min-width: 1152px) {
  .about-contents .vox.intro .intro__txt {
    width: calc(100% - 250px);
  }
}
.about-contents .vox.intro .intro__img {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .about-contents .vox.intro .intro__img {
    width: 150px;
  }
}
@media screen and (min-width: 1152px) {
  .about-contents .vox.intro .intro__img {
    width: 200px;
  }
}
.about-contents .vox.intro .intro__img img {
  width: 100%;
  height: auto;
}
.about-contents .vox.intro .intro__img .owner-name {
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.about-contents .vox.intro .intro__img .owner-name small {
  font-weight: 400;
  font-size: clamp(0.625rem, 0.265rem + 1.2vw, 1rem);
  line-height: 1.2;
}
.about-contents .vox.intro .intro__img .owner-name strong {
  font-weight: 700;
  font-size: clamp(0.813rem, 0.453rem + 1.2vw, 1.188rem);
  line-height: 2;
}
.about-contents .vox .details ol li {
  margin: 0 0 1em 0;
}
.about-contents .vox .details p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  color: #1F1F1F;
}
.about-contents .vox .details p strong {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 2em;
}
.about-contents .vox .style {
  margin-bottom: 45px;
  text-align: center;
}
.about-contents .vox .style .jp-title {
  text-align: left;
}
.about-contents .vox .style p {
  text-align: left;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  color: #1F1F1F;
}
.about-contents .vox .style p strong {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 2em;
}
.about-contents .vox .style .style-img {
  display: inline-block;
  margin: 0 auto;
}
.about-contents .vox .style .style-img img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-contents .vox .style .style-img img.pc {
    display: block;
  }
}
.about-contents .vox .style .style-img img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .about-contents .vox .style .style-img img.sp {
    display: none;
  }
}
.about-contents .vox .history {
  margin-bottom: 45px;
}
.about-contents .vox .history p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  color: #1F1F1F;
}
.about-contents .vox .favorite .favorite-txt {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .about-contents .vox .favorite .favorite-txt {
    width: calc(100% - 180px);
    margin: 0;
  }
}
.about-contents .vox .favorite .favorite-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-contents .vox .favorite .favorite-img {
    width: 150px;
  }
}
.about-contents .vox .favorite ol li {
  margin: 0 0 2em 0;
}
.about-contents .vox .favorite h4 em {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #68BBE3;
  letter-spacing: 0;
  margin-right: 0.5em;
}
.about-contents .vox .favorite p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  color: #1F1F1F;
}
.about-contents .error-vox {
  text-align: center;
}
.about-contents .error-vox .inner2 {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.about-contents .error-vox p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  margin-bottom: 1em;
}
.about-contents .error-vox ul {
  list-style-type: disc;
  margin: 0 0 1em 1.5em;
}
.about-contents .error-vox ul li {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  font-weight: bold;
}
.about-contents .error-vox .pager-box {
  width: 75%;
  text-align: center;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .about-contents .error-vox .pager-box {
    width: 300px;
  }
}
.about-contents .error-vox .pager-box a.button {
  display: inline-block;
  background-color: #0ECCA8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: bold;
  padding: 1em 1.5em;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
}
.about-contents .error-vox .pager-box a.button::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.8em - 10px);
  right: 1em;
  transform-origin: center;
}
.about-contents .error-vox .pager-box a.button:hover {
  text-decoration: none;
  opacity: 0.75;
}

.voice-contents .page-title {
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .voice-contents .page-title::before {
    width: 45%;
  }
}
.voice-contents .breadcrumbs {
  width: 100%;
}
.voice-contents .inner {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.voice-contents .voice-txt {
  width: 93%;
  position: relative;
  margin: -20px 0 0 -5.7%;
}
@media screen and (min-width: 768px) {
  .voice-contents .voice-txt {
    margin: -40px 0 0 -5.7%;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents .voice-txt {
    width: 58%;
    margin: -40px 0 0 0;
  }
}
.voice-contents .voice-txt__vox {
  background: #055C9D;
  color: #FFFFFF;
  text-align: left;
  padding: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-contents .voice-txt__vox {
    padding: 1em 2em;
    display: flex;
    justify-content: flex-start;
  }
}
.voice-contents .voice-txt__number {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 0.595rem + 2.6vw, 2.188rem);
  line-height: 1.6;
  border-bottom: #FFFFFF solid 1px;
  padding: 0 0 0.2em 0;
}
@media screen and (min-width: 768px) {
  .voice-contents .voice-txt__number {
    border-bottom: none;
    border-right: #FFFFFF solid 1px;
    padding: 0 1em 0 0;
    line-height: 1.2;
  }
}
.voice-contents .voice-txt__data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.695rem + 0.6vw, 1.063rem);
  line-height: 1.6;
  padding: 0.5em 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice-contents .voice-txt__data {
    padding: 0 0 0 1.5em;
  }
}
.voice-contents .voice-img {
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .voice-contents .voice-img {
    width: 62%;
  }
}
.voice-contents .voice-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1152px) {
  .voice-contents .voice-img.client-img1 {
    margin: -300px 0 0 auto;
  }
}
.voice-contents__vox {
  text-align: left;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice-contents__vox {
    padding: 70px 0 0 0;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents__vox {
    padding: 80px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .voice-contents__vox:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents__txt {
    width: 54%;
  }
}
.voice-contents__img {
  margin-top: 30px;
}
@media screen and (min-width: 1152px) {
  .voice-contents__img {
    margin-top: 0;
    width: 38.8%;
  }
}
.voice-contents__img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.voice-contents .question {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.voice-contents .question .question-number {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(2.563rem, 2.263rem + 1vw, 2.875rem);
  text-transform: uppercase;
  color: #68BBE3;
  letter-spacing: 0.08em;
  width: 2em;
}
.voice-contents .question .question-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.005rem + 0.4vw, 1.25rem);
  line-height: 1.6;
  color: #055C9D;
  letter-spacing: 0.04em;
  width: calc(100% - 2em);
  position: relative;
}
.voice-contents .question .question-title::before {
  display: block;
  content: "";
  position: absolute;
  background: #68BBE3;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
}
.voice-contents .response {
  margin: 60px 0 30px 0;
}
.voice-contents .response .response-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.005rem + 0.4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: calc(100% - 2em);
  position: relative;
}
.voice-contents .response .response-title::before {
  display: block;
  content: "";
  position: absolute;
  background: #A5A5A5;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
}
.voice-contents .question-txt p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #055C9D;
}
.voice-contents .response-txt p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
.voice-contents hr {
  width: 90%;
  height: auto;
  margin: 45px auto;
  background: url("../images/nakano-img4.png") no-repeat center center;
  background-size: cover;
  border: none;
  position: relative;
}
.voice-contents hr::before {
  display: block;
  content: "";
  padding-top: 31.16%;
}
@media screen and (min-width: 768px) {
  .voice-contents hr {
    margin: 75px auto;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents hr {
    margin: 40px auto 75px auto;
  }
}

@media screen and (min-width: 1152px) {
  #voice2.voice-contents__vox {
    flex-direction: row-reverse;
  }
  #voice2.voice-contents__vox:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (min-width: 1152px) {
  #voice2.voice-contents .voice-txt {
    margin: -40px 0 0 auto;
  }
}

.client-profile {
  text-align: left;
  padding: 1em;
  border: #CCCCCC solid 1px;
  background-color: rgba(220, 220, 220, 0.5);
  border-radius: 10px;
  margin: 35px 0 0 0;
}
@media screen and (min-width: 1152px) {
  .client-profile {
    display: inline-block;
    padding: 2em;
  }
}
.client-profile p {
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  line-height: 1.6;
}

.service-contents .inner {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.service-contents .vox {
  margin: 25px 0 0 0;
}
.service-contents .vox:nth-child(even) {
  margin: 95px 0 0 0;
}
.service-contents .vox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.765rem + 1.2vw, 1.5rem);
  line-height: 1.1;
  background-color: #003060;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  padding: 0.5em 1em;
  border-radius: 30px;
}
.service-contents .vox h4 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7rem + 1vw, 1.313rem);
  line-height: 1.6;
  background-color: rgba(104, 187, 227, 0.2);
  color: #003060;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0.3em 1em;
  margin: 35px 0 20px 0;
}
.service-contents .vox h4::before {
  display: block;
  content: "";
  position: absolute;
  background: #055C9D;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
}
.service-contents .vox h4::after {
  display: block;
  content: "";
  position: absolute;
  background: #055C9D;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0px;
}
.service-contents .vox h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
  line-height: 1.6;
  color: #055C9D;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 0 0 14px;
}
.service-contents .vox h5::before {
  display: block;
  content: "";
  position: absolute;
  background: #68BBE3;
  width: 7px;
  height: 7px;
  left: 0;
  top: calc(0.5em + 3.5px);
}
.service-contents .vox h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #CC2222;
}
.service-contents .vox p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
}
.service-contents .vox p strong {
  font-weight: bold;
  border-bottom: rgba(31, 31, 31, 0.5) dotted 1px;
}
.service-contents ul li {
  border-bottom: #CCCCCC solid 1px;
  margin: 0 0 1em 0;
}

.schedule-contents .inner {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.schedule-contents__list li {
  margin: 0 0 55px 0;
}
.schedule-contents__list li a {
  display: block;
  position: relative;
  padding: 0 2em 0 1em;
}
@media screen and (min-width: 980px) {
  .schedule-contents__list li a {
    padding: 0 3em 0 1.5em;
  }
}
.schedule-contents__list li a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #CCCCCC;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
}
.schedule-contents__list li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.schedule-contents__list li a .date {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  line-height: 1;
  color: #1F1F1F;
  margin: 20px 0 10px 0;
}
.schedule-contents__list li a .schedule-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1F1F1F;
}
.schedule-contents__list li a .schedule-sumally {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}
.schedule-contents__list li a .more-icon {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #0ECCA8;
  color: #FFFFFF;
  padding: 0.7em 3em 0.7em 1.5em;
  margin-bottom: 15px;
  border-radius: 25px;
  position: relative;
}
.schedule-contents__list li a .more-icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.5em - 10px);
  right: 1em;
}
.schedule-contents__vox {
  margin: 25px 0 50px 0;
}
.schedule-contents__vox .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.765rem + 1.2vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #003060;
  position: relative;
}
.schedule-contents__vox .title::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #CCCCCC;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
}
.schedule-contents__vox .date {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
  line-height: 1;
  color: #003060;
  margin: 20px 0 0 0;
}
.schedule-contents__body {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
}
.schedule-contents__body p {
  margin: 0 0 1em 0;
}
.schedule-contents__body img {
  margin: 0 0 20px 0;
}
.schedule-contents__body strong {
  font-weight: bold;
}
.schedule-contents__body ul {
  list-style-type: disc;
  margin: 0 0 1em 0;
}
.schedule-contents__body ul li {
  margin: 0 0 0 1.5em;
}
.schedule-contents__body ol {
  list-style-type: decimal;
  margin: 0 0 1em 0;
}
.schedule-contents__body ol li {
  margin: 0 0 0 1.5em;
}
.schedule-contents .pager-box {
  width: 75%;
  text-align: center;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .schedule-contents .pager-box {
    width: 300px;
  }
}
.schedule-contents .pager-box a.button {
  display: inline-block;
  background-color: #0ECCA8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: bold;
  padding: 1em 1.5em;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
}
.schedule-contents .pager-box a.button::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.8em - 10px);
  left: 1em;
  transform: rotate(180deg);
  transform-origin: center;
}
.schedule-contents .pager-box a.button:hover {
  text-decoration: none;
  opacity: 0.75;
}

.contact-contents .inner {
  width: 90%;
  max-width: 960px;
  background-color: rgba(214, 241, 255, 0.3);
  border: #68BBE3 solid 1px;
  border-radius: 20px;
  padding: 1.5em;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-contents .inner {
    padding: 3em;
  }
}
@media screen and (min-width: 1152px) {
  .contact-contents .inner {
    padding: 5em;
  }
}
.contact-contents .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.945rem + 0.6vw, 1.313rem);
  margin: 0 0 1em 0;
}
.contact-contents .inner p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  text-align: left;
  margin-bottom: 1em;
}
.contact-contents .inner p.small {
  font-size: clamp(0.75rem, 0.63rem + 0.4vw, 0.875rem);
}
.contact-contents .inner p.center {
  text-align: center;
}
.contact-contents .inner p.red {
  color: #CC2222;
}
.contact-contents .inner p.error_messe {
  color: #CC2222;
}
.contact-contents .inner .font-red {
  color: #CC2222;
}
.contact-contents .inner .required {
  background-color: #CC2222;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  padding: 0.3em 1em;
  margin: 0 0.5em;
  border-radius: 5px;
}
.contact-contents .inner .form-vox {
  margin: 20px 0 0 0;
  text-align: left;
}
.contact-contents .inner .form-vox .radio-vox div {
  margin: 0 0 10px 0;
}
.contact-contents .inner .form-vox dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 0 0.5em 0;
}
.contact-contents .inner .form-vox dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 15px 0;
}
.contact-contents .inner .form-vox dl dd strong {
  font-weight: 700;
}
.contact-contents .inner hr {
  width: 90%;
  height: auto;
  margin: 45px auto;
  background: url("../images/nakano-img4.png") no-repeat center center;
  background-size: cover;
  border: none;
  position: relative;
}
.contact-contents .inner hr::before {
  display: block;
  content: "";
  padding-top: 31.16%;
}
@media screen and (min-width: 768px) {
  .contact-contents .inner hr {
    margin: 75px auto;
  }
}
@media screen and (min-width: 1152px) {
  .contact-contents .inner hr {
    margin: 40px auto 75px auto;
  }
}
.contact-contents .inner .form-sub-title {
  display: inline-block;
  font-size: clamp(1.313rem, 0.892rem + 1.4vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  color: #055C9D;
  margin: 0 auto 30px auto;
  padding: 0 0 0 20px;
  position: relative;
}
.contact-contents .inner .form-sub-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #055C9D;
  top: 0.3em;
  left: 0;
}
.contact-contents .inner ol {
  list-style-type: decimal;
  margin: 0 0 20px 1.5em;
}
.contact-contents .inner ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: 500;
  line-height: 2;
}

.form-type1 {
  margin: 20px 0 0 0;
}
.form-type1 input[type=submit],
.form-type1 input[type=button],
.form-type1 input[type=text],
.form-type1 select,
.form-type1 textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
.form-type1 input[type=text] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
}
.form-type1 input[type=text].large {
  width: 100%;
}
.form-type1 input[type=text].half {
  width: 50%;
}
.form-type1 textarea {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 180px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
}
.form-type1 input[type=checkbox],
.form-type1 input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-type1 input[type=checkbox] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
.form-type1 input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
.form-type1 input[type=radio] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
.form-type1 input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}

#submit-box {
  text-align: center;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  #submit-box {
    width: 300px;
  }
}
#submit-box button {
  background-color: #0ECCA8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: bold;
  padding: 1em 1.5em;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
}
#submit-box button::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.8em - 10px);
  right: 1em;
}
#submit-box button:hover {
  text-decoration: none;
  opacity: 0.75;
}
#submit-box button.reverse {
  background-color: #A5A5A5;
}
#submit-box button.reverse::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.8em - 10px);
  right: inherit;
  left: 1em;
  transform: rotate(180deg);
  transform-origin: center;
}
#submit-box a.button {
  display: inline-block;
  background-color: #0ECCA8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: bold;
  padding: 1em 1.5em;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
}
#submit-box a.button::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/link-arrow.svg") no-repeat center center;
  background-size: cover;
  top: calc(1.8em - 10px);
  right: 1em;
}
#submit-box a.button:hover {
  text-decoration: none;
  opacity: 0.75;
}

.formTable {
  width: 100%;
  border-collapse: collapse;
}
.formTable th {
  text-align: right;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  padding: 0.5em 0.5em 0.5em 1em;
}
.formTable td {
  text-align: left;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  padding: 0.5em 1em 0.5em 0.5em;
}

.contact-flow {
  width: 90%;
  max-width: 768px;
  margin: 130px auto 0 auto;
  text-align: left;
}
.contact-flow .flow {
  width: calc(100% - 30px);
  margin-left: 30px;
}
.contact-flow .flow li {
  text-align: center;
  display: inline-block;
  width: 90%;
  border: #68BBE3 solid 1px;
  border-radius: 10px;
  background-color: #D6F1FF;
  color: #055C9D;
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
}
.contact-flow .flow li::before {
  display: block;
  content: "";
  position: absolute;
  border-top: 8px solid #68BBE3;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -24px;
  left: 50%;
  margin-left: -4px;
}
.contact-flow .flow li:last-child {
  margin-bottom: 0;
}
.contact-flow .flow li:last-child::before {
  display: none;
}

.privacy-contents .inner {
  width: 90%;
  margin: 25px auto 0 auto;
  text-align: left;
}
.privacy-contents h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.765rem + 1.2vw, 1.5rem);
  line-height: 1.4;
  color: #055C9D;
  margin: 0 0 10px 0;
}
.privacy-contents h4 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7rem + 1vw, 1.313rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  margin: 35px 0 20px 0;
}
.privacy-contents h4::before {
  display: block;
  content: "";
  position: absolute;
  background: #A5A5A5;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
}
.privacy-contents p {
  font-size: clamp(0.875rem, 0.755rem + 0.4vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}/*# sourceMappingURL=style.css.map */