@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

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

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
@media (max-width: 1199.9px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #444444;
  font-family: "Kiwi Maru", sans-serif;
  position: relative;
  font-size: 1rem;
  background: #fff;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767.9px) {
  body {
    font-size: 0.875rem;
  }
}

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

nav {
  display: block;
}

a {
  color: #1C1C1C;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

select,
input,
button,
textarea {
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

input:focus,
textarea:focus {
  background: #f8f8f8 !important;
}

button {
  padding: 0;
}

figure {
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

p {
  margin: 0;
  line-height: 1.8;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

picture img {
  width: 100%;
}

.inbox {
  max-width: 71.25rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
span.page_link {
  display: block;
}

@media (min-width: 768px) {
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
}
@media (max-width: 767.9px) {
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.wrapper {
  position: relative;
}
.wrapper article {
  position: relative;
  z-index: 50;
}

.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.js-fix .page_header {
  background: #fff;
}
.page_header_in {
  margin: 0 auto;
  padding: 0 0 0 1.5rem;
  height: 6.25rem;
  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;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.page_header .header_r {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_header .hd_logo {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .hd_logo img {
  width: 3.75rem;
  margin-right: 0.75rem;
  display: block;
}
.page_header .hd_logo .tx {
  font-size: 1.125rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel {
  padding: 0.875rem 1.75rem 0;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap {
  text-align: center;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .in img {
  width: 1.25rem;
  margin-right: 0.75rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .in .tel_no {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 0.12em;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .tx {
  margin-top: -0.58em;
  text-align: right;
  font-size: 0.75rem;
  display: block;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn {
  width: 6.25rem;
  height: 6.25rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.4375rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a img, .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a:hover {
  opacity: 1;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a:hover img, .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a:hover span {
  opacity: 0.7;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.mail {
  height: 7.5rem;
  margin-bottom: -1.25rem;
  color: #FFFFFF;
  background: #62B8E3;
  border-radius: 0 0 0.625rem 0.625rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.mail .in {
  margin-top: 0.3125rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.staff {
  height: 6.25rem;
  background: #FEFBF6;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.staff .in {
  margin-top: 0.3125rem;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a .in {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.page_header .menu_bt {
  width: 6.25rem;
  height: 6.25rem;
  z-index: 6001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-top: 2.125rem;
}
.page_header .menu_bt span.bar {
  width: 1.25rem;
  height: 3px;
  border-radius: 0.125rem;
  background: #313434;
  display: block;
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_header .menu_bt span.bar::before, .page_header .menu_bt span.bar::after {
  content: "";
  width: 1.25rem;
  height: 3px;
  border-radius: 0.125rem;
  background: #313434;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.page_header .menu_bt span.bar::before {
  top: -0.5rem;
}
.page_header .menu_bt span.bar::after {
  bottom: -0.5rem;
}
.page_header .menu_bt .tx {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  width: 100%;
  color: #000;
  display: block;
}
.page_header .menu_bt.open span.bar {
  background: transparent;
}
.page_header .menu_bt.open span.bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_header .menu_bt.open span.bar::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_header .hd_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .hd_menu .hd_nav {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: hidden;
  width: 18.75rem;
  height: calc(100% - 6.25rem);
  position: fixed;
  background: #FFFFFF;
  top: 6.25rem;
  right: 0;
  display: block;
  z-index: 500;
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
}
.menu_open .page_header .hd_menu .hd_nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page_header .hd_menu .hd_nav ul.menu {
  display: block;
  padding: 1.75rem 1.875rem 0 1.875rem;
}
.page_header .hd_menu .hd_nav ul.menu li {
  border-bottom: 1px solid rgba(103, 103, 103, 0.3);
}
.page_header .hd_menu .hd_nav ul.menu li + li {
  margin-left: 0;
}
.page_header .hd_menu .hd_nav ul.menu li a {
  color: #6AA9C7;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.125rem 0;
  position: relative;
  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;
}
.page_header .hd_menu .hd_nav ul.menu li a::after {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  background: url("../img/i_btn_arw.svg");
  background-size: contain;
  margin-right: 0.625rem;
}
.page_header .hd_menu .hd_nav .sns_list {
  padding: 1.5625rem 2.5rem 2.5rem;
}

@media (max-width: 767.9px) {
  .page_header_in {
    padding: 0 0 0 0.75rem;
    height: 3.75rem;
  }
  .page_header .hd_logo img {
    width: 2.5rem;
    margin-right: 0.75rem;
    display: block;
  }
  .page_header .hd_logo .tx {
    display: none;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel {
    padding: 0.6875rem 0.75rem 0;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .in img {
    width: 0.9375rem;
    margin-right: 0.375rem;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .in .tel_no {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 0.2em;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_tel .tel_no_wrap .tx {
    margin-top: 0;
    font-size: 0.625rem;
    letter-spacing: -0.08em;
    margin-left: -1em;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn {
    width: 4.5rem;
    height: 3.75rem;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a {
    padding-top: 0.8125rem;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.mail {
    height: 4.25rem;
    margin-bottom: -0.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a.mail .in {
    margin-top: 0.125rem;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a img {
    width: 1.25rem;
    height: 1.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .page_header .hd_pc_nav .hd_pc_nav_list li.hd_pc_nav_btn a .in {
    font-size: 0.625rem;
    letter-spacing: -0.02em;
  }
  .page_header .menu_bt {
    width: 4.5rem;
    height: 3.75rem;
    padding-top: 1.375rem;
  }
  .page_header .menu_bt span.bar {
    width: 1.25rem;
    height: 2px;
  }
  .page_header .menu_bt span.bar::before, .page_header .menu_bt span.bar::after {
    width: 1.25rem;
    height: 2px;
  }
  .page_header .menu_bt span.bar::before {
    top: -0.375rem;
  }
  .page_header .menu_bt span.bar::after {
    bottom: -0.375rem;
  }
  .page_header .menu_bt .tx {
    margin-top: 0.75rem;
    font-size: 0.625rem;
    line-height: 1.4166666667;
    width: 100%;
    color: #000;
    display: block;
  }
  .page_header .hd_menu .hd_nav {
    height: calc(100% - 3.75rem);
    top: 3.75rem;
  }
  .page_header .hd_menu .hd_nav ul.menu {
    display: block;
    padding: 1.75rem 1.875rem 0 1.875rem;
  }
  .page_header .hd_menu .hd_nav ul.menu li a {
    font-size: 1rem;
    padding: 0.875rem 0;
  }
  .page_header .hd_menu .hd_nav .sns_list {
    padding: 1.5625rem 2.5rem 2.5rem;
  }
}
.page_footer .footer_head {
  padding: 4.5rem 0 5rem;
  background: #56A4CB url("../img/ft_bg.webp") center center;
  background-size: cover;
}
.page_footer .footer_head .inbox .page_title span {
  color: #FFFFFF;
}
.page_footer .footer_head .inbox .footer_contact_nav {
  margin-top: 2.5rem;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li {
  max-width: 50%;
  width: 24.0625rem;
  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;
  padding: 0.625rem 0;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li + li {
  border-left: 1px solid #FFFFFF;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap {
  text-align: center;
  color: #FFFFFF;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .in img {
  width: 1.5rem;
  margin-right: 0.75rem;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .in .tel_no {
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.12em;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .tx {
  font-size: 0.75rem;
  display: block;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white {
  width: 17.75rem;
  border: none;
  height: 3.75rem;
  border-radius: 3.75rem;
  color: #6AA9C7;
  padding-right: 2rem;
  font-weight: 500;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white img {
  width: 1.75rem;
  margin-right: 1.25rem;
}
.page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white .in {
  font-size: 1.25rem;
  padding-bottom: 0.12em;
}
.page_footer .footer_foot {
  padding: 2.5rem 0;
}
.page_footer .footer_foot .inbox {
  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;
}
.page_footer .footer_foot .copyright {
  font-size: 0.75rem;
}
.page_footer .footer_foot .sns_list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.sns_list li a img {
  width: 2.5rem;
}

.wp-block-buttons {
  margin-top: 1.875rem;
}

.wp-block-button__link,
.btn_default,
.btn_white {
  max-width: 100%;
  width: 24.25rem;
  height: 4.5rem;
  border-radius: 0.25rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.25;
}

.wp-block-button__link,
.btn_default {
  padding-right: 3.75rem !important;
  padding-left: 1.875rem;
  height: 3.125rem;
  font-weight: 500;
  color: #444444 !important;
  background: #EBF7FD !important;
  background: url("../img/i_btn_arw.svg") right 1.875rem center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247))) !important;
  background: url("../img/i_btn_arw.svg") right 1.875rem center no-repeat, linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%) !important;
  border-radius: 3.75rem !important;
}

.btn_white {
  color: #6AA9C7 !important;
  background-color: #ffffff !important;
}

@media (max-width: 767.9px) {
  .wp-block-button__link,
  .btn_default,
  .btn_white {
    height: 3.375rem !important;
  }
  .page_footer .footer_head {
    padding: 2.5rem 0 2rem;
  }
  .page_footer .footer_head .inbox .page_title {
    margin-bottom: 0.625rem;
  }
  .page_footer .footer_head .inbox .footer_contact_nav {
    margin-top: 0;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li {
    max-width: 100%;
    width: 100%;
    padding: 0.625rem 0;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li + li {
    border-left: none;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .in img {
    width: 1.25rem;
    margin-right: 0.5rem;
    position: relative;
    bottom: -0.24em;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .in .tel_no {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    font-weight: 500;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .tel_no_wrap .tx {
    font-size: 0.8125rem;
    display: block;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white {
    height: 3.125rem;
    padding-right: 0.625rem;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white img {
    width: 1.25rem;
    margin-right: 0.75rem;
  }
  .page_footer .footer_head .inbox .footer_contact_nav .footer_contact_nav_list li .btn_white .in {
    font-size: 1.125rem;
  }
  .page_footer .footer_foot {
    padding: 2rem 0;
  }
  .page_footer .footer_foot .inbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_footer .footer_foot .copyright {
    font-size: 0.75rem;
  }
  .page_footer .footer_foot .sns_list {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    margin-bottom: 0.9375rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .sns_list li a img {
    width: 2rem;
  }
  .wp-block-buttons {
    margin-top: 1.875rem;
  }
  .wp-block-button__link,
  .btn_default,
  .btn_white {
    max-width: 100%;
    width: 24.25rem;
    height: 4.5rem;
    border-radius: 0.25rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.25;
  }
  .wp-block-button__link,
  .btn_default {
    padding-right: 3.75rem !important;
    padding-left: 1.875rem;
    height: 3.375rem;
    font-weight: 500;
    color: #444444 !important;
    background: #EBF7FD !important;
    background: url("../img/i_btn_arw.svg") right 1.875rem center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247))) !important;
    background: url("../img/i_btn_arw.svg") right 1.875rem center no-repeat, linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%) !important;
    border-radius: 3.75rem !important;
  }
  .btn_white {
    color: #6AA9C7 !important;
    background-color: #ffffff !important;
  }
}
#fv {
  position: relative;
  z-index: 5;
}
#fv .fv_title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  line-height: 1.4;
  padding-bottom: 10%;
}
#fv .fv_title_in {
  font-size: 3.3125rem;
  color: #186488;
  text-align: center;
}
#fv .fv_title_in .in {
  display: block;
}
#fv .fv_title_in .in span {
  display: inline-block;
}
#fv .fv_title_in .in span small {
  font-size: 2.0625rem;
}
#fv figure {
  width: 100%;
}
#fv figure img {
  width: 100%;
  height: 85dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}

@media (max-width: 767.9px) {
  #fv .fv_title {
    line-height: 1.34;
    padding-bottom: 5%;
  }
  #fv .fv_title_in {
    font-size: 2.25rem;
  }
  #fv .fv_title_in .in span small {
    font-size: 1.5rem;
  }
  #fv figure img {
    height: 60dvh;
  }
}
#about {
  position: relative;
}
#about::before {
  content: "";
  width: 35.625rem;
  height: 39.0625rem;
  background: url("../img/bg02.svg") center bottom no-repeat;
  background-size: contain;
  display: block;
  top: 8.375rem;
  right: -11.25rem;
  position: absolute;
}
#about .page_title {
  padding-top: 5.25rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
#about figure {
  width: 100%;
  position: relative;
}
#about figure::before {
  content: "";
  width: 100%;
  height: 74.7284576394vw;
  background: url("../img/bg_full.svg") center bottom;
  background-size: cover;
  display: block;
  bottom: 2.25rem;
  left: 0;
  position: absolute;
  z-index: -1;
}
#about figure img {
  display: block;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.625rem;
  position: relative;
  z-index: 2;
}
#about .inbox {
  padding-block: 0 7.5rem;
}
#about .inbox p {
  margin: 3rem 0;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#about .inbox .about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
#about .inbox .about_list li {
  max-width: 14rem;
}

@media (max-width: 767.9px) {
  #about::before {
    width: 12.46875rem;
    height: 13.671875rem;
    top: 22.375rem;
    right: -5rem;
  }
  #about .page_title {
    padding-top: 2.25rem;
    margin-bottom: 1.875rem;
  }
  #about figure::before {
    width: 100%;
    height: 15.625rem;
    background: url("../img/bg_full.svg") center bottom;
    background-size: 200% auto;
    bottom: 1.5rem;
  }
  #about figure img {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.625rem;
    position: relative;
    z-index: 2;
  }
  #about .inbox {
    padding-block: 0 2.75rem;
  }
  #about .inbox p {
    margin: 1.5rem 0;
    font-size: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #about .inbox .about_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
  }
  #about .inbox .about_list li {
    max-width: 17.75rem;
  }
  #about .inbox .about_list li a {
    padding-right: 1.875rem !important;
    height: 2.75rem;
  }
}
#visiting .visiting_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#visiting .visiting_head .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 4.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#visiting .visiting_head .text_wrap::before {
  width: 100%;
  height: calc(100% + 3.875rem + 13rem);
  background: #FEFBF6;
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 0;
}
#visiting .visiting_head .text_wrap_in {
  position: relative;
  z-index: 5;
  padding: 0 3.75rem 0;
  max-width: 41.75rem;
}
#visiting .visiting_head .text_wrap .page_title {
  text-align: left;
  padding-top: 3.875rem;
  margin-bottom: 1.875rem;
}
#visiting .visiting_head figure {
  width: 50%;
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#visiting .visiting_head figure img {
  width: 100%;
  margin-left: auto;
  display: block;
  border-radius: 0 0.625rem 0.625rem 0;
}
#visiting .visiting_list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
#visiting .visiting_list > li {
  width: 33.333%;
  position: relative;
  border-radius: 0.625rem;
  padding: 2.75rem 2.5rem 4.125rem;
  font-weight: 500;
  color: #FFFFFF;
}
#visiting .visiting_list > li::after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2rem;
  bottom: 1.75rem;
}
#visiting .visiting_list > li h3 {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
#visiting .visiting_list > li .dot_list li::before {
  background: #FFFFFF;
}
#visiting .visiting_list > li p {
  margin-top: 1.25rem;
}
#visiting .visiting_list > li p.tx_right {
  text-align: right;
}
#visiting .visiting_list > li.visiting_list01 {
  background: #78B9D9;
}
#visiting .visiting_list > li.visiting_list01::after {
  background-image: url(../img/i_visiting01.svg);
}
#visiting .visiting_list > li.visiting_list02 {
  background: #EA9881;
}
#visiting .visiting_list > li.visiting_list02::after {
  background-image: url(../img/i_visiting02.svg);
}
#visiting .visiting_list > li.visiting_list03 {
  background: #C6B970;
}
#visiting .visiting_list > li.visiting_list03::after {
  background-image: url(../img/i_visiting03.svg);
}

