@charset "UTF-8";
/*---------------------------------------------------------------------------------
font-family
---------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
/* 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 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; 
}*/
/**
 * 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
 */
/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------------------------------------------------------
Base
---------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%; /* スマホで文字サイズが大きくなる時の解決 */
    -webkit-text-size-adjust: 100%; /* Safari */
  }
}
html, body {
  min-height: 100vh; /*フッターを下に固定*/
  display: flex; /*フッターを下に固定*/
  flex-direction: column; /*フッターを下に固定*/
}

main {
  flex: 1 1 auto; /*フッターを下に固定*/
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
}

.container {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
}

.img-responsive {
  display: block;
  width: 100%;
  margin: auto;
}

/* ------------------------hamburger------------------------ */
.hamburger {
  padding: 10px 10px 5px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 0;
  overflow: visible;
  position: absolute !important;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 999;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #203460;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 991px) {
  .hamburger {
    display: none;
  }
}
/*---------------------------------------------------------------------------------
animation
---------------------------------------------------------------------------------*/
.fade-in {
  animation: fade-in;
  animation-duration: 1.5s;
  animation-timing-function: ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-down {
  animation-name: anime-down; /*ネーム設定*/
  animation-duration: 3s; /*アニメの長さ*/
  animation-timing-function: ease;
  /*アニメの変化
  (ease→初期値：開始時と終了時が緩やかに変化
  ease-in→開始時は緩やかに変化、終了に近づくと早く変化
  ease-out→開始時は早く変化し、終了時は緩やかに変化
  ease-in-out→開始時と終了時は、かなり緩やかに変化
  linear→開始から終了まで一定に変化
  steps(数値, start または end)→パラパラ漫画のように数値をコマ数で変化
  cubic-bezier（数値をカンマ区切りで4つ指定）→変化の進行割合を3次ベジェ曲線で指定)
  */
  animation-iteration-count: infinite; /*再生回数設定*/
  animation-direction: normal; /*アニメの方向設定*/
  animation-fill-mode: backwards; /*開始と終了時の状態*/
}

@keyframes anime-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.anime-up {
  animation-name: anime-up; /*ネーム設定*/
  animation-duration: 3s; /*アニメの長さ*/
  animation-timing-function: ease; /*アニメの変化*/
  animation-iteration-count: infinite; /*再生回数設定*/
  animation-direction: normal; /*アニメの方向設定*/
  animation-fill-mode: backwards; /*開始と終了時の状態*/
}

@keyframes anime-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------*/
.l-hd {
  height: 150px;
  position: relative;
}
.l-hd__txt {
  font-size: 1.4rem;
  text-align: justify;
  margin-left: 10px;
}
.l-hd__flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
}
.l-hd__part01 {
  width: min(250px, 100%);
  margin-left: 10px;
}
.l-hd__logo {
  width: min(250px, 100%);
}
.l-hd__logo a {
  display: block;
}
.l-hd__logo a img {
  width: 100%;
}
.l-hd__logo a:hover {
  opacity: 0.8;
}
.l-hd__part02 {
  width: min(880px, 100%);
  margin-right: 20px;
}
.l-hd__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(500px, 100%);
  margin: 0 0 20px auto;
}
.l-hd__contact__tel {
  width: min(233px, 100%);
}
.l-hd__contact__tel a {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  text-align: left;
  color: #2478be;
}
.l-hd__contact__tel a small {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #333;
}
.l-hd__contact__tel p {
  text-align: center;
  line-height: 2.5rem;
}
.l-hd__contact__mail {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #fff;
  width: min(250px, 100%);
  height: 60px;
  background-color: #B8D526;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.l-hd__contact__mail span {
  margin-left: 5px;
}
.l-hd__contact__mail:hover {
  background-color: #9DB90D;
}
.l-hd__global-nav {
  width: 100%;
}
.l-hd__global-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}
.l-hd__global-nav ul li a {
  font-weight: 500;
  display: block;
}
.l-hd__global-nav ul li a:hover {
  color: #2478BE;
}
.l-hd__sp-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -400px;
  background-color: #F3F3F3;
  transition: all 0.5s linear;
  width: min(400px, 100%);
  height: 100%;
  padding-top: 50px;
  z-index: 10;
}
.l-hd__sp-nav__logo {
  margin: auto;
  display: block;
  width: min(200px, 100%);
}
.l-hd__sp-nav__logo img {
  width: 100%;
}
.l-hd__sp-nav .menu {
  margin-top: 10px;
  padding: 0 10px;
}
.l-hd__sp-nav .menu .menu-item a {
  font-weight: 500;
  padding: 15px 10px;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #333;
  transition: all 0.2s linear;
}
.l-hd__sp-nav .menu .menu-item a:hover {
  color: #2478BE;
}
.l-hd__fixed-bar {
  display: none;
}

