@charset "UTF-8";
/*
Theme Name:   SHIN Archetype 2019
Description:  As you like it.
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      2.0
*/
/* Normalize
--------------------------------*/
html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  line-break: strict;
  font-size: 100%;
  font-size: calc(100vw / 28);
}

@media (min-width: 600px) {
  html {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400);
  }
}

@media (min-width: 1000px) {
  html {
    font-size: calc(137.5%);
  }
}

@media print, screen and (min-width: 960px) {
  html {
    font-size: 1em;
  }
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #333;
}

a {
  color: inherit;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media print, screen and (min-width: 960px) {
  a[href^='tel:'] {
    text-decoration: inherit;
  }
}

em {
  font-style: inherit;
  font-weight: bolder;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

section section {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  section section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  cursor: pointer;
}

/* Contents
--------------------------------*/
.wapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
}

@media print, screen and (min-width: 960px) {
  .wapper {
    flex-direction: row;
  }
}

.site-sideber {
  width: 100%;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .site-sideber {
    width: 25%;
    padding: 0 1%;
  }
}

.site-content {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .site-content {
    width: 75%;
  }
}

/* sideber area
====================*/
.site-logo {
  text-align: center;
  margin: 1em 0;
}

@media print, screen and (min-width: 960px) {
  .site-logo {
    margin: 32px 0 30px 0;
  }
}

.site-title {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 960px) {
  .site-title {
    margin-bottom: 50px;
  }
}

.gloval-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 0.875em;
  margin: 0 3.125vw 2em;
  font-weight: bold;
}

@media print, screen and (min-width: 960px) {
  .gloval-nav {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 40px;
    font-size: 0.813em;
  }
}

.gloval-nav li {
  border-right: solid 1px #e9f8f8;
}

.gloval-nav li:last-child {
  border-right: none;
}

@media print, screen and (min-width: 960px) {
  .gloval-nav li {
    margin-bottom: 20px;
    border-right: none;
  }
}

.gloval-nav a {
  text-decoration: none;
  padding: 0 5px;
}

@media print, screen and (min-width: 960px) {
  .gloval-nav a {
    padding: 10px;
  }
}

.gloval-nav a:hover {
  text-decoration: underline;
}

.side-shop-data {
  display: none;
  margin: 0 10px;
  font-size: 1em;
}

.side-shop-data span {
  display: block;
}

@media print, screen and (min-width: 960px) {
  .side-shop-data {
    display: inherit;
    margin-bottom: 30px;
  }
}

.shop-data__title {
  font-size: 0.938em;
  font-weight: bold;
}

.shop-data__code {
  font-size: 0.813em;
}

.shop-data__address {
  font-size: 0.813em;
}

.shop-data__tel {
  font-size: 1.250em;
  font-weight: bold;
  line-height: 1em;
  margin-top: .5em;
}

.shop-data__fax {
  font-size: 1.250em;
  font-weight: bold;
}

.shop-data__tel2 {
  font-size: 1em;
  font-weight: bold;
}

/* content area
====================*/
.common-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1.8em;
}

@media print, screen and (min-width: 960px) {
  .common-title {
    margin-bottom: 60px;
  }
}

.common-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin: 5px auto 0;
  background-color: #02b2b0;
}

.common-heading {
  position: relative;
  margin: 1em auto;
  font-size: 1.5em;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .common-heading {
    margin: 80px auto 40px;
  }
}

.common-heading span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.common-heading span.subback {
  background-color: #e9f8f8;
}

.common-heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #02b2b0;
  z-index: 0;
}

.company-contact,
.greeting-content,
.about-content,
.recruit-content,
.contact-content {
  padding: 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .company-contact,
  .greeting-content,
  .about-content,
  .recruit-content,
  .contact-content {
    padding: 2em;
  }
}

@media print, screen and (min-width: 960px) {
  .company-contact,
  .greeting-content,
  .about-content,
  .recruit-content,
  .contact-content {
    padding: 60px 70px 70px;
  }
}

.mainimage-area {
  position: relative;
}

.mainimage-area--back {
  position: relative;
}

.mainimage-area--text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 2em;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 960px) {
  .mainimage-area--text {
    margin: auto;
    text-align: left;
    margin-left: 60px;
    margin-top: 100px;
  }
}

.mainimage-area h1 {
  font-size: calc(100vw / 20);
}

@media print, screen and (min-width: 960px) {
  .mainimage-area h1 {
    font-size: 1.875em;
  }
}

.mainimage-area p {
  font-size: calc(100vw / 28);
}

@media print, screen and (min-width: 960px) {
  .mainimage-area p {
    font-size: 1.563em;
  }
}

