@charset "UTF-8";
html {
  font-size: 1.0666666667vw;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 390px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 389.98px) {
  html {
    font-size: 3.5897435897vw;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #205288;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

:target {
  scroll-margin-top: 5rem;
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 4.2857142857rem;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.body.is_open {
  overflow: hidden;
}

.btn {
  position: relative;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0075em;
}

.btn_blue {
  color: #fff;
  background-color: #205288;
  border: 1px solid #205288;
}

@media (min-width: 768px) {
  .btn_blue:hover {
    color: #205288;
    background-color: #fff;
  }
}

.btn_white {
  color: #205288;
  background-color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .btn_white:hover {
    color: #fff;
    background-color: #205288;
  }
}

.section_title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  height: 9.375rem;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    height: 4.2857142857rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
}

.header.header_fixed {
  height: 5rem;
}
@media (max-width: 768px) {
  .header.header_fixed {
    height: 4.2857142857rem;
  }
}

.customize-support .header {
  top: 2rem;
}
@media (max-width: 768px) {
  .customize-support .header {
    top: 3.2857142857rem;
  }
}

.header_fixed {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_inner {
  height: inherit;
}
@media (max-width: 768px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4285714286rem;
    height: inherit;
    padding-right: 5rem;
  }
}

.header_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .header_head {
    display: contents;
  }
}

.header_fixed .header_head {
  display: none;
}
@media (max-width: 768px) {
  .header_fixed .header_head {
    display: block;
  }
}

.header_title {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #747474;
  white-space: nowrap;
  margin-top: 0.625rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .header_title {
    display: none;
  }
}

.header_fixed .header_title {
  display: none;
}

.header_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1.25rem;
  width: 100%;
  max-width: 34.6875rem;
}
@media (max-width: 768px) {
  .header_action {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.header_fixed .header_action {
  display: none;
}
@media (max-width: 768px) {
  .header_fixed .header_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header_instagram {
  width: 1.625rem;
  margin-top: 1.0625rem;
}
@media (max-width: 768px) {
  .header_instagram {
    width: 2.3571428571rem;
    margin-top: 0;
  }
}

.header_instagram a {
  display: block;
}

.header_unit {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .header_unit {
    display: none;
  }
}

.header_tel {
  width: 100%;
  max-width: 17.5625rem;
}

.header_time {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: right;
}

.header_reservation {
  width: 100%;
  max-width: 13.6875rem;
}
@media (max-width: 768px) {
  .header_reservation {
    display: none;
  }
}

.header_reservation .btn {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  color: #205288;
  background-color: #FBCA5A;
  border: 1px solid #FBCA5A;
  padding: 1.5rem 0.625rem 1.5625rem 3.75rem;
}

@media (min-width: 768px) {
  .header_reservation .btn:hover {
    background-color: #fff;
    border-color: #205288;
  }
}

.header_reservation .btn::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 1.875rem;
  left: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_reservation_blue.svg) no-repeat center center/contain;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .header_wrapper {
    display: contents;
  }
}

.header_fixed .header_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header_logo {
  width: 100%;
  max-width: 16.375rem;
  margin-top: -1.25rem;
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 11.4285714286rem;
    margin-top: 0;
  }
}

.header_fixed .header_logo {
  max-width: 3.75rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .header_fixed .header_logo {
    max-width: 11.4285714286rem;
  }
}

.header_fixed .header_logo_title {
  display: none;
}
@media (max-width: 768px) {
  .header_fixed .header_logo_title {
    display: block;
  }
}

.header_logo_mark {
  display: none;
}

.header_fixed .header_logo_mark {
  display: block;
}
@media (max-width: 768px) {
  .header_fixed .header_logo_mark {
    display: none;
  }
}

.header_nav {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header_nav {
    display: none;
  }
}

.header_fixed .header_nav {
  height: inherit;
}

.header_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.header_fixed .header_lists {
  height: inherit;
}

.header_list {
  position: relative;
}

.header_fixed .header_list {
  height: inherit;
}

.header_list_link {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #205288;
  padding: 1.625rem 0 1.4375rem;
}

.header_fixed .header_list_link {
  height: inherit;
}

@media (min-width: 768px) {
  .header_list_link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.header_fixed .header_list_link {
  padding: 1.5625rem 0 1.5625rem;
}

.header_list_link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 0.625rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FBCA5A;
}

.header_list_sub .header_list_link::after {
  display: none;
}

.header_list_btn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #205288;
  border: 1px solid #205288;
  padding: 1.5625rem 1.25rem 1.4375rem;
}

@media (min-width: 768px) {
  .header_list_btn:hover {
    color: #205288;
    background-color: #fff;
  }
}

.header_fixed .header_list_btn {
  font-size: 0.9375rem;
  padding: 1.5625rem 1.0625rem 1.5625rem;
  height: inherit;
}

.header_fixed .header_list_top {
  display: none;
}

.header_list_reservation {
  display: none;
}

.header_fixed .header_list_reservation {
  display: block;
}

.header_fixed .header_list_contact {
  display: none;
}

