@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
.zen-kaku-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: 0;
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  line-height: 150%;
}

dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  white-space: normal;
  padding: 0;
}

button, input, select, textarea {
  padding: 0;
}

button, input {
  line-height: normal;
}

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

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

th, td {
  line-height: 150%;
}

body {
  text-align: center;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: palt;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div, section, header, footer, nav, figure, ul, dl, table {
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #E7E7E7;
  border-radius: 10px;
}

#wpadminbar {
  position: relative;
}

.row {
  display: flex;
}

.group-1 {
  margin-top: clamp(100px,6.66vw,30px);
  margin-bottom: clamp(100px,6.66vw,30px);
}

.cover-1 > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.flex {
  display: flex;
}

body {
  background: #f2f2f2;
}
@media (width >= 750px) {
  body main {
    padding-top: 100px;
  }
  body.first-scrolled main {
    padding-top: 100px;
  }
}
img {
  display: block;
}

.container {
  overflow: hidden;
}

main {
  background: #fff;
  transition: all 0.3s ease 0s;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
@media (width >= 750px) {
  header {
    top: 0px;
  }
  header.scroll-active {
    top: 0;
  }
}
@media (width < 750px) {
  header {
    top: 0;
  }
}
header div {
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
}
header div:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -5px;
}
header .logo {
  padding-left: min(2.66vw, 20px);
}
header .logo img {
  width: min(24vw, 180px);
}
header .contact {
  background: #23ACB0;
  flex: 0 0 min(66vw, 495px);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: min(1.33vw, 10px);
}
header .contact a:nth-of-type(1) img {
  width: min(41.86vw, 314px);
}
header .contact a:nth-of-type(2) img {
  width: min(21.6vw, 162px);
}

main {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
main img {
  max-width: 100%;
}

.heading {
  background: url(../img/titlebg.png) no-repeat center bottom/100%;
  padding-top: min(3.33vw, 25px);
  padding-bottom: min(7.33vw, 55px);
}
.heading p {
  font-weight: 100;
  font-style: italic;
  color: #408385;
  font-size: min(2.66vw, 20px);
  letter-spacing: 0.3em;
  margin-bottom: min(1.33vw, 10px);
}
.heading h2 {
  font-weight: 600;
  font-size: min(4vw, 30px);
  color: #323232;
  line-height: 140%;
}
.heading h2 span {
  color: #23ACB0;
  font-weight: 900;
  font-size: 135%;
}

#worry {
  background: #DEE5ED url(../img/worry-bg.png) no-repeat center bottom/cover;
}
#worry .worry-list .worry-1 img {
  width: min(51.86vw, 389px);
  margin-left: min(3.33vw, 25px);
}
#worry .worry-list .worry-2 img {
  width: min(51.06vw, 383px);
  margin-right: min(3.33vw, 25px);
  margin-left: auto;
}
@media (width > 480px) {
  #worry .worry-list .worry-2 img {
    margin-top: max(-16vw, -140px);
  }
}
@media (width <= 480px) {
  #worry .worry-list .worry-2 img {
    margin-top: max(-18.67vw, -140px);
  }
}
#worry .worry-list .worry-3 img {
  margin-left: min(1.6vw, 12px);
  width: min(52.13vw, 391px);
}
@media (width > 480px) {
  #worry .worry-list .worry-3 img {
    margin-top: max(-26.67vw, -200px);
  }
}
@media (width <= 480px) {
  #worry .worry-list .worry-3 img {
    margin-top: max(-25.34vw, -190px);
  }
}
#worry .worry-list .worry-4 img {
  width: min(51.33vw, 385px);
  margin-right: min(2vw, 15px);
  margin-left: auto;
}
@media (width > 480px) {
  #worry .worry-list .worry-4 img {
    margin-top: max(-26.67vw, -200px);
  }
}
@media (width <= 480px) {
  #worry .worry-list .worry-4 img {
    margin-top: max(-22.67vw, -170px);
  }
}
#worry .message {
  padding-bottom: min(6.66vw, 50px);
  margin-top: min(13.33vw, 100px);
}
#worry .message h2 {
  font-size: min(5.33vw, 40px);
  letter-spacing: 0px;
  text-shadow: 0 0 10px #fff;
}
#worry .message h2 .c1 {
  color: #408385;
  font-size: 135%;
}
#worry .message h2 .c2 {
  color: #1E82AF;
  font-size: 135%;
}
#worry .message h2 .s {
  font-size: 90%;
}
#worry .message p {
  margin-top: min(4vw, 30px);
  font-size: min(3.73vw, 28px);
}

