@charset "UTF-8";
* {
  color: #093c4c;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

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

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

.l_container_lg {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .l_container_lg {
    width: calc(100% - 80px);
  }
}

.l_header {
  height: 60px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}
@media (min-width: 961px) {
  .l_header {
    height: 100px;
  }
}
.l_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l_header_logo {
  max-width: 200px;
  padding-left: 12px;
}
@media (min-width: 961px) {
  .l_header_logo {
    max-width: 250px;
  }
}
.l_header_btns {
  display: flex;
  height: 100%;
}
.l_header_btn-contact {
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff8b00;
  height: 100%;
  gap: 3px;
}
@media (min-width: 961px) {
  .l_header_btn-contact {
    width: 150px;
  }
}
.l_header_btn-contact .__icon {
  display: flex;
  align-items: center;
  width: 20px;
}
@media (min-width: 961px) {
  .l_header_btn-contact .__icon {
    width: 32px;
  }
}
.l_header_btn-contact .__text {
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 961px) {
  .l_header_btn-contact .__text {
    font-size: 14px;
  }
}
.l_header_hambtn {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #47a2b6;
  position: relative;
  cursor: pointer;
}
@media (min-width: 961px) {
  .l_header_hambtn {
    width: 100px;
    height: 100px;
  }
}
.l_header_hambtn .__line {
  width: 36px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (min-width: 961px) {
  .l_header_hambtn .__line {
    width: 56px;
    height: 5px;
    width: 50px;
  }
}
.l_header_hambtn .__line:nth-child(1) {
  top: 16px;
}
@media (min-width: 961px) {
  .l_header_hambtn .__line:nth-child(1) {
    top: 30px;
  }
}
.l_header_hambtn .__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header_hambtn .__line:nth-child(3) {
  bottom: 16px;
}
@media (min-width: 961px) {
  .l_header_hambtn .__line:nth-child(3) {
    bottom: 30px;
  }
}
.l_header_hambtn.is-active .__line:nth-child(1) {
  top: 28.5px;
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 961px) {
  .l_header_hambtn.is-active .__line:nth-child(1) {
    top: 47.5px;
  }
}
.l_header_hambtn.is-active .__line:nth-child(2) {
  width: 0;
}
.l_header_hambtn.is-active .__line:nth-child(3) {
  bottom: 28.5px;
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 961px) {
  .l_header_hambtn.is-active .__line:nth-child(3) {
    bottom: 47.5px;
  }
}

.l_header-nav {
  background-color: #47a2b6;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 24px;
  display: none;
}
@media (min-width: 961px) {
  .l_header-nav {
    top: 100px;
  }
}
.l_header-nav_list-item:nth-child(n+2) {
  margin-top: 8px;
}
@media (min-width: 961px) {
  .l_header-nav_list-item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.l_header-nav_list-link {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 961px) {
  .l_header-nav_list-link {
    font-size: 16px;
  }
}
.l_header-nav_list-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}
@media (min-width: 961px) {
  .l_header-nav_list-link::before {
    top: 6.5px;
  }
}

.l_footer {
  background-color: #093c4c;
  padding: 40px 0 100px;
}
.l_footer_logo {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.l_footer_nav-wrap {
  display: flex;
  margin-top: 40px;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 961px) {
  .l_footer_nav-wrap {
    gap: 0;
  }
}
.l_footer_nav {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
@media (min-width: 961px) {
  .l_footer_nav {
    border-left: unset;
    padding-left: 0;
    display: flex;
  }
}
@media (min-width: 961px) {
  .l_footer_nav-item {
    padding: 10px 0;
  }
}
.l_footer_nav-item:nth-child(n+2) {
  margin-top: 8px;
}
@media (min-width: 561px) {
  .l_footer_nav-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.l_footer_nav-link {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 961px) {
  .l_footer_nav-link {
    border-left: 1px solid #fff;
    padding: 0 10px;
  }
}
.l_footer_copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.085em;
  margin-top: 40px;
}
.l_footer_privacy {
  text-align: center;
  margin-top: 16px;
}
.l_footer_privacy-link {
  font-size: 12px;
  color: #a9a9a9;
}

.l_footer-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
.l_footer-fixed_btn {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.l_footer-fixed_btn .__icon {
  display: block;
  width: 40px;
}
.l_footer-fixed_btn .__text {
  font-size: 12px;
  color: #fff;
}
.l_footer-fixed_btn:nth-child(1) {
  background-color: #ff8b00;
}
.l_footer-fixed_btn:nth-child(2) {
  background-color: #4f4f4f;
}

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

* {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #093c4c;
  font-size: 16px;
  position: relative;
}

.view-hidden {
  width: 100vw;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.m_btn {
  background-color: #ff8b00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 40px;
  max-width: 360px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding-bottom: 2px;
  position: relative;
}
@media (min-width: 561px) {
  .m_btn {
    height: 56px;
    font-size: 20px;
  }
}
.m_btn::before {
  content: "";
  width: 20px;
  height: 8px;
  background-image: url(../img/arrow_toright.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 561px) {
  .m_btn::before {
    width: 25px;
    height: 10px;
  }
}

.m_breadcrumb {
  background-color: #e5f2f5;
}
.m_breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0;
}
.m_breadcrumb_list-item:nth-child(n+2) {
  position: relative;
  padding-left: 28px;
}
.m_breadcrumb_list-item:nth-child(n+2)::before {
  content: "＞";
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 600;
}
.m_breadcrumb_list-inner {
  font-size: 14px;
  font-weight: 600;
}

.top-mv {
  background: url(../img/mv_img.jpg) center/cover;
  padding: 60px 40px;
}
@media (min-width: 561px) {
  .top-mv {
    padding: 108px 40px;
    background-image: url(../img/mv_img-pc.jpg);
  }
}
.top-mv_bg {
  background: rgba(255, 255, 255, 0.9);
  padding: 32px 20px;
}
@media (min-width: 561px) {
  .top-mv_bg {
    padding: 48px 24px;
    max-width: 480px;
    margin: 0 auto;
  }
}
.top-mv_catchcopy {
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding-bottom: 24px;
}
.top-mv_catchcopy .__lg {
  font-size: 56px;
  font-family: inherit;
  color: inherit;
  line-height: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
@media (min-width: 561px) {
  .top-mv_catchcopy .__lg {
    font-size: 100px;
  }
}
.top-mv_catchcopy .__sm {
  font-family: inherit;
  color: inherit;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 561px) {
  .top-mv_catchcopy .__sm {
    font-size: 50px;
  }
}
.top-mv_catchcopy::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #47a2b6;
}
.top-mv_text {
  margin-top: 20px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 561px) {
  .top-mv_text {
    font-size: 18px;
  }
}

.top-purpose {
  position: relative;
}
.top-purpose_top-text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Shippori Antique B1", sans-serif;
  background-color: #47a2b6;
  padding: 20px 0;
  font-weight: 400;
}
@media (min-width: 561px) {
  .top-purpose_top-text {
    font-size: 24px;
  }
}
.top-purpose_btn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .top-purpose_btn {
    bottom: 36px;
  }
}

.top-scene {
  background: url(../img/scene_bg.jpg) center/cover;
  padding: 40px 0 40px;
}
.top-scene_title {
  font-size: 24px;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
}
@media (min-width: 561px) {
  .top-scene_title {
    font-size: 36px;
  }
}
.top-scene_list {
  max-width: 600px;
  margin: 24px auto 0;
}
.top-scene_list-item {
  font-size: 14px;
  position: relative;
  padding-left: 24px;
}
@media (min-width: 561px) {
  .top-scene_list-item {
    font-size: 20px;
    padding-left: 28px;
  }
}
.top-scene_list-item:nth-child(n+2) {
  margin-top: 4px;
}
.top-scene_list-item .__strong {
  font-weight: 600;
}
.top-scene_list-item .__support {
  position: relative;
}
.top-scene_list-item .__support::before {
  content: "（内縁、同性パートナー）";
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  left: -16px;
  transform: translateY(100%);
  font-weight: 400;
}
@media (min-width: 561px) {
  .top-scene_list-item .__support::before {
    font-size: 14px;
    left: -24px;
  }
}
.top-scene_list-item::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/check.png) center/cover;
  position: absolute;
  left: 0;
  top: 1.5px;
}
@media (min-width: 561px) {
  .top-scene_list-item::before {
    width: 22px;
    height: 22px;
    top: 5px;
  }
}

.top-news {
  padding: 40px 0;
  background-color: #47a2b6;
}
.top-news_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
}
@media (min-width: 561px) {
  .top-news_title {
    font-size: 36px;
  }
}
.top-news_list {
  max-width: 600px;
  margin: 24px auto 0;
}
.top-news_list-item {
  background-color: #fff;
}
.top-news_list-item:nth-child(n+2) {
  margin-top: 8px;
}
.top-news_list-link {
  display: inline-block;
  padding: 12px;
}
.top-news_list-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-news_list-meta .__category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  padding: 4px 4px 6px;
  min-width: 100px;
  line-height: 1.25;
}
@media (min-width: 561px) {
  .top-news_list-meta .__category {
    font-size: 14px;
  }
}
.top-news_list-meta .__category.__column {
  background-color: #02a8e4;
}
.top-news_list-meta .__category.__info {
  background-color: #e35583;
}
.top-news_list-meta .__date {
  font-size: 14px;
}
@media (min-width: 561px) {
  .top-news_list-meta .__date {
    font-size: 16px;
  }
}
.top-news_list-text {
  font-size: 14px;
  margin-top: 4px;
}
@media (min-width: 561px) {
  .top-news_list-text {
    font-size: 16px;
  }
}