.header_list_menus {
  position: absolute;
  top: 3.4375rem;
  left: 50%;
  width: 13.75rem;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .header_list:hover .header_list_menus {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_menu {
  display: block;
  text-align: center;
}

.header_list_menu a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #205288;
  border: 1px solid #fff;
  padding: 0.625rem 0.625rem;
}

@media (min-width: 768px) {
  .header_list_menu a:hover {
    color: #205288;
    background-color: #fff;
    border-color: #205288;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 5rem;
  height: 5rem;
  background-color: #205288;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 768px) {
  .header_hamburger {
    display: block;
    width: 4.2857142857rem;
    height: 4.2857142857rem;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_hamburger_bar:nth-of-type(1) {
  top: -0.75rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -0.8571428571rem;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -0.125rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -0.2857142857rem;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 0.5rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 0.2857142857rem;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: 1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #205288;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #205288;
}

.header_hamburger_title {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 0.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    bottom: 0.2857142857rem;
  }
}

.header_hamburger.is_open .header_hamburger_title {
  color: #205288;
}

.header_drawer {
  padding: 4.375rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}

.header_drawer.is_open {
  opacity: 1;
  visibility: visible;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 1.1428571429rem 6.25rem;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #205288;
}

.header_drawer_list_link {
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #205288;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem 0.625rem;
  color: #205288;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 1rem;
  }
}

/* main
------------------------------ */
.main {
  margin-top: 9.375rem;
}
@media (max-width: 768px) {
  .main {
    margin-top: 4.2857142857rem;
  }
}

/* top - main_view
------------------------------ */
.main_view_inner {
  position: relative;
}

.main_view_content {
  position: absolute;
  width: 86.6667vw;
  left: 50%;
  top: 17%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 1.6667vw;
}
@media (max-width: 768px) {
  .main_view_content {
    top: auto;
    bottom: 15%;
    padding: 0 4.2667vw;
  }
}

.main_view_message {
  position: relative;
  width: 31.4667vw;
}
@media (max-width: 768px) {
  .main_view_message {
    width: 86.1333vw;
  }
}

@media (max-width: 768px) {
  .main_view_message img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main_view_btn {
    margin-top: -10.6667vw;
  }
}

.main_view_btn .btn {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 15.7333vw;
  text-align: center;
  border-radius: 0.6667vw;
  padding: 1.2vw 0.6667vw;
}
@media (max-width: 768px) {
  .main_view_btn .btn {
    font-size: 4.2667vw;
    max-width: 53.3333vw;
    padding: 3.4667vw 2.6667vw;
  }
}

/* top - about
------------------------------ */
.about {
  background-color: #FFFAEC;
  padding: 7.25rem 0 8.125rem;
}
@media (max-width: 768px) {
  .about {
    padding: 3.5714285714rem 0;
  }
}

.about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3125rem;
}
@media (max-width: 768px) {
  .about_wrapper {
    position: relative;
    display: block;
  }
}

.about_logo {
  width: 100%;
  max-width: 9.6875rem;
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .about_logo {
    position: absolute;
    top: 0;
    max-width: 4.6428571429rem;
    margin-top: 0;
  }
}

.about_main {
  width: 100%;
  max-width: 54.0625rem;
}

.about_head {
  background: url(../images/common/border_dotted_orange.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .about_head {
    padding-left: 5.7142857143rem;
  }
}

.about_title span {
  position: relative;
  display: inline-block;
}

.about_title span::after {
  position: absolute;
  content: "";
  width: 2.75rem;
  height: 2.875rem;
  right: -2.875rem;
  top: -1.375rem;
  background: url(../images/top/about_title_icon.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about_title span::after {
    display: none;
  }
}

.about_message {
  font-size: 1.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.about_message span {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .about_message span {
    font-size: 1.5714285714rem;
  }
}

.about_message span::after {
  position: absolute;
  content: "";
  width: 2.5625rem;
  height: 1.75rem;
  right: -3.0625rem;
  top: -0.25rem;
  background: url(../images/top/about_message_icon.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about_message span::after {
    display: none;
  }
}

.about_text {
  /* line-height: 2.05; */
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.5625rem;
}

.about_text p + p {
  margin-top: 1.25rem;
}

.about_icon {
  width: 100%;
  max-width: 8.3125rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .about_icon {
    display: none;
  }
}

.about_pics {
  margin-top: 2.8125rem;
}

.about_pic {
  width: calc((100% - 6.5rem) / 5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .about_pic {
    width: 100%;
  }
}

.about_pics .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about_pics .swiper-slide {
  margin-right: 0;
}

.about_pic img {
  border-radius: 0.625rem;
}

/* top - worry
------------------------------ */
.worry {
  margin-top: 7.9375rem;
}
@media (max-width: 768px) {
  .worry {
    margin-top: 3.5714285714rem;
  }
}

.worry_title {
  text-align: center;
}

.worry_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.375rem;
}
@media (max-width: 768px) {
  .worry_title span {
    padding: 0 3.2142857143rem 0.5714285714rem 3.2142857143rem;
  }
}

.worry_title span::before {
  position: absolute;
  content: "";
  width: 5.75rem;
  height: 6rem;
  left: -6.5625rem;
  top: -0.625rem;
  background: url(../images/top/worry_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .worry_title span::before {
    width: 3.2142857143rem;
    left: 0;
  }
}

.worry_title span::after {
  position: absolute;
  content: "";
  width: 5.75rem;
  height: 6rem;
  right: -6.5625rem;
  top: -0.625rem;
  background: url(../images/top/worry_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .worry_title span::after {
    width: 3.2142857143rem;
    right: 0;
  }
}

.worry_pic {
  width: 100%;
  max-width: 72.5rem;
  margin: 3.9375rem auto 0;
}
@media (max-width: 768px) {
  .worry_pic {
    margin: 2.1428571429rem auto 0;
  }
}

.worry_cta {
  margin-top: 8.125rem;
}
@media (max-width: 768px) {
  .worry_cta {
    margin-top: 2.1428571429rem;
  }
}

/* cta
------------------------------ */
.cta_head {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #205288;
  background: rgba(253, 204, 17, 0.5);
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  padding: 1.625rem 0 1.625rem;
}
@media (max-width: 768px) {
  .cta_head {
    font-size: 1.5714285714rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.cta_head_sunflower {
  position: absolute;
  left: 2.5rem;
  bottom: -5.25rem;
  width: 100%;
  max-width: 6.9375rem;
}
@media (max-width: 768px) {
  .cta_head_sunflower {
    display: none;
  }
}

.cta_head_title {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .cta_head_title {
    font-size: 1.5714285714rem;
    line-height: 1.4;
    padding: 0;
  }
}

.cta_head_title span {
  display: inline-block;
  background: url(../images/common/border_dotted_white.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.1875rem;
}

.cta_head_human {
  position: absolute;
  width: 100%;
  max-width: 7.1875rem;
  right: 4.375rem;
  bottom: -5.1875rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_head_human {
    display: none;
  }
}

.cta_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  background-color: #FDF1C7;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 2.625rem 3.625rem 3.3125rem;
}
@media (max-width: 768px) {
  .cta_wrapper {
    display: block;
    padding: 1.4285714286rem 1.4285714286rem 1.4285714286rem;
  }
}

.cta_wrapper::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 5.625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FBCA5A;
}
@media (max-width: 768px) {
  .cta_wrapper::before {
    display: none;
  }
}

.cta_web {
  position: relative;
  width: 100%;
  max-width: 31.875rem;
}
@media (max-width: 768px) {
  .cta_web {
    padding-top: 0.8571428571rem;
    margin: auto;
  }
}

.cta_web_message {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}

.cta_web_unit {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.3125rem 0.625rem 0.875rem;
  margin-top: 1.375rem;
}

.cta_web_link {
  text-align: center;
}

.cta_web_time {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-top: 0.625rem;
}

.cta_web_btn .btn {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  max-width: 31.9375rem;
  text-align: center;
  border-radius: 0.625rem;
  padding: 1rem 0.625rem 1.0625rem 4.0625rem;
}

.cta_web_btn .btn::after {
  position: absolute;
  content: "";
  width: 2.75rem;
  height: 2.625rem;
  right: -2.125rem;
  top: -2.125rem;
  background: url(../images/common/cta_web_btn_icon.png) no-repeat center center/contain;
}

.cta_web_btn .btn span {
  position: relative;
}

.cta_web_btn .btn span::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 1.875rem;
  left: -3.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_reservation_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta_line {
  position: relative;
  width: 100%;
  max-width: 31.9375rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cta_line {
    margin: 1.4285714286rem auto 0;
    text-align: center;
  }
}

.cta_line_btn .btn {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  max-width: 31.9375rem;
  text-align: center;
  border-radius: 0.625rem;
  padding: 1rem 0.625rem 1.0625rem 4.0625rem;
}

.cta_line_btn .btn span {
  position: relative;
}

@media (max-width: 768px) {
  .cta_line_btn .btn::after {
    width: 2.1428571429rem;
    height: 2.0714285714rem;
    right: -1.4285714286rem;
    top: -1.7142857143rem;
  }
}

.cta_line_btn .btn span::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  left: -3.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_line_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .cta_web_btn .btn:hover span::before {
    background: url(../images/common/icon_reservation_blue.svg) no-repeat center center/contain;
  }
  .cta_line_btn:hover .btn span::before {
    background: url(../images/common/icon_line_white.svg) no-repeat center center/contain;
  }
}
/* top - strong
------------------------------ */
.strong {
  margin-top: 8.125rem;
  background-color: rgba(214, 237, 239, 0.35);
  padding: 8rem 0 8.125rem;
}
@media (max-width: 768px) {
  .strong {
    margin-top: 3.5714285714rem;
    padding: 3.5714285714rem 0;
  }
}

.strong_title {
  text-align: center;
}

.strong_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .strong_title span {
    padding: 0 3.2142857143rem 0.7142857143rem;
  }
}

.strong_title span::before {
  position: absolute;
  content: "";
  width: 6.1875rem;
  height: 6.25rem;
  left: -7.0625rem;
  top: -1.9375rem;
  background: url(../images/top/strong_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .strong_title span::before {
    width: 2.8571428571rem;
    height: 2.9285714286rem;
    left: 0;
    top: -0.4285714286rem;
  }
}

.strong_title span::after {
  position: absolute;
  content: "";
  width: 6.1875rem;
  height: 4.8125rem;
  right: -7.375rem;
  top: -0.625rem;
  background: url(../images/top/strong_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .strong_title span::after {
    width: 2.8571428571rem;
    height: 2.4285714286rem;
    right: 0;
    top: 0;
  }
}

.strong_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.625rem;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .strong_cards {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
    margin-top: 2.1428571429rem;
  }
}

.strong_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  border-radius: 0.625rem;
}

.strong_card_title {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 7.8125rem;
  padding: 1.625rem 0.625rem 1.375rem;
}
@media (max-width: 768px) {
  .strong_card_title {
    font-size: 1.4285714286rem;
    padding: 1.0714285714rem 1.4285714286rem;
    min-height: 5rem;
  }
}

.strong_card_text {
  line-height: 1.45;
  padding: 1.5625rem 1.375rem 1.875rem;
}
@media (max-width: 768px) {
  .strong_card_text {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.strong_text {
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 0.625rem;
}

/* top - flow
------------------------------ */
.flow {
  padding-top: 7.9375rem;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 3.5714285714rem;
  }
}

.flow_title {
  text-align: center;
}

.flow_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.4375rem;
}
@media (max-width: 768px) {
  .flow_title span {
    padding: 0 3.5714285714rem 0.5rem;
  }
}

.flow_title span::before {
  position: absolute;
  content: "";
  width: 4.3125rem;
  height: 6.25rem;
  left: -6.125rem;
  top: -0.8125rem;
  background: url(../images/top/flow_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .flow_title span::before {
    width: 2.8571428571rem;
    height: 4.0714285714rem;
    left: 0;
    top: -1.7857142857rem;
  }
}

.flow_title span::after {
  position: absolute;
  content: "";
  width: 6.3125rem;
  height: 6.5rem;
  right: -8.375rem;
  top: -1.25rem;
  background: url(../images/top/flow_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .flow_title span::after {
    width: 2.8571428571rem;
    height: 3rem;
    right: 0;
    top: -0.6428571429rem;
  }
}

.flow_menu {
  text-align: center;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .flow_menu {
    margin-top: 2.1428571429rem;
  }
}

.flow_menu_support {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  max-width: 23.125rem;
  text-align: center;
  background-color: #FDDD6F;
  border-radius: 3.125rem;
  padding: 1.6875rem 0;
  margin: 4.625rem auto 0;
}

.flow_menu_support::before {
  position: absolute;
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  top: -2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../images/top/flow_menu_support_icon_center.png) no-repeat center center/contain;
}

.flow_menu_support span {
  position: relative;
}

.flow_menu_support span::before {
  position: absolute;
  content: "";
  width: 2.4375rem;
  height: 2rem;
  top: -2.125rem;
  left: -5rem;
  z-index: 1;
  background: url(../images/top/flow_menu_support_icon_left.png) no-repeat center center/contain;
}

.flow_menu_support span::after {
  position: absolute;
  content: "";
  width: 2.3125rem;
  height: 3.1875rem;
  top: -2.5rem;
  right: -4.6875rem;
  z-index: 1;
  background: url(../images/top/flow_menu_support_icon_right.png) no-repeat center center/contain;
}

.flow_items {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .flow_items {
    margin-top: 2.1428571429rem;
  }
}

.flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F1F9F9;
  border-radius: 0.625rem;
  padding: 2.5rem 3.4375rem 3.4375rem 2.75rem;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .flow_item {
    display: block;
    padding: 1.7857142857rem 1.4285714286rem;
  }
}

.flow_item:nth-of-type(n + 2) {
  margin-top: 3.1875rem;
}
@media (max-width: 768px) {
  .flow_item:nth-of-type(n + 2) {
    margin-top: 2.1428571429rem;
  }
}

.flow_item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 5.25rem;
  bottom: -3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../images/top/flow_item_arrow.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .flow_item:not(:last-of-type):after {
    width: 1.4285714286rem;
    height: 3.7857142857rem;
    bottom: -3rem;
  }
}

.flow_item_unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 43.75rem;
  gap: 1.25rem;
}

.flow_item_num {
  width: 100%;
  max-width: 6.25rem;
}
@media (max-width: 768px) {
  .flow_item_num {
    max-width: 3.75rem;
    position: absolute;
    top: 0.625rem;
  }
}

.flow_item_content {
  position: relative;
  width: 100%;
  max-width: 35rem;
  margin-top: 0.375rem;
}
@media (max-width: 768px) {
  .flow_item_content {
    margin-top: 1.0714285714rem;
  }
}

.flow_item_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 768px) {
  .flow_item_title {
    font-size: 1.8571428571rem;
    line-height: 1.2;
    padding-bottom: 1.5625rem;
    padding-left: 4.375rem;
  }
}

.flow_item_title span {
  display: inline-block;
  width: 100%;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.375rem;
}

.flow_item_text {
  line-height: 1.75;
  margin-top: 1.0625rem;
}
@media (max-width: 768px) {
  .flow_item_text {
    margin-top: 0;
  }
}

.flow_item_text_list {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .flow_item_text_list {
    padding-left: 1rem;
  }
}

.flow_item_text_list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.8125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #205288;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .flow_item_text_list::before {
    top: 0.7857142857rem;
    width: 0.2142857143rem;
    height: 0.2142857143rem;
  }
}

.flow_item_btn {
  margin-top: 1.75rem;
}

.flow_item_btn .btn {
  width: 100%;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.9375rem 0.625rem 1.0625rem 2.5625rem;
}
@media (max-width: 768px) {
  .flow_item_btn .btn {
    padding: 1.0714285714rem 0.7142857143rem 1.0714285714rem 1.4285714286rem;
  }
}

.flow_item_btn .btn span {
  position: relative;
}

.flow_item_btn .btn span::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 1.875rem;
  left: -2.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_reservation_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .flow_item_btn .btn span::before {
    width: 1.8571428571rem;
    height: 1.5714285714rem;
    left: -2.6428571429rem;
  }
}

