@charset "UTF-8";
/*-------------------   common   -------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#fff;
	font-size:62.5%;
	text-align: left;
}
body{
	/* padding-top:166px; */
	/* margin-bottom: -166px; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
font-weight: 500;
	color:#333;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.8em;
	-webkit-font-smoothing:antialiased;
	background-color: #fff;
	    text-align: left;
}

body:lang(ja), button:lang(ja), input:lang(ja), select:lang(ja), optgroup:lang(ja), textarea:lang(ja), .author-description .author-link:lang(ja), .comment-metadata:lang(ja), .comment-reply-link:lang(ja), .comments-title:lang(ja), .comment-author .fn:lang(ja), .discussion-meta-info:lang(ja), .entry-meta:lang(ja), .entry-footer:lang(ja), .main-navigation:lang(ja), .no-comments:lang(ja), .not-found .page-title:lang(ja), .error-404 .page-title:lang(ja), .post-navigation .post-title:lang(ja), .page-links:lang(ja), .page-description:lang(ja), .pagination .nav-links:lang(ja), .sticky-post:lang(ja), .site-title:lang(ja), .site-info:lang(ja), #cancel-comment-reply-link:lang(ja), h1:lang(ja), h2:lang(ja), h3:lang(ja), h4:lang(ja), h5:lang(ja), h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja), input:lang(ja)[type="button"], input:lang(ja)[type="reset"], input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja), .comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja), .comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja), .comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja), .comment-form label:lang(ja), .widget_archive ul li:lang(ja), .widget_categories ul li:lang(ja), .widget_meta ul li:lang(ja), .widget_nav_menu ul li:lang(ja), .widget_pages ul li:lang(ja), .widget_recent_comments ul li:lang(ja), .widget_recent_entries ul li:lang(ja), .widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja), .entry .entry-content .wp-block-categories li:lang(ja), .entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja), .entry .entry-content .wp-block-cover-image h2:lang(ja), .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja), .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja), .entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja), .entry .entry-content .wp-block-video figcaption:lang(ja), .entry .entry-content .wp-block-image figcaption:lang(ja), .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja), .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(40px);
  transition: 1s;
transition-delay: 250ms;
}
img{
max-width: 100%;
}
a{
text-decoration: none;
}

.content-wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap:wrap;
}
.clearfix::after{
	content: "";
  display: block;
  clear: both;
}
.b{
font-weight:bold;
}
.font-big{
	font-size:1.4em;
}
.font-big2{
	font-size:2em;
}
.mb-15{
margin-bottom: 15px;
}
.mb-25{
margin-bottom: 25px;
}
.ml-_15{
margin-left: -30px;
}
.mr-_15{
margin-right: -30px;
}
.mb-60{
margin-bottom: 60px;
}
.mt-60{
margin-top: 60px;
}
.mt-30{
margin-top: 30px;
}
.mt-15{
margin-top: 15px;
}
.pb-60{
padding-bottom: 60px;
}
.ar-c{
	text-align:center;
}
.color-gr{
	color:#1b904f;
}
.color-gr2{
	color:#537562;
}
.color-or{
	color:#f39700;
}
.color-red{
	color:#ba000e;
}
.bg-gr{border:6px solid #e4f1ea;padding:20px;background:#fff;}
.bg-gr2{border:1px solid #1b904f;padding:10px 20px;background:#fff; color:#1b904f; font-weight:bold;}
.bg-bl{padding:20px;background:#EFF8FF;}
/*header*/
header {
   /* background: rgba(255,255,255,.8);*/
    padding: 80px 10px 10px;
    width: 100%;
    margin: 0 auto;
   /* box-shadow: 3px 2px 8px #ccc;*/
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
	
}
header h1 {
    width: 40%;
    max-width: 220px;
    float: left;
}

h1:not(.site-title):before, h2:before{
	content:none;
}
#head-btn{
	float:right;
}
#head-btn a{
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	border:2px solid #ff8417;
	background: #ff8417;
	border-radius: 50px;
	padding: 10px 40px;
	display: block;
	text-align: center;
	transition: 0.3s all;
	    margin-top: 12px;
	animation: skew 2.3s linear infinite;
}
#head-btn a:hover{
	color:#000;background:#ff8417;
}
#head-tel {
    float: right;
	margin-right:20px;
	
}
@keyframes skew {
        0% {transform: skew(0deg, 0deg);}
        5% {transform: skew(5deg, 4.2deg);}
        10% {transform: skew(-4deg, -3deg);}
        15% {transform: skew(3deg, 2.2deg);}
        20% {transform: skew(-2deg, -1.5deg);}
        25% {transform: skew(0.9deg, 0.9deg);}
        30% {transform: skew(-0.6deg, -0.6deg);}
        35% {transform: skew(0.3deg, 0.3deg);}
        40% {transform: skew(-0.2deg, -0.2deg);}
        45% {transform: skew(0.1deg, 0.1deg);}  
        50% {transform: skew(0deg, 0deg);}
    }
