@charset "utf-8";
#wrapper {
}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



/* # =================================================================
   header
   # ================================================================= */
header {
	position: relative;
	z-index: 0;
}
#header {
	background: var(--blue1);
}
header .header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
header .header .logo {
}
header .header h1 {
	position: relative;
	display: inline-block;
	background-color: var(--yellow1);
	color: var(--blue1);
	font-weight: bold;
	font-size: 48px;
	font-size: clamp(1.625rem, 0.978rem + 3.24vw, 3rem);
	line-height: 60px;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-style: normal;
	width: 50%;
	max-width: 400px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-top: 50px;
	margin-left: 50px;
}
header .header h1 img {
	height: 100%;
}
header .header h2 {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
	color: #FFF;
	margin-top: 30px;
	margin-left: 50px;
	line-height: 1.8;
}
header .header img {
	float: right;
}



/* # =================================================================
   #contents
   # ================================================================= */
#contents {
	
}




/* # =================================================================
   #problem
   # ================================================================= */
#problem {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 50px auto;
	position: relative;
	text-align: center;
}
#problem h3 {
	color: var(--blue1);
	font-weight: bold;
	font-size: 32px;
	font-size: clamp(1rem, 0.529rem + 2.35vw, 2rem);
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 740px;
	margin: 0px auto 0 auto;
	line-height: 1.6;
}
#problem h3 img {
	float: left;
}
#problem ul {
	clear: both;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	background: var(--blue2);
	border-radius: 10px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 15px;
	text-align: left;
}
#problem ul li {
	padding: 7px 0 7px 0;
}
#problem ul li p {
	font-size: 18px;
	font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
	font-weight: bold;
 /*   border-bottom: 2px solid #FF7F83;*/
	display: inline-block;
	text-indent: -0.5em;
	padding-left: 0.5em;
 }

#problem ul li p.underline {
	background: linear-gradient(#FF7F83, #FF7F83) 0 100%/0 2px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
	transition: background 3s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
	text-decoration: none;
	/*テキストの装飾の設定 */
}
.underline.show {
    animation-name: anime_underline;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
}

/*.left_to_right.show {
    max-width: 100%;
    animation-name: anime_left_to_right;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
}*/

@keyframes anime_underline {
    0% {
        background-size: 0% 2px;
    }
    100% {
        background-size: 100% 2px;
    }
}

#problem h4 {
	color: var(--blue1);
	font-weight: bold;
	font-size: 18px;
	font-size: clamp(1rem, 0.941rem + 0.29vw, 1.125rem);
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	border-radius: 10px;
	background: var(--yellow1);
}


/* # =================================================================
   #flow
   # ================================================================= */
#flow {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: var(--blue2);
	padding-bottom: 30px;
}
#flow:after {
	content: "";
	display: block;
	background: #FFF;
	position: absolute;
	top:0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
#flow h3 {
	color: var(--blue1);
	font-weight: bold;
	font-size: 32px;
	font-size: clamp(1.25rem, 0.897rem + 1.76vw, 2rem);
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background: var(--blue1);
	color: #FFF;
	position: relative;
	padding: 20px 0 20px 0;
	z-index: 3;
}
#flow h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid var(--blue1);
}


#flow h3 img {
	position: absolute;
	right: -30px;
	top: -30px;
}

#flow .flowBlock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#flow .flowBlock:before {
	content: "";
	display: block;
	background: url(../../img/bgline1.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 0;
	width: 117px;
	height: 671px;
	z-index: 2;
}
#flow .flowBlock:after {
	content: "";
	display: block;
	background: url(../../img/bgline2.png) no-repeat;
	position: absolute;
	top: 50px;
	right: 0;
	width: 117px;
	height: 671px;
	z-index: 2;
}


#flow ul {
	width: 100%;
	max-width: 740px;
	margin: 30px auto;
	text-align: left;
	border: 1px solid var(--blue1);
	background: #FFF;
	position: relative;
	z-index: 5;
}
#flow ul li.no {
	font-size: 18px;
	border-bottom: 1px solid var(--blue1);
}
#flow ul li.no span {
	display: inline-block;
	background: var(--blue1);
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
#flow ul li.no strong {
	color:  var(--blue1);
	font-weight: bold;
	padding: 5px;
}
#flow ul li.txt {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
	line-height: 1.8;
	padding: 10px;
}





