@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
*/
a {
  transition: 0.2s;
}
a[href^="tel:"] {
  pointer-events: none;
}

.br_pc {
  display: block;
}

.br_tb_n {
  display: block;
}

.br_tb_b,
.br_sp {
  display: none;
}
/* ----基本---- */
span.icon-home:before {
  display: none;
}
.single-post .l-content{
  padding: 6em 0 0 !important;
}
.single-post .c-postTitle__date {
  display: none;
}
.single-post .c-categoryList{
  display: none;
}
.blog ul li figure {
  border: 1px solid #0083D7;
}
.c-pagination a,
.c-pagination span{
  border-radius:20px;
  box-shadow:none !important;
}

input.wpcf7-submit {
  border: 2px solid #0083D7 !important;
}
input.wpcf7-submit:hover {
  background: #0083D7 !important;
  color: #fff !important;
}
.wpcf7-form-control-wrap {
  display: block !important;
  text-align: center !important;
}
.PRIVACY_wrap .h2_ttl {
  color: #0083D7;
}


/* ----ヘッダー---- */
.l-header .l-container {
  position: relative;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 100% !important;
  height: 90px;
  font-weight: 600;
  padding-right: 0 !important;
}
.l-header__inner .c-headLogo,
.l-fixHeader__inner .c-headLogo {
  height: auto !important;
}
.l-header__inner .c-gnav > .menu-item > a,
.l-fixHeader__inner .c-gnav > .menu-item > a {
  padding: 2.3rem 0.8vw !important;
}
.l-header__inner .c-gnav > .menu-item > a .ttl,
.l-fixHeader__inner .c-gnav > .menu-item > a .ttl {
  display: flex;
  font-size: clamp(13px, 1vw, 16px);
  justify-content: center;
  align-items: center;
}
.l-header__inner .c-gnav li.hmenu_contact,
.l-fixHeader__inner .c-gnav li.hmenu_contact {
  align-content: center !important;
}
.l-header__inner .c-gnav li.hmenu_contact a,
.l-fixHeader__inner .c-gnav li.hmenu_contact a {
  background: #0083d7 !important;
  color: #fff;
  height: 42px;
  transition: 0.2s;
  padding: 6px 2.8vw !important;
  border: 2px solid #0083d7;
  border-radius: 40px;
  margin: 0 2vw 0 1.5vw !important;
}
.l-header__inner .c-gnav li.hmenu_contact a:hover,
.l-fixHeader__inner .c-gnav li.hmenu_contact a:hover {
  color: #0083d7;
  background: #fff !important;
  border: 2px solid;
}
.l-header__inner .c-gnav li.hmenu_contact a:after,
.l-fixHeader__inner .c-gnav li.hmenu_contact a:after {
  background: none;
}

.c-submenuToggleBtn::after {
  border: none;
}

.c-widget__title.-spmenu {
  display: none;
}

.c-submenuToggleBtn::before {
  color: #fff;
}

.p-spMenu__inner {
  padding: 90px 0 0;
}

.p-spMenu__inner::before {
  background: #0083d7;
}