.mv {
    position: relative;
    max-width: 100%;
    height: 750px;
    margin: 0 auto;
    background: url(../images/sv/main.jpg) no-repeat 40% -60px;
    background-size: 100%;
}
.mv img {
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -300px;
    width: 600px;
}

.bred{
color:#aa1a1a;
}

/*content-01*/
.content-01{
text-align: left;
	    font-size: 1.4em;
    line-height: 1.4;
        padding: 80px 0 40px;
    margin: 0;
	position: relative;
	text-align: center;
}
.content-01 .content-wrap {
    width: 768px;
}
.content-01 .flex {
    margin: 0;
	justify-content: center;
	
}
.content-01 .flex p{
    margin: 20px 10px 10px;
	justify-content: center;
	
}
.content-01-2{
margin-top: 150px;
}
.content-01-3 {
    position: absolute;
    left: 35%;
    top: 45%;
    width: 30%;
}

.content-01-base {
    background: #efefef;
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: url(../images/sv/content1-bgb.png) no-repeat 50% bottom,linear-gradient(#efefef 92%, rgba(0,0,0,0) 10%);
    overflow: hidden;
}



.content-01-base::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 80px solid #efefef;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 1;
}

ul.base-list{
margin:60px auto;
list-style:none;
display: inline-block;
    margin-left: -15%;
}

ul.base-list li{
position:relative;
padding-left:30px;
background:url("../images/sv/check-icon.png") no-repeat left 10px;
margin:0 0 20px 0 ;
font-size:1.4em;
font-weight:bold;
background-size:25px;
line-height:1.6;
    text-align: left;
}
/*content-02*/
.content-02{
	background:url("../images/sv/content2-bg.png") no-repeat top center,#f1f0ef;
	    font-size: 2.5em;
    line-height: 1.4;
        padding: 60px 0 40px;
	position: relative;
    margin: 60px 0;
}

.content-02 .content-wrap {
	 width: 1200px;
}
h2 {
    font-weight: bold;
    margin: 60px 0;
    text-align: center;
    color: #fff;
}

.point-wrap {
        background: rgba(255,255,255,.65);
    border-radius: 6px;
    box-shadow: 1px 1px 7px #a9a9a9;
    padding: 20px;
	margin:0 10px 20px;
	width: 48%;
}
.content-02 .flex {
    justify-content: center;
}
p.point-txt {
    text-align: center;
    font-weight: bold;
    font-size: .6em;
    margin: 20px 0;
}
p.point-img {
    text-align: center;
}

p.point-txt span {
    display: inline-block;
    background: #e3e3e3;
    padding: 5px 10px;
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-size: 17px;
}
.point-dat {
    font-weight: normal;
    font-size: .6em;
    padding: 0 50px 40px;
}
/*03*/
.content-03 {
    background: #f1f0ef;
    line-height: 1.7;
    padding: 60px 0 100px;
    position: relative;
}
.content-03 h2{
	font-weight: bold;
	text-align: center;
	color:#404040;
	margin:0 0 60px;
	font-size: 2.4em;
	
}
.content-03 .flex{
	align-content: space-between;
	
}
.content-03 h2 span::before,.content-03 h2 span::after {
    background-color: #000;
}
.vo-det {
    background: #fff;
    padding: 20px 20px 20px;
    text-align: left;
    /* min-height: 395px; */
}
.vo-img {
    width: 100%;
    margin: 0 auto;
}
.vo-img img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}
article.voice {
    width: 32%;
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 6px #d0d0d0;
}
article.voice h3 {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.2em;
}
article.voice h3 span {
    font-weight: normal;
    font-size: .9em;
    text-align: right;
    display: block;
    float: right;
}
/*04*/
.content-04{
	background:#fff;
	    font-size: 1.5em;
    line-height: 1.4;
        padding: 60px 0;
	position: relative;
}
.content-04 h2 {
    font-weight: bold;
    text-align: center;
    color: #404040;
    margin: 0 0 60px;
    font-size: 1.8em;
}
.content-04 h2 span::before,.content-04 h2 span::after {
    background-color: #000;
}
.content-04 .flex div {
    width: 49%;
}

.btn a {
    display: block;
    background: #f59e14;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 1px 6px #9a9a9a;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    max-width: 320px;
    margin: 30px auto;
	text-decoration: none;
	cursor: pointer;
  transition: all 0.3s ease 0s;
font-size:20px;
}
.btn a:hover{border-bottom-color: transparent;
  transform: translateY(0.1875em);}

/*05*/
.content-05{
background:#f4f9f9;	
padding:0 0 60px;
}

