/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}
#bread_crumb {
  padding: 20px 0px 70px 0px;
  margin: 0px auto 0;
  max-width: 980px;
}
#main_col {
  margin: 0px auto 0;
  max-width: 980px;
  padding: 0px 0px 20px 0px;
}
/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
  margin: 0 0 50px 0;
  padding: 1px 0 0 0;
}
#company_info p {
  margin: 0;
}
#company_info dl {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px 0;
}
#company_info dt {
  float: left;
  width: 150px;
  display: inline;
  margin: 0 0 0px 0;
  line-height: 200%;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #ddd;
  padding: 12px 10px 10px 0;
}
#company_info dd {
  margin: 0 0 0px 150px;
  line-height: 200%;
  background: #f9f9f9;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #ddd;
}
#company_map {
  text-align: right;
}
#company_map a {
  color: #333;
}
#company_map iframe {
  width: 100%;
}
#company_map_desc {
  padding: 20px 0 0;
  margin-bottom: -30px;
}
/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#index_banner ol {
  margin: 22px 0 22px 0;
  padding: 0;
}
#index_banner ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 22px 0 0;
}
#index_banner ol li.num3 {
  margin: 0;
}
#index_banner img {
  display: block;
}
/* news */
#index_news {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0px 0px 40px 0px;
}
#index_news ol {
  margin: 0;
  padding: 0;
}
#index_news ol li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
}
#index_news ol li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
#index_news ol li .title {
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#index_news ol li .title a {
  display: block;
  text-decoration: none;
}
/* archive link */
.index_archive_link a {
  position: absolute;
  right: 40px;
  top: 45px;
  font-size: 13px;
  text-decoration: none;
}
.index_archive_link a:hover {
  text-decoration: underline;
}
/* index center banner */
#index_center_banner {
  display: block;
  margin: 0 0 40px 0;
}
/* product */
#index_product {
  position: relative;
  margin: 0 0 10px 0;
}
#index_product ol {
  margin: 0 -28px 0 0;
  padding: 0;
}
#index_product ol li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#index_product ol li .image {
  display: block;
  background: #fff;
}
#index_product ol li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#index_product ol li .image:hover img {
  opacity: 0.5;
}
#index_product ol li .category {
  background: #999;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
#index_product ol li .category a {
  text-decoration: none;
  color: #fff;
}
#index_product ol li .category a:hover {
  text-decoration: underline;
}
#index_product ol li .title {
  font-size: 14px;
  margin: 15px 0 5px;
}
#index_product ol li .title a {
  text-decoration: none;
}
#index_product ol li .desc {
  font-size: 12px;
  margin: 5px 0 10px;
  line-height: 160%;
}
/* blog */
#index_blog {
  position: relative;
  margin: 0 0 40px 0;
}
#index_blog ol {
  margin: 0;
  padding: 0;
}
#index_blog ol li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}
#index_blog ol li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#index_blog ol li .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#index_blog ol li .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#index_blog ol li .image:hover img {
  opacity: 0.5;
}
#index_blog ol li .date {
  margin: 0;
  font-size: 12px;
  color: #999;
}
#index_blog ol li .title {
  margin: 0;
  font-size: 14px;
}
/* footer banner */
#footer_banner li {}
#footer_banner li.num1 {
  float: left;
}
#footer_banner li.num2 {
  float: right;
}
#footer_banner li.num3 {
  clear: both;
  padding: 30px 0 0 0;
}
#footer_banner li img {
  display: block;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product_list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 32%;
  display: inline-block;
}
#product_list:after {
  width:49%;
  content:"";
}

#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  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 .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
.headline1 {
  padding: 0px 0px 20px 0px;
}
.headline1 img {
  padding: 0px 0px 20px 0px;
  width: 270px;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 16px;
  /* width:54px; */
  /* height:54px; */
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 32px;
  float: left;
  /* background:#bbb; */
  position: relative;
}
#post_title .date { /* color:#fff; */ /* display:block; */ /* position:absolute; */ /* top:10px; */ /* width:54px; */
}
#post_title .month {
  /* color: #fff; */
  /* display: block; */
  /* position: absolute; */
  /* bottom: 10px; */
  /* width: 54px; */
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 800px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}






