@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..500&family=Zen+Old+Mincho:wght@400;700&display=swap");
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table th {
  word-break: break-all;
}

table td {
  word-break: break-all;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text] {
  border-radius: 0;
}

.f-min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Noto Sans JP", Helvetica Neue, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-weight: 400;
}

body {
  font-size: 20em;
  font-size: 20px;
  color: #444444;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

p {
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

/* header
------------------------------------------------------ */
.header {
  height: 120px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1441px) {
  .header {
    height: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .header {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    background: none;
  }
}
.header .header-wrapper {
  height: 120px;
  display: flex;
  width: min(100%, 1590px);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .header .header-wrapper {
    height: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header-wrapper {
    display: block;
    height: 70px;
  }
}
.header .header-logo {
  width: 11.4583333333%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .header .header-logo {
    display: none;
    width: 240px;
  }
}
.header .header-logo p,
.header .header-logo h1 {
  margin: 0;
  padding: 0;
}
.header .header-logo p a,
.header .header-logo h1 a {
  margin-left: 30px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .header .header-logo p a,
  .header .header-logo h1 a {
    width: 60%;
    margin-left: 30px;
  }
}
.header .header-navarea {
  width: 51.724137931%;
}
@media only screen and (max-width: 1000px) {
  .header .header-navarea {
    width: 100%;
    display: none;
  }
}
.header .header-navarea .header-nav {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .header .header-navarea .header-nav {
    height: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header-navarea .header-nav {
    height: auto;
    display: block;
  }
}
.header .header-navarea .header-nav .bord {
  border: 1px solid #000;
}
.header .header-navarea .header-nav li {
  width: 18.1818181818%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .header .header-navarea .header-nav li {
    width: 100%;
  }
}
.header .header-navarea .header-nav li a {
  text-align: center;
  color: #444444;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px;
  display: block;
  line-height: 1.3;
  font-size: clamp(0.875rem, 0.8062rem + 0.2658vw, 1.125rem);
}
@media only screen and (max-width: 1441px) {
  .header .header-navarea .header-nav li a {
    padding: 10px 0;
  }
}
.header .header-navarea .header-nav li span {
  position: relative;
}
.header .header-navarea .header-nav li span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/frontpage/res.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 0.24em;
}
.header .header-navarea .header-nav li > ul {
  display: none;
  margin: 0px;
  /* ★2:サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★3:サブメニュー内側の余白(ゼロ) */
  position: absolute;
  /* ★4:絶対配置にする */
}
@media only screen and (max-width: 640px) {
  .header .header-navarea .header-nav li > ul {
    position: relative;
  }
}
.header .header-navarea .header-nav li:hover > ul {
  width: 6.4516129032%;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 640px) {
  .header .header-navarea .header-nav li:hover > ul {
    width: 100%;
  }
}
.header .header-navarea .header-nav li:hover > ul li {
  background: #ffffff;
  width: 150px;
  border: 1px solid #ccc;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .header .header-navarea .header-nav li:hover > ul li {
    width: 100%;
  }
}
.header .header-navarea .header-nav li:hover > ul li a {
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 1rem;
}
.header .header-navarea .header-nav li .RESERVE {
  text-align: center;
  color: #444444;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px;
  display: block;
  line-height: 1.3;
  font-size: clamp(0.875rem, 0.8062rem + 0.2658vw, 1.125rem);
}
@media only screen and (max-width: 640px) {
  .header .header-navarea .header-nav li .RESERVE {
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .header .header-navarea .header-nav li .RESERVE:hover > ul {
    display: block;
    position: relative;
    width: 100%;
  }
  .header .header-navarea .header-nav li .RESERVE:hover > ul li {
    background: #ffffff;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
  }
  .header .header-navarea .header-nav li .RESERVE:hover > ul li a {
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 1rem;
  }
}
.header button.toggle-btn {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header button.toggle-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
  .header button.toggle-btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #444444;
    position: absolute;
    left: 10px;
    transition-duration: 0.3s;
  }
  .header button.toggle-btn span:nth-child(1) {
    top: 18px;
  }
  .header button.toggle-btn span:nth-child(2) {
    top: 28px;
  }
  .header button.toggle-btn span:nth-child(3) {
    top: 38px;
  }
}
.header .menu-bg {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .menu-bg {
    background: #e2e2e2;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

@media only screen and (min-width: 1441px) {
  .header.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 50;
  }
}
@media only screen and (max-width: 1000px) {
  header.active .header-navarea {
    display: block;
    z-index: 30;
    position: absolute;
    top: 70px;
    width: 100%;
  }
  header.active .menu-bg {
    display: block;
  }
  header.active .toggle-btn span {
    top: 50%;
    left: 50%;
  }
  header.active .toggle-btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
    left: 50%;
  }
  header.active .toggle-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-135deg);
    top: 50%;
    left: 50%;
  }
  header.active .toggle-btn span:nth-child(3) {
    display: none;
  }
}
/* gnav
------------------------------------------------------ */
/* footer
------------------------------------------------------ */
.footer {
  background-color: #fff;
}
.footer .footer-content-wrapper {
  padding-top: 3.8194444444vw;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-content-wrapper {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-content-wrapper {
    padding-top: 40px;
  }
}
.footer .footer-content-inner {
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
}
.footer .footer-logo {
  margin-bottom: 3.4482758621vw;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-logo {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-logo {
    width: 70%;
  }
}
.footer .footer-logo img {
  filter: invert(43%) sepia(93%) saturate(1574%) hue-rotate(170deg) brightness(91%) contrast(101%);
}
.footer .footer-copyright {
  color: #003D93;
  text-align: right;
  display: flex;
  justify-content: end;
}
.footer .footer-copyright p {
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
  line-height: 2;
  margin-left: 1em;
}
.footer .footer-copyright p a {
  color: #003D93;
}
.footer .footer-copyright p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .footer .footer-copyright {
    display: block;
    text-align: center;
  }
  .footer .footer-copyright p {
    margin-left: 0;
  }
}
.footer .copyrights {
  text-align: right;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .footer .copyrights {
    font-size: 1rem;
  }
}

/* container
------------------------------------------------------ */
.content-wrapper-narrow {
  width: min(100%, 825px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

/* button
------------------------------------------------------ */
/*button共通*/
.arrow-round {
  position: relative;
}

/* accordion
------------------------------------------------------ */
.pages {
  /*p {
  	margin: 1em 0;
  }*/
}
.pages h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (max-width: 1441px) {
  .pages h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pages h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .pages h2 {
    font-size: 2rem;
  }
}
.pages h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 1441px) {
  .pages h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pages h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .pages h3 {
    font-size: 1.8rem;
  }
}
.pages h4 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (max-width: 1441px) {
  .pages h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pages h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .pages h4 {
    font-size: 1.6rem;
  }
}
.pages h5 {
  line-height: 1.6;
}
.pages strong {
  font-weight: 600;
}
.pages em {
  font-weight: 600;
}
.pages sup {
  font-size: 0.8em;
  vertical-align: top;
}

/* list
------------------------------------------------------ */
/*list共通*/
.category-list {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .category-list {
    margin-bottom: 60px;
  }
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .category-list ul {
    justify-content: center;
    align-items: center;
  }
}
.category-list ul li {
  line-height: 2;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .category-list ul li {
    margin-right: 10px;
    line-height: 1;
  }
}
.category-list ul li a {
  color: #5176AA;
  line-height: 2;
  padding: 5px 0;
  position: relative;
}
@media only screen and (max-width: 1281px) {
  .category-list ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .category-list ul li a {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.category-list ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #5176AA;
  transition-duration: 0.2s;
  width: 0;
  left: 0;
}
@media only screen and (min-width: 1441px) {
  .category-list ul li a:hover:after {
    width: 100%;
  }
}
.category-list ul li + li {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .category-list ul li + li {
    padding-left: 10px;
    border-left: 1px solid #b0c8d6;
  }
}
.category-list ul li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 50%;
  background: #5176AA;
}
@media only screen and (max-width: 640px) {
  .category-list ul li + li:before {
    content: none;
  }
}
.category-list ul li.active a:after {
  width: 100%;
}

/* page-header
------------------------------------------------------ */
.page-heading {
  position: relative;
  height: 610px;
  height: 31.9444444444vw;
  width: 100%;
  position: relative;
}
.page-heading:before, .page-heading:after {
  content: "";
  display: block;
  height: 100%;
  height: 31.9444444444vw;
  width: 35.1388888889%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.page-heading:before {
  background-image: url(/cms/wp-content/themes/sanyokogyo/assets/img/common/heading-pattern.svg);
  background-position: right;
  mix-blend-mode: screen;
  background-size: cover;
  left: 0;
}
.page-heading:after {
  background-image: url(/cms/wp-content/themes/sanyokogyo/assets/img/common/heading-pattern.svg);
  background-position: left;
  mix-blend-mode: screen;
  background-size: cover;
  right: 0;
}
.page-heading .page-heading-inner {
  width: min(100%, 1480px);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.page-heading .page-heading-inner h1, .page-heading .page-heading-inner p {
  color: #fff;
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7.7777777778vw;
  line-height: 2;
  text-transform: uppercase;
}
.page-heading .page-heading-inner h1 span, .page-heading .page-heading-inner p span {
  display: none;
}
.page-heading .page-heading-gradation {
  width: 72.2222222222%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 147, 255, 0.62), rgba(255, 255, 255, 0));
  z-index: 2;
}
.page-heading .splide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.page-heading .splide__track {
  width: 100%;
  height: 100%;
}
.page-heading .splide__slide {
  width: 100%;
}
.page-heading .splide__slide img {
  width: 100%;
  height: 100%;
}

.page-heading-lv2 {
  width: 100%;
  position: relative;
  background: #fff;
}
.page-heading-lv2 .page-heading-lv2-inner {
  width: min(100%, 1570px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.page-heading-lv2 .page-heading-lv2-inner h2 {
  width: 54.4444444444%;
  color: #fff;
  line-height: 1.6;
  font-size: clamp(1.375rem, 1.2031rem + 0.6645vw, 2rem);
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to right, rgb(1, 150, 223), rgb(255, 255, 255));
}
@media only screen and (max-width: 1000px) {
  .page-heading-lv2 .page-heading-lv2-inner h2 {
    font-size: 20px;
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .page-heading-lv2 .page-heading-lv2-inner h2 {
    font-size: 18px;
    width: 100%;
  }
}
.page-heading-lv2:before {
  content: "";
  width: 50%;
  background: rgb(1, 150, 223);
  position: absolute;
  left: 0;
  height: 100%;
}

.page-heading-lv3 h3 {
  font-size: 1.6666666667vw;
  color: #5176AA;
  margin-bottom: 40px;
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  .page-heading-lv3 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .page-heading-lv3 h3 {
    font-size: 18px;
  }
}
.page-heading-lv3 h3 span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #E1EDFF 50%);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2;
  padding-bottom: 0.5em;
}

.sm-slider {
  background-color: #000;
}

.front-page {
  background-position: center top;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  .front-page {
    background-size: cover;
  }
}

.visual .main_visual {
  position: relative;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  background-size: cover;
  background-position: center;
}
.visual .main_visual .catch-jp {
  text-align: center;
  margin-top: -50px;
}
@media only screen and (max-width: 640px) {
  .visual .main_visual .catch-jp img {
    margin: 0 auto;
    width: 70%;
  }
}

.back_wrapper {
  background-color: #fff;
}

.front-mainvisual .splide__slide img {
  width: 100%;
  height: auto;
}
.front-mainvisual .splide__slide ul.splide__list {
  padding: 0;
}
.front-mainvisual .splide__slide .slide-text h2 {
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0, 34, 80, 0.8);
  position: relative;
  padding-left: 24px;
}
@media only screen and (max-width: 640px) {
  .front-mainvisual .splide__slide .slide-text h2 {
    text-shadow: 5px 5px 5px rgba(0, 34, 80, 0.8);
    padding-left: 12px;
  }
}
.front-mainvisual .spride__slide {
  position: relative;
}
.front-mainvisual .spride__slide img {
  width: 100%;
}
.front #service {
  margin-top: 11.3194444444vw;
  background: #fff;
}
.front .front-service {
  background: #fff;
  padding-top: 7.3611111111vw;
  padding-bottom: 14.7916666667vw;
  background-image: url(/cms/wp-content/themes/sanyokogyo/assets/img/frontpage/f-service.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.front .front-service-heading {
  width: min(100%, 1180px);
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .front .front-service-heading {
    width: 80.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front .front-service-heading h2 {
  font-size: clamp(1.25rem, 0.872rem + 1.46vw, 2.625rem);
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: #d6ff93;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 640px) {
  .front .front-service-heading h2 {
    text-align: center;
  }
  .front .front-service-heading h2 br {
    display: none;
  }
}
.front .front-service-menu {
  position: relative;
}
.front .front-service-menu .front-service-btn {
  width: 420px;
}
.front .front-service-menu .front-service-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.front .front-service-menu-wrapper {
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
  top: -38px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .front .front-service-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.front .front-service-menu {
  background: #fff;
  width: 1160px;
  height: 826px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201160%20826%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23007fff%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23003bff%3B%20%7D%20.cls-4%20%7B%20opacity%3A%20.78%3B%20%7D%20.cls-5%20%7B%20fill%3A%20%2300419a%3B%20%7D%20.cls-6%20%7B%20clip-path%3A%20url(%23clippath)%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clippath%22%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22258%22%20y%3D%2293%22%20width%3D%22717.97%22%20height%3D%22571.58%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20class%3D%22cls-4%22%3E%20%3Cg%20class%3D%22cls-6%22%3E%20%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%3E%20%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_112%22%20data-name%3D%22%E3%83%91%E3%82%B9%20112%22%20class%3D%22cls-5%22%20d%3D%22M831.42%2C385.03c-174.02-118.02-329.43-88.22-447.44%2C85.8l-56-292.03c174.02%2C118.02%2C329.42%2C88.22%2C447.44-85.8l56%2C292.03Z%22%2F%3E%20%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_113%22%20data-name%3D%22%E3%83%91%E3%82%B9%20113%22%20class%3D%22cls-3%22%20d%3D%22M430.74%2C664.58c-23.22-98.93-73.81-130.28-172.74-107.07l156.66-252.74c23.22%2C98.93%2C73.81%2C130.29%2C172.74%2C107.07l-156.66%2C252.74Z%22%2F%3E%20%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_114%22%20data-name%3D%22%E3%83%91%E3%82%B9%20114%22%20class%3D%22cls-2%22%20d%3D%22M975.97%2C419.6c-106.9%2C13.6-145.55%2C63.51-131.95%2C170.41l-235.12-182.05c106.9-13.6%2C145.55-63.51%2C131.95-170.41l235.12%2C182.05Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22_%E9%95%B7%E6%96%B9%E5%BD%A2_221%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20221%22%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%221160%22%20height%3D%22826%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%221159%22%20height%3D%22825%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu {
    width: 100%;
    max-width: 1160px;
    height: auto;
    aspect-ratio: 1160/826;
    background-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .front .front-service-menu {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
.front .front-service-menu .front-service-btn {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: absolute;
  padding: 22px;
  background-color: #dcdcdc;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu .front-service-btn {
    width: 36.2068965517%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0;
  }
}
.front .front-service-menu .front-service-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e6e6e6;
  text-align: center;
  background-color: #9f9f9f;
  border-radius: 50%;
  transition-duration: 0.3s;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu .front-service-btn a {
    width: 90.4761904762%;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 640px) {
  .front .front-service-menu .front-service-btn a {
    padding-bottom: 20px;
  }
}
.front .front-service-menu .front-service-btn a p {
  font-size: 44px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu .front-service-btn a p {
    font-size: clamp(1.5rem, 0.939rem + 2.2383vw, 3.625rem);
  }
}
@media only screen and (max-width: 1000px) {
  .front .front-service-menu .front-service-btn a p {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 640px) {
  .front .front-service-menu .front-service-btn a p {
    font-size: 14px;
  }
}
.front .front-service-menu .front-service-btn .btn-viewmore {
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 70px;
  left: auto;
  right: auto;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .front .front-service-menu .front-service-btn .btn-viewmore {
    width: 41px;
    padding-right: 0;
    bottom: 20px;
  }
  .front .front-service-menu .front-service-btn .btn-viewmore .text {
    display: none;
    padding-right: 0;
  }
}
.front .front-service-menu .front-service-btn .btn-viewmore .arw-right {
  width: 40px;
  height: 11px;
  display: block;
  transition-duration: 0.3s;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.896%22%20height%3D%2211.254%22%20viewBox%3D%220%200%2040.896%2011.254%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M1078.38%2C2677.273h40.4l-8.771-10.652%22%20transform%3D%22translate(-1078.13%20-2666.27)%22%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
}
.front .front-service-menu .front-service-btn:hover {
  background: linear-gradient(to right, #37ffff, #cdff8d);
}
.front .front-service-menu .front-service-btn:hover a {
  background-color: #575859;
}
.front .front-service-menu .front-service-btn:hover a .btn-viewmore {
  padding-right: 0;
}
.front .front-service-menu .front-service-btn:hover a .btn-viewmore .arw-right {
  margin-left: 10px;
}
.front .front-service-menu .front-service-menu01 {
  top: 0;
  right: 0;
}
.front .front-service-menu .front-service-menu02 {
  top: 142px;
  left: 0;
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu .front-service-menu02 {
    top: 17.191283293%;
  }
}
.front .front-service-menu .front-service-menu03 {
  top: 406px;
  left: 425px;
}
@media only screen and (max-width: 1281px) {
  .front .front-service-menu .front-service-menu03 {
    top: 49.1525423729%;
    left: 36.6379310345%;
  }
}
.front .fowe {
  font-weight: 600;
  padding-bottom: 5px;
}
.front .tel {
  padding: 10px 0 30px;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
}
.front .tel a {
  color: #000;
  font-weight: 600;
}
.front .front-heading {
  width: min(100%, 1150px);
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .front .front-heading {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 640px) {
  .front .front-heading {
    margin-bottom: 57px;
  }
  .front .front-heading img {
    height: 70px;
  }
}
.front .front-heading h2 {
  text-align: left;
  font-size: clamp(0.875rem, 0.5827rem + 1.1296vw, 1.9375rem);
  font-weight: bold;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .front .front-heading h2 {
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .front .l_text {
    font-size: 1rem;
  }
}
.front .front-responsive {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .front .front-responsive {
    padding-bottom: 50px;
  }
}
.front .front-responsive .front-responsive-heading h2 {
  color: #1a1a1a;
}
.front .salon {
  background: #e2e2e2;
  padding: 30px 0;
}
.front .f-responsive-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 29px;
}
@media only screen and (max-width: 1000px) {
  .front .f-responsive-menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu {
    display: block;
  }
}
.front .f-responsive-menu .f-responsive-menu-column {
  padding: 0 15px;
  line-height: 1.5em;
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
  width: 48.6956521739%;
}
@media only screen and (max-width: 1000px) {
  .front .f-responsive-menu .f-responsive-menu-column {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.front .f-responsive-menu .f-responsive-menu-column .lineup-img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 520/207;
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column .lineup-img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column .lineup-text {
    padding-bottom: 0;
    font-size: 1rem;
  }
}
.front .f-responsive-menu .f-responsive-menu-column h3 {
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  color: #2c2c2c;
  font-weight: bold;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .front .f-responsive-menu .f-responsive-menu-column h3 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column h3 {
    padding-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.front .f-responsive-menu .f-responsive-menu-column h3:after {
  content: "";
  height: 27px;
  width: 100%;
  background-color: #e2edff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .front .f-responsive-menu .f-responsive-menu-column h3:after {
    height: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column h3:after {
    height: 0.6em;
  }
}
.front .f-responsive-menu .f-responsive-menu-column .insta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
  color: #242424;
  font-weight: bold;
  text-decoration: none;
  transition-duration: 0.3s;
}
.front .f-responsive-menu .f-responsive-menu-column .insta_btn a {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 1.2rem;
}
.front .f-responsive-menu .f-responsive-menu-column .insta_btn a span {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .front .f-responsive-menu .f-responsive-menu-column .insta_btn a span {
    font-size: 1rem;
  }
}
.front .f-responsive-menu .f-responsive-menu-column .insta_btn a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets_top/img/frontpage/insta.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 0.24em;
}
.front .f-responsive-menu .f-responsive-menu-column .insta_btn:hover {
  background-color: #dcdcdc;
  color: #000;
}
.front .f-responsive-menu .f-responsive-menu-column ul > li {
  line-height: 2;
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
  border-bottom: 1px solid #dedede;
}
.front .f-responsive-menu .f-responsive-menu-column ul > li > ul {
  border-top: 1px solid #dedede;
}
.front .f-responsive-menu .f-responsive-menu-column ul > li > ul > li {
  border-bottom: 1px solid #dedede;
  padding-left: 1em;
  position: relative;
}
.front .f-responsive-menu .f-responsive-menu-column ul > li > ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.front .f-responsive-menu .f-responsive-menu-column ul > li > ul > li:last-child {
  border-bottom: none;
}
.front .f-recruit {
  padding-top: 0.6944444444vw;
  padding-bottom: 100px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .front .f-recruit {
    padding-bottom: 50px;
  }
}
.front .f-recruit .f-recruit-heading {
  margin-bottom: 80px;
}
.front .f-recruit .f-recruit-heading h2 {
  color: #242424;
}
.front .f-recruit .f-recruit-heading span {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.front .f-recruit .f-recruit-heading:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.front .f-recruit .f-recruit-intro {
  text-align: center;
}
.front .f-recruit .f-recruit-intro h3 {
  font-size: clamp(0.875rem, 0.5827rem + 1.1296vw, 1.9375rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .front .f-recruit .f-recruit-intro h3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.front .f-recruit .f-recruit-intro p {
  padding: 25px 0;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .front .f-recruit .f-recruit-intro p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.front .f-recruit .f-recruit-intro p span {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .front .f-recruit .f-recruit-intro p span {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.front .f-recruit .f-recruit-intro .button {
  width: 60%;
  margin: 5px auto;
  border: 1px solid #c0c0c0;
}
.front .f-recruit .f-recruit-intro .button p {
  padding: 0;
  text-align: center;
  background-color: #f0f0f0;
  display: block;
  color: #a8a8a8;
  padding: 10px;
}

.f-company {
  padding-top: 0.6944444444vw;
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .f-company {
    padding-bottom: 50px;
  }
}
.f-company-intro table {
  margin-left: 150px;
  margin-right: 50px;
  width: 80%;
  table-layout: fixed;
  border-top: 1px solid #c9c9c9;
  font-size: 1.2rem;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  .f-company-intro table {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.f-company-intro table td {
  line-height: 4.5em;
  padding-right: 0;
  border-top: 1px solid #c9c9c9;
  background-color: #fff;
}
.f-company-intro table td:first-child {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .f-company-intro table td {
    width: 100%;
    line-height: 3em;
    font-size: 1rem;
    border-bottom: 1px dotted #c9c9c9;
    border-top: 1px solid #c9c9c9;
    display: block;
  }
  .f-company-intro table td:first-child {
    width: 100%;
    font-weight: 600;
  }
}
.f-company .f-company-heading {
  margin-bottom: 5.5555555556vw;
}
.f-company .f-material-intro {
  padding-bottom: 5.5555555556vw;
}
.f-company .f-material-intro p {
  color: #003d93;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.5827rem + 1.1296vw, 1.9375rem);
  line-height: 1.6;
}
.f-company .f-material-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .f-company .f-material-images {
    display: block;
  }
}
.f-company .f-material-images .f-material-image {
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 640px) {
  .f-company .f-material-images .f-material-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.f-company .f-material-images .f-material-image p {
  color: #8dbdff;
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
  font-weight: bold;
  text-align: center;
}
.f-company .material-cortesy {
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
}

.f-hq-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  .f-hq-menu {
    gap: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .f-hq-menu {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.f-hq-menu li {
  width: 22.7586206897%;
}
.f-hq-menu li a {
  color: #000;
}
.f-hq-menu li p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .f-hq-menu li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.f-hq-menu li .img figure {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.f-hq-menu li .img p {
  color: #8dbdff;
  font-size: clamp(0.625rem, 0.488rem + 0.53vw, 1.125rem);
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .f-hq-menu li .img p {
    font-size: 12px;
  }
}

.f-content-wrapper {
  width: min(100%, 1150px);
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .f-content-wrapper {
    width: 80.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  .f-content-wrapper {
    width: calc(100% - 20px);
  }
}

#service:before,
#f-service01:before,
#f-service02:before,
#f-service03:before {
  content: "";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 1441px) {
  #service:before,
  #f-service01:before,
  #f-service02:before,
  #f-service03:before {
    height: 90px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1000px) {
  #service:before,
  #f-service01:before,
  #f-service02:before,
  #f-service03:before {
    content: none;
  }
}

.recruit-page {
  background-position: center top;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  .recruit-page {
    background-size: cover;
  }
}

main.recruit .page-heading .splide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main.recruit .page-heading .splide__track {
  width: 100%;
}
main.recruit .page-heading .splide__slide {
  width: 100%;
}
main.recruit .page-heading .splide__slide img {
  width: 100%;
}
main.recruit .page-heading .page-heading-inner h1 {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  main.recruit .page-heading .page-heading-inner h1 {
    line-height: 1.5;
  }
}
main.recruit .page-heading .page-heading-inner h2 {
  padding: 0;
  margin-top: -6.9444444444vw;
}
main.recruit .page-heading .page-heading-inner h2 span {
  color: #fff;
  display: block;
  font-size: clamp(1.625rem, 0.749rem + 3.39vw, 4.813rem);
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
}
main.recruit .page-heading .page-heading-inner h2 span:nth-child(2) {
  margin-left: 1em;
}
main.recruit .page-heading .page-heading-inner h2 span:nth-child(3) {
  margin-left: 2em;
}
main.recruit .recruit-intro-wrapper {
  background-image: url(/cms/wp-content/themes/sanyokogyo/assets/img/recruit/bg-intro.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 23.3333333333vw;
  padding-bottom: 25vw;
}
@media only screen and (max-width: 1000px) {
  main.recruit .recruit-intro-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main.recruit .recruit-intro p {
  text-align: center;
  font-size: clamp(1rem, 0.6218rem + 1.4618vw, 2.375rem);
  letter-spacing: 0.01em;
  line-height: 2.1;
  font-weight: 600;
  color: #0093FF;
}
main.recruit .recruit-info {
  margin-top: 4.6527777778vw;
  padding-bottom: 11.1111111111vw;
}
@media only screen and (max-width: 640px) {
  main.recruit .recruit-info {
    margin-top: 0;
  }
}
main.recruit .recruit-info-content table,
main.recruit .recruit-entry-content table {
  border-top: 1px solid #ACABAC;
  width: 100%;
}
main.recruit .recruit-info-content table th,
main.recruit .recruit-entry-content table th {
  text-align: left;
  width: 20%;
}
@media only screen and (max-width: 640px) {
  main.recruit .recruit-info-content table th,
  main.recruit .recruit-entry-content table th {
    width: 30%;
  }
}
main.recruit .recruit-info-content table td, main.recruit .recruit-info-content table th,
main.recruit .recruit-entry-content table td,
main.recruit .recruit-entry-content table th {
  line-height: 2;
  vertical-align: top;
  border-bottom: 1px solid #ACABAC;
  padding: 11px 0;
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
main.recruit .recruit-info-content p,
main.recruit .recruit-entry-content p {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
main.recruit .page-heading-lv3 {
  margin-top: 6.9444444444vw;
  margin-bottom: 40px;
}
main.recruit .recruit-entry {
  margin-top: 4.6527777778vw;
  padding-bottom: 11.1111111111vw;
}
main.recruit .recruit-entry .page-heading-lv2 {
  margin-bottom: 6.9444444444vw;
}
main.recruit .recruit-entry-content p {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
  margin-bottom: 60px;
}
main.recruit .recruit-entry-content p.contact-info {
  margin-top: 1em;
}
main.recruit .recruit-entry .btn {
  width: min(100%, 825px);
  margin-right: auto;
  margin-left: auto;
}
main.recruit .recruit-entry .btn a {
  background-color: #0097E0;
  color: #fff;
  border-radius: 54px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  line-height: 1.6;
  font-size: clamp(0.75rem, 0.5437rem + 0.7973vw, 1.5rem);
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  main.recruit .recruit-entry .btn a {
    padding: 15px 10px;
  }
}

.contact-page {
  background-position: center top;
  background-size: 100%;
}

main.contact .page-heading {
  background: url(/cms/wp-content/themes/sanyokogyo/assets/img/company/bg-company-heading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main.contact table {
  border-top: 1px solid #363841;
}
main.contact table td, main.contact table th {
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #363841;
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
  padding: 11px 0;
}
main.contact table th {
  width: 100px;
}

.content-wrapper-contact {
  width: min(100%, 1570px);
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6.9444444444vw;
}

.contact-phone-text > p {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}

.contact-phone-wrapper {
  display: flex;
  gap: 40px;
  padding-top: 4.1666666667vw;
}
@media only screen and (max-width: 1000px) {
  .contact-phone-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .contact-phone-wrapper {
    display: block;
  }
}

.contact-phone-detail {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 1000px) {
  .contact-phone-detail {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .contact-phone-detail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-phone-detail h3 {
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  color: #5275A9;
  border-bottom: 7px solid #E1EDFF;
  font-weight: bold;
}
.contact-phone-detail h4 {
  font-size: clamp(0.5625rem, 0.4593rem + 0.3987vw, 0.9375rem);
  font-weight: normal;
  margin: 10px 0;
  font-weight: bold;
}
.contact-phone-detail h4 span {
  margin-right: 1em;
}
.contact-phone-detail table {
  width: 100%;
}
.contact-phone-detail .contact table th {
  width: 100px;
}

.content-wrapper-form {
  width: min(100%, 1290px);
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6.9444444444vw;
}
.content-wrapper-form p {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
.content-wrapper-form.thanks h3 {
  font-weight: bold;
  color: #0093FF;
  background: #f1f1f1;
  padding: 20px;
  padding: 20px 30px;
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  border-radius: 30px;
  margin: 2em 0;
}
.content-wrapper-form.thanks .btn-complete {
  margin: 40px auto;
  width: min(100%, 500px);
}
.content-wrapper-form.thanks .btn-complete a {
  background-color: #0097E0;
  padding: 10px;
  color: #fff;
  border-radius: 54px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  line-height: 1.5;
  transition: opacity 0.3s;
}

.contact-form table.formtable {
  width: 100%;
  margin: 60px auto;
}
.contact-form table.formtable th, .contact-form table.formtable td {
  padding: 11px 0px;
}
@media only screen and (max-width: 640px) {
  .contact-form table.formtable th, .contact-form table.formtable td {
    display: block;
    width: 100%;
  }
}
.contact-form table.formtable tr {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .contact-form table.formtable tr {
    display: block;
  }
}
.contact-form table.formtable th {
  width: 30%;
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 11px;
}
@media only screen and (max-width: 1000px) {
  .contact-form table.formtable th {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .contact-form table.formtable th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
}
.contact-form table.formtable th span.require {
  background-color: rgb(1, 150, 223);
  padding: 6px 20px;
  font-size: clamp(0.5625rem, 0.4593rem + 0.3987vw, 0.9375rem);
  color: #fff;
  border-radius: 30px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .contact-form table.formtable th span.require {
    margin-left: 10px;
  }
}
.contact-form table.formtable td {
  width: 70%;
}
@media only screen and (max-width: 1000px) {
  .contact-form table.formtable td {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .contact-form table.formtable td {
    width: 100%;
  }
}
.contact-form table.formtable td input, .contact-form table.formtable td textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  box-shadow: wpx 1px 1px rgb(0, 0, 0) inset;
  font-family: inherit;
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
.contact-form .policy-content {
  width: 100%;
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .contact-form .policy-content {
    margin: 20px auto;
  }
}
.contact-form .policy-content h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  font-weight: bold;
}
.contact-form .policy-content p {
  font-size: clamp(0.75rem, 0.5437rem + 0.7973vw, 1.5rem);
}
.contact-form .policy-content .policy-box {
  border: 1px solid #ccc;
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
}
.contact-form .policy-content .policy-box p {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
.contact-form .policy-content p {
  text-align: center;
}
.contact-form .policy-content p a {
  color: #0097E0;
  text-decoration: underline;
}
.contact-form .policy-check {
  text-align: center;
}
.contact-form .policy-check label {
  font-size: clamp(0.75rem, 0.595rem + 0.6vw, 1.313rem);
}
.contact-form .policy-check input[type=checkbox] {
  display: none;
}
.contact-form .policy-check input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form .policy-check input[type=checkbox] + span:before, .contact-form .policy-check input[type=checkbox] + span:after {
  position: absolute;
  content: "";
}
.contact-form .policy-check input[type=checkbox] + span:before {
  top: 0.3em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background-color: #fff;
  line-height: 1;
}
.contact-form .policy-check input[type=checkbox] + span:after {
  display: none;
}
.contact-form .policy-check input[type=checkbox]:checked + span:after {
  display: block;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  border-bottom: 3px solid #5275A9;
  border-right: 3px solid #5275A9;
  transform: rotate(45deg);
}
.contact-form .btn-wrap {
  margin: 40px auto 80px;
  text-align: center;
}
.contact-form .btn-wrap .btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #0097E0;
  border-radius: 30px;
  color: #fff;
  transition: opacity 0.3s;
  padding: 15px;
  cursor: pointer;
  font-size: clamp(0.8125rem, 0.589rem + 0.8638vw, 1.625rem);
  font-weight: 500;
}
.contact-form .btn-wrap .btn:hover {
  opacity: 0.8;
}

.privacy_p {
  background: #fff;
}
.privacy_p .header {
  background: #fff;
}

.privacy-head {
  text-align: center;
  margin: 0 auto;
}
.privacy-head h2 img {
  text-align: center;
  margin: 0 auto;
}

.privacy {
  margin-top: 50px;
}
.privacy-heading {
  border: 1px solid #000;
  padding: 35px;
}
@media only screen and (max-width: 640px) {
  .privacy-heading {
    padding: 20px;
  }
}
.privacy-heading p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .privacy-heading p {
    font-size: 1rem;
  }
}
.privacy-body h2 {
  border-bottom: 1px solid #000;
  padding-left: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .privacy-body h2 {
    font-size: 1.2rem;
  }
}
.privacy-body ul {
  padding: 50px 25px;
}
.privacy-body ul li {
  padding-bottom: 35px;
}
.privacy-body ul li h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .privacy-body ul li h3 {
    font-size: 1rem;
  }
}
.privacy-body ul li p {
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .privacy-body ul li p {
    font-size: 1rem;
  }
}
.privacy-body ul li .indent {
  padding-left: 2em;
  text-indent: -1em;
}

.notfound-page {
  background-position: center top;
  background-size: 100%;
}

main.notfound .page-heading {
  background: url(/cms/wp-content/themes/sanyokogyo/assets/img/company/bg-company-heading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.notfound-content-wrapper {
  width: min(100%, 800px);
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6.9444444444vw;
}
.notfound-content-wrapper .btn-wrap {
  width: min(100%, 600px);
  margin: 40px auto 0;
}

.btn a {
  background-color: #0097E0;
  color: #fff;
  border-radius: 54px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: fs20;
  padding: 20px;
  line-height: 1.5;
  transition-duration: 0.3s;
}
.btn a:hover {
  opacity: 0.9;
}/*# sourceMappingURL=style.css.map */