/* # =================================================================
   #voice
   # ================================================================= */
#voice {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
#voice h3 {
	color: #000;
	font-weight: bold;
	font-size: 26px;
	font-size: clamp(1.25rem, 1.074rem + 0.88vw, 1.625rem);
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0 auto;
	position: relative;
	padding: 20px 0 20px 0;
	z-index: 3;
}

#voice ul {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}
@media screen and (max-width:900px) {
	#voice ul {
	padding-left: 3%;
	padding-right: 3%;
	}
}

#voice ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
#voice ul li img {
	width: 100px;
	width: 11%;
	min-width: 60px;
}
#voice ul li.tL img {
	float: left;
}
#voice ul li.tR img {
	float: right;
}
@media screen and (max-width:750px) {
	#voice ul li.tL img {
	margin-right: 0%;
	}
	#voice ul li.tR img {
	margin-left: 0%;
	}
}

#voice ul li p {
	font-size: clamp(0.875rem, 0.806rem + 0.34vw, 1rem);/*900-16->390-14*/
	line-height: 1.8;
	border-radius: 10px;
	padding: 22px;
	display: inline-block;
	max-width: 780px;
	font-family: "IBM Plex Sans JP", serif;
	width: 87%;
	min-height: 5em;
	position: relative;
	text-align: justify;
	letter-spacing: 0em;
/*	text-indent: -1em;
	padding-left: 2em;*/
}
#voice ul li.minS p {
	width: auto;
	min-height: 3em;
	line-height: 3em;
}
#voice ul li.minSR p {
	width: auto;
	float: right;
	display: inline-block;
	min-height: 3em;
	line-height: 3em;
}
#voice ul li.minSL p {
	width: auto;
	float: left;
	display: inline-block;
	min-height: 3em;
	line-height: 3em;
}
#voice ul li.double p {
	width: 75%;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
}

#voice ul li.min p {
	min-height: 3em;
	line-height: 3em;
}	
@media screen and (max-width:750px) {
	#voice ul li p {
	line-height: 1.6;
	padding: 10px;
	width: 80%;
	}
	#voice ul li.double p {
		width: auto;
		display: inline-block;
	}
	#voice ul li.minS p {
	}
}

@media screen and (max-width:900px) {
	#voice ul li.min p {
	min-height: 3;
	line-height:1.6;
	}	
}

		@media screen and (max-width:400px) {
		#voice ul li p {
			width: 78%;
		}
		}


#voice ul li.tL p {
  margin-left: 2%;
}
#voice ul li.tR p {
  margin-right: 2%;
}
@media screen and (max-width:750px) {
	#voice ul li.tL p {
	float: right;
  }
  #voice ul li.tR p {
  margin-right: 2%;
  }
}
#voice ul li.tL p:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -25px;
  margin-top: -20px;
  border: 10px solid transparent;
}
#voice ul li.tR p:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -25px;
  margin-top: -20px;
  border: 10px solid transparent;
}
@media screen and (max-width:750px) {
	#voice ul li.tL p:before {
  top: 30px;
  left: -20px;
  margin-top: -5px;
  border: 5px solid transparent;
  }
	#voice ul li.tR p:before {
  top: 30px;
  right: -20px;
  margin-top: -5px;
  border: 5px solid transparent;
  }
}
#voice ul li p strong {
	font-size: clamp(1rem, 0.904rem + 0.39vw, 1.125rem);/*900-18->390-16*/
	padding-bottom: 10px;
	display: block;
}
#voice ul li p.c01 { background: #E7F4F0; }
#voice ul li p.c02 { background: #FDF2F4; }
#voice ul li p.c03 { background: #E8F5FD; }
#voice ul li p.c04 { background: #FEF7E9; }
#voice ul li p.c05 { background: #EAF2FB; }
#voice ul li p.c01 strong { color: #006C56; }
#voice ul li p.c02 strong { color: #FF6471; }
#voice ul li p.c03 strong { color: #2B88E3; }
#voice ul li p.c04 strong { color: #D59B00; }
#voice ul li p.c05 strong { color: #216CD0; }
#voice ul li.tL p.c01:before { border-right: 15px solid #E7F4F0; }
#voice ul li.tL p.c02:before { border-right: 15px solid #FDF2F4; }
#voice ul li.tL p.c03:before { border-right: 15px solid #E8F5FD; }
#voice ul li.tL p.c04:before { border-right: 15px solid #FEF7E9; }
#voice ul li.tL p.c05:before { border-right: 15px solid #EAF2FB; }
#voice ul li.tR p.c01:before { border-left: 15px solid var(--color1); }
#voice ul li.tR p.c02:before { border-left: 15px solid var(--color2); }
#voice ul li.tR p.c03:before { border-left: 15px solid var(--color3); }




