@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.d_none {
  display: none !important;
}

.no_link a {
  pointer-events: none;
  opacity: 0.6;
}

.tel {
  pointer-events: none;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ank {
  padding-top: 86px;
  margin-top: -86px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
#header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  position: relative;
}

#header .header_bg {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#header.fixed .header_bg {
  background: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .hd {
  width: 100%;
  padding: 10px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .hd .hd_logo {
  width: 13%;
  margin-right: 1%;
  max-width: 138px;
}

#header .hd .hd_nav {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .hd .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

#header .hd .nav ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

#header .hd .nav ul li a:hover {
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 900px) {
  #header .hd .nav ul li a {
    font-size: 13px;
  }
}

#header .hd .hd_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .hd .hd_item ul li a {
  display: block;
  padding: 3px 10px;
}

.main_mv {
  width: 100%;
  position: relative;
  margin-top: -90px;
  /*
	&::after{
		content: "";
		background :url(../img/mv/slide_bottom.png)center no-repeat;
		background-size: contain;
		width: 100%;
		height: 200px;
		position: absolute;
		bottom: -8.5vw;
		left: 0;
	}
	*/
}

.main_mv .slide {
  width: 100vw;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.main_mv .slide .slide_txt {
  width: 80%;
  max-width: 1400px;
  padding: 10px;
  padding-top: 100px;
}

.main_mv .slide01 {
  background: url(../img/mv/slide01_img.jpg) center bottom no-repeat;
  background-size: cover;
}

.main_mv .slide02 {
  background: url(../img/mv/slide02_img.jpg) center bottom no-repeat;
  background-size: cover;
}

.main_mv .slide03 {
  background: url(../img/mv/slide03_img.jpg) center bottom no-repeat;
  background-size: cover;
}

.main_mv .slide04 {
  background: url(../img/mv/slide04_img.jpg) center bottom no-repeat;
  background-size: cover;
}

.main_mv .slide05 {
  background: #fff;
  background-size: cover;
}

.main_mv .mv_slide .slide-dots {
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  position: relative;
}

.main_mv .mv_slide .slide-dots li {
  /*width: 60px;*/
  width: 30px;
  height: 4px;
  margin: 0 5px;
}

.main_mv .mv_slide .slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /*
	width: 60px;
	height: 4px;
	*/
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff;
  padding: 0;
  text-indent: -9999px;
  margin: 0 10px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
}

.main_mv .mv_slide .slide-dots li.slick-active button {
  background: #11b1bb;
}

.top_main_txt {
  width: 100%;
  height: 30vw;
  padding: 10px;
  margin: -50px auto 0px;
  background: url(../img/mv/slide_bottom.png) top center no-repeat;
  background-size: contain;
}

.top_main_txt p {
  margin-top: 13vw;
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 2em;
}

.ttl01 {
  padding-top: 110px;
  margin-bottom: 70px;
  position: relative;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.ttl01::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  top: 0;
  left: calc(50% - .5px);
}

.ttl01 .en {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.ttl01 .ja {
  font-size: 24px;
  text-align: center;
  display: block;
  color: #000;
}

.btn01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.btn01 a {
  display: block;
  text-decoration: none;
  width: 80%;
  max-width: 250px;
  padding: 10px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  color: #000;
}

.btn01 a::before {
  content: "";
  background: url(../img/common/right_arrow.png) center no-repeat;
  background-size: contain;
  width: 7px;
  height: 13.5px;
  position: absolute;
  right: 5px;
  top: calc(50% - 6.75px);
}

.sub_main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_main .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}

.sub_main .sub_ttl01 .en {
  font-weight: bold;
  font-size: 12px;
  display: block;
  color: #000;
  text-align: center;
  line-height: 2em;
}

.sub_main .sub_ttl01 .ja {
  font-size: 24px;
  text-align: center;
  display: block;
  color: #000;
  line-height: 2em;
}

