@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

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

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body,
body.__parts_body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}

html,
body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a.-inner {
  color: #641344;
  text-decoration: underline;
}
a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.l-footer {
  text-align: center;
  padding: 1.6rem;
  background: #00375a;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-footer {
    flex-direction: column;
  }
}

body.__menu_open {
  overflow: hidden;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  min-height: 100vh;
}

.l-main {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .l-main {
    margin-top: 7rem;
  }
  .page-sub .l-main {
    margin-top: 7rem;
  }
}
.l-maincontents {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .l-maincontents {
    justify-content: center;
  }
}

.l-breadcrumbs {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.l-pager {
  padding: 0 1em;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-pager {
    padding: 0;
    margin-bottom: 0.8rem;
  }
}
.l-pager_main {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-pager_main {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.l-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
}
.l-pagination .page_link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  border: 1px solid;
  background-color: #fff;
  margin-left: -1px;
}
.l-pagination .active .page_link {
  background: #00375a;
  border: 1px solid #00375a;
  z-index: 10;
}

.l-menu {
  width: 100%;
}

.p-inner_link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0.5em 1em;
  background: #0F9EB4;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 1.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
.c-btn:hover {
  color: #0F9EB4;
  background: #fff;
  border: 3px solid #0F9EB4;
}
.c-btn_contact {
  padding: 0.8em 1em;
  color: #fff;
  background: #ff9600;
  border: 3px solid #ff9600;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.c-btn_contact:before {
  content: "";
  background: url(../images/icon_mail.svg) no-repeat center center;
  background-size: contain;
  width: 2.4rem;
  height: 1.8rem;
  display: block;
}
.c-btn_contact:hover {
  color: #ff9600;
  background: #fff;
  border: 3px solid #ff9600;
  opacity: 1;
}
.c-btn_contact:hover:before {
  background: url(../images/icon_mail_o.svg) no-repeat center center;
}
.c-btn_contact.__large {
  height: 8rem;
  padding: 0.5em 4em;
  border: 3px solid #fff;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
}
.c-btn_contact.__large:hover {
  border: 3px solid #ff9600;
}
@media (max-width: 767px) {
  .c-btn_contact.__large {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
  }
}
.c-btn_works {
  width: 100%;
  max-width: 28rem;
  padding: 0.8em 1em;
  color: #ff9600;
  background: #fff;
  border: 3px solid #ff9600;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 8rem;
  padding: 0.5em 2em;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
}
.c-btn_works:hover {
  color: #fff;
  background: #ff9600;
  border: 3px solid #ff9600;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn_works {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
    max-width: none;
  }
}
.c-btn_column {
  width: 100%;
  max-width: 28rem;
  padding: 0.8em 1em;
  color: #fff;
  background: #00375a;
  border: 3px solid #fff;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 8rem;
  padding: 0.5em 2em;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
}
.c-btn_column:hover {
  color: #00375a;
  background: #fff;
  border: 3px solid #00375a;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn_column {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
  }
}
.c-btn_office {
  width: 100%;
  max-width: 28rem;
  padding: 0.8em 1em;
  color: #00375a;
  background: #fff;
  border: 3px solid #00375a;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 8rem;
  padding: 0.5em 2em;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
}
.c-btn_office:hover {
  color: #fff;
  background: #00375a;
  border: 3px solid #00375a;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn_office {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
  }
}
.c-btn_inquiry {
  width: 100%;
  max-width: 28rem;
  padding: 0.8em 1em;
  color: #fff;
  background: #0079c2;
  border: 3px solid #fff;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 8rem;
  padding: 0.5em 2em;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
  transition: all 0.1s;
}
.c-btn_inquiry:hover {
  color: #0079c2;
  background: fff;
  border: 3px solid #0079c2;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn_inquiry {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
    max-width: none;
  }
}
.c-btn_back {
  width: 100%;
  max-width: 28rem;
  padding: 0.8em 1em;
  color: #fff;
  background: #00375a;
  border: 3px solid #fff;
  font-weight: 700;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 8rem;
  padding: 0.5em 2em;
  border-radius: 4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
  transition: all 0.1s;
}
.c-btn_back:hover {
  color: #00375a;
  background: fff;
  border: 3px solid #00375a;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-btn_back {
    height: 6rem;
    padding: 0.5em 1em;
    width: 100%;
    max-width: none;
  }
}