.dot_list li {
  position: relative;
  padding-left: 0.75rem;
  line-height: 2.025;
}
.dot_list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #444444;
  position: absolute;
  top: 0.88em;
  left: 0;
  border-radius: 0.375rem;
}

@media (max-width: 767.9px) {
  #visiting .visiting_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #visiting .visiting_head .text_wrap {
    width: 100%;
    margin-top: 2rem;
  }
  #visiting .visiting_head .text_wrap::before {
    height: calc(100% + 3.875rem + 13rem);
    top: 0;
  }
  #visiting .visiting_head .text_wrap_in {
    padding: 0 2.8125rem 0;
    max-width: 41.75rem;
  }
  #visiting .visiting_head .text_wrap .page_title {
    text-align: left;
    padding-top: 0;
    margin-bottom: 1.875rem;
  }
  #visiting .visiting_head figure {
    width: 100%;
  }
  #visiting .visiting_head figure img {
    border-radius: 0;
  }
  #visiting .visiting_list {
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
  #visiting .visiting_list > li {
    width: 100%;
    position: relative;
    border-radius: 0.625rem;
    padding: 1.5rem 1.75rem 2.75rem;
    font-weight: 500;
    color: #FFFFFF;
  }
  #visiting .visiting_list > li::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.5rem;
    bottom: 1.25rem;
  }
  #visiting .visiting_list > li h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #visiting .visiting_list > li .dot_list {
    font-size: 0.9375rem;
  }
  #visiting .visiting_list > li .dot_list li {
    line-height: 2;
  }
  #visiting .visiting_list > li .dot_list li.mrm1 {
    margin-right: -1rem;
  }
  #visiting .visiting_list > li p {
    margin-top: 1rem;
  }
  #visiting .visiting_list > li p.tx_right {
    padding-right: 3.125rem;
  }
  .dot_list li {
    position: relative;
    padding-left: 0.75rem;
    line-height: 2.025;
  }
  .dot_list li::before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #444444;
    position: absolute;
    top: 0.88em;
    left: 0;
    border-radius: 0.375rem;
  }
}
#service {
  padding-bottom: 6.5rem;
}
#service > .page_title {
  padding-block: 6.25rem 0;
  margin-bottom: 3.125rem;
}
#service .service_head .inbox {
  max-width: 68.75rem;
  padding: 3.75rem 5rem 7.5rem;
  background: #EBF7FD;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
  background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
  border-radius: 0.625rem 0.625rem 0 0;
}
#service .service_head .inbox .service_head_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
#service .service_head .inbox .service_head_title h3 {
  font-size: 1.5rem;
}
#service .service_head .inbox .service_head_title figure {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
#service .service_head .inbox .service_head_title figure img {
  width: 6.5rem;
  margin-right: 1.75rem;
}
#service .service_main {
  margin-top: -5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-bottom: -16.75rem;
}
#service .service_main > * {
  position: relative;
  z-index: 7;
}
#service .service_main .text_wrap {
  margin-top: 5.25rem;
  border-radius: 0 0.625rem 0.625rem 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: -4.5625rem;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  background: #78B9D9;
}
#service .service_main .text_wrap_in {
  width: 100%;
  padding: 4.25rem 2.5rem 4.375rem 0;
  max-width: 39rem;
  margin-left: auto;
}
#service .service_main .text_wrap .page_title {
  text-align: left;
  margin-bottom: 2.75rem;
}
#service .service_main .text_wrap .page_title .en {
  color: rgba(255, 255, 255, 0.7);
}
#service .service_main .text_wrap .bdr_title {
  border-bottom: 1px solid #FFFFFF;
}
#service .service_main .text_wrap p {
  max-width: 30.625rem;
}
#service .service_main .text_wrap p + .bdr_title {
  margin-top: 4rem;
}
#service .service_main figure {
  width: 50%;
  position: relative;
}
#service .service_main figure::before {
  content: "";
  width: 34.375rem;
  height: 100%;
  background: #EBF7FD;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
  background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#service .service_main figure img {
  position: relative;
  z-index: 6;
  display: block;
  border-radius: 0.625rem 0 0 0.625rem;
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_main figure img + img {
  margin-top: 0.75rem;
}
#service .service_area#area .inbox {
  max-width: 68.75rem;
  padding: 3.75rem 1.25rem 7.5rem;
  background: #EBF7FD;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
  background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
  border-radius: 0 0 0.625rem 0.625rem;
}
#service .service_area#area .inbox .area_in {
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#service .service_area#area .inbox .area_in .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#service .service_area#area .inbox .area_in .text_wrap .area_dl {
  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;
}
#service .service_area#area .inbox .area_in .text_wrap .area_dl dt {
  margin-right: 1em;
  padding-bottom: 0.12em;
}
#service .service_area#area .inbox .area_in .text_wrap .area_dl dd .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
#service .service_area#area .inbox .area_in .text_wrap .area_dl dd .area_list li {
  width: 6.875rem;
  font-size: 1.25rem;
  height: 2rem;
  border-radius: 1.25rem;
  padding-bottom: 0.12em;
  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;
  color: #FFFFFF;
  background: #78B9D9;
}
#service .service_area#area .inbox .area_in .text_wrap p {
  margin-top: 1em;
}
#service .service_area#area .inbox .area_in figure {
  width: 18.4375rem;
}
.bdr_title {
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #444444;
  display: inline-block;
}

