@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*　共有　*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4vw;
	  line-height:6vw;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.df_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .df_sp {
    display: block;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.container {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.page{
	margin-top:60px;
}
.page.privacy{
	margin-top:0;
}

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

.page .main_view {
  background-image: url(images/recruit/sample07.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 35vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page .main_view {
    margin-bottom: 40px;
    height: 50vw;
  }
}

.page .main_view::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page .main_view h1 {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 38px;
  text-shadow: 0px 0px 15px #000;
}

.page .main_view h1 .furigana {
  display: block;
  font-size: 26px;
  margin-top: 20px;
}

.page .sp_page_title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}

.page .sp_page_title .furigana {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

.page .section_title {
  font-size: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page .section_title {
    font-size: 20px;
  }
}


@media screen and (max-width: 599px) {
	.page .main_view h1 {
		font-size: 7vw;
		line-height: 7vw;
	}
	.page .main_view h1 .furigana{
		font-size:5.5vw;
		line-height:7.5vw;
	}
}

.page .section_title .sub_title {
  font-size: 13px;
  margin-top: 8px;
}

.table_1 tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #f0f0f0;
}

.table_1 tr th {
  width: 25%;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  border-top: 2px solid #009944;
  padding: 15px 0;
  text-align: left;
}

.table_1 tr td {
  padding: 15px 0 15px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}

.table_1 tr td p {
  margin-bottom: 15px;
}

.table_1 tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.pd60 {
  padding-bottom: 60px;
}

/*　TOPのアニメーション　*/
svg {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

svg .rotated {
  -webkit-transform: rotate(-10deg) scale(1.5);
          transform: rotate(-10deg) scale(1.5);
  -webkit-transform-origin: 400px 700px 0;
          transform-origin: 400px 700px 0;
}

@media screen and (max-width: 767px) {
  svg .rotated {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

@media screen and (max-width: 767px) {
  svg #wave1 {
    -webkit-transform: rotate(-18deg) scale(2);
            transform: rotate(-18deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

@media screen and (max-width: 767px) {
  svg #wave2 {
    -webkit-transform: rotate(-28deg) scale(2);
            transform: rotate(-28deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

@media screen and (max-width: 767px) {
  svg #wave3 {
    -webkit-transform: rotate(-20deg) scale(2);
            transform: rotate(-20deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

@media screen and (max-width: 767px) {
  svg #wave4 {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

@media screen and (max-width: 767px) {
  svg #wave5 {
    -webkit-transform: rotate(-10deg) scale(2);
            transform: rotate(-10deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

/*　ヘッダー　*/
header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

header nav {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  header nav .logo {
    text-align: center;
  }
}

header nav .logo a {
  font-size: 25px;
  font-weight: bold;
  margin-left: 30px;
}

header nav .logo a br {
  display: none;
}

@media screen and (max-width: 960px) {
  header nav .logo a br {
    display: inline;
  }
}

@media screen and (max-width: 800px) {
  header nav .logo a br {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  header nav .logo a {
    font-size: 16px;
    margin-left: 20px;
  }
}

header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 800px) {
  header nav ul {
    display: none;
    height: 850px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    z-index: 980;
  }
}

header nav ul li {
  text-align: center;
}

@media screen and (max-width: 800px) {
  header nav ul li {
    padding: 10px 10px 0 10px;
    text-align: left;
  }
}

header nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 12px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media screen and (max-width: 800px) {
  header nav ul li a {
    display: block;
    background: transparent;
    margin: 0px;
    padding: 20px;
  }
}

header nav ul li a:hover {
  color: #c0c0c0;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media screen and (max-width: 800px) {
  header nav ul li a:hover {
    color: #000;
    background: #fff;
  }
}

header nav ul li br {
  display: none;
}

@media screen and (max-width: 1280px) {
  header nav ul li br {
    display: inline;
  }
}

@media screen and (max-width: 800px) {
  header nav ul li br {
    display: none;
  }
}

header nav ul li .title {
  display: none;
}

@media screen and (max-width: 800px) {
  header nav ul li .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
}

header nav ul li .furigana {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  header nav ul li .furigana {
    line-height: 1.3;
  }
}

@media screen and (max-width: 800px) {
  header nav ul li .furigana {
    line-height: 1.8;
    font-size: 12px;
    margin-top: 5px;
  }
}

header nav ul li .entry {
  color: #fff;
  padding: 20px;
  background: #009944;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  header nav ul li .entry {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: #fff;
    margin-left: 0;
  }
}

header nav ul li:nth-child(7) {
  margin-top: 30px;
}

header nav ul li:nth-child(8),
header nav ul li:nth-child(9) {
  margin-top: 15px;
}

header nav ul li:last-child {
  margin-left: 18px;
}

@media screen and (max-width: 800px) {
  header nav ul li:last-child {
    margin-left: 0;
  }
}

header nav ul .sub_menu {
  display: none;
  height: 12px;
}

@media screen and (max-width: 800px) {
  header nav ul .sub_menu {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  header nav ul .sub_menu:last-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  header nav ul .sub_menu a {
    padding: 5px 20px;
    height: auto;
  }
}

header nav ul .sub_menu .text_ja {
  display: none;
}

@media screen and (max-width: 800px) {
  header nav ul .sub_menu .text_ja {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
}

header nav .nav__icon {
  display: none;
  width: 36px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 800px) {
  header nav .nav__icon {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 900;
  }
}

header nav .nav__icon span {
  display: none;
  background: #000;
  position: absolute;
  left: 0;
  width: 70%;
  height: 2px;
  border-radius: 4px;
}

header nav .nav__icon span:nth-of-type(1) {
  top: 0;
}

header nav .nav__icon span:nth-of-type(2) {
  top: 9px;
}

header nav .nav__icon span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 800px) {
  header nav .nav__icon span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 900;
  }
}

header nav .nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

header nav .nav__icon.active span:nth-of-type(2) {
  display: none;
}

header nav .nav__icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/*　固定フッター　*/
.kotei-footer{
	background:url(images/kotei-footer-bg.jpg) no-repeat;
	background-size:cover;
	padding:50px 0;
	margin-top:30px;
	background-position-y:bottom;
	z-index:10;
}
.kotei-footer .container{
	display:flex;
	text-align:center;
	justify-content:space-between;
}
.kotei-footer .container .job-desc{
	width:49.5%;
}
.kotei-footer .container .apply{
	width:49.5%;
}
.kotei-footer .container .en{
	display:block;
	padding-bottom:20px;
	font-size:20px;
	font-weight:600;
	color: #009944;
}
.kotei-footer .container a{
	padding:60px 0;
	background:rgba(255,255,255,.8);
	display:block;
	position:relative;
}
/*
.kotei-footer .ja{
	display:flex;
	justify-content:center;
	
}
.kotei-footer .ja::after {
  content: '';
  width: 50px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
margin-left:30px;
}*/

.kotei-footer .container a:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    background: #2F9944;
}

/*　フッター　*/
footer {
  margin-top: auto;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
	  padding-bottom:200px;
  }
	.kotei-footer{
		position:fixed;
		bottom:0;
		width:100%;
		padding:2vw 0;
	}
	.kotei-footer .container{
		padding:2vw;
	}

	.kotei-footer .container a {
    	padding: 2vw 0;
	}
	.kotei-footer .container .en{
		font-size:4vw;
		padding-bottom:2vw;
	}
	.kotei-footer .container .ja{
		font-size:3.5vw;
	}
	.color-change-list{
		bottom:170px;
	}
}

footer .inner {
  position: relative;
  padding: 0 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  footer .inner {
    padding: 0 25px;
    display: block;
  }
}

footer .inner .content_left .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 11px;
}

footer .inner .content_left .license {
  font-size: 10px;
  color: #646464;
  line-height: 1.50001;
}

footer .inner .content_right {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  footer .inner .content_right {
    padding-top: 17px;
  }
}

footer .inner .content_right .content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .inner .content_right .content_list {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

footer .inner .content_right .content_list li {
  position: relative;
}

footer .inner .content_right .content_list li a {
  font-size: 10px;
  color: #646464;
  padding: 0 12px;
  line-height: 1.5;
}

footer .inner .content_right .content_list li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #646464;
  top: 5px;
  right: 0;
}

footer .inner .content_right .content_list li:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #646464;
  top: 5px;
  left: 0;
}

footer .inner .content_right .copyright {
  text-align: right;
  font-size: 10px;
  color: #646464;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  footer .inner .content_right .copyright {
    text-align: left;
  }
}

/*　TOP　*/
.top .main_view {
  position: relative;
  height: 100vh;
  background-image: url(images/recruit/sample07.jpg) !important;
  overflow: hidden;
}

.top .main_view .content_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.top .main_view .content_box .title {
  position: absolute;
  top: 26.04167vh;
  left: 7.4vw;
  line-height: initial;
  color: #fff;
}

.top .main_view .content_box .title h2 {
  font-size: 100px;
}
@media screen and (max-width: 1400px) {
  .top .main_view .content_box .title h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top .main_view .content_box .title h2 {
    font-size: 7vw;
    margin-bottom: 20px;
  }
}

.top .main_view .content_box .title h1 {
  font-size: 40px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .top .main_view .content_box .title h1 {
    font-size: 20px;
  }
}

.top .main_view .content_box .title p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .top .main_view .content_box .title p {
    font-size: 10px;
  }
}

.top .main_view .scroll {
  position: absolute;
  bottom: 0;
  left: calc(7.4vw - 20px);
  z-index: 10;
  height: 60px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top .main_view .scroll {
    left: 7.4vw;
  }
}

.top .main_view .scroll .bar {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-animation: sdl 2s ease 0ms infinite;
          animation: sdl 2s ease 0ms infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

.top .main_view .scroll p {
  padding-top: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .top .main_view .scroll p {
    font-size: 10px;
  }
}

.top .news_area {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .top .news_area .news_content {
    display: block;
  }
}

.top .news_area .news_content .post_title {
  text-align: center;
  letter-spacing: 0.1em;
  color: #00552e;
	line-height:1.5;
}

.top .content_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top .content_menu ul li {
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  .top .content_menu ul li {
    width: 100%;
  }
}

.top .content_menu ul li a {
  display: block;
  position: relative;
  height: 100%;
}

.top .content_menu ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top .content_menu ul li a:hover::after {
  background: rgba(0, 0, 0, 0);
}

.top .content_menu ul li a .img_box {
  overflow: hidden;
  line-height: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top .content_menu ul li a .img_box {
    height: 280px;
  }
}

.top .content_menu ul li a .img_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .content_menu ul li a .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 10;
}

.top .content_menu ul li a .text_box h2 {
  text-align: center;
  display: block;
  font-size: 30px;
  text-shadow: 0px 0px 15px #000;
}

@media screen and (max-width: 767px) {
  .top .content_menu ul li a .text_box h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

.top .content_menu ul li a .text_box h2 .furigana {
  display: block;
  font-size: 14px;
  line-height: 3.65;
  font-weight: 700;
  border-top: 30px;
}

.top .content_menu ul li a:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*　採用メッセージ　*/
.page.message .main_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100vh;
  background-image: none !important;
  background-color: #007c43;
  overflow: hidden;
  margin-bottom: 0;
}

.page.message .ceo-pic{
    position: absolute;
    z-index: 10;
    left: 6%;
}

@media screen and (max-width: 1040px) {
	.page.message .ceo-pic{
		left:1%;
	}
}

@media screen and (max-width: 900px) {
  .page.message .main_view {
    height: auto;
    display: block;
  }
}

.page.message .main_view .text_box {
  position: absolute;
  width: 50vw;
  margin-right: 6%;
  max-width: 760px;
  line-height: 2;
  color: #fff;
  z-index: 10;
}

@media screen and (max-width: 900px) {
	.page.message .main_view .text_box {
		width: 100%;
		padding: 60px 30px;
		margin: 0;
		font-size: 13px;
		position: relative;
		line-height: 1.75;
	}
	.page.message .ceo-pic{
		position:relative;
		left:0;
		padding:60px 30px 0 30px;
	}
	.page.message .ceo-pic img{
		max-width:100%;
	}
}

.page.message .main_view .text_box p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .page.message .main_view .text_box p {
    font-size: 15px;
  }
}

.page.message .main_view .text_box p.big {
  font-size: 80px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .page.message .main_view .text_box p.big {
    font-size: 35px;
    margin-top: 20px !important;
  }
}

.page.message .main_view .text_box p:not(:first-child) {
  margin-top: 10px;
}

/*　宮崎経営グループについて　*/
.page.about_us .main_view {
  background-image: url(images/recruit/about_us.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -200px center;
  margin-bottom: 0;
}

@media screen and (min-width: 2560px) {
  .page.about_us .main_view {
    background-position: top -350px center;
  }
}

@media screen and (max-width: 1440px) {
  .page.about_us .main_view {
    background-position: top -100px center;
  }
}

@media screen and (max-width: 1024px) {
  .page.about_us .main_view {
    background-position: top center;
  }
}


@media screen and (max-width: 767px) {
  .page.about_us .main_view {
    margin-bottom: 40px;
  }
}

.page.about_us .navigation {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .page.about_us .navigation {
    display: none;
  }
}

.page.about_us .navigation .navi_box {
  padding: 50px 0;
}

.page.about_us .navigation .navi_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page.about_us .navigation .navi_box ul li a {
  font-size: 12px;
  color: #c8c8c8;
  padding: 0 3em;
}

.page.about_us .over_view .table_box {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .page.about_us .over_view .table_box {
    padding-top: 20px;
  }
}

.page.about_us .over_view .table_box .over_view_text {
  margin-top: 20px;
  line-height: 1.8;
}

.page.about_us .over_view .table_box .mail_address_img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page.about_us .over_view .table_box .mail_address_img {
    max-width: 195px;
  }
}

.page.about_us .about_box {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .page.about_us .about_box {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.page.about_us .about_box p {
  line-height: 1.8;
}

.page.about_us .vision .about_box {
  padding-bottom: 0;
}

.page.about_us .mission p:not(:first-child),
.page.about_us .vision p:not(:first-child) {
  margin-bottom: 20px;
}

.page.about_us .know h3 {
  margin-top: 40px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .page.about_us .know h3 {
    font-size: 15px;
  }
}

.page.about_us .know p {
  margin-top: 20px;
}

.page.about_us .know .sub_title {
  margin-top: 8px;
}

.page.about_us .know ol {
  padding-left: 20px;
  margin-top: 20px;
}

.page.about_us .know ol li {
  line-height: 1.75;
  margin-top: 20px;
}

.page.job_discription .main_view {
  background-image: url(images/recruit/job_discription.jpg) !important;
  background-position: 50% 30%;
}

/*　社員紹介　*/
.page.interview .main_view {
  background-image: url(images/recruit/interview.jpg) !important;
  background-position: 50% 10%;
}

.page.interview .container {
	max-width: 900px;
	display:flex;
	margin-left:auto;
	margin-right:auto;
	justify-content:space-between;
}

.page.interview .interview_information .name {
	line-height: 1.75;
	width:30%;
	border-right:solid 1px #009944;
}
.page.interview .interview_information .introduce {
	line-height: 1.75;
	width:65%;
}

.page.interview .interview_information .df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page.interview .interview_information .df .post_content {
  width: 30%;
  margin: 0 20px 50px;
}

@media screen and (max-width: 767px) {
  .page.interview .interview_information .df .post_content {
    width: 100%;
    margin: 0 0 30px;
  }
}

.page.interview .interview_information .df .post_content .img_box {
  height: 345px;
  overflow: hidden;
}

.page.interview .interview_information .df .post_content .img_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.interview .interview_information .df .post_content .text_box {
  position: relative;
  padding: 30px;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .page.interview .interview_information .df .post_content .text_box {
    padding: 25px;
  }
}

.page.interview .interview_information .df .post_content .text_box::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #009944;
  top: 0;
  left: 0;
}

.page.interview .interview_information .df .post_content .text_box p {
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page.interview .interview_information .df .post_content .text_box p {
    line-height: 1.5;
  }
}

.page.interview .interview_information .df .post_content .text_box .when {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page.interview .interview_information .df .post_content .text_box .when {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page.interview .interview_information .df .post_content .text_box .department,
  .page.interview .interview_information .df .post_content .text_box .responsible {
    font-size: 15px;
  }
}

.page.interview .interview_information .df .post_content:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*　募集要項・選考フロー　*/
.recruit .main_view {
  background-image: url(images/recruit/recruit.jpg) !important;
  background-position: 50% 25%;
}

.recruit .container .table_1 th {
  width: 30%;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .recruit .container .table_1 th {
    width: 35%;
  }
}

.recruit .container .table_1 td {
  line-height: 1.8;
  padding: 35px 0 30px 20px;
}

/*　エントリー　*/
.page.entry {
  line-height: 1.4;
}

.page.entry .entry_text {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .page.entry .entry_text {
    text-align: left;
  }
}

.page.entry .entry_small_text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .page.entry .entry_small_text {
    text-align: left;
  }
}

.page.entry .contact_area {
  margin-top: 30px;
  border: 1px solid #989898;
  padding: 50px 50px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area {
    padding: 40px 20px;
  }
}

.page.entry .contact_area h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area h2 {
    font-size: 5.8vw;
  }
}

.page.entry .contact_area h3 {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area h3 {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area h3 {
    font-size: 2.9vw;
  }
}

.page.entry .contact_area h3 span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area h3 span {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area h3 span {
    font-size: 2.4vw;
  }
}

.page.entry .contact_area .hissu {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #e60012;
  padding: 3px 8px 5px;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .hissu {
    margin-left: 20px;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .hissu {
    font-size: 2.9vw;
  }
}

.page.entry .contact_area .p10 {
  padding: 0 10px;
}

.page.entry .contact_area .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.page.entry .contact_area .form_area {
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area {
    margin-top: 10px;
  }
}

.page.entry .contact_area .form_area table {
  width: 100%;
}

.page.entry .contact_area .form_area tr {
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr {
    margin-bottom: 20px;
  }
}

.page.entry .contact_area .form_area tr:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr:last-child {
    margin-bottom: 45px;
  }
}

.page.entry .contact_area .form_area tr th {
  width: 250px;
  min-width: 250px;
  vertical-align: top;
  padding-top: 16px;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr th {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr th {
    padding-top: 0;
  }
}

.page.entry .contact_area .form_area tr th .df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr th .df {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 544px) {
  .page.entry .contact_area .form_area tr th .df {
    margin-bottom: 5px;
  }
}

.page.entry .contact_area .form_area tr th .df p {
  line-height: 2;
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area tr th .df p {
    font-size: 3.85vw;
  }
}

.page.entry .contact_area .form_area tr td > * {
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td > * {
    margin-left: 0;
  }
}

.page.entry .contact_area .form_area tr td .br-sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .page.entry .contact_area .form_area tr td .br-sm {
    display: inline;
  }
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td {
    display: block;
    width: 100%;
  }
}

.page.entry .contact_area .form_area tr td ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.page.entry .contact_area .form_area tr td :-ms-input-placeholder {
  color: #b2b2b2;
}

.page.entry .contact_area .form_area tr td ::-ms-input-placeholder {
  color: #b2b2b2;
}

.page.entry .contact_area .form_area tr td ::placeholder {
  color: #b2b2b2;
}

input[type="text" i] ,
input[type="email" i] {
  font-family: "Noto Sans JP", sans-serif;
  width: 400px;
  border: 1px solid #b2b2b2;
  padding: 9px;
  font-size: 16px;
  line-height: 1.5;
}
select {
  padding: 9px;
	border: 1px solid #b2b2b2;
}

input[type="text" i].zip{
	width:130px;
}
.form-check{
	margin-bottom:20px;
}
.form-check input[type=text]{
  width: 30%;
  max-width: 40px;
}

.submit_button{
	text-align:center;	
}

@media screen and (max-width: 1000px) {
  input[type="text" i] ,input[type="email" i] {
    width: 100%;
    padding: 5px;
  }
}

.page.entry .contact_area .form_area tr td .form_option1 {
  width: 250px;
}

.page.entry .contact_area .form_area tr td .form_option2 {
  width: 130px;
}

.page.entry .contact_area .form_area tr td .form_option3 {
  width: 250px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td .form_option3 {
    width: 100px;
  }
}

.page.entry .contact_area .form_area tr td .mf_30 {
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td .mf_30 {
    margin-left: 0;
  }
}

.page.entry .contact_area .form_area tr td textarea {
  min-width: 400px;
  max-width: 400px;
  min-height: 260px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
  }
}

.page.entry .contact_area .form_area tr td .df {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area tr td .df {
    display: block;
  }
  .page.entry .contact_area .form_area tr td .df > :not(:first-of-type) {
    margin-top: 5px;
  }
}

.page.entry .contact_area .form_area tr td .child_title {
  width: 100px;
}

.page.entry .contact_area .form_area tr td .df_sp._yourname {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .page.entry .contact_area .form_area tr td .df_sp._yourname > :not(:first-of-type) {
    margin-top: 10px;
  }
}

.page.entry .contact_area .form_area tr td .addinfo {
  color: #646464;
  font-size: .8em;
}

@media screen and (max-width: 768px) {
  .page.entry .contact_area .form_area tr td .addinfo {
    font-size: 1em;
  }
}

.page.entry .contact_area .form_area tr .form_radio {
  padding-top: 10px;
}

.page.entry .contact_area .form_area .check_privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .check_privacy {
    display: block;
    margin-bottom: 40px;
  }
}

.page.entry .contact_area .form_area .check_privacy .df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page.entry .contact_area .form_area .check_privacy .df .check_title {
  font-size: 16px;
  margin-right: 20px;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .check_privacy .df .check_title {
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .check_privacy .df .check_title {
    font-size: 3.85vw;
  }
}

.page.entry .contact_area .form_area .check_privacy .check_box {
  margin-left: 55px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .check_privacy .check_box {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .check_privacy .check_box {
    font-size: 3.85vw;
  }
}

.page.entry .contact_area .form_area .check_privacy .check_box .contact_acceptance {
  vertical-align: middle;
}

.page.entry .contact_area .form_area .check_privacy .check_box .wpcf7-list-item {
  margin: 0;
}

.page.entry .contact_area .form_area .check_privacy .check_box .wpcf7-list-item label {
  cursor: pointer;
}

.page.entry .contact_area .form_area .check_privacy .check_box .wpcf7-list-item label input[type="checkbox"] {
  width: 19px;
  height: 19px;
  vertical-align: sub;
}

.page.entry .contact_area .form_area .check_privacy .check_box .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: normal;
}

.page.entry .contact_area .form_area .attention {
  margin-bottom: 50px;
}

.page.entry .contact_area .form_area .attention p {
  line-height: 1.7;
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .attention p {
    font-size: 3.3vw;
  }
}

.page.entry .contact_area .form_area .quiz {
  margin-bottom: 50px;
}

.page.entry .contact_area .form_area .quiz label {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .quiz label {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .quiz label span {
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .quiz label span {
    font-size: 3.3vw;
  }
}

.page.entry .contact_area .form_area .quiz label input {
  font-family: "Noto Sans JP", sans-serif;
  width: 100px;
  border: 1px solid #b2b2b2;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .quiz label input {
    font-size: 3.3vw;
  }
}

input[type="submit" i]{
  background: #009944;
  width: 350px;
  padding: 18px 0 22px;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  input[type="submit" i] {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  input[type="submit" i] {
    font-size: 5.3vw;
  }
}

input[type="submit" i]:hover {
	opacity:.8;
	cursor:pointer;
}

input[type="submit" i]:disabled {
  background: #989898;
}

.page.entry .contact_area .form_area .confirm .submit_button {
  width: 350px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .confirm .submit_button {
    width: 100%;
  }
}

.page.entry .contact_area .form_area .confirm .submit_button::after {
  position: absolute;
  content: "";
  background-image: url(images/recruit/arrow_right_white.svg) !important;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  top: 25px;
  right: 20px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .confirm .submit_button::after {
    top: 23px;
  }
}

.page.entry .contact_area .form_area .confirm .submit_button_prev {
  width: 250px;
  margin-bottom: 10px;
}

.page.entry .contact_area .form_area .confirm .submit_button_prev::after {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.page.entry .contact_area .form_area .confirm .submit_button_prev input {
  background: #777;
  width: 250px;
  padding-left: 20px;
}

.page.entry .contact_area .form_area .attention_2 {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .page.entry .contact_area .form_area .attention_2 {
    font-size: 10px;
    margin: -5px;
  }
}

@media screen and (max-width: 375px) {
  .page.entry .contact_area .form_area .attention_2 {
    font-size: 2.4vw;
    margin: -10px;
  }
}

.page.single .main_view {
  background-image: none;
  position: relative;
  height: 100vh;
}

.page.single .main_view div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.page.single .main_view h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page.single .main_view h1 {
    width: 100%;
    padding: 0 30px;
    font-size: 23px;
  }
}

.page.single .blog_area .when {
  margin-bottom: 20px;
  font-weight: bold;
}

.page.single .blog_area .department_area {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page.single .blog_area .department_area {
    display: block;
    font-size: 18px;
  }
}

.page.single .blog_area .department_area .department {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page.single .blog_area .department_area .department {
    margin-right: 0%;
    margin-bottom: 10px;
  }
}

.page.single .blog_area .content_text {
  line-height: 1.7;
}

.page.single .blog_area .content_text h2 {
  margin: 50px 0 30px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .page.single .blog_area .content_text h2 {
    margin: 30px 0 20px;
    font-size: 18px;
  }
}

.page.single .blog_area .content_text img {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .page.single .blog_area .content_text img {
    margin: 30px 0;
  }
}

.page.single .back_btn a {
  display: block;
  width: 250px;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}

.page.single .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .page.single .nav-links {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .page.single .nav-links div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
  }
}

.page.single .nav-links a {
  display: block;
  width: 250px;
  background-color: #009944;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page.single .nav-links a {
    width: 100%;
  }
}

.page.single .nav-links div + div {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .page.single .nav-links div + div {
    margin-left: 30px;
  }
}

/* プライバシーポリシー */
.page.privacy h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #04552E;
}

@media screen and (max-width: 767px) {
  .page.privacy h3 {
    font-size: 14px;
    line-height: 1.75;
  }
}

.page.privacy ol {
  margin: 30px 0 60px;
  padding-left: 20px;
}

.page.privacy ol li {
  line-height: 1.75;
  margin-bottom: 20px;
}

.page.privacy .main_view::after,
.page.entry .main_view::after {
  content: none;
}
/*# sourceMappingURL=style.css.map */