@charset "UTF-8";
/* CSS Document */
/*---------------------共通/---------------------*/
body {
  overflow-x: hidden;
  width: 100%;
}

#wap {
  overflow-x: hidden;
}

a {
  font-weight: 500;
}

main {
  margin-top: 0;
  padding-top: 0;
}

body,
table th,
table td,
a,
.f_16,
p {
  font-size: 4.0vw;
}

.btn {
  font-size: 4.0vw;
  margin-bottom: 10px;
}

.f_10,
.f_10 span {
  font-size: 3.4vw;
}

.f_12,
.f_12 span {
  font-size: 3.4vw;
}

.f_14,
.f_14 span {
  font-size: 3.8vw;
}

.f_18,
.f_18 span {
  font-size: 4.4vw;
}

.f_20,
.f_20 span {
  font-size: 4.6vw;
}

.f_21,
.f_21 span {
  font-size: 4.8vw;
}

.f_22,
.f_22 span {
  font-size: 5.0vw;
}

.f_24,
.f_24 span {
  font-size: 5.2vw;
}

.f_25,
.f_25 span {
  font-size: 5.4vw;
}

.f_26,
.f_26 span {
  font-size: 5.6vw;
}

.f_28,
.f_28 span {
  font-size: 6.0vw;
}

.f_30,
.f_30 span {
  font-size: 7.0vw;
}

.f_32,
.f_32 span {
  font-size: 7.0vw;
}

.f_36,
.f_36 span {
  font-size: 7.4vw;
}

.f_40,
.f_40 span {
  font-size: 7.6vw;
}

.f_42,
.f_42 span {
  font-size: 8.0vw;
}

.f_48,
.f_48 span {
  font-size: 9.0vw;
}

.f_52,
.f_52 span {
  font-size: 9.2vw;
}

.f_56,
.f_56 span {
  font-size: 9.5vw;
}

.f_60,
.f_60 span {
  font-size: 9.8vw;
}

.f_62,
.f_62 span {
  font-size: 10.0vw;
}

.f_64,
.f_64 span {
  font-size: 10.0vw;
}

.f_72,
.f_72 span {
  font-size: 10.0vw;
}

.f_80,
.f_84 span {
  font-size: 12.0vw;
}

.f_100,
.f_100 span {
  font-size: 13.0vw;
}

.f_en {
  line-height: 1;
}

.mt10 {
  margin-top: 5px;
}

.mt20 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 15px;
}

.mt40 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 25px;
}

.mt60 {
  margin-top: 30px;
}

.mt80 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 50px;
}

.mt120 {
  margin-top: 60px;
}

.mt0_sp {
  margin-top: 0;
}

.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

.txt_left_sp {
  text-align: left;
}

.txt_center_sp {
  text-align: center;
}

/*---------------------共通/---------------------*/
.page_top {
  margin: 0 2% 0 auto;
  position: relative;
  top: -15px;
}

/*---------------------footer/---------------------*/
footer {
  padding: 0;
  text-align: center;
  background: url(../img/common/logo03.svg) no-repeat;
  background-position: bottom 15px right;
  background-size: 70%;
}
footer img {
  max-width: 90%;
}
footer .box01 {
  width: 100%;
  margin-bottom: 40px;
}

footer #pagetop img {
  max-width: 60%;
}

.table01 {
  width: 90%;
}

/*.table01 th{
    width: 100%;
    display: block;
    padding: 20px 0 0;
    border-bottom: none;
}

.table01 td{
    width: 100%;
    display: block;
    padding: 10px 0 20px;
}
*/
h4.bg_yellow {
  padding: 10px 4vw;
}

img.bg {
  width: 101%;
}

.line_yellow_s {
  width: 60px;
}

.btn01 {
  padding: 10px 30px;
  width: auto;
}

.btn03:before {
  width: 200%;
  height: 860%;
}

.table02 {
  width: 90%;
}
.table02 th {
  border-right: none;
  display: block;
  width: 100%;
  padding: 10px 0 0;
}
.table02 th::after {
  height: 1px;
  width: 100%;
}
.table02 td {
  display: block;
  width: 100%;
  padding: 0px 0 10px 0;
  box-sizing: border-box;
  line-height: 2;
}

/*---------------------cont/---------------------*/
/*---------------------/hamburger---------------------*/
.accordion_drawer .link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.4;
}

.accordion_drawer .link a span {
  color: #fff;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 99999;
  transform: translateX(0);
  transition: transform .5s;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888888;
  transition: 0.3s;
}

