@charset "UTF-8";
/* CSS Document */
/*recet.css-pc/sp-*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Zen Kaku Gothic New', sans-serif;*/
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #000000;
}

li {
  list-style-type: none;
}

/*-----------------
   共通 
   -----------------*/
section {
  width: 100%;
  min-width: 980px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  section {
    min-width: auto;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp_none {
    display: none;
  }
}

/*TOPへ戻るボタン*/
div.btn_pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
}
@media screen and (max-width: 900px) {
  div.btn_pagetop {
    width: 0;
  }
}
div.btn_pagetop a img {
  width: 100%;
}

/*-----------------
   TOP 
   -----------------*/
/* ヘッダー */
header {
  max-width: 1280px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  header {
    position: fixed;
    background-color: #fff;
    height: 80px;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  header {
    height: 62px;
  }
}
header div.h_logo {
  width: 208px;
  padding: 0 0 0 53px;
}
@media screen and (max-width: 900px) {
  header div.h_logo {
    width: 30%;
  }
}
@media screen and (max-width: 744px) {
  header div.h_logo {
    width: 40%;
    padding: 0 0 0 5%;
  }
}
header div.h_logo p {
  font-size: 0.75rem;
  color: #19283C;
  text-align: center;
}
@media screen and (max-width: 744px) {
  header div.h_logo p {
    font-size: 0.5rem;
  }
}
header div.h_logo h1 {
  width: 203px;
  height: 29px;
  padding-top: 5px;
}
@media screen and (max-width: 900px) {
  header div.h_logo h1 {
    width: 100%;
    height: auto;
    padding-top: 4%;
  }
}
header div.h_logo h1 img {
  width: 100%;
  height: 100%;
}

header div.hamburger {
  width: 587px;
  height: 100%;
  margin: 0 0 0 auto;
  /*0 0 0 435px*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  header div.hamburger {
    width: 60%;
    margin: 0 5% 0 0;
  }
}
header div.hamburger div.global_nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  header div.hamburger div.global_nav {
    display: none;
  }
}
header div.hamburger div.global_nav div.f_left {
  display: inline-block;
  width: 449px;
}
header div.hamburger div.global_nav div.f_first {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 384px;
  height: 24px;
  padding: 0 63px 23px 0;
}
header div.hamburger div.global_nav img {
  width: 14px;
  height: 14px;
}
header div.hamburger div.global_nav p.h_ct {
  font-size: 0.8rem;
  /*13px*/
  color: #4F4F4F;
  margin: 0 0 0 7px;
  padding: 0 25px 0 0;
  border-right: 1px solid #4F4F4F;
}
header div.hamburger div.global_nav p.h_tel {
  font-size: 1.1rem;
  /*18px*/
  color: #4F4F4F;
  padding: 0 0 0 15px;
}
header div.hamburger div.global_nav p.h_tel span {
  font-size: 1rem;
  /*16px*/
}
header div.hamburger #menu-input:checked ~ .global_nav {
  display: block;
  position: fixed;
  top: 80px;
  width: calc(100vw - 10%);
  height: 85%;
  /*calc(100vh - 15%)*/
  background-color: #1E46AF;
  margin: 0 -5% 10% 0;
  /*0 -5% 0 0*/
  padding: 5% 5% 10% 5%;
  z-index: 5;
  overflow-y: auto;
}
@media screen and (max-width: 744px) {
  header div.hamburger #menu-input:checked ~ .global_nav {
    top: 62px;
  }
}
@media screen and (max-width: 900px) {
  header div.hamburger #menu-input:checked ~ .global_nav div.f_left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 62px);
    position: relative;
  }
  header div.hamburger #menu-input:checked ~ .global_nav div.f_first {
    justify-content: center;
    order: 1;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    bottom: 0;
  }
  header div.hamburger #menu-input:checked ~ .global_nav nav {
    width: 100%;
    height: 100%;
  }
  header div.hamburger #menu-input:checked ~ .global_nav nav ul {
    display: block;
  }
  header div.hamburger #menu-input:checked ~ .global_nav nav ul li {
    font-size: 1rem;
    padding: 20px 0; /*24px 0*/
    text-indent: 1em;
    border-bottom: 1px solid #AFBEDC;
  }
  header div.hamburger #menu-input:checked ~ .global_nav nav ul li a {
    color: #fff;
  }
  header div.hamburger #menu-input:checked ~ .global_nav img {
    width: 6%;
    height: 6%;
    min-width: 17px;
    min-height: 17px;
  }
}
header div.hamburger #menu-input:checked ~ .global_nav p.h_ct {
  color: #fff;
  border-right: 1px solid #fff;
  letter-spacing: 0.08em;
}
header div.hamburger #menu-input:checked ~ .global_nav p.h_tel {
  font-size: 1.25rem;
  color: #fff;
}
header div.hamburger #menu-input:checked ~ .global_nav p.h_tel span {
  font-size: 1.2rem;
}
header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 25%;
  width: 90%;
  height: auto;
  border: 2px solid #fff;
  padding: 5% 0;
}
header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store a {
  width: 100%;
}
header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store img {
  width: 3%;
  height: auto;
  margin: 0 7% auto auto;
}
@media screen and (max-width: 744px) {
  header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store img {
    width: 7%;
  }
}
header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store p {
  width: 90%;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding-left: 5%;
  margin: -3.5% 0 0 0;
  text-align: left;
}
@media screen and (max-width: 744px) {
  header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store p {
    margin: -7% 0 0 0;
  }
}
header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store p span {
  display: inline-block;
  width: 50%;
  padding-left: 5%;
  font-size: 0.75rem;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 900px) {
  header div.hamburger #menu-input:checked ~ .global_nav div.h_btn_store p span {
    font-size: 1rem;
  }
}

