/*
Theme Name:True_light
Author: 松本譲
Description: オリジナルテーマ
Version: 1.0
*/
/* Base
   ========================================================================== */

body {
    font-size: 15px;
  line-height: 1.5;
  color: #160e36;
  margin:0;
  /*font-family: 'Kosugi', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f7ff;
  /*background:linear-gradient(90deg, #fff, 80%, #e7f0ff);*/
  background: #f9f8f4;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
  width: 40%;
  border-right: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  padding-right: 10%
}

.rightcol {
float: right;
  width: 39%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: right;
  font-weight: bold;
  padding-left: 10%
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

a {
  color: #000000;
  /*text-decoration: none;*/
  outline: none;
}

a:hover {
  color: #00A2D9;
  text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 240%;
}

/* Header
   ========================================================================== */

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 115px;
}
.toppage_header_wrap header{
	border-bottom:none;
	}

/* サブメニュードロップダウンメニュー親デザイン
　========================================================================== */

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu {
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
float: left;
  height: 50px;
  line-height: 50px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.menu::after {
  content: "";
  display: table;
  clear: both;
}

/* サブメニュードロップダウン
  ========================================================================== */

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

/* サブメニュー下矢印
  ========================================================================== */
li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* サブメニューリンク色
　========================================================================== */

.menu li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.menu li a:hover {
  color: #000;
}

.menu li ul li a {
  background: #ffffff;
}

.menu li ul li a:hover {
  color: #000000;
  background: #eeeeee;
}

.menu li:hover > a {
    /*background: rgb(242, 105, 100);*/
}
li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.sub-menu li a{
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.menu li:hover > a {
    border-bottom: 4px solid #D0A900;
}



#logo {
  position: absolute;
  left: 0px;
}

nav {
  width: 800px;
  margin: auto;
  bottom: 0px;
}


/* Cover
   ========================================================================== */

#cover {
  height: 100vh;
  /*background-image: url("images/bg-cover02.png");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover #slide {
  width: 900px;
  height: 300px;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer
   ========================================================================== */
footer{
  clear: both;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
}
footer h2{
  font-size: 18px;
  margin-top: 0;
}
.footer_inner{
  width: 1140px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 347px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.f_con_right{
  margin-right: 0;
}
#contact {
  padding: 30px 0;
  text-align: center;
  background-image: url("images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #ffbe00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ccc;
  background-color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 1140px;
  margin: 30px auto;
}

aside {
  float: right;
  width: 300px;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  float: left;
  width: 800px;
}
.page_article {
  float: left;
  width: 800px;
}
article section {
  margin-bottom: 40px;
}

article h2 {
  color: #000000;
}

article h3 {
  color: #888;
}

.headline1{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #3a75bb;
  padding: 0 0 0px 0;
  margin: 0;
  display: inline-block;
}
.news-list_wrap{
  position:relative;
}
.index_archive_link a {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 800px ;
  float: none !important;
  margin: 0 auto;
}


.no_side{}
.no_side article{
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}

article img{
	max-width: 100%;
	height: auto;
}

/*Top-News
　========================================================================== */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 6px;
  background: #f2f2f2;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #223670;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
/*
.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}
*/
.news-list li a {
  width: 400px;
  display: inline-block;
  padding: 7px 0;
  font-size: 16px;
}

/*Top-Button
  ========================================================================== */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/*Blog
  ========================================================================== */

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}


.post-list{
  list-style: none;
padding: 0;}

.post-list li{
  display: inline-block;
  margin: 0 5px 5px 0;
  vertical-align: top;
  width: 372px;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 130px;
  height: 120px;
  margin-right: 10px;
}
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list li .single_catch a img{
  width: 130px;
  height: 120px;

}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 231px;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:20px;
}

.widget ul li a {
  color:#333333;
  text-decoration: none;
}

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

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}
.breadcrumbs {
  width:1140px;
  margin:10px auto;
}

/*不採用recent postプラグイン*/
.rpwwt-post-title{
font-size: 14px;
font-weight: bold;
line-height: 160%;}
.rpwwt-post-date{
font-weight: normal;
font-size: 11px;
display: block;
color: #999;
}
.rpwwt-widget ul li {
border-bottom: 1px dotted #aaa;
}


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
font-weight: bold;
line-height: 160%;
float: left;
width: 200px;
overflow: hidden;
}
.rpwe-time {
  color: #bbb;
  font-size: 11px;
  display: block !important;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



/*パンくずプラグイン
　========================================================================== */
.breadcrumbs {
  color: #aaa;
  font-size: 12px;
}
.breadcrumbs a{
  color: #888;
  text-decoration: underline;
}
.breadcrumbs a:hover{
  color: #00A2D9;
}
.breadcrumbs span{
  margin-right: 5px;
}

/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;overflow: hidden;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#223670; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#223670; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}

/*ここから2.0*/
.page_haeder{
	height: 200px;
	/*background: linear-gradient(135deg, #59b9c6 0%, #274a78 70%);*/
}
.page_haeder h1{
color: #000;
  padding-top: 72px;
  margin: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}
.page_haeder h4{
font-size: 11px;
  text-align: center;
  color: #D0A900;
  margin: 0;
	}
.contact_page article{

  margin: 0;
}
.contact_page h2{
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #223670;
  padding-left: 14px;
	}
.contact_tel{
	font-size: 32px;
margin-bottom: 0;
font-weight: bold;
}
.contact_time{}
.footer_content ul{
	  padding-left: 19px;
	  }
.footer_content ul li{
	line-height: 170%;
border-bottom: 1px solid #ccc;
padding-top: 10px;
	}
.footer_content ul li a{
	text-decoration: none;
	}
.header_tel_wrap {
	width: 300px;
	color: #000;
	position: absolute;
	right: 1px;
	top: 11px;
}
.header_tel_wrap h2 {
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 33px;
	line-height: 25px;
}
.header_tel_wrap h2 span {
	font-size: 16px;
}
.header_tel_wrap p {
	text-align: right;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
	color: #555;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 1250px;
	float: none;
}
.company_page h2 {
font-family: 'Zen Maru Gothic', sans-serif;
  border-left: 4px solid #223670;
  padding-left: 17px;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #223670;
  color: #fff;
  height: 80px;
  width: 200px;
  border-bottom: 1px solid;
}
.company_page table tr td{
	padding-left: 31px;
border-bottom: 1px solid #ccc;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.sp_only{
	display:none !important;
	}
#menu-item-36{
background: #223670;
  border-radius: 8px;
}
#menu-item-36 a{
	color: #fff !important;
	text-shadow: none;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #00337b;
	text-shadow: 1px 2px 3px #ffffff;
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #00337b;
	text-shadow: 1px 2px 3px #ffffff;
	}
