@charset "utf-8"; * {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  display: none;
  transition: 0.3s;
}

.page-top.active {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  display: block;
}

.page-top a {
  text-decoration: none;
  width: 90px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #f15a24;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}

.page-top a:hover {
  background-color: #be461b;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
}

.page-top a i {
  font-size: 16px;
}

/*----------ヘッダー----------*/
header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  background-size: cover;
  background-position: 100% 60%;
  border-top: 10px #f15a24 solid;
  position: absolute;
  z-index: 100;
}

#head_inner {
  width: 100%;
  max-width: 1200px;
  margin: 4px auto 8px;
  position: relative;
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header_logo {
  margin: 0px 20px 0 0;
}

#header_logo a {
  display: block;
  line-height: 0;
}

#header_logo a:hover {
  opacity: 0.5;
}

#header_logo a img {
  width: 100%;
}

h1 {
  font-size: 0.8em;
  margin: 6px 0px 0 auto !important;
  font-weight: normal;
  color: #fff;
}

#head_inner>.right {
  margin: 0px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#head_inner>.right h1 {
  color: #222;
}

.tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.tel_box_l {
  font-size: 12px;
  margin-right: 20px;
  background: #ff732b;
  color: #fff;
  padding: 4px;
}

.tel_box_r {
  font-weight: bold;
  border-top: solid 1px #ff732b;
  border-bottom: solid 1px #ff732b;
  color: #ff732b;
}

nav#main_nav01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

nav#main_nav01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 6px;
  width: 100%;
  max-width: 1200px;
  -ms-flex-pack: distribute;
  justify-content: center;
  gap: 5%;
}

nav#main_nav01 ul li {
  text-align: center;
}

nav#main_nav01 ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
}

nav#main_nav01 ul li a span:nth-child(1) {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 0px;
  line-height: 1;
}

nav#main_nav01 ul li a span:nth-child(2) {
  display: block;
  font-size: 12px;
  color: #222;
}

nav#main_nav01 ul li a:hover span:nth-child(1) {
  display: block;
  color: #d71718;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

nav#main_nav01 ul li a i {
  color: #fff;
}

nav#main_nav02 {
  margin: 0 -20px 0 auto;
  /* position:  absolute; */
}

nav#main_nav02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav#main_nav02 ul li {
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  background: #3753a4;
  /*transition: 0.5s ease-in-out;*/
  position: relative;
  padding: 0;
  width: 310px;
  padding: 10px 0 10px 90px;
}

nav#main_nav02 ul li i {
  font-size: 35px;
  color: #fff;
  position: absolute;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 15px;
  left: 30px;
}

nav#main_nav02 ul li span {
  font-weight: bold;
  display: block;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #fff;
}

nav#main_nav02 ul li span:nth-of-type(1) {
  display: block;
  /*transition: 0.5s ease-in-out;*/
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 0 0 -15px;
  padding: 0 0 0 0px;
  /* position:  absolute; */
  /* top: 0; */
  /* left: 0; */
}

nav#main_nav02 ul li span:nth-of-type(2) {
  display: block;
  /*transition: 0.5s ease-in-out;*/
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

/*----------ドロワーメニュー----------*/
#modal {
  display: none;
}

/*----------ドロワーメニュー----------*/
/*----------ヘッダーここまで----------*/
/*----------グローバルナビ----------*/
#globalNavi {
  background: #f5f5f5;
  /* box-shadow: 0px 1px 1px #a29b8c; */
  border-bottom: 1px #e2e2e2 solid;
}

#globalNavi ul {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#globalNavi ul li:first-child {
  border-left: 1px #e2e2e2 solid;
}

#globalNavi ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px #e2e2e2 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#globalNavi ul li:last-child {
}

#globalNavi ul li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 12px 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#globalNavi ul li:last-child a {
  background: #fcc72f;
  color: #222;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#globalNavi ul li:last-child a:hover {
  background: #f78d00;
  color: #222;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#globalNavi ul li a:hover {
  background: #bfbfbf;
  color: #333;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*----------グローバルナビ----------*/
main.top {
  margin: 0px 0 0px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*----------トップ----------*/
.top_content01 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}

.top_box {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
}

.top_box figure {
  height: 188px;
}

.top_box figure img {
  width: 100%;
}

.de1 {
  display: block;
}

.de1 dt {
  background: #ffa724;
  padding: 4px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 1px #000;
}

.grn .de1 dt {
  background: #3DCC49;
}

.grn .de1 .link_block a {
  background: #259E32;
}

.grn .de1 .link_block a:hover {
  background: #215C2D;
}

.de2 {
  background: #fff2df;
}

.de2 p {
  color: #222;
}

