@charset "utf-8";
html {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:link {
  text-decoration: none;
}
a, a:visited, a:hover, a:active {
  color: inherit;
}

.wrapper {
	font-family: 'Lato', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #363636;
	background: #f8f3f3;
	font-size: 1.6rem;
}
header {
	position: relative;
	max-width: 100%;
	height: 913px;
	overflow: hidden;
	border-top: 33px solid #f6a3ba;
}
.head__wrapper {
	clip-path: polygon(0% 0%,100% 0%,100% 66%,50% 100%,0% 66%);
	background: url("img/saiyouhead_bg2.jpg") no-repeat center top;
	width: 1920px;
	height: 880px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.head__logo {
	max-width: 650px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	padding: 250px 10px;
}
.head__deco {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	margin: -300px 0 0;
	width: 100%;
}
.head__deco--img {
	padding: 55px 0 0;
}
#message {
	margin: -410px 0 0;
	background: #f8f3f3;
	padding: 340px 0 0;
}
h2 {
	font-size: 6rem;
	text-align: center;
	color: #3c92be;
	position: relative;
	z-index: 50;
}
.message__text {
	margin: 0 auto;
	max-width: 860px;
	padding: 10px 15px 0;
	font-size: 2.2rem;
	line-height: 1.8;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	text-align: justify;
	text-justify: inter-character;
}
.message__img {
	text-align: center;
	padding:48px 0 24px;
}
.message__btn {
	border-radius: 5px;
	background: #3c92be;
	width: 300px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 80px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	display: block;
}
#taigu {
	padding: 120px 0 250px;
	position: relative;
	overflow: hidden;
}
.taigu__wrap {
	clip-path: polygon(100% 0%,100% 450px,10% 640px,10% 190px);
	background: #f0e2e2;
	width: 100%;
	height: 740px;
	position: absolute;
	z-index: 10;
}
.taigu__title {
	position: relative;
	z-index: 15;
	color: #5f5f5f;
	padding: 115px 15px 0;
}
.taigu__title li {
	font-size: 2.6rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	line-height: 2;
}
.taigu__flexbox {
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 12;
}
.taigu__title--btn {
	display: inline-block;
	padding: 4px 30px ;
	border-radius: 3px;
	background: #db911b;
	color: #fff;
	margin: 10px 0;
}
.taigu__fukuri {
	padding: 95px 15px 0;
}
.nagare {
	background:  url("img/nagare02.png") center top no-repeat;
	width: 100%;
	height: 595px;
	position: relative;
	margin: -100px 0 0;
	z-index: 15;
}
.itv {
	position: relative;
	width: 100%;
	z-index: 15;
}
.itv02 {
	position: relative;
	width: 100%;
	z-index: 15;
}
.itv__clip {
	clip-path: polygon(100% 0%,100% calc(100% - 5vw),0% 100%,0% calc(0% + 5vw));
	height: 710px;
	background: #f0e2e2;
	position: absolute;
	z-index: 16;
	width: 80vw;
}
.itv__clip_in {
	clip-path: polygon(calc(100% - 25vw) calc(0% + 7vw),calc(100% - 25vw) calc(100% - 8vw),calc(0% + 5vw) calc(100% - 5vw),calc(0% + 5vw) calc(0% + 10vw));
	background: url("img/tomi02.jpg") no-repeat right top;
	background-size: cover;
	z-index: 50;
	width: 80vw;
	height: 710px;
	position: absolute;
}
.itv__contents {
	max-width: 1000px;
	padding: 40px 15px 0 600px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	font-size: 1.6rem;
	color: #777;
}
.itv__contents_title {
	font-size: 3.6rem;
	text-align: right;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	border-bottom: 1px solid #333;
	color: #333;
}
.itv__contents_sub {
	text-align: right;
	font-size: 2rem;
}
.itv__clip02 {
	clip-path: polygon(100% 0%,100% calc(100% - 4vw),65% 100%,65% calc(0% + 4vw));
	height: 610px;
	background: url("img/tomi08.jpg") no-repeat right top;
	position: absolute;
	z-index: 16;
	width: 100vw;
}
.qa {
	padding: 16px 0 0 8px;
}
.qa dt {
	font-size: 2.4rem;
}
.qa dt span {
	font-size: 3.6rem;
	color: #B15264;
}
.qa dd {
	padding: 8px 0 8px 36px;
}
.itv__contents02 {
	max-width: 1000px;
	padding: 40px 350px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	font-size: 1.6rem;
	color: #777;
}
.fukurikousei {
	padding: 128px 0 0;
}
.fukuri__title {
	font-size: 4rem !important;
	color: #3c92be;
	text-align: center;
	position: relative;
	z-index: 50;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.fukuri__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 32px 15px;
}
.fukuri__list li {
	width: 47%;
	border: 1px solid #3c92be;
	margin: 10px 5px;
	font-size: 2rem;
	color: #7B2D2E;
	padding: 24px;
	box-shadow: 2px 2px 10px rgba(130,40,40,.2);
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.boshu {
	padding:64px 0 0;
}
.boshu h4 {
	text-align: center;
	font-size: 2.8rem;
	padding: 12px 0 ;
	background: #f0e2e2;
}
.boshu__list {
	font-size: 2rem;
	line-height: 2;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	padding: 24px 0 0;
}
.fukuri__list span {
	font-size: 2.4rem;
	color: #3c92be;
}
.tblwrap01 {
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 0 0;
  overflow-x: auto;
}
.tbl01 {
  width: 100%;
  max-width: 900px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #f2f2f2;
}
.tbl01 th {
  background: #66b5b5;
  text-align: left;
  padding: 12px 24px;
  white-space: nowrap;
}
.tbl01 td {
  padding: 12px 24px;
}
.tbl01 tr:nth-child(even) {
  background: rgba(228,240,248,1.00);
}
.case {
	padding: 128px 0 0;
	position: relative;

}
.case__title {
	font-size: 4rem !important;
	color: #3c92be;
	text-align: center;
	position: relative;
	z-index: 50;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	background: url("img/jissai02.jpg") no-repeat calc(50% - 240px) top;
	padding: 140px 0 0 0;
}
.case01 {
	max-width: 1000px;
	margin: 0 auto;
	color: #555;
	padding: 0 32px 0;
}
.case02 {
	max-width: 1000px;
	margin: 0 auto;
	color: #555;
	padding: 32px;
	text-align: right;
}

.case__list {
	padding: 64px 0 0;
	z-index: 10;
	position: relative;
 }
.case__clip {
	clip-path: polygon(100% 0%,100% calc(100% - 12vw),10% 100%,10% calc(0% + 12vw));
	width: 100vw;
	height: 650px;
	background: #f0e2e2;
	position: absolute;
	margin: 240px 0 0;
}
.case__h4 {
	padding: 8px 16px 8px 16px;
	background: #DF7D7F;
	font-size: 2rem;
	color: #fff;
	text-align: left;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.case02__h4 {
	padding: 8px 16px 8px 16px;
	background: #3c92be;
	font-size: 2rem;
	color: #fff;
	text-align: right;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.case h5 {
	color: #003B58;
	font-size: 2.4rem;
	padding: 16px 0 0;
	text-align: left;
	text-decoration: underline 1px dashed #555;
	text-underline-offset:6px;
}

.case01__box {
	width: 50%;
	height: 450px;
	background: #fff url("img/tomi.jpg") 0 0 no-repeat;
	background-size: cover;
}
.case01__contents {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	padding: 16px 0 0;
	color: #555;
	font-size: 2rem;
	text-align: left;

}
.case01__text dl {
	width: 600px;
	
}
.case01__text dt {
	color: #555;
}
.case03__text dt {
	color: #555;
}

.case01__text dt::before {
	content: "Q.";
	font-size: 3rem;
	display: block;
}
.case01__text dd {
	padding: 32px 0;
}
.case03__text dd {
	padding: 32px 0;
}

.case01__text dt span {
	font-size: 2.2rem;
	color: #3c92be;
}
.case03__text dt span {
	font-size: 2.2rem;
	color: #3c92be;
}

.case01__text dd span {
	font-size: 2.2rem;
	color: #AB3F00;
}
.case03__text dd span {
	font-size: 2.2rem;
	color: #AB3F00;
}

.case01__text dd::before {
	content: "A.";
	font-size: 3rem;
	display: block;
}
.case01__img {
	min-width: 300px;
	height: auto;
	padding: 32px 0 16px 16px;
}
.case02__img {
	min-width: 350px;
	padding: 32px 32px 64px 0;
}
#youkou .tblp th {
  background: #d37fa6;
}

#youkou .tblp tr:nth-child(even) {
  background: #ffe6f2;
}

#youkou .tblo th {
  background: #e99e75;
}