.top-service {
  padding: 40px 0;
}
@media (min-width: 961px) {
  .top-service {
    padding: 80px 0;
  }
}
.top-service_title {
  font-size: 24px;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
}
.top-service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 316px;
  margin: 24px auto 0;
}
@media (min-width: 561px) {
  .top-service_list {
    max-width: 500px;
    justify-content: center;
  }
}
@media (min-width: 961px) {
  .top-service_list {
    max-width: 580px;
    margin-top: 48px;
  }
}
.top-service_list-item {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f4f6;
  border: 3px solid #47a2b6;
  gap: 10px;
  padding-bottom: 14px;
}
@media (min-width: 561px) {
  .top-service_list-item {
    width: 148px;
    height: 148px;
  }
}
@media (min-width: 961px) {
  .top-service_list-item {
    width: 180px;
    height: 180px;
  }
}
.top-service_list-item .__img {
  width: 50%;
}
@media (min-width: 961px) {
  .top-service_list-item .__img {
    width: 45%;
  }
}
.top-service_list-item .__text {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 961px) {
  .top-service_list-item .__text {
    font-size: 14px;
  }
}

.top-form {
  background-color: #fffbdc;
  padding: 40px 0;
}
@media (min-width: 961px) {
  .top-form {
    padding: 80px 0;
  }
}
.top-form_title {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Antique B1", sans-serif;
}
@media (min-width: 961px) {
  .top-form_title {
    font-size: 36px;
  }
}
.top-form_descript {
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
}
@media (min-width: 961px) {
  .top-form_descript {
    font-size: 16px;
  }
}
.top-form_table {
  max-width: 500px;
  margin: 24px auto 0;
}
.top-form_table-line:nth-child(n+2) {
  margin-top: 16px;
}
.top-form_table-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.top-form_table-area-wrap {
  display: flex;
  gap: 24px;
}
.top-form_table-area-wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.top-form_table-area-wrap input,
.top-form_table-area-wrap textarea,
.top-form_table-area-wrap select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #093c4c;
  background-color: #fff;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 961px) {
  .top-form_table-area-wrap input,
  .top-form_table-area-wrap textarea,
  .top-form_table-area-wrap select {
    font-size: 16px;
  }
}
.top-form_table-area-wrap input::-moz-placeholder, .top-form_table-area-wrap textarea::-moz-placeholder, .top-form_table-area-wrap select::-moz-placeholder {
  color: #cdcdce;
  font-size: 15px;
  font-weight: 500;
}
.top-form_table-area-wrap input::placeholder,
.top-form_table-area-wrap textarea::placeholder,
.top-form_table-area-wrap select::placeholder {
  color: #cdcdce;
  font-size: 15px;
  font-weight: 500;
}
.top-form_table-area-wrap input.__half,
.top-form_table-area-wrap textarea.__half,
.top-form_table-area-wrap select.__half {
  width: calc(50% - 12px);
}
.top-form_table-area-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select_arrow.png);
  background-size: 12px;
  background-position: center right 12px;
  background-repeat: no-repeat;
}
.top-form_table-area-wrap select::-ms-expand {
  display: none;
}
.top-form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #ff8b00;
  margin: 36px auto 0;
  background-image: url(../img/arrow_toright.png);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.top-form_text {
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  max-width: 600px;
  margin: 36px auto 0;
}
@media (min-width: 961px) {
  .top-form_text {
    font-size: 16px;
  }
}
.top-form_text a {
  font-weight: 500;
  text-decoration: underline;
  color: #ff8b00;
}

