@charset "UTF-8";
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* body、全体
==============================　*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Ｐゴシック", "MS PGothic", sans-serif;
  }
}
* {
  box-sizing: border-box;
  line-break: strict;
}

/* テキスト
==============================　*/
a {
  color: #000000;
  transition: 0.5s;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

/* メディア
==============================　*/
img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: middle;
}

video {
  width: 100%;
  outline: none;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フォーム
==============================　*/
input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none) {
  input,
  select,
  textarea {
    font-family: "メイリオ", Meiryo, "Ｐゴシック", "MS PGothic", sans-serif;
  }
}
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
}

/**iOSでのデフォルトスタイルをリセット**/
input[type=submit],
input[type=button],
input[type=hidden] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=image]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=image]::focus {
  outline-offset: -2px;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=email],
input[type=image],
textarea,
input[type=tel],
input[type=hidden] {
  -webkit-appearance: none;
  line-height: normal;
}

input[type=text]:focus {
  outline: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type=submit] {
  outline: 0;
  outline: none;
  transition: 0.5s;
}

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

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

button {
  transition: 0.5s;
}

/* ===================================

レイアウト(layout)

=================================== */
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
レイアウト 2column
=================================== */
.l-2col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.l-2col--reverse {
  flex-direction: row-reverse;
}

.l-article {
  width: 72.1%;
  padding: 0 25px;
}

/*
** サイドバー
*/
.l-sidebar {
  width: 27.9%;
  padding: 0 25px;
}
.l-sidebar .inner {
  padding: 35px 30px 15px 30px;
  /* background-color: $color-gray; */
}
.l-sidebar .ttl {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .l-2col {
    margin: 0 -20px;
  }
  .l-article {
    padding: 0 20px;
  }
  .l-sidebar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-article {
    width: 100%;
    margin-bottom: 60px;
  }
  .l-sidebar {
    width: 100%;
  }
  .l-sidebar .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .l-sidebar .inner {
    /* padding: 30px 20px 10px 20px; */
    padding: 0;
  }
  .l-sidebar .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
/* ===================================

パーツ(Compornent)

=================================== */
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
ヘッダー
=================================== */
/* 共通ヘッダー
==============================　*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.top-header {
  background-color: #f3f3f3;
  position: relative;
  padding: 14px 0;
}
.top-header > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.top-header .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}
.top-header .logo {
  max-width: 120px;
  margin-right: 55px;
}
.top-header .logo a {
  display: block;
}
.top-header .logo a:hover {
  opacity: 0.7;
}
.top-header .logo img {
  width: 100%;
}

/*
  **オーダーメニュー
  */
.order-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-nav ul a {
  display: block;
  position: relative;
  padding: 18px;
  font-size: 18px;
  font-weight: bold;
}
.order-nav ul a:hover {
  opacity: 0.7;
}

.full .order-nav ul .link--full {
  color: #fff;
  background-color: #419ed3;
}
.full .order-nav ul .link--full:hover {
  opacity: 1;
}
.full .order-nav ul .link--full:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  border-top: 15px solid #419ed3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  z-index: 1;
}

.semi .order-nav ul .link--semi {
  color: #fff;
  background-color: #51ae60;
}
.semi .order-nav ul .link--semi:hover {
  opacity: 1;
}
.semi .order-nav ul .link--semi:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  border-top: 15px solid #51ae60;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  z-index: 1;
}

/*
  **右メニュー
  */