.line {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

.de2 dd {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 12px;
  font-size: 15px;
  height: 150px;
  background: #fff2df;
}

.de1 dd {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 12px 24px;
  font-size: 15px;
  height: 150px;
  background: #fff2df;
  display: grid;
  align-items: center;
}

.de1 p {
  color: #222;
}

.top_content02 {
  height: 225px;
  /* margin-top: 48px; */
  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;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0;
}

.top_content02 dl.top-tuyomi {
  position: relative;
  width: 30%;
  height: 100%;
  background: url(../img/top_06_2.jpg) no-repeat;
}

dl.top-tuyomi .content_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_content02 dl.top-tuyomi a {
  border: solid 1px #222;
  color: #222;
  background: rgba(255, 255, 255, .5);
}

.top_content02 dl.top-tuyomi a:hover {
  background: rgba(0, 0, 0, .3);
}

.top_content02 dl.top-aisatu {
  position: relative;
  width: 70%;
  padding: 24px;
  height: 100%;
  background-image: url(../img/top_aisatu.jpg);
  background-position: center;
}

.top_content02 dt, dd {
  color: #fff;
}

.top_content02 dl.top-aisatu dd.top-aisatu-text {
  display: flex;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 20px;
}

dl.top-aisatu .content_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_content02 a {
  color: #fff;
  display: block;
  margin-top: 12px;
  border: solid 1px #fff;
  text-align: center;
  width: 50%;
  margin: 12px auto;
  padding: 4px;
  background: rgb(0 0 0 / 50%);
}

.top_content02 a:hover {
  background: rgba(255, 255, 255, .3);
}

/*.content_btn {
	margin-top:  12px;
	border:  solid 1px #fff;
	text-align:  center;
	width:  50%;
	margin: 12px auto;
	padding:  4px;
}*/
.top_content04 {
  width: 100%;
}

.top_content04>.inner {
  width: 100%;
  max-width: 1200px;
  margin: 84px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.top_content04>.inner>.news {
  width: 50%;
  margin: 0 0% 0 0;
}

.top_content04>.inner>.news>dl {
  background: #eee;
  padding: 0 30px 62px 30px;
}

.top_content04>.inner>.news>dl dt {
  font-size: 16px;
  background: #d71718;
  border-radius: 3px;
  margin: 0;
  color: #fff;
  width: 150px;
  padding: 32px 0 6px 0;
  text-align: center;
  position: relative;
  top: -30px;
  -webkit-box-shadow: 0px 2px 4px #634747;
  box-shadow: 0px 2px 4px #634747;
  letter-spacing: 0.3em;
  font-weight: bold;
}

.top_content04>.inner>.news>dl dd {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #e0a4a4 solid;
  padding: 10px 0;
}

.top_content04>.inner>.news>dl dd>.icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 20px;
}

.top_content04>.inner>.news>dl dd>.icon_box .date {
  font-size: 14px;
  color: #222;
}

.top_content04>.inner>.news>dl dd>.icon_box .icon01 {
  font-size: 12px;
  background: #51a75f;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
  display: none;
}

.top_content04>.inner>.news>dl dd>.news_title {
}

.top_content04>.inner>.news>dl dd>.news_title>a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 300px;
}

.top_content04>.inner>.news>dl dd>.news_title>a:hover {
  text-decoration: underline;
}

/*----------メイン画像　基本スライダー　背景ベース----------*/
.mainImage_area01 {
  position: relative;
  margin-top: 137px;
}

span.catch01 {
  color: #111;
  font-size: 32px;
  line-height: 1.5em;
  display: block;
  margin: 0 0 0 auto;
  background-blend-mode: multiply;
  position: relative;
  padding: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 450px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-shadow: 0px 0px 6px #fff;
}

span.catch02 {
  color: #111;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  margin: 0 0 0 auto;
  background-blend-mode: multiply;
  position: relative;
  padding: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 450px;
  /*font-weight: bold;*/
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-shadow: 0px 0px 6px #fff;
}

.slider li {
  position: relative;
}

.slider li>.inner {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0%;
  margin: 0 auto;
  width: 1024px;
  z-index: 100;
  height: 260px;
}

/*----------メイン画像　基本スライダー----------*/
.mainImage_area_sp {
  background-color: #F6F6F6;
  display: none;
}

/*----------共通ボタン----------*/
.bt01 {
  display: block;
  width: 200px;
  margin: 0;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  background: #d9f1ff;
  -webkit-box-shadow: 0px 1px 5px #4a4a4a;
  box-shadow: 0px 1px 5px #4a4a4a;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.bt01 a {
  color: #2d4386;
  display: block;
  padding: 8px 16px;
  text-align: center;
  /* border: 1px #fff solid; */
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
}

.bt01:hover {
  background: #00c9ff;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.bt01:hover a {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.bt01 a i {
}

.bt01_right {
  margin: 0 3% 0 auto;
}

.bt01_center {
  margin: 0 auto 0 auto;
}

/*----------共通ボタン----------*/
/*----------トップグーグルマップ----------*/
.top_content04>.inner>ul.top_access {
  width: 50%;
  position: relative;
}

.top_access>li:nth-child(1) {
  font-size: 16px;
  background: #414141;
  border-radius: 3px;
  margin: 0 0 0 30px;
  color: #fff;
  width: 150px;
  padding: 32px 0 6px 0;
  text-align: center;
  position: absolute;
  top: -30px;
  -webkit-box-shadow: 0px 2px 4px #4e4e4e;
  box-shadow: 0px 2px 4px #4e4e4e;
  z-index: 100;
  letter-spacing: 0.3em;
  font-weight: bold;
}

.top_access>li:nth-child(2) {
  width: 100%;
  height: 497px;
  position: relative;
  overflow: hidden;
}

.top_access iframe, .top_access object, .top_access embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* max-height: 347px; */
}

.gm-style .place-card-large {
  display: none !important;
}

/*----------トップグーグルマップここまで----------*/
/*----------トップここまで----------*/
/*----------下層共通----------*/
/*----------下層メイン画像----------*/
#mainImage02 {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  /*background: url(../img/bg_slider.jpg);*/
}

#mainImage02>.inner {
  width: 100%;
  max-width: 1200px;
  margin: 137px auto 0;
  position: relative;
  line-height: 0;
  height: 200px;
}

