@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url("../font/Akrobat/WEB/Akrobat-Black.eot") format("eot"), url("../font/Akrobat/WEB/Akrobat-Black.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url("../font/Akrobat/WEB/Akrobat-Regular.eot") format("eot"), url("../font/Akrobat/WEB/Akrobat-Regular.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: black;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1920px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}

.inner3 {
  margin: 0 auto;
  max-width: 1000px;
}

.flex {
  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;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1920px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1920px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1920px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1920px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1920px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1920px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

.top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .top-wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top-wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .top-wrap .logo {
    width: 100%;
  }
}

.top-wrap .logo a {
  display: block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .top-wrap .logo a {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .top-wrap .logo a {
    text-align: left;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .logo img {
    width: 80% !important;
  }
}

.top-wrap .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-wrap .top-right .contact {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .top-wrap .top-right .contact {
    margin-top: 10px;
    text-align: center;
  }
}

.top-wrap .top-right .tel {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .top-wrap .top-right .tel {
    margin-right: 20px;
  }
}

.top-wrap .top-right .tel a {
  display: block;
}

.top-wrap .top-right .tel p {
  display: inline-block;
  color: #0762d9;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top-right .tel p {
    font-size: 1.9rem;
  }
}

.top-wrap .top-right .tel .icon-telphone1 {
  color: #0762d9;
  font-size: 2.2rem;
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top-right .tel .icon-telphone1 {
    font-size: 1.7rem;
  }
}

.top-wrap .top-right .open {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .top-wrap .top-right .open {
    margin-right: 20px;
  }
}

.top-wrap .top-right .open span {
  font-size: 12px;
  display: inline-block;
  background-color: #767676;
  color: white;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.top-wrap .top-right .info {
  background-color: #0a972f;
  line-height: 1.2;
  color: white;
  padding: 15px 30px 15px 25px;
  border-radius: 5px;
  margin-left: 15px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-wrap .top-right .info span {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top-right .info {
    padding: 23px;
  }
}

@media screen and (max-width: 834px) and (max-width: 480px) {
  .top-wrap .top-right .info {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top-right .info::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    top: 14%;
    right: 17%;
    display: block;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) and (max-width: 480px) {
  .top-wrap .top-right .info::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .top-wrap .top-right .info {
    position: absolute;
    top: 36%;
    right: 0%;
  }
}

.top-wrap .top-right .info::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 36%;
  right: 9px;
  display: block;
  font-size: 0.6rem;
}

@media screen and (max-width: 834px) {
  .top-wrap .top-right .info::after {
    display: none;
  }
}

.top-wrap .top-right .info::after a {
  display: block;
}

.top-wrap .top-right a:hover {
  opacity: 0.6;
}

.border {
  border-top: 4px solid #eeeeee;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 15px;
}

.header-nav {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .header-nav {
    margin: 0 10px;
  }
}

.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .header-nav > ul {
    display: none;
  }
}

.header-nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  line-height: 1.2;
}

.header-nav > ul > li::before {
  content: '';
  width: 1px;
  height: 25px;
  border-left: 1px solid #dddddd;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-nav > ul > li:last-child::after {
  content: '';
  width: 1px;
  height: 25px;
  border-right: 1px solid #dddddd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-nav > ul > li a {
  color: black;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav > ul > li a::after {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #0b8be6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 1000px) {
  .header-nav > ul > li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .header-nav > ul > li a {
    font-size: 1.6rem;
  }
}

.header-nav > ul > li a:hover {
  color: #0b8be6;
}

.header-nav > ul > li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.header-nav > ul > li span {
  color: #999999;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .header-nav > ul > li span {
    display: none !important;
  }
}

.mean-nav a span {
  display: none !important;
}

.top-image {
  position: relative;
}

.top-image .text-wrap {
  max-width: 1200px;
  margin: auto;
  text-align: right;
  position: absolute;
  top: 24%;
  left: 44%;
}

@media screen and (max-width: 1200px) {
  .top-image .text-wrap {
    top: 22%;
    left: 49%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .top-image .text-wrap {
    top: 18%;
    left: 44%;
  }
}

@media screen and (max-width: 640px) {
  .top-image .text-wrap {
    top: -1%;
    left: 30%;
  }
}

.top-image .text-wrap h1 {
  color: #0762d9;
  line-height: 1.5;
  font-size: 2.4rem;
  text-shadow: 5px 5px 8px white;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 1500px) {
  .top-image .text-wrap h1 {
    font-size: calc(2rem + 0.2vw);
  }
}

@media screen and (max-width: 1200px) {
  .top-image .text-wrap h1 {
    font-size: calc(1.6rem + 0.5vw);
  }
}

@media screen and (max-width: 1100px) {
  .top-image .text-wrap h1 {
    font-size: calc(1.5rem + 0.5vw);
  }
}

@media screen and (max-width: 1000px) {
  .top-image .text-wrap h1 {
    font-size: calc(1.3rem + 0.5vw);
  }
}

@media screen and (max-width: 834px) {
  .top-image .text-wrap h1 {
    font-size: calc(1.3rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .top-image .text-wrap h1 {
    display: none;
  }
}

.top-image .text-wrap h1 span {
  font-size: 4.6rem;
}

@media screen and (max-width: 1500px) {
  .top-image .text-wrap h1 span {
    font-size: calc(3.6rem + 0.5vw);
  }
}

@media screen and (max-width: 1200px) {
  .top-image .text-wrap h1 span {
    font-size: calc(2.8rem + 0.5vw);
  }
}

@media screen and (max-width: 1100px) {
  .top-image .text-wrap h1 span {
    font-size: calc(2.5rem + 0.5vw);
  }
}

@media screen and (max-width: 1000px) {
  .top-image .text-wrap h1 span {
    font-size: calc(2.1rem + 0.5vw);
  }
}

@media screen and (max-width: 834px) {
  .top-image .text-wrap h1 span {
    font-size: calc(2rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .top-image .text-wrap h1 span {
    font-size: calc(1.9rem + 0.1vw);
  }
}

@media screen and (max-width: 480px) {
  .top-image .text-wrap h1 span {
    font-size: calc(1.6rem + 0.1vw);
  }
}

@media screen and (max-width: 420px) {
  .top-image .text-wrap h1 span {
    font-size: calc(1.4rem + 0.1vw);
  }
}

.top-image .text-wrap .space {
  margin-left: -15px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1500px) {
  .top-image .text-wrap .space {
    font-size: calc(2rem + 0.5vw);
  }
}

@media screen and (max-width: 1200px) {
  .top-image .text-wrap .space {
    font-size: calc(1.6rem + 0.5vw);
  }
}

@media screen and (max-width: 1100px) {
  .top-image .text-wrap .space {
    font-size: calc(1.5rem + 0.5vw);
  }
}

@media screen and (max-width: 1000px) {
  .top-image .text-wrap .space {
    font-size: calc(1.3rem + 0.5vw);
  }
}

@media screen and (max-width: 834px) {
  .top-image .text-wrap .space {
    font-size: calc(1.3rem + 0.1vw);
  }
}

@media screen and (max-width: 480px) {
  .top-image .text-wrap .space {
    font-size: calc(1.1rem + 0.1vw);
  }
}

@media screen and (max-width: 420px) {
  .top-image .text-wrap .space {
    font-size: calc(1rem + 0.1vw);
  }
}

@media screen and (max-width: 834px) {
  .main-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 320px !important;
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .main-image {
    display: none;
  }
}

.logo2 {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .logo2 {
    width: 62%;
    margin-top: 20px;
  }
}

.spmain-image {
  display: none;
}

@media screen and (max-width: 640px) {
  .spmain-image {
    display: inline-block;
    width: 100%;
  }
}

.sp-title {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-title {
    display: block;
    margin-top: 10px;
    color: #0762d9;
    line-height: 1.5;
    font-size: 1.8rem;
    text-shadow: 5px 5px 8px white;
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .sp-title {
    font-size: calc(1.6rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 420px) {
  .sp-title {
    font-size: calc(1.5rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 375px) {
  .sp-title {
    font-size: calc(1.3rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .sp-title span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .sp-title span {
    font-size: calc(2rem + 0.5vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 420px) {
  .sp-title span {
    font-size: calc(1.9rem + 0.5vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 375px) {
  .sp-title span {
    font-size: calc(1.8rem + 0.5vw);
  }
}

@media screen and (max-width: 640px) {
  .sp-title .space {
    margin-left: -15px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .sp-title .space {
    font-size: calc(1.6rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) and (max-width: 420px) {
  .sp-title .space {
    font-size: calc(1.5rem + 0.1vw);
    margin-left: -10px;
  }
}

@media screen and (max-width: 640px) and (max-width: 375px) {
  .sp-title .space {
    font-size: calc(1.3rem + 0.1vw);
    margin-left: -5px;
  }
}

#global_footer {
  background: white !important;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 80px 0;
}

@media screen and (max-width: 1000px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer-wrap .footer-left {
  text-align: left;
  line-height: 1.8;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .footer-wrap .footer-left {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-left {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-left {
    text-align: center;
  }
}

.footer-wrap .footer-left p {
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .footer-wrap .footer-left p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-left p {
    text-align: center;
    margin-top: 0px;
  }
}

.footer-wrap .footer-left a {
  color: black;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-left a {
    display: block;
    text-align: center;
  }
}

.footer-wrap .footer-left a:hover {
  opacity: 0.6;
}

.footer-wrap .footer-left img {
  padding-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-left img {
    padding-bottom: 0;
  }
}

.footer-wrap .footer-left .footer-tel a {
  display: inline-block !important;
}

.footer-wrap .footer-right {
  text-align: right;
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-right {
    padding-left: 0;
    width: 59%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-right {
    width: 95%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 420px) {
  .footer-wrap .footer-right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-right .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .footer-wrap .footer-right .footer-nav {
    margin-bottom: 20px;
  }
}

.footer-wrap .footer-right .footer-nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-right .footer-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-wrap .footer-right .footer-nav ul li a {
  display: block;
  color: black;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .footer-wrap .footer-right .footer-nav ul li a {
    padding: 4px 0 4px 15px;
  }
}

@media screen and (max-width: 420px) {
  .footer-wrap .footer-right .footer-nav ul li a {
    width: 170px;
    padding: 4px 0 4px 0;
  }
}

.footer-wrap .footer-right .footer-nav ul li a:hover {
  opacity: 0.6;
}

.footer-wrap .footer-right p {
  padding-top: 40px;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-right p {
    padding-top: 0;
    position: relative;
    top: 168px;
  }
}

#contents_wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pankuzu a {
  color: #0b8be6;
}

.contents1 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contents1 {
    margin: 60px auto 0 auto !important;
  }
}

.contents1 h2 {
  font-family: 'Akrobat',sans-serif;
  font-weight: 700;
  background-color: white;
  font-size: 6rem;
  line-height: 0.15;
  letter-spacing: 5px;
  text-align: center !important;
  display: inline-block;
  width: 403px;
}

@media screen and (max-width: 834px) {
  .contents1 h2 {
    font-size: calc(5rem + 0.5vw);
  }
}

@media screen and (max-width: 640px) {
  .contents1 h2 {
    font-size: calc(4rem + 0.5vw);
    width: 285px;
  }
}

.contents1 h2::before {
  content: url(../images/contents/border.png);
  width: 100%;
  position: relative;
  top: 23px;
  left: -88%;
}

@media screen and (max-width: 640px) {
  .contents1 h2::before {
    top: 18px;
    left: -105%;
  }
}

@media screen and (max-width: 480px) {
  .contents1 h2::before {
    top: -24px;
    left: 0%;
  }
}

.contents1 h2::after {
  content: url(../images/contents/border.png);
  width: 100%;
  position: relative;
  top: -9px;
  right: -88%;
}

@media screen and (max-width: 640px) {
  .contents1 h2::after {
    top: -5px;
    right: -103%;
  }
}

@media screen and (max-width: 480px) {
  .contents1 h2::after {
    top: 46px;
    left: 0%;
  }
}

.contents1 span {
  color: #0762d9;
  text-align: center !important;
  display: block;
  line-height: 0.8;
  margin-bottom: 30px;
}

.contents1-list {
  height: 280px;
  width: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
  .contents1-list {
    width: 95%;
  }
}

.contents1-list dl {
  border-bottom: 1px solid #dddddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

@media screen and (max-width: 640px) {
  .contents1-list dl {
    display: block !important;
  }
}

.contents1-list dl dd {
  border: none !important;
}

@media screen and (max-width: 1100px) {
  .contents1-list dl dd {
    width: 85% !important;
  }
}

@media screen and (max-width: 834px) {
  .contents1-list dl dd {
    width: 82% !important;
  }
}

@media screen and (max-width: 640px) {
  .contents1-list dl dd {
    width: 100% !important;
  }
}

.contents1-list dl dt {
  border: none !important;
  color: white;
  text-align: center !important;
  display: block !important;
  padding: 5px;
  background: white !important;
  padding: 0 !important;
  margin-right: 8px;
}

@media screen and (max-width: 1100px) {
  .contents1-list dl dt {
    width: 15% !important;
  }
}

@media screen and (max-width: 834px) {
  .contents1-list dl dt {
    width: 18% !important;
  }
}

@media screen and (max-width: 640px) {
  .contents1-list dl dt {
    width: 100% !important;
    text-align: left !important;
    padding-left: 8px !important;
  }
}

.contents1-list dl dt span {
  background-color: #0b8be6;
  padding: 2px 6px 3px 6px;
  border-radius: 3px;
}

/* contents2 */
.contents2 {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contents2::before {
  content: url(../images/contents/shape.png);
  position: relative;
  z-index: 0;
  top: 0;
  right: 11%;
}

@media screen and (max-width: 1660px) {
  .contents2::before {
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .contents2::before {
    right: 8%;
  }
}

@media screen and (max-width: 640px) {
  .contents2::before {
    display: none;
  }
}

.contents2 .contents2-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 570px;
  margin-right: 50px;
  z-index: 1;
  position: absolute;
  left: 18%;
}

@media screen and (max-width: 1000px) {
  .contents2 .contents2-wrap {
    left: 50%;
    top: 60vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap {
    width: 90%;
    position: relative;
    top: -7vw;
    margin-left: 10px;
  }
}

.contents2 .contents2-wrap .contents2-title article {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents2 .contents2-wrap .contents2-title article h2 {
  font-size: 6rem;
  font-family: 'Akrobat',sans-serif;
  font-weight: 700;
  background-color: #ffffff 0;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .contents2-title article h2 {
    font-size: calc(4.5rem + 0.5vw);
  }
}

@media screen and (max-width: 480px) {
  .contents2 .contents2-wrap .contents2-title article h2 {
    font-size: calc(4rem + 0.5vw);
  }
}

.contents2 .contents2-wrap .contents2-title article h2::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #0b8be6;
  display: block;
  z-index: -1;
  position: relative;
  top: 90px;
  left: -15px;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .contents2-title article h2::before {
    top: 81px;
    left: -16px;
  }
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .contents2-title article h2::before {
    top: 75px;
    left: -18px;
  }
}

.contents2 .contents2-wrap .contents2-title article span {
  position: relative;
  top: 14px;
  left: 152px;
  color: #0762d9;
}

@media screen and (max-width: 480px) {
  .contents2 .contents2-wrap .contents2-title article span {
    left: 13px;
  }
}

.contents2 .contents2-wrap .contents2-title article span::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #dddddd;
  top: 19px;
  right: 125px;
  display: block;
  position: relative;
}

@media screen and (max-width: 480px) {
  .contents2 .contents2-wrap .contents2-title article span::before {
    display: none;
  }
}

.contents2 .contents2-wrap .shift {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .shift {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contents2 .contents2-wrap .shift h3 {
  text-align: center;
  background-color: #0b8be6;
  border-radius: 3px;
  padding: 2px 0;
  color: white;
  font-size: 2rem;
}

.contents2 .contents2-wrap .shift .box {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .shift .box {
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.contents2 .contents2-wrap .shift .box div {
  padding: 10px 25px;
}

.contents2 .contents2-wrap .small-title {
  font-size: 2.6rem;
  border-bottom: 3px solid #cccccc;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .small-title {
    font-size: calc(2rem + 0.5vw);
  }
}

@media screen and (max-width: 375px) {
  .contents2 .contents2-wrap .small-title {
    font-size: calc(1.8rem + 0.5vw);
  }
}

.contents2 .contents2-wrap .small-title h3 {
  position: relative;
  font-weight: 500;
}

.contents2 .contents2-wrap .small-title h3::after {
  content: "";
  width: 100px;
  border-bottom: 3px solid #0b8be6;
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .small-title h3::after {
    top: 100%;
  }
}

.contents2 .contents2-wrap .btn a {
  font-size: 2.6rem;
  color: white;
  background-color: #ca1f2a;
  display: block;
  padding: 15px 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .btn a {
    font-size: calc(2rem + 0.5vw);
  }
}

@media screen and (max-width: 375px) {
  .contents2 .contents2-wrap .btn a {
    font-size: calc(1.7rem + 0.5vw);
  }
}

.contents2 .contents2-wrap .btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.6rem;
  margin-right: 5px;
}

.contents2 .contents2-wrap .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .contents2 .contents2-wrap .btn {
    margin: 20px auto 0 auto !important;
  }
}

.contents2 .contents2-wrap .btn p {
  line-height: 1;
  margin-top: -20px;
}

.contents2 .contents-image {
  margin-top: 70px;
}

@media screen and (max-width: 1000px) {
  .contents2 .contents-image {
    margin: auto;
  }
  .contents2 .contents-image .imgL {
    margin-right: 0 !important;
  }
}

/* contents3 */
.contents3-title h3 {
  font-size: 2.6rem;
  font-weight: 500;
  background-color: white;
}

@media screen and (max-width: 640px) {
  .contents3-title h3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .contents3-title h3 {
    font-size: calc(2.2rem + 0.5vw);
    line-height: 1.3;
  }
}

@media screen and (max-width: 375px) {
  .contents3-title h3 {
    font-size: calc(2rem + 0.5vw);
    line-height: 1.3;
  }
}

.contents3-image {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 834px) {
  .contents3-image {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 640px) {
  .contents3-image {
    margin: 8px auto 0 auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .contents3-image .box {
    width: 33%;
  }
}

@media screen and (max-width: 834px) {
  .contents3-image .box {
    width: 100%;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
}

/* contents4 */
.contents4 {
  background-color: #f4f4f4;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .contents4 {
    margin: 60px auto 20px auto !important;
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

.contents4 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents4 .inner2 .contents4-left {
  width: 69%;
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 .contents4-left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contents4 .inner2 .contents4-left .link-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 480px) {
  .contents4 .inner2 .contents4-left .link-left {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contents4 .inner2 .contents4-left .link-left .box {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contents4 .inner2 .contents4-left .link-left .box {
    margin-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 .contents4-left .link-left .box {
    margin-top: -15px;
  }
}

@media screen and (max-width: 480px) {
  .contents4 .inner2 .contents4-left .link-left .box {
    display: block;
  }
  .contents4 .inner2 .contents4-left .link-left .box div {
    margin: 0px auto 25px auto;
  }
}

.contents4 .inner2 .contents4-right {
  width: 29%;
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 .contents4-right {
    width: 100%;
  }
}

.contents4 .inner2 .contents4-right .link-right {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 .contents4-right .link-right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 480px) {
  .contents4 .inner2 .contents4-right .link-right {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
    margin-top: -20px;
  }
}

.contents4 .inner2 .contents4-right .link-right .box {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .contents4 .inner2 .contents4-right .link-right .box {
    margin-top: -15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .contents4 .inner2 .contents4-right .link-right .box {
    display: block;
    width: 100%;
    margin: 5px auto;
  }
}

.contents4-title h2 {
  font-size: 6rem;
  font-family: 'Akrobat',sans-serif;
  font-weight: 700;
  background-color: #ffffff 0;
  z-index: 3;
  position: relative;
  line-height: 0.8;
}

@media screen and (max-width: 640px) {
  .contents4-title h2 {
    font-size: calc(4.5rem + 0.5vw);
  }
}

@media screen and (max-width: 480px) {
  .contents4-title h2 {
    font-size: calc(4rem + 0.5vw);
  }
}

.contents4-title h2::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #0b8be6;
  display: block;
  z-index: -1;
  position: absolute;
  top: 22px;
  left: -10px;
}

@media screen and (max-width: 640px) {
  .contents4-title h2::before {
    top: 15px;
    left: -15px;
  }
}

.contents4-title span {
  position: relative;
  top: -45px;
  left: 313px;
  color: #0762d9;
}

@media screen and (max-width: 1200px) {
  .contents4-title span {
    left: 227px;
  }
}

@media screen and (max-width: 640px) {
  .contents4-title span {
    top: -41px;
    left: 203px;
  }
}

@media screen and (max-width: 480px) {
  .contents4-title span {
    top: -37px;
    left: 181px;
  }
}

.contents4-title span::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #dddddd;
  top: 19px;
  right: 125px;
  display: block;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .contents4-title span::before {
    width: 45px;
    right: 55px;
  }
}

.contents4-title2 h2 {
  font-size: 6rem;
  font-family: 'Akrobat',sans-serif;
  font-weight: 700;
  background-color: #ffffff 0;
  z-index: 3;
  position: relative;
  line-height: 0.8;
}

@media screen and (max-width: 640px) {
  .contents4-title2 h2 {
    font-size: calc(4.5rem + 0.5vw);
  }
}

@media screen and (max-width: 480px) {
  .contents4-title2 h2 {
    font-size: calc(4rem + 0.5vw);
  }
}

.contents4-title2 h2::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #0b8be6;
  display: block;
  z-index: -1;
  position: absolute;
  top: 22px;
  left: -10px;
}

@media screen and (max-width: 640px) {
  .contents4-title2 h2::before {
    top: 15px;
    left: -15px;
  }
}

.contents4-title2 span {
  position: relative;
  top: -45px;
  left: 269px;
  color: #0762d9;
}

@media screen and (max-width: 1200px) {
  .contents4-title2 span {
    left: 164px;
  }
}

@media screen and (max-width: 640px) {
  .contents4-title2 span {
    top: -41px;
    left: 155px;
  }
}

@media screen and (max-width: 480px) {
  .contents4-title2 span {
    top: -37px;
    left: 143px;
  }
}

.contents4-title2 span::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #dddddd;
  top: 19px;
  right: 125px;
  display: block;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .contents4-title2 span::before {
    width: 45px;
    right: 51px;
  }
}

/* 求人募集ページ */
#goes1, #goes2, #goes3, #goes4, #goes5 {
  padding-top: 70px;
  margin-top: -70px;
}

.main-title {
  background-color: #f4f4f4;
}

.main-title h1 {
  font-size: 6rem;
  font-family: 'Akrobat',sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding-top: 80px;
  line-height: 1;
}

.main-title div {
  text-align: center !important;
  padding-bottom: 60px;
}

.main-title div span {
  font-size: 2rem;
  line-height: 1;
}

.recruit-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 834px) {
  .recruit-list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 420px) {
  .recruit-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.recruit-list .box {
  width: 20%;
}

@media screen and (max-width: 834px) {
  .recruit-list .box {
    width: 45%;
  }
}

@media screen and (max-width: 420px) {
  .recruit-list .box {
    width: 90%;
    margin: auto;
  }
}

.recruit-list a {
  background-color: #0b8be6;
  display: block;
  color: white;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin: 5px;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

.recruit-list a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 51%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}

.recruit-list a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .recruit-wrap {
    margin: 10px;
  }
}

.recruit-wrap1 article {
  text-align: center !important;
}

.recruit-wrap1 article h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 0 auto 10px auto;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .recruit-wrap1 article h2 {
    font-size: calc(2.5rem + 0.5vw);
  }
}

@media screen and (max-width: 768px) {
  .recruit-list1 dl, .history-list dl, .company-list1 dl, .company-list2 dl, .contact-list dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 10px;
  }
}

.recruit-list1 dt, .history-list dt, .company-list1 dt, .company-list2 dt, .contact-list dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #0a972f !important;
  color: white;
}

@media screen and (max-width: 768px) {
  .recruit-list1 dt, .history-list dt, .company-list1 dt, .company-list2 dt, .contact-list dt {
    width: 100% !important;
  }
}

.recruit-list1 dd, .history-list dd, .company-list1 dd, .company-list2 dd, .contact-list dd {
  padding: 8px 8px 8px 20px !important;
}

.recruit-list1 dd .space, .history-list dd .space, .company-list1 dd .space, .company-list2 dd .space, .contact-list dd .space {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruit-list1 dd .space, .history-list dd .space, .company-list1 dd .space, .company-list2 dd .space, .contact-list dd .space {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .recruit-list1 dd, .history-list dd, .company-list1 dd, .company-list2 dd, .contact-list dd {
    width: 100% !important;
  }
}

.list1-text {
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .list1-text {
    padding: 0 20px;
  }
}

.recruit-name {
  width: 224px;
  position: relative;
  left: 90px;
}

@media screen and (max-width: 700px) {
  .recruit-name {
    margin: 60px auto 20px auto !important;
    left: 40px;
  }
}

.recruit-name h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}

.recruit-name h3::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  color: #767676;
  position: absolute;
  top: 65%;
  left: -74px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 7rem;
}

.question {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .question {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.question .box {
  width: 32%;
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: 4px 4px 8px #f4f4f4;
          box-shadow: 4px 4px 8px #f4f4f4;
  border-radius: 3px;
  margin: 10px 0;
}

@media screen and (max-width: 1000px) {
  .question .box {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .question .box {
    width: 95%;
  }
}

.question .box h3 {
  background-color: #0a972f;
  color: white;
  border-radius: 3px;
  text-align: center !important;
  padding: 10px 0;
}

.question .box div {
  padding: 10px 15px;
}

.question .box:nth-child(n+4) {
  width: 48%;
}

@media screen and (max-width: 700px) {
  .question .box:nth-child(n+4) {
    width: 95%;
  }
}

.recruit-wrap2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 210px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .recruit-wrap2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-wrap2 {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-wrap2 {
    margin-top: -50px;
  }
}

@media screen and (max-width: 834px) {
  .recruit-wrap2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: -20px;
  }
}

.recruit-wrap2 div {
  background-color: #f4f4f4;
  padding: 0 30px;
  padding: 120px 40px 160px 307px;
  position: absolute;
  width: 67%;
  top: 20%;
  left: 33%;
  z-index: 0;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .recruit-wrap2 div {
    padding: 40px;
    width: 50%;
    position: static;
    background-color: white;
  }
}

@media screen and (max-width: 834px) {
  .recruit-wrap2 div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .recruit-wrap2 div {
    padding: 10px 10px 20px 10px;
  }
}

.recruit-wrap2 .imgL {
  z-index: 3 !important;
  -webkit-box-shadow: 10px 10px 8px #eeeeee;
          box-shadow: 10px 10px 8px #eeeeee;
}

@media screen and (max-width: 1200px) {
  .recruit-wrap2 .imgL {
    width: 50% !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 834px) {
  .recruit-wrap2 .imgL {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .recruit-btn {
    float: none !important;
  }
}

.recruit-btn a {
  font-size: 1.8rem;
  color: white;
  background-color: #ca1f2a;
  display: block;
  padding: 11px 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  width: 430px;
  right: 51px;
  bottom: 140px;
}

.recruit-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .recruit-btn a::after {
    position: relative;
    top: -10px;
    right: -46%;
  }
}

@media screen and (max-width: 1200px) {
  .recruit-btn a {
    position: static;
    right: 0;
    bottom: 0;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 1;
    padding: 20px 0 8px 0;
  }
}

@media screen and (max-width: 1000px) {
  .recruit-btn a {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 480px) {
  .recruit-btn a {
    width: 100%;
  }
}

.recruit-btn a:hover {
  opacity: 0.6;
}

.recruit-wrap3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .recruit-wrap3 div {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.recruit-wrap3 div p {
  border: 2px solid #eee;
  width: 16%;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 4px 4px 8px #eeeeee;
          box-shadow: 4px 4px 8px #eeeeee;
}

@media screen and (max-width: 640px) {
  .recruit-wrap3 div p {
    width: 33%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap3-text {
    float: none !important;
    margin: 20px 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .recruit-btn2 {
    float: none !important;
    margin: auto;
  }
}

.recruit-btn2 a {
  font-size: 1.8rem;
  color: white;
  margin-top: 20px;
  background-color: #ca1f2a;
  display: block;
  padding: 11px 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  right: 51px;
  width: 430px;
}

.recruit-btn2 a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .recruit-btn2 a {
    margin: 0 auto;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .recruit-btn2 a {
    width: 100%;
  }
}

.recruit-btn2 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .title5 {
    margin: 80px auto 25px auto !important;
  }
}

.recruit-btn2 a:hover {
  opacity: 0.6;
}

/* 業務内容ページ */
#jump1, #jump2, #jump3, #jump4 {
  padding-top: 70px;
  margin-top: -70px;
}

.business-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 834px) {
  .business-list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 420px) {
  .business-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.business-list .box {
  width: 25%;
}

@media screen and (max-width: 834px) {
  .business-list .box {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .business-list .box {
    width: 90%;
    margin: auto;
  }
}

.business-list a {
  background-color: #0b8be6;
  display: block;
  color: white;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin: 5px;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

.business-list a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 51%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}

.business-list a:hover {
  opacity: 0.6;
}

.business1 h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .business1 h2 {
    font-size: calc(2.5rem + 0.5vw);
  }
}

.business1 div {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
}

.business-box1, .business-box2 {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 640px) {
  .business-box1, .business-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-box1 img, .business-box2 img {
  width: 40% !important;
}

@media screen and (max-width: 640px) {
  .business-box1 img, .business-box2 img {
    width: 95% !important;
  }
}

.business-box1 div, .business-box2 div {
  width: 100% !important;
}

.business-box1 img {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .business-box1 img {
    margin: auto;
  }
}

.business-box2 img {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .business-box2 img {
    margin: auto;
  }
}

.business-box2 div {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
}

/* 社員制度ページ */
#here1, #here2 {
  padding-top: 70px;
  margin-top: -70px;
}

.system-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 834px) {
  .system-list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 420px) {
  .system-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.system-list .box {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .system-list .box {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .system-list .box {
    width: 90%;
    margin: auto;
  }
}

.system-list a {
  background-color: #0b8be6;
  display: block;
  color: white;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin: 5px;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

.system-list a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 51%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}

.system-list a:hover {
  opacity: 0.6;
}

.women, .mens {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.women .box, .mens .box {
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  border: 3px solid #eee;
}

@media screen and (max-width: 1000px) {
  .women .box, .mens .box {
    width: 31%;
    margin: 8px;
  }
}

@media screen and (max-width: 768px) {
  .women .box, .mens .box {
    width: 47%;
  }
}

@media screen and (max-width: 640px) {
  .women .box, .mens .box {
    width: 46%;
  }
}

@media screen and (max-width: 480px) {
  .women .box, .mens .box {
    width: 100%;
  }
}

.system-title h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .system-title h2 {
    font-size: calc(2.5rem + 0.5vw);
  }
}

.system-title div {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
}

/* 社員研修ページ */
#goes6, #goes7, #goes8 {
  padding-top: 70px;
  margin-top: -70px;
}

.training-wrap h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 60px auto 30px auto;
}

@media screen and (max-width: 640px) {
  .training-wrap h2 {
    margin: 60px auto 20px auto;
    font-size: calc(2.5rem + 0.5vw);
  }
}

.training-wrap img {
  width: 45% !important;
  border: 3px solid #eee;
}

@media screen and (max-width: 640px) {
  .training-wrap .training-left {
    display: column !important;
  }
}

.training-wrap .training-left img {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .training-wrap .training-left img {
    width: 95% !important;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .training-wrap .training-left div {
    width: 95% !important;
    margin: auto;
  }
}

.training-wrap .training-right img {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .training-wrap .training-right img {
    width: 95% !important;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .training-wrap .training-right div {
    width: 95% !important;
    margin: auto;
  }
}

/* メディア情報ページ */
.media-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .media-main {
    text-align: center !important;
    margin-top: 40px;
  }
}

.media-main h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 20px auto 30px auto;
  display: inline-block;
  width: 52%;
}

.media-main h2 .sp {
  display: none;
}

@media screen and (max-width: 420px) {
  .media-main h2 .sp {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .media-main h2 {
    margin: 0 auto 15px auto;
    font-size: calc(2.2rem + 0.5vw);
  }
}

@media screen and (max-width: 834px) {
  .media-main h2 {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 420px) {
  .media-main h2 {
    line-height: 1.5;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 900px) {
  .media-main div {
    line-height: 1.7;
  }
}

@media screen and (max-width: 834px) {
  .media-main div {
    margin: 0 4vw;
  }
}

.media-main img {
  margin-right: 7%;
  width: 40% !important;
}

@media screen and (max-width: 1000px) {
  .media-main img {
    margin-right: 4%;
  }
}

@media screen and (max-width: 900px) {
  .media-main img {
    width: 35% !important;
  }
}

@media screen and (max-width: 834px) {
  .media-main img {
    float: none;
    width: 60% !important;
    text-align: center !important;
    margin: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .media-main img {
    width: 80% !important;
  }
}

.media-main span {
  color: grey;
  font-style: italic;
  position: relative;
  z-index: 2;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .media-main span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .media-main span {
    top: 10px;
  }
}

.media-main span::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #0762d9;
  position: absolute;
  top: 3%;
  left: -7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 8rem;
  opacity: 0.1;
  z-index: 1;
}

.media-main span::after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  color: #0762d9;
  position: absolute;
  top: 80%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 8rem;
  opacity: 0.1;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .media-main span::after {
    top: 80%;
    left: 60vw;
  }
}

.media-photos {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .media-photos {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.media-photos .box {
  width: 18.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 164px;
}

@media screen and (max-width: 1200px) {
  .media-photos .box {
    height: 13vw;
  }
}

@media screen and (max-width: 834px) {
  .media-photos .box {
    width: 45%;
    height: 32vw;
    margin: 10px 0;
  }
}

.media-photos .box img {
  border: 2px solid #eee;
}

.media-text {
  line-height: 1.6;
  font-size: 1.5rem;
}

.media-text span {
  font-size: 1.5rem;
  line-height: 2.5;
}

/* 会社沿革ページ */
.history-list {
  line-height: 3;
}

/* 会社概要ページ */
#here3, #here4 {
  padding-top: 70px;
  margin-top: -70px;
}

.company-wrap h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 30px auto 30px auto;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .company-wrap h2 {
    font-size: calc(2.5rem + 0.5vw);
  }
}

.company-wrap .company-list1, .company-wrap .company-list2 {
  line-height: 2.5;
}

/* お問い合わせページ */
.contact-wrap h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 30px auto 30px auto;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .contact-wrap h2 {
    font-size: calc(2.5rem + 0.5vw);
  }
}

.contact-wrap .contact-list label {
  color: white !important;
}

.contact-wrap .contact-btn div {
  text-align: center !important;
  font-weight: bold;
  background-color: #0b8be6;
  border-radius: 3px;
  color: white;
  width: 570px;
  padding: 20px 0;
  line-height: 1.5;
  margin: 20px auto 10px auto;
  -webkit-box-shadow: 4px 4px 8px #cccccc;
          box-shadow: 4px 4px 8px #cccccc;
  text-shadow: 4px 4px 8px #0762d9;
}

@media screen and (max-width: 640px) {
  .contact-wrap .contact-btn div {
    width: 95%;
    padding: 10px 0;
  }
}

.contact-wrap .contact-btn div p {
  font-size: 3.5rem;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .contact-wrap .contact-btn div p {
    font-size: calc(2.5rem + 0.5vw);
  }
}

.contact-wrap .contact-btn div a {
  display: block;
  color: white;
  text-shadow: 4px 4px 8px #0762d9;
}

.contact-wrap .contact-btn div a:hover {
  opacity: 0.6;
}

.contact-wrap .contact-btn div .icon-telphone1 {
  color: white;
  font-size: 2.8rem;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .contact-wrap .contact-btn div .icon-telphone1 {
    font-size: calc(2.2rem + 0.5vw);
  }
}

.error {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

form {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

/* プライバシーポリシーページ */
.policy-contents h2 {
  border-left: 5px solid #0a972f;
  background-color: #f4f4f4;
  font-size: 2.5rem;
  padding-left: 20px;
  letter-spacing: 3px;
  margin: 60px auto 10px auto;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .policy-contents h2 {
    font-size: calc(2rem + 0.5vw);
  }
}

.policy-bottom {
  background: #f4f4f4;
  border-radius: 3px;
  width: 60%;
  margin: 60px auto 80px auto;
  -webkit-box-shadow: 4px 4px 8px #dddddd;
          box-shadow: 4px 4px 8px #dddddd;
}

@media screen and (max-width: 1000px) {
  .policy-bottom {
    width: 90%;
  }
}

.policy-bottom h2 {
  background-color: #0a972f;
  border-radius: 3px;
  color: white;
  font-size: 2.4rem;
  text-align: center !important;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .policy-bottom h2 {
    line-height: 1.6;
    padding: 10px;
    font-size: calc(2rem + 0.5vw);
  }
}

@media screen and (max-width: 375px) {
  .policy-bottom h2 {
    font-size: calc(1.8rem + 0.5vw);
  }
}

.policy-bottom div {
  padding: 20px 40px;
}

.policy-bottom .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .policy-bottom .sp {
    display: block;
  }
}

/* 404ページ */
.others img {
  float: none;
  display: block;
  margin: auto;
  -webkit-box-shadow: 4px 4px 8px #cccccc;
          box-shadow: 4px 4px 8px #cccccc;
}

.others div {
  display: block;
  text-align: center !important;
  font-size: 3rem;
  margin-top: 40px;
  color: #767676;
}

@media screen and (max-width: 640px) {
  .others div {
    font-size: calc(2rem + 0.5vw);
  }
}
/*# sourceMappingURL=common_style.css.map */