.common-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.common-nav ul li a {
  display: block;
  margin-right: 15px;
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.common-nav ul li a:hover {
  opacity: 0.7;
}
.common-nav ul li:last-child a {
  margin-right: 0;
}
.common-nav ul .link--icon.news:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/common/ico-news.png) center center no-repeat;
  background-size: contain;
  vertical-align: -4px;
}
.common-nav ul .link--icon.search:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/common/ico-search.png) center center no-repeat;
  background-size: contain;
  vertical-align: -4px;
}
.common-nav ul .link--img {
  max-width: 20px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .top-header .item {
    justify-content: space-between;
    width: 100%;
  }
  .top-header .item--common-nav {
    display: none;
  }
  .order-nav {
    margin-right: 60px;
  }
  .full .order-nav ul .link--full:before {
    border-top: 10px solid #419ed3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .semi .order-nav ul .link--semi:before {
    border-top: 10px solid #51ae60;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
@media screen and (max-width: 600px) {
  .top-header .logo {
    max-width: 80px;
    margin-right: 20px;
  }
  .order-nav {
    margin-right: 60px;
  }
  .order-nav ul a {
    padding: 18px;
    padding: 12px 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .full .order-nav ul .link--full:before {
    border-top: 6px solid #419ed3;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    transform: none;
    right: auto;
    left: 0;
  }
  .semi .order-nav ul .link--semi:before {
    border-top: 6px solid #51ae60;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    transform: none;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .top-header .logo {
    margin-right: 0px;
  }
  .order-nav {
    margin-right: 20px;
  }
}
/*フルセミヘッダー
==============================　*/
.bottom-header {
  background-color: #000000;
}
.bottom-header .inner {
  /* flex-wrap: wrap; */
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px;
}
.bottom-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 -20px; */
}
.bottom-header .item {
  /*  display: flex;
  flex-wrap: wrap;
  align-items: center; */
  /* padding: 0 20px; */
}

/*
**メニュー
*/
.global-nav .pc {
  display: block;
}
.global-nav .sp {
  display: none;
}

.global-nav > ul {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  position: relative;
  margin: 0 -20px;
}
.global-nav > ul li {
  /*  margin-right: 40px; */
}
.global-nav > ul li:last-child {
  /* margin-right: 0; */
}
.global-nav > ul > li > a {
  display: block;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 0.01em;
}
.global-nav > ul .btn {
  display: none;
}
.global-nav > ul .btn img {
  display: block;
}

/*フルオーダーページのホバー*/
.full .global-nav ul li a:hover {
  color: #419ed3;
}

/*セミオーダーページのホバー*/
.semi .global-nav ul li a:hover {
  color: #51ae60;
}

.drop-link {
  position: relative;
}

/*
**ドロップダウンリスト
*/
.drop-list {
  /*   opacity: 0;
  */ /*   visibility: hidden;
*/
  position: absolute;
  padding-top: 15px;
  display: none;
  z-index: 10;
}
.drop-list .drop-list_inner {
  min-width: 190px;
  padding: 20px;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.drop-list .drop-list_inner .drop-list_item {
  margin-bottom: 10px;
}
.drop-list .drop-list_inner .drop-list_item:last-child {
  margin-bottom: 0;
}
.drop-list .drop-list_inner .drop-list_item a {
  display: block;
}
.drop-list .drop-list_inner .drop-list_item a:hover {
  text-decoration: underline;
}
.drop-list .ttl {
  margin-bottom: 15px;
  font-size: 12px;
  color: #aaaaaa;
}
.drop-list .inlist {
  margin-bottom: 25px;
}
.drop-list a {
  color: #000;
}

.drop-link.products .drop-list {
  /*     left: -50px;
  */
}

.drop-list.active {
  /*   opacity: 1;
  visibility: visible; */
  /* transform: translateY(0px); */
}

@media screen and (max-width: 1140px) and (min-width: 1024px) {
  .global-nav > ul {
    margin: 0 -10px;
  }
  .global-nav > ul > li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .drop-list {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .bottom-header {
    /*     .row::-webkit-scrollbar {
      background: transparent;
      width: 10px;
      height: 3px;
    }
    .row::-webkit-scrollbar-thumb {
      background: #666;
      border-radius: 50px;
      height: 3px;
    } */
  }
  .bottom-header .item--order {
    display: none;
  }
  .bottom-header .row {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: keep-all;
    white-space: nowrap;
  }
  .global-nav > ul .btn {
    display: block;
    width: 200px;
  }
  .global-nav > ul .btn a {
    padding: 0;
  }
  .global-nav .pc {
    display: none;
  }
  .global-nav .sp {
    display: block;
  }
  .drop-list {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .bottom-header {
    /*スクロールバー全体*/
    /*スクロールバーの動く部分*/
  }
  .bottom-header .row::-webkit-scrollbar {
    height: 7px;
  }
  .bottom-header .row::-webkit-scrollbar-thumb {
    height: 5px;
    background: #666;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .global-nav ul {
    margin: 0 -10px;
  }
  .global-nav ul > li > a {
    padding: 0 10px;
    font-size: 11px;
  }
  .global-nav ul .btn {
    display: block;
    width: 150px;
  }
  .bottom-header .row {
    padding-bottom: 0;
  }
  .bottom-header .inner {
    padding: 0px 0px 0px 20px;
  }
}
/* 
スマホナビラップ
=================================== */
.nav-wrapper {
  display: none;
}

@media screen and (max-width: 1023px) {
  .nav-wrapper {
    display: block;
  }
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 20px;
  height: 2px;
  right: 10px;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 10px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 26px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 18px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 18px;
}

@media screen and (max-width: 600px) {
  .hamburger {
    right: 10px;
    top: 6px;
    width: 40px;
    height: 40px;
  }
  .hamburger__line {
    width: 15px;
    height: 2px;
    right: 10px;
  }
  .hamburger__line--1 {
    top: 12px;
  }
  .hamburger__line--2 {
    top: 18px;
  }
  .hamburger__line--3 {
    top: 24px;
  }
}
@media screen and (max-width: 374px) {
  .hamburger {
    right: 0;
  }
}
/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 60%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

@media screen and (max-width: 600px) {
  .sp-nav {
    width: 80%; /* 出てくるスライドメニューの幅 */
  }
}
/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.sp-nav .inner {
  margin-top: 70px;
  margin-bottom: 200px;
  padding: 0 15px;
}

/* 
ハンバーガーメニュー内アコーディオン
=================================== */
.sp-aco {
  margin-bottom: 20px;
}

.sp-aco_item {
  border-bottom: 1px solid #ccc;
}

.sp-aco_ttl {
  display: block;
  position: relative;
  padding: 20px 0px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
}

.sp-aco_list li {
  margin-bottom: 20px;
}
.sp-aco_list li a {
  display: block;
}
.sp-aco_list li.btn {
  max-width: 300px;
}

.sp-aco_ttl:hover {
  opacity: 0.7;
}

.sp-aco_plus1,
.sp-aco_plus2 {
  position: absolute;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}

.sp-aco_plus1 {
  top: 50%;
  transform: rotate(0deg);
  transition: 0.5s;
}

.sp-aco_plus2 {
  top: 50%;
  transform: rotate(90deg);
  transition: 0.5s;
}

/*＋、－切り替え*/
.sp-aco_ttl.active .sp-aco_plus1 {
  display: none;
}

.sp-aco_ttl.active .sp-aco_plus2 {
  transform: rotate(0deg);
}

.sp-other-menu li {
  margin-bottom: 20px;
}
.sp-other-menu .btn a {
  max-width: 300px;
  padding: 20px;
  text-align: center;
}
.sp-other-menu a {
  font-size: 16px;
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.sp-other-menu .link-blank:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(../img/common/ico-blank.png) center center no-repeat;
  background-size: contain;
}

/*アコーディオン無しリスト*/
.sp-nav_list li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sp-nav_list li a {
  display: block;
}
.sp-nav_list li.btn {
  max-width: 300px;
}

@media screen and (max-width: 375px) {
  .sp-other-menu .btn a {
    padding: 15px 20px;
  }
}
/* ===================================
SP固定ナビ
=================================== */
.fixed-btn {
  display: none;
}

@media screen and (max-width: 600px) {
  .fixed-btn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 150px;
    transition: 0.5s;
  }
  .fixed-btn a {
    display: block;
  }
  .fixed-btn.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
フッター
=================================== */
footer .en {
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

footer {
  background-color: #e9e9e9;
  margin-top: 120px;
}
footer a:hover {
  opacity: 0.7;
}
footer .footer-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px 47px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
  }
  footer .footer-inner {
    padding: 30px 20px 15px;
    letter-spacing: 0.05em;
  }
}
footer .f-main-menu {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
footer .fm-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
footer .full .fm-ttl-wrap {
  border-color: #419ed3;
}
footer .semi .fm-ttl-wrap {
  border-color: #51ae60;
}
footer .fm-ttl-wrap .btn {
  max-width: 210px;
}
footer .fm-ttl-wrap .full {
  color: #419ed3;
}
footer .fm-ttl-wrap .semi {
  color: #51ae60;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .flex > li {
  padding-right: 10px;
  width: 25%;
  margin-bottom: 10px;
}
footer .flex > li > ul > li {
  margin-bottom: 7px;
}
footer .btn {
  max-width: 240px;
}
footer .btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .fm-ttl-wrap {
    font-size: 16px;
    border-bottom: none;
  }
  footer .fm-ttl-wrap .btn {
    display: none;
  }
  footer .f-main-menu {
    display: block;
    text-align: center;
  }
  footer .btn {
    margin: 0 auto;
  }
  footer .flex {
    flex-direction: column;
    padding-bottom: 10px;
  }
  footer .flex > li {
    width: 100%;
    padding-right: 0;
  }
  footer .flex > li > ul > li {
    margin-bottom: 16px;
  }
  footer .btn-sp {
    display: block;
    max-width: 155px;
  }
}
footer .waveone-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  padding: 30px 0;
}
footer .waveone-wrap .name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
footer .waveone-wrap .name-wrap .logo {
  max-width: 160px;
  margin-right: 40px;
}
footer .waveone-wrap .logo .sp {
  display: none;
}
footer .waveone-wrap .name-wrap .note br {
  display: none;
}
footer .waveone-wrap .name-wrap .note .s-sp {
  display: none;
}
footer .sns-wrap ul {
  display: flex;
}
footer .sns-wrap ul li {
  width: 30px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  footer .waveone-wrap {
    flex-direction: column;
  }
  footer .waveone-wrap .name-wrap {
    align-items: flex-start;
    margin-bottom: 25px;
    justify-content: space-around;
  }
  footer .waveone-wrap .name-wrap > div {
    width: calc((100% - 25px) / 2);
  }
  footer .waveone-wrap .name.pc {
    display: none;
  }
  footer .waveone-wrap .note {
    font-size: 12px;
    line-height: 1.6;
  }
  footer .waveone-wrap .name-wrap .note br {
    display: block;
  }
  footer .waveone-wrap .name-wrap .note .s-sp {
    display: block;
  }
  footer .waveone-wrap .name-wrap .logo {
    margin-right: 0;
  }
  footer .waveone-wrap .logo .sp {
    display: block;
    margin-top: 5px;
  }
  footer .sns-wrap ul li {
    width: 36px;
    margin-left: 14px;
  }
  footer .sns-wrap ul li:first-of-type {
    margin-left: 0;
  }
}
footer .f-menu01 {
  padding-top: 50px;
  padding-bottom: 10px;
}
footer .f-menu01 ul {
  display: flex;
}
footer .f-menu01 ul a {
  color: #777;
}
footer .f-menu01 ul li {
  margin-right: 22px;
}
footer .f-menu01 ul li .blank {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}
footer .f-menu01 ul li .blank::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico-blank.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .f-menu01 {
    padding-top: 25px;
    border-bottom: 1px solid #aaa;
  }
  footer .f-menu01 ul {
    flex-wrap: wrap;
  }
  footer .f-menu01 ul li {
    margin-right: 0;
    margin-bottom: 16px;
    width: 50%;
  }
}
footer .f-menu02 {
  padding-top: 5px;
}
footer .f-menu02 ul {
  display: flex;
  font-size: 12px;
}
footer .f-menu02 ul a {
  color: #777;
}
footer .f-menu02 ul li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  footer .f-menu02 {
    padding-top: 27px;
  }
  footer .f-menu02 ul {
    flex-wrap: wrap;
  }
  footer .f-menu02 ul li {
    margin-right: 0px;
    width: 50%;
    margin-bottom: 16px;
  }
}
footer .copy {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 15px 0;
}

/* フルオーダー共通バナー部分
==============================　*/
.full .p-full_banner_list {
  background: #f5fafd;
  padding: 60px 0;
  margin-top: 60px;
}
.full .p-full_banner_list + footer {
  margin-top: 0 !important;
}
.full .p-banner_list {
  padding: 0 20px;
}
.full .p-banner_list .banner_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}
.full .p-banner_list .banner_list .base_item {
  width: calc((100% - 120px) / 2);
  margin: 30px;
}
.full .p-banner_list .banner_list .base_item a {
  display: block;
  width: 100%;
  transition: 0.7s;
}
.full .p-banner_list .banner_list .base_item a:hover {
  opacity: 0.5;
}
.full .p-banner_list .base_more {
  display: none;
}
.full .p-banner_list .base_btn {
  margin-top: 30px;
}
.full .p-banner_list .base_btn a {
  background: #ffffff;
}
.full .p-banner_list .base_btn.remove {
  height: 0;
  opacity: 0;
  margin-top: 0;
  z-index: -100;
}
.full .p-banner_list .banner_list02 {
  max-width: 740px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.full .p-banner_list .banner_list02 .base_item {
  width: calc((100% - 120px) / 2);
  margin: 30px;
}
.full .p-banner_list .banner_list02 .base_item a {
  display: block;
  width: 100%;
  transition: 0.7s;
  text-align: center;
}
.full .p-banner_list .banner_list02 .base_item a:hover {
  opacity: 0.5;
}

.full.top .p-banner_list {
  background-color: #fafafa;
}
.full.top .p-full_banner_list {
  display: none;
}
.full.top .p-banner_list__01 {
  padding-top: 75px;
  padding-bottom: 30px;
}
.full.top .p-banner_list__02 {
  padding-top: 10px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .full .p-banner_list .banner_list .base_item {
    width: calc((100% - 30px) / 2);
    margin: 7.5px;
  }
  .full .p-banner_list .base_btn {
    margin-top: 20px;
    transition: 0.7s;
  }
  .full .p-banner_list .banner_list02 .base_item {
    width: calc((100% - 30px) / 2);
    margin: 7.5px;
  }
}
@media screen and (max-width: 600px) {
  .full .p-full_banner_list {
    padding: 30px 0;
    margin-top: 30px;
  }
  .full .p-banner_list .banner_list .base_item {
    width: calc((100% - 30px) / 2);
    margin: 7.5px;
  }
  .full .p-banner_list .base_btn {
    margin-top: 20px;
    transition: 0.7s;
  }
  .full .p-banner_list .banner_list02 {
    margin-top: 20px;
  }
  .full .p-banner_list .banner_list02 .base_item {
    width: calc((100% - 30px) / 2);
    margin: 7.5px;
  }
  .full.top .p-banner_list__01 {
    padding-top: 60px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
パンくずリスト
=================================== */
.pankuzu {
  max-width: 1140px;
  margin: 30px auto 25px;
  padding: 0 20px 10px;
  font-size: 12px;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li span {
  margin: 0 2px 0 5px;
  vertical-align: 1px;
  letter-spacing: 0;
}
.pankuzu li a {
  text-decoration: underline;
  text-decoration-color: #ccc;
}
.pankuzu li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pankuzu {
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .pankuzu {
    margin: 15px 0;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
検索モーダルウインドウ
=================================== */
/*モーダルウインドウ
==============================　*/
.modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 1140px;
  z-index: 100;
}
.modal .close {
  position: absolute;
  right: 20px;
  top: -70px;
  max-width: 57px;
}
.modal .close img {
  transition: 0.5s;
}
.modal .close img:hover {
  opacity: 0.7;
}

.modal_inner {
  background: #fff;
  padding: 60px 20px;
}

/*
** モーダルを表示した時の背景
*/
.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

/*検索フォーム
==============================　*/
.google-search {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.google-search .ttl {
  margin-right: 10px;
  max-width: 160px;
  width: 100%;
}
.google-search .input-wrap {
  position: relative;
  width: calc(100% - 170px);
}
.google-search input {
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  padding: 13px 60px 13px 25px;
}
.google-search a {
  display: block;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 20px;
}
.google-search a img {
  width: 100%;
}

/*検索フォーム
==============================　*/
.google-search-sp {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.google-search-sp .input-wrap {
  position: relative;
  width: 100%;
}
.google-search-sp input {
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  padding: 7px 45px 7px 10px;
}
.google-search-sp input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0;
}
.google-search-sp input::placeholder {
  font-size: 14px;
  letter-spacing: 0;
}
.google-search-sp a {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
}
.google-search-sp a img {
  width: 100%;
}

@media screen and (max-width: 374px) {
  .google-search-sp input::-moz-placeholder {
    font-size: 12px;
  }
  .google-search-sp input::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .google-search-sp input::-moz-placeholder {
    font-size: 12px;
  }
  .google-search-sp input::placeholder {
    font-size: 12px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
ページャー
=================================== */
/* 
アーカイブ用ページャー
=================================== */
.nav-links {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen-reader-text {
  display: none;
}

.page-numbers {
  /*   display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  transition: 0.5s;
}
.full .page-numbers {
  color: #419ed3;
  border: 1px solid #419ed3;
}
.semi .page-numbers {
  color: #51ae60;
  border: 1px solid #51ae60;
}

.dots.page-numbers {
  /*border: none;*/
}

a.page-numbers:hover {
  background-color: #000;
  color: #fff;
  opacity: 1 !important;
}
.full a.page-numbers:hover {
  background-color: #419ed3;
  color: #fff;
}
.semi a.page-numbers:hover {
  background-color: #51ae60;
  color: #fff;
}

.page-numbers.current {
  background-color: #000;
  color: #fff;
}
.full .page-numbers.current {
  background-color: #419ed3;
  color: #fff;
}
.semi .page-numbers.current {
  background-color: #51ae60;
  color: #fff;
}

.page-numbers.prev {
  color: #000;
}
.full .page-numbers.prev {
  color: #419ed3;
}
.semi .page-numbers.prev {
  color: #51ae60;
}

.page-numbers.next {
  color: #000;
}
.full .page-numbers.next {
  color: #419ed3;
}
.semi .page-numbers.next {
  color: #51ae60;
}

@media screen and (max-width: 480px) {
  .page-numbers {
    margin: 0px 5px;
  }
  .page-numbers {
    width: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 374px) {
  .page-numbers {
    width: 25px;
    height: 30px;
  }
}
/* 
シングル用ページャー(記事詳細ページ：＜前 次＞バージョン)
=================================== */
.c-single-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}

.pager_item {
  position: relative;
  text-align: center;
  width: 80px;
}

.pager_item a {
  text-decoration: none !important;
  color: #000000 !important;
  font-weight: bold;
  transition: 0.5s;
}

.pager_item a:hover {
  opacity: 0.5;
}

.pager_item--prev span {
  margin-right: 10px;
}

.pager_item--next span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .pager {
    margin-bottom: 60px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
ボタン
=================================== */
.btn-contact {
  display: block;
  max-width: 160px;
  padding: 10px 20px;
  color: #fff;
  background-color: #000000;
}
.btn-contact:hover {
  opacity: 0.7;
}

.btn-contact:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/common/ico-mail.png) center center no-repeat;
  background-size: contain;
  vertical-align: -4px;
}

.btn-mail a {
  display: block;
  max-width: 160px;
  padding: 10px 20px;
  color: #fff;
  background-color: #000000;
  line-height: 1.4;
}
.btn-mail a:hover {
  opacity: 0.7;
}
.btn-mail a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/common/ico-mail.png) center center no-repeat;
  background-size: contain;
  vertical-align: -4px;
}

.btn-order {
  display: block;
  max-width: 240px;
  background-color: #fff;
}
.btn-order img {
  transition: 0.5s;
}
.btn-order img:hover {
  opacity: 0.7;
}

.btn-square {
  display: block;
  border: none;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 17px 10px;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.btn-square:hover {
  background-color: #fff;
  color: #000000;
}

/*枠ボタン*/
.border-btn.border-btn.border-btn {
  padding-top: 25px;
  text-align: center;
}
.border-btn.border-btn.border-btn a {
  display: inline-block;
  text-decoration: none;
  color: #419ed3;
  border: 2px solid #419ed3;
  border-right: 0;
  min-width: 280px;
  min-height: 60px;
  padding: 12px 10px;
  background-color: #fff;
  position: relative;
  margin-left: -60px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
  line-height: 2;
  text-align: center;
}
.semi .border-btn.border-btn.border-btn a {
  color: #51ae60;
  border: 2px solid #51ae60;
  border-right: 0;
}
.other .border-btn.border-btn.border-btn a {
  color: #000000;
  border: 2px solid #000000;
  border-right: 0;
}
.border-btn.border-btn.border-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 60px;
  border-top: 2px solid #419ed3;
  border-right: 2px solid #419ed3;
  border-bottom: 2px solid #419ed3;
  border-left: 2px solid #419ed3;
  transition: 0.5s;
  background: #fff;
}
.semi .border-btn.border-btn.border-btn a::after {
  border-top: 2px solid #51ae60;
  border-right: 2px solid #51ae60;
  border-bottom: 2px solid #51ae60;
  border-left: 2px solid #51ae60;
}
.other .border-btn.border-btn.border-btn a::after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}
.border-btn.border-btn.border-btn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #419ed3;
  border-right: 2px solid #419ed3;
  transform: rotate(45deg) translateY(-50%) skew(-5deg, -5deg);
  margin-top: -5px;
  position: absolute;
  right: -30px;
  top: 53%;
  transition: 0.5s;
  z-index: 10;
}
.semi .border-btn.border-btn.border-btn a::before {
  border-top: 2px solid #51ae60;
  border-right: 2px solid #51ae60;
}
.other .border-btn.border-btn.border-btn a::before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.border-btn.border-btn.border-btn a:hover {
  color: #fff;
  background-color: #419ed3;
  opacity: 1;
}
.semi .border-btn.border-btn.border-btn a:hover {
  background-color: #51ae60;
}
.other .border-btn.border-btn.border-btn a:hover {
  background-color: #000000;
}
.border-btn.border-btn.border-btn a:hover::after {
  background-color: #419ed3;
  border-left: 2px solid #fff;
}
.semi .border-btn.border-btn.border-btn a:hover::after {
  background-color: #51ae60;
}
.other .border-btn.border-btn.border-btn a:hover::after {
  background-color: #000000;
}
.border-btn.border-btn.border-btn a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .border-btn.border-btn.border-btn {
    padding-top: 0;
  }
  .border-btn.border-btn.border-btn a {
    font-size: 14px;
    min-width: 220px;
    min-height: 48px;
    padding: 8px 10px;
    margin-left: -48px;
  }
  .border-btn.border-btn.border-btn a::after {
    width: 48px;
    right: -48px;
  }
  .border-btn.border-btn.border-btn a::before {
    width: 10px;
    height: 10px;
    right: -21px;
    top: 57%;
  }
}

/*塗り潰しボタン*/
.border-btn02.border-btn02.border-btn02 {
  padding-top: 25px;
  text-align: center;
}
.border-btn02.border-btn02.border-btn02 a {
  display: inline-block;
  background-color: #419ed3;
  text-decoration: none;
  color: #fff;
  border: 2px solid #419ed3;
  border-right: 2px solid #fff;
  min-width: 280px;
  min-height: 60px;
  padding: 12px 10px;
  position: relative;
  margin-left: -60px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
  line-height: 2;
  text-align: center;
}
.semi .border-btn02.border-btn02.border-btn02 a {
  background-color: #51ae60;
  /* border-right: 1px solid #fff; */
  border: 2px solid #51ae60;
  border-right: 2px solid #fff;
}
.border-btn02.border-btn02.border-btn02 a::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 60px;
  border-top: 2px solid #419ed3;
  border-right: 2px solid #419ed3;
  border-bottom: 2px solid #419ed3;
  border-left: 2px solid #fff;
  transition: 0.5s;
  background-color: #419ed3;
}
.semi .border-btn02.border-btn02.border-btn02 a::after {
  border-top: 2px solid #51ae60;
  border-right: 2px solid #51ae60;
  border-bottom: 2px solid #51ae60;
  background-color: #51ae60;
}
.border-btn02.border-btn02.border-btn02 a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%) skew(-5deg, -5deg);
  margin-top: -5px;
  position: absolute;
  right: -30px;
  top: 53%;
  transition: 0.5s;
  z-index: 2;
}
.border-btn02.border-btn02.border-btn02 a:hover {
  color: #419ed3;
  background-color: #fff;
  opacity: 1;
}
.semi .border-btn02.border-btn02.border-btn02 a:hover {
  color: #51ae60;
}
.border-btn02.border-btn02.border-btn02 a:hover::after {
  background-color: #fff;
  border-left: 2px solid #419ed3;
}
.semi .border-btn02.border-btn02.border-btn02 a:hover::after {
  border-left: 2px solid #51ae60;
}
.border-btn02.border-btn02.border-btn02 a:hover::before {
  border-top: 2px solid #419ed3;
  border-right: 2px solid #419ed3;
  z-index: 2;
}
.semi .border-btn02.border-btn02.border-btn02 a:hover::before {
  border-top: 2px solid #51ae60;
  border-right: 2px solid #51ae60;
}
@media screen and (max-width: 600px) {
  .border-btn02.border-btn02.border-btn02 {
    padding-top: 0;
  }
  .border-btn02.border-btn02.border-btn02 a {
    font-size: 14px;
    min-width: 220px;
    min-height: 48px;
    padding: 8px 10px;
    margin-left: -48px;
  }
  .border-btn02.border-btn02.border-btn02 a::after {
    width: 48px;
    right: -48px;
  }
  .border-btn02.border-btn02.border-btn02 a::before {
    width: 10px;
    height: 10px;
    right: -21px;
    top: 57%;
  }
}