@media (max-width: 767.9px) {
  #service {
    padding-bottom: 3.125rem;
  }
  #service > .page_title {
    padding-block: 3.125rem 0;
    margin-bottom: 1.75rem;
  }
  #service .service_head .inbox {
    max-width: 20.9375rem;
    padding: 1.875rem 1.875rem 0;
    background: #EBF7FD;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
    background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
    border-radius: 0.625rem 0.625rem 0 0;
  }
  #service .service_head .inbox .service_head_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  #service .service_head .inbox .service_head_title h3 {
    font-size: 1.125rem;
    text-align: center;
  }
  #service .service_head .inbox .service_head_title figure {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  #service .service_head .inbox .service_head_title figure img {
    width: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  #service .service_main {
    max-width: 20.9375rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    background: #EBF7FD;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
    background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
    overflow: inherit;
  }
  #service .service_main figure {
    display: contents;
  }
  #service .service_main .text_wrap {
    width: auto;
    max-width: none;
    margin-top: -2.5rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    border-radius: 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #service .service_main .text_wrap_in {
    width: 100%;
    padding: 2.5rem 1.875rem 2.5rem 1.875rem;
  }
  #service .service_main .text_wrap .page_title {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  #service .service_main .text_wrap p + .bdr_title {
    margin-top: 2rem;
  }
  #service .service_main figure {
    width: 50%;
    position: relative;
  }
  #service .service_main figure::before {
    display: none;
  }
  #service .service_main figure img {
    position: relative;
    z-index: 6;
    display: block;
    border-radius: 0.625rem 0 0 0.625rem;
    width: 100%;
    height: 14rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #service .service_main figure img:first-child {
    margin-top: 2rem;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    right: -1.25rem;
  }
  #service .service_main figure img:nth-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    left: -1.25rem;
    border-radius: 0 0.625rem 0.625rem 0;
  }
  #service .service_main figure img + img {
    margin-top: -2.5rem;
  }
  #service .service_area#area .inbox {
    max-width: 20.9375rem;
    padding: 0.5rem 1.875rem 2.5rem;
    background: #EBF7FD;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
    background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
    border-radius: 0 0 0.625rem 0.625rem;
  }
  #service .service_area#area .inbox .area_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #service .service_area#area .inbox .area_in .text_wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #service .service_area#area .inbox .area_in .text_wrap .area_dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #service .service_area#area .inbox .area_in .text_wrap .area_dl dt {
    margin-right: 1em;
    padding-bottom: 0;
    padding-top: 0.06em;
    margin-bottom: 1em;
  }
  #service .service_area#area .inbox .area_in .text_wrap .area_dl dd .area_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.375rem;
  }
  #service .service_area#area .inbox .area_in .text_wrap .area_dl dd .area_list li {
    width: calc(33.333% - 0.25rem);
    font-size: 0.9375rem;
    height: 1.5rem;
    border-radius: 1.25rem;
    padding-bottom: 0;
    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;
    color: #FFFFFF;
    background: #78B9D9;
  }
  #service .service_area#area .inbox .area_in figure {
    margin-top: 1.25rem;
    width: 7.5rem;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -1.25rem;
  }
  .bdr_title {
    font-size: 1.125rem;
    display: block;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
#company {
  position: relative;
}
#company::before {
  width: 23rem;
  height: 22.1875rem;
  background: url("../img/bg05.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 10.4375rem;
  right: -8.3125rem;
  display: block;
  content: "";
}
#company .inbox {
  padding-block: 6.25rem 0;
  z-index: 5;
}
#company .inbox .page_title {
  margin-bottom: 3.75rem;
}
#company .inbox #greeting .greeting_in {
  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;
}
#company .inbox #greeting .greeting_in .text_wrap {
  padding-left: 3.5rem;
}
#company .inbox #greeting .greeting_in .text_wrap p b {
  color: #E37C5F;
  font-weight: 500;
}
#company .inbox #greeting .greeting_in figure {
  width: 21.75rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#company .inbox #greeting .greeting_in figure img {
  border-radius: 0.625rem;
}
#company .inbox .company_wrap {
  padding: 4rem 0 0;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
