@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.c_phoneArea > div:nth-child(2) {
  margin-top: 10px;
}
.c_phoneArea > div:nth-child(2) a {
  font-size: 23px;
}
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #00a678;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #00a678;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #00a678;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}
/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  height: 60px;
  border-top: none;
  /* box-shadow: 0 1px 12px rgb(0 28 47 / 6%); */
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
  margin-top: 0px;
  padding-left: 10%;
  font-size: 14px;
}

.header01 h1.logo {
  width: 12em;
  display: flex;
}

.header01 h1 img {
  width: 100%;
  margin-top: 0;
}

.nav a {
  border-right: none;
  color: #1c1c1c;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -11px;
  top: 0.9em;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left;
}

.accordion-title.open:after {
  transform: rotate(90deg);
  top: 0.9em;
}

.dropdown-menu li a {
  background: unset;
  text-align: left;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: fit-content;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  /* overflow-y: auto; */
  background: #fefefe;
  width: 250px;
  padding-bottom: 61px;
}

nav .dropdown-menu.con {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .nav_01 > li > a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.2em 0.8em 0.2em 0.8em;
  font-weight: normal;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

nav .dropdown-menu .accordion-title,
nav .dropdown-menu .dropdown-menu li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
}

nav .dropdown-menu .dropdown-menu li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

nav .dropdown-menu .dropdown-menu li a {
  color: #fefefe;
}

nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

nav .center a {
  color: #3c3c3c;
}

.dropdown-menu li {
  /* padding: 5px 20px; */
  /* border-bottom: 1px solid #949292; */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: #01a577;
  border-radius: 0 0 15px 0;
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 21px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 35px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #01a477c7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
  display: flex;
  flex-flow: column;
  /* justify-content: flex-end; */
}

.nav-open nav > div {
  display: flex;
  flex-flow: column-reverse;
}

.nav_01 {
  flex-direction: column;
  padding: 0% 4% 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
  width: 100% !important;
  display: block !important;
  /* position: relative; */
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.2em 0.8em 0.2em 0.8em;
  color: #353535;
  cursor: pointer;
  font-size: 15px;
  border-radius: 0;
  font-weight: bold;
}

.nav_03 > ul > li.dropdown-toggle-box > a {
  background: url(../img/h_icon01.svg) no-repeat left 30% top 50% / 1.5em,
    #01a477;
  height: auto;
  color: #fff;
  padding: 5% !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #006fbd;
}