/* 男女別塗りつぶし*/
.border-btn02.border-btn02.border-btn02.btn-men a {
  background-color: #45b0a6;
  border: 2px solid #45b0a6;
  border-right: 2px solid #fff;
}
.border-btn02.border-btn02.border-btn02.btn-men a::after {
  border-top: 2px solid #45b0a6;
  border-right: 2px solid #45b0a6;
  border-bottom: 2px solid #45b0a6;
  background-color: #45b0a6;
}
.border-btn02.border-btn02.border-btn02.btn-men a:hover {
  color: #45b0a6;
  background-color: #fff;
}
.border-btn02.border-btn02.border-btn02.btn-men a:hover::after {
  background-color: #fff;
  border-left: 2px solid #45b0a6;
}
.border-btn02.border-btn02.border-btn02.btn-men a:hover::before {
  border-top: 2px solid #45b0a6;
  border-right: 2px solid #45b0a6;
}

.border-btn02.border-btn02.border-btn02.btn-women a {
  background-color: #5ac192;
  border: 2px solid #5ac192;
  border-right: 2px solid #fff;
}
.border-btn02.border-btn02.border-btn02.btn-women a::after {
  border-top: 2px solid #5ac192;
  border-right: 2px solid #5ac192;
  border-bottom: 2px solid #5ac192;
  background-color: #5ac192;
}
.border-btn02.border-btn02.border-btn02.btn-women a:hover {
  color: #5ac192;
  background-color: #fff;
}
.border-btn02.border-btn02.border-btn02.btn-women a:hover::after {
  background-color: #fff;
  border-left: 2px solid #5ac192;
}
.border-btn02.border-btn02.border-btn02.btn-women a:hover::before {
  border-top: 2px solid #5ac192;
  border-right: 2px solid #5ac192;
}