#company .inbox .company_wrap .company_dl .company_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.625rem;
  padding: 1.125rem 1.75rem;
}
#company .inbox .company_wrap .company_dl .company_dl_in:nth-child(odd) {
  background: #F4F8FA;
}
#company .inbox .company_wrap .company_dl .company_dl_in dt {
  width: 13.5rem;
  padding-right: 1.75rem;
}
#company .inbox .company_wrap .company_dl .company_dl_in dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#company .inbox .company_wrap .company_dl .company_dl_in dd small {
  font-size: 0.875rem;
}

@media (max-width: 767.9px) {
  #company::before {
    width: 17.25rem;
    height: 16.640625rem;
    top: 5.75rem;
    right: -0.9375rem;
  }
  #company .inbox {
    padding-block: 3.125rem 0;
  }
  #company .inbox .page_title {
    margin-bottom: 2rem;
  }
  #company .inbox #greeting .greeting_in .text_wrap {
    margin-top: 1.25rem;
    padding-left: 0;
  }
  #company .inbox #greeting .greeting_in figure {
    width: 10.25rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #company .inbox .company_wrap {
    padding: 2.5rem 0 0;
  }
  #company .inbox .company_wrap .company_dl .company_dl_in {
    padding: 1.125rem 1.5625rem;
    display: block;
  }
  #company .inbox .company_wrap .company_dl .company_dl_in:nth-child(odd) {
    border-radius: 0.3125rem;
  }
  #company .inbox .company_wrap .company_dl .company_dl_in dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.6em;
    font-weight: 500;
  }
  #company .inbox .company_wrap .company_dl .company_dl_in dd small {
    font-size: 0.875rem;
  }
}
#philosophy {
  position: relative;
}
#philosophy::before {
  content: "";
  display: block;
  position: absolute;
  top: 6.25rem;
  left: 0;
  background: #EBF7FD;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
  background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
  width: 100%;
  height: calc(100% - 6.25rem);
}
#philosophy .inbox {
  padding-block: 4rem 6.5rem;
}
#philosophy .inbox > * {
  position: relative;
  z-index: 2;
}
#philosophy .inbox .page_title {
  margin-bottom: 2.5rem;
}
#philosophy .inbox .philosophy_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.125rem;
}
#philosophy .inbox .philosophy_head .philosophy_head_box {
  width: 100%;
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.5rem;
  background: #FFFFFF;
  border-radius: 0.3125rem;
  padding: 1rem 1.25rem 1.75rem;
  text-align: center;
}
#philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_title {
  font-size: 1.5rem;
  margin: 0.375rem;
}
#philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6AA9C7;
  font-weight: 500;
}
#philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy span {
  font-size: 2rem;
}
#philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy small {
  margin-top: -0.25em;
  font-size: 1.25rem;
}
#philosophy .inbox .philosophy_head figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#philosophy .inbox .philosophy_head figure img {
  border-radius: 0.625rem;
}
#philosophy .inbox .philosophy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#philosophy .inbox .philosophy_list > li {
  width: calc(50% - 1.5rem);
}
#philosophy .inbox .philosophy_list > li:last-child:nth-child(odd) {
  width: 100%;
}
#philosophy .inbox .philosophy_list > li .page_title {
  text-align: left;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #444444;
  margin-bottom: 1.75rem;
}
#philosophy .inbox .philosophy_list > li p {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
#philosophy .inbox .philosophy_list > li p + p {
  margin-top: 1em;
}
#philosophy .inbox .philosophy_list > li .dot_list {
  margin-top: 1em;
  margin-left: 0.4em;
}
#philosophy .inbox .philosophy_list > li .dot_list li {
  line-height: 2.025;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl {
  margin-top: 1em;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in {
  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;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in + div {
  margin-top: 0.75rem;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dt, #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dd {
  padding-bottom: 0.12em;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dt {
  font-size: 1.125rem;
  margin-right: 0.625rem;
  background: #78B9D9;
  color: #FFFFFF;
  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;
  width: 6.875rem;
  height: 2rem;
  border-radius: 3.75rem;
}
#philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 767.9px) {
  #philosophy {
    position: relative;
  }
  #philosophy::before {
    top: 3.75rem;
    height: calc(100% - 3.75rem);
  }
  #philosophy .inbox {
    padding-block: 2.5rem 3.125rem;
  }
  #philosophy .inbox .page_title {
    margin-bottom: 2rem;
  }
  #philosophy .inbox .philosophy_head {
    margin-bottom: 2.5rem;
  }
  #philosophy .inbox .philosophy_head .philosophy_head_box {
    margin-top: 0.75rem;
    border-radius: 0.625rem;
    padding: 1rem 0 1.75rem;
  }
  #philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_title {
    font-size: 1.125rem;
    margin: 0.375rem 1.75rem;
  }
  #philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy {
    margin-top: 1em;
  }
  #philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy span {
    font-size: 1.375rem;
    line-height: 1.4;
  }
  #philosophy .inbox .philosophy_head .philosophy_head_box .philosophy_head_copy small {
    margin-top: 0.25em;
    font-size: 0.875rem;
  }
  #philosophy .inbox .philosophy_head figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #philosophy .inbox .philosophy_head figure img {
    border-radius: 0.625rem;
  }
  #philosophy .inbox .philosophy_list > li {
    width: 100%;
  }
  #philosophy .inbox .philosophy_list > li + li {
    margin-top: 2rem;
  }
  #philosophy .inbox .philosophy_list > li .page_title {
    margin-bottom: 1.25rem;
  }
  #philosophy .inbox .philosophy_list > li p {
    font-size: 1rem;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl {
    margin-top: 1em;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in + div {
    margin-top: 0.9375rem;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dt, #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dd {
    padding-bottom: 0.12em;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dt {
    font-size: 1rem;
    margin-right: 0.625rem;
    width: 6.25rem;
    height: 1.75rem;
  }
  #philosophy .inbox .philosophy_list > li .philosophy_dl .philosophy_dl_in dd {
    margin-top: 0.5rem;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
#staff .inbox {
  padding-block: 6rem 6.5rem;
}
#staff .inbox .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -3rem;
}
#staff .inbox .staff_list .staff_item {
  width: 47.8181818182%;
  margin-bottom: 3rem;
  background: #FEFBF6;
  border-radius: 0.625rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#staff .inbox .staff_list .staff_item .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#staff .inbox .staff_list .staff_item .staff_thumb {
  width: 7.75rem;
  margin-right: 1.5rem;
}
#staff .inbox .staff_list .staff_item .staff_thumb img {
  height: 9.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}
