@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}
ul li, ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:hover, a:visited {
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-block-start: 0;
  -webkit-margin-block-end: 0;
  -webkit-margin-inline-start: 0;
  -webkit-margin-inline-end: 0;
}

body {
  color: #000;
}

a:link, a:visited {
  text-decoration: none;
}

@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*==================================================
	Project layout
==================================================*/
body {
  line-height: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-selif;
  font-size: 16px;
  line-height: 1rem;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

/*==================================================
	Header
==================================================*/
header {
  border-top: solid 25px #534741;
  padding: 120px 0;
}
header h1 {
  width: 412px;
  margin: 0 auto;
}
header h2 {
  margin-bottom: 1rem;
  font-family: sans-serif;
  text-align: center;
  font-weight: 100;
  color: #534741;
}

div.header-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 720px;
  margin: 0 auto;
}

/*==================================================
  TopContents
==================================================*/
.inner-720, .inner-1680 {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 719px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1680 {
  width: 99%;
  max-width: 1680px;
}
.inner-720 {
  width: 90%;
  max-width: 720px;
}

section.front-top {
  padding-bottom: 90px;
}
section.front-top .brand-title {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: left;
  padding-left: 1em;
  border-bottom: solid 1px #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
}
section.front-top .brand-title h1 {
  font-size: 25px;
  font-family: serif;
}
section.front-top .brand-title img {
  width: 50px;
}
section.front-top a {
  display: block;
}
section.front-top a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 3px 3px #ccc;
          box-shadow: 0 0 3px 3px #ccc;
}
section.front-top figure.logo {
  width: 164px;
  margin: 20px auto;
}
section.front-top h3 {
  padding-bottom: 1em;
  line-height: 1em;
  font-size: 1.2rem;
}
section.front-top .top-brand-cpy {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  text-align: left;
  text-align: justify;
}
section.front-top .w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 70%;
  margin: 0 auto;
  margin-top: 7em;
  margin-bottom: 3em;
}
section.front-top .w-btn div {
  width: 33%;
}
section.front-top .w-btn div a img {
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
section.front-top .w-btn div a img:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
section.front-top .w-btn div a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.front-top div.syty-btn {
  width: 25%;
  margin: 5% auto;
}
section.front-top div.syty-btn a img {
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}
section.front-top div.syty-btn a img:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
section.front-top div.syty-btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*==================================================
  middleContents
==================================================*/
section.front-middle {
  padding-bottom: 65px;
  border-top: solid 10px #534741;
  background-color: #f2f2f2;
}
section.front-middle h3 {
  margin-bottom: 0.5em;
  line-height: 1em;
  font-weight: 500;
  font-size: 2rem;
}
section.front-middle p {
  line-height: 1.8em;
}
section.front-middle h1 {
  font-size: 25px;
  margin-top: 3em;
  margin-bottom: 0.8em;
  font-weight: 200;
}
section.front-middle .underline {
  width: 30px;
  margin: 0 auto;
  border-bottom: solid 2px #000;
  margin-bottom: 3em;
}

div.sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.sns-area > a {
  display: block;
  margin: 0 1em 1em;
  line-height: 1em;
  font-size: 2em;
  color: #000;
}
div.sns-area > a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: brown;
}

/*==================================================
  BottomContents
==================================================*/
div.bottom {
  padding-bottom: 1em;
  padding-top: 1em;
}
div.bottom figure {
  width: 55px;
  margin: 0 10px;
}

div.link-coop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*==================================================
  Footer
==================================================*/
footer {
  background: #534741;
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 3em;
}
footer .inner-960 {
  width: 960px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}
footer .footer-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-three .footer-logo {
  width: 200px;
}
footer .footer-three .footer-logo img {
  width: 100%;
}
footer .footer-three .footer-cpy p {
  font-size: 12px;
  text-align: left;
  font-weight: 200;
}
footer .footer-three .footer-sns {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-three .footer-sns a {
  width: 35px;
}
footer .footer-three .footer-sns a img {
  width: 100%;
}
footer .footer-cpyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-top: 3em;
}

div#topagetop {
  position: fixed;
  z-index: 10;
  right: 7%;
  bottom: 3%;
  width: 75px;
}
div#topagetop img {
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 5px #000);
          filter: drop-shadow(5px 5px 5px #000);
}
div#topagetop img:hover {
  cursor: pointer;
}

