@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
}

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

nav ul {
  list-style: none;
}

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;
}

address {
  font-style: normal;
}

/* 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;
}

/*	preload
---------------------------------*/
/*body:after {
    content: url("../images/") url("");
    display: none;
}*/
#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  /*background-image: url("../images/top/nav_1_in_on.png");
  background-image: url("../images/top/nav_1_on.jpg");
  background-image: url("../images/top/nav_2_in_on.png");
  background-image: url("../images/top/nav_2_on.jpg");*/
}
body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
  min-width: 1180px;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.4vw;
    min-width: 100%;
  }
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 750px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 750px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 750px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 750px) {
  .image_s.bk {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
}

p {
  text-align: justify;
}

.anc {
  margin-top: -109px;
  padding-top: 109px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -16vw;
    padding-top: 16vw;
  }
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

/*	section
---------------------------------*/
#main {
  width: 100%;
}

/*	breads
---------------------------------*/
#breads a:hover {
  text-decoration: underline;
}

/*	pagination
---------------------------------*/
/* wrap */
.pagination {
  text-align: center;
  margin: 60px 0 60px;
}
@media (max-width: 750px) {
  .pagination {
    margin: 5vw 0 5vw;
  }
}

/* heading */
.screen-reader-text {
  display: none;
}

/* wrap */
.nav-links {
  overflow: hidden;
}

/* link */
a.page-numbers {
  background-color: #4D4D4D;
  color: white;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 6px 6px;
}

.nav-links .current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}

.page-numbers.current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}

.nav-links a.next {
  border: none;
}

.nav-links a.prev {
  border: none;
}

/*	display
---------------------------------*/
.pc-block {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

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

.pc-inline {
  display: inline;
}
@media screen and (max-width: 750px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-inline {
    display: inline;
  }
}

.block_p {
  display: block;
}
@media screen and (max-width: 750px) {
  .block_p {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .block_s {
    display: block;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 750px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .inline_s {
    display: inline;
  }
}

#page_404 {
  padding: 100px 0 0;
  /*.lead_404 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.5;
  	margin: 0 0 20px;
  	text-align: center;

  	@media (max-width: $viewport) {
  		font-size: 4.2vw;
  		margin: 0 0 3vw;
  		text-align: left;
  	}
  }*/
}
@media (max-width: 750px) {
  #page_404 {
    width: 88vw;
    margin: 0 auto;
    padding: 20vw 0 20vw;
  }
}
#page_404 .text_404 {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 750px) {
  #page_404 .text_404 {
    text-align: left;
    margin: 0 0 10vw;
  }
}

.btn_top_404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #E6E6E6;
  line-height: 1;
  margin: 0 auto 120px;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .btn_top_404 {
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
    margin: 0 auto 10vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn_top_404 {
    padding: 5px 10px 0 10px;
  }
}
.btn_top_404:hover {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .btn_top_404:hover {
    opacity: 1;
  }
}
.btn_top_404::after {
  content: "▶︎";
  padding: 0 5px 0 0;
}

/*	device
---------------------------------*/
/* Android bugfix ４系 */
/* iOS */
.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

header.normal {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  background: white;
  transition: background 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1180px;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal.fixed {
  background: white;
}
header.normal .logo {
  display: block;
  width: 325px;
  margin: 0 0 0 40px;
}
header.normal #global {
  width: 950px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  padding: 46px 0 0;
}
header.normal #global .btn_arrow.cases {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 46px;
  border-radius: 0 0 0 23px;
}

.global-items {
  display: flex;
  justify-content: flex-end;
  margin: 18px 50px 0 0;
}
.global-items .item {
  position: relative;
  margin: 0 15px;
}
.global-items .item:last-of-type {
  margin: 0 0 0 15px;
}
.global-items .item.list-btn {
  display: flex;
}
.global-items .item.list-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 1px solid;
  border-color: #049943 #049943 transparent transparent;
  transform: rotate(135deg);
  margin: 0 0 0 7px;
  position: relative;
  top: 1px;
}
.global-items .item .parent {
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}
.global-items .item .parent::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  margin: 5px 0 0;
}
.global-items .item .parent:hover::after {
  background: #049943;
}
.global-items .item .sub-panel {
  display: none;
  position: absolute;
  top: 13px;
  left: 0;
  box-sizing: border-box;
  padding: 20px 0 0;
}
.global-items .item .sub-panel::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/common/nav_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 18px;
  opacity: 0.9;
}
.global-items .item .sub-panel .child {
  display: block;
  color: white;
  font-size: 14px;
  transition: color 0.3s;
  background-color: rgba(4, 153, 67, 0.9);
  padding: 8px 20px 8px;
}
.global-items .item .sub-panel .child:first-of-type {
  padding: 16px 20px 8px;
}
.global-items .item .sub-panel .child:last-of-type {
  padding: 8px 20px 16px;
}
.global-items .item .sub-panel .child:hover {
  color: #ffd700;
}
.global-items .item .sub-panel#sub-panel-1 {
  width: 110px;
}
.global-items .item .sub-panel#sub-panel-2 {
  width: 130px;
}
.global-items .item .sub-panel#sub-panel-3 {
  width: 130px;
}
.global-items .item .sub-panel#sub-panel-4 {
  width: 200px;
}
.global-items .item .sub-panel#sub-panel-5 {
  width: 230px;
}

.home #global .global-items li:nth-of-type(1) .parent::after {
  background: #049943;
}

.page-about-us #global .global-items li:nth-of-type(2) .parent::after {
  background: #049943;
}

.page-company #global .global-items li:nth-of-type(3) .parent::after {
  background: #049943;
}

.page-recruit #global .global-items li:nth-of-type(4) .parent::after {
  background: #049943;
}

.page-job #global .global-items li:nth-of-type(5) .parent::after {
  background: #049943;
}

.page-work-style-1 #global .global-items li:nth-of-type(6) .parent::after,
.page-work-style-2 #global .global-items li:nth-of-type(6) .parent::after,
.page-work-style-3 #global .global-items li:nth-of-type(6) .parent::after {
  background: #049943;
}

.page-faq #global .global-items li:nth-of-type(7) .parent::after {
  background: #049943;
}

.nav_drawer {
  display: none;
}
@media (max-width: 750px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 16vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1001;
  }
  .nav_drawer .logo {
    display: block;
    width: 34vw;
    margin: 3vw 0 0 3vw;
  }
  .nav_drawer .cases_s {
    width: 34vw;
    height: 11vw;
    border-radius: 5.5vw;
    position: absolute;
    top: 3vw;
    right: 16vw;
  }
  .nav_drawer .cases_s .in_text {
    font-size: 4vw;
  }
}
.nav_drawer.fixed .inner {
  background: white;
}
.nav_drawer.active .inner {
  background: transparent;
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20vw 0 20vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 14vw;
  height: 16vw;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
  background: #484848;
}
.menu-trigger:before {
  content: "MENU";
  font-size: 2.8vw;
  display: block;
  font-family: "Roboto", sans-serif;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3vw;
  text-align: center;
  transition: all 0.4s;
}

.menu-trigger span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 0.5vw;
  background-color: white;
  border-radius: 1px;
}

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

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

.menu-trigger span:nth-of-type(3) {
  top: 8vw;
}

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

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

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