#staff .inbox .staff_list .staff_item .staff_taxonomies {
  margin-bottom: 0.5rem;
}
#staff .inbox .staff_list .staff_item .staff_taxonomies .staff_cat {
  font-size: 1rem;
  padding: 0.12em 1em 0.16em;
  color: #FFFFFF;
  background: #78B9D9;
  border-radius: 3.75rem;
  margin-bottom: 0.25rem;
}
#staff .inbox .staff_list .staff_item .staff_title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
#staff .inbox .staff_list .staff_item .staff_title small {
  font-size: 0.75rem;
  margin-left: 0.625rem;
  color: #78B9D9;
}
@media (max-width: 767.9px) {
  #staff .inbox {
    padding-block: 3.125rem 2.75rem;
  }
  #staff .inbox .page_title {
    margin-bottom: 1.875rem;
  }
  #staff .inbox .staff_list {
    margin-bottom: -1.25rem;
  }
  #staff .inbox .staff_list .staff_item {
    width: 100%;
    margin-bottom: 1.25rem;
    border-radius: 0.625rem;
    padding: 1.5625rem;
  }
  #staff .inbox .staff_list .staff_item .staff_thumb {
    width: 4.65rem;
    margin-right: 1rem;
    position: relative;
    top: -0.125rem;
  }
  #staff .inbox .staff_list .staff_item .staff_thumb img {
    height: 5.475rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.3125rem;
  }
  #staff .inbox .staff_list .staff_item .staff_taxonomies {
    margin-bottom: 0.75rem;
    line-height: 1.2;
  }
  #staff .inbox .staff_list .staff_item .staff_taxonomies .staff_cat {
    font-size: 0.8125rem;
    padding: 0.12em 1em 0.2em;
    margin-bottom: 0.25rem;
  }
  #staff .inbox .staff_list .staff_item .staff_title {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
  #staff .inbox .staff_list .staff_item .staff_title small {
    font-size: 0.6875rem;
  }
  #staff .inbox .staff_list .staff_item .staff_content {
    font-size: 0.8125rem;
  }
  #staff .inbox .staff_list .staff_item .staff_content p {
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}
#information {
  padding-bottom: 7.75rem;
}
#information .inbox {
  padding-block: 4.5rem 5.5rem;
  background: #EBF7FD;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247)));
  background: linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%);
}
#information .inbox .page_title {
  margin-bottom: 2.25rem;
}
#information .information_list .post_list_item + li {
  border-top: 2px solid #FFFFFF;
}

