@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.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
*/

/* 共通 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
a {
  transition: all 0.3s !important;
}
a img {
  transition: all 0.3s !important;
}
a img:hover {
  opacity: 0.8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1180px), print {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1180px), print {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 1180px), print {
  .reserve {
    flex-direction: column-reverse;
  }
}
.relative {
}
.pd0 {
  padding: 0 !important;
}
.flex {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.l-content {
  margin: 0 auto 0em;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  border-bottom: 4px solid var(--color_main);
  margin-bottom: -4px;
}
.c-pageTitle[data-style="b_bottom"] {
  border-bottom: 4px solid var(--color_border);
}
@media screen and (max-width: 1180px), print {
  .post_content .p-postList__item h3 {
    font-size: 13px !important;
    font-weight: 600;
  }
}
/* 共通 フォントサイズ*/
main p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 1180px), print {
  main p {
    font-size: 15px;
  }
}
main table td {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 1180px), print {
  main table td {
    font-size: 16px;
    text-align: justify;
  }
}
main .post_content .fs20 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs20 {
    font-size: 1rem;
  }
}

main .post_content .fs22 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs22 {
    font-size: 15px;
  }
}
main .post_content .fs24 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs24 {
    font-size: 1em;
    line-height: 1.4;
  }
}
main .post_content .fs26 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs26 {
    font-size: 1em;
    line-height: 1.4;
  }
}
main .pb-0 {
  padding-bottom: 0px !important;
}
/* 共通STEP */
.is-style-big > .swell-block-step__item {
  border-bottom: 1px dashed #696969;
}
.is-style-big > .swell-block-step__item:first-child {
  border-top: 1px dashed #696969;
}
.is-style-big > .swell-block-step__item > .swell-block-step__number .__label {
  font-size: 20px;
}
.is-style-big > .swell-block-step__item > .swell-block-step__number::after {
  font-size: 30px;
}
/* 共通 パンくず */
.p-breadcrumb__text .__home::before {
  display: none;
}
/* 共通リスト */
.post_content li {
  color: #063f53;
  font-weight: 500;
}
/* 共通 ボタン */
.is-style-more_btn a {
  background: #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 18px;
  min-width: var(--the-min-width);
  padding: var(--the-padding);
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.25s, background-color 0.25s;
  width: var(--the-width);
  background: #0381d3;
  color: #fff;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 15px 0;
  border-radius: 0;
}
@media screen and (max-width: 1180px), print {
  .is-style-more_btn a {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
  }
}
.is-style-more_btn a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  background: #0381d3;
  color: #fff;
}
/* 共通 コラム */
.p-articleThumb__img {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 24px -12px rgba(0, 0, 0, 0.2);
}
/* 共通 タイトル */
#top_title_area .u-obf-cover{
  display: none;
  background: linear-gradient(to right, #0d99e5 0%, #24a9d1 50%, #28b9c3 100%);
}
.l-topTitleArea{
  background: linear-gradient(to right, #0d99e5 0%, #24a9d1 50%, #28b9c3 100%);
}
.l-topTitleArea h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 600px), print {
  .l-topTitleArea {
    min-height: 280px;
  }
}
@media screen and (max-width: 1180px), print {
  .l-topTitleArea h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1180px), print {
  main .post_content h3 {
   font-size: 1.25em;
  }
}
.p-breadcrumb__list {
	font-size: 16px;
}
@media screen and (max-width: 1180px), print {
.p-breadcrumb__list {
	font-size: 12px;
}
}
main .ttl {
  font-size: 30px;
  margin: 0 0 2em;
}
@media screen and (max-width: 1180px), print {
  main .ttl {
    font-size: 1.5rem;
    margin: 0 0 30px;
    line-height: 1.25;
  }
}
main .ttl + p {
  line-height: 1.5;
}
@media screen and (max-width: 1180px), print {
  .fs_s,
  .has-s-font-size,
  .has-small-font-size,
  .u-fz-s {
    font-size: 1rem !important;
  }
}
/* 共通 最初の文字をブルーに */
main .ttl span.u-fz-xl {
  display: block;
}
main .ttl span.u-fz-xl:first-letter {
  color: #0381d3;
}