.flow_item_figure {
  margin-top: 0.5rem;
}

.flow_item_figure dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flow_item_figure dl {
    display: block;
  }
}

.flow_item_figure dt {
  color: #fff;
  background-color: #205288;
  width: 5.625rem;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.5rem 0.8125rem;
}
@media (max-width: 768px) {
  .flow_item_figure dt {
    width: 100%;
    border-radius: 0.7142857143rem 0.7142857143rem 0 0;
  }
}

.flow_item_figure dd {
  background-color: #fff;
  width: calc(100% - 5.625rem);
  border-radius: 0 0.625rem 0.625rem 0;
  padding: 0.5rem 0.625rem;
}
@media (max-width: 768px) {
  .flow_item_figure dd {
    width: 100%;
    border-radius: 0 0 0.7142857143rem 0.7142857143rem;
  }
}

.flow_item_formal .flow_item_icon {
  position: absolute;
  width: 3.4375rem;
  left: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow_item_formal .flow_item_icon {
    display: none;
  }
}

.flow_item_society .flow_item_icon {
  position: absolute;
  width: 5.8125rem;
  left: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow_item_society .flow_item_icon {
    display: none;
  }
}

.flow_item_marriage .flow_item_icon {
  position: absolute;
  width: 17.5rem;
  left: 7%;
  z-index: 1;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .flow_item_marriage .flow_item_icon {
    display: none;
  }
}

.flow_item_img {
  width: 100%;
  max-width: 25rem;
  margin-top: 0.875rem;
}
@media (max-width: 768px) {
  .flow_item_img {
    max-width: 100%;
  }
}

.flow_item_img img {
  border-radius: 0.625rem;
}

.flow_cta {
  margin-top: 8.125rem;
}
@media (max-width: 768px) {
  .flow_cta {
    margin-top: 2.1428571429rem;
  }
}

@media screen and (min-width: 769px) {
  .flow_item_btn .btn:hover span::before {
    background: url(../images/common/icon_reservation_blue.svg) no-repeat center center/contain;
  }
}
/* top - works
------------------------------ */
.works {
  background: url(../images/top/works_bg.jpg) no-repeat center center/cover;
  padding: 7.75rem 0 8.1875rem;
  margin-top: 8.25rem;
}
@media (max-width: 768px) {
  .works {
    background: url(../images/top/works_bg_sp.jpg) no-repeat right center/cover;
    padding: 3.5714285714rem 0;
    margin-top: 3.5714285714rem;
  }
}

.works_title {
  text-align: center;
}

.works_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_white.png) repeat-x left bottom/0.875rem 0.25rem;
  padding-bottom: 0.375rem;
}
@media (max-width: 768px) {
  .works_title span {
    padding: 0 3.5714285714rem 0.5rem;
  }
}

.works_title span::before {
  position: absolute;
  content: "";
  width: 4.5625rem;
  height: 4rem;
  left: -6.5rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/works_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .works_title span::before {
    width: 2.5rem;
    height: 2.2142857143rem;
    left: 0;
    top: 50%;
  }
}

.works_title span::after {
  position: absolute;
  content: "";
  width: 6.125rem;
  height: 4.5rem;
  right: -8.125rem;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/works_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .works_title span::after {
    width: 3.9285714286rem;
    height: 2.9285714286rem;
    right: -0.7142857143rem;
    top: 50%;
  }
}

.works_slider_area {
  position: relative;
}

.works_items_slider {
  position: relative;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .works_items_slider {
    margin-top: 2.1428571429rem;
  }
}

.works_slider_area .swiper-button-prev,
.works_slider_area .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #205288;
  -webkit-box-shadow: 0 0 0.5rem rgba(63, 63, 63, 0.2);
          box-shadow: 0 0 0.5rem rgba(63, 63, 63, 0.2);
}
@media (max-width: 768px) {
  .works_slider_area .swiper-button-prev,
  .works_slider_area .swiper-button-next {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}

.works_slider_area .swiper-button-prev {
  left: -0.625rem;
}
@media (max-width: 768px) {
  .works_slider_area .swiper-button-prev {
    left: -0.2857142857rem;
  }
}

.works_slider_area .swiper-button-next {
  right: -0.625rem;
}
@media (max-width: 768px) {
  .works_slider_area .swiper-button-next {
    right: -0.2857142857rem;
  }
}

.works_slider_area .swiper-button-prev::after,
.works_slider_area .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1.8125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .works_slider_area .swiper-button-prev::after,
  .works_slider_area .swiper-button-next::after {
    width: 0.8571428571rem;
    height: 1.6428571429rem;
  }
}

.works_slider_area .swiper-button-prev::after {
  background: url(../images/common/prev_arrow_white.png) no-repeat center center/contain;
}

.works_slider_area .swiper-button-next::after {
  background: url(../images/common/next_arrow_white.png) no-repeat center center/contain;
}

.works_slider_area .swiper-navigation-icon {
  display: none;
}

.works_items .swiper-slide {
  height: auto !important;
}

.works_item {
  background-color: #fff;
  width: auto;
  border-radius: 0.625rem;
  padding: 1.9375rem 0.9375rem 2.5rem;
  height: 100%;
}

.works_items .swiper-slide {
  margin: 0;
}

.works_item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.works_item_img {
  text-align: center;
}

.works_item_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 361/159;
  margin: auto;
}

.works_item_name {
  text-align: center;
  margin-top: 0.75rem;
  padding-bottom: 1.25rem;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.875rem 0.25rem;
}

.works_item_name span {
  font-size: 1.375rem;
}

.works_item_text {
  font-size: 1.375rem;
  line-height: 1.45;
  text-align: center;
  margin-top: 1.4375rem;
}

.works_item_btn {
  text-align: center;
  margin-top: 1.8125rem;
}

.works_item_btn .btn {
  width: 100%;
  max-width: 12.5rem;
  border-radius: 0.625rem;
  padding: 0.6875rem 0.625rem;
}

.works_btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_btn {
    margin-top: 2.1428571429rem;
  }
}

.works_btn .btn {
  width: 100%;
  max-width: 35rem;
  border-radius: 0.625rem;
  padding: 1.4375rem 0.625rem;
}

/* top - plan
------------------------------ */
.plan_inner {
  background-color: #FFFAEC;
  padding: 9.75rem 0 6.75rem;
}
@media (max-width: 768px) {
  .plan_inner {
    padding: 3.5714285714rem 0;
  }
}

.plan_title {
  text-align: center;
}

.plan_title span {
  background: url(../images/top/plan_title_icon.png) no-repeat center center/contain;
  padding: 2.5rem 10.5rem 1.25rem;
}
@media (max-width: 768px) {
  .plan_title span {
    padding: 1.7857142857rem 5.6428571429rem 1.0714285714rem;
  }
}

.plan_message {
  font-size: 1.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 4.1875rem;
}
@media (max-width: 768px) {
  .plan_message {
    font-size: 1.4285714286rem;
    text-align: left;
    margin-top: 2.1428571429rem;
  }
}

.plan_menu {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 4.375rem 3.125rem;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .plan_menu {
    padding: 1.4285714286rem 1.7857142857rem;
    margin-top: 2.1428571429rem;
  }
}

.plan_menu_figure dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-color: #F1F9F9;
  min-height: 5rem;
  border-radius: 0.625rem;
  padding: 0.875rem 1.25rem 1rem 2.1875rem;
}
@media (max-width: 768px) {
  .plan_menu_figure dl {
    display: block;
    padding: 1.0714285714rem 1.4285714286rem;
  }
}

.plan_menu_figure dl:nth-of-type(n + 2) {
  margin-top: 0.9375rem;
}

.plan_menu_figure dt {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 25rem;
  padding-right: 1.25rem;
  padding-left: 2.875rem;
}
@media (max-width: 768px) {
  .plan_menu_figure dt {
    font-size: 1.4285714286rem;
    line-height: 1.2;
    max-width: 100%;
    padding-right: 0;
    padding-left: 1.5714285714rem;
  }
}

