@charset "UTF-8";
/*--  Base  -------------------------------------------------------------------*/
/*--  reset.css  --*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*--  base  --*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, p {
  font-weight: 700;
}

h1 {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03333em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

a, a:link {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #298DD6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

[type="text"], select, button {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select, button, [type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.is-sm {
  display: none;
}

.is-pc {
  display: block;
}

.ut-spacer {
  display: block;
}

.ut-enText {
  font-family: "Poppins", sans-serif;
}

.ut-externalLink {
  position: relative;
}

.js-accordionContent {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sm {
    display: block;
  }
  .is-pc {
    display: none;
  }
  h1 {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1;
  }
  h2 {
    font-size: 56px;
    font-size: 7.46667vw;
    line-height: 0.89286;
    letter-spacing: 0.01429em;
  }
  h3 {
    font-size: 44px;
    font-size: 5.86667vw;
    line-height: 1.13636;
    letter-spacing: 0.02727em;
  }
  p {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.03056em;
  }
}

/*--  Module  -------------------------------------------------------------------*/
.globalHeader__areaUpper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #298DD6;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

.globalHeader__areaMiddle {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 1.25rem 0 1.25rem;
  position: relative;
}

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

.globalHeader__upperNavListItem {
  position: relative;
  margin: 0 1.25rem 0 0;
}

.globalHeader__upperNavListItem:before {
  background: #fff;
  bottom: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4375rem;
  display: block;
  margin: auto;
  width: 0.0625rem;
  height: 100%;
}

.globalHeader__upperNavListItem a {
  color: #fff;
  font-size: 0.875rem;
}

.globalHeader__tagLine {
  font-size: 0.875rem;
}

.globalHeader__mainNavListWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.globalHeader__mainNavListItem {
  color: #298DD6;
  line-height: 4.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  float: left;
  margin: 0 1.5rem 0 0;
  position: static;
}

.globalHeader__mainNavListItem a {
  color: #298DD6;
  font-size: 1rem;
  line-height: 4.125rem;
  margin: 0 0 0 0;
}

.globalHeader__mainNavListItem .pd {
  display: none;
}
.globalHeader__mainNavListItem:hover .globalHeader__mainNavSubList {
  display: flex; 
  justify-content: space-between;
}

.globalHeader__mainNavListItem:hover:after {
  content: "";
  background: #298DD6;
  display: block;
  height: 0.25rem;
  margin: 0 0 0 0;
  width: 100%;
}

.globalHeader__mainNavListItem span {
  display: block;
  width: auto;
}

.globalHeader__mainNavListItem--sp {
  display: none;
}

.globalHeader__mainNavListItem--business .globalHeader__childWrapperListItem {
  min-width: 10.625rem;
}

.globalHeader__mainNavListItem__navTitle {
  position: relative;
}

.globalHeader__mainNavSubList {
  border-radius: 0 0 3.125rem 3.125rem;
  display: none;
  position: absolute;
  padding: 4.375rem 1.25rem 0.625rem 1.25rem;
  background-color: #fff;
  top: 1.875rem;
  z-index: -1;
  left: 0;
  width: 100%;
}

.globalHeader__mainNavSubList:before {
  content: "";
  background: #298DD6;
  display: block;
  left: 0;
  height: 0.0625rem;
  position: absolute;
  top: 2.5rem;
  width: 100%;
}

.globalHeader__mainNavSubListItem {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 1.25rem 0;
  padding: 0 0 0 0;
  width: 30%;
}

.globalHeader__mainNavSubListItem:nth-child(2) {
  max-width: 38.75rem;
  width: 60%;
}

.globalHeader__mainNavSubListItem__title {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 0 0;
}

.globalHeader__mainNavContactList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.globalHeader__mainNavContactListItem--tel {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2.5rem 1rem 2.5rem;
  position: relative;
}

.globalHeader__mainNavContactListItem--tel:before, .globalHeader__mainNavContactListItem--telafter {
  border: none;
  border-left: solid 2.5rem #fff;
  border-bottom: solid 4.6875rem transparent;
  content: '';
  left: 0;
  height: 0;
  top: -0.1875rem;
  position: absolute;
  z-index: 2;
  width: 0;
}

.globalHeader__mainNavContactListItem--telafter {
  border-left: solid 2.5rem transparent;
  border-bottom: solid 4.6875rem #f4e100;
  left: unset;
  right: 0;
}

.globalHeader__mainNavContactListItem--telInnerListItem {
  color: #fff;
  font-weight: 700;
}