/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* global menu */
.menu_button {
  display: none;
}
#global_menu { /* margin:0; */ /* position:absolute; */ /* right:0px; */ /* bottom:0px; */ /* z-index:999; */
}
#global_menu ul ul {
  display: none;
  position: absolute;
  top: 63px;
  left: 0px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 -1px;
}
#global_menu li { /* float:left; */ /* font-size:1%; */ /* position:relative; */
}
#global_menu li a {
  /* font-size:14px; */
  /* text-align:center; */
  /* text-decoration:none; */
  /* display:block; */
  /* height:60px; */
  /* line-height:60px; */
  /* padding:0 20px; */
  /* border-bottom:4px solid #fff; */
  /* -webkit-transition-property:background; */
  /* -webkit-transition-duration:0.4s; */
  /* -webkit-transition-timing-function:ease; */
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a {
  border-bottom: 4px solid #aaa;
  color: #333;
}
#global_menu ul ul li {
  float: none;
  height: auto;
  line-height: 26px;
  padding: 0;
  margin: 0;
  text-align: left;
}
#global_menu ul ul 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;
}
#global_menu ul ul a:hover {
  border: 1px solid #ccc;
  background: #e2e2e2;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header-inner {
  height: 116px;
  background: #fff;
  max-width: 980px;
  margin: 0px auto;
}
.header-title {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  width: 310px;
  display: block;
  font-weight: normal;
}
.header-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 315px;
  height: 63px;
  z-index: 999;
}
.headinfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-logo a {
  /* display: flex; */
}
.header-logo a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header-logo img {
  width: 100%;
  /* display: block; */
}
.header-logo__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.45;
  margin-top: -3px;
  margin-left: 25px;
  height: 57px;
  color: #ae5da0;
  letter-spacing: 3px;
}
.header-utility {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.header-tel {
  margin-top: 0;
  /* white-space: nowrap; */
  width: 242px;
}
.header-tel__no {
  margin-bottom: 0;
  text-align: center;
}
.header-tel__no a {
  /* display: flex; */
  height: 34px;
  /* align-items: center; */
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #5884c3;
  pointer-events: none;
}
.header-tel__no a:hover {
  text-decoration: none;
}
.header-tel__no img {
  /* width: 53px; */
  display: inline-block;
  /* margin-right: 9px; */
}
.header-tel__txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
}
#slider {border-top: 5px solid #19A9EC;}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .header-inner {
    height: 100px;
  }
  .header-utility--left {
    width: 40%;
  }
  .header-utility--right {
    width: 60%;
  }
  .header-title {
    margin-bottom: 10px;
  }
  .header-logo {
    transform: scale(0.7);
    transform-origin: left center;
  }
  .header-logo__txt {
    white-space: nowrap;
  }
  .header-tel {
    transform: scale(0.7);
    transform-origin: 150% -10px;
  }
  .header-tel__txt {
    padding: 0 5px;
  }
}
.header-buttons {
  margin-left: 0;
  position: relative;
}
.header-buttons__txt {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 8px 0;
}
.header-buttons__list {
  display: flex;
}
.header-buttons__list-item {
  opacity: 1;
  transition: opacity 0.3s;
}
.header-buttons__list-item.line {
  background: #00b900;
}
.header-buttons__list-item.line i {
  display: inline-block;
  margin-bottom: 7px;
}
.header-buttons__list-item.mail {
  background: #5884c3;
}
.header-buttons__list-item.mail i {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 24px;
}
.header-buttons__list-item:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.header-buttons__list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 86px;
  height: 116px;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.header-buttons__list-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .header-buttons {
    margin-left: 0;
  }
  .header-buttons__txt {
    font-size: 12px;
    margin: 7px 0;
    text-align: right;
  }
  .header-buttons__list {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
.header-logo a, .header-pmark {
  /* float: left; */
}
.header-pmark img {
  width: 75px;
  margin-top: -10px;
  margin-left: 5px;
}
.g-nav {
  background: #5884c3;
}
.g-nav-list {
  display: flex;
  justify-content: space-between;
}
.g-nav-list__item {
  width: 100%;
  position: relative;
}
.g-nav-list__item::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #1c3b4a;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.g-nav-list__item:last-child::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #1c3b4a;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.g-nav-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.g-nav-list__item a:hover {
  background: #1c3b4a;
  text-decoration: none;
}
.g-nav-list__item .icon-link {
  margin-left: 5px;
}
.single-post .page-area-link, .blog .page-area-link {}
.sp-nav-wrap {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .g-nav-list__item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_list li {
    width:49%;
  }
  #index_news {
    width: 98%;
    margin: 0px auto 20px auto;
}
.index_archive_link {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.index_archive_link a {
  position:relative;
  top: 0;
  right: 0;
}
  #bread_crumb {
    padding: 10px 10px 10px 10px;
  }
  #main_col {
    padding: 20px;
  }
  body {
    padding-top: 66px;
  }
  .header-inner {
    width: 100%;
    height: 66px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }







  .header-utility {
    display: block;

  }
  .header-title {

    font-size: 10px;
    transform-origin: left;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
  }
  .header-logo {
    width: 70%;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
  }
  .headinfo {
    display: none;
  }
  .header-logo img {
    width: 171px;
  }
  .header-utility--right {
    display: none;
  }
  .header-logo__txt {
    font-size: 11px;
    margin-left: 10px;
    margin-top: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .g-nav {
    display: none;
  }
  .nav-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 35px;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 999;
  }
  .icon-toggle-button {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../images/icon/menu-open.svg) no-repeat center center;
    background-size: 100%;
  }
  .is-menu-open .icon-toggle-button {
    background: url(../images/icon/menu-close.svg) no-repeat center center;
    width: 18.5px;
    height: 18.5px;
  }
  .sp-nav-wrap {
    display: block;
  }
  .sp-nav {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 66px;
    left: 0;
    padding: 0 15px 150px;
    background: #fff;
    z-index: 2;
    display: none;
  }
  .is-menu-open .sp-nav {
    display: block;
  }
  .sp-nav__title {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    background: #fef2fc;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding-left: 5px;
  }
  .sp-nav-list {
    margin-bottom: 25px;
  }
  .sp-nav-list__item {
    border-bottom: 1px solid #808080;
  }
  .sp-nav-list__item:first-child {
    border-top: 1px solid #808080;
  }
  .sp-nav-list__item a {
    display: block;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #333333;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
  }
  .sp-nav-list__item a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url(../images/icon/triangle-right-blue.svg) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-nav-list__item i {
    margin-left: 7px;
    vertical-align: middle;
  }
  .sp-nav-list--other .sp-nav-list__item:first-child {
    border-top: none;
  }
  .sp-nav-list--other .sp-nav-list__item a {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# main visual
--------------------------------------------------------------*/
.main-visual {
  background: url(../images/bg-main-visual.png) repeat-y left top;
  background-size: 100%;
  padding-top: 30px;
  margin-bottom: 70px;
}
.main-visual .inner {
  max-width: 1081px;
  padding: 0;
}
.main-visual .inner img {
  max-width: 1081px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background: url(../images/sp/bg-main-visual.png) repeat-y left top;
    background-size: 100%;
    padding: 12.5px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    flex-direction: column;
  }
  .footer_pmark {
    position: absolute;
    margin-top: .5em;
    width: 50px;
  }
  .header-pmark img {
    width: 40px;
    position: absolute;
    margin-top: -5px;
    height: auto;
  }
}
/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
.section + .section {
  margin-top: 0px;
}
#worry {
  padding: 40px 0px;
}
.column .section-head {
  text-align: center;
  position: relative;
  top: -30px;
}
.section-head__title {

  max-width: 750px;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  position: relative;
}
.section-head__title .small {
  font-size: 25px;
}
.section-head__title::before, .section-head__title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;


  background: url(../images/icon/star.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-head__title::before {
  left: 15px;

}
.section-head__title::after {
  right: 15px;
}
.section-head__title .balloon {
  display: inline-block;
  width: 39px;
  height: 29px;
  background: url(../images/tittle-balloon.png) no-repeat left top;
  background-size: 100%;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.section-head__read {
  color: #ae5da0;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 30px;
  background: url(../images/bg-read.png) repeat-x left bottom;
  background-size: 30px auto;
}
.section-head__txt {
  text-align: left;
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 10px;
}
.section-head__note {
  color: #ff0000;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .section-head__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 0 15px;
  }
  .section + .section {
    margin-top: 40px;
  }
  .section-head__title {
    font-size: 23px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .section-head__title .small {
    font-size: 18px;
  }
  .section-head__title::before, .section-head__title::after {
    width: 15px;
    height: 15px;
  }
  .section-head__title::before {
    left: 12px;
  }
  .section-head__title::after {
    right: 12px;
  }
  .section-head__title .balloon {
    width: 20px;
    height: 15px;
    bottom: -15px;
  }
  .section-head__read {
    font-size: 20px;
    line-height: 1.4;
  }
  .section-head__txt {
    font-size: 16px;
  }
}
.detail-link-button {
  width: 365px;
  height: 60px;
  border: solid 2px #333333;
  border-radius: 30px;
  color: #333333;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-link-button::before {
  content: "";
  width: 9px;
  height: 10px;
  background: url(../images/icon/triangle-right-gold.svg) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.detail-link-button:hover {
  background: #333333;
  color: #fff;
  text-decoration: none;
}
.detail-link-button:hover::before {
  background: url(https://www.ihinseiri-shisui.com/wp-content/uploads/2021/06/triangle-right-white.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .detail-link-button {
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .detail-link-button {
    font-size: 4.2vw;
  }
  .detail-link-button::before {
    right: 5.33vw;
  }
}
.detail-link-button--large {
  width: 560px;
  height: 100px;
  border: solid 2px #333333;
  border-radius: 50px;
  color: #333333;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.detail-link-button--large:hover {
  background: #333333;
  color: #fff;
  text-decoration: none;
}
.detail-link-button--large::before {
  content: "";
  width: 13px;
  height: 16px;
  background: url(../images/icon/triangle-right-gold.svg) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
details-button:hover::before {
  background: url(https://www.ihinseiri-shisui.com/wp-content/uploads/2021/06/triangle-right-white.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .detail-link-button--large {
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .detail-link-button--large {
    font-size: 4.2vw;
  }
  .detail-link-button--large::before {
    right: 5.33vw;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.one-stop {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.one-stop__item {
  width: 33.3333%;
  border-radius: 10px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.one-stop__txt {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.one-stop__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.one-stop__img img {}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .one-stop__item + .one-stop__item:before {
    left: -21%;
  }
}
@media screen and (max-width: 767px) {
  .one-stop {
    display: block;
  }
  .one-stop__item {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
  .one-stop__img {
    order: 1;
    display: block;
  }
  .one-stop__img img {
    width: 100%;
  }
  .one-stop__item.--box03 .one-stop__img {
    margin-top: 0;
  }
  .one-stop__txt {
    order: 2;
    margin-left: 20px;
    font-size: 18px;
  }
  .one-stop__item + .one-stop__item:before {
    width: 18px;
    height: 18px;
    left: 50%;
    top: -24px;
    transform: translate(-50%, 0);
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.worry-item-wrap {
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
  flex-wrap: wrap;
}
.worry-item {}
.worry-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 11px;
  margin-bottom: 25px;
  background: url(../images/bg-read.png) repeat-x left bottom;
  background-size: 30px auto;
}
.worry-title .gold-txt {
  color: #333333;
  font-size: 20px;
}
.worry-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0px 0px 0px;
  flex-wrap: wrap;
}
.worry-list__item {
  font-size: 16px;
  padding: 5px 0 4px 0px;
  margin-bottom: 10px;
  line-height: 1.4;
  width: 22%;
}
.worry-illust {
  width: 226px;
  height: auto;
  margin: 0 auto -50px;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .worry-item-wrap {
    display: block;
  }
  .worry-item {
    width: 100%;
  }
  .worry-item + .worry-item {
    margin-top: 20px;
  }
  .worry-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .worry-title .gold-txt {
    font-size: 18px;
  }
  .worry-list__item {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    width: 50%;
    box-sizing: border-box;
  }
  .worry-illust {
    top: 0;
    margin: 0 auto;
    max-width: 80%;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.price-plan {
  margin-top: 20px;
}
.price-plan__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.price-plan__title .small {
  font-size: 20px;
}
.price-plan__title .note {
  font-weight: normal;
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}
.plan-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan-item {
  padding: 0;
  width: 100%;
  margin-bottom: 25px;
}
.plan-item.widthmultiple {
  width: 100%;
}
.plan-item-list {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-item-list a {
  display: block;
  width: 49%;
  margin: 0px 0px 2% 0px;
}
.plan-item-list a:nth-child(3) {
  width: 32.3333%;
}
.plan-item-list a:nth-child(4) {
  width: 32.3333%;
}
.plan-item-list a:nth-child(5) {
  width: 32.3333%;
}
.plan-item-list dd .normal-txt {
  font-weight: normal;
  font-size: 18px;
}
.plan-item-list dd .off-txt {
  position: relative;
}
.plan-item-list dd .point {
  color: #ee7700;
  font-size: 30px;
}
.plan-item-list dd .note {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: -20px;
}
.plan-detail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 13px;
}
.plan-detail-list__item {
  background: #fff;
  width: 32.52%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 5px;
  border: solid 1px #adadad;
}
.plan-detail-list::after {
  content: "";
  display: block;
  width: 32.52%;
}
.plan-detail-list__item.widthmultiple {
  width: 66.15%;
}
.plan-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  border-left: solid 10px #333333;
  padding: 3px 0 6px 8px;
}
.plan-item__txt {
  font-size: 18px;
  line-height: 1.6;
}
.plan-item-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .plan-item {
    left: -21%;
    padding: 15px;
  }
  .plan-item-list dd {
    font-size: 18px;
  }
  .plan-item-list dd .point {
    font-size: 22px;
  }
  .plan-detail-list__item {
    font-size: 11px;
  }
  .plan-item__txt br {
    display: none !important;
  }
  .plan-item__body {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .price-plan__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .price-plan__title .small {
    font-size: 16px;
  }
  .price-plan__title .note {
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px;
  }
  .plan-item-wrap {
    display: block;
    width: 100%;
  }
  .plan-item {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 15px;
  }
  .plan-item-list dd {
    font-size: 18px;
  }
  .plan-item-list dd .point {
    font-size: 22px;
  }
  .plan-item-list dd .note {
    font-size: 12px;
  }
  .plan-detail-list__item {
    font-size: 12px;
    padding: 0 5px;
    position: relative;
  }
  .plan-detail-list__item .note {
    font-size: 10px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
  .plan-item__body {
    width: 100%;
    margin-bottom: 15px;
  }
}
.plan-attention {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  -moz-border-image: url(../images/bg-dot.png) 6 6 6 6 round round;
  -webkit-border-image: url(../images/bg-dot.png) 6 6 6 6 round round;
  -o-border-image: url(../images/bg-dot.png) 6 6 6 6 round round;
  border-image: url(../images/bg-dot.png) 6 6 6 6 round round;
  padding: 40px 60px;
  margin-bottom: 40px;
}
.plan-attention__title {
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 30px;
  background: url(../images/bg-read.png) repeat-x left bottom;
  background-size: 30px auto;
}
.plan-attention-list {
  margin-bottom: 35px;
}
.plan-attention-list dt {
  font-size: 18px;
  margin-bottom: 8px;
}
.plan-attention-list dt .red {
  color: #ff0000;
}
.plan-attention-list dd {
  margin: 0;
  padding-left: 1em;
  font-size: 18px;
}
.attention-no-list__item {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.6;
}
.plan-attention-note {
  line-height: 1.7;
  padding-left: 1.1em;
  position: relative;
}
.plan-attention-note::before {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .plan-item__title {
    font-size: 18px;
    border-left: solid 7px #333333;
    padding: 3px 0 3px 8px;
    margin-bottom: 10px;
  }
  .plan-item__txt {
    font-size: 16px;
  }
  .plan-item-txt-wrap {
    display: block;
  }
  .plan-attention {
    padding: 20px 15px;
    margin-bottom: 30px;

    margin-top: 20px;
    border-style: solid;
  }
  .plan-attention__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .plan-attention-list {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .plan-attention-list dt {
    font-size: 16px;
  }
  .plan-attention-list dd {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.select-reason {
  margin: 70px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select-reason__title {
  height: auto;
  margin: 0 auto 40px;
  width: 100%;
}
.reason-item {
  position: relative;
  width: 32.3333%;
}
.reason-item + .reason-item {
  margin-top: 45px;
}
.reason-head {
  background: #fef2fc;
  min-height: 104px;
  position: relative;
  padding: 20px 0 20px 100px;
  width: 92.59%;
  float: right;
  margin-bottom: 35px;
  border-radius: 10px;
}
.reason-head__icon {
  display: inline-block;
  width: 136px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-55%, -15%);
}
.reason-head__read {
  margin-bottom: 5px;
}
.reason-head__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #ee7700;
}
.reason-head__title .label {
  background: #ee7700;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 2px;
  margin-left: 13px;
  padding: 5px 15px 8px;
  display: inline-block;
  vertical-align: top;
}
.reason-body {
  clear: both;
  width: 100%;
}
.reason-body__thumb {}
.reason-body__note {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
.reason-body__note .label {
  background: #ee7700;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 13px;
  margin: 3px 0;
  display: inline-block;
}
.reason-body__note .label + .label {
  margin-left: 5px;
}
.reason-body__note.thumb {
  display: flex;
  align-items: center;
}
.reason-body__note.thumb img {
  width: 105px;
  margin-right: 20px;
}
.reason-body__inner {
  width: 62.75%;
}
.reason-body__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.reason-body__txt {
  line-height: 1.7;
  margin-bottom: 25px;
}
.reason-body__txt + .reason-body__title {
  margin-top: 40px;
}
#reason .space {
  display: inline-block;
  margin: 0 -10px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .reason-head__icon {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .worry-list {
    padding: 0px;
}
  .select-reason__title {
    width: 96%;
  }
  .reason-head__icon {
    width: 60px;
    top: -20px;
  }
  .reason-head {
    min-height: unset;
    padding: 15px 10px 15px 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .reason-head__title {
    font-size: 20px;
  }
  .reason-head__title .label {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 0;
    padding: 3px 10px 5px;
  }
  .reason-body {
    padding-left: 27px;
    flex-wrap: wrap;
  }
  .reason-body__thumb {
    order: 2;
    width: 100%;
  }
  .reason-body__thumb img {
    width: 70%;
    margin: 0 auto;
  }
  .reason-body__inner {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .reason-body__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .reason-body__title br {
    display: none;
  }
  .reason-body__txt {
    margin-bottom: 10px;
  }
  .reason-body__txt + .detail-link-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.section-closing {
  /* background: #f9ddf4; */
  padding: 10px 0 45px;
  margin-bottom: 10px;
}
.section-closing-inner {
  max-width: 930px;
  width: 100%;
  position: relative;
}
.section-closing__img {}
.section-closing-inner.--widthl {
  max-width: 1080px;
  width: 100%;
}
.section-closing-inner.--widthl .section-closing__img {
  width: 17.87%;
}
.closing-item {
  width: 75.26%;
}
.closing-item__read {
  font-size: 18px;
  padding: 20px 0px 0px 0px;
}
.closing-item__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #ae5da0;
  line-height: 1.4;
}
.closing-list {
  margin-top: 12px;
}
.closing-list__item {
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  padding-left: 22px;
}
.closing-list__item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  font-size: 28px;
  color: #ee7700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.closing-illust {
  position: absolute;
  width: 150px;
  height: auto;
  top: 50px;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .closing-illust {
    top: -80px;
    right: 10px;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .section-closing {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  .section-closing-inner {
    display: block;
  }
  .section-closing__img, .section-closing-inner.--widthl .section-closing__img {
    width: 100%;
    margin: 0 auto 0px;
  }
  .flexarea .side {
    display: none;
  }
  .closing-item {
    width: 100%;
    text-align: center;
  }
  .closing-item__read {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .closing-item__txt {
    font-size: 20px;
  }
  .closing-illust {
    width: 90px;
    top: -20px;
  }
  .closing-list__item {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
  }
  .closing-list__item br {
    display: none;
  }
}
.reborn-area, .reborn-area::before, .reborn-area::after, .reborn-area *, .reborn-area *::before, .reborn-area *::after {
  box-sizing: border-box;
}
.reborn-area {
  text-align: center;
  padding: 0px 10px 40px;
  margin-top: -70px;
  margin-bottom: 30px;
}
.reborn-panel {
  padding-top: 200px;
  padding-bottom: 50px;
  background-size: auto auto;
  background-image: url(../images/common/bg-reborn-panel.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.reborn-panel__content {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 4px;
  background-color: #fff;
}
.reborn-panel__heading {
  font-size: 30px;
  font-weight: bold;
  color: #105f92;
  margin-bottom: 10px;
}
.reborn-panel__text {
  font-size: 18px;
}
.reborn-panel__button-outer {
  margin-top: 20px;
}
.reborn-panel__button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: .75em 1em;
  background-color: #e85d6a;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #dd3f4b;
  box-shadow: 0 3px 0 #dd3f4b;
  font-size: 18px;
  letter-spacing: .05em;
  transition: opacity .1s ease-in-out;
}
.reborn-panel__button:hover {
  text-decoration: none;
  opacity: .5;
}
@media (max-width: 767px) {
  .reborn-area {
    padding: 30px 10px 20px;
    margin-top: -50px;
  }
  .reborn-panel {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .reborn-panel__heading {
    font-size: 20px;
  }
  .reborn-panel__text, .reborn-panel__button {
    font-size: 16px;
  }
  .reborn-panel {
    background-image: none;
  }
  .reborn-panel__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.other-service {
  background: #f1f1f1;
  padding: 20px 0px 20px 0px;
  margin: 20px 0px 20px 0px;
}
.service-list {

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}
.service-list__item {
  width: 31.85%;
  margin-bottom: 40px;
}
.service-list__tumb {
  margin-bottom: 15px;
}
.service-list__tumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.service-list__tumb a::before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.service-list__tumb a::after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333333 url(https://www.ihinseiri-shisui.com/wp-content/uploads/2021/06/triangle-right-white.png) no-repeat center center;
  background-size: 9px 10px;
  transition: all 0.3s;
  z-index: 3;
}
.service-list__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.service-list__txt {
  line-height: 1.7;
  font-size: 14px;
}
.other-service-bnr {
  max-width: 370px;
  margin: 0px auto 0px auto;
}

@media screen and (max-width: 767px) {
  .service-list__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .service-list__tumb {
    margin-bottom: 10px;
  }
  .service-list__tumb a::after, .service-list__tumb a::before {
    width: 40px;
    height: 40px;
  }
  .service-list__title {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .other-service-bnr {
    margin: 0px auto;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.request-flow {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-item {
  width: 48%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.flow-item + .flow-item {}
.flow-item + .flow-item::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 26px;
  background: url(../images/icon/triangle-bottom.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
.flow-item__no {
  width: 80px;
  height: 80px;
  background-color: #333333;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-item__body {
  max-width: 783px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.flow-item__title {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0 auto 10px;
}
.flow-item__title .label {
  background: #333333;
  font-size: 20px;
  padding: 6px 35px 7px;
  border-radius: 10px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 13px;
}
.frow-item__txt {
  font-size: 18px;
  line-height: 1.7;
}
.frow-item__txt.--strengthen {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
.frow-item__txt.--note {
  font-size: 14px;
  margin-top: 10px;
}
.flow-item__body + .cv-contact {
  padding-top: 35px;
  background: url(../images/bg-read.png) repeat-x left top;
  background-size: 30px auto;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .flow-item__no {
    width: 60px;
    height: 60px;
    font-size: 27px;
  }
  .flow-item__title {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-item {
    padding: 0;
  }
  .flow-item__no {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .flow-item__body {
    padding-bottom: 15px;
  }
  .flow-item__title {
    font-size: 20px;
    line-height: 31px;
  }
  .flow-item__title .label {
    padding: 6px 8px 7px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
  }
  .frow-item__txt {
    font-size: 16px;
  }
  .flow-item__body + .cv-contact {
    padding-top: 20px;
  }
  .frow-item__txt.--strengthen {

    margin-top: 10px;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.customer-voice {
  margin-bottom: 80px;
}
.section-head.voice {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.section-voice__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #333333;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.section-voice__title .small {
  font-size: 40px;
}
.section-voice__title::before, .section-voice__title::after {
  content: "";
  width: 22px;
  height: 45px;
  background: url(../images/voice-title-deco.svg) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-voice__title::before {
  left: -33px;
}
.section-voice__title::after {
  right: -33px;
  transform: translateY(-50%) rotate(180deg);
}
.section-voice__read {
  font-size: 19px;
}
.voice-illust01 {
  width: 154.5px;
  height: auto;
  position: absolute;
  left: 100px;
  top: -15px;
}
.voice-illust02 {
  width: 194px;
  position: absolute;
  right: 55px;
  top: -50px;
  z-index: 1;
}
.voice-item-wrap {
  background: #fef2fc;
  max-width: 1020px;
  margin: 0 auto 40px;
  border-radius: 10px;
  position: relative;
}
.voice-item {
  max-width: 1020px;
  width: 100%;
  padding: 4.9% 9.8%;
}
.voice-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 34px;
  padding-left: 20px;
  margin-bottom: 25px;
  border-left: 10px solid #333333;
}
.voice-item-inner {
  display: flex;
  justify-content: space-between;
}
.voice-item__body {
  width: 70.73%;
}
.voice-item_thumb {
  width: 24.14%;
}
.voice-item_thumb li {
  position: relative;
}
.voice-item_thumb li:before {
  content: "";
  display: inline-block;
  width: 67px;
  height: 35px;
  background: url(../images/voice/label-before.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-item_thumb li + li {
  margin-top: 7px;
}
.voice-item_thumb li + li:before {
  background: url(../images/voice/label-after.png);
  background-size: 100% auto;
}
.voice-item_thumb li + li:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 22px;
  background: url(../images/voice/icon-voice-arrow.svg);
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.voice-item__detail {
  display: flex;
  line-height: 1.5;
  margin: 0;
}
.voice-item__detail dt {
  width: 130px;
  display: flex;
  justify-content: space-between;
}
.voice-item__detail dt span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.voice-item__detail dd {
  margin: 0;
}
.voice-item__detail dd::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
}
.voice-item__txt {
  margin-top: 30px;
  line-height: 1.5;
}
.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  background: #333333 url(../images/icon/triangle-left-white.svg) no-repeat center center;
  background-size: 9px auto;
  left: -30px;
}
.slick-next {
  background: #333333 url(https://www.ihinseiri-shisui.com/wp-content/uploads/2021/06/triangle-right-white.png) no-repeat center center;
  background-size: 9px auto;
  right: -30px;
}
.customer-voice-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .voice-illust01 {
    width: 100px;
    left: 70px;
  }
  .voice-illust02 {
    width: 150px;
    right: 30px;
    top: -70px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice-illust01 {
    width: 60px;
    left: 0;
    top: 10px;
  }
  .voice-illust02 {
    width: 100px;
    right: -10px;
    top: -30px;
  }
  .section-head.voice {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .section-voice__title {
    font-size: 28px;
    margin-left: -15px;
  }
  .section-voice__title .small {
    font-size: 25px;
  }
  .section-voice__title::before, .section-voice__title::after {
    width: 12px;
    height: 24px;
  }
  .section-voice__title::before {
    left: -20px;
  }
  .section-voice__title::after {
    right: -20px;
  }
  .section-voice__read {
    font-size: 14px;
    line-height: 1.5;
  }
  .voice-item-wrap {
    border-radius: 5px;
  }
  .voice-item {
    padding: 20px 15px;
  }
  .voice-item__title {
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 7px solid #333333;
    line-height: 1.4;
  }
  .voice-item-inner {
    display: block;
  }
  .voice-item__body {
    width: 100%;
  }
  .voice-item__txt {
    margin-top: 15px;
    padding: 0 15px;
  }
  .slick-prev, .slick-next {
    width: 35px;
    height: 35px;
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  .voice-item_thumb {
    width: 70%;
    margin: 20px auto 0;
  }
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.staff-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 45px;
}
.staff-item {
  border: solid 2px #333333;
  border-radius: 10px;
  padding: 50px 40px 30px;
  width: 48.14%;
}
.staff-item.multiple {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.staff-item-inner {
  width: 46.93%;
}
.staff-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}
.staff-head__thumb {
  width: 192px;
  margin-right: 25px;
}
.staff-head__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.staff-body__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.staff-certificate__title {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background: #333333;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 15px;
}
.staff-certificate__txt {
  line-height: 1.7;
}
.staff-certificate__thumb {
  text-align: center;
}
.staff-certificate__thumb img {
  display: inline-block;
  max-width: 401px;
}
.staff-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff-note__thumb {
  width: 29.88%;
}
.staff-note__txt {
  width: 63.44%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .staff-head__thumb {
    width: 130px;
  }
  .staff-certificate__title {
    font-size: 16px;
  }
  .staff-certificate__thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .staff-item.multiple {
    display: block;
    margin-bottom: 0;
  }
  .staff-item {
    width: 100%;
    border-radius: 5px;
    padding: 20px 15px;
  }
  .staff-item + .staff-item {
    margin-top: 15px;
  }
  .staff-item-inner {
    width: 100%;
  }
  .staff-head {
    margin-bottom: 15px;
  }
  .staff-head__thumb {
    width: 100px;
    margin-right: 10px;
  }
  .staff-head__name {
    font-size: 25px;
  }
  .staff-body__txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .staff-certificate__title {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .staff-certificate__title br {
    display: none;
  }
  .staff-certificate__thumb img {
    width: 80%;
  }

}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.respond-area {
  background: #000080;
  padding: 70px 0;
}
.respond-area-inner {
  display: flex;
  justify-content: space-between;
}
.area-info {}
.area-info__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
}
.area-info__note {
  line-height: 1.5;
}
.area-thumb {
  width: 33.33%;
}
.aria-list {
  margin: 50px 0 35px;

}
.aria-list__title {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.aria-list__title.aichi {
  color: #ee7700;
}
.aria-list__title.gifu {
  color: #333333;
}
.aria-list__title.mie {
  color: #333333;
}
.aria-list__body {
  font-size: 18px;
  margin: 0;
  line-height: 1.7;
}
.respond-area-button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .respond-area {
    padding: 30px 0 40px;
  }
  .respond-area-head {
    padding: 0 15px;
  }
  .respond-area-inner {
    display: block;
    padding: 0 15px;
  }
  .area-info {
    width: 100%;
  }
  .area-thumb {
    width: 65%;
    margin: 0 auto 30px;
  }
  .area-info__txt {
    font-size: 16px;
  }
  .aria-list {
    margin: 30px 0;
  }
  .aria-list__body {
    font-size: 16px;
  }
  .respond-area-button {
    padding: 0 15px;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.section.outline {
  /*padding-top: 90px;*/
}
.section-outline__title {
  text-align: center;
  font-size: 38px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.section-outline__thumb {
  margin-bottom: 38px;
}
.section-outline__table {
  font-size: 18px;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
.section-outline__table th, .section-outline__table td {
  vertical-align: top;
  padding: 7px 0;
}
.section-outline__table th {
  width: 14.81%;
  position: relative;
  line-height: 1.5;
}
.section-outline__table th::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #adadad;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
.section-outline__table td {
  padding-left: 8%;
  line-height: 1.7;
}
.googservice-group {
  margin-bottom: 95px;
}
.googservice-group__head {
  text-align: center;
}
.googservice-group__title {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 30px;
  background: url(../images/bg-read.png) repeat-x left bottom;
  background-size: 30px auto;
}
.group-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group-item {
  width: 23.33%;
  border: solid 2px #333333;
  border-radius: 10px;
  padding: 35px 20px 100px;
  position: relative;
}
.group-item::before {
  content: "";
  width: 2px;
  height: 27px;
  background: #333333;
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.group-item--multiple {
  width: 100%;
  border: solid 2px #333333;
  border-radius: 10px;
  padding: 30px;
  background: #fef2fc;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.group-item__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  margin-bottom: 25px;
}
.group-logo01 {
  width: 350px;
  height: 80px;
}
.group-logo02 {
  width: 160px;
}
.group-logo03 {
  width: 180px;
}
.group-logo04 {
  width: 195px;
}
.group-logo05 {
  width: 192px;
}
.group-list__item {
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}
.group-list__item:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
  position: absolute;
  left: 0;
  top: 0;
}
.group-button {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.detail-link-button.small {
  width: 185px;
  height: 50px;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .detail-link-button.small {
    width: 150px;
  }
  .group-logo01 {
    width: 350px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section.outline {
    /*padding-top: 50px;*/
  }
  .section-outline__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-outline__thumb {
    margin-bottom: 20px;
  }
  .section-outline__table {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-outline__table th {
    width: 25%;
  }
  .section-outline__table td {
    padding-left: 5%;
  }
  .googservice-group__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .group-item-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  .group-item--multiple {
    height: 85px;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
  .group-item {
    width: 85%;
    border-radius: 8px;
    padding: 20px 15px 80px;
  }
  .group-item + .group-item {
    margin-top: 15px;
  }
  .group-item::before {
    width: 12%;
    height: 2px;
    left: -12.7%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .group-item-wrap::after {
    content: "";
    width: 2px;
    height: calc(100% - 85px - 150px);
    background: #333333;
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 85px;
  }
  .group-item__thumb {
    height: 60px;
    margin-bottom: 15px;
  }
  .group-item__thumb img {
    width: auto;
    height: 60px;
  }
  .group-item__thumb .group-logo04 {
    height: 45px;
  }
  .group-logo01 {
    max-width: 100%;
    width: 200px;
    height: auto;
  }
  .detail-link-button.small {
    height: 40px;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.section-cv {
  background: #e9dfc8;
  padding: 45px 0 60px;
}
.cv-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 49px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cv-title .intro {
  font-size: 24px;
  display: block;
  margin-bottom: 7px;
}
.cv-title::before {
  content: "";
  width: 151px;
  height: 151px;
  background: url(../images/cv/cv-label.png) no-repeat left top;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: -70px;
}
.cv-body {
  position: relative;
}
.cv-body__card {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.cv-body__card dt {
  background: #ee7700;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 0;
}
.cv-body__card dt .large {
  font-size: 35px;
}
.cv-body__card dd {
  padding: 28px 105px;
  margin: 0;
}
.cv-body__illust {
  width: 163.5px;
  height: auto;
  position: absolute;
  top: -130px;
  right: 5px;
}
.cv-contact {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cv-contact__utility--left {
  width: 50%;
}
.cv-contact__utility--right {
  width: 50%;
}
.cv-contact__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.cv-contact__tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.cv-contact__tel a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.cv-contact__tel a:hover {
  text-decoration: none;
}
.cv-contact__tel a i {
  margin-right: 10px;
  font-size: 30px;
}
.cv-contact-list {
  display: flex;
  justify-content: space-between;
}
.cv-contect-list__item {
  width: 48.86%;
  border-radius: 10px;
  overflow: hidden;
}
.cv-contect-list__item.line {
  background: #00b902;
  box-shadow: 0 4px #006200;
  position: relative;
}
.cv-contect-list__item.line img {
  width: 238px;
}
.cv-contect-list__item.line:hover {
  box-shadow: 0 0 #006200;
  top: 4px;
}
.cv-contect-list__item.mail {
  background: #b69447;
  box-shadow: 0 4px #674f00;
  position: relative;
}
.cv-contect-list__item.mail img {
  width: 201px;
}
.cv-contect-list__item.mail:hover {
  box-shadow: 0 0 #674f00;
  top: 4px;
}
.cv-contect-list__item a {
  display: flex;
  height: 63px;
  padding: 0 13px;
  align-items: center;
}
.cv-contect-list__item a:hover img {
  opacity: 1;
}
.section-cv + .inner {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .cv-title::before {
    width: 120px;
  }
  .cv-title {
    font-size: 35px;
  }
  .cv-body__illust {
    width: 130px;
  }
  .cv-body__card dd {
    padding: 28px 70px;
  }
  .cv-contact__tel a {
    width: 130%;
    transform: scale(0.8);
    transform-origin: left center;
  }
  .request-flow .cv-contact__tel a {
    width: 150%;
    transform: scale(0.7);
    transform-origin: left center;
  }
  .request-flow .cv-contact__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-cv {
    padding: 30px 15px;
  }
  .cv-title::before {
    width: 80px;
    left: -10px;
    top: -60px;
  }
  .cv-title .intro {
    font-size: 20px;
  }
  .cv-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .cv-body__illust {
    width: 80px;
    top: -170px;
    right: -10px;
  }
  .cv-body__card {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .cv-body__card dt {
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    padding: 10px 10px;
    background-size: 20px auto;
  }
  .cv-body__card dt .large {
    font-size: 25px;
  }
  .cv-body__card dd {
    padding: 15px 10px;
  }
  .cv-contact {
    display: block;
  }
  .cv-contact__utility--left, .cv-contact__utility--right {
    width: 100%;
  }
  .cv-contact__utility--left {}
  .cv-contact__txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cv-contact__tel {
    font-size: 16px;
    line-height: 48px;
  }
  .cv-contact__tel a::before {
    transform: scale(0.7);
    transform-origin: left center;
    margin-right: -10px;
  }
  .cv-contact__tel a {
    font-size: 30px;
    margin-bottom: -8px;
  }
  .cv-contect-list__item {
    border-radius: 8px;
  }
  .cv-contect-list__item a {
    height: 40px;
    padding: 0 8px;
  }
  .cv-contect-list__item.line img {
    width: auto;
    max-width: 100%;
    height: 22px;
  }
  .cv-contect-list__item.mail img {
    width: auto;
    max-width: 100%;
    height: 15px;
  }
  .section-cv + .inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .cv-title {
    font-size: 5.866vw;
  }
  .cv-body__card dt {
    font-size: 4.8vw;
    padding: 10px 2.6vw;
  }
  .cv-body__card dt .large {
    font-size: 5.5vw;
  }
  .cv-contect-list__item.--line img {
    height: 5.8vw;
  }
  .cv-contect-list__item.--mail img {
    height: 4vw;
  }
  .request-flow .cv-contact {
    padding: 0;
  }
  .request-flow .cv-contact__txt {
    font-size: 16px;
  }
  .request-flow .cv-contect-list__item.--line img {
    height: 5vw;
  }
  .request-flow .cv-contect-list__item.--mail img {
    height: 3.5vw;
  }
}
/*--------------------------------------------------------------
# contact -- fq
--------------------------------------------------------------*/
.fq-list {
  margin: 60px 0 0;
}
.fq-list:last-child {
  margin: 60px 0 130px;
}
.fq-list__title {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 25px 7.87% 22px 14.81%;
  background: #fef2fc;
  position: relative;
}
.fq-list__title:before {
  content: "Q";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  left: 6.48%;
  top: 25px;
  color: #333333;
}
.fq-list__body {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px 7.87% 0 14.81%;
  position: relative;
}
.fq-list__body:before {
  content: "A";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  left: 6.48%;
  top: 25px;
  color: #333333;
}
.fq-list__body a {
  color: #dd85ce;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .fq-list {
    margin-top: 25px;
  }
  .fq-list:last-child {
    margin: 25px 0 80px;
  }
  .fq-list__title {
    font-size: 18px;
    padding: 15px 7% 13px 14.81%;
  }
  .fq-list__title:before {
    top: 12px;
    font-size: 20px;
  }
  .fq-list__body {
    padding: 15px 7% 0 14.81%;
    font-size: 16px;
  }
  .fq-list__body:before {
    top: 12px;
    font-size: 20px;
  }
}
.front-faq {
  padding: 50px 0px;
}
.content-header {
  text-align: center;
  margin-bottom: 35px;
}
.content-header__read {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-header__title {
  font-size: 38px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: solid 4px #333333;
  display: inline-block;
}
.content-header__txt {
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.5;
}
.c-container, .c-fluid {
  margin: 0 auto;
  padding: 0 calc(1.63265vw + 13.87755px);
}
.c-container {
  width: 100%;
}
.c-ttl01 .main {
  font-family: "URWDIN-Demi", sans-serif;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: .1em;
  position: relative;
  line-height: 1;
}
.c-ttl01 .sub {
  color: #41a9a5;
  font-size: 20px;
}
.p-index_news {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  padding: 50px 0px;
}
.p-index_news__dot {
  position: absolute;
  right: -8.125vw;
  top: 1.875vw;
  width: calc(15.26531vw + 67.7551px);
}
.p-index_news__head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-index_news__head .c-ttl01 {
  margin-bottom: 0;
}
.p-index_news__btn {
  margin-left: auto;
}
.c-btn01.-small a {
  width: 200px;
}
.c-btn01 a {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #41a9a5;
  border: 1px solid #41a9a5;
  text-align: center;
  border-radius: 30px;
  padding: 13px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}
.p-index_news .c-news_list {
  width: 100%;
}
.c-news_list li {
  margin-bottom: 8px;
}
.c-news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 10px;
  text-decoration: none;
}
.c-news_list li a:hover {
  border-color: #41a9a5;
}
.c-news_list li a time {
  color: #41a9a5;
  font-size: 20px;
}
.c-blog_list .item a .thumb .date time, .c-news_list li a time {}
.c-news_list li a .cat {
  background-color: #444;
  display: inline-block;
  line-height: 1;
  padding: 5px;
  border-radius: 20px;
  width: 100px;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
  margin: 0px 10px;
}
.c-fixed_menu .text, .c-news_list li a .cat {
  color: #fff;
  font-size: 14px;
}
.c-news_list li a > p {
  color: #444;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}

.footer-fixed-nav--sp {
  display: none;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.pagetop__button {
  width: 60px;

  height: 60px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 148px;
  z-index: 4;
  transform: translateY(300px);
  transition: transform 0.3s;
}
.pagetop__button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/triangle-top-white.svg);
  background-size: 100% auto;
  display: inline-block;
}
.pagetop__button:hover {
  background: #999;
}
.is-scroll .pagetop__button {
  transform: translateY(0);
  transition: transform 0.3s;
}
.footer-fixed-nav--sp {
  display: none;
}
.footer-fixed-nav {
  width: 100%;
  height: 122px;
  background: #5884c3;
  padding-top: 20px;
  /* position: fixed; */
  left: 0;
  bottom: 0;
  z-index: 3;
}
.is-scroll .footer-fixed-nav {
  transform: translateY(0);
  transition: transform 0.3s;
}
.footer-fixed-nav__illust {
  width: 106.5px;
  height: auto;
  position: absolute;
  top: -70px;
  left: 10px;
}
.footer-fixed-nav__inner {
  position: relative;
  width: 100%;
}
.footer-fixed-nav__inner .cv-contact {
  position: absolute;
  margin: 0;
  padding-left: 140px;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-fixed-nav__inner .cv-contact__utility.--left {
  width: 40%;
}
.footer-fixed-nav__inner .cv-contact__utility.--right {
  width: 56%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .footer-fixed-nav .cv-contact {
    padding-left: 11vw;
  }
  .footer-fixed-nav__illust {
    width: 10vw;
    top: -5vw;
  }
  .footer-fixed-nav .cv-contact__tel a {
    width: 140%;
    transform: scale(0.7);
    transform-origin: left center;
  }
  .footer-fixed-nav .cv-contact__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav--sp .contact__utility--left {
    margin-bottom: 20px;
  }
  .footer-fixed-nav--sp .cv-contact__txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-fixed-nav--sp .cv-contact__tel {
    font-size: 20px;
    line-height: 18px;
  }
  .footer-fixed-nav--sp .cv-contact__tel i {
    font-size: 19px;
    margin: 0px 3px 0px 0px;
  }
  .footer-fixed-nav--sp .cv-contact__tel small {
    font-size: 12px;
    display: block;
  }
  .footer-fixed-nav--sp .cv-contact__mail {
    font-size: 14px;
    height: 100%;
  }
  .footer-fixed-nav--sp .cv-contact__mail i {
    font-size: 24px;
    display: block;
  }
  .mailsp {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 100%;
  }
  .footer-fixed-nav {
    display: none !important;
  }
  .footer-fixed-nav--sp {
    width: 100%;
    display: block;
    background: #5884c3;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .is-scroll .footer-fixed-nav--sp {
    transform: translateY(0);
    transition: transform 0.3s;
  }
  .footer-fixed-nav-list--sp {
    width: 100%;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    /* -webkit-align-items: center; */
    /* align-items: center; */
    /* height: auto; */
  }
  .footer-fixed-nav-list--sp li {
    background: #fff;
    width: 60%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-fixed-nav-list--sp li:first-child a {

    padding: 10px;
    display: block;
    line-height: 14px;
  }
  .footer-fixed-nav-list--sp img {
    display: block;
  }
  .footer-fixed-nav-list--sp .footer-fixed-nav-list__item--sp + .footer-fixed-nav-list__item--sp {
    background: #5884c3;
    width: 40%;
    min-height: 78px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer {
    padding-bottom: 20vw;
  }
}
.footer {
  padding: 75px 0 193px;
background-color: #5884c3;
-webkit-background-size: 14px 14px;}
.footer a {}
.footer__utility {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 50px;
}
.fotter_home {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0px 0px 20px 0px;
}
.fotter_home a{}
.footer-logo {
  width: 35%;
  display: flex;
  align-items: center;
}
#f_about {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 40px;
}
#f_about p.txt {
  font-size: 13px;
  line-height: 22px;
}

#f_about p.pc {
  font-size: 30px;
  line-height: 42px;
}
.footer-links {
  width: 460px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  padding: 30px 0px 0px 0px;
}
.footer-links__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-links-list + .footer-links-list {
  margin-left: 10px;
}
.footer-links__other {
  margin-left: 10px;
}
.footer-links-linst__item {
  margin-bottom: 18px;
}
.footer-links-linst__item a {
  font-size: 14px;
  padding: 0px 0px 0px 16px;
  position: relative;
  display: block;
}
.footer-links-linst__item a:hover {
  text-decoration: none;
  color: #80b0bd;
}
.footer-links-linst__item a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer-links-linst__item.other a {
  font-size: 16px;
}
.footer-bnrs {
  display: flex;
  margin-bottom: 40px;
  border-right: solid 1px #dd85ce;
}
.footer-bnrs__item {
  width: 50%;
  text-align: center;
  border-left: solid 1px #dd85ce;
}
.footer-bnrs__txt {
  margin-bottom: 20px;
}
.footer-bnrs__img {
  display: inline-block;
  background: #fff;
  max-width: 460px;
}
.footer-bnrs__img:hover img {
  opacity: 0.5;
}
.footer-copy {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .footer-bnrs__txt {
    font-size: 14px;
  }
  .footer-bnrs__img {
    width: 90%;
  }
  .footer-links-linst__item a, .footer-links-linst__item.other a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl01 .main {
    font-size: 30px;
  }
  .c-btn01.-small a {
    width: 100px;
    font-size: 14px;
  }
  .pagetop__button {
    width: 40px;
    height: 40px;
    bottom: 23vw;
    right: 15px;
  }
  .footer {
    padding: 30px 15px 26vw;
  }
  .footer__utility {
    display: block;
    margin-bottom: 25px;
  }
  .footer-logo {
    max-width: 100%;
    margin: 30px auto 15px;
    padding: 0;
    width: 100%;
  }
  #f_about p.pc {
    font-size:18px;
  }
  .footer-links {
    display: block;
    width: 100%;
  }
  .footer-links-list + .footer-links-list, .footer-links__other {
    margin-left: 0;
  }
  .footer-links-linst__item {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
  }
  .footer-links-linst__item a {
    height: 40px;
    line-height: 40px;
  }
  .footer-links__other {
    margin-top: 25px;
  }
  .footer-links__title {
    background: #dd85ce;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .footer-links-linst__item.other a {
    font-size: 13px;
  }
  .footer-bnrs {
    display: block;
    margin: 0 auto;
    padding: 0 30px;
    border: none;
  }
  .footer-bnrs__item {
    width: 100%;
    border: none;
    margin-bottom: 25px;
  }
  .footer-bnrs__txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  .footer-copy {
    text-align: center;
  }
}
.column {
  background: #f1f1f1;
  margin: 60px 0px 0px 0px;
}
.column .section-body {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  top: -30px;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
.flexarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
}
.flexarea .side {
  width: 240px;
}
.flexarea .rightarea {
  width: 800px;
}
#leftcolumn > p {
    margin: 0 0 20px;
}

#leftcolumn ul {padding: 10px 0px;background: #f1f1f1;margin: 0px 0px 10px 0px;}
#leftcolumn ul li{list-style: none;background: none;}

#visual {
  height: 235px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
    background-image: url(http://www.high-speed.sakura.ne.jp/mizuyz/wp-content/uploads/2022/01/bg-pageVisual-01.jpg);
}
#visual h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
.slick-slide img {
 
    max-width: 1400px;
}

@media screen and (max-width: 1024px) {
 /* .slick-slide img {
 
    max-width: 100%;
    width:100%;
}
    .slick-slide {
        max-width: 100%;
    width:100%;
    }*/
}