.menu-trigger.active span {
  background-color: #888888;
}

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

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

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

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

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

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.sp_blk nav {
  width: 100%;
  height: 100vh;
  padding: 40px 0 0;
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 9999;
  transform: translate(100%);
  transition: all .5s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 40px solid #f2f2f2;
  background-image: url("../img/common/logo03.svg");
  background-position: bottom -15px right;
  background-repeat: no-repeat;
  background-size: 50%;
}

.sp_blk nav.open {
  transform: translateZ(0);
}

.sp_blk nav li {
  padding: 15px 0;
  position: relative;
  display: inline-block;
}

.sp_blk nav li.menu_01 {
  width: 45%;
  border-bottom: 1px #333 solid;
  padding-bottom: 10px;
  margin: 0 2%;
}

.accordion_drawer .link .btn {
  position: absolute;
  right: 10px;
  top: -12px;
  background: #fff;
  padding: 0;
  line-height: 25px;
  display: flex;
  letter-spacing: 0.07em;
}

.accordion_drawer .link .btn i {
  color: #64a3d7;
  top: 1px;
}

.sp_blk nav li.menu_02 {
  display: block;
  padding-bottom: 10px;
  width: 95%;
  margin: auto;
  line-height: 1.4;
}

.sp_blk nav li.menu_04 {
  margin: 20px auto 0;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #fff;
  padding: 7px 30px 15px;
  display: table;
}

.sp_blk nav li.menu_03 a {
  width: 100%;
  display: block;
}

.sp_blk nav li.menu_03 a span {
  color: #fff;
}

.sp_blk .menu_08 a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-weight: 900;
}

.sp_blk .menu_09 {
  text-align: center;
}

.sp_blk .menu_09 a {
  display: block;
  width: 100%;
  border: 3px solid #546BA8;
  color: #546BA8;
  font-size: 24px;
  padding-top: 3px;
}

.sp_blk .menu_09 a span {
  font-size: 18px;
}

.side_nav.sp_blk .navi_logo img {
  width: auto;
  height: 70px;
}