.sub_main.shimi {
  background: url(../img/shimi/main_bg.jpg) center no-repeat;
  background-size: cover;
}

.sub_main.faq {
  background: url(../img/faq/main_bg.jpg) center no-repeat;
  background-size: cover;
}

.sub_main.concept {
  background: url(../img/concept/main_bg.jpg) center no-repeat;
  background-size: cover;
}

.sub_main.about {
  background: url(../img/about/main_bg.jpg) center no-repeat;
  background-size: cover;
}

.sub_main.product {
  background: url(../img/product/main_bg.jpg) center no-repeat;
  background-size: cover;
}

.bread_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread_area ul {
  width: 100%;
  max-width: 1000px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread_area ul li {
  font-size: 12px;
  color: #000;
}

.bread_area ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
}

.bread_area ul li a::after {
  content: "";
  background: url(../img/common/right_arrow.png) center no-repeat;
  background-size: contain;
  top: calc(50% - 6px);
  right: 0;
  width: 7px;
  height: 12px;
  position: absolute;
}

.top_product_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_product_list .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 0px 0 50px;
}

.top_product_list .top_product_list_slide a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 15px;
}

.top_product_list .top_product_list_slide a .img {
  width: 100%;
  margin-bottom: 10px;
}

.top_product_list .top_product_list_slide a .ttl {
  font-size: 16px;
  text-align: center;
}

.top_product_list .top_product_list_slide a .cost {
  font-size: 20px;
  text-align: center;
}

.top_product_list .top_product_list_slide .slide-arrow {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14px;
  height: 27px;
}

.top_product_list .top_product_list_slide .next-arrow {
  top: calc(50% - 42.5px);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_product_list .top_product_list_slide .prev-arrow {
  top: calc(50% - 42.5px);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_about .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 50px 0;
}

.top_about .top_about_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_about .top_about_flex .txt_box {
  width: 38%;
}

.top_about .top_about_flex .img {
  width: 58%;
}

.top_about .top_about_flex p {
  font-size: 16px;
  line-height: 1.8em;
}

.top_about .top_about_ttl {
  margin-bottom: 50px;
}

.top_about .top_about_ttl .en {
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}

.top_about .top_about_ttl .ja {
  font-size: 24px;
  display: block;
}

.top_about .top_about_ttl .rb {
  font-size: 14px;
  letter-spacing: 4px;
  display: block;
}

.top_about .btn01 {
  margin-top: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stain_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/top/bg01.jpg) center no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.stain_block .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 50px 0;
}

.stain_block .stain_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stain_block .stain_flex a {
  display: block;
  width: 48%;
  display: block;
  background: #fff;
  padding: 25px;
  position: relative;
  text-decoration: none;
}

.stain_block .stain_flex a::before {
  content: "";
  background: url(../img/common/right_arrow.png) center no-repeat;
  background-size: contain;
  width: 7px;
  height: 13.5px;
  position: absolute;
  right: 5px;
  top: calc(50% - 6.75px);
}

.stain_block .stain_flex a h2 {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px;
  color: #000;
}

.stain_block .stain_flex a h2 span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}

.stain_block .stain_flex a h2 span::before {
  content: "";
  background: url(../img/common/item01.png) center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}

.stain_block .stain_flex a p {
  color: #000;
  font-size: 16px;
  line-height: 1.8em;
}

.top_news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_news .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 50px 0;
}

.cv_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/top/bg02.jpg) center no-repeat;
  background-size: cover;
  margin: 50px 0 0px;
}

.cv_sec .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 50px 0;
}

.cv_sec .cv_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cv_sec .cv_flex .cv_tel {
  width: calc(50% - 40px);
  margin: 10px 30px 10px 10px;
  max-width: 320px;
}

.cv_sec .cv_flex .cv_tel a {
  width: 100%;
  display: block;
}

.cv_sec .cv_flex .cv_contact {
  width: calc(50% - 40px);
  margin: 10px 10px 10px 30px;
  max-width: 320px;
}

