@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --font-gothic:
  	"Noto Sans JP",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --text-color: #0c0203;
}

/************************************************

	基本

*************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-gothic);
  line-height: 1.75;
  font-size: 1.8em;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

button:focus-visible,
a　:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

ul {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
}

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

/************************************************

	block

*************************************************/
.b-unit_2col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col01 > .b-unit_2col01__unit {
  width: 49%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
  margin-right: 2%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
  margin-top: 2%;
}

.b-unit_2col02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col02 > .b-unit_2col02__unit {
  width: 100%;
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
    margin-right: 0;
  }
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
    margin-top: 2%;
  }
}

/************************************************

	content

*************************************************/
.b-containter {
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-containter {
    margin-top: 65px;
    padding: 0 15px;
  }
}

.b-containter02 {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-containter02 {
    padding: 0 15px;
  }
}

.b-content01 {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-content01 {
    padding: 0 15px;
  }
}

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

.b-content03 {
  max-width: 1200px;
  margin: 0 auto;
}

/* 下層用 */
.b-under_content_wrapper {
  overflow: hidden;
}

.b-under_content {
  max-width: 1720px;
  margin: 0 auto;
}

.b-under_content02 {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .b-under_content02 {
    padding: 0 35px;
  }
}

.b-under_content03 {
  max-width: 1200px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .b-under_content03 {
    margin: 15px auto 0;
  }
}

.b-under_content04 {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .b-under_content04 {
    padding: 0 35px;
  }
}

.b-under_content05 {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .b-under_content05 {
    padding: 0 35px;
  }
}

.b-under_content_border {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
}
.b-under_content_border::before, .b-under_content_border::after {
  content: "";
  display: block;
  background: url("../images/img_border02.png") repeat-y left top;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 70px;
  z-index: 999;
  /*width: 7px;
  min-height: 100%;
  height: 100%;
  background: $orange;
  position: absolute;
  top: 70px;
  z-index: 1;*/
}
@media screen and (max-width: 768px) {
  .b-under_content_border::before, .b-under_content_border::after {
    width: 4px;
    top: 35px;
  }
}
.b-under_content_border::before {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .b-under_content_border::before {
    left: 15px;
  }
}
.b-under_content_border::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .b-under_content_border::after {
    right: 15px;
  }
}

.b-sec01 {
  margin-top: 100px;
  padding: 70px 0;
  margin: 100px calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .b-sec01 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 35px 0;
  }
}

.b-sec02 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .b-sec02 {
    margin-top: 75px;
  }
}

.b-sec03 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .b-sec03 {
    margin-top: 50px;
  }
}

.b-sec_check {
  background: url("../../images/bg01.png") repeat left top;
}

/************************************************

	見出し

*************************************************/
.b-under_ttl {
  position: relative;
  clip-path: inset(0 0 round 50px 50px 50px 50px);
  overflow: hidden;
  padding-bottom: 500px;
  background: #fff;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .b-under_ttl {
    clip-path: inset(0 0 round 25px 25px 25px 25px);
    padding-bottom: 300px;
  }
}
.b-under_ttl .b-under_ttl_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  margin: 0 auto;
  border-radius: 0 0 7px 7px;
  border-bottom: 20px solid #efaf1c;
  padding: 130px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-under_ttl .b-under_ttl_box {
    padding: 50px 15px;
    border-bottom-width: 10px;
    max-width: 200px;
    width: 100%;
  }
}
.b-under_ttl .b-under_ttl--main {
  border-bottom: 2px solid #efaf1c;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .b-under_ttl .b-under_ttl--main {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.b-under_ttl .b-under_ttl--sub {
  font-size: 2.5rem;
  font-weight: bold;
  color: #965d14;
}
@media screen and (max-width: 768px) {
  .b-under_ttl .b-under_ttl--sub {
    font-size: 2rem;
  }
}

