@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
/* Rules for sizing the icon. */
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #22292f;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #fcfbfb;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b8c2cc;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #b8c2cc;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  padding: 8px;
  border: 1px solid #b8c2cc;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  box-shadow: none;
}

textarea {
  resize: none;
}

input,
select {
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=submit] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #b8c2cc;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=radio] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
input[type=radio] + span:focus, input[type=radio] + span:checked {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: none;
  background: #b8c2cc;
}
input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2em;
  transform: translateY(-50%);
  background: #b8c2cc;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  opacity: 1;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #b8c2cc;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #b8c2cc;
  border-bottom: 3px solid #b8c2cc;
  opacity: 1;
}

select {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border-radius: 0;
  background-image: none;
  border: 1px solid #b8c2cc;
  font-family: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  box-shadow: none;
}

a:focus {
  outline: none;
}

/* clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.tx-c {
  text-align: center !important;
}

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

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

/* スマホ以外ではリンク無効 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* mv */
.mv {
  width: 100%;
  height: 100%;
  background-image: url(../img/mv-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  padding: 40px 15px;
  color: #ffffff;
}

.mv h1 {
  font-size: 3.6rem;
  line-height: 120%;
}

.mv__inner > div:first-of-type p {
  width: 80%;
  padding-top: 10px;
  margin: 10px auto;
  font-size: 2rem;
  border-top: 2px solid #ffffff;
}

.mv .btn {
  width: 300px;
  margin: 20px auto 0;
}

.mv .btn a {
  width: 100%;
  display: block;
  padding: 16px;
}

@media screen and (min-width: 48.0625em) {
  .mv {
    height: 480px;
    background-size: cover;
  }
  .mv h1 {
    font-size: 5.4rem;
  }
  .mv__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .mv__inner > div {
    width: 500px;
  }
  .mv__inner > div p {
    line-height: 240%;
  }
  .mv__item {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* header */
.header {
  width: 100%;
  height: 64px;
}

.header__nav {
  width: 100%;
}

.header__inner {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fcfbfb;
  box-shadow: 0 2px 4px #4f5f8f;
}

.header__logo {
  max-width: 100%;
  width: 180px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
}

@media screen and (min-width: 48.0625em) {
  .header {
    width: 100%;
    height: 90px;
  }
  .header__inner {
    display: flex;
    height: 90px;
  }
  .header__logo {
    width: 260px;
    margin-left: 2em;
    flex-basis: 240px;
  }
}
/* footer */
footer {
  margin-top: 80px;
}

.fotter div:first-of-type {
  text-align: center;
}

.fotter div:first-of-type a {
  position: relative;
}

.fotter__contact {
  padding: 40px 0;
  color: white;
  background-color: #09236b;
  text-align: center;
}

.fotter__contact p {
  font-size: 2rem;
}

.fotter__contact .btn-mail {
  font-size: 1.8rem;
  margin: 20px auto 0;
}

.fotter__company {
  padding: 20px 0;
  background-image: url(../img/sp_top_fotter.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}

.fotter__company p:nth-of-type(2) {
  font-size: 2.2rem;
  font-weight: 700;
}

.fotter__company p a {
  display: block;
}

.fotter__go {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

#page_top {
  width: 100%;
  height: 40px;
  right: 0;
  bottom: 0;
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #09236b;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.fotter__nav {
  background-color: #22292f;
}

.fotter__nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b8c2cc;
}

.fotter__nav ul li {
  width: 50%;
  border-bottom: 1px solid #b8c2cc;
  text-align: center;
}

.fotter__nav ul li:nth-child(2n) {
  border-left: 1px solid #b8c2cc;
}

.fotter__nav ul li:last-child {
  border-right: 1px solid #b8c2cc;
}

.fotter__nav ul li a {
  padding: 12px 0;
  display: block;
  color: white;
}

.fotter__copy {
  width: 100%;
  background-color: #09236b;
  color: white;
  text-align: center;
  padding: 4px 0;
}

@media screen and (min-width: 48.0625em) {
  .fotter__contact__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
  }
  .fotter__contact__inner p {
    padding-top: 15px;
    padding-right: 15px;
  }
  .fotter__company__inner p br,
  .fotter__contact__inner p br {
    display: none;
  }
  .fotter__contact .btn-mail {
    margin: 0;
  }
  .fotter__company {
    background-image: none;
    background-color: #000000;
    color: white;
    padding: 20px 0 0;
  }
  .fotter__company p {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left !important;
  }
  .fotter__company p a {
    display: inline;
    margin-left: 20px;
  }
  .fotter__company__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .fotter__nav {
    background-color: #000000;
  }
  .fotter__nav ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #22292f;
    border-top: none;
  }
  .fotter__nav ul li {
    width: auto;
    border: none;
    text-align: center;
    padding-right: 10px;
  }
  .fotter__nav ul li:last-child,
  .fotter__nav ul li:nth-child(2n) {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .fotter__nav ul li a {
    padding: 12px 0;
    display: block;
    color: white;
  }
  .fotter__copy {
    background-color: #000000;
    color: #b8c2cc;
  }
}
/*ナビメニューのスタイルを指定*/
nav.g-nav {
  position: fixed;
  /*表示位置を固定*/
  z-index: 2;
  /*重ね順を変更*/
  top: -1px;
  /*表示位置を指定*/
  left: 0;
  /*表示位置を指定*/
  text-align: center;
  /*テキストを中央揃え*/
  width: 100%;
  /*全幅表示*/
  transform: translateY(-100%);
  /*ナビを上に隠す*/
  transition: all 0.6s;
  /*アニメーションの時間を指定*/
}

nav.g-nav ul {
  background: #09236b;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

nav.g-nav ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #b8c2cc;
}

nav.g-nav ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  /*最後のメニュー項目のみ下線を消す*/
}

nav.g-nav ul li a {
  display: block;
  /*クリックできる領域を広げる*/
  color: #ffffff;
  padding: 1em 0;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.g-nav.active {
  transform: translateY(63px);
  -webkit-transform: translateY(63px);
  -moz-transform: translateY(63px);
  -ms-transform: translateY(63px);
  -o-transform: translateY(63px);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #09236b;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

@media screen and (min-width: 48.0625em) {
  nav.g-nav {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.6s;
    margin-bottom: 10px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  nav.g-nav ul {
    display: flex;
    max-width: 620px;
    height: 90px;
    width: 100%;
    right: 210px;
    position: absolute;
    background: none;
    align-items: center;
    place-content: flex-end;
  }
  nav.g-nav ul li {
    width: auto;
    font-size: 1.7rem;
    border-bottom: none;
    text-align: left;
    padding-right: 30px;
  }
  nav.g-nav ul li a {
    display: block;
    /*クリックできる領域を広げる*/
    color: #09236b;
    padding: 1em 0;
  }
  .a-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .a-nav > div {
    width: 210px;
    height: 44px;
  }
  .a-nav-contact {
    margin: auto;
  }
  .a-nav-contact a {
    height: 100%;
    display: block;
  }
  .a-nav-tel {
    margin: auto;
  }
  .a-nav-tel a {
    height: 100%;
    display: block;
  }
}
nav.cp_navi *,
nav.cp_navi *:after,
nav.cp_navi *:before {
  box-sizing: border-box;
}

nav.cp_navi a {
  text-decoration: none;
}

nav.cp_navi {
  margin: 2em 0;
  text-align: center;
}

.cp_navi .cp_pagination {
  display: inline-block;
  margin-top: 2em;
  padding: 0 0.5em;
}

.cp_navi .cp_pagenum {
  font-size: 1em;
  line-height: 50px;
  display: block;
  float: left;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  color: #09236b;
  border-radius: 0.3em;
  min-width: 50px;
  padding: 0 10px;
  height: 50px;
  margin: auto 0.5em;
  border: 1px solid transparent;
}

.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
  color: #b8c2cc;
  border: 2px solid #09236b;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}

.cp_navi .cp_pagenum.prev,
.cp_navi .cp_pagenum.next {
  color: #ffffff;
  background-color: #09236b;
  border-radius: 0.3em;
  line-height: 45px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}

.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
  color: #09236b;
  border: 2px solid transparent;
  background-color: #9fa8da;
}

@media only screen and (max-width: 960px) {
  .cp_navi .cp_pagination {
    margin-top: 50px;
    padding: 0 10px;
  }
  .cp_navi .cp_pagenum {
    font-size: 0.8em;
    line-height: 45px;
    width: auto;
    height: 45px;
    margin: auto 0.1em;
    padding: 0 10px;
  }
  .cp_navi .cp_pagenum.prev,
  .cp_navi .cp_pagenum.next {
    padding: 0 25px 0 5px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .cp_navi .cp_pagenum {
    display: none;
  }
  .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
  }
  .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: "...";
  }
  .cp_navi .cp_pagenum:nth-child(-n+3),
  .cp_navi .cp_pagenum:nth-last-child(-n+3) {
    display: block;
  }
  .cp_navi .cp_pagenum:nth-last-child(-n+4) {
    padding: 0 5px;
  }
  .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
    content: none;
  }
}
/* パンクズ */
#breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 4px 0;
}