.nav_s {
  width: 100%;
}
.nav_s .bg_transparent {
  padding: 8vw 6vw 8vw;
}
.nav_s .bg_green {
  padding: 10vw 6vw 8vw;
  background: #dcf1e5;
  position: relative;
  margin: 0 0 3px;
}
.nav_s .bg_green .ttl {
  color: #049943;
  font-family: "Outfit", sans-serif;
  font-size: 7vw;
  font-weight: 600;
  position: absolute;
  top: -3.5vw;
  left: 5.5vw;
}
.nav_s .bg_green .btn_cases_s {
  width: 34vw;
  height: 11vw;
  border-radius: 5.5vw;
}
.nav_s .bg_green .btn_cases_s .in_text {
  font-size: 4vw;
}
.nav_s .box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5vw;
}
.nav_s .box.last {
  margin: 0;
}
.nav_s .box .in_box {
  width: 50%;
}
.nav_s .box .in_box:nth-of-type(even) {
  width: 46%;
}
.nav_s .box .in_box .parent {
  display: flex;
  align-items: center;
  margin: 0 0 3vw;
}
.nav_s .box .in_box .parent .in_text {
  color: #049943;
  font-size: 4vw;
  font-weight: bold;
}
.nav_s .box .in_box .parent::before {
  content: "";
  display: block;
  width: 3.4vw;
  height: 3.4vw;
  background-image: url("../images/common/arrow_green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 2vw 0 0;
}
.nav_s .box .in_box .child {
  display: block;
  font-size: 3.6vw;
  margin: 0 0 3vw;
  white-space: nowrap;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer #global_foot {
  width: 100%;
  background-image: url("../images/common/border_foot.png"), url("../images/common/border_foot.png");
  background-size: 13px;
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  padding: 3px 0 3px;
}
@media (max-width: 750px) {
  footer #global_foot {
    display: none;
  }
}
footer #global_foot .flex {
  display: flex;
  width: 100%;
}
footer #global_foot .flex .bg_transparent {
  width: calc(50% - 512px + 380px);
  box-sizing: border-box;
  padding: 90px 0 36px calc(50% - 512px);
}
footer #global_foot .flex .bg_green {
  width: calc(100% - (50% - 512px + 380px));
  background: #dcf1e5;
  box-sizing: border-box;
  padding: 36px calc(50% - 512px) 36px 60px;
}
footer #global_foot .flex .bg_green .ttl {
  color: #049943;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 24px;
}
footer #global_foot .in_flex {
  display: flex;
}
footer #global_foot .in_flex.n2 {
  justify-content: space-between;
}
footer #global_foot .box a {
  transition: opacity 0.3s;
}
footer #global_foot .box a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer #global_foot .box a:hover {
    opacity: 1;
  }
}
footer #global_foot .box .parent {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
footer #global_foot .box .parent.top {
  margin: 0 0 46px;
}
footer #global_foot .box .parent .in_text {
  color: #049943;
  font-size: 16px;
  font-weight: bold;
}
footer #global_foot .box .parent::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/common/arrow_green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 5px 0 0;
}
footer #global_foot .box .child {
  display: block;
  font-size: 14px;
  margin: 0 0 14px;
  white-space: nowrap;
}
footer #global_foot .box .child.adjust_1 {
  margin: 0 0 30px;
}
footer #global_foot .box .child.adjust_2 {
  margin: 0 0 30px;
}
footer #global_foot .box.n1 {
  width: 230px;
}
footer #global_foot .box.n2 {
  width: 150px;
}
footer #global_foot .box.n5 {
  width: 150px;
}
footer #global_foot .box.n5 .btn_cases {
  height: 46px;
  border-radius: 23px;
}
footer .id {
  display: flex;
  justify-content: center;
  padding: 40px 0 40px;
}
@media (max-width: 750px) {
  footer .id {
    display: block;
    justify-content: initial;
    padding: 8vw 0 8vw;
  }
}
footer .id .logo {
  display: block;
  width: 325px;
  margin: 0 30px 0 0;
}
@media (max-width: 750px) {
  footer .id .logo {
    width: 58vw;
    margin: 0 auto 5vw;
  }
}
footer .id .location {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  footer .id .location {
    font-size: 3.7vw;
    text-align: center;
    line-height: 1.8;
    margin: 0 6vw 0;
  }
}
footer .id .location .place a {
  display: inline-block;
  width: 22px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .id .location .place a {
    width: 4vw;
    top: 0.3vw;
  }
}
footer .id .location .place a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .id .location .place a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  footer .id .tel {
    display: none;
  }
}
footer .id .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .id .tel_s {
    display: inline;
  }
}
footer #global_foot_s {
  display: none;
}
@media (max-width: 750px) {
  footer #global_foot_s {
    width: 100%;
    display: block;
    background-image: url("../images/common/border_foot.png"), url("../images/common/border_foot.png");
    background-size: 13px;
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    box-sizing: border-box;
    padding: 0 0 0.1vw;
  }
}
footer .information {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0 40px;
}
@media (max-width: 750px) {
  footer .information {
    width: 88vw;
    display: block;
    justify-content: initial;
    align-items: initial;
    padding: 8vw 0 17vw;
  }
}
footer .information .group {
  display: flex;
}
@media (max-width: 750px) {
  footer .information .group {
    display: block;
  }
}
footer .information .group .ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0 30px 0 0;
}
@media (max-width: 750px) {
  footer .information .group .ttl {
    font-size: 3.6vw;
    margin: 0 0 4vw;
  }
}
footer .information .group .links {
  display: flex;
}
@media (max-width: 750px) {
  footer .information .group .links {
    display: block;
    line-height: 2;
    margin: 0 0 7vw;
  }
}
footer .information .group .links a {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 0 0;
  transition: opacity 0.3s;
}
footer .information .group .links a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .information .group .links a:hover {
    opacity: 1;
  }
}
footer .information .group .links a .in_text {
  font-size: 14px;
  margin: 0 5px 0 0;
}
@media (max-width: 750px) {
  footer .information .group .links a .in_text {
    font-size: 3.4vw;
    margin: 0 1vw 0 0;
  }
}
footer .information .group .links a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  footer .information .group .links a::after {
    width: 3.4vw;
    height: 3.4vw;
  }
}
footer .information .about-site {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  footer .information .about-site {
    width: 100%;
    display: block;
    align-items: initial;
    justify-content: initial;
  }
}
footer .information .about-site a {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  margin: 0 20px 0 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .information .about-site a {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
footer .information .about-site a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .information .about-site a:hover {
    opacity: 1;
  }
}
footer .information .about-site #copyright {
  color: #049943;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 750px) {
  footer .information .about-site #copyright {
    font-size: 3.4vw;
  }
}

#btn_top {
  width: 130px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30000;
  display: none;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #btn_top {
    width: 23vw;
    bottom: 12vw;
  }
}
#btn_top:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #btn_top:hover {
    opacity: 1;
  }
}
#btn_top img {
  display: block;
}

.wrap_s {
  display: none;
}
@media (max-width: 750px) {
  .wrap_s {
    display: block;
  }
}
.wrap_s .cv_s {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 30000;
}
.wrap_s .cv_s.fixed {
  opacity: 1;
}
.wrap_s .cv_s a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
  height: 12vw;
  float: left;
}
.wrap_s .cv_s a:nth-of-type(1) {
  background: #ffd700;
}
.wrap_s .cv_s a:nth-of-type(2) {
  background: #049943;
}
.wrap_s .cv_s a img {
  width: 42vw;
}

/*	element
---------------------------------*/
.n3_ordinary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n3_ordinary {
    margin-bottom: 5vw;
  }
}
.n3_ordinary li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .n3_ordinary li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.n3_ordinary li:nth-child(3n) {
  margin-right: 0;
}

#archive_case {
  padding: 0 0 120px;
  background: #d7efe1;
}
@media (max-width: 750px) {
  #archive_case {
    padding: 0 0 20vw;
  }
}
#archive_case .bg_nav_tax {
  background: white;
  padding: 90px 0 0;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  #archive_case .bg_nav_tax {
    padding: 10vw 0 0;
    margin: 0 0 10vw;
  }
}
@media (max-width: 750px) {
  #archive_case .inner {
    margin: 0;
    padding: 0;
  }
}
#archive_case .wrapper {
  width: 1024px;
  margin: 0 auto 60px;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #archive_case .wrapper {
    width: 100%;
    margin: 0 auto 5vw;
    display: block;
    flex-wrap: initial;
  }
}