.plan_menu_figure dt::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/plan_menu_figure_icon.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_menu_figure dt::before {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}

.plan_menu_figure dd {
  font-size: 1.125rem;
  line-height: 1.4;
  width: calc(100% - 22.6875rem);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .plan_menu_figure dd {
    font-size: 1.1428571429rem;
    width: 100%;
    margin-top: 0.7142857143rem;
  }
}

.plan_menu_support {
  margin-top: 5.8125rem;
}
@media (max-width: 768px) {
  .plan_menu_support {
    margin-top: 3.5714285714rem;
  }
}

.plan_menu_support_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .plan_menu_support_title {
    font-size: 1.5714285714rem;
    line-height: 1.2;
    text-align: left;
  }
}

.plan_menu_support_title span {
  display: inline-block;
  position: relative;
  background: url(../images/common/border_dotted_orange.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .plan_menu_support_title span {
    padding: 0 3.5714285714rem 0.5714285714rem;
  }
}

.plan_menu_support_title span::before {
  position: absolute;
  content: "";
  width: 3.1875rem;
  height: 4.125rem;
  left: -4.6875rem;
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/plan_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_menu_support_title span::before {
    width: 2.1428571429rem;
    height: 2.7142857143rem;
    left: 0;
    top: 50%;
  }
}

.plan_menu_support_title span::after {
  position: absolute;
  content: "";
  width: 3.1875rem;
  height: 4.125rem;
  right: -4.0625rem;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/plan_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_menu_support_title span::after {
    width: 2.1428571429rem;
    height: 2.7142857143rem;
    right: 0;
    top: 50%;
  }
}

.plan_menu_support_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5625rem 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .plan_menu_support_items {
    grid-template-columns: 1fr;
    margin-top: 2.1428571429rem;
    gap: 1.0714285714rem 0;
  }
}

.plan_menu_support_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #FDF1C7;
  border-radius: 0.625rem;
  padding: 1.3125rem 0.3125rem 0.5625rem;
}
@media (max-width: 768px) {
  .plan_menu_support_item {
    padding: 1.0714285714rem 1.4285714286rem;
  }
}

.plan_menu_support_item_title {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  background: url(../images/common/border_dotted_orange.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .plan_menu_support_item_title {
    font-size: 1.2857142857rem;
    text-align: left;
    line-height: 1.2;
  }
}

.plan_menu_support_item_text {
  line-height: 1.4;
  display: grid;
  min-height: 4.0625rem;
  margin-top: 0.9375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .plan_menu_support_item_text {
    font-size: 1rem;
    text-align: left;
    min-height: auto;
    margin-top: 0.7142857143rem;
  }
}

.plan_menu_option {
  max-width: 65.625rem;
  margin: 2.8125rem auto 0;
}
@media (max-width: 768px) {
  .plan_menu_option {
    margin: 2.1428571429rem auto 0;
  }
}

.plan_menu_option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .plan_menu_option dl {
    display: block;
  }
}

.plan_menu_option dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 25rem;
  border-top: 1px solid #205288;
  padding: 0.4375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .plan_menu_option dt {
    max-width: 100%;
    padding: 0.7142857143rem 0;
  }
}

.plan_menu_option dl:last-of-type dt {
  border-bottom: 1px solid #205288;
}
@media (max-width: 768px) {
  .plan_menu_option dl:last-of-type dt {
    border-bottom: none;
  }
}

.plan_menu_option_heading {
  display: inline-block;
  font-size: 1.125rem;
  background-color: #FDF1C7;
  border-radius: 0.625rem;
  padding: 0.125rem 0.875rem;
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .plan_menu_option_heading {
    font-size: 1.1428571429rem;
    padding: 0.1428571429rem 0.3571428571rem;
    gap: 0.7142857143rem;
    min-width: 6.5714285714rem;
  }
}

.plan_menu_option_accompanying {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .plan_menu_option_accompanying {
    font-size: 1.2857142857rem;
  }
}