.bread {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.breadcrumb {
  padding-left: 0;
  margin-left: 0;
  font-size: 1.2rem;
  margin-left: 16px;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 3px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 48.0625em) {
  #breadcrumb {
    margin: 0 auto 60px;
  }
  .bread {
    max-width: 1600px;
    flex-direction: row;
    width: 100%;
    padding: 8px 0;
  }
  .breadcrumb {
    margin-left: 0;
  }
}
/* layout */
main#top > div:first-of-type {
  padding: 0 15px;
}

.wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.layout_main {
  width: 100%;
  height: 160px;
  position: relative;
  background-size: cover;
  background-color: black;
}

.layout_main h2 {
  position: relative;
  top: 25%;
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.layout_main h2 span {
  display: block;
  font-size: 1.2rem;
}

.temptitle {
  display: block;
  border-bottom: 2px solid #09236b;
  margin: 15px 0;
  line-height: 120%;
  text-indent: 1em;
}

.temptitle h3 {
  font-size: 1.8rem;
}

.temptitle p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #09236b;
}

@media screen and (min-width: 48.0625em) {
  .layout_main {
    height: 260px;
  }
  .layout_main h2 {
    top: 25%;
    font-size: 6rem;
  }
  .layout_main h2 span {
    font-size: 2.4rem;
  }
}
/* catch */
.layout_about {
  background-image: url(../img/catch_sp_about.jpg);
}