.box_case {
  display: block;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 750px) {
  .box_case {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.2);
    padding: 6vw 6vw 10vw;
    margin: 0 0 2.5vw;
  }
}
.box_case:last-of-type {
  margin: 0;
}
.box_case .btns {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .box_case .btns {
    margin: 5vw 0 0;
  }
}
.box_case .btns a {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 49%;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .box_case .btns a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .box_case .btns a {
    height: 12vw;
    border-radius: 6vw;
    font-size: 3.8vw;
    padding: 0;
  }
}
.box_case .btns a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .box_case .btns a:hover {
    opacity: 1;
  }
}
.box_case .btns a.n1 {
  background: #ffd700;
  color: #049943;
}
.box_case .btns a.n2 {
  background: #ff7a39;
  color: white;
}
.box_case .btns a.n2:before {
  border-color: white;
}
.box_case .btns a i {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}
@media all and (-ms-high-contrast: none) {
  .box_case .btns a i {
    top: calc(50% - 6px);
  }
}
@media (max-width: 750px) {
  .box_case .btns a i {
    right: 3vw;
    top: calc(50% - 1.6vw);
  }
}
.box_case .wrap {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box_case .wrap {
    display: block;
    justify-content: initial;
  }
}
.box_case .wrap .data {
  width: 62%;
}
@media (max-width: 750px) {
  .box_case .wrap .data {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_s figure {
  display: none;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s figure {
    display: block;
    width: 30vw;
  }
}
.box_case .wrap .data .inner_s figure img {
  border: 1px solid #ccc;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info {
    width: 50vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term {
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term .inner_text {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  background: #049943;
  padding: 6px 50px 6px;
}
@media all and (-ms-high-contrast: none) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    padding: 12px 50px 6px;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    font-size: 2.4vw;
    padding: 1vw 6vw;
  }
}
.box_case .wrap .data .inner_s .info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .title {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_data .job-description {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 16px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .job-description {
    font-size: 3.6vw;
    -webkit-line-clamp: 3;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information {
  width: 100%;
  table-layout: fixed;
  line-height: 1.5;
  font-size: 12px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information {
    font-size: 2.8vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information tr {
  border-bottom: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information tr:first-of-type {
  border-top: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information th {
  white-space: nowrap;
  width: 140px;
  padding: 10px;
  background: #e6e6e6;
  font-weight: bold;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information th {
    width: 24vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information td {
  padding: 10px;
}
.box_case .wrap .data .inner_data .table_job-information td .n4 {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box_case .wrap .data .inner_data .table_job-information td .n3 {
  /*line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_case .wrap figure {
  width: 35%;
}
@media (max-width: 750px) {
  .box_case .wrap figure {
    display: none;
  }
}
.box_case .wrap figure img {
  border: 1px solid #ccc;
}

#case {
  background: #d7efe1;
  padding: 90px 0 120px;
  margin: 0;
}
@media (max-width: 750px) {
  #case {
    padding: 10vw 0 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0 0 10vw;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 15vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #049943;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px 8px;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw 6vw;
  }
}
#case .wrapper .contents .primary .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #049943;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .single-content p:first-of-type {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content p:first-of-type {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: flex;
    box-sizing: border-box;
    width: 48%;
    font-size: 3.8vw;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-weight: bold;
    border-radius: 6vw;
    position: relative;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail {
    background-color: #ffd700;
    color: #049943;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: #049943;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry {
    background-color: #ff7a39;
    color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry:before {
    border-color: white;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #049943;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #ff7a39;
  position: relative;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 4vw;
    font-weight: bold;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .links_wrap {
  width: 1064px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #ffd700;
  color: #049943;
}
#case .wrapper .links .inner .btn.n1:before {
  border-color: #049943;
}
#case .wrapper .links .inner .btn.n2 {
  background: #ff7a39;
  color: white;
}
#case .wrapper .links .inner .btn.n2:before {
  border-color: white;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}

.ttl_tax {
  width: 920px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .ttl_tax {
    width: 88vw;
    margin: 0 auto 6vw;
    padding: 0;
  }
}
.ttl_tax .icon {
  width: 24px;
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .ttl_tax .icon {
    width: 6vw;
    margin: 0 1.5vw 0 0;
  }
}
.ttl_tax .in_text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .ttl_tax .in_text {
    font-size: 4.4vw;
  }
}

.nav_on_pages {
  padding: 90px 0 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .nav_on_pages {
    flex-wrap: wrap;
    padding: 15vw 6vw 13vw;
  }
}
.nav_on_pages.small {
  width: 1024px;
}
@media (max-width: 750px) {
  .nav_on_pages.small {
    width: 88vw;
  }
}
.nav_on_pages.small a {
  width: 160px;
}
@media (max-width: 750px) {
  .nav_on_pages.small a {
    width: 48%;
  }
}
.nav_on_pages.case {
  width: 920px;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media (max-width: 750px) {
  .nav_on_pages.case {
    width: 88vw;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 7vw;
  }
}
.nav_on_pages.case a {
  margin: 0 25px 0;
}
@media (max-width: 750px) {
  .nav_on_pages.case a {
    width: 48%;
    margin: 0 0 6vw;
  }
}
.nav_on_pages.case a::after {
  background-image: url("../images/pages/arrow_link.png");
}
@media (max-width: 750px) {
  .nav_on_pages.wide {
    display: block;
    padding: 15vw 6vw 15vw;
  }
}
.nav_on_pages.wide a {
  width: 380px;
}
@media (max-width: 750px) {
  .nav_on_pages.wide a {
    width: 100%;
    margin: 0 0 6vw;
  }
  .nav_on_pages.wide a:last-of-type {
    margin: 0;
  }
}
.nav_on_pages a {
  display: flex;
  justify-content: space-between;
  width: 180px;
  box-sizing: border-box;
  padding: 0 5px 10px;
  border-bottom: 3px solid #ff7a39;
  margin: 0;
}
@media (max-width: 750px) {
  .nav_on_pages a {
    width: 48%;
    margin: 0 0 6vw;
  }
}
.nav_on_pages a:hover .in_text {
  color: #ff7a39;
}
@media (max-width: 750px) {
  .nav_on_pages a:hover .in_text {
    color: #333;
  }
}
.nav_on_pages a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/pages/arrow_foot.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .nav_on_pages a::after {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.nav_on_pages a .in_text {
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .nav_on_pages a .in_text {
    font-size: 3.8vw;
  }
}

.btn_link {
  display: flex;
  justify-content: space-between;
  width: 270px;
  box-sizing: border-box;
  padding: 0 5px 10px;
  border-bottom: 2px solid #ff7a39;
  margin: 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .btn_link {
    width: 58vw;
  }
}
.btn_link:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .btn_link:hover {
    opacity: 1;
  }
}
.btn_link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/pages/arrow_link.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .btn_link::after {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.btn_link .in_text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .btn_link .in_text {
    font-size: 3.6vw;
  }
}

.ttl_flag {
  width: 1024px;
  background-image: url("../images/pages/flag.png");
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: left top;
  box-sizing: border-box;
  padding: 10px 0 0 30px;
  position: relative;
  left: -30px;
}
@media (max-width: 750px) {
  .ttl_flag {
    width: 100vw;
    background-image: url("../images/pages/flag.png");
    background-size: 13vw;
    background-repeat: no-repeat;
    background-position: left 3vw top;
    padding: 0 0 0 7vw;
    position: static;
    left: initial;
  }
}
.ttl_flag .en {
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .ttl_flag .en {
    font-size: 12vw;
    line-height: 1;
    margin: 0 0 3vw;
  }
}
.ttl_flag .ja {
  color: #049943;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .ttl_flag .ja {
    font-size: 3.8vw;
  }
}

.btn_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd700;
  transition: background-color;
}
.btn_arrow .in_text {
  color: #049943;
  font-weight: bold;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
.btn_arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/common/arrow_green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 0 10px;
  transition: background 0.3s;
}
@media (max-width: 750px) {
  .btn_arrow::after {
    width: 3.4vw;
    height: 3.4vw;
    margin: 0 0 0 2vw;
  }
}
.btn_arrow.f16 .in_text {
  font-size: 16px;
}
@media (max-width: 750px) {
  .btn_arrow.f16 .in_text {
    font-size: 3.6vw;
  }
}
.btn_arrow.f14 .in_text {
  font-size: 14px;
}
@media (max-width: 750px) {
  .btn_arrow.f14 .in_text {
    font-size: 3.4vw;
  }
}
.btn_arrow:hover {
  background-color: #ff7a39;
}
@media (max-width: 750px) {
  .btn_arrow:hover {
    background-color: #ffd700;
  }
}
.btn_arrow:hover::after {
  background-image: url("../images/common/arrow_white.png");
}
@media (max-width: 750px) {
  .btn_arrow:hover::after {
    background-image: url("../images/common/arrow_green.png");
  }
}
.btn_arrow:hover .in_text {
  color: white;
}
@media (max-width: 750px) {
  .btn_arrow:hover .in_text {
    color: #049943;
  }
}

.ttl_page {
  display: flex;
  background-image: url("../images/common/spacer_green.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 20px;
  margin: 110px 0 0;
  min-width: 1180px;
  position: relative;
}
@media (max-width: 750px) {
  .ttl_page {
    display: block;
    padding: 0;
    margin: 16vw 0 0;
    min-width: 100%;
    height: 45vw;
    background-size: 100% calc(100% - 2vw);
  }
}
@media (max-width: 750px) {
  .page-entry .ttl_page {
    background-size: 100% 100%;
  }
}
.page-entry .ttl_page .box_repeater {
  display: none;
}
.page-entry .ttl_page .box {
  height: 140px;
  background-image: url("../images/title/flag.png");
  background-size: 82px;
  background-repeat: no-repeat;
  background-position: left top 50px;
  position: relative;
  top: -10px;
}
@media (max-width: 750px) {
  .page-entry .ttl_page {
    height: 30vw;
  }
  .page-entry .ttl_page .screen_s {
    display: none;
  }
  .page-entry .ttl_page .box {
    position: relative;
    top: -7vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .page-entry .ttl_page .box {
    width: 100%;
    height: 43vw;
    background: none;
  }
}
.ttl_page.narrow .box {
  height: 190px;
  background-image: url("../images/title/flag.png");
  background-size: 82px;
  background-position: left top 50px;
}
@media (max-width: 750px) {
  .ttl_page.narrow .box {
    background-image: none;
  }
}
.ttl_page .box_left {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  .ttl_page .box_left {
    display: none;
  }
}
.ttl_page .screen_s {
  display: none;
}
@media (max-width: 750px) {
  .ttl_page .screen_s {
    display: block;
    width: 100vw;
    height: 45vw;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/title/road_s.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.ttl_page .box {
  width: 1024px;
  height: 190px;
  background-image: url("../images/title/flag.png"), url("../images/title/road.png");
  background-size: 82px, auto 190px;
  background-repeat: no-repeat;
  background-position: left top 50px, right top;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0 0 30px;
}
@media (max-width: 750px) {
  .ttl_page .box {
    width: 100%;
    height: 43vw;
    /*background-image: url("../images/title/flag.png");
    background-size: 21vw;
    background-repeat: no-repeat;
    background-position: left 12vw top 10vw;*/
    background-image: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.ttl_page .box .en {
  color: #ffd700;
  font-family: "Outfit", sans-serif;
  font-size: 76px;
  font-weight: 500;
  display: inline-block;
  margin: 0 50px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ttl_page .box .en {
    font-size: 13vw;
    margin: 0 0 2vw;
    text-align: center;
  }
  .ttl_page .box .en::after {
    content: "";
    display: block;
    width: 21vw;
    height: 23vw;
    background-image: url("../images/title/flag.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -3vw;
    left: -8vw;
    z-index: -1;
  }
}
.ttl_page .box .ja {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 14px;
}
@media (max-width: 750px) {
  .ttl_page .box .ja {
    font-size: 4vw;
    position: static;
    top: initial;
    text-align: center;
  }
}
.ttl_page .box_repeater {
  width: calc(50% - 512px);
  background-image: url("../images/title/road_repeat.png");
  background-size: auto 190px;
  background-repeat: repeat-x;
  background-position: left top;
}

.ttl_spacer {
  height: 110px;
}
@media (max-width: 750px) {
  .ttl_spacer {
    height: 16vw;
  }
}

@media print {
  body.single-case {
    font-size: 2vw;
    line-height: 1.5;
    /*.ttl_page_simple{
    	display:none;
    	padding:1em;
    	box-sizing:border-box;
    	height:auto;
    	img{
    		width:20%;
    	}
    }*/
  }
  body.single-case header {
    display: none;
  }
  body.single-case .wrap_recruit {
    padding: 0;
    margin: 0;
  }
  body.single-case .wrap_recruit .wrap_case {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  body.single-case .wrap_recruit .wrap_case #case {
    width: 100%;
    max-width: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .lead {
    font-size: 1em;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .data.narrow {
    width: calc(100% - 450px);
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_requirements {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map {
    position: relative;
    height: 40vw !important;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements #mapurl {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_entry {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case #historyback {
    display: none;
  }
  body.single-case footer {
    display: none;
  }
  body.single-case .cv_top,
  body.single-case #pagetop {
    opacity: 0;
    display: none !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.page-contact .grecaptcha-badge {
  display: block !important;
}
.page-entry .grecaptcha-badge {
  display: block !important;
}

.grecaptcha-badge {
  bottom: 80px !important;
}
@media (max-width: 750px) {
  .grecaptcha-badge {
    bottom: 26vw !important;
  }
}

textarea {
  width: 100%;
  resize: vertical;
}

/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}
.sec-form .inner .note {
  color: white;
  font-size: 16px;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  .sec-form .inner .note {
    width: 100%;
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
}
.sec-form .inner .note a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #ee5a72;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 2vw;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto 120px;
}
@media (max-width: 750px) {
  .wrap_form {
    margin: 0 auto 15vw;
  }
}
.wrap_form .require {
  color: #ee5a72;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #ff7a39;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    background-color: #ea304e;
  }
}
.wrap_form .btn_send_narrow[disabled] {
  opacity: 0.2;
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1.5;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 10px 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
  border: none;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder, .table_entry input[type=tel]::-moz-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
.table_entry input[type=text]::placeholder,
.table_entry input[type=email]::placeholder,
.table_entry input[type=tel]::placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder, .table_entry input[type=tel]::-moz-placeholder {
    font-size: 3.4vw !important;
  }
  .table_entry input[type=text]::placeholder,
  .table_entry input[type=email]::placeholder,
  .table_entry input[type=tel]::placeholder {
    font-size: 3.4vw !important;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 100px;
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 20%;
    margin: 0 2vw 0 0;
  }
}
.table_entry textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
  border: none;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry textarea::-moz-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
.table_entry textarea::placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  .table_entry textarea::-moz-placeholder {
    font-size: 3.4vw !important;
  }
  .table_entry textarea::placeholder {
    font-size: 3.4vw !important;
  }
}
@media (max-width: 750px) {
  .table_entry .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 0 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 0.5em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: -3px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 5vw);
    font-size: 3.4vw;
  }
}
.table_entry #zip::-moz-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
.table_entry #zip::placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  .table_entry #zip::-moz-placeholder {
    font-size: 3.4vw !important;
  }
  .table_entry #zip::placeholder {
    font-size: 3.4vw !important;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

label.error {
  font-size: 16px;
  color: #ee5a72;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.require {
  color: #ee5a72;
  font-weight: bold;
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry {
  background: #d7efe1;
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  #entry {
    padding: 7vw 0 0;
  }
}
#entry .note_cv .text {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #entry .note_cv .text {
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
}
#entry .note_cv .tel {
  display: block;
  width: 520px;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  #entry .note_cv .tel {
    display: none;
  }
}
#entry .note_cv .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #entry .note_cv .tel_s {
    display: block;
    width: 58vw;
    margin: 0 auto 7vw;
  }
}

.form_complete .btn-01 {
  text-align: center;
}

#page_privacy-policy {
  padding: 100px 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_privacy-policy {
    padding: 15vw 0 15vw;
  }
}
#page_privacy-policy .content {
  width: 900px;
}
@media (max-width: 750px) {
  #page_privacy-policy .content {
    width: 88vw;
  }
}
#page_privacy-policy .content .box {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_privacy-policy .content .box {
    margin: 0 0 5vw;
  }
}
#page_privacy-policy .content .box:last-of-type {
  margin: 0;
}
#page_privacy-policy .content .box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_privacy-policy .content .box .ttl {
    font-size: 3.6vw;
    margin: 0 0 2vw;
  }
}
#page_privacy-policy .content .box p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #page_privacy-policy .content .box p {
    font-size: 3.6vw;
  }
}