.flow-area {
    margin-top: -200px;
}
.flow-step {
    background: #EFF8FF;
    box-shadow: none;
    margin: 0 0 10px;
    padding: 60px 40px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 0;
}
.flow-step h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.flow-step h3 span {
    margin-right: 20px;
        color: #1e6496;
font-size: 1.4em;
}
.content-05 .content-head {
    background: url(../images/sv/content5-bg.png) no-repeat center -220px;
    height: 600px;
}
.content-05 h2.fadeInUp {
    margin: 0;
    padding: 100px 0;
    font-size: 2.5em;
    line-height: 1.4;
}
p.al-c.msg {
    font-size: 1.2em;
    width: 768px;
    margin: 60px auto;
}
.g-area{
background:#f4f9f9;
	    padding: 40px 0;
}
.g-area dt {
    font-weight: bold;
    font-size: 1.4em;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 20px 0;
    padding: 20px 0;
}
.g-area dd {
    font-size: 1.1em;
}
.g-area dl {
    width: 768px;
    margin: 0 auto;
}
/*06*/
.content-06{
	    background: #f1f0ef;;
    line-height: 1.8;
    padding: 60px 0;
}
.content-06 h2{
	font-size: 2.5em;
	color:#000;
	    margin: 40px 0;
}
.content-06 h2 span::before,.content-06 h2 span::after{background:#000;}

.vo-step {
    background: #fff;
    box-shadow: 1px 1px 6px #d0d0d0;
    margin: 0 0 10px;
    padding: 20px 40px;
    font-size: 1.2em;
    font-weight: normal;
    border-radius: 10px;
}

.voc-img{
width:16%;
}
.voc-txt {
    width: 84%;
}
.voc-img img {
    background: #e7e7e7;
    padding: 20px 15px;
    display: block;
}
.vo-step h3 {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 10px;
    border-left: 4px solid #ff8417;
    margin-bottom: 20px;
}
.vo-step h3 span {
    background: #ff8417;
    color: #fff;
    font-size: .8em;
    padding: 5px 20px;
    border-radius: 50px;
       margin: 0 0 0 15px;
}

/*07*/
.content-07 {
    background: #efeee1;
    line-height: 1.8;
    padding: 60px 0 0;
}


.content-07 h2{
	font-size: 2.5em;
	color:#000;
	    margin: 40px 0;
}
.content-07 h2 span::before,.content-07 h2 span::after{background:#000;}


.content-07 .content-wrap{
	   width:768px;
}
p.cont-head {
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    color: #271801;
}
.cont-txt {
    text-align: center;
    font-size: 1.2em;
}
.cont-txt a {
    display: block;
    margin: 60px 0 10px;
}
.cont-img {
    width: 35%;
}
.cont-txt .btn.ybtn a {
    width: 100%;
    max-width: 100%;
    background:url(../images/sv/mail-icon1.png) no-repeat 40px center,#f59e14;
background-size:50px;
}

.btn.w-btn a {
    background: #fff;
    color: #000;
}
.btn.w-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    left: 85%;
    height: 3px;
    background: #000;
}

/*08*/
.content-08{
	    background: #fffffa;
    line-height: 1.8;
    padding: 60px 0;
}

.content-08 .content-wrap{
	   width:768px;
}

/*09*/
.content-09{
	    background: #f1f1f1;
    line-height: 1.8;
  
}

.content-09 .content-wrap{
	background: url("../images/lady.png") no-repeat 90% bottom;
	   width:768px;
	  padding: 100px 0;
}


/*10*/
.content-10{
	background:  url("../images/bg8.png") no-repeat left bottom;
    line-height: 2;
	background-size:cover;
	color:#000;
	font-weight:bold;
	
  
}


.content-10 .content-wrap{
	   width:600px;
	  padding: 40px 0 60px;
	  position:relative;
}

.content-10 .content-wrap::after{
content:"";
position:absolute;
width:250px;
height:400px;
right:-10%;
bottom:0;
background:url(../images/onis.png) no-repeat;
background-size:100%;

}

/*11*/
.content-11{
	background:#f3f6f1;
    line-height: 1.8;
}

.content-11 h2{
	margin-bottom:20px;
}

.content-11 .content-wrap{
	   width:768px;
	  padding: 40px 20px 60px;
}
.bg-wh{
	background: #fff;
	padding: 30px;
	margin: 20px 0 10px;
}

.content-11 .bg-wh .flex{
	justify-content: space-between;
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
}
.content-11 .bg-wh .flex div{
	width: 33%;
	text-align: center;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    -webkit-backface-visibility: hidden;
    background: #fbfbfb;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0.8rem 0.66rem;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 3px;
        font-size: 16px;
    width: 100%;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: background 150ms ease-in-out;
    background: #00ac4e;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 15px 70px;
    text-decoration: none;
    vertical-align: bottom;
    display: block;
    margin: 20px auto;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #729c58;
    cursor: pointer;
}
.bg-gr button,.bg-gr input[type="button"]{
	background:#eaf5f0;
	color:#00ac4e;
	font-size: .6em;
	border-radius: 0;
	border: 1px solid #00ac4e;
	padding: 20px;
	font-weight: normal;
	    display: inline-block;
    margin-bottom: 0;
	    margin-left: -10px;
	
}
.bg-gr input[type="text"]{
	border: 1px solid #00ac4e;
	color: #00ac4e;
	padding:7.5px 20px; 
	border-radius: 0;
	
}
.content-11 .bg-gr {
    border: 8px solid #e4f1ea;
    border-radius: 10px;
}

/*12*/
.content-12{
	background:url("../images/kasai_bg.png") no-repeat center top;
    line-height: 1.8;
}

.content-12 .content-wrap{
	   width:768px;
	  padding: 40px 0;
}

.hoken-btn a{
	background:#f39700;
	text-decoration: none;
	font-weight: bold;
	width:75%;
	color:#fff;
	border-radius: 50px;
	padding: 15px 40px;
	display: block;
	text-align: center;
	transition: 0.3s all;
	    margin:30px auto 20px;
	animation: skew 2.3s linear infinite;
	    font-size: 1.4em;
	
}

div#footer-contents {
    background: #e3e3e3;
    color: #333;
    text-align: center;
    padding: 10px;
}
footer {
    padding: 20px 0;
}
footer .content-wrap {
    width: 600px;
	    margin-bottom: 40px;
}
img.sv {
    display: block;
    margin: 20px auto;

}
footer .flex div {
    width: 48%;
	
}
/*13*/
.content-13{
	background:#fff;
    line-height: 1.8;
}