.toppage_header_wrap nav a{
	color: #00337b;
	text-shadow: 1px 2px 3px #ffffff;
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

.triple_wrap{
	padding-top:100px;
	padding-bottom:40px;
	clear:both;
	overflow: hidden;
	}
.triple_con{
	width: 1250px;
margin: 0 auto;
display: block;
}
.triple_con h2{
	text-align: center;
margin-top: 0px;}
.triple_con h4{
}
.triple_con h4 span{
}
.triple_con h2 span{}
.triple_div{
width: 31%;
  float: left;
  margin-right: 3.2%;
  box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
  margin-bottom: 60px;
  border-radius: 20px;
}
.triple_div_last{
margin-right: 0 !important;
float: right !important;
}
.triple_div img{
	width: 100%;
height: auto;
border-radius: 20px 20px 0px 0px;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
border-radius: 0px 0px 20px 20px;
}
.triple_div_txt h3{
color: #223670;
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 99px;
  margin-top: -56px;
  margin-left: 12px;
  margin-bottom: 0;
  line-height: 70px;
}
.top_triple_wrap .point {

  margin-top: -96px;

}
.triple_div_txt .point span {
	color: #D0A900;
	text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
}
.process_wrap{
padding-top: 40px;
padding-bottom: 40px;
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
background-attachment: fixed;
}
.process_con{
	width: 1250px;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
}
.process_con h2 span{}
.process_div_wrap{
		width: 60%;
float: left;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #fff;
padding: 20px;
  padding-left: 20px;
padding-left: 10px;
border-radius: 5px;
padding-left: 25px;
margin-top: 0;
background: linear-gradient(135deg, #00f 0%, #00008b 70%);
background: #223670;
font-family: 'Zen Maru Gothic', sans-serif;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 50px;
margin-bottom: 0;
}
.process_div a{}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: auto;
width: 440px;
border-radius: 20px;
	}
.faq_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
}
.faq_con{
	width: 1250px;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{

}
.faq_con h4 span{
}
.faq_con h2{
	text-align: center;
margin-top: 0px;
}
.faq_con h2 span{}
.faq_div{
	width: 1000px;
margin: 0 auto;
display: block;
}
.faq_div h3{
padding: 13px 50px 13px;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;

}
.faq_div p{
	padding-left: 51px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #64abcb;
  margin-right: 1%;
  font-size: 24px;
  font-weight: bold;
}
.faq_div_last{}
.h2_title {
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  clear: both;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	/*background-image: url("images/bg-cover.png");*/
	background-position: top center;
	background-size: cover;
	background: linear-gradient(90deg, #052993, 30%, #1f2f54);
	margin: 0 30px;
  border-radius: 30px;
}
.contact_div{
	position:relative;
	}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
font-size: 45px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
	text-align: center;
margin-top: 0px;
margin-bottom: 0;
font-family: 'Zen Maru Gothic',sans-serif;
}
.eng_title span{
font-size: 14px;
  letter-spacing: 1px;
  color: #D0A900;
	}
.contact_div .eng_title{}
.contact_div .eng_title span{
	color: #D0A900;
	}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

.button19 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background: rgba(223,241,255,0.6);
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -20px;
}
/*ここまで問い合わせボタン*/

.movie_wrap{
	clear:both;
	padding-top:40px;
	padding-bottom:30px;
	}
.movie_con{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}
.youtube_img{
width: 700px;
  height: 400px;
  box-shadow: 0 12px 25px -12px #444;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position: relative;
  display: block;
  width: 1000px;
  text-decoration: none;
  margin-right: 24px;
}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.movie_last{
	float:right !important;
	margin-right:0 !important;
	}
.lineQR_info{}
.lineQR{
	width: 33%;
	}
.wrapfixed .toppage_header_wrap nav a{
	color:#000;
	text-shadow: none;
	}
.wrapfixed .toppage_header_wrap .header_tel_wrap h2 {
	color:#000;
	text-shadow: none;
}

.wrapfixed .toppage_header_wrap .header_tel_wrap p {
	color:#000;
	text-shadow: none;
}
.sub-menu a{
	color:#000 !important;
	text-shadow:none !important;
	}
	
.contact_comfirm_page{}
.contact_comfirm_page article{
	margin: 0 auto;
  display: block;
  float: none;
  }
.contact_comfirm_page p{
	 margin-bottom:0;
	 }
.contact_comfirm_page h4{
	margin-top:0;
	}
.contact_comfirm_page .return_btn{
	width: 225px;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 30px;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	}
.contact_submin_wrap{
	width: 480px;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}
/*ここまで2.0*/
.contents_01wrap{
	padding-top: 100px;
  padding-bottom: 30px;
  clear: both;
  overflow: hidden;
  }
.contents_01{
	display:block;
	}
.contents_02wrap{
	padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  }
.contents_02{
	overflow:hidden;
	margin:0 auto;
	display:block;
	}
.contents_03wrap{
	padding-top: 100px;
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent02.png");
  }
.contents_03{
	overflow:hidden;
	margin:0 auto;
	display:block;
	}
.contents_04wrap{
	padding-top: 50px;
  padding-bottom: 0px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  }
.contents_04{
	width:1250px;
	margin:0 auto;
	display:block;
	}

.contents_01 .txt{
	width: 36%;
  float: left;
  margin-left: 7%;
  margin-top: 100px;
  }
.contents_01 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
  font-weight: bold;
  }
.contents_01 .txt h4{
	text-align: left;
	}
.contents_01 .txt p{}
.contents_01 img{
	width: 52%;
  float: right;
  }
.contents_02 .txt{
	width: 38%;
  float: right;
  margin-top: 100px;
  margin-right: 4%;
  padding-bottom: 15px;
	}
.contents_02 .txt h4{
	text-align:left;
	}
.contents_02 .txt h1{}
.contents_02 .txt p{
	margin-bottom: 60px;
	}
.contents_02 .txt a{}
.contents_02 img{
	width: 45%;
  float: left;
  margin-left: 7%;
  border-radius: 20px;
	}
.contents_03 .txt{
	width: 38%;
  float: left;
  margin-top: 100px;
  margin-left:7%;
  padding-bottom: 15px;
  }
.contents_03 .txt h4{
	text-align:left;
	}
.contents_03 .txt h1{}
.contents_03 .txt p{
	margin-bottom: 60px;
	}
.contents_03 .txt a{}
.contents_03 img{
	width:45%;
	float:right;
	margin-right: 4%;
	border-radius: 20px;
	}
.contents_04 .eng_title{}
.contents_04 .h2_title{
	text-align: center;
	}
.con4_left{
	width: 45%;
  float: left;
  border-right: 2px dotted #ccc;
  padding-right: 4.5%;
  clear: both;
  margin-bottom: 50px;
  }
.con4_left img{
	width: 100%;
  height: 300px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  }