/*＋ボタン*/
.btn-plus.btn-plus.btn-plus {
  text-align: center;
}
.btn-plus.btn-plus.btn-plus a {
  display: inline-block;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-sizing: border-box;
  text-align: center;
  color: #000000;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
  text-decoration: none;
}
.btn-plus.btn-plus.btn-plus a span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
}
.btn-plus.btn-plus.btn-plus a:hover {
  background-color: #000000;
  color: #fff;
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .btn-plus.btn-plus.btn-plus a {
    font-size: 14px;
  }
  .btn-plus.btn-plus.btn-plus a span {
    font-size: 20px;
  }
}
/*下矢印のボタン*/
.btn-page.btn-page.btn-page {
  text-align: center;
}
.btn-page.btn-page.btn-page a {
  position: relative;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #419ed3;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  color: #419ed3;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
}
.semi .btn-page.btn-page.btn-page a {
  border: 2px solid #51ae60;
  color: #51ae60;
}
.btn-page.btn-page.btn-page a:hover {
  background-color: #419ed3;
  color: #fff;
  transition: 0.5s;
  opacity: 1;
}
.semi .btn-page.btn-page.btn-page a:hover {
  background-color: #51ae60;
  color: #fff;
}
.btn-page.btn-page.btn-page a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.btn-page.btn-page.btn-page a span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #419ed3;
  border-right: 2px solid #419ed3;
  transform: rotate(45deg) translateY(-50%) skew(-5deg, -5deg);
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 48%;
  transition: 0.5s;
  z-index: 2;
}
.semi .btn-page.btn-page.btn-page a span::after {
  border-bottom: 2px solid #51ae60;
  border-right: 2px solid #51ae60;
}
.btn-page.btn-page.btn-page a:hover span::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  .btn-page.btn-page.btn-page a {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .btn-page.btn-page.btn-page a span::after {
    width: 9px;
    height: 9px;
    top: 50%;
  }
}
.border-btn.border-btn.border-btn.btn-left,
.border-btn.border-btn.border-btn.has-text-align-left,
.border-btn02.border-btn02.border-btn02.btn-left,
.border-btn02.border-btn02.border-btn02.has-text-align-left,
.btn-plus.btn-plus.btn-plus.btn-left,
.btn-plus.btn-plus.btn-plus.as-text-align-left {
  text-align: left;
}
.border-btn.border-btn.border-btn.btn-left a,
.border-btn.border-btn.border-btn.has-text-align-left a,
.border-btn02.border-btn02.border-btn02.btn-left a,
.border-btn02.border-btn02.border-btn02.has-text-align-left a,
.btn-plus.btn-plus.btn-plus.btn-left a,
.btn-plus.btn-plus.btn-plus.as-text-align-left a {
  margin-left: 0;
}