.plan_menu_option dd {
  width: calc(100% - 25rem);
  border-top: 1px solid #A6DCE8;
  padding: 0.75rem 0.625rem 0.6875rem;
}
@media (max-width: 768px) {
  .plan_menu_option dd {
    width: 100%;
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

.plan_menu_option dl:last-of-type dd {
  border-bottom: 1px solid #A6DCE8;
}
@media (max-width: 768px) {
  .plan_menu_option dl:last-of-type dd {
    border-bottom: 1px solid #205288;
  }
}

.plan_front {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.4375rem 0 4.125rem;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .plan_front {
    padding: 2.1428571429rem 0;
    margin-top: 2.1428571429rem;
  }
}

.plan_front_title {
  position: relative;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #205288;
  padding: 0.8125rem 1.25rem 0.625rem 4.6875rem;
}
@media (max-width: 768px) {
  .plan_front_title {
    font-size: 1.5714285714rem;
    line-height: 1.2;
    padding: 0.7142857143rem 1.0714285714rem 0.7142857143rem 2.8571428571rem;
  }
}

.plan_front_title::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2.1875rem;
  left: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/plan_front_title_icon.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_front_title::before {
    width: 1.4285714286rem;
    height: 1.9285714286rem;
    left: 0.7857142857rem;
  }
}

.plan_front_table {
  padding: 8.9375rem 3.125rem 0;
}
@media (max-width: 768px) {
  .plan_front_table {
    padding: 7.1428571429rem 2.1428571429rem 0;
  }
}

@media (max-width: 768px) {
  .plan_front_table table {
    width: 45.7142857143rem;
  }
}

.plan_front_table th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.plan_front_table th:first-of-type {
  width: 16.875rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .plan_front_table th:first-of-type {
    font-size: 1.2857142857rem;
    width: 10rem;
  }
}

.plan_front_table th:nth-of-type(n + 2) {
  width: 13.75rem;
  max-width: 100%;
  padding: 0.625rem 0.625rem 0.625rem;
}
@media (max-width: 768px) {
  .plan_front_table th:nth-of-type(n + 2) {
    width: 8.5714285714rem;
  }
}

.plan_front_table tr:first-of-type th {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.plan_front_table tr:first-of-type th:nth-of-type(2) {
  background-color: #FDEE98;
}

.plan_front_table tr:first-of-type th:nth-of-type(3) {
  position: relative;
  background-color: #FFE377;
  border-top: 0.25rem solid #FDCC11;
  border-right: 0.25rem solid #FDCC11;
  border-left: 0.25rem solid #FDCC11;
}

.plan_front_table tr:first-of-type th:nth-of-type(3)::before {
  position: absolute;
  content: "";
  width: 12.1875rem;
  height: 5.75rem;
  left: 1.25rem;
  top: -7.5rem;
  background: url(../images/top/plan_front_table_icon.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_front_table tr:first-of-type th:nth-of-type(3)::before {
    width: 8rem;
    height: 3.7857142857rem;
    left: 0.3571428571rem;
    top: -5rem;
  }
}

.plan_front_table tr:first-of-type th:nth-of-type(4) {
  background-color: #FFD73C;
  border-right: 1px solid #fff;
}

.plan_front_table tr:first-of-type th:nth-of-type(5) {
  background-color: #FFCB00;
}

.plan_front_table tr:first-of-type th:nth-of-type(6) {
  background-color: #FFA800;
}

.plan_front_table tr:nth-of-type(n + 2) th {
  background-color: #FFFAEC;
  padding: 1.0625rem 0.625rem 1rem 1.0625rem;
  border-top: 1px solid #FDCC11;
  border-right: 1px solid #FDCC11;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .plan_front_table tr:nth-of-type(n + 2) th {
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

.plan_front_table tr:last-of-type th {
  border-bottom: 1px solid #FDCC11;
}

.plan_front_table th span {
  font-size: 0.8125rem;
}

.plan_front_table td {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #FDCC11;
  border-right: 1px solid #FDCC11;
  padding: 0.625rem 0.625rem 0.625rem;
}

.plan_front_table_option td {
  padding: 1.1875rem 0.625rem 1rem;
}
@media (max-width: 768px) {
  .plan_front_table_option td {
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

.plan_front_table td:nth-of-type(2) {
  border-right: 0.25rem solid #FDCC11;
  border-left: 0.25rem solid #FDCC11;
}

.plan_front_table td:last-of-type {
  border-right: none;
}

.plan_front_table tr:last-of-type td {
  border-bottom: 1px solid #FDCC11;
}

.plan_front_table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 0.25rem solid #FDCC11;
}

.plan_front_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border-radius: 0.625rem;
  background-color: #F1F9F9;
  width: 100%;
  max-width: 71.9375rem;
  border-left: 1.5625rem solid #A6DCE8;
  padding: 1.5625rem 3.1875rem 1.5625rem 3.875rem;
  margin: 3.1875rem auto 0;
}
@media (max-width: 768px) {
  .plan_front_bnr {
    display: block;
    max-width: 90%;
    border-left: 1.0714285714rem solid #A6DCE8;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.plan_front_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.75rem auto 0;
  padding: 0 3.125rem;
}
@media (max-width: 768px) {
  .plan_front_items {
    margin: 2.1428571429rem auto 0;
    padding: 0 2.1428571429rem;
  }
}

.plan_front_item {
  width: calc(50% - 1.5625rem);
  border-radius: 0.625rem;
  background-color: #F1F9F9;
  padding: 1.875rem 1.75rem;
}
@media (max-width: 768px) {
  .plan_front_item {
    width: 100%;
    padding: 1.0714285714rem 1.4285714286rem;
  }
}

.plan_front_item:last-of-type {
  width: 100%;
}

.plan_front_item:first-of-type {
  width: 100%;
}

.plan_front_item:last-of-type {
  width: 100%;
}

.plan_front_item:nth-of-type(n + 2) {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .plan_front_item:nth-of-type(n + 2) {
    margin-top: 1.0714285714rem;
  }
}

.plan_front_item_title {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .plan_front_item_title {
    font-size: 1.2857142857rem;
    text-align: left;
    line-height: 1.2;
  }
}

.plan_front_content {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .plan_front_content {
    margin-top: 0.3571428571rem;
  }
}

.plan_front_list {
  position: relative;
  display: block;
  padding-left: 0.7em;
  text-indent: -1em;
}

.plan_front_list::before {
  content: "・";
}

.plan_front_cashless_subtitle {
  font-weight: 700;
}

.plan_front_cashless_icon {
  width: 100%;
  max-width: 43.75rem;
  margin-top: 0.3125rem;
}

.plan_front_cashless_text {
  margin-top: 0.9375rem;
}

.plan_cta {
  margin-top: 6.9375rem;
}
@media (max-width: 768px) {
  .plan_cta {
    margin-top: 2.1428571429rem;
  }
}

/* top - faq
------------------------------ */
.faq {
  margin-top: 8.125rem;
}
@media (max-width: 768px) {
  .faq {
    margin-top: 3.5714285714rem;
  }
}

.faq_inner {
  background: rgba(214, 237, 239, 0.35);
  padding: 8rem 0 6.25rem;
}
@media (max-width: 768px) {
  .faq_inner {
    padding: 3.5714285714rem 0;
  }
}

.faq_title {
  text-align: center;
}

.faq_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .faq_title span {
    padding: 0 3.5714285714rem 0.5rem;
  }
}

.faq_title span::before {
  position: absolute;
  content: "";
  width: 3.625rem;
  height: 5.1875rem;
  left: -5.6875rem;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/faq_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .faq_title span::before {
    width: 1.7857142857rem;
    height: 2.5rem;
    left: 0;
    top: 50%;
  }
}

.faq_title span::after {
  position: absolute;
  content: "";
  width: 3.625rem;
  height: 5.1875rem;
  right: -5.625rem;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/faq_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .faq_title span::after {
    width: 1.7857142857rem;
    height: 2.5rem;
    right: 0;
    top: 50%;
  }
}

.faq_items {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .faq_items {
    margin-top: 2.1428571429rem;
  }
}

.faq_item {
  background-color: #fff;
  border-radius: 0.625rem;
}

.faq_item:nth-of-type(n + 2) {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .faq_item:nth-of-type(n + 2) {
    margin-top: 1.0714285714rem;
  }
}

.faq_item_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding: 1.125rem 3.125rem;
}
@media (max-width: 768px) {
  .faq_item_q {
    font-size: 1.2142857143rem;
    gap: 1.0714285714rem;
    padding: 1.0714285714rem 1.4285714286rem;
  }
}

.faq_item_q::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 0.1875rem;
  right: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FDCC11;
  border-radius: 0.1875rem;
}
@media (max-width: 768px) {
  .faq_item_q::before {
    width: 1.5714285714rem;
    height: 0.1428571429rem;
    right: 1.0714285714rem;
  }
}

.faq_item_q::after {
  position: absolute;
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  right: 4.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FDCC11;
  border-radius: 0.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq_item_q::after {
    width: 0.1428571429rem;
    height: 1.5714285714rem;
    right: 1.8571428571rem;
  }
}

.faq_item_q.is_open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq_item_num {
  width: 100%;
  max-width: 5.6875rem;
}
@media (max-width: 768px) {
  .faq_item_num {
    max-width: 3.5714285714rem;
  }
}

.faq_item_q_text {
  width: calc(100% - 8rem);
}
@media (max-width: 768px) {
  .faq_item_q_text {
    line-height: 1.2;
    width: calc(100% - 6.7857142857rem);
  }
}

.faq_item_a {
  display: none;
  line-height: 1.4;
  background: url(../images/common/border_dotted_blue.png) repeat-x left top/0.6875rem 0.25rem;
  padding: 1.5rem 0 1.25rem 0;
  margin: 0 3.125rem 0 11.125rem;
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}
@media (max-width: 768px) {
  .faq_item_a {
    padding: 1.0714285714rem 0 1.4285714286rem;
    margin: 0 1.0714285714rem 0 5.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.faq_item_a_list {
  position: relative;
  display: block;
  padding-left: 0.7em;
  text-indent: -1em;
}

.faq_item_a_list::before {
  content: "・";
}

.faq_item_a a {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .faq_item_a a:hover {
    color: #A6DCE8;
  }
}

.faq_item_a a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background-color: #A6DCE8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media (min-width: 768px) {
  .faq_item_a a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.faq_cta {
  margin-top: 8.8125rem;
}
@media (max-width: 768px) {
  .faq_cta {
    margin-top: 2.1428571429rem;
  }
}

/* top - counselor
------------------------------ */
.counselor_inner {
  padding: 8rem 0 0;
}
@media (max-width: 768px) {
  .counselor_inner {
    padding: 3.5714285714rem 0 0;
  }
}

.counselor_title {
  text-align: center;
}

.counselor_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
}
@media (max-width: 768px) {
  .counselor_title span {
    padding: 0 3.5714285714rem 0.7142857143rem;
  }
}

.counselor_title span::before {
  position: absolute;
  content: "";
  width: 4.4375rem;
  height: 4.9375rem;
  left: -6rem;
  top: -0.9375rem;
  background: url(../images/top/counselor_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .counselor_title span::before {
    width: 2.8571428571rem;
    height: 3.2142857143rem;
    left: 0;
    top: -0.7142857143rem;
  }
}

.counselor_title span::after {
  position: absolute;
  content: "";
  width: 3.8125rem;
  height: 4.25rem;
  right: -4.75rem;
  top: -1.4375rem;
  background: url(../images/top/counselor_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .counselor_title span::after {
    width: 2.8571428571rem;
    height: 3.2142857143rem;
    right: 0;
    top: -0.8571428571rem;
  }
}

.counselor_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .counselor_wrapper {
    display: block;
    margin-top: 2.1428571429rem;
  }
}

.counselor_img {
  width: 100%;
  max-width: 16.6875rem;
}
@media (max-width: 768px) {
  .counselor_img {
    max-width: 14.2857142857rem;
  }
}

.counselor_main {
  width: 100%;
  max-width: 58.8125rem;
}
@media (max-width: 768px) {
  .counselor_main {
    margin-top: 0;
  }
}

.counselor_main_text {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .counselor_main_text {
    position: relative;
  }
}

@media (max-width: 768px) {
  .counselor_main_text::after {
    position: absolute;
    content: "";
    width: 7.1428571429rem;
    height: 14.4285714286rem;
    right: 0;
    bottom: -4.5714285714rem;
    z-index: -1;
    background: url(../images/top/counselor_pic_01_sp.png) no-repeat center center/contain;
  }
}

.counselor_main_text p + p {
  margin-top: 0.6875rem;
}

.counselor_main_pic {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .counselor_main_pic {
    position: relative;
    z-index: -2;
    margin-top: 1.4285714286rem;
  }
}

.counselor_main_pic img {
  border-radius: 0.625rem;
}

.counselor_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.3125rem;
}
@media (max-width: 768px) {
  .counselor_items {
    display: block;
    margin-top: 2.1428571429rem;
  }
}

.counselor_item {
  position: relative;
  width: calc(50% - 1.1875rem);
  border-radius: 0.625rem;
  background-color: #F1F9F9;
  padding: 1.875rem 1.875rem 2.8125rem;
}
@media (max-width: 768px) {
  .counselor_item {
    width: 100%;
    padding: 1.4285714286rem;
  }
}

@media (max-width: 768px) {
  .counselor_item:nth-of-type(n + 2) {
    margin-top: 1.4285714286rem;
  }
}

.counselor_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .counselor_item_wrapper {
    display: block;
  }
}

.counselor_item_introduction {
  width: 100%;
  max-width: 20.75rem;
}
@media (max-width: 768px) {
  .counselor_item_introduction {
    max-width: 100%;
  }
}

.counselor_item_name {
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .counselor_item_name {
    font-size: 1.4285714286rem;
  }
}

.counselor_item_name_border {
  display: inline-block;
  width: 100%;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.625rem;
}

.counselor_item_name_furigana {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .counselor_item_name_furigana {
    font-size: 1.1428571429rem;
  }
}

.counselor_item_info {
  margin-top: 0.9375rem;
}

.counselor_item_info p + p {
  margin-top: 0.4375rem;
}

.counselor_item_unit {
  position: relative;
  width: 100%;
  max-width: 11.6875rem;
}
@media (max-width: 768px) {
  .counselor_item_unit {
    margin: auto;
  }
}

.counselor_item_avatar img {
  border-radius: 0.625rem;
}

.counselor_item_icon {
  position: absolute;
  right: 2.375rem;
  left: -5.1875rem;
  bottom: 1.75rem;
  width: 8.25rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .counselor_item_icon {
    left: -4.2857142857rem;
  }
}

.counselor_item_text {
  margin-top: 0.9375rem;
}

.counselor_item_text p + p {
  margin-top: 0.4375rem;
}

.counselor_item_text p span {
  font-weight: 500;
}

/* top - summary
------------------------------ */
.summary {
  position: relative;
  background-color: #fff;
  padding-bottom: 4.25rem;
  margin-top: 8.3125rem;
}
@media (max-width: 768px) {
  .summary {
    padding-bottom: 0;
    margin-top: 3.5714285714rem;
  }
}

.summary_inner {
  background: url(../images/top/summary_bg.jpg) no-repeat center center/cover;
  padding: 7.8125rem 0 0;
}
@media (max-width: 768px) {
  .summary_inner {
    padding: 3.5714285714rem 0;
    background: url(../images/top/summary_bg_sp.jpg) no-repeat center center/cover;
  }
}

.summary_title {
  text-align: center;
}

.summary_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_navy.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
}

.summary_figure {
  border-radius: 0.625rem;
  background-color: #fff;
  width: 100%;
  max-width: 59.0625rem;
  padding: 3.125rem;
  margin: 4.8125rem auto 0;
}
@media (max-width: 768px) {
  .summary_figure {
    padding: 1.4285714286rem;
    margin: 2.1428571429rem auto 0;
  }
}

.summary_figure dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .summary_figure dl {
    display: block;
  }
}