#mainImage02>.inner>h2 {
  font-size: 28px;
  position: absolute;
  top: 30%;
  /* left: 4.5%; */
  color: #fff;
  font-weight: normal;
  text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d;
}

#mainImage02>.inner>img {
  width: 2000px;
  margin-left: -488px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------下層メイン画像ここまで----------*/
/*----------タイトル装飾----------*/
h2.title01 {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

h2.title01 .block01 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 530px;
  text-align: center;
}

h2.title01 img {
  width: 2000px;
  margin: 0 0 0 -33.5%;
  display: block;
  z-index: 0;
}

h3.title01 {
  font-size: 24px;
  border-bottom: 4px #1b2952 solid;
  padding: 0px 0 10px 0px;
  margin: 0px auto 10px;
  letter-spacing: 0.8pt;
  font-weight: normal;
  color: #333;
}

h3.title01::before {
  content: "";
  border: 5px #3857ac solid;
  width: 100%;
  height: auto;
  margin: 0px 15px 0 0;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 0px 0 0px 0;
}

h3.title02 {
  font-size: 20px;
  border-bottom: 4px #1b2952 solid;
  padding: 0px 0 5px 0px;
  margin: 0px auto 20px;
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #3857ac;
}

h3.title03 {
  font-size: 20px;
  border-bottom: 4px #1b2952 solid;
  padding: 10px 0 10px 20px;
  margin: 0px auto 10px;
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  background: #3857ac;
}

h3.title04 {
  font-size: 20px;
  border-bottom: 4px #3857ac solid;
  padding: 10px 0 10px 20px;
  margin: 0px auto 10px;
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  background: #1b2952;
}

h4.title01 {
  font-size: 16px;
  border-bottom: 1px #3857ac solid;
  padding: 10px 0 10px 25px;
  margin: 0px auto 10px;
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #3857ac;
  /* background: #1b2952; */
}

/*----------タイトル装飾ここまで----------*/
/*----------パンくず----------*/
ul.breadcrums {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.breadcrums li {
  font-size: 14px;
  margin: 0 12px 0 0;
}

ul.breadcrums li a {
  font-size: 14px;
}

ul.breadcrums li a:hover {
  border-bottom: 1px #f15a24 solid;
}

/*----------パンくずここまで----------*/
nav.side_navi01 {
  margin: 0px 30px 0px 0;
}

nav.side_navi01>ul {
  padding: 5px 0 5px 0;
  margin: 0px auto;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav.side_navi01>ul>li {
  list-style-type: none;
  background: #eee;
  width: 100%;
  border: 1px #3857ac solid;
  margin: 0 0px 0 0;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
  cursor: pointer;
}

nav.side_navi01>ul>li:hover {
  background: #3857ac;
}

nav.side_navi01>ul>li:last-child {
  margin-right: 0;
}

nav.side_navi01>ul>li>a {
  display: block;
  color: #3857ac;
  position: relative;
  padding: 8px;
  font-size: 16px;
}

nav.side_navi01>ul>li>a>i {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 8px;
}

nav.side_navi01>ul>li:hover>a {
  display: block;
  color: #fff;
}

nav.side_navi01>ul>li.on {
  background: #3857ac;
}

nav.side_navi01>ul>li.on>a {
  color: #fff;
}

/*----------下層共通ここまで----------*/
/*----------下層ベース----------*/
main.main_block {
  width: 100%;
  margin: 40px 0;
}

.main_inner {
  width: 1024px;
  margin: 40px auto;
}

/*----------下層ベースここまで----------*/
/*----------会社概要----------*/
.pri_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pri_wrap_80 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.pri_wrap h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 36px;
}

.pri_inner {
  width: 1024px;
  margin: 0px auto;
  padding: 36px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pri_title {
  font-size: 28px;
  color: #000;
  border-bottom: solid 3px #f15a24;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-style: italic;
  padding: 36px;
}

.pri_rinen_back {
  width: 100%;
  height: 400px;
  right: 0;
  background: #f2f2f2;
  margin-bottom: 24px;
  background-image: url(../img/profile_back.png);
  background-repeat: no-repeat;
  background-position: right;
}

.pri_back {
  width: 100%;
  right: 0;
  background: #f2f2f2;
  margin-bottom: 80px;
}

.pri_h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f15a24;
  margin-top: 24px;
}

.pri_txt {
  font-size: 16px;
  text-align: justify;
}

.pri_txt_large {
  font-size: 18px;
  text-align: justify;
}

.pri_txt_indent2 {
  font-size: 24px;
  margin-top: 80px;
  margin-left: 0px;
  text-align: justify;
}

.pri_txt_item {
  width: 100%;
  font-size: 18px;
  margin: 24px 48px;
  text-align: justify;
}

.pri_txt_item2 {
  width: 100%;
  font-size: 16px;
  padding: 24px 0px 24px 48px;
  text-align: justify;
}

.pri_txt_item2 span {
  display: inline-block;
  width: 33%;
}

.pri_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 19%;
}

.pri_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  table-layout: fixed;
  width: 100%;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

.pri_table dt {
  width: 20%;
  vertical-align: middle;
  border-bottom: solid 1px #333;
  padding: 18px 18px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EEE;
  display: grid;
  place-items: center;
}

.pri_table dd {
  width: 80%;
  vertical-align: middle;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 18px 19px;
  font-size: 16px;
  color: #222;
}

.pri_img {
  margin-bottom: 20px;
}

.pri_img img {
  width: 32%;
  vertical-align: middle;
}