.globalHeader__mainNavContactListItem--telInnerListItem--osaka {
  margin: 0 0 0.5rem 0;
}

.globalHeader__mainNavContactListItem--telInnerListItem a {
  color: #298DD6;
  font-weight: 700;
  line-height: 1;
}

.globalHeader__mainNavContactListItem--telImage {
  margin: 0 1.25rem 0 0;
}

.globalHeader__mainNavContactListItem--mail a {
  background: #f4e100;
  display: block;
  font-weight: 700;
  padding: 1.75rem 1.875rem 1.75rem 1.875rem;
}

.globalHeader__childWrapperList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.globalHeader__childWrapperList a {
  padding: 0 0 0 0;
  font-weight: bold;
  line-height: 1.3;
}

.globalHeader__childWrapperListItem {
  margin: 0 1.875rem 0 0;
}

.globalHeader__childWrapperListItem:last-child {
  margin: 0 0 0 0;
}

.globalHeader__childListItem {
  margin: 0 0 1.25rem 0;
}

.globalHeader__childListItem--child {
  margin: 0.625rem 1.25rem 0 1.25rem;
  position: relative;
}

.globalHeader__childListItem--child:before {
  content: '-';
  padding: 0 0.625rem 0 0;
}

.globalHeader__childListItem--child a {
  font-weight: 300;
}

.globalHeader__childListItem:last-child {
  margin: 0 0 0 0;
}

.globalHeader__cartBtn {
  position: absolute;
  right: -5.625rem;
}

.globalHeader__cartBtn a {
  background: #298DD6;
  border-radius: 0.375rem;
  color: #fff;
  display: block;
  text-align: center;
  height: 4.625rem;
  padding: 0.625rem 0.625rem 0 0.625rem;
  width: 4.625rem;
}

.globalHeader__cartBtn--text {
  display: block;
  font-size: 0.625rem;
  padding: 0.625rem 0 0 0;
  text-align: center;
}

#main {
  margin: 3.75rem 0 0 0;
}

#main-navibtn {
  display: none;
  cursor: pointer;
}

#navi {
  background-color: #fff;
  border-radius: 0;
  display: block;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#navi input, #navi #navibtn {
  display: none;
}

.menu-left .companylogo {
  display: block;
  margin: 1rem 1rem 1rem 1rem;
}

.menu-left .companylogo img {
  max-width: 18.75rem;
}

.menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#menu-navibtn {
  display: none;
}