.mainimage-area span {
  display: block;
}

.company-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 960px) {
  .company-area {
    margin-bottom: 50px;
  }
}

.company-area h3 {
  margin-top: 0.5em;
  padding-top: 0;
  padding-bottom: 0.5em;
  font-size: 1.250em;
  color: #02b2b0;
  border-bottom: solid 1px #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .company-area h3 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
}

.company-area--item-img {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .company-area--item-img {
    width: 50%;
    margin-right: 50px;
    text-align: left;
  }
}

.company-area--item-data {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .company-area--item-data {
    width: 40%;
  }
}

.company-area--item-data ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.company-area--item-data li {
  position: relative;
  padding-left: 1.5em;
}

.company-area--item-data li::before {
  content: "●";
  color: #02b2b0;
  position: absolute;
  margin-left: -1.5em;
}

.company-area--list {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 960px) {
  .company-area--list {
    margin-bottom: 90px;
  }
}

.company-area--list ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
}

.company-area--list li {
  margin-right: 2px;
}

.company-area--list li:nth-child(3) {
  margin-right: 0;
}

.greeting-content {
  background-color: #e9f8f8;
}

.greeting-area {
  display: flex;
  justify-content: space-between;
}

.greeting-area--img {
  width: 20%;
}

@media print, screen and (min-width: 960px) {
  .greeting-area--img {
    width: 30%;
  }
}

.greeting-area--text {
  width: 75%;
}

@media print, screen and (min-width: 960px) {
  .greeting-area--text {
    width: 70%;
  }
}

.greeting-area--text p.greeting-comment {
  margin-top: 0;
}

.greeting-area--text p.greeting-name {
  text-align: right;
}

.about-table tr {
  display: flex;
  flex-wrap: wrap;
}

.about-table tr:last-child td:last-child {
  border-bottom: solid 1px #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .about-table tr {
    display: table-row;
  }
}

.about-table th {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background-color: #e9f8f8;
  border-bottom: none;
  border-color: #02b2b0;
  color: #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .about-table th {
    display: table-cell;
    width: 20%;
    border-bottom: solid 1px;
    vertical-align: middle;
    text-align: center;
  }
}

.about-table td {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-bottom: none;
  border-color: #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .about-table td {
    display: table-cell;
    width: 80%;
    padding: 10px 45px;
    border-bottom: solid 1px #02b2b0;
  }
}

.about-table td .qualification {
  padding: 0;
  list-style-type: none;
}

.about-table td .qualification li {
  display: block;
  margin-left: 1.5em;
}

.about-table td .qualification li::before {
  content: "●";
  color: #02b2b0;
  position: absolute;
  margin-left: -1.5em;
}

.about-suppliers {
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}

@media print, screen and (min-width: 960px) {
  .about-suppliers {
    width: 600px;
    margin: 0 auto;
  }
}

.about-suppliers--item {
  margin-bottom: .5em;
  margin-left: 1.5em;
}

@media print, screen and (min-width: 960px) {
  .about-suppliers--item {
    margin-bottom: 10px;
  }
}

.about-suppliers--item::before {
  content: "●";
  color: #02b2b0;
  position: absolute;
  margin-left: -1.5em;
}

.recruit-content {
  background-color: #e9f8f8;
}

.recruit-conditions {
  background-color: #fff;
  padding: 1em 3.125vw;
}

@media print, screen and (min-width: 960px) {
  .recruit-conditions {
    padding: 40px 10%;
  }
}

.recruit-conditions ul {
  list-style-type: none;
  padding: 0;
}

.recruit-conditions li {
  display: flex;
  flex-wrap: wrap;
}

.recruit-conditions-label {
  display: block;
  width: 100%;
  font-size: 1.250em;
  font-weight: bold;
}

@media print, screen and (min-width: 960px) {
  .recruit-conditions-label {
    width: 50%;
  }
}

.recruit-conditions-data {
  display: block;
  width: 100%;
  margin-left: 1.5em;
}

@media print, screen and (min-width: 960px) {
  .recruit-conditions-data {
    width: 50%;
    margin-left: 0;
  }
}

.recruit-catch {
  margin: 2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.250em;
}

@media print, screen and (min-width: 960px) {
  .recruit-catch {
    margin: 80px 0 60px;
  }
}

.recruit-catch span {
  display: block;
}

.recruit-infomation {
  background-color: #fff;
}

.recruit-infomation tr {
  display: flex;
  flex-wrap: wrap;
}

.recruit-infomation tr:last-child td:last-child {
  border-bottom: solid 1px #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .recruit-infomation tr {
    display: table-row;
  }
}