/* 共通 問い合わせエリア*/
main .bnr h2 {
  font-size: 26px;
}
@media screen and (max-width: 1180px), print {
  main .bnr h2 {
    font-size: 20px;
  }
}
main .bnr .swell-block-linkList.-flex {
  --the-gap: 0.25em;
}
main .bnr .swell-block-linkList__item span,
main .bnr .swell-block-linkList__item svg {
  color: #ffffff;
  font-size: 15.5px !important;
}
@media screen and (max-width: 1180px), print {
  main .bnr .swell-block-linkList__item span,
  main .bnr .swell-block-linkList__item svg {
    font-size: 0.75rem !important;
  }
}
main .bnr .swell-block-linkList__item .swell-block-linkList__link {
  border: 1px solid #fff;
}
@media screen and (max-width: 1180px), print {
  main .bnr .swell-block-linkList__item .swell-block-linkList__link {
    font-size: 13.5px;
  }
}
main .bnr .swell-block-linkList__item a:hover span,
main .bnr .swell-block-linkList__item a:hover svg {
  color: #ffffff;
}

main .bnr .swell-block-linkList__link:hover {
  border: 1px solid #0381d3;
}

main .bnr h2 > span.swl-fz::before {
  margin-right: 30px; /* 文字との余白 */
}
main .bnr h2 > span.swl-fz::after {
  margin-left: 30px; /* 文字との余白 */
}

main .bnr {
  background: #696969;
}
.bnr .tel-btn a {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1180px), print {
  .bnr p strong span {
    font-size: 16px !important;
    font-weight: 500;
  }
  .bnr .tel-btn {
    text-align: center;
  }
  .bnr .tel-btn .swl-inline-icon {
    font-size: 24px;
  }
  .bnr .swell-block-linkList.-flex .swell-block-linkList__item {
    width: 48.5%;
  }
  .bnr .swell-block-linkList.-flex .swell-block-linkList__item .u-fz-s {
    font-size: 1em !important;
    white-space: nowrap;
  }
  .bnr .tel-btn a {
    font-size: 30px;
  }
}

/* 共通  制作実績*/
.c-postThumb__cat,
.c-categoryList__link {
  background-color: #0381d3;
}
.c-pageTitle__subTitle {
  display: none;
}
.category-works .p-postList__meta {
  display: none;
}
.-type-card .p-postList__thumb {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 24px -12px rgba(0, 0, 0, 0.2);
}
.c-categoryList::before {
  display: none;
}
.c-postThumb__cat::before {
  display: none;
}
/* 共通 グロナビ */
.c-gnav > .menu-item:last-child {
  background: linear-gradient(to right, #0d99e5 0%, #24a9d1 50%, #28b9c3 100%);
  color: #fff;
  padding: 0 20px;
  margin-left: 20px;
  transition: all 0.3s;
}
.c-gnav a {
  font-weight: 500;
}
.c-gnav > .menu-item:last-child:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  background: linear-gradient(to right, #0d99e5 0%, #24a9d1 50%, #28b9c3 100%);
}

.c-gnav > .menu-item:last-child > a::after {
  height: 0;
}

.c-gnav > .menu-item {
  height: 100%;
  position: relative;
}
.c-gnav > .menu-item > a {
  padding: 0 15px;
}
.c-gnav > .menu-item > a::after {
  bottom: 25px;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 600;
}
.l-fixHeader__gnav .c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 600;
}
.l-header__inner,
.l-fixHeader__inner {
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1180px), print {
  .l-header {
    background-color: rgba(256, 256, 256, 0.9);
  }
  .l-header__logo {
    padding: 0 5vw;
  }
  .c-headLogo {
    width: 100px;
  }
  .p-spMenu__inner::before {
    background: linear-gradient(
      to right,
      #0d99e5 0%,
      #24a9d1 50%,
      #28b9c3 100%
    );
  }
  #sp_menu button {
    color: #fff;
  }
  .c-spnav a {
    border-bottom: 1px solid #fff;
  }
}