/* # =================================================================
   #afterCare
   # ================================================================= */
#afterCare {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: var(--blue2);
	padding-bottom: 30px;
	overflow: hidden;
}
#afterCare:after {
	content: "";
	display: block;
	background: #FFF;
	position: absolute;
	top:0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
#afterCare h3 {
	color: var(--blue1);
	font-weight: bold;
	font-size: 32px;
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background: var(--blue1);
	color: #FFF;
	position: relative;
	padding: 20px 0 20px 0;
	z-index: 3;
}
#afterCare h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid var(--blue1);
}

#afterCare ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #FFF;
	display: block;
	border-radius: 10px;
	clear: both;
	text-align: left;
	position: relative;
	z-index: 3;
	padding: 15px;
	margin-top: 60px;
}
#afterCare ul li {
	text-align: left;
	position: relative;
}
#afterCare ul li.img {
	float: right;
	width: 150px;
}
#afterCare ul li.img img {
	width: 100%;
	margin-top: -30px;
}
#afterCare ul li.h4 {
	display: inline-block;
	color: #000;
	font-weight: bold;
	width: 620px;
}
#afterCare ul li.h4 h4 {
	font-size: clamp(0.875rem, 0.806rem + 0.34vw, 1rem);/*900-16->390-14*/
	display: block;	
	padding: 10px;
	border-radius: 10px;
	background: #FFFB00;
	margin-top: -50px;
	min-height: 4em;
	line-height: 1.8;
	vertical-align: middle;
}
#afterCare ul li.one h4 {
	padding-top: 20px;
}
#afterCare ul li.text {
	font-size: clamp(0.875rem, 0.806rem + 0.34vw, 1rem);/*900-16->390-14*/
	padding: 10px;
	width: 620px;
	line-height: 1.8;
}


#afterCare .afterCareBlock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#afterCare .afterCareBlock:before {
	content: "";
	display: block;
	background: url(../../img/bgline1.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	width: 117px;
	height: 671px;
	z-index: 2;
}
#afterCare .afterCareBlock:after {
	content: "";
	display: block;
	background: url(../../img/bgline2.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0;
	width: 117px;
	height: 671px;
	z-index: 2;
}




/* # =================================================================
   #faq
   # ================================================================= */
#faq {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
#faq h3 {
	color: #000;
	font-weight: bold;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0 auto;
	position: relative;
	padding: 20px 0 20px 0;
	z-index: 3;
}
#faq h3 span {
	background: var(--blue1);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	font-family: sans-serif;
	font-weight: bold;
}

#faq ul {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}
@media screen and (max-width:900px) {
	#faq ul {
	padding-left: 3%;
	padding-right: 3%;
	}
}

#faq ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
#faq ul li img {
	width: 120px;
	width: 13%;
	min-width: 60px;
}
#faq ul li.tL img {
	float: left;
}
#faq ul li.tR img {
	float: right;
}
@media screen and (max-width:750px) {
	#faq ul li.tL img {
	margin-right: 2%;
	}
	#faq ul li.tR img {
	margin-left: 2%;
	}
}

#faq ul li p {
	font-size: clamp(1rem, 0.904rem + 0.39vw, 1.125rem);/*900-18->390-16*/
	line-height: 1.8;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	max-width: 780px;
	font-family: "IBM Plex Sans JP", serif;
	width: clamp(40.625rem, 27.083rem + 28.89vw, 48.75rem);/*1200-780->750-650*/
	width: 85%;
	min-height: 5em;
	position: relative;
	text-align: justify;
	letter-spacing: 0em;