#feature {
  position: relative;
  background: #DEEDE3;
}
#feature > * {
  position: relative;
  z-index: 10;
}
#feature .heading h2 span {
  letter-spacing: 4px;
}
#feature .copy {
  margin-top: min(4vw, 30px);
}
#feature .copy p {
  font-size: min(3.73vw, 28px);
  line-height: 180%;
}
#feature:before {
  content: "";
  display: block;
  height: min(74.8vw, 561px);
  background: url(../img/img38.png) no-repeat center/contain;
  position: absolute;
}
@media (width >= 750px) {
  #feature:before {
    width: 1072px;
    top: 0px;
    left: max(-16vw, -120px);
  }
}
@media (width < 750px) {
  #feature:before {
    width: min(142.93vw, 1072px);
    top: min(6.66vw, 50px);
    left: max(-22.67vw, -170px);
  }
}
#feature .content-1 {
  margin-top: min(1.33vw, 10px);
}
#feature .content-2 {
  margin-top: min(4vw, 30px);
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  gap: min(2.66vw, 20px) 0;
}
#feature .content-2 .list {
  flex: 0 0 min(41.33vw, 310px);
}
#feature .content-3 {
  margin-top: min(5.33vw, 40px);
  padding-bottom: min(10.66vw, 80px);
}
#feature .content-3 img {
  margin-left: auto;
  margin-right: auto;
  width: min(93.33vw, 700px);
}

#support {
  background: #DEE5ED url(../img/img39.png) no-repeat center/contain;
  padding-bottom: 80px;
}
#support .content-1 {
  margin-top: 30px;
}
#support .content-1 img {
  width: min(85.73vw, 643px);
  margin-left: auto;
  margin-right: auto;
}
#support .content-2 {
  margin-top: min(4vw, 30px);
}
#support .content-2 h2 {
  font-size: min(4.8vw, 36px);
}
#support .steps {
  padding: 0 min(3.33vw, 25px);
}
#support .steps .step {
  background: #fff;
  text-align: left;
  padding: min(4.66vw, 35px);
  margin-top: min(6.66vw, 50px);
  position: relative;
}
#support .steps .step:nth-of-type(even) div {
  order: 2;
}
#support .steps .step:nth-of-type(1) {
  margin-top: min(4vw, 30px);
}
#support .steps .step:after {
  content: "";
  display: block;
  width: min(2.66vw, 20px);
  height: min(1.33vw, 10px);
  background: url(../img/img16.svg) no-repeat center/contain;
  position: absolute;
  bottom: max(-4vw, -30px);
  left: min(45.33vw, 340px);
}
#support .steps .step:last-of-type:after {
  display: none;
}
#support .steps .flex {
  gap: min(5.33vw, 40px);
}
#support .steps .number {
  color: #408385;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: min(2.13vw, 16px);
  line-height: 100%;
}
#support .steps .number strong {
  color: #23ACB0;
  font-size: min(4vw, 30px);
  border-bottom: 2px solid #23ACB0;
  display: block;
  padding-top: min(1.33vw, 10px);
  padding-bottom: min(1.33vw, 10px);
}
#support .steps h3 {
  margin-top: min(2vw, 15px);
  font-size: min(3.2vw, 24px);
  line-height: 120%;
  margin-bottom: min(2vw, 15px);
}
#support .steps h3 span {
  font-size: 70%;
  color: #408385;
}
#support .steps h3 + p {
  font-size: min(3.2vw, 24px);
}
#support .steps figure {
  flex: 0 0 min(27.33vw, 205px);
}
#voice {
  background: #DEEDE3;
  position: relative;
  padding-bottom: min(8vw, 60px);
}
#voice > * {
  position: relative;
  z-index: 10;
}
#voice:before {
  content: "";
  display: block;
  height: 97%;
  position: absolute;
  top: 3%;
  z-index: 1;
}
@media (width >= 750px) {
  #voice:before {
    width: 1370px;
    background: url(../img/img41.png) no-repeat center top/100% auto;
    left: -255px;
  }
}
@media (width < 750px) {
  #voice:before {
    width: 100%;
    background: url(../img/img41.png) no-repeat center top/200% auto;
    left: 0;
  }
}
#voice .content-1 {
  margin-top: min(6.66vw, 50px);
  font-size: min(3.2vw, 24px);
}
#voice .content-2 {
  margin-top: min(2.66vw, 20px);
}
#voice .content-2 .title {
  padding-left: min(4vw, 30px);
}
#voice .content-2 .title img {
  width: min(57.06vw, 428px);
}
#voice .voices {
  padding-left: min(3.33vw, 25px);
  padding-right: min(3.33vw, 25px);
}
#voice .voices .voice-post {
  background: #fff;
  padding: min(3.33vw, 25px);
  border-radius: 5px;
  margin-top: min(2.66vw, 20px);
  position: relative;
  text-align: left;
}
#voice .voices .voice-post span {
  color: #23ACB0;
  font-weight: bold;
}
#voice .voices .voice-post:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
}
#voice .voices .voice-post:first-of-type {
  margin-top: -10px;
}
#voice .voices .voice-post h3 {
  font-size: min(3.73vw, 28px);
  white-space: nowrap;
}
#voice .voices .voice-post .flex:nth-of-type(1) {
  gap: min(2vw, 15px);
  align-items: center;
}
#voice .voices .voice-post .flex:nth-of-type(2) {
  gap: min(4vw, 30px);
  margin-top: min(2.66vw, 20px);
  align-items: center;
}
#voice .voices .voice-post .flex:nth-of-type(2) figure {
  flex: 0 0 min(14.4vw, 108px);
}
#voice .voices .voice-post .flex:nth-of-type(2) p {
  font-size: min(3.2vw, 24px);
}
#voice .voices .voice-post .review {
  flex: 0 0 min(13.33vw, 100px);
}
#voice .voices .voice-post .level {
  background: #e6e6e6;
  padding: min(0.66vw, 5px) min(1.33vw, 10px) min(0.53vw, 4px);
  line-height: 100%;
  font-size: min(2.66vw, 20px);
  white-space: nowrap;
}
#voice .voices .voice-post .level img {
  display: inline-block;
  margin-right: min(0.66vw, 5px);
  vertical-align: middle;
  position: relative;
  top: max(-0.14vw, -1px);
  width: min(2.26vw, 17px);
}
#voice .voices .voice-post:nth-of-type(odd) .flex figure {
  order: 2;
}
#voice .voices .voice-post:nth-of-type(odd) .flex div {
  order: 1;
}
#voice .voices .voice-post:nth-of-type(even) .flex:nth-of-type(2) span {
  color: #1E82AF;
}

