@charset "UTF-8";
:root {
  --font-color: #000;
  --font-sub-color: #d8d8d8;
  --link-color: #000;
  --link-hover: #32629b;
  --main-color: #e6daca;
  --sub-color: #c49b63;
  --accent-color: #32629b;
  --base-main-color: #fff;
  --base-sub-color: #f2ebe3;
  --content-width: 1440px;
  --content-width-wide: 1920px;
  --content-innner-width: 880px;
  --content-lr-padding: 24px;
  --content-tb-padding-l: 60px;
  --h-font-m: 18px;
  --h-font-l: 21px;
  --eyecatch-height: 150px;
  --header-height: 60px;
  --m-back-top-padding: -75px;
  --has-sub-header-size: 24px;
  --has-sub-header-sub-size: 0.6em;
  --header-font-size: 14px;
  --base-font-size: 14px;
  --mv-font-size: 24px;
  --button-font-size: 14px;
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 769px) {
  :root {
    --has-sub-header-size: 40px;
    --has-sub-header-sub-size: 0.5em;
    --eyecatch-height: 252px;
    --h-font-m: 26px;
    --content-tb-padding-l: 100px;
    --base-font-size: 16px;
    --mv-font-size: 36px;
    --button-font-size: 18px;
  }
}
@media screen and (min-width: 990px) {
  :root {
    --mv-font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --h-font-l: 40px;
    --header-height: 98px;
    --m-back-top-padding: -40px;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --m-back-top-padding: -80px;
    --header-font-size: 16px;
  }
}

html,
body,
div,
span,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  line-break: strict;
  word-wrap: normal;
  word-break: normal;
  line-height: inherit;
}

textarea,
input[type=button],
input[type=text],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  word-break: normal;
}

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

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

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

* {
  outline: none;
}