header div.global_nav nav {
  width: 375px;
  height: 24px;
}
header div.global_nav nav ul {
  display: flex;
}
header div.global_nav nav ul li {
  font-size: 0.95rem;
  padding-right: 38px;
}
header div.global_nav nav ul li:last-child {
  padding-right: 0;
}
header div.global_nav nav ul li a {
  color: #19283C;
}
header div.global_nav nav ul li a:hover {
  color: #1E46AF;
}

header div.global_nav div.h_btn_store {
  display: inline-block;
  width: 140px;
  height: 100%;
  background: rgb(30, 70, 175);
  transition: all 0.3s;
}
header div.global_nav div.h_btn_store:hover {
  background: rgba(30, 70, 175, 0.8);
}
header div.global_nav div.h_btn_store img {
  width: 18px;
  height: 18.66px;
  margin: 25px auto 0;
}
header div.global_nav div.h_btn_store p {
  font-size: 0.95rem;
  /*15px*/
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
header div.global_nav div.h_btn_store p span {
  display: block;
  font-size: 0.75rem;
  /*12px*/
  letter-spacing: -0.2em;
}

header div.hamburger .nav-hidden {
  display: none;
}
header div.hamburger div#menu-box {
  display: none;
}
@media screen and (max-width: 900px) {
  header div.hamburger div#menu-box {
    display: block;
    position: absolute;
    right: 5%;
    width: 26px;
    height: 22px;
    z-index: 10;
    transition: all 0.6s;
  }
  header div.hamburger div#menu-box span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1E46AF;
    transition: all 0.6s;
  }
  header div.hamburger div#menu-box span.h_line1 {
    top: 0;
  }
  header div.hamburger div#menu-box span.h_line2 {
    top: 9.5px;
    left: 0;
  }
  header div.hamburger div#menu-box span.h_line3 {
    top: 19px;
  }
}
header div.hamburger #menu-input:checked ~ div#menu-box span.h_line1 {
  transform: rotate(45deg);
  top: 9.5px;
}
header div.hamburger #menu-input:checked ~ div#menu-box span.h_line2 {
  width: 0;
  left: 50%;
}
header div.hamburger #menu-input:checked ~ div#menu-box span.h_line3 {
  transform: rotate(-45deg);
  top: 9.5px;
}

/*メインビジュアル*/
div.mv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  div.mv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 744px) {
  div.mv {
    padding-top: 62px;
  }
}
div.mv div.picture {
  display: block;
  width: 100%;
  min-width: 980px;
  height: 46vw;
  min-height: 600px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  div.mv div.picture {
    width: 100%;
    min-width: auto;
    height: calc(100vh - 80px);
    min-height: auto;
  }
}
@media screen and (max-width: 744px) {
  div.mv div.picture {
    display: none;
  }
}
div.mv div.picture .mv_top {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  width: 100% !important;
  background-repeat: no-repeat;
}
div.mv div.picture_sp {
  display: none;
}
@media screen and (max-width: 744px) {
  div.mv div.picture_sp {
    display: block;
    width: 100%;
    height: 100%;
    /*calc(100vh - 60px)*/
    background-color: #fff;
  }
}
div.mv div.picture_sp .mv_top_sp {
  display: none;
}
@media screen and (max-width: 744px) {
  div.mv div.picture_sp .mv_top_sp {
    display: block;
    background-size: cover;
    background-position: center top;
    position: relative;
    height: 100%;
    width: 100% !important;
    background-repeat: no-repeat;
  }
}
div.mv h2 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 980px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  div.mv h2 {
    top: 28%;
    left: 5%;
    width: 95%;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 744px) {
  div.mv h2 {
    top: 38%;
  }
}
div.mv h2 span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  div.mv h2 span {
    font-size: 0.8rem;
    line-height: 1.7;
    letter-spacing: 0.14rem;
    padding-top: 5%;
  }
}
div.mv div.en {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  width: 980px;
}
@media screen and (max-width: 900px) {
  div.mv div.en {
    left: 5%;
    width: 95%;
  }
}
div.mv div.en p {
  width: 247px;
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 900px) {
  div.mv div.en p {
    width: 25%;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 744px) {
  div.mv div.en p {
    width: 51%;
  }
}
div.mv div.en p span {
  display: block;
  font-size: 0.9rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 5px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  div.mv div.en p span {
    font-size: 0.6rem;
    padding-bottom: 3%;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 744px) {
  div.mv .bx-wrapper:first-child {
    display: none;
  }
}
@media screen and (min-width: 745px) {
  div.mv .bx-wrapper:last-child {
    display: none;
  }
}
/*TOP　会社概要*/
section#msg {
  min-height: 932px;
  background: #fff url("../img/bg_msg.webp") no-repeat top center/cover;
  background-size: 1920px 932px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  section#msg {
    min-height: auto;
    background: #fff url("../img/bg_msg_sp.webp") no-repeat top center/cover;
    background-size: 100%;
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 744px) {
  section#msg {
    margin-bottom: 30%;
  }
}
section#msg div.waku {
  width: 458px;
  height: 581px;
  background-color: #fff;
  margin: 198px auto 54px 48%;
  /*198px auto 62px 48%*/
  padding: 89px 0 0 92px;
}
@media screen and (max-width: 900px) {
  section#msg div.waku {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  section#msg div.ttl_message {
    width: 45%;
    margin: 20% auto 110%;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.ttl_message {
    width: 70%;
    margin: 15% auto 100%;
  }
}
section#msg div.ttl_message p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #4F4F4F;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  section#msg div.ttl_message p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.ttl_message p {
    font-size: 2.1rem;
  }
}
section#msg div.ttl_message p span {
  display: block;
  width: 60px;
  font-size: 0.8rem;
  color: #1E46AF;
  text-align: center;
  border-bottom: 1px solid #285AD2;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  section#msg div.ttl_message p span {
    font-weight: 700;
  }
}
section#msg div.txt_msg {
  margin: 30px 0 55px;
}
@media screen and (max-width: 900px) {
  section#msg div.txt_msg {
    width: 90%;
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.txt_msg {
    margin: 0 auto 13%;
  }
}
section#msg div.txt_msg p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #19283C;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  section#msg div.txt_msg p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.txt_msg p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