.btn-top a {
  display: block;
  border: none;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.btn-top a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .btn-top a {
    padding: 15px 10px;
  }
}
/*横向き、下向きの矢印つきのリンク*/
p.aline-right a, p.aline-down a {
  font-weight: 900;
}

p.aline-right a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

p.aline-down a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
}

/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
SNSシェアエリア
=================================== */
.p-sns-share {
  max-width: 290px;
  margin: 0 auto;
}
.p-sns-share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -5px 50px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.p-sns-share li {
  width: 16.66666%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.p-sns-share a {
  display: block;
}
.p-sns-share img {
  width: 100%;
  transition: 0.5s;
}
.p-sns-share img:hover {
  opacity: 0.7;
}

.share-txt {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
ページ内共通
=================================== */
/* ページ大枠
==============================　*/
.page {
  padding-top: 62px;
}

.full .page,
.semi .page {
  padding-top: 135px;
}

.page_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .page_inner {
    max-width: 840px;
  }
}
@media screen and (max-width: 1023px) {
  .page {
    padding-top: 60px;
  }
  .full .page,
  .semi .page {
    padding-top: 130px;
  }
}
@media screen and (max-width: 600px) {
  .page {
    padding-top: 40px;
  }
  .full .page,
  .semi .page {
    padding-top: 69px;
  }
}
@media screen and (max-width: 375px) {
  .page {
    padding-top: 40px;
  }
}
/* 
ページタイトル
=================================== */
.page-ttl {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  font-size: 38px;
  font-weight: bold;
}

/*フルオーダー*/
.full .page-ttl {
  border-color: #419ed3;
}

/*セミオーダー*/
.semi .page-ttl {
  border-color: #51ae60;
}

@media screen and (max-width: 1024px) {
  .page-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-ttl {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 24px;
  }
}
/* 
記事内スタイル
=================================== */
.c-page-cont h2 {
  font-weight: bold;
}
.c-page-cont p {
  margin-bottom: 2em;
}
.c-page-cont p:last-child {
  margin-bottom: 0;
}
.c-page-cont ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.c-page-cont ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.c-page-cont .wp-block-image {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 600px) {
  .c-page-cont p.has-background {
    padding: 20px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
カテゴリーリスト(サイドバー)
=================================== */
.c-cat-list > li {
  border-bottom: 1px solid #aaa;
}
.c-cat-list > li > a {
  display: block;
  position: relative;
  padding: 17px 0px 17px 30px;
}
.c-cat-list a {
  font-weight: bold;
}
.c-cat-list a:hover {
  opacity: 0.7;
}
.c-cat-list > li:last-child {
  border-bottom: none;
}
.c-cat-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 10px;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
}
.full .c-cat-list > li > a:before {
  border-top: 2px solid #419ed3;
  border-left: 2px solid #419ed3;
}
.semi .c-cat-list > li > a:before {
  border-top: 2px solid #51ae60;
  border-left: 2px solid #51ae60;
}
.c-cat-list .child {
  margin-bottom: 12px;
}
.c-cat-list .child li {
  position: relative;
  padding-left: 50px;
}
.c-cat-list .child li a {
  padding: 3px 0px 3px;
  display: block;
}
.c-cat-list .child li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 32px;
  width: 10px;
  height: 1px;
  background: #aaa;
}

/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
カテゴリータグ一覧
=================================== */
.cat-box.cat-box.cat-box {
  margin-bottom: 15px;
}
.cat-box.cat-box.cat-box span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  background-color: #aaa;
  color: #fff;
  font-size: 12px;
}
.full .cat-box.cat-box.cat-box span {
  background-color: #419ed3;
}
.semi .cat-box.cat-box.cat-box span {
  background-color: #51ae60;
}