#faq {
  background: #DEE5ED;
  padding-bottom: 80px;
}
#faq .content-1 {
  margin-top: min(5.33vw, 40px);
  font-size: min(3.73vw, 28px);
  padding-left: min(3.2vw, 24px);
  padding-right: min(3.2vw, 24px);
}
#faq .faq {
  width: calc(100% - min(6.66vw, 50px));
  margin-left: auto;
  margin-right: auto;
  margin-top: min(6.66vw, 50px);
  text-align: left;
}
#faq .faq .qa1 {
  background: #23ACB0;
  padding: min(4vw, 30px) min(3.33vw, 25px);
  border-radius: 5px;
}
#faq .faq .qa1 + .qa1 {
  margin-top: min(2.66vw, 20px);
}
#faq .faq .qa1:nth-of-type(even) {
  background: #1E82AF;
}
#faq .faq .qa1 .q1 {
  text-align: center;
  position: relative;
  cursor: pointer;
}
#faq .faq .qa1 .q1:before, #faq .faq .qa1 .q1:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: min(2.66vw, 20px);
  top: min(3.33vw, 25px);
  transition: all 0.3s ease 0s;
}
#faq .faq .qa1 .q1:after {
  transform: rotate(-90deg);
}
#faq .faq .qa1 .q1 > h3 {
  color: #fff;
  font-size: min(5.33vw, 40px);
}
#faq .faq .qa1 .q1.switched:after {
  transform: rotate(0deg);
}
#faq .faq .qa1 .a1 {
  overflow: hidden;
  transition: all 0.3s ease 0s;
  max-height: 2000px;
}
#faq .faq .qa1 .q1:not(.switched) + .a1 {
  max-height: 0px;
}
#faq .faq .qa2 {
  margin-top: min(2vw, 15px);
}
#faq .faq .qa2 .q2 {
  background: #dee5ed;
  padding: min(1.33vw, 10px) min(8vw, 60px) min(1.33vw, 10px) min(3.2vw, 24px);
  position: relative;
  cursor: pointer;
}
#faq .faq .qa2 .q2:before, #faq .faq .qa2 .q2:after {
  content: "";
  background: #323232;
  position: absolute;
}
#faq .faq .qa2 .q2:before {
  width: 16px;
  height: 2px;
  top: calc((100% - 2px) / 2);
  right: min(2.66vw, 20px);
}
#faq .faq .qa2 .q2:after {
  width: 2px;
  height: 16px;
  transition: all 0.3s ease 0s;
  top: calc((100% - 16px) / 2);
  right: calc(min(2.13vw, 16px) + 10px);
}
#faq .faq .qa2 .q2 h4 {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: min(3.73vw, 28px);
  gap: 10px;
}
#faq .faq .qa2 .q2 h4:before {
  content: "";
  background: url(../img/img42.svg) no-repeat center/contain;
  display: block;
  flex: 0 0 min(4vw, 30px);
  width: min(4vw, 30px);
  height: min(4vw, 30px);
}
#faq .faq .qa2 .q2.switched:after {
  transform: rotate(90deg);
}
#faq .faq .qa2 .q2:not(.switched) + .a2 {
  max-height: 0;
}
#faq .faq .qa2 .a2 {
  background: #fff;
  margin-top: 1px;
  padding: 0px min(3.2vw, 24px);
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  max-height: min(66.66vw, 500px);
}
#faq .faq .qa2 .a2:before {
  content: "";
  display: block;
  flex: 0 0 30px;
  flex: 0 0 min(4vw, 30px);
  width: 30px;
  height: 30px;
  background: url(../img/img43.svg) no-repeat center/contain;
}
@media (width > 600px) {
  #faq .faq .qa2 .a2:before {
    margin-top: min(2.8vw, 21px);
  }
}
@media (width <= 600px) {
  #faq .faq .qa2 .a2:before {
    margin-top: min(2.13vw, 16px);
  }
}
#faq .faq .qa2 .a2 div {
  padding-top: min(2.8vw, 21px);
  padding-bottom: min(2.66vw, 20px);
}
#faq .faq .qa2 .a2 div * {
  font-size: min(3.2vw, 24px);
}

