@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --spacing-10: 1em;
/*  --spacing-20: 2em;*/
  --spacing-20: clamp(1.5rem, 1.324rem + 0.751vw, 2rem);
/*  --spacing-30: 4em;*/
  --spacing-30: clamp(2.25rem, 1.986rem + 1.127vw, 3rem);
/*  --spacing-40: 6em;*/
  --spacing-40: clamp(3rem, 1.944rem + 4.507vw, 6rem);
/*  --spacing-50: 8em;*/
  --spacing-50: clamp(4rem, 2.592rem + 6.009vw, 8rem);
/*  --spacing-60: 10em;*/
  --spacing-60: clamp(6.25rem, 4.93rem + 5.634vw, 10rem);
  --fz-small: 14px;
  --fz-medium: 16px;
  --fz-large: 19px;
  --fz-x-large: 22px;
  --fz-xx-large: 32px;
}
@media (min-width: 960px) {
  :root {
    --fz-large: 20px;
    --fz-x-large: 24px;
  }
}

/* 汎用 */
:focus {
  outline-offset: 2px;
}
.has-border.-round01 {
  border-radius: 10px;
}

.has-border.-round02 {
/*  border-radius: 100px;*/
  border-radius: clamp(2.5rem, 0.25rem + 9.6vw, 6.25rem);
}

.has-border.-color01 {
  border-color: var(--color_deep02);
}

@media (min-width: 960px) {
  .-reverse {
    flex-direction: row-reverse;
  }
}

.bl_nonStyleList {
  list-style: none;
  padding-inline-start: 0 !important;
}

.post_content li {
  margin-block: 7px;
}

/* header */
.l-header {
  position: absolute;
  top: min(2.1vw, 35px);
  background: transparent !important;
}
@media not all and (min-width: 960px) {
    .l-header[data-spfix="1"] {
        position: fixed;
        top: 2.5vw;
    }
}
.l-header__inner {
  inline-size: min(95%, 1200px);
  padding-inline: 1em;
  margin-inline: auto;
  padding-block: 8px;
  border-radius: 16px;
  background: var(--wp--preset--color--white);
}
@media (min-width: 960px) {
  .l-header__inner {
    padding-block: 15px;
  }
  .c-headLogo {
      height: 25px;
  }
  .-series .l-header__logo {
      padding-block: 15px !important;
  }
}
.c-gnav {
  gap: 0 0.5em;
}
.c-widget__title.-spmenu {
  background: color-mix(in srgb, var(--color_main) 50%, transparent);
}
.c-spnav .menu-item--contact {
  margin-block-start: var(--spacing-30) !important;
}
.c-spnav .menu-item--contact a {
  padding-inline-start: 1em;
  padding-block: 1.3em;
  border-block-end: none;
  background: var(--color_main);
  color: var(--wp--preset--color--white);
  text-align: center;
  border-radius: 10px;
}
.c-spnav .menu-item--contact a::before {
  display: none;
}
@media (min-width: 960px) {
  .c-gnav > li > a {
    border-radius: 10px;
    font-weight: bold;
  }
  .c-gnav > li:hover > a, .c-gnav > .-current > a {
    background: color-mix(in srgb, var(--color_deep02) 20%, transparent);
    transition: color .25s,background-color .25s;
  }
  .c-gnav .menu-item--contact a {
    padding-inline: 1.5em;
    background: var(--color_main);
    color: var(--wp--preset--color--white);
    transition: background-color .25s;
  }
  .c-gnav .menu-item--contact a:hover {
    background: var(--color_deep02);
    color: var(--wp--preset--color--white);
  }
  .wp-element-button , .wp-block-button__link {
    transition: background-color .25s;
  }
  .wp-element-button:hover , .wp-block-button__link:hover {
    background: var(--color_deep02);
  }
}


/* footer */
.l-footer__foot {
  background-color: var(--color_main);
  color: var(--wp--preset--color--white);
}
.l-footer__foot .copyright {
  display: none;
}
.l-footer__widgetArea {
  position: relative;
  padding-block-start: var(--spacing-60);
  padding-block-end: var(--spacing-30);
  background: url(img/bg_footer.png) center top / cover no-repeat;
}
.l-footer__widgetArea::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 6%;
  inline-size: 70px;
  block-size: 67px;
  background: url(img/img_footer.svg) center center / contain no-repeat;
}
@media (min-width: 960px) {
  .l-footer__widgetArea {
    padding-block-end: 1em;
  }
  .l-footer__widgetArea::after {
    bottom: -3px;
    inline-size: 90px;
    block-size: 88px;
  }
}
.l-footer__widgetArea .custom-html-widget {
  text-align: center;
}
.bl_footer_logo {
  margin-block-end: 0.7em !important;
  line-height: 1;
}
.bl_footer_txt {
  font-size: 13px;
  margin-block-start: 0;
  margin-block-end: 1.5em !important;
}
.bl_footer_copyright {
  font-size: 11px;
  margin-block-end: 1em;
}

/* footer SNS */
.c-iconList {
  gap: clamp(0.938rem, 0.537rem + 1.709vw, 1.563rem);
}
.c-iconList__link {
  font-size: var(--fz-xx-large);
}
.icon-facebook:before {
  font-family: "Font Awesome 6 Brands" !important;
  content: "\f09a";
}
.c-iconList__item.-note > a {
  inline-size: fit-content;
}
.icon-note:before {
  content: "";
  display: block;
  height: var(--fz-xx-large);
  aspect-ratio: 49 / 20;
  background: url(img/note_logo.svg) center center / contain no-repeat;
}