/* 共通 footer */
.footer-img {
  width: 200px;
  margin: 0 auto;
}
.l-footer__widgetArea {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1180px), print {
  .l-footer__widgetArea {
    padding: 20px 0 0px;
  }
}
.l-footer__foot {
  padding: 15px 0 15px;
}
footer .c-iconList__icon,
.c-iconList__link {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
footer .contents-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper {
    flex-direction: column;
  }
}
footer .footer-contact__titleText {
  font-size: 34px;
  margin: 0 0 2em;
}
footer .contents-wrapper a {
  text-decoration: none;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper a img {
    margin: 0 auto;
    display: block;
    width: 40%;
  }
}
.footer-about {
	width: 33%;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 1180px), print {
  .footer-about {
    border-right: none;
    width: 100%;
  }
}
.footer-contact {
	padding: 0rem 0 0rem 3.5rem;
}
@media screen and (max-width: 1180px), print {
  .footer-contact {
    padding: 0 0 0rem 0rem;
  }
}
.footer-about__textBox {
  margin-top: 2rem;
}
.footer-about__text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 20px;
}
.footer .c-iconList a {
  font-size: 30px;
}
.footer-area {
  border: 2px solid #fff;
  padding: 20px;
}
.footer-area h3 {
  margin-bottom: 20px;
}
.footer-contact__contactBox .tel-btn a {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1180px), print {
  .footer-contact__contactBox .tel-btn a {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1180px), print {
  .footer-contact__contactBox .flex {
    flex-direction: column;
  }
}
.footer-contact__contactBox .swell-block-button {
  text-align: left;
}
.footer-contact__textBox {
  margin-bottom: 20px;
}
.footer-contact__textBox img {
	width: 700px;
	max-width: 100%;
	margin-bottom: 20px;
}
.footer-contact__contactBusinessTime {
  text-align: left;
}
.footer-about__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
footer .contents-wrapper a.swell-block-button__link {
  width: 300px;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper a.swell-block-button__link {
    width: 80vw;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
	footer .contents-wrapper .footer-contact__textBox img {
	width: 100%;
		margin-bottom:20px;
}
}
.l-footer__nav a {
  font-size: 12px;
  padding: 0 .5em;
}
.l-footer__nav {
  justify-content: flex-start;
  padding: .5em 0 1em;
}
@media screen and (max-width: 1180px), print {
.l-footer__nav li{
	width:50%;
}}
main .service-child::after {
  display: inline-block;
  width: 50px;
  transition: all 0.3s;
  height: 50px;
  background: #0381d3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .service-1::after {
  content: "1";
}
main .service-2::after {
  content: "2";
}
main .service-3::after {
  content: "3";
}
main .service-4::after {
  content: "4";
}
main .service-5::after {
  content: "5";
}
main .service-6::after {
  content: "6";
}
main .service-7::after {
  content: "7";
}
main .service-8::after {
  content: "8";
}

main .service-flex {
  flex-wrap: wrap !important;
}
main .service-flex > div {
  flex-basis: 48.85%;
}
@media screen and (max-width: 1180px), print {
  .post_content h2 {
    font-size: 1em;
  }
}
/* 会社案内 */
.page-id-4113 .message-flex-box {
	align-items: center !important;
}
.page-id-4113 .post_content .fs22 {
	font-size: 26px;
}
@media screen and (max-width: 1180px), print {
.page-id-4113 .post_content .fs22 {
	font-size: 17px;
}
}
@media screen and (max-width: 1180px), print {
.page-id-4113 .post_content h2 {
	font-size: 1.25em;
}
}
@media screen and (max-width: 1180px), print {
.post_content .wp-block-table td, .post_content .wp-block-table th {
	font-size: 15px;
}
	}