#price {
  background: #DEEDE3 url(../img/img39.png) no-repeat center top/cover;
  padding-bottom: min(10.66vw, 80px);
}
#price .content-1 {
  font-size: min(3.73vw, 28px);
  margin-top: min(6.66vw, 50px);
  width: calc(100% - min(5.33vw, 40px));
  max-width: min(66.66vw, 500px);
  margin-left: auto;
  margin-right: auto;
}
#price .content-2 {
  margin-top: min(6.66vw, 50px);
}
#price .content-2 img {
  margin-right: min(4vw, 30px);
  margin-left: auto;
  width: min(58.66vw, 440px);
}
#price .content-3 {
  background: #fff;
  width: calc(100% - min(6.66vw, 50px));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1px;
  padding-bottom: min(4vw, 30px);
  padding-left: min(3.33vw, 25px);
  padding-right: min(3.33vw, 25px);
}
#price .content-3 img {
  margin-left: auto;
  margin-right: auto;
}
#price .content-3 picture:nth-of-type(1) img {
  margin-top: min(5.33vw, 40px);
  margin-bottom: min(2.66vw, 20px);
}
#price .content-3 picture:nth-of-type(2) img {
  margin-top: min(5.33vw, 40px);
}

#blog {
  background: url(../img/img52.jpg) no-repeat center top/contain;
  position: relative;
  padding-bottom: min(6.66vw, 50px);
}
#blog .heading {
  padding-top: min(8.66vw, 65px);
  padding-bottom: min(4vw, 30px);
  background: none;
}
#blog > * {
  position: relative;
  z-index: 10;
}
#blog:before {
  content: "";
  display: block;
  width: min(77.33vw, 580px);
  height: min(28.26vw, 212px);
  background: url(../img/img51.svg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
#blog .content-1 {
  font-size: min(3.73vw, 28px);
}
#blog .post-slider {
  margin-top: min(5.33vw, 40px);
  position: relative;
}
#blog .post-slider nav {
  position: absolute;
  background: #323232;
  height: min(8.53vw, 64px);
  top: 50%;
  right: min(7.33vw, 55px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: min(4.26vw, 32px);
  z-index: 100;
}
@media (width >= 750px) {
  #blog .post-slider nav {
    width: min(40vw, 300px);
  }
}
@media (width < 750px) {
  #blog .post-slider nav {
    width: min(53.33vw, 400px);
  }
}
#blog .post-slider nav button {
  aspect-ratio: 1/1;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}
#blog .post-slider nav button:before {
  content: "";
  display: block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #FFED8A;
  border-bottom: 2px solid #FFED8A;
  position: absolute;
  top: min(3.33vw, 25px);
}
#blog .post-slider nav .prev:before {
  transform: rotate(-225deg);
  left: min(4vw, 30px);
}
#blog .post-slider nav .next:before {
  transform: rotate(-45deg);
  left: min(2.26vw, 17px);
}
#blog .post-slider nav .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width >= 750px) {
  #blog .post-slider nav .pagination {
    gap: 10px;
  }
}
@media (width < 750px) {
  #blog .post-slider nav .pagination {
    gap: 15px;
  }
}
#blog .post-slider nav .pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0;
  cursor: pointer;
}
@media (width >= 750px) {
  #blog .post-slider nav .pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
@media (width < 750px) {
  #blog .post-slider nav .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#blog .post-slider nav .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#blog .buttons-1 {
  margin-top: min(6.66vw, 50px);
}
#blog .the-post {
  margin-top: min(4vw, 30px);
}
#blog .the-post .cat-date {
  margin-top: min(17.33vw, 130px);
}

#bread-cramb {
  padding-left: min(6.66vw, 50px);
  padding-right: min(6.66vw, 50px);
  text-align: left;
  margin-bottom: min(5.33vw, 40px);
  font-size: min(3.2vw, 24px);
}
#bread-cramb a {
  color: inherit;
}

