@charset "utf-8";
/* CSS Document */


*,
*::before,
*::after {
  box-sizing: border-box;
}

/* */
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
dl, dt, dd,
figure, figcaption,
blockquote {
  margin: 0;
  padding: 0;
}
body{
		color:#0D3178;
	font-family:Noto Sans JP,sans-serif;
	line-height:1;
	text-align:center;}

/* */
ul, ol {
  list-style: none;
}

p,li, th, td,dl{
	line-height:1.8em}
	

a {
  color: inherit;
  text-decoration: none;
}


img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/**/
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

/**/
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/**/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.listAnk,
.Inner{
	margin:auto;
	width:1080px;
}

strong{
	font-weight:900}

h2,h3,h4{
	font-weight:800}
/**/


	
	p.sub{
		padding:2em 0;
		background:url(../images/sub-bg.png) no-repeat center;
		font-size:2.25rem;
		font-weight:bold;}
		
			p.sub strong{
				display:block;
				font-size:3.75rem}
				
		/**/

#Outline{
  margin: 4em auto;
  background: #fff;
  border: 3px solid #d32f2f;
  border-radius: 8px;
  overflow: hidden;
}

#Outline h2 {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  color: #fff;
  padding:.6em 0;
  font-size: 1.875rem;
  font-weight: bold;
}

#Outline > p {
  padding: 2em 0;
  border-bottom: 2px solid #e0e0e0;}


#Outline .gaiyo {
		text-align:left;
}


#Outline .survey-left {
  border-right: 2px solid #e0e0e0;
}

#Outline dl {
  margin: 0;
}

#Outline dt {
  font-weight: bold;
  font-size: 1.25rem;
  border-left: 4px solid #d32f2f;
  padding-left: 10px;
}

#Outline dd {
	margin: .2em 0 1.4em 1em;
}

#Outline dd:last-child {
  margin-bottom: 0;
}

/**/
#Voice{background-size: auto auto;
padding:3em 0 0;
background-color: rgba(255, 245, 166, .4);
background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255,255,255, .3) 8px, rgba(255,255,255, .3) 12px );
}
#Voice h2{
	font-size:3rem;}
#Voice .Inner{
	background:url(../images/voice-chara.png) no-repeat right bottom;

  margin: 2em auto;
  display: flex;
  flex-wrap: wrap;
		justify-content:space-between;
  gap: 30px;
}

#Voice .box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  width: calc(50% - 15px);
		text-align:left;
}

#Voice .box h3 {
    font-size: 1.25rem;
				margin:0 0 .8em;
  line-height: 1.6;
}

#Voice .box .Inn{
		justify-content:space-between;
	display:flex;
	align-items:flex-start;}
	

#Voice .box .Inn p{
	width:360px;
	font-size:.938rem;
}


#Voice .box figure{
	padding: .4em 1em 0 0}
#Voice .box figure img {
  width: 140px;
  border-radius: 6px;
}

#Voice .box::after {
  content: "";
  display: block;
  clear: both;
}

/**/

.listAnk {
    text-align: center;
    padding:2em 0;
    display: flex;
    justify-content: space-between;

}


.listAnk li {
    margin: 0 0 1em;
    font-weight: 700
}


.listAnk li a {
    transition: all 1s;
    position: relative;
    display: block;
    background: #0ca126;
    border: 2px solid #0ca126;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    border-radius: 8px;
    transition: .6s
}

.listAnk li a:hover {
    background: #fff;
    color:#0ca126;
}

.listAnk li a:before {
    content: "";
    position: absolute;
    right: 1.8em;
				top:1.8em;
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}.listAnk li a:hover::before {
	border-color:#0ca126}
	/**/
	
	#CV{
		padding:3.6em 0 12em;
		background:
		url(../images/footer_bcg.png) no-repeat center bottom;
	}
		#CV h2{
			margin-top:2em;
			padding-top:2em;
			border-top:2px solid #333;
			display:inline-block;
		}
		#CV ul{
			position:fixed;
			right:0;
			bottom:3em;
			left:0;
			display:flex;
			align-items:flex-start;
			justify-content:center;}
			
			
	
		#CV ul li a{
			box-shadow:0 6px 6px rgba(0,0,0,.42);
			display:flex;
			align-items:center;
			background:#D80000;
			color:#FFF;
			font-size:1.25rem;
			font-weight:bold;
			padding: 1em 2em;
    text-shadow: 0 2px 0 rgba(0,0,0,.6);
			border-radius:10px;}
			
			
		#CV ul li a img{
			width:auto;}
			/**/
			#pageTop {
    position: fixed;
    bottom: 80px;
    right: 0
}

@media screen and (min-width:768px) {
	a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
	.sp{
		display:none}
	h1{
	background:url(../images/main-bg.jpg) center top no-repeat;}
	p.sub br{
		display:none}
	
	#Outline .gaiyo {
  display: flex;
  flex-wrap: wrap;
		text-align:left;
}

#Outline .survey-left,
#Outline .survey-right {
  width: 50%;
  padding: 25px;
}

/**/
.listAnk li {
    width: 48%;
}
/**/
	#CV ul li{
		margin:0 1em;
		width:330px;}
#CV ul li:last-child{
	display:none;
 }
	#CV ul li:nth-of-type(2) a{
		padding-left:3em}
#CV ul li a img{
			height:2em;
		margin:0 1.4em 0 0;
}
}