body {
  font-size: 15px;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

* html body {
  font-size: small;
  font: x-small;
}

*:first-child + html body {
  font-size: small;
  font: x-small;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
dl {
  text-indent: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ol ul li {
  list-style: none;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: inherit;
}

figure {
  line-height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: opacity 0.2s;
}

a {
  transition: color 0.4s;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--base-font-size);
  line-height: 1.8;
  color: var(--font-color);
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .is-slide-menu {
    display: none;
  }
}

.inner-content {
  max-width: var(--content-width-wide);
  margin-inline: auto;
}

.main {
  --sep-image-size: 250%;
}
@media screen and (min-width: 769px) {
  .main {
    --sep-image-size: contain;
  }
}

.media-text {
  display: flex;
}
@media screen and (max-width: 768px) {
  .media-text {
    flex-direction: column;
  }
}

.media-text__media {
  flex-shrink: 0;
}

.ext-link {
  font-weight: 700;
  color: var(--main-color);
}
.ext-link::after {
  content: url(../images/company/ext-link-icon.svg);
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
  margin-inline: 5px;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  padding-inline: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  height: 60px;
  letter-spacing: 0.16em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  --button-arrow-size: 0.7em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .button {
    height: 90px;
    font-size: 23px;
  }
}
.button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  border-width: 1px;
  border-color: #fff;
  display: inline-block;
  width: var(--button-arrow-size);
  height: var(--button-arrow-size);
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .button:after {
    right: 30px;
  }
}
.button:hover {
  opacity: 0.7;
}

.is-gold {
  background-color: var(--sub-color);
  color: #fff;
}

.is-slidein,
.is-fadein,
.is-fadeInLeft,
.is-fadeInRight,
.is-fadeUp {
  opacity: 0;
}

.fadeInLeft,
.fadeInRight,
.fadeUp {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-name: fadeLeftAnime;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeRightAnime;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
  animation: fadein 1.5s ease forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.txt01 {
  animation-delay: 0s;
}

.txt02 {
  animation-delay: 1s;
}

.txt03 {
  animation-delay: 2s;
}

.slidein {
  opacity: 0;
  animation: slidein 1s ease-out forwards;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide01 {
  animation-delay: 3s;
}

.slide02 {
  animation-delay: 3.7s;
}

body {
  padding-top: 0;
}

.site-header__content {
  width: 100%;
}

.footer-content {
  max-width: 1500px;
  margin-inline: auto;
  width: 100%;
}

.main section {
  padding-block: 75px 100px;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .main section {
    padding-block: 95px 150px;
  }
}
.main section.bg-gray {
  background-color: #f1f1f1;
}

.section_inner {
  max-width: 1220px;
  margin-inline: auto;
  text-align: center;
  font-size: 18px;
}
.section_inner .button {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .section_inner .button {
    margin-top: 100px;
  }
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: background-color 0.3s;
  position: fixed;
  font-size: 18px;
  font-weight: 400;
}
.site-header.is-scroll {
  background-color: rgba(79, 117, 166, 0.8039215686);
}
@media screen and (min-width: 1280px) {
  .site-header:hover {
    background-color: rgba(79, 117, 166, 0.8039215686);
  }
}
.admin-bar .site-header {
  top: 32px;
}

.site-header__content {
  display: flex;
  position: relative;
  align-items: center;
  height: var(--header-height);
  max-width: 1400px;
  margin-inline: auto;
}
.site-header__content .button {
  display: none;
}

.site-header__logo {
  padding-inline: 15px 0;
  flex-shrink: 0;
  max-width: 230px;
}
.site-header__logo h1 {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .site-header__logo {
    padding-inline: 15px 40px;
    min-width: 250px;
    max-width: 336px;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__logo {
    padding-inline: 0;
  }
}

/* スライドメニュー */
@media screen and (max-width: 1279px) {
  .slide-nav {
    background-color: #37629a;
    position: fixed;
    padding-block: 80px 55px;
    padding-inline: 25px;
    top: -130vh;
    left: 0;
    height: auto;
    width: 100vw;
    display: block;
    transition: 0.3s top ease-out;
    z-index: 9999;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .slide-nav.is-open {
    top: 0;
  }
  .slide-menu > ul {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: auto;
    line-height: 1;
  }
  .slide-menu > ul > li {
    font-weight: 500;
    font-size: 19px;
    display: flex;
    flex-wrap: wrap;
    border-color: #fff;
    border-style: solid;
    border-bottom-width: 1px;
  }
  .slide-menu > ul > li:first-child {
    border-top-width: 1px;
  }
  .slide-menu > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 68px;
    color: #fff;
  }
  .slide-menu > ul > li > a > span {
    margin-left: 10px;
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1280px) {
  .slide-nav {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .site-header__nav {
    display: none;
  }
}
/*  PC用ナビメニュー */
@media screen and (min-width: 1280px) {
  .site-header__nav {
    margin-left: auto;
    display: flex;
    font-size: 17px;
  }
  .site-header__nav .header-menu {
    display: flex;
    height: var(--header-height);
    justify-content: flex-start;
    align-items: center;
  }
  .site-header__nav .header-menu > .menu-item > a {
    color: #fff;
    height: var(--header-height);
    padding-inline: 10px;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .site-header__nav .header-menu > .menu-item > a {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header__nav .header-menu > .menu-item > a::after {
    content: "";
    width: 33px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: skew(-25deg) translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .site-header__nav .header-menu > .menu-item > a:hover {
    color: #fff;
  }
  .site-header__nav .header-menu > .menu-item > a:hover::after {
    opacity: 1;
  }
  .site-header__nav .header-menu > .menu-item > a:focus {
    color: #fff;
  }
  .site-header__nav .header-menu > .menu-item > a span {
    display: block;
    font-size: 10px;
    line-height: 1.5;
  }
  .site-header__content .button {
    display: flex;
    max-width: 220px;
    height: 100%;
    height: 40px;
    font-size: 18px;
    box-shadow: none;
    padding-inline: 10px;
    --button-arrow-size: 0.5em;
  }
  .site-header__content .button::after {
    right: 10px;
  }
  .site-header__content .button:hover {
    opacity: 0.7;
  }
}
/* スライドメニューボタン */
.slide-menu-button {
  position: relative;
  z-index: 10;
  padding: 5px 15px;
  width: 60px;
  height: 60px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*ボタン内側*/
}
@media screen and (min-width: 1280px) {
  .slide-menu-button {
    display: none;
  }
}
.slide-menu-button:hover {
  opacity: 0.7;
}
.slide-menu-button .openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 20px;
  height: 20px;
}
.slide-menu-button .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  width: 100%;
}
.slide-menu-button .openbtn1 span:nth-of-type(1) {
  top: 0;
}
.slide-menu-button .openbtn1 span:nth-of-type(2) {
  top: 9px;
}
.slide-menu-button .openbtn1 span:nth-of-type(3) {
  top: 18px;
}
.slide-menu-button.is-open .openbtn1 span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.slide-menu-button.is-open .openbtn1 span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.slide-menu-button.is-open .openbtn1 span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

body.is-open {
  overflow: hidden;
}

.footer-content {
  padding-inline: 25px;
  padding-block: 100px 34px;
  text-align: center;
}

.footer-content__copyright {
  text-align: center;
  margin-top: 32px;
  font-size: 12px;
}

.form-footnote {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 31px;
  text-align: left;
  color: #5a5a5a;
}
.form-footnote span {
  color: #ff0000;
}

.mw_wp_form {
  margin-top: 50px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 31px;
  text-align: left;
  color: #5a5a5a;
}
@media screen and (min-width: 769px) {
  .mw_wp_form {
    font-size: 18px;
  }
}
.mw_wp_form p.preview-content,
.mw_wp_form p.form-content {
  margin-block: 70px;
}
.mw_wp_form .preview-content {
  display: none;
}
.mw_wp_form .form-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  gap: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .mw_wp_form .form-item {
    grid-template-columns: 250px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
.mw_wp_form .form-item .form-item__label {
  width: 250px;
  align-self: center;
}
.mw_wp_form .form-item .form-item__label.form-item__textarea {
  align-self: flex-start;
  margin-top: 20px;
}
.mw_wp_form .form-item .form-item__label > label.required::after {
  content: "＊";
  margin-inline: 5px 0;
  color: #ff0000;
}
.mw_wp_form textarea,
.mw_wp_form input[type=url],
.mw_wp_form input[type=email],
.mw_wp_form input[type=text] {
  border: 1px solid #c49b63;
  background-color: #fff;
  padding: 10px 5px;
  width: 100%;
  max-width: 980px;
}
@media screen and (min-width: 769px) {
  .mw_wp_form textarea,
  .mw_wp_form input[type=url],
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=text] {
    min-height: 70px;
  }
}
.mw_wp_form textarea {
  height: 300px;
  padding: 15px;
}
.mw_wp_form span.mwform-radio-field.horizontal-item {
  white-space: nowrap;
  margin-right: 10px;
  margin-block: 3px;
  display: inline-block;
}
.mw_wp_form span.mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-radio-field-text {
  position: relative;
  padding-left: 31px;
}
.mw_wp_form .mwform-radio-field-text::before, .mw_wp_form .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.mw_wp_form .mwform-radio-field-text::before {
  background: #fff;
  border: 1px solid #d5d5d5;
  height: 20px;
  width: 20px;
  left: 5px;
}
.mw_wp_form .mwform-radio-field-text::after {
  background: var(--sub-color);
  width: 12px;
  height: 12px;
  left: 9px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.mw_wp_form input[type=radio] {
  position: relative;
  top: 2px;
}
.mw_wp_form .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  padding-inline: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  height: 90px;
  font-size: 23px;
  letter-spacing: 0.16em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  background-color: #c49b63;
  border-radius: 0;
  --button-arrow-size: 0.7em;
  margin-top: 60px;
  transition: opacity 0.3s ease;
}
.mw_wp_form .wp-block-button__link:hover {
  opacity: 0.7;
}
.mw_wp_form .wp-block-button__link:after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  border-width: 1px;
  border-color: #fff;
  display: inline-block;
  width: var(--button-arrow-size);
  height: var(--button-arrow-size);
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}
.mw_wp_form .wp-block-button__link[name=submitBack] {
  background-color: #fff;
  border: 1px solid #c49b63;
  color: #c49b63;
  flex-direction: row-reverse;
  transition: all 0.3s ease;
}
.mw_wp_form .wp-block-button__link[name=submitBack]::after {
  left: 30px;
  border-color: #c49b63;
  right: auto;
  transform: translateY(-50%) rotate(-135deg);
}

.privacy-check {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}
.privacy-check a {
  font-size: 20px;
  font-weight: 500;
  color: var(--accent-color);
  text-decoration: underline;
}
.privacy-check p + p {
  margin-top: 20px;
}
.privacy-check .mwform-checkbox-field label {
  display: flex;
  justify-content: center;
}

span.mwform-checkbox-field-text {
  position: relative;
  padding-left: 35px;
  text-align: left;
  line-height: 1.2;
}
span.mwform-checkbox-field-text::before, span.mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
span.mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #d5d5d5;
  height: 20px;
  width: 20px;
  left: 5px;
}
span.mwform-checkbox-field-text::after {
  background-color: transparent;
  border-width: 2px;
  border-color: var(--sub-color);
  border-style: none solid solid none;
  width: 10px;
  height: 15px;
  left: 10px;
  opacity: 0;
  transform: translateY(-68%) rotate(45deg);
  transition: opacity 0.3s ease;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
}

.mw_wp_form.mw_wp_form_preview form {
  max-width: 720px;
  margin-inline: auto;
}
.mw_wp_form.mw_wp_form_preview .form-content {
  display: none;
}
.mw_wp_form.mw_wp_form_preview .preview-content {
  display: block;
}
.mw_wp_form.mw_wp_form_preview .tel-contact {
  display: none;
}
.mw_wp_form.mw_wp_form_preview .wp-block-buttons.is-style-entry-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .mw_wp_form.mw_wp_form_preview .wp-block-buttons.is-style-entry-buttons {
    margin-top: 60px;
    flex-direction: row;
    gap: 40px;
  }
}
.mw_wp_form.mw_wp_form_preview .wp-block-buttons.is-style-entry-buttons .wp-block-button__link {
  margin-top: 60px;
}

.thanks-message {
  border: 1px solid var(--sub-color);
  background-color: #fff;
  padding-block: 70px 80px;
  padding-inline: 25px;
  max-width: 1320px;
  margin-inline: auto;
  text-align: center;
}
.thanks-message h2 {
  letter-spacing: 0.025em;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .thanks-message h2 {
    font-size: 30px;
  }
  .thanks-message h2 br {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .thanks-message h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks-message h2 {
    font-size: 50px;
  }
}
.thanks-message p {
  line-height: 1.67;
  letter-spacing: 0.025em;
  font-size: 15px;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .thanks-message p {
    font-size: 20px;
  }
}
@media screen and (min-width: 990px) {
  .thanks-message p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks-message p {
    font-size: 27px;
  }
}

.main_copy {
  font-weight: normal;
  font-size: 35px;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-align: center;
  color: #c49b63;
  margin-block: 55px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .main_copy {
    font-size: 56px;
  }
}

.section_inner h2 {
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: center;
  color: #c49b63;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 769px) {
  .section_inner h2 {
    font-size: 38px;
  }
}
.section_inner h2 img {
  display: block;
  margin-inline: auto;
  margin-bottom: 32px;
}

.cornerBox_image {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .cornerBox_image {
    margin-top: 100px;
  }
}

.bl_cornerBox {
  background-color: #f5eacc;
  margin-top: 100px;
  position: relative;
  padding-block: 35px 0;
  padding-inline: 25px;
  background-image: url(../images/lp001/corner-tl.svg), url(../images/lp001/corner-tr.svg), url(../images/lp001/corner-br.svg), url(../images/lp001/corner-bl.svg);
  background-size: 25px;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .bl_cornerBox {
    background-size: 31px;
    padding-block: 20px;
    padding-inline: 65px 230px;
  }
}
@media screen and (min-width: 769px) {
  .bl_cornerBox img {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
.bl_cornerBox p {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.16em;
  line-height: 1.36;
  text-align: left;
  color: #37629a;
}
@media screen and (min-width: 769px) {
  .bl_cornerBox p {
    font-size: 41px;
  }
}

section.bl_mainCopy {
  padding-block: 0;
}
section.bl_mainCopy .section_inner .button {
  margin-top: 0;
}

section.bl_point {
  padding-top: 0;
}

.lb_point_h2Wrapper {
  padding-block: 95px;
}
@media screen and (min-width: 769px) {
  .lb_point_h2Wrapper {
    background-repeat: no-repeat;
    background-position: bottom right 10%;
    background-image: url(../images/lp001/ex-mark.svg);
    background-size: contain;
  }
}

.bl_points {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 42px;
  gap: 42px;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .bl_points {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.bl_points_item {
  border: 1px solid #37629a;
  padding: 20px;
  position: relative;
}
.bl_points_item::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 10px solid #fff;
  background-color: #37629a;
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  box-sizing: content-box;
}
.bl_points_item:first-child::before {
  background-image: url(../images/lp001/point-1.svg);
}
.bl_points_item:nth-child(2)::before {
  background-image: url(../images/lp001/point-2.svg);
}
.bl_points_item:nth-child(3)::before {
  background-image: url(../images/lp001/point-3.svg);
}
.bl_points_item:nth-child(4)::before {
  background-image: url(../images/lp001/point-4.svg);
}
.bl_points_item:nth-child(5)::before {
  background-image: url(../images/lp001/point-5.svg);
}
.bl_points_item:nth-child(6)::before {
  background-image: url(../images/lp001/point-6.svg);
}

.bl_point_title {
  color: #37629a;
  text-align: center;
  border-bottom: 1px solid #37629a;
  padding-block: 15px 20px;
  padding-inline: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .bl_point_title {
    padding-block: 25px 36px;
    font-size: 24px;
  }
}

.bl_point_content {
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 31px;
  text-align: left;
  color: #5a5a5a;
}
@media screen and (min-width: 769px) {
  .bl_point_content {
    margin-top: 30px;
    font-size: 18px;
  }
}

.bl_service .bl_service_des {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.16em;
  line-height: 1.72;
  color: #5a5a5a;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .bl_service .bl_service_des {
    font-size: 18px;
    text-align: center;
  }
}
.bl_service .service-image {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .bl_service .bl_cornerBox {
    padding-inline: 65px 135px;
  }
}

@media screen and (min-width: 769px) {
  .bl_casestudy .bl_cornerBox {
    padding-inline: 65px 135px;
    padding-block: 40px;
  }
}

.bl_casestudy_item {
  margin-top: 40px;
  border: 1px solid #37629a;
  padding: 25px;
}
@media screen and (min-width: 769px) {
  .bl_casestudy_item {
    padding: 50px;
  }
}

.bl_casestudy_abst {
  display: flex;
  min-height: 77px;
}

.bl_casestudy_title {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: normal;
  font-size: 26px;
  padding-inline: 0 10px;
  white-space: nowrap;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: left;
  color: #37629a;
}
@media screen and (min-width: 769px) {
  .bl_casestudy_title {
    font-size: 38px;
    padding-inline: 0 40px;
  }
}

.bl_casestudy_des {
  font-weight: normal;
  font-size: 13px;
  padding-inline: 10px 0;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-align: left;
  color: #5a5a5a;
  border-left: 1px solid #37629a;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .bl_casestudy_des {
    font-size: 18px;
    padding-inline: 43px;
  }
}

.bl_casestudy_items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  gap: 25px;
  margin-top: 22px;
}
@media screen and (min-width: 769px) {
  .bl_casestudy_items {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}
.bl_casestudy_items img {
  margin-inline: auto;
}

section.bl_other {
  padding-bottom: 0;
}
section.bl_other p {
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 0.16em;
  line-height: 1.93;
  text-align: center;
  color: #37629a;
}
@media screen and (min-width: 769px) {
  section.bl_other p {
    font-size: 30px;
  }
}
section.bl_other h2 + p {
  margin-top: 52px;
}
@media screen and (min-width: 769px) {
  section.bl_other h2 + p {
    margin-top: 75px;
  }
}
section.bl_other ul {
  margin-top: 10px;
}
section.bl_other ul + p {
  margin-top: 30px;
}
section.bl_other li {
  background-color: #fff;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.16em;
  line-height: 1.75;
  color: #37629a;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-block: 10px;
  padding-inline: 45px 10px;
}
@media screen and (min-width: 769px) {
  section.bl_other li {
    font-size: 27px;
    text-align: center;
    padding-left: 70px;
  }
}
section.bl_other li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 49px;
  top: 14px;
  background-image: url(../images/lp001/checkbox.svg);
  position: absolute;
  left: 11px;
}
@media screen and (min-width: 769px) {
  section.bl_other li::before {
    width: 60px;
    top: 9px;
  }
}
section.bl_other li + li {
  margin-top: 14px;
}

section.bl_flow {
  padding-bottom: 150px;
}
@media screen and (min-width: 769px) {
  section.bl_flow {
    padding-bottom: 300px;
  }
}

.bl_flow_chart {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
  grid-gap: 20px;
  gap: 20px;
}
.bl_flow_chart .flow-1,
.bl_flow_chart .flow-2 {
  width: calc(100% - 30px);
}
.bl_flow_chart .flow-1 {
  margin-right: 30px;
}
.bl_flow_chart .flow-2 {
  margin-left: 30px;
}
@media screen and (min-width: 769px) {
  .bl_flow_chart {
    grid-template-columns: 1fr 1fr;
  }
  .bl_flow_chart .flow-1,
  .bl_flow_chart .flow-2 {
    width: 100%;
    margin: 0;
  }
}

section.bl_contact {
  padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  section.bl_contact {
    padding-bottom: 95px;
  }
}
section.bl_contact .section_inner {
  margin-top: -75px;
}
@media screen and (min-width: 769px) {
  section.bl_contact .section_inner {
    margin-top: -150px;
  }
}

.contact-banner {
  margin-bottom: 15px;
}

.bl_contact_copy {
  border: 1px solid #37629a;
  background-color: #f5eacc;
  padding-block: 25px 0;
  padding-inline: 25px;
  width: 90%;
  margin-inline: auto;
  color: #37629a;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.16em;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .bl_contact_copy {
    padding-block: 45px 55px;
    padding-inline: 45px;
  }
}
.bl_contact_copy p {
  font-size: 20px;
  line-height: 1.54;
}
@media screen and (min-width: 769px) {
  .bl_contact_copy p {
    font-size: 28px;
  }
}
.bl_contact_copy p.large-text {
  font-size: 1.64em;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .bl_contact_copy img {
    position: absolute;
    bottom: 0;
    right: -50px;
  }
}

.bl_contact_des {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.64;
  text-align: center;
  color: #c49b63;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .bl_contact_des {
    font-size: 33px;
  }
}

.bl_mainVisual {
  background-color: #4f75a6;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 625px;
  --mv-left-offset: 35px;
  --mv-skew: -23.2deg;
}
@media screen and (min-width: 769px) {
  .bl_mainVisual {
    --mv-skew: -25.7deg;
    height: 700px;
    --mv-left-offset: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_mainVisual {
    --mv-left-offset: 66px;
  }
}

.bl_mainVisual_content {
  max-width: 1400px;
  margin-inline: auto;
  width: 100%;
  position: relative;
}

.mv__slider {
  height: 100%;
  left: var(--mv-left-offset);
}
@media screen and (max-width: 768px) {
  .mv__slider {
    width: 632.69368125px;
    height: 625px;
    left: -33px;
  }
}
.mv__slider .mv-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  z-index: 1;
  width: 100vw;
  max-width: 700px;
  text-align: center;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #4f75a6;
}

.swiper-slide img {
  height: 700px;
  width: 700px;
}

.page-header__content {
  position: absolute;
  top: 0;
  padding-inline: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  color: #fff;
  font-weight: normal;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .page-header__content {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .page-header__content {
    right: 6%;
  }
}

.page-header__main {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  padding-inline: 10px;
  padding-block: 30px;
  background-image: url(../images/lp001/mv-corner-tl.svg), url(../images/lp001/mv-corner-tr.svg), url(../images/lp001/mv-corner-br.svg), url(../images/lp001/mv-corner-bl.svg);
  background-size: 27.5px;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 3px #332, -1px -1px 3px #333;
}
@media screen and (min-width: 769px) {
  .page-header__main {
    padding-inline: 20px;
    padding-block: 60px;
    background-size: 55px;
    font-size: 68px;
  }
}

.page-header__sub {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  text-shadow: 1px 1px 3px #332, -1px -1px 3px #333;
}
@media screen and (min-width: 769px) {
  .page-header__sub {
    margin-top: 50px;
    font-size: 30px;
  }
}

.mv_cover {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #4d73a4;
  top: 0;
  transform-origin: bottom right;
  transform: skewX(var(--mv-skew)) translateX(calc(var(--mv-left-offset) - 100%));
}
.mv_cover::after {
  content: "";
  background-color: #6284b0;
  height: 100%;
  width: 90px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .mv_cover::after {
    width: 180px;
  }
}
.mv_cover > div {
  transform: skewX(calc(var(--mv-skew) * -1));
  text-align: right;
}
@media screen and (max-width: 989px) {
  .mv_cover > div {
    display: none;
  }
}
.mv_cover img {
  position: absolute;
  z-index: 10;
  top: 0;
  transform: translateX(28px);
}
/*# sourceMappingURL=style-lp001.css.map */