.summary_figure dt {
  font-weight: 500;
  width: 100%;
  max-width: 13.75rem;
  border-top: 1px solid #205288;
  padding: 0.8125rem 0;
}
@media (max-width: 768px) {
  .summary_figure dt {
    max-width: 100%;
    padding: 0.7142857143rem 0;
  }
}

.summary_figure dl:last-of-type dt {
  border-bottom: 1px solid #205288;
}
@media (max-width: 768px) {
  .summary_figure dl:last-of-type dt {
    border-bottom: none;
  }
}

.summary_figure dd {
  width: calc(100% - 13.75rem);
  font-weight: 500;
  border-top: 1px solid #A6DCE8;
  padding: 0.6875rem 0.625rem;
}
@media (max-width: 768px) {
  .summary_figure dd {
    width: 100%;
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

.summary_figure dl:last-of-type dd {
  border-bottom: 1px solid #A6DCE8;
}
@media (max-width: 768px) {
  .summary_figure dl:last-of-type dd {
    border-bottom: 1px solid #205288;
  }
}

.summary_figure_link {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .summary_figure_link:hover {
    color: #A6DCE8;
  }
}

.summary_figure_link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background-color: #A6DCE8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media (min-width: 768px) {
  .summary_figure_link:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.summary_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(4.25rem);
          transform: translateY(4.25rem);
}
@media (max-width: 768px) {
  .summary_items {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 2.1428571429rem;
  }
}

.summary_item {
  width: calc(33.3333% - 1.95833125rem);
  background-color: #F1F9F9;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .summary_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .summary_item:nth-of-type(n + 2) {
    margin-top: 1.0714285714rem;
  }
}

.summary_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #A6DCE8;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.5625rem 1.25rem 1.1875rem;
}
@media (max-width: 768px) {
  .summary_item_head {
    padding: 1.0714285714rem 0.7142857143rem;
    display: block;
  }
}

.summary_item_title {
  position: relative;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-left: 3.125rem;
}
@media (max-width: 768px) {
  .summary_item_title {
    font-size: 1.5714285714rem;
  }
}

.summary_item_title::before {
  position: absolute;
  content: "";
  width: 2.5625rem;
  height: 2.3125rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .summary_item_title::before {
    width: 2.1428571429rem;
    height: 1.9285714286rem;
    left: 0.3571428571rem;
  }
}

.summary_item_news .summary_item_title::before {
  background: url(../images/top/summary_link_icon_01.png) no-repeat center center/contain;
}

.summary_item_blog .summary_item_title::before {
  background: url(../images/top/summary_link_icon_02.png) no-repeat center center/contain;
}

.summary_item_column .summary_item_title::before {
  background: url(../images/top/summary_link_icon_03.png) no-repeat center center/contain;
}

.summary_item_btn {
  width: 100%;
  max-width: 8.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .summary_item_btn {
    margin-top: 1.0714285714rem;
  }
}

.summary_item_btn .btn {
  width: 100%;
  border-radius: 0.625rem;
  padding: 0.4375rem 0;
}

.summary_lists {
  padding: 0.875rem 1.25rem 2rem;
}
@media (max-width: 768px) {
  .summary_lists {
    padding: 0.7142857143rem 1.0714285714rem 1.4285714286rem;
  }
}

.summary_list {
  border-bottom: 1px solid #A6DCE8;
}

.summary_list_link {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.875rem 0 0.875rem;
}
@media (max-width: 768px) {
  .summary_list_link {
    padding: 0.7142857143rem 0;
  }
}

@media (min-width: 768px) {
  .summary_list_link:hover {
    background-color: #fff;
  }
}

.summary_list_date {
  width: 100%;
  max-width: 5.9375rem;
}

.summary_list_title {
  width: calc(100% - 5.9375rem);
}

/* top - contact
------------------------------ */
.contact {
  margin-top: 8.125rem;
}
@media (max-width: 768px) {
  .contact {
    margin-top: 0;
  }
}

.contact_inner {
  background-color: #F1F9F9;
  padding: 8rem 0 8.125rem;
}
@media (max-width: 768px) {
  .contact_inner {
    padding: 3.5714285714rem 0;
  }
}

.contact_title {
  text-align: center;
}

.contact_title span {
  position: relative;
  display: inline-block;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .contact_title span {
    padding: 0 2.1428571429rem 0.7142857143rem;
  }
}

.contact_title span::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 2.875rem;
  left: -4.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/contact_title_icon_left.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .contact_title span::before {
    width: 1.6428571429rem;
    height: 1.3571428571rem;
    left: 0;
  }
}

.contact_title span::after {
  position: absolute;
  content: "";
  width: 4.125rem;
  height: 3.4375rem;
  right: -5.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/contact_title_icon_right.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .contact_title span::after {
    width: 1.7142857143rem;
    height: 1.4285714286rem;
    right: 0;
  }
}

.contact_message {
  text-align: center;
  margin-top: 4.1875rem;
}
@media (max-width: 768px) {
  .contact_message {
    text-align: left;
    margin-top: 2.1428571429rem;
  }
}

.contact_tel {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 4.3125rem 4.375rem 4.125rem;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .contact_tel {
    padding: 0.7142857143rem 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.contact_tel_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_tel_title {
    font-size: 1.5714285714rem;
  }
}

.contact_tel_unit {
  width: 100%;
  max-width: 31.875rem;
  background-color: #F1F9F9;
  border-radius: 0.625rem;
  padding: 1.25rem 0 1.25rem;
  margin: 3.125rem auto 0;
}
@media (max-width: 768px) {
  .contact_tel_unit {
    padding: 1.4285714286rem 1.0714285714rem;
    margin: 1.4285714286rem auto 0;
  }
}

.contact_tel_link {
  width: 100%;
  max-width: 21.4375rem;
  margin: auto;
}

.contact_tel_time {
  text-align: center;
  margin-top: 0.5625rem;
}

.contact_tel_mail {
  text-align: center;
}

.contact_tel_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .contact_tel_line {
    gap: 0.7142857143rem;
  }
}

.contact_tel_line_text a {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact_tel_line_text a {
    font-size: 1.2857142857rem;
  }
}

.contact_tel_line_text a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #205288;
}
@media (max-width: 768px) {
  .contact_tel_line_text a::after {
    height: 1px;
  }
}

@media (min-width: 768px) {
  .contact_tel_line_text a:hover:after {
    width: 0;
  }
}

.contact_tel_line_icon {
  width: 100%;
  max-width: 2.5rem;
}

.contact_tel_line_icon img {
  width: 100%;
}

.contact_mail {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 4.3125rem 4.375rem 4.375rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .contact_mail {
    padding: 0.7142857143rem 1.0714285714rem 1.4285714286rem;
    margin-top: 1.4285714286rem;
  }
}

.contact_mail_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_mail_title {
    font-size: 1.5714285714rem;
  }
}

.contact_mail_message {
  text-align: center;
  line-height: 1.8;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .contact_mail_message {
    text-align: left;
    line-height: 1.6;
    margin-top: 1.4285714286rem;
  }
}

.contact_mail_form {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 1.4285714286rem;
  }
}

/* form
------------------------------ */
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form_row {
  display: grid;
  grid-template-columns: 20.25rem 1fr;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
  }
}

.form_title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  color: #205288;
  border-top: 1px solid #205288;
  border-right: 1px solid #205288;
  padding: 1.3125rem 1.875rem 1.3125rem;
}
@media (max-width: 768px) {
  .form_title {
    border-right: none;
    padding: 1rem 0.5714285714rem;
  }
}

.form_title:last-of-type {
  border-bottom: 1px solid #205288;
}
@media (max-width: 768px) {
  .form_title:last-of-type {
    border-bottom: none;
  }
}

.form_title_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_title label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_title_must {
  font-size: 0.875rem;
  color: #205288;
  background-color: #A6DCE8;
  display: inline-block;
  width: 100%;
  max-width: 3.125rem;
  text-align: center;
  padding: 0.125rem 0.5rem;
  border-radius: 3.125rem;
}

.form_input {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #205288;
  width: 100%;
  padding: 0.875rem 1.25rem;
}
@media (max-width: 768px) {
  .form_input {
    padding: 0 0.5714285714rem 1rem;
    border-top: none;
  }
}

.form_input:last-of-type {
  border-bottom: 1px solid #205288;
}

.form_input input {
  width: 100%;
  padding: 0.46875rem 1.25rem;
  background-color: #F1F9F9;
}

.form_input textarea {
  width: 100%;
  height: 11.1875rem;
  padding: 0.625rem 1.25rem;
  background-color: #F1F9F9;
}

.form_input_postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.form_input_postcode input {
  max-width: 11.25rem;
}

.form_input_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.3125rem;
}
@media (max-width: 768px) {
  .form_input_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8571428571rem;
  }
}

.form_input_pref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  max-width: 16.875rem;
}

.form_input_pref_title {
  font-weight: 700;
  color: #205288;
}