section#msg div.btn_msg {
  display: inline-block;
  width: 236px;
}
@media screen and (max-width: 900px) {
  section#msg div.btn_msg {
    position: relative;
    display: block;
    margin: 0 auto 0 13%;
    width: 70%;
  }
}
section#msg div.btn_msg img {
  display: none;
}
@media screen and (max-width: 900px) {
  section#msg div.btn_msg img {
    display: block;
    width: 18%;
    position: absolute;
    top: -35%;
    right: -10%;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.btn_msg img {
    display: block;
    width: 23%;
    position: absolute;
    top: -40%;
    right: -15%;
  }
}
section#msg div.btn_msg a p {
  width: 206px;
  height: 60px;
  background: #fff url("../img/icon_btn1.png") no-repeat 200px center/contain;
  background-size: 5px;
  border: 2px solid #285AD2;
  font-size: 0.9rem;
  font-weight: bold;
  color: #285AD2;
  line-height: 60px;
  padding-left: 30px;
  transition: all 0.3s;
}
section#msg div.btn_msg a p:hover {
  color: #fff;
  background: #285AD2 url("../img/icon_btn2.png") no-repeat 200px center/contain;
  background-size: 5px;
}
@media screen and (max-width: 900px) {
  section#msg div.btn_msg a p {
    font-size: 1.3rem;
    width: 95%;
    height: auto;
    background: #fff url(../img/icon_btn1.png) no-repeat 90% center/contain;
    background-size: 3%;
    line-height: normal;
    padding: 10% 0 10% 5%;
  }
}
@media screen and (max-width: 744px) {
  section#msg div.btn_msg a p {
    font-size: 0.9rem;
    padding: 10% 0 10% 7%;
  }
}