.layout_business {
  background-image: url(../img/catch_sp_business.jpg);
}

.layout_contact {
  background-image: url(../img/catch_sp_contact.jpg);
}

.layout_news {
  background-image: url(../img/catch_sp_news.jpg);
}

.layout_privacy {
  background-image: url(../img/catch_sp_privacy.jpg);
}

.layout_process {
  background-image: url(../img/catch_sp_process.jpg);
}

.layout_reqruit {
  background-image: url(../img/catch_sp_reqruit.jpg);
}

.layout_works {
  background-image: url(../img/catch_sp_works.jpg);
}

@media screen and (min-width: 48.0625em) {
  .layout_about {
    background-image: url(../img/catch_pc_about.jpg);
  }
  .layout_business {
    background-image: url(../img/catch_pc_business.jpg);
  }
  .layout_contact {
    background-image: url(../img/catch_pc_contact.jpg);
  }
  .layout_news {
    background-image: url(../img/catch_pc_news.jpg);
  }
  .layout_privacy {
    background-image: url(../img/catch_pc_privacy.jpg);
  }
  .layout_process {
    background-image: url(../img/catch_pc_process.jpg);
  }
  .layout_reqruit {
    background-image: url(../img/catch_pc_reqruit.jpg);
  }
  .layout_works {
    background-image: url(../img/catch_pc_works.jpg);
  }
}
/* 共通 */
.pagetitle {
  padding: 60px 15px 30px;
  margin-bottom: 60px;
}

.pagetitle h2,
.pagetitle p:first-of-type {
  color: #09236b;
}