.form_input_pref_select {
  position: relative;
  width: 100%;
  max-width: 11.4375rem;
}

.form_input_pref_select::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.25rem;
  background: #205288 url(../images/common/icon_triangle_arrow_bottom_white.png) no-repeat center center/1.125rem 0.625rem;
}

.form_input_pref select {
  width: 100%;
  max-width: 18.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #F1F9F9;
}
@media (max-width: 768px) {
  .form_input_pref select {
    padding: 0.7142857143rem 0.5714285714rem;
  }
}

.form_input_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  max-width: 18.125rem;
}

.form_input_city_title {
  font-weight: 700;
  color: #205288;
}

.form_input_city_input {
  position: relative;
  width: 100%;
  max-width: 13.25rem;
}

.form_input_who_age {
  margin-top: 1.3125rem;
}

.form_input_who_age_text {
  font-weight: 700;
  color: #205288;
}

.form_input_who_age .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1rem;
}

.form_input_appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .form_input_appointment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_input_appointment_date {
  width: 100%;
  max-width: 10.25rem;
}

.form_input_appointment_date input {
  width: 100%;
  max-width: 10.25rem;
  padding: 0.625rem 1.25rem;
  background-color: #F1F9F9;
}
@media (max-width: 768px) {
  .form_input_appointment_date input {
    padding: 0.7142857143rem 0.5714285714rem;
  }
}

.form_input_appointment_time {
  width: 100%;
  max-width: 11.4375rem;
}

.form_input_appointment_time select {
  width: 100%;
  max-width: 11.4375rem;
  padding: 0.625rem 1.25rem;
  background-color: #F1F9F9;
}
@media (max-width: 768px) {
  .form_input_appointment_time select {
    padding: 0.7142857143rem 0.5714285714rem;
  }
}

.form_radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem;
}
@media (max-width: 768px) {
  .form_radio {
    padding: 0 0.4285714286rem 1.4285714286rem;
  }
}

.form_radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem 2.5rem;
}
@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 0.5714285714rem 1.1428571429rem;
  }
}

.form_radio .wpcf7-list-item {
  margin: 0;
}

.form_radio .wpcf7-list-item.has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio label {
  display: block;
  font-weight: 700;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 0.625rem 0 0.625rem 3rem;
}
@media (max-width: 768px) {
  .form_radio input + span {
    font-size: 1.1428571429rem;
    padding: 0.2857142857rem 0 0.2857142857rem 2.4285714286rem;
  }
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F1F9F9;
  border: none;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .form_radio input + span::before {
    width: 1.2857142857rem;
    height: 1.2857142857rem;
  }
}

.form_radio input + span::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #205288;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_radio input + span::after {
    width: 0.6428571429rem;
    height: 0.6428571429rem;
    left: 0.2857142857rem;
  }
}

.form_radio input:checked + span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .form_check .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_check input {
  display: none;
}

.form_check input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1;
}

.form_check input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #3F3F3F;
  display: block;
  width: 2rem;
  height: 2rem;
}

.form_check input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #205288;
  border-left: 0.1875rem solid #205288;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

.form_policy {
  overflow-y: scroll;
  max-height: 14.6875rem;
  padding: 2.5rem 2.6875rem;
  margin-top: 2.5rem;
  background-color: #F1F9F9;
}
@media (max-width: 768px) {
  .form_policy {
    padding: 1.7142857143rem 1.1428571429rem;
    margin-top: 1.7142857143rem;
  }
}

.form_policy_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #205288;
}
@media (max-width: 768px) {
  .form_policy_title {
    font-size: 1.1428571429rem;
  }
}

.form_policy_text {
  line-height: 180%;
  margin-top: 1.4375rem;
}
@media (max-width: 768px) {
  .form_policy_text {
    margin-top: 0.5714285714rem;
  }
}

.form_policy_text:focus-visible {
  outline: 2px solid #205288;
  outline-offset: 2px;
}

.form_confirmation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .form_confirmation {
    margin-top: 1.7142857143rem;
  }
}

.form_confirmation .wpcf7-list-item {
  margin: 0;
}

.form_confirmation input {
  display: none;
}

.form_confirmation input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0.3125rem 0 0.3125rem 2.3125rem;
  position: relative;
  line-height: 140%;
}
@media (max-width: 768px) {
  .form_confirmation input + span {
    padding: 0 0 0 2.2857142857rem;
  }
}

.form_confirmation input + span::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.625rem;
  height: 1.625rem;
  background-color: #F1F9F9;
}
@media (max-width: 768px) {
  .form_confirmation input + span::before {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.form_confirmation input + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  border-bottom: 0.1875rem solid #205288;
  border-left: 0.1875rem solid #205288;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .form_confirmation input + span::after {
    width: 0.8571428571rem;
    height: 0.3571428571rem;
    left: 0.1428571429rem;
    border-bottom-width: 0.1428571429rem;
    border-left-width: 0.1428571429rem;
  }
}

.form_confirmation input:checked ~ span::after {
  opacity: 1;
}

.form_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .form_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.7142857143rem;
  }
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 16.875rem;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 17.1428571429rem;
  }
}

.form_btn::after {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 0.375rem;
  right: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.form_btn input,
.form_btn button {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  max-width: 16.875rem;
  color: #fff;
  background-color: #205288;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.125rem 2.25rem;
  border-radius: 3.125rem;
}
@media (max-width: 768px) {
  .form_btn input,
  .form_btn button {
    max-width: 17.1428571429rem;
    padding: 1rem 1.7142857143rem;
  }
}

@media (min-width: 768px) {
  .form_btn input:hover,
  .form_btn button:hover {
    background-color: #205288;
  }
}

.form_confirm_btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}

.form_btn .wpcf7-spinner {
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

/* ---------------------------------------------------------
 * 確認モーダル
 * --------------------------------------------------------- */
.form_confirm_area {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.form_confirm_area.is_open {
  display: block;
}

.form_confirm_area[hidden] {
  display: none !important;
}

body.is_confirm_open {
  overflow: hidden;
}

.form_confirm_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(63, 63, 63, 0.5);
}

.form_confirm_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(92%, 45rem);
  max-height: 86vh;
  max-height: 86dvh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 2.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_confirm_modal {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}

.form_confirm_modal:focus {
  outline: none;
}

.form_confirm_lead {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #205288;
}
@media (max-width: 768px) {
  .form_confirm_lead {
    font-size: 1.2857142857rem;
  }
}

.form_confirm_sub {
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}

.form_confirm_area .form_row {
  grid-template-columns: 1fr 2fr;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .form_confirm_area .form_row {
    grid-template-columns: 1fr;
    margin-top: 1.1428571429rem;
  }
}

.form_confirm_area [data-confirm] {
  white-space: pre-wrap;
}

.form_main.is_sending [type=submit],
.form_main.is_sending .form_back_btn {
  opacity: 0.5;
  pointer-events: none;
}

/* sub
------------------------------ */
.sub_main_view {
  position: relative;
  height: 21.875rem;
  background: url(../images/common/news_main_view.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sub_main_view {
    height: 17.8571428571rem;
  }
}

.sub_main_view::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, transparent));
  background: linear-gradient(90deg, #fff 0, transparent 50%);
}

.sub_main_view_inner {
  height: inherit;
}

.sub_main_view_title {
  position: relative;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  height: inherit;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sub_main_view_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.breadcrumb {
  font-size: 1rem;
  color: #205288;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
    margin-top: 0.8571428571rem;
  }
}

.breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 0.1428571429rem 0.5714285714rem;
  }
}

@media (min-width: 768px) {
  .breadcrumb a:hover {
    color: #FBCA5A;
  }
}

.breadcrumb_arrow {
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  background: url(../images/common/icon_triangle_arrow_right_blue.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .scroll_area {
    position: relative;
  }
}

.scroll_area_hint {
  display: none;
}
@media (max-width: 768px) {
  .scroll_area_hint {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.1428571429rem;
    font-size: 0.8571428571rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: scrollHintBlink 1.2s ease-in-out infinite;
            animation: scrollHintBlink 1.2s ease-in-out infinite;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    color: #fff;
    background-color: rgba(32, 82, 136, 0.7);
    padding: 1.4285714286rem 1.4285714286rem;
  }
}

.scroll_area_hint::before {
  display: block;
  content: "";
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  background: url(../images/common/icon_hand_white.png) no-repeat center center/contain;
}

.scroll_area_hint.is_hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes scrollHintBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes scrollHintBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .scroll_area_inner {
    overflow-x: auto;
  }
}

/* thanks
------------------------------ */
.thanks_main {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .thanks_main {
    margin-top: 3.5714285714rem;
  }
}

.thanks_main_text {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .thanks_main_text {
    margin-top: 1.4285714286rem;
  }
}

.thanks_main_btn {
  width: 100%;
  max-width: 14.75rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .thanks_main_btn {
    margin-top: 2.1428571429rem;
  }
}

.thanks_main_btn .btn {
  width: 100%;
  padding: 0.8125rem 0;
  border-radius: 0.625rem;
}

.thanks_footer {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .thanks_footer {
    margin-top: 3.5714285714rem;
  }
}

/* news - archive
------------------------------ */
.news_archive_main {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    display: block;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 56.25rem;
}

.news_archive_main_item {
  border-top: 1px solid #205288;
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .news_archive_main_item {
    padding: 1.4285714286rem 0;
  }
}

.news_archive_main_item:last-of-type {
  border-bottom: 1px solid #205288;
}