.b-under_ttl02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .b-under_ttl02 {
    margin-bottom: 30px;
  }
}
.b-under_ttl02::after {
  content: "";
  background: url("../images/img_border01.png") repeat-x left bottom/8px;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-under_ttl02 h3 {
  background: #fff;
  border: 7px solid #efaf1c;
  border-bottom: none;
  color: #965d14;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 25px 25px 0 0;
  padding: 25px 100px 0;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-under_ttl02 h3 {
    border-width: 4px;
    font-size: 2.3rem;
    padding: 15px 35px 0;
  }
}
.b-under_ttl02 h3::after {
  content: "";
  display: block;
  background: #fff;
  width: 19px;
  height: 100%;
  position: absolute;
  bottom: 4px;
  right: -26px;
}
@media screen and (max-width: 768px) {
  .b-under_ttl02 h3::after {
    width: 9px;
    right: -13px;
  }
}

.b-under_ttl03 {
  position: relative;
  border-left: 23px solid #efaf1c;
  padding-left: 10px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .b-under_ttl03 {
    border-left-width: 13px;
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
}

/************************************************

	bottom

*************************************************/
.b-btn01 {
  border: 2px solid #965d14;
  border-radius: 2em;
  max-width: 275px;
  margin: 0 auto;
}
.b-btn01 a {
  display: block;
  border-radius: 2em;
  padding: 15px 20px;
  text-align: center;
  color: #965d14;
  line-height: 1.3;
  transition: 0.3s all;
}
@media (any-hover: hover) {
  .b-btn01 a:hover {
    color: #fff;
    background: #965d14;
  }
}
@media screen and (max-width: 768px) {
  .b-btn01 a {
    padding: 15px;
  }
}
.b-btn01 .b-btn01_arrow {
  display: block;
  position: relative;
  padding: 0 1em;
}
.b-btn01 .b-btn01_arrow::after {
  content: "▶︎";
  position: absolute;
  right: 0;
}

/************************************************

	link

*************************************************/
.b-link01 {
  color: #3fa4f0 !important;
  text-decoration: underline !important;
}
@media (any-hover: hover) {
  .b-link01:hover {
    text-decoration: none !important;
  }
}

/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

.b-pc_display {
  display: block;
}
@media screen and (max-width: 768px) {
  .b-pc_display {
    display: none;
  }
}

.b-sp_display {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_display {
    display: block;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.b-normal {
  font-weight: normal;
}

.b-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/************************************************

	ヘッダー

*************************************************/
.b-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.b-header .b-header_inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px;
  transition: padding 0.3s;
}
@media screen and (max-width: 768px) {
  .b-header .b-header_inner {
    padding: 10px 15px;
    background: #fff;
  }
}
.b-header .b-header_inner.is-fixed {
  padding: 10px 20px;
  transition: padding 0.3s;
}
@media screen and (max-width: 768px) {
  .b-header .b-header_inner.is-fixed {
    padding: 10px 15px;
  }
}
.b-header .b-header_col {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-header .b-header_logo {
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .b-header .b-header_logo {
    max-width: 145px;
  }
}
.b-header .b-header_logo a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-header_logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-header .gnav {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background: #fff;
    padding-top: 65px;
    transform: translateY(-100%);
  }
  .b-header .gnav.js-active {
    height: 100%;
    transform: translateY(0%);
  }
}
.b-header .gnav .gnav_list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b-header .gnav .gnav_list {
    display: block;
  }
}
.b-header .gnav .gnav_list li {
  font-weight: bold;
  margin-right: 50px;
}
.b-header .gnav .gnav_list li:last-child {
  margin-right: 0;
}
.b-header .gnav .gnav_list li a {
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .b-header .gnav .gnav_list li a:hover {
    color: #369dda;
  }
}
@media screen and (max-width: 768px) {
  .b-header .gnav .gnav_list li .gnav_list--sp_arrow {
    display: block;
    position: relative;
    padding-right: 15px;
  }
  .b-header .gnav .gnav_list li .gnav_list--sp_arrow::after {
    content: "";
    display: block;
    border-top: 2px solid #369dda;
    border-right: 2px solid #369dda;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 930px) {
  .b-header .gnav .gnav_list li {
    margin-right: 20px;
  }
  .b-header .gnav .gnav_list li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .b-header .gnav .gnav_list li {
    margin-right: 0;
    border-bottom: 1px dashed #369dda;
  }
  .b-header .gnav .gnav_list li a {
    display: block;
    padding: 15px;
  }
}
.b-header .js-gnav {
  position: relative;
  width: 30px;
  height: 23px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .b-header .js-gnav {
    display: block;
  }
}
.b-header .js-gnav span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #369dda;
  border-radius: 4px;
  transition: 0.3s all;
}
.b-header .js-gnav span:nth-of-type(1) {
  top: 0;
}
.b-header .js-gnav span:nth-of-type(2) {
  top: 10px;
}
.b-header .js-gnav span:nth-of-type(3) {
  bottom: 0;
}
.b-header .js-gnav.js-gnav_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.b-header .js-gnav.js-gnav_active span:nth-of-type(2) {
  opacity: 0;
}
.b-header .js-gnav.js-gnav_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/************************************************

	フッター

*************************************************/
.b-footer {
  margin-top: 80px;
  border-top: 3px solid #efaf1c;
}
@media screen and (max-width: 768px) {
  .b-footer {
    margin-top: 40px;
  }
}
.b-footer .b-footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 15px 15px 15px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_inner {
    padding: 25px 15px 15px 15px;
  }
}
.b-footer .b-footer_col {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1015px) {
  .b-footer .b-footer_col {
    display: block;
  }
}
.b-footer .b-footer_col .b-footer_col_box {
  width: 48%;
}
@media screen and (max-width: 1015px) {
  .b-footer .b-footer_col .b-footer_col_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col .b-footer_col_box {
    width: 100%;
  }
}
@media screen and (max-width: 1015px) {
  .b-footer .b-footer_col .b-footer_col_box:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
.b-footer .b-footer_col02 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col02 {
    display: block;
  }
}
.b-footer .b-footer_col02 .b-footer_col02_box {
  margin-right: 4%;
}
.b-footer .b-footer_col02 .b-footer_col02_box:last-child {
  margin-right: 0;
  flex-basis: 121px;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col02 .b-footer_col02_box:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col02 .b-footer_col02_box {
    margin-right: 0;
  }
}
.b-footer .b-footer_ttl01 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_ttl01 {
    font-size: 1.7rem;
  }
}
.b-footer .b-footer_contact {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_contact {
    font-size: 1.8rem;
    text-align: center;
  }
}
.b-footer .b-footer_address {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_address {
    margin-top: 20px;
  }
}
.b-footer .b-footer_address .b-footer_address_col {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_address .b-footer_address_col {
    display: block;
  }
}
.b-footer .b-footer_address .b-footer_address_col > div {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_address .b-footer_address_col > div {
    text-align: center;
    margin-right: 0;
  }
  .b-footer .b-footer_address .b-footer_address_col > div:last-child {
    margin-top: 15px;
  }
}
.b-footer .b-footer_address .b-footer_address_col > div:first-child {
  margin-right: 0;
  flex-shrink: 0;
  flex-basis: 100px;
}
.b-footer .b-footer_nav {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_nav {
    margin-bottom: 12px;
  }
}
.b-footer .b-footer_nav ul {
  width: 48%;
}
.b-footer .b-footer_nav_list {
  margin-right: 4%;
}
.b-footer .b-footer_nav_list:last-child {
  margin-right: 0;
}
.b-footer .b-footer_nav_list li {
  border-left: 6px solid #efaf1c;
  line-height: 1.3;
  padding-left: 24px;
  margin-bottom: 24px;
}
.b-footer .b-footer_nav_list li a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_nav_list li a:hover {
    opacity: 0.7;
  }
}
.b-footer .b-footer_logo {
  max-width: 121px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_logo {
    max-width: 90px;
    margin: 0 auto;
  }
}
.b-footer .b-footer_jfs {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_jfs {
    margin: 0 auto;
  }
}
.b-footer .b-footer_copyright {
  margin-top: 70px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_copyright {
    margin-top: 20px;
    text-align: center;
  }
}