.p-spMenu a {
  color: #fff !important;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

/* ----フッター---- */
.l-footer__widgetArea {
  color: white;
  background: #333;
  padding: 2em 0 0;
}
.l-footer__widgetArea .footer_area .swell-block-columns__inner {
  align-items: center;
}
.l-footer__widgetArea .footer_area .logobox {
  width: 30%;
}
.l-footer__widgetArea .footer_area .logobox .wp-block-image {
  text-align: left;
  margin: 0 0 2rem;
}
.l-footer__widgetArea .footer_area .logobox p {
  font-size: clamp(0.8125rem, 0.7188rem + 0.1953vw, 0.875rem);
}
.l-footer__widgetArea .footer_area .ulbox {
  width: 55%;
}
.l-footer__widgetArea .footer_area .ulbox ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
.l-footer__widgetArea .footer_area .ulbox ul li {
  list-style: none;
  font-size: clamp(0.75rem, 0.6528rem + 0.2778vw, 0.875rem);
  font-weight: 600;
}
.l-footer__widgetArea .footer_area .ulbox ul li a:hover {
  opacity: 0.6;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-footer__widgetArea .footer_area .ulbox .sub-menu {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2em;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.3s;
}
.l-footer__widgetArea .footer_area .ulbox .sub-menu li {
  width: 200px;
  padding: 0 !important;
  margin: 0 !important;
}
.l-footer__widgetArea .footer_area .ulbox .sub-menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  background: #555;
}
.l-footer__widgetArea .footer_area .ulbox .sub-menu li a::hover {
  opacity: 0.8;
}
.l-footer__widgetArea .footer_area .ulbox .sub-menu.active {
  min-height: 120px;
}

.l-footer__widgetArea .footer_area .ulbox .br_tb_b{
  display:none;
}
.l-footer__foot {
  color: white;
  background: #333;
}

/* ----共通---- */
/* --流れるテキストアニメーション-- */
.flows-text {
  display: flex;
  list-style: none;
  overflow: hidden;
}

.flows-text li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(8.75rem, 5.9375rem + 5.8594vw, 10.625rem);
  font-weight: 600;
  white-space: nowrap;
  animation: flows-left 30s linear infinite;
}
.flows-text li span {
  color: #0083d7;
}

@keyframes flows-left {
  100% {
    transform: translateX(-100%);
  }
}
/* --ボタン-- */
.swell-block-button {
  text-align: center;
}
.swell-block-button a {
  color: #333;
  background-color: #fff;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 600;
  text-align: left;
  display: inline-block;
  padding: 14px 0 14px 24px;
  min-width: 320px;
  border: 2px solid #fff;
  border-radius: 40px;
  box-shadow: none;
}
.swell-block-button a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  right: 30px;
  background-color: #0083d7;
  -webkit-mask: url("../../uploads/2025/06/arrow01.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/06/arrow01.svg");
          mask: url("../../uploads/2025/06/arrow01.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.swell-block-button a:hover {
  border: 2px solid;
}
.swell-block-button a:hover::after {
  color: #fff;
  background-color: #fff;
}