.content-13 .content-wrap{
	   width:768px;
	  padding: 40px 0;
}
.contain-tb{
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	margin: 40px auto;
	width:100%;
}
.contain-tb img {
    height: 100%;
    width: auto;
    max-height: 40px;
    vertical-align: bottom;
    margin: 0 10px;
}
.contain-tb th{
	width: 30%;
	background:#f8f8f8;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	padding: 10px;
	font-weight: bold;
}
.contain-tb td{
	width: 70%;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	padding: 10px;
}
.content-11 .bg-wh .flex div.lineico {
    position: absolute;
    width: 70px;
    right: 20%;
    top: 50px;
display:none;
}
.pc{display: block;}
.sp{display: none;}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*yume*/

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
    background-color: #10394b;
opacity:.5;
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 4px 4px;*/
  z-index: 2;
}
.opacitys{
transition: .5s;
}
.opacitys:hover{
opacity:.6;
    
}


p.ttl-big {
   position: relative; */
    text-align: left;
    color: #fff;
    position: absolute;
    top: 40vh;
    bottom: 0;
    left: -60vh;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 700px;
    width: 100%;
    height: 300px;
    font-family: yu-mincho-pr6, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    line-height: 1.6;
}

p.ttl-big img{
width:100%;
}

.bnr-wrap{
max-width:400px;
margin:-60px auto 60px;
position:relative;
z-index:3;
}