.pagetitle h2 {
  font-size: 4rem;
  line-height: 120%;
}

.pagetitle p:first-of-type {
  font-size: 1.6rem;
  display: block;
  line-height: 120%;
}

.pagetitle p:nth-of-type(2) {
  margin-top: 20px;
}

.pagetitle span {
  display: block;
}

@media screen and (min-width: 48.0625em) {
  .pagetitle {
    margin-bottom: 0px;
  }
}
.btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  position: relative;
}

.btn::before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #697b91;
  border-right: solid 3px #697b91;
  transform: rotate(45deg);
}

.btn-bule {
  text-align: center;
  background-color: #09236b;
  color: white;
  border: none;
}

.btn-mail {
  color: white;
  width: 300px;
  text-align: center;
  border: 2px solid #ffffff;
  background-color: #09236b;
  position: relative;
}

.btn-mail a {
  display: block;
  padding: 16px 0;
}

.btn-mail a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 8px;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 48.0625em) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .pc-only {
    display: block;
  }
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

.top_about .btn,
.info-area .btn {
  width: 300px;
  margin: 20px auto 0;
}

.recruit_in .btn {
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (min-width: 48.0625em) {
  .recruit_in .btn {
    margin: 20px 0 0;
  }
}

.top_about .btn a,
.info-area .btn a,
.recruit_in .btn a {
  width: 100%;
  display: block;
  padding: 16px;
}

/* トップページ */
main p {
  line-height: 2.4rem;
}

#top-news {
  padding: 15px;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 60px;
}

#top-news h3 {
  font-size: 1.8rem;
}

#top-news dl {
  width: 100%;
}

#top-news dl dt,
#top-news dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_service {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 0;
}

.top_service ul {
  display: flex;
  flex-flow: column;
}

.top_service ul li {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0 15px;
}

.top_service ul li:hover {
  opacity: 0.6;
}

