@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.maru_gothic {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}
.reason__block .stopper .sub_box .price .del {
    text-decoration: line-through;
    font-size: 100%;
}
a.common_btn.mb_50 {
    margin-bottom: 50px;
}
.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

a.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}

.txt__main_color {
  color: #EE5900;
}

.movie__wrap {
  padding-top: 110px;
}

.movie {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.movie p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-shadow: 2px 1px 3px #000000;
  color: #FFF;
  font-size: 500%;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  font-size: 400%;
}

#page-top a {
  background: #EE5900;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 1.0;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #FFF;
  top: 0px;
}

.common_btn {
  background: #000;
  width: 290px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  background: #EE5900;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}

.bg_blue {
  background: #EE5900;
  width: 100%;
}

.bg_gray {
  background: #F1F1F1;
}

.bg_wood {
  background: url("../img/wood.png") 0px 0px;
  background-size: cover;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #333;
  border: 1px solid #CCC;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
  font-weight: bold;
}

.fixd {
  position: fixed;
  z-index: 3;
  background: #FFF;
  width: 100%;
  left: 0px;
  top: 0px;
}

.fixed__contact {
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 20%;
}

.fixed__contact img {
  transition: .5s all;
}

.fixed__contact img:hover {
  opacity: 0.6;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist_dl a {
  text-decoration: none;
  color: #000;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list {
  margin-bottom: 25px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fixd_size .tagline {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .container_fixd_size {
	.content {
		padding-top:240px;
	}
}
*/
.content {
  padding-top: 210px;
}

.second_main_img {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.second_main_img img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
}

.second_main_img .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 3;
  width: 100%;
}

.second_main_img .outer h2 {
  font-size: 200%;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.second_main_img .outer h2 span {
  color: #EE5900;
  font-size: 74%;
  text-shadow: none;
}

header {
  background: #FFF;
}

header .tagline {
  width: 100%;
  background: #FFF;
  padding-top: 80px;
  transition: .5s all;
}

header .tagline h1 {
  font-weight: normal;
  font-size: 114%;
}

header .tagline .logo {
  width: 250px;
  float: left;
}

header .tagline .nav__block {
  float: right;
  min-width: 760px;
}

header .tagline .nav__block .head__info ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .tagline .nav__block .head__info ul li {
  width: 50%;
}

header .tagline .nav__block .head__info ul li:first-child {
  text-align: left;
}

header .tagline .nav__block .head__info ul li:last-child {
  text-align: right;
}

header .tagline nav {
  padding-top: 20px;
}

header .tagline nav .pc_dropdown {
  width: 220px;
  display: none;
  height: auto;
  position: absolute;
  left: 0px;
  top: 35px;
  z-index: 100;
}

header .tagline nav .pc_dropdown li {
  width: 220px;
  background-color: #EE5900;
  margin: 0px;
  border-bottom: 1px solid #FFF;
  border-left: none;
  padding: 0px;
  position: relative;
}

header .tagline nav .pc_dropdown li:after {
  content: '';
  display: none !important;
}

header .tagline nav .pc_dropdown li:last-child {
  border-right: none;
}

header .tagline nav .pc_dropdown li a {
  display: block;
  font-size: 100%;
  width: 100%;
  padding: 10px;
  color: #FFF;
  transition: .5s all;
}

header .tagline nav .pc_dropdown li a:hover {
  opacity: 0.8;
}

header .tagline nav .active:after {
  width: 100%;
}

header .tagline nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .tagline nav ul li {
  font-size: 84%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-right: 1px solid #888;
}

header .tagline nav ul li:last-child {
  border-right: none;
}

header .tagline nav ul li a {
  display: block;
  color: #000;
  padding: 10px 10px;
  text-decoration: none;
  transition: .5s all;
}

header .tagline nav ul li a:hover {
  color: #EE5900;
}

header .tagline nav ul li a:first-child {
  padding: 10px 10px 10px 0px;
}

.main_slide {
  display: none;
}

.main_slide.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.slide_wrapper {
  position: relative;
}

.slide_wrapper .main_slide {
  width: 100%;
  margin: 0px auto;
}

.slide_wrapper .main_slide li {
  position: relative;
}

.slide_wrapper .main_slide li img {
  width: 100%;
}

.slide_wrapper .main_slide li p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 20px 0px 20px;
  color: #000;
  font-size: 350%;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.slide_wrapper .main_slide li p span {
  font-size: 114%;
}

.wrapper, .main_wrapper {
  width: 1060px;
  margin: 0px auto;
  position: relative;
}

.content_block {
  padding: 40px 0px;
}

.content_block__bottom {
  padding: 0px 0px 40px;
}

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

.card__list ul li {
  width: 30%;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  transition: .5s all;
  margin-bottom: 25px;
}

.card__list ul li .post dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 7px;
}

.card__list ul li .post dl dt {
  width: 35%;
}

.card__list ul li .post dl dd {
  width: 65%;
}

.card__list ul li .cat__box {
  position: relative;
  max-height: 220px;
  overflow: hidden;
}

.card__list ul li .cat__box p {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  padding: 5px;
}

.card__list ul li .cat__box .green {
  background: #9ED200;
}

.card__list ul li .cat__box .orange {
  background: #FFC926;
}

.card__list ul li .cat__box .blue {
  background: #73DCFF;
}

.card__list ul li:hover {
  opacity: 0.6;
}

.card__list ul li a {
  color: #000;
  display: block;
  text-decoration: none;
}

.card__list ul li .sub_ttl {
  text-align: center;
  font-size: 114%;
  padding: 10px 0px 20px;
}

.card__list ul li img {
  width: 100%;
}

.card__list .gray li {
  background: #F1F1F1;
}

.point {
  width: 100%;
  background-color: #EE5900;
  border-radius: 4px;
  padding: 10px 10px 5px 10px;
  position: relative;
  display: table;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.point p {
  font-size: 114%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 65px;
  color: #FFF;
  display: table-cell;
}

.point:before {
  content: "point";
  font-family: FontAwesome;
  color: #ffff00;
  position: absolute;
  top: 50%;
  font-size: 94%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.point:after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #ffff00;
  position: absolute;
  top: 50%;
  font-size: 94%;
  left: 60px;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.works__block .detail__slider {
  max-width: 600px;
  width: 100%;
  margin: 0px auto;
}

.works__block .detail__slider img {
  width: 100%;
}

.works__block .red {
  background: #ff5026;
}

.works__block .green {
  background: #9ED200;
}

.works__block .orange {
  background: #FFC926;
}

.works__block .blue {
  background: #73DCFF;
}

.works__block .detail {
  max-width: 600px;
  width: 100%;
  margin: 0px auto;
}

.works__block .detail .date {
  font-size: 84%;
}

.works__block .detail .cat {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #FFF;
  transition: .5s all;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
}

.works__block .cat__btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.works__block .cat__btn li {
  width: 23%;
}

.works__block .cat__btn li a {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  padding: 16px 0px;
  text-align: center;
  color: #FFF;
  transition: .5s all;
  border-radius: 5px;
}

.works__block .cat__btn li a:hover {
  opacity: 0.5;
}

.safety__block .primary_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.safety__block .primary_box .left {
  width: 70%;
  background: #FFF;
  box-sizing: border-box;
  padding: 50px;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
}

.safety__block .primary_box .left p {
  font-size: 104%;
  line-height: 1.7;
}

.safety__block .primary_box .right {
  max-height: 350px;
  overflow: hidden;
  width: 40%;
  /*padding-top: 100px;*/
}

.safety__block .primary_box .right img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
}
.primary_box_single {
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.primary_box_list {
    margin-bottom: 20px;
    padding: 2%;
    border: solid 2px #ffc09a;
    border-radius: 15px;
}
.primary_box_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.primary_box_list li {
    width: 30%;
    padding-top: 5px;
}
.primary_box_single .text_box {
    padding: 50px;
}
@media only screen and (max-width: 860px){
.primary_box_list li {
    width: 50%;
}
.primary_box_single .text_box {
    padding: 20px;
}
}
@media only screen and (max-width: 640px){
.primary_box_list li {
    width: 100%;
}
}
.primary_box_list li:before {
    content: "・";
}


.stopper_step li {
    width: 30%;
    border: solid 2px;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom:20px;
}

.stopper_step {
    padding: 30px 30px 0px;
}

.stopper_step .small_ttl.txt__main_color.maru_gothic {
    font-size: 114%;
    margin-bottom: 10px;
}

.stopper_step ul {
    display: flex;
    justify-content: space-between;
    text-align:center;
}
@media only screen and (max-width: 860px){
.reason__block .right__pic .stopper_step ul {
    flex-direction: inherit;
}
}
.stopper_step li span {
    font-size: 110%;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.stopper_step li.green {
    border-color: #608000;
}

.stopper_step li.green span {
    color: #608000;
}

.stopper_step li.yellow {
    border-color: #ffca00;
}

.stopper_step li.yellow span {
    color: #ffca00;
}

.stopper_step li.red {
    border-color: #dc682d;
}

.stopper_step li.red span {
    color: #dc692d;
}
@media only screen and (max-width: 860px)
.reason__block .right__pic .sub_box ul {
    flex-direction: inherit;
    margin-bottom: 20px;
}
.sub_box li {
    width: 100%;
    text-align: left;
    background-image: url(/wp-content/themes/tpl/img/check.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 7px 0 3px 26px;
}

.reason__block .note {
  font-size: 104%;
  line-height: 1.8;
  padding: 40px 0px 0px;
}

.reason__block img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
}

.reason__block .stopper .sub_box {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
  max-width:576px;
}

.reason__block .stopper .sub_box .price {
  padding-top: 10px;
  line-height: 1.2;
  font-size: 120%;
}

.reason__block .stopper .sub_box .price span {
  font-size: 280%;
}

.reason__block .outer {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}

.reason__block .outer .sub_ttl {
  font-size: 124%;
  margin-bottom: 15px;
}

.reason__block .outer .sub_ttl span {
  background: linear-gradient(transparent 60%, #EE5900 0%);
  display: inline-block;
}

.reason__block .outer .small_ttl {
  font-size: 114%;
  margin-bottom: 10px;
}

.reason__block .outer p {
  line-height: 1.8;
  font-size: 94%;
}

.reason__block .left__pic {
  background: #F5F5F5;
  margin-bottom: 25px;
  border-radius: 5px;
}

.reason__block .left__pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason__block .left__pic ul .pic {
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
}

.reason__block .left__pic ul .box {
  width: 60%;
}

.reason__block .right__pic {
  background: #F5F5F5;
  margin-bottom: 25px;
  border-radius: 5px;
}

.reason__block .right__pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason__block .right__pic ul .pic {
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
}

.reason__block .right__pic ul .box {
  width: 60%;
  position: relative;
}

.organic__block__work .lead {
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 4px;
  padding: 20px;
  font-size: 114%;
  line-height: 1.5;
}

.organic__block__work .box {
  background-color: #eee;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 25px;
}

.organic__block__work .box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.organic__block__work .box ul li {
  width: 45%;
}

.organic__block__work .box ul li:first-child .img_wrap:after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  top: 50%;
  font-size: 500%;
  right: -18%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.organic__block__work .box ul li .sub_ttl {
    text-align: center;
    font-size: 104%;
    background-color: #ed5900;
    width: 30%;
    margin: 0 auto 8px;
    padding: 5px;
    color: #fff;
    border-radius: 7px;
}

.organic__block__work .box ul li .sub_ttl span {
  font-size: 128%;
  color: #EE5900;
  font-weight: bold;
}

.organic__block__work .box ul li .img_wrap {
  position: relative;
}

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

.organic__block .left {
  width: 30%;
  position: relative;
  letter-spacing: .16em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
}

.organic__block .left .txt {
  position: absolute;
  top: 12px;
  left: 7.03125vw;
  color: #232323;
  line-height: 1.2;
  font-size: 134%;
}

.organic__block .left .txt span {
  font-size: 144%;
  display: inline-block;
  box-shadow: inset 10px 0 0 #fef85f;
}

.organic__block .right {
  width: 70%;
}

.organic__block .right p {
  line-height: 1.7;
  margin-bottom: 30px;
}

.organic__block .right .sub_ttl {
  text-decoration: underline;
  font-size: 114%;
  margin-bottom: 30px;
}

.organic__description__list {
  width: 100%;
  background-color: #eee;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.organic__description__list .left {
  width: 65%;
}

.organic__description__list .left ul li {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 10px;
}

.organic__description__list .left ul li .sub_ttl {
  margin-bottom: 7px;
  font-size: 114%;
}

.organic__description__list .left ul li .sub_ttl span {
  color: #EE5900;
}

.organic__description__list .left ul li p {
  line-height: 1.5;
}

.organic__description__list .right {
  width: 32%;
}

.organic__description__list .right .img {
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.organic__description__list .right .img img {
  width: 100%;
}

.organic__description__list .right .img:last-child {
  margin-bottom: 0px;
}

.organic_card__list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.organic_card__list ul li {
  width: 32%;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  transition: .5s all;
  margin-right: 2%;
  margin-bottom: 20px;
}

.organic_card__list ul li:nth-child(3n) {
  margin-right: 0%;
}

.organic_card__list ul li:hover {
  opacity: 0.6;
}

.organic_card__list ul li a {
  color: #000;
  display: block;
  text-decoration: none;
}

.organic_card__list ul li .sub_ttl {
  font-size: 114%;
  color: #EE5900;
  padding: 10px 0px 10px;
}

.organic_card__list ul li p {
  line-height: 1.5;
}

.organic_card__list ul li img {
  width: 100%;
}

.organic_card__list .gray li {
  background: #F1F1F1;
}

.order__block .note {
  font-size: 104%;
  line-height: 1.8;
  padding: 40px 0px 0px;
}

.order__block .left__pic {
  background: #F5F5F5;
  margin-bottom: 25px;
  position: relative;
}

.order__block .left__pic ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.order__block .left__pic ul .pic {
  width: 35%;
}

.order__block .left__pic ul .box {
  width: 65%;
}

.order__block .left__pic ul .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #F5F5F5 transparent transparent;
  position: absolute;
  top: 50%;
  left: calc(35% - 20px);
  margin-top: -25px;
  z-index: 3;
}

.order__block .left__pic ul .box .outer {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}

.order__block .left__pic ul .box .outer .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.order__block .left__pic ul .box .outer p {
  line-height: 1.8;
}

/*/////////// footer ////////////*/
footer {
  background: #DDDDDD;
  padding: 30px 0px 0px;
}

footer .copy {
  text-align: center;
  padding: 25px 0px 10px;
  width: 100%;
  background: #DDDDDD;
}

footer .sub_ttl {
  padding: 25px;
  font-size: 160%;
}

footer .link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .link div {
  width: 30%;
}

footer .link div:first-child {
  width: 35%;
}

footer .link div a {
  color: #000;
  text-decoration: none;
}

footer .link div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

footer .link div dl dt {
  padding-right: 15px;
}

footer .link div dl .name {
  font-weight: bold;
  font-size: 104%;
  margin-bottom: 8px;
}

.ttl {
  font-size: 160%;
  position: relative;
  line-height: 1.3;
  color: #EE5900;
  padding-left: 25px;
  margin-bottom: 30px;
}

.middle_ttl {
  font-size: 124%;
  margin-bottom: 15px;
}

.middle_ttl span {
  background: linear-gradient(transparent 60%, #EE5900 0%);
  display: inline-block;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

/*/////////// 会社概要 ////////////*/
.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 50%;
}

.message ul .pic img {
  width: 100%;
}

.message ul .txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message ul .txt .inner {
  box-sizing: border-box;
  padding: 0px 50px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt p {
  line-height: 1.5;
  font-size: 94%;
}

.map {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}

.company_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.company_tbl tr {
  width: 100%;
}

.company_tbl th, .company_tbl td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.company_tbl tbody {
  text-align: left;
}

.company_tbl tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 20%;
}

.company_tbl tbody td {
  background: white;
}

.company_tbl tbody td p {
  margin-bottom: 15px;
}

.contact {
  margin-bottom: 30px;
  background: #EEE;
  padding: 30px 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #EE5900;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #EE5900;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.news_box {
  margin: 0px auto;
  box-sizing: border-box;
}

.news_box .sub_ttl {
  color: #EE5900;
  font-size: 240%;
  font-weight: normal;
  margin-bottom: 25px;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.news_box dl dt {
  padding: 15px 10px;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt:first-child {
  border-top: 1px solid #CCC;
}

.news_box dl dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 15px 0px;
}

.news_box dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

.news_box dl dd a {
  color: #EE5900;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .slide_wrapper .main_slide li p {
    font-size: 300%;
  }
  .ttl {
    font-size: 124%;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 24%;
    float: left;
  }
  header .tagline .nav__block {
    float: right;
    min-width: initial;
    min-width: auto;
    width: 75%;
  }
  header .tagline nav {
    padding-top: 20px;
  }
  header .tagline nav .active:after {
    width: 100%;
  }
  header .tagline nav ul li {
    font-size: 84%;
  }
  header .tagline nav ul li a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1000px) {
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 20%;
    float: left;
  }
  header .tagline .nav__block {
    float: right;
    min-width: initial;
    min-width: auto;
    width: 79%;
  }
  header .tagline nav {
    padding-top: 20px;
  }
  header .tagline nav .active:after {
    width: 100%;
  }
  header .tagline nav ul li {
    font-size: 74%;
  }
  header .tagline nav ul li a {
    padding: 10px 5px;
  }
}