.sri-bg {
    background: url(../img/sri-bg.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.block{
width:100%;
max-width:1200px;
margin:0 auto;
}

h2.main-ttl {
    font-weight: bold;
    margin: 60px 0;
    text-align: center;
    color: #000;
    font-family: brandon-grotesque, sans-serif !important;
font-style: normal;
    font-size: 4em;
position:relative;
    text-align: left;
display: inline-block;
}
h2.main-ttl::after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 10px;
    left: 0;
    right: 0;
    background: #ddeaff;
    z-index: -1;
}

.center{text-align:center;
}
h2.main-ttl span {
    font-size: .3em;
    display: block;
    text-align: left;
margin-bottom:10px;
font-weight:normal;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.btn a {
    display: block;
    text-align: center;
    margin: 40px auto;
    border-radius: 80px;
    color: #ffffff;
    position: relative;
    background: #FF5151;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 0;
}

.btn a::before {
top:40%;
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.con-001 {
    padding: 60px 0;
clear: both;
}
section.con-001.s04 {
}

section.con-001.s01 {
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: bold;
    background: #F4F5F7;
}

.bg-gr {
    background: #f2f2f2;
    border: none;
    padding: 60px 0;
}


.vd {
    float: left;
     background: #fbafb482; 
    width: 70%;
    padding: 80px;
position:relative;
margin:40px 0;
}


.vd2 {
    float: right;
    background: #affbe982;
    width: 70%;
    padding: 80px;
position:relative;
}

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

.bg-yume{
background:url(../img/vobg.png) no-repeat;
background-size:contain;
    background-position: center;
}


.block.map {
    max-width: 800px;
}

.block.conat {
    max-width: 500px;
}

.bg-grb {
    background: #d7e5e6;
    border: none;
    padding: 60px 0;
}

.bg-grbb {
    background: #5facb1;
    border: none;
    padding: 60px 0;
}

.f_bnr {
    padding: 2.5% 2%;
    background: #f0f0f0;
}

.f_bnr .inner {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.f_bnr .inner figure {
    text-align: center;
    margin: 0 auto 2em;
}

.f_bnr .inner ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.f_bnr .inner ul li {
    width: 19.5%;
    margin-bottom: 1.5em;
}

.footer_bottom {
    background-color: #fdfcfb;
}

.footer_bottom_box {
    width: 61%;
    margin: 0 auto;
    position: relative;
    max-width: 860px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_30 {
    margin-top: 30px!important;
}

footer#colophon {
    text-align: center;
}

.main-navigation ul li a {
    color: #000;
font-style: normal;
    font-weight: 900;
    display: block;
    padding: 20px 12px;
    font-size: 15px;
    letter-spacing: -1.5px;
line-height: 1.2;
}

.main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header{
transition: .5s ;
}
.headerColor-default{
    background: #fff;
    padding: 10px;
}

li#menu-item-44 a {
    background: #B1E2FF;
    border-radius: 80px;
    padding: 10px 40px;
    display: block;
transition: .5s;

}

li#menu-item-44 a:hover {
    text-decoration: none;
    background: #375a4a;
}

.saiyo-btn{
display:none;
}
.txt-in {
    text-align: center;
}
.txt-in.inn-mid {
    max-width: 800px;
    margin: 0 auto;
}
.txt-wrap {
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.kv-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    animation-name: fadein;
    animation-duration: 2s;
    margin-left: auto;
    margin-right: 0;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.kv-wrap img {
    max-width: 1200px;
    height: 70vh;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;';
    display: block;
    margin: 0 auto;
    border-radius: 0px 0px 0px 400px;
    box-shadow: 1px 1px 8px #ccc;
}

.page-id-12 .kv-wrap img {
    object-position: center top;
}
.kv-wrap h2 {
    position: absolute;
    background: none;
    font-family: brandon-grotesque, sans-serif !important;
    color: #070707;
    font-weight: 600;
    left: -25%;
    padding: 30px 80px;
    font-size: 6em;
    letter-spacing: 2rem;
    top: 50%;
    margin: 0;
    text-align: left !important;
    border: none;
    text-shadow: 1px 1px 4px #fff;
}
.kv-wrap h2 span {
	font-size: 18px;
	text-align: left;
    font-family: inherit;
    margin: 40px 0 0 auto;
    padding: 0;
display:block;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 letter-spacing: 1rem;
}

a.sh-btn {
    border: 2px solid #fff;
    padding: 20px 30px;
    display: block;
    margin: 40px auto 0;
    width: 300px;
}

h3.page-ttl {
    font-weight: bold;
    font-size: 1.8em;
    color: #070707;
    font-weight: 600;
    letter-spacing: 1rem;
    text-align: center;
        margin: 80px 0 40px;
    line-height: 1.6;
}

h3.page-ttl span{
color: #ff6589;
}

.sv-box {
    position: relative;
    width: 30%;
z-index:1;
margin-bottom:40px;
}

.sv-box::after {
            position: absolute;
    content: "";
    z-index: -1;
    top: 30px;
    background: #f5f5f5;
    width: 100%;
    padding-top: 110%;
    border-radius: 0;
}

p.num {
    color: #f48686;
    font-size: 68px;
    font-family: alisha, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

h4.g-ttl {
    font-weight: bold;
    font-size: 1.3em;
    margin: 30px auto;
    line-height: 1.5;
display:inline-block;

}

.sv-img {
    margin: 0 15px;
text-align: center;
}

.sv-txt {
    color: #333;
        margin: 20px 40px;
}


.step-box p.num {
    text-align: left;
    font-size: 55px;
    margin-bottom: 40px;
color:#62c6ad;
}

h4.step-ttl {
    font-weight: bold;
    font-size: 1.4em;
color:#62c6ad;
    font-family: yu-mincho-pr6, sans-serif !important;
    margin-bottom: 10px;
}

.step-box p.num {
    text-align: left;
    font-size: 55px;
    margin: 60px 0 20px;
    color: #62c6ad;
    letter-spacing: 2px;
}

.step-box {
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
}

.qatt{
color:#fb5f5f;
font-family: yu-mincho-pr6, sans-serif !important;
font-weight: bold;
    font-size: 1.4em;
display:block;
margin-bottom:5px;
}

.question {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.15em;
    color: #484141;
    padding: 15px;
    font-family: yu-mincho-pr6, sans-serif !important;
    border-bottom: 1px dotted #a2a2a2;
}
p.answer {
    display: none;
    background: #f7f7f7;
    margin-left: 1em;
    padding: 10px;
    font-size: 1em;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #F88789;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.yumebbb {
    position: relative;
z-index:1;
}

.yumebbb::after {
    content: "Feature";
    position: absolute;
    font-family: pacifico, sans-serif;
    z-index: -1;
    color: #ffffff;
    opacity: .61;
    top: 110px;
    font-size: 180px;
    letter-spacing: 25px;
    left: 34%;
}

.pick-box {
    background: #fff;
    width: 49%;
    margin: 0 0 20px;
    padding: 40px;
}

h4.pick-ttl {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    margin: 0 0 30px;
}

.pick-box .sv-img {
    width: 80px;
    margin: 0 auto 20px;
    text-align: center;
    min-height: 75px;
    vertical-align: middle;
}

.post, .page {
    margin:0;
}

span.us {
    color: #df6e72;
    font-weight: bold;
    font-size: .8em;
}

section.p-contact dt {
    font-weight: bold;
    margin-bottom: 10px;
    color: #382816;
}
section.p-contact input, section.p-contact select, section.p-contact textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid #e26666;
}


section.p-contact dl {
    margin: 10px auto 20px;
    font-weight: 500;
max-width: 500px;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: background 150ms ease-in-out;
    background: #6cb593;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 15px 70px;
    text-decoration: none;
    vertical-align: bottom;
    display: block;
    margin: 20px auto;
    max-width: 300px;
}

section.member-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.member-img img {
    display: inline-block;
    box-sizing: border-box;
margin-bottom:5px;
}

section.member-wrap .member-list {
    width: 25%;
padding:40px 2%;

}

section.member-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}



section.member-wrap .member-list {
    width: 25%;
padding:40px 2%;

}
.member-name {
    text-align: center;
    font-weight: bold;
    color: #f75347;
    font-size: 1.1em;
}
.member-name p:first-child {
    font-size: .8em;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: -1px;
        min-height: 50px;
}
.member-name p:nth-child(2) {
    margin-top: 0;
}
.home .member-name p:nth-child(2) {
    margin-top: 50px;
}
p.member-btn {
    background: #6cb593;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    position: relative;
    letter-spacing: -1px;
    margin-top: 10px;
}

.member-hide{
display:none;
    width: 250%;
    background: #fff4f4;
    padding: 20px;
    position: relative;
}

p.staff_syozoku {
    font-weight: bold;
}
p.member-btn::before {
    position: absolute;
    content: "";
    left: 15px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    top: 36%;
}
p.member-btn::after {
    left: 20px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #6cb593;
    position: absolute;
    content: "";
    top: 40%;
}
p.staff_position {
    color: #f75347;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1em;
}
p.staff_name {
    color: #f75347;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 1.3em;
	margin-bottom: 30px;
}

p.staff_small span.staff_small_l {
        background: #ffdc73;
    text-align: center;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    font-size: .9em;
        min-width: 80px;
margin-top:5px;
}

p.staff_small span.staff_small_r {
    margin-top: 5px;
        font-size: .84em;
}

.staff_det .m80-t {
    margin-top: 50px;
}
.member-list:nth-of-type(4n) .member-hide{
margin-left:-150%;
}



.item_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item{
    display: flex;
    width: 48%;
    margin: 30px 0 50px;
    flex-flow: wrap;
    justify-content: space-between;
}

 .item .txt{
width: 63%;
    margin-bottom: 15px;
}
.item .txt p.ttl{
    font-size: 1.8rem;
    font-weight: bold;
color: #e71e2f;
}
.item .txt p{
font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: .3em;
    
}


.item figure{
width: 29.5%;
    margin-bottom: 15px;
}

.voice_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice_content .col-md-5 {
    width: 10%;
}

.col-md-12 {
    width: 100%;

}

.col-md-7 {
    width: 85%;
}
.flex-box {
    display: flex;
flex-wrap: wrap;
    justify-content: space-between;
}

.col-md-6.col-sm-6.col-xs-12.voice_content_under {
    width: 48%;
    padding: 15px;
    box-shadow: 0 0 8px #e2e2e2;
    margin-bottom: 15px;
}


.content_wrap.flex-box h3 {
font-size: 1.8rem;
    font-weight: bold;
font-family: yu-mincho-pr6, sans-serif !important;

}


.content_wrap.flex-box h4 {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: yu-mincho-pr6, sans-serif !important;
    margin: 10px 0;
    color: #f6a2a2;
}


p.heightLine-1 {
    margin: 15px 0;
}

.n2_clear {
    clear: both;
    margin-top: 100px;
}

section.sec_3 .inner .news_box {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.sec_3 .inner .news_box article {
    display: flex;
    width: 33%;
    color: #000;
    flex-flow: wrap;
    flex-direction: column;
}

section.sec_3 .inner .news_box article figure {
    margin-bottom: .5em;
    height: 150px;
    overflow: hidden;
}

section.sec_3 .inner .news_box article figure img {
    object-fit: cover;
}

section.sec_3 .inner .news_box article div {
    width: 100%;
}

section.sec_3 .inner .news_box article p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: auto;
    padding: .5em 0 0;
max-width:80%;
}

.t_r {
    text-align: right;
}

section.sec_3 .inner .info_box {
    display: flex;
    margin-bottom: 1em;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    align-items: center;
}

section.sec_3 .inner .info_box ul {
    width: 70%;
}

section.sec_3 .inner .info_box ul li p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 71%;
}

section.sec_3 .inner .info_box ul li a {
    display: flex;
    margin: .5em 0;
    align-items: flex-start;
}

section.sec_3 .inner .more a {
    display: block;
    margin: 0 10px 40px 0;
    font-weight: bold;
    width: 300px;
    padding: 1em 2em;
    /* border: #000 solid 2px; */
    background: #6cb593;
    color: #fff;
}

p {
    word-break: break-all;
}

.info_box p:first-child {
    margin-right: 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.info_box .date {
    margin-right: 15px;
}

.pagenation {
    text-align: center;
}

h3.type-yougo {
    background: #f1f1f1;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px;
}

h4.type-yougo {
    font-weight: bold;
    font-size: 1.1em;
    color: #49a77b;
}

h4.type-yougo + div {
    background: #f8feff;
    padding: 10px 10px 0px;
    margin-bottom: 40px;
}

ul.yougo_tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff0f5;
    font-weight: bold;
    font-size: 1.1em;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 20px auto 50px;
max-width:450px;
}

ul.yougo_tag li {
    width: 40px;
    position: relative;
    text-align: center;
}

ul.yougo_tag li a {
    text-decoration: underline;
}

.slid {
    max-width: 1200px;
    float: right;
position:relative;
    width: 75%;
}

.slid-txt {
    position: absolute;
	left:-29%;
    top: 250px;
    font-size: 4.5em;
    line-height: 1.5;
    font-weight: bold;
}

.slid-txt span{
 color:#ff6589;
}

.slid-btn{
    position: absolute;
    left: -29%;
    top: 700px;


}

.slid-btn a {
    display: block;
    background: url(../img/yuuki/arrow.png) no-repeat 95% center,#FF5151;
    color: #fff;
    font-weight: bold;
        font-size: 1.8em;
    padding: 35px 80px 30px 30px;
    border-radius: 80px;
    z-index: 2;
    text-decoration: none;
}

.slid-btn a.line-btn {
    background: url(../img/yuuki/arrow.png) no-repeat 95% center,#40ddae;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.slid-btn a.line-btn::before {
    content: '';
    display: inline-block;
    width: 25px;/*画像の幅*/
    height: 25px;/*画像の高さ*/
    background-image: url(../img/line_white.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 1px;
}

@media only screen and (max-width: 768px) {
    .slid-btn a.line-btn {
        background-size: 15px;
    }

    .slid-btn a.line-btn::before {
        width: 20px;/*画像の幅*/
        height: 20px;/*画像の高さ*/
        margin-top: -5px;
    }
}




.slid-btn a span {
    display: block;
    position: absolute;
    top: -20px;
    color: #000;
    background: #fdff51;
    font-size: .9em;
    padding: 10px 10px 5px;
}


.flex.ss1 div {
    width: 33%;
    margin-top: 10px;
}
.bg-dd {
 background-color   : #ffffff;
  background-image   : radial-gradient(rgba(153, 153, 153, 0.49) 4%, transparent 7%),
                       radial-gradient(rgba(153, 153, 153, 0.49) 4%, transparent 7%);
  background-position: 0 0, 14px 14px;
  background-size    : 28px 28px;
}

section.con-001.s03 {
    background: #F4F5F7;
position:relative;
overflow:hidden;
}

section.con-001.s03::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #e8f0ff;
    top: -20px;
    width: 40vw;
    height: 40vw;
    left: 30vw;
    z-index: -1;
}

.pp-box {
    font-weight: bold;
    color: #4293d8;
    font-size: 2em;
    background: #fff;
    padding: 20px 40px 20px 80px;
    border-radius: 80px;
    box-shadow: 1px 1px 8px #e8e8e8;

width:49%;
margin-bottom:10px;
}
.pp01{
background: url(../img/yuuki/iconp-1.png) no-repeat 15px center,#fff;
background-size: 60px;
}
.pp02{
background: url(../img/yuuki/iconp-2.png) no-repeat 15px center,#fff;
background-size: 60px;
}
.pp03{
background: url(../img/yuuki/iconp-3.png) no-repeat 15px center,#fff;
background-size: 60px;
}
.pp04{
background: url(../img/yuuki/iconp-4.png) no-repeat 15px center,#fff;
background-size: 60px;
}
.pp05{
background: url(../img/yuuki/iconp-5.png) no-repeat 15px center,#fff;
background-size: 60px;
}
.pp06{
background: url(../img/yuuki/iconp-6.png) no-repeat 15px center,#fff;
background-size: 60px;
}

section.con-001.s-staff {
background: url(../img/yuuki/dot_bg.png)repeat,#fff;
}

section.member-list {
    position: relative;
}
.s-staff .member-name {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 1.1em;
    background: #fff;
    box-shadow: 1px 1px 8px #d8d8d8;
    position: absolute;
    width: 80%;
    text-align: left;
    font-weight: bold;
    bottom: 0;
    right: -20px;
    padding: 15px;
}

.s-staff .member-name {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 1.1em;
    background: #fff;
    box-shadow: 1px 1px 8px #d8d8d8;
    position: absolute;
    width: 80%;
    text-align: left;
    font-weight: bold;
    bottom: 0;
    right: -20px;
    padding: 15px;
}

.member-name p:first-child {
    font-size: .8em;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: -1px;
    min-height: 0px; 
    position: absolute;
    top: 15px;
    background: #358bd4;
    color: #fff;
    padding: 5px 15px;
}
.pp-box span {
    color: #333;
    display: block;
    font-size: 14px;
position:relative;
}

.slick-slide .member-img {
    padding:0 50px;
}

.slick-prev::before {
        position: relative;
        content: "\f060";
        font-family: FontAwesome;
        background: rgba(255,255,255,0.5);
        padding: 10px;
        opacity: 1;
          }
 
.slick-next::before {
        position: relative;
    content: "\f061";
    font-family: FontAwesome;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    opacity: 1;
          }
 
.slick-prev{
     left: 80px;
     }
.slick-next{
     right: 80px;
    }
 
.slick-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
    }