/*事業内容*/
section#biz {
  background: #fff url("../img/bg_biz.webp") no-repeat top center/cover;
  /*background-size: 1920px 760px;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  section#biz {
    background: #fff url("../img/bg_biz_sp.webp") no-repeat top center/cover;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 744px) {
  section#biz {
    padding-bottom: 30%;
  }
}
section#biz p.ttl_biz {
  width: 136px;
  margin: 67px auto 61px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  section#biz p.ttl_biz {
    width: 50%;
    margin: 15% auto 13%;
    font-size: 1.75rem;
    letter-spacing: 0.18em;
  }
}
section#biz p.ttl_biz span {
  display: block;
  margin: 0 auto 12px;
  padding-bottom: 7px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #2878E1;
  width: 56px;
}
@media screen and (max-width: 900px) {
  section#biz p.ttl_biz span {
    letter-spacing: 0.08em;
    width: 36%;
    margin: 0 auto 7%;
    padding-bottom: 4%;
  }
}
section#biz div.biz_waku {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin: auto;
  padding: 0 0 78px 0;
  /*0 0 96px 0*/
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku {
    display: block;
    width: 90%;
    padding: 0;
  }
}
section#biz div.biz_waku div.biz_content {
  width: 470px;
  padding: 0 0 53px 40px;
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku div.biz_content {
    width: 100%;
    padding: 0;
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 744px) {
  section#biz div.biz_waku div.biz_content {
    margin-bottom: 25%;
  }
}
section#biz div.biz_waku div.biz_content:first-child {
  padding-left: 0;
}
section#biz div.biz_waku div.biz_content img {
  width: 100%;
}
section#biz div.biz_waku div.biz_content p.txt_biz {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 14px 0 15px 0;
  padding-left: 9px;
  border-left: 3px solid #2878E1;
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku div.biz_content p.txt_biz {
    font-size: 1.5rem;
    margin: 7% 0 5% 0;
    padding-left: 5%;
    border-left: 4px solid #2878E1;
  }
}
@media screen and (max-width: 744px) {
  section#biz div.biz_waku div.biz_content p.txt_biz {
    font-size: 1.18rem;
  }
}
section#biz div.biz_waku div.biz_content p.txt_ld_biz {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku div.biz_content p.txt_ld_biz {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 744px) {
  section#biz div.biz_waku div.biz_content p.txt_ld_biz {
    font-size: 0.87rem;
  }
}
section#biz div.biz_waku a {
  display: block;
  width: 236px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku a {
    width: 70%;
    height: auto;
  }
}
section#biz div.biz_waku a p.btn_biz {
  background: #285AD2 url("../img/icon_btn2.png") no-repeat 200px center/contain;
  background-size: 5px;
  border: 2px solid #285AD2;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  padding-left: 30px;
  transition: all 0.3s;
}
section#biz div.biz_waku a p.btn_biz:hover {
  color: #285AD2;
  background: #fff url("../img/icon_btn1.png") no-repeat 200px center/contain;
  background-size: 5px;
}
@media screen and (max-width: 900px) {
  section#biz div.biz_waku a p.btn_biz {
    width: 95%;
    height: auto;
    font-size: 1.2rem;
    background: #285AD2 url(../img/icon_btn2.png) no-repeat 90% center/contain;
    background-size: 3%;
    line-height: normal;
    padding: 10% 0 10% 5%;
  }
}
@media screen and (max-width: 744px) {
  section#biz div.biz_waku a p.btn_biz {
    padding: 10% 0 10% 7%;
    font-size: 0.9rem;
  }
}

/*取扱メーカー＆オンラインストア*/
section#bnr_list {
  display: flex;
  height: 260px;
}
@media screen and (max-width: 900px) {
  section#bnr_list {
    display: block;
    height: auto;
  }
}
section#bnr_list div {
  width: 50%;
  background: #fff url("../img/bg_maker.webp") no-repeat center center/cover;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  section#bnr_list div {
    width: 100%;
  }
}
section#bnr_list div:last-child {
  background: #fff url("../img/bg_store.webp") no-repeat center center/cover;
  transition: all 0.3s;
}
section#bnr_list div:last-child p.ttl_bnr {
  width: 278px;
}
@media screen and (max-width: 900px) {
  section#bnr_list div:last-child p.ttl_bnr {
    font-size: 1.75rem;
    width: 80%;
    height: auto;
    padding: 15% 0 5%;
    /*53px 0 74px*/
  }
}
section#bnr_list div:last-child p.ttl_bnr span {
  width: 85px; /*82px*/
}
@media screen and (max-width: 900px) {
  section#bnr_list div:last-child p.ttl_bnr span {
    width: 30%;
  }
}
section#bnr_list div:hover {
  /*background-size: 110%;*/
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
section#bnr_list div p.ttl_bnr {
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  width: 208px;
  height: 78px;
  margin: auto;
  padding: 75px 0 107px;
}
@media screen and (max-width: 900px) {
  section#bnr_list div p.ttl_bnr {
    font-size: 1.75rem;
    width: 80%;
    height: auto;
    padding: 20% 0 23%;
  }
}
section#bnr_list div p.ttl_bnr span {
  display: block;
  margin: 0 auto 12px;
  padding-bottom: 7px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #2878E1;
  width: 88px;
}
@media screen and (max-width: 900px) {
  section#bnr_list div p.ttl_bnr span {
    letter-spacing: 0.08em;
    width: 30%;
  }
}
section#bnr_list div div.link_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 14px;
  background: transparent;
  margin: -91px auto 0;
}
@media screen and (max-width: 900px) {
  section#bnr_list div div.link_bnr {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 21%;
  }
}
section#bnr_list div div.link_bnr p.txt_bnr {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.1em;
  padding-right: 33px;
  /*43px*/
}
@media screen and (max-width: 900px) {
  section#bnr_list div div.link_bnr p.txt_bnr {
    padding-right: 10%;
  }
}
@media screen and (max-width: 744px) {
  section#bnr_list div div.link_bnr p.txt_bnr {
    padding-right: 5%;
  }
}
section#bnr_list div div.link_bnr img {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 900px) {
  section#bnr_list div div.link_bnr img {
    width: 2.5%;
    height: 2.5%;
  }
}
@media screen and (max-width: 744px) {
  section#bnr_list div div.link_bnr img {
    width: 3.5%;
    height: 3.5%;
  }
}