/* --フッター前_お問い合わせ-- */
.foot_contact {
  background-image: url(../../uploads/2025/06/bg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 !important;
}
.foot_contact .swell-block-column {
  margin: 0 !important;
}
.foot_contact .swell-block-columns {
  width: 74%;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 70px 2vw;
}
.foot_contact .swell-block-columns .swell-block-columns__inner {
  --swl-clmn-mrgn--x: 0 !important;
  --swl-clmn-mrgn--y: 0 !important;
  justify-content: center !important;
  align-items: center;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.foot_contact .swell-block-columns .titlebox h2 .en {
  color: #0083d7;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.125rem, 1.8125rem + 2.7344vw, 4rem);
  font-weight:700;
  line-height: 5rem;
}
.foot_contact .swell-block-columns .titlebox h2 .jp {
  color: #333;
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  display: block;
}
.foot_contact .swell-block-columns .contactbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.foot_contact .swell-block-columns .contactbox .swell-block-button {
  margin: 0 !important;
}
.foot_contact .swell-block-columns .contactbox .swell-block-button a {
  color: #fff;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  width: 400px;
  background: #0083d7;
  background: linear-gradient(90deg, rgb(0, 131, 215) 0%, rgb(77, 205, 240) 100%);
  border: none;
  transition: 0.2s;
  padding: 30px 0 30px 40px !important;
  border-radius: 50px;
}
.foot_contact .swell-block-columns .contactbox .swell-block-button a::after {
  width: 11px;
  height: 18px;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/06/arrow03.svg");
}
.foot_contact .swell-block-columns .contactbox .swell-block-button a:hover {
  color: #0083d7;
  background: #fff;
}
.foot_contact .swell-block-columns .contactbox .swell-block-button a:hover::after {
  color: #0083d7;
  background-color: #0083d7;
}
.foot_contact .swell-block-columns .contactbox .wp-block-group a {
  color: #0083D7;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.875rem, 0.9375rem + 1.9531vw, 2.5rem);
  font-weight: 600;
  line-height: 3rem;
}
.foot_contact .swell-block-columns .contactbox .wp-block-group span {
  font-size: 14px;
}

/* --下層共通ヘッダー部分-- */
.l-topTitleArea {
  min-height: 280px !important;
  margin: 0 0 8px;
}
.l-topTitleArea h1 {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  color: #fff;
  font-size: clamp(1.75rem, 1.375rem + 0.7813vw, 2rem);
  text-shadow: none;
}
.l-topTitleArea h1 .c-pageTitle__subTitle {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 600;
  letter-spacing: var(--swl-letter_spacing, 1px);
  margin-left: 0;
  opacity: 1;
  position: relative;
  top: -2px;
  padding: 0 0 8px;
}

.p-breadcrumb__text {
  font-size: clamp(0.75rem, 0.5625rem + 0.3906vw, 0.875rem);
}


/* --背景色-- */
.bg_lightblue {
  background: #c9eaff;
}
.bg_blue {
  background-image: url(../../uploads/2025/06/bg01.jpg);
  background-repeat: repeat !important;
}
.bg_blue {
  background-image: url(../../uploads/2025/06/bg01.jpg);
  background-repeat: repeat !important;
}
.bg_beige {
  background-image: url(../../uploads/2025/06/bg05.jpg);
  background-repeat: repeat !important;
}

/* --見出し-- */
.midashi_01 {
  font-size: clamp(1.25rem, 0.875rem + 0.7813vw, 1.5rem) !important;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem !important;
}
.midashi_01::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 2px;
  background-color: #0083d7;
}
.midashibox{
	text-align:center;
	padding-bottom: 5rem !important;
}
.midashibox .midashi_01 {
  color: #0083d7;
}

/* --サービス一覧共通-- */
.S_introbox {
  padding: 5em 0 !important;
}
.S_introbox .l-article {
  padding: 0;
}
.S_introbox .wp-block-group {
  color: #fff;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 700;
  width: 630px;
  margin: 0 auto 3em;
}
.S_introbox .wp-block-group figure {
  margin: 0 0 3rem;
}
.S_introbox .wp-block-media-text {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.25);
  margin: 0 0 2.5rem;
  gap: 0;
}
.S_introbox .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 16px 0px 0px 16px;
}
.S_introbox .wp-block-media-text .wp-block-media-text__content {
  padding: 20px 1.6vw 0;
  height:100%;
}
.S_introbox .wp-block-media-text .wp-block-media-text__content h3 {
  color: #0083d7;
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem);
  margin: 0 0 1.4rem;
}