.c-tel {
  display: flex;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  align-items: center;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #00375a;
}
.c-tel:before {
  content: url(../images/icon_tel.svg);
  width: 1.8rem;
}

.c-tel_call {
  color: inherit;
}
@media (min-width: 768px) {
  .c-tel_call {
    pointer-events: none;
  }
}

.c-list_item {
  display: flex;
}
.c-list_item:before {
  content: attr(data-icon);
  margin-right: 0.2em;
}

.p-header {
  width: 100%;
  margin: 0;
  padding: 1em;
  background: #fff;
  color: #00375a;
  z-index: 200;
  z-index: 200;
}
.p-header_humb {
  display: none;
}
@media (max-width: 767px) {
  .p-header_humb {
    display: block;
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: auto;
  }
  .p-header_humb span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 70%;
  }
  .p-header_humb span:nth-of-type(1) {
    top: 0px;
  }
  .p-header_humb span:nth-of-type(2) {
    top: 8px;
  }
  .p-header_humb span:nth-of-type(3) {
    top: 16px;
  }
  .p-header_humb.__active span:nth-of-type(1) {
    top: 2px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
  }
  .p-header_humb.__active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .p-header_humb.__active span:nth-of-type(3) {
    top: 14px;
    left: auto;
    right: 6px;
    bottom: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
  }
}
.p-header_inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-header_inner .__logo {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .p-header_inner .__header_menu_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-header_inner .__header_menu {
  display: grid;
  grid-template-areas: "upper upper upper contact" "lower lower lower contact";
  gap: 0.8rem;
}
.p-header_inner .__header_menu .__upper {
  display: flex;
  grid-area: upper;
  gap: 0.8rem;
  align-items: center;
}
.p-header_inner .__header_menu .__upper .__prefix {
  font-weight: 700;
  font-size: 1.7rem;
}
.p-header_inner .__header_menu .__upper .__suffix {
  font-weight: 700;
  font-size: 1.4rem;
}
.p-header_inner .__header_menu .__lower {
  grid-area: lower;
  font-weight: 700;
  font-size: 1.7rem;
}
.p-header_inner .__header_menu .__contact {
  grid-area: contact;
}
@media (max-width: 767px) {
  .p-header_inner .__header_menu {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: #fafaf5;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    place-content: center;
    gap: 4rem;
    grid-template-areas: "lower" "upper" "contact";
  }
  .p-header_inner .__header_menu .__upper {
    flex-direction: column;
  }
  .p-header_inner .__header_menu .__contact a {
    width: 100%;
  }
  .p-header_inner .__header_menu.__active {
    display: grid !important;
  }
}
.p-header_inner .__menu_list {
  display: flex;
  justify-content: center;
}
.p-header_inner .__menu_list li {
  border-right: 1px solid #00375a;
  padding: 0 1.5em;
}
.p-header_inner .__menu_list li:first-of-type {
  border-left: 1px solid #00375a;
}
.p-header_inner .__menu_list li a {
  color: #00375a;
}

.p-footer {
  padding: 2.4rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-footer_copyright {
  font-weight: 400;
  font-size: 1.2rem;
}

.p-menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-menu {
    flex-direction: column;
    row-gap: 1em;
  }
}
.p-menu li {
  border-right: 1px solid #00375a;
  padding: 0 1.5em;
}
.p-menu li:first-of-type {
  border-left: 1px solid #00375a;
}
.p-menu li a {
  color: #00375a;
  font-weight: 700;
  font-size: rem;
}
@media (max-width: 767px) {
  .p-menu li {
    border-left: none;
    border-right: none;
    border-left: 3px solid #00375a !important;
  }
}
.p-menu.__footer li {
  border-right: 1px solid #fff;
}
.p-menu.__footer li:first-of-type {
  border-left: 1px solid #fff;
}
.p-menu.__footer li a {
  color: #fff;
}
@media (max-width: 767px) {
  .p-menu.__footer li {
    border-left: none;
    border-right: none;
  }
  .p-menu.__footer li:first-of-type {
    border-left: none;
  }
}

.p-page_title {
  font-weight: 700;
  font-size: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  color: #00375a;
}
.p-page_title:before {
  content: "";
  background: url(../images/icon_leaf.png) no-repeat;
  background-size: contain;
  height: 1.4em;
  width: 1.4em;
}
@media (max-width: 767px) {
  .p-page_title {
    font-weight: 700;
    font-size: 2rem;
  }
  .p-page_title:before {
    content: "";
    background: url(../images/icon_leaf.png) no-repeat;
    background-size: contain;
    height: 1.4em;
    width: 1.4em;
  }
}

.p-contents_title {
  font-weight: 700;
  font-size: 3.2rem;
  padding-bottom: 0.8rem;
  width: 100%;
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  color: #00375a;
  border-bottom: 3px solid #00375a;
}
.p-contents_title:before {
  content: "";
  background: url(../images/icon_leaf.png) no-repeat;
  background-size: contain;
  height: 1.4em;
  width: 1.4em;
}
@media (max-width: 767px) {
  .p-contents_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .p-contents_title:before {
    height: 1.4em;
    width: 1.4em;
  }
}

.p-pagetop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    opacity: 1;
  }
}