.nav_03 > ul > li:nth-child(2) a {
  background: url(../img/h_icon02.svg) no-repeat left 16% top 50% / 1.7em,
    linear-gradient(158deg, #f6c028, #fa672e);
  margin-top: 5%;
  width: 62%;
  border-radius: 0;
  height: auto;
  padding: 2%;
  padding-left: 8%;
  font-size: 1.5rem;
  border-radius: 50em;
  margin-left: auto;
  margin-right: auto;
}

nav .dropdown-menu {
  background: #eefffa;
  padding: 7px 3%;
}

nav .dropdown-menu > p {
  color: #ffffff;
  text-align: center;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(to right, #f9bd00, #f2e400);
  width: calc(100% + 13%);
  transform: translate(-6%, 0px);
  margin-bottom: 10px;
}

nav ul.dropdown-menu li a {
  padding: 0 0 4px !important;
  font-weight: 500;
  border-bottom: none !important;
  font-weight: 500 !important;
  color: #01a477 !important;
}

/* nav .dropdown-menu li:nth-child(odd) {
  width: 9.5em;
} */

nav .dropdown-menu li:nth-child(2n) {
  /* width: 11em; */
}
nav .dropdown-menu .h_btn a {
  margin: 9px auto 0;
  text-align: center;
  width: 155px;
}
nav .dropdown-menu p span {
  background: url(../img/mv_icon01.svg) no-repeat center left / 1.4em;
  padding-left: 1.75em;
  color: #0c0419;
}
nav .telArea {
  width: 90%;
  margin: auto;
}

nav .telArea a {
  padding-bottom: 10px;
}

nav .tel {
  font-size: 3.2rem;
  color: #1c1c1c;
  font-weight: 500;
  width: 237px;
  margin: 0 auto 7px;
}

nav .h_btn {
  padding: 0;
}

nav .h_btn > a {
  color: #fff !important;
  background: url(../img/h_contact.svg) no-repeat left 2em center/1.3em,
    linear-gradient(to right, #120060, #0339e5) !important;
  /* border-radius: 1.5em; */
  width: 231px;
  /* padding: 7px 5px 5px 2em; */
  /* font-weight: 500 !important; */
  margin: auto;
}

.c_prevArea {
  font-size: 12px;
}

.c_prevArea li a {
  margin: 0px 3px;
}

.c_table_01 th,
.c_table_01 td {
  display: block;
}

.c_table_01 th {
  font-weight: bold;
  border-bottom: 3px solid #01a477;
  padding: 16px 15px;
  font-weight: 500;
  width: 100%;
  word-break: break-all;
  color: #01a477;
}
.c_table_01 td {
  border-bottom: 1px solid #e8e9d2;
  padding: 16px 21px;
  word-break: break-all;
}

.c_table_01 tr:nth-last-of-type(1) td {
  border: none;
}

.c_table_01 table,
#work07 th {
  width: 100%;
}

#work07 td {
  font-size: 2rem;
}

.sp_column01 {
  display: block;
}

.sp_column01 > * {
  width: 100% !important;
  float: inherit !important;
  margin-right: 0 !important;
}
.img_r img {
  margin-bottom: 10px;
}
.popup-inner {
  padding: 30px 20px;
  width: 90%;
}

.mv h2 {
  font-size: 2.4rem;
}

.mv .mv_txt p {
  font-size: 1.4rem;
}

.mv .mv_txt {
  top: calc(35% - 5em);
}

.mv .mv_news {
  margin-left: 5%;
  display: block;
  bottom: calc(-3.5em - 11px);
}

.mv .mv_news p:nth-child(2) {
  position: absolute;
  top: 15px;
  left: 5.5em;
}

.mv .mv_txt a {
  width: 35%;
  margin: 5% auto 0;
}

.home01 {
  padding-top: 4% !important;
  padding-bottom: 9% !important;
}

.home01 ul {
  /* display: block; */
  flex-direction: column;
  gap: 10px !important;
}

.home01 li {
  width: 90%;
  margin: auto;
}

.home01 li:not(:last-child):before {
  right: 0;
  left: 0;
  margin: auto;
  top: initial;
  bottom: -53px;
  width: 34px;
  height: 34px;
}

/* .home01 li:not(:last-child) {
  margin-bottom: 66px;
} */

.home_news > div div:nth-child(1) {
  margin-right: 0;
  margin-bottom: 2px;
}
.home_news > div div:nth-child(1) h2 {
  text-align: center;
}

.home_news > div {
  min-width: unset;
  width: 90% !important;
  flex-direction: column;
  margin-top: 3%;
  background-size: 2em;
  padding: 8%;
  background: url(../img/mv_news_bg.svg) no-repeat bottom 14px left,
    url(../img/mv_news_bg02.svg) no-repeat bottom 14px right;
  background-size: 1.2em;
  padding-bottom: 0;
}

.home01 > div {
  left: 0;
}

.home01 .u_01 li a {
  width: 100%;
}

.home01 li img {
  width: 73%;
}

.home01 .cl6_4 {
  display: flex !important;
  flex-direction: column-reverse;
}

.btn01_LL {
  min-width: 250px;
}

.home02 > div {
  border-radius: 13rem;
  padding: 6%;
}

.home02 > div img {
  width: 100%;
}

.home02 .h2Tit:after {
  width: 6.5em;
  height: 5em;
  right: -11%;
  bottom: 100%;
}

.home02 .h2Tit:before {
  width: 4em;
  height: 4.5em;
  left: -12%;
  top: -160%;
}

.home02 > div:before {
  width: 8em;
  height: 8.5em;
  right: -3%;
  bottom: -14%;
}

.home03 {
  margin-top: 7%;
  padding-bottom: 0 !important;
  background: linear-gradient(180deg, #f6c02800 40%, #ffffff 30%);
}

.home03 .img p {
  position: absolute;
  bottom: -8%;
  left: 25%;
  transform: translate(-50%, -50%) !important;
}

.home03 > div.slider {
  padding: 8% 5% 5%;
  margin-bottom: 0 !important;
}

.home03 h2 {
  margin-top: 7%;
}

.home03 h2:before {
  top: 0;
  right: -45px;
}

.home03 a:before {
  width: 15%;
  height: 20%;
  right: -5%;
  bottom: 41%;
  transform: translate(-50%, -50%);
}

.home04 ul li a {
  font-size: clamp(1.6rem, 0.9rem + 1.2vw, 2.2rem);
}

.home04 ul {
  display: block;
}

.home04 li {
  width: 100%;
  margin-bottom: 10px;
}

.footer02 {
  text-align: center;
  padding: 20% 0 3%;
  margin-top: 0;
}

/* .nav .nav_02 > li > a {
  padding: 11px 20px;
  background: #0059af;
} */

.nav_02 > li:nth-child(1) {
  position: absolute;
  width: 100%;
  bottom: -24px;
}

.nav_02 {
  position: relative;
  align-items: unset;
  flex-direction: column;
  padding: 0 4% 5%;
}

.nav_02 > li:nth-child(1) img {
  filter: brightness(0.2);
  width: 150px;
  margin: auto;
}

.nav .nav_02 > li:nth-child(2) > a,
.nav .nav_02 > li:nth-child(1) > a {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.2em 0.8em 0.2em 0.8em;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
  border-radius: 0;
}

.nav_03 > ul {
  flex-direction: column;
  margin-top: 12%;
}

.nav_03 > ul li {
  width: 100%;
}

.nav .nav_02 > li:nth-child(3) > a {
  display: block;
  width: 69%;
  margin-top: 119%;
  border-left: none;
  position: absolute;
  padding-left: 0;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}

#strength .home01 {
  padding-top: 13% !important;
}

#strength .home01 li:not(:last-child):before {
}