.top_service ul li a div {
  width: 100%;
  height: 280px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.top_service ul li a div p {
  font-size: 3rem;
  color: white;
}

.top_service ul li:first-of-type > a div {
  background-image: url(../img/sp_top_service01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.top_service ul li:nth-of-type(2) > a div {
  background-image: url(../img/sp_top_service02.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.top_service ul li:nth-of-type(3) > a div {
  background-image: url(../img/sp_top_service03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.top_service ul li:nth-of-type(4) > a div {
  background-image: url(../img/sp_top_service04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

#top_about {
  display: block;
  height: 100%;
  background-image: url(../img/sp_top_aboutbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top_about .pagetitle h2,
#top_about .pagetitle p {
  color: white;
}

.top_about ul {
  display: flex;
  flex-flow: column;
  padding: 0 15px;
  width: 100%;
}

.top_about ul li {
  width: 100%;
  max-width: 248px;
  margin: 0 auto 40px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
}

.top_about ul li a {
  display: block;
  color: #000000;
  padding-bottom: 40px;
}

.top_about ul li a > div {
  overflow: hidden;
}

.top_about ul li a > img {
  width: 100%;
}

.top_about ul li h4 {
  font-size: 2rem;
  margin-top: 20px;
  font-weight: 700;
}

.top_about ul li p {
  color: #09236b;
}

.entries {
  width: 100%;
  padding: 0 15px;
}

.entries article {
  margin-bottom: 20px;
  border-bottom: 1px solid #b8c2cc;
}

.entries div {
  float: left;
}

.entries .post-category ul {
  display: flex;
  margin-left: 10px;
}

.post-category ul li.product-info {
  padding: 2px 8px;
  text-align: center;
  background-color: #705112;
  color: white;
}

.post-category ul li.product-work {
  padding: 2px 8px;
  text-align: center;
  background-color: #09236b;
  color: white;
}

.post-title {
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#recruit {
  height: 100%;
  background-image: url(../img/sp_top_reqruit.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

#recruit .pagetitle h2,
#recruit .pagetitle p {
  color: white;
}

.recruit {
  padding-bottom: 80px;
}

.recruit_in {
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .entries,
  .recruit {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #top-news > div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #top-news {
    margin-bottom: 0px;
  }
  #top-news h3 {
    flex-basis: 15%;
  }
  #top-news dl {
    display: flex;
  }
  #top-news dl dt {
    flex-basis: 10%;
  }
  #top-news dl dd {
    flex-basis: 75%;
  }
  .top_service ul {
    width: 100%;
    flex-flow: row;
  }
  .top_service ul li {
    padding: 0;
  }
  .top_service ul li a div {
    height: 280px;
  }
  .top_service ul li a div p {
    font-size: 3rem;
    color: white;
  }
  .top_service ul li:first-of-type > a div,
  .top_service ul li:nth-of-type(2) > a div,
  .top_service ul li:nth-of-type(3) > a div,
  .top_service ul li:nth-of-type(4) > a div {
    background-size: cover;
  }
  #top_about {
    width: 100%;
    max-width: 1280px;
    padding-bottom: 40px;
    margin: 0 auto;
    background-size: cover;
    background-image: url(../img/pc_top_aboutbg.jpg);
  }
  .top_about ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    flex-flow: row;
  }
  .top_about ul li {
    width: calc(50% - 40px);
    max-width: 400px;
  }
  #recruit {
    max-width: 1600px;
    margin: 0 auto;
    background-image: url(../img/pc_top_reqruit.jpg);
  }
  .recruit_in {
    text-align: left;
    padding-left: 15px;
  }
  .top_shoukai {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    margin-bottom: 60px;
  }
  .top_shoukai > div:nth-of-type(2) {
    flex-basis: 1080px;
    text-align: center;
  }
  .top_shoukai > div:nth-of-type(2) > div {
    padding-top: 60px;
  }
  .top_shoukai > div:nth-of-type(2) > div h3 {
    font-size: 4.6rem;
    line-height: 120%;
    color: #09236b;
  }
  .top_shoukai > div:nth-of-type(2) > div h4 {
    font-size: 2rem;
    margin: 20px 0;
  }
  .top_shoukai > div:nth-of-type(2) > div p {
    width: 800px;
    margin: 0 auto 40px;
  }
  .top_shoukai_inner .btn {
    width: 300px;
    margin: 20px auto 0;
  }
  .top_shoukai_inner .btn a {
    width: 100%;
    display: block;
    padding: 16px;
  }
}
/* 会社概要 */
#about {
  padding: 0 15px;
}

#about p {
  line-height: 240%;
}

.about__inner01 {
  margin-bottom: 40px;
}

.about__inner01 div:first-of-type {
  padding: 15px;
  text-align: center;
}

.about__inner01 div:nth-of-type(2) p + p {
  margin-top: 20px;
}

.about__box {
  text-align: center;
  margin-bottom: 40px;
}

.about__box h2 {
  font-size: 4.8rem;
  color: #09236b;
  margin-bottom: 40px;
}

.about__box p {
  text-align: justify;
}

.about__box p br {
  display: none;
}

.about__inner02 table,
.about__inner02 table th,
.about__inner02 table td {
  border: none;
}

.about__inner02 table th,
.about__inner02 table td {
  padding: 20px 0;
}

.about__inner02 table tr {
  padding: 10px 0;
  border-bottom: 1px solid #09236b;
}

.about__inner02 table th {
  width: 30%;
}

.about__inner02 h4 {
  padding: 40px 0 10px;
  font-size: 2.8rem;
}

.about__inner02 h4 span {
  margin-left: 10px;
  font-size: 1.6rem;
  color: #09236b;
}

.about__access {
  margin-top: 40px;
}

.about__access h5 {
  font-size: 2rem;
  padding: 10px 0;
  color: #09236b;
}

@media screen and (min-width: 48.0625em) {
  .about__inner {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
  }
  .about__box p {
    text-align: center;
  }
  .about__box p br {
    display: unset;
  }
  .about__inner01 {
    display: flex;
    justify-content: space-between;
  }
  .about__inner01 > div {
    flex-basis: 300px;
    order: 1;
    text-align: center;
  }
  .about__inner01 > div + div {
    order: 0;
    flex-basis: 70%;
    text-align: left;
  }
  .about__inner02 {
    display: flex;
  }
  .about__inner02 > div {
    flex-basis: 50vw;
  }
  .about__access {
    margin-top: 0px;
    padding-left: 50px;
  }
}
/* 求人情報 */
#reqruit {
  padding: 0 15px;
}