.information_list {
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}
.information_list .post_list_item {
  padding: 1.125rem 0;
}
.information_list .post_list_item + li {
  border-top: 1px solid #444;
}
.information_list .post_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/i_arw.svg") right 2.5rem center no-repeat;
}
.information_list .post_list_item a .post_title {
  font-size: 1em;
  padding-right: 4.5625rem;
  margin-bottom: 0;
}
.information_list .post_list_item a .news_info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 2.5rem;
}
@media (max-width: 767.9px) {
  #information {
    padding-bottom: 0;
  }
  #information .inbox {
    padding-block: 3.125rem 3rem;
  }
  #information .inbox .page_title {
    margin-bottom: 1.125rem;
  }
  #information .information_list .post_list_item + li {
    border-top: 2px solid #FFFFFF;
  }
  .information_list .post_list_item {
    padding: 1rem 0;
  }
  .information_list .post_list_item a {
    padding: 0 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url("../img/i_arw.svg") right 0.9375rem center no-repeat;
  }
  .information_list .post_list_item a .post_title {
    padding-right: 1.5625rem;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 500;
  }
  .information_list .post_list_item a .news_info {
    padding: 0;
    margin-bottom: 0.2em;
  }
}
.btn_wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrap .btn_white {
  max-width: 19rem;
  font-size: 1.25rem;
  height: 4.5rem;
  background: #FFFFFF url("../img/i_btn_arw.svg") right 1.875rem center no-repeat !important;
  background-size: 0.375rem 0.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 4.5625rem;
  position: relative;
}
.btn_wrap .btn_white::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  margin-top: -0.875rem;
  left: 1.875rem;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_wrap .btn_white.staff {
  border: 1px solid #6AA9C7;
}
.btn_wrap .btn_white.staff::before {
  background-image: url(../img/i_staff.svg);
}
.btn_wrap .btn_white.information::before {
  background-image: url(../img/i_info.svg);
}