.the-post {
  padding-left: min(6.66vw, 50px);
  padding-right: min(6.66vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
.the-post a {
  text-decoration: none;
  color: inherit;
}
.the-post figure.thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
  object-fit: cover;
  object-position: center;
}
.the-post figure + .cat-date {
  margin-top: min(4vw, 30px);
}

.post .detail {
  text-align: left;
  margin-top: min(4vw, 30px);
}
.post .detail p {
  font-size: min(3.46vw, 26px);
}
.post .detail h3 {
  font-size: min(4.26vw, 32px);
  font-weight: normal;
  color: #23ACB0;
  margin-bottom: min(4vw, 30px);
}

.cat-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cat-date .cat {
  border: 1px solid #23ACB0;
  color: #23ACB0;
  line-height: 100%;
  padding: min(1.33vw, 10px) min(4vw, 30px);
  font-size: min(3.2vw, 24px);
}
.cat-date .date {
  font-size: min(3.2vw, 24px);
}

.buttons-1 {
  margin-top: min(4vw, 30px);
}
.buttons-1 .button a {
  background: #23ACB0;
  display: block;
  width: min(53.33vw, 400px);
  height: min(8.8vw, 66px);
  margin-left: auto;
  margin-right: auto;
  font-size: min(3.73vw, 28px);
  color: #fff;
  border-radius: min(4.4vw, 33px);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (width > 480px) {
  .buttons-1 .button a {
    padding-top: min(1.73vw, 13px);
  }
}
@media (width <= 480px) {
  .buttons-1 .button a {
    padding-top: min(1.6vw, 12px);
  }
}
.buttons-1 .button a:after {
  content: "";
  display: block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #FFED8A;
  border-bottom: 2px solid #FFED8A;
  position: absolute;
  right: min(4vw, 30px);
  top: min(3.33vw, 25px);
  transform: rotate(-45deg);
}
.buttons-1 .button a:hover {
  opacity: 0.5;
}
.buttons-1 .button:has(input) {
  background: #23ACB0;
  display: block;
  width: min(53.33vw, 400px);
  height: min(8.8vw, 66px);
  margin-left: auto;
  margin-right: auto;
  font-size: min(3.73vw, 28px);
  color: #fff;
  border-radius: min(4.4vw, 33px);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.buttons-1 .button:has(input):after {
  content: "";
  display: block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #FFED8A;
  border-bottom: 2px solid #FFED8A;
  position: absolute;
  right: min(4vw, 30px);
  top: min(3.33vw, 25px);
  transform: rotate(-45deg);
}
.buttons-1 .button:has(input):hover {
  opacity: 0.5;
}
.buttons-1 .button:has(input) input {
  display: block;
  width: 100%;
  height: min(8.8vw, 66px);
  border: none;
  font-size: min(3.73vw, 28px);
  background: transparent;
  color: #fff;
}
@media (width > 480px) {
  .buttons-1 .button:has(input) input {
    padding-top: min(0.53vw, 4px);
  }
}
@media (width <= 480px) {
  .buttons-1 .button:has(input) input {
    padding-top: min(1.06vw, 8px);
  }
}

#profile {
  background: #DEE5ED url(../img/img45.jpg) no-repeat center top/cover;
  position: relative;
  padding-bottom: min(6.66vw, 50px);
}
#profile > * {
  position: relative;
  z-index: 10;
}
#profile .heading {
  background: none;
  padding-top: 80px;
  padding-bottom: 20px;
}
#profile:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: url(../img/img32.svg) no-repeat left top;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#profile .content-1 img {
  margin-left: auto;
  margin-right: auto;
  width: min(55.2vw, 414px);
}
#profile .content-2 {
  padding-left: min(3.33vw, 25px);
  padding-right: min(3.33vw, 25px);
  padding-top: min(12vw, 90px);
  text-align: left;
}
#profile .content-2 .flex {
  gap: min(4vw, 30px);
}
@media (width > 480px) {
  #profile .content-2 .flex .title {
    flex: 0 0 min(21.33vw, 160px);
    margin-top: max(-44vw, -330px);
  }
}
@media (width <= 480px) {
  #profile .content-2 .flex .title {
    flex: 0 0 min(19.46vw, 146px);
    margin-top: max(-24vw, -180px);
  }
}
#profile .content-2 .flex .title img {
  margin-left: auto;
  margin-right: 0;
}
@media (width > 480px) {
  #profile .content-2 .flex .title img {
    width: min(6.4vw, 48px);
  }
}
@media (width <= 480px) {
  #profile .content-2 .flex .title img {
    width: min(7.73vw, 58px);
  }
}
#profile .content-2 .flex .message1 p, #profile .content-2 .flex .message1 dt, #profile .content-2 .flex .message1 dd {
  font-size: min(3.2vw, 24px);
  line-height: 150%;
}
#profile .content-2 .flex .message1 p + p {
  margin-top: min(4vw, 30px);
}
#profile .content-2 .address dl {
  margin-top: 30px;
}
#profile .content-2 .address dt {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
#profile .content-2 .address dd {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

#contact .heading {
  background: none;
  padding: min(5.33vw, 40px) 0 0;
}
#contact .heading p {
  font-size: min(2.13vw, 16px);
}
#contact .heading h2 {
  font-size: min(5.33vw, 40px);
}
#contact .content-1 {
  margin-top: min(5.33vw, 40px);
  background: #DEEDE3;
  padding: 20px 0;
}
#contact .phone,
#contact .mail {
  padding: 10px 0;
}
#contact .phone:nth-of-type(2),
#contact .mail:nth-of-type(2) {
  border-top: 1px solid #fff;
}
#contact img {
  margin-left: auto;
  margin-right: auto;
}
#contact h3 {
  font-size: min(4.26vw, 32px);
}
#contact p {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
}
#contact .caption {
  font-weight: normal;
  font-size: 14px;
}
#contact .phone img {
  width: min(54.66vw, 410px);
}
@media (width >= 750px) {
  #contact .phone a {
    pointer-events: none;
  }
}
#contact .buttons-1 {
  margin-top: min(2.66vw, 20px);
}
#contact .buttons-1 a {
  width: min(66.66vw, 500px);
}

.rights {
  background: #323232;
  color: #fff;
  font-size: 10px;
  padding: 10px 10px min(18.66vw, 140px);
}