/*	text-indent: -1em;
	padding-left: 2em;*/
}
#faq ul li.minS p {
	width: auto;
	min-height: 3em;
	line-height: 3em;
}
#faq ul li.minSR p {
	width: auto;
	float: right;
	display: inline-block;
	min-height: 3em;
	line-height: 3em;
}
#faq ul li.minSL p {
	width: auto;
	float: left;
	display: inline-block;
	min-height: 3em;
	line-height: 3em;
}
#faq ul li.double p {
	width: 75%;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
}

#faq ul li.min p {
	min-height: 3em;
	line-height: 3em;
}	
@media screen and (max-width:750px) {
	#faq ul li p {
	font-size: clamp(1rem, 0.904rem + 0.39vw, 1.125rem);/*900-18->390-16*/
	line-height: 1.6;
	padding: 10px;
	width: 80%;
	}
	#faq ul li.double p {
		width: auto;
		display: inline-block;
	}
	#faq ul li.minS p {
	}
}

@media screen and (max-width:900px) {
	#faq ul li.min p {
	min-height: 3;
	line-height:1.6;
	}	
}

		@media screen and (max-width:400px) {
		#faq ul li p {
			width: 78%;
		}
		}


#faq ul li.tL p {
  margin-left: 2%;
	color:#FFF;
}
#faq ul li.tR p {
  margin-right: 2%;
}
@media screen and (max-width:750px) {
	#faq ul li.tL p {
	float: right;
  }
  #faq ul li.tR p {
  margin-right: 2%;
  }
}
#faq ul li.tL p:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -25px;
  margin-top: -20px;
  border: 10px solid transparent;
}
#faq ul li.tR p:before {
	content:"";
	position:absolute;
	width: 20px;
	height: 50px;
	right: -20px;
	top: 30px;
	z-index: 1;
	background-size: auto 100%;
	background-position-x: right;
	background-repeat: no-repeat;
	background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47 57"><defs><style> .cls-1 { fill: %23fff; stroke: %23CCC; stroke-miterlimit: 8; stroke-width: 1px; } </style></defs><polyline class="cls-1" points="-.10369 2.06216 15.96071 2.06216 41.89631 18.97291 15.96071 35.88189 -.10369 35.88189"/></svg>');
}
@media screen and (max-width:750px) {
	#faq ul li.tL p:before {
  top: 30px;
  left: -20px;
  margin-top: -5px;
  border: 5px solid transparent;
  }
	#faq ul li.tR p:before {
  top: 30px;
  right: -20px;
  margin-top: -5px;
  border: 5px solid transparent;
  }
}
#faq ul li p strong {
	display: block;
}
#faq ul li p.c00 { border: 1px solid #CCC; background: #FFF; }
#faq ul li p.c01 { background: #4685BD; }
#faq ul li p.c02 { background: #797DCA; }
#faq ul li p.c03 { background: #E08EB9; }
#faq ul li p.c04 { background: #49B1BB; }
#faq ul li.tL p.c01:before { border-right: 15px solid #4685BD; }
#faq ul li.tL p.c02:before { border-right: 15px solid #797DCA; }
#faq ul li.tL p.c03:before { border-right: 15px solid #E08EB9; }
#faq ul li.tL p.c04:before { border-right: 15px solid #49B1BB; }
#faq ul li.tR p.c01:before { border-left: 15px solid var(--color1); }
#faq ul li.tR p.c02:before { border-left: 15px solid var(--color2); }
#faq ul li.tR p.c03:before { border-left: 15px solid var(--color3); }




/* # =================================================================
   #info
   # ================================================================= */
#info {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: var(--blue2);
	padding-bottom: 30px;
	overflow: hidden;
}
#info:after {
	content: "";
	display: block;
	background: #FFF;
	position: absolute;
	top:0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
#info h3 {
	color: var(--blue1);
	font-weight: bold;
	font-size: 32px;
	font-family: "IBM Plex Sans JP", sans-serif;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px auto;
	background: var(--blue1);
	color: #FFF;
	position: relative;
	padding: 20px 0 20px 0;
	z-index: 3;
}
#info h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid var(--blue1);
}