@media screen and (max-width: 1460px) {
  .menu-left .companylogo img {
    max-width: 200px;
  }
  .globalHeader__mainNavListItem span {
    font-size: 15px;
  }
  .globalHeader__mainNavListItem a {
    font-size: 15px;
  }
  .menu-left .companylogo {
    margin: 16px 10px 16px 16px;
  }
  .globalHeader__mainNavContactListItem--mail a {
    padding: 28px 16px;
  }
  .globalHeader__mainNavContactListItem--tel {
    padding: 16px 20px 16px 30px;
  }
  .globalHeader__mainNavContactListItem--telImage {
    margin: 0 10px 0 0;
  }
  #menu {
    max-width: 640px;
  }
  .globalHeader__mainNavListItem {
    margin: 0 18px 0 0;
  }
  .globalHeader__mainNavListItem:last-child {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  #menu {
    display: none;
    max-width: unset;
  }
  #menu label {
    position: absolute;
    right: 0;
    top: 0;
  }
  .globalHeader__areaUpper {
    display: none;
  }
  .globalHeader__mainNavListItem {
    border-bottom: 0.0625rem solid #fff;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 1.25rem 0 1.25rem;
    position: relative;
    width: 100%;
  }
  .globalHeader__mainNavListItem .pd {
    display: block;
    width: 100%;
  }
  .globalHeader__mainNavListItem label:hover {
    cursor: pointer;
  }
  .globalHeader__mainNavListItem:hover:after {
    display: none;
  }
  .globalHeader__mainNavListItem span {
    font-size: 1.125rem;
    margin: 0 0 0 0;
    padding: 0 1.25rem 0 1.25rem;
  }
  .globalHeader__mainNavListWrapper {
    display: block;
  }
  .globalHeader__mainNavSubList {
    background-color: #fff;
    border-radius: 0 0 3.125rem 3.125rem;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: unset;
    top: 1.875rem;
    width: 100%;
    z-index: -1;
  }
  .globalHeader__mainNavSubList:before {
    display: none;
  }
  .globalHeader__mainNavSubListItem {
    display: none;
  }
  .globalHeader__mainNavSubListItem:nth-child(2) {
    width: 60%;
  }
  .globalHeader__mainNavSubListItem:last-child {
    border-bottom: none;
  }
  .globalHeader__mainNavContactList {
    display: none;
  }
  .globalHeader__mainNavContactListItem--tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .globalHeader__mainNavContactListItem--mail a {
    font-size: 20px;
  }
  .globalHeader__childWrapperList {
    display: block;
    left: 0;
    top: inherit;
  }
  .globalHeader__childListItem a {
    background: #dcf1fd;
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    position: relative;
    width: 100%;
  }
  .globalHeader__childListItem a:after {
    display: inline-block;
    border-right: 0.125rem solid #298DD6;
    border-top: 0.125rem solid #298DD6;
    bottom: 0;
    content: '';
    height: 0.5rem;
    margin: auto auto auto auto;
    position: absolute;
    right: 1.25rem;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 0.5rem;
    z-index: 2;
  }
  .globalHeader__childListItem--child {
    border-bottom: #fff 0.0625rem solid;
    margin: 0 0 0 0;
  }
  .globalHeader__childListItem--child:before {
    display: none;
  }
  .globalHeader__cartBtn {
    top: 0;
    right: 3.75rem;
  }
  .globalHeader__cartBtn a {
    border-radius: 0;
    height: 3.75rem;
    padding: 0.5625rem 0.625rem 0 0.625rem;
    width: 3.75rem;
  }
  .globalHeader__cartBtn--text {
    padding: 0.3125rem 0 0 0;
  }
  #menu-navibtn:checked ~ #navi {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
  }
  #menu-navibtn:checked ~ * #menu {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu .globalHeader__mainNavListItem {
    border-bottom: 0.0625rem solid #298DD6;
    max-height: inherit;
    overflow-y: visible;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  #menu-navibtn:checked ~ * #menu .globalHeader__mainNavListItem a {
    display: block;
    font-size: 18px;
    margin: 0 70px 0 0;
  }
  #menu-navibtn:checked ~ * #menu .globalHeader__mainNavListItem:last-child {
    margin: 0 0 40px 0;
  }
  #menu-navibtn:checked span:before {
    display: none;
  }
  #menu-navibtn:checked ~ * .globalHeader__mainNavContactList {
    display: block;
    margin: 20px auto 20px auto;
    max-width: 90vw;
    text-align: center;
  }
  #menu-navibtn:checked ~ * .globalHeader__mainNavContactListItem--tel:before {
    display: none;
  }
  #menu input[type="checkbox"]:checked ~ label ~ ul > .globalHeader__mainNavSubListItem,
  #menu input[type="checkbox"]:checked ~ label ~ ul > .globalHeader__mainNavSubListItem ul li {
    max-height: inherit;
    overflow-y: visible;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  #menu input[type="checkbox"]:checked ~ label ~ ul > .globalHeader__mainNavSubListItem:first-child {
    display: none;
  }
  #navi {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 100%;
  }
  #navi input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
  content: "-";
  font-size: 40px;
  font-weight: 300;
  }
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #navi #navibtn span {
    background-color: #298DD6;
    display: block;
    height: 3.75rem;
    width: 3.75rem;
  }
  #navi #navibtn span span {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    padding: 2.5rem 0 0 0;
  }
  #navi #navibtn span span::after, #navi #navibtn span span::before {
    background-color: #fff;
    content: "";
    left: 0;
    height: 0.125rem;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1.875rem;
  }
  #navi #navibtn span span::before {
    top: 1.125rem;
  }
  #navi #navibtn span span::after {
    bottom: 1.75rem;
  }
  #navi #navibtn:checked ~ #navi label#navibtn span::after {
    bottom: 2.375rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #navi #navibtn:checked ~ #navi label#navibtn span span:before, #navi #navibtn:checked ~ #navi label#navibtn span span:after {
    top: 1.1875rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .angletoggle:before {
    content: "+";
    font-size: 30px;
    font-weight: 300;
  }
  .menu-left .companylogo {
    margin: 20px 0 19px 0;
  }
  .menu-left .companylogo img {
    max-width: 210px;
    height: auto;
  }
  .menu-left img {
    height: 3.75rem;
    margin: 0 0 0 0.625rem;
  }
  .menu-right {
    border-top: 0.0625rem solid #298DD6;
    display: block;
  }
  #navi #navibtn span span::after, #navi #navibtn span span::before {
    background-color: #fff;
    content: "";
    left: 0;
    height: 0.125rem;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1.875rem;
  }
  #navi #navibtn span span::before {
    top: 1.125rem;
  }
  #navi #navibtn span span::after {
    bottom: 1.75rem;
  }
  #navi #navibtn:checked ~ #navi label#navibtn span::after {
    bottom: 2.375rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #navi #navibtn:checked ~ #navi label#navibtn span span:before, #navi #navibtn:checked ~ #navi label#navibtn span span:after {
    top: 1.1875rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-left img {
    height: 3.75rem;
    margin: 0 0 0 0.625rem;
  }
  .globalHeader__mainNavListItem--company a {
    padding:  0 20px;
}
}
/*------------------------------------------------ footer*/
.globalFooter {
  background: #5597df;
  color: #fff;
}