@media screen and (max-width: 1199px) {
  .l-hd {
    height: 140px;
  }
  .l-hd__contact {
    margin: 0 0 10px auto;
  }
}
@media screen and (max-width: 991px) {
  .l-hd {
    height: 100px;
  }
  .l-hd__contact {
    width: min(430px, 100%);
    margin: 0 60px 0 auto;
  }
  .l-hd__contact__tel {
    width: min(220px, 100%);
  }
  .l-hd__contact__tel a {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .l-hd__contact__tel a small {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .l-hd__contact__mail {
    font-size: 1.8rem;
    line-height: 3rem;
    width: min(200px, 100%);
    height: 55px;
  }
  .l-hd__global-nav {
    display: none;
  }
  .l-hd__sp-nav {
    display: block;
  }
  .l-hd .open {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-hd {
    height: 60px;
  }
  .l-hd__txt {
    display: none;
  }
  .l-hd__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(150px, 100%);
  }
  .l-hd__contact {
    display: none;
  }
  .l-hd__fixed-bar {
    background-color: #203460;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    border-top: 1px solid #fff;
  }
  .l-hd__fixed-bar li {
    width: 50%;
    text-align: center;
  }
  .l-hd__fixed-bar li:first-child {
    border-right: 1px solid #fff;
  }
  .l-hd__fixed-bar li:first-child a {
    font-size: 1.9rem;
    font-weight: 400;
  }
  .l-hd__fixed-bar li:first-child a img {
    width: 15px;
  }
  .l-hd__fixed-bar li:last-child a {
    font-weight: 400;
  }
  .l-hd__fixed-bar li:last-child a img {
    width: 20px;
  }
  .l-hd__fixed-bar li a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
  }
  .l-hd__fixed-bar li a img {
    display: inline-block;
    margin-right: 5px;
  }
}
/*---------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------*/
.l-ftr__part01 {
  display: flex;
  justify-content: space-between;
}
.l-ftr__part01__info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-ftr__part01__flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: calc(100% - 40px);
  max-width: 430px;
}
.l-ftr__part01__img {
  width: min(130px, 100%);
}
.l-ftr__part01__img img {
  width: 100%;
}
.l-ftr__part01__content {
  width: min(250px, 100%);
}
.l-ftr__part01__content img {
  width: min(250px, 100%);
  display: block;
}
.l-ftr__part01__content p {
  line-height: 2.5rem;
  text-align: center;
  margin-top: 10px;
}
.l-ftr__part01__content ul {
  margin-top: 10px;
}
.l-ftr__part01__content ul li {
  line-height: 2.5rem;
  text-align: center;
}
.l-ftr__part01__contact {
  width: 50%;
  background: url("../img/common/ftr_part02_bg.webp") no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-ftr__part01__contact .c-primary-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.l-ftr__part01__contact__box {
  width: calc(100% - 40px);
  max-width: 500px;
}
.l-ftr__part01__contact__box p {
  line-height: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.l-ftr__part01__contact__box a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  width: min(350px, 100%);
  height: 80px;
  background-color: #2478BE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.2s linear;
  margin: auto;
}
.l-ftr__part01__contact__box a img {
  display: inline-block;
  margin-right: 5px;
}
.l-ftr__part01__contact__box a:hover {
  background-color: #203460;
}
.l-ftr__part02 {
  background-color: #2478BE;
}
.l-ftr__part02__flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.l-ftr__part02__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: min(465px, 100%);
}
.l-ftr__part02__nav .menu .menu-item {
  padding: 3px 0;
}
.l-ftr__part02__nav .menu .menu-item a {
  font-weight: 600;
  color: #fff;
  transition: all 0.2s linear;
}
.l-ftr__part02__nav .menu .menu-item a:hover {
  color: #85D0F4;
}
.l-ftr__part02__nav hr {
  width: 1px;
  height: 150px;
  display: block;
  background-color: #fff;
  border: 0;
}
.l-ftr__part02__box {
  width: min(300px, 100%);
  text-align: center;
}
.l-ftr__part02__box a {
  display: block;
  width: min(250px, 100%);
  margin: auto;
}
.l-ftr__part02__box a:hover {
  opacity: 0.9;
}
.l-ftr__part02__box a img {
  width: 100%;
}
.l-ftr__part02__box p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .l-ftr__part01__flx {
    max-width: 300px;
  }
  .l-ftr__part01__img {
    width: min(110px, 100%);
  }
  .l-ftr__part01__content {
    width: min(200px, 100%);
  }
  .l-ftr__part01__contact__box {
    max-width: 500px;
  }
  .l-ftr__part01__contact__box a {
    font-size: 1.8rem;
    line-height: 2.5rem;
    width: min(300px, 100%);
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-ftr__part01 {
    flex-direction: column-reverse;
  }
  .l-ftr__part01__info {
    width: 100%;
  }
  .l-ftr__part01__contact {
    width: 100%;
  }
  .l-ftr__part02__flx {
    flex-direction: column;
  }
  .l-ftr__part02__nav {
    gap: 3%;
    margin-bottom: 20px;
  }
  .l-ftr__part02__nav .menu .menu-item a {
    font-size: 1.5rem;
  }
  .l-ftr__part02__box a {
    width: min(200px, 100%);
  }
}
/* ------------------------Works------------------------ */
.c-works__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
.c-works__card-box {
  width: min(350px, 100%);
}
.c-works__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-works__link:hover {
  opacity: 0.8;
}
.c-works__thumbnail {
  width: 100%;
  height: 200px;
}
.c-works__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-works__content {
  margin-top: 10px;
}
.c-works__cat-date {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10%;
       column-gap: 10%;
  align-items: center;
}
.c-works__cat-date--cat {
  width: 100px;
  height: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #333;
}
.c-works__cat-date--time {
  font-size: 1.4rem;
  color: #333333;
}
.c-works__title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 5px;
}

.c-works .slide-tag {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-works .slide-tag li {
  font-size: 1.3rem;
  line-height: 2.2rem;
  width: 100px;
  height: 25px;
  border-radius: 25px;
  background-color: #eee;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .c-works__card-box {
    width: min(350px, 100%);
  }
  .c-works__thumbnail {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-works {
    margin: auto auto 30px;
  }
  .c-works__wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: min(650px, 100%);
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: auto;
  }
  .c-works__card-box {
    width: min(350px, 100%);
  }
  .c-works__title {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-works__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-works__card-box {
    width: min(300px, 100%);
    margin: auto;
  }
  .c-works__thumbnail {
    height: 150px;
  }
}
/* ------------------------News-list------------------------ */
.c-news {
  width: min(960px, 100%);
  margin: auto;
}
.c-news__list {
  width: 100%;
}
.c-news__list-item {
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
}
.c-news__list-item a {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  position: relative;
}
.c-news__list-item a:visited {
  color: #333;
}
.c-news__list-item a:hover {
  color: #94908A;
}
.c-news__cat-date {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 8%;
       column-gap: 8%;
  align-items: center;
  width: 190px;
}
.c-news__cat-date--cat {
  width: 100px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-align: center;
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #333;
}
.c-news__cat-date--time {
  font-size: 1.6rem;
}
.c-news__list-title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-news {
    margin: auto auto 30px;
  }
  .c-news__list-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-news__list-title {
    margin-top: 5px;
  }
}
/*-------------ページ送り（カテゴリー・アーカイブページ設定用）-------------*/
.pager-area {
  margin-top: 30px;
}

.pager {
  text-align: center;
}

a.page-numbers, .pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* ------------------------News-detail------------------------ */
.c-single {
  width: min(960px, 100%);
}
.c-single__ttl-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-single__date {
  font-size: 1.4rem;
}
.c-single__cat {
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 100px;
  background-color: #333;
}
.c-single__main-ttl {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 3rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-top: 10px;
}
.c-single__content {
  line-height: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px; /*各パーツと余白*/
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.c-single__content img {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-single__content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: justify;
  margin-bottom: 10px;
}
.c-single__content h2 {
  font-weight: 600;
  font-size: 2.8rem;
}
.c-single__content h3 {
  font-weight: 600;
  font-size: 2.5rem;
}
.c-single__content h4 {
  font-weight: 600;
  font-size: 2.2rem;
  margin: 20px 0 10px 0;
}
.c-single__content h5 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #203460;
  background-color: #F6F7F9;
  padding: 8px;
}
.c-single__content h6 {
  font-weight: 600;
  font-size: 1.4rem;
}
.c-single__content cite {
  font-size: 1.6rem;
}
.c-single__content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
}
.c-single__page-nation {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 30px;
}
.c-single__page-nation-btn {
  display: block;
}
.c-single__page-nation-btn a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #203460;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100px;
  height: 35px;
  transition: 0.3s;
}
.c-single__page-nation-btn a:hover {
  opacity: 0.7;
}
.c-single .c-btn__primary {
  margin: auto;
}

/**wp_single_post-navigation**/
.nav-links {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.nav-links a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #CEB584;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100px;
  height: 35px;
  transition: 0.3s;
}