/*==================================================
	10.ProductUtilitys
==================================================*/
div.flx-3col-spbt {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
div.flx-3col-spbt > div {
  width: 30%;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.fadeinactive {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mg-tp-1em {
  margin-top: 1em;
}
.mg-bt-1em {
  margin-bottom: 1em;
}
.mg-bt-2em {
  margin-bottom: 2em;
}
.mg-bt-3em {
  margin-bottom: 3em;
}
.mg-bt-5em {
  margin-bottom: 5em;
}
.mg-bt-8em {
  margin-bottom: 8em;
}
.mg-bt-10em {
  margin-bottom: 10em;
}
.mg-lt-1em {
  margin-left: 1em;
}
.mg-lt-2em {
  margin-left: 2em;
}

.pd-all-1em {
  padding: 1em;
}
.pd-all-2em {
  padding: 2em;
}
.pd-vr-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pd-vr-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pd-vr-3em {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pd-vr-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
.pd-vr-1p {
  padding-top: 1%;
  padding-bottom: 1%;
}
.pd-vr-2p {
  padding-top: 2%;
  padding-bottom: 2%;
}
.pd-vr-3p {
  padding-top: 3%;
  padding-bottom: 3%;
}
.pd-vr-4p {
  padding-top: 4%;
  padding-bottom: 4%;
}
.pd-vr-5p {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pd-vr-8p {
  padding-top: 8%;
  padding-bottom: 8%;
}
.pd-vr-10p {
  padding-top: 10%;
  padding-bottom: 10%;
}
.pd-tp-1em {
  padding-top: 1em;
}
.pd-tp-2em {
  padding-top: 2em;
}
.pd-tp-3em {
  padding-top: 3em;
}
.pd-tp-1p {
  padding-top: 1%;
}
.pd-tp-2p {
  padding-top: 2%;
}
.pd-tp-3p {
  padding-top: 3%;
}
.pd-tp-5p {
  padding-top: 5%;
}
.pd-tp-8p {
  padding-top: 8%;
}
.pd-tp-10p {
  padding-top: 10%;
}
.pd-bt-1em {
  padding-bottom: 1em;
}
.pd-bt-2em {
  padding-bottom: 2em;
}
.pd-bt-3em {
  padding-bottom: 3em;
}
.pd-bt-4em {
  padding-bottom: 4em;
}
.pd-bt-5em {
  padding-bottom: 5em;
}
.pd-bt-1p {
  padding-bottom: 1%;
}
.pd-bt-2p {
  padding-bottom: 2%;
}
.pd-bt-3p {
  padding-bottom: 3%;
}
.pd-bt-5p {
  padding-bottom: 5%;
}
.pd-bt-8p {
  padding-bottom: 8%;
}
.pd-bt-10p {
  padding-bottom: 10%;
}
.pd-bt-15p {
  padding-bottom: 15%;
}

.retina img {
  width: 100%;
}

figure img {
  width: 100%;
  line-height: 0;
}
figure video {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  text-align: center;
}
figure.brdr-gry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure.brdr-gry img {
  line-height: 0;
  border: thin solid #999;
}

figcaption {
  line-height: 1.4em;
}
figcaption.cntr {
  text-align: center;
}

.font-wt {
  font-weight: 100;
}
.font-wl {
  font-weight: 300;
}
.font-wn {
  font-weight: 400;
}
.font-wb {
  font-weight: 700;
}
.font-sz-xsm {
  font-size: 0.6rem;
}
.font-sz-sm {
  font-size: 0.8rem;
}
.font-sz-md {
  font-size: 1.2rem;
}
.font-sz-lg {
  font-size: 1.5rem;
}
.font-sz-xlg {
  font-size: 2rem;
}
.font-fm-min {
  font-family: "Noto Serif JP", serif;
}

/*==================================================
  company page
==================================================*/
.page-header {
  position: fixed;
  background-color: #FFF;
  z-index: 1001;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
}
.page-header .pageheader-contents {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header .pageheader-contents .pageheader-logo {
  width: 300px;
  min-width: 200px;
}
.page-header .pageheader-contents .pageheader-logo img {
  width: 100%;
}
.page-header .pageheader-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 2em;
}
.page-header .pageheader-contents ul li {
  padding: 0 2em;
}
.page-header .pageheader-contents ul .contact {
  position: relative;
  background-color: #534741;
  border: 1px solid #fff;
  border-radius: 1000px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1em;
  padding-top: 1em;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

.philosophy-bg {
  height: 500px;
  background-image: url(../../images/back-philosophy.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border-top: 175px solid #534741;
  background-position: center;
}

.philosophy-main .philosophy-main-cpy {
  font-family: serif;
  margin-bottom: 10em;
}
.philosophy-main .philosophy-main-cpy h1 {
  font-size: 50px;
  margin-bottom: 1em;
}
.philosophy-main .philosophy-main-cpy .underline {
  width: 80px;
  border-bottom: solid 3px #00004b;
  margin: 0 auto;
  margin-bottom: 2em;
}
.philosophy-main .philosophy-main-cpy h3 {
  line-height: 2.8;
  font-size: 22px;
}

.philosophy-main-second-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.philosophy-main-second-flex div {
  width: 50%;
}
.philosophy-main-second-flex div img {
  width: 100%;
}
.philosophy-main-second-flex div h1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 54px;
  line-height: initial;
  font-weight: 600;
  margin: 0 auto;
  padding-top: 1em;
  letter-spacing: 3.5;
  color: #534741;
}
.philosophy-main-second-flex div h1 span {
  font-weight: 100;
}
.philosophy-main-second-flex div p {
  color: #534741;
  font-size: 20px;
  margin-top: 1em;
  font-weight: 200;
}
.philosophy-main-second-flex div p strong {
  margin-left: 1em;
  font-weight: 400;
  font-size: 25px;
}

.cpyandimg {
  margin-top: 5em;
  text-align: left;
  margin-bottom: 8em;
}
.cpyandimg p {
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
}
.cpyandimg img {
  float: right;
  width: 360px;
  margin-left: 1em;
}

.cpyandimg2 {
  margin-top: 2em;
  text-align: left;
  margin-bottom: 8em;
}
.cpyandimg2 .bar {
  float: right;
  width: 1px;
  height: 150px;
}
.cpyandimg2 p {
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
}
.cpyandimg2 img {
  float: right;
  clear: both;
  width: 280px;
  background-color: blue;
  margin-left: 1.5em;
  margin-top: 1em;
}

.cpyandimg3 {
  margin-top: 2em;
  text-align: left;
  margin-bottom: 4em;
}
.cpyandimg3 .bar {
  float: right;
  width: 1px;
  height: 500px;
}
.cpyandimg3 p {
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
}
.cpyandimg3 img {
  float: right;
  clear: both;
  width: 200px;
  background-color: blue;
  margin-left: 1.5em;
  margin-top: 1em;
  margin-right: 2em;
}

.contentsimg3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentsimg3 img {
  width: 95%;
}

.cpyandimg::after {
  content: "";
  display: block;
  clear: both;
}

.philosophy-main-third {
  margin-top: 8em;
  text-align: left;
}
.philosophy-main-third div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}
.philosophy-main-third div h1 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 3.5px;
  margin-left: 0.5em;
  padding-top: 0.4em;
}
.philosophy-main-third div img {
  width: 18px;
}
.philosophy-main-third p {
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
}
.philosophy-main-third h3 {
  font-weight: 300;
  font-size: 22px;
  border-bottom: solid 1px #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
}
.philosophy-main-third .third-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.philosophy-main-third .third-flex .third-cpy {
  width: 50%;
}
.philosophy-main-third .third-flex .contentsimg {
  width: 45%;
  display: block;
}
.philosophy-main-third .third-flex .contentsimg img {
  width: 100%;
}
.philosophy-main-third .contentsimg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.philosophy-main-third .contentsimg2 img {
  width: 95%;
}

.profile-logo {
  width: 400px;
  margin: 0 auto;
  margin-top: 12em;
  margin-bottom: 12em;
}
.profile-logo img {
  width: 100%;
}

.profile-bg {
  width: 65%;
  min-width: 600px;
  background-image: url(../../images/back-profile.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  padding-top: 200px;
  padding-bottom: 200px;
}
.profile-bg h1 {
  font-size: 43px;
  margin-bottom: 1em;
  font-family: serif;
  letter-spacing: 30px;
}
.profile-bg .underline {
  width: 140px;
  border-bottom: solid 2.5px #00004b;
  margin: 0 auto;
}

.profile {
  margin-bottom: 4em;
}
.profile table {
  margin-left: auto;
  margin-right: auto;
}
.profile table tr {
  font-size: 0.9em;
  border-bottom: solid 1.4px #000;
  border-top: solid 1.4px #000;
}
.profile table tr th {
  background-color: #eeefef;
  padding: 2em;
  font-weight: 300;
}
.profile table tr td {
  text-align: left;
  padding: 2em;
  line-height: 2;
  font-weight: 300;
}
.profile table tr td span {
  font-weight: 600;
}