/*----------会社概要ここまで----------*/
/*----------サイトマップ----------*/
.sitemap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap_left {
  width: 50%;
}

.sitemap_left li.red a {
  font-size: 20px;
  color: #ea2b23;
  font-weight: bold;
  line-height: 2em;
}

.sitemap_left li.red a:hover {
  text-decoration: underline;
}

.sitemap_left li.black a {
  font-size: 16px;
  color: #111;
  font-weight: bold;
  margin-left: 24px;
}

.sitemap_left li.black a:hover {
  text-decoration: underline;
}

.sitemap_right {
  width: 50%;
}

.sitemap_right img {
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------サイトマップここまで----------*/
/*----------個人情報保護方針----------*/
.pri_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pri_access_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pri_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 36px 0px;
}

.pri_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.pri_btn a {
  background: #666;
  color: #fff;
  margin: 8px 4px;
  padding: 4px 12px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 2px #222;
  box-shadow: 1px 1px 2px #222;
}

.pri_title {
  font-size: 32px;
  color: #000;
  border-bottom: solid 3px #f15a24;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-style: italic;
  padding: 0px;
}

.pri_back {
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 80px;
}

.pri_h3 {
  font-size: 20px;
  font-weight: bold;
  color: #f15a24;
  margin-top: 24px;
}

.pri_txt {
  font-size: 16px;
  text-align: justify;
}

.pri_txt_down {
  font-size: 16px;
  text-align: justify;
  padding-left: 1rem;
  text-indent: -1rem;
}

.pri_txt_indent {
  font-size: 18px;
  margin-left: 48px;
  text-align: justify;
}

.left_map {
  width: 60%;
}

.left_map img {
  width: 100%;
  height: 100%;
}

.right_map {
  width: 40%;
}

/*----------個人情報保護方針ここまで----------*/
/*----------私たちの強み----------*/
.stre_top_outer {
  height: 500px;
  margin: 0px auto 0px;
  padding: 100px 0px;
  background-image: url(../img/stre_back03.jpg);
  background-position: right;
  background-repeat: no-repeat;
  /* opacity: 0.7; */
  vertical-align: middle;
}

.stre_top_inner {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0px auto;
  padding: 0px 0px;
}

.stre_top_txt {
  width: 75%;
  /*	background: -webkit-gradient(linear, left top, right top, from(#ff7e50), to(transparent));
	background: linear-gradient(90deg, #ff7e50, transparent);*/
  background: -webkit-gradient(linear, left top, right top, from(#EE5E2E), to(transparent));
  background: linear-gradient(90deg, #EE5E2E, transparent);
  padding: 22px 157px 22px 22px;
  color: #fff;
  font-size: 21px;
  text-align: justify;
  /* opacity: 0.8; */
}

.stre_back {
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 0px;
}

.stre_back_w {
  width: 100%;
  background: #fff;
  margin-bottom: 0px;
}

.stre_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 24px 0px;
}

.stre_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}

.left_item {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  vertical-align: top;
}

.left_item img {
}

.left_item_u {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left_item_u img {
  margin-top: 8px;
  width: 32%;
}

.right_item {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_main {
  width: 100%;
}

.right_btn {
  margin-left: 5%;
  width: 5%;
}

.stre_h2 {
  font-size: 32px;
  font-weight: bold;
}

.stre_item_txt {
  font-size: 18px;
  /* margin-left: 24px; */
  margin-bottom: 24px;
}

.big_h3 {
  color: #0783d2;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.big_h3_air {
  color: #00a99d;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.small_h3 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.stre_h3 {
}

.stre_item_box {
  border: solid 1px #333;
  padding: 12px 18px;
}

.stre_color_or {
  color: #d71718;
}

.stre_mizu_txt_no {
  font-size: 16px;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.stre_mizu_txt {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.contact_block {
  padding: 12px;
  margin: 60px auto;
  text-align: center;
}

.contact_block a {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  font-size: 18px;
  font-weight: bold;
  background: #ff7e50;
  color: #fff;
}

.contact_block a:hover {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  background: #b54821;
  color: #fff;
}

.main_product_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 18px;
}

.main_product_left {
  width: 50%;
  margin-right: 24px;
}

.main_product_txt {
  font-size: 14px;
  /* padding-left: 12px; */
}

.main_product_center {
  width: 50%;
  margin-right: 24px;
}

.main_product_right {
  width: 50%;
}

.main_product_title {
  border-bottom: solid 1px #222;
  font-weight: bold;
  font-size: 15px;
}

/*----------私たちの強みここまで----------*/
/*----------製品サービス----------*/
.prod_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 24px 0px;
  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;
}

.prod_access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1024px;
}

.left_prod {
  width: 50%;
  height: 267px;
}

.left_prod img {
  width: 100%;
  height: 267px;
  -o-object-fit: cover;
  object-fit: cover
}

.right_prod {
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 24px;
}

.right_prod_buse {
  width: 45%;
  margin-left: 5%;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 24px;
  background: #fff;
  z-index: 1;
}

.right_prod_buse h3 {
  font-size: 20px;
  font-weight: bold;
}

.right_prod_buse p {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.right_prod_buse_u {
  width: 45%;
  margin-left: 5%;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: -50px;
}

.right_prod h3 {
  font-size: 24px;
  font-weight: bold;
}

.right_prod p {
  font-size: 16px;
  margin-top: 24px;
}

.left_prod_buse {
  width: 50%;
  /*height: 267px;*/
}

.left_prod_buse img {
  /*width: 120%;*/
  width: 100%;
}

.right_prod_txt:not(:root) {
  font-size: 16px;
  /*width: 85%;*/
  width: 95%;
  margin-left: auto;
  padding-left: 1em;
  text-indent: -1em;
}

/*----------製品サービスここまで----------*/
/*----------お問い合わせ----------*/
main.contact {
}

main.contact>.content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.contact>.content01 .privacy_box {
  border: 1px #d2d2d2 solid;
  margin: 20px 0 0 0;
  padding: 20px;
  width: 100%;
}

main.contact>.content01 .privacy_box .sentence {
}

main.contact>.content01 .privacy_box .sentence p {
  font-size: 16px;
}

main.contact>.content01 .privacy_box .sentence p a {
  color: #1a4999;
  font-weight: bold;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 .privacy_box .sentence p a:hover {
  color: #28c2f2;
  font-weight: bold;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 .privacy_box .sentence #check_area {
}

main.contact>.content01 .privacy_box .sentence #check_area #check {
}

main.contact>.content01 .privacy_box .sentence #check_area label {
}

main.contact>.content01 form.inner {
  margin: 20px auto 0;
  width: 60%;
}

main.contact>.content01 form.inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #d2d2d2 dashed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px;
}

main.contact>.content01 form.inner dl:nth-child(even) {
  background: linear-gradient(15deg, #ffffff, #eff3ff);
}

main.contact>.content01 form.inner dl:last-of-type {
  border-bottom: 1px #d2d2d2 dashed;
}

main.contact>.content01 form.inner dl dt {
  width: 220px;
  padding: 0px 0 0px 0;
  margin: 0 0 0 auto;
}

main.contact>.content01 form.inner dl dt.required::before {
  content: "必須" !important;
  color: #fff !important;
  background: #D01C01 !important;
  padding: 2px;
  font-size: 14px;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0px 0 0px 0;
  border: 1px #D01C01 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

main.contact>.content01 form.inner dl dd {
  margin: 0 auto 0 0;
  width: 460px;
  padding: 0;
}

main.contact>.content01 form.inner dl>dd>input[type="text"] {
  width: 100%;
  padding: 0 0 0 10px;
  font-size: 16px;
}

main.contact>.content01 form.inner dl:nth-child(5)>dd>input[type="text"] {
  width: 50%;
}

main.contact>.content01 form.inner dl>dd>textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

main.contact>.content01 form.inner dl:nth-child(1) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content01 form.inner dl dd>div {
}

main.contact>.content01 form.inner dl dd>div:nth-child(1) {
  margin: 0 40px 0 0;
}

main.contact>.content01 form.inner dl dd>div:nth-child(2) {
}

main.contact>.content01 form.inner dl dd>div>input {
}

main.contact>.content01 form.inner dl dd>div>label {
}

#check_area {
  margin: 20px 0 0 40px;
}

#check_area #check {
  margin: 0 20px 0 0;
  vertical-align: middle;
}

#check_area label {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#check_area label:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#check_send[disabled] {
  opacity: 0.3 !important;
  pointer-events: none;
  position: relative;
}