@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
 
.slick-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
        }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}
  @media screen and (max-width:480px) {
    .slick-prev{
        left: 30px;                 
    }
     .slick-next{
       right: 30px;
    }
}


.ass-wrap {
    border-radius: 0px 0px 176px 0px;
    background: #ffffffeb;
    position: relative;
    top: 0;
    width: 60%;
    padding: 20px 20px 80px;
    position: absolute;
    font-weight: bold;
    box-shadow: 1px 1px 6px #b5b5b5;
}
section.con-001.ss-access .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ass-wrap::after{
content:"";
position:absolute;
left:10%;
right:30%;
height:10px;
background:#458dca;
top:0;
}
section.con-001.ss-access {
    background: #F4F5F7;
}
section.con-001.ss-voice {
    background: #F4F5F7;
}
section.con-001.ss-qa {
    background: url(../img/yuuki/dot_bg.png)repeat,#fff;
}
.ass-box {
    width: 47%;
margin:0 .5% 30px;
    position: relative;
}

p.ass-name {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #458dca;
position:relative;

}

.qa-box {
    width: 49.5%;
    background: #F4F5F7;
    padding: 30px 40px 30px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}

.qa-box::before {
    top: 40%;
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #FF5151;
    border-right: 4px solid #FF5151;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.under-p .qa-box {
    width: 100%;
}
.under-p .qa-box::before {
        top: 40%;
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FF5151;
    border-right: 2px solid #FF5151;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.under-p .qa-box.active::before {

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vo-ww {
    width: 30%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 83px 0px;
    position: relative;
    padding: 70px 15px 40px 15px;
    background: #fff;
    margin: 50px 0 20px;
}
.vo-ww img{
display:block;
width:80px;
position:absolute;
left:50%;
margin-left:-40px;
top:-30px;
}
.bvo-te{
position:absolute;
color: #B5B5B5;
left:15px;
top:5px;
font-weight:bold;
font-size:6em;
}

section.con-001.ss-voice .slider-bb .slick-slide {
    padding: 0 10px;
}

.s08 .btn a {
    margin-top: -40px;
    background: #154360;
}

.s08 .btn2 a {
    margin-top: 10px;
    background: #40ddae;
}

.cont-btn{
display:none;
}

.atacc + .txt-box{
display:none;
margin-bottom:20px;
background: #fff;
    padding: 15px;
}
.flex.pp-box-acc > div {
        width: 70%;
    margin: 0 auto;
}
.flex.pp-box-acc .pp-box {
    width: 100%;
}


.acc_icon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 2px solid #4293d8;
    border-bottom: 2px solid #4293d8;
    transform:rotateZ(45deg);
    position: absolute;
    right: 20px;
    top: -30px;
}
 .acc_icon.active:before{
transform: rotateZ(-135deg);

 }