.reqruit__box h1 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.reqruit__box p {
  font-size: 1.2rem;
  text-align: center;
}

.reqruit__box p br,
.reqruit__box h1 br {
  display: none;
}

.reqruit__inner01 {
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
}

.reqruit__inner01 h3 {
  font-size: 3rem;
  text-align: center;
  color: #09236b;
  margin-bottom: 20px;
}

.reqruit__inner01 table,
.reqruit__inner01 table th,
.reqruit__inner01 table td {
  border: none;
}

.reqruit__inner01 table {
  margin-bottom: 40px;
}

.reqruit__inner01 table tr {
  border-bottom: 4px solid #fcfbfb;
}

.reqruit__inner01 table th {
  width: 120px;
  padding: 10px;
  background-color: #09236b;
  color: #ffffff;
}

.reqruit__inner01 table td {
  background-color: #ffffff;
}

.reqruit__inner01 table th,
.reqruit__inner01 table td {
  vertical-align: middle;
}

.reqruit__inner01 p {
  text-align: center;
  line-height: 240%;
  margin-bottom: 40px;
}

.reqruit__inner01 .btn {
  width: 300px;
  margin: 20px auto;
  background-color: #ffffff;
}

.reqruit__inner01 .btn a {
  width: 100%;
  display: block;
  padding: 16px;
  color: #09236b;
  text-align: center;
  border: 2px solid #09236b;
}

@media screen and (min-width: 48.0625em) {
  .reqruit__box {
    max-width: 100%;
    width: 1080px;
    margin: 0 auto;
  }
  .reqruit__box p br,
  .reqruit__box h1 br {
    display: unset;
  }
  .reqruit__inner01 table th {
    width: 200px;
    padding: 20px 10px;
    text-align: center;
    background-color: #09236b;
    color: #ffffff;
  }
}
/* 事業内容 */
#business {
  padding: 0 15px;
}

#business .btn {
  width: 300px;
  margin: 20px auto;
}

#business .btn a {
  width: 100%;
  display: block;
  padding: 16px;
  color: #09236b;
  text-align: center;
  border: 2px solid #09236b;
}

.business__box {
  text-align: center;
}

.business__box p {
  margin-bottom: 20px;
  color: #09236b;
}

.business__box p:first-of-type {
  font-size: 1.8rem;
  line-height: 140% !important;
}

.business__box h1 {
  color: #09236b;
  font-weight: 700;
  font-size: 4rem;
}

.business__inner01 {
  margin-bottom: 40px;
}

.business__inner01 ol li {
  margin-left: 30px;
  list-style: disc;
}

.business__inner02 article {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.business__inner02 article h4 {
  font-size: 2.2rem;
  padding: 6px 0;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  background-color: #09236b;
  border-radius: 6px;
}

.business__inner02 article h4 span {
  display: block;
  font-size: 1.2rem;
}

.business__inner02 article p {
  line-height: 180%;
  color: #000000;
}

.business__inner02 article > div:first-of-type {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 20px;
}

.business__inner03 .kakoulist {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.business__inner03 ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.business__inner03 ul li {
  margin: 5px 5px 30px 5px;
  width: calc(33.3333333333% - 15px);
}

@media screen and (min-width: 48.0625em) {
  .business__box h1 {
    font-size: 6rem;
    margin-bottom: 20px;
  }
  .business__box h1 br {
    display: none;
  }
  .business__box p,
  .business__box p:first-of-type {
    font-size: 3rem;
  }
  .business__inner01 {
    width: 100%;
    max-width: 1280px;
    margin: 40px auto;
  }
  .business__inner01 ol {
    margin-top: 40px;
    line-height: 200%;
  }
  .business__inner02 {
    width: 100%;
    max-width: 1280px;
    margin: 40px auto;
  }
  .business__inner02 article {
    flex-direction: row;
  }
  .business__inner02 article > div:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
    flex-basis: 40vw;
    padding-right: 20px;
  }
  .business__inner02 article > div:nth-of-type(2) {
    flex-basis: 60vw;
  }
  #business .btn {
    float: right;
    margin-top: 40px;
  }
}
/*====================================================================
slick
====================================================================*/
.sliderArea {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 2px;
}