.con4_left img:hover {
	opacity: 0.7;
	transform: scale(1.05);
}
.con4_left .con4_h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  }
.con4_h3{
	color:#000;}
.con4_h3 span{
	color:#D0A900;}
.con4_right{
	width: 45%;
  float: right;
  padding-left: 4.5%;
  margin-bottom: 50px;
  }
.con4_right img:hover {
	opacity: 0.7;
	transform: scale(1.05);
}
.con4_right img{
	width: 100%;
  height: 300px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  }
.con4_right .con4_h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  }
.contents_04 ul{
font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #D0A900;
  background: #fff;
  border-radius: 20px;
  padding: 30px 45px;
  }
.contents_04 ul li{
	line-height: 260%;
  border-bottom: 1px dotted #000;
	}
.contents_04 ul li span{
	color:#000;
	}
.contents_04 ul li a{
	text-decoration: none;
	}

/*=============
a.btn_03
=============*/
a .btn_03 {
	display: inline;
	position: relative;
	background: #223670;
	border: 1px solid #223670;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	padding-top: 12px;
	padding-bottom: 12px;
}
a .btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a .btn_03:hover {
  background: #fff;
  color: #223670;
}
a .btn_03:hover:before {
  border-top: 2px solid #223670;
  border-right: 2px solid #223670;
}

/*ボタンここまで*/
.kuwasiku{
	color: #223670;
	text-decoration: none;
}
.kuwasiku:hover{
	text-decoration: none;
}
.dli-caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: #223670;
	line-height: 1;
	position: relative;
	width: 0.9em;
	height: 0.8em;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin-left: 10px;
	margin-bottom: 5px;
}
.dli-caret-circle-fill-right::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contents_01 .txt a{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 19px;
  color: #223670;
  transition: 0.5s;
  text-decoration: none;
  }
.contents_01 .txt a:hover {
	color: #25ceff;
	font-size: 21px;
}

.lp_hougago_con01wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	background-image: url("images/accent02.png");
  z-index: -1;
  position: relative;
	}
.lp_hougago_con01{
	width:1250px;
	margin:0 auto;
	display:block;
	position: relative;
	height:500px;
	overflow: hidden;
	}
.lp_hougago_con02wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	}
.lp_hougago_con02{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con03wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	background-color: #00337b;
	}
.lp_hougago_con03{
	width:1000px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	
	}
.lp_hougago_con04wrap{
	padding-top:0px;
	padding-bottom:30px;
	clear:both;
	}
.lp_hougago_con04{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con05wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	background-image: url("images/accent01.png");
	background-repeat: repeat-x;
	}
.lp_hougago_con05{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con06wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	}
.lp_hougago_con06{
	width: 1250px;
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
	}
.lp_hougago_con07wrap{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	}
.lp_hougago_con07{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	background-image: url("images/accent01.png");
  background-size: 600px;
  background-repeat: no-repeat;
	}
.check_img {
  width: 35px;
  margin-top: 5px;
  margin-right: 9px;
}
.lp_hougago_con03 ul li {
	background: #fff;
	margin-bottom: 30px;
	font-size: 30px;
	padding: 10px;
	padding-left: 100px;
	border-radius: 30px;
}
.lp_hougago_con03 ul {
  list-style: none;
  padding: 0;
}
.lp_hougago_con04 img {
  margin: 0 auto;
  display: block;
  width: 260px;
}
.lp_hougago_con01 .txt{
	color: #fff;
  width: 530px;
  background: rgba(5,41,147,0.7);
  padding: 50px 77px;
  margin-top: 40px;
  }
.lp_hougago_con01 .txt h4{
	text-align:left;
	
	}
.lp_hougago_con01 .txt h4 span{
	color:#D0A900;
	color:#fff;
	}
.lp_hougago_con01 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;}
.lp_hougago_con01 .txt p{}
.lp_hougago_con02 .eng_title{
	text-align: center;
	}
.lp_hougago_con02 h2{
	text-align:center;
	}
.lp_hougago_con02 .houcon02_div{
	width: 49.5%;
  float: left;
  border-right: 2px dotted #ccc;
  overflow: hidden;
  margin-bottom: 80px;
  }
.lp_hougago_con02 .houcon02_div img{
	width: 400px;
  height: 250px;
  margin: 0 auto;
  display: block;
  }
.lp_hougago_con02 .houcon02_div .txt{
	width: 350px;
  margin: 0 auto;
  }
.lp_hougago_con02 .houcon02_div .txt h3{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  color: #223670;
  }
.lp_hougago_con02 .houcon02_div .txt h4{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
  }
.lp_hougago_con02 .houcon02_div .txt p{}
.houcon02_div_r{
	border-right: none !important;
	}
.houcon02_div_btm{
	clear: both;
	}
.houcon02_div_btm img{
	width: 350px;
  height: auto;
  float: left;
  margin-left: 140px;
  margin-top: 140px;
  }
.houcon02_div_btm .txt{
	width: 46%;
  float: right;
  }
.houcon02_div_btm .txt h4{
	text-align: left;
	}
.houcon02_div_btm .txt h2{
	text-align: left;
	}
.houcon02_div_btm .txt h2 span{}
.houcon02_div_btm .txt p{}
.lp_hougago_con03 h4{}
.lp_hougago_con03 h2{
	text-align:center;
	color: #fff;
	}
.lp_hougago_con03 .setsumei{
	text-align:center;
	color: #fff;
	}
