@charset "UTF-8";
@media (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-hidden_sp {
    display: none;
  }
}

.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf::after,
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

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

a {
  text-decoration: none;
  color: inherit;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col .col--txt {
  width: 480px;
}

.col .col--txt p {
  margin-bottom: 40px;
}

.col .col--img {
  width: calc(100% - 480px);
}

@media (max-width: 767px) {
  .col {
    display: block;
  }
  .col .col--txt {
    width: auto;
  }
  .col .col--txt p {
    margin-bottom: 20px;
  }
  .col .col--img {
    width: auto;
    max-width: 500px !important;
    margin: 20px auto 0;
  }
}

table {
  width: 100%;
}

@media (max-width: 767px) {
  table {
    display: block;
  }
  table tbody,
  table tr,
  table th,
  table td {
    width: 100% !important;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ttl_section {
  font-size: 5.0rem;
  font-family: "Cormorant", serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 80px;
  position: relative;
}

.ttl_section::after {
  position: absolute;
  content: '';
  width: 60px;
  bottom: 0;
  border-bottom: dashed 2px #707070;
}

@media (max-width: 767px) {
  .ttl_section {
    font-size: 4.0rem;
    margin-bottom: 40px;
  }
  .ttl_section::after {
    position: absolute;
    content: '';
    width: 60px;
    bottom: 0;
    border-bottom: dashed 2px #707070;
  }
}

.ttl_block {
  margin-bottom: 60px;
  line-height: 1;
}

.ttl_block .ttl_block--main {
  font-size: 3.2rem;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: 500;
}

.ttl_block em {
  font-size: 4.0rem;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .ttl_block {
    margin-bottom: 20px;
  }
  .ttl_block .ttl_block--main {
    font-size: 2.5rem;
  }
  .ttl_block em {
    font-size: 3.0rem;
  }
}

/* googlemapやyoutube */
.iframe_wrap {
  position: relative;
  padding-top: calc(100% * 3.8/ 16);
  height: 0;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
}

.wrap {
  min-width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  .wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1120px;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

main {
  display: block;
}

@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

.totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .totop {
    width: 44px;
    height: 44px;
  }
}

header {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin: 5px 0;
  padding: 10px 0;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav_btn {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
}

@media (min-width: 768px) {
  .gnav_btn {
    display: none;
  }
}

.is-open .gnav_btn--line {
  background: #fff;
}

.is-open ~ .gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0.97;
  -webkit-box-shadow: 0 0px 10px rgba(17, 41, 123, 0.5);
          box-shadow: 0 0px 10px rgba(17, 41, 123, 0.5);
}

.gnav_btn--line {
  position: absolute;
  left: 15%;
  display: block;
  width: 70%;
  height: 2px;
  background: #5371a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gnav_btn--line:first-child {
  top: 23%;
}

.gnav_btn--line:nth-child(2) {
  top: 48%;
  opacity: 1;
}

.gnav_btn--line:last-child {
  top: 72%;
}

.gnav_btn.is-open .gnav_btn--line {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gnav_btn.is-open .gnav_btn--line:first-child {
  top: 48%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnav_btn.is-open .gnav_btn--line:nth-child(2) {
  display: none;
  opacity: 0;
}

.gnav_btn.is-open .gnav_btn--line:last-child {
  top: 48%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .gnav {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: 0;
    width: 300px;
    background: #5371a1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20% 0px;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    -webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease;
    transition: opacity 2s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 2s ease;
    transition: transform 0.5s ease, opacity 2s ease, -webkit-transform 0.5s ease;
    z-index: 5;
  }
  .gnav ul {
    display: block;
  }
  .gnav li {
    display: block;
    text-align: center;
  }
}

.gnav--main_list {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnav--main_list a {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
  padding: 0 25px;
  background: url(../img/common/nav_divider_line.svg) no-repeat 100% center;
}

.gnav--main_list .gnav--item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gnav--main_list .gnav--item:last-child a {
  background: none;
}

@media (max-width: 767px) {
  .gnav--main_list {
    width: auto;
  }
  .gnav--main_list a {
    padding: 10px 0;
    display: block;
    color: #fff;
    background: none;
  }
}

.gnav--other_list {
  text-align: right;
  margin-bottom: 10px;
}

.gnav--other_list .gnav--call {
  background: url(../img/common/icon_call.svg) no-repeat 10px center;
  font-size: 2.4rem;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 5px 10px 5px 35px;
}

.gnav--other_list .gnav--fax {
  font-size: 1.5rem;
  margin-right: 45px;
}

@media (max-width: 767px) {
  .gnav--other_list {
    text-align: left;
  }
  .gnav--other_list .gnav--item {
    margin-top: 10px;
  }
  .gnav--other_list .gnav--call {
    background-size: 12px;
    background-color: #fff;
    font-size: 1.8rem;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 5px 10px 5px 35px;
  }
  .gnav--other_list .gnav--fax {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0px;
  }
}

footer {
  background: #EEEEEE;
  padding-top: 100px;
}

footer .recruit--banner {
  position: relative;
  background-color: #fff;
  max-width: 340px;
  margin: -160px auto 0;
  padding: 0 2px 2px;
}

footer .recruit--banner:after {
  position: absolute;
  content: '';
  bottom: -15px;
  right: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 3px;
  height: 22px;
  background-color: #C4C4C4;
}

footer .recruit--banner--inner {
  width: 335px;
  text-align: center;
  padding: 17px 0px 13px;
  border-top: groove 2px #C4C4C4;
  border-bottom: groove 2px #C4C4C4;
  margin: 0px 5px 5px;
}

footer .recruit--banner--inner::before, footer .recruit--banner--inner::after {
  position: absolute;
  content: '';
  top: 6px;
  width: 2px;
  height: 90%;
  background-color: #C4C4C4;
}

footer .recruit--banner--inner::before {
  left: -8px;
}

footer .recruit--banner--inner::after {
  right: -8px;
}

footer p {
  font-size: 1.4rem;
  line-height: 2;
}

footer p em {
  font-weight: bold;
  margin-right: 5px;
}

footer p span {
  font-weight: bold;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
}

@media (max-width: 767px) {
  footer .recruit--banner {
    max-width: 340px;
    width: 90%;
  }
  footer .recruit--banner--inner {
    max-width: 335px;
    width: 90%;
  }
}

.footer_top {
  text-align: center;
  padding: 50px 0 10px;
}

.footer_top .footer_top--logo {
  margin-bottom: 15px;
}

.footer_top .footer_top--contact-call {
  max-width: 320px;
  display: block;
  margin: auto;
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  padding: 4px 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_top .footer_top--contact-call span {
  font-size: 2.0rem;
  font-weight: 500;
}

.footer_top .footer_top--contact-call span::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: url(../img/common/icon_call_fotter.svg);
}

.footer_top .footer_top--contact-fax {
  margin-bottom: 30px;
}

.footer_top .footer_top--insta {
  font-size: 2.0rem;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
}

.footer_top .footer_top--insta::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: url(../img/common/icon_instagram_fotter.svg);
}

.footer_bottom {
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  color: #fff;
  background: #393939;
}

.footer_bottom small {
  font-size: 1.4rem;
}

.site_mv {
  background: url(../img/top/mv.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 240px 0;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .site_mv {
    margin-bottom: 40px;
    background-size: 100% auto;
    padding: 0;
  }
  .site_mv .site_mv--catch {
    width: 60%;
    margin: auto;
    padding: 35px 0px;
  }
}

.section_brand {
  margin-bottom: 180px;
}

.section_brand .ttl_block-brand {
  margin-bottom: 100px;
  padding-top: 5px;
  border-bottom: solid 1px #707070;
  position: relative;
}

.section_brand .ttl_block-brand::after {
  position: absolute;
  content: url(../img/top/brand_icon_01.svg);
  bottom: -5px;
  left: 0;
  height: 16px;
}

.section_brand .ttl_block-brand .ttl_block--sup {
  font-size: 2.0rem;
  font-family: "Cormorant", serif;
  font-weight: 600px;
}

.section_brand .ttl_block-brand .ttl_block--main {
  display: inline-block;
  font-size: 3.8rem;
  padding: 20px 15px 15px;
}

.section_brand .col--txt p {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .section_brand {
    margin-bottom: 50px;
  }
  .section_brand .ttl_block-brand {
    margin-bottom: 25px;
  }
  .section_brand .ttl_block-brand .ttl_block--main {
    font-size: 3.0rem;
  }
  .section_brand .col--txt p {
    padding-right: 0px;
  }
}

.section_product {
  padding-bottom: 60px;
}

.section_product .ttl_section-product {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #EEEEEE), color-stop(64%, #fff));
  background: linear-gradient(180deg, #EEEEEE 65%, #fff 64%);
  text-align: center;
  padding: 100px 0 40px;
}

.section_product .ttl_section-product::after {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.section_product .reverse .col--txt {
  text-align: right;
}

.section_product .reverse .col--img {
  position: relative;
  left: -120px;
}

.section_product .reverse .col_product--catch::before {
  right: 0;
  left: auto !important;
}

.section_product .reverse .col_product--txt {
  padding-right: 0 !important;
  padding-left: 128px;
  text-align: left;
}

.section_product .col_product {
  margin-bottom: 40px;
}

.section_product .col_product .col--txt {
  padding-top: 40px;
}

.section_product .col_product .col--img {
  position: relative;
}

.section_product .col_product .col--img img {
  max-width: 763px;
}

.section_product .col_product--txt {
  padding-right: 128px;
}

.section_product .col_product--txt li {
  background: url(../img/top/product_icon_circle.svg) no-repeat 0 7px;
  padding-left: 15px;
}

.section_product .col_product--catch {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  padding: 10px 15px;
  border-bottom: solid 1px #707070;
  position: relative;
}

.section_product .col_product--catch::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  border-top: solid 1px #707070;
}

.section_product .col_product--list {
  width: 1000px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #EEEEEE;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 50px;
  margin: 0 0 150px 60px;
}

.section_product .col_product--list li {
  width: 50%;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
  background: url(../img/top/product_icon_start.svg) no-repeat 0 center;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section_product .col_product {
    min-width: 1024px;
  }
}

@media screen and (max-width: 1200px) {
  .section_product {
    /*　画面サイズが1024pxからはここを読み込む　*/
  }
  .section_product .reverse .col--img {
    left: 0px;
  }
  .section_product .col_product .col--img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section_product {
    padding-bottom: 30px;
  }
  .section_product .ttl_section-product {
    padding: 50px 0 15px;
  }
  .section_product .reverse .col--txt {
    text-align: left;
  }
  .section_product .reverse .col_product--catch::before {
    right: auto;
  }
  .section_product .reverse .col_product--txt {
    padding-left: 0px;
  }
  .section_product .col_product {
    margin-bottom: 40px;
  }
  .section_product .col_product .col--txt {
    padding-top: 20px;
  }
  .section_product .col_product--txt {
    padding-right: 0px;
  }
  .section_product .col_product--catch {
    font-size: 1.8rem;
    padding: 10px;
  }
  .section_product .col_product--list {
    width: auto;
    display: block;
    padding: 15px;
    margin: 0 auto 50px;
  }
  .section_product .col_product--list li {
    background-size: 20px;
    background-position: 0px 10px;
    padding-left: 30px;
    margin: 0;
    width: auto;
  }
}

.company {
  background-color: #F6F6F6;
  padding: 80px 0 135px;
}

.company .ttl_section-company {
  padding-bottom: 30px;
}

.company .ttl_section-company:after {
  left: 0;
}

.company .col--img {
  width: auto;
}

.company .col--table {
  width: 510px;
}

.company .col--table th,
.company .col--table td {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 8px 10px;
}

.company .col--table th {
  width: 140px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
  border-bottom: solid 2px #707070;
  border-right: solid 10px #f6f6f6;
}

.company .col--table td {
  border-bottom: dashed 1px #707070;
}

@media (max-width: 767px) {
  .company {
    padding: 40px 0px;
  }
  .company .col--table {
    width: auto;
  }
  .company .col--table th,
  .company .col--table td {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px 10px;
  }
  .company .col--table th {
    width: 140px;
    border-bottom: dashed 1px #ccc;
    border-right: none;
  }
  .company .col--table td {
    border-bottom: solid 2px #707070;
  }
}

.access {
  padding: 100px 0;
}

.access .ttl_section-access {
  text-align: center;
  padding-bottom: 30px;
}

.access .ttl_section-access:after {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.access .access--address {
  text-align: center;
  margin-bottom: 45px;
}

.access .access--btn {
  text-align: right;
  margin-top: 30px;
}

.access .access--btn a {
  font-size: 1.8rem;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
}

.access .access--btn a::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  content: url(../img/top/access_btn_icon.svg);
}

@media (max-width: 767px) {
  .access {
    padding: 40px 0 100px;
  }
  .access .iframe_wrap {
    padding-top: calc(100% * 10/ 16);
  }
}