/* サムネイルスライダーのマージンをさらに調整 */
.thumb .slick-slide {
  margin: 0 1px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

/* メインスライダーの画像高さを統一 */
.slider_thumb .slick-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* サムネイルスライダーの画像高さを統一 */
.thumb .slick-slide img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev, .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 0; /* Prev/Next テキストを非表示 */
  line-height: 0;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 10px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/* 矢印を青に強制（slick-theme.css の上書き用） */
.sliderArea .slick-prev:before,
.sliderArea .slick-next:before {
  color: #09236b !important;
}

/* PC画面向けのスライダー調整 */
@media screen and (min-width: 48.0625em) {
  /* メインスライダーの画像高さをPC向けに調整 */
  .slider_thumb .slick-slide img {
    height: 600px;
  }
  /* サムネイルスライダーの画像高さをPC向けに調整 */
  .thumb .slick-slide img {
    height: 100px;
  }
  /* サムネイルとメインスライダーの間隔を調整 */
  .thumb {
    margin: 15px 0 0;
  }
}
/* お問い合わせ */
#contact {
  padding: 0 15px;
}

#contact p {
  line-height: 240%;
}

.contact__box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.contact__box h1 {
  color: #09236b;
  margin-bottom: 40px;
}

.contact__box table,
.contact__box table th,
.contact__box table td {
  border: none;
}

.contact__box table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.contact__box table tr {
  border-bottom: 1px solid #fcfbfb;
}

.contact__box table th {
  width: 100%;
  display: block;
  padding: 10px;
}

.contact__box table td {
  width: 100%;
  display: block;
}

.contact__box table th,
.contact__box table td {
  vertical-align: middle;
}

.contact__box table th span {
  color: #e3342f;
}

.contact__inner h2 {
  text-align: center;
}

.contact__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__cta > div:first-of-type {
  color: #09236b;
  text-align: center;
  margin-top: 40px;
}

.contact__cta > div:first-of-type a {
  font-size: 4rem;
  font-weight: bold;
}

.contact__cta > div:first-of-type a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
}

@media screen and (min-width: 48.0625em) {
  .contact__cta {
    width: 100%;
    max-width: 1080px;
    margin: 80px auto 0;
    flex-direction: row;
  }
  .contact__cta > div {
    flex-basis: 50vw;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #22292f;
  }
  .contact__cta > div:first-of-type {
    margin-top: 0px;
    border-left: 1px solid #22292f;
  }
  .contact__box table tr {
    border-bottom: 1px solid #b8c2cc;
  }
  .contact__box table tr:first-of-type {
    border-top: 1px solid #b8c2cc;
  }
  .contact__box table th {
    width: 30%;
    display: inline-block;
    padding: 20px 10px;
  }
  .contact__box table td {
    width: 70%;
    display: inline-block;
  }
  .contact__box table th span {
    color: #e3342f;
    float: right;
  }
}
/* 加工例・料金 */
#process {
  padding: 0 15px;
}

.process__inner {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  line-height: 200%;
}

.process__inner > p:first-of-type {
  text-align: center;
  font-size: 2rem;
  line-height: 180%;
}

.process__inner > p:first-of-type br {
  display: none;
}

.process__box {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
}