.lower-page .rights {
  padding: 10px;
}

#sticky-banner {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease 0s;
}
@media (width >= 750px) {
  #sticky-banner {
    bottom: 0;
  }
  #sticky-banner.scroll-active {
    bottom: 0;
  }
}
@media (width < 750px) {
  #sticky-banner {
    bottom: 0;
  }
}
#sticky-banner img {
  width: min(100vw, 750px);
  margin-left: auto;
  margin-right: auto;
}

fieldset {
  display: none;
}

.wpcf7-form {
  padding-bottom: min(8vw, 60px);
}

#page-contact {
  padding-bottom: min(6.66vw, 50px);
}
#page-contact .heading h2 {
  font-size: min(6.66vw, 50px);
}
#page-contact .content-1 img {
  width: min(77.06vw, 578px);
  margin-left: auto;
  margin-right: auto;
}
#page-contact .content-2 {
  text-align: left;
  margin-top: min(5.33vw, 40px);
  width: min(77.06vw, 578px);
  margin-left: auto;
  margin-right: auto;
}
#page-contact .content-2 p {
  font-size: min(3.46vw, 26px);
}
#page-contact .content-3 {
  margin-top: min(2.66vw, 20px);
  width: min(77.06vw, 578px);
  margin-left: auto;
  margin-right: auto;
}
#page-contact .contact-step {
  margin-top: min(5.33vw, 40px);
  width: min(77.06vw, 578px);
  margin-left: auto;
  margin-right: auto;
}
#page-contact .contact-step ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
#page-contact .contact-step ul:before {
  content: "";
  display: block;
  width: 66.6%;
  height: 1px;
  background: #DEE5ED;
  position: absolute;
  left: 16.65%;
  top: min(3.33vw, 25px);
  z-index: 1;
}
#page-contact .contact-step ul li {
  flex: 0 0 33.3%;
  color: #919191;
  position: relative;
  z-index: 5;
}
#page-contact .contact-step ul li span {
  display: block;
  width: min(6.66vw, 50px);
  height: min(6.66vw, 50px);
  background: #919191;
  color: #fff;
  font-size: min(3.46vw, 26px);
  padding-top: min(1.33vw, 10px);
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
}
#page-contact .contact-step ul li p {
  text-align: center;
  font-size: min(3.73vw, 28px);
  line-height: 140%;
}
#page-contact .contact-step.step1 li:nth-of-type(1) p, #page-contact .contact-step.step2 li:nth-of-type(2) p, #page-contact .contact-step.step3 li:nth-of-type(3) p {
  color: #23ACB0;
}
#page-contact .contact-step.step1 li:nth-of-type(1) span, #page-contact .contact-step.step2 li:nth-of-type(2) span, #page-contact .contact-step.step3 li:nth-of-type(3) span {
  background: #23ACB0;
  color: #fff;
}
#page-contact .contact-form {
  text-align: left;
  margin-top: min(5.33vw, 40px);
  width: min(77.06vw, 578px);
  margin-left: auto;
  margin-right: auto;
}
#page-contact .contact-form dl {
  margin-top: min(6.66vw, 50px);
}
#page-contact .contact-form dl dt {
  font-size: min(4vw, 30px);
  font-weight: normal;
  color: #222;
}
#page-contact .contact-form dl dt:before {
  content: "任意";
  display: inline-block;
  font-size: min(2.8vw, 21px);
  background: #666666;
  color: #fff;
  line-height: 100%;
  padding: 5px;
  font-size: min(2.66vw, 20px);
  border-radius: 5px;
  margin-right: min(0.66vw, 5px);
  position: relative;
  top: min(1.06vw, 8px);
  vertical-align: top;
}
#page-contact .contact-form dl dt p {
  display: inline-block;
}
#page-contact .contact-form dl dd {
  font-size: min(4vw, 30px);
  margin-top: min(1.33vw, 10px);
}
#page-contact .contact-form dl.require dt:before {
  content: "必須";
  background: #E63636;
}
#page-contact .contact-form .wpcf7-list-item label {
  position: relative;
  display: block;
}
#page-contact .contact-form .wpcf7-list-item label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: min(4vw, 30px);
  height: min(4vw, 30px);
  border-radius: 50%;
  border: 1px solid #727071;
  margin-right: min(1.33vw, 10px);
  top: min(0.53vw, 4px);
}
#page-contact .contact-form .wpcf7-list-item label input {
  display: none;
}
#page-contact .contact-form .wpcf7-list-item label:has(input[type=radio]:checked):after,
#page-contact .contact-form .wpcf7-list-item label:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  display: block;
  width: min(3.46vw, 26px);
  height: min(3.46vw, 26px);
  border-radius: 50%;
  background: #E63636;
}
@media (width > 600px) {
  #page-contact .contact-form .wpcf7-list-item label:has(input[type=radio]:checked):after,
  #page-contact .contact-form .wpcf7-list-item label:has(input[type=checkbox]:checked):after {
    left: min(0.4vw, 3px);
    top: min(1.33vw, 10px);
  }
}
@media (width <= 600px) {
  #page-contact .contact-form .wpcf7-list-item label:has(input[type=radio]:checked):after,
  #page-contact .contact-form .wpcf7-list-item label:has(input[type=checkbox]:checked):after {
    left: min(0.53vw, 4px);
    top: min(1.2vw, 9px);
  }
}
#page-contact .contact-form input[type=text],
#page-contact .contact-form input[name=mailaddress],
#page-contact .contact-form input[name=tel],
#page-contact .contact-form textarea {
  background: #e6e6e6;
  border: none;
  font-size: min(4.8vw, 36px);
  width: 100%;
  padding-left: min(2.66vw, 20px);
  border-radius: 10px;
}
#page-contact .contact-form input[type=text],
#page-contact .contact-form input[name=mailaddress],
#page-contact .contact-form input[name=tel] {
  height: min(13.33vw, 100px);
}
#page-contact .contact-form textarea {
  padding: min(2.66vw, 20px);
  height: min(53.33vw, 400px);
}
#page-contact .contact-form .check-privacy {
  width: fit-content;
  font-size: min(4vw, 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(5.33vw, 40px);
}
#page-contact .contact-form .wpcf7-not-valid-tip {
  color: #E63636;
  font-size: min(3.2vw, 24px);
}