.lp_hougago_con05 h4{
	color: #fff;}
.lp_hougago_con05 h2{
	text-align:center;
	font-size: 1.9vw;
	}
.lp_hougago_con05 .setsumei{
	text-align:center;
	}
.medical5_div{
	width: 32.4% !important;
	}
.houcon05_div .triple_div_txt{
	padding-bottom: 16px;
	}
.houcon05_div .triple_div_txt a{}
.lp_hougago_con07 .txt{
	width: 610px;
  float: left;
  }
.lp_hougago_con07 img{
	width: 560px;
  height: auto;
  float: right;
  border-radius: 20px;
  }
.lp_hougago_con07 .txt h2{}
.lp_hougago_con07 .txt h4{
	text-align: left;
	}
.lp_hougago_con07 .txt p{}
.lp_hougago_con07 .txt img{}
.lp_hougago_con06 h4{}
.lp_hougago_con06 h2{
	text-align: center;
	}
.houcon06_div{
	width:1250px;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
  margin-bottom: 60px;
  }
.houcon06_div .txt{
	width: 50%;
  float: left;
  }
.houcon06_div .txt h3{
	font-size: 28px;
  border-bottom: 1px solid #ddd;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.houcon06_div .txt h4{
	font-size: 25px;
  margin-top: 15px;
	}
.houcon06_div .txt p{}
.houcon06_div .txt a{}
.houcon06_div .googlemap_lp{
	width: 550px;
  height: 310px;
  float: right;
  }
.houcon06_div .googlemap_lp iframe{
	width: 550px;
  height: 340px;
  border-radius: 20px;
  }
.houcon05_div h3{
	text-align:center;
	}
.houcon05_div .txt{}
.sasie_wrap{
	padding-top:0px;
	padding-bottom:40px;
	clear: both;
	}
.sasie_div{
	margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  line-height: 0;
	}
.sasie_div img{
	    display: inline-block;
    max-width: 440px;
    height: auto;
    border-radius: 20px;
    width: 33.3%;
	}
.lp_kaigo_con01wrap{
	padding-top: 50px;
  padding-bottom: 30px;
  }
.lp_kaigo_con01{
	width: 1250px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  }
.lp_kaigo_con01 img{
	width: auto;
  float: left;
  height: auto;
  margin-bottom: 100px;
  margin-left: 15%;
  max-width: 350px;
  margin-top: 100px;
  }
.lp_kaigo_con01 .txt{
	float: right;
  width: 560px;
  }
.lp_kaigo_con01 .txt h2{}
.lp_kaigo_con01 .txt h4{
	text-align:left;
	}
.lp_kaigo_con01 .txt p{}
.kaigocon01_div_btm{
	clear: both;
	overflow: hidden;
	}
.kaigocon01_div_btm img{
	width: 540px;
  height: auto;
  float: right;
  max-width: none;
  margin-left: 0;
  border-radius: 20px;
  }
.kaigocon01_div_btm .txt{
	float: left;
	}
.kaigocon01_div_btm .txt h2{}
.kaigocon01_div_btm .txt h4{}
.kaigocon01_div_btm .txt p{
	margin-bottom: 50px;
	}
.lp_kaigo_con05 {
	width: 1250px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.lp_kaigo_con05 .triple_div {
	width: 24%;
	float: left;
	margin-right: 1.3%;
	box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
	margin-bottom: 60px;
	border-radius: 20px;
}
.lp_kaigo_con05 h2{
	text-align:center;
	}
.lp_kaigo_con05 .setsumei{
	text-align:center;
	}
.contents_04 .syousai{
	font-size: 12px;
  text-align: right;
	}
.lp_hougago_con08wrap{
	padding-top:50px;
	padding-bottom:30px;
	overflow: hidden;
	}
.lp_hougago_con08{
	width: 1250px;
  margin: 0 auto;
  position:relative;
  }
.lp_hougago_con08 .h2_title{
	text-align: center;
	}
.houcon08_div{
	border-right: 1px dotted;
  width: 49.5%;
  float: left;
  }
.houcon08_div h3{font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 27px;
  text-align: center;
  }
.houcon08_div .setsumei{
	color: #052993;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
	}
.houcon08_div .txt{
	background: url(images/dot_img.png) repeat-y 79px top;
	padding-bottom: 34px;
	}
.houcon08_div .txt_last{
	background:none;
	}
.houcon08_div .txt h4 {
	background-color: #223670;
	color: #fff;
	width: 460px;
	margin-left: 60px;
	font-size: 20px;
	border-radius: 20px;
	padding: 20px 20px 20px 29px;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.houcon08_div_r .txt h4 {
	background-color:#052993;
	}
.houcon08_div .txt h4 span{
	margin-right:10px;}
.houcon08_div .txt p{
	margin-left: 110px;
  width: 460px;
  line-height: 196%;
  margin-bottom: 0;
  }
.houcon08_div_r{
	border: none;
	}
.shopcon3_wrap{
	padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  clear: both;
	}
.shopcon3{
	width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  }
.shopcon3 h4{
	text-align:left;
	}
.shopcon3 h2{
	text-align:left;
	}
.shopcon3 table{}
.shopcon3 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon3 table tr th{
	text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 170px;
  }
.shopcon3 table tr td{
	background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  }
.googlemap_shop{}
.googlemap_shop iframe{
	width: 550px;
  height: 680px;
  }

.shopcon3_r{
	width: 550px;
  float: right;
  }
.shopcon3_l{
	width: 640px;
  float: left;
  }
.shopcon2_wrap{
	padding-top: 50px;
  padding-bottom: 30px;
	}
.shopcon2{
	overflow:hidden;
	width:1250px;
	margin:0 auto;
	display:block;
	}
.shopcon2 img{
	float: left;
  width: 450px;
  height: auto;
  margin-top: 44px;
	}
.shopcon2 .txt{
	float: right;
	width: 640px;
	}
.shopcon2 .txt h2{
	text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
	}
.shopcon2 .txt h4{
	text-align:left;
	}
.shopcon2 .txt p{}
.shopcon1_wrap{}
.shopcon1{
	width: 1250px;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 350px;
  }
.shopcon1 .txt{
	color: #fff;
  background: rgba(77,139,255,0.8);
  margin-left: 0px;
  padding: 50px 77px;
  display: inline-block;
  margin-top: 41px;
  }
.shopcon1 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;
  border: -;
  border-bottom: 1px solid;
  margin-left: 0;
  }
.shopcon1 .txt h4{
	font-family: 'Zen Maru Gothic', sans-serif;
text-align: right;
}
.shopcon4_wrap{
	padding-top: 50px;
  padding-bottom: 30px;
  }
.shopcon4{
	width: 1150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 100px 50px;
  overflow: hidden;
  }
.shopcon4 .img_wrap{
width: 300px;
  float: left;
  margin-top: 50px;
  }
.shopcon4 .img_wrap img{
	width: 250px;
  height: 250px;
  border-radius: 125px;
  margin: 0 auto;
  display: block;
  }
.shopcon4 .img_wrap h3{
	text-align:center;
	font-family: 'Zen Maru Gothic', sans-serif;
	}
.shopcon4 .img_wrap h3 span{
	display: block;
	}
.shopcon4 .txt{
	width: 760px;
  float: right;
  }
.shopcon4 .txt h4{
	text-align: left;
	}
.shopcon4 .txt h2{}
.shopcon4 .txt h4 span{}
.shopcon4 .txt p{
	margin: 0;
	}
.shopcon5_wrap{
	padding-top: 50px;
  padding-bottom: 30px;
  overflow:hidden;
  }
.shopcon5{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.shopcon5 h4{
	color: #223670;
	}
.shopcon5 h2{
	text-align: center;
	}
.shopcon5 .table_wrap{}
.shopcon5 h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
  }
/*
.shopcon5 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon5 table th{
	text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
	}
.shopcon5 table td{
	padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-right: 1px dotted;
  }
.table_title th,.table_title td{
	text-align: left;
  font-weight: bold;
  background: #223670 !important;
  color: #fff;
  }
.kaigo_table01{
	width: 645px;
  float: left;
  }
.kaigo_table02{
	width: 550px;
  float: right;
  }
.table_title .th1{width: 130px;}
.table_title .th2{width: 140px;}
.table_title .th3{width: 150px;}
.kaigo_table02 td{
	width: 280px;
	}
.shopcon6 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon6 table th{
	text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
	}
.shopcon6 table td{
	padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-right: 1px dotted;
  }
.shopcon6 table .th1{
	width: 100px !important;
	}
.shopcon6 table .th2{
	width: 100px !important;
	}
.shopcon6 table .th3{
	width: 100px !important;
	}
.shopcon6 table .th4{
	width: 130px !important;
	}
*/
.retsu3{}
.retsu2{}
.retsu4{}
.kaigo_table01{
	width: 55%;
	float:left;
	}
.kaigo_table02{
	width: 40%;
	float:right;
	}
.kaigo_table03{
	width: 55%;
	float:left;
	}
.kaigo_table04{
	width: 40%;
	float:right;
	}

.retsu3 table{
	width: 100%;
	}
.retsu3 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu3 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu3 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.table_title th,.table_title td{
	text-align: left;
  font-weight: bold;
  background: #223670 !important;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
}
.retsu3 table .th_red1{}
.retsu3 table .th_red2{width: 20%;}
.retsu3 table .th_red3{width: 20%;}
.retsu3 table .th_red4{}

.kome{
	clear:both;
	}

.retsu4 table{
	width: 100%;
	}
.retsu4 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu4 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu4 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.retsu4 table .th_red1{width: 18%;}
.retsu4 table .th_red2{width: 18%;}
.retsu4 table .th_red3{width: 19%;}
.retsu4 table .th_red4{width: 21%;}
.retsu4 table .th_red5{}


.retsu2 table{
	width: 100%;
	}
.retsu2 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu2 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu2 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.shopcon1 img{
	position: absolute;
  right: 1px;
  width: 720px;
  height: 350px;
  z-index: -1;
  object-fit:cover;
  object-position: 50% 0%;/*上付き画像*/
  }
.lp_hougago_con01 img{
	position: absolute;
  z-index: -1;
  right: 1px;
  border-radius: 20px;
  }
.contact_page{
	width: 800px !important;
	}
.gakusyuu_con1_div {
	width: 29%;
	float: left;
	margin-right: 2%;
	background-color: #fff;
	padding: 11px;
	border-radius: 8px;
	box-shadow: 6px 6px #e6e0d7;
	border: 1px solid #e6e0d7;
	height: 400px;
	margin-bottom: 23px;
}
.gakusyuu_con1_div h3 {
	text-align: center;
	font-size: 18px;
	color: #000;
}
.gakusyuu_con1_div img {
	margin: 0 auto;
	display: block;
}
.gakusyuu_con1_div p {
	font-size: 14px;
	line-height: 200%;
}
.gakusyuu_r {
	float: right;
	margin-right: 1% !important;
}
.gakusyuu_con2_div {
	width: 30%;
	float: left;
	margin-right: 4%;
}
.gakusyuu_con2_div h3 {
	background-color: #ffa921;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}
.gakusyuu_con2_div p {
	font-size: 14px;
}
.gakusyuu_r {
	float: right;
	margin-right: 1% !important;
}
.gakusyuu_con3_div {
	width: 30%;
	float: left;
	margin-right: 4%;
	height: 365px;
}
.gakusyuu_con3_div h3 {
	text-align: center;
	margin-bottom: 2px;
	color: #000;
}
.gakusyuu_con3_div img {
	width: 100%;
}
.gakusyuu_r {
	float: right;
	margin-right: 1% !important;
}
.gakusyuu_con2{
	clear:both;
	}
.gakusyuu_con3{
	clear:both;
	}
.gakusyuu_con3_div p{
	line-height:200%;}
.undou_con1 ul li {
	background-color: #ffa921;
	color: #fff;
	font-weight: bold;
	width: 45%;
	padding: 2%;
	margin-bottom: 1px;
	text-align: center;
	border-radius: 4px;
	float: left;
	margin-right: 1px;
}
.undou_con1 ul {
	list-style: none;
	padding-left: 0;
	/* border-radius: 62px; */
	overflow: hidden;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.undou_con3_txt {
	float: right;
	width: 54%;
	margin-right: 4%;
}
.undou_con3 img {
	float: left;
	margin-left: 4%;
	/* width: 19%; */
	margin-top: 52px;
}

.undou_con1{
	overflow:hidden;
	margin-bottom:50px;
	}
.undou_con2{
	overflow:hidden;
	margin-bottom:50px;
	}
.undou_con3{
	overflow:hidden;
	margin-bottom:50px;
	}
.undou_con3 h3{
	color:#ffa921;}
.undou_con4{
	overflow:hidden;
	margin-bottom:50px;
	clear:both;
	}
.undou_con5{
	overflow:hidden;
	margin-bottom:50px;
	}
#cover .txt{
	width: 38%;
  margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  margin-top: 0px;
  margin-top: 16vh;
  margin-left: 10%;
  position: relative;
  }
#cover .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.7vw;
	line-height: 200%;
	color: #56534F;
	margin-bottom: 7px;
	text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
}
#cover .txt h2 span{}
#cover .txt p{
	font-family: 'Zen Maru Gothic', sans-serif;
	text-shadow: 1px 1px 0 #f9f8f4, -1px -1px 0 #f9f8f4, -1px 1px 0 #f9f8f4, 1px -1px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-1px 0 #f9f8f4, -1px 0 0 #f9f8f4, 1px 0 0 #f9f8f4;
	font-size: 1vw;
}
#cover .txt .sasie{
	width: 50%;
  float: left;
  }
#cover .txt .header_mark{
	width: auto;
  float: right;
  margin-right: 6%;
  }