@media (max-width: 767.9px) {
  .btn_wrap {
    margin-top: 2rem;
  }
  .btn_wrap .btn_white {
    max-width: 17.75rem;
    font-size: 1.125rem;
    height: 3.375rem;
    background: #FFFFFF url("../img/i_btn_arw.svg") right 1.5rem center no-repeat !important;
    background-size: 0.375rem 0.75rem;
    padding-left: 4.5625rem;
  }
  .btn_wrap .btn_white::before {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.875rem;
    left: 1.5rem;
  }
}
.page_title {
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 500;
}
.post_header .page_title {
  padding-top: 3.5rem;
}
.page_title span {
  display: block;
  letter-spacing: 0.1em;
}
.page_title .ja {
  font-size: 1.375rem;
  line-height: 1.4375;
}
.page_title .ja:first-child {
  font-size: 2rem;
}
.page_title .en {
  color: #63B8E3;
  font-size: 1.25rem;
  line-height: 1.45;
}
.page_title .en:first-child {
  font-size: 1.125rem;
}
.page_title .ja + .en {
  margin-top: 0.25rem;
}
.page_title .en + .ja {
  margin-top: 0.6875rem;
}

@media (max-width: 767.9px) {
  .page_title {
    margin-bottom: 3rem;
  }
  .post_header .page_title {
    padding-top: 2.25rem;
    margin-bottom: 2.5rem;
  }
  .page_title .ja {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.25em;
  }
  .page_title .ja:first-child {
    font-size: 1.5rem;
  }
  .page_title .en {
    font-size: 1.125rem;
  }
  .page_title .en:first-child {
    font-size: 1rem;
  }
  .page_title .ja + .en {
    margin-top: 0.25rem;
  }
  .page_title .en + .ja {
    margin-top: 0.5rem;
  }
}
.page_edit .smf-form--letter + .smf-action {
  margin-top: 0.75rem;
  padding: 0 0 1rem;
  text-align: center;
}
.page_edit .smf-form--letter .smf-item {
  margin: 0;
  padding: 1rem 0 1rem;
}
.page_edit .smf-form--letter .smf-item.req .smf-item__label__text strong {
  background: #78B9D9;
}
.page_edit .smf-form--letter input, .page_edit .smf-form--letter textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.page_edit .smf-form--letter .smf-item__col--label {
  padding-bottom: 0.5rem;
}
.page_edit .smf-form--letter .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_edit .smf-form--letter .smf-item__label__text strong {
  color: #FFFFFF;
  background: #999999;
  border-radius: 0.25rem;
  display: block;
  font-size: 0.75rem;
  padding: 0 0.5em 0.12em;
  margin-left: 0.5em;
  position: relative;
  top: 0.06em;
}
.page_edit .smf-form--letter > p.privacy_link {
  margin-top: 1rem;
}
.page_edit .smf-form--letter > p a {
  color: #78B9D9;
  text-decoration: underline;
}
.page_edit .smf-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_edit .smf-action .smf-button-control {
  width: 100%;
  max-width: 19rem;
}
.page_edit .smf-action .smf-button-control__control {
  width: 100%;
  height: 4.5rem;
  padding: 0 1.875rem;
  position: relative;
  background-color: transparent;
  background-image: url("../img/i_arw.svg");
  background-size: 0.75rem auto;
  font-size: 1.25rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: right 1.875rem center;
  cursor: pointer;
  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;
  text-decoration: none;
  color: #6AA9C7;
  border: 1px solid #6AA9C7;
  border-radius: 4.5rem;
  outline: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_edit .smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}
.page_edit .smf-action .smf-button-control__control:active, .page_edit .smf-action .smf-button-control__control:focus, .page_edit .smf-action .smf-button-control__control:focus-within, .page_edit .smf-action .smf-button-control__control[aria-selected=true] {
  opacity: 0.7;
}
@media (max-width: 767.9px) {
  .page_edit .smf-action .smf-button-control {
    max-width: 17.75rem;
  }
  .page_edit .smf-action .smf-button-control__control {
    font-size: 1.125rem;
    height: 3.375rem;
  }
}
.page_edit .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0.75rem;
}
.page_edit .smf-action .smf-button-control__control .smf-sending {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_edit .smf-control-fieldset {
  display: contents;
}
.page_edit .smf-control-fieldset > * + * {
  margin-top: var(--_margin-2);
}
.page_edit .smf-control-fieldset > .smf-control-legend {
  padding: 0;
}
.page_edit .smf-control-description {
  color: var(--_dark-color-gray);
  margin-top: var(--_margin-2);
  --_font-size-level: -1;
  font-size: var(--_font-size);
  line-height: var(--_line-height);
}
.page_edit .smf-error-messages {
  color: #cc3033;
  font-size: 0.875rem;
  margin-top: var(--_margin-2);
}
@-webkit-keyframes smf-sending {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes smf-sending {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.page_edit .smf-sending[aria-hidden=true] {
  visibility: hidden;
}
.page_edit .smf-sending:before {
  -webkit-animation: smf-sending 2s ease-out 0s infinite;
          animation: smf-sending 2s ease-out 0s infinite;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  border-radius: 100%;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.page_edit .smf-focus-point {
  position: relative;
  top: -100px;
  visibility: hidden;
}
.page_edit .smf-system-error-status-text {
  color: var(--_color-gray);
  --_font-size-level: -1;
  font-size: var(--_font-size);
  line-height: var(--_line-height);
}
.page_edit .snow-monkey-form[data-screen=loading] {
  visibility: hidden;
}
.page_edit .smf-form [data-invalid="1"] {
  border-color: #d98585;
}
.page_edit .smf-radio-buttons-control__control {
  margin-top: 0.5em;
}
.page_edit .smf-radio-buttons-control__control .smf-label + .smf-label {
  margin-top: 0.375rem;
}
.page_edit .smf-radio-button-control {
  line-height: 1.25rem;
}
.page_edit .smf-radio-button-control input {
  display: none;
}
.page_edit .smf-radio-button-control input:checked + span::before {
  background: #78B9D9;
}
.page_edit .smf-radio-button-control input + span {
  padding-left: 1.875rem;
  position: relative;
}
.page_edit .smf-radio-button-control input + span::before, .page_edit .smf-radio-button-control input + span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  position: absolute;
  display: block;
}
.page_edit .smf-radio-button-control input + span::before {
  top: 0;
  left: 0;
  border: 1px solid #78B9D9;
}
.page_edit .smf-radio-button-control input + span::after {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.3125rem;
  left: 0.3125rem;
}
.page_edit .smf-form .smf-radio-button-control__control:checked {
  background-color: #78B9D9;
}

form[data-screen=complete] .smf-complete-content {
  text-align: center;
  font-size: 1.125rem;
}

.topic_path {
  width: 100%;
  margin-top: 6.25rem;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
  background: rgba(120, 185, 217, 0.1);
}
.topic_path_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスで1行に並べる */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 改行を防ぐ */
  overflow: auto; /* 内容が切れる場合に隠す */
  white-space: nowrap;
}

.topic_path_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1;
}
.topic_path_list li {
  color: #37352f;
  font-size: 0.875rem;
  min-width: 0.9375rem;
}
.topic_path_list li img {
  width: 0.9375rem;
}
.topic_path_list li:first-child img {
  padding-top: 1px;
}
.topic_path_list li:first-child a {
  border-bottom: none;
}
.topic_path_list li a {
  color: #78B9D9;
}
.topic_path_list li + li::before {
  content: "/";
  margin-inline: 0.25em;
}

@media (max-width: 767.9px) {
  .topic_path {
    margin-top: 3.75rem;
  }
  .topic_path_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* フレックスボックスで1行に並べる */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* 改行を防ぐ */
    overflow: auto; /* 内容が切れる場合に隠す */
    white-space: nowrap;
  }
  .topic_path_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topic_path_list li {
    font-size: 0.75rem;
  }
  .topic_path_list li + li::before {
    margin-inline: 0.4em;
  }
}
.wp-block-list {
  margin-top: 0.5em;
}
.wp-block-list li {
  line-height: 1.8;
  position: relative;
}
.wp-block-list li + li {
  margin-top: 0.25em;
}
.wp-block-list + * {
  margin-top: 1em;
}