.screen-reader-response {
  margin-top: min(8vw, 60px);
}
.screen-reader-response ul {
  display: none;
}
.screen-reader-response p {
  font-size: min(3.2vw, 24px);
  color: #E63636;
}

.wpcf7-response-output {
  margin-top: min(5.33vw, 40px);
  font-size: min(3.2vw, 24px);
}

.privacy-wrapper {
  border: min(1.33vw, 10px) solid #DEEDE3;
  margin-top: min(5.33vw, 40px);
}
.privacy-wrapper h2 {
  font-size: min(4vw, 30px);
  color: #23ACB0;
  margin-bottom: min(2.66vw, 20px);
}
.privacy-wrapper > .privacy-content {
  overflow: auto;
  aspect-ratio: 1/1;
  padding: min(6.66vw, 50px);
}

#privacy p, #privacy h3 {
  font-size: min(3.2vw, 24px);
}
#privacy h3 {
  margin-top: min(5.33vw, 40px);
  margin-bottom: min(1.33vw, 10px);
}

.backform {
  padding-left: min(6.66vw, 50px);
  position: relative;
  margin-top: min(4vw, 30px);
}
.backform input {
  border: none;
  background: none;
  font-size: min(3.2vw, 24px);
}
.backform:before {
  content: "";
  display: block;
  width: min(1.33vw, 10px);
  height: min(1.33vw, 10px);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  transform: rotate(-225deg);
  left: min(4vw, 30px);
}
@media (width > 480px) {
  .backform:before {
    top: min(1.2vw, 9px);
  }
}
@media (width <= 480px) {
  .backform:before {
    top: min(3.6vw, 27px);
  }
}

#single {
  padding-bottom: min(8vw, 60px);
  text-align: left;
}
#single .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: start;
  gap: min(4vw, 30px);
  text-align: left;
}
#single .flex > * {
  flex: 0 0 calc((100% - min(4vw, 30px)) / 2);
  margin-left: 0;
}
#single h1 {
  color: #23ACB0;
  margin-top: min(4vw, 30px);
  margin-bottom: min(4vw, 30px);
}
#single figure img {
  width: calc(100% + min(13.33vw, 100px));
  max-width: calc(100% + min(13.33vw, 100px));
  margin-left: max(-6.67vw, -50px);
}
#single .content h2 {
  color: #23ACB0;
  border-top: 1px solid #23ACB0;
  border-bottom: 1px solid #23ACB0;
  margin-top: min(5.33vw, 40px);
  padding-top: min(1.33vw, 10px);
  padding-bottom: min(1.33vw, 10px);
  font-size: min(4.26vw, 32px);
  font-weight: normal;
}
#single .content h3, #single .content h4 {
  color: #23ACB0;
  border-bottom: 1px solid #23ACB0;
  margin-top: min(5.33vw, 40px);
  padding-top: min(1.33vw, 10px);
  padding-bottom: min(1.33vw, 10px);
  font-size: min(4.26vw, 32px);
  font-weight: normal;
}
#single .content p {
  margin-top: min(4vw, 30px);
  font-size: min(3.73vw, 28px);
}

#blog-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #DEEDE3;
  padding: min(4vw, 30px) min(6.66vw, 50px) min(3.33vw, 25px);
  margin-bottom: min(4vw, 30px);
}
#blog-navigation .category-list {
  flex: 0 0 min(33.33vw, 250px);
}
#blog-navigation .category-list ul {
  display: none;
}
#blog-navigation .category-list select {
  background: #23ACB0 url(../img/img57.svg) no-repeat left min(4.8vw, 36px) center/min(3.73vw, 28px);
  color: #fff;
  border: none;
  border-radius: min(0.66vw, 5px);
  padding-left: min(9.33vw, 70px);
  height: min(8.53vw, 64px);
  box-sizing: border-box;
  font-size: min(3.2vw, 24px);
}
#blog-navigation .search {
  flex: 0 0 min(52vw, 390px);
}
#blog-navigation .search form div {
  position: relative;
}
#blog-navigation .search form input {
  height: min(8.53vw, 64px);
}
#blog-navigation .search form input[type=text] {
  width: 100%;
  padding: min(0vw, 0px) min(2.66vw, 20px) 0;
  font-size: min(3.2vw, 24px);
  border: none;
  border-radius: 5px;
}
#blog-navigation .search form input[type=submit] {
  width: min(8.53vw, 64px);
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/img56.svg) no-repeat center/80%;
  overflow: hidden;
  text-indent: -1000px;
  border: none;
}