#info .infoBlock .blockWrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	position: relative;
	text-align: left;
	padding: 25px;
}
#info .infoBlock .blockWrap ul.blockA {
}
#info .infoBlock .blockWrap ul.blockA li.point {

}
#info .infoBlock .blockWrap ul.blockA li.point p {
	background: #FFFB00;
	padding: 5px;
	display: inline-block;
	color: #003C75;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
#info .infoBlock .blockWrap ul.blockA li.img {
	position: absolute;
	right: 15px;
	top: 15px;
}
#info .infoBlock .blockWrap ul.blockB {
}
#info .infoBlock .blockWrap ul.blockB li.midashi {
	background: var(--blue1);
	color: #FFF;
	border-radius: 50px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}
#info .infoBlock .blockWrap ul.blockB li.txt {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
	line-height: 1.5;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 10px 0;
}
#info .infoBlock .blockWrap ul.blockB li.txt strong {
	color: var(--blue1);
	display: block;
	font-size: 18px;
	font-size: clamp(1rem, 0.941rem + 0.29vw, 1.125rem);
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
#info .infoBlock .blockWrap table {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
	margin: 15px 0 15px 0;
	line-height: 1.6;
}

#info .infoBlock .blockWrap ul.mark {
	
}
#info .infoBlock .blockWrap ul.mark li {
	display: inline-block;
	color: #FFF;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1em;
	font-weight: bold;
	font-size: 16px;
}
#info .infoBlock .blockWrap ul.mark li.red {
	background: #F83939;
	padding: 10px 15px;
}
#info .infoBlock .blockWrap ul.mark li.blue {
	background: #005DB4;
	padding: 10px 15px;
}




/* # =================================================================
   #introduction
   # ================================================================= */
#introduction {
	width: 100%;
	max-width: 900px;
	margin: 50px auto 50px auto;
	position: relative;
	text-align: left;
	background: #FFFBCF;
	padding: 30px;
	overflow: hidden;
}
#introduction li {
	display: inline-block;
}
#introduction li strong {
	font-size: 20px;
	font-size: clamp(1.125rem, 1.066rem + 0.29vw, 1.25rem);
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#introduction li.txt {
	width: 75%;
	vertical-align: top;
	font-size: 16px;
	font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
	line-height: 1.8;
}
#introduction li.pict {
	width: 20%;
	max-width: 154px;
	margin-left: 5%;
}
#introduction li.pict img {
	width: 100%;
}



/* # =================================================================
   footer
   # ================================================================= */
footer {
	width: 100%;
	max-width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	background: var(--blue1);
	padding: 30px 0 5px 0;
	overflow: hidden;
}
#footer {
	width: 100%;
	max-width: 700px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
	padding: 0px;
	overflow: hidden;
}
#footer h4 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF100;
	margin-bottom: 30px;
}
#footer ul.access {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
	max-width: 700px;
	margin: 0px auto 0px auto;
}
#footer ul.access li.btn {
	width: 45%;
}
#footer ul.access li.btn a {
	width: 100%;
	display: block;
	background: #FFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	border-radius: 3px;
	position: relative;
	padding-left: 20px;
}
#footer ul.access li.btn a:after {
	content: "";
	width: 35px;
	height: 24px;
	background: url(../../img/icon_mail.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -12px;
}
#footer ul.access li.btn a:hover {
	background-color: var(--yellow1);
}
#footer ul.access li.tel {
	width: 45%;
	font-weight: bold;
	line-height: 60px;
	font-size: 24px;
	color: #FFF;
}
#footer ul.access li.txt {
	width: 100%;
	margin-top: 20px;
}
#footer ul.access li.txt p {
	display: block;
	text-align: center;
	margin-top: 25px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#footer p.cright {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 25px;
	color: #FFF;
}



/*--------------------------------------------------------
  アニメーション設定
--------------------------------------------------------*/
.left_to_right {
  opacity: 0; /* 最初は非表示 */
  transition: opacity 1s ease-out, transform 1s ease-out; /* アニメーションのプロパティ */
}

.left_to_right.show {
	opacity: 1; /* スクロールすると表示される */
    max-width: 100%;
    animation-name: anime_left_to_right;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
}

@keyframes anime_left_to_right {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