.flow-mv {
  width: 100%;
  height: 240px;
  background-color: #093c4c;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 561px) {
  .flow-mv {
    height: 400px;
  }
}
.flow-mv_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.flow-mv_right {
  background-image: url(../img/page-flow_mv.png);
  background-size: cover;
  background-position: center left;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.flow-mv_title {
  font-size: 24px;
  color: #fff;
  font-family: "Shippori Antique B1", sans-serif;
}
@media (min-width: 561px) {
  .flow-mv_title {
    font-size: 32px;
  }
}

.flow-intro {
  font-size: 13px;
  text-align: justify;
  padding: 24px;
  line-height: 1.5;
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .flow-intro {
    font-size: 16px;
  }
}

.flow-contents {
  width: 100%;
  background-color: #e5f2f5;
}
.flow-contents_inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
@media (min-width: 561px) {
  .flow-contents_inner {
    padding: 40px 0;
  }
}
.flow-contents_title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin-bottom: 24px;
  font-family: "Shippori Antique B1", sans-serif;
}
@media (min-width: 561px) {
  .flow-contents_title {
    font-size: 32px;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
.flow-contents_title::before, .flow-contents_title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: solid #999;
}
.flow-contents_title::before {
  top: 0px;
  left: 35px;
  border-width: 1px 0 0 1px;
}
@media (min-width: 561px) {
  .flow-contents_title::before {
    left: 0;
  }
}
.flow-contents_title::after {
  bottom: 0px;
  right: 35px;
  border-width: 0 1px 1px 0;
}
@media (min-width: 561px) {
  .flow-contents_title::after {
    right: 0;
  }
}
.flow-contents-subtitle {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5em;
  margin-top: 5px;
}
@media (min-width: 561px) {
  .flow-contents-subtitle {
    font-size: 16px;
  }
}
.flow-contents_list {
  width: 100%;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.flow-contents_list-item {
  width: 100%;
}
.flow-contents_step-title {
  width: 100%;
  font-size: 18px;
  display: flex;
}
@media (min-width: 561px) {
  .flow-contents_step-title {
    font-size: 21px;
  }
}
.flow-contents .step-number {
  color: #093c4c;
  background-color: #93c8d4;
  padding: 5px 15px;
  font-weight: 600;
}
@media (min-width: 561px) {
  .flow-contents .step-number {
    padding: 10px 30px;
  }
}
.flow-contents .step-label {
  display: block;
  color: #fff;
  font-weight: 600;
  flex: 1;
  background-color: #47a2b6;
  padding: 5px 15px;
}
@media (min-width: 561px) {
  .flow-contents .step-label {
    padding: 10px 30px;
  }
}
.flow-contents_list-inner {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  gap: 10px;
}
@media (min-width: 561px) {
  .flow-contents_list-inner {
    padding: 25px 0;
    gap: 15px;
  }
}
.flow-contents_list-inner.no-pb {
  padding-bottom: 0;
}
.flow-contents_list-inner.mb-lg {
  margin-bottom: 40px;
}
.flow-contents_list-img {
  width: 90px;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .flow-contents_list-img {
    width: 130px;
  }
}
.flow-contents_list-text {
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 561px) {
  .flow-contents_list-text {
    font-size: 16px;
  }
}

.flow-contents02 {
  background-color: #fffbdc;
}

.flow-line::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 270px;
  width: 5px;
  background: #93c8d4;
  z-index: 0;
}
@media (min-width: 561px) {
  .flow-line::before {
    left: 61px;
  }
}

.flow-contents_list-item {
  position: relative;
  z-index: 1;
}
.flow-contents_list-item.is-flex {
  display: flex;
  gap: 5px;
}
.flow-contents_list-item.is-flex .flow-contents_list-item-block:first-child {
  width: 48%;
}
.flow-contents_list-item.is-flex .flow-contents_list-item-block:last-child {
  width: 52%;
}
.flow-contents_list-item.is-flex .step-label {
  padding: 5px 0;
  font-size: 17px;
  text-align: center;
  height: 36px;
}
@media (min-width: 561px) {
  .flow-contents_list-item.is-flex .step-label {
    padding: 13px 0;
    height: 50px;
  }
}

.is-flex .flow-contents_step-title {
  position: relative;
}
.is-flex .flow-contents_step-title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #52b5c2;
}

