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

/* スライダー投稿 */

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

.p-postList__item.swiper-slide {
	border-radius: 0px;
	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;
}

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

.swiper-postListWrap .p-postList__body {
	padding: 1.5em 2em 2em!important;
}

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


@media(min-width: 960px) and (max-width: 1699px) {
  .p-postList__item.swiper-slide {
    height: 400px !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: 360px !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;
}