.side_nav.sp_blk {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.side_nav.sp_blk .navi_logo {
  position: fixed;
  top: 0;
  left: 0;
  height: 35px;
  width: 100%;
  z-index: 9999;
  height: 70px;
  background: #fff;
}

.side_nav.sp_blk .btn01.btn01_yl01 {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 9999;
  padding: 0 30px;
  line-height: 60px;
}

.side_nav.sp_blk .btn01.btn01_yl01 i {
  font-size: 18px;
  top: 4px;
}

.side_nav.sp_blk .btn02.btn02_bl {
  width: 90%;
}

/*--- Submenu ----*/
.submenu {
  display: none;
  font-size: 14px;
  padding: 7px 0 0px 10px;
}

.submenu a {
  line-height: 2.0;
}

.submenu p {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.side_nav li.open i.material-icons-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  transition: 0.3s;
}

.side_nav .btn {
  margin-top: 10px;
}

.side_nav .btn {
  line-height: 18px;
}

.side_nav .navi_logo {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.side_nav .submenu .fl > div {
  width: 42%;
  height: 100px;
}

.side_nav .submenu .fl > p {
  background-size: 74%;
  width: 100%;
}

.menu_box,
.side_nav .submenu .menu_box img {
  width: 100%;
  height: 100px;
}

.menu_box .inner {
  height: 100px;
}

.menu_box .inner h3 {
  text-align: center;
  font-size: 3.8vw;
}

.side_nav .outline {
  font-size: 35px;
}

/*---------------------hamburger/---------------------*/
form.mt60 {
  margin-top: 60px;
}

form table {
  width: 100%;
}

form table th {
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
  border: none;
}

form table td {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  display: block;
  padding: 0;
}

textarea, input[type="email"], input[type="text"] {
  padding: 10px;
}

.table01 th {
  width: 100%;
  display: block;
  text-align: left !important;
  padding: 10px 0 0;
  border-right: none;
}

.table01 td {
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
  border-left: none;
  border-bottom: 1px solid #888;
}

main {
  width: 100%;
}

.btn02::after {
  transform: translateX(14px);
}

.top_main,
.main_img_box,
.main_img {
  height: 80vh;
}

.top_main .txt_box p.sp_block {
  display: table !important;
}

.sub_main {
  padding: 60px 0 0;
  margin-top: 60px;
}

.sub_main .sub_main_img {
  height: 200px;
}

.sub_main .txt_box {
  width: auto;
  margin-top: -10px;
  padding: 50px 0 50px 5vw;
}

.sub_ttl01 {
  background: url(../img/service/bg_txt.png) no-repeat;
  background-position: bottom center;
  background-size: 120%;
  padding-bottom: 15px;
}

.sub_ttl02 {
  background: url(../img/about/bg_txt01.png) no-repeat;
  background-position: bottom center;
  background-size: 120%;
  padding-bottom: 15px;
}

.sub_ttl03 {
  background: url(../img/about/bg_txt02.png) no-repeat;
  background-position: bottom center;
  background-size: 120%;
  padding-bottom: 15px;
}

.recruit .sub_main .sub_main_img {
  object-position: left;
}

.cont01 {
  width: 94%;
}

.cont01 .bg_gray {
  padding: 20px 5% 30px;
}

.cont02 .txt_box {
  width: 100%;
  padding: 60px 3% 110px;
  background-image: url(../img/common/ttl_icon_pink.svg);
  background-size: 20%;
  background-position: top 75px left 0;
  text-align: center;
}

.cont02 .img_wap {
  position: relative !important;
  top: -60px;
  right: inherit;
  width: 94%;
  margin: 0 0 0 auto;
  padding: 130px 2% 40px;
  background: url(../img/top/img01.jpg) no-repeat;
  background-size: cover;
  background-position: left -50px center;
	    display: flex;
	    flex-direction: column-reverse;
}

.cont02 .img_wap p {
  -ms-writing-mode: initial;
  writing-mode: initial;
	font-size: 5vw;
}

.cont02 .img_wap p span{
	font-size: 5vw;
}

.cont02 .txt01 {
  width: 100%;
  text-align: left;
}

.cont03 .ttl02 .ttl02_txt01 {
  background-image: url(../img/common/ttl_icon_bl.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: top 10px left 0;
  padding: 0;
  display: block !important;
}

.cont03 .box_wap .box {
  width: 100%;
  padding: 60px 0;
  height: auto;
  margin-bottom: 20px;
}

.cont04 {
  padding: 60px 0;
}

.cont04 .box_wap > img {
  width: 96%;
}

.cont04 .box_wap .txt_box {
  width: 100%;
  margin: 20px 7% 0 auto;
  text-align: right;
}

.cont04 .box_wap .txt_box .ttl02_txt03 {
  text-align: left;
  margin-left: 7%;
}

.cont04 .box_wap .txt_box .ttl_icon {
  top: 8px;
  left: -50px;
}

.cont04 .box_wap .txt_box .txt01 {
  text-align: left;
  width: 90%;
  margin: 10px 0 10px auto;
}

.cont04_02_wap .box_wap02 {
  padding: 40px 0;
}

.cont05 {
  padding: 60px 0;
}

.cont05 .box_wap .box01 {
  width: 100%;
}

.cont05 .box_wap .box01:nth-child(1) {
  border-right: none;
  border-bottom: 1px solid #8ecb14;
}

.cont06 iframe {
  height: 200px;
}

.cont07 .bg_gr02 {
  padding: 30px;
}
.cont07 .bg_gr02 i {
  font-size: 9vw;
}

.cont09 .box_wap {
  flex-direction: column;
}

.cont09 .box_wap img {
  width: 100%;
  height: 230px;
}

.cont09 .box_wap .txt_wap {
  width: 100%;
  padding: 30px 5%;
}
.cont09 .box_wap .txt_wap .f_32, .cont09 .box_wap .txt_wap .f_32 span {
  font-size: 6.6vw;
}
.cont09 .box_wap .txt_wap .text-right {
  text-align: left !important;
}

.cont10 {
  padding: 40px 0;
}

.cont10 .box_wap .box {
  width: 100%;
  margin-bottom: 20px;
}

.cont12 img {
  width: 80%;
}

.cont12_02 .logo{
    width: 40%;
}

.cont12_02 .img01{
    width: 94%;
}

.cont13 .box_wap {
  flex-direction: column !important;
}
.cont13 .box_wap img {
  width: 100%;
}

.cont13 .box_wap .box {
  width: 100%;
  padding: 30px 3% 30px 15%;
  background-image: url(../img/common/ttl_icon_bl.svg);
  background-repeat: no-repeat;
  background-position: top 40px left -13%;
  background-size: 23%;
}

.photocatalyst .cont13 .box_wap .box {
  padding: 30px 5%;
}

.cont13 .box_wap02 {
  padding: 60px 0;
}

.cont14 .box_wap .img_wap {
  width: 100%;
}

.cont14 .box_wap .txt_wap {
  width: 100%;
  padding: 30px 5%;
  min-height: inherit;
}
.service-logo img{
	width: 200px;
	height: auto;
}
.t_business_con_01{
width: 94%;
margin: auto
}
.t_business_con_01 img{
width: 100%;
height: auto
}
.houhu_img{
width: 200px;
margin: auto;
}
.houhu_img img{
width: 100%;
height: auto;
}

.cont07 .bg_gr02 a img{
  width: 100%;
}

