body {
  margin: 0;
  padding: 0;
  line-height: 2rem;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
}

p, table, dl, ul, ol, hr,
h1, h2, h3, h4, h5, h6 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

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

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.tofh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w1px {
  width: 1px;
}

.w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wsnr {
  white-space: nowrap;
}

.hdn {
  display: none;
}

.hide_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.inner_w,
.inner {
  max-width: 1200px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  padding: 0 30px;
}

#content_wrapper .inner_w,
#content_wrapper .inner {
  max-width: 820px;
}

.content {
  margin-bottom: 300px;
  overflow: hidden;
}

.nav ul {
  list-style: none;
  padding: 0;
}
.nav ul a {
  text-decoration: none;
  color: inherit;
}

.color_t {
  color: #4aadc0;
}

.lnkbtn {
  background: #00ada9;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 60px;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  padding: 0 60px;
  border: none;
  border-radius: 30px;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.lnkbtn::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.mark {
  border-left: 6px solid #4aadc0;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
}

#mv img {
  width: 100%;
}
#mv.common {
  margin-bottom: 100px;
}

#content_wrapper {
  background-size: 100%;
  background-repeat: no-repeat;
}

body {
  margin-top: 70px;
}

#header_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#footer_wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #fff;
}

#header_wrapper {
  background: #fff;
  height: 70px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#header .hdr {
  font-size: 22px;
  line-height: 70px;
  color: #363636;
  margin: 0;
}
#header .hdr a {
  text-decoration: none;
  color: inherit;
}
#header .nav .current {
  color: #00ada9;
}

#footer .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 60px 0;
}

body.web #mv,
body.tourism #mv {
  background: #f2fbfb;
}

body.index #content_wrapper {
  background-position: center 600px;
}

body.web #content_wrapper,
body.tourism #content_wrapper {
  background-position: center top;
}

#company .hdr {
  margin-bottom: 80px;
}

#recruit .hdr {
  margin-bottom: 60px;
}
#recruit .txt {
  margin-bottom: 60px;
}
#recruit .box {
  margin-bottom: 150px;
}
#recruit .box:last-child {
  margin-bottom: 0;
}

#policy .hdr {
  margin-bottom: 60px;
}
#policy .box {
  margin-bottom: 60px;
}

#column_pager {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 30px;
}
#column_pager a {
  text-decoration: none;
  color: inherit;
}

#column .ttl {
  font-size: 30px;
  line-height: 40px;
}
#column .subhdr2 {
  font-size: 18px;
}
#column .txt {
  margin-bottom: 60px;
}
#column .box {
  margin-bottom: 120px;
}

/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=reset],
input[type=text] {
  padding: 10px;
  font-size: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

input[type=reset] {
  padding: 5px 15px;
  font-size: 1rem;
}

/***** color *****/
.red {
  color: #ff0000;
}

.green {
  color: #008000;
}

.blue {
  color: #0000ff;
}

.cyan {
  color: #00ffff;
}

.magenta {
  color: #ff00ff;
}

.yellow {
  color: #ffff00;
}