/************************************************

	TOP

*************************************************/
.p-top .mv {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  clip-path: inset(0 0 round 50px 50px 50px 50px);
  overflow: hidden;
  padding-bottom: 46.25%;
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    max-height: 100%;
    height: 50vh;
    clip-path: inset(0 0 round 25px 25px 25px 25px);
    padding-bottom: 0;
  }
}
.p-top .mv .mv_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-top .mv .mv_copy {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  width: 250px;
  height: 508px;
  margin: auto;
}
.p-top .mv .mv_copy.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top .mv .mv_copy.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
@media screen and (max-width: 1250px) {
  .p-top .mv .mv_copy {
    width: 16%;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .p-top .mv .mv_copy {
    width: 28%;
  }
}
.p-top .mv .btn_recruit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 331px;
  height: 185px;
}
.p-top .mv .btn_recruit.js-inview {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top .mv .btn_recruit.js-inview.js-inview_active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 1250px) {
  .p-top .mv .btn_recruit {
    width: 19%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .btn_recruit {
    width: 30%;
    bottom: 10px;
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .p-top .mv .btn_recruit {
    width: 40%;
  }
}
.p-top .mv .btn_recruit a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-top .mv .btn_recruit a:hover {
    opacity: 0.7;
  }
}
.p-top .mv .mv_scroll {
  position: absolute;
  bottom: 10px;
  right: 30px;
  animation: scrmov 1s ease-in-out infinite;
}
.p-top .mv .mv_scroll span {
  position: absolute;
  left: -26px;
  bottom: 14px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-top .mv .mv_scroll::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -5px;
  width: 2px;
  height: 15px;
  background: #fff;
  transform: skewX(-31deg);
}
.p-top .mv .mv_scroll::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 2px;
  height: 47px;
  background: #fff;
}
@keyframes scrmov {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 1%;
  }
}
.p-top .top_sec {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-top .top_sec {
    margin-top: 50px;
  }
}
.p-top .top_ttl01 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 {
    margin-bottom: 15px;
  }
}
.p-top .top_ttl01 .top_ttl01--main {
  position: relative;
}
.p-top .top_ttl01 .top_ttl01--main::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #efaf1c;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 .top_ttl01--main::before {
    height: 2px;
  }
}
.p-top .top_ttl01 .top_ttl01--main span {
  background: url("../../images/bg01.png") repeat left top/25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 .top_ttl01--main span {
    padding: 0 20px;
    max-width: 50%;
  }
}
.p-top .top_ttl01 .top_ttl01--sub {
  font-size: 2.3rem;
  font-weight: bold;
  color: #965d14;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 .top_ttl01--sub {
    font-size: 1.8rem;
  }
}
.p-top .top_ttl02 {
  color: #965d14;
  border-bottom: 3px dashed #efaf1c;
  font-size: 3.5rem;
  max-width: 575px;
  margin: 0 auto 25px;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl02 {
    font-size: 2.5rem;
    margin: 0 auto 20px;
  }
}
.p-top .top_sttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .top_sttl {
    font-size: 2.1rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-top .sec_mission {
  position: relative;
  padding-top: 40px;
  /*&::after {
  	content: "";
  	display: block;
  	background: url("../../images/sec_mission_bg01.png") no-repeat right top / contain;
  	max-width: 1163px;
  	width: 78vw;
  	height: 676px;
  	position: absolute;
  	right: 20px;
  	top: 0;

  	@include mq(900) {
  		top: 70%;
  		max-width: 100%;
  		width: 95%;
  	}

  }*/
}
@media screen and (max-width: 900px) {
  .p-top .sec_mission {
    margin-top: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_mission {
    margin-top: 25px;
    padding-top: 0;
  }
}
.p-top .sec_mission .b-content01 {
  padding: 0;
}
.p-top .sec_mission .mission_content {
  max-width: 851px;
  padding-top: 45px;
}
.p-top .sec_mission .mission_content.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top .sec_mission .mission_content.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
@media screen and (max-width: 900px) {
  .p-top .sec_mission .mission_content {
    padding-top: 0;
  }
}
.p-top .sec_mission .mission_bg {
  position: absolute;
  right: 20px;
  margin-left: 20px;
}
.p-top .sec_mission .mission_bg.js-inview {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top .sec_mission .mission_bg.js-inview.js-inview_active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 900px) {
  .p-top .sec_mission .mission_bg {
    top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_mission .mission_bg {
    top: 92%;
  }
}
.p-top .sec_mission .mission_main {
  background: url("../../images/sec_mission_bg02.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 62.39%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-top .sec_mission .mission_main {
    background: #fcefd2;
    border: 3px solid #fff;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.p-top .sec_mission .mission_main .mission_main_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 900px) {
  .p-top .sec_mission .mission_main .mission_main_inner {
    position: static;
    transform: none;
    width: 100%;
  }
}
.p-top .sec_mission .mission_main .mission_ttl {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 3px dashed #efaf1c;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_mission .mission_main .mission_ttl {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.p-top .sec_mission .mission_main .mission_ttl h2 {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_mission .mission_main .mission_ttl h2 {
    max-width: 173px;
    margin-right: 0;
    margin: 0 auto;
  }
}
.p-top .sec_mission .mission_main .mission_ttl .mission_ttl--sub {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #965d14;
}
@media screen and (max-width: 1669px) {
  .p-top .sec_mission .mission_main .mission_ttl .mission_ttl--sub {
    display: inline-block;
    margin-top: 10px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_mission .mission_main .mission_ttl .mission_ttl--sub {
    font-size: 1.8rem;
  }
}
.p-top .sec_mission .b-btn01 {
  margin-top: 25px;
}
.p-top .sec_facility {
  margin-top: -175px;
  padding-top: 325px;
  background: url("../../images/bg01.png") repeat left top/25px;
}
@media screen and (max-width: 900px) {
  .p-top .sec_facility {
    margin-top: -20%;
    padding-top: 72%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility {
    padding-top: 77%;
  }
}
.p-top .sec_facility .b-btn01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .b-btn01 {
    margin-top: 25px;
  }
}
.p-top .sec_facility .facility_list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_list {
    flex-wrap: wrap;
  }
}
.p-top .sec_facility .facility_list li {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 15px;
}
.p-top .sec_facility .facility_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_list li {
    width: 46%;
    margin-right: 5%;
  }
  .p-top .sec_facility .facility_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top .sec_facility .facility_about {
  margin-top: 50px;
  background: url("../../images/sec_facility_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_about {
    padding: 30px 0;
  }
}
.p-top .sec_facility .facility_about .facility_about_box {
  background: rgba(0, 157, 218, 0.9);
  padding: 25px;
  color: #fff;
}
.p-top .sec_facility .facility_about .facility_about_box .top_ttl02 {
  color: #fff;
  border-color: #fff;
}
.p-top .sec_facility .facility_about .facility_about_txt {
  max-width: 575px;
  margin: 0 auto;
}
.p-top .sec_facility .facility_about .facility_about_list {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_about .facility_about_list {
    display: block;
  }
}
.p-top .sec_facility .facility_about .facility_about_list li {
  width: 39%;
  margin-right: 4%;
}
.p-top .sec_facility .facility_about .facility_about_list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_about .facility_about_list li {
    width: 100%;
    margin-right: 0;
  }
  .p-top .sec_facility .facility_about .facility_about_list li:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec_facility .facility_about .facility_about_list .b-btn01 {
  border-color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_facility .facility_about .facility_about_list .b-btn01 {
    margin-top: 15px;
  }
}
.p-top .sec_facility .facility_about .facility_about_list .b-btn01 a {
  color: #fff;
}
@media (any-hover: hover) {
  .p-top .sec_facility .facility_about .facility_about_list .b-btn01 a:hover {
    color: #009dda;
    background: #fff;
  }
}
.p-top .sec_product {
  overflow: hidden;
}
.p-top .sec_product .b-btn01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_product .b-btn01 {
    margin-top: 25px;
  }
}
.p-top .sec_product .top_ttl01 {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top .sec_product .top_ttl01 {
    margin: 0 calc(50% - 50vw) 15px;
  }
}
.p-top .sec_product .top_ttl01 .top_ttl01--sub {
  display: inline-block;
  margin-top: 10px;
}
.p-top .sec_product .product_box {
  background: url("../../images/bg01.png") repeat left top/25px;
  border-radius: 35px;
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .sec_product .product_box {
    padding: 25px;
  }
}
.p-top .sec_product .product_box::after {
  content: "";
  display: block;
  background: url("../../images/img_bg02--right.png") right bottom/55px, #fff4cd;
  width: 55px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 32px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_product .product_box::after {
    background-size: 35px;
    width: 35px;
    height: 36px;
  }
}
.p-top .sec_product .product_img {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec_product .product_img {
    margin-top: 25px;
  }
}
.p-top .sec_order {
  margin-top: -100px;
  background: #fff4cd;
  padding-top: 150px;
  padding-bottom: 9.7%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order {
    padding-bottom: 56%;
  }
}
.p-top .sec_order .b-content01 {
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .b-content01 {
    padding: 0;
  }
}
.p-top .sec_order .b-btn01 {
  border-color: #fff;
  margin-top: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .b-btn01 {
    margin-top: 15px;
    margin: 15px auto 0;
  }
}
.p-top .sec_order .b-btn01 a {
  color: #fff;
}
@media (any-hover: hover) {
  .p-top .sec_order .b-btn01 a:hover {
    background: #fff;
    color: #e62310;
  }
}
.p-top .sec_order .order_img .order_img--food {
  position: absolute;
  right: 36%;
  z-index: 1;
  top: 15%;
  width: 28%;
}
.p-top .sec_order .order_img .order_img--food.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top .sec_order .order_img .order_img--food.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_img .order_img--food {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
    width: 44%;
  }
}
.p-top .sec_order .order_img .order_img--bg {
  position: absolute;
  top: 23%;
  right: 0;
  width: 51.5%;
}
.p-top .sec_order .order_img .order_img--bg.js-inview {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s, transform 0.7s;
}
.p-top .sec_order .order_img .order_img--bg.js-inview.js-inview_active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_img .order_img--bg {
    top: auto;
    bottom: 1%;
    width: 80%;
  }
}
.p-top .sec_order .order_box {
  max-width: 65%;
  margin-right: auto;
  padding: 45px 0;
  background: #e62310;
  box-shadow: inset 0px 6px 6px -3px rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_box {
    max-width: 100%;
    padding: 15px;
  }
}
.p-top .sec_order .order_box02 {
  max-width: 485px;
  position: relative;
  z-index: 2;
  width: 33vw;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_box02 {
    max-width: 100%;
    width: 100%;
  }
}
.p-top .sec_order .order_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1449px) {
  .p-top .sec_order .order_ttl {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_ttl {
    font-size: 3.5rem;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.p-top .sec_order .order_txt {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_order .order_txt {
    text-align: center;
    padding-left: 0;
  }
}
.p-top .sec_quality {
  background: url("../../images/sec_quality_bg.jpg") no-repeat center top/1920px;
  padding: 165px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality {
    padding: 45px 0;
  }
}
.p-top .sec_quality .b-content01 {
  margin: 0 0 0 auto;
  padding: 0 0 0 15px;
}
.p-top .sec_quality .quality_box {
  max-width: 860px;
  margin-left: auto;
  padding: 45px 0;
  background: #fff;
  box-shadow: inset 0px 6px 6px -3px rgba(51, 51, 51, 0.7);
  clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 56px 100%, 0% calc(100% - 56px), 0 0);
  position: relative;
}
.p-top .sec_quality .quality_box::before {
  content: "";
  display: block;
  background: url("../../images/img_bg02--left.png") left bottom/55px;
  width: 55px;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top .sec_quality .quality_content {
  max-width: 677px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top .sec_quality .quality_inner {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality .quality_inner {
    margin-left: 0;
  }
}
.p-top .sec_quality .quality_ttl {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px dashed #efaf1c;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality .quality_ttl {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
.p-top .sec_quality .quality_ttl h2 {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality .quality_ttl h2 {
    max-width: 135px;
    margin-right: 0;
    margin: 0 auto;
  }
}
.p-top .sec_quality .quality_ttl .quality_ttl--sub {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 20px;
  color: #965d14;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality .quality_ttl .quality_ttl--sub {
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.p-top .sec_quality .top_sttl {
  color: #0c0203;
  text-align: center;
}
.p-top .sec_quality .b-btn01 {
  margin-top: 30px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_quality .b-btn01 {
    margin: 15px auto 0;
  }
}
.p-top .sec_recruit {
  background: #fcefd2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit {
    margin-top: 70px;
  }
  .p-top .sec_recruit::before {
    content: "";
    display: block;
    width: 100%;
    max-height: 26px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-top .sec_recruit .b-btn01 {
  margin-top: 30px;
  border-color: #009dda;
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .b-btn01 {
    margin-top: 15px;
  }
}
.p-top .sec_recruit .b-btn01 a {
  color: #009dda;
}
@media (any-hover: hover) {
  .p-top .sec_recruit .b-btn01 a:hover {
    color: #fff;
    background: #009dda;
  }
}
.p-top .sec_recruit .recruit_ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .recruit_ttl {
    max-width: 70%;
    margin: 0 auto 15px;
  }
}
.p-top .sec_recruit .recruit_col {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  max-width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 1345px) {
  .p-top .sec_recruit .recruit_col {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .recruit_col {
    display: block;
  }
}
.p-top .sec_recruit .recruit_col .recruit_col_box {
  margin-right: 1%;
}
.p-top .sec_recruit .recruit_col .recruit_col_box:first-child {
  margin-top: -36px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .recruit_col .recruit_col_box:first-child {
    width: 100%;
  }
}
.p-top .sec_recruit .recruit_col .recruit_col_box:nth-child(2) {
  width: 30vw;
}
@media screen and (max-width: 1593px) {
  .p-top .sec_recruit .recruit_col .recruit_col_box:nth-child(2) {
    width: 32vw;
  }
}
@media screen and (max-width: 1526px) {
  .p-top .sec_recruit .recruit_col .recruit_col_box:nth-child(2) {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .recruit_col .recruit_col_box:nth-child(2) {
    width: 100%;
    padding: 0 15px;
  }
}
.p-top .sec_recruit .recruit_col .recruit_col_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_recruit .recruit_col .recruit_col_box:last-child {
    margin-top: 30px;
  }
}

.p-quality .b-under_ttl.b-under_ttl--quality {
  background: url("/quality/images/img_ttl_bg.jpg") no-repeat center top/cover;
}
.p-quality .sec_policy {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_policy {
    margin-top: 50px;
  }
}
.p-quality .sec_policy .policy_list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_policy .policy_list {
    margin-top: 20px;
  }
}
.p-quality .sec_policy .policy_list_item {
  border: dashed #efaf1c;
  border-width: 2px 0 0 0;
  padding: 10px 110px 10px calc(110px + 1.55em);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4em;
  text-indent: -1.55em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_policy .policy_list_item {
    font-size: 1.6rem;
    padding-left: calc(10px + 1.55em);
    padding-right: 10px;
  }
}
.p-quality .sec_policy .policy_list_item:last-child {
  border-bottom-width: 2px;
}
.p-quality .sec_policy .policy_list_item .list_item-num {
  color: #009dda;
  margin-right: 1em;
}
.p-quality .sec_management {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management {
    margin-top: 50px;
  }
}
.p-quality .sec_management .management_list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list {
    margin-top: 20px;
  }
}
.p-quality .sec_management .management_list .management_list_item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #efaf1c;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list .management_list_item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 13px;
  }
}
.p-quality .sec_management .management_list .management_list_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-quality .sec_management .management_list .management_list_txtbox {
  width: 58%;
  max-width: 550px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list .management_list_txtbox {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
}
.p-quality .sec_management .management_list .management_list_ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list .management_list_ttl {
    font-size: 1.8rem;
  }
}
.p-quality .sec_management .management_list .management_list_txt {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list .management_list_txt {
    margin-top: 5px;
  }
}
.p-quality .sec_management .management_list .management_list_img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-quality .sec_management .management_list .management_list_img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }
}
.p-quality .certification {
  background-color: #faf5ee;
  margin: 100px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-quality .certification {
    margin-top: 50px;
  }
}
.p-quality .certification .certification_container {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-quality .certification .certification_container {
    display: block;
  }
}
.p-quality .certification .certification_txtbox {
  width: 58%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-quality .certification .certification_txtbox {
    width: 100%;
  }
}
.p-quality .certification .certification_ttl {
  font-size: 2.5rem;
  margin-top: 40px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .p-quality .certification .certification_ttl {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.p-quality .certification .certification_ttl:first-child {
  margin-top: 0;
}
.p-quality .certification .certification_txt {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-quality .certification .certification_txt {
    margin-top: 5px;
  }
}
.p-quality .certification .certification_photo {
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-quality .certification .certification_photo {
    width: 100%;
    margin-top: 30px;
  }
}

/************************************************

	会社情報

*************************************************/
.p-mission .b-under_ttl.b-under_ttl--mission {
  background: url("/mission/images/img_ttl_bg.jpg") no-repeat center/cover;
}
.p-mission .mission_ttl01 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_ttl01 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
.p-mission .mission_ttl02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_ttl02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-mission .mission_img01 {
    margin-top: 20px;
  }
}
.p-mission .mission_img01 figcaption {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_img01 figcaption {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-mission .mission_img02 {
    max-width: 70%;
    margin: 0 auto;
  }
}
.p-mission .mission_col01 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_col01 {
    display: block;
  }
}
.p-mission .mission_col01 .mission_col01__box {
  margin-right: 7%;
}
.p-mission .mission_col01 .mission_col01__box:last-child {
  margin-right: 0;
  flex-basis: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_col01 .mission_col01__box {
    margin-right: 0;
  }
}
.p-mission .mission_col02 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_col02 {
    display: block;
  }
}
.p-mission .mission_col02 .mission_col02__box {
  text-align: center;
  margin-right: 7%;
}
.p-mission .mission_col02 .mission_col02__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_col02 .mission_col02__box {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .p-mission .mission_col02 .mission_col02__box:last-child {
    margin-bottom: 0;
  }
}
.p-mission .mission_col02 .mission_col02__box p {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_col02 .mission_col02__box p {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
.p-mission .mission_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_box01 {
    margin-bottom: 50px;
  }
}
.p-mission .mission_box01:last-child {
  margin-top: 0;
}
.p-mission .mission_box02:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-mission .mission_img_thumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_img_thumb {
    margin-bottom: 25px;
  }
}
.p-mission .mission_dl01, .p-mission .mission_dl02 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_dl01, .p-mission .mission_dl02 {
    display: block;
    padding: 15px 10px;
  }
}
.p-mission .mission_dl01:first-of-type, .p-mission .mission_dl02:first-of-type {
  border-top: 1px solid;
}
.p-mission .mission_dl01 dt, .p-mission .mission_dl01 dd, .p-mission .mission_dl02 dt, .p-mission .mission_dl02 dd {
  line-height: 1.3;
  padding: 0 15px;
}
.p-mission .mission_dl01 dt, .p-mission .mission_dl02 dt {
  padding-left: 20px;
  border-left: 6px solid #efaf1c;
  flex-basis: 10em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-mission .mission_dl01 dt, .p-mission .mission_dl02 dt {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-mission .mission_dl01 dd, .p-mission .mission_dl02 dd {
    padding-left: 0;
  }
}
.p-mission .mission_dl02 dt {
  border-left: none;
  padding-left: 0;
}

.p-facility .b-under_ttl.b-under_ttl--facility {
  background: url("/facility/images/img_ttl_bg.jpg") no-repeat center top/cover;
}
.p-facility .facility_read {
  font-size: 1.6rem;
  max-width: 1000px;
  margin: 0 auto;
}
.p-facility .sec_process {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process {
    margin-top: 50px;
  }
}
.p-facility .sec_process .process_list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list {
    margin-top: 30px;
  }
}
.p-facility .sec_process .process_list .process_list_item {
  background-color: #faf5ee;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_item {
    display: block;
    padding: 20px 20px 40px;
  }
}
.p-facility .sec_process .process_list .process_list_item::before {
  content: "";
  display: block;
  background: url("../../images/img_bg02--left.png");
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_item::before {
    width: 30px;
    height: 30px;
  }
}
.p-facility .sec_process .process_list .process_list_item::after {
  content: "";
  background-color: #fff;
  width: 45px;
  height: 45px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_item::after {
    width: 30px;
    height: 30px;
  }
}
.p-facility .sec_process .process_list .process_list_item:nth-child(n+2) {
  margin-top: 8%;
}
.p-facility .sec_process .process_list .process_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-facility .sec_process .process_list .process_list_item:nth-child(even) .process_list_img {
    /*写真の偶数のmargin*/
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_item:nth-child(even) .process_list_img {
    /*奇数と同じ設定*/
    margin: 20px auto 0;
  }
}
.p-facility .sec_process .process_list .process_list_item:nth-child(even)::before {
  /*めくれ部分を反転*/
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.p-facility .sec_process .process_list .process_list_item:nth-child(even)::after {
  left: auto;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-facility .sec_process .process_list .process_list_item:nth-child(even) .process_list_txtbox {
  /*テキストの奇数のmargin*/
  margin-left: 4%;
  margin-right: max(6%, 55px);
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_item:nth-child(even) .process_list_txtbox {
    /*奇数と同じ数値を設定*/
    margin: 0;
  }
}
.p-facility .sec_process .process_list .process_list_txtbox {
  width: 44%;
  margin-top: 3%;
  margin-bottom: 3%;
  /*テキストの奇数のmargin*/
  margin-left: max(6%, 55px);
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_txtbox {
    width: 100%;
    margin: 0;
  }
}
.p-facility .sec_process .process_list .process_list_ttl {
  font-size: 3rem;
  border-bottom: solid 7px #efaf1c;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_ttl {
    font-size: 2rem;
    border-bottom-width: 4px;
    padding-bottom: 5px;
  }
}
.p-facility .sec_process .process_list .process_list_txt {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_txt {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}
.p-facility .sec_process .process_list .process_list_img {
  width: 45%;
  margin-top: -3.5%;
  margin-bottom: -2%;
  position: relative;
  top: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-facility .sec_process .process_list .process_list_img {
    margin-top: 20px;
    margin-bottom: 20px;
    /*写真の奇数のmargin*/
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-facility .sec_process .process_list .process_list_img {
    display: block;
    width: 95%;
    /*奇数のmargin*/
    margin: 20px auto 0;
  }
}
.p-facility .sec_process .process_list .process_list_img img {
  display: block;
  border-radius: clamp(10px, 4vw, 55px);
  width: 100%;
}
.p-facility .sec_detail {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail {
    margin-top: 50px;
  }
}
.p-facility .sec_detail .detail_list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list {
    margin-top: 30px;
  }
}
.p-facility .sec_detail .detail_list .detail_list_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_list_item {
    margin-top: 30px;
  }
}
.p-facility .sec_detail .detail_list .detail_list_ttl {
  background-color: #965d14;
  width: 350px;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_list_ttl {
    max-width: 200px;
    font-size: 1.9rem;
  }
}
.p-facility .sec_detail .detail_list .detail_list_ttl::after {
  content: "";
  background-image: url("../../facility/images/facility_tub_corner.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
  bottom: 0;
}
.p-facility .sec_detail .detail_list .detail_sublist {
  border-top: solid 3px #965d14;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 4%;
  row-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .p-facility .sec_detail .detail_list .detail_sublist {
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_sublist {
    justify-content: space-between;
  }
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_item {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_item {
    width: 100%;
  }
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_item .detail_sublist_img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_ttl {
  font-size: 2rem;
  text-align: center;
  border-bottom: solid 1px #efaf1c;
  padding: 15px 0;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_ttl {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_ttl .nowrap {
  white-space: nowrap;
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_txt {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.p-facility .sec_detail .detail_list .detail_sublist .detail_sublist_txt .subscript {
  font-size: 0.8em;
  vertical-align: -5%;
}
.p-facility .sec_detail .detail_others_wrapper {
  margin-top: 55px;
  background-color: #faf5ee;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_others_wrapper {
    margin-top: 35px;
  }
}
.p-facility .sec_detail .detail_others_list_ttl {
  background-color: #009dda;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 50%;
  border: solid 6px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_others_list_ttl {
    height: 40px;
    border-radius: 20px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    /*上下のセンター調整用*/
    padding-bottom: 1px;
    border-width: 4px;
  }
}
.p-facility .sec_detail .detail_others_list {
  display: flex;
  padding: 25px 20px 25px 125px;
  border: dashed #efaf1c;
  border-width: 1px 0 1px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_others_list {
    padding: 20px 15px 10px 15px;
  }
}
.p-facility .sec_detail .detail_others_list .detail_others_list_item {
  position: relative;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-facility .sec_detail .detail_others_list .detail_others_list_item {
    font-size: 1.6rem;
  }
}
.p-facility .sec_detail .detail_others_list .detail_others_list_item:not(:last-child) {
  padding-right: 1.4em;
  margin-right: 1em;
}
.p-facility .sec_detail .detail_others_list .detail_others_list_item:not(:last-child)::after {
  content: "";
  height: 1em;
  width: 1px;
  background-color: var(--text-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

/************************************************

	商品情報

*************************************************/
.p-product .b-under_ttl.b-under_ttl--product {
  background: url("/product/images/img_ttl_bg.jpg") no-repeat center/cover;
}
.p-product .b-under_content04 {
  padding: 0;
}
.p-product .b-sec03 {
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .p-product .b-sec03 {
    padding: 0 35px;
  }
}
@media screen and (max-width: 900px) {
  .p-product .product_br01 {
    display: none;
  }
}
.p-product .product_box01 {
  position: relative;
  margin-top: 100px;
  border-radius: 25px;
  background: url("../../images/bg01.png") repeat left top/25px;
  padding: 85px 20px 60px;
}
@media screen and (max-width: 900px) {
  .p-product .product_box01 {
    margin-top: 50px;
    padding: 45px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-product .product_box01 {
    padding: 45px 10px 30px;
  }
}
.p-product .product_box02 {
  position: relative;
  background: #fff;
  border-radius: clamp(6%, 4vw, 33px);
  padding: 17% 35px 55px;
  margin-top: 33%;
}
@media screen and (max-width: 1250px) {
  .p-product .product_box02 {
    padding: 37% 35px 55px;
  }
}
@media screen and (max-width: 900px) {
  .p-product .product_box02 {
    padding: 25px 35px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product .product_box02 {
    padding: 25px 15px;
  }
}
.p-product .product_box02::before, .p-product .product_box02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  z-index: 0;
  min-width: 100%;
  padding-bottom: 14%;
}
.p-product .product_box02::before {
  top: 0;
  background: url("../../product/images/img_bg03--top.png") no-repeat center top/100%;
}
.p-product .product_box02::after {
  bottom: 0;
  background: url("../../product/images/img_bg03--bottom.png") no-repeat center bottom/100%;
}
.p-product .product_box03 {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-product .product_box03 {
    margin-top: 50px;
  }
}
.p-product .product_ttl01 {
  background: #fcefd2;
  border: 20px solid #fff;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #965d14;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 185px;
  height: 185px;
  top: -75px;
}
@media screen and (max-width: 900px) {
  .p-product .product_ttl01 {
    border-width: 5px;
    border-radius: 2em;
    font-size: 2rem;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 25px;
  }
}
.p-product .product_ttl02 {
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
  color: #965d14;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-product .product_ttl02 {
    font-size: 2.1rem;
  }
}
.p-product .product_ttl02::before, .p-product .product_ttl02::after {
  content: "";
  display: block;
  background: url("../../product/images/img_border01.png") repeat-x left top;
  background-size: 5px;
  height: 4px;
}
.p-product .product_ttl02 span {
  display: block;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-product .product_ttl02 span {
    padding: 15px 10px;
  }
}
.p-product .product_ttl02--sub {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #965d14;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-product .product_ttl02--sub {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.p-product .product_txt01 {
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.p-product .product_col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-product .product_col01 {
    display: block;
  }
}
.p-product .product_col01 .product_col01_box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 115px;
}
.p-product .product_col01 .product_col01_box:nth-child(2n) {
  margin-right: 0;
}
.p-product .product_col01 .product_col01_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .p-product .product_col01 .product_col01_box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-product .product_col01 .product_col01_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-product .product_thumb {
  position: absolute;
  top: -45%;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .p-product .product_thumb {
    top: -15%;
  }
}
@media screen and (max-width: 900px) {
  .p-product .product_thumb {
    position: relative;
    top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-product .product_table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .p-product .product_table .product_table__wrap {
    min-width: 700px;
  }
}
.p-product .product_table table {
  width: 100%;
}
.p-product .product_table table th, .p-product .product_table table td {
  padding: 5px 30px;
  border: 1px solid;
  text-align: center;
  line-height: 1.3;
}
.p-product .product_table table th:first-child, .p-product .product_table table td:first-child {
  border-left: none;
}
.p-product .product_table table th:last-child, .p-product .product_table table td:last-child {
  border-right: none;
}
.p-product .product_table table thead th {
  background: #faf5ee;
}
.p-product .product_table table tbody th {
  font-weight: normal;
}
.p-product .sec_order .order_about {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../../product/images/img_bg01.jpg") no-repeat center top/cover;
  padding: 75px 55px 150px;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about {
    padding: 75px 55px 11.9%;
  }
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_about {
    padding: 45px 55px 21.9%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about {
    padding: 25px 35px 21.9%;
    background-position-x: 19%;
  }
}
.p-product .sec_order .order_about .order_about_inner {
  max-width: 1265px;
  margin: 0 auto;
  position: relative;
}
.p-product .sec_order .order_about .order_about_box {
  width: 59%;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about .order_about_box {
    width: 61%;
  }
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_about .order_about_box {
    width: 63%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_box {
    width: 100%;
  }
}
.p-product .sec_order .order_about .order_about_ttl {
  margin-bottom: 20px;
}
.p-product .sec_order .order_about .order_about_ttl .order_about_ttl--main {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 5.5rem;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  padding: 0 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about .order_about_ttl .order_about_ttl--main {
    font-size: 3.9vw;
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_about .order_about_ttl .order_about_ttl--main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_ttl .order_about_ttl--main {
    font-size: 3rem;
    padding: 0 0 5px;
  }
}
.p-product .sec_order .order_about .order_about_ttl .order_about_ttl--sub {
  margin-left: 25px;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about .order_about_ttl .order_about_ttl--sub {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_ttl .order_about_ttl--sub {
    margin-left: 0;
    max-width: 90%;
  }
}
.p-product .sec_order .order_about .order_about_ttl02 {
  margin-left: 25px;
  color: #fff;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about .order_about_ttl02 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_ttl02 {
    margin-left: 0;
  }
}
.p-product .sec_order .order_about .order_about_ttl02 .order_about_ttl02--main {
  font-family: "Noto Serif JP", serif;
  font-size: 3.1rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 1370px) {
  .p-product .sec_order .order_about .order_about_ttl02 .order_about_ttl02--main {
    font-size: 2.05vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_ttl02 .order_about_ttl02--main {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.p-product .sec_order .order_about .order_about_ttl02 p {
  font-size: 1.6rem;
}
.p-product .sec_order .order_about .order_about_img {
  position: absolute;
  width: 62vw;
  top: -75%;
  right: -32vw;
  z-index: 9999;
}
@media screen and (max-width: 1700px) {
  .p-product .sec_order .order_about .order_about_img {
    width: 60vw;
    right: -24vw;
  }
}
@media screen and (max-width: 1600px) {
  .p-product .sec_order .order_about .order_about_img {
    right: -20vw;
  }
}
@media screen and (max-width: 1366px) {
  .p-product .sec_order .order_about .order_about_img {
    top: -55%;
  }
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_about .order_about_img {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_about .order_about_img {
    position: relative;
    right: 0;
    width: 90%;
    margin: 15px auto 0;
  }
}
.p-product .sec_order .order_content {
  margin-top: -50px;
  padding: 60px 0 0;
  background: #faf5ee;
  border: 5px dashed #e62310;
  border-radius: 25px 25px 0 0;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_content {
    padding: 30px 0 0;
    border-width: 3px;
  }
}
.p-product .sec_order .order_flow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_flow {
    padding: 0 15px;
  }
}
.p-product .sec_order .order_flow .order_flow_txt01 {
  width: 65%;
}
@media screen and (max-width: 1150px) {
  .p-product .sec_order .order_flow .order_flow_txt01 {
    width: 100%;
  }
}
.p-product .sec_order .order_flow .order_flow_img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_flow .order_flow_img {
    max-width: 90%;
    margin: 15px auto 0;
  }
}
.p-product .sec_order .order_seasoning {
  margin-top: 60px;
  padding: 35px 0;
  background: #d74122;
  color: #fff;
  margin: 60px -50px 0;
}
@media screen and (max-width: 1600px) {
  .p-product .sec_order .order_seasoning {
    margin: 60px -25px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_seasoning {
    margin: 30px -15px 0;
  }
}
.p-product .sec_order .order_seasoning .b-under_ttl03 {
  border-color: #fff;
  color: #fff;
}
.p-product .sec_order .order_seasoning .order_seasoning_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1285px) {
  .p-product .sec_order .order_seasoning .order_seasoning_inner {
    padding: 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_seasoning .order_seasoning_inner {
    padding: 0 35px;
  }
}
.p-product .sec_order .order_seasoning .order_seasoning_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_seasoning .order_seasoning_ttl {
    font-size: 2.3rem;
  }
}
.p-product .sec_order .order_seasoning .order_seasoning_txt {
  font-size: 1.6rem;
}
.p-product .sec_order .order_seasoning .order_seasoning_col {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_seasoning .order_seasoning_col {
    display: block;
  }
}
.p-product .sec_order .order_seasoning .order_seasoning_col .order_seasoning_col__box {
  margin-left: 4%;
}
.p-product .sec_order .order_seasoning .order_seasoning_col .order_seasoning_col__box:last-child {
  width: 65%;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_seasoning .order_seasoning_col .order_seasoning_col__box {
    margin-left: 0;
  }
  .p-product .sec_order .order_seasoning .order_seasoning_col .order_seasoning_col__box:last-child {
    width: 100%;
    margin-top: 15px;
  }
}
.p-product .sec_order .order_partner {
  padding: 50px 60px;
  position: relative;
  background: url("../../product/images/img_bg02.png") no-repeat left top/contain;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_partner {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_partner {
    padding: 25px 15px;
    background-position-X: 20%;
  }
}
.p-product .sec_order .order_partner .order_partner_img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-product .sec_order .order_partner .order_partner_ttl {
  font-size: 3.1rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_partner .order_partner_ttl {
    font-size: 2.5rem;
  }
}
.p-product .sec_order .order_partner .order_partner_ttl02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.3;
  color: #d74122;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_partner .order_partner_ttl02 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.p-product .sec_order .order_partner .order_partner_num {
  position: absolute;
  top: -20px;
  left: -30px;
  background: #d74122;
  border: 8px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_partner .order_partner_num {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-product .sec_order .order_partner .order_partner_content {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
}
.p-product .sec_order .order_partner .order_partner_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_partner .order_partner_col {
    display: block;
  }
}
.p-product .sec_order .order_partner .order_partner_col .order_partner_col__box {
  width: 46%;
  margin-right: 6%;
}
.p-product .sec_order .order_partner .order_partner_col .order_partner_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .p-product .sec_order .order_partner .order_partner_col .order_partner_col__box {
    width: 100%;
  }
  .p-product .sec_order .order_partner .order_partner_col .order_partner_col__box:last-child {
    margin-top: 50px;
  }
}
.p-product .sec_order .order_partner .order_partner_box {
  background: #fff;
  padding: 60px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product .sec_order .order_partner .order_partner_box {
    padding: 60px 15px 30px;
  }
}

.p-recruit .b-under_ttl.b-under_ttl--quality {
  background: url("/recruit/images/img_ttl_bg.jpg") no-repeat center top/cover;
}
.p-recruit .sec_top {
  margin: 100px calc(50% - 50vw) 0;
  padding-bottom: 11%;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_top {
    margin-top: 50px;
    padding-bottom: 25%;
  }
}
.p-recruit .sec_top .top_ttl {
  max-width: 1500px;
  margin: 0 auto;
}
.p-recruit .sec_top .top_ttl img {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_top .top_ttl img {
    margin-top: -15px;
  }
}
.p-recruit .sec_work {
  margin-top: -11%;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_work {
    margin-top: -25%;
  }
}
.p-recruit .sec_work .work_ttl_wrapper {
  margin-top: 20px;
}
.p-recruit .sec_work .work_ttl_wrapper .work_ttl {
  text-align: center;
  margin: 0 5%;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_work .work_ttl_wrapper .work_ttl {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.p-recruit .sec_work .work_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_work .work_list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.p-recruit .sec_work .work_list .top_list_item {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_work .work_list .top_list_item {
    width: 49%;
  }
}
.p-recruit .sec_faq {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_faq {
    margin-top: 50px;
  }
}
.p-recruit .sec_faq .faq_content {
  border-bottom: solid 1px #efaf1c;
}
.p-recruit .sec_faq .faq_content .faq_content_item {
  display: flex;
  border-top: solid 1px #efaf1c;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_faq .faq_content .faq_content_item {
    padding-left: 10px;
  }
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item-btn {
  background-color: #009dda;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item-btn::before, .p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item-btn:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item-btn::before {
  width: 50%;
  height: 3px;
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item-btn::after {
  width: 3px;
  height: 50%;
}
.p-recruit .sec_faq .faq_content .faq_content_item.is-opened .faq_content_item-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item_txt {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item_txt {
    font-size: 1.6rem;
  }
}
.p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item_num {
  font-size: 2.7rem;
  font-weight: 700;
  color: #009dda;
  margin-right: 1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_faq .faq_content .faq_content_item .faq_content_item_num {
    font-size: 2rem;
    margin-top: 0.3em;
  }
}
.p-recruit .sec_faq .faq_content .faq_content_item_answer {
  background-color: #faf5ee;
  display: none;
}
.p-recruit .sec_requirement {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement {
    margin-top: 50px;
  }
}
.p-recruit .sec_requirement .requirement_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_box01 {
    margin-bottom: 50px;
  }
}
.p-recruit .sec_requirement .requirement_box01:last-child {
  margin-top: 0;
}
.p-recruit .sec_requirement .requirement_dl01 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_dl01 {
    display: block;
    padding: 15px 10px;
  }
}
.p-recruit .sec_requirement .requirement_dl01:first-of-type {
  border-top: 1px solid;
}
.p-recruit .sec_requirement .requirement_dl01 dt, .p-recruit .sec_requirement .requirement_dl01 dd {
  line-height: 1.3;
  padding: 0 15px;
}
.p-recruit .sec_requirement .requirement_dl01 dt {
  padding-left: 20px;
  border-left: 6px solid #efaf1c;
  flex-basis: 10em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_dl01 dt {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_dl01 dd {
    padding-left: 0;
  }
}
.p-recruit .sec_requirement .requirement_dl01 .requirement_dl01_txt {
  line-height: 1.3;
}
.p-recruit .sec_requirement .requirement_contact {
  text-align: center;
}
.p-recruit .sec_requirement .requirement_contact .requirement_contact_ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_contact .requirement_contact_ttl {
    font-size: 1.6rem;
  }
}
.p-recruit .sec_requirement .requirement_contact .requirement_contact_tel {
  font-size: 5.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_contact .requirement_contact_tel {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}
.p-recruit .sec_requirement .requirement_contact .requirement_contact_tel .requirement_contact_tel-sub {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-recruit .sec_requirement .requirement_contact .requirement_contact_reception {
    font-size: 1.4rem;
  }
}

.p-privacypolicy .b-under_ttl .b-under_ttl_box {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .b-under_ttl .b-under_ttl_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-privacypolicy .b-under_ttl.b-under_ttl--privacypolicy {
  background: url("/privacypolicy/images/img_ttl_bg.jpg") no-repeat center top/cover;
}
.p-privacypolicy .sec_wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper {
    margin-top: 50px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_read {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper .privacy_read {
    margin-bottom: 20px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_content:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper .privacy_content:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_ttl {
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper .privacy_content .privacy_content_ttl {
    font-size: 1.8rem;
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-bottom: 5px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt01 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt01.border {
  border-top: dotted 4px #efaf1c;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt01.border {
    margin-top: 5px;
    padding-top: 5px;
    border-width: 2px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt02 {
  text-indent: -1em;
  margin-left: 1em;
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt03 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy .sec_wrapper .privacy_content .privacy_content_txt03 {
    margin-top: 20px;
  }
}
.p-privacypolicy .sec_wrapper .privacy_content .privacy_content_middlettl {
  margin-top: 10px;
  color: #965d14;
}
/*# sourceMappingURL=style.css.map */
