@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /*-webkit-appearance: none;*/ /* 1 */
  /*appearance: none;*/
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
html {
  font-size: 0.625vw;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", serif;
  color: #4F473C;
  overflow-x: clip;
  letter-spacing: 1px;
  background: #FBF8F4;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
  }
}
body.active {
  overflow: hidden;
  position: relative;
}
body.active::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------------------------
	header
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
  }
}
.header-inner {
  width: 100%;
  height: 10rem;
  padding: 0 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 9999;
}
@media screen and (min-width: 781px) {
  .header-inner {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 780px) {
  .header-inner {
    height: 6rem;
    padding: 0 0 0 1.5rem;
  }
}

.header-logo {
  width: 26rem;
}
@media screen and (max-width: 780px) {
  .header-logo {
    width: 13.6rem;
  }
}
.header-logo__link {
  display: block;
}
.header-logo__img {
  width: 100%;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-info-tel {
  line-height: 1.2;
}
@media screen and (max-width: 780px) {
  .header-info-tel {
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
  }
}
@media screen and (min-width: 781px) {
  .header-info-tel__tit {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 780px) {
  .header-info-tel__tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.header-info-tel__num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (min-width: 781px) {
  .header-info-tel__num {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 780px) {
  .header-info-tel__num {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.header-info-tel__time {
  display: block;
}
@media screen and (max-width: 780px) {
  .header-info-tel__time {
    font-size: 1.2rem;
  }
}
.header-info-tel__time--num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.header-info-tel__sup {
  font-size: 0.45em;
  border-radius: 0.25em;
  background-color: #ccc;
  padding: 0.3em;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .header-info-tel__sup {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}

.header .header-info-tel__sup {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 780px) {
  .header-info-estimate {
    width: 100%;
  }
}
.header-info-estimate__link {
  margin: 0 2rem 0 4.5rem;
  padding: 15px 4rem;
  border: 3px solid #2B60AB;
  color: #fff;
  border-radius: 50px;
  background: #2B60AB;
  font-size: 2.4rem;
  font-weight: bold;
  transition: all 0.3s;
}
.header-info-estimate__link:hover {
  color: #2B60AB;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .header-info-estimate__link {
    width: 100%;
    margin: 0 auto 10px;
    padding: 10px 1.3rem;
    font-size: 1.6rem;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .header-info-contact {
    width: 100%;
  }
}
.header-info-contact__link {
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .header-info-contact__link {
    padding: 15px 4rem;
    border: 3px solid #FBB015;
    background: #fff;
    font-size: 2.4rem;
    color: #FBB015;
  }
}
@media screen and (max-width: 780px) {
  .header-info-contact__link {
    width: 100%;
    padding: 10px 5.3rem;
    background: #FBB015;
    font-size: 1.6rem;
    color: #fff;
    display: block;
  }
}
.header-info-contact__link:hover {
  color: #fff;
  background: #FBB015;
}

.header-nav {
  padding: 4rem 8rem 2.3rem;
  background: #fff;
}
@media screen and (min-width: 781px) {
  .header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    transition: transform 0.3s ease;
    transform: translateY(10rem);
  }
  .header-nav.hide-nav {
    transform: translateY(-10rem);
  }
}
@media screen and (max-width: 780px) {
  .header-nav {
    width: 95%;
    height: 100vh;
    padding: 20px 1.5rem 150px;
    border-radius: 5px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    top: 20px;
    left: 50%;
    opacity: 0;
    transform-origin: center;
    transform: translateX(-50%) scale(0.5);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .header-nav.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    z-index: 9999;
    pointer-events: auto;
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
}
.header-nav-list {
  font-weight: bold;
  display: flex;
}
@media screen and (min-width: 781px) {
  .header-nav-list {
    font-size: 2.4rem;
    justify-content: flex-end;
    gap: 4.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-list {
    margin: 45px 0 40px;
    font-size: 1.8rem;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
  }
}
.header-nav-item:hover {
  opacity: 0.8;
}
.header-nav-item__link {
  display: block;
  z-index: 3;
  position: relative;
}

.header-nav-drop {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .header-nav-drop {
    width: 45%;
  }
}
@media screen and (min-width: 781px) {
  .header-nav-drop__tit {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .header-nav-drop__tit::after {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    background: url(../img/icon-circle-arrow.svg) no-repeat;
    background-size: contain;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-drop__tit {
    margin-bottom: 12px;
    color: #707070;
  }
}
@media screen and (min-width: 781px) {
  .header-nav-drop-list {
    width: 38rem;
    padding-top: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.3s;
    line-height: 1.3;
  }
}

@media screen and (min-width: 781px) {
  .header-nav-drop-item:first-of-type .header-nav-drop-item__link {
    border-radius: 10px 10px 0 0;
  }
  .header-nav-drop-item:last-of-type .header-nav-drop-item__link {
    border-radius: 0 0 10px 10px;
  }
  .header-nav-drop-item:not(:last-of-type) .header-nav-drop-item__link {
    border-bottom: 1px dashed #707070;
  }
}
.header-nav-drop-item__link {
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .header-nav-drop-item__link {
    padding: 3rem 4.6rem;
    display: none;
    background-color: #ebebeb;
    align-items: center;
    gap: 3.5rem;
  }
  .header-nav-drop-item__link:hover {
    background-color: #2B60AB;
    color: #fff;
  }
  .header-nav-drop-item__link.active {
    display: flex;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-drop-item__link {
    margin-bottom: 12px;
    display: flex;
    gap: 3px;
  }
  .header-nav-drop-item__link::before {
    content: "-";
  }
}
.header-nav-drop-item__link--icon {
  width: 7.5rem;
  height: 7.5rem;
  background: #FBF8F4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 780px) {
  .header-nav-drop-item__link--icon {
    display: none;
  }
}
.header-nav-drop-item__link--icon-img {
  width: 60%;
  transition: all 0.3s;
  fill: #4F473C;
}
.header-nav-drop-item__link:hover .header-nav-drop-item__link--icon {
  background: #fff;
}
.header-nav-drop-item__link:hover .header-nav-drop-item__link--icon-img path {
  fill: #2B60AB;
}

.header-btn {
  width: 6rem;
  height: 6rem;
}
.header-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn-tel {
  background: #2B60AB;
}

.header-btn-mail {
  background: #FBB015;
}

.header-nav-item-box {
  width: 45%;
}
.header-nav-item-box .header-nav-item {
  margin-bottom: 15px;
}

.header-info-btn {
  margin-bottom: 25px;
  padding: 27px 4rem 18px;
  background: #FBF8F5;
  text-align: center;
}
.header-info-btn__tit {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.menu-toggle {
  width: 6rem;
  height: 6rem;
  background: #fff;
  position: relative;
  transition: top 0.6s;
}
@media screen and (min-width: 781px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.active {
  background: #EFEFEF;
}

.menu-open {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 0;
  border-radius: 0 5px 0 5px;
}

.menu-line {
  width: 2rem;
  height: 2px;
  border-radius: 2px;
  background: #4F473C;
  transition: all 0.2s; /*アニメーションの設定*/
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.menu-line.active {
  position: absolute;
  top: 50%;
}

.menu-line:nth-of-type(1) {
  top: 40%;
}
.menu-line:nth-of-type(1).active {
  top: 50%;
  transform: translateX(-50%) rotate(-20deg);
}

.menu-line:nth-of-type(2) {
  bottom: 40%;
}
.menu-line:nth-of-type(2).active {
  transform: translateX(-50%) rotate(20deg);
  bottom: auto;
}

/* -------------------------------------------------
  side-fix-btn
-------------------------------------------------- */
.side-fix-btn {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 9990;
}
.side-fix-btn__img {
  width: 24rem;
  display: block;
}

/* -------------------------------------------------
	幅
-------------------------------------------------- */
.section-wrap {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

/* -------------------------------------------------
  表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 405px) {
  .sp-sm {
    display: none !important;
  }
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.text {
  line-height: 2;
}

.text-dot {
  border-bottom: 3px dashed #FBB015;
  display: inline;
}

.text-link {
  text-decoration: underline;
  color: #FBB015;
  word-wrap: break-word;
}

.text-yellow {
  color: #FBB015;
}

.common-cat {
  padding: 0 2rem;
  margin-bottom: 20px;
  background: #FBB015;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (min-width: 781px) {
  .common-cat {
    font-size: 2rem;
  }
}

/* -------------------------------------------------
	タイトル
-------------------------------------------------- */
.tit-part1 {
  margin-bottom: 75px;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .tit-part1 {
    font-size: 3rem;
  }
}
.tit-part1__en {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #FBB015;
}
@media screen and (max-width: 780px) {
  .tit-part1__en {
    font-size: 2rem;
  }
}
.tit-part1__jp {
  position: relative;
  z-index: 2;
}
.tit-part1__jp::after {
  content: "";
  background: url(../img/tit-rainbow.svg) no-repeat;
  background-size: contain;
  width: 28.9rem;
  max-width: 100%;
  height: 4.2rem;
  position: absolute;
  right: 0;
  bottom: -10%;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .tit-part1__jp::after {
    width: 14.4rem;
    height: 2.1rem;
    right: -1rem;
  }
}

.tit-part2 {
  margin-bottom: 90px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .tit-part2 {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
.tit-part2__icon {
  width: 14.1rem;
  margin: 0 auto 45px;
  display: block;
}
@media screen and (max-width: 780px) {
  .tit-part2__icon {
    width: 6.8rem;
    margin-bottom: 20px;
  }
}

.tit-part3 {
  margin-bottom: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .tit-part3 {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}
.tit-part3__sm {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 780px) {
  .tit-part3__sm {
    font-size: 2.2rem;
  }
}

.tit-part4 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .tit-part4 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
.tit-part4__en {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #FBB015;
  display: block;
}
@media screen and (max-width: 780px) {
  .tit-part4__en {
    font-size: 2rem;
  }
}

.tit-part4-black {
  color: #404040;
}

.tit-part5 {
  margin: -65px 0 60px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .tit-part5 {
    margin: -81px 0 60px;
    font-size: 2.8rem;
  }
}

.tit-part6 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .tit-part6 {
    font-size: 2.8rem;
  }
}

.tit-part7,
.tit-part8 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .tit-part7,
  .tit-part8 {
    font-size: 2.8rem;
  }
}

.tit-part8 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.tit-part8::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 16.8rem;
  height: 3px;
  background: #FBB015;
  z-index: 1;
}
.tit-part8::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #FBB015;
}

/* -------------------------------------------------
	導入文
-------------------------------------------------- */
.page-intro {
  max-width: 1520px;
  margin-bottom: 150px;
}
@media screen and (max-width: 780px) {
  .page-intro {
    margin-bottom: 80px;
  }
}

/* -------------------------------------------------
	ボタン
-------------------------------------------------- */
.btn01,
.btn02 {
  max-width: 36rem;
  padding: 17px 1rem;
  margin: 0 auto;
  border: 3px solid #2B60AB;
  border-radius: 5px;
  background: #2B60AB;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 781px) {
  .btn01,
  .btn02 {
    min-width: 30rem;
  }
}
@media screen and (max-width: 780px) {
  .btn01,
  .btn02 {
    width: 100%;
    padding: 14px 1rem;
    font-size: 1em;
    gap: 2.5rem;
  }
}
.btn01:hover,
.btn02:hover {
  background: #fff;
  color: #2B60AB;
}
.btn01:hover .btn01__arrow path,
.btn01:hover .btn02__arrow path,
.btn02:hover .btn01__arrow path,
.btn02:hover .btn02__arrow path {
  stroke: #2B60AB;
}

.btn02 {
  width: 40rem;
  max-width: 100%;
  padding: 27px 1rem;
  border-color: #FBB015;
  background: #FBB015;
}
@media screen and (max-width: 780px) {
  .btn02 {
    padding: 14px 1rem;
  }
}
.btn02:hover {
  color: #FBB015;
}
.btn02:hover .btn02__arrow path {
  stroke: #FBB015;
}

.btn03,
.btn04 {
  width: 40rem;
  max-width: 100%;
  padding: 1.9rem 1rem;
  border: 3px solid #2B60AB;
  border-radius: 50px;
  background: #2B60AB;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 780px) {
  .btn03,
  .btn04 {
    width: 100%;
    padding: 1rem;
    font-size: 1em;
  }
}

.btn04 {
  border-color: #FBB015;
  background: #FBB015;
}

.btn05 {
  width: 30rem;
  background: #fff;
  color: #2B60AB;
}
@media screen and (max-width: 780px) {
  .btn05 {
    width: 100%;
  }
}
.btn05__arrow path {
  stroke: #2B60AB;
}

.slide-arrow {
  width: 4rem;
  height: 4rem;
  border: 2px solid #4F473C;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 781px) {
  .slide-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 780px) {
  .slide-arrow {
    bottom: 2.8rem;
  }
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #4F473C;
  border-top: 2px solid #4F473C;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.prev-arrow {
  left: 3rem;
}
@media screen and (max-width: 780px) {
  .prev-arrow {
    left: 35%;
  }
}
.prev-arrow::before {
  transform: rotate(-140deg);
}

.next-arrow {
  right: 3rem;
}
@media screen and (max-width: 780px) {
  .next-arrow {
    right: 35%;
  }
}

/* -------------------------------------------------
	table
-------------------------------------------------- */
.table01 {
  width: 100%;
  table-layout: fixed;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
.table01 tr:first-of-type .table01__tit {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 781px) {
  .table01 tr:first-of-type .table01__tit {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (min-width: 781px) {
  .table01 tr:first-of-type .table01__text {
    border-radius: 0 10px 0 0;
  }
}
.table01 tr:last-of-type .table01__tit {
  border: none;
}
@media screen and (min-width: 781px) {
  .table01 tr:last-of-type .table01__tit {
    border-radius: 0 0 0 10px;
  }
}
.table01 tr:last-of-type .table01__text {
  border: none;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 780px) {
  .table01 tr:last-of-type .table01__text {
    border-radius: 0 0 10px 10px;
  }
}
.table01__tit {
  width: 25rem;
  padding: 35px 0 35px 8rem;
  border-bottom: 1px solid #ccc;
  background: #4F473C;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .table01__tit {
    width: 100%;
    padding: 20px 1.5rem;
    display: block;
  }
}
.table01__text {
  width: calc(100% - 25rem);
  padding: 35px 8rem 35px;
  border-bottom: 1px solid #ccc;
  background: #FBF8F4;
}
@media screen and (max-width: 780px) {
  .table01__text {
    width: 100%;
    padding: 20px 1.5rem;
    display: block;
  }
}
.table01__text-img {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  display: block;
}

.table02,
.table03 {
  width: 100%;
  table-layout: fixed;
}
.table02__tit,
.table03__tit {
  width: 15rem;
  padding: 40px 4rem 40px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 780px) {
  .table02__tit,
  .table03__tit {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}
.table02__text,
.table03__text {
  width: calc(100% - 15rem);
  padding: 40px 0;
}
@media screen and (min-width: 781px) {
  .table02__text,
  .table03__text {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 780px) {
  .table02__text,
  .table03__text {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}

@media screen and (min-width: 781px) {
  .table03 {
    border-top: 1px solid #FBB015;
  }
}
.table03__tit {
  background: #FEFAF2;
  border-color: #FBB015;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .table03__tit {
    width: 24rem;
    padding-right: 0;
  }
}
.table03__text {
  padding: 40px 4rem;
  border-color: #FBB015;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .table03__text {
    padding: 20px 0 40px;
  }
}

/* -------------------------------------------------
	contact
-------------------------------------------------- */
.common-contact {
  padding: 97px 0 7rem;
  background: url(../img/common-contact-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .common-contact {
    padding: 40px 0 35px;
  }
}
.common-contact-box {
  max-width: 1440px;
  padding: 120px 9rem 80px;
  background: #2B60AB;
  border-radius: 10px;
}
@media screen and (max-width: 780px) {
  .common-contact-box {
    padding: 4.4rem 1.5rem 30px;
  }
}
.common-contact-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.5rem;
}
@media screen and (max-width: 780px) {
  .common-contact-box-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.common-contact .tit-part3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  .common-contact .tit-part3 {
    margin-bottom: 50px;
  }
}

.common-contact-point {
  margin-bottom: 60px;
  margin-top: -15.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 780px) {
  .common-contact-point {
    margin-top: -6rem;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.common-contact-point__item {
  padding: 8px 3rem;
  border: 2px solid #FBB015;
  border-radius: 10px;
  background: #fff;
  color: #FBB015;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .common-contact-point__item {
    padding: 8px 1rem;
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.common-contact-left {
  width: calc(100% - 62.9rem);
  color: #fff;
}
@media screen and (max-width: 780px) {
  .common-contact-left {
    width: 95%;
    margin: 0 auto;
  }
}
.common-contact-left__tit {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .common-contact-left__tit {
    margin-bottom: 15px;
    font-size: 2.8rem;
    white-space: normal;
  }
}

.common-contact-right {
  width: 100%;
  padding: 23px 1.5rem 15px;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 781px) {
  .common-contact-right {
    width: 56.4rem;
    padding: 53px 7.2rem 37px;
  }
}
.common-contact-right__tit {
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .common-contact-right__tit {
    font-size: 2.8rem;
  }
}
.common-contact-right__text {
  margin: 23px 0 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 780px) {
  .common-contact-right__text {
    margin: 13px 0 20px;
    font-size: 2.4rem;
    text-align: left !important;
  }
}
.common-contact-right__drone {
  width: 13.2rem;
  height: 13.2rem;
  border: 2px solid #4F473C;
  border-radius: 80px;
  background: #fff;
  position: absolute;
  top: -6rem;
  right: -5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .common-contact-right__drone {
    width: 7.6rem;
    height: 7.6rem;
    top: -4rem;
    right: 0;
  }
}
.common-contact-right__drone-img {
  width: 11.2rem;
  display: flex;
  animation: fluffy 2s infinite;
}
@media screen and (max-width: 780px) {
  .common-contact-right__drone-img {
    width: 7.4rem;
    animation: fluffySp 1.5s infinite;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fluffySp {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* -------------------------------------------------
  works  
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .works-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 4rem;
  }
}
@media screen and (max-width: 780px) {
  .works-list {
    margin: 0 auto;
  }
}
.works-list .slide-arrow {
  bottom: 50%;
}
.works-list .next-arrow {
  right: -1.5rem;
}
@media screen and (max-width: 780px) {
  .works-list .next-arrow {
    right: -2rem;
  }
}
.works-list .prev-arrow {
  left: -1.5rem;
}
@media screen and (max-width: 780px) {
  .works-list .prev-arrow {
    left: -2rem;
  }
}

.works-list-item {
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 781px) {
  .works-list-item {
    width: 47%;
  }
}
@media screen and (max-width: 780px) {
  .works-list-item {
    margin-bottom: 40px;
  }
}
.works-list-item-content {
  padding: 20px 2rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
.works-list-item__img {
  width: 100%;
  height: 30rem;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .works-list-item__img {
    height: 24rem;
  }
}
.works-list-item__cat {
  padding: 5px 1.8rem;
  border-radius: 5px;
  border: 1px solid #FBB015;
  color: #FBB015;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  .works-list-item__cat {
    font-size: 1.4rem;
  }
}
.works-list-item__tit {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .works-list-item__tit {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
}
.works-list-item__text {
  margin-bottom: 15px;
}
.works-list-item__date {
  text-align: right;
  display: block;
}

.works-cat-list {
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .works-cat-list {
    width: 100%;
  }
}
.works-cat-list__tit {
  padding: 13px 1.5rem;
  background: #4F473C;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2.6rem;
}
@media screen and (min-width: 781px) {
  .works-cat-list__tit {
    padding: 13px 5rem;
    font-size: 3.2rem;
  }
}
.works-cat-list-item {
  padding: 25px 1.5rem 80px;
}
@media screen and (min-width: 781px) {
  .works-cat-list-item {
    padding: 45px 5rem 80px;
  }
}
.works-cat-list-item__tit {
  margin-bottom: 20px;
  color: #4F473C;
  font-size: 2.4rem;
}
.works-cat-list-item__cat {
  display: flex;
  gap: 10px 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 781px) {
  .works-cat-list-item__cat {
    font-size: 1.6rem;
    gap: 20px 2rem;
  }
}
.works-cat-list-item__cat:not(:last-of-type) {
  margin-bottom: 40px;
}
.works-cat-list-item__cat-item {
  padding: 5px 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .works-cat-list-item__cat-item {
    min-width: 12.6rem;
    padding: 10px 1rem;
  }
}
.works-cat-list-item__cat-item.current {
  background: #FBB015;
  color: #fff;
  border-color: #FBB015;
}

.works-post-cat {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.works-post-cat__item {
  padding: 10px 1.5rem;
  border: 1px solid #FBB015;
  background: #fff;
  border-radius: 5px;
  color: #FBB015;
  font-weight: bold;
  display: inline-block;
}

/* -------------------------------------------------
	faq
-------------------------------------------------- */
.faq-list__q,
.faq-list__a {
  padding: 20px 4rem;
  border-radius: 5px;
}
@media screen and (max-width: 780px) {
  .faq-list__q,
  .faq-list__a {
    padding: 15px 1.5rem;
  }
}
.faq-list__q--icon,
.faq-list__a--icon {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 781px) {
  .faq-list__q--icon,
  .faq-list__a--icon {
    font-size: 2.4rem;
  }
}

.faq-list__q {
  background-color: #FBF8F4;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .faq-list__q {
    gap: 1rem;
  }
}
.faq-list__q:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  .faq-list__q:not(:first-of-type) {
    margin-top: 20px;
  }
}
.faq-list__q::after {
  content: "";
  width: 7px;
  height: 14px;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  right: 5.5rem;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 780px) {
  .faq-list__q::after {
    right: 2.4rem;
  }
}
.faq-list__q::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #FBB015;
  border-radius: 30px;
  display: block;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .faq-list__q::before {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.5rem;
  }
}
.faq-list__q.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.faq-list__q--icon {
  color: #FBB015;
}
.faq-list__q--text {
  padding: 0 5rem 0 3rem;
  border-left: 3px solid #FBB015;
}
@media screen and (max-width: 780px) {
  .faq-list__q--text {
    padding: 0 3rem 0 1rem;
  }
}

.faq-list__a {
  display: none;
  background-color: #EFEFEF;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 780px) {
  .faq-list__a {
    gap: 1rem;
  }
}
.faq-list__a.active {
  display: flex !important;
}
.faq-list__a--icon {
  color: #2B60AB;
}
.faq-list__a--text {
  padding: 0 3rem;
  border-left: 3px solid #2B60AB;
}
@media screen and (max-width: 780px) {
  .faq-list__a--text {
    padding: 0 1rem;
  }
}

/* -------------------------------------------------
	news
-------------------------------------------------- */
.news-list-item {
  display: block;
}
.news-list__info {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .news-list__info {
    font-size: 1.6rem;
  }
}
.news-list__info--cat {
  padding: 0 1.8rem;
  margin-right: 2.7rem;
  border-radius: 5px;
  border: 1px solid #FBB015;
  color: #FBB015;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  .news-list__info--cat {
    font-size: 1.4rem;
  }
}
.news-list__tit {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .news-list__tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------
	common-banner
-------------------------------------------------- */
.common-banner {
  margin-top: 160px;
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 8rem;
}
@media screen and (max-width: 780px) {
  .common-banner {
    margin-top: 60px;
    flex-direction: column;
    gap: 20px;
  }
}
.common-banner__text {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.common-banner-item {
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 781px) {
  .common-banner-item {
    width: 47%;
  }
}
@media screen and (max-width: 780px) {
  .common-banner-item {
    height: 200px;
  }
}
.common-banner-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(173, 173, 173) 100%);
  opacity: 0.6;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.common-banner-item__tit-part4 {
  position: absolute;
  left: 4rem;
  top: 40px;
  z-index: 3;
}
@media screen and (max-width: 780px) {
  .common-banner-item__tit-part4 {
    top: 20px;
    left: 2rem;
  }
}
.common-banner-item-img {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.common-banner-item-img__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.common-banner-item:hover .common-banner-item-img__bg {
  transform: scale(1.1);
}

.service-common-banner {
  margin-top: 6rem;
}

.service-common-banner-tit {
  margin-top: 16rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .service-common-banner-tit {
    margin-top: 6rem;
    font-size: 2rem;
  }
}
.service-common-banner-tit__lg {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 780px) {
  .service-common-banner-tit__lg {
    font-size: 2.2rem;
  }
}

/* -------------------------------------------------
	to-page-box
-------------------------------------------------- */
.to-page-box {
  padding: 64px 8rem 35px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .to-page-box {
    min-height: 40rem;
  }
}
@media screen and (max-width: 780px) {
  .to-page-box {
    min-height: 28rem;
    padding: 20px 2rem 37px;
  }
}
@media screen and (max-width: 780px) {
  .to-page-box__text {
    margin-bottom: 37px;
  }
}
.to-page-box .btn01 {
  margin: 0 0 0 auto;
}

.top-company {
  margin-top: 150px;
  margin-bottom: 114px;
  background: url(../img/company-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .top-company {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

/* -------------------------------------------------
  ブログ  
-------------------------------------------------- */
.blog {
  padding: 20.6rem 0 13.7rem 10%;
  display: flex;
  gap: 10rem;
  position: relative;
}
@media screen and (min-width: 781px) {
  .blog {
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .blog {
    padding: 40px 0 40px 2rem;
    flex-direction: column;
    gap: 40px;
  }
}
.blog__bg {
  width: 95%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 781px) {
  .blog-side {
    width: 30rem;
  }
}
@media screen and (max-width: 780px) {
  .blog-side {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (min-width: 781px) {
  .blog-side .tit-part4 {
    margin-bottom: 120px;
  }
}
.blog-side__arrow-box {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 781px) {
  .blog-side__arrow-box {
    margin-bottom: 80px;
    gap: 4rem;
  }
}
.blog-side__arrow-box .slide-arrow {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  transform: none;
}
@media screen and (min-width: 781px) {
  .blog-side__arrow-box .slide-arrow {
    width: 10rem;
    height: 7rem;
  }
}
@media screen and (max-width: 780px) {
  .blog .btn01 {
    width: 90%;
    margin: 0;
  }
}
.blog-slider {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .blog-slider {
    width: calc(100% - 40rem);
  }
}
.blog-slider .slick-list {
  padding: 0 10% 0 0 !important;
}

.blog-item {
  text-align: left;
}
.blog-item:hover .blog-item__img-item {
  transform: scale(1.1);
}
.blog-item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-item__img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.blog-item__img-cat {
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  background: #FBB015;
}
.blog-item__content {
  padding: 15px 2rem;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 780px) {
  .blog-item__content {
    padding: 15px 1.5rem;
  }
}
.blog-item__content-date {
  margin-bottom: 10px;
  color: #707070;
  display: block;
}
@media screen and (min-width: 781px) {
  .blog-item__content-date {
    font-size: 1.6rem;
  }
}
.blog-item__content-tit {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .blog-item__content-tit {
    font-size: 2.6rem;
  }
}
.blog-item__content-cat {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-slider .blog-item {
  margin-bottom: 10px;
  margin-right: 3rem;
}

/* -------------------------------------------------
  menu
-------------------------------------------------- */
.menu {
  position: relative;
}
.menu__deco {
  position: absolute;
}
.menu__deco01 {
  width: 38rem;
  top: -4rem;
  left: -16rem;
}
@media screen and (max-width: 780px) {
  .menu__deco01 {
    width: 19.6rem;
    top: -8rem;
    left: -11rem;
  }
}
.menu__deco02 {
  width: 54.7rem;
  right: -21rem;
  bottom: -37rem;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .menu__deco02 {
    width: 30.6rem;
    right: -15rem;
    bottom: -30rem;
  }
}

.menu-list {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 780px) {
  .menu-list {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 781px) {
  .menu-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
  }
}
.menu-list-item__img {
  width: 100%;
}
.menu-list-item__tit {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .menu-list-item__tit {
    margin-top: -10rem;
    flex-grow: 1;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 780px) {
  .menu-list-item__tit {
    margin-top: -11.3rem;
    margin-bottom: 15px;
  }
}
.menu-list-item__tit--sm {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 780px) {
  .menu-list-item__tit--sm {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.menu-list-item:not(:nth-of-type(3)) .menu-list-item__tit {
  margin-top: -7rem;
}
.menu-list-item .btn01 {
  position: relative;
  z-index: 1;
}

/* -------------------------------------------------
	sign
-------------------------------------------------- */
.common-sign-list {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.5rem;
}
@media screen and (max-width: 780px) {
  .common-sign-list {
    margin-bottom: 30px;
    gap: 40px;
  }
}

.common-sign-item {
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 781px) {
  .common-sign-item {
    width: 30%;
  }
}
.common-sign-item__img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 780px) {
  .common-sign-item__img {
    height: 20rem;
  }
}
.common-sign-item__inner {
  padding: 30px 5rem 40px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  flex-grow: 1;
}
@media screen and (max-width: 780px) {
  .common-sign-item__inner {
    padding: 15px 2.2rem 20px;
  }
}
.common-sign-item__tit {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .common-sign-item__tit {
    margin-bottom: 7px;
    font-size: 2.8rem;
  }
}
.common-sign-item__text {
  line-height: 2;
}

/* -------------------------------------------------
  contact  
-------------------------------------------------- */
.contact {
  margin-bottom: 150px;
  overflow-x: clip;
}
@media screen and (max-width: 780px) {
  .contact {
    margin-bottom: 90px;
  }
}
.contact-inner {
  padding: 70px 8rem 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 780px) {
  .contact-inner {
    padding: 20px 1.35rem 12px;
  }
}
@media screen and (max-width: 780px) {
  .contact .tit-part4 {
    margin-bottom: 20px;
  }
}
.contact__text {
  margin-bottom: 50px;
}
.contact__deco {
  width: 39rem;
  position: absolute;
  right: -24rem;
  bottom: -17rem;
}
@media screen and (max-width: 780px) {
  .contact__deco {
    width: 17.6rem;
    right: -9rem;
    bottom: -8rem;
  }
}

.contact-wave {
  position: relative;
}
.contact-wave::before {
  content: "";
  width: 100%;
  height: 18.4rem;
  background: url(../img/deco-wave.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 780px) {
  .contact-wave::before {
    height: 5.4rem;
    background: url(../img/deco-wave-sp.svg) no-repeat;
    background-size: 101%;
    background-position: bottom;
  }
}
.contact-wave::before {
  top: -18.3rem;
  bottom: auto;
}
@media screen and (max-width: 780px) {
  .contact-wave::before {
    top: -5.3rem;
  }
}

.contact-info {
  margin-bottom: 20px;
  padding: 0 10.5rem 40px;
  border-bottom: 1px solid #CCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 781px) {
  .contact-info::before {
    content: "";
    width: 1px;
    height: 80%;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 780px) {
  .contact-info {
    padding: 0;
    flex-direction: column;
  }
}

@media screen and (min-width: 781px) {
  .contact-info-area {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .contact-info-area {
    margin-bottom: 32px;
    padding-bottom: 68px;
    border-bottom: 1px solid #ccc;
  }
}
.contact-info-area__tit {
  margin-bottom: 40px;
  padding: 3px 2.5rem;
  border: 3px solid #FBB015;
  border-radius: 10px;
  color: #FBB015;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .contact-info-area__tit {
    margin-bottom: 15px;
    padding: 3px 2rem;
    font-size: 2.4rem;
  }
}
.contact-info-area-list__tit {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contact-info-area-list__tit {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 781px) {
  .contact-info-area-list__text {
    font-size: 2rem;
  }
}
.contact-info-area-list__text:not(:last-of-type) {
  margin-bottom: 40px;
}

.contact-info-web {
  padding: 27px 4rem 18px;
  background: #FBF8F4;
  border-radius: 10px;
}
@media screen and (min-width: 781px) {
  .contact-info-web {
    width: calc(50% - 8.6rem);
    padding: 56px 8rem 45px;
  }
}
@media screen and (max-width: 780px) {
  .contact-info-web {
    width: 100%;
    padding: 27px 1.5rem 18px;
    margin-bottom: 40px;
  }
}
.contact-info-web__tit {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .contact-info-web__tit {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.contact-info-web .btn03 {
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .contact-info-web .btn03 {
    margin-bottom: 10px;
  }
}

.contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contact-tel {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-tel__tit {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 780px) {
  .contact-tel__tit {
    font-size: 2.6rem;
  }
}
.contact-tel__tit-icon {
  width: 2.4rem;
}
@media screen and (max-width: 780px) {
  .contact-tel__tit-icon {
    width: 1.4rem;
  }
}
.contact-tel__num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
}
@media screen and (max-width: 780px) {
  .contact-tel__num {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 781px) {
  .contact-tel__time {
    padding-left: 4rem;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 780px) {
  .contact-tel__time {
    text-align: center;
  }
}

/* -------------------------------------------------
  footer  
-------------------------------------------------- */
.footer {
  padding: 195px 0 310px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 780px) {
  .footer {
    padding: 80px 0 280px;
    background: url(../img/footer-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.footer-inner {
  margin-bottom: 5px;
  padding: 40px 8rem 35px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .footer-inner {
    padding: 18px 1.5rem 20px;
    flex-direction: column;
    gap: 0;
  }
}
.footer-inner__page-top {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50px;
  background: #FBB015;
  position: absolute;
  right: 0;
  top: -14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .footer-inner__page-top {
    width: 4rem;
    height: 4rem;
    top: -7rem;
  }
}
.footer-inner__page-top-icon {
  width: 12px;
  height: 25px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 780px) {
  .footer-inner-info {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer-inner-info__logo {
  width: 26rem;
  max-width: 100%;
  margin-bottom: 25px;
  display: block;
}
@media screen and (min-width: 781px) {
  .footer-inner-info__logo {
    width: 33.4rem;
  }
}
.footer-inner-info__name {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .footer-inner-info__address {
    font-size: 2rem;
    line-height: 2;
  }
}

.footer-inner-navi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 781px) {
  .footer-inner-navi {
    width: 67%;
  }
}
@media screen and (max-width: 780px) {
  .footer-inner-navi {
    margin-bottom: 15px;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    gap: 30px 1.5rem;
  }
}
.footer-inner-navi-item {
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .footer-inner-navi-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .footer-inner-navi-item {
    width: 100%;
  }
}
.footer-inner-navi-item__tit {
  margin-bottom: 20px;
  color: #707070;
}
@media screen and (max-width: 780px) {
  .footer-inner-navi-item__tit {
    margin-bottom: 15px;
  }
}
.footer-inner-navi-item__link {
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 780px) {
  .footer-inner-navi-item__link {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 781px) {
  .footer-inner-navi-item01 {
    width: 28%;
  }
}

@media screen and (min-width: 781px) {
  .footer-inner-navi-item02 {
    width: 22%;
  }
}

@media screen and (min-width: 781px) {
  .footer-inner-navi-item03 {
    width: 16%;
  }
}

.footer-inner-navi-banner {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 781px) {
  .footer-inner-navi-banner {
    flex-grow: 1;
  }
}
@media screen and (max-width: 780px) {
  .footer-inner-navi-banner {
    justify-content: center;
  }
}
.footer-inner-navi-banner__facebook {
  width: 6.5rem;
}
.footer-inner-navi-banner__jio {
  width: 18.3rem;
}

@media screen and (min-width: 781px) {
  .footer-ps {
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .footer-ps {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  .footer-ps__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 780px) {
  .footer-ps__link {
    margin-bottom: 25px;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .footer-ps__copy {
    display: block;
    text-align: center;
  }
}/*# sourceMappingURL=base.css.map */