#youkou .tblo tr:nth-child(even) {
  background: #f8d9c7;
}
#youkou .tbl01 th {
	width: 150px;
}
#youkou h3 {
	font-size: 2rem;
	padding: 16px 0;
}
footer {
	width: 100%;
	padding: 32px 0 ;
	background: #f0e2e2;
	border-bottom: 33px solid #f6a3ba;
	margin: 64px 0 0;
}
.foot__tell {
	padding: 8px;
	background: #3c92be;
	color: #fff;
	font-size: 3rem;
	margin: 0 auto;
	text-align: center;
}
.foot_add {
	font-size: 2rem;
	padding: 18px 0;
	text-align: center;
	color: #3c92be;
}
.formbutton {
	text-align: center;
	padding: 32px 0 0;
}
.form__h3 {
	margin: 0 auto;
	font-size: 2.4rem;
	color: #3c92be;
	padding: 16px 0 32px;
	text-align: center;
}
.saiyou_contact {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 16px 32px;
}
.oubo_btn {
	display: block;
	padding: 12px;
	width: 180px;
	text-align: center;
	border-radius: 3px;
	margin: 16px auto 0;
}
.oubo_btn:link {
	color: #fff;
}
.oubo_btn:visited {
	color: #fff;
}
.oubo_btn:hover {
	color: #555;
}
.oubo_btn:active {
	color: #fff;
}