/*入力内容確認*/
main.contact>.content02 {
  width: 1024px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.contact>.content02 form.inner {
  margin: 20px auto 0;
  width: 60%;
}

main.contact>.content02 form.inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #d2d2d2 dashed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px;
}

main.contact>.content02 form.inner dl:last-of-type {
  border-bottom: 1px #d2d2d2 dashed;
}

main.contact>.content02 form.inner dl dt {
  width: 350px;
  padding: 0px 0 0px 0;
  margin: 0 0 0 20px;
}

main.contact>.content02 form.inner dl dd {
  margin: 0 auto 0 0;
  width: 800px;
  padding: 0;
}

main.contact>.content02 form.inner dl>dd>input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

main.contact>.content02 form.inner dl:nth-child(6)>dd>input[type="text"] {
  width: 15%;
}

main.contact>.content02 form.inner dl>dd>textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

main.contact>.content02 form.inner dl:nth-child(1) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content02 form.inner dl dd>div {
}

main.contact>.content02 form.inner dl dd>div:nth-child(1) {
  margin: 0 40px 0 0;
}

main.contact>.content02 form.inner dl dd>div:nth-child(2) {
}

main.contact>.content02 form.inner dl dd>div>input {
}

main.contact>.content02 form.inner dl dd>div>label {
}