/* ------------------------
    Top
------------------------ */
.top .l-content {
  padding-block-start: 0 !important;
}

/* mv */
.un_mv {
  background: url(img/bg_mv.png) center top / max(100%, 550px) auto no-repeat;
}
@media (min-width: 960px) {
  .un_mv {
    background-size: 100% auto;
    background-position: center bottom 116px;
  }
}
.un_mv_inner {
  position: relative;
  inline-size: min(95%, 1300px) !important;
  margin-inline: auto;
  padding-block-start: min(72%, 280px) !important;
}
@media not all and (min-width: 960px) {
  .un_mv_inner {
    padding-inline: 0 !important;
  }
}
@media (min-width: 960px) {
  .un_mv_inner {
    padding-block-start: min(30.5vw, 440px) !important;
  }
}
.un_mv_txt {
  position: absolute;
  top: min(25%, 110px);
  right: 21%;
  inline-size: min(28%, 141px);
  max-inline-size: none;
}
@media (min-width: 960px) {
  .un_mv_txt {
    top: min(19vw, 275px);
  }
}
.un_mv_img {
  inline-size: 100%;
  max-width: 100%;
}
.un_mv_img img {
  inline-size: 100%;
}

/* about */
.un_about {
  padding-inline: 0 !important;
}
.un_about_bg {
  inline-size: min(calc(100vw - var(--swl-scrollbar_width)), 1600px);
  margin-inline: auto !important;
  --column-gap: var(--spacing-20) 53px;
  padding-inline: var(--wp--style--root--padding-right);
  background: url(img/bg_about01.png) no-repeat, url(img/bg_about02.png) no-repeat;
  background-position: top left, right bottom;
  background-size: clamp(16.25rem, 11.274rem + 21.23vw, 36.75rem) auto, clamp(12.5rem, 9.678rem + 12.039vw, 24.125rem) auto;
}
@media (min-width: 960px) {
  .un_about_bg {
    background-position: top 80px left, right bottom;
  }
}
.un_about_inner {
  inline-size: min(100%, 1200px) !important;
  position: static;
}
.un_about_logo {
  inline-size: min(38vw, 209px);
}
.un_about_logo figure {
  margin-inline: 0;
}
.un_about_upperColumn {
  position: relative;
  gap: var(--column-gap) !important;
}
.un_about_bottomColumn {
  position: relative;
  gap: var(--column-gap) !important;
}
@media (min-width: 960px) {
  .un_about_upperImg {
    width: min(calc(46vw - var(--wp--style--root--padding-right)), 592px);
    margin-inline-start: min(2vw, 28px);
  }
  .un_about_bottomImg {
    width: min(calc(36vw - var(--wp--style--root--padding-right)), 462px);
    margin-inline-start: calc(-1 * min(5vw, 71px));
  }
}

/* service */
.un_service {
  z-index: 1;
}
.un_service_inner {
  inline-size: min(100%, 1380px);
  margin-inline: auto !important;
  left: 0 !important;
}
.un_service_column {
  gap: var(--spacing-30) var(--wp-column-gap) !important;
}

/* news */
.un_news::before {
  content: "";
  position: absolute;
  top: calc( -1 * min(30vw, 400px));
  left: 0;
  inline-size: 100%;
  aspect-ratio: 24 / 19;
  background: url(img/bg_news.png) center center / cover no-repeat;
}
.un_news_inner {
  inline-size: min(95%, 1200px) !important;
  max-width: none;
  /* margin-inline: auto; */
}
#sb_instagram {
  max-width: none;
}
.sb_instagram_header h3::before {
  display: none;
}

/* profile */
.un_profile {
  background: url(img/bg_profile.svg) no-repeat;
  background-position: right top 45%;
  background-size: min(25%, 223px) auto;
}
@media (min-width: 960px) {
  .un_profile {
    background-position: right top 30%;
  }
}
.un_profile_inner {
  inline-size: min(90%, 620px);
}
.un_profile_name .swl-fz {
  font-weight: normal;
}
@media not (min-width: 960px) {
  .un_profile_photo img {
    inline-size: min(100%, 400px)
  }
}

/* ブロック追加スタイル */
.bl_dlist {
  > div {

  }
  dt {
    color: var(--wp--preset--color--swl-deep-02);
  }
  dd {
    font-feature-settings: "halt";
  }
}

/* 固定ページ（フロント以外） */
.page:not(.home) {
  padding-top: 70px;
  background: url(img/bg_mv.png) center top -30vw / max(100%, 550px) auto no-repeat;
}
@media (min-width: 960px) {
  .page:not(.home) {
    padding-top: 120px;
    background-size: 100% auto;
    background-position: center top -30vw;
  }
}
.page:not(.home) .c-pageTitle {
  text-align: center;
}
.page:not(.home) .c-pageTitle__inner {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.page:not(.home) .c-pageTitle__subTitle {
  display: block;
  margin-block-start: 1.4em;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page:not(.home) .post_content {
  max-inline-size: 620px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .page:not(.home) .c-pageTitle__inner {
    font-size: 36px;
  }
  .page:not(.home) .c-pageTitle__subTitle {
    margin-inline-start: 0;
    font-size: 16px;
  }
}

.p-breadcrumb .p-breadcrumb__item:first-child {
  margin-inline-start: 1em;
}