#cover .txt h2 .line{
border-bottom: 2px dashed #000;
}

/*メニュー求人・LINE非表示*/
#menu-item-1060{
	display:none;
	}
#menu-item-1061{
	display:none;
	}
#menu-item-1062{
	display:none;
	}
/*メニュー求人・LINE非表示ここまで*/

.insta_wrap{
	width: 1250px;
  margin: 0 auto;
  padding-top: 0px;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 50px;
  }
.insta_wrap img:hover{
	opacity:0.6;}
.insta_wrap h2{
	text-align:center;
	}
.insta_left{
	float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 17px;
  box-shadow: 6px 7px 10px rgba(0,0,0,0.1);
	}
.insta_right{
	float: right;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 17px;
  box-shadow: 6px 7px 10px rgba(0,0,0,0.1);
	}

	
/*ここからわくわくワーク*/
.wakuwakuwork_con1_wrap{
	padding-top:30px;
	padding-bottom:20px;
	clear:both;
	}
.wakuwakuwork_con1{
	width: 1250px;
  margin: 0 auto;
  overflow:hidden;
  }
.wakuwakuwork_con1 img{
	width: 450px;
  float: right;
  height: auto;
  }
.wakuwakuwork_con1 .txt{
	width: 640px;
  float: left;
  }
.wakuwakuwork_con1 .txt h4{
	text-align:left;
	}
.wakuwakuwork_con1 .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  }
.wakuwakuwork_con1 .txt p{}
.wakuwakuwork_con2_wrap{
	padding-top:70px;
	padding-bottom:20px;
	clear:both;
	}