.cv_sec .cv_flex .cv_contact a {
  width: 100%;
  max-width: 240px;
  display: block;
}

.ft_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f9f9;
}

.ft_bg .ft {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 10px 0;
}

.ft_bg .ft_map {
  width: 100%;
  margin-bottom: 20px;
}

.ft_bg .ft_map iframe {
  width: 100%;
}

.ft_bg .ft_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft_bg .ft_l {
  width: 25%;
}

.ft_bg .ft_l .ft_logo {
  display: block;
  margin-bottom: 5px;
  max-width: 180px;
}

.ft_bg .ft_l .ft_tel {
  font-size: 16px;
  color: #000;
}

.ft_bg .ft_l p {
  font-size: 14px;
  color: #000;
}

.ft_bg .ft_l p .ft_tel_02 {
  text-decoration: none;
  color: #000;
}

.ft_bg .ft_r {
  width: 75%;
}

.ft_bg .ft_r .ft_nav01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ft_bg .ft_r .ft_nav01 ul {
  margin: 0 15px;
}

.ft_bg .ft_r .ft_nav01 ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  padding: 3px 0;
  display: block;
}

.ft_bg .ft_r .ft_nav01 ul li.child a {
  position: relative;
  padding-left: 10px;
}

.ft_bg .ft_r .ft_nav01 ul li.child a::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

.ft_bg .ft_r .ft_nav02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ft_bg .ft_r .ft_nav02 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ft_bg .ft_r .ft_nav02 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  position: relative;
  padding: 5px 15px;
}

.ft_bg .ft_r .ft_nav02 ul li:not(:last-child) a::before {
  content: "";
  width: 1px;
  height: 8px;
  background: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}

.ft_bg .ft_r .ft_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.ft_bg .ft_r .ft_info .ft_tel {
  font-size: 18px;
  color: #000;
  text-align: right;
  font-weight: bold;
  display: block;
}

.ft_bg .ft_r .ft_info p {
  font-size: 14px;
  color: #000;
  text-align: right;
}

.ft_bg .ft_r .ft_info p .ft_tel_02 {
  text-decoration: none;
  color: #000;
}

.ft_copy {
  width: 100%;
  background: #fff;
  padding: 5px;
}

.ft_copy p {
  font-size: 12px;
  color: #000;
  text-align: center;
}

/*shimi*/
.shimi_sec01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
}

.shimi_sec01 .content {
  width: 100%;
}

.shimi_sec01 .sec01_block01 {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 50px auto 100px;
}

.shimi_sec01 .sec01_block01 p {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.shimi_sec01 .sec01_block02 {
  width: 100%;
  background: url(../img/shimi/shimi_bg_01.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shimi_sec01 .sec01_block02 .sec01_block02_content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}

.shimi_sec01 .sec01_block02 .shimi_sec01_ttl {
  font-size: 24px;
  color: #065376;
  text-align: center;
  margin-bottom: 30px;
}

.shimi_sec01 .sec01_block02 .sec01_block02_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shimi_sec01 .sec01_block02 .sec01_block02_flex .type {
  display: block;
  width: 30%;
}

.shimi_sec01 .sec01_block02 .sec01_block02_flex .type .img {
  max-width: 230px;
  margin: 0 auto 15px;
  display: block;
}

.shimi_sec01 .sec01_block02 .sec01_block02_flex .type p {
  font-size: 16px;
  color: #000;
}

.shimi_sec02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shimi_sec02 .content {
  width: 100%;
}

.shimi_sec02 .sec02_block01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.shimi_sec02 .sec02_block01 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}

.shimi_sec02 .sec02_block01 .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(40% + 40px);
  margin-right: 40px;
  margin-left: calc(40% + 40px - 380px);
  max-width: 420px;
}

.shimi_sec02 .sec02_block01 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.shimi_sec02 .sec02_block01 .txt_box .sec02_block_ttl::before {
  content: "";
  width: 130%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shimi_sec02 .sec02_block01 .txt_box p {
  font-size: 16px;
}

.shimi_sec02 .sec02_block01 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .shimi_sec02 .sec02_block01 .txt_box {
    padding: 10px;
    margin-right: 0;
  }
}