/*フッター*/
footer {
  width: 100%;
  height: 560px;
  background-color: #19283C;
}
@media screen and (max-width: 900px) {
  footer {
    height: auto;
  }
}
footer div.footer {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 900px) {
  footer div.footer {
    display: block;
    width: 90%;
    padding: 15% 0 0 0;
  }
}
footer div.footer div.f_logo {
  width: 206px;
  height: 100%;
  padding-right: 144px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_logo {
    width: 50%;
    max-width: 206px;
    padding-right: 0;
    margin-bottom: 12%;
  }
}
footer div.footer div.f_logo h1 img {
  width: 100%;
}
footer div.footer div.f_logo p {
  font-size: 0.69rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_logo p {
    font-size: 0.43rem;
    letter-spacing: 0.12em;
    padding-top: 5%;
    text-align: center;
  }
}

footer div.footer div.f_menu ul {
  display: flex;
  width: 428px;
  padding: 5px 0 34px 0;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_menu ul {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8%;
  }
}
footer div.footer div.f_menu ul li {
  flex: 1;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_menu ul li {
    padding-bottom: 7%;
  }
}
footer div.footer div.f_menu ul li a {
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_menu ul li a {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}
footer div.footer div.f_menu ul li a:hover {
  color: #285AD2;
}
footer div.footer div.f_btn_store {
  width: 286px;
  height: 22px;
  /*60px*/
  border: 1px solid #fff;
  padding: 19px 0;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_btn_store {
    width: 100%;
    height: auto;
    padding: 6% 0;
  }
}
footer div.footer div.f_btn_store:hover {
  background-color: #285AD2;
  border: 1px solid #285AD2;
}
footer div.footer div.f_btn_store p {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding-right: 15px;
  /*25px*/
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_btn_store p {
    width: 70%;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    padding-right: 10%;
  }
}
footer div.footer div.f_btn_store p span {
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 11px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_btn_store p span {
    padding-left: 8%;
  }
}
@media screen and (max-width: 744px) {
  footer div.footer div.f_btn_store p span {
    font-size: 0.9rem;
  }
}
footer div.footer div.f_btn_store img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_btn_store img {
    width: 3.5%;
    height: 3.5%;
  }
}
@media screen and (max-width: 744px) {
  footer div.footer div.f_btn_store img {
    width: 6%;
    height: 6%;
  }
}
footer div.footer div.f_tel {
  display: inline-block;
  margin-top: 86px;
  padding-right: 35px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_tel {
    margin: 12% 0 10%;
    padding-right: 0;
  }
}
footer div.footer div.f_tel p.ttl_f {
  font-size: 0.8rem;
  font-weight: bold;
  color: #285AD2;
  letter-spacing: 0.15em;
  padding-bottom: 7px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_tel p.ttl_f {
    font-size: 1rem;
    letter-spacing: 0.02em;
    padding-bottom: 4%;
  }
}
footer div.footer div.f_tel p.txt_f {
  font-size: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_tel p.txt_f {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 744px) {
  footer div.footer div.f_tel p.txt_f {
    font-size: 0.8rem;
  }
}
footer div.footer div.f_ct {
  display: inline-block;
  padding: 0 33px 0 29px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_ct {
    display: block;
    padding: 0;
    border-left: none;
    border-right: none;
  }
}
footer div.footer div.f_ct img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_ct img {
    width: 3%;
    height: 3%;
  }
}
@media screen and (max-width: 744px) {
  footer div.footer div.f_ct img {
    width: 5%;
    height: 5%;
  }
}
footer div.footer div.f_ct p.ttl_f {
  display: inline-block;
  font-size: 0.87rem;
  font-weight: 500;
  color: #2878E1;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  footer div.footer div.f_ct p.ttl_f {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    padding-bottom: 4%;
  }
}
footer div.footer div.f_ct p.txt_f {
  font-size: 1.2rem;
  color: #fff;
}
footer div.footer div.f_ct p.txt_f span {
  font-size: 1rem;
  padding-right: 0.8em;
}

footer div.footarea {
  width: 100%;
  background-color: #2A3A51;
  margin: 150px 0 0 0;
}
@media screen and (max-width: 900px) {
  footer div.footarea {
    margin: 15% 0 0 0;
  }
}
footer div.footarea p.copyright {
  display: block;
  font-size: 0.68rem;
  color: #fff;
  width: 980px;
  height: 33px;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (max-width: 900px) {
  footer div.footarea p.copyright {
    width: 90%;
  }
}

/*-----------------
   2階層目_共通
   -----------------*/
div.mv2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  div.mv2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 744px) {
  div.mv2 {
    padding-top: 62px;
  }
}
div.mv2 div.picture {
  min-width: 980px;
}
@media screen and (max-width: 900px) {
  div.mv2 div.picture {
    min-width: auto;
  }
}
div.mv2 div.picture img {
  width: 100%;
  height: auto;
}