#esg .u_tit .sdgsBox {
  margin-bottom: 8%;
}

#esg h2.c_tit02.mB40 {
  margin-bottom: 4.5% !important;
}

.anchorlinkBox {
  flex-direction: column;
}

.anchorlinkBox li {
  width: 100% !important;
}

.bg_blue.inner_1100 {
  padding: 20px 20px;
}
#voice01 > div {
  padding-bottom: 0% !important;
}

#support02 .u_01,
#support02 .u_03 {
  display: block;
}

#support02 .u_01 li,
#support02 .u_03 li {
  width: 100%;
  margin-bottom: 10px;
}

#voice .anchorlinkBox li,
#support .anchorlinkBox li {
  margin: 0 6px;
}
.bg_w {
  background: #fff;
  border-radius: 1em;
  padding: 20px 20px;
}

.footer .f_contact ul {
  gap: 0;
  flex-direction: column;
}

.footer .f_contact li {
  width: 100%;
}

.footer > div {
  display: block;
  padding: 6%;
  width: 80%;
}

.footer .f_taiou a {
  font-size: 1.9rem;
  width: 100%;
}

footer {
  background: url(../img/f_bg.svg) no-repeat top 100px center / cover;
}

.footer a {
  font-size: 2.4rem;
  margin-top: 5%;
  width: 100%;
  display: inline-block;
  align-content: center;
}

.footer .f_contact {
  width: 100%;
  border-radius: 1em;
  margin-bottom: 14px;
  /* padding: 20px 34px 26px; */
  padding: 0;
  margin-top: 0;
}

.footer .f_taiou {
  /* padding: 20px 34px 26px; */
  border-radius: 1em;
  padding: 0;
}

.f_taiou ul li {
}

.f_taiou ul {
  font-size: 15px;
}

.f_logo > div {
  display: block;
  margin: auto;
  text-align: center;
}

.f_logo > div img {
  margin: auto;
  margin-bottom: 10px;
}

.footer02 a {
  text-align: center;
  display: flex;
  margin: auto;
  justify-content: center;
}

.mv_inpage {
  height: clamp(135px, 22vw, 200px);
}

.mv_inpage h2 {
  padding-top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  font-size: 2.4rem;
}

ul.pankuzu {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%;
}

#esg02 > div {
  padding-top: 0% !important;
}

.h2Tit,
.h2Tit_border {
  font-size: 1.8rem;
}

.marker {
  font-size: 120%;
}

#work01 > div {
  padding-bottom: 0 !important;
}

#work02 .cl7_3,
#work07 .cl7_3,
#work06 .cl7_3,
#work05 .cl7_3,
#work04 .cl7_3 {
  display: flex;
  flex-direction: column-reverse;
}

#work02 .u_02 li {
  width: 100%;
  margin-bottom: 2%;
}

#work02 .u_02 li:last-child {
  justify-content: right;
  padding: 0;
}

#work05 .u_02 {
  flex-wrap: wrap;
}

#work05 .u_02 li {
  width: 48%;
}

#work07 {
  margin-bottom: 8% !important;
}

.tab-area {
  flex-wrap: wrap;
}