.reservation-area {
  width: calc(100% - 40px);
  margin: 30px auto;
  background-image: url(../img/reservation_bg.jpg);
  background-size: cover;
  background-position: center;
  border: 3px solid #093c4c;
}
@media (min-width: 561px) {
  .reservation-area {
    width: calc(100% - 80px);
    margin: 50px auto;
    max-width: 600px;
  }
}
.reservation-area_inner {
  color: #fff;
  padding: 30px 0 25px;
}
@media (min-width: 561px) {
  .reservation-area_inner {
    padding: 60px 0 50px;
  }
}
.reservation-area_title {
  color: #fff;
  font-family: "Shippori Antique B1", sans-serif;
  text-align: center;
  background-color: rgba(10, 60, 76, 0.8);
  position: relative;
  margin-bottom: 20px;
  padding: 7px 0 8px;
  font-size: 18px;
}
@media (min-width: 561px) {
  .reservation-area_title {
    margin-bottom: 40px;
    padding: 9px 0 12px;
    font-size: 24px;
  }
}
.reservation-area_title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid rgba(10, 60, 76, 0.8);
}
@media (min-width: 561px) {
  .reservation-area_title::before {
    bottom: -20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid rgba(10, 60, 76, 0.8);
  }
}
.reservation-area_subtitle {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 561px) {
  .reservation-area_subtitle {
    font-size: 18px;
  }
}
.reservation-area_btn {
  background-color: #ff8b00;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 13px;
  gap: 7px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 561px) {
  .reservation-area_btn {
    width: 260px;
    padding: 13px 0 16px;
    font-size: 18px;
    gap: 12px;
  }
}
.reservation-area_btn img {
  width: 21px;
}
@media (min-width: 561px) {
  .reservation-area_btn img {
    width: 28px;
    margin-top: 5px;
  }
}