/*入力内容確認ここまで*/
/*ボタンエリア*/
main.contact>.content01 form.inner .bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content01 form.inner .bt_area input {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content01 form.inner .bt_area input#reset {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #1a4999 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #1a4999;
  box-shadow: 1px 1px 2px #1a4999;
  color: #1a4999;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content01 form.inner .bt_area input#reset:hover {
  color: #fff;
  background: #1a4999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 form.inner .bt_area input#check_send {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #1a4999 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #1a4999;
  box-shadow: 1px 1px 2px #1a4999;
  color: #1a4999;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content01 form.inner .bt_area input#check_send:hover {
  color: #fff;
  background: #1a4999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*入力内容確認ボタン*/
main.contact>.content02 form.inner .bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content02 form.inner .bt_area input {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact>.content02 form.inner .bt_area input#back {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #1a4999 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #1a4999;
  box-shadow: 1px 1px 2px #1a4999;
  color: #1a4999;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content02 form.inner .bt_area input#back:hover {
  color: #fff;
  background: #1a4999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>.content02 form.inner .bt_area input#send {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #1a4999 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #1a4999;
  box-shadow: 1px 1px 2px #1a4999;
  color: #1a4999;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content02 form.inner .bt_area input#send:hover {
  color: #fff;
  background: #1a4999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*入力内容確認ボタンここまで*/
/*ボタンエリアここまで*/
/*送信完了*/
main.contact>.content03 {
  width: 1024px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.contact>.content03>.inner {
  margin: 40px auto 40px;
  width: 800px;
}

main.contact>.content03>.inner figure {
  margin: 20px auto;
  width: 130px;
}

main.contact>.content03>.inner figure img {
  margin: 0 auto;
  width: 100%;
}

main.contact>.content03>.inner figcaption {
  text-align: center;
  color: #1a4999;
}

main.contact>.content03>.inner .sentence {
  margin: 0 auto;
  width: 57%;
}

main.contact>.content03>.inner .bt_pagetop {
}

main.contact>.content03>.inner .bt_pagetop a {
  width: 240px;
  margin: 20px auto 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #1a4999 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #1a4999;
  box-shadow: 1px 1px 2px #1a4999;
  color: #1a4999;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content03>.inner .bt_pagetop a:hover {
  color: #fff;
  background: #1a4999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*送信完了ここまで*/
/*お問い合せここまで*/
/*フッター*/
footer {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
  background: #1b1b1b;
}

#footer_top {
  width: 100%;
  margin: 0px 0 0px 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 40px 0 40px 0; */
  position: relative;
  background-image: url(../img/bg_footer.jpg);
}

#footer_top>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

nav#footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 0;
  width: 55%;
  margin: 0 5% 0 0;
}

nav#footer_nav>section {
  width: auto;
  text-align: center;
  margin: 0 30px 0 0;
}

nav#footer_nav>section:nth-child(1) {
  /* border-left: 1px #fff solid; */
}

nav#footer_nav>section:nth-child(2) {
}

nav#footer_nav>section:nth-child(3) {
}

nav#footer_nav>section:nth-child(4) {
}

nav#footer_nav>section:nth-child(5) {
  margin-right: 0;
}

/*大メニュー*/
nav#footer_nav>section>h2 {
  padding: 10px 0 0px 0px;
}

nav#footer_nav>section>h2>a {
  display: block;
}

nav#footer_nav>section>h2>a>span:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: block;
}

nav#footer_nav>section>h2>a>span:nth-child(2) {
  font-size: 14px;
  color: #222;
  margin: 0px 0 0px 0;
  display: block;
}

nav#footer_nav>section>h2>a:hover>span:nth-child(1) {
  color: #d71718;
}

/*小メニュー*/
nav#footer_nav>section>ul {
  margin: 20px 0 0 20px;
}

nav#footer_nav>section>ul>li {
}

nav#footer_nav>section>ul>li>a {
  font-size: 14px;
  color: #fff;
}

nav#footer_nav>section>ul>li>a:hover {
  border-bottom: 1px #fff solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_top>.inner>.footer_logo_area {
  width: 40%;
  padding: 50px 0;
}

#footer_top>.inner>.footer_logo_area>figure {
}

#footer_top>.inner>.footer_logo_area>figure img {
  width: 100%;
}

#footer_top>.inner>.footer_logo_area>ul {
}

#footer_top>.inner>.footer_logo_area>ul>li {
}

#footer_bottom {
  background: #f15a24;
}

#footer_bottom>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav#footer_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 0px 0;
  width: 50%;
  margin: 0 0 0 0;
}

nav#footer_nav02>section {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav#footer_nav02>section:nth-child(1) {
  width: 40%;
}

nav#footer_nav02>section:nth-child(2) {
  width: 30%;
}

/*大メニュー*/
nav#footer_nav02>section>h2 {
  padding: 0px 0 0px 20px;
}

nav#footer_nav02>section>h2>a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

nav#footer_nav02>section>h2>a:hover {
  border-bottom: 1px #fff solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*小メニュー*/
nav#footer_nav02>section>ul {
  margin: 20px 0 0 20px;
}

nav#footer_nav02>section>ul>li {
}

nav#footer_nav02>section>ul>li>a {
  font-size: 14px;
  color: #f15a24;
}

nav#footer_nav02>section>ul>li>a:hover {
  border-bottom: 1px #fff solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_bottom>.inner p#copyright {
  font-size: 10px;
  text-align: right;
  width: 50%;
  color: #fff;
}

/*フッターここまで*/
/*----------------フロートクリア-------------------*/
.clearfix:after {
  /* content: ""; */
  clear: both !important;
  display: block;
}

/*----------------フロートクリア-------------------*/
/*----------------お問い合せ----------------*/
main.contact {
}