.bg_pink {
	background: #d37fa6;
	color: #fff;
}
.bg_orange {
	background: #e99e75;
	color: #fff;
}
.bg_blue {
	background: #66b5b5;
	color: #fff;
}
@media screen and (max-width: 960px) {
	#message {
	margin: -280px 0 0;
}
	.itv__contents {
		padding: 0 15px;
	}
	.itv__clip_in {
		background: none;
	}
	.itv02 {
		padding: 0 15px;
		overflow: hidden;
	}
	.itv__clip02 {
	clip-path: polygon(100% 0%,100% calc(100% - 4vw),0% 100%,0% calc(0% + 4vw));
	height: 410px;
	background: url("img/tomi08.jpg") no-repeat right top ;
	position: absolute;
	z-index: 16;
	width: 100%;
}
	.itv__contents02 {
		padding: 420px 16px 0;
	}
	.case01__contents {
		flex-wrap: wrap;
	}
	.itv {
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.taigu__title li {
		font-size: 2rem;
	}
	#taigu {
		padding: 0;
	}
	.nagare {
		margin: 0;
	}
	.fukuri__list li {
		min-width: 280px;
	}
	.fukuri__list {
		justify-content: center;
	}
	.case__title {
	font-size: 4rem !important;
	color: #3c92be;
	text-align: center;
	position: relative;
	z-index: 50;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	background: url("img/jissai02.jpg") no-repeat center top;
	padding: 140px 0 0 0;
}
}