html {
  margin-top: 0 !important;
}

@media (width >= 1366px) {
  body.archive header > div {
    max-width: 1366px;
  }
  body.archive header .contact {
    flex: 0 0 min(86.66vw, 650px);
  }
  body.archive header .contact a:nth-of-type(2) img {
    width: min(40vw, 300px);
  }
  body.archive main {
    max-width: 1366px;
  }
  body.archive #blog-navigation .category-list {
    flex: 1;
  }
  body.archive #blog-navigation ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
  }
  body.archive #blog-navigation li {
    font-size: 20px;
  }
  body.archive #blog-navigation a {
    color: #1E82AF;
    text-decoration: none;
  }
  body.archive #blog-navigation select {
    display: none;
  }
  body.archive #bread-cramb {
    font-size: 14px;
  }
  body.archive #archive > .flex {
    flex-wrap: wrap;
    justify-content: start;
  }
  body.archive #archive > .flex .post {
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0;
  }
  body.archive .wpp-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: start;
    gap: min(13.33vw, 100px);
  }
  body.archive .wpp-list .wpp-post {
    flex: 0 0 calc((100% - min(13.33vw, 100px)) / 2);
  }
}
@media (width >= 1366px) and (width >= 1366px) {
  body.archive #contact .content-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  body.archive #contact .content-1 > * {
    flex: 1;
  }
  body.archive #contact .content-1 > *:nth-of-type(2) {
    border-top: none;
    border-left: 1px solid #fff;
  }
}
@media (width < 1366px) {
  body.archive #archive img {
    width: calc(100% + min(13.33vw, 100px));
    max-width: calc(100% + min(13.33vw, 100px));
    margin-left: max(-6.67vw, -50px);
  }
  body.archive #archive > .flex {
    display: block;
  }
  body.archive #archive .post + .post {
    margin-top: min(5.33vw, 40px);
  }
}

#single-navigation {
  padding-left: min(6.66vw, 50px);
  padding-right: min(6.66vw, 50px);
  margin-top: min(5.33vw, 40px);
  margin-bottom: min(8vw, 60px);
}
#single-navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single-navigation a {
  color: inherit;
  position: relative;
  display: block;
  font-size: min(4vw, 30px);
}
#single-navigation li {
  position: relative;
}
#single-navigation li:nth-of-type(1) a {
  padding-left: min(4vw, 30px);
}
#single-navigation li:nth-of-type(1) a:before {
  content: "";
  display: block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #23ACB0;
  border-bottom: 2px solid #23ACB0;
  position: absolute;
  left: 0;
  top: min(0.8vw, 6px);
  transform: rotate(-225deg);
}
#single-navigation li:nth-of-type(2) a {
  padding-right: min(4vw, 30px);
}
#single-navigation li:nth-of-type(2) a:before {
  content: "";
  display: block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #23ACB0;
  border-bottom: 2px solid #23ACB0;
  position: absolute;
  right: 0;
  top: min(0.8vw, 6px);
  transform: rotate(-45deg);
}

.wpp-list {
  text-align: left;
}
.wpp-list > * {
  flex: 0 0 50%;
  margin-left: 0;
  margin-right: 0;
}
.wpp-list a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.wpp-list .cat-date {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: min(2.66vw, 20px);
}
.wpp-list .cat-date a:empty {
  display: none;
}
.wpp-list .cat {
  color: #23ACB0;
  border: 1px solid #23ACB0;
}
.wpp-list .wpp-post .flex {
  gap: min(2.66vw, 20px);
  align-items: start;
}
.wpp-list .wpp-post .flex .detail {
  margin-top: 0;
}
.wpp-list figure {
  flex: 0 0 min(32vw, 240px);
}
.wpp-list figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.wpp-list .detail {
  flex: 1 1 auto;
}

#wpp {
  padding-left: min(6.66vw, 50px);
  padding-right: min(6.66vw, 50px);
  margin-top: min(13.33vw, 100px);
}
#wpp h2 {
  font-size: min(4.26vw, 32px);
  border-bottom: min(0.4vw, 3px) solid #222;
  padding-bottom: min(2vw, 15px);
  text-align: left;
  margin-bottom: min(5.33vw, 40px);
}
#wpp > .flex {
  gap: min(13.33vw, 100px);
}

@media (width < 750px) {
  .lower-page {
    padding-top: min(13.33vw, 100px);
  }
}

@media (width >= 750px) {
  body header,
  body main,
  body #sticky-banner {
    zoom: 0.7;
  }
}

/*# sourceMappingURL=theme-style.css.map */