.p-cta {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-cta {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cta {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cta {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cta .__text {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  color: #00375a;
  text-align: center;
}
.p-cta .__text_l {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  color: #00375a;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cta .__text_l {
    font-weight: 700;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  }
}

.p-officeinfo {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 1.6rem;
  color: #00375a;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-officeinfo {
    flex-direction: column;
    row-gap: 1.6rem;
  }
}
.p-officeinfo .__office {
  position: relative;
}
.p-officeinfo .__office .__address {
  position: relative;
  top: -1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .p-officeinfo .__office .__address {
    position: relative;
    top: 1rem;
    text-align: center;
    line-height: 1.4;
  }
}
.p-officeinfo .__tel {
  margin-top: 1rem;
}
.p-officeinfo .__tel .__suffix {
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-officeinfo .__tel {
    text-align: center;
  }
}

.p-map iframe {
  width: 100%;
  max-height: 500px;
  aspect-ratio: 1440/500;
}
@media (max-width: 767px) {
  .p-map iframe {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 600/500;
  }
}

.p-mv {
  width: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-content: center;
  background: url(../images/mv.png) no-repeat top center;
}
@media (max-width: 767px) {
  .p-mv {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media (max-width: 767px) {
  .p-mv {
    background: url(../images/mv_sp.png) no-repeat top right;
    background-size: 100%;
  }
}
.p-mv_catch {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-mv_catch {
    margin-top: 8rem;
  }
}
.p-mv_contents {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.85) 100%);
  border-radius: 10px;
  padding: 2.4rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-mv_contents {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}
@media (max-width: 767px) {
  .p-mv_contents {
    padding: 0;
    margin-top: 4rem;
  }
}
.p-mv_menu {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: "image text" "image cont";
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-mv_menu {
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "image text" "cont cont";
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.p-mv_menu .__image {
  grid-area: image;
}
.p-mv_menu .__cont {
  grid-area: cont;
}
.p-mv_menu .__text {
  color: #0079c2;
  font-weight: 700;
  font-size: 2rem;
  margin-top: calc(1.6rem * 0.5);
  grid-area: text;
}
.p-mv_menu .__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-mv_menu .__menu {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
}
.p-mv_menu .__item {
  background: #0079c2;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-mv_menu .__item {
    padding: 0.5em 0.2em;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-mv_btn {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-mv_btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-mv_btn {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-mv_btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-mv_btn {
    flex-direction: column;
    padding: 0 1.6rem;
  }
}

.p-mv_sub {
  width: 100%;
  aspect-ratio: 1440/260;
  display: grid;
  place-content: center;
  background: url(../images/bg_mv_sub.png) no-repeat top center/cover;
}
.p-mv_sub .__title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #fff;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .p-mv_sub {
    background-size: cover;
    aspect-ratio: 750/300;
  }
  .p-mv_sub .__title {
    font-weight: 700;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
    color: #fff;
    letter-spacing: 0.025em;
  }
}

.p-breadcrumbs {
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .p-breadcrumbs {
    padding: 1.6rem;
  }
}
.p-breadcrumbs_list {
  display: flex;
}
.p-breadcrumbs_list li {
  color: #555555;
  font-weight: 400;
  font-size: 1.2rem;
}
.p-breadcrumbs_list li:not(:last-child):after {
  content: ">";
  margin: 0 1em;
}
.p-breadcrumbs_list li a {
  color: inherit;
}
.p-breadcrumbs_list li a:hover {
  color: #00375a;
  text-decoration: underline;
}

.p-catch .__accent {
  color: #ff3200;
  font-size: 110%;
}

@media (max-width: 767px) {
  .p-top_promise {
    padding: 0;
  }
}

.p-top_promise_inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: #fff url(../images/bg_promise.png) no-repeat center top;
  padding-top: 6.4rem;
}
@media (max-width: 767px) {
  .p-top_promise_inner {
    background: #fff url(../images/bg_promise.png) no-repeat center bottom;
  }
}
.p-top_promise_inner .__heading {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_promise_inner .__heading .p-page_title {
  margin-left: auto;
  margin-right: 2.4rem;
}
.p-top_promise_inner .__list {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  margin-left: auto;
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .p-top_promise_inner .__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". item01 item01" "item02 item02 ." ". item03 item03";
    gap: 0rem;
    padding-top: 3.2rem;
  }
}
.p-top_promise_inner .__item {
  background: url(../images/img_boal.png) no-repeat center center;
  width: 26rem;
  height: 26rem;
  color: #00375a;
  text-align: center;
  display: grid;
  gap: 0rem;
  place-content: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-top_promise_inner .__item {
    background-size: cover;
    width: 20rem;
    height: 16rem;
    gap: 0rem;
  }
}
.p-top_promise_inner .__item .__no {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_promise_inner .__item .__title {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_promise_inner .__item .__desc {
  font-weight: 500;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .p-top_promise_inner .__item .__no {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
  .p-top_promise_inner .__item .__title {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
  .p-top_promise_inner .__item .__desc {
    font-weight: 500;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-top_promise_inner .__item:nth-of-type(1) {
    grid-area: item01;
    margin-top: -10px;
  }
  .p-top_promise_inner .__item:nth-of-type(2) {
    grid-area: item02;
    margin-top: -50px;
  }
  .p-top_promise_inner .__item:nth-of-type(3) {
    grid-area: item03;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .p-top_process {
    padding: 0;
  }
}

.p-top_process_inner {
  background: #fafaf5;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-top_process_inner {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top_process_inner {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top_process_inner {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
.p-top_process_inner .__heading {
  display: flex;
  justify-content: center;
  margin-bottom: calc(1.6rem * 2);
}
.p-top_process_inner .__list {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  line-height: 1.8;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .p-top_process_inner .__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.p-top_process_inner .__list .__item {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 42rem;
}
.p-top_process_inner .__list .__item .__desc {
  display: grid;
  gap: 0.8rem;
  padding: 1.6rem 2.4rem;
  color: #00375a;
}
.p-top_process_inner .__list .__item .__title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_process_inner .__list .__item .__text {
  font-weight: 500;
  font-size: 1.6rem;
}
.p-top_process_inner .__list .__item:before {
  white-space: pre;
  counter-increment: number 1;
  content: "0" counter(number);
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-top: 2.4rem;
  padding-right: 0.05em;
  text-align: center;
  color: #fff;
  background: url(../images/icon_step.png) no-repeat center center/cover;
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
}

.p-top_column {
  width: 100%;
  background: url(../images/bg_wave.png) no-repeat right bottom;
}
.p-top_column_inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_column .__heading {
  display: flex;
  justify-content: center;
  margin-bottom: calc(1.6rem * 2);
}
.p-top_column .__btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-top_column .__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top_column .__btn {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top_column .__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-top_column .__list {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  line-height: 1.8;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .p-top_column .__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.p-top_column .__list .__item {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
  padding: 1.6rem 2.4rem;
}
.p-top_column .__list .__item img {
  width: 100%;
}
.p-top_column .__list .__item .__desc {
  display: grid;
  gap: 0.8rem;
  color: #00375a;
  margin-top: 1.6rem;
}
.p-top_column .__list .__item .__title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-top_column .__list .__item .__text {
  font-weight: 500;
  font-size: 1.6rem;
}

.p-top_profile {
  background: #f0f7fc;
}
.p-top_profile_inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_profile_inner .p-office_contents {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-top_profile_inner .p-office_contents {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-top_profile_inner .p-office_message {
  max-width: none;
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: "image desc" "image profile";
}
@media (max-width: 767px) {
  .p-top_profile_inner .p-office_message {
    grid-template-columns: 1fr;
    grid-template-areas: "desc" "image" "profile";
  }
}
.p-top_profile_inner .p-office_message .__image {
  grid-area: image;
}
.p-top_profile_inner .p-office_message .__image img {
  width: 100%;
  max-width: none;
}
.p-top_profile_inner .p-office_message .__desc {
  grid-area: desc;
}
.p-top_profile_inner .p-office_message .__profile {
  grid-area: profile;
}
.p-top_profile_inner .p-office_profile {
  background: transparent;
  padding: 0;
  margin: 0;
  row-gap: 0;
}
.p-top_profile_inner .p-office_profile .__desc {
  padding: 0;
  gap: 0rem;
}
.p-top_profile_inner .p-office_profile .__profile_title {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-top_profile_inner .__btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-top_profile_inner .__btn {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top_profile_inner .__btn {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top_profile_inner .__btn {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-inquiry_title {
  text-align: center;
  color: #00375a;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-bottom: calc(1.6rem * 2);
}
@media (max-width: 767px) {
  .p-inquiry_title {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-inquiry_tel {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-inquiry_tel {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-inquiry_tel {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-inquiry_tel {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-inquiry_tel_no {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-inquiry_tel_no {
    flex-direction: column;
    align-items: center;
  }
}
.p-inquiry_tel_no .__tel {
  color: #0079c2;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-inquiry_tel_no .__tel:before {
  content: url(../images/icon_tel_lb.svg);
  width: 3rem;
}
@media (max-width: 767px) {
  .p-inquiry_tel_no .__tel {
    font-weight: 700;
    font-size: 3.2rem;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-inquiry_tel_no .__time {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-inquiry_mail {
  background: #fafaf5;
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .p-inquiry_mail {
    padding: 1.6rem;
  }
}
.p-inquiry_btn_block {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-inquiry_btn_block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-inquiry_btn_block {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-inquiry_btn_block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-inquiry_check {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-inquiry_check {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-inquiry_check {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-inquiry_check {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-inquiry_check .__check {
  text-align: center;
}
.p-inquiry_complete {
  text-align: center;
}

button {
  cursor: pointer;
}

label {
  /* margin-bottom: 1em; */
  display: inline-block;
  display: flex;
  align-items: center;
}

.p-form button, .p-form input, .p-form textarea {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-form input[type=text],
.p-form input[type=date],
.p-form input[type=time],
.p-form input[type=password],
.p-form textarea, .p-form select {
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid;
  background-color: #fff;
  border-color: #c8c8c8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-form input[type=text]:focus,
.p-form input[type=date]:focus,
.p-form input[type=time]:focus,
.p-form input[type=password]:focus,
.p-form textarea:focus, .p-form select:focus {
  border: 1px solid #ff9600;
}
.p-form input[type=text].__error,
.p-form input[type=date].__error,
.p-form input[type=time].__error,
.p-form input[type=password].__error,
.p-form textarea.__error, .p-form select.__error {
  border: 1px solid;
}
.p-form textarea {
  height: 10em;
}
.p-form textarea.multi_text {
  height: 4em;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  transform: scale(1.5, 1.5);
  margin-right: 0.5em;
}
.p-form input[type=time] {
  width: 6em;
}
.p-form input[type=text].__half {
  width: 48%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__half {
    width: 100%;
  }
}
.p-form input[type=text].__short {
  width: 25%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__short {
    width: 30%;
  }
}
.p-form input[type=text].__inline {
  display: inline-block;
}
.p-form .__disabled {
  background: #eee !important;
  pointer-events: none;
}

.p-form {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 6rem;
}
@media (max-width: 767px) {
  .p-form {
    padding: 1.6rem;
  }
}
.p-form_inner {
  display: grid;
  gap: 2.4rem;
}
.p-form_input {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.6rem;
  align-items: center;
  font-weight: 400;
  font-size: 2rem;
}
.p-form_input .__heading {
  font-weight: 700;
  font-size: 1.7rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.p-form_input .__heading:before {
  content: "必須";
  background: #ff3200;
  color: #fff;
  padding: 0.2em 0.4em;
  font-weight: 700;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.p-form_input .__input_multi {
  display: flex;
  gap: 1em;
  align-items: center;
}
@media (max-width: 767px) {
  .p-form_input {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }
  .p-form_input .__heading {
    font-weight: 400;
    font-size: 1.6rem;
    -moz-text-align-last: left;
         text-align-last: left;
    width: 100%;
  }
}
.p-form_notice {
  font-weight: 400;
  font-size: 2.1rem;
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-form_notice {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .p-form_notice {
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
}
.p-form_btn {
  background: #005bac;
  border-radius: 1.4rem;
  padding: 0.5em 1em;
  width: 90%;
  max-width: 48rem;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}
.p-form_btn_block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.p-form_btn.__back {
  background: #666;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-form_btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-form_btn img {
    width: 40%;
  }
}
.p-form_btn.__send {
  pointer-events: none;
  background: #666;
}
.p-form_btn .__spiner {
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .p-form_btn .__spiner {
    font-size: 1.5em;
  }
}
.p-form_complete {
  border: 1px solid #00375a;
  padding: 1em;
  margin-bottom: 1em;
}

.message_section {
  margin-bottom: 1.6rem;
}

.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.message_inline {
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
}

.success {
  color: #18603a;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}

.error {
  color: #772b35;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.p-works {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number 0;
}
@media (min-width: 1024px) {
  .p-works {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-works {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-works {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-works .__index_list {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1.6rem 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-works .__index_list {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media (max-width: 767px) {
  .p-works .__index_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-works .__index_list > .__btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.8em 1em;
  color: #fff;
  background: linear-gradient(0deg, rgb(0, 81, 122) 0%, rgb(0, 140, 230) 100%);
  font-weight: 700;
  font-size: 2rem;
  border: 3px solid #fff;
  border-radius: 1.5em;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 767px) {
  .p-works .__index_list > .__btn {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.p-works_contents {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  width: 100%;
  display: grid;
  gap: 1em;
  color: #000;
}
@media (max-width: 767px) {
  .p-works_contents {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-works_contents .__text {
  font-weight: 500;
  font-size: 1.7rem;
}
.p-works_contents .__case {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #0079c2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 4rem 0.8rem;
  border-radius: 1rem 1rem 0 0;
  background: #f0f7fc;
}
.p-works_contents .__case:after {
  counter-increment: number 1;
  content: "0" counter(number);
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-left: 0.2em;
}
.p-works_contents .__desc {
  border-radius: 0 1rem 1rem 1rem;
  background: #f0f7fc;
  padding: 4rem;
  display: grid;
  gap: 1em;
}
.p-works_contents .__desc_title {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #00375a;
}
.p-works_contents .__detail {
  font-weight: 500;
  font-size: 1.7rem;
}
.p-works_contents .__price {
  font-weight: 700;
  font-size: 1.7rem;
  color: #00375a;
}
.p-works_contents .__price_custom {
  display: flex;
  gap: 0.2em;
}
@media (max-width: 767px) {
  .p-works_contents .__price_custom {
    flex-direction: column;
  }
}
.p-works_list {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.6rem 3.2rem;
  background: #fafaf5;
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #00375a;
}
@media (max-width: 767px) {
  .p-works_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
  }
}
.p-works_list.__oneline {
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5em;
}
.p-works_cta {
  background: url(../images/bg_wave.png) no-repeat bottom right;
  padding: 30rem 0 6.4rem 0;
  position: relative;
  margin-top: -30rem;
  z-index: 1;
}
.p-works_cta_inner {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-works_cta_inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
.p-works_cta_inner .__desc {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  color: #00375a;
}
.p-works_cta_inner .__desc .__text_upper {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
}
.p-works_cta_inner .__desc .__text_lower {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
}
@media (max-width: 767px) {
  .p-works_cta_inner .__image {
    display: none;
  }
  .p-works_cta_inner .__desc .__text_upper {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  .p-works_cta_inner .__desc .__text_lower {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  .p-works_cta_inner .__desc .__btn {
    width: 100%;
  }
}

.p-privacy {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-privacy {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-privacy_contents {
  gap: 1.6rem;
}
.p-privacy .__title {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #00375a;
}
.p-privacy_list {
  counter-reset: number 0;
  display: grid;
  gap: 1em;
}
.p-privacy_list .__list_title {
  font-weight: 500;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #0079c2;
}
.p-privacy_list .__list_title:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.2em;
}
.p-privacy_list .__list_detail {
  margin-left: 1em;
}
.p-privacy_list .__inner_list {
  counter-reset: innerno 0;
}
.p-privacy_list .__inner_list .__inner_item {
  display: flex;
  gap: 0.2em;
}
.p-privacy_list .__inner_list .__inner_item:before {
  counter-increment: innerno 1;
  content: "(" counter(innerno) ")";
}
.p-privacy_liaison {
  background: #f0f7fc;
  padding: 2.4rem;
  width: 100%;
}
.p-privacy_liaison .__title {
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #0079c2;
}

.p-office_contents {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-office_contents .p-page_title {
  margin: auto;
}
.p-office_contents_profile {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fafaf5;
}
@media (max-width: 767px) {
  .p-office_contents_profile {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-office_contents_profile .p-page_title {
  margin: auto;
}
.p-office_message {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  place-content: center;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-office_message {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-office_message {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-office_message {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-office_message img {
  max-width: 26rem;
}
.p-office_message .__desc {
  align-self: center;
  line-height: 2;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 2.4rem;
}
.p-office_message .__sign {
  text-align: right;
}
@media (max-width: 767px) {
  .p-office_message {
    grid-template-columns: 1fr;
  }
  .p-office_message .__image {
    width: 100%;
    text-align: center;
  }
}
.p-office_profile {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 4rem 1.6rem;
  display: grid;
  row-gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-office_profile {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-office_profile {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-office_profile {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-office_profile .__desc {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 2.4rem;
}
.p-office_profile .__profile_title {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #00375a;
  color: #00375a;
  font-weight: 700;
  font-size: 2rem;
}
.p-office_profile .__detail {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.7rem;
}
.p-office_overview {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-office_overview {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-office_overview {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-office_overview {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-office_overview {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-profile_list .__group {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.6rem;
  padding: 0.8em;
  line-height: 1.4;
}
.p-profile_list .__group dt {
  font-weight: 700;
  font-size: 1.8rem;
  color: #00375a;
}
.p-profile_list .__group dd {
  font-weight: 500;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .p-profile_list .__group {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .event_consent.sp_only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none;
  }
  .pc_only {
    display: none;
  }
}
.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.-mb5 {
  margin-bottom: 0.5rem !important;
}

.-mb10 {
  margin-bottom: 1rem !important;
}

.-mb20 {
  margin-bottom: 2rem !important;
}

.-mt5 {
  margin-top: 0.5rem !important;
}

.-mt10 {
  margin-top: 1rem !important;
}

.-mt20 {
  margin-top: 2rem !important;
}

.-tac {
  text-align: center;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}

.hp_hide {
  display: none;
}