.globalFooter a {
  color: #fff;
  font-size: 14px;
}

.globalFooter__inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 80px 10px 20px 10px;
}

.globalFooter__areaNavigationWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 64px 0;
}

.globalFooter__logo {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 40px 0;
  max-width: 330px;
  padding: 20px;
}

.globalFooter__companyList {
  width: 320px;
}

.globalFooter__companyListHeader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.globalFooter__companyListHeader__title {
  font-size: 24px;
}

.globalFooter__companyListBody__text {
  font-weight: 400;
}

.globalFooter__companyListItem:first-child {
  margin: 0 0 32px 0;
}

.globalFooter__mainNavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin: 80px 0 0 0;
}

.globalFooter__mainNavListDetailLink {
  margin: 0 0 30px 0;
}

.globalFooter__mainNavListDetailLink--child {
  margin: 0 0 10px 0;
}

.globalFooter__mainNavListDetailLink--child a {
  color: #FFf5;
  font-weight: 400;
}

.globalFooter__mainNavListDetailLink--title {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.globalFooter__areaBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.globalFooter__areaBottom a {
  color: #fff5;
  margin: 0 40px 0 0;
  text-decoration: underline;
}

.globalFooter__copyright {
  color: #fff5;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0 0 0;
}

.globalFooter .c-btnMap {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 10px;
  text-align: center;
  width: 40px;
}

.globalFooter .c-btnMap img {
  width: 14px;
}

@media screen and (max-width: 768px) {
  .globalFooter__areaNavigationWrapper {
    display: block;
    margin: 0 0 0 0;
  }
  .globalFooter__inner {
    padding: 64px 5vw 64px 5vw;
  }
  .globalFooter__companyList {
    width: 100%;
  }
  .globalFooter__companyListBody__text {
    font-size: 16px;
  }
  .globalFooter__companyListHeader__accessBtn a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .globalFooter__mainNavList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: unset;
    margin: 48px 0 0 0;
  }
  .globalFooter__mainNavListItem {
    width: calc(50% - 10px);
  }
  .globalFooter__mainNavListItem:last-child {
    width: 100%;
  }
  .globalFooter__mainNavListDetailLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin: 32px 0 0 0;
  }
  .globalFooter__areaBottom {
    display: block;
    margin: 40px 0 0 0;
    text-align: center;
  }
  .globalFooter__areaBottom a {
    display: block;
    margin: 0 0 10px 0;
  }
}

/*------------------------------------------------ 
    BaseSection
------------------------------------------------*/
.contents img {
  -webkit-filter: drop-shadow(10px 10px 0 #FDDD27);
          filter: drop-shadow(10px 10px 0 #FDDD27);
}

.l-section {
  margin: 0 0 160px 0;
}

.l-section__inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 0.625rem 0 0.625rem;
}

.l-section__header {
  border-bottom: 4px solid #222;
  margin: 0 0 80px 0;
  padding: 0 0 40px 0;
  text-align: center;
}

.l-section__headerText {
  font-size: 20px;
  margin: 20px 0 0 0;
}

.l-sectionTitle {
  display: inline-block;
  margin: 0 auto 0 auto;
}

.l-sectionTitle__sub {
  background: #000;
  color: #f5e200;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  display: block;
  font-size: 28px;
  font-style: italic;
  margin: 0 auto 10px auto;
  max-width: 240px;
  position: relative;
}

.l-sectionTitle__main {
  display: block;
  font-size: 50px;
}

.l-2column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-section {
    margin: 0 0 64px 0;
  }
  .l-section__header {
    border-bottom: 3px solid #222;
    padding: 0 0 32px 0;
    margin: 0 0 64px 0;
  }
  .l-section__headerText {
    font-size: 14px;
  }
  .l-sectionTitle__main {
    font-size: 24px;
  }
  .l-section__inner {
    padding: 0 5vw;
  }
}