@media screen and (max-width: 600px) {
  .cat-box.cat-box.cat-box {
    margin-bottom: 10px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
ポップアップ（検索以外）
=================================== */
.modal02 {
  text-align: center;
  max-width: 690px;
  bottom: 40%;
}

.modal02 .close {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .modal02 .close {
    max-width: 30px;
    top: -40px;
  }
  .modal02 {
    bottom: auto;
    top: 10%;
  }
}
/* ===================================

ページ固有のスタイル(project)

=================================== */
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
グーテンエディタ内スタイル
=================================== */
/* 記事詳細ページ
==============================　*/
.p-guten {
  /* h3 */
  /* h4 */
  /* margin-bottom: 0; */
  /*.cont*/
  /*.cont*/
}
.p-guten .box {
  position: relative;
  padding: 60px 40px;
  background-color: #fafafa;
}
.p-guten .time {
  margin-bottom: 15px;
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.p-guten .ttl {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aaa;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-guten h2 {
  font-size: 28px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0em;
  margin-bottom: 55px;
}
.p-guten h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #000000;
  right: 50%;
  transform: translateX(50%);
  bottom: -15px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .p-guten h2 {
    font-size: 20px;
  }
}
.full .p-guten h2::after {
  background-color: #419ed3;
}
.semi .p-guten h2::after {
  background-color: #51ae60;
}
.p-guten h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0 23px;
  position: relative;
  padding: 0px 0px 0px 15px;
}
.p-guten h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 84%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.full .p-guten h3::before {
  background-color: #419ed3;
}
.semi .p-guten h3::before {
  background-color: #51ae60;
}
.p-guten h3.simple {
  padding: 0;
}
.p-guten h3.simple::before {
  display: none;
}
.p-guten h4 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.p-guten p:last-child {
  margin-bottom: 0;
}
.p-guten ul {
  /*margin-bottom: 2em;*/
  line-height: 2;
  margin-bottom: 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
.p-guten .wp-post-image {
  margin-bottom: 2.5em;
}
.p-guten .wp-block-group {
  padding: 60px 100px;
}
.p-guten .box-bg.box-bg {
  border: 1px solid #e9e9e9;
}
.p-guten .box-bg.box-bg ul {
  margin-bottom: 0;
}
.p-guten .box-bg-dark.box-bg-dark {
  border: 1px solid #ccc;
}
.p-guten .box-bg-dark.box-bg-dark ul {
  margin-bottom: 0;
}
.p-guten .white-box {
  padding: 60px 40px;
}
.p-guten .small-box {
  margin-bottom: 40px;
  padding: 40px 40px 60px;
}
.p-guten .inner-box, .p-guten .box-bg {
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.p-guten .box-bg ul {
  margin-bottom: 0;
}
.p-guten .box-bg h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-guten .has-background {
  margin-bottom: 40px;
}
.p-guten .cont {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}
.p-guten .cont p,
.p-guten .cont a {
  word-break: break-all;
}
.p-guten p {
  margin-bottom: 2em;
  line-height: 2;
}
.p-guten p:last-child {
  margin-bottom: 0;
}
.p-guten .europa {
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.p-guten a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
  transition: 0.5s;
}
.p-guten a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.semi .p-guten a {
  color: #51ae60;
}
.p-guten a p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.p-guten a p:last-child {
  margin-bottom: 0;
}
.p-guten a ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.p-guten a .wp-post-image {
  margin-bottom: 2.5em;
}
.p-guten a .wp-block-group {
  padding: 60px 100px;
}
.p-guten a .has-background {
  margin-bottom: 40px;
}
.p-guten a .has-background:last-of-type {
  margin-bottom: 0;
}
.p-guten .wp-block-image {
  margin-bottom: 2.5em;
}
.p-guten .wp-post-image {
  margin-bottom: 30px;
}
.p-guten .wp-block-image {
  margin-bottom: 30px;
}
.p-guten .wp-block-table {
  margin-bottom: 2.5em;
  overflow: hidden;
}
.p-guten .wp-block-table figcaption {
  margin-top: 10px;
  font-size: 12px;
}
.p-guten .wp-block-table table {
  border: 1px solid #ccc;
  background-color: #fff;
}
.p-guten .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 12px 20px;
  line-height: 2;
}
.p-guten .wp-block-table table tr td:first-child {
  width: 27.8%;
  background-color: #f3f3f3;
  border-right: none;
}
.p-guten .wp-block-table table tr td:nth-child(2) {
  width: 72.2%;
  border-left: none;
}
.p-guten .wp-block-table table iframe {
  margin-top: 1em;
  width: 100%;
}
.p-guten .wp-block-table table a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
}
.p-guten .wp-block-table table a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .p-guten h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .p-guten .wp-post-image {
    margin-bottom: 2em;
  }
  .p-guten .wp-block-group,
  .p-guten .white-box,
  .p-guten .small-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-guten .box {
    padding: 30px 20px;
  }
  .p-guten .ttl {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .p-guten .cont {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .p-guten .small-box {
    padding: 20px;
  }
  .p-guten .wp-block-image {
    margin-bottom: 2em;
  }
  .p-guten h2 {
    font-size: 20px;
  }
  .p-guten h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-guten h4 {
    font-size: 16px;
  }
  .p-guten p {
    margin-bottom: 1em;
  }
  .p-guten .pt-10 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .p-guten .wp-block-table table td {
    display: block;
    border: none;
    padding: 12px;
    line-height: 2;
  }
  .p-guten .wp-block-table table tr td:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-guten .wp-block-table table tr td:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-guten .wp-block-table table tr:last-child td:last-child {
    border-bottom: none;
  }
  .p-guten .wp-block-table table iframe {
    height: 300px;
  }
  .btn-square--entry {
    margin-top: 30px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
その他 デフォルト 記事内スタイル
=================================== */
.c-page-cont.p-page-cont--other {
  padding: 60px 100px;
  background-color: #fafafa;
}
.c-page-cont.p-page-cont--other h2 {
  margin-top: 55px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.c-page-cont.p-page-cont--other h2:first-child {
  margin-top: 0;
}
.c-page-cont.p-page-cont--other p {
  margin-bottom: 2em;
  line-height: 2;
}
.c-page-cont.p-page-cont--other p:last-child {
  margin-bottom: 0;
}
.c-page-cont.p-page-cont--other ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.c-page-cont.p-page-cont--other .wp-post-image {
  margin-bottom: 2.5em;
}
.c-page-cont.p-page-cont--other .wp-block-table {
  margin-bottom: 2.5em;
  overflow: hidden;
}
.c-page-cont.p-page-cont--other .wp-block-table:last-of-type {
  margin-bottom: 0;
}
.c-page-cont.p-page-cont--other .wp-block-table table {
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-page-cont.p-page-cont--other .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 12px 20px;
  line-height: 2;
}
.c-page-cont.p-page-cont--other .wp-block-table table tr td:first-child {
  width: 27.8%;
  background-color: #f3f3f3;
  border-right: none;
}
.c-page-cont.p-page-cont--other .wp-block-table table tr td:nth-child(2) {
  width: 72.2%;
  border-left: none;
}
.c-page-cont.p-page-cont--other .wp-block-table table iframe {
  margin-top: 1em;
  width: 100%;
}
.c-page-cont.p-page-cont--other .wp-block-table table a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
}
.c-page-cont.p-page-cont--other .wp-block-table table a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .c-page-cont.p-page-cont--other {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .c-page-cont.p-page-cont--other {
    padding: 30px 20px;
  }
  .c-page-cont.p-page-cont--other h2 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .c-page-cont.p-page-cont--other .wp-post-image {
    margin-bottom: 2em;
  }
  .c-page-cont.p-page-cont--other .wp-block-table table td {
    display: block;
    border: none;
    padding: 12px;
    line-height: 2;
  }
  .c-page-cont.p-page-cont--other .wp-block-table table tr td:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .c-page-cont.p-page-cont--other .wp-block-table table tr td:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .c-page-cont.p-page-cont--other .wp-block-table table tr:last-child td:last-child {
    border-bottom: none;
  }
  .c-page-cont.p-page-cont--other .wp-block-table table iframe {
    height: 300px;
  }
}
/* ===================================
その他 お問い合わせ 記事内スタイル
=================================== */
.c-page-cont.p-page-cont--contact h2 {
  font-size: 28px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0em;
  margin-bottom: 55px;
}
.c-page-cont.p-page-cont--contact h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #000000;
  right: 50%;
  transform: translateX(50%);
  bottom: -15px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .c-page-cont.p-page-cont--contact h2 {
    font-size: 20px;
  }
}
.full .c-page-cont.p-page-cont--contact h2::after {
  background-color: #419ed3;
}
.semi .c-page-cont.p-page-cont--contact h2::after {
  background-color: #51ae60;
}
.c-page-cont.p-page-cont--contact p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.c-page-cont.p-page-cont--contact p:last-child {
  margin-bottom: 0;
}
.c-page-cont.p-page-cont--contact ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.c-page-cont.p-page-cont--contact .wp-post-image {
  margin-bottom: 2.5em;
}
.c-page-cont.p-page-cont--contact .wp-block-group {
  padding: 60px 100px;
}
.c-page-cont.p-page-cont--contact .has-background {
  margin-bottom: 40px;
}
.c-page-cont.p-page-cont--contact .has-background:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .c-page-cont.p-page-cont--contact h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .c-page-cont.p-page-cont--contact .wp-post-image {
    margin-bottom: 2em;
  }
  .c-page-cont.p-page-cont--contact .wp-block-group {
    padding: 30px 20px;
  }
}
/* フォーム
==============================　*/
.mw_wp_form .p-form .horizontal-item + .horizontal-item {
  margin-left: 35px;
}
.mw_wp_form .p-form .horizontal-item + .horizontal-item.mwform-checkbox-field {
  margin-left: 0;
}

.p-form {
  /*テキストエリア上書き*/
}
.p-form a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
}
.p-form a:hover {
  opacity: 0.7;
}
.semi .p-form a {
  color: #51ae60;
}
.p-form .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  /*応募職種*/
}
.p-form .item .txt {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 10px;
  width: 260px;
  font-weight: bold;
}
.p-form .item .txt span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
}
.p-form .item .txt .require {
  background-color: #dd2020;
}
.p-form .item .txt .any {
  background-color: #ccc;
}
.p-form .item .input-wrap {
  width: calc(100% - 270px);
}
.p-form .item .input-wrap--select {
  position: relative;
}
.p-form .item .input-wrap--select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.p-form .item .input-wrap--job input[type=text] {
  border: none;
  background-color: transparent;
}
.p-form .item input[type=text],
.p-form .item input[type=tel],
.p-form .item input[type=email],
.p-form .item select,
.p-form .item textarea {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  outline: 0;
  outline: none;
}
.p-form .item input[type=text],
.p-form .item input[type=tel],
.p-form .item input[type=email],
.p-form .item select {
  min-height: 40px;
}
.p-form .item input::-moz-placeholder {
  font-size: 14px;
  color: #aaa;
}
.p-form .item input::placeholder {
  font-size: 14px;
  color: #aaa;
}
.p-form .item--textarea {
  align-items: flex-start;
  margin-bottom: 60px;
}
.p-form .item--textarea .txt {
  margin-top: 10px;
}
.p-form .pp {
  margin-bottom: 40px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.p-form .pp p.txt {
  margin-bottom: 0;
}
.p-form .btn-submit {
  display: block;
  border: 2px solid #000000;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.p-form .btn-submit:hover {
  background-color: #fff;
  color: #000000;
}

/*エラーメッセージ*/
.mw_wp_form .p-form .error {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-form {
    /*テキストエリア上書き*/
  }
  .p-form .item {
    display: block;
  }
  .p-form .item .txt {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .p-form .item .input-wrap {
    width: 100%;
  }
  .p-form .item--textarea {
    margin-bottom: 30px;
  }
  .p-form .item--textarea .txt {
    margin-top: 0px;
  }
  .p-form .pp {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-form .item .txt span {
    width: 38px;
    font-size: 10px;
  }
  .p-form .pp {
    text-align: left;
  }
}
.p-form .p-sample.sec01 {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.p-form .p-sample > p {
  margin-bottom: 0;
  padding-bottom: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.p-form .p-sample .input-wrap--ckeckbox {
  display: flex;
  flex-wrap: wrap;
}
.p-form .p-sample .input-wrap--ckeckbox input[type=checkbox] {
  display: none;
}
.p-form .p-sample .input-wrap--ckeckbox .mwform-checkbox-field label {
  display: block;
  margin: 0 5px 5px 0;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #777777;
  border: 1px solid #777;
  background: #fff;
  font-size: 12px;
  transition: 0.5s;
}
.p-form .p-sample .input-wrap--ckeckbox .mwform-checkbox-field label.selected {
  background: #51ae60;
  border: 1px solid #51ae60;
  color: #ffffff;
  transition: 0.5s;
}
.p-form .p-sample .input-wrap--address div {
  margin-bottom: 20px;
}
.p-form .p-sample .input-wrap--address div span.add-title {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
.p-form .p-sample .input-wrap--address div input[type=text],
.p-form .p-sample .input-wrap--address div input[type=tel] {
  max-width: 315px;
}

@media screen and (max-width: 600px) {
  .p-sample-wrap p.has-text-align-center {
    text-align: left;
  }
  .p-form .p-sample.sec01 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .p-form .p-sample > p {
    padding-bottom: 20px;
    font-size: 14px;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
NEWS
=================================== */
/* 記事一覧ページ
==============================　*/
.p-arch-news .box {
  position: relative;
  margin-bottom: 30px;
  padding: 35px 40px 35px;
  /* background-color: $color-gray; */
  transition: 0.5s;
}
.p-arch-news .box:last-child {
  margin-bottom: 0;
}
.p-arch-news .box:hover {
  opacity: 0.7;
}
.p-arch-news .box > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-arch-news .box h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.p-arch-news .time {
  margin-bottom: 10px;
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.p-arch-news .cont {
  line-height: 2;
}

.arch--reverse {
  flex-direction: row-reverse;
}

.p-arch-news2 .box {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.p-arch-news2 .box_inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.p-arch-news2 .box_inner > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .p-arch-news .box {
    /* padding: 30px 20px; */
    padding: 20px 0;
  }
  .p-arch-news .box h2 {
    font-size: 16px;
  }
  .p-arch-news .box .cont {
    font-size: 12px;
    line-height: 1.8;
  }
  .page.news .l-sidebar .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .p-arch-news2 .box {
    margin-bottom: 0;
  }
  .p-arch-news2 .box_inner {
    padding-bottom: 40px;
  }
}
/* 記事詳細ページ
==============================　*/
.p-single-news .box {
  position: relative;
  padding: 35px 40px 30px;
  /* background-color: $color-gray; */
}
.p-single-news .time {
  margin-bottom: 15px;
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.p-single-news .ttl {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aaa;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-single-news .cont {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}
.p-single-news .cont h2 {
  margin-top: 55px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.p-single-news .cont p {
  word-break: break-all;
  margin-bottom: 2em;
  line-height: 2;
}
.p-single-news .cont p:last-child {
  margin-bottom: 0;
}
.p-single-news .cont a {
  font-weight: bold;
  text-decoration: underline;
  color: #419ed3;
  word-break: break-all;
}
.p-single-news .cont a:hover {
  opacity: 0.7;
}
.p-single-news iframe {
  max-width: 100%;
}
.p-single-news .wp-block-image {
  margin-bottom: 2.5em;
}
.p-single-news .wp-block-table {
  margin-bottom: 2.5em;
  overflow: hidden;
}
.p-single-news .wp-block-table figcaption {
  margin-top: 10px;
  font-size: 12px;
}
.p-single-news .wp-block-table table {
  border: 1px solid #ccc;
  background-color: #fff;
}
.p-single-news .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 12px 20px;
  line-height: 2;
}
.p-single-news .wp-block-table table tr td:first-child {
  width: 27.8%;
  background-color: #f3f3f3;
  border-right: none;
}
.p-single-news .wp-block-table table tr td:nth-child(2) {
  width: 72.2%;
  border-left: none;
}
.p-single-news .wp-block-table table iframe {
  margin-top: 1em;
  width: 100%;
}
.p-single-news .wp-block-table table a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
}
.p-single-news .wp-block-table table a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .p-single-news .box {
    /* padding: 30px 20px; */
    padding: 30px 0;
  }
  .p-single-news .ttl {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .p-single-news .cont {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .p-single-news .cont h2 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .p-single-news .wp-block-image {
    margin-bottom: 2em;
  }
  .p-single-news .wp-block-table table td {
    display: block;
    border: none;
    padding: 12px;
    line-height: 2;
  }
  .p-single-news .wp-block-table table tr td:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-single-news .wp-block-table table tr td:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-single-news .wp-block-table table tr:last-child td:last-child {
    border-bottom: none;
  }
  .p-single-news .wp-block-table table iframe {
    height: 300px;
  }
  .page.news .l-sidebar .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
採用情報
=================================== */
.rec_topimg {
  margin-bottom: 40px;
}

.rec_toptxt {
  margin-bottom: 70px;
  line-height: 2;
  text-align: center;
}

.rec_ttl {
  margin-bottom: 40px;
  border-bottom: 1px solid #aaa;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .rec_topimg {
    margin-bottom: 30px;
  }
  .rec_toptxt {
    margin-bottom: 40px;
  }
  .rec_ttl {
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .rec_toptxt {
    text-align: left;
  }
}
/* 採用情報一覧
==============================　*/
.p-arch-rec {
  max-width: 1000px;
  margin: 0 auto;
}
.p-arch-rec .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.p-arch-rec .box {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-arch-rec .box_inner {
  position: relative;
  height: 100%;
  padding: 40px 30px;
  background-color: #fafafa;
}
.p-arch-rec .ttl {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.p-arch-rec .thumb {
  margin-bottom: 15px;
}
.p-arch-rec .thumb img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-arch-rec .cont {
  margin-bottom: 25px;
  line-height: 2;
}
.p-arch-rec .btn-arrow {
  display: block;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px 20px 20px 95px;
  border: 2px solid #000000;
  background-color: #fff;
  color: #000000;
  font-weight: bold;
}
.p-arch-rec .btn-arrow span {
  position: absolute;
  right: 0;
  border-left: 2px solid #000;
  height: 100%;
  top: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-arch-rec .btn-arrow span:before {
  content: "";
  display: block;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.p-arch-rec .btn-arrow:hover {
  color: #fff;
  background-color: #000000;
}
.p-arch-rec .btn-arrow:hover span {
  border-left-color: #fff;
}
.p-arch-rec .btn-arrow:hover span:before {
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-arch-rec .thumb img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-arch-rec .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .p-arch-rec .box {
    width: 100%;
  }
  .p-arch-rec .box_inner {
    padding: 30px 20px;
  }
  .p-arch-rec .thumb img {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .p-arch-rec .thumb img {
    height: 300px;
  }
  .p-arch-rec .btn-arrow {
    max-width: 300px;
    padding: 20px 20px 20px 75px;
  }
}
@media screen and (max-width: 480px) {
  .p-arch-rec .box {
    margin-bottom: 30px;
  }
  .p-arch-rec .ttl {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  .p-arch-rec .thumb img {
    height: 250px;
  }
  .p-arch-rec .cont {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .p-arch-rec .thumb img {
    height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .p-arch-rec .btn-arrow {
    padding-left: 25%;
  }
}
@media screen and (max-width: 320px) {
  .p-arch-rec .btn-arrow {
    padding-left: 50px;
  }
}
/* 採用詳細
==============================　*/
.c-page-cont.p-page-cont--recruit {
  padding: 60px 100px;
  background-color: #fafafa;
}
.c-page-cont.p-page-cont--recruit h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.c-page-cont.p-page-cont--recruit h2:first-child {
  margin-top: 0;
}
.c-page-cont.p-page-cont--recruit p {
  margin-bottom: 25px;
  line-height: 1.8;
}
.c-page-cont.p-page-cont--recruit p:last-child {
  margin-bottom: 0;
}
.c-page-cont.p-page-cont--recruit ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.c-page-cont.p-page-cont--recruit .wp-post-image {
  margin-bottom: 30px;
}
.c-page-cont.p-page-cont--recruit .wp-block-image {
  margin-bottom: 30px;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table {
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 12px 20px;
  line-height: 2;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table tr td:first-child {
  width: 27.8%;
  background-color: #f3f3f3;
  border-right: none;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table tr td:nth-child(2) {
  width: 72.2%;
  border-left: none;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table iframe {
  margin-top: 1em;
  width: 100%;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table a {
  text-decoration: underline;
  color: #419ed3;
  font-weight: bold;
}
.c-page-cont.p-page-cont--recruit .wp-block-table table a:hover {
  opacity: 0.7;
}

.btn-square--entry {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .c-page-cont.p-page-cont--recruit {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .c-page-cont.p-page-cont--recruit .wp-block-table table td {
    display: block;
    border: none;
    padding: 12px;
    line-height: 2;
  }
  .c-page-cont.p-page-cont--recruit .wp-block-table table tr td:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .c-page-cont.p-page-cont--recruit .wp-block-table table tr td:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .c-page-cont.p-page-cont--recruit .wp-block-table table tr:last-child td:last-child {
    border-bottom: none;
  }
  .c-page-cont.p-page-cont--recruit .wp-block-table table iframe {
    height: 300px;
  }
  .btn-square--entry {
    margin-top: 30px;
  }
}
.testtest {
  display: none;
}

/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================
お客様紹介
=================================== */
.p-cust-slider {
  max-width: 445px;
}
.p-cust-slider .p-cust-slider_bg {
  padding-bottom: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5px;
}

/* 記事3つ横並び
==============================　*/
.three-article-wrap {
  background-color: #fafafa;
  padding: 55px 100px;
}

.three-article-wrap-ttl {
  font-size: 28px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0em;
  margin-bottom: 75px;
  font-weight: bold;
}
.three-article-wrap-ttl:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #000000;
  right: 50%;
  transform: translateX(50%);
  bottom: -15px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .three-article-wrap-ttl {
    font-size: 20px;
  }
}

.full .three-article-wrap-ttl::after {
  background-color: #419ed3;
}

.three-article-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.three-article-wrap ul li {
  width: calc((100% - 120px) / 3);
}
.three-article-wrap ul li:nth-child(3n+1), .three-article-wrap ul li:nth-child(3n+2) {
  margin-right: 60px;
}
.three-article-wrap ul li:nth-child(n+4) {
  margin-top: 50px;
}

.three-article-wrap ul li a {
  display: block;
}

.three-article-wrap ul li a:hover {
  opacity: 0.7;
}

.three-article-wrap ul li img {
  width: 260px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.three-article-wrap ul li .text {
  padding-top: 15px;
}

.three-article-wrap ul li .date {
  font-family: "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

.three-article-wrap ul li .ttl {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.three-article-wrap ul li .note {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .three-article-wrap {
    padding: 60px 50px;
  }
  .three-article-wrap ul li {
    width: calc((100% - 60px) / 3);
  }
  .three-article-wrap ul li:nth-child(3n+1), .three-article-wrap ul li:nth-child(3n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 950px) {
  .three-article-wrap {
    padding: 60px 20px;
  }
  .three-article-wrap ul li {
    width: calc((100% - 40px) / 3);
  }
  .three-article-wrap ul li:nth-child(3n+1), .three-article-wrap ul li:nth-child(3n+2) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .three-article-wrap-ttl {
    margin-bottom: 50px;
  }
  .three-article-wrap {
    padding: 30px 0px;
  }
  .three-article-wrap ul li {
    width: 100%;
  }
  .three-article-wrap ul li:nth-child(3n+1), .three-article-wrap ul li:nth-child(3n+2) {
    margin-right: 0px;
  }
  .three-article-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .three-article-wrap ul li:nth-child(n+4) {
    margin-top: 0px;
  }
  .three-article-wrap ul li img {
    width: 100%;
    height: auto;
  }
  .three-article-wrap ul li .text {
    padding-top: 5px;
  }
  .three-article-wrap ul li .date {
    font-size: 12px;
  }
  .three-article-wrap ul li .ttl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .three-article-wrap ul li .note {
    font-size: 12px;
  }
}
/* ===================================

ユーティリティ(utility)

=================================== */
/* ===================================
全ページで使用する変数
=================================== */
/* 色
==============================　*/
/* フォント
==============================　*/
/* border-ttl
==============================　*/
/* リンクをラップ
==============================　*/
/* 矢印を右に表示
==============================　*/
/* 2列テーブル(会社情報などで使用)
==============================　*/
/* ===================================

ユーティリティ

=================================== */
.ib {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

/* 
フォントサイズ
=================================== */
.fontsize-22 {
  font-size: 22px;
}

.fontsize-18 {
  font-size: 18px;
}

.fontsize-16 {
  font-size: 16px;
}

.fontsize-12 {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .fontsize-22 {
    font-size: 18px;
  }
  .fontsize-18 {
    font-size: 16px;
  }
}
/* 
マージン
=================================== */
.mb-00 {
  margin-bottom: 0em !important;
}

.mb-02 {
  margin-bottom: 0.2em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.aic .wp-block-columns {
  align-items: center;
}

@media screen and (max-width: 600px) {
  .mb-3 {
    margin-bottom: 2.5em !important;
  }
  .mb-4 {
    margin-bottom: 3em !important;
  }
  .mb-5 {
    margin-bottom: 4em !important;
  }
  .mb-6 {
    margin-bottom: 5em !important;
  }
}
/* 
画像の出しわけ
=================================== */
.img-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}
/* 
グーテン画像入力時
=================================== */
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: block !important;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-image .alignleft {
  text-align: left;
}

.wp-block-image .alignright {
  text-align: right;
}

/* 
幅
=================================== */
.maxwidth-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* 
改行
=================================== */
/*PCのみ*/
.pc-br {
  display: inline;
}

/*TBのみ*/
.tb-br {
  display: none;
}

/*SPのみ*/
.sp-br {
  display: none;
}

/*PCからTBにかけて*/
.pc-tb-br {
  display: inline;
}

/*TBからSPにかけて*/
.tb-sp-br {
  display: none;
}

/*iphoneSE用*/
.se-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: inline;
  }
  .tb-sp-br {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .pc-tb-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  .se-br {
    display: inline;
  }
}/*# sourceMappingURL=common.css.map */