ul.wp-block-list li {
  padding-left: 1em;
}
ul.wp-block-list li::before {
  width: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

ol.wp-block-list {
  counter-reset: number 0;
}
ol.wp-block-list ul, ol.wp-block-list ol {
  counter-reset: number 0;
}
ol.wp-block-list li {
  padding-left: 1.25em;
}
ol.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: number 1;
  content: counter(number) ".";
}

.pagenation_nav .pagenation_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
.pagenation_nav .pagenation_nav_list li {
  margin-inline: 0.375rem;
  font-weight: bold;
}
.pagenation_nav .pagenation_nav_list li a, .pagenation_nav .pagenation_nav_list li span {
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.75rem 0.12em;
  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;
  border-radius: 0.25rem;
}
.pagenation_nav .pagenation_nav_list li a {
  color: #ffffff;
  background: #78B9D9;
  border: 1px solid #78B9D9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagenation_nav .pagenation_nav_list li span {
  color: #78B9D9;
  background: rgba(120, 185, 217, 0.1);
  border: 1px solid #78B9D9;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
  color: #78B9D9;
  border: 1px solid #78B9D9;
  background: #FFFFFF;
  font-weight: 500;
}

@media (max-width: 767.9px) {
  .pagenation_nav .pagenation_nav_list {
    margin-top: 2.5rem;
  }
  .pagenation_nav .pagenation_nav_list li {
    margin-inline: 0.3125rem;
  }
  .pagenation_nav .pagenation_nav_list li a, .pagenation_nav .pagenation_nav_list li span {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.3125rem;
  }
  .pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
    padding: 0 0.5rem;
  }
}
.page_edit {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7.5rem;
}
.page_edit h2 {
  font-size: 1.5rem;
  padding: 0.6em;
  color: #FFFFFF;
  background: #78B9D9;
  margin-block: 1.5em 1em;
}
.page_edit h3 {
  font-size: 1.25rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #444444;
  margin-block: 1.5em 1em;
}
.page_edit h4 {
  font-size: 1.125rem;
  margin-block: 1.5em 1em;
}
.page_edit b, .page_edit strong {
  font-weight: 500;
}

@media (max-width: 767.9px) {
  .page_edit {
    padding-bottom: 3.125rem;
  }
  .page_edit h2 {
    font-size: 1.1875rem;
  }
  .page_edit h3 {
    font-size: 1.125rem;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #444444;
  }
  .page_edit h4 {
    font-size: 1rem;
  }
}
.info_contents_in {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}

.post_title {
  font-size: 1.625rem;
  margin-bottom: 1em;
  font-weight: 500;
}

.back_btn_wrap {
  margin-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back_btn_wrap .btn_default.back {
  max-width: 19rem;
  height: 4.5rem;
  padding-left: 3.75rem;
  background: url(../img/i_btn_arw_rv.svg) right 1.875rem center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(235, 247, 253)), color-stop(0%, rgb(204, 230, 247))) !important;
  background: url(../img/i_btn_arw_rv.svg) right 1.875rem center no-repeat, linear-gradient(90deg, rgb(235, 247, 253) 100%, rgb(204, 230, 247) 0%) !important;
  background-position: 1.875rem center !important;
}

@media (max-width: 767.9px) {
  .info_contents_in {
    max-width: 22.1875rem;
  }
  .post_title {
    font-size: 1.375rem;
  }
  .back_btn_wrap {
    margin-bottom: 4rem;
  }
  .back_btn_wrap .btn_default.back {
    max-width: 15.25rem;
    height: 3.375rem;
  }
}
.information_list_wrap {
  padding-bottom: 7.5rem;
}

@media (max-width: 767.9px) {
  .information_list_wrap {
    padding-bottom: 3.125rem;
  }
}
.page_recruit .page_edit > .wp-block-group + .wp-block-group {
  margin-top: 5rem;
}
@media (max-width: 767.9px) {
  .page_recruit .page_edit > .wp-block-group + .wp-block-group {
    margin-top: 3.125rem;
  }
}