.process__box > article {
  flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.process__box > article a {
  display: block;
}

.process__box > article a img {
  text-align: center;
}

.process__box > article a p:last-of-type {
  color: #09236b;
  text-decoration: underline;
  margin-top: 20px;
}

.machine {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 300px;
  background-color: #ffffff;
  position: relative;
  padding-top: 40px;
  padding-left: 80px;
  margin-bottom: 80px;
  margin-top: 60px;
  right: 0;
}

.machine__inner {
  width: 460px;
}

.machine__inner h4 {
  font-size: 2rem;
  border-bottom: 1px solid #b8c2cc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.machine__inner h5 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.machine__inner h4,
.machine__inner h5 {
  color: #09236b;
}

.machine__inner p {
  line-height: 240%;
  text-align: justify;
}

.machine > div:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 48.0625em) {
  .process__inner > p:first-of-type br {
    display: inline;
  }
  .process__box > article {
    flex-basis: 25%;
  }
}
/* 加工例・料金 / 加工例詳細*/
.detail__box > article {
  margin-bottom: 60px;
}

.detail__box__img {
  text-align: center;
  margin-bottom: 20px;
}

.detail__box__img ul {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}

.detail__box__img ul li {
  width: calc(33.3333333333% - 5px);
}

.detail__box__img ul li img {
  width: 100%;
}

.detail__box__txt h4 {
  text-indent: 1em;
  font-size: 2rem;
  border-left: 2px solid #09236b;
  margin-bottom: 10px;
}

.detail__box__txt table,
.detail__box__txt table th,
.detail__box__txt table td {
  border: none;
}

.detail__box__txt table th,
.detail__box__txt table td {
  padding: 20px 0;
}

.detail__box__txt table th {
  text-align: center;
  background-color: #09236b;
  color: #ffffff;
}

.detail__box__txt table td {
  text-indent: 1em;
  background-color: #ffffff;
}

.detail__box__txt table tr {
  padding: 10px 0;
  border-bottom: 2px solid #ffffff;
}

.detail__box__txt table th {
  width: 30%;
}

@media screen and (min-width: 48.0625em) {
  .detail__box {
    margin-top: 40px;
  }
  .detail__box > article {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    display: flex;
  }
  .detail__box__img {
    text-align: left;
    width: 100%;
    max-width: 280px;
    margin-right: 80px;
  }
  .detail__box__txt {
    width: 100%;
  }
  .detail__box__txt p {
    min-height: 60px;
  }
  .detail__box__txt table th,
  .detail__box__txt table td {
    padding: 8px 0;
  }
  .detail__box__txt table th {
    text-align: left;
    text-indent: 1em;
    width: 20%;
  }
}
/* プライバシー */
#privacy {
  padding: 0 15px;
}

.privacy__inner h1 {
  text-align: center;
  color: #09236b;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 40px;
}

.privacy__inner {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto;
  line-height: 200%;
}

.privacy__inner h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 製造実績 */
#works {
  padding: 0 15px;
}

.works {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.works__inner {
  width: 100%;
  max-width: 860px;
  margin-bottom: 40px;
}

.works__aside h2 {
  font-size: 1.8rem;
  padding: 12px 0;
  text-indent: 1em;
  color: #ffffff;
  background-color: #09236b;
}

.works__aside > div {
  margin-bottom: 10px;
}

.works__aside ul li {
  border-bottom: 1px solid #b8c2cc;
  text-indent: 1em;
  position: relative;
}

.works__aside ul li a {
  height: 60px;
  line-height: 60px;
  display: block;
}

.works__aside ul li::after {
  position: absolute;
  top: 25%;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 5px;
  font-size: 2rem;
}

.works__inner article {
  padding: 12px 0;
}

.works__inner .post-title {
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .works {
    flex-direction: row;
    justify-content: space-between;
  }
  .works__aside {
    width: 300px;
    max-width: 100%;
  }
}
.work__article {
  width: 100%;
  margin: 0 auto;
}

.work__article article {
  border: none;
}

.work__article dl {
  display: flex;
  font-size: 1.4rem;
}

.work__article dl dd {
  width: 100px;
  text-align: center;
  margin-left: 10px;
}

.work__article dl dd.product-work {
  background-color: #09236b;
  color: #ffffff;
}

.work__article h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8c2cc;
  letter-spacing: 0;
}

/* お知らせ */
#news {
  padding: 0 15px;
}/*# sourceMappingURL=main.css.map */