.S_inner .wp-block-group {
  width: 630px;
  margin: 0 auto;
  padding-top: 1rem;
}
.S_inner .wp-block-group h2 {
  margin: 0 0 2rem !important;
}
.S_inner h3 {
  color: #0083d7;
  font-size: clamp(1.125rem, 0.9375rem + 0.3906vw, 1.25rem);
  border-left: 4px solid #333;
  padding: 0 0 0 20px;
  line-height: 1.5rem;
}
.S_inner .listbox01 .swl-has-mb--s{
	margin-bottom: 2rem !important;
}
.S_inner .listbox01 .swl-has-mb--s figure {
  margin: 0 0 0.5rem !important;
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.25);
}
.S_inner .listbox01 .swl-has-mb--s figure img {
  border-radius: 8px;
}
.S_inner .listbox01 .swl-has-mb--s strong {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  position: relative;
  padding: 0 0 0 15px;
}
.S_inner .listbox01 .swl-has-mb--s strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #0083d7;
  border-radius: 100%;
}
.S_inner .swell-block-button {
  margin: 4rem 0 0;
}
.S_inner .swell-block-button a {
  color: #fff;
  background: #0083d7;
  border: 2px solid #0083d7;
}
.S_inner .swell-block-button a::after {
  background: #fff;
}
.S_inner .swell-block-button a:hover {
  color: #0083d7;
  background: #fff;
}
.S_inner .swell-block-button a:hover::after {
  background: #0083d7;
}
.S_inner .listbox02 {
  padding-bottom: 0 !important;
}
.S_inner .listbox02 .swell-block-columns__inner {
  width: 1080px;
  margin: 0 auto 4rem !important;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.S_inner .listbox02 .swell-block-columns__inner .imgbox {
  width: 28%;
}
.S_inner .listbox02 .swell-block-columns__inner .txtbox {
  width: 67%;
  margin: 0;
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s figure img {
  zoom: 0.5;
  aspect-ratio: 302/211;
  border-radius: 8px;
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.25);
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s strong {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  position: relative;
  padding: 0 0 0 15px;
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #0083d7;
  border-radius: 100%;
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s .wp-block-group {
  width: 100%;
  background: #c9eaff;
  padding: 16px;
  margin: 2rem 0 0;
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s .wp-block-group h3 {
  color: #0083d7;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  border-left: none;
  margin: 0 0 1rem !important;
}
.S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s .wp-block-group h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  display: block;
  background-color: #0083d7;
  -webkit-mask: url("../../uploads/2025/06/arrow06.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/06/arrow06.svg");
          mask: url("../../uploads/2025/06/arrow06.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  top: 7px;
}
  /* --固定-- */

/*---------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__spNav {
    display: none;
  }
  .br_tb_n {
    display: none !important;
  }
  .br_tb_b {
    display: block !important;
  }
  /* --基本-- */
  .single-post .l-content{
    width: 90vw;
  }
  /* --フッター-- */
  .l-footer__widgetArea .footer_area .swell-block-columns__inner {
    width: 90vw;
    margin: 0 auto;
  }
  .l-footer__widgetArea .footer_area .ulbox {
    width: 63%;
  }
  .l-footer__widgetArea .footer_area .ulbox li {
    margin: 8px 0;
  }
  /* ----共通---- */
  /* --ボタン-- */
  .swell-block-button a {
    min-width: 260px;
  }
  /* --フッター前_お問い合わせ-- */
  .foot_contact .swell-block-columns {
    width: 90vw;
    padding: 40px 2vw;
  }
  .foot_contact .swell-block-columns .contactbox {
    flex-flow: column;
    flex-direction: column-reverse;
    text-align: center;
  }
  .foot_contact .swell-block-columns .contactbox .swell-block-button {
    margin: 30px 0 0 !important;
  }
  .foot_contact .swell-block-columns .contactbox .swell-block-button a {
    width: 310px;
    padding: 20px 0 20px 40px !important;
  }
  /* --サービス一覧共通-- */
  .S_introbox {
    padding: 5em 0 !important;
  }
  .S_introbox .wp-block-media-text {
    width: 90vw;
    margin: 0 auto 2rem;
  }
  .S_introbox .wp-block-media-text .wp-block-media-text__content {
    font-size: 14px;
    padding: 20px 3.6vw 0;
  }
  .S_inner .listbox01 .swl-has-mb--s {
    font-size: 14px;
  }
  .S_inner .listbox02 {
    padding-bottom: 0 !important;
  }
  .S_inner .listbox02 .swell-block-columns__inner {
    width: 90vw;
  }
  .S_inner .listbox02 .swell-block-columns__inner .imgbox {
    width: 40%;
  }
  .S_inner .listbox02 .swell-block-columns__inner .txtbox {
    width: 50%;
  }
/*----*/
}
/*---------------------------------------------------sp---*/
@media screen and (max-width: 767px) {
  .l-header__spNav {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  p {
    font-size: 14px;
  }
  .br_pc,
  .br_tb_n,
  .br_tb_b {
    display: none;
  }
  .br_sp {
    display: block;
  }
  /* --基本-- */
  .single-post .l-content {
    width: 90vw;
  }
  /* ----フッター---- */
  .l-footer__widgetArea .footer_area .swell-block-columns__inner {
    flex-flow: column;
  }
  .l-footer__widgetArea .footer_area .logobox {
    width: 80vw;
  }
  .l-footer__widgetArea .footer_area .ulbox {
    display: none;
  }
  /* ----共通---- */
  /* --流れるテキストアニメーション-- */
  .flows-text li {
    font-size: 50px;
    font-weight: 600;
  }
  /* --ボタン-- */
  .swell-block-button {
    text-align: center;
  }
  .swell-block-button a {
    min-width: 250px;
  }
  /* --フッター前_お問い合わせ-- */
  .foot_contact {
    padding: 50px 0 !important;
  }
  .foot_contact .swell-block-columns {
    width: 80vw;
    padding: 30px 1vw;
  }
  .foot_contact .swell-block-columns .titlebox h2 .jp {
    margin: -10px 0 0;
    text-align: center;
    display: block;
  }
  .foot_contact .swell-block-columns .contactbox {
    flex-flow: column;
    text-align: center;
  }
  .foot_contact .swell-block-columns .contactbox .swell-block-button a {
    width: 260px;
    padding: 20px 0 20px 40px !important;
    margin: 30px 0 20px !important;
  }
	
  /* --下層共通ヘッダー部分-- */
  .l-topTitleArea {
    min-height: 130px !important;
  }
  .l-topTitleArea h1 {
    font-size: 22px !important;
  }
	
  /* --サービス一覧共通-- */
  .S_introbox {
    padding: 3.5em 0 !important;
  }
  .S_introbox .wp-block-group {
    width: 85vw;
  }
  .S_introbox .wp-block-media-text {
    width: 90vw;
    margin: 0 auto 3rem;
    border-radius: 16px;
  }
  .S_introbox .wp-block-media-text .wp-block-media-text__media img {
    border-radius: 16px 16px 0px 0px;
  }
  .S_introbox .wp-block-media-text .wp-block-media-text__content {
    font-size: 14px;
    padding: 25px !important;
  }
  .S_introbox .wp-block-media-text .wp-block-media-text__content h3 {
    font-size: 18px;
  }
  .S_inner .wp-block-group {
    width: 85vw;
  }
  .S_inner h3 {
    padding: 0 0 0 10px;
    font-size: 16px;
  }
  .S_inner .listbox01 {
    --swl-clmn-mrgn--x: 0 !important;
    --swl-clmn-mrgn--y: 0 !important;
  }
  .S_inner .listbox01 .swl-has-mb--s {
    width: 85vw;
    margin: 0 auto 3rem !important;
  }
  .S_inner .listbox01 .swl-has-mb--s figure {
    margin: 0 0 0.8rem !important;
  }
  .S_inner .listbox01 .swl-has-mb--s strong {
    font-size: 16px;
  }
  .S_inner .listbox02 {
    padding-bottom: 0 !important;
  }
  .S_inner .listbox02 .swell-block-columns__inner {
    flex-flow: column;
    width: 90vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .S_inner .listbox02 .swell-block-columns__inner .swell-block-columns {
    --swl-clmn-mrgn--x: 0 !important;
    --swl-clmn-mrgn--y: 0 !important;
  }
  .S_inner .listbox02 .swell-block-columns__inner .imgbox {
    width: 100%;
    margin: 0;
  }
  .S_inner .listbox02 .swell-block-columns__inner .txtbox {
    width: 100%;
  }
  .S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s strong {
    font-size: 16px;
  }
  .S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s h3 {
    font-size: 16px !important;
    padding: 0 0 0 20px;
    line-height: 1.8rem;
  }
  .S_inner .listbox02 .swell-block-columns__inner .swl-has-mb--s h3::before {
    top: 5px;
  }
  /*----*/
}