.wakuwakuwork_con2{
	width: 1250px;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
  }
.wakuwakuwork_con2 h4{}
.wakuwakuwork_con2 h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  text-align: center;
  margin-bottom: 70px;
  }
.wakuwakuwork_con2 img{
	width: 32%;
  height: auto;
  position: absolute;
  right: 1px;
  top: 300px;
	}
.waku2_div_wrap{
	width: 60%;
  background: #fff;
  padding: 30px 5%;
  border-radius: 20px;
  float:left;
	}
.waku2_div{
	border-bottom: 1px dotted #666;
	}
.waku2_div h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  }
.waku2_div h4{}
.waku2_div ul{}
.waku2_div ul li{
	color: #223670;
	line-height: 240%;
	}
.waku2_div ul li span{
	color: #000000;
	}
.waku2_div h3 span{
	font-size: 14px;
  letter-spacing: 1px;
  color: #223670;
  margin-left: 25px;
}
.wakuwakuwork_con3_wrap{
	padding-top:50px;
	padding-bottom:0px;
	}
.wakuwakuwork_con3{
	width:1250px;
	margin:0 auto;
	}
.wakuwakuwork_con3 .setsumei{
	text-align: center;
  clear: both;
  color: #223670;
  font-weight: bold;
  font-size: 24px;
	}
.wakuwakuwork_con3 h2{
	text-align:center;
	margin-bottom: 50px;
	}
.wakuwakuwork_con3 h4{}
.waku3_div{
	float: left;
  margin-right: 9%;
  width: 27%;
  margin-bottom: 50px;
	}
.waku3_div_r{
	float:right;
	margin-right:0;
	}
.waku3_div img{
	width:100%;
	height:auto;
	border-radius: 20px 20px 0 0;
	}
.waku3_div .txt{
	padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
	}
.waku3_div .txt h3{
	text-align: center;
  border-bottom: 1px dotted;
  }
.waku3_div .txt p{}
.shop_list{
	width:1250px !important;
	margin:0 auto;
	}
	
	
/*ここからS&Hオリジナル*/
.jigyou_title{
	color: #223670;
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
  }
.jigyou_title span{}