div.mv2 div.ttl2_l {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  max-width: 1280px;
  width: 100%;
  background: url("../img/ttl2_l.png") no-repeat top left/cover;
  background-size: 485px 260px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  div.mv2 div.ttl2_l {
    top: 80%;
    background: url("../img/ttl2_l.png") no-repeat top 0 left 10%/cover;
    background-size: 254px 124px;
  }
}
@media screen and (max-width: 744px) {
  div.mv2 div.ttl2_l {
    top: 65%;
    background: url("../img/ttl2_l_sp.png") no-repeat top 0 left 10%/cover;
    background-size: 254px 124px;
  }
}
div.mv2 div.ttl2_l h2 {
  width: 485px;
  height: 176px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3em;
  margin: 84px auto 0 84px;
}
@media screen and (max-width: 900px) {
  div.mv2 div.ttl2_l h2 {
    width: 254px;
    height: 124px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 4.5% auto 0 14%;
  }
}
@media screen and (max-width: 744px) {
  div.mv2 div.ttl2_l h2 {
    font-size: 1.5rem;
    /*1.63rem*/
    margin: 8% auto 0 13%;
  }
}
div.mv2 div.ttl2_l h2 span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  div.mv2 div.ttl2_l h2 span {
    font-size: 0.75rem;
  }
}

section.blue {
  background-color: #F0F5FA;
}

div.wrap {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
@media screen and (max-width: 900px) {
  div.wrap {
    width: 90%;
    padding: 10% 0 10%;
  }
}
@media screen and (max-width: 744px) {
  div.wrap {
    width: 90%;
    padding: 30% 0 30%;
  }
}

div.wrap_first {
  padding: 153px 0 100px;
}
@media screen and (max-width: 900px) {
  div.wrap_first {
    padding: 15% 0 15%;
  }
}
@media screen and (max-width: 744px) {
  div.wrap_first {
    padding: 30% 0 30%;
  }
}

div.wrap_last {
  padding: 100px 0 250px;
}
@media screen and (max-width: 900px) {
  div.wrap_last {
    padding: 10% 0 25%;
  }
}
@media screen and (max-width: 744px) {
  div.wrap_last {
    padding: 30% 0 45%;
  }
}

h3.ttl2_m {
  position: relative;
  width: 980px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #19283C;
  letter-spacing: 0.15em;
  padding-bottom: 14px;
  border-bottom: 2px solid #E1E6EB;
}
@media screen and (max-width: 900px) {
  h3.ttl2_m {
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 4%;
  }
}
h3.ttl2_m::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #285AD2;
  position: absolute;
  bottom: -2px;
}

/*-----------------
   会社概要 
   -----------------*/
div.table1 {
  width: 980px;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  div.table1 {
    width: 100%;
    margin-top: 10%;
  }
}
div.table1 table {
  width: 100%;
  border-collapse: collapse;
}
div.table1 table tbody tr {
  border-top: 1px solid #E1E6EB;
  border-bottom: 1px solid #E1E6EB;
}
div.table1 table tbody tr th {
  width: 145px;
  height: 70px;
  background-color: #F0F5FA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  color: #1E46AF;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  div.table1 table tbody tr th {
    width: 29%;
    height: auto;
    font-size: 0.88rem;
    letter-spacing: 0.07em;
    padding: 8% 0 8% 4%;
  }
}
div.table1 table tbody tr td {
  width: 785px;
  height: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  color: #19283C;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  div.table1 table tbody tr td {
    width: 64%;
    height: auto;
    font-size: 0.88rem;
    letter-spacing: 0.07em;
    padding: 8% 0 8% 4%;
  }
}

p.ttl_com {
  width: 100%;
  font-size: 1.13rem;
  font-weight: 400;
  color: #1E46AF;
  letter-spacing: 0.09em;
  margin-top: 34px;
}
@media screen and (max-width: 900px) {
  p.ttl_com {
    font-size: 0.94rem;
    letter-spacing: 0.07em;
    margin-top: 10%;
    padding-left: 0.5em;
  }
}

div.table2 {
  width: 980px;
  height: auto;
  margin: 18px 0 42px;
}
@media screen and (max-width: 900px) {
  div.table2 {
    width: 100%;
    margin: 5% 0 15%;
  }
}
div.table2 table {
  width: 100%;
  border-collapse: collapse;
}
div.table2 table tbody tr {
  border-top: 1px solid #AFBEDC;
  border-bottom: 1px solid #AFBEDC;
}
div.table2 table tbody tr th {
  width: 195px;
  height: 62px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  color: #1E46AF;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  div.table2 table tbody tr th {
    width: 29%;
    height: auto;
    font-size: 0.88rem;
    letter-spacing: 0.07em;
    padding: 8% 0 8% 4%;
  }
}
div.table2 table tbody tr td {
  width: 760px;
  height: 62px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  color: #19283C;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 900px) {
  div.table2 table tbody tr td {
    width: 64%;
    height: auto;
    font-size: 0.88rem;
    letter-spacing: 0.07em;
    padding: 8% 0 8% 4%;
  }
}

div.map p {
  height: 350px;
}
@media screen and (max-width: 900px) {
  div.map p {
    width: 100%;
    height: 100vw;
  }
}
div.map p iframe {
  width: 100%;
  height: 100%;
}

/*-----------------
   事業内容 
   -----------------*/