/*------------------------------------------------ 
    Content
------------------------------------------------*/
.c-serviceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
}

.c-serviceListItem {
  width: calc(50% - 40px);
}

.c-serviceListItem__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000;
  color: #298DD6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}

.c-serviceListItem__title .c-btnArrow {
  background: #5597df;
}

.c-serviceListItem__title .c-btnArrow:before {
  border-right: 2px #ffffff solid;
  border-top: 2px #ffffff solid;
}

.c-serviceListItem__title .c-btnArrow:after {
  background: #fff;
}

.c-serviceListItem__image {
  margin: 0 0 20px 0;
}

.c-serviceListItem__text {
  font-size: 20px;
}

.c-serviceListItem__disabled{
  pointer-events: none;
}


.c-warehouseList {
  margin: 0 auto;
  max-width: 1000px;
}

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

.c-warehouseListItem:first-child {
  border-bottom: 3px solid #222;
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
}

.c-warehouseListItem__areaMap {
  max-height: 400px;
  max-width: 540px;
}

.c-warehouseListItem__areaMap iframe {
  height: 400px;
  width: 540px;
}

.c-warehouseListItem__title {
  color: #298DD6;
  font-size: 34px;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 1;
}

.c-warehouseListItem__title:after {
  content: 'OSAKA';
  color: #fff;
  font-family: "Poppins";
  font-size: 90px;
  left: 0;
  position: absolute;
  top: -40px;
  z-index: -1;
}

.c-warehouseListItem__title--tokyo:after {
  content: 'TOKYO';
}

.c-warehouseListItem__areaText .c-btn {
  margin: 0 auto 0 0;
}

.c-warehouseListItem__detailList {
  margin: 0 0 60px 0;
  position: relative;
  z-index: 2;
}

.c-warehouseListItem__detailListItem {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  position: relative;
}

.c-warehouseListItem__detailListItem:before {
  content: '・';
}

.c-truckListItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 100px 0;
}

.c-truckListItem__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f5e200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 64px;
  line-height: 1;
  gap: 40px;
}

.c-truckListItem__titleNumber {
  font-size: 130px;
}

.c-truckListItem .c-btn {
  margin: 0 0 0 auto;
  padding: 12px 20px 12px 20px;
}

.c-truckListItem__areaText {
  background: #000;
  padding: 16px 80px 16px 80px;
  position: relative;
  width: calc(100% - 600px);
}

.c-truckListItem__areaText:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -6px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 110px #ffffff;
  border-bottom: solid 230px transparent;
  z-index: 1;
}

.c-truckListItem__areaText:after {
  position: absolute;
  content: '';
  right: 0px;
  top: -4px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 110px transparent;
  border-bottom: solid 230px #ffffff;
  z-index: 1;
}

.c-truckListItem__areaText .c-btnWrapper {
  position: absolute;
  right: 0;
  z-index: 2;
}

.c-truckListItem__areaText .c-btnArrow {
  margin: 0 0 0 20px;
}

.c-truckListItem__image {
  width: 540px;
}

.c-columnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 0 0 80px 0;
}

.c-columnListItem__image {
  margin: 0 0 20px 0;
}

.mainVisual {
  background: #7ea1b6;
  color: #fff;
  padding: 120px 10px 120px 10px;
}

.mainVisual__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.mainVisual__title {
  line-height: 1;
  text-align: center;
}

.c-breadcrumb {
  margin: 0 0 72px 0;
}

.c-breadcrumbList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbListItem {
  font-size: 14px;
  margin: 0 56px 0 0;
}

.c-breadcrumbListItem:last-child {
  margin: 0 0 0 0;
}

.c-breadcrumbListItem a {
  color: #fff;
  position: relative;
}

.c-breadcrumbListItem a:before {
  border-right: 1px #fff solid;
  border-top: 1px #fff solid;
  bottom: 0;
  content: '';
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  z-index: 2;
}

.c-table {
  border-bottom: solid 1px #0B6DB2;
  border-right: solid 1px #0B6DB2;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.c-table th {
  background: #2e98db;
  border-left: solid 1px #0B6DB2;
  border-top: solid 1px #0B6DB2;
  color: #fff;
  padding: 16px 0;
  vertical-align: middle;
  width: 300px;
}