.obi_wrap{
	background: #223670;
  padding: 50px 0;
  clear:both;
  background: linear-gradient(90deg, #052993, 30%, #1f2f54);
  margin: 0 30px;
  border-radius: 30px;
  }
.obi_con{
	width:1250px;
	margin:0 auto;
	}
.obi_con h4{}
.obi_con h4 span{
	color:#D0A900;
	}
.obi_con h2{
	text-align: center;
  color: #fff;
  font-size: 36px;
  margin-top: 14px;
	}
.obi_con p{
	text-align:center;
	color: #fff;
	}
.obi_con a{}
.double_obi{
	display: flex;
  gap: 50px;
  width: 715px;
  margin: 0 auto;
  }
.double_obi .button19{}

.company_con2_2 .txt {
	width: 700px;
	float: left;
}
.company_con2 .txt h2 {
	border: none;
	font-size: 40px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.company_con2 .txt h3 {
	text-align: right;
	font-size: 30px;
	color: #000;
}
.company_con2 .txt h3 span {
	font-size: 19px;
	margin-right: 30px;
	color: #223670
;
}
.company_con2 .img_wrap img {
	width: 450px;
	height: auto;
}
.company_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #223670
;
	padding-left: 14px;
	clear: both;
}
.company_con4 h3 {
	text-align: center;
  font-size: 33px;
  color: #000;
  margin-top: 70px;
}
.company_con2_2 .img_wrap {
	float: right;
  width: 360px;
}
.contents_05 .txt {
	float: left;
	width: 40%;
}

.contents_05wrap {
	clear: both;
	padding-top: 110px;
	padding-bottom: 70px;
	background: linear-gradient(135deg, #223670 0%, #052993 50%, #1f2f54 70%, #fff 85%, #dcd3af 90%);
	clip-path: polygon(0 77px, 100% 0, 100% calc(94% - 7px), -2px 100%);
	z-index: 1;
	position: relative;
}
.contents_05 .txt h2 {
	color: #fff;
	font-size: 2rem;
	margin-bottom: 0;
}
.contents_05 .txt h4{
	text-align:left;
}
.contents_05 .txt h4 span {
	color: #fff;
	font-size: 7rem;
	font-family: "Noto Sans JP", sans-serif;
}
.contents_05 img {
	float: right;
	width: 50%;
	height: auto;
	margin-bottom: 3.0rem;
}
.contents_05 .txt p {
	color: #fff;
}
/*青ボタン*/
.blue_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #052993;
  background-color: #fff;
  position: relative;
  border: 1px solid #052993;
  transition: color 0.5s ease;
}
.blue_btn:hover {
  color: #fff;
  text-decoration:none;
  border: 1px solid;
}
.blue_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.blue_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #052993;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}

/*青ボタンここまで*/
.contents_05 .txt p {
	color: #fff;
}
.contents_05 .news_left {
	float: left;
	width: 25%;
}
.contents_05 {
	width: 1300px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.contents_05 .blog_content .news-list_wrap h2 span {
	color: #3a75bb;
	font-size: 6rem;
}
.contents_05 .blog_content .news-list {
	width: 70%;
	border-top: 1px solid #fff;
	float: right;
}
.contents_05 .blog_content .news-list li {
	background: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	padding: 2.0rem 0rem;
}
.contents_05 .blog_content .news-list li .cate {
	font-size: 12px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #3a75bb;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 70px;
	text-align: center;
	/*background: linear-gradient(135deg, #D0A900 0%, #D0A900 50%, #D0A900 70%, #fff 89%, #D0A900 90%);*/
}
.contents_05 .blog_content .news-list li .date {
	background: no-repeat;
	color: #fff;
	font-size: 1.7rem;
	margin-right: 3rem;
	font-weight: bold;
}
.contents_05 .blog_content .news-list li a {
	color: #fff;
	font-size: 16px;
}
.contents_05 .blog_content {
	clear: both;
}
.contents_05 .news_left {
	float: left;
	width: 25%;
}
.contents_05 .blog_content .news-list {
	width: 70%;
	border-top: 1px solid #fff;
	float: right;
}
.contents_05 .blog_content .news-list li .date {
	background: no-repeat;
	color: #fff;
	font-size: 18px;
	margin-right: 35px;
	font-weight: bold;
}
.contents_06 .txt {
	background-color: #ffffff;
	padding: 50px 80px 80px;
	width: 400px;
	float: right;
	border-radius: 9px;
}
.contents_06 .txt h2 {
	font-size:20px;
	color: #D0A900;
	}
.contents_06 .txt h4 span {
	color: #223670;
  font-size: 90px;
  font-family: "Noto Sans JP", sans-serif;
}
.contents_06 {
	width: 1300px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.contents_06wrap {
	position: relative;
	width: 100%;
	background-image: url("images/con5_back.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: 0 0;
	animation-name: slide_img;
	animation-duration: 200s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	padding: 100px 0;
	margin-top: -60px;
}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.contents_07wrap {
	clear: both;
	padding-top: 100px;
	padding-bottom: 30px;
	background: #fff;
}
.contents_07 {
	width: 1300px;
	margin: 0 auto;
	display: block;
	height: 750px;/*←サムネイルあり*/
	height: 400px;
}
.contents_07 .news_left {
	float: left;
	width: 25%;
}
.contents_07 .news_content .news-list_wrap h2 span {
	color: #223670;
	font-size: 87px;
}
.contents_07 .news_content .news-list {
	width: 70%;
	border-top: 1px solid;
	float: right;
}
.contents_07 .news_content .news-list li {
	background: #fff;
	border-bottom: 1px solid;
	border-radius: 0px;
	padding: 2.0rem 0rem;
}
.contents_07 .news_content .news-list li .date {
	background: no-repeat;
	color: #052993;
	font-size: 20px;
  margin-right: 40px;
	font-weight: bold;
}
.contents_07 .news_content .news-list li .cate {
	font-size: 12px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #223670;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 70px;
	text-align: center;
}
.youtube_wrap{
	padding: 50px 0;
  clear: both;
  }
.youtube{
	width: 1000px;
  margin: 0 auto;
  }
.youtube h2{
	text-align:center;
	}
.u-dotted {
	padding-top: 0.55em;
	background-position: top left 6.05em;;
	background-repeat: repeat-x;
	background-size: 1.02em 1.1em;
	background-image: radial-gradient(#dd6b74 10%, transparent 16%);
}
.cover_wrap{
	/*background-image: url("images/accent02.png");*/
	}
	
.lp_hougago_con09wrap{
	padding: 60px 0;
	}
.ryouiku_angel{
background: #D0A900;
}
.ryouiku_dream{
background: #dbceef;
}
.lp_hougago_con09{
	margin: 0 auto;
  width: 1250px;
  display: block;
  clear: both;
  }
.lp_hougago_con09 h4 span{
	color:#fff !important;
	}
.lp_hougago_con09 .setsumei{
	text-align:center;
	}
.lp_hougago_con09 h2{
	text-align:center;
	}
.ryouiku_con_wrap{display: flex;
  gap: 20px;}
.ryouiku_con{
	width:19%;
	flex: 1;              /* 等幅にする */
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
	}
.ryouiku_con img{
	width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.ryouiku_con h3{
	text-align: center;
	color: #223670;
	}
.ryouiku_con .main{
	margin: 0;
	}
.ryouiku_con .sub{
	margin-top: 0;
  font-size: 15px;
  color: #D0A900;	
	}
.ryouiku_con p{}
.main_slider{}
.main_slider img{
	width: 60% !important;
  border-radius: 30px;
  position: absolute;
  z-index: -3;
  right: 2%;
	}
.logo_happy_angel{
	width: 300px !important;
  margin-left: 200px;
  margin-top: 0 !important;
  }




.s_angel_about{
	width:45%;
	overflow:hidden;
	}
.angel_l{
	float:left;
	}
.angel_4{
	float: right;
	}
	
	
.insta_angel_wrap{
	width: 280px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 50px;
  clear:both;
  }
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 20px 80px;
  text-decoration: none;
  color: #00BCD4;
  background: #ffffff;
  transition: .4s;
  font-size: 20px;
  border-radius: 50px;
}
.btn-flat-simple i{
	margin-right: 10px;
	}
.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
  text-decoration:none;
}


.news-thumb {
    width: 200px;       /* 表示したい横幅 */
    /*height: 150px;        表示したい高さ */
	float:right;
	margin-right: 10px;
}

.news-thumb img {
    width: 200px;
  height: 150px;
  object-fit: cover;/* 画像を中央からトリミングしてフィットさせる */
  display: block;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-thumb img:hover{
	opacity:0.8;
	}

.text-ellipsis {
    width: 300px;
    white-space: nowrap;        /* 改行しない */
    overflow: hidden;           /* はみ出しを隠す */
    text-overflow: ellipsis;    /* … にする */
}

.news-list .img_link{
  float: right;
  width: 200px;
  }
  
.footer_concept ul{}
.footer_concept ul li{
	border-bottom:none;
	}
	
.contents_08wrap{
	padding: 100px 0 50px;
  clear: both;
  overflow: hidden;
	}
.contents_08{
	width: 1300px;
  margin: 0 auto;
  }
.contents_08 .news_content .news-list_wrap{}
.contents_08 .news_content {}
.contents_08 .news_content .news-list_wrap{}
.contents_08 .news_content .news-list_wrap{}
.contents_08 .news_content .news-list_wrap .news_left{
	overflow: hidden;
	}
.contents_08 .news_content .news-list_wrap .news_left .section-title{}
.contents_08 .news_content .news-list_wrap .news_left .j-title{
	font-size: 2rem;
  color: #3a75bb;
  float: left;
  margin: 0;
	}
.contents_08 .news_content .news-list_wrap .news_left .section-title span{
	color: #3a75bb;
  font-size: 87px;
  }
.contents_08 .news_content .news-list_wrap .news_left a{
	float: right;
  margin-bottom: 30px;
	}
.contents_08 .news_content .news-list_wrap .news_left a span{}
.contents_08 .news_content .news-list_wrap .news-list{
	width: 100%;
  overflow: hidden;
  }
.contents_08 .news_content .news-list_wrap .news-list li{
	width: 32.6%;
  float: left;
  padding: 0;
  margin-right: 0.6%;
  margin-bottom: 10px;
  background: #fff;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt{
	padding: 20px;
	}
.contents_08 .news_content .news-list_wrap .news-list li .txt .date{
	background: none;
  color: #000;
  font-size:15px;
  padding-top: 6px;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt .cate{
	font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #223670;
  color: #fff;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt .link_txt{
	font-weight: bold;
  text-decoration: none;
  padding-top: 20px;
  font-size: 18px;
  width: 100%;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link{
	float: none;
  width: 100%;
  height:auto;
  padding: 0;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link .news-thumb{
	width: 100%;
  height: auto;
  margin: 0;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link .news-thumb img{
	width: 100%;
  height: 250px;}
.archive_page{}
.archive_page_wrap{
	padding-top: 50px;
	}
.archive_page_wrap h1{
	font-weight: bold;
  font-size: 40px;
  color: #005;
  text-align:center;
  }
.archive_page_wrap h1 span{
	border-bottom: 1px dotted;
  padding-bottom: 10px;
  }
.archive_name{
	text-align: center;
  font-size: 13px;
  margin-bottom: 50px;
  }
.manager_name{
	margin: 0;
  text-align: center;
  color: #005;
  font-size: 27px;
  }
.manager_kana{
	text-align: center;
  color: #005;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  }
.manager_position{
	text-align: center;
  color: #005;
  background: #fafafa;
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  width: 200px;
  margin: 0 auto;
  }
.donation_title{
	text-align:center;
	}
.donation_txt p{
	width: 100%;
    white-space: nowrap;        /* 改行しない */
    overflow: hidden;           /* はみ出しを隠す */
    text-overflow: ellipsis; }
	
.company_con4{
	margin-bottom: 100px;
	}
.contents_09wrap{
	padding: 100px 0 100px;
  background: linear-gradient(135deg, #dcd3af 0%, #fff 50%, #dcd3af 70%, #fff 85%, #dcd3af 90%);
  }
.contents_09{
	width:1300px;
	overflow:hidden;
	margin:0 auto;
	background-image: url("images/accent01.png");
  background-repeat: repeat-x;
	}
.contents_09 img{
	margin:0 auto;
	display:block;
	width:700px;
	height:auto;
	margin-bottom:50px;
	border-radius: 20px;
	}
.contents_09 .txt{}
.contents_09 .txt h4{
	text-align:center;
	}
.contents_09 .txt h2{text-align:center;}
.contents_09 .txt p{text-align:center;}

.blue_btn_company{
	float:left;
	}
.blue_btn_member{
	float:right;
	}
.company_con4 .vision_ul{
	padding: 0;
  list-style: none;
  }
.company_con4 .vision_ul li{
	text-align: center;
  font-size: 33px;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 1px dotted;
  }
.company_con4 .value_ul{
	list-style: none;
  overflow: hidden;
  padding: 0;
	}
.company_con4 .value_ul li{
  padding: 25px 0%;
  }
.company_con4 .value_ul li h3{
	font-size: 30px;
  margin-top: 40px;
	}
.company_con4 .value_ul li p{
	width: 90%;
  margin: 0 auto;
  line-height: 220%;
  font-size: 15px;
  text-align:center;
  }
  
  
/*ここからウェルミナス*/
.contents_10wrap{
	padding-top: 100px;
  padding-bottom: 100px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  background-repeat: repeat-x;
  }
.contents_10{
	overflow: hidden;
  margin: 0 auto;
  display: block;
  }
.contents_10 .txt{
	width: 38%;
  float: right;
  margin-top: 100px;
  margin-right: 4%;
  padding-bottom: 15px;
  }
.contents_10 .txt h4{
	text-align: left;
	}
.contents_10 .txt h2{}
.contents_10 .txt p{}
.contents_10 img{
	width: 45%;
  float: left;
  margin-left: 7%;
  border-radius: 20px;
  height:auto;
  }
.contents_10 ul{
	background: #fff;
  border-radius: 20px;
  padding: 20px 50px;
  width: 90%;
  }
.contents_10 li{
	line-height: 210%;
  font-size: 20px;
  border-bottom: 1px dotted #bbb;
  color: #D0A900;
  }
.contents_10 li span{
	color:#000;
	}
.con4_link{
	text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
	}
.con4_link:hover{
	text-decoration:none;
	}
.top_jigyou_title{
	float: left;
  margin-right: 10px;
  margin-bottom: 30px;
  }
.top_jigyou_title span{
	background: #D0A900;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  }
.process_div a{
	background: #D0A900;
  color: #fff;
  text-decoration: none;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 20px;
  }
.process_div a:hover{
	background: #fff;
  color: #D0A900;
  text-decoration: none;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 20px;
  }
.company_con2{}
.company_page{
	width:1250px !important;
	}
.ceo{
	width:450px;
	height:598px;
	float:right;
	}
.company_con2_3  img{
	float:left !important;}
	
.company_con2_3 .txt{
	float:right !important;}
.company_con2_2{
	margin-bottom:80px;
	}
.company_con2_2 .txt h2{
	font-size: 40px;
  border-left: none;
  }
.company_con2_2 .txt h3{
	text-align: right;
  font-size: 40px;
  color:#000;
  }
.company_con2_2 .txt h4{
	line-height: 50%;
  font-size: 15px;
  text-align: right;
  font-weight: normal;
  }

.company_con2_3 .txt h3{
	text-align: left !important;

  }
.company_con2_3 .txt h4{
  text-align: left !important;
  }
.company_con3 iframe{
	width:100%;
	}
.company_con4 .life_stage{
	display:block;
	margin:0 auto;
	width: 760px;
	}
.sante_omakase{
	width: 560px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  float:left;
  }
.sante_omakase_r{
	float:right;
	}
.sante_omakase img{
	width: 560px;
  height: 370px;
	}
.sante_omakase .txt{
	padding: 10px 10%;
	}
.sante_omakase .txt h3{
	color: #223670;
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  }
.sante_omakase .txt p{}


.about_wrap{
	padding-top: 50px;
  padding-bottom: 30px;
  }
.about_con01{
	width: 1250px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  }
.about_con01 img{
	width: auto;
  float: right;
  height: auto;
  margin-bottom: 100px;
  border-radius: 20px;
  max-width: 550px;
  }
.about_con01 .txt{
	float: left;
  width: 560px;
  }
.about_con01 .txt h4{
	text-align:left;
	}
.contact_div .sasie{
	position: absolute;
  width: 20%;
  height: auto;
  right: 15%;
  top: -100px;
  }
  
  
 /*ここからオリジナルフォーム　https://24auto.biz*/
.form_wrap {
  width: 820px;
  margin: 2em auto;
  font-family: sans-serif;
  background: #fff;
}

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0 !important;
  margin-bottom: 0;
  border: none;
}

.form_wrap th,
.form_wrap td {
  padding: 12px 15px;
  vertical-align: top;
  font-size: 15px;
  text-align: left;
  border: none;
}

.form_wrap th {
  background-color: #f5f5f5;
  width: 220px;
  color: #333;
  font-weight: bold;
}

.form_wrap td {
  background-color: #fafafa;
}

.form_wrap input[type="text"],
.form_wrap textarea {
  width: 95%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form_wrap input[type="radio"] {
  margin-right: 6px;
}

.form_wrap input[type="submit"] {
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.form_wrap input[type="submit"]:hover {
  background-color: #e65a78;
}
.form_wrap table tr td.center{
	text-align:center !important;
	}
/*ここまでオリジナルフォーム　https://24auto.biz*/


.pickup_wrap{
	clear: both;
  padding: 100px 0 50px;
  }
.pickup_contents{
	display: flex;
  justify-content: center;
  gap: 20px;
  width:1250px;
  margin:0 auto;
  }
.pickup_contents h4{
	text-align:center;
	margin-bottom:30px;
	}
.pickup_contents a{}
.pickup_contents a img{}
.pickup_contents a:hover{
	opacity:0.7;}

#logo img{
	width: 300px;
  height: auto;
  }
.f_con_right img{
	width: 300px;
  height: auto;
  }
#logo img{
	width:300px;
	height:auto;
	}