@charset "UTF-8";
/*global*/
@media (min-width: 768px) {
	.sp_only {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.pc_only {
		display: none !important;
	}
}
.em {
  color: #E1677C;
}

.section-bg {
  background: #F2F3F5;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  position: relative;
  color: #333;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif !important;
  line-height: 1.7;
  word-break: break-word;
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

.wrap {
  overflow: hidden;
}
/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

/*layout*/
.l-footer {
  background-color: #fff;
  border-top: 0.1rem solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-footer .content:not(last-child) {
    margin-bottom: 0;
    width: 90%;
  }
}
.l-footer_Info {
  border-bottom: 0.1rem solid #ddd;
  margin: 0 0 3rem 0;
  padding: 3rem 0;
}
@media screen and (min-width: 1000px) {
  .l-footer_Info {
    margin-bottom: 0;
  }
}
.l-footer_Info__Address {
  margin-top: 1.2rem;
  text-align: center;
}
.l-footer_Info__Contact {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.l-footer_Info__Contact .-tel {
  margin: 0 0.5rem 0 0;
}
.l-footer_Info__Contact .-fax {
  margin: 0 0 0 0.5rem;
}
.l-footer__Item {
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .l-footer__Item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__Item {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l-footer__Link {
  border-top: 0.1rem solid #ddd;
  color: #61A60E;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-footer__Link {
    border-top: none;
    border-left: 0.1rem solid #ddd;
    border-bottom: 0.1rem solid #ddd;
    flex-basis: 25%;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__Link {
    flex-basis: 14.2857%;
  }
}
.l-footer__Link:visited {
  color: #61A60E;
}
@media screen and (min-width: 1000px) {
  .l-footer__Link:nth-of-type(4) {
    border-right: 0.1rem solid #ddd;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__Link:nth-of-type(4) {
    border-right: none;
  }
}
.l-footer__Link:last-child {
  border-bottom: 0.1rem solid #ddd;
}
@media screen and (min-width: 1000px) {
  .l-footer__Link:last-child {
    border-right: 0.1rem solid #ddd;
  }
}
.l-footer__Link__Item {
  border-bottom: 0.1rem solid #ddd;
  color: #61A60E;
  display: block;
  font-weight: bold;
  padding: 2rem 0;
}
@media screen and (min-width: 1000px) {
  .l-footer__Link__Item {
    border-bottom: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
}
.l-footer__Link__Item:visited {
  color: #61A60E;
}
.l-footer__sublink {
  display: none;
  font-size: 1.4rem;
  list-style: none;
  padding: 0 0 2rem 2rem;
}
@media screen and (min-width: 1000px) {
  .l-footer__sublink {
    display: block;
    padding: 0;
  }
}
.l-footer__sublink__Link {
  cursor: pointer;
  color: #000;
  position: relative;
}
.l-footer__sublink > li:not(:last-of-type) {
  margin: 0 0 1rem 0;
}

.js-footer__acdBtn {
  cursor: pointer;
  padding: 2rem 0;
  position: relative;
  pointer-events: all;
}
@media screen and (min-width: 1000px) {
  .js-footer__acdBtn {
    pointer-events: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
}
.js-footer__acdBtn::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  .js-footer__acdBtn::after {
    display: none;
  }
}
.js-footer__acdBtn.active::after {
  content: "ー";
  font-size: 1.5rem;
}

.footer-bottom {
  background: #61A60E;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.6rem;
}
.footer-bottom .footer-privacy-policy a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .footer-bottom {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .br-Copyright {
    display: none;
  }
  .footer-bottom {
    position: relative;
  }
  .footer-privacy-policy {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
  }
}

.l-header_PC {
  display: none;
}
@media screen and (min-width: 1140px) {
  .l-header_PC {
    display: none;
  }
}

.l-header_SP {
  display: block;
}
.m-hamburger {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 1.7rem 1.65rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  z-index: 99999;
}

.m-hamburger__Inner {
  position: relative;
  width: 39px;
  height: 26px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
.m-hamburger__Inner span {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
.m-hamburger__Inner span:nth-of-type(1) {
  top: 0;
}
.m-hamburger__Inner span:nth-of-type(2) {
  top: 1.2rem;
}
.m-hamburger__Inner span:nth-of-type(3) {
  bottom: 0;
}

.active .m-hamburger {
  background: transparent;
}
.active .m-hamburger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.active .m-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.active .m-hamburger span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.l-header_SP__Nav {
  padding: 0 2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav {
    display: flex;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Unit {
    flex-basis: 75%;
    padding: 10rem 0;
    width: 100%;
  }
}
.l-header_SP__Nav__Logo {
  padding: 3rem 2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Logo {
    flex-basis: 25%;
    margin: 0 4rem 0 0;
    padding: 2rem 0;
  }
}
.l-header_SP__Nav__Logo > a {
  display: block;
  margin: 0 auto 0 0;
  width: 15rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Logo > a {
    margin: 0 auto;
    padding: 0.5rem;
    width: 20rem;
  }
}
.l-header_SP__Inner {
  position: fixed;
  right: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 10rem;
  padding-top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Inner {
    padding-bottom: 0;
  }
}

.active .l-header_SP__Inner {
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  max-width: 35rem;
  width: 85%;
  overflow: visible;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  .active .l-header_SP__Inner {
    max-width: 90%;
    width: 90%;
  }
}

.l-header_SP__Nav__Item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Item {
    display: flex;
    padding: 4rem 0;
  }
}
.l-header_SP__Nav__Item:first-child {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.l-header_SP__Nav__Item.-product .-br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Item.-product .-br {
    display: block;
  }
}
.l-header_SP__Nav__Item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Item:last-child {
    display: none;
  }
}
.l-header_SP__Nav__Item.-otherPC {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Item.-otherPC {
    display: block;
    margin-top: 4rem;
    padding: 0;
  }
}

.l-header_Bg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}

.active .l-header_Bg {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}

.is-navFixed {
  position: fixed;
  width: 100%;
}

.is-navFixed .l-header--inner {
  position: fixed;
  top: 0;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .l-header_SP {
    height: 6rem;
  }
}
.l-header_SP__Logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-header_SP__Logo {
    display: none;
  }
}
.l-header_SP__Logo a {
  display: block;
  padding: 1rem;
  width: 9.8rem;
}
.l-header_SP__Bnr {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header_SP__Bnr a {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 15rem;
  }
}
.l-header_SP__Heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
}
.l-header_SP .l-header_SP__Link {
  background-color: transparent;
  color: #EBBF6B;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  position: relative;
  pointer-events: all;
  text-align: left;
  text-decoration: none;
  padding: 1.4rem 2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__Link {
    display: block;
    flex-basis: 20%;
    font-size: 4rem;
    padding: 0;
    pointer-events: none;
    position: relative;
    top: -3rem;
    text-align: center;
  }
}
.l-header_SP .l-header_SP__Link:visited {
  color: #EBBF6B;
}
.l-header_SP .l-header_SP__Link::after {
  content: "";
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  transform: rotate(135deg);
  transition: all 0.2s;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__Link::after {
    display: none;
  }
}
.l-header_SP .l-header_SP__Link.active::after {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.l-header_SP .l-header_SP__Link .-sub {
  font-size: 1rem;
  display: inline-block;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__Link .-sub {
    display: block;
    margin-left: 0;
  }
}
.l-header_SP .l-header_SP__SubMenu {
  display: none;
  list-style: none;
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu {
    display: block;
    flex-basis: 80%;
    padding: 0;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
}
.l-header_SP .l-header_SP__SubMenu.-noTrigger {
  display: block;
  padding: 2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu.-noTrigger {
    width: 20rem;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu.-noTrigger li {
    margin: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu.-noTrigger li:first-of-type {
    margin-top: 0;
  }
}
.l-header_SP .l-header_SP__SubMenu li {
  margin: 1rem 0 0 0;
}
.l-header_SP .l-header_SP__SubMenu li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu li {
    font-size: 1.8rem;
    margin: 0 1.5rem;
  }
}
.l-header_SP .l-header_SP__SubMenu__Link {
  color: #fff;
}
.l-header_SP .l-header_SP__SubMenu__Link::before {
  content: "";
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
  transform: rotate(45deg);
  margin: 0 1rem 0 0;
  position: relative;
  bottom: 0.2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__SubMenu__Link::before {
    display: none;
  }
}
.l-header_SP .l-header_SP__SubMenu__Link:visited {
  color: #fff;
}

.container {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 100px 0;
  }
}
.container:nth-child(even) {
  background-color: #fff;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .content:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content {
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .content {
    width: 1000px;
  }
}
@media screen and (min-width: 1300px) {
  .content {
    width: 1220px;
  }
}

.section:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1000px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}

.unit:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row-half {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -3px;
  margin-right: -3px;
}
@media screen and (min-width: 768px) {
  .row-half {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.row-half:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}

.column {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .column {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.column-half {
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (min-width: 768px) {
  .column-half {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.col-2 {
  display: block;
  width: 100%;
}
.col-2:nth-child(-n+1) {
  margin-top: 0;
}
.col-2:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-2:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
  .col-2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col-2:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .col-2:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}

.col-3 {
  display: block;
  width: 100%;
}
.col-3:nth-child(-n+1) {
  margin-top: 0;
}
.col-3:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-3:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 33.33333%;
  }
  .col-3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col-3:nth-of-type(n + 4) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-3:nth-of-type(n + 4) {
    margin-top: 24px;
  }
}

.col-4 {
  display: block;
  width: 100%;
}
.col-4:nth-child(-n+1) {
  margin-top: 0;
}
.col-4:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-4:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-4 {
    width: 25%;
  }
  .col-4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col-4:nth-of-type(n + 5) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-4:nth-of-type(n + 5) {
    margin-top: 24px;
  }
}

.content-loading {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
@media screen and (min-width: 768px) {
  .content-loading {
    transform: translateY(60px);
  }
}
.content-loading.fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*component*/
.btn-area {
  width: 100%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .btn-area {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .btn-area {
    margin: 2.5rem auto 0;
    width: 70%;
  }
}

.m-btn {
  text-align: center;
  width: 100%;
  line-height: 5rem;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #61A60E;
  border: 0.1rem solid #61A60E;
  border-radius: 0.8rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .m-btn {
    line-height: 5rem;
    width: 100%;
  }
}
.m-btn:not(:first-child) {
  margin-top: 1rem;
}
.m-btn span {
  color: #fff;
}
.m-btn:visited {
  color: #fff;
}
.m-btn:visited span {
  color: #fff;
}
.m-btn input {
  width: 100%;
}

.m-btn.-detail {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  line-height: 5rem;
}
.m-btn.-detail::after {
  content: "";
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-btn.-detail:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  background: #fff;
  color: #000;
  opacity: 1;
}
.m-btn.-detail:hover span {
  color: #000;
}
.m-btn.-detail:hover::after {
  border-color: #000;
}

.u-icon {
  position: relative;
}
.u-icon.-required::after {
  content: "必須";
  background: #EC5B24;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}
.u-icon.-any::after {
  content: "任意";
  background: #B8C5D5;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
  outline: none;
  border: 1px solid #B8C5D5;
  background: #fff;
  transition: all 0.3s;
  width: 100%;
  padding: 7px 10px;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
    border-radius: 0.8rem;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
  border-color: #004090;
}

input.disabled {
  border-color: #B8C5D5;
}

input.error {
  border: 1px solid #E1677C;
  background: #F9F9F9;
}

::-moz-placeholder {
  color: #B8C5D5;
}

::placeholder {
  color: #B8C5D5;
}

/*input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
}

input[type=checkbox] + span::before,
input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] + span::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox] + span::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.1s;
}

input[type=checkbox]:checked + span {
  background: #004090;
  border: 0.1rem solid #fff;
}

input[type=checkbox]:checked + span::after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 14px;
}

input[type=checkbox]:checked + span::before {
  left: 2px;
  top: 11px;
  width: 8px;
  height: 3px;
}

input[type=checkbox]:disabled + span {
  background: #B8C5D5;
  border: 1px solid #B8C5D5;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 1px solid #B8C5D5;
  border-radius: 5rem;
}

input[type=radio]:checked + span:after {
  content: "";
  background-color: #004090;
  position: absolute;
  top: 18%;
  left: 18%;
  width: 12px;
  height: 12px;
  border-radius: 5rem;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked + span:after {
    top: 17%;
  }
}
input[type=radio]:disabled + span {
  background: #F8F8F8;
  border: 1px solid #B8C5D5;
}*/

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover {
  cursor: pointer;
}
select:focus {
  border: 2px solid #004090;
  outline: none;
}

.sw-Select {
  display: block;
  position: relative;
}
.sw-Select::after {
  content: "";
  border-top: 0.2rem solid #2F3C3F;
  border-right: 0.2rem solid #2F3C3F;
  transform: rotateZ(135deg);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  pointer-events: none;
}

.sw-Select_Unit {
  background: #fff;
  border: 1px solid #B8C5D5;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sw-Select_Unit {
    border-radius: 0.8rem;
    padding: 1rem;
  }
}
.sw-Select_Unit option.sw-Select_Item {
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}
.sw-Select_Unit option.sw-Select_Item:hover {
  color: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}

.m-searchBox {
  position: relative;
}

.m-searchBox__Input {
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
  display: block;
  padding: 1rem;
  width: 100%;
}

.m-searchBox__Btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 1rem;
}

.error-text {
  border-radius: 0.25rem;
  color: #E1677C;
  font-size: 1.6rem;
  margin: 0.5rem 0 0;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.m-table_Form {
  border-collapse: collapse;
  width: 100%;
}
.m-table_Form__Heading {
  display: block;
  text-align: left;
  padding: 1.5rem 0 1rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading {
    border-bottom: 0.1rem solid #B8C5D5;
    display: table-cell;
    padding: 3rem 1rem 3rem 0;
    width: 30%;
    vertical-align: top;
  }
}
.m-table_Form__Heading__Caution {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
}
.m-table_Form__Heading .u-icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading .u-icon {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.m-table_Form__Content {
  border-bottom: 0.1rem solid #B8C5D5;
  display: block;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Content {
    display: table-cell;
    padding: 3rem 0;
    width: 70%;
  }
}
.m-table_Form__Unit:first-child th {
  border-top: 0.1rem solid #B8C5D5;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit:first-child td {
    border-top: 0.1rem solid #B8C5D5;
  }
}
.m-table_Form__Unit.-company .m-table_Form__Content__Item {
  display: inline-block;
}
.m-table_Form__Unit.-company .m-table_Form__Content__Item:first-child {
  margin: 0 1rem 0 0;
}
.m-table_Form__Unit.-company label {
  cursor: pointer;
}
.m-table_Form__Unit.-address .m-table_Form__Content__Item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Item {
    width: 100%;
  }
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box:last-of-type {
  margin-bottom: 0;
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box label {
  margin: 0 0 0.5rem 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box label {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-basis: 25%;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box__Item {
    flex-basis: 75%;
  }
}
.m-table_Form__Unit.-address .sw-Select::before {
  content: "";
  border-top: 0.2rem solid #2F3C3F;
  border-right: 0.2rem solid #2F3C3F;
  transform: rotateZ(-45deg);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  pointer-events: none;
}
.m-table_Form__Unit.-address .sw-Select::after {
  margin-top: 0;
}
.m-table_Form__Unit.-kind .m-table_Form__Content__Item {
  display: inline-block;
}
.m-table_Form__Unit.-kind .m-table_Form__Content__Item:first-child {
  margin: 0 1rem 0 0;
}
.m-table_Form__Unit.-kind label {
  cursor: pointer;
}
.m-table_Form__Unit.-department label {
  cursor: pointer;
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Item {
    width: 100%;
  }
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box:last-of-type {
  margin-bottom: 0;
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box label {
  margin: 0 0 0.5rem 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box label {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-basis: 25%;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box__Item {
    flex-basis: 75%;
  }
}

.m-Form__Privacy {
  margin: 4rem 0 0 0;
}
.m-Form__Privacy__Checkbox {
  text-align: center;
}
.m-Form__Privacy__Checkbox label {
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
.m-Form__Privacy__Txt {
  text-align: center;
}
.m-Form__Privacy .error-text {
  text-align: center;
}

.is-1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .is-1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .is-1 {
    font-size: 5rem;
    line-height: 1.3;
  }
}
.is-1.title {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-1.title {
    margin-bottom: 2.5rem;
  }
}

.is-2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .is-2 {
    font-size: 4rem;
  }
}
.is-2.title {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-2.title {
    margin-bottom: 2rem;
  }
}

.is-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .is-3 {
    font-size: 3.2rem;
  }
}
.is-3.title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .is-3.title {
    margin-bottom: 2rem;
  }
}

.is-4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-4 {
    font-size: 2.8rem;
  }
}
.is-4.title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .is-4.title {
    margin-bottom: 1.5rem;
  }
}

.is-5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-5 {
    font-size: 2.4rem;
  }
}
.is-5.title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .is-5.title {
    margin-bottom: 1rem;
  }
}

ul:not([class]), .list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list {
  list-style: none;
  padding-left: 1rem;
}
.list li {
  text-indent: -0.55em;
}
.list li::before {
  background: #EBBF6B;
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}
.list li a {
  color: #333;
}

ul + p {
  margin-bottom: 1rem;
}

ol + p {
  margin-top: 1rem;
}

.m-ol {
  padding-left: 1.8rem;
}
.m-ol__Item {
  margin: 0.8rem auto 0;
}
.m-ol__Item:first-of-type {
  margin-top: 0;
}

.list-kome {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.list-kome::before {
  content: "※";
}

.figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.breadcrumb {
  background: #fff;
  border-top: 0.1rem solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.2rem 0;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  .breadcrumb {
    padding: 1.2rem 0;
    position: relative;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.breadcrumb li {
  color: #333;
  line-height: 1.5;
  margin-right: 2rem;
  position: relative;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb li::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0px;
  border-top: solid 0.2rem #333;
  border-right: solid 0.2rem #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -1.2rem;
  margin-top: -0.2rem;
}
.breadcrumb li:not(:first-child):before {
  margin-left: 1rem;
  margin-right: 1rem;
}
.breadcrumb a {
  color: #333;
  text-decoration: underline;
}

p:not([class]) + p {
  margin-top: 0.5rem;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
a:hover img {
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
a:visited {
  color: #333;
}

.m-txtlink {
  font-weight: bolder;
}
.m-txtlink::after {
  content: "";
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  height: 0.8rem;
  width: 0.8rem;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 0 0.5rem;
}

.m-anchor .container {
  padding: 4rem 0 0;
}
.m-anchor__Unit {
  border-top: 0.1rem solid #b8c5d5;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.m-anchor__Item {
  flex-basis: 50%;
  border-bottom: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item {
    flex-basis: 33.3333333%;
  }
}
.m-anchor__Item:nth-of-type(odd) span {
  border-right: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(3) span {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(6) span {
    border-right: none;
  }
}
.m-anchor__Link {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #004090;
  padding: 1rem 0;
  height: 100%;
}
.m-anchor__Link span {
  display: block;
  padding: 0 1rem;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-anchor__Link span {
    border-right: 0.1rem solid #b8c5d5;
  }
}
.m-anchor__Link span::after {
  content: "";
  border-top: 0.2rem solid #004091;
  border-right: 0.2rem solid #004091;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotateZ(135deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-anchor__Link:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  background: #f2f3f5;
  opacity: 1;
}
.m-anchor__Link:visited {
  color: #004090;
}

.m-tabs__Switch {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0 -1% 2rem;
}
.m-tabs__Switch__Label {
  cursor: pointer;
  flex-basis: 48%;
  margin: 0 1% 2rem;
  background: #b8c5d5;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1000px) {
  .m-tabs__Switch__Label {
    flex-basis: 23%;
  }
}
.m-tabs__Switch__Label.active {
  background: #004090;
  position: relative;
}
.m-tabs__Switch__Label.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #004090;
  display: block;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.m-tabs__Switch__Label.active a {
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label.active a {
    padding: 2rem 3rem;
  }
}
.m-tabs__Switch__Label a {
  color: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label a {
    padding: 1rem 3rem;
  }
}
.m-tabs__Content {
  display: none;
  overflow: hidden;
}
.m-tabs__Content.active {
  display: block;
}

.youtube_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.strength_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.strength_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sw-pager__Unit {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2.8rem;
  list-style: none;
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sw-pager__Unit {
    max-width: 30rem;
    margin: 4rem auto 0;
  }
}
.sw-pager__Item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0.75rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #b8c5d5;
}
.sw-pager__Item a {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}
.sw-pager__Item.-arrow a {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
}
.sw-pager__Item.-arrow a .arrow-next {
  border-top: 0.2rem solid #004090;
  border-right: 0.2rem solid #004090;
  display: inline-block;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0.2rem;
}
.sw-pager__Item.-arrow a .arrow-prev {
  border-top: 0.2rem solid #004090;
  border-left: 0.2rem solid #004090;
  display: inline-block;
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 0.2rem;
}
.sw-pager .cur {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background: #004091;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0.75rem;
  position: relative;
  border-radius: 0.4rem;
}
.sw-pager .cur span {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}

.m-pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .m-pagetop {
    bottom: 2rem;
  }
}

.svg-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.icon-svg {
  fill: #004091;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .icon-svg:hover {
    fill: #fff;
  }
}

/*project*/
@media screen and (min-width: 768px) {
  .l-top .l-header_SP {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .l-top .l-header_SP__Bnr {
    display: block;
  }
}
.l-top .l-header_SP__Logo {
  display: none;
}

.l-top_SectionTitle {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  color: #EBBF6B;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-top_SectionTitle {
    font-size: 4rem;
  }
}
.l-top_SectionTitle .-sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-top_SectionTitle .-sub {
    font-size: 1.4rem;
  }
}

.l-top_Main__MainImg {
  height: 100vh;
  position: relative;
}

.l-top_Main__Slick {
  position: relative;
}
.l-top_Main__Slick__Item {
  position: relative;
}
.l-top_Main__Slick__Item.slick-slide {
  height: 100vh;
}
.l-top_Main__Slick__Item.slick-slide.-animation {
  animation: zoomOut 10s linear 0s normal both;
}
.l-top_Main__Slick__Item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.l-top_Main__MainMsg {
  position: absolute;
  right: 0;
  left: 0;
  top: 8rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-top_Main__MainMsg {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.l-top_Main__MainMsg__Logo {
  max-width: 12rem;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1000px) {
  .l-top_Main__MainMsg__Logo {
    max-width: 17rem;
  }
}
.l-top_Main__MainMsg__Logo.figure + p {
  margin-top: 4rem;
}
.l-top_Main__MainMsg__Logo.fade-in {
  opacity: 1;
}
.l-top_Main__MainMsg__Txt {
  color: #fff;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.5rem;
  margin: 4rem auto 0;
  opacity: 0;
  transition: all 0.8s ease;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  .l-top_Main__MainMsg__Txt {
    font-size: 3.5rem;
    line-height: 2.5;
    margin: 7rem auto 0;
  }
}
.l-top_Main__MainMsg__Txt .-sm {
  display: block;
  font-size: 2.7rem;
}
.l-top_Main__MainMsg__Txt.fade-in {
  opacity: 1;
}
.l-top_Main__MainMsg__Txt__Wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.l-top_Quality {
  background: #000;
}
.l-top_Quality .container {
  padding: 3rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-top_Quality .container {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Quality .container {
    padding: 100px 0 50px;
  }
}
.l-top_Quality__Wrap {
  background: url("../img/top/card1_sp.jpg") no-repeat;
  background-size: cover;
  min-height: 50rem;
  padding: 2.6rem 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-top_Quality__Wrap {
    background: url("../img/top/card1.jpg") no-repeat;
    background-size: cover;
    padding: 4.6rem 4rem;
  }
}
.l-top_Quality__Wrap::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 50rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.l-top_Quality__Unit {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top_Quality__Unit {
    flex-wrap: nowrap;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l-top_Quality__Item {
  flex-basis: 48%;
  margin: 2.3rem 1% 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top_Quality__Item {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-basis: auto;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Quality__Item {
    margin: 4rem 1% 0;
  }
}
.l-top_Quality__Item > a {
  color: #fff;
}
.l-top_Quality__Item > a:visited {
  color: #fff;
}

.l-top_Manufacturing {
  background: #000;
}
.l-top_Manufacturing .container {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-top_Manufacturing .container {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Manufacturing .container {
    padding: 50px 0;
  }
}
.l-top_Manufacturing__Wrap {
  background: url("../img/top/card2_sp.jpg") no-repeat;
  background-size: cover;
  min-height: 50rem;
  padding: 2.6rem 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Manufacturing__Wrap {
    background: url("../img/top/card2.jpg") no-repeat;
    background-size: cover;
    padding: 4.6rem 4rem;
  }
}
.l-top_Manufacturing__Wrap::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 50rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.l-top_Manufacturing__Unit {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top_Manufacturing__Unit {
    flex-wrap: nowrap;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l-top_Manufacturing__Item {
  flex-basis: 48%;
  margin: 2.3rem 1% 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top_Manufacturing__Item {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-basis: auto;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Manufacturing__Item {
    margin: 4rem 1% 0;
  }
}
.l-top_Manufacturing__Item > a {
  color: #fff;
}
.l-top_Manufacturing__Item > a:visited {
  color: #fff;
}

.l-top_Product {
  background: #CECECE;
}
@media screen and (min-width: 768px) {
  .l-top_Product {
    background: #CECECE;
  }
}
.l-top_Product .container {
  padding: 1.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .l-top_Product .container {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Product .container {
    padding: 50px 0 100px;
  }
}
.l-top_Product__Wrap {
  background: url("../img/top/card3_sp.jpg") no-repeat;
  background-size: cover;
  min-height: 50rem;
  padding: 2.6rem 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Product__Wrap {
    background: url("../img/top/card3.jpg") no-repeat;
    background-size: cover;
    padding: 4.6rem 4rem;
  }
}
.l-top_Product__Wrap::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 50rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.l-top_Product__Unit {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top_Product__Unit {
    flex-wrap: nowrap;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l-top_Product__Item {
  flex-basis: 48%;
  margin: 2.3rem 1% 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top_Product__Item {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    flex-basis: auto;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Product__Item {
    margin: 4rem 1% 0;
  }
}
.l-top_Product__Item > a {
  color: #fff;
}
.l-top_Product__Item > a:visited {
  color: #fff;
}

.l-top_Media {
  background: #CECECE;
}
@media screen and (min-width: 768px) {
  .l-top_Media .container {
    padding-top: 0;
  }
}
.l-top_Media .l-top_SectionTitle {
  color: #A5813D;
  text-align: left;
  margin: 0 0 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .l-top_Media .l-top_SectionTitle {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Media .l-top_SectionTitle {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Media .l-top_SectionTitle .-sub {
    font-size: 1.4rem;
    margin: 0.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Media .btn-area {
    max-width: 30.9rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-top_News {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-top_News__Unit {
  list-style: none;
}
.l-top_News__Item {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 0.1rem solid #000;
}
.l-top_News__Item:first-child {
  border-top: 0.1rem solid #000;
}
.l-top_News__Item__Link {
  display: block;
  padding: 1.8rem 3rem 1.8rem 0;
  position: relative;
}
.l-top_News__Item__Link::after {
  content: "";
  border-top: 0.2rem solid #707070;
  border-right: 0.2rem solid #707070;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-top_News__Item__Link .-date {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-top_News__Box {
    flex: 1;
    padding: 0 0 0 3rem;
  }
}

.l-top_Topic {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .l-top_Topic {
    flex-basis: 48%;
    padding-top: 0;
  }
}
.l-top_Topic__Unit {
  list-style: none;
}
.l-top_Topic__Item {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 0.1rem solid #000;
}
.l-top_Topic__Item:first-child {
  border-top: 0.1rem solid #000;
}
.l-top_Topic__Item__Link {
  display: block;
  padding: 1.8rem 3rem 1.8rem 0;
  position: relative;
}
.l-top_Topic__Item__Link::after {
  content: "";
  border-top: 0.2rem solid #707070;
  border-right: 0.2rem solid #707070;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-top_Topic__Item__Link .-number {
  font-size: 1.2rem;
}

.l-top_Recruit {
  background: #000;
}
@media screen and (min-width: 768px) {
  .l-top_Recruit .l-top_SectionTitle {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Recruit .l-top_SectionTitle {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Recruit .l-top_SectionTitle .-sub {
    font-size: 1.4rem;
    margin: 0.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Recruit__Unit {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Recruit__Item {
    flex-basis: 55%;
  }
}
.l-top_Recruit__Img {
  margin: 0 auto 3rem;
  max-width: 18.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top_Recruit__Img {
    flex-basis: 40%;
    max-width: 49.8rem;
    margin: 0;
  }
}
.l-top_Recruit__Leading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin: 1.8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-top_Recruit__Leading {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Recruit .btn-area {
    max-width: 30.9rem;
    margin: 2rem auto 0 0;
  }
}

.l-top_Other {
  background: #000;
}
.l-top_Other .l-top_SectionTitle {
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.l-top_Other .l-top_SectionTitle .-sub {
  font-size: 0.9rem;
}
.l-top_Other .l-top_SectionTitle .-sm {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .l-top_Other__Unit {
    display: flex;
  }
}
.l-top_Other__Item {
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-top_Other__Item {
    flex-basis: 33.333333%;
    margin: 0;
  }
}
.l-top_Other__Item:first-child {
  margin-top: 0;
}
.l-top_Other__Item:last-child {
  margin-bottom: 0;
}
.l-top_Other__Item > a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  min-height: 23rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .l-top_Other__Item > a {
    min-height: 50rem;
  }
}
@media screen and (min-width: 1500px) {
  .l-top_Other__Item > a {
    min-height: 70rem;
  }
}
.l-top_Other__Item > a:hover {
  background: transparent;
}
.l-top_Other__Item.-o-01 {
  position: relative;
  overflow: hidden;
}
.l-top_Other__Item.-o-01::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/top/service1.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.l-top_Other__Item.-o-01:hover::after {
  opacity: 0.8;
  transform: scale(1.1);
}
.l-top_Other__Item.-o-02 {
  position: relative;
  overflow: hidden;
}
.l-top_Other__Item.-o-02::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/top/service2.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.l-top_Other__Item.-o-02:hover::after {
  opacity: 0.8;
  transform: scale(1.1);
}
.l-top_Other__Item.-o-03 {
  position: relative;
  overflow: hidden;
}
.l-top_Other__Item.-o-03::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/top/service3.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.l-top_Other__Item.-o-03:hover::after {
  opacity: 0.8;
  transform: scale(1.1);
}

@media screen and (min-width: 1000px) {
  .-ver02 .l-top_Main__MainMsg__Txt {
    font-size: 2.5rem;
    line-height: 1.7;
    margin: 3rem 0 0 0;
    text-align: center;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
.-ver02 .l-top_Main__MainMsg__Txt__Wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.-ver02 .l-top_News .l-top_SectionTitle {
  color: #A5813D;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News .l-top_SectionTitle {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News__Wrap {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News__Unit {
    flex-basis: 75%;
  }
}
.-ver02 .l-top_News__Item {
  border-bottom: none;
}
.-ver02 .l-top_News__Item:first-child {
  border-top: none;
}
.-ver02 .l-top_News__Item__Link {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1.8rem 0;
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News__Item__Link {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.-ver02 .l-top_News__Item__Link::after {
  display: none;
}
.-ver02 .l-top_News__Item__Link__Thumb {
  flex-basis: 40%;
}
@media screen and (min-width: 768px) {
  .-ver02 .l-top_News__Item__Link__Thumb {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News__Item__Link__Thumb {
    flex-basis: 20%;
  }
}
.-ver02 .l-top_News__Item__Link__Info {
  flex-basis: 55%;
}
@media screen and (min-width: 768px) {
  .-ver02 .l-top_News__Item__Link__Info {
    flex-basis: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver02 .l-top_News__Item__Link__Info {
    flex-basis: 75%;
  }
}
.-ver02 .l-top_News .-title {
  font-size: 1.4rem;
}
.-ver02 .l-top_News .-txt {
  font-size: 1.2rem;
}
.-ver02 .l-top_News .m-txtlink {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}

.l-top_Lead {
  background: url("../img/top/texture.jpg") repeat;
  background-size: cover;
}
.l-top_Lead .container {
  padding: 12rem 0;
}
.l-top_Lead__Txt {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  .l-top_Lead__Txt {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Lead__Txt .-sub {
    font-size: 2rem;
  }
}
.l-top_Lead__Txt__Wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.l-top_About {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-top_About {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top_About__Unit {
    display: flex;
  }
}
.l-top_About__Quality {
  background: url("../img/top/card1_sp.jpg") no-repeat;
  background-size: cover;
  display: block;
  margin: 0 0 1.5rem;
  height: 50rem;
  padding: 2.6rem 1.8rem 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality {
    background: url("../img/top/card1.jpg") no-repeat;
    background-size: cover;
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Quality {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.l-top_About__Quality:hover {
  opacity: 1;
}
.l-top_About__Quality:hover::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_About__Quality__Wrap {
    width: 100%;
  }
}
.l-top_About__Quality__Unit {
  display: flex;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality__Unit {
    display: block;
    margin: 12rem auto;
  }
}
@media screen and (min-width: 1300px) {
  .l-top_About__Quality__Unit {
    margin: 18rem auto;
  }
}
.l-top_About__Quality .l-top_SectionTitle {
  flex-basis: 5%;
  text-align: left;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality .l-top_SectionTitle {
    display: block;
    flex-basis: 100%;
    margin: 0 auto;
    text-align: center;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Quality .l-top_SectionTitle .-sub {
    margin: 0.5rem 0 0 0;
  }
}
.l-top_About__Quality__Lead {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  width: 100%;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality__Lead {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Quality__Lead {
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
.l-top_About__Quality__Lead__Wrap {
  flex-basis: 95%;
  margin: 0 1.5rem 0 0;
  position: relative;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality__Lead__Wrap {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-basis: 100%;
    margin: 3rem auto 0;
    top: 0;
  }
}
.l-top_About__Quality .btn-area {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Quality .btn-area {
    display: none;
  }
}
.l-top_About__Manufacturing {
  background: url("../img/top/card2_sp.jpg") no-repeat;
  background-size: cover;
  display: block;
  height: 50rem;
  padding: 2.6rem 1.8rem 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing {
    background: url("../img/top/card2.jpg") no-repeat;
    background-size: cover;
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Manufacturing {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.l-top_About__Manufacturing:hover {
  opacity: 1;
}
.l-top_About__Manufacturing:hover::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_About__Manufacturing__Wrap {
    width: 100%;
  }
}
.l-top_About__Manufacturing__Unit {
  display: flex;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing__Unit {
    display: block;
    margin: 12rem auto;
  }
}
@media screen and (min-width: 1300px) {
  .l-top_About__Manufacturing__Unit {
    margin: 18rem auto;
  }
}
.l-top_About__Manufacturing .l-top_SectionTitle {
  flex-basis: 5%;
  text-align: left;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing .l-top_SectionTitle {
    display: block;
    flex-basis: 100%;
    margin: 0 auto;
    text-align: center;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Manufacturing .l-top_SectionTitle .-sub {
    margin: 0.5rem 0 0 0;
  }
}
.l-top_About__Manufacturing__Lead {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  width: 100%;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing__Lead {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_About__Manufacturing__Lead {
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
.l-top_About__Manufacturing__Lead__Wrap {
  flex-basis: 95%;
  margin: 0 1.5rem 0 0;
  position: relative;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing__Lead__Wrap {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-basis: 100%;
    margin: 3rem auto 0;
    top: 0;
  }
}
.l-top_About__Manufacturing .btn-area {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Manufacturing .btn-area {
    display: none;
  }
}

.l-top_Products {
  background: #fff;
}
.l-top_Products .container {
  padding-bottom: 0;
}
.l-top_Products .content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Products .content {
    width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .l-top_Products .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-top_Products .content {
    width: 1220px;
  }
}
.l-top_Products__TitleUnit {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-top_Products__TitleUnit {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__TitleUnit {
    flex-basis: 18%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.l-top_Products .l-top_SectionTitle {
  color: #A5813D;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-top_Products .l-top_SectionTitle {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.l-top_Products .l-top_SectionLead {
  margin: 1.5rem 0 0 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-top_Products .l-top_SectionLead {
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 1.5rem 0 0;
  }
}
.l-top_Products__Item {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-top_Products__Item {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Item {
    flex-basis: 80%;
    padding: 0 3rem;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Unit {
    display: flex;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-top_Products * {
  min-width: 0;
  min-height: 0;
}

.l-top_Products__Slick__Item {
  position: relative;
}
.l-top_Products__Slick__Item:hover {
  opacity: 1;
}
.l-top_Products__Slick__Item:hover::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.l-top_Products__Slick__Item:hover img {
  opacity: 1;
}
.l-top_Products__Slick__Item::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.l-top_Products__Slick__Item .-caption {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.l-top_Products__Slick .slick-slide {
  margin: 0 1rem 0 0;
}
.l-top_Products__Slick .slick-list {
  padding: 0 15% 0 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-list {
    padding-right: 0;
  }
}
.l-top_Products__Slick .slick-dots {
  list-style: none;
  margin: 1.4rem 0 0 0;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.l-top_Products__Slick .slick-dots li {
  position: relative;
  margin: 0 1%;
}
.l-top_Products__Slick .slick-dots li.slick-active button::before {
  background: #61A60E;
}
.l-top_Products__Slick .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1rem;
  width: 1rem;
  padding: 0.5rem;
  outline: none;
}
.l-top_Products__Slick .slick-dots li button::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #707070;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.l-top_Products__Slick .slick-arrow {
  display: none;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-arrow {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-arrow.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3.5rem;
    margin: auto;
    height: 10rem;
    width: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-arrow.slick-next::after {
    content: "";
    background: url("../img/common/icon-arrow-next.svg") no-repeat;
    background-size: contain;
    height: 10rem;
    width: 2.2rem;
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-arrow.slick-prev {
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4rem;
    margin: auto;
    height: 10rem;
    width: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Products__Slick .slick-arrow.slick-prev::after {
    content: "";
    background: url("../img/common/icon-arrow-prev.svg") no-repeat;
    background-size: contain;
    height: 10rem;
    width: 2.2rem;
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.-ver03 .l-top_SectionTitle {
  font-size: 4rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_SectionTitle {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_SectionTitle {
    font-size: 7rem;
  }
}
.-ver03 .l-top_SectionTitle .-sub {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_SectionTitle .-sub {
    font-size: 1.4rem;
  }
}
.-ver03 .m-btn.-detail {
  background: #61A60E;
  border-color: #61A60E;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.-ver03 .m-btn.-detail:hover {
  color: #fff;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
.-ver03 .m-btn.-detail:hover::after {
  border-color: #fff;
}
.-ver03 .m-btn.-detail:hover span {
  color: #fff;
}
.-ver03 .m-btn.-detail span {
  padding: 0 2rem;
}
.-ver03 .l-top_Main__Slick__Item.slick-slide.-animation {
  animation: none;
}
.-ver03 .l-top_Quality {
  background: #F7F6F2;
}
.-ver03 .l-top_Quality .container {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality .container {
    padding: 100px 0;
  }
}
.-ver03 .l-top_Quality__Unit {
  display: block;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality__Unit {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.-ver03 .l-top_Quality__Img {
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality__Img {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1140px) {
  .-ver03 .l-top_Quality__Img {
    max-width: 35rem;
  }
}
.-ver03 .l-top_Quality__Item {
  flex-basis: 100%;
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality__Item {
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    margin: 0 0 0 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality__Item {
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .-ver03 .l-top_Quality__Item {
    margin: 0 0 0 8rem;
  }
}
.-ver03 .l-top_Quality__Item__Box {
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality__Item__Box {
    margin: 0;
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality__Item__Box {
    margin: 3rem 0 0 0;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_Quality__Item__Box {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality__Item__Box::before {
    content: "[ QUALITY ]";
    color: #A5813D;
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
    text-align: left;
  }
}
.-ver03 .l-top_Quality__Item__Box__Heading {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_Quality__Item__Box__Heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality__Item__Box__Heading .-br {
    display: none;
  }
}
.-ver03 .l-top_Quality__Item__Box__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  text-align: left;
}
.-ver03 .l-top_Quality__Item__Box__Txt:first-of-type {
  margin-top: 0;
}
.-ver03 .l-top_Quality .l-top_SectionTitle {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #A5813D;
}
.-ver03 .l-top_Quality .l-top_SectionTitle .-sub {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality .l-top_SectionTitle .-sub {
    margin: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Quality .l-top_SectionTitle .-sub {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Quality .btn-area {
    width: 31rem;
    margin: 2.5rem auto 0 0;
  }
}
.-ver03 .l-top_Manufacturing {
  background: #fff;
  position: relative;
}
.-ver03 .l-top_Manufacturing .container {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Manufacturing .container {
    padding: 100px 0;
  }
}
.-ver03 .l-top_Manufacturing__MainImg {
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__MainImg {
    height: auto;
    width: 58%;
    position: absolute;
    top: -2rem;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Manufacturing__MainImg {
    width: 55%;
    top: -5rem;
  }
}
@media screen and (min-width: 1500px) {
  .-ver03 .l-top_Manufacturing__MainImg {
    width: 50%;
    top: -12rem;
  }
}
.-ver03 .l-top_Manufacturing__MainImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-ver03 .l-top_Manufacturing__SubImg {
  max-width: 25rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__SubImg {
    margin: 0;
    position: absolute;
    right: 10%;
    bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Manufacturing__SubImg {
    max-width: 30rem;
    bottom: -2rem;
  }
}
@media screen and (min-width: 1500px) {
  .-ver03 .l-top_Manufacturing__SubImg {
    max-width: 40rem;
    bottom: -10rem;
  }
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__Unit {
    display: block;
  }
}
.-ver03 .l-top_Manufacturing__Item {
  flex-basis: 100%;
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__Item {
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    margin-top: 0;
  }
}
.-ver03 .l-top_Manufacturing__Item__Box {
  margin: 2.5rem 0 0 0;
}
.-ver03 .l-top_Manufacturing__Item__Box__Heading {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_Manufacturing__Item__Box__Heading {
    font-size: 3.2rem;
  }
}
.-ver03 .l-top_Manufacturing__Item__Box__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  text-align: left;
}
.-ver03 .l-top_Manufacturing__Item__Box__Txt:first-of-type {
  margin-top: 0;
}
.-ver03 .l-top_Manufacturing__Item__Box__Txt .-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__Item__Box__Txt .-br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing__TitleUnit {
    text-align: left;
  }
}
.-ver03 .l-top_Manufacturing .l-top_SectionTitle {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #A5813D;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing .l-top_SectionTitle {
    display: inline-block;
    text-align: left;
  }
}
.-ver03 .l-top_Manufacturing .l-top_SectionTitle .-sub {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing .l-top_SectionTitle .-sub {
    margin: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Manufacturing .btn-area {
    width: 31rem;
    margin: 2.5rem auto 0 0;
  }
}
.-ver03 .l-top_Products {
  background: #F7F6F2;
}
.-ver03 .l-top_Products .container {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Products .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .container {
    padding: 100px 0;
  }
}
.-ver03 .l-top_Products .content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Products .content {
    padding-left: 40px;
    padding-right: 40px;
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .content {
    width: 1000px;
  }
}
@media screen and (min-width: 1140px) {
  .-ver03 .l-top_Products .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_Products .content {
    width: 1220px;
  }
}
.-ver03 .l-top_Products__TitleUnit {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products__TitleUnit {
    -moz-flex-direction: row;
    flex-direction: row;
    margin: 0 0 4rem 0;
    position: relative;
  }
}
.-ver03 .l-top_Products__Unit {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-flex-direction: row;
  flex-direction: row;
  margin: 0 -1%;
}
.-ver03 .l-top_Products__Item {
  padding-left: 0;
  flex-basis: 48%;
  margin: 1.5rem 1% 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Products__Item {
    flex-basis: 31.333333%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products__Item {
    flex-basis: 23%;
    margin: 2rem 1% 0;
    padding: 0;
  }
}
.-ver03 .l-top_Products__Item:first-of-type {
  margin-top: 0;
}
.-ver03 .l-top_Products__Item:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_Products__Item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products__Item:nth-of-type(4) {
    margin-top: 0;
  }
}
.-ver03 .l-top_Products__Item__Link {
  display: block;
  position: relative;
}
.-ver03 .l-top_Products__Item__Link::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.-ver03 .l-top_Products__Item__Link:hover {
  opacity: 1;
}
.-ver03 .l-top_Products__Item__Link:hover::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.-ver03 .l-top_Products__Item__Link:hover img {
  opacity: 1;
}
.-ver03 .l-top_Products__Item__Link .-caption {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products__Item__Link .-caption {
    font-size: 2.2rem;
  }
}
.-ver03 .l-top_Products__Item__Link .-caption .-sm {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products__Item__Link .-caption .-sm {
    font-size: 1.4rem;
  }
}
.-ver03 .l-top_Products .l-top_SectionTitle {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #A5813D;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .l-top_SectionTitle {
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
.-ver03 .l-top_Products .l-top_SectionTitle .-sub {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .l-top_SectionTitle .-sub {
    display: none;
  }
}
.-ver03 .l-top_Products .l-top_SectionLead {
  font-size: 2.2rem;
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .l-top_SectionLead {
    margin: 0 0 0 2.5rem;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1300px) {
  .-ver03 .l-top_Products .l-top_SectionLead {
    margin: 0 0 0 3.5rem;
    -moz-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_Products .l-top_SectionLead::before {
    content: "[ PRODUCTS ]";
    color: #A5813D;
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
.-ver03 .l-top_News .l-top_SectionTitle {
  color: #A5813D;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News .l-top_SectionTitle {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News__Wrap {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News__Unit {
    flex-basis: 75%;
  }
}
.-ver03 .l-top_News__Item {
  border-bottom: none;
}
.-ver03 .l-top_News__Item:first-child {
  border-top: none;
}
.-ver03 .l-top_News__Item__Link {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1.8rem 0;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News__Item__Link {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.-ver03 .l-top_News__Item__Link::after {
  display: none;
}
.-ver03 .l-top_News__Item__Link__Thumb {
  flex-basis: 40%;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_News__Item__Link__Thumb {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News__Item__Link__Thumb {
    flex-basis: 20%;
  }
}
.-ver03 .l-top_News__Item__Link__Info {
  flex-basis: 55%;
}
@media screen and (min-width: 768px) {
  .-ver03 .l-top_News__Item__Link__Info {
    flex-basis: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News__Item__Link__Info {
    flex-basis: 75%;
  }
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News .-date {
    font-size: 1.4rem;
  }
}
.-ver03 .l-top_News .-title {
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News .-title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.-ver03 .l-top_News .-txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News .-txt {
    font-size: 1.6rem;
  }
}
.-ver03 .l-top_News .m-txtlink {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .-ver03 .l-top_News .m-txtlink {
    font-size: 1.6rem;
  }
}

.l-top_Sub__Slick {
  margin: 1rem -0.5rem 0;
  position: relative;
}
.l-top_Sub__Slick .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
}
.l-top_Sub__Slick .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.l-top_Sub__Slick__Item {
  margin: 0 0.5rem;
}
.l-top_Sub__Slick .-caption {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.5rem 0 0 0;
  text-align: center;
}
.l-top_Sub__Slick .slick-arrow {
  position: relative;
}
.l-top_Sub__Slick .slick-arrow.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  height: 2rem;
  width: 1rem;
}
.l-top_Sub__Slick .slick-arrow.slick-next::after {
  content: "";
  background: url("../img/common/icon-arrow-wh-next.svg") no-repeat;
  background-size: contain;
  height: 2rem;
  width: 1rem;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-top_Sub__Slick .slick-arrow.slick-prev {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto;
  height: 2rem;
  width: 1rem;
}
.l-top_Sub__Slick .slick-arrow.slick-prev::after {
  content: "";
  background: url("../img/common/icon-arrow-wh-prev.svg") no-repeat;
  background-size: contain;
  height: 2rem;
  width: 1rem;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.l-quality_Main__MainImg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-quality_Main__MainImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.page_link {
  margin: 20px 0 0 0;
}

.page_link a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.2rem;
}

li {
  list-style-type: none;
}

.back_white {
  background-color: #fff;
}

.l-quality_Main__MainMsg {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  height: 70vh;
}
.l-quality_Main__MainMsg__Heading {
  color: #fff;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 0.9rem #333;
}
@media screen and (min-width: 768px) {
  .l-quality_Main__MainMsg__Heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Main__MainMsg__Heading {
    font-size: 6rem;
  }
}
.l-quality_Main__MainMsg__Txt {
  color: #fff;
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.5rem;
  margin: 4rem auto 0;
  transition: all 0.8s ease;
  text-shadow: 0 0 0.9rem #333;
}
@media screen and (min-width: 768px) {
  .l-quality_Main__MainMsg__Txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Main__MainMsg__Txt {
    font-size: 3rem;
    line-height: 2;
    margin: 6rem auto 0;
  }
}

.l-quality_Policy {
  background-color: initial;
  color: #fff;
}
.l-quality_Policy .container {
  padding: 6rem 0 16rem;
}
.l-quality_Policy__Title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-quality_Policy__Title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Policy__Title {
    font-size: 2rem;
  }
}
.l-quality_Policy__Lead {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .l-quality_Policy__Lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Policy__Lead {
    font-size: 2.6rem;
  }
}
.l-quality_Policy__Lead:first-of-type {
  margin: 0 0 1.5rem;
}
.l-quality_Policy__List {
  border-top: 0.1rem solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin: 3.5rem 0 0 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-quality_Policy__List {
    font-size: 1.6rem;
  }
}

.l-quality_ProductionLine__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-quality_ProductionLine__Txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_ProductionLine__Txt {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .l-quality_Test__Unit {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Test__Item {
    flex-basis: 48%;
  }
}
.l-quality_Test__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-quality_Test__Txt {
    font-size: 1.6rem;
  }
}
.l-quality_Test__Img {
  margin: 3.5rem auto 0;
  max-width: 23.7rem;
}
@media screen and (min-width: 768px) {
  .l-quality_Test__Img {
    max-width: 35.7rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_Test__Img {
    flex-basis: 48%;
  }
}

.certification_List_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}

.certification_List_Box {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 1.2rem;
}

.certification_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.certification_Name {
  padding: 10px 0 5px 0;
}

.certification_Summary {
	word-break: normal;
}

.certification_Summary_Annotation {
  font-size: 0.8em;
}

.l-quality_List {
  background-color: #fff;
}

.l-quality_Sub2 {
  position: relative;
}

.l-quality_Sub__SubImg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: flex-start;
}

.l-quality_Sub__SubImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-quality_Sub__SubMsg {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  height: 70vh;
}

.Msg_small {
  display: block;
  font-size: 0.5em;
}

.padding-bottom0 {
  padding-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .l-quality_Sub2 .l-quality_Main__MainMsg__Heading {
    font-size: 4rem;
  }
  .Msg_small {
    font-size: 0.4em;
  }
  /*.l-quality_Sub2 .l-quality_Main__MainMsg__Txt {
      font-size: 1.8rem;
  }*/
  .l-quality_Sub2 .l-quality_Main__MainMsg {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    height: 90vh;
  }
}
@media screen and (min-width: 750px) {
  .certification_List_wrap {
    justify-content: space-between;
  }
  .certification_List_Box {
    width: 48%;
    margin: 0 0 40px 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-quality_ProductionLine__Txt {
    width: 100%;
  }
  .certification_List_wrap {
    justify-content: flex-start;
  }
  .certification_List_Box {
    width: 23%;
    margin: 0 2.6% 60px 0;
  }
  .certification_List_Box:nth-child(4n) {
    margin: 0 0 60px 0;
  }
  .l-quality_Sub2 .l-quality_Main__MainMsg__Heading {
    font-size: 6rem;
  }
}
.l-quality_Policy__2ndLead {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin-top: 50px;
}

.grayback {
  background-color: #EFEFEF;
  padding: 50px 0 0 0;
}

.content90 {
  width: 90%;
  margin: 0 auto;
}

.l-quality_Test__Img {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .l-quality_Policy__2ndLead {
    font-size: 2rem;
  }
  .l-quality_Test__Unit {
    justify-content: space-between;
  }
  .l-quality_Test__Img {
    flex-basis: 40%;
  }
}
/*flow*/
.flow .contet_left {
  width: 90%;
  margin: 0 auto;
}

.flow .contet_right {
  margin-top: 20px;
}

.flow .contet_right ul.list_line {
  width: 90%;
  margin: 0 auto;
}

.flow .contet_right ul.list_line li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flow .contet_right ul.list_line li {
  position: relative;
  display: flex;
}

.flow .contet_right ul.list_line li:before {
  content: "";
  width: 2px;
  display: block;
  background-color: #61A60E;
  left: -3.5%;
  top: 0;
  position: relative;
}

.flow .contet_right ul.list_line li:first-child:before {
  top: 10px;
}

.flow .contet_right ul.list_line li:after {
  width: 3vw;
  height: 3vw;
  content: "";
  border-radius: 999em;
  display: block;
  position: relative;
  position: absolute;
  left: -5%;
  top: 10px;
  background-color: #61A60E;
}

.flow .contet_right ul.list_line li .list_img {
  margin: 15px 0 30px 0;
}

.flow .contet_right ul.list_line li:last-child .list_img {
  margin: 15px 0 0 0;
}

.flow .contet_right ul.list_line li .list_img {
  vertical-align: bottom;
}

.wakuwaku_wrap {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0 auto;
  background-color: #06345a;
  color: #fff;
  text-align: center;
  padding: 0 0 30px 0;
}

.wakuwaku_wrap img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wakuwaku_wrap h2 {
  font-size: 1.8rem;
  width: 90%;
  margin: 20px auto 0 auto;
  letter-spacing: 0.15rem;
}

.wakuwaku a {
  width: 80%;
  display: inline-block;
}

.l-quality_Sub__SubImg picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.type_list_green {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.type_list1 .type_list_green {
  border-bottom: dotted 1px #000;
}

.type_list_green li {
  width: 31%;
  text-align: center;
  background-color: #206c2b;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list_green li:nth-child(3n) {
  margin: 0 0 7px 0;
}

.type_list_brown {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.type_list_brown li {
  width: 31%;
  text-align: center;
  background-color: #8f6439;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list_pink li {
  width: 31%;
  text-align: center;
  background-color: #b94a3f;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list1 h2 span, .type_list2 h2 span, .type_list3 h2 span {
  font-size: 80%;
}

@media screen and (min-width: 1000px) {
  .flow {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  .flow .contet_left {
    width: 35%;
    position: sticky;
    top: 0;
    margin: 0;
  }
  .flow .contet_right {
    width: 60%;
    margin-top: 0;
  }
  .flow .contet_right ul.list_line li:after {
    width: 20px;
    height: 20px;
    left: -35px;
    top: 20px;
  }
  .flow .contet_right ul.list_line li:first-child:after {
    top: 20px;
  }
  .flow .contet_right ul.list_line li:first-child:before {
    top: 20px;
  }
  .flow .contet_right ul.list_line li:before {
    left: -25px;
  }
}/*# sourceMappingURL=style.css.map */