﻿@charset "utf-8";
/* CSS Document */

/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

/* -----------------------------------
トップページ
-------------------------------------*/
.firstview {
  width: 100%;
  height: 500px;
  background-color: #fffde9;
  overflow-x: hidden;
}

.firstview img {
  display: block;
  margin: 0 auto;
}

/* 私たちについて */

.aboutus {
  padding: 0 150px;
}

.aboutus .left,
.aboutus .right {
  flex-shrink: 0;
}

.au_copy {
  color: #ff6131;
  line-height: 1.2;
}

.aboutus .content {
  line-height: 1.9;
}

/* お知らせ */

.info {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff7e9;
}

.info ul {
  width: 100%;
  max-width: 1200px;
  min-width: 1100px;
}

.info ul a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.info ul a:last-of-type {
  border-bottom: 1px solid #ccc;
}

.info ul a li {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}

.info .date {
  position: relative;
  width: 170px;
  flex-shrink: 0;
}

.info .date.new::before {
  content: "NEW";
  position: absolute;
  right: 10px;
  top: 4px;
  width: 50px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #ff6131;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 商品情報・サービス */

.pro_ser {
  width: 100%;
  max-width: 1300px;
  min-width: 1200px;
  padding: 0 max(calc(30px + min(calc(calc(100vw - 1200px) / 4), 40px)),30px);
  /* padding: 0 70px; */
}

.pro_ser .item {
  width: 548px;
}

.pro_ser .content {
  margin-top: 10px;
  line-height: 1.5;
}

.btn2 {
  width: 280px;
  height: 40px;
  border: 1px solid #ff6131;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}

.btn2:hover {
  background-color: color-mix(in srgb, #ff6131 5%, #fff);
}

/* JFSA */

.jfsa {
  position: relative;
  padding: 40px 70px;
  width: 1200px;
}

.jfsa a {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.jfsa img {
  display: block;
  margin: 0 auto;
}

.jfsa::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

/* 採用情報 */

.recruit {
  background-color: #edffe2;
}

.recruit a:hover {
  filter: brightness(1.05);
}

/* -----------------------------------
企業情報
-------------------------------------*/

.page_title {
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
}

.pt_container {
  position: absolute;
  left: calc(50% - 270px);
  top: calc(50% - 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.7);
}

.policy {
  width: 100%;
}

.policy .inner {
  padding: 60px 30px;
  width: 1000px;
  gap: 60px;
  transition: all .3s ease;
}

.policy .inner::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.policy .txt {
  line-height: 1.9;
}

.policy .txt .line {
  display: block;
  line-height: 1.2;
}

/* シンボルマーク */

.symbol {
  flex-direction: column;
}

.symbol_txt {
  font-weight: 500;
}

/* 取引先業種 */

.business {
  width: 100%;
  background-color: #fffae6;
}

.business .inner {
  width: 100%;
  min-width: 1200px;
  max-width: 1360px;
  padding: 0 30px;
}

.business .item {
  flex-direction: column;
  width: 290px;
  height: 290px;
  background-image: url(../about/business_bg.png);
  background-size: contain;
  border-radius: 50%;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    transition: all .3s ease;
}

.business .item img{
  height: 60px;
  width: 70px;
  object-fit: contain;
  object-position: center;
}

.business .item .ttl {
  text-align: center;
}

.business .item p:last-of-type {
  height: 90px;
  line-height: 1.58;
}

/* 営業地域 */

.area .inner {
  width: 1000px;
}

/* 会社概要 */

.outline .inner {
  width: 1000px;
}

.outline li {
  border-top: 1px solid #ccc;
  line-height: 1.5;
}

.outline li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.outline .th {
  width: 140px;
  padding: 10px 0;
  padding-left: 25px;
}

.outline .td {
  width: 860px;
  padding: 10px;
  padding-right: 25px;
}

.location .item {
  position: relative;
  width: 860px;
  padding: 10px;
  align-items: center;
}

.location .item:first-of-type {
  position: relative;
}

.location .item:first-of-type::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #ccc 0,
    #ccc 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.location .txt span {
  color: #008a34;
}

.location .map {
  position: absolute;
  right: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 35px;
  background-color: #008a34;
  color: #fff;
}

.location .tri {
  margin-left: 1em;
}

.exterior {
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
}

.exterior img {
  width: 100%;
}

/* アクセスマップ */

.access .inner {
  gap: 20px;
}

.access .item {
  position: relative;
  width: 670px;
}

.access .gmap {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  margin-bottom: 4px;
}

.access .gmap::before {
  content: url(../about/access01.png);
  position: absolute;
  left: -68px;
  top: calc(50% - 68px);
  width: 126px;
  height: 126px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  color: #ff6131;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 68px;
  padding-right: 20px;
  box-sizing: border-box;
}

.access .item:nth-of-type(2) .gmap::before {
  content: url(../about/access02.png);
  left: unset;
  right: -68px;
  padding-right: 68px;
  padding-left: 20px;
}

.access .gmap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #999;
}

.access .item iframe {
  width: 100%;
  height: 100%;
}

/* -----------------------------------
お知らせ
-------------------------------------*/

article {
  position: relative;
  width: 1100px !important;
}

article::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.atc_date,
.atc_title {
  line-height: 1.3;
  color: #008a34;
}

.atc_title {
  font-weight: 500;
}

.atc_content {
  line-height: 2;
}

.img_area {
  gap: 35px;
  width: 100%;
  padding: 30px;
  background-color: #fff4dd;
}

.img_area a {
  width: 290px;
  height: 230px;
  overflow: hidden;
}

.img_area img {
  width: 290px;
  height: 230px;
  object-fit: cover;
  transition: all .3s ease;
}

.img_area a:hover img {
  transform: scale(1.1);
}

.attach a {
  padding: 10px 20px;
  width: 50%;
  align-items: center;
  gap: 20px;
}

.attach a:first-of-type {
  border-right: 1px solid #000;
}

.attach p {
  color: #4973b9;
}

.page_btn {
  padding-left: 80px;
  padding-right: 80px;
  height: 216px;
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.page_btn a {
  width: 180px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #999;
}

.next {
  position: absolute;
  right: 80px;
}

/* -----------------------------------
サービス
-------------------------------------*/

.overview {
  width: 1100px;
  padding: 0 50px;
}

.overview p {
  line-height: 1.9;
}

.system .ttl {
  color: #ff6131;
  font-weight: bold;
  text-align: center;
}

.order {
  width: 100%;
  background-color: #fffae3;
}

.order .banner {
  display: block;
  width: fit-content;
  border: 1px solid #ccc;
}

/* -----------------------------------
商品情報
-------------------------------------*/

.pro_info .inner {
  flex-wrap: wrap;
}

.pro_info .item {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 55px;
}

.pro_info .item img {
  width: 129px;
  height: 129px;
  margin-right: 20px;
}

.pro_info .item p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 5px;
}

.pro_info .item p:nth-of-type(2) {
  line-height: 1.5;
}

.pro_info .item:nth-of-type(1) p:nth-of-type(1) {
  color: #8ec31f;
}

.pro_info .item:nth-of-type(2) p:nth-of-type(1) {
  color: #f8b500;
}

.pro_info .item:nth-of-type(3) p:nth-of-type(1) {
  color: #21b8ce;
}

.pro_info .item:nth-of-type(4) p:nth-of-type(1) {
  color: #27b597;
}

.pro_info .item:nth-of-type(5) p:nth-of-type(1) {
  color: #f18c26;
}

.pro_info .item:nth-of-type(6) p:nth-of-type(1) {
  color: #ab951d;
}

.pro_info .item:nth-of-type(7) p:nth-of-type(1) {
  color: #ad81b6;
}

.pro_info .item:nth-of-type(8) p:nth-of-type(1) {
  color: #ee869b;
}

.pro_info .item:nth-of-type(9) p:nth-of-type(1) {
  color: #007bc7;
}

.pro_info .item:nth-of-type(10) p:nth-of-type(1) {
  color: #ea5533;
}

/* -----------------------------------
採用情報
-------------------------------------*/

.message .inner {
  width: 100%;
  max-width: 1300px;
  min-width: 1200px;
  padding: 0 max(calc(30px + min(calc(calc(100vw - 1200px) / 4), 40px)),30px);
}

.message .item {
  position: relative;
  display: block;
  width: 560px;
  height: 440px;
  background-image: url(../recruit/message_01.jpg);
}

.message .item::before {
  content: "詳しくは\A こちら";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: pre;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-indent: 0.2em;
  opacity: 0;
}

.message .item:hover::before {
  opacity: 1;
}

.message .item:nth-of-type(2) {
  background-image: url(../recruit/message_02.jpg);
}

.message .clip {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.message .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.3;
}

.message .number {
  position: absolute;
  left: 5px;
  top: -20px;
  font-size: 60px;
  color: #ff6131;
  font-family: "Bahnschrift";
  transform: scaleX(0.87);
  font-weight: 400;
  line-height: 1;
}

.recruitment {
  background-color: #ffede8;
}

.rec_btn {
  width: 560px;
  height: 90px;
  font-size: 24px;
  border-radius: 45px;
}

/* -----------------------------------
採用情報-先輩社員の声
-------------------------------------*/

.mes_main {
  position: relative;
  background-color: #e6e6e6;
}

.mes_main .txt {
  position: absolute;
  top: 100px;
  left: 50%;
  font-size: 44px;
}

.mes_main .txt p {
  background-color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 10px 5px 10px;
  width: fit-content;
}

.italic {
  font-style: italic;
}

.mes_main .name {
  position: absolute;
  left: calc(50% + 30px);
  bottom: 80px;
  line-height: 1.6;
}

.question .inner {
  margin: 0 auto;
  width: 1100px;
  padding: 0 25px;
}

.question .item {
  position: relative;
  align-items: start;
}

.question .item::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.question .txt {
  margin-left: 20px;
}

.question .ttl {
  color: #008a34;
  font-weight: 700;
  line-height: 3;
}

.question .answer {
  line-height: 1.8;
}

.question .item .image {
  margin-top: 20px;
}

.schedule .ttl {
  line-height: 1.5;
  color: #666666;
  margin-bottom: 50px;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/

.wrap.contact {
  width: 1100px;
}

.contact_tel .inner {
  width: 100%;
  line-height: 1.4;
  background-color: #f4ffed;
  border-radius: 14px;
}

.contact_tel .inner .name {
  font-weight: 500;
}

.contact_tel .number {
  line-height: 1;
  color: #ff6131;
}

/* フォームここから */

.required,.optional {
  justify-content: unset;
}

.form_item {
  position: relative;
}

.required::before {
  content: "必須";
  width: 45px;
  height: 20px;
  background-color: #ff6131;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  margin-right: 5px;
}

.optional::before {
  content: "任意";
  width: 45px;
  height: 20px;
  background-color: #ababab;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  margin-right: 5px;
}

textarea {
  width: 100%;
  height: 190px;
  border: 2px solid #e7e7e7;
  resize: none;
  padding: 5px 10px;
  font-size: 16px;
}

input {
  width: 100%;
  height: 45px;
  border: 2px solid #e7e7e7;
  padding: 10px;
  font-size: 16px;
}

.privacy .inner {
  width: 100%;
  height: 250px;
  border-radius: 14px;
  background-color: #f3f3f3;
  padding: 20px 30px;
}

.pp_scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}

.pp_text {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
}

.pp_check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.pp_check:checked {
  border-color: #ccc;
  background-color: #ccc;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'>\<path d='M20 6L9 17l-5-5'/>\</svg>");
}

.alert,.confirm,.complete {
  display: none;
}

.alert{
  display: none;
}

.alert.active{
  position: absolute;
  display: block;
  bottom: -20px;
  /* left: 220px; */
  font-size: 13px;
  color: #f00;
}

.alert_pp{
  position: relative !important;
  margin: 0 auto;
  width: fit-content;
  left: 0 !important;
  top: 0 !important;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  left: calc(50% - 450px);
  top: calc(50% - min(40vh, 400px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 900px;
  height: 80vh;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  margin-bottom: 30px;
}
.close{
  width: 130px;
  height: 50px;
  font-size: 18px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.close:hover{
  opacity: .8;
}

.grecaptcha-badge {
  bottom: 120px !important;
}



}  /*  PC版ここまで  */


@media only screen and (min-width: 520px) and (max-width: 1300px) {
  .business .item {
    transform: scale(0.9);
  }

  .policy .inner {
  margin-top: 0;
  }
}


/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {
/* -----------------------------------
トップページ
-------------------------------------*/

/* 私たちについて */

.aboutus {
  padding: 0 8vw;
}

.aboutus .flex {
  flex-direction: column;
  align-items: center;
}

.aboutus .left,
.aboutus .right {
  flex-shrink: 0;
}

.aboutus .right {
  margin-top: 3vw;
  padding: 0 8vw;
}

.au_copy {
  color: #ff6131;
  line-height: 1.2;
  text-align: center;
}

.au_copy_sub {
  text-align: center;
}

.aboutus .content {
  line-height: 1.9;
}

/* お知らせ */

.info {
  width: 100%;
  background-color: #fff7e9;
}

.info ul a {
  display: block;
  padding: 1vw 0 5vw 0;
  border-top: 1px solid #ccc;
}

.info ul a:last-of-type {
  border-bottom: 1px solid #ccc;
}

.info ul a li {
  flex-direction: column;
  padding: 0 6vw;
  margin: 0 auto;
}

.info .date {
  position: relative;
  flex-shrink: 0;
}

.info .date.new::before {
  content: "NEW";
  position: absolute;
  right: 48vw;
  top: 1vw;
  width: 13vw;
  height: 5.3vw;
  border-radius: 2.65vw;
  font-size: 3.15vw;
  color: #fff;
  background-color: #ff6131;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info .title {
  line-height: 1.4;
}

/* 商品情報・サービス */

.pro_ser>div {
  flex-direction: column;
}

.pro_ser .item {
  position: relative;
  padding-top: 3vw;
  padding-bottom: 10vw;
  width: 100%;
}

.pro_ser .item::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.pro_ser .item img {
  display: block;
  margin-top: 3vw;
}

.pro_ser .service {
  padding-bottom: 14vw;
}

.pro_ser .content {
  margin-top: 2vw;
  line-height: 1.5;
}

.btn2 {
  margin-top: 4vw;
  border: 1px solid #ff6131;
  background-color: #fff;
  font-size: 4.7vw;
  color: #000;
}

/* JFSA */

.jfsa {
  position: relative;
  /* padding-top: 8vw; */
  padding-bottom: 16vw;
}

.jfsa img {
  width: 40vw;
  display: block;
  margin: 0 auto;
}

/* 採用情報 */

.recruit {
  padding: 8vw 4vw 10vw 4vw;
  background-color: #edffe2;
}

/* -----------------------------------
企業情報
-------------------------------------*/

.page_title {
  position: relative;
  width: 100%;
  height: 25.4vw;
  background-size: cover;
}

.pt_container {
  position: absolute;
  left: calc(50% - 35.5vw);
  top: 4.1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 71vw;
  height: 15.8vw;
  background-color: rgba(255, 255, 255, 0.7);
}

.policy {
  width: 100%;
}

.policy .inner {
  padding: 0 4vw;
  flex-direction: column;
  align-items: center;
}

.policy .inner .txt {
  position: relative;
  width: 100%;
  padding-bottom: 6vw;
}

.policy .inner .txt::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.policy .inner .txt_indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.policy .inner img {
  width: 79vw;
}

.policy .txt {
  line-height: 1.7;
}

.policy .txt .line {
  display: block;
  line-height: 1;
}

/* シンボルマーク */

.symbol {
  flex-direction: column;
}

.symbol_txt {
  font-weight: 500;
}

.symbol img {
  width: 80%;
}

/* 取引先業種 */

.business {
  width: 100%;
  background-color: #fffae6;
}

.business .inner {
  flex-direction: column;
}

.business .item {
  padding: 0 4vw;
  width: 100%;
  justify-content: unset;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.business .item img{
  width: 22vw;
  margin-right: 2vw;
}

.business .item p {
  line-height: 1.5;
  text-align: left;
  display: block;
}

.business .item p:last-of-type {
  margin-top: 2vw;
}

.bus_txt {
  margin-top: -2vw;
}

/* 営業地域 */

/* 会社概要 */

.outline .inner {
}

.outline li {
  padding: 2vw 2.5vw;
  flex-direction: column;
  border-top: 1px solid #ccc;
  line-height: 1.5;
}

.outline li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.outline .th {
  font-weight: bold;
}

.outline .td {
  padding-left: 1em;
}

.location .item {
  padding-top: 2vw;
  display: block;
  position: relative;
  padding-left: 1em;
}

.location .item:first-of-type {
  padding-top: 0;
  padding-bottom: 2vw;
  border-bottom: 1px solid #ccc;
}

.location .txt span {
  color: #008a34;
}

.location .map {
  margin-top: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.4vw;
  height: 8.1vw;
  background-color: #008a34;
  color: #fff;
}

.location .tri {
  margin-left: 1em;
}

.exterior {
  margin-top: 6vw;
  padding: 0 4vw;
  width: 100%;
}

/* アクセスマップ */

.access .inner {
  padding: 0 4vw;
  flex-direction: column;
}

.access .item {
  width: 100%;
  position: relative;
  margin-bottom: 2vw;
}

.access .item::before {
  content: "秋田本社";
  color: #ff6131;
  font-family: 'shingoM';
  font-size: 4.2vw;
}

.access .item:nth-of-type(2)::before {
  content: "大館営業所";
}


.access .item iframe {
  width: 100%;
  height: 71vw;
  border: 1px solid #999 !important;
}

/* -----------------------------------
お知らせ
-------------------------------------*/

article.wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 6vw;
}

article::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.atc_date,
.atc_title {
  line-height: 1.5;
  color: #008a34;
  padding: 0 4vw;
}

.atc_title {
  font-weight: 500;
}

.atc_content {
  margin-top: 5vw;
  line-height: 1.8;
  padding: 0 4vw;
}

.img_area {
  gap: 1vw;
  margin-top: 4vw;
  width: 100%;
  padding: 4vw;
  background-color: #fff4dd;
}

.img_area a {
  width: 33%;
}

.img_area img {
  width: 100%;
  height: 23.7vw;
  object-fit: cover;
}

.attach {
  margin-top: 0;
  padding: 0 4vw;
  flex-direction: column;

}

.attach a {
  padding: 6vw 0;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.attach img {
  width: 5.8vw;
  height: auto;
}

.attach a:nth-of-type(2) {
  border-top: 1px solid #000;
}

.attach a:last-of-type {
  padding-bottom: 0;
}

.attach p {
  color: #4973b9;
}

.page_btn {
  margin: 0 auto;
  height: 37vw;
  padding: 14vw 4vw;
  position: relative;
}

.page_btn a {
  width: 23.6vw;
  height: 9vw;
  border-radius: 4.5vw;
  border: 1px solid #999;
}

.next {
  position: absolute;
  right: 4vw;
}

/* -----------------------------------
サービス
-------------------------------------*/

.overview {
  padding: 0 4vw;
}

.overview img {
  padding: 0 1vw;
}

.overview p {
  line-height: 1.9;
}

.system {
  margin-top: 20vw;
  margin-bottom: 10vw;
}

.system .ttl {
  color: #ff6131;
  font-weight: bold;
  line-height: 1.45;
}

.order {
  width: 100%;
  background-color: #fffae3;
}

.order .banner {
  display: block;
  width: fit-content;
  border: 1px solid #999;
}

.order .banner img {
  width: 73vw;
  height: auto;
}

/* -----------------------------------
商品情報
-------------------------------------*/

.pro_info .inner {
  flex-wrap: wrap;
}

.pro_info .item {
  margin-bottom: 8vw;
}

.pro_info .item img {
  width: 20vw;
  height: 20vw;
  margin-right: 20px;
}

.pro_info .item p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 2vw;
  line-height: 1.3;
}

.pro_info .item p:nth-of-type(2) {
  line-height: 1.5;
}

.pro_info .item:nth-of-type(1) p:nth-of-type(1) {
  color: #8ec31f;
}

.pro_info .item:nth-of-type(2) p:nth-of-type(1) {
  color: #f8b500;
}

.pro_info .item:nth-of-type(3) p:nth-of-type(1) {
  color: #21b8ce;
}

.pro_info .item:nth-of-type(4) p:nth-of-type(1) {
  color: #27b597;
}

.pro_info .item:nth-of-type(5) p:nth-of-type(1) {
  color: #f18c26;
}

.pro_info .item:nth-of-type(6) p:nth-of-type(1) {
  color: #ab951d;
}

.pro_info .item:nth-of-type(7) p:nth-of-type(1) {
  color: #ad81b6;
}

.pro_info .item:nth-of-type(8) p:nth-of-type(1) {
  color: #ee869b;
}

.pro_info .item:nth-of-type(9) p:nth-of-type(1) {
  color: #007bc7;
}

.pro_info .item:nth-of-type(10) p:nth-of-type(1) {
  color: #ea5533;
}

.pro_info .item:nth-of-type(1){
  order: 1;
}

.pro_info .item:nth-of-type(2){
  order: 6;
}

.pro_info .item:nth-of-type(3){
  order: 2;
}

.pro_info .item:nth-of-type(4){
  order: 7;
}

.pro_info .item:nth-of-type(5){
  order: 3;
}

.pro_info .item:nth-of-type(6){
  order: 8;
}

.pro_info .item:nth-of-type(7){
  order: 4;
}

.pro_info .item:nth-of-type(8){
  order: 9;
}

.pro_info .item:nth-of-type(9){
  order: 5;
}

.pro_info .item:nth-of-type(10){
  order: 10;
}

/* -----------------------------------
採用情報
-------------------------------------*/

.message .inner {
  padding: 0 4vw;
}

.message .item {
  position: relative;
  display: block;
  width: 43vw;
  height: 60vw;
  background-image: url(../recruit/message_01.jpg);
  background-position: center;
  background-size: cover;
}

.message .item:nth-of-type(2) {
  background-image: url(../recruit/message_02.jpg);
}

.message .clip {
  position: absolute;
  left: 0;
  top: 0;
  width: 14vw;
  height: 14vw;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.message .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vw 3vw;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.3;
}

.message .number {
  position: absolute;
  left: 0.3vw;
  top: -5vw;
  font-size: 60px;
  color: #ff6131;
  font-family: "Bahnschrift";
  transform: scaleX(0.87);
  font-weight: 400;
  line-height: 1;
}

.recruitment {
  background-color: #ffede8;
}

.recruitment .content {
  padding: 0 9vw;
  text-align: left;
}

.rec_btn {
  width: 73vw;
  font-size: 4.2vw;
}

.mes_img_container {
  flex-direction: column;
}

.mes_img_container img {
  margin: 2vw 0;
}

/* -----------------------------------
採用情報-先輩社員の声
-------------------------------------*/

.mes_main {
  position: relative;
}

.mes_main img {
  height: 60vw;
  object-fit: cover;
}

.mes_main .txt {
  position: absolute;
  top: 2vw;
  right: 20vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert";
}

.mes_main .txt p {
  background-color: #fff;
  line-height: 1.3;
  padding: 1vw 0;
  margin-left: 3vw;
  white-space: nowrap;
  height: fit-content;
}

.italic {
  font-style: italic;
}

.mes_main .name {
  margin-top: 3vw;
  padding-left: 9vw;
}

.mes_main .name p:nth-of-type(2) {
  font-size: 10.5vw;
  line-height: 1;
  font-weight: 500;
}

.question .inner {
  margin: 0 auto;
  padding: 0 4vw;
  margin-top: 14vw;
}

.question .item {
  position: relative;
  align-items: start;
  padding: 10vw 0 6vw 0;
}

.question .item::before {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.question .item>img {
  width: 8.7vw;
}

.question .txt {
  margin-left: 3vw;
}

.question .ttl {
  color: #008a34;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5vw;
}

.question .answer {
  line-height: 1.8;
}

.question .item .image {
  position: relative;
  margin-top: 4vw;
  width: 70vw;
}

/* .question .item .image img {
  position: relative;
  right: calc(50vw - 35vw - 4vw);
  float: right;
} */

.schedule {
  display: block;
}

.schedule .txt {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-top: 2vw;
}

.schedule .ttl {
  line-height: 8.7vw;
  color: #666666;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.schedule .txt img {
  width: 73vw;
}

.mes_img {
  display: block;
  width: 71vw;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/

.contact_tel .inner {
  width: 100%;
  line-height: 1.4;
  background-color: #f4ffed;
  border-radius: 2.4vw;
  padding: 6vw 0 8vw 0;
}

.contact_tel .inner .name {
  font-weight: 500;
  margin-bottom: 5vw;
}

.contact_tel .number {
  line-height: 1;
  color: #ff6131;
  font-size: 10vw;
  letter-spacing: -1px;
}

/* フォームここから */

.required,.optional {
  justify-content: unset;
  margin-bottom: -0.6vw;
}

.required::before {
  content: "必須";
  width: 9vw;
  height: 4.4vw;
  background-color: #ff6131;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  border-radius: 2.2vw;
  margin-right: 5px;
}

.optional::before {
  content: "任意";
  width: 9vw;
  height: 4.4vw;
  background-color: #ababab;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  border-radius: 2.2vw;
  margin-right: 5px;
}

textarea {
  width: 100%;
  height: 30vw;
  border: 2px solid #e7e7e7;
  resize: none;
  padding: 1vw 2vw;
  font-size: 3.2vw;
}

input {
  width: 100%;
  height: 6vw;
  border: 2px solid #e7e7e7;
  padding: 2vw;
  font-size: 3.2vw;
}

.privacy .inner {
  width: 100%;
  height: 46vw;
  border-radius: 14px;
  background-color: #f3f3f3;
  padding: 2vw 4vw;
}

.pp_scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 4vw;
}

.pp_text {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3vw;
  font-size: 4vw;
}

.pp_check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 6.4vw;
  height: 6.4vw;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.pp_check:checked {
  border-color: #ccc;
  background-color: #ccc;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'>\<path d='M20 6L9 17l-5-5'/>\</svg>");
}

.alert,.confirm,.complete {
  display: none;
}

.alert.active{
  display: block;
  font-size: 3vw;
  color: #f00;
}

.alert_pp{
  width: fit-content;
  margin: 0 auto;
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}
.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}
.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  font-size: 28px;
  margin-bottom: 30px;
}
.close{
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.close:hover{
  opacity: .8;
}

.grecaptcha-badge {
  bottom: 20vw !important;
}









}  /*  スマホ版ここまで  */