div.wrap_food {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 100px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  div.wrap_food {
    width: 90%;
    padding: 10% 0 10%;
  }
}
@media screen and (max-width: 744px) {
  div.wrap_food {
    width: 90%;
    padding: 30% 0 30%;
  }
}
@media screen and (max-width: 900px) {
  div.wrap_food {
    display: block;
    margin-top: 0;
  }
}

div.ttl2_s_food {
  order: 1;
  width: 236px;
}
@media screen and (max-width: 900px) {
  div.ttl2_s_food {
    width: 100%;
  }
}
div.ttl2_s_food h3.ttl2_s {
  position: relative;
  width: 236px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #19283C;
  letter-spacing: 0.15em;
  padding-bottom: 14px;
  border-bottom: 2px solid #E1E6EB;
}
@media screen and (max-width: 900px) {
  div.ttl2_s_food h3.ttl2_s {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    margin-bottom: 10%;
  }
}
div.ttl2_s_food h3.ttl2_s::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #285AD2;
  position: absolute;
  bottom: -2px;
}

div.img_food {
  width: 980px;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  div.img_food {
    width: 100%;
    margin-bottom: 5%;
  }
}
div.img_food img {
  width: 100%;
  height: auto;
}

div.txt_food {
  order: 2;
  width: 634px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  div.txt_food {
    width: 100%;
    margin-bottom: 5%;
  }
}
div.txt_food p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #19283C;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

div.btn_food {
  position: relative;
  top: -87px;
  order: 3;
  width: 236px;
}
@media screen and (max-width: 900px) {
  div.btn_food {
    position: static;
    display: block;
    margin: 0 auto 0 13%;
    width: 70%;
  }
}
div.btn_food p.btn_white {
  width: 206px;
  height: 60px;
  background: #fff url("../img/icon_btn1.png") no-repeat 200px center/contain;
  background-size: 5px;
  border: 2px solid #285AD2;
  font-size: 0.9rem;
  font-weight: bold;
  color: #285AD2;
  line-height: 60px;
  padding-left: 30px;
  transition: all 0.3s;
}
div.btn_food p.btn_white:hover {
  color: #fff;
  background: #285AD2 url("../img/icon_btn2.png") no-repeat 200px center/contain;
  background-size: 5px;
}
@media screen and (max-width: 900px) {
  div.btn_food p.btn_white {
    width: 85%;
    height: auto;
    background: #fff url(../img/icon_btn1.png) no-repeat 90% center/contain;
    background-size: 3%;
    line-height: normal;
    padding: 10% 0 10% 15%;
  }
}
div.btn_food p.btn_white:hover {
  color: #fff;
}

div.stg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  div.stg ul {
    display: block;
    width: 100%;
    margin-top: 10%;
  }
}
div.stg ul li {
  width: 290px;
}
@media screen and (max-width: 900px) {
  div.stg ul li {
    width: 100%;
    padding-bottom: 18%;
  }
}
@media screen and (max-width: 900px) {
  div.stg ul li:last-child {
    padding-bottom: 0;
  }
}
div.stg ul li .picture1 img {
  width: 100%;
  height: auto;
}
div.stg ul li p.txt_stg {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E46AF;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: 2px solid #265AD3;
  padding: 17px 0;
}
@media screen and (max-width: 900px) {
  div.stg ul li p.txt_stg {
    padding: 5% 0;
  }
}
div.stg ul li p.txt_ld_stg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.88rem;
  color: #19283C;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  padding-top: 5%;
}
@media screen and (max-width: 900px) {
  div.stg ul li p.txt_ld_stg {
    font-size: 1rem;
  }
}
@media screen and (max-width: 744px) {
  div.stg ul li p.txt_ld_stg {
    font-size: 0.88rem;
  }
}

.wrap .waku_store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store {
    display: block;
  }
}
.wrap .waku_store div.left {
  width: 492px;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.left {
    width: 100%;
    margin-top: 10%;
  }
}
.wrap .waku_store div.left img {
  width: 100%;
  height: auto;
}
.wrap .waku_store div.right {
  width: 488px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right {
    width: 100%;
    margin-top: 5%;
  }
}
.wrap .waku_store div.right p.txt_tiger {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #19283C;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  padding-left: 68px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right p.txt_tiger {
    padding-left: 0;
    margin-bottom: 13%;
  }
}
.wrap .waku_store div.right div.btn_store {
  width: 286px;
  height: 22px;
  background: #fff url("../img/icon_store_b.png") no-repeat 241px center/contain;
  background-size: 18px;
  border: 1px solid #285AD2;
  padding: 19px 0;
  text-align: left;
  transition: all 0.3s;
  margin: 80px 0 0 71px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right div.btn_store {
    width: 80%;
    height: auto;
    background: #fff url("../img/icon_store_b.png") no-repeat 90% center/contain;
    background-size: 6%;
    border: 2px solid #285AD2;
    padding: 6% 0;
    margin: 0 auto;
  }
}
.wrap .waku_store div.right div.btn_store p.btn_white_icon {
  display: inline-block;
  font-size: 1rem;
  color: #285AD2;
  letter-spacing: 0.05em;
  padding-left: 18px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right div.btn_store p.btn_white_icon {
    display: block;
    padding-left: 5%;
  }
}
.wrap .waku_store div.right div.btn_store p.btn_white_icon span {
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 11px;
  letter-spacing: -0.15em;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right div.btn_store p.btn_white_icon span {
    padding-left: 5%;
  }
}
.wrap .waku_store div.right div.btn_store:hover {
  background: #285AD2 url("../img/icon_store.png") no-repeat 241px center/contain;
  background-size: 18px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_store div.right div.btn_store:hover {
    background: #285AD2 url("../img/icon_store.png") no-repeat 90% center/contain;
    background-size: 6%;
  }
}
.wrap .waku_store div.right div.btn_store:hover p.btn_white_icon {
  color: #fff;
}