.nav-links a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-single__content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
/*---------------------------------------------------------------------------------
Button
---------------------------------------------------------------------------------*/
.c-primary-btn {
  font-weight: 500;
  color: #fff;
  width: min(300px, 100%);
  height: 60px;
  border-radius: 10px;
  background-color: #203460;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 40px auto auto;
  transition: all 0.2s linear;
}
.c-primary-btn::after {
  display: block;
  content: "";
  width: 6px;
  height: 15px;
  background: url("../img/common/c-primary-btn_icon.svg") no-repeat 0 0/6px auto;
  position: absolute;
  right: 20px;
  transition: all 0.2s linear;
}
.c-primary-btn:hover {
  background-color: #2478BE;
}
.c-primary-btn:hover::after {
  transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  .c-primary-btn {
    width: min(250px, 100%);
    height: 50px;
    margin: 30px auto auto;
  }
}
/*---------------------------------------------------------------------------------
Title
---------------------------------------------------------------------------------*/
.c-primary-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #203460;
  margin-bottom: 40px;
}
.c-primary-ttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #2478BE;
  display: block;
}

@media screen and (max-width: 1199px) {
  .c-primary-ttl {
    font-size: 3.2rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
  }
  .c-primary-ttl span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-primary-ttl {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
  .c-primary-ttl span {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-ttl {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .c-primary-ttl span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.c-secondary-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
}
.c-secondary-ttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  display: block;
}

@media screen and (max-width: 1199px) {
  .c-secondary-ttl {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
  .c-secondary-ttl span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-secondary-ttl {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .c-secondary-ttl span {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-ttl {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .c-secondary-ttl span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
/* ------------------------Form-setting------------------------ */
.c-sb-contact__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin: auto auto 20px;
  width: min(1000px, 100%);
}
.c-sb-contact__txt {
  width: min(1000px, 100%);
  margin: auto;
}
.c-sb-contact__txt p {
  text-align: justify;
}
.c-sb-contact__tel {
  width: min(1000px, 100%);
  margin: 20px auto auto;
}
.c-sb-contact__tel a {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 4.5rem;
  color: #203460;
}
.c-sb-contact__tel a span {
  font-size: 2.5rem;
}
.c-sb-contact__tel p {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-sb-contact__tel {
    margin: 10px auto auto;
  }
  .c-sb-contact__tel a {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .c-sb-contact__tel a span {
    font-size: 2.2rem;
  }
  .c-sb-contact__tel p {
    font-weight: 600;
  }
}
.c-form {
  width: min(1000px, 100%);
  margin: 50px auto 100px auto;
  padding: 0;
  /**wp-form**/
}
.c-form form {
  width: min(1000px, 100%);
  margin: auto;
}
.c-form form input, .c-form form textarea {
  outline: none;
}
.c-form form label {
  display: block;
}
.c-form__item-wrap {
  display: flex;
  border-top: 1px solid #BED7DE;
}
.c-form__item-wrap p:last-child {
  width: 100%; /**(自動生成の幅設定)**/
}
.c-form__item-name {
  font-weight: bold;
  min-width: 250px;
  background-color: #E7F6F9;
  margin-right: 20px;
  padding: 25px 0;
  text-align: center;
}
.c-form__item-name small {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
  width: 38px;
  height: 18px;
  background-color: #2478BE;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.c-form__item-input {
  padding: 8px;
  border: 1px solid #BED7DE;
  width: min(550px, 100%);
  background-color: #FFFFFF;
  margin: 25px 0;
}
.c-form__item-textarea-wrap {
  display: flex;
  border-top: 1px solid #BED7DE;
  border-bottom: 1px solid #BED7DE;
}
.c-form__item-textarea-wrap p:last-child {
  width: 100%; /**(自動生成の幅設定)**/
}
.c-form__item-textarea {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  width: min(550px, 100%);
  border: 1px solid #BED7DE;
  background-color: #FFFFFF;
  margin: 25px 0;
}
.c-form__txt-confirm {
  text-align: center;
  margin: 30px 0;
}
.c-form__txt-confirm-link {
  font-weight: bold;
  text-decoration: underline;
  color: #203460;
}
.c-form__item-submit {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 300px;
  padding: 15px 0;
  background-color: #203460;
  margin: 40px auto auto;
  display: block;
  transition: all 0.2s linear;
  border-radius: 30px;
}
.c-form__item-submit:visited {
  background-color: #203460;
}
.c-form__item-submit:hover {
  opacity: 0.8;
}
.c-form__item-radio-wrap {
  display: flex;
  border-top: 1px solid #BED7DE;
}
.c-form__item-radio-wrap p:first-child {
  text-align: center;
}
.c-form__item-radio-wrap p:last-child {
  width: 100%; /**(自動生成の幅設定)**/
  margin: 25px 0;
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control > span {
  margin-left: initial;
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control > span > label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-form .wpcf7-form-control-wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.c-form .wpcf7-response-output {
  margin: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.c-form .wpcf7-list-item {
  display: block;
}
.c-form .wpcf7-submit {
  margin-bottom: -20px;
}

@media screen and (max-width: 991px) {
  .c-form {
    margin: 50px auto 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-sb-contact__txt p br {
    display: none;
  }
  .c-form {
    margin: 30px auto 60px auto;
  }
  .c-form__item-wrap {
    flex-direction: column;
    border: none;
  }
  .c-form__item-name {
    min-width: none;
    width: 100%;
    margin: auto;
    padding: 8px 0;
  }
  .c-form__item-input {
    width: 100%;
    margin: 15px 0 30px 0;
  }
  .c-form__item-radio-wrap {
    flex-direction: column;
    border: none;
  }
  .c-form__item-radio-wrap p:last-child {
    margin: 10px 0 30px 0;
  }
  .c-form__item-textarea-wrap {
    flex-direction: column;
    border: none;
  }
  .c-form__item-textarea {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .c-form__txt-confirm {
    margin: 20px 0;
    text-align: center;
  }
  .c-form__item-submit {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
/*---------------------------------------------------------------------------------
Top-page
---------------------------------------------------------------------------------*/
/*---------------------------------- Common-part ----------------------------------*/
.p-com__big-word {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  line-height: 12rem;
  color: #bed7de;
  position: absolute;
  top: -50px;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-com__big-word {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .p-com__big-word {
    font-size: 8rem;
    line-height: 8rem;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-com__big-word {
    font-size: 6rem;
    line-height: 6rem;
    top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .p-com__big-word {
    font-size: 5rem;
    line-height: 5rem;
    top: -25px;
  }
}
/*---------------------------------- First-view ----------------------------------*/
.p-fv {
  position: relative;
  height: 800px;
  background: url("../img/top/fv_bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
.p-fv img {
  display: block;
  width: calc(100% - 40px);
  max-width: 852px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .p-fv {
    height: 650px;
  }
  .p-fv img {
    max-width: 750px;
  }
}
@media screen and (max-width: 991px) {
  .p-fv {
    height: 500px;
  }
  .p-fv img {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 400px;
  }
  .p-fv img {
    max-width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .p-fv {
    height: 300px;
    background-position: left;
  }
  .p-fv img {
    max-width: 300px;
  }
}
/*---------------------------------- Trouble ----------------------------------*/
.p-tro {
  position: relative;
}
.p-tro__part01__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.3rem;
  text-align: center;
  border-bottom: 1px solid #BED7DE;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.p-tro__part01__flx {
  width: min(940px, 100%);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.p-tro__part01__box {
  width: min(280px, 100%);
}
.p-tro__part01__box__ttl {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.5rem;
  text-align: center;
}
.p-tro__part01__box__img {
  background-color: #fff;
  border: 2px solid #BED7DE;
  padding: 20px;
  border-radius: 35px;
  margin: 20px auto 10px auto;
}
.p-tro__part01__box__img img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto;
}
.p-tro__part01__box__txt {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: justify;
}
.p-tro__part02__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
  color: #203460;
  text-align: center;
  background-color: #BED7DE;
  padding: 15px;
  border-radius: 5px;
}
.p-tro__part02__flx {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin: 30px auto auto;
  width: min(1000px, 100%);
}
.p-tro__part02__content {
  width: min(650px, 100%);
}
.p-tro__part02__content ul {
  width: 100%;
}
.p-tro__part02__content ul li {
  line-height: 2.5rem;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.p-tro__part02__content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.p-tro__part02__content ul li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFD95A;
  border-radius: 50%;
  margin-right: 5px;
}
.p-tro__part02__img {
  width: min(300px, 100%);
}
.p-tro__part02__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-tro__part01__phrase {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .p-tro__part01__flx {
    flex-direction: column;
  }
  .p-tro__part01__box {
    width: min(600px, 100%);
    margin: auto;
  }
  .p-tro__part01__box:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-tro__part01__box__ttl {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .p-tro__part01__box__img {
    width: min(300px, 100%);
    margin: 10px auto 10px auto;
  }
  .p-tro__part01__box__txt {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: justify;
  }
  .p-tro__part02__phrase {
    font-size: 2.2rem;
    line-height: 2.5rem;
    padding: 10px;
  }
  .p-tro__part02__flx {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .p-tro__part02__content {
    width: min(650px, 100%);
    margin: auto;
  }
  .p-tro__part02__content ul li {
    padding: 5px;
  }
  .p-tro__part02__content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-tro__part02__img {
    margin: auto auto 20px;
  }
}
/*---------------------------------- Reason ----------------------------------*/
.p-rea {
  margin-top: 170px;
  position: relative;
  width: 83vw;
}
.p-rea__wrapper {
  display: flex;
  justify-content: center;
  gap: 7%;
  width: min(1400px, 100%);
  margin-top: -150px;
  margin-left: auto;
  padding: 0 50px 0 20px;
}
.p-rea__content {
  width: min(700px, 100%);
}
.p-rea__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 5.5rem;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #B8D526;
  padding: 30px 10px;
}
.p-rea__ttl span {
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: block;
}
.p-rea__txt {
  margin: 50px auto auto;
  width: min(550px, 100%);
}
.p-rea__txt p {
  text-align: justify;
}
.p-rea__img {
  width: min(550px, 100%);
}
.p-rea__img img {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .p-rea {
    width: 90vw;
  }
  .p-rea__wrapper {
    gap: 5%;
    margin-top: -150px;
    padding: 0 30px 0 20px;
  }
  .p-rea__txt {
    margin: 30px auto auto;
  }
}
@media screen and (max-width: 1199px) {
  .p-rea {
    width: 95vw;
    margin-top: 130px;
  }
  .p-rea__wrapper {
    margin-top: -130px;
  }
  .p-rea__ttl {
    font-size: 4.5rem;
    line-height: 5rem;
    padding: 10px 10px;
  }
  .p-rea__ttl span {
    font-size: 3rem;
    line-height: 3rem;
  }
  .p-rea__txt {
    margin: 20px auto auto;
  }
}
@media screen and (max-width: 991px) {
  .p-rea {
    margin-top: 110px;
  }
  .p-rea__wrapper {
    flex-direction: column;
    padding: 0 20px 0 20px;
  }
  .p-rea__ttl {
    font-size: 4rem;
    line-height: 4.5rem;
    width: min(650px, 100%);
  }
  .p-rea__ttl span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .p-rea__content {
    width: min(800px, 100%);
    margin: auto;
  }
  .p-rea__txt {
    width: 100%;
  }
  .p-rea__img {
    width: min(550px, 100%);
    margin: 50px auto auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rea {
    margin-top: 90px;
  }
  .p-rea__wrapper {
    margin-top: -90px;
  }
  .p-rea__ttl {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .p-rea__ttl span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
/*---------------------------------- Introduction ----------------------------------*/
.p-intro__main-phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  font-size: 5rem;
  line-height: 5.5rem;
  color: #2478be;
}
.p-intro__main-phrase span {
  font-size: 4rem;
  line-height: 4.5rem;
  color: #333;
  display: block;
  margin-top: 10px;
}
.p-intro__img {
  width: min(400px, 100%);
  margin: 50px auto;
}
.p-intro__img img {
  width: 100%;
}
.p-intro__sub-phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  line-height: 3.5rem;
}
.p-intro__txt {
  margin-top: 20px;
}
.p-intro__txt p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-intro__main-phrase {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .p-intro__main-phrase span {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .p-intro__img {
    margin: 30px auto;
  }
  .p-intro__sub-phrase {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__main-phrase {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .p-intro__main-phrase span {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 5px;
  }
  .p-intro__img {
    width: 85%;
  }
  .p-intro__sub-phrase {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: justify;
  }
  .p-intro__sub-phrase br {
    display: none;
  }
  .p-intro__txt {
    margin-top: 10px;
  }
  .p-intro__txt p {
    text-align: justify;
  }
}
/*---------------------------------- Service ----------------------------------*/
.p-service {
  position: relative;
  margin: 130px 0 0 auto;
  width: 83vw;
}
.p-service .c-primary-ttl {
  margin-top: -100px;
  margin-left: 8%;
}
.p-service__air-con {
  position: absolute;
  top: -50px;
  right: 8%;
  width: min(460px, 100%);
}
.p-service__air-con img {
  width: 100%;
}
.p-service__part01 {
  width: calc(100% - 40px);
  max-width: 1200px;
  background-color: #fff;
  border: 2px solid #BED7DE;
  border-radius: 10px;
  padding: 40px;
  margin: 50px auto auto;
}
.p-service__flx01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  width: min(1100px, 100%);
  margin: auto;
}
.p-service__flx01__box img {
  width: 100%;
  max-width: 530px;
  display: block;
}
.p-service__flx01 h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #203460;
  text-align: center;
  background-color: #BED7DE;
  padding: 10px;
  border-radius: 10px;
  margin: 20px auto auto;
}
.p-service__part02 {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 50px auto auto;
}
.p-service__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.p-service__flx02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  width: min(700px, 100%);
  margin: auto;
}
.p-service__flx02__box {
  width: min(300px, 100%);
}
.p-service__flx02__img {
  width: min(300px, 100%);
  background-color: #85D0F4;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}
.p-service__flx02__img img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto;
}
.p-service__flx02 p {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-service__flx02 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-service__flx02 dl dt {
  font-size: 2rem;
  line-height: 2.5rem;
}
.p-service__flx02 dl dd {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  color: #2478BE;
}
.p-service__flx02 dl dd small {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #333;
}

@media screen and (max-width: 1399px) {
  .p-service {
    width: 90vw;
    margin: 110px 0 0 auto;
  }
  .p-service .c-primary-ttl {
    margin-top: -95px;
    margin-left: 5%;
  }
  .p-service__air-con {
    width: min(400px, 100%);
    right: 5%;
    top: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .p-service {
    width: 95vw;
    margin: 100px 0 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .p-service {
    margin: 80px 0 0 auto;
  }
  .p-service__air-con {
    width: min(350px, 100%);
    right: 3%;
    top: -35px;
  }
  .p-service .c-primary-ttl {
    margin-top: 0;
    margin-left: 20px;
  }
  .p-service__part01 {
    padding: 20px;
    margin: 20px auto auto;
  }
  .p-service__phrase {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
  .p-service__flx02 {
    width: min(650px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    margin: 60px 0 0 auto;
  }
  .p-service__air-con {
    width: min(280px, 100%);
    top: -25px;
  }
  .p-service__flx01 {
    flex-direction: column;
  }
  .p-service__flx01__box {
    width: 100%;
  }
  .p-service__flx01__box:first-child {
    margin-bottom: 20px;
  }
  .p-service__flx01__box img {
    max-width: 650px;
  }
  .p-service__flx01 h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 5px;
    margin: 10px auto auto;
  }
  .p-service__phrase {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .p-service__flx02 {
    width: min(550px, 100%);
    gap: 5%;
  }
  .p-service__flx02__img {
    max-width: 220px;
    border-radius: 20px;
    padding: 10px;
    margin: auto auto 10px;
  }
  .p-service__flx02__img img {
    max-width: 200px;
  }
  .p-service__flx02 p {
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .p-service__flx02 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
  }
  .p-service__flx02 dl dt {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .p-service__flx02 dl dd {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #2478BE;
  }
  .p-service__flx02 dl dd small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
/*---------------------------------- About ----------------------------------*/
.p-abt__flx {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.p-abt__content {
  width: min(500px, 100%);
}
.p-abt__txt p {
  text-align: justify;
}
.p-abt__txt p:not(:last-child) {
  margin-bottom: 5px;
}
.p-abt__img {
  width: min(500px, 100%);
}
.p-abt__img img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-abt .c-primary-ttl {
    text-align: center;
  }
  .p-abt__flx {
    flex-direction: column-reverse;
  }
  .p-abt__content {
    width: min(900px, 100%);
    margin: auto;
  }
  .p-abt__img {
    width: min(600px, 100%);
    margin: auto auto 30px;
  }
}
/*---------------------------------- News ----------------------------------*/
.p-news__flx {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: min(940px, 100%);
  margin: auto;
}
.p-news__flx .c-primary-ttl {
  white-space: nowrap;
}
.p-news__box {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-news__flx {
    flex-direction: column;
  }
  .p-news .c-primary-ttl {
    text-align: center;
    margin-bottom: 10px;
  }
}
/*---------------------------------------------------------------------------------
Sub-page-Common
---------------------------------------------------------------------------------*/
.p-sb-com-mv {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/common/sub-com_bg-lg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sb-contact-bg {
  background: url("../img/contact/sub-contact_bg-lg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sb-news-bg {
  background: url("../img/news/sub-news_bg-lg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sb-privacy-bg {
  background: url("../img/privacy/sub-privacy_bg-lg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .p-sb-com-mv {
    background: url("../img/common/sub-com_bg-md.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
  }
  .p-sb-contact-bg {
    background: url("../img/contact/sub-contact_bg-md.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-sb-news-bg {
    background: url("../img/news/sub-news_bg-md.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-sb-privacy-bg {
    background: url("../img/privacy/sub-privacy_bg-md.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-com-mv {
    background: url("../img/common/sub-com_bg-sm.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
  }
  .p-sb-contact-bg {
    background: url("../img/contact/sub-contact_bg-sm.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-sb-news-bg {
    background: url("../img/news/sub-news_bg-sm.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-sb-privacy-bg {
    background: url("../img/privacy/sub-privacy_bg-sm.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
/*---------------------------------- bread-crumbs ----------------------------------*/
.bread-crumbs {
  background-color: #E7F6F9;
  color: #203460;
  height: 35px;
}
.bread-crumbs a {
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #203460;
}

/*---------------------------------------------------------------------------------
Sub-page = Trouble
---------------------------------------------------------------------------------*/
.p-sb-sign {
  margin: 120px auto auto;
  max-width: 1200px;
}
.p-sb-sign__wrapper {
  width: calc(100% - 40px);
  background-color: #BED7DE;
  margin: auto;
  position: relative;
  padding: 100px 50px 50px 50px;
  border-radius: 10px;
}
.p-sb-sign__air-con {
  width: min(300px, 100%);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-sb-sign__air-con img {
  width: 100%;
}
.p-sb-sign__flx {
  width: min(1025px, 100%);
  margin: auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-sb-sign__list {
  width: min(500px, 100%);
}
.p-sb-sign__list li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.p-sb-sign__list li:not(:last-child) {
  margin-bottom: 15px;
}
.p-sb-sign__list li::before {
  display: inline-block;
  content: "";
  min-width: 20px;
  height: 20px;
  background: url("../img/trouble/tro-signal_list-icon.svg") no-repeat 0 0/20px auto;
  margin-right: 5px;
  margin-bottom: -3px;
}
.p-sb-sign__img {
  width: min(470px, 100%);
}
.p-sb-sign__img img {
  width: 100%;
}
.p-sb-sign__triangle {
  width: min(350px, 100%);
  margin: 50px auto;
}
.p-sb-sign__triangle img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-sb-sign {
    margin: 100px auto auto;
  }
  .p-sb-sign__wrapper {
    padding: 80px 30px 50px 30px;
  }
  .p-sb-sign__air-con {
    width: min(250px, 100%);
    top: -60px;
  }
  .p-sb-sign__triangle {
    width: min(300px, 100%);
  }
}
@media screen and (max-width: 991px) {
  .p-sb-sign {
    max-width: 800px;
    margin: 80px auto auto;
  }
  .p-sb-sign__wrapper {
    padding: 60px 20px 40px 20px;
  }
  .p-sb-sign__air-con {
    width: min(200px, 100%);
    top: -50px;
  }
  .p-sb-sign__flx {
    flex-direction: column-reverse;
  }
  .p-sb-sign__list {
    margin-top: 20px;
    width: min(650px, 100%);
  }
  .p-sb-sign__list li {
    font-size: 1.6rem;
  }
  .p-sb-sign__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-sb-sign__list li::before {
    min-width: 18px;
    height: 18px;
    background: url("../img/trouble/tro-signal_list-icon.svg") no-repeat 0 0/18px auto;
    margin-bottom: -2px;
  }
  .p-sb-sign__triangle {
    width: min(250px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-sb-sign__wrapper {
    padding: 40px 15px 40px 15px;
  }
  .p-sb-sign__air-con {
    width: min(150px, 100%);
    top: -35px;
  }
  .p-sb-sign__list {
    margin-top: 20px;
    width: min(650px, 100%);
  }
  .p-sb-sign__list li {
    align-items: flex-start;
  }
  .p-sb-sign__triangle {
    width: min(200px, 100%);
    margin: 30px auto;
  }
}
/*--------------------- エアコン掃除の問題 ---------------------*/
.p-sb-tro-det__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6.5rem;
  text-align: center;
  color: #203460;
  border-bottom: 2px solid #203460;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.p-sb-tro-det img {
  display: block;
  width: min(1100px, 100%);
}

@media screen and (max-width: 1199px) {
  .p-sb-tro-det__phrase {
    font-size: 4.5rem;
    line-height: 6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-tro-det__phrase {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-tro-det__phrase {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}
/*--------------------- エアコン掃除の時期 ---------------------*/
.p-sb-per .c-primary-ttl {
  text-align: center;
}
.p-sb-per__wrapper {
  margin-top: 50px;
}
.p-sb-per__box {
  width: min(1100px, 100%);
  position: relative;
  background-color: #F5F5F5;
  padding: 50px;
}
.p-sb-per__box:not(:last-child) {
  margin-bottom: 80px;
}
.p-sb-per__deco {
  position: absolute;
  top: -50px;
  right: 0;
  width: min(60px, 100%);
}
.p-sb-per__deco img {
  width: 100%;
}
.p-sb-per__flx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.p-sb-per__img {
  width: min(500px, 100%);
  border: 5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-sb-per__img img {
  width: 100%;
}
.p-sb-per__content {
  width: min(450px, 100%);
}
.p-sb-per__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #B8D526;
  border-radius: 10px;
  padding: 10px;
}
.p-sb-per__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #203460;
  margin: 20px 0 10px 0;
}
.p-sb-per__txt p {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-sb-per__wrapper {
    margin-top: 40px;
  }
  .p-sb-per__box {
    padding: 40px 30px;
  }
  .p-sb-per__box:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-sb-per__deco {
    top: -45px;
    width: min(50px, 100%);
  }
  .p-sb-per__phrase {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-per__flx {
    gap: 4%;
  }
  .p-sb-per__box {
    padding: 40px 20px;
  }
  .p-sb-per__ttl {
    font-size: 2.2rem;
    padding: 5px;
  }
  .p-sb-per__phrase {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 10px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-per__box:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-sb-per__deco {
    top: -25px;
    width: min(35px, 100%);
  }
  .p-sb-per__flx {
    flex-direction: column;
  }
  .p-sb-per__img {
    width: min(500px, 100%);
    margin: auto auto 20px;
  }
  .p-sb-per__content {
    width: min(650px, 100%);
    margin: auto;
  }
}
/*---------------------------------------------------------------------------------
Sub-page = Reason
---------------------------------------------------------------------------------*/
.p-sb-intro__flx {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.p-sb-intro__img {
  width: min(550px, 100%);
  border-radius: 10px;
  overflow: hidden;
}
.p-sb-intro__img img {
  width: 100%;
}
.p-sb-intro__content {
  width: min(500px, 100%);
}
.p-sb-intro__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #203460;
  text-align: justify;
  margin-bottom: 20px;
}
.p-sb-intro__txt p {
  text-align: justify;
}
.p-sb-intro__txt p:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .p-sb-intro__phrase {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-intro__flx {
    flex-direction: column;
  }
  .p-sb-intro__img {
    width: min(550px, 90%);
    margin: auto;
  }
  .p-sb-intro__content {
    width: min(650px, 100%);
    margin: 20px auto auto;
  }
  .p-sb-intro__phrase {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
/*--------------------- Reason-detail ---------------------*/
.p-sb-reason {
  position: relative;
}
.p-sb-reason__ttl {
  width: min(750px, 100%);
  margin: auto auto 30px;
}
.p-sb-reason__ttl img {
  width: 100%;
}
.p-sb-reason__wrapper {
  border-top: 3px solid #203460;
  padding-top: 50px;
}
.p-sb-reason__box {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #BED7DE;
  border-radius: 10px;
}
.p-sb-reason__box:not(:last-child) {
  margin-bottom: 30px;
}
.p-sb-reason__flx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
}
.p-sb-reason__img {
  border-radius: 10px;
  overflow: hidden;
  width: min(300px, 100%);
}
.p-sb-reason__img img {
  width: 100%;
}
.p-sb-reason__content {
  width: min(650px, 100%);
}
.p-sb-reason__sub-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  color: #203460;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-sb-reason__sub-ttl span {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  background-color: #B8D526;
  width: 110px;
  height: 30px;
  display: inline-block;
  border-radius: 18px;
  margin-right: 10px;
}
.p-sb-reason__sub-ttl span small {
  font-size: 1.8rem;
  line-height: 3rem;
  display: inline-block;
  margin-right: 5px;
}
.p-sb-reason__txt {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-sb-reason__box {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-reason__ttl {
    width: 90%;
    margin: auto auto 20px;
  }
  .p-sb-reason__wrapper {
    padding-top: 40px;
  }
  .p-sb-reason__box {
    padding: 30px;
  }
  .p-sb-reason__sub-ttl {
    font-size: 2.3rem;
  }
  .p-sb-reason__sub-ttl span {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    width: 100px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
  }
  .p-sb-reason__sub-ttl span small {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-reason__wrapper {
    padding-top: 30px;
  }
  .p-sb-reason__box {
    padding: 50px 30px;
    width: min(650px, 100%);
    margin: auto;
  }
  .p-sb-reason__flx {
    flex-direction: column;
  }
  .p-sb-reason__img {
    width: 90%;
    margin: auto auto 20px;
  }
  .p-sb-reason__sub-ttl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .p-sb-reason__sub-ttl span {
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-weight: 600;
    width: 100px;
    height: 23px;
    display: block;
    margin-bottom: 5px;
  }
  .p-sb-reason__sub-ttl span small {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .p-sb-reason__box {
    padding: 30px 20px;
  }
}
/*---------------------------------------------------------------------------------
Sub-page = Household & Business aircon
---------------------------------------------------------------------------------*/
.p-sb-list-com {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 50px;
  width: min(1100px, 100%);
}
.p-sb-list-com__flx {
  width: min(910px, 100%);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-sb-list-com__content {
  width: min(500px, 100%);
}
.p-sb-list-com__content ul {
  width: 100%;
}
.p-sb-list-com__content ul li {
  font-size: 1.8rem;
  line-height: 2.5rem;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.p-sb-list-com__content ul li::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/household/list-icon.svg") no-repeat 0 0/20px auto;
  margin-right: 10px;
  margin-bottom: -3px;
}
.p-sb-list-com__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p-sb-list-com__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 600;
  color: #203460;
  text-align: center;
  border-bottom: 2px solid #203460;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.p-sb-list-com__img {
  width: min(330px, 100%);
}
.p-sb-list-com__img img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-sb-list-com {
    padding: 40px;
  }
  .p-sb-list-com__ttl {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-list-com {
    padding: 30px;
  }
  .p-sb-list-com__ttl {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-list-com {
    padding: 30px 20px;
    width: min(600px, 100%);
    margin: auto;
  }
  .p-sb-list-com__flx {
    flex-direction: column;
  }
  .p-sb-list-com__content ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .p-sb-list-com__content ul li::before {
    width: 18px;
    height: 18px;
    background: url("../img/household/list-icon.svg") no-repeat 0 0/18px auto;
    margin-right: 8px;
  }
  .p-sb-list-com__ttl {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .p-sb-list-com__img {
    width: min(330px, 80%);
    margin-top: 30px;
  }
}
/*--------------------- Common_Merit ---------------------*/
.p-sb-merit {
  background-color: #85D0F4;
}
.p-sb-merit .c-primary-ttl {
  text-align: center;
}
.p-sb-merit .c-primary-ttl br {
  display: none;
}
.p-sb-merit__box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-sb-merit__box:not(:last-child) {
  margin-bottom: 30px;
}
.p-sb-merit__ttl {
  width: min(150px, 100%);
}
.p-sb-merit__ttl img {
  width: 100%;
}
.p-sb-merit__content {
  width: min(850px, 100%);
}
.p-sb-merit__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #203460;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-sb-merit___txt {
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .p-sb-merit__box {
    padding: 20px;
  }
  .p-sb-merit__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-merit .c-primary-ttl br {
    display: block;
  }
  .p-sb-merit__box {
    flex-direction: column;
  }
  .p-sb-merit__ttl {
    width: min(100px, 100%);
  }
  .p-sb-merit__phrase {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 10px;
  }
}
/*---------------------------------------------------------------------------------
Sub-page = Price
---------------------------------------------------------------------------------*/
.p-sb-price {
  position: relative;
}
.p-sb-price .p-com__big-word {
  left: 0;
}
.p-sb-price__air-con {
  position: absolute;
  top: -50px;
  right: 20px;
  width: min(460px, 100%);
}
.p-sb-price__air-con img {
  width: 100%;
}
.p-sb-price .c-primary-ttl {
  text-align: center;
}
.p-sb-price__table {
  background-color: #fff;
  width: 100%;
}
.p-sb-price__table tr {
  font-weight: 600;
}
.p-sb-price__table tr th {
  line-height: 2.5rem;
  color: #fff;
  width: 55%;
  padding: 15px 10px;
  border: 1px solid #BED7DE;
  background-color: #203460;
}
.p-sb-price__table tr td {
  text-align: right;
  width: 45%;
  padding: 15px 10px;
  border: 1px solid #BED7DE;
}
.p-sb-price__txt {
  margin-top: 10px;
}
.p-sb-price__txt p {
  line-height: 2.5rem;
  color: #203460;
}

@media screen and (max-width: 1399px) {
  .p-sb-price__air-con {
    width: min(400px, 100%);
    top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-price__air-con {
    width: min(350px, 100%);
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-price__air-con {
    width: min(250px, 100%);
    right: 10px;
    top: -25px;
  }
  .p-sb-price__table tr {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-sb-price__table tr th {
    font-weight: 500;
    padding: 10px 5px;
    width: 65%;
  }
  .p-sb-price__table tr td {
    padding: 10px 5px;
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .p-sb-price .p-com__big-word {
    display: none;
  }
  .p-sb-price .p-sb-price__air-con {
    width: min(200px, 100%);
    top: -20px;
  }
}
/*--------------------- Time-required ---------------------*/
.p-sb-time-re .c-primary-ttl {
  text-align: center;
}
.p-sb-time-re__flx {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  width: min(1050px, 100%);
  margin: auto;
}
.p-sb-time-re__box {
  width: min(500px, 100%);
}
.p-sb-time-re__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.p-sb-time-re__img img {
  width: 100%;
}
.p-sb-time-re__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  background-color: #B8D526;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.p-sb-time-re__time {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #203460;
  margin: 20px 0 10px 0;
}
.p-sb-time-re__txt {
  line-height: 2.5rem;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .p-sb-time-re__ttl {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .p-sb-time-re__time {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-time-re__box {
    width: min(650px, 100%);
    margin: auto;
  }
  .p-sb-time-re__box:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-sb-time-re__flx {
    flex-direction: column;
  }
  .p-sb-time-re__ttl {
    font-size: 2rem;
    line-height: 2rem;
  }
  .p-sb-time-re__time {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0 10px 0;
  }
}
/*---------------------------------------------------------------------------------
Sub-page = Works
---------------------------------------------------------------------------------*/
.p-sb-works {
  background-color: #F5F5F5;
  padding: 50px;
}
.p-sb-works__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #203460;
  border-bottom: 2px solid #203460;
  padding-bottom: 10px;
}
.p-sb-works__ttl::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #B8D526;
  margin-right: 10px;
}
.p-sb-works__table {
  background-color: #fff;
  width: 100%;
  margin: 30px auto;
}
.p-sb-works__table tr th {
  line-height: 2.5rem;
  color: #203460;
  text-align: center;
  border: 1px solid #BED7DE;
  background-color: #E7F6F9;
  padding: 10px;
}
.p-sb-works__table tr td {
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #BED7DE;
  padding: 10px;
}
.p-sb-works__flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-sb-works__box {
  width: min(480px, 100%);
}
.p-sb-works__img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.p-sb-works__img img {
  width: 100%;
}
.p-sb-works__sub-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #333333;
  border-radius: 10px;
  margin-top: 20px;
}
.p-sb-works .sub-ttl-bg {
  background-color: #2478BE;
}

@media screen and (max-width: 991px) {
  .p-sb-works {
    padding: 30px;
  }
  .p-sb-works__table {
    margin: 20px auto;
  }
  .p-sb-works__sub-ttl {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-works {
    padding: 30px 20px;
  }
  .p-sb-works__ttl {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .p-sb-works__table tr {
    font-size: 1.5rem;
  }
  .p-sb-works__table tr th {
    padding: 5px;
  }
  .p-sb-works__table tr td {
    padding: 5px;
  }
  .p-sb-works__flx {
    flex-direction: column;
  }
  .p-sb-works__box {
    width: min(550px, 100%);
  }
  .p-sb-works__box:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-sb-works__sub-ttl {
    font-size: 2rem;
    line-height: 2rem;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
  }
}
/*---------------------------------------------------------------------------------
Sub-page = Company
---------------------------------------------------------------------------------*/
.p-sb-company {
  display: flex;
  justify-content: space-between;
}
.p-sb-company__part01 {
  width: 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.p-sb-company__part01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.p-sb-company__part02 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.p-sb-company__content {
  width: calc(100% - 40px);
  max-width: 500px;
}
.p-sb-company__deco {
  width: min(110px, 100%);
  margin: auto auto 20px;
}
.p-sb-company__deco img {
  width: 100%;
}
.p-sb-company__phrase {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #203460;
  margin-bottom: 10px;
  text-align: justify;
}
.p-sb-company__txt p {
  text-align: justify;
}
.p-sb-company__txt p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .p-sb-company__deco {
    width: min(80px, 100%);
    margin: auto auto 10px;
  }
  .p-sb-company__phrase {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .p-sb-company__txt p:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-company {
    flex-direction: column;
  }
  .p-sb-company__part01 {
    width: 90%;
    border-radius: 10px;
    margin: auto;
  }
  .p-sb-company__part02 {
    width: 100%;
    margin-top: 10px;
  }
  .p-sb-company__content {
    max-width: 650px;
  }
  .p-sb-company__deco {
    width: min(60px, 100%);
  }
  .p-sb-company__phrase {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
/*--------------------- Company-Profile ---------------------*/
.p-sb-profile {
  position: relative;
}
.p-sb-profile .p-com__big-word {
  left: 0;
}
.p-sb-profile__air-con {
  width: min(230px, 100%);
  position: absolute;
  top: -100px;
  right: 0;
}
.p-sb-profile__air-con img {
  width: 100%;
}
.p-sb-profile .c-primary-ttl {
  text-align: center;
}
.p-sb-profile__table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
}
.p-sb-profile__table tr th {
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #BED7DE;
  padding: 15px 10px;
  background-color: #203460;
  width: 25%;
}
.p-sb-profile__table tr td {
  line-height: 2.5rem;
  border: 1px solid #BED7DE;
  padding: 15px 10px;
  width: 75%;
}
.p-sb-profile__table tr td span {
  display: inline-block;
  margin-right: 10px;
}
.p-sb-profile__map {
  margin-top: 50px;
}
.p-sb-profile__map__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #203460;
  border-bottom: 2px solid #203460;
  padding-bottom: 10px;
}
.p-sb-profile__map__ttl::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #B8D526;
  margin-right: 10px;
}
.p-sb-profile__map__area {
  margin-top: 20px;
  border: 1px solid #BED7DE;
  height: 450px;
}
.p-sb-profile__map__area iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .p-sb-profile__air-con {
    width: min(200px, 100%);
    top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-profile__air-con {
    width: min(150px, 100%);
    top: -70px;
  }
  .p-sb-profile__table tr th {
    padding: 10px;
  }
  .p-sb-profile__table tr td {
    padding: 10px;
  }
  .p-sb-profile__map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-profile__air-con {
    width: min(120px, 100%);
    top: -50px;
  }
  .p-sb-profile__table tr th {
    font-size: 1.5rem;
    padding: 5px;
  }
  .p-sb-profile__table tr td {
    font-size: 1.5rem;
    padding: 5px;
  }
  .p-sb-profile__table tr td span {
    display: block;
  }
  .p-sb-profile__map__ttl {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .p-sb-profile__map__area {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .p-sb-profile .p-com__big-word {
    font-size: 4.3rem;
  }
  .p-sb-profile__air-con {
    width: min(100px, 100%);
    top: -50px;
  }
}
/*---------------------------------------------------------------------------------
Sub-Page-Privacy
---------------------------------------------------------------------------------*/
.p-sb-privacy p {
  text-align: justify;
}
.p-sb-privacy__box01 {
  margin-top: 50px;
}
.p-sb-privacy__main-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #203460;
  padding: 10px;
  background-color: #E7F6F9;
  margin-bottom: 10px;
}
.p-sb-privacy__box02 {
  margin-top: 30px;
}
.p-sb-privacy__sub-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.p-sb-privacy__small-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-sb-privacy {
    line-height: 2.5rem;
  }
  .p-sb-privacy__box01 {
    margin-top: 30px;
  }
  .p-sb-privacy__box02 {
    margin-top: 20px;
  }
}
/*---------------------------------------------------------------------------------
Background
---------------------------------------------------------------------------------*/
.u-bg_light-blue {
  background-color: #E7F6F9;
}

/*---------------------------------------------------------------------------------
margin
---------------------------------------------------------------------------------*/
.u-mg-100 {
  margin: 100px auto;
}

.u-mg-top-100 {
  margin: 100px auto auto;
}

.u-mg-bottom-100 {
  margin: auto auto 100px;
}

.u-mg-80 {
  margin: 80px auto;
}

.u-mg-top-80 {
  margin: 80px auto auto;
}

.u-mg-bottom-80 {
  margin: auto auto 80px;
}

.u-mg-50 {
  margin: 50px auto;
}

.u-mg-top-50 {
  margin: 50px auto auto;
}

.u-mg-bottom-50 {
  margin: auto auto 50px;
}

@media (max-width: 1199px) {
  .u-mg-100 {
    margin: 80px auto;
  }
  .u-mg-top-100 {
    margin: 80px auto auto;
  }
  .u-mg-bottom-100 {
    margin: auto auto 80px;
  }
  .u-mg-80 {
    margin: 70px auto;
  }
  .u-mg-top-80 {
    margin: 70px auto auto;
  }
  .u-mg-bottom-80 {
    margin: auto auto 70px;
  }
}
@media (max-width: 767px) {
  .u-mg-100 {
    margin: 60px auto;
  }
  .u-mg-top-100 {
    margin: 60px auto auto;
  }
  .u-mg-bottom-100 {
    margin: auto auto 60px;
  }
  .u-mg-80 {
    margin: 50px auto;
  }
  .u-mg-top-80 {
    margin: 50px auto auto;
  }
  .u-mg-bottom-80 {
    margin: auto auto 50px;
  }
}
/*---------------------------------------------------------------------------------
Padding
---------------------------------------------------------------------------------*/
.u-pd-100 {
  padding: 100px 0;
}

.u-pd-top-100 {
  padding: 100px 0 0;
}

.u-pd-bottom-100 {
  padding: 0 0 100px;
}

.u-pd-80 {
  padding: 80px 0;
}

.u-pd-top-80 {
  padding: 80px 0 0;
}

.u-pd-bottom-80 {
  padding: 0 0 80px;
}

.u-pd-50 {
  padding: 50px 0;
}

.u-pd-top-50 {
  padding: 50px 0 0;
}

.u-pd-bottom-50 {
  padding: 0 0 50px;
}

@media (max-width: 1199px) {
  .u-pd-100 {
    padding: 80px 0;
  }
  .u-pd-top-100 {
    padding: 80px 0 0;
  }
  .u-pd-bottom-100 {
    padding: 0 0 80px;
  }
  .u-pd-80 {
    padding: 70px 0;
  }
  .u-pd-top-80 {
    padding: 70px 0 0;
  }
  .u-pd-bottom-80 {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .u-pd-100 {
    padding: 60px 0;
  }
  .u-pd-top-100 {
    padding: 60px 0 0;
  }
  .u-pd-bottom-100 {
    padding: 0 0 60px;
  }
  .u-pd-80 {
    padding: 50px 0;
  }
  .u-pd-top-80 {
    padding: 50px 0 0;
  }
  .u-pd-bottom-80 {
    padding: 0 0 50px;
  }
}
/* ------------------------Page-top------------------------ */
.u-page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 55px;
  z-index: 5;
}

.u-page-top a {
  display: block;
  transition: all 0.3s linear;
}

.u-page-top a img {
  width: 100%;
}

.u-page-top a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .u-page-top {
    bottom: 55px;
    right: 5px;
    max-width: 50px;
  }
}/*# sourceMappingURL=style.css.map */