@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
*/

/* 共通 */

#breadcrumb{
display: none;
}


.nocolor a {
	color: inherit!important;
}

.small-wide {
	letter-spacing: 0.5px;
}

.letter-wide {
	letter-spacing: 1px!important;
	line-height: 1.8em;
}

.ex-wide {
  letter-spacing: 3px!important;
/*   text-shadow: 0px 0px 1px black; */
}

/* ヘッダー */

@media (min-width: 960px) {
    .-series .l-header__logo {
        padding: 20px 0 12px 0!important;
    }
}

#gnav {
	margin-right: 1vw!important;
}


.l-header__inner {
	max-width: 100%!important;
}


.c-gnav .ttl {
	font-size: 1.0em!important;
	margin-bottom: 3px;
}

.c-smallNavTitle.desc {
	color: #485062;
}

.c-gnav{
	gap: 1em;
}

.header-buttons {
  display: flex;
  gap: 16px;
}

/* 共通ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;     /* 上下 10px、左右 32px */
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 190px;
}
.btn:hover {
  opacity: 0.8;
}

/* 資料請求をする（グラデーション） */
.btn--request {
  background: linear-gradient(90deg, #4A6CF7 0%, #47BCFC 100%);
  color: #fff;
  border: none;
}

/* お問い合わせ（アウトライン） */
.btn--contact {
  background: transparent;
  color: #4A6CF7;
  border: 2px solid #4A6CF7;
}


@media(max-width: 959px) {
	.l-header__logo {
		margin-left: 0.5em;
	}
	.l-header__logo a{
		padding-bottom: 0!important;
	}
	.l-header__menuBtn.sp_ {
		margin-right: 0.7em!important;
		padding-top: 0.2em;
	}
}



/* メインビジュアル*/
.p-mainVisual .p-mainVisual__imgLayer, 
.p-mainVisual .c-filterLayer::before, .p-mainVisual .c-filterLayer::after,
.p-mainVisual .swiper-wrapper {
  position: fixed;
}

.p-mainVisual__textLayer .p-blogParts {
	left: 2em;
	top: 3em;
}

@media(max-width: 959px) {
.p-mainVisual__textLayer .p-blogParts {
	top: 5em;
	left: 0.5em;
}
}

.mv-title {
	line-height: 1.2em;
}

.mv-title strong {
	background: linear-gradient(to left, #01e4ff, #67a8ff)!important;
-webkit-background-clip: text!important;
color: transparent!important;
	text-shadow: none!important;
}



/* .shadow-box {
  height: 150vh;
	top: -10vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4)); 
	position: absolute;
	z-index: -1;
} */


/* 会社概要 */

.white-color {
	color: white!important;
}

.about-page {
	padding-left: 3em;
}

.about-page .wp-block-columns {
	--wp-column-gap: 3.5em!important;
}

.about-page .wp-block-columns figure {
	position: relative;
	top: -4em;
}

.about-page .wp-block-columns figure img {
	border-radius: 5px 0 0 5px;
}

.title-group {
	position: relative;
}

.title-group .title-back {
    letter-spacing: 1.5px!important;
}


.title-border strong{
	border-bottom: 2px solid #0b78e5!important;
}

.title-group-sp {
	position: relative;
}


.title-group-sp .title-back {
    letter-spacing: 1.5px!important;
}



/* footer */

.footer-pc, .footer-sp {
	background: linear-gradient(to bottom, #f0f1f3, #ecf1fc);
}

.footer-pc p {
	font-weight: 500;
}

.footer-last {
	z-index: 100;
}

#footer {
	display: none;
}

.w-beforeFooter {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.footer-group-sp {
	padding-left: 1em;
	padding-right: 1em;
}

/* お問い合わせ*/	

.contact-column {
	--wp-column-gap: 0em!important;
}

.contact-column .wp-block-cover__inner-container {
	position: static;
}

.contact-column p {
	position: relative;
}

.contact-label {
	writing-mode: vertical-lr;
    transform: rotate(0);
    position: absolute!important;
    top: 2em;
	left: 1.7em;
}
.contact-label-sp {
	writing-mode: vertical-lr;
    transform: rotate(0);
    position: absolute!important;
    top: 1.5em;
	left: 1em;
}

.white-border strong {
	border-bottom: 1px solid white;
}

.phone {
	letter-spacing: 2px!important;
}


.circle-button {
  width: 70px;
  height: 70px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-weight: bold;
  transition: transform 0.3s ease; /* ← 拡大時のなめらかさ */
}

.arrow {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.circle-button2 {
  width: 50px;
  height: 50px;
  border: 1.3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-weight: bold;
  transition: transform 0.3s ease; /* ← 拡大時のなめらかさ */
}

.arrow2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.right-contact,
.left-contact {
	cursor: pointer;
	transition: all 0.3s ease;
}

.right-contact:hover,
.left-contact:hover {
  opacity: 0.8;
}

.left-contact:hover .circle-button {
  transform: scale(1.15);
}


/* スライダー投稿 */

.p-postListWrap.swiper.swiper-postListWrap {
	overflow: visible;
}

.swiper-postListWrap li a div.p-postList__body {
	padding-top: 1.5em;
}

.p-postList__item.swiper-slide {
	padding:40px !important;
	border-radius: 10px;
	background-color:#ffff;
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.swiper-postListWrap .p-postList {
	flex-wrap: nowrap;
	   width:100%;
	margin: 0;
}

.swiper-postListWrap .-type-card .p-postList__item {
	padding: 0;
}
.swiper-postListWrap .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit;
}

.p-postList__thumb.c-postThumb.noimg_ {
	box-shadow: none!important;
}

@media(min-width: 2000px) {
  .swiper-postListWrap .p-postList__item.swiper-slide {
    height: 600px !important;
  }
}

@media(min-width: 1500px) {
  .p-postList__item.swiper-slide {
    height: 500px !important;
  }
	.press-top .press-top-slider{
		position: relative;
		left: -4vw;
	}
	.press-top .swiper-pagination{
		left: 4vw!important;
	}
}

@media(min-width: 960px) and (max-width: 1499px) {
  .p-postList__item.swiper-slide {
    height: 380px !important;
  }
	.press-top .press-top-slider{
		position: relative;
		left: -4vw;
	}
	.press-top .swiper-pagination{
		left: 4vw!important;
	}
}

@media(min-width: 600px) and (max-width: 959px) {
  .p-postList__item.swiper-slide {
	height: 355px !important;
  }
}

@media(max-width: 599px) {
  .p-postList__item.swiper-slide {
	height: 350px !important;
  }
	.press-top .press-top-slider{
		position: relative;
		left: -5.5vw;
	}
	.press-top .swiper-pagination{
		left: 5.5vw!important;
	}
}


.swiper-button-prev,
.swiper-button-next {
	display: none!important;
}

.swiper-pagination {
	bottom: 0!important;
}

@media(max-width: 600px) {
	.p-postListWrap.swiper {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}


/* お問い合わせ */

form {
	background: white;
	border-radius: 7px;
	padding: 2em 2em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

@media(max-width: 750px) {
	form {
	background: #fbfbfb;
}
}


.flex-box {
display: flex;
justify-content: space-between;
}

.flex-box-line {
display: flex;
justify-content: space-between;
align-items: center;
}


.flex-botan {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}


.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
}

.Form-Item-Label-Required {
  border-radius: 14px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #496ea6;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.Form-Item-Label-NO-Required {
  border-radius: 14px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #a7a7a7;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.Form-Item-Input, .Form-Item-Select {
  border: 1px solid #439eb8;
  border-radius: 3px;
  padding-left: 0.5em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}


.Form-Item-Textarea {
  border: 1px solid #439eb8;
  border-radius: 3px;
  padding-left: 1em;
  padding-right: 1em;
  height: 108px!important;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.Form-Btn {
  border-radius: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  background: #496ea6;
  color: #1A2F6E;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #1A2F6E;
}

.line-botan {
  border-radius: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
	margin-right: 3vw;
	margin-left: auto;
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  background: #06c152;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  border: none;
}


.Form-normal {
	width: 46%;
}
.Form-wide {
	width: 100%;
}
.Form-shrink {
	width: 35%;
}

.Form-Last-Item {
	margin-top: 30px;
	border-top: 1px solid #a7a7a7;
}

.Form-midasi {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.Form-explanation {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 17px;
}

.Form-Item-Sub {
	font-weight: 400;
	font-size: 13px;
}


.sonota1-field, .sonota2-field, .sonota3-field, .sonota4-field, .line-flex, .Form-NO-Vision {
	display: none;
}

.Form-privacy {
	cursor: pointer;
	 color: #0000EE;
 text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .flex-box {
    flex-direction: column;
	gap: 1em;
   }
	 .flex-box-line {
    flex-direction: column;
	gap: 1.5em;
    align-items: initial;
   }
	.line-botan {
	margin-right: auto;
	margin-left: auto;
}
	.Form-Item {
  padding-top: 0;
  }
	.Form-normal, .Form-shrink {
		width: 100%;
	}
	.flex-botan-pc {
		display: none;
	}
	.flex-botan-sp {
		display: flex;
		flex-direction: column;
	}
	.Form-Item-Sub {
		font-size: 11px;
	}
	.Form-Last-Item {
		padding-top: 30px;
	}
	.Form-sousin {
		margin-top: 20px;
	}
	.Form-check {
		letter-spacing: 0.5px;
	}
}

@media screen and (min-width: 751px) {
.flex-botan-sp {
		display: none;
	}
	.flex-box > div:nth-of-type(1) {
  margin-right: 2em;
}
}

.contact-full-color {
	background: rgba(0,0,0,0)!important;
}


/* about us */