.shimi_sec02 .sec02_block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.shimi_sec02 .sec02_block02 .img {
  width: 60%;
}

.shimi_sec02 .sec02_block02 .txt_box {
  width: calc(40% + 40px);
  margin-left: 40px;
  margin-right: calc(40% + 40px - 380px);
  max-width: 420px;
}

.shimi_sec02 .sec02_block02 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.shimi_sec02 .sec02_block02 .txt_box .sec02_block_ttl::before {
  content: "";
  width: 130%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.shimi_sec02 .sec02_block02 .txt_box p {
  font-size: 16px;
}

.shimi_sec02 .sec02_block02 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .shimi_sec02 .sec02_block02 .txt_box {
    padding: 10px;
    margin-right: 0;
  }
}

.shimi_sec02 .sec02_block03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.shimi_sec02 .sec02_block03 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}

.shimi_sec02 .sec02_block03 .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(40% + 40px);
  margin-right: 40px;
  margin-left: calc(40% + 40px - 380px);
  max-width: 420px;
}

.shimi_sec02 .sec02_block03 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.shimi_sec02 .sec02_block03 .txt_box .sec02_block_ttl::before {
  content: "";
  width: 130%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shimi_sec02 .sec02_block03 .txt_box p {
  font-size: 16px;
}

.shimi_sec02 .sec02_block03 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .shimi_sec02 .sec02_block03 .txt_box {
    padding: 10px;
    margin-right: 0;
  }
}

.shimi_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/shimi/shimi_inquiry.jpg) center no-repeat;
  background-size: cover;
}

.shimi_contact .content {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
}

.shimi_contact h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.shimi_contact p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.shimi_contact .btn01 a {
  background: #fff;
}

/*faq*/
.faq_sec01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 100px;
}

.faq_sec01 .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}

.faq_sec01 .faq_block {
  width: 100%;
  background: #f3f5f6;
  padding: 50px 30px;
}

.faq_sec01 .faq_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 50px;
}

.faq_sec01 .faq_box dt {
  position: relative;
  font-size: 18px;
  color: #000;
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.faq_sec01 .faq_box dt::before {
  content: "";
  background: url(../img/faq/q.png) center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_sec01 .faq_box dd {
  position: relative;
  font-size: 18px;
  color: #000;
  padding-left: 40px;
}

.faq_sec01 .faq_box dd::before {
  content: "";
  background: url(../img/faq/a.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
}

/*concept*/
.concept_sec01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 350px;
  margin-bottom: 100px;
  background: url(../img/concept/bg01.jpg) center no-repeat;
  background-size: cover;
}

.concept_sec01 .content {
  width: 100%;
}

.concept_sec01 .sec01_block01 {
  width: 80%;
  max-width: 770px;
  padding: 50px;
  margin: -300px auto 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
}

.concept_sec01 .sec01_block01 .sec01_block01_img {
  width: 80%;
  max-width: 360px;
  margin: 0 auto 20px;
}

.concept_sec01 .sec01_block01 .sec01_block01_ttl {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}

.concept_sec01 .sec01_block01 p {
  font-size: 16px;
  color: #000;
}

.concept_sec01 .sec01_block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.concept_sec01 .sec01_block02 .sec01_block02_content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}

.concept_sec01 .sec01_block02 .shimi_sec01_ttl {
  font-size: 24px;
  color: #065376;
  text-align: center;
  margin-bottom: 30px;
}

.concept_sec01 .sec01_block02 .sec01_block02_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.concept_sec01 .sec01_block02 .sec01_block02_flex .type {
  display: block;
  width: 30%;
}

.concept_sec01 .sec01_block02 .sec01_block02_flex .type .img {
  max-width: 230px;
  margin: 0 auto 15px;
}

.concept_sec01 .sec01_block02 .sec01_block02_flex .type p {
  font-size: 16px;
  color: #000;
}

.concept_sec02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept_sec02 .content {
  width: 100%;
}

.concept_sec02 .sec02_block01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.concept_sec02 .sec02_block01 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}