.c-table td {
  border-left: solid 1px #0B6DB2;
  border-top: solid 1px #0B6DB2;
  line-height: 1.5;
  padding: 16px 0 16px 40px;
  vertical-align: middle;
  width: calc(100% - 300px);
}

.c-table td a {
  color: #2e98db;
  text-decoration: underline;
}

#cta {
  background: url(https://www.horiuchiunso.co.jp/wordpress/wp-content/themes/horiuchi-unso/img/c-recruit__bg.jpg);
  background-size: cover;
  padding: 100px 0;
}

#cta.secFooter__cta {
  margin: 0 0 0 0;
}

.c-ctaList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.c-ctaListItem {
  background: #fff;
  padding: 48px 20px;
  text-align: center;
  width: 50%;
}

.c-ctaListItem__title {
  border-bottom: 8px solid #FDDD27;
  font-size: 30px;
  margin: 0 auto 20px auto;
  padding: 0 0 10px 0;
  width: 70%;
}

.c-ctaListItem__text {
  margin: 0 0 20px 0;
}

.c-ctaListItem__areaTel {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 20px 0px 0;
}

.c-ctaListItem__telList {
  text-align: left;
  width: calc(100% - 60px);
}

.c-ctaListItem__telListItem:first-child {
  margin: 0 0 10px 0;
}

.c-ctaListItem__telListItem dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.c-ctaListItem__telListItem--place {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 30px 0 0;
}

.c-ctaListItem__telListItem--number a {
  color: #298DD6;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.c-ctaListItem__telImage {
  background: #458dd6;
  border-radius: 50%;
  height: 60px;
  position: relative;
  width: 60px;
}

.c-ctaListItem__telImage img {
  bottom: 0;
  -webkit-filter: none;
          filter: none;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  position: absolute;
}

.c-serviceFaqListItem {
  margin: 0 0 20px 0;
}

.c-serviceFaqListItem__bodyTitle {
  background: #e6f5ff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  padding: 24px 24px 24px 24px;
  position: relative;
}

.c-serviceFaqListItem__bodyTitle:before {
  content: 'Q.';
  font-family: "Poppins";
  font-size: 24px;
  margin: 0 10px 0 0;
}

.c-serviceFaqListItem__bodyTitle:after {
  content: "";
  position: absolute;
  right: 20px;
  margin: 8px auto 0 auto;
  border: 16px solid transparent;
  border-top: 14px solid #278dda;
  width: 0;
}

.c-serviceFaqListItem__bodyTitle.js-is-open:after {
  margin: -10px auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-serviceFaqListItem__bodyText {
  font-weight: 700;
  padding: 40px 48px 40px 48px;
}

@media screen and (max-width: 768px) {
  #cta.secFooter__cta {
    padding: 40px 0 20px 0;
  }
  .c-ctaList {
    display: block;
  }
  .c-ctaListItem {
    margin: 0 0 24px 0;
    padding: 32px 24px;
    width: 100%;
  }
  .c-ctaListItem__title {
    border-bottom: 6px solid #FDDD27;
    font-size: 20px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .c-ctaListItem__areaTel {
    margin: 0 0 0 0;
  }
  .c-ctaListItem__telImage {
    height: 40px;
    width: 40px;
  }
  .c-ctaListItem__telImage img {
    max-width: 20px;
    width: 50%;
  }
  .c-ctaListItem__telList {
    width: calc(100% - 40px);
  }
  .c-ctaListItem__telListItem--place {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .c-ctaListItem__telListItem--number a {
    font-size: 24px;
  }
  .c-ctaListItem__text {
    font-size: 14px;
  }
}

/*------------------------------------------------ ボタン*/
a.c-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #298DD6;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 240px;
  padding: 12px 10px 12px 30px;
}

a.c-btn:hover {
  background: #f4e101;
  color: #262626;
}

.c-btnArrow {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  position: relative;
  width: 32px;
}
.c-btnArrow:before {
  border-right: 2px #262626 solid;
  border-top: 2px #262626 solid;
  bottom: 0;
  content: '';
  display: block;
  height: 0.375rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.375rem;
  z-index: 2;
}

.c-btnArrow:after {
  background: #262626;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.625rem;
  z-index: 2;
}
/*# sourceMappingURL=common.css.map */



.globalFooter__areaMiddle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.globalFooter__snsLink {
    display: flex;
}

.globalFooter__snsLinkItem--instagram img {
    max-width: 40px;
}

.globalFooter__snsLinkItem {
    align-items: center;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 768px) {
	.globalFooter__snsLinkItem {
    display: flex;
    align-items: center;
}

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