/*
---------------------------------------
404
---------------------------------------
*/
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

.single-content * {
  max-width: 100%;
  --main-color: #049943;
  line-height: 2;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: flex;
  align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 14.6vw;
    padding-bottom: 4vw;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

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

.heading-02__ja {
  font-size: 24px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

#page_about-us {
  padding: 0 0 90px;
}
@media (max-width: 750px) {
  #page_about-us {
    padding: 0 0 15vw;
  }
}
#page_about-us .nav_on_pages {
  width: 430px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_about-us .nav_on_pages {
    width: 100vw;
  }
}
#page_about-us .primary-sec {
  background-color: #f5f5f5;
  padding: 90px 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_about-us .primary-sec {
    padding: 0 0 7vw;
    background-color: transparent;
  }
}
#page_about-us .primary-sec .content {
  width: 930px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_about-us .primary-sec .content {
    width: 86vw;
    display: block;
    justify-content: initial;
  }
}
#page_about-us .primary-sec .content .ttl {
  width: 390px;
  color: #049943;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  #page_about-us .primary-sec .content .ttl {
    width: 100%;
    font-size: 5.8vw;
    text-align: center;
    margin: 0 0 5vw;
  }
}
#page_about-us .primary-sec .content .text {
  width: 500px;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_about-us .primary-sec .content .text {
    width: 100%;
    font-size: 3.6vw;
  }
}
#page_about-us .road_1 {
  display: flex;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_about-us .road_1 {
    margin: 0;
  }
}
#page_about-us .road_1 .left_road {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_about-us .road_1 .left_road {
    display: none;
  }
}
#page_about-us .road_1 .in_road {
  width: 1024px;
  height: 270px;
  background-image: url("../images/about-us/road_1.png");
  background-size: 405px 270px;
  background-repeat: no-repeat;
  background-position: right top;
  box-sizing: border-box;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  #page_about-us .road_1 .in_road {
    width: 100%;
    height: 36vw;
    background-image: url("../images/about-us/road_1_s.png");
    background-size: 100%;
    padding: 8vw 0 0;
  }
}
#page_about-us .road_1 .right_road {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px 75px;
  background-repeat: repeat-x;
  background-position: left bottom 5.5px;
}
@media (max-width: 750px) {
  #page_about-us .road_1 .right_road {
    display: none;
  }
}
#page_about-us #features-sec .box {
  background-size: 650px;
  background-repeat: no-repeat;
  height: 440px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box {
    height: auto;
    background: none !important;
    display: block;
    justify-content: initial;
  }
}
#page_about-us #features-sec .box.n1 {
  background-image: url("../images/about-us/feature_1.png");
  background-position: left calc(50% - 512px + 200px) top;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box.n1 {
    margin: -3vw 0 10vw;
  }
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box.n1 .fig_s {
    margin: 0 0 8vw;
  }
}
#page_about-us #features-sec .box.n1 .content {
  justify-content: flex-end;
}
#page_about-us #features-sec .box.n2 {
  background-image: url("../images/about-us/feature_2.png");
  background-position: right calc(50% - 512px + 200px) top;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box.n2 .fig_s {
    margin: 0 0 8vw 6vw;
  }
}
#page_about-us #features-sec .box .fig_s {
  display: none;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .fig_s {
    display: block;
    width: 94vw;
  }
}
#page_about-us #features-sec .box .content {
  width: 1024px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content {
    width: 88vw;
    margin: 0 auto;
  }
}
#page_about-us #features-sec .box .content .in_box {
  width: 450px;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content .in_box {
    width: 100%;
  }
}
#page_about-us #features-sec .box .content .in_box .ttl {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content .in_box .ttl {
    display: flex;
    align-items: center;
    margin: 0 0 7vw;
  }
}
#page_about-us #features-sec .box .content .in_box .ttl .num {
  color: #ff7a39;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content .in_box .ttl .num {
    display: inline-block;
    font-size: 9vw;
    margin: 0 4vw 0 0;
  }
}
#page_about-us #features-sec .box .content .in_box .ttl .in_text {
  color: #ff7a39;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content .in_box .ttl .in_text {
    display: inline-block;
    font-size: 5.4vw;
  }
}
#page_about-us #features-sec .box .content .in_box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .box .content .in_box .text {
    font-size: 3.6vw;
  }
}
#page_about-us #features-sec .btn_wrap {
  display: flex;
  justify-content: center;
  padding: 80px 0 70px;
}
@media (max-width: 750px) {
  #page_about-us #features-sec .btn_wrap {
    padding: 10vw 0 9vw;
  }
}
#page_about-us .road_2 {
  display: flex;
}
#page_about-us .road_2 .left_road {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_about-us .road_2 .left_road {
    display: none;
  }
}
#page_about-us .road_2 .in_road {
  width: 1024px;
  height: 400px;
  background-image: url("../images/about-us/road_2.png");
  background-size: 330px 325px;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-sizing: border-box;
  padding: 160px 0 0;
}
@media (max-width: 750px) {
  #page_about-us .road_2 .in_road {
    width: 100%;
    height: 42vw;
    background-image: url("../images/about-us/road_2_s.png");
    background-position: right bottom 13vw;
    background-size: 100%;
    padding: 15vw 0 0;
  }
}
#page_about-us .road_2 .right_road {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px 75px;
  background-repeat: repeat-x;
  background-position: left top 80px;
}
@media (max-width: 750px) {
  #page_about-us .road_2 .right_road {
    display: none;
  }
}
#page_about-us #business-sec .ttl_corn {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
#page_about-us #business-sec .ttl_corn .icon {
  width: 26px;
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .ttl_corn .icon {
    width: 5vw;
    margin: 0 2vw 0 0;
  }
}
#page_about-us #business-sec .ttl_corn .in_text {
  color: #049943;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .ttl_corn .in_text {
    font-size: 5vw;
  }
}
#page_about-us #business-sec .primary {
  background-color: #fff9d6;
  background-image: url("../images/common/spacer_white.jpg");
  background-size: calc(50% - 512px) 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  padding: 460px 0 80px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary {
    background-size: 100% 30vw;
    padding: 0 0 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#page_about-us #business-sec .primary .box_1 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url("../images/about-us/business_fig.jpg");
  background-size: 680px 460px;
  background-repeat: no-repeat;
  background-position: left calc(50% - 512px + 190px) top;
  height: 460px;
  position: absolute;
  left: 0;
  top: -70px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_1 {
    width: 88vw;
    display: block;
    justify-content: initial;
    background: none;
    height: auto;
    position: static;
    left: initial;
    top: initial;
    margin: 0 0 8vw;
  }
}
#page_about-us #business-sec .primary .box_1 .fig_s {
  display: none;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_1 .fig_s {
    display: block;
    width: 88vw;
    margin: 0 0 7vw;
  }
}
#page_about-us #business-sec .primary .box_1 .content {
  width: 1024px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_1 .content {
    width: 88vw;
    justify-content: initial;
  }
}
#page_about-us #business-sec .primary .box_1 .content .in_content {
  width: 440px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_1 .content .in_content {
    width: 100%;
  }
}
#page_about-us #business-sec .primary .box_1 .content .in_content .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_1 .content .in_content .text {
    font-size: 3.6vw;
  }
}
#page_about-us #business-sec .primary .box_2 {
  width: 1024px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_2 {
    width: 88vw;
    margin: 0 auto 10vw;
    display: block;
    justify-content: initial;
  }
}
#page_about-us #business-sec .primary .box_2 .in_box {
  background: white;
  width: 930px;
  box-sizing: border-box;
  padding: 40px 60px 40px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_2 .in_box {
    width: 100%;
    padding: 6vw;
  }
}
#page_about-us #business-sec .primary .box_2 .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_2 .ttl {
    font-size: 3.6vw;
  }
}
#page_about-us #business-sec .primary .box_2 .text {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .box_2 .text {
    font-size: 3.6vw;
  }
}
#page_about-us #business-sec .primary .gallery {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0 0 94px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .gallery {
    width: 88vw;
    flex-wrap: wrap;
    padding: 0;
  }
}
#page_about-us #business-sec .primary .gallery .fig {
  width: 215px;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .gallery .fig {
    width: 48%;
    margin: 0 0 6vw;
  }
}
#page_about-us #business-sec .primary .gallery .fig figcaption {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_about-us #business-sec .primary .gallery .fig figcaption {
    margin: 2vw 0 0;
    font-size: 3.6vw;
    text-align: center;
  }
}
#page_about-us .road_3 {
  width: 100%;
  height: 80px;
  background-image: url("../images/about-us/road_3.png");
  background-size: 330px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 512px + 167px) top;
}
@media (max-width: 750px) {
  #page_about-us .road_3 {
    display: none;
  }
}
#page_about-us .secondary {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_about-us .secondary {
    padding: 13vw 0 28vw;
    background-image: url("../images/about-us/road_3_s.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
#page_about-us .secondary .flex {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_about-us .secondary .flex {
    width: 88vw;
    display: block;
    justify-content: initial;
  }
}
#page_about-us .secondary .flex .in_box {
  width: 500px;
  background-color: #fff9d6;
  background-image: url("../images/common/spacer_white.jpg");
  background-size: 100% 126px;
  background-repeat: no-repeat;
  background-position: left top;
  box-sizing: border-box;
  padding: 0 50px 60px;
}
@media (max-width: 750px) {
  #page_about-us .secondary .flex .in_box {
    width: 100%;
    padding: 0 6vw 10vw;
    margin: 0 0 13vw;
  }
  #page_about-us .secondary .flex .in_box:last-of-type {
    margin: 0;
  }
}
#page_about-us .secondary .flex .in_box .fig {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_about-us .secondary .flex .in_box .fig {
    margin: 0 0 5vw;
  }
}
#page_about-us .secondary .flex .in_box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_about-us .secondary .flex .in_box .text {
    font-size: 3.6vw;
  }
}
#page_about-us .road_4 {
  display: flex;
}
#page_about-us .road_4 .left_road {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px 75px;
  background-repeat: repeat-x;
  background-position: right bottom 42.5px;
}
@media (max-width: 750px) {
  #page_about-us .road_4 .left_road {
    display: none;
  }
}
#page_about-us .road_4 .in_road {
  width: 1024px;
  height: 210px;
  background-image: url("../images/about-us/road_4.png");
  background-size: 820px 210px;
  background-repeat: no-repeat;
  background-position: left top;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #page_about-us .road_4 .in_road {
    display: none;
  }
}
#page_about-us .road_4 .right_road {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_about-us .road_4 .right_road {
    display: none;
  }
}

#page_company {
  padding: 0 0 90px;
}
@media (max-width: 750px) {
  #page_company {
    padding: 0 0 15vw;
  }
}
#page_company .nav_on_pages {
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_company .nav_on_pages {
    width: 100vw;
  }
}
#page_company #company-info-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 130px;
}
@media (max-width: 750px) {
  #page_company #company-info-sec {
    padding: 0 0 12vw;
  }
}
#page_company #company-info-sec .deco {
  width: 1024px;
  height: 330px;
  background-image: url("../images/company/company-info.png");
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #page_company #company-info-sec .deco {
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
  }
}
#page_company #company-info-sec .deco .fig_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company #company-info-sec .deco .fig_s {
    display: block;
    width: 94vw;
    margin: 0 0 10vw;
  }
}
#page_company #company-info-sec .deco .ttl_flag {
  position: relative;
}
@media (max-width: 750px) {
  #page_company #company-info-sec .deco .ttl_flag {
    margin: 0 0 7vw;
  }
}
#page_company #company-info-sec .deco .ttl_flag .ja {
  position: absolute;
  left: 200px;
  bottom: 10px;
}
@media (max-width: 750px) {
  #page_company #company-info-sec .deco .ttl_flag .ja {
    position: static;
    left: initial;
    bottom: initial;
  }
}
#page_company #company-info-sec table {
  width: 800px;
  line-height: 1.7;
  font-size: 16px;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table {
    width: 88vw;
    font-size: 3.6vw;
  }
}
#page_company #company-info-sec table tr {
  border-bottom: 1px solid #d6d6d6;
}
#page_company #company-info-sec table tr:first-of-type th {
  padding: 0 80px 40px 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr:first-of-type th {
    padding: 0 0 1vw;
  }
}
#page_company #company-info-sec table tr:first-of-type td {
  padding: 0 40px 40px 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr:first-of-type td {
    padding: 0 0 6vw;
  }
}
#page_company #company-info-sec table tr:last-of-type {
  border-bottom: none;
}
#page_company #company-info-sec table tr:last-of-type th {
  padding: 40px 80px 0 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr:last-of-type th {
    padding: 6vw 0 1vw;
  }
}
#page_company #company-info-sec table tr:last-of-type td {
  padding: 40px 40px 0 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr:last-of-type td {
    padding: 0;
  }
}
#page_company #company-info-sec table tr th {
  text-align: left;
  vertical-align: top;
  padding: 40px 80px 40px 0;
  white-space: nowrap;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6vw 0 1vw;
  }
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr th.access_head {
    display: none;
  }
}
#page_company #company-info-sec table tr td {
  padding: 40px 40px 40px 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 6vw;
  }
}
#page_company #company-info-sec table tr td .ttl_access_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .ttl_access_s {
    display: block;
    font-size: 3.6vw;
    font-weight: bold;
    margin: 0 0 1vw;
  }
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .access {
    display: none;
  }
}
#page_company #company-info-sec table tr td .access_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .access_s {
    display: block;
  }
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .tel {
    display: none;
  }
}
#page_company #company-info-sec table tr td .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .tel_s {
    display: inline;
  }
}
#page_company #company-info-sec table tr td .text_green {
  color: #049943;
}
#page_company #company-info-sec table tr td .text_green .underline {
  color: #049943;
  text-decoration: underline;
  font-weight: bold;
}
#page_company #company-info-sec table tr td .google-map {
  display: inline-block;
  width: 22px;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .google-map {
    width: 4vw;
    top: 0.3vw;
  }
}
#page_company #company-info-sec table tr td .google-map:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .google-map:hover {
    opacity: 1;
  }
}
#page_company #company-info-sec table tr td .map {
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .map {
    margin: 3vw 0 0;
  }
}
#page_company #company-info-sec table tr td .map iframe {
  width: 100%;
  height: 320px;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .map iframe {
    height: 60vw;
  }
}
#page_company #company-info-sec table tr td .map .url {
  display: flex;
  justify-content: flex-end;
}
#page_company #company-info-sec table tr td .map .url .to_map {
  transition: opacity 0.3s;
}
#page_company #company-info-sec table tr td .map .url .to_map:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .map .url .to_map:hover {
    opacity: 1;
  }
}
#page_company #company-info-sec table tr td .map .url .to_map::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #page_company #company-info-sec table tr td .map .url .to_map::after {
    width: 3.4vw;
    height: 3.4vw;
  }
}
#page_company #philosophy-sec {
  display: flex;
  justify-content: center;
  padding: 0 0 190px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec {
    padding: 0 0 15vw;
  }
}
#page_company #philosophy-sec .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content {
    width: 88vw;
  }
}
#page_company #philosophy-sec .content .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .flex {
    display: block;
    justify-content: initial;
    margin: 0 0 10vw;
    width: 88vw;
    position: relative;
    left: -6vw;
  }
}
#page_company #philosophy-sec .content .flex .ttl_flag {
  width: calc(100% - 500px);
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .flex .ttl_flag {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#page_company #philosophy-sec .content .flex .lead {
  width: 500px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .flex .lead {
    width: 100%;
    font-size: 3.6vw;
    margin: 0 6vw;
  }
}
#page_company #philosophy-sec .content .in_content {
  width: 930px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content {
    width: 100%;
    display: block;
    justify-content: initial;
  }
}
#page_company #philosophy-sec .content .in_content .message:first-of-type {
  width: 420px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message:first-of-type {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#page_company #philosophy-sec .content .in_content .message:nth-of-type(2n) {
  width: 456px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message:nth-of-type(2n) {
    width: 88vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .ttl_bar {
  padding: 5px 0 5px 20px;
  border-left: 7px solid #ffd700;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .ttl_bar {
    padding: 2vw 0 2vw 4vw;
    border-left: 1.5vw solid #ffd700;
    margin: 0 0 5vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .ttl_bar .in_text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .ttl_bar .in_text {
    font-size: 4.8vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .box {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 10px;
  margin: 0 0 17px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .box {
    padding: 0 0 4vw;
    margin: 0 0 4vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .box.last {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
#page_company #philosophy-sec .content .in_content .message .box.last.mb {
  margin: 0 0 17px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .box.last.mb {
    margin: 0 0 4vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .box .ttl_box .in_text {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
#page_company #philosophy-sec .content .in_content .message .box .text {
  font-size: 15px;
  line-height: 1.875;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .box .text {
    font-size: 3.5vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 40px 40px 40px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig {
    border-radius: 3vw;
    padding: 7vw 6vw 8vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig dl {
  margin: 0 0 46px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig dl {
    margin: 0 0 7vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig dl .flex-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig dl .flex-item {
    margin: 0 0 4vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig dl .flex-item:last-of-type {
  margin: 0;
}
#page_company #philosophy-sec .content .in_content .message .fig dl .flex-item dt {
  display: block;
  color: #049943;
  font-size: 18px;
  font-weight: bold;
  width: 4em;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig dl .flex-item dt {
    font-size: 3.8vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig dl .flex-item dd {
  display: block;
  width: calc(100% - 5em);
  font-size: 16px;
  line-height: 1.87;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig dl .flex-item dd {
    font-size: 3.6vw;
  }
}
#page_company #philosophy-sec .content .in_content .message .fig figure {
  width: 228px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_company #philosophy-sec .content .in_content .message .fig figure {
    width: 37vw;
  }
}
#page_company #history-sec {
  background-color: #f5f5f5;
  display: flex;
  padding: 130px 0 0;
}
@media (max-width: 750px) {
  #page_company #history-sec {
    padding: 15vw 0 10vw;
    background-image: url("../images/company/road_bottom_s.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
#page_company #history-sec .left_content {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: right bottom 424.5px;
}
@media (max-width: 750px) {
  #page_company #history-sec .left_content {
    display: none;
  }
}
#page_company #history-sec .content {
  width: 1024px;
  background-image: url("../images/company/road_1.png");
  background-size: 260px 500px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 90px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content {
    width: 100%;
    background-image: none;
    background-repeat: initial;
    background-position: initial;
    padding: 0;
  }
}
#page_company #history-sec .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex {
    display: flex;
    justify-content: initial;
    flex-direction: column;
    align-items: center;
  }
}
#page_company #history-sec .content .flex .ttl_flag {
  width: 320px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .ttl_flag {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#page_company #history-sec .content .flex .list {
  width: 600px;
  position: relative;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list {
    width: 88vw;
  }
}
#page_company #history-sec .content .flex .list::before {
  content: "";
  display: block;
  height: calc(100% - 64px);
  width: 2px;
  border-left: dotted 2px #049943;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list::before {
    height: calc(100% - 20vw);
    top: 2vw;
  }
}
#page_company #history-sec .content .flex .list .item {
  display: flex;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list .item {
    display: block;
    padding: 0 0 0 7vw;
    margin: 0 0 7vw;
  }
}
#page_company #history-sec .content .flex .list .item:last-of-type {
  margin: 0;
}
#page_company #history-sec .content .flex .list .item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #ffd700;
  position: absolute;
  left: -6px;
  top: 8px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list .item::before {
    width: 3vw;
    height: 3vw;
    border-radius: 1.5vw;
    left: -1.3vw;
    top: 1.2vw;
  }
}
#page_company #history-sec .content .flex .list .item .date {
  width: 170px;
  box-sizing: border-box;
  padding: 0 0 0 60px;
  color: #049943;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list .item .date {
    width: 100%;
    font-size: 5.6vw;
    padding: 0;
    margin: 0 0 2vw;
  }
}
#page_company #history-sec .content .flex .list .item .text {
  width: calc(100% - 170px);
  box-sizing: border-box;
  padding: 0 0 0 36px;
  font-size: 16px;
  line-height: 2;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #page_company #history-sec .content .flex .list .item .text {
    width: 100%;
    padding: 0;
    font-size: 3.6vw;
    position: static;
    top: initial;
  }
}
#page_company #base-sec {
  padding: 90px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_company #base-sec {
    padding: 15vw 0 0;
  }
}
#page_company #base-sec .road_1 {
  display: flex;
  width: 100%;
}
#page_company #base-sec .road_1 .left_road {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_company #base-sec .road_1 .left_road {
    display: none;
  }
}
#page_company #base-sec .road_1 .in_road {
  width: 1024px;
  height: 189px;
  background-image: url("../images/company/road_2.png");
  background-size: 265px 189px;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 750px) {
  #page_company #base-sec .road_1 .in_road {
    width: 100%;
    height: 36.4vw;
    background-image: url("../images/company/road_head_s.png");
    background-position: right top;
    background-size: 100%;
    padding: 7vw 0 0;
  }
}
#page_company #base-sec .road_1 .right_road {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px 75px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 750px) {
  #page_company #base-sec .road_1 .right_road {
    display: none;
  }
}
#page_company #base-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content {
    width: 88vw;
  }
}
#page_company #base-sec .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex {
    display: block;
    justify-content: initial;
  }
}
#page_company #base-sec .content .flex .in_box {
  width: 500px;
  box-sizing: border-box;
  padding: 35px;
  background: #fff9d6;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box {
    width: 100%;
    padding: 6vw;
    margin: 0 0 4vw;
  }
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box.last {
    margin: 0;
  }
}
#page_company #base-sec .content .flex .in_box .fig {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .fig {
    margin: 0 0 4vw;
  }
}
#page_company #base-sec .content .flex .in_box .ttl {
  color: #ff7a39;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .ttl {
    font-size: 5.6vw;
    margin: 0 0 4vw;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .ttl_bar {
  border-left: 5px solid #049943;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 7px;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .ttl_bar {
    border-left: 1.2vw solid #049943;
    font-size: 3.4vw;
    padding: 0 0 0 1.2vw;
    margin: 0 0 2vw;
  }
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .tel {
    display: none;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .tel_s {
    display: inline;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .text {
    font-size: 3.6vw;
    margin: 0 0 3vw;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .text.last {
  margin: 0;
}
#page_company #base-sec .content .flex .in_box .in_content .text .google-map {
  display: inline-block;
  width: 22px;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .text .google-map {
    width: 4vw;
    top: 0.3vw;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .text .google-map:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .text .google-map:hover {
    opacity: 1;
  }
}
#page_company #base-sec .content .flex .in_box .in_content .text_list {
  font-size: 16px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0 1em;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .flex .in_box .in_content .text_list {
    font-size: 3.6vw;
  }
}
#page_company #base-sec .content .road_mid {
  background-image: url("../images/company/rord_vertical.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: right 146px top;
  height: 23px;
}
@media (max-width: 750px) {
  #page_company #base-sec .content .road_mid {
    display: none;
  }
}
#page_company #group-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_company #group-sec .road_2 {
  display: flex;
  width: 100%;
  margin: 0 0 100px;
}
@media (max-width: 750px) {
  #page_company #group-sec .road_2 {
    margin: 0 0 7vw;
  }
}
#page_company #group-sec .road_2 .left_road {
  width: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_company #group-sec .road_2 .left_road {
    display: none;
  }
}
#page_company #group-sec .road_2 .in_road {
  width: 1024px;
  height: 210px;
  background-image: url("../images/company/road_3.png");
  background-size: 265px 210px;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-sizing: border-box;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  #page_company #group-sec .road_2 .in_road {
    width: 100%;
    height: 35.6vw;
    background-image: url("../images/company/road_bottom_s.png");
    background-position: right top;
    background-size: 100%;
    padding: 13vw 0 0;
  }
}
#page_company #group-sec .road_2 .right_road {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px 75px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 750px) {
  #page_company #group-sec .road_2 .right_road {
    display: none;
  }
}
#page_company #group-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_company #group-sec .content {
    width: 88vw;
    display: block;
    justify-content: initial;
  }
}
#page_company #group-sec .content .box {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box {
    width: 100%;
  }
}
#page_company #group-sec .content .box.n1 {
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box.n1 {
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 7vw;
    margin: 0 0 10vw;
  }
}
#page_company #group-sec .content .box .logo {
  display: block;
  width: 72px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .logo {
    width: 20vw;
    margin: 0 0 4vw;
  }
}
#page_company #group-sec .content .box .ttl {
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .ttl {
    font-size: 4.8vw;
    text-align: left;
    margin: 0 0 5vw;
  }
}
#page_company #group-sec .content .box .in_content {
  width: 420px;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content {
    width: 100%;
  }
}
#page_company #group-sec .content .box .in_content .ttl_bar {
  border-left: 5px solid #ffd700;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 7px;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content .ttl_bar {
    border-left: 1.2vw solid #ffd700;
    font-size: 3.4vw;
    padding: 0 0 0 1.2vw;
    margin: 0 0 2vw;
  }
}
#page_company #group-sec .content .box .in_content .text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content .text {
    font-size: 3.6vw;
    margin: 0 0 2vw;
  }
}
#page_company #group-sec .content .box .in_content .text.last {
  margin: 0;
}
#page_company #group-sec .content .box .in_content .text .google-map {
  display: inline-block;
  width: 22px;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content .text .google-map {
    width: 4vw;
    top: 0.3vw;
  }
}
#page_company #group-sec .content .box .in_content .text .google-map:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content .text .google-map:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #page_company #group-sec .content .box .in_content .text .adjust_1_s {
    position: relative;
    left: -2vw;
  }
}

#page_job {
  padding: 0 0 90px;
}
@media (max-width: 750px) {
  #page_job {
    padding: 0 0 15vw;
  }
}
#page_job .nav_on_pages {
  width: 860px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_job .nav_on_pages {
    width: 100vw;
  }
}
#page_job .job_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d7efe1;
  padding: 90px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content {
    padding: 15vw 0 0;
  }
}
#page_job .job_content#highway-maintenance-sec {
  margin: 0 0 130px;
}
@media (max-width: 750px) {
  #page_job .job_content#highway-maintenance-sec {
    margin: 0 0 15vw;
  }
}
#page_job .job_content .deco {
  width: 100%;
  height: 430px;
  background-size: 630px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 512px + 170px) top;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_job .job_content .deco {
    height: auto;
    background: none !important;
  }
}
#page_job .job_content .deco.highway-maintenance {
  background-image: url("../images/job/highway_fig.png");
}
#page_job .job_content .deco.area-cast {
  background-image: url("../images/job/area-cast_fig.png");
}
#page_job .job_content .deco .content {
  width: 1024px;
  box-sizing: border-box;
  padding: 50px 624px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content .deco .content {
    width: 100%;
    padding: 0;
  }
}
#page_job .job_content .deco .fig_s {
  display: none;
}
@media (max-width: 750px) {
  #page_job .job_content .deco .fig_s {
    display: block;
    width: 94vw;
    margin: 0 0 5vw 6vw;
  }
}
#page_job .job_content .deco .ttl_flag {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_job .job_content .deco .ttl_flag {
    margin: 0 0 7vw;
  }
}
#page_job .job_content .deco .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_job .job_content .deco .text {
    font-size: 3.6vw;
    width: 88vw;
    margin: 0 0 0 6vw;
  }
}
#page_job .job_content .wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 750px) {
  #page_job .job_content .wrap {
    justify-content: center;
  }
}
#page_job .job_content .wrap .primary_left {
  width: calc(50% - 512px);
  background-image: url("../images/pages/road_repeat.png");
  background-size: 25px;
  background-repeat: repeat-x;
  background-position: right bottom 110px;
}
@media (max-width: 750px) {
  #page_job .job_content .wrap .primary_left {
    display: none;
  }
}
#page_job .job_content .primary {
  width: 1024px;
  background-image: url("../images/job/road.png");
  background-size: 995px;
  background-repeat: no-repeat;
  background-position: left bottom 110px;
  box-sizing: border-box;
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content .primary {
    width: 88vw;
    padding: 0;
    background: none;
  }
}
#page_job .job_content .primary .list {
  padding: 0 200px 0 0;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list {
    padding: 0;
    margin: 0 0 12vw;
  }
}
#page_job .job_content .primary .list .item {
  border-bottom: dashed 2px #ffd700;
  padding: 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item {
    padding: 5vw 0 5vw;
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#page_job .job_content .primary .list .item .icon {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .icon {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin: 0 0 2vw;
  }
}
#page_job .job_content .primary .list .item .icon img {
  width: 40px;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .icon img {
    width: 10vw;
  }
}
#page_job .job_content .primary .list .item .icon .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .icon .text {
    justify-content: flex-start;
    margin: 0 0 0 2vw;
    position: relative;
    top: 0.5vw;
  }
}
#page_job .job_content .primary .list .item .icon .text .in_text {
  font-size: 18px;
  font-weight: bold;
  margin: 0 7px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .icon .text .in_text {
    font-size: 5vw;
    margin: 0 1vw 0 0;
    position: relative;
    top: 0.5vw;
  }
}
#page_job .job_content .primary .list .item .icon .text .num {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .icon .text .num {
    font-size: 7vw;
  }
}
#page_job .job_content .primary .list .item .ttl {
  width: 210px;
  color: #049943;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .ttl {
    width: 100%;
    font-size: 5.5vw;
    margin: 0 0 3vw;
  }
}
#page_job .job_content .primary .list .item .text {
  width: 420px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .list .item .text {
    width: 100%;
    font-size: 3.6vw;
  }
}
#page_job .job_content .primary .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1035px;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex {
    flex-wrap: initial;
    justify-content: initial;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    position: relative;
    left: -6vw;
    background-image: url("../images/job/road_s.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0 0 25vw;
  }
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex.n2 {
    background-image: url("../images/job/road_2_s.png");
  }
}
#page_job .job_content .primary .flex .box {
  width: 325px;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  margin: 0 10px 20px;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex .box {
    width: 88vw;
    padding: 6vw;
    margin: 0 0 3vw;
  }
  #page_job .job_content .primary .flex .box:last-of-type {
    margin: 0;
  }
}
#page_job .job_content .primary .flex .box .fig {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex .box .fig {
    margin: 0 0 2vw;
  }
}
#page_job .job_content .primary .flex .box .fig figcaption {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex .box .fig figcaption {
    margin: 3vw 0 0;
    font-size: 4vw;
  }
}
#page_job .job_content .primary .flex .box .ttl {
  color: #ff7a39;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #page_job .job_content .primary .flex .box .ttl {
    font-size: 5vw;
  }
}
#page_job .job_content .sign {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content .sign {
    margin: -14vw 0 0;
    padding: 0;
  }
}
#page_job .job_content .sign .box {
  width: 1024px;
  background-image: url("../images/job/sign.png");
  background-size: 105px;
  background-repeat: no-repeat;
  background-position: right top;
  height: 78px;
}
@media (max-width: 750px) {
  #page_job .job_content .sign .box {
    width: 100%;
    background-image: url("../images/job/sign_s.png");
    background-size: 100%;
    background-position: left center;
    height: 17vw;
  }
}
#page_job .job_content .sign .box_right {
  width: calc(50% - 512px);
  background-image: url("../images/job/sign_repeat.png");
  background-size: 10px;
  background-repeat: repeat-x;
}
@media (max-width: 750px) {
  #page_job .job_content .sign .box_right {
    display: none;
  }
}
#page_job .job_content .for-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 0;
  margin: -30px 0 90px;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you {
    padding: 0;
    margin: 10vw 0 10vw;
  }
}
#page_job .job_content .for-you .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .ttl {
    margin: 0 0 5vw;
  }
}
#page_job .job_content .for-you .ttl .in_text {
  display: inline-block;
  color: #049943;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .ttl .in_text {
    font-size: 5.6vw;
  }
}
#page_job .job_content .for-you .ttl::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("../images/job/slash_left.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .ttl::before {
    width: 9vw;
    height: 9vw;
  }
}
#page_job .job_content .for-you .ttl::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("../images/job/slash_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .ttl::after {
    width: 9vw;
    height: 9vw;
  }
}
#page_job .job_content .for-you .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1035px;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 88vw;
  }
}
#page_job .job_content .for-you .flex.n2 {
  width: 1040px;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex.n2 {
    width: 88vw;
  }
}
#page_job .job_content .for-you .flex.n2 .item {
  width: 500px;
  margin: 0 10px 10px;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex.n2 .item {
    width: 100%;
    margin: 0 0 2vw;
  }
  #page_job .job_content .for-you .flex.n2 .item:last-of-type {
    margin: 0;
  }
}
#page_job .job_content .for-you .flex .item {
  width: 325px;
  box-sizing: border-box;
  padding: 14px 20px;
  background: #fff7cc;
  margin: 0 10px 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex .item {
    width: 100%;
    margin: 0 0 2vw;
  }
  #page_job .job_content .for-you .flex .item:last-of-type {
    margin: 0;
  }
}
#page_job .job_content .for-you .flex .item::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("../images/job/icon_check.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex .item::before {
    width: 9vw;
    height: 9vw;
    margin: 0 2vw 0 0;
  }
}
#page_job .job_content .for-you .flex .item .in_text {
  width: calc(100% - 46px);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 750px) {
  #page_job .job_content .for-you .flex .item .in_text {
    width: calc(100% - 11vw);
    font-size: 4.4vw;
  }
}
#page_job .job_content .one-day {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_job .job_content .one-day {
    width: 84vw;
  }
}
#page_job .job_content .one-day .image {
  display: block;
}
@media (max-width: 750px) {
  #page_job .job_content .one-day .image {
    display: none;
  }
}
#page_job .job_content .one-day .image_s {
  display: none;
}
@media (max-width: 750px) {
  #page_job .job_content .one-day .image_s {
    display: block;
  }
}

#page_faq {
  padding: 80px 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_faq {
    padding: 7vw 0 15vw;
  }
}
#page_faq .content {
  width: 800px;
}
@media (max-width: 750px) {
  #page_faq .content {
    width: 88vw;
  }
}
#page_faq .content .lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_faq .content .lead {
    font-size: 3.6vw;
    text-align: left;
    margin: 0 0 10vw;
  }
}
#page_faq .content .box {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_faq .content .box {
    margin: 0 0 10vw;
  }
}
#page_faq .content .box .question {
  display: flex;
  background-image: url("../images/faq/border_foot.png");
  background-size: 13px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_faq .content .box .question {
    background-size: 3.6vw;
    padding: 0 0 5vw;
    margin: 0 0 5vw;
  }
}
#page_faq .content .box .question::before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url("../images/faq/icon_Q.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
}
@media (max-width: 750px) {
  #page_faq .content .box .question::before {
    width: 4vw;
    height: 8vw;
    background-position: left bottom;
    margin: 0 3vw 0 0;
  }
}
#page_faq .content .box .question .in_text {
  width: calc(100% - 37px);
  color: #049943;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px 0 0;
}
@media (max-width: 750px) {
  #page_faq .content .box .question .in_text {
    width: calc(100% - 37px);
    font-size: 4vw;
    padding: 1.5vw 0 0;
  }
}
#page_faq .content .box .answer {
  display: flex;
}
#page_faq .content .box .answer::before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url("../images/faq/icon_A.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
}
@media (max-width: 750px) {
  #page_faq .content .box .answer::before {
    width: 4vw;
    height: 8vw;
    background-position: left bottom;
    margin: 0 3vw 0 0;
  }
}
#page_faq .content .box .answer .in_text {
  width: calc(100% - 37px);
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_faq .content .box .answer .in_text {
    width: calc(100% - 37px);
    font-size: 3.6vw;
    padding: 1.5vw 0 0;
  }
}
#page_faq .content .box .answer .in_text .mini {
  font-size: 14px;
}
@media (max-width: 750px) {
  #page_faq .content .box .answer .in_text .mini {
    font-size: 3.4vw;
  }
}
#page_faq .content .panel_access {
  background: #d7efe1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_faq .content .panel_access {
    padding: 6vw 0;
  }
}
#page_faq .content .panel_access .text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_faq .content .panel_access .text {
    font-size: 3.6vw;
    margin: 0 0 3vw;
  }
}
#page_faq .content .panel_access .tel {
  width: 325px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_faq .content .panel_access .tel {
    display: none;
  }
}
#page_faq .content .panel_access .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #page_faq .content .panel_access .tel_s {
    display: block;
    width: 56vw;
    margin: 0 0 3vw;
  }
}
#page_faq .content .panel_access .time {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 750px) {
  #page_faq .content .panel_access .time {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=styles.css.map */