.concept_sec02 .sec02_block01 .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(40% + 80px);
  z-index: 10;
  margin-right: -80px;
  margin-left: calc(40% + 80px - 540px);
  max-width: 540px;
}

.concept_sec02 .sec02_block01 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 75px;
}

.concept_sec02 .sec02_block01 .txt_box .sec02_block_ttl::before {
  content: "";
  background: url(../img/concept/item01.png) center no-repeat;
  background-size: contain;
  width: 59px;
  height: 49px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}

.concept_sec02 .sec02_block01 .txt_box .txt_bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.concept_sec02 .sec02_block01 .txt_box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.concept_sec02 .sec02_block01 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .concept_sec02 .sec02_block01 .txt_box {
    padding: 10px;
    margin-left: 0;
  }
}

.concept_sec02 .sec02_block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.concept_sec02 .sec02_block02 .img {
  width: 60%;
}

.concept_sec02 .sec02_block02 .txt_box {
  width: calc(40% + 80px);
  z-index: 10;
  margin-left: -80px;
  margin-right: calc(40% + 80px - 540px);
  max-width: 540px;
}

.concept_sec02 .sec02_block02 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.concept_sec02 .sec02_block02 .txt_box .sec02_block_ttl::before {
  content: "";
  background: url(../img/concept/item02.png) center no-repeat;
  background-size: contain;
  width: 59px;
  height: 49px;
  position: absolute;
  top: calc(50% - 30px);
  right: 250px;
}

.concept_sec02 .sec02_block02 .txt_box .txt_bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.concept_sec02 .sec02_block02 .txt_box p {
  font-size: 16px;
}

.concept_sec02 .sec02_block02 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .concept_sec02 .sec02_block02 .txt_box {
    padding: 10px;
    margin-right: 0;
  }
}

.concept_sec02 .sec02_block03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.concept_sec02 .sec02_block03 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}

.concept_sec02 .sec02_block03 .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(40% + 80px);
  z-index: 10;
  margin-right: -80px;
  margin-left: calc(40% + 80px - 540px);
  max-width: 540px;
}

.concept_sec02 .sec02_block03 .txt_box .sec02_block_ttl {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 75px;
}

.concept_sec02 .sec02_block03 .txt_box .sec02_block_ttl::before {
  content: "";
  background: url(../img/concept/item03.png) center no-repeat;
  background-size: contain;
  width: 59px;
  height: 49px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}

.concept_sec02 .sec02_block03 .txt_box .txt_bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.concept_sec02 .sec02_block03 .txt_box p {
  font-size: 16px;
}

.concept_sec02 .sec02_block03 .txt_box .txt_box_frame {
  padding: 10px;
  border: 1px solid #11b1bb;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .concept_sec02 .sec02_block03 .txt_box {
    padding: 10px;
    margin-left: 0;
  }
}

.concept_cv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/concept/bg02.jpg) center no-repeat;
  background-size: cover;
}

.concept_cv .content {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
}

.concept_cv h2 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.concept_cv p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.concept_cv .btn01 a {
  background: #fff;
}

/*about*/
.about_sec01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.about_sec01 .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}

.about_sec01 .about_tb {
  width: 100%;
}

.about_sec01 .about_tb table {
  width: 100%;
}

.about_sec01 .about_tb table tr th, .about_sec01 .about_tb table tr td {
  font-size: 16px;
  color: #000;
  border: 2px solid #fff;
  padding: 25px 20px;
}

.about_sec01 .about_tb table tr th {
  width: 25%;
  background: #e8e8e8;
}

.about_sec01 .about_tb table tr td {
  width: 75%;
  background: #f3f5f6;
}
/*# sourceMappingURL=style.css.map */