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

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

.tel {
  pointer-events: auto;
  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: 80px;
  margin-top: -80px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
#header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .header_bg {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

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

#header .hd {
  width: 100%;
  height: 80px;
  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;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}

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

#header .hd .hd_nav {
  width: 70%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 10px;
  margin: 0;
}

#header .hd .nav ul li {
  width: 100%;
}

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

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

#header .hd .hd_item {
  padding-right: 50px;
}

#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;
  margin: 0;
}

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

.nav {
  background: #f9f9f9;
  color: #000;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  top: 80px;
  right: -100%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: absolute !important;
  top: 33px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
  /*
	&::after {
		position: absolute;
		left: 0;
		bottom: -20px;
		content: 'MENU';
		display: block;
		width: 100%;
		padding-top: 20px;
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		-webkit-transition: all .4s;
		transition: all 0.4s;
	}
	*/
}

.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}

.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_nav_trigger.active {
  /*
		&::after {
			content: 'CLOSE';
			bottom: -25px;
			color: #000;
		}
		*/
}

.sp_nav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #000;
}

.sp_nav_trigger.active span:nth-of-type(2) {
  opacity: 0;
  background: #000;
}

.sp_nav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #000;
}

.main_mv {
  width: 100%;
  position: relative;
  /*
	&::after{
		content: "";
		background :url(../img/mv/slide_bottom.png)center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: -14.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;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.main_mv .slide .slide_txt {
  width: 100%;
  max-width: 680px;
}

.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%;
  padding: 10px;
  margin: 0px auto 30px;
  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: 60px;
  margin-bottom: 30px;
  position: relative;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

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

.ttl01 .ja {
  font-size: 20px;
  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: 200px;
  -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: 20px;
  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 30px;
}

.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: 14px;
  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: 30px 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_about .top_about_flex .txt_box {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_about .top_about_flex .img {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}

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

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

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

.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-bottom: 0;
}

.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: 30px 0;
}

.stain_block .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 30px 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.stain_block .stain_flex a:not(:last-child) {
  margin-bottom: 10px;
}

.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: 30px 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: 30px 0 0px;
}

.cv_sec .content {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 30px 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% - 20px);
  margin: 10px;
  max-width: 320px;
}

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

.cv_sec .cv_flex .cv_contact {
  width: calc(50% - 20px);
  margin: 10px;
  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%;
  height: 300px;
}

.ft_bg .ft_flex {
  width: 100%;
}

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

.ft_bg .ft_l .ft_logo {
  display: block;
  margin: 0 auto 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: 100%;
}

.ft_bg .ft_r .ft_nav01 {
  width: 100%;
  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;
}

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

.ft_bg .ft_r .ft_nav01 ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.ft_bg .ft_r .ft_nav02 ul {
  width: 100%;
  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;
  margin: 5px 5px;
}

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

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  padding: 0 15px;
  width: 100%;
}

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

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

.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: 100px;
}

.shimi_sec01 .content {
  width: 100%;
}

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

.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 20px;
  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: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shimi_sec01 .sec01_block02 .sec01_block02_flex .type {
  display: block;
  width: 90%;
  margin-bottom: 30px;
}

.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, .shimi_sec02 .sec02_block02, .shimi_sec02 .sec02_block03 {
  width: 100%;
  margin-bottom: 50px;
}

.shimi_sec02 .sec02_block01 .img, .shimi_sec02 .sec02_block02 .img, .shimi_sec02 .sec02_block03 .img {
  width: 100%;
  margin-bottom: 20px;
}

.shimi_sec02 .sec02_block01 .txt_box, .shimi_sec02 .sec02_block02 .txt_box, .shimi_sec02 .sec02_block03 .txt_box {
  width: 100%;
  padding: 10px;
}

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

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

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

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

.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: 20px;
  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: 30px 15px;
}

.faq_sec01 .faq_box {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.faq_sec01 .faq_box dt {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  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-bottom: 50px;
}

.concept_sec01 .content {
  width: 100%;
}

.concept_sec01 .sec01_block01 {
  width: 100%;
  max-width: 770px;
  padding: 10px;
  margin: 20px auto 50px;
}

.concept_sec01 .sec01_block01 .sec01_block01_img {
  width: 70%;
  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%;
  background: url(../img/concept/bg01.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.concept_sec01 .sec01_block02 .shimi_sec01_ttl {
  font-size: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.concept_sec01 .sec01_block02 .sec01_block02_flex .type {
  display: block;
  width: 90%;
  margin-bottom: 30px;
}

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

.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, .concept_sec02 .sec02_block02, .concept_sec02 .sec02_block03 {
  width: 100%;
  margin-bottom: 50px;
}

.concept_sec02 .sec02_block01 .img, .concept_sec02 .sec02_block02 .img, .concept_sec02 .sec02_block03 .img {
  width: 100%;
  margin-bottom: 20px;
}

.concept_sec02 .sec02_block01 .txt_box, .concept_sec02 .sec02_block02 .txt_box, .concept_sec02 .sec02_block03 .txt_box {
  width: 100%;
  padding: 10px;
}

.concept_sec02 .sec02_block01 .txt_box .sec02_block_ttl, .concept_sec02 .sec02_block02 .txt_box .sec02_block_ttl, .concept_sec02 .sec02_block03 .txt_box .sec02_block_ttl {
  font-size: 22px;
}

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

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

.concept_sec02 .sec02_block01 .txt_box .sec02_block_ttl {
  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_block02 .txt_box .sec02_block_ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 75px;
}

.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);
  left: 0;
}

.concept_sec02 .sec02_block03 .txt_box .sec02_block_ttl {
  position: relative;
  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_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: 20px;
  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: 20px 10px;
}

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

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