.recruit-infomation th {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-bottom: none;
  border-color: #02b2b0;
  color: #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .recruit-infomation th {
    display: table-cell;
    width: 20%;
    border-bottom: solid 1px;
    vertical-align: middle;
    text-align: center;
  }
}

.recruit-infomation td {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-bottom: none;
  border-color: #02b2b0;
}

@media print, screen and (min-width: 960px) {
  .recruit-infomation td {
    display: table-cell;
    width: 80%;
    padding: 10px 45px;
    border-bottom: solid 1px #02b2b0;
  }
}

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

.recruit-voice--item {
  width: 49%;
  margin-bottom: 2em;
}

.recruit-voice--item:nth-child(1), .recruit-voice--item:nth-child(2) {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .recruit-voice--item {
    margin-bottom: 60px;
  }
  .recruit-voice--item:nth-child(1), .recruit-voice--item:nth-child(2) {
    width: 49%;
  }
  .recruit-voice--item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.recruit-voice--caption {
  text-align: left;
}

@media print, screen and (min-width: 960px) {
  .recruit-voice--caption {
    text-align: center;
  }
}

.recruit-voice--caption span {
  display: inline;
}

@media print, screen and (min-width: 960px) {
  .recruit-voice--caption span {
    display: block;
  }
}

.voice-item__name {
  display: block;
  font-size: 1.750em;
  font-weight: bold;
}

.voice-item__age {
  font-size: 0.714em;
  margin-left: .5em;
}

.voice-item__place {
  display: block;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 960px) {
  .voice-item__place {
    margin-bottom: 20px;
  }
}

.voice-item__text {
  display: block;
}

.contact-area {
  border: solid 5px #02b2b0;
  padding: 0 3.125vw 3.125vw;
}

@media print, screen and (min-width: 960px) {
  .contact-area {
    padding: 0 40px 40px;
  }
}

.contact-area h2 {
  margin-bottom: 1em;
}

.contact-area--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-area--tel {
  width: 100%;
  color: #02b2b0;
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .contact-area--tel {
    width: 55%;
    margin-bottom: 0;
    text-align: left;
    font-size: calc(100vw / 35);
  }
}

.contact-area--tel a {
  text-decoration: none;
}

.contact-area--mail {
  width: 100%;
  text-align: center;
  font-size: 1.250em;
}

@media print, screen and (min-width: 960px) {
  .contact-area--mail {
    width: 45%;
    font-size: 1em;
  }
}

.contact-area--mail a {
  display: block;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #02b2b0;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.contact-area--mail a:hover {
  opacity: .7;
}

@media (min-width: 1110px) {
  .contact-area--tel {
    font-size: 2.2em;
  }
}

.map-content {
  width: 100%;
}

.map-content iframe {
  width: 100%;
  height: 330px;
}

.footer-content {
  background-color: #02b2b0;
  color: #fff;
}

.footer-area {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 3.125vw;
}

@media print, screen and (min-width: 960px) {
  .footer-area {
    padding: 40px 60px;
  }
}

.footer-area--img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .footer-area--img {
    width: 60%;
  }
}

.footer-area--img div {
  width: 49%;
}

.footer-area--img img {
  width: 100%;
}

.footer-area--text {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .footer-area--text {
    width: 38%;
    padding-left: 2%;
  }
}

.footer-area--text h2 {
  font-size: 1.375em;
}

@media print, screen and (min-width: 960px) {
  .footer-area--text h2 {
    margin-top: 0;
  }
}

.footer-text {
  margin-bottom: 20px;
}

.footer-text a:hover {
  text-decoration: none;
}

.footer-text__name {
  display: block;
  font-size: 1.250em;
  font-weight: bold;
}

@media print, screen and (min-width: 960px) {
  .footer-text__name {
    font-size: 0.938em;
  }
}

.footer-text__address {
  display: block;
  font-size: 1em;
}

@media print, screen and (min-width: 960px) {
  .footer-text__address {
    font-size: 0.813em;
  }
}

.footer-text__tel {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

@media print, screen and (min-width: 960px) {
  .footer-text__tel {
    font-size: 1.250em;
  }
}

.copyright {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
}

@media print, screen and (min-width: 960px) {
  .copyright {
    font-size: 0.688em;
  }
}

.totop {
  display: block;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 3.125vw 3.125vw 0;
  border-radius: 50%;
  background-color: #02b2b0;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 960px) {
  .totop {
    margin: 0 20px 20px 0;
  }
}

.totop a::after {
  content: "";
  display: block;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  height: 10px;
  width: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 40% auto auto auto;
}