main.contact>form.inner {
  /* display: flex; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-align-items: flex-start;
  width: 860px;
  margin: 0 auto;
}

main.contact>form.inner>.inner {
  width: 860px;
  position: relative;
}

/*入力エリア*/
main.contact>form.inner>.inner {
}

main.contact>form.inner>.inner>.inner {
}

main.contact>form.inner>.inner>.inner>dl {
  margin: 20px 0 0px 0;
  border-bottom: 1px #666 dashed;
  padding: 0 0 20px 0;
}

main.contact>form.inner>.inner>.inner>dl>dt {
  font-size: 16px;
  color: #f15a24;
}

main.contact>form.inner>.inner>.inner>dl>dt.required::after {
  font-size: 14px;
  color: #fff;
  background: #d71718;
  padding: 0px 10px;
  content: "必須";
  border-radius: 5px;
}

main.contact>form.inner>.inner>.inner>dl>dt>i {
}

main.contact>form.inner>.inner>.inner>dl>dt.required::after {
}

main.contact>form.inner>.inner>.inner>dl>dd {
}

main.contact>form.inner>.inner>.inner>dl>dd>dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 35px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dt {
  width: 90px;
  font-size: 16px;
  margin: 0 20px 0 0;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd {
  width: 875px;
  position: relative;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd.type02 {
  width: 200px;
  position: relative;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd>input {
  width: 700px;
  padding: 2px;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd>input.short {
  width: 200px;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd>input[type="radio"] {
  padding: 2px;
  width: 20px;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd>span {
  position: absolute;
  font-size: 14px;
  top: 5px;
  left: auto;
  right: 60px;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dd>textarea {
  width: 700px;
  padding: 2px;
  margin: 0 0 0 95px;
}

/*プライバシーエリア*/
main.contact>form.inner>.inner>.privacy_box {
  padding: 20px;
}

main.contact>form.inner>.inner>.privacy_box>.check_area {
}

main.contact>form.inner>.inner>.privacy_box>.check_area p {
  color: #f15a24;
  font-size: 16px;
}

main.contact>form.inner>.inner>.privacy_box>.check_area p a {
  color: #f15a24;
  font-size: 16px;
  border-bottom: 1px #f15a24 solid;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>form.inner>.inner>.privacy_box>.check_area p a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>form.inner>.inner>.privacy_box>.check_area #bt_check {
  margin: 20px 0 0 40px;
}

main.contact>form.inner>.inner>.privacy_box>.check_area #bt_check>#check {
  margin: 0 20px 0 0;
  vertical-align: middle;
}

main.contact>form.inner>.inner>.privacy_box>.check_area #bt_check label {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact>form.inner>.inner>.privacy_box>.check_area #bt_check label:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#check_send[disabled] {
  opacity: 0.3 !important;
  pointer-events: none;
  position: relative;
}

/*プライバシーエリア*/
/*ボタンエリア*/
main.contact section.bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.contact section.bt_area #reset {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #f15a24 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #869aa7;
  box-shadow: 1px 1px 2px #869aa7;
  color: #f15a24;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact section.bt_area #reset:hover {
  color: #fff;
  background: #f15a24;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.contact section.bt_area #check_send {
  width: 240px;
  padding: 10px 20px;
  border: 1px #f15a24 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #869aa7;
  box-shadow: 1px 1px 2px #869aa7;
  color: #f15a24;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact section.bt_area #check_send:hover {
  color: #fff;
  background: #f15a24;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*ボタンエリア*/
/*入力内容確認*/
main.confirm {
}

main.confirm>form.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-align-items: flex-start;
  width: 860px;
  margin: 0 auto;
}

main.confirm>form.inner>.inner {
  width: 860px;
  position: relative;
}

/*入力エリア*/
main.confirm>form.inner>.inner {
}

main.confirm>form.inner>.inner>.inner {
}

main.confirm>form.inner>.inner>.inner>dl {
  margin: 20px 0 0px 0;
  border-bottom: 1px #666 dashed;
  padding: 0 0 20px 0;
}

main.confirm>form.inner>.inner>.inner>dl>dt {
  font-size: 16px;
  color: #f15a24;
}

main.confirm>form.inner>.inner>.inner>dl>dt.required::after {
  font-size: 14px;
  color: #fff;
  background: #d71718;
  padding: 0px 10px;
  content: "必須";
  border-radius: 5px;
}

main.confirm>form.inner>.inner>.inner>dl>dt>i {
}

main.confirm>form.inner>.inner>.inner>dl>dt.required::after {
}

main.confirm>form.inner>.inner>.inner>dl>dd {
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 35px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl>dt {
  width: 90px;
  font-size: 16px;
  margin: 0 20px 0 0;
  color: #000;
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl>dd {
  width: 875px;
  position: relative;
  word-break: break-all;
  color: #000;
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl>dd>input {
  width: 700px;
  padding: 2px;
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl>dd>span {
  position: absolute;
  font-size: 14px;
  top: 5px;
  left: auto;
  right: 60px;
}

main.confirm>form.inner>.inner>.inner>dl>dd>dl>dd>textarea {
  width: 700px;
  padding: 2px;
  margin: 0 0 0 110px;
}

/*ボタンエリア*/
main.confirm section.bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.confirm section.bt_area #back {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #f15a24 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #869aa7;
  box-shadow: 1px 1px 2px #869aa7;
  color: #f15a24;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.confirm section.bt_area #back:hover {
  color: #fff;
  background: #f15a24;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main.confirm section.bt_area #send {
  width: 240px;
  padding: 10px 20px;
  border: 1px #f15a24 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #869aa7;
  box-shadow: 1px 1px 2px #869aa7;
  color: #f15a24;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.confirm section.bt_area #send:hover {
  color: #fff;
  background: #f15a24;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*ボタンエリア*/
/*入力内容確認*/
/*ボタンエリア*/
/*入力内容確認ここまで*/
/*送信完了*/
main.thank {
}

main.thank .inner {
  width: 1200px;
  margin: 80px auto;
  position: relative;
}

main.thank .inner figure {
  width: 150px;
  margin: 0px auto;
  position: relative;
}

main.thank .inner figure figcaption {
  color: #f15a24;
  text-align: center;
  font-weight: bold;
}

main.thank .inner figure img {
  width: 100%;
}

main.thank .inner article.sentence {
  width: 1200px;
  margin: 20px auto 20px;
  position: relative;
  text-align: center;
}

main.thank .inner .bt_pagetop {
  text-align: center;
}

main.thank .inner .bt_pagetop a {
  width: 240px;
  margin: 20px auto 20px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #f15a24 solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #f15a24;
  box-shadow: 1px 1px 2px #f15a24;
  color: #f15a24;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.thank .inner .bt_pagetop:hover a {
  color: #fff;
  background: #f15a24;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*ボタンエリア*/
/*送信完了ここまで*/
.factory_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.factory_block {
  width: 50%;
  padding: 8px 20px;
  border-right: solid 1px #f15a24;
}

.factory_block_r {
  width: 50%;
  padding: 8px 20px;
}

.name_block {
  display: inline-block;
  margin: 20px 0 20px auto;
}

.pri_name {
  font-size: 22px;
  text-align: right;
  display: inline-block;
  font-weight: bold;
}

.pri_name_f {
  font-size: 16px;
  font-weight: bold;
}

.pri_block {
  margin: 0 auto;
}

.pri_txt_q {
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
  color: #f15a24;
  border-bottom: solid 1px #f15a24;
  margin-top: 20px;
}

.pri_txt_a {
  font-size: 16px;
  text-align: justify;
  margin: 8px 0;
  padding-left: 43px;
  text-indent: -40px;
}

.pri_txt_a2 {
  font-size: 16px;
  text-align: justify;
  margin: 8px 0;
  padding-left: 53px;
  text-indent: -50px;
}

/*追記*/
.bold {
  font-weight: bold;
}

.pri_table dd.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 1em;
  text-indent: -1em;
}

.mb-r1 {
  margin-top: 3px;
  margin-bottom: 8px;
}

.dashed-bottom-1 {
  border-bottom: dashed #333 1px;
}

.bg-r {
  background-color: #DDD;
  padding: 5px;
  margin-bottom: 8px;
}

label {
  color: #333;
}

main.contact>form.inner>.inner>.inner>dl>dd>dl>dt {
  color: #333;
}

.white-space-no {
  white-space: nowrap;
}

.link_block {
  padding: 12px 0;
  margin: 20px auto;
  text-align: center;
}

.link_block a {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  font-size: 18px;
  font-weight: bold;
  background: #ff7e50;
  color: #fff;
}

.link_block a:hover {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  background: #b54821;
  color: #fff;
}

/*制作内容・実績*/
.photo-box {
  margin: 0px;
}

.photo-box ul {
  padding: 0px;
  margin: 0px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}

.photo-box ul li {
  width: 30%;
  list-style: none;
  /*float:left;*/
  display: inline-block;
  /* margin-right:17px; */
  font-size: 16px;
  vertical-align: top;
}

.photo-box ul li:nth-child(3n) {
  margin-right: 0px;
}

.photo-box ul li p {
  margin: 0px 0 20px 0;
  text-align: center;
}

.photo-box ul li img {
  width: 100%;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.photo-box ul li.w100 {
  width: 100%;
}

.photo-box ul li.w100 img {
  width: 100%;
}

.product-text-l {
  font-size: 17px;
  background-color: #FFF;
  border: #DDD solid 1px;
  padding: 15px;
  margin: 0px 0 15px 0;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.product-text-l strong {
  font-size: 20px;
  font-weight: bold;
}

/*.link-normal{
	background-color:
}*/
.link_block2 {
  padding: 12px 0;
  margin: 0;
  text-align: left;
  /* float:left; */
}

.link_block2 a {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  font-size: 18px;
  font-weight: bold;
  background: #ff7e50;
  color: #fff;
}

.link_block2 a:hover {
  -webkit-box-shadow: 1px 1px 2px #666;
  box-shadow: 1px 1px 2px #666;
  border-radius: 2px;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  background: #b54821;
  color: #fff;
}

.link-right {
  margin-right: 20px;
  float: inherit;
  margin: 0;
}

.cb-box {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.t-right {
  text-align: right;
}

@media print {
  #bosyu-youko .pri_wrap {
    display: table;
  }

  #bosyu-youko .pri_table {
    display: table-row;
    table-layout: fixed;
    width: 100%;
  }

  #bosyu-youko .pri_table dt {
    display: table-cell;
    width: 20%;
  }

  #bosyu-youko .pri_table dd {
    display: table-cell;
    width: 80%;
  }
}

.factory_add {
  display: flex;
  margin-bottom: 40px;
  gap: 20px 20px;
  flex-wrap: wrap;
  align-items: center;
}

.factory_add_img {
  display: block;
  width: calc(calc(100% - 20px) / 2);
}

.factory_add_img_s {
  display: block;
  width: calc(calc(100% - 60px) / 4);
}

.factory_add_img_7 {
  display: block;
  width: calc(60% - 20px);
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.factory_add_img_3 {
  display: block;
  width: 40%;
}

.factory_add_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory_add_img_7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory_add_img_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory_add_img_s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin-bottom: 30px;
}

.factory_title span {
  background: #232323;
  font-size: 27px;
  padding: 7px 12px 4px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

.factory_sentence {
  font-size: 18px;
}

.factory_wrap_new {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.factory_wrap_new figure {
  width: 49%;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.factory_wrap_new figure p:nth-of-type(1) {
  font-size: 16px;
}

.factory_wrap_new figure p:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  text-indent: 0.8em;
}

.factory_wrap_new figure img {
  width: 100%;
  height: auto;
  /* object-fit: contain; */
  margin-top: 5px;
}
