@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

/* ---------------------------
basic
------------------------------ */
.tmpBox {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.titObi02 {
  background: #F18B5D;
  padding: 40px 0;
}
.titObi02 span {
  display: block;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

.dn_pc {
	display: none;
}

/* ---------------------------
.header
------------------------------ */
.header {
	margin: 0 auto;
	background: #fff;
	width: 1170px;
}
.header__inner {
	display: flex;
	justify-content: space-between;
}
.header__inner__logo {
	padding: 10px 0;
}
.header__inner__tel__txt {
	position: relative;
	margin: 10px 0;
	padding: 0 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #F0F3F5;
	border-radius: 4px;
	text-align: center;
	height: 70px;
	display: flex;
	align-items: center;
}
.header__inner__tel__txt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #F0F3F5;
}
.header__inner__tel__txt p {
	margin: 0;
	padding: 0;
}
.header__inner__tel {
	padding: 10px 0;
}
.header__inner__btn .btn:hover {
    opacity: 1.0;
}
.header__inner__btn a {
	display: block;
	height: 50px;
	margin: 20px 0;
	line-height: 50px;
	background: #FF9326;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	width: 220px;
	background-size: 200% 100%;	
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 139, 250, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(153, 139, 250, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.header__inner__btn a:hover {
    background-color: #998bfa;
    background-position: -100% 100%;
}
.header__inner__btn a:before {
	content: url("../images/header_mail.png");
	display: inline-block;
	margin-right: 1rem;
	vertical-align: sub;
}



/* ---------------------------
mainImg
------------------------------ */
/*.mainImg p {
  text-align: center;
}
.mainImg p img {
  max-width: 1600px;
  width: 100%;
  height: auto;
}*/

.mainImg {
	width: 100%;
 	position: relative;
 	overflow: hidden;
 	height: 572px;
}
.mainImg__inner {
	width: 1600px;
	height: 572px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}

/* ---------------------------
main
------------------------------ */
.main {
  margin-bottom: 100px;
}

.sec_01 {
	background: #F4E7D1;
	padding-top: 60px;
}
.sec_01__inner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0;
}
.sec_01__inner__tit {
	margin-bottom: 20px;
}
.sec_01__inner__lst {
	padding-bottom: 60px;
}
.sec_01__inner__lst li {
	display: block;
	height: 70px;
	margin: 10px auto;
	line-height: 63px;
	background: #fff;
	border: 3px solid #FF9326;
	border-radius: 70px;
	text-decoration: none;
	text-align: left;
	width: 770px;
	padding-left: 25px;
	box-sizing: border-box;
	font-size: 22px;
}
.sec_01__inner__lst li:before {
	content: url("../images/img_check.png");
	display: inline-block;
	margin-right: 1rem;
	vertical-align: sub;
}
.sec_01__inner__lst li span {
	color: #FF9326;
	font-size: 26px;
	font-weight: bold;
}
.sec_01__inner__img01 {
	position: absolute;
	left: 0;
	bottom: -3px;
}
.sec_01__inner__img02 {
	position: absolute;
	right: 0;
	bottom: -3px;
}


.sec_02 {
	background: #C7B5A1;
	padding: 50px 0;
}
.sec_02__inner {
	width: 1170px;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sec_02__inner__cnt ul li {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 1rem;
}
.sec_02__inner__cnt ul li span {
	font-weight: bold;
}
.sec_02__inner__cnt__tit {
	margin-bottom: 25px;
}


.sec_03 {
	background: #FAF4EB;
	padding: 150px 0;
}
.sec_03__inner {
	width: 1170px;
	margin: 0 auto;
}
.sec_03__inner__cnt01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.sec_03__inner__cnt01__tit p img {
	margin-bottom: 30px;
}
.sec_03__inner__cnt01__tit ul li {
	font-size: 18px;
	line-height: 180%;
}
.sec_03__inner__cnt02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.sec_03__inner__cnt02__box {
	flex-basis: 370px;
	background: #fff;
	border-radius: 15px;
}
.sec_03__inner__cnt02__boxin {
	padding: 10px 30px 30px;
}
.sec_03__inner__cnt02__boxin h3 {
	font-weight: bold;
	text-align: center;
	color: #FF9326;
	font-size: 24px;
	margin-bottom: 20px;
}
.sec_03__inner__cnt02__boxin p {
	font-size: 16px;
	line-height: 180%;
}
.sec_03__inner__cnt03 {
	display: flex;
	justify-content: space-between;
}
.sec_03__inner__cnt03__tit h3 {
	color: #523400;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sec_03__inner__cnt03__tit h3 span {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 15px;
}
.sec_03__inner__cnt03__tit p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 15px;
}
.sec_03__inner__cnt03__tit dl dt {
	display: block;
	height: 26px;
	line-height: 26px;
	background: #FF9326;
	color: #fff;
	border-radius: 13px;
	text-decoration: none;
	text-align: center;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec_03__inner__cnt03__tit dl dd {
	font-size: 15px;
}


.sec_04 {
	padding: 60px 0 100px;
}
.sec_04__tit {
	text-align: center;
	margin-bottom: 50px;
}
.sec_04__inner {
	width: 970px;
	margin: 0 auto;
}
.sec_04__inner__cnt {
	background: #F4E7D1;
	padding: 30px 100px;
	margin-bottom: 30px;
	border-radius: 20px;
}
.sec_04__inner__cnt dl dt {
	color: #523300;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.sec_04__inner__cnt dl dt span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #F088FF;
	color: #fff;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 1rem;
	vertical-align: text-bottom;
}
.sec_04__inner__cnt dl dd {
	font-size: 16px;
	line-height: 180%;
}


.sec_05 {
	background: #ECF7FF;
	padding: 120px 0;
}
.sec_05__tit {
	text-align: center;
	margin-bottom: 40px;
}
.sec_05__inner {
	width: 1170px;
	margin: 0 auto;
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
.sec_05__innerBox {
	display: flex;
	flex-wrap: wrap;
}
.sec_05__inner__cnt h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sec_05__inner__cnt h3:before {
	content: url("../images/clover.png");
	display: inline-block;
	margin-right: 1rem;
	vertical-align: sub;
}
.sec_05__inner__cnt ul {
	margin: 0 30px 30px 0;
}
.sec_05__inner__cnt ul li {
	display: inline-block;
	font-size: 16px;
	background: #F4E7D1;
	border-radius: 10px;
	padding: 10px 15px;
	margin-right: 5px;
}
.sec_05__inner__img {
	position: absolute;
	right: 30px;
	bottom: -20px;
}









/* ---------------------------
contactBox
お問い合わせ
------------------------------ */
.contactBox {
	background: #0080DD;
	padding: 70px 0;
}
.contactBox__inner {
	width: 1170px;
	margin: 0 auto;
}
.contactBox__inner__tit {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.contactBox__inner__tit:before,
.contactBox__inner__tit:after {
	content: "";
	flex-grow: 1;
	height: 2px; /* 線の太さ */
	background: #fff; /* 線の色 */
	margin:0 2rem; /* 文字と線の余白 */
}
.contactBox__inner__cnt {
	display: flex;
	justify-content: space-between;
	width: 970px;
	margin: 0 auto;
}
.contactBox__inner__cnt__lst {
	flex-basis: 470px;
}
.contactBox__inner__cnt__lst a.btn:hover {
    opacity: 1.0;
}
.contactBox__inner__cnt__lst a.btn {
	font-size: 30px;
	display: block;
	height: 120px;
	line-height: 120px;
	background: #FF9326;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	width: 470px;
	background-size: 200% 100%;	
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 139, 250, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(153, 139, 250, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.contactBox__inner__cnt__lst a.btn:hover {
    background-color: #998bfa;
    background-position: -100% 100%;
}
.contactBox__inner__cnt__lst a.btn:before {
	content: url("../images/btn_mail.png");
	display: inline-block;
	margin-right: 1rem;
	vertical-align: sub;
}

.contactBox__inner__cnt__lst p {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 0 60px;
	line-height: 150%;
}



/* ---------------------------
footer
------------------------------ */
footer {
  border-top: solid 1px #999999;
  padding: 40px 0;
}

address {
  font-size: 14px;
  text-align: center;
}


/* ---------------------------
form
------------------------------ */
.sec_form__inner {
	width: 970px;
	margin: 0 auto;
	padding: 50px 0;	
}
.sec_form__inner__tit {
	font-size: 18px;
	line-height: 160%;
}
.sec_form__inner__caution {
	background: #eee;
	border-radius: 10px;
	padding: 30px;
}
.sec_form__inner__caution h4 {
	font-size: 16px;
	font-weight:  bold;
	padding-bottom: 7px;
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}
.sec_form__inner__caution p {
	font-size: 14px;
	line-height: 160%;
}


/* ---------------------------
inputForm
------------------------------ */
.inputForm {
  margin: 100px 0;
}

/* ---------------------------
contacThanks
------------------------------ */
.contacThanks {
  width: 1200px;
  margin: 200px auto 100px;
}
.contacThanks h2 {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contacThanks p {
  line-height: 160%;
  margin-bottom: 20px;
}





#pagetop{
	height:0;
	opacity:0;
	transition: 0.3s;
	visibility:hidden;
}
#pagetop.fixed{
	height:auto;
	opacity:.7;
	visibility:visible;
}
.totop1 a {
	position: fixed;
	bottom: 0;
	right: 0;
}
.pagetop a {
	width: 45px;
	height: 45px;
	background: #aaa;
	z-index: 1;
}
.totop1 a:before {
	content: "";
	border: solid transparent;
	border-left-color: #fff;
	border-width: 12px;
	position: absolute;
	top: 0;
	left: 25%;
	transform: rotate(-90deg);
}
.totop1 a:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 24px;
	left: 40%;
	display: block;
}






/* animetion */

.anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.anim:nth-child(1) {transition-delay: 0.1s;}
.anim:nth-child(2) {transition-delay: 0.3s;}
.anim:nth-child(3) {transition-delay: 0.5s;}
.anim:nth-child(4) {transition-delay: 0.7s;}
.anim:nth-child(5) {transition-delay: 0.9s;}
.anim:nth-child(6) {transition-delay: 1.1s;}
.anim:nth-child(7) {transition-delay: 1.3s;}
.anim:nth-child(8) {transition-delay: 1.5s;}
.anim:nth-child(9) {transition-delay: 1.7s;}
.anim:nth-child(10) {transition-delay: 1.9s;}
.anim.animStart {
  transform: translateY(0);
  opacity: 1;
}

.flex li:nth-child(1) a::after {transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s;}
.flex li:nth-child(2) a::after {transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s;}
.flex li:nth-child(3) a::after {transition: opacity 0.4s ease-in-out 0.6s, transform 0.4s;}
.flex li:nth-child(1) a.effectStart::before { transition-delay: 0s;}
.flex li:nth-child(2) a.effectStart::before { transition-delay: 0.2s;}
.flex li:nth-child(3) a.effectStart::before { transition-delay: 0.4s;}