.news_archive_main_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_wrapper {
    display: block;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 15.625rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  aspect-ratio: 250/150;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 37.5rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
    margin-top: 0.9375rem;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.news_archive_main_item_cat {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #FBCA5A;
  border-radius: 0.625rem;
  padding: 0.1875rem 0.625rem;
}

.news_archive_main_item_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: url(../images/common/border_dotted_navy.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}

.news_archive_main_item_text {
  margin-top: 1.25rem;
}

.news_archive_main_item_btn {
  max-width: 12.5rem;
  text-align: center;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .news_archive_main_item_btn {
    margin: 1.4285714286rem auto 0;
  }
}

.news_archive_main_item_btn .btn {
  width: 100%;
  max-width: 12.5rem;
  border-radius: 0.625rem;
  padding: 0.6875rem 0.625rem;
}

.news_archive_main_page_navigation {
  margin-top: 3.125rem;
}

/* news - page_navigation
------------------------------ */
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6875rem;
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #205288;
    border-color: #205288;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev.page-numbers::before {
  background: url(../images/common/icon_arrow_left_blue_base.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .prev.page-numbers:hover::before {
    background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
  }
}

.next.page-numbers::before {
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .next.page-numbers:hover::before {
    background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  }
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #205288;
  border: 1px solid #205288;
}

.news_archive_main_sidebar {
  width: 100%;
  max-width: 15.625rem;
}
@media (max-width: 768px) {
  .news_archive_main_sidebar {
    max-width: 100%;
  }
}

/* news - news_sidebar
------------------------------ */
.news_sidebar {
  width: 100%;
  max-width: 15.625rem;
}
@media (max-width: 768px) {
  .news_sidebar {
    max-width: 100%;
    margin-top: 3.125rem;
  }
}

.news_sidebar_group:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}

.news_sidebar_title {
  font-size: 1.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.news_sidebar_lists li {
  border-top: 1px solid #205288;
}

.news_sidebar_lists li:last-of-type {
  border-bottom: 1px solid #205288;
}

.news_sidebar_lists li a {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 0.625rem;
}

@media (min-width: 768px) {
  .news_sidebar_lists li a:hover {
    color: #fff;
    background-color: #205288;
  }
}

/* news - single
------------------------------ */
.news_single {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .news_single {
    margin-top: 3.5714285714rem;
  }
}

.news_single_inner {
  padding-bottom: 6.25rem;
}

.news_single_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_single_wrapper {
    display: block;
  }
}

.news_single_main {
  width: 100%;
  max-width: 56.25rem;
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.news_article_cat {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #FBCA5A;
  border-radius: 0.625rem;
  padding: 0.1875rem 0.625rem;
}

.news_article_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: url(../images/common/border_dotted_navy.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}

.news_article_work_pic {
  width: 70%;
  margin-top: 3.125rem;
}

.news_article_work_name {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: 1.875rem;
}

.news_article_work_name span {
  font-size: 1.75rem;
}

.news_article_work_word {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: 1.875rem;
}

.news_article_content {
  margin-top: 1.875rem;
}

.news_article_content h1 {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .news_article_content h1 {
    font-size: 1.8571428571rem;
  }
}

.news_article_content h2 {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: 1.7142857143rem;
  }
}

.news_article_content h3 {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: 1.5714285714rem;
  }
}

.news_article_content h4 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: 1.4285714286rem;
  }
}

.news_article_content h5 {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .news_article_content h5 {
    font-size: 1.2857142857rem;
  }
}

.news_article_content h6 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .news_article_content h6 {
    font-size: 1.2142857143rem;
  }
}

.news_article_content ul,
.news_article_content ol {
  overflow-wrap: break-word;
  margin-left: 1.25rem;
}

.news_article_content ul {
  list-style-type: disc;
}

.news_article_content ol {
  list-style-type: decimal;
}

.news_article_content img {
  width: auto;
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}

.news_article_button_previous {
  width: 100%;
  max-width: 14.5rem;
  text-align: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .news_article_button_previous {
    max-width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0.7142857143rem auto 0;
  }
}

.news_article_button_previous a::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 1.3125rem;
  left: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/prev_arrow_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .news_article_button_previous a::before {
    left: 0.7142857143rem;
  }
}

@media (min-width: 768px) {
  .news_article_button_previous a:hover::before {
    background: url(../images/common/prev_arrow_blue.png) no-repeat center center/contain;
  }
}

.news_article_button_all {
  width: 100%;
  max-width: 16.125rem;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .news_article_button_all {
    max-width: 48%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0.7142857143rem auto 0;
  }
}

.news_article_button_next {
  width: 100%;
  max-width: 14.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  .news_article_button_next {
    max-width: 48%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0.7142857143rem auto 0;
  }
}

.news_article_button_next a::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 1.3125rem;
  right: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/next_arrow_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .news_article_button_next a::before {
    right: 0.7142857143rem;
  }
}

@media (min-width: 768px) {
  .news_article_button_next a:hover::before {
    background: url(../images/common/next_arrow_blue.png) no-repeat center center/contain;
  }
}

.news_article_button a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  width: 100%;
  color: #fff;
  background-color: #205288;
  border: 1px solid #205288;
  border-radius: 0.625rem;
  padding: 1.125rem 1.25rem 1.125rem;
}
@media (max-width: 768px) {
  .news_article_button a {
    font-size: 0.9285714286rem;
    text-align: center;
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    color: #205288;
    background-color: #fff;
  }
}

.news_single_sidebar {
  width: 100%;
  max-width: 15.625rem;
}
@media (max-width: 768px) {
  .news_single_sidebar {
    max-width: 100%;
  }
}

/* reflection
------------------------------ */
.reflection_form {
  margin-top: 6.25rem;
  padding: 0 0 7.1428571429rem;
}
@media (max-width: 768px) {
  .reflection_form {
    margin-top: 3.5714285714rem;
    padding: 0 0 3.5714285714rem;
  }
}

.reflection_form_title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: url(../images/common/border_dotted_blue.png) repeat-x left bottom/0.6875rem 0.25rem;
  padding-bottom: 0.3125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .reflection_form_title {
    font-size: 1.5714285714rem;
  }
}

.reflection_form_text {
  line-height: 180%;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reflection_form_text {
    margin-top: 1.4285714286rem;
  }
}

.reflection_form_contact {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reflection_form_contact {
    margin-top: 1.4285714286rem;
  }
}

/* reflection_thanks
------------------------------ */
.reflection_thanks_main {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .reflection_thanks_main {
    margin-top: 3.5714285714rem;
  }
}

.reflection_thanks_main_text {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .reflection_thanks_main_text {
    margin-top: 1.4285714286rem;
  }
}

.reflection_thanks_main_btn {
  width: 100%;
  max-width: 14.75rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .reflection_thanks_main_btn {
    margin-top: 2.1428571429rem;
  }
}

.reflection_thanks_main_btn .btn {
  width: 100%;
  padding: 0.8125rem 0;
  border-radius: 0.625rem;
}

/* reflection-thanks_footer
------------------------------ */
.reflection-thanks_footer {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .reflection-thanks_footer {
    margin-top: 3.5714285714rem;
  }
}

/* 404
------------------------------ */
#yonmaruyon_main {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  #yonmaruyon_main {
    margin-top: 3.5714285714rem;
  }
}

.yonmaruyon_btn {
  margin-top: 1.875rem;
}

.yonmaruyon_btn .btn {
  width: 100%;
  max-width: 16.125rem;
  padding: 1.25rem 1.5625rem;
  border-radius: 0.625rem;
}

.yonmaruyon_inner {
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .yonmaruyon_inner {
    padding-bottom: 3.5714285714rem;
  }
}

/* footer
------------------------------ */
.footer {
  background: url(../images/common/footer_bg.jpg) no-repeat center center/cover;
  padding: 6.3125rem 0 2.8125rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 3.5714285714rem 0 7.1428571429rem;
  }
}

.footer_logo {
  width: 100%;
  max-width: 34.875rem;
  margin: auto;
}

.footer_logo a {
  display: block;
}

.footer_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.footer_instagram {
  width: 2.0625rem;
}
@media (max-width: 768px) {
  .footer_instagram {
    display: none;
  }
}

.footer_btn {
  width: 100%;
  max-width: 4.375rem;
  text-align: center;
}

.footer_btn .btn {
  width: 100%;
  border-radius: 0.625rem;
  padding: 1.5625rem 0.625rem;
}

.footer_btn .btn::before {
  position: absolute;
  content: "";
  width: 1.9375rem;
  height: 1.8125rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/icon_sunflower_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_btn .btn:hover::before {
    background: url(../images/common/icon_sunflower_white.svg) no-repeat center center/contain;
  }
}

.copyright {
  text-align: center;
  margin-top: 4.4375rem;
}

.copyright small {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #fff;
}

.footer_action {
  display: none;
}
@media (max-width: 768px) {
  .footer_action {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    font-size: 0.875rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 0 -0.1875rem 0.625rem #fff;
            box-shadow: 0 -0.1875rem 0.625rem #fff;
  }
}

.footer_action_tel {
  width: 50%;
  text-align: center;
}

.footer_action_tel a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #205288;
  padding: 2.1875rem 0 1.25rem;
}

.footer_action_tel a::before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/footer_action_tel_icon.png) no-repeat center center/contain;
}

.footer_action_mail {
  width: 50%;
  text-align: center;
}

.footer_action_mail a {
  position: relative;
  display: block;
  background-color: #F1F9F9;
  padding: 2.1875rem 0 1.25rem;
}

.footer_action_mail a::before {
  position: absolute;
  content: "";
  width: 1.8125rem;
  height: 1.5625rem;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/footer_action_mail_icon.png) no-repeat center center/contain;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  background-color: #205288;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page_top {
    right: 1.1428571429rem;
    bottom: 5.3571428571rem;
  }
}

.page_top.is_visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #205288;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #205288;
  }
}