.wrap .waku_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .wrap .waku_other {
    display: block;
    margin-top: 10%;
  }
}
.wrap .waku_other .other {
  width: 470px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .wrap .waku_other .other {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .wrap .waku_other .other:last-child p.txt_ld_other {
    margin-bottom: 0;
  }
}
.wrap .waku_other .other img {
  width: 100%;
  height: auto;
}
.wrap .waku_other .other p.txt_other {
  font-size: 1.44rem;
  font-weight: 700;
  color: #1E46AF;
  letter-spacing: 0.1em;
  margin: 26px 0 15px;
  padding-left: 9px;
  border-left: 4px solid #285AD2;
}
@media screen and (max-width: 900px) {
  .wrap .waku_other .other p.txt_other {
    font-size: 1.19rem;
    margin: 8% 0 3%;
    padding-left: 4%;
  }
}
.wrap .waku_other .other p.txt_ld_other {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #19283C;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .wrap .waku_other .other p.txt_ld_other {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.4rem;
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 744px) {
  .wrap .waku_other .other p.txt_ld_other {
    font-size: 0.88rem;
  }
}

/*-----------------
   取扱メーカー 
   -----------------*/
.wrap_maker {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 100px;
  padding: 0 0 100px;
}
@media screen and (max-width: 900px) {
  .wrap_maker {
    width: 90%;
    padding: 10% 0 10%;
  }
}
@media screen and (max-width: 744px) {
  .wrap_maker {
    width: 90%;
    padding: 30% 0 30%;
  }
}
@media screen and (max-width: 900px) {
  .wrap_maker {
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 744px) {
  .wrap_maker {
    padding: 0 0 30%;
  }
}

.wrap_maker_last {
  padding: 0 0 250px;
}
@media screen and (max-width: 900px) {
  .wrap_maker_last {
    padding: 0 0 25%;
  }
}
@media screen and (max-width: 744px) {
  .wrap_maker_last {
    padding: 0 0 30%;
  }
}

div.maker {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  div.maker {
    margin-top: 10%;
  }
}
div.maker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  div.maker ul {
    display: block;
  }
}
div.maker ul::after {
  display: block;
  content: "";
  width: 310px;
}
@media screen and (max-width: 900px) {
  div.maker ul::after {
    display: none;
  }
}
div.maker ul li {
  width: 290px;
  height: 24px;
  /*70px*/
  background: #fff url("../img/icon_link_gray.png") no-repeat 276px center/contain;
  background-size: 12px;
  border: 1px solid #AFBEDC;
  border-radius: 6px;
  padding: 23px 0 23px 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  div.maker ul li {
    width: 95%;
    height: auto;
    background: #fff url("../img/icon_link_gray.png") no-repeat 95% center/contain;
    background-size: 4.5%;
    padding: 6% 0 6% 3%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 744px) {
  div.maker ul li {
    padding: 6% 0 6% 5%;
  }
}
div.maker ul li a {
  font-size: 1.13rem;
  font-weight: 500;
  color: #1E46AF;
  line-height: 1.22;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 900px) {
  div.maker ul li a {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
  }
}
div.maker ul li:hover {
  opacity: 50%;
  transition: all 0.3s;
}
div.maker ul li.wide_maker {
  height: 40px;
  padding: 15px 0 16px 20px;
}
@media screen and (max-width: 900px) {
  div.maker ul li.wide_maker {
    height: auto;
    padding: 6% 0 6% 3%;
  }
}
@media screen and (max-width: 744px) {
  div.maker ul li.wide_maker {
    padding: 6% 0 6% 5%;
  }
}
div.maker ul li.wide_maker a {
  display: inline-block;
  width: 234px;
}
@media screen and (max-width: 900px) {
  div.maker ul li.wide_maker a {
    width: 80%;
  }
}
div.maker div.kome {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  div.maker div.kome {
    margin-top: 7%;
  }
}
@media screen and (max-width: 744px) {
  div.maker div.kome {
    margin-top: 15%;
  }
}
div.maker div.kome p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.94rem;
  color: #19283C;
  line-height: 1.47rem;
  letter-spacing: 0.056em;
  text-indent: -1em;
  margin-left: 1em;
}/*# sourceMappingURL=style.css.map */