.section-title {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  background-color: #093c4c;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.support-mv_img {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 561px) {
  .support-mv_img {
    margin-bottom: 30px;
  }
}
.support-mv_caption {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-family: "Shippori Antique B1", sans-serif;
}
.support-mv_caption span {
  color: #bea680;
  font-size: 10px;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.support-mv_text {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .support-mv_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.support-mv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #ff8b00;
  margin: 36px auto 0;
  background-image: url(../img/arrow_toright.png);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (min-width: 561px) {
  .support-mv_btn {
    font-size: 20px;
    margin: 46px auto 0;
  }
}
.support-mv_inner {
  max-width: 600px;
  margin: 0 auto;
}

.service-intro {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 561px) {
  .service-intro {
    font-size: 16px;
  }
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (min-width: 561px) {
  .service-table {
    max-width: 600px;
    margin: 0 auto;
  }
}
.service-table th,
.service-table td {
  border: 1px solid #093c4c;
  padding: 6px;
}
@media (min-width: 561px) {
  .service-table th,
  .service-table td {
    padding: 10px;
  }
}
.service-table_header {
  background-color: #47a2b6;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 561px) {
  .service-table_header {
    font-size: 21px;
  }
}
.service-table_header.__plan, .service-table_cell.__plan {
  width: 24%;
  text-align: center;
}
.service-table_header.__price, .service-table_cell.__price {
  width: 38%;
}
.service-table_header.__recommend, .service-table_cell.__recommend {
  width: 38%;
}
.service-table_cell.__recommend {
  font-size: 13px;
}
@media (min-width: 561px) {
  .service-table_cell.__recommend {
    font-size: 16px;
  }
}
.service-table_cell.__plan {
  color: #093c4c;
  font-weight: bold;
  font-size: 13px;
  background-color: #e0eff3;
}
@media (min-width: 561px) {
  .service-table_cell.__plan {
    font-size: 21px;
  }
}
.service-table_cell.__price {
  color: #ff8b00;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff9f2;
}
@media (min-width: 561px) {
  .service-table_cell.__price {
    font-size: 23px;
  }
}
.service-table .price-box {
  display: flex;
  justify-content: center;
}
.service-table .price-box_top, .service-table .price-box_bottom, .service-table .price-box_tax {
  display: block;
  color: #ff8b00;
  line-height: 1.2;
}
.service-table .price-box_tax {
  font-size: 11px;
  text-align: right;
  margin-right: 20px;
}
@media (min-width: 561px) {
  .service-table .price-box_tax {
    font-size: 13px;
  }
}
.service-table .fee-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.service-table .fee-box_item {
  position: relative;
}
.service-table .fee-box_item:last-child {
  margin-bottom: 10px;
}
.service-table .fee-box_value {
  display: block;
  color: #ff8b00;
  line-height: 1.2;
  font-size: 13px;
}
@media (min-width: 561px) {
  .service-table .fee-box_value {
    font-size: 18px;
  }
}
.service-table .fee-box_note {
  display: block;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 561px) {
  .service-table .fee-box_note {
    font-size: 14px;
  }
}
.service-table .fee-box_ab {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 561px) {
  .service-table .fee-box_ab {
    font-size: 14px;
    line-height: 1;
  }
}
.service-table .fee-box_tax {
  display: block;
  font-size: 8px;
  font-weight: 400;
  position: absolute;
  right: 0;
  color: #000;
}
@media (min-width: 561px) {
  .service-table .fee-box_tax {
    font-size: 10px;
  }
}

.service-text {
  background-color: #FFFBDC;
  margin-top: 30px;
}
.service-text_inner {
  font-size: 13px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width: 561px) {
  .service-text_inner {
    font-size: 16px;
    width: calc(100% - 80px);
    max-width: 600px;
  }
}

.articles-list_items {
  width: 100%;
}
.articles-list_item {
  border-bottom: 1px dotted #093C4C;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 561px) {
  .articles-list_item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.articles-list_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.articles-list_img {
  max-width: 80px;
}
@media (min-width: 561px) {
  .articles-list_img {
    max-width: 130px;
  }
}
.articles-list_date {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 561px) {
  .articles-list_date {
    font-size: 18px;
  }
}
.articles-list_text {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.articles-list_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 50px;
  max-width: 300px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #ff8b00;
  margin: 25px auto 0;
  background-image: url(../img/arrow_toright.png);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
@media (min-width: 561px) {
  .articles-list_more {
    font-size: 20px;
  }
}

.mb0 {
  margin-bottom: 0;
}

.l-article__mb0 {
  margin-bottom: 0;
}
.l-article_bg {
  width: 100%;
  background-color: #E5F2F5;
}
.l-article_inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 561px) {
  .l-article_inner {
    width: calc(100% - 80px);
    max-width: 600px;
  }
}
.l-article_inner h2,
.l-article_inner h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 561px) {
  .l-article_inner h2,
  .l-article_inner h3 {
    font-size: 20px;
  }
}
.l-article_inner h2 {
  color: #FF8B00;
}
.l-article_inner h3 {
  color: #47A2B6;
}
.l-article_inner p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .l-article_inner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.l-article_inner p code {
  font-weight: 600;
  -webkit-text-decoration: #FFE100 underline;
          text-decoration: #FFE100 underline;
  text-decoration-thickness: 3px;
  text-underline-offset: -2px;
}
.l-article_date {
  font-size: 13px;
  margin-bottom: 5px;
}
@media (min-width: 561px) {
  .l-article_date {
    font-size: 16px;
  }
}
.l-article_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 561px) {
  .l-article_title {
    font-size: 24px;
  }
}
.l-article_mv {
  display: block;
  margin-bottom: 15px;
}

.article-reserve {
  position: relative;
}
.article-reserve_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}
@media (min-width: 561px) {
  .article-reserve_inner {
    margin-top: 5%;
  }
}
.article-reserve_text {
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 60px;
}
@media (min-width: 561px) {
  .article-reserve_text {
    font-size: 24px;
    width: calc(100% - 80px);
    max-width: 600px;
    padding: 40px;
    margin-bottom: 20%;
  }
}
.article-reserve_btn {
  background-color: #ff8b00;
  border: 1px solid #fff;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 300px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  background-image: url(../img/arrow_toright.png);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (min-width: 561px) {
  .article-reserve_btn {
    font-size: 20px;
    width: 340px;
  }
}

.articles-list_heading {
  background-color: #093C4C;
  color: #fff;
  font-size: 20px;
  font-family: "Shippori Antique B1", sans-serif;
  padding: 6px 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .articles-list_heading {
    font-size: 30px;
    padding: 10px 0 15px;
  }
}
.articles-list_items {
  max-width: 600px;
  margin: 0 auto;
}
.articles-list_text {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.articles-list_item:last-child {
  border-bottom: none;
}

.article-list_text {
  font-weight: 600;
}
@media (min-width: 561px) {
  .article-list_text {
    font-size: 20px;
  }
}

.profile-mv_wrap {
  position: relative;
}
.profile-mv_slogan {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, -50%);
}
@media (min-width: 561px) {
  .profile-mv_slogan {
    width: 60%;
    max-width: 900px;
  }
}

.profile-block {
  position: relative;
  padding: 50px 0 40px;
  background: linear-gradient(to bottom, #DBDBD7, #ffffff);
}
@media (min-width: 561px) {
  .profile-block {
    padding: 100px 0 90px;
  }
}
.profile-block_title {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 7px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
}
.profile-block_title::after {
  content: "";
  width: calc(100% - 80px);
  position: absolute;
  left: 0;
  height: 1px;
  background: #093C4C;
  margin-bottom: 2px;
}
@media (min-width: 561px) {
  .profile-block_title::after {
    width: 100vw;
    right: 130px;
    left: unset;
  }
}
@media (min-width: 561px) {
  .profile-block_title {
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
.profile-block_en {
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
@media (min-width: 561px) {
  .profile-block_en {
    font-size: 40px;
  }
}
.profile-block_num {
  width: 72px;
  font-size: 72px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 561px) {
  .profile-block_num {
    font-size: 100px;
    width: 123px;
  }
}
.profile-block_office {
  font-size: 13px;
}
@media (min-width: 561px) {
  .profile-block_office {
    font-size: 16px;
  }
}
.profile-block_name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 561px) {
  .profile-block_name {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.profile-block_info {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (min-width: 561px) {
  .profile-block_info {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.profile-block_text {
  font-size: 13px;
  line-height: 1.75;
}
@media (min-width: 561px) {
  .profile-block_text {
    font-size: 16px;
  }
}

.privacy-policy_content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (min-width: 561px) {
  .privacy-policy_content h2 {
    font-size: 22px;
  }
}
.privacy-policy_content p {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 561px) {
  .privacy-policy_content p {
    font-size: 16px;
  }
}
.privacy-policy_content ul {
  margin-left: 2em;
  list-style: decimal;
}
.privacy-policy_content li {
  font-size: 14px;
}
@media (min-width: 561px) {
  .privacy-policy_content li {
    font-size: 16px;
  }
}

@media (min-width: 961px) {
  .u_break-none_tb {
    display: none;
  }
}

@media (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */