/*
Theme Name: 経営サポート特典テンプレテーマ
*/
/*
reset
*/
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;
}
main{
	margin-top:0 !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

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

.green{
	color:#1F6A39;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents_wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .contents_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
}

main {
  width: 100%;
}

.side_bar {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .side_bar {
    width: 100%;
  }
}

.header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 1040px) {
  .header .header_inner {
    padding: 7px 15px;
  }
}
.header .parts_company_logo {
  text-align: right;
}
.header .parts_company_logo span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .header .parts_company_logo span {
    display: block;
  }
}
.header .parts_company_logo .main {
  font-size: 28px;
  margin-right: 0.5em;
}
@media screen and (max-width: 1300px) {
  .header .parts_company_logo .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header .parts_company_logo .main {
    margin-right: 0;
  }
}
.header .parts_company_logo .sub {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .header .parts_company_logo .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1040px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}
.header .header_nav .header_nav_item a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
}
.header .header_nav .header_nav_item a:hover {
  opacity: 0.8;
}
.header .header_nav .header_nav_item._colored a {
  background: #0E9944;
  color: #fff;
}
.header .header_nav .header_nav_item._colored a:hover {
  opacity: 0.8;
}
.header .toggle_btn {
  display: none;
  width: 36px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .header .toggle_btn {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 900;
  }
}
.header .toggle_btn span {
  display: none;
  background: #000;
  position: absolute;
  left: 0;
  width: 70%;
  height: 2px;
  border-radius: 4px;
}
.header .toggle_btn span:nth-of-type(1) {
  top: 0;
}
.header .toggle_btn span:nth-of-type(2) {
  top: 9px;
}
.header .toggle_btn span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .header .toggle_btn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 900;
  }
}
.header .toggle_btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.header .toggle_btn.is-active span:nth-of-type(2) {
  display: none;
}
.header .toggle_btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.header .toggle_nav {
  display: none;
  padding: 50px 20px;
}
.header .toggle_nav .toggle_nav_item:not(:first-of-type) {
  margin-top: 1em;
}
.header .toggle_nav .toggle_nav_item a {
  display: block;
}
.header .toggle_nav .toggle_nav_item span {
  display: block;
}
.header .toggle_nav .toggle_nav_item .deco {
  font-weight: normal;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  color: #2F9944;
}
.header .toggle_nav .toggle_nav_item .title {
  font-weight: bold;
  font-size: 20px;
}
.header .toggle_nav .sub_menu {
  margin-top: 50px;
}
.header .toggle_nav .sub_menu .sub_menu_item {
  font-size: 16px;
  font-weight: bold;
}

.side_bar > *:not(:first-of-type) {
  margin-top: 20px;
}
.side_bar .side_service_main {
  background: #f1f1f1;
  padding: 10px;
}
.side_bar .side_service_main .title {
  text-align: center;
  color: #1F6A39;
  font-size: 23px;
}
.side_bar .side_service_main_list {
  margin-top: 10px;
}
.side_bar .side_service_main_item:not(:first-of-type) {
  margin-top: 10px;
}
.side_bar .side_service_sub .title {
  background: #2F9944;
  text-align: center;
  padding: 0.7em;
  color: #fff;
}
.side_bar .side_service_sub_list {
  background: #e8e8e8;
  padding: 10px;
}
.side_bar .side_service_sub_item:not(:first-of-type) {
  margin-top: 10px;
}
.side_bar .side_service_sub_item a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #fff;
  border-radius: 2em;
}
.side_bar .side_service_sub_item a:hover {
  opacity: 0.7;
}

.top_mv {
  width: 100%;
  height: 50vw;
  background: #00552E;
  position: relative;
}
.top_mv .inner {
  padding: 0 10vw;
}
.top_mv .top_copy {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  z-index: 999;
  color: #fff;
  font-weight: bold;
}
.top_mv .text._lg{
	font-size: 60px !important;
}
@media only screen and (max-width: 1400px) {
  .top_mv .text._lg {
    font-size: 56px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .top_mv .text._lg {
    font-size: 40px !important;
  }
}
.top_mv .text._md {
  margin-top: 0.5em;
  font-size: 40px;
}
@media only screen and (max-width: 1400px) {
  .top_mv .text._md {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .top_mv .text._md {
    font-size: 20px;
  }
}
.top_mv .text._sm {
  margin-top: 1em;
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  .top_mv .text._sm {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .top_mv {
	  height:74vh;
	  margin-top:40px;
  }
	.top_mv .text._lg{
		font-size:7vw !important;
		line-height:9vw !important;
	}
}
.top_mv .scroll {
  position: absolute;
  bottom: 0;
  left: calc(7.4vw - 20px);
  z-index: 10;
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_mv .scroll {
    left: 7.4vw;
  }
}
.top_mv .scroll .bar {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-animation: sdl 2s ease 0ms infinite;
          animation: sdl 2s ease 0ms infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
.top_mv .scroll p {
  padding-top: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_mv .scroll p {
    font-size: 10px;
  }
}

svg {
  height: 100vh;
  width: 100vw;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
svg .rotated {
  -webkit-transform: rotate(-10deg) scale(1.5);
          transform: rotate(-10deg) scale(1.5);
  -webkit-transform-origin: 400px 700px 0;
          transform-origin: 400px 700px 0;
}
@media screen and (max-width: 767px) {
  svg .rotated {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}
@media screen and (max-width: 767px) {
  svg #wave1 {
    -webkit-transform: rotate(-18deg) scale(2);
            transform: rotate(-18deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}
@media screen and (max-width: 767px) {
  svg #wave2 {
    -webkit-transform: rotate(-28deg) scale(2);
            transform: rotate(-28deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}
@media screen and (max-width: 767px) {
  svg #wave3 {
    -webkit-transform: rotate(-20deg) scale(2);
            transform: rotate(-20deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}
@media screen and (max-width: 767px) {
  svg #wave4 {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}
@media screen and (max-width: 767px) {
  svg #wave5 {
    -webkit-transform: rotate(-10deg) scale(2);
            transform: rotate(-10deg) scale(2);
    -webkit-transform-origin: 250px 300px 0;
            transform-origin: 250px 300px 0;
  }
}

.top_intro {
	padding: 30px 0 70px;
	background-color:#eee;
	background:url(images/intro-bg.png) no-repeat;
	background-size:cover;
}
.top_intro .contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .top_intro .contents_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_intro .img_area {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .top_intro .img_area {
    width: 100%;
  }
}
.top_intro .img_area .intro_copy {
  font-size: 32px;
}
.top_intro .content_area .intro_text {
  margin-top: 20px;
}
.top_intro .top_intro_list {
  margin-top: 20px;
}
.top_intro .service_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top_intro .service_item_inner .icon {
  width: 40px;
  height: 40px;
}
.top_intro .btn_area {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.top_intro .img_area .intro_copy {
		font-size: 24px;
	}
	.top_intro .top_intro_list {
    	margin-top: 8vw;
	}
}

.top_strength {
  background: #b2c8d1;
  padding: 50px 0 30px;
}
.top_strength .strength_list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.top_strength .strength_list .img_area{
	margin-bottom:20px;
}
.top_strength .strength_list h3{
	font-size:22px;
	text-align:center;
	margin-bottom:20px;
}
.top_strength .strength_list h3 .tx-l{
	font-size:1.5em;
}
.top_strength .strength_item {
  width: calc((100% - 45px) / 4);
  background: #fff;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .top_strength .strength_item {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 520px) {
  .top_strength .strength_item {
    width: 100%;
  }
}
.top_strength .img_area img {
  width: 100%;
}

.top_service {
  padding: 50px 0 80px;
}
.top_service .parts_service_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 10px;
}
.top_service .service_item {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 1024px) {
  .top_service .service_item {
    width: calc((100% - 10px) / 2);
  }
}

.top_service .service_item .title {
    font-size: 22px;
    font-weight: bold;
    color: #0E9944 !important;
    text-align: center;
    margin-bottom: 20px;
}

.top_service .service_item .img_area{
	display:block;
	margin:0 auto;
	max-width:85%;
	background: #d6f1ee;
}
.top_service .service_item .img_area img{
	display:block;
	margin:0 auto;
}

.top_service .service_item .text {
	max-width:85%;
	margin:20px auto 0;
}

.top_service .service_item .text.service_detail li{
	position:relative;
	padding-left:28px;
	margin-bottom:5px;
}
.top_service .service_item .text.service_detail li:before{
	position:absolute;
	content:"";
	background:url(images/check.png) no-repeat;
	background-size:contain;
	width:24px;
	height:21px;
	top:6px;
	left:0;
}
.top_service .service_item .text.service_detail .onayami{
	position:relative;
	padding-left:28px;
	display:inline-block;
    font-size: .95em;
    line-height: 1.2;
}
.top_service .service_item .text.service_detail .onayami:before{
	position:absolute;
	content:"";
	background:url(images/onayami.png) no-repeat;
	background-size:contain;
	width:24px;
	height:17px;
	top:6px;
	left:0;
}

@media only screen and (max-width: 599px) {
	.top_service .service_item .text.service_detail li {
		padding-left: 25px;
	}
	.top_service .service_item .text.service_detail li:before{
		width: 20px;
		height: 17px;
		top: 4px;
	}
	.top_service .service_item .text.service_detail .onayami:before{
		top:4px;
	}
}

.top_contact_bn{
	background:#efefef;
	border-radius:20px;
}
.top_contact_bn_inner{
	display:flex;
	justify-content:center;
	padding:0 25px;
	align-items:center;
}
.top_contact_bn_inner .fas{
	font-size:1em;
	color:#555;
	margin:0 1em;
}
.top_contact_bn .tx,
.top_contact_bn .open{
	color:#555;
	font-size:1em;
	font-weight:600;
}
.top_contact_bn .tel{
	color:#ff7600;
	font-size:1.7em;
	font-weight:600;
	margin:0 1em;
}

@media only screen and (max-width: 1024px) {
	.top_contact_bn .tx, .top_contact_bn .open{
		font-size:.7em;
	}
	.top_contact_bn .tel{
		font-size:1.2em;
		margin:0 .5em;
	}
	.top_contact_bn_inner .fas {
		font-size: .8em;
		margin: 0 0.5em;
	}
}

@media only screen and (max-width: 768px) {
	.top_contact_bn_inner{
		display:block;
		padding:.5em 0;
	}
	.top_contact_bn .tx, .top_contact_bn .open{
		display:block;
		width:100%;
		text-align:center;
		font-size:1.3em;
	}
	.top_contact_bn .tel{
		display:block;
		display:block;
		text-align:center;
	}
	.top_contact_bn .tel .fas{
		padding-bottom:12px;
		vertical-align:middle;
	}
	.top_contact_bn .tel .num{
		font-size:1.7em;
	}
}

@media only screen and (max-width: 390px) {
	.top_contact_bn .tx, .top_contact_bn .open{
		font-size:1em;
	}
	.top_contact_bn .tel .num {
		font-size: 1.5em;
	}
	.top_contact_bn .tel{
		margin:.3em 0;
	}
}

.top_news {
  background: #b2c8d1;
  padding: 50px 0 70px;
}
.top_news .news_list {
  margin-top: 50px;
  background: #fff;
  padding: 20px;
}
.top_news .news_item .date {
	display:inline-block;
	margin-right:20px;
	font-size: 16px;
    color: #2F9944;
}
.top_news .news_item .title {
	font-size: 18px;
	display:inline-block;
}
.top_news .news_item .text {
  margin-top: 5px;
  color: #5a5a5a;
}
.top_news .news_item:not(:first-of-type) {
  margin-top: 15px;
}
.top_news .btn_area {
  margin-top: 30px;
  text-align: center;
}

.news_item_inner ul{
	padding-bottom:20px;
}

.news_item_inner ul li{
	padding:10px 0;
	border-bottom: dashed 1px #b2c8d1;
}

.top_recruit {
  padding: 0 0 30px 0;
}
.top_recruit .bnr_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 520px) {
	.top_recruit {
	  padding: 0;
	}
  .top_recruit .bnr_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_recruit .bnr_item,
.page_recruit .bnr_item{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position:relative;
    background: #00552E;
	margin-right:2px;
}
.top_recruit .bnr_item img,
.page_recruit .bnr_item img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_recruit .txt,
.page_recruit .txt{
	position:absolute;
	color:#fff;
	top:10%;
	left:3%;
	font-weight:600;
}
.top_recruit .txt .rec,
.page_recruit .txt .rec{
	font-size:106px;
}
.top_recruit .txt .message,
.page_recruit .txt .message{
	font-size:36px;
}
.top_recruit .txt .btn,
.page_recruit .txt .btn{
	padding:10px 20px;
	border:solid 1px #fff;
	margin-top:60px;
	display:inline-block;
}

.top_access {
  padding: 50px 0;
}
.top_access .office_item {
  margin-top: 50px;
}
.top_access .office_name {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #2F9944;
}
.top_access .address {
  margin-top: 15px;
  text-align: center;
}
.top_access .map_area {
  margin: 30px auto 0;
  max-width: 800px;
}
.top_access .map_container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.top_access .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.service_introduction .img_area {
  width: 100%;
  margin: 50px auto;
}
.service_introduction .text {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.service_introduction .service_intro_list {
  margin-top: 20px;
  padding: 10px;
}

.service_main {
  margin-top: 40px;
}

.service_main_item {
  margin-top: 50px;
}
.service_main_item .main_title {
  text-align: center;
}
.service_main_item .parts_service_item_btn {
  font-size: 22px;
}
.service_main_item .title_icon_longlined {
  margin: 30px 10px;
}
.service_main_item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_main_item .service_child {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .service_main_item .service_child {
    width: 100%;
  }
}
.service_main_item .text {
  margin-bottom: 15px;
}
.service_main_item .link {
  text-align: right;
}
.service_main_item .link a {
  color: #1F6A39;
}
.service_main_item .link a:hover {
  color: #2F9944;
}

.service_sub {
  margin-top: 50px;
  padding: 30px 0;
}

.service_sub_title {
  text-align: center;
  font-size: 24px;
}

.service_sub_content {
  margin-top: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_sub_item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 768px) {
  .service_sub_item {
    width: 100%;
  }
}
.service_sub_item .title {
  color: #2F9944;
}
.service_sub_item .text {
  margin-top: 10px;
}
.service_sub_item .link {
  margin-top: 10px;
  text-align: right;
}
.service_sub_item .link a {
  color: #1F6A39;
}
.service_sub_item .link a:hover {
  color: #2F9944;
}

.common-service-style .box-gray {
  padding: 15px;
}
.common-service-style .title_icon_longlined {
  margin-top: 20px;
  margin-bottom: 10px;
}
.common-service-style h2 {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 28px;
  margin-bottom: 40px;
}
.common-service-style h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.common-service-style p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.common-service-style > img {
  margin-bottom: 20px;
}
.common-service-style a {
  color: #1F6A39;
}
.common-service-style a:hover {
  color: #2F9944;
}
.common-service-style table {
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .common-service-style table {
    width: 100%;
  }
}
.common-service-style table th,
.common-service-style table td {
  border: 1px solid #e8e8e8;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 768px) {
  .common-service-style table th,
.common-service-style table td {
    padding: 0.5em;
  }
}
.common-service-style table th {
  background: #f1f1f1;
  font-weight: normal;
  text-align: left;
}

.common-news-style h2{
    padding-left: 15px;
    font-size: 22px;
    font-weight: bold;
    border-left: 6px solid #1F6A39;
    margin: 40px 0 10px;
}

.common-news-style .content{
	margin:40px 0;
}

.page_flow .flow_item:not(:first-of-type) {
  margin-top: 2em;
}
.page_flow .flow_item_title {
  padding-bottom: 5px;
  border-bottom: 3px solid #e8e8e8;
  font-size: 20px;
}
.page_flow .flow_item_title .num {
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .page_flow .flow_item_title span {
    display: block;
  }
  .page_flow .flow_item_title .num {
    color: #5a5a5a;
    font-size: 0.9em;
  }
}
.page_flow .flow_item_content {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page_flow .flow_item_content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .page_flow .flow_item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_recruit main {
  padding: 50px 0;
}
.page_recruit .recruit_mv {
  width: 100%;
}
.page_recruit .recruit_mv .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_mv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_recruit .recruit_mv .inner > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_recruit .recruit_page_title {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
	line-height:1.6;
}
.page_recruit .recruit_greeting .inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_greeting .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_recruit .recruit_greeting .img_area {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page_recruit .recruit_greeting .img_area img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_greeting .img_area {
    width: 100%;
  }
}
.page_recruit .recruit_greeting .title {
  margin-bottom: 20px;
}
.page_recruit .recruit_greeting .signature {
  margin-top: 2em;
  text-align: right;
}
.page_recruit .recruit_wanted {
  margin: 50px 0 70px;
  background: #f1f1f1;
  padding: 1em;
}
.page_recruit .recruit_wanted .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_wanted .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_recruit .recruit_wanted .img_area {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page_recruit .recruit_wanted .img_area img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_wanted .img_area {
    width: 100%;
  }
}
.page_recruit .recruit_wanted .heading {
  color: #1F6A39;
  font-weight: bold;
  font-size: 1.3em;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_wanted .heading {
    font-size: 1.1em;
  }
}
.page_recruit .recruit_wanted .text {
  margin-top: 20px;
}
.page_recruit .recruit_wanted .text p {
  margin-bottom: 1em;
}
.page_recruit .recruit_philosophy {
  padding: 50px 0;
  background: #d5ecdb;
}
.page_recruit .recruit_philosophy .philosophy_content {
  margin-top: 30px;
}
.page_recruit .recruit_philosophy .philosophy_content .heading {
  font-weight: bold;
  color: #1F6A39;
}
.page_recruit .recruit_philosophy .philosophy_content .parts_num_list {
  margin-top: 20px;
}
.page_recruit .recruit_philosophy .philosophy_content .ending {
  margin-top: 1.5em;
}
.page_recruit .recruit_philosophy .philosophy_title {
  background: #1F6A39;
  display: inline-block;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 20px;
}
.page_recruit .recruit_philosophy .philosophy_guideline {
  margin-top: 50px;
}
.page_recruit .recruit_philosophy .guideline_list {
  background: #fff;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.page_recruit .recruit_philosophy .guideline_item {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 1024px) {
  .page_recruit .recruit_philosophy .guideline_item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_philosophy .guideline_item {
    width: 100%;
  }
}
.page_recruit .recruit_philosophy .guideline_item._heading .text {
  color: #1F6A39;
  font-weight: bold;
}
.page_recruit .recruit_data {
  padding: 50px 0;
}
.page_recruit .recruit_data .data_content {
  margin-top: 30px;
}
.page_recruit .recruit_data .data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.page_recruit .recruit_data .data_content .data_item{
	border:solid 25px #ccc;
	background:#fff;
	width:50%;
	padding:20px;
}
.page_recruit .recruit_data .data_content .data_item h3{
	color:#063c78;
	font-size:40px;
	text-align:center;
	position:relative;
}
.page_recruit .recruit_data .data_content .data_item h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  background: #063c78;
}
.page_recruit .recruit_data .data_content .data_item .data_num{
    font-size: 100px;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
}

.page_recruit .recruit_data .data_content .data_item .howold{
	position:relative;
	padding-left:30px;
}
.page_recruit .recruit_data .data_content .data_item .howold:before{
	position:absolute;
	content:"";
	background:url(images/saiyou1.png) no-repeat;
	background-size:contain;
	width:70px;
	height:57px;
	top:0;
	bottom:0;
	margin:auto;
	left:20px;
}

.page_recruit .recruit_data .data_content .data_item .data_num .tx-s{
	font-size:60px;
}
.page_recruit .recruit_data .data_content .data_item .data_ex{
	color:#063c78;
	font-weight:bold;
	font-size:32px;
	text-align:center;
}
.page_recruit .recruit_data .data_content .data_item .data_point{
	text-align:center;
	padding-top:10px;
}
.page_recruit .recruit_data .data_content .data_item .waku{
	display:flex;
	justify-content:center;
	align-items:center;
}
.page_recruit .recruit_data .data_content .data_item .circle {
    position: relative;
    width: 150px;
    height: 150px; 
    background-color: #063c78;
    border-radius: 50%; 
    margin: 0 20px 0 0;
    text-align: center;
}
.page_recruit .recruit_data .data_content .data_item .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color:#fff;
	font-weight:900;
	font-size:28px;
}

@media only screen and (max-width: 1040px) {
	.page_recruit .recruit_data .data_content .data_item h3{
		font-size:5vw;
	}
	.page_recruit .recruit_data .data_content .data_item .data_num {
		font-size: 11vw !important;
		padding: 4vw 0;
	}
	.page_recruit .recruit_data .data_content .data_item .howold{
		padding-left:10vw;
	}
	.page_recruit .recruit_data .data_content .data_item .data_num .tx-s{
		font-size:5vw;
	}
	.page_recruit .recruit_data .data_content .data_item .data_ex{
		font-size:5vw;
		line-height:7vw;
	}
	.page_recruit .recruit_data .data_content .data_item .howold:before{

	}
}
@media only screen and (max-width: 768px) {
	.page_recruit .recruit_data .data_list{
		flex-wrap:wrap;
	}
	.page_recruit .recruit_data .data_content .data_item{
		width:100%;
		border: solid 12px #ccc;
	}
	.page_recruit .recruit_data .data_content .data_item .circle{
		width:100px;
		height:100px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.page_recruit .recruit_data .data_content .data_item .circle-inner{
		font-size:16px;
	}
}
@media only screen and (max-width: 520px) {
  .page_recruit .recruit_data .data_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.page_recruit .recruit_data .data_content .data_item .data_num{
		padding:9vw 0 5vw 0;
	}
	.page_recruit .recruit_data .data_content .data_item .howold:before{
		width:44px;
		height:34px;
	}
}
.page_recruit .recruit_info {
  margin-top: 50px;
}
.page_recruit .recruit_info .info_item:not(:first-of-type) {
  margin-top: 15px;
}
.page_recruit .recruit_info .info_list {
  margin-top: 30px;
}
.page_recruit .recruit_info .info_content .date {
  font-size: 0.9em;
  color: #9e9e9e;
}
.page_recruit .recruit_info .info_content .title {
  font-size: 1.3em;
  border-left: 3px solid #1F6A39;
  margin: 0.2em 0;
  padding-left: 0.5em;
}
.page_recruit .recruit_info .bnr_area {
  margin-top: 50px;
}
.page_recruit .recruit_info .bnr_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .page_recruit .recruit_info .bnr_area .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_seminar .seminar_info_item {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}
.page_seminar .tag {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.8em;
  margin: 0 0.2em;
  white-space: nowrap;
}

.page_company .section_title {
  font-size: 24px;
  text-align: center;
  padding: 1em 0 0.3em;
  margin-bottom: 1em;
}
.page_company .company_philosophy .philosophy_content .heading {
  color: #1F6A39;
  font-weight: bold;
}
.page_company .company_philosophy .philosophy_content .parts_num_list {
  margin-top: 1em;
}
.page_company .company_philosophy .philosophy_content .parts_num_list li {
  margin: 0.5em 0;
}
.page_company .company_philosophy .philosophy_content .ending {
  margin-top: 1em;
}
.page_company .company_greeting {
  margin-top: 30px;
}
.page_company .company_greeting .img_area {
  float: right;
  width: 300px;
  margin-left: 20px;
}
.page_company .company_greeting .img_area img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_company .company_greeting .img_area {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.page_company .company_greeting .heading {
  color: #1F6A39;
  font-weight: bold;
  font-size: 20px;
}
.page_company .company_greeting .text {
  margin-top: 1em;
}
.page_company .company_greeting .signature {
  margin-top: 10px;
  text-align: center;
  width: 300px;
}
.page_company .company_greeting .signature .name {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page_company .company_greeting .signature {
    margin: 10px auto;
  }
}
.page_company .company_guideline {
  margin-top: 30px;
}
.page_company .company_guideline .guideline_item {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}
.page_company .company_guideline .guideline_item .img_area {
  max-width: 300px;
  margin: 0 auto;
}
.page_company .company_guideline .guideline_item .text {
  margin-top: 15px;
}
.page_company .company_guideline .guideline_item._heading .text {
  font-weight: bold;
  color: #1F6A39;
}
.page_company .company_info {
  margin-top: 30px;
}
.page_company .company_info .company_info_table {
  border-collapse: collapse;
  width: 100%;
}
.page_company .company_info .company_info_table th, .page_company .company_info .company_info_table td {
  border: 1px solid #e8e8e8;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .page_company .company_info .company_info_table th, .page_company .company_info .company_info_table td {
    display: block;
  }
}
.page_company .company_info .company_info_table th {
  text-align: left;
  width: 30%;
  background: #f1f1f1;
}
@media only screen and (max-width: 768px) {
  .page_company .company_info .company_info_table th {
    width: 100%;
  }
}
.page_company .company_access {
  margin-top: 30px;
}
.page_company .company_access .address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .page_company .company_access .address_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_company .company_access .img_area {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .page_company .company_access .img_area {
    width: 100%;
    max-width: 100%;
  }
}
.page_company .company_access .text_area {
  width: 100%;
}
.page_company .company_access .text_area .title {
  font-size: 1.3em;
  border-bottom: 3px solid #ccc;
}
.page_company .company_access .text_area .term {
  font-weight: bold;
  padding: 0.3em 0 0.2em;
}
.page_company .company_access .map_area {
  margin-top: 30px;
  width: 100%;
}
.page_company .company_access .map_container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.page_company .company_access .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
contact
*/
.page_contact .contact_item:not(:first-of-type) {
  margin-top: 50px;
}
.page_contact .contact_title {
  margin-bottom: 30px;
}
.page_contact .tel_content {
  text-align: center;
}
.page_contact .tel_content .tel_item {
  font-weight: bold;
  font-size: 1.2em;
}
.page_contact .tel_content .tel_item a {
  color: #2F9944;
}
.page_contact .tel_content .tel_item a:hover {
  color: #1F6A39;
}
.page_contact .tel_content .time {
  margin-top: 1em;
  font-size: 1.2em;
}
.page_contact .tel_content .add_info {
  margin-top: 0.5em;
}
.page_contact .form_area {
  margin-top: 1em;
}

.page_contact .form_wrap {
  border: 1px solid #e8e8e8;
}

.page_contact .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contact .form_row:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 768px) {
  .page_contact .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_contact .form_row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  background: #F1F1F1;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
 .page_contact .form_row .title {
    max-width: inherit;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 20px;
  }
}
.page_contact .form_row .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 20px;
  margin-left: 20px;
}
.form_row .state > span {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #fff;
}
.form_row .state._req {
  background: #D35327;
}
.form_row .state._any {
  background: #333;
}
.form_row .add_info {
  font-size: 0.9em;
  color: #5a5a5a;
}

.form_item {
  width: calc(100% - 260px);
  padding: 17px 20px;
}
@media only screen and (max-width: 768px) {
  .form_item {
    width: 100%;
  }
}
.form_item input[type=text],
.form_item input[type=email],
.form_item input[type=number],
.form_item input[type=tel],
.form_item textarea {
  width: 100%;
  max-width: 450px;
  border: 1px solid #F1F1F1;
  padding: 5px 10px;
}
.form_item input[type=text]::-webkit-input-placeholder, .form_item input[type=email]::-webkit-input-placeholder, .form_item input[type=number]::-webkit-input-placeholder, .form_item input[type=tel]::-webkit-input-placeholder, .form_item textarea::-webkit-input-placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.form_item input[type=text]::-moz-placeholder, .form_item input[type=email]::-moz-placeholder, .form_item input[type=number]::-moz-placeholder, .form_item input[type=tel]::-moz-placeholder, .form_item textarea::-moz-placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.form_item input[type=text]:-ms-input-placeholder, .form_item input[type=email]:-ms-input-placeholder, .form_item input[type=number]:-ms-input-placeholder, .form_item input[type=tel]:-ms-input-placeholder, .form_item textarea:-ms-input-placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.form_item input[type=text]::-ms-input-placeholder, .form_item input[type=email]::-ms-input-placeholder, .form_item input[type=number]::-ms-input-placeholder, .form_item input[type=tel]::-ms-input-placeholder, .form_item textarea::-ms-input-placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.form_item input[type=text]::placeholder,
.form_item input[type=email]::placeholder,
.form_item input[type=number]::placeholder,
.form_item input[type=tel]::placeholder,
.form_item textarea::placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.form_item select {
  border: 1px solid #F1F1F1;
  padding: 5px 10px;
  width: 100%;
}
.form_item textarea {
  max-width: inherit;
}
.form_item textarea[name=detail] {
  height: 150px;
}
.form_item._short input[type=text],
.form_item._short input[type=email],
.form_item._short input[type=number],
.form_item._short input[type=tel],
.form_item._short textarea {
  max-width: 300px;
}
.form_item .notes {
  color: #b7b7b7;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.form_item .notes:before {
  content: "※";
}

.form-check{
	margin-top:20px;
}
.form-check input[type=text]{
  width: 30%;
  max-width: 40px;
  border: 1px solid #ccc;
  padding: 5px 10px;	
}
.form-thanks p{
	margin-bottom:20px;
}

.form_quiz {
  margin-top: 20px;
  text-align: center;
}
.form_quiz input {
  border: 2px solid #e8e8e8;
  background: #fff;
  width: 3em;
}
.form_quiz .inner {
  margin-top: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1em;
  background: #f1f1f1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-spinner {
  display: none !important;
}

.purpose.checkboxWrap .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20%;
     -moz-column-gap: 20%;
          column-gap: 20%;
  row-gap: 10px;
}
.purpose.checkboxWrap span.wpcf7-list-item {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .purpose.checkboxWrap span.wpcf7-list-item {
    width: 100%;
  }
}

.privacy.checkboxWrap {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-top: 15px;
}

.checkboxWrap .wpcf7-form-control-wrap {
  display: block;
}
.checkboxWrap .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkboxWrap span.wpcf7-list-item {
  position: relative;
}
.checkboxWrap .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkboxWrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
.checkboxWrap .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  background: #ccc;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkboxWrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #1F6A39;
}
.checkboxWrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  width: 12px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.selectWrap {
  position: relative;
  max-width: 300px;
}
.selectWrap::after {
  position: absolute;
  top: 30%;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1F6A39;
  border-right: 2px solid #1F6A39;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}
.selectWrap::before {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 1px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F1F1F1;
  content: "";
}

.btn_submit {
  position: relative;
  display: table;
  width: 90%;
  max-width: 328px;
  background: #1F6A39;
  margin-inline: auto;
  margin-top: 50px;
}
.btn_submit button,
.btn_submit input {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-block: 20px;
  cursor: pointer;
}

.page_privacy .privacy_content {
  padding: 50px 0;
}
.page_privacy .privacy_content h2 {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 35px;
  margin-bottom: 40px;
}
.page_privacy .privacy_content h3 {
  font-size: 24px;
  color: #2F9944;
  padding: 20px 0 10px;
}
.page_privacy .privacy_content p {
  margin-bottom: 10px;
}
.page_privacy .privacy_content ul,
.page_privacy .privacy_content ol {
  margin-bottom: 10px;
}
.page_privacy .privacy_content ul li {
  padding-left: 20px;
  line-height: 1.8;
  position: relative;
}
.page_privacy .privacy_content ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: #2F9944;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.page_sitemap .parts_basic_list a {
  color: #1F6A39;
}

@media only screen and (max-width: 800px) {
  .common-news-style {
    font-size: 18px;
  }
}
.common-news-style p,
.common-news-style h2,
.common-news-style h3,
.common-news-style h4,
.common-news-style h5,
.common-news-style h6,
.common-news-style table,
.common-news-style ul,
.common-news-style ol {
  margin-top: 10px;
}
.common-news-style *::-moz-selection {
  background: #b7b7b7;
  color: #fff;
}
.common-news-style *::selection {
  background: #b7b7b7;
  color: #fff;
}

.common-news-style a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../img/linktab.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  display: inline-block;
}
.common-news-style strong {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffb98));
  background: linear-gradient(transparent 50%, #fffb98 50%);
}
.common-news-style h2 {
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 6px solid #1F6A39;
  margin: 40px 0 10px;
}
@media only screen and (max-width: 800px) {
  .common-news-style h2 {
    font-size: 18px;
    border-left: 3px solid #1F6A39;
  }
}
.common-news-style h3 {
  font-size: 20px;
  color: #1F6A39;
  font-weight: bold;
  border-bottom: 2px solid #1F6A39;
  margin: 30px 0 10px;
}
@media only screen and (max-width: 800px) {
  .common-news-style h3 {
    font-size: 16pxf;
  }
}
.common-news-style table {
  border-collapse: collapse;
  max-width: 100%;
}
.common-news-style th, .common-news-style td {
  border: 1px solid #ccc;
  padding: 1em;
}
@media only screen and (max-width: 800px) {
  .common-news-style th, .common-news-style td {
    display: block;
  }
}
.common-news-style th {
  background: #f1f1f1;
}

.common-news-style img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin-right: auto;
  margin-left: auto;
}

.prev-next-link{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 28px 0;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
	position:relative;
	font-size:16px;
}
.prev-next-link:before{
    position: absolute;
    content: "BEFORE";
    background: #4fa7d1;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 12px;
    padding: 2px 10px;
}
.prev-next-link:after{
    position: absolute;
    content: "NEXT";
    background: #4fa7d1;
    color: #fff;
    bottom: 0;
    right: 0;
    font-size: 12px;
    padding: 2px 10px;
}

.prev-next-link .prev{
	width:48%;
	border-right:2px solid #f1f1f1;
}

.prev-next-link .next{
	width:48%;
	text-align:right;
}

.footer {
  padding-top: 40px;
  background: #1F6A39;
  color: #fff;
}
@media only screen and (max-width: 520px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer a {
  color: #fff;
}
.footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_group {
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 768px) {
  .footer .footer_group {
    width: 100%;
  }
}
.footer .footer_nav_item {
  padding-left: 20px;
  padding: 0.3em 0.3em 0.3em 20px;
  position: relative;
	font-size:16px;
}
.footer .footer_nav_item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #2F9944;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer_group._info {
  text-align: center;
}
.footer .footer_logo {
  margin-bottom: 2em;
}
.footer .footer_logo .parts_company_logo .main {
  color: #fff;
}
.footer .footer_tel {
  font-size: 24px;
  font-weight: bold;
}
.footer .footer_tel span {
  font-size: 0.7em;
  font-weight: normal;
}
.footer .footer_contact {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.footer .nav_title + .footer_nav {
  margin-top: 10px;
}
.footer .footer_nav + .nav_title {
  margin-top: 20px;
}
.footer .target_area {
  margin-top: 50px;
}
.footer .target_area .title {
  font-size: 18px;
  padding-left: 0.8em;
  position: relative;
}
.footer .target_area .title::before {
  content: "";
  width: 3px;
  height: 50%;
  background: #2F9944;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .target_area .title::after {
  content: "";
  width: 3px;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .target_area .content {
  margin-top: 20px;
}
.footer .copy-right {
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

.btn_rounded {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 25px;
  background: #2F9944;
  color: #fff;
}
.btn_rounded:hover {
  opacity: 0.8;
}

.btn_gradient {
  display: inline-block;
  text-align: center;
  padding: 0.5em 3em;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F6A39), to(#2F9944));
  background: linear-gradient(to bottom, #1F6A39, #2F9944);
  color: #fff !important;
  font-weight: bold;
}
.btn_gradient:hover {
  opacity: 0.9;
}
.btn_gradient._lg {
  font-size: 20px;
  padding: 1.3em 3em;
  min-width: 450px;
  border-radius: 3em;
}
@media only screen and (max-width: 768px) {
  .btn_gradient._lg {
    min-width: unset;
    width: 100%;
  }
}

.parts_table-basic {
  border-collapse: collapse;
  margin: 10px;
}
.parts_table-basic th, .parts_table-basic td {
  padding: 3px;
  border-bottom: 1px solid #eee;
  /* vertical-align: text-top; */
}
.parts_table-basic th {
  text-align: left;
  font-weight: normal;
}
.parts_table-basic td {
  padding-left: 2em;
  white-space: nowrap;
}
.parts_table-basic._center {
  margin: 0 auto;
}

.btn_contact {
  display: inline-block;
  background: #1F6A39;
  padding: 0.5em 1em;
  color: #fff;
}
.btn_contact:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 520px) {
  .btn_contact {
    display: block;
  }
}

.parts_tel_btn {
  display: inline-block;
  text-align: left;
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  .parts_tel_btn {
    font-size: 35px;
  }
}
@media only screen and (max-width: 520px) {
  .parts_tel_btn {
    font-size: 24px;
  }
}
.parts_tel_btn .num {
  font-weight: bold;
}
.parts_tel_btn .time {
  font-size: 0.5em;
  margin-left: -7px;
}
.parts_tel_btn .inner {
  position: relative;
  padding-left: 1.5em;
}
.parts_tel_btn .inner::before {
  content: url(images/icon-tel.svg);
  width: 1.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.parts_service_item_btn {
  display: inline-block;
  color: #1F6A39;
}
.top_intro .parts_service_item_btn{
	line-height: 1.3;
    display: block;
    background: #fff;
    height: 65px;
    padding: 10px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
	position:relative;
}
.top_intro .parts_service_item_btn:after{
	position:absolute;
	content:"";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    background: #2F9944;
}
.parts_service_item_btn:hover {
  color: #2F9944;
}
.parts_service_item_btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.parts_service_item_btn .inner .icon {
  width: 40px;
  height: 40px;
}

.lay_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}
.lay_3col > * {
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 768px) {
  .lay_3col > * {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 520px) {
  .lay_3col > * {
    width: 100%;
  }
}

.lay_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}
.lay_2col > * {
  width: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 520px) {
  .lay_2col > * {
    width: 100%;
  }
}

.parts_company_logo .sub,
.parts_company_logo .main {
  display: block;
  line-height: 1.2;
}
.parts_company_logo .main {
  color: #1F6A39;
  font-size: 24px;
  font-weight: bold;
}
.parts_company_logo._wh {
  color: #fff;
}
.parts_company_logo._wh a {
  color: #fff;
}

.title_underline {
  padding: 0 0 10px 0;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .title_underline {
    font-size: 24px;
  }
}
.title_underline::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  display: block;
  width: 150px;
  height: 3px;
  content: "";
  background-color: #17552E;
}
.title_underline span._sub {
  font-size: 0.7em;
  font-weight: normal;
}

.title_icon_longlined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  gap: 1em;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #e8e8e8;
}
.title_icon_longlined img {
  width: 2em;
}

.title_Main-Light {
  font-size: 20px;
  font-weight: bold;
  color: #2F9944;
}
@media only screen and (max-width: 768px) {
  .title_Main-Light {
    font-size: 18px;
  }
}

.title_2color {
  position: relative;
  font-size: 1.3em;
  padding: 0.5em 0;
  border-bottom: 3px solid #2F9944;
}
.title_2color:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #9e9e9e;
}

.parts_check_list li::before {
  content: "";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #2F9944;
  font-size: 125%;
  padding: 0 3px;
}

.parts_attention_list li::before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #D25A2C;
  font-size: 125%;
  padding: 0 3px;
}

.parts_num_list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.parts_num_list ol {
  padding-left: 1em;
}
.parts_num_list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.parts_num_list li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #2F9944;
}

.parts_basic_list li {
  padding-left: 20px;
  padding: 0.2em 0 0.2em 20px;
  position: relative;
}
.parts_basic_list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #2F9944;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.common_sub_mv {
	width: 100%;
	padding: 100px 20px;
	background: #1F6A39;
	text-align: center;
	margin-top:45px;
}
.common_sub_mv .title {
  font-size: 38px;
  color: #fff;
}

.common-service-detail{
	padding-bottom:10px;
}
.common-service-detail li{
	position:relative;
	padding-left:28px;
	margin-bottom:5px;
}
.common-service-detail li:before{
	position:absolute;
	content:"";
	background:url(images/check.png) no-repeat;
	background-size:contain;
	width:24px;
	height:21px;
	top:5px;
	left:0;
}
@media only screen and (max-width: 599px) {
	.common-service-detail li{
		padding-left:23px;
	}
	.common-service-detail li:before{
		width:20px;
		height:17px;	
	}
}

dl.parts_underline_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.parts_underline_list dt,
dl.parts_underline_list dd {
  padding: 0.5em 0;
  width: 50%;
  border-bottom: 1px solid #2F9944;
}
dl.parts_underline_list dd {
  text-align: right;
  padding-left: 20px;
}

.common_contact_area {
  padding: 100px 0;
  background: url(images/common_contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (max-width: 720px) {
  .common_contact_area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 520px) {
  .common_contact_area {
    padding: 200px 0 20px;
  }
}
.common_contact_area .content {
  padding: 50px 100px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_contact_area .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .common_contact_area .content {
    padding: 20px;
    display: block;
  }
}
.common_contact_area .title {
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .common_contact_area .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .common_contact_area .title {
    font-size: 16px;
  }
}
.common_contact_area .parts_tel_btn {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .common_contact_area .parts_tel_btn {
    margin: 0;
  }
}
.common_contact_area .btn_area {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .common_contact_area .btn_area {
    margin-top: 10px;
  }
}
.common_contact_area .btn_contact {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .common_contact_area .btn_contact {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .common_contact_area .btn_contact {
    font-size: 18px;
  }
}

.common_breadcrumb {
  padding: 30px 0;
}
.common_breadcrumb .content {
  padding: 5px;
  background: #2F9944;
  color: #fff;
}
.common_breadcrumb .content a {
  color: #fff;
}
.common_breadcrumb span {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.common_breadcrumb span:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 520px) {
  .common_breadcrumb span:not(:last-of-type)::after {
    width: 0.5em;
    height: 0.5em;
  }
}

.parts-totop {
  bottom: 55px;
  opacity: 1;
  position: fixed;
  right: 0px;
  z-index: 30;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.parts-totop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  background: #2F9944;
  text-decoration: none;
}

.btn_cta-wrap {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .btn_cta-wrap {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap:nowrap;
	  justify-content: space-between;
	  box-sizing: border-box;
    background: rgba(255,255,255,.7);
    padding: 1vw;
	  justify-content:center;
  }
	.btn_cta-wrap li{
		margin:0 1%;
	}
	.parts-totop {
  		bottom: 22vw;
	}
}
.btn_cta-wrap.is-hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.btn_cta-wrap .btn_cta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn_cta {
/*display: inline-block;
  text-align: center;
  padding: 0.7em 1em;
  background: #2F9944;
  color: #fff;
  border-right: 1px solid #fff;
  opacity: 0.95;*/
}

.btn_cta._tel{
/*	border-right:none;
	background:#e94d44;*/
}
.btn_cta .fas{
	margin-right:8px;
}
.parts_arrow_down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1F6A39;
}

.btn_cta-wrap li:first-child img {
    width: 60vw;
}

.btn_cta-wrap li:first-child .time{
    position: absolute;
    left: 10vw;
    bottom: 1.5vw;
    font-size: 3vw;
    text-align: center;
    font-weight: 700;
}

.btn_cta-wrap li:nth-child(2) {
    padding: 0 1vw;
}

.btn_cta-wrap li:nth-child(2) img {
    width: 26vw;
}

.btn_cta-wrap li:last-child img {
    width: 26vw;
}
.parts_arrow_down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1F6A39;
}

.parts_bnr {
  display: block;
  position: relative;
  padding-top: 200px;
  margin: 0px auto;
  width: 100%;
  border-radius: 20px;
  background-image: url(../../assets/img/flow_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts_bnr:hover {
  color: #fff;
  text-decoration: none;
}
.parts_bnr::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts_bnr:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.parts_bnr .content {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: -2px -2px 6px #333, 2px -2px 6px #333, 2px 2px 6px #333, -2px 2px 6px #333;
  white-space: nowrap;
}
.parts_bnr span {
  display: block;
}
.parts_bnr .sub-text {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .parts_bnr .sub-text {
    font-size: 18px;
  }
}
.parts_bnr .main-text {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .parts_bnr .main-text {
    font-size: 30px;
  }
}
.parts_bnr._houjin {
  background-position: 0% 50%;
}
@media only screen and (max-width: 768px) {
  .parts_bnr._houjin {
    background-position: 30% 50%;
  }
}
.parts_bnr._kojin {
  background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
  .parts_bnr._kojin {
    background-position: 70% 0%;
  }
}
.parts_bnr._inherit {
  background-position: 100% 20%;
}
@media only screen and (max-width: 768px) {
  .parts_bnr._inherit {
    background-position: 50% 50%;
  }
}

@media only screen and (max-width: 768px) {
  .parts_scroll_wrapper {
    overflow-X: scroll;
  }

  .parts_scroll_wrapper img {
    max-width: none !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .text-center-sp {
    text-align: center !important;
  }
}

.text-accent {
  color: #D25A2C !important;
}

.text-main {
  color: #2F9944 !important;
}

.text-basic {
  color: #333 !important;
}

.text-xl {
  font-size: 2em !important;
}
@media only screen and (max-width: 768px) {
  .text-xl {
    font-size: 1.4em !important;
  }
}

.text-lg {
  font-size: 1.5em !important;
}
@media only screen and (max-width: 768px) {
  .text-lg {
    font-size: 1.3em !important;
  }
}

.text-md {
  font-size: 1.3em !important;
}
@media only screen and (max-width: 768px) {
  .text-md {
    font-size: 1.2em !important;
  }
}

.text-sm {
  font-size: 0.8em !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline;
}

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

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br-sm {
    display: inline;
  }
}

.br-xs {
  display: none;
}
@media only screen and (max-width: 520px) {
  .br-xs {
    display: inline;
  }
}

.box-gray {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media only screen and (max-width: 768px) {
  .df {
    display: block;
  }
  .df img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

@media only screen and (max-width: 1024px) {
	.top_recruit .txt .rec,
	.page_recruit .txt .rec{
		font-size:7vw !important;
	}
	.top_recruit .txt .message,
	.page_recruit .txt .message{
    	font-size: 3vw !important;
	}
	.top_recruit .txt .btn,
	.page_recruit .txt .btn{
		padding: 1vw 2vw !important;
		margin-top: 5vw !important;
		font-size: 3vw !important;
	}
}


@media only screen and (max-width: 599px) {
	body{
		font-size:4.5vw;
		line-height:6.5vw;
	}
	.header .toggle_btn{
		margin-right:0;
	}
	.top_mv {
	  height:calc(100vh - 40px);
	}
	.top_mv .top_copy{
		top:42.04167vh;
		left:2.4vw;
	}
	.top_intro{
		background-size:contain;
		padding: 8vw 0 12vw;
	}
	.top_intro .contents_wrapper{
		gap:0;
	}
	.top_intro .img_area .intro_copy {
		font-size: 5vw;
		margin-bottom:5vw;
	}
	.top_intro .parts_service_item_btn{
		height:auto;
	}
	.top_service {
		padding: 5vw 0 8vw;
	}
	.top_strength .strength_list h3{
		font-size:6vw;
		line-height:8vw;
	}
	.top_service .parts_service_list{
		gap:0;
		justify-content:space-between;
	}
	.top_service .service_item {
		width: 100%;
		margin-bottom:5vw;
	}
	.top_service .service_item .title {
		font-size: 5vw;
	}
	.top_service .service_item img{
		width:auto;
		display:block;
		margin:0 auto;
	}
	
	.top_news {
		padding: 7vw 0 7vw;
	}		
	.top_news .news_item .title {
		font-size: 4.5vw;
		display:block;
	}
	
	.top_strength .strength_item {
		padding: 7vw 2vw 2vw 2vw;
	}
	.top_service .service_item .img_area{
		max-width:100%;
	}
	service_item .text {
		max-width: 96%;
	}
	
	.common_sub_mv .title {
    	font-size: 7vw;
		line-height:9vw;
	}
	.common-service-style h2{
		font-size:6vw;
		line-height:8vw;
	}
	.common-service-style h3 {
    	font-size: 5.5vw;
    	line-height: 7.5vw;
	}
	.service_introduction .text{
		font-size:5vw;
		line-height:7vw;
	}
	
	.prev-next-link {
		font-size:14px;
		line-height:1.5;
		padding:6vw 0;
	}
	.prev-next-link:after,
	.prev-next-link:before{
		font-size:11px;
		padding:0 7px;
	}
	
	.footer .footer_nav_item{
		font-size:4vw;
	}
}


@media only screen and (max-width: 390px) {
.top_service .service_item .img_area img {
		height: 165px;
		object-fit: cover;
		width: 100%;
	}
}

/*お客様の声*/

.voice_contents_ex{
	background:#f1f1f1;
	padding:10px;
	margin:40px auto;
}

.voice-list-all{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.voice-list-all section{
    width: 47%;
    padding: 10px;
    border: solid 2px #00419A;
	margin:25px auto;
	position:relative;
}

.voice-list-all section img{
	width:100%;
	height:auto;
	max-height:250px;
	object-fit:cover;
}

.voice-list-all .voice-list-company-name{
	font-size:16px;
	line-height:1.7;
}

.voice-list-all .voice-list-name{
	font-size:20px;
	font-weight:bold;
}

.voice-list-all section::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #00419A;
    border-right: 2px solid #00419A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.voice-list-all section:hover{
	background:#00419A;
}

.voice-list-all section:hover .voice-list-company-name,
.voice-list-all section:hover .voice-list-name{
	color:#fff;
}

.voice-list-all section:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.voice_pic_top {
    margin-bottom: 40px;
}

.voice_pic_top img{
	max-width:400px !important;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.voice_letter_tx{
    margin-bottom: 40px;
}


@media only screen and (max-width: 520px) {
	.voice-list-all section {
    	width: 100%;
	}
	.voice_pic_top img{
		width:100%;
	}
	
	.pankz-list{
		font-size:4vw;
	}
}
@media screen and (max-width: 767px) {
  .page_privacy .privacy_content h2 {
    font-size: 8.5vw;
  }
  .page_privacy .privacy_content h3 {
    font-size: 5.5vw;
  }
}

.top-img-sp{
	display: none;
}
@media screen and (max-width:667px){
	.top-img-sp{
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 200px;
	}
}

.top-link-wrap {
    display: flex;
    justify-content: space-between;
	margin:0 auto 40px;
}

.top-link-wrap a {
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 45%;
    position: relative;
    text-align: center;
}

.top-link-wrap a:first-of-type {
    background: #377cb6;
}

.top-link-wrap a span {
    position: relative;
    display: block;
    width: max-content;
    margin: auto;
}

.top-link-wrap a span:last-of-type {
    font-size: 30px;
    margin-top: 20px;
}

.top-link-wrap a span:first-of-type::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    transform: rotate(-30deg);
    left: -15px;
}

.top-link-wrap a span:first-of-type::after {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    transform: rotate(30deg);
    right: -15px;
}

.top-link-wrap a:last-of-type {
    background: #ffac4d;
}

.top-link-wrap a span:last-of-type::before {
    content: "";
    display: block;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:667px){
	.top-link-wrap {
	    flex-wrap: wrap;
		margin-bottom:0;
	}
	.top-link-wrap a {
        width: 100%;
        margin-bottom: 20px;
    }
	.top-link-wrap a span:last-of-type {
        font-size: 7vw;
        margin-top: 10px;
    }
}