.tab-area .tab {
  height: 50px;
  width: 48%;
  border-radius: 1em;
  margin-bottom: 2%;
}

.content-area {
  padding: 5%;
}

#strength .cl7_3 {
  flex-direction: column-reverse;
  display: flex;
}

#strength01 ul {
  gap: 3%;
  flex-wrap: wrap;
}
#strength01 li {
  height: auto;
  width: 48% !important;
}
#strength01 a {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

#strength03 .u_01,
#strength04 .u_01,
#work05 .u_01 {
  width: 100%;
  padding: 4%;
  gap: 2%;
}

#strength04 .u_01 p {
  width: 50%;
  text-align: center;
}

#strength03 .u_01 p,
#work05 .u_01 p {
  padding-right: 2%;
  width: 100%;
}

#esg .inner_700 {
  width: 100%;
}

#company01 ul {
  padding: 7% 7% 7% 15%;
  border-radius: 3em;
  gap: 10px;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 140%;
}
#company01 ul li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}

#company03 th {
  background: linear-gradient(158deg, #f6c028, #fa672e) !important;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

#company03 td {
  background: #fff !important;
}
#company03 .c_table_01 table {
  border-radius: 0.5em;
  overflow: hidden;
}

#recruit01 {
  background: url(../img/recruit01_photo01.jpg) no-repeat top 9% right / 48%,
    linear-gradient(158deg, #f6c028, #fa5d2e, #fa672e);
}

#recruit01 > div > p,
#recruit01 > div > h2 {
  width: 50%;
}

#recruit03 .u_01,
#recruit04 .u_01 {
  flex-direction: column;
}

#recruit03 .u_01 li,
#recruit04 .u_01 li {
  margin-bottom: 3%;
}

#recruit03 .u_01 li a {
  padding: 1em 3em;
  padding-left: 8em;
  height: 8.5em;
  place-content: center;
}
#faq01 .o_02 {
  padding: 6%;
  border-radius: 1.5em;
}

#voice .bg_w02 {
  padding: 4%;
}

#voice .u_imgArea {
  padding-left: 6%;
}

.c_tit02 {
  font-size: clamp(1.7rem, 0.9rem + 2vw, 2.5rem);
}

#voice02 .h2Tit,
#voice03 .h2Tit {
  font-size: 1.6rem;
}

#support02 .cl7_3:nth-of-type(2) {
  flex-direction: column-reverse;
  display: flex;
}

#support03 .bg_w02 {
  padding: 8% 4% 4%;
}

#support03 ul li {
  width: 32%;
  padding: 3%;
  margin-bottom: 2%;
  aspect-ratio: 1;
  place-content: center;
  line-height: 120%;
}

#step .u_Instagram {
  background: url(../img/Instagram.svg) no-repeat center left 1.5em / 2.5em,
    url(../img/Instagram_arrow.svg) no-repeat center right 1em / 2em,
    url(../img/Instagram_bg.jpg) no-repeat center / cover;
  padding: 1em 3.7em 1em 5em;
}

#step02 .c_tit {
  font-size: clamp(1.4rem, 0.9rem + 1vw, 2rem);
}

#step .bg_w02 {
  padding: 8% 4%;
  width: 100%;
}

.bg_w02_tit {
  font-size: clamp(1.8rem, 0.9rem + 2.5vw, 3.7rem);
}

#step05 ul p.lh140 {
  text-align: left;
  margin-top: 5%;
}

#step05 ul li {
  width: 32.5%;
  padding: 0.5em 0.3em 9em;
}

#step05 ul li:nth-of-type(1) p.c_tit {
  margin-bottom: 1.25em !important;
}

#contact .bg_w02 {
  padding: 8% 4%;
}

#contact .c_table_01 td,
#contact .c_table_01 th {
  padding: 4% 0;
  width: 90%;
}

#contact .btn02 a {
  font-size: 1.3rem;
}

.home_news > div div:nth-child(2) {
  line-height: 120%;
}

.home_news > div div:nth-child(2) li {
  display: block;
}

.home03 .img {
  padding-top: 45%;
}

.f_nav {
  display: none;
}

#company06 ul li {
  width: 100%;
}

#company04 th {
  padding-bottom: 0;
  border: none;
}

#company04 td {
  padding-top: 0;
}

.home_news ul{
    min-height: 7em;}
.bg_w02 {
    padding: 16px;
}
.mv {
    background: url(../img/mv.jpg) no-repeat center right -15vw;
    max-height: 74vw;
background-size: 147vw;
}