.marker {
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
}
.marker::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff4a5;
    font-weight: bold;
    font-size: 2em;
}

.bg-f{
background:#fff;
padding:20px;
}

.txt-box{
font-size:1.1em;
line-height:1.8;
margin:20px 0 0 ;
}

h3.type-yougo::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


h3.type-yougo.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    padding: 20px 20px 60px !important;
}
p.staff_name span {
    font-size: .8em;
    font-weight: normal;
    padding-left: 5px;
}
@media only screen and (max-width: 768px) {
.saboxplugin-wrap .saboxplugin-gravatar {
    padding: 20px !important;
}

.member-hide {
    width: 220%;
}
.member-list:nth-of-type(4n) .member-hide ,.member-list:nth-of-type(2n) .member-hide {
    margin-left: -120%;
}
}
section.group-wrap .dg {
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.flex-wrap_par {
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

section.group-wrap .dg figure {
    width: 150px;
    margin: 15px;
}

section.group-wrap .dg div {
    font-weight: bold;
    font-size: 1.3em;
}

.btn-gr a {
    display: block;
    margin: 20px auto;
    background-color: #ee3a4c;
    background-image: linear-gradient( 
94deg
 , #e3251e 0%, #ff7e4d 85%);
    color: #fff;
    font-weight: bold;
    padding: 25px;
    width: 300px;
    position: relative;
}

.btn-gr.ggr a {
    background: #eeeeee;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #b2b2b2;
    border-radius: 6px;
    padding: 10px 15px;
}

.dg-gr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.dg-gr ul li {
    width: auto;
    height: 60px;
    margin: 15px;
}
.dg-gr ul li img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 767px) {
section.group-wrap .dg {
    align-items: center;
    display: flex;
}

section.group-wrap .dg figure {
    width: 150px;
    margin: 15px;
}

section.group-wrap .dg div {
    font-weight: bold;
    font-size: 1em;
}
.btn-gr.ggr a {
    background: #eeeeee;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #b2b2b2;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: .8rem;
    width: 220px;
}

.dg-gr ul li {
    width: auto;
    height: 35px;
    margin: 8px 4px;
}


}

/* 2305中川追加 */

.page-id-1706 .item figure img {
    height: 140px !important;
    object-fit: cover;
}