@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

i {
  font-style: normal;
}

.pc {
  display: none !important;
}

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

a:visited {
  color: #000;
}

a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block;
  /*IE対策*/
}

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

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 55px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

header .logo {
  margin: 23px 0 0 0;
  position: relative;
  z-index: 5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .logo img {
  max-width: 186px;
  height: auto;
}

header .hamburger-menu {
  margin: 23px auto;
  width: 25px;
  cursor: pointer;
  z-index: 5;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .hamburger-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

header .hamburger-menu-item-second {
  margin: 6px 0;
}

header .hamburger-menu.active .hamburger-menu-item-first {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
}

header .hamburger-menu.active .hamburger-menu-item-second {
  opacity: 0;
}

header .hamburger-menu.active .hamburger-menu-item-third {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
}

header .sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .sp-nav .tel-phone {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #cedff1;
}

header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121e41;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 105px;
  padding-bottom: 45px;
}

header nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

header nav .wrap .telNum {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: 40px;
}

header nav .wrap .telNum a {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

header nav .wrap .telNum a:visited {
  color: #fff;
}

header nav .wrap .telNum a img {
  max-width: 17px;
  height: auto;
  margin-right: 6px;
  display: inline-block;
}

header nav .wrap .telNum span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 9px;
  display: inline-block;
}

header nav .wrap ul {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}

header nav .wrap ul li {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

header nav .wrap ul li a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 14px 15px;
  display: block;
  border-bottom: 1px solid #313952;
}

header nav .wrap ul li a:visited {
  color: #fff;
}

body.scroll header {
  background-color: #121e41;
}

body.scroll header .logo {
  margin-top: 17px;
}

body.scroll header .hamburger-menu {
  margin-top: 17px;
  margin-bottom: 17px;
}

/* footer
==================================*/
footer {
  background: #0d1735;
}

footer .container {
  padding: 48px 15px 28px;
}

footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer a:visited {
  color: #fff;
}

footer * {
  color: #fff;
}

footer nav > dl {
  border-bottom: 1px solid #313952;
}

footer nav > dl dt {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  padding: 15px 12px;
}

footer nav > dl dd {
  display: none;
}

footer nav > dl dd ul {
  background-color: #1c2643;
  padding: 10px 0;
}

footer nav > dl dd ul li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  padding: 10px 30px;
}

footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
}

footer .bottom .info_area {
  position: relative;
  padding-top: 57px;
  min-height: 57px;
  margin-bottom: 26px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

footer .bottom .info_area > a {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: none;
}

footer .bottom .info_area > a:hover {
  border-bottom: none;
  opacity: 0.7;
}

footer .bottom .info_area > a img {
  width: 57px;
  height: 57px;
}

footer .bottom .info_area p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding-top: 5px;
  text-align: center;
}

footer .bottom .info_area .bottom-p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #555a6a;
  text-align: left;
  margin-top: 16px;
}

footer .bottom .bottom-linkarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .bottom .bottom-linkarea p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #555a6a;
  margin-bottom: 37px;
}

footer .bottom .bottom-linkarea > nav ul {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}

footer .bottom .bottom-linkarea > nav ul li {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom .bottom-linkarea > nav ul li > a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  display: block;
  padding: 13px 14px;
  border-bottom: 1px solid #313952;
}

footer .bottom .copy {
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

footer .bottom .copy small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #555a6a;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

footer .contact-box .bg-wrapper {
  position: relative;
}

footer .contact-box .bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  z-index: 1;
}

footer .contact-box .bg-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

footer .contact-box .bg-wrapper .container {
  padding: 57px 15px 59px;
  position: relative;
  z-index: 2;
}

footer .contact-box .bg-wrapper dl {
  display: block;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  border-bottom: none;
}

footer .contact-box .bg-wrapper dl dt {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-bottom: 20px;
}

footer .contact-box .bg-wrapper dl dt > strong,
footer .contact-box .bg-wrapper dl dt > small {
  text-align: center;
  display: block;
}

footer .contact-box .bg-wrapper dl dt strong {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
}

footer .contact-box .bg-wrapper dl dt small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin-top: 9px;
}

footer .contact-box .bg-wrapper dl dd {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

footer .contact-box .bg-wrapper dl dd .row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .contact-box .bg-wrapper dl dd .row > .info-column p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  text-align: center;
}

footer .contact-box .bg-wrapper dl dd .row > .info-column .telNum {
  margin-top: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .contact-box .bg-wrapper dl dd .row > .info-column .telNum img {
  display: inline-block;
  margin-right: 8px;
  max-width: 20px;
  height: 27px;
}

footer .contact-box .bg-wrapper dl dd .row > .info-column .telNum strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: inline-block;
}

footer .contact-box .bg-wrapper dl dd .row > .info-column .telNum small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  display: inline-block;
  display: block;
  margin-top: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

footer .contact-box .bg-wrapper dl dd .row > .button-column .contact-button {
  background-color: #fff;
  width: 284px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0;
  margin: 28px auto 0;
}

footer .contact-box .bg-wrapper dl dd .row > .button-column .contact-button .icon {
  margin-right: 11px;
}

footer .contact-box .bg-wrapper dl dd .row > .button-column .contact-button span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  color: #1b2850;
  display: inline-block;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  display: block;
  width: 50px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-sec .bg-wrapper {
  background-image: url(../images/company/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 92px;
  padding-bottom: 40px;
  text-align: center;
}

.hero-sec .bg-wrapper strong {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
}

.hero-sec .bg-wrapper small {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ad9d6f;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 24px;
}

.sec-ttl strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-bottom: 14px;
  overflow: hidden;
  color: #1b2850;
}

.sec-ttl strong i {
  display: inline-block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
  opacity: 0;
  padding-bottom: 12px;
}

.sec-ttl strong::after {
  content: "";
  width: 0;
  background-color: #ad9d6f;
  height: 2px;
  display: block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  position: relative;
  right: -150%;
}

.sec-ttl small {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #828282;
  overflow: hidden;
}

.sec-ttl small i {
  display: inline-block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
  opacity: 0;
}

.sec-ttl.move strong i {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

.sec-ttl.move strong::after {
  width: 100%;
  right: 0;
}

.sec-ttl.move small i {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

.button_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  z-index: 8;
  -webkit-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  height: 44px;
  width: 44px;
}

.button_wrap .button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.button_wrap .button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: 50%;
  background: #fff;
}

.button_wrap .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50%;
  width: 1px;
  background: #fff;
}

.button_wrap .button.active {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.button_wrap .button.active:before {
  width: 0;
}

body:not(#Top) #sidebox #product-box {
  padding: 35px 20px;
  background-color: #121e41;
}

body:not(#Top) #sidebox #product-box > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(#Top) #sidebox #product-box > .row > * {
  color: #fff;
}

body:not(#Top) #sidebox #product-box > .row .col.ttl .product-ttl {
  margin-bottom: 26px;
}

body:not(#Top) #sidebox #product-box > .row .col.ttl .product-ttl strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
}

body:not(#Top) #sidebox #product-box > .row .col.ttl .product-ttl small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #555a6a;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}

body:not(#Top) #sidebox #product-box > .row .t-row dl {
  margin-bottom: 17px;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a4975;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dt {
  margin-right: 15px;
  display: block;
  margin-bottom: 8px;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd {
  display: block;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  background-color: #fff;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #143aa8 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 12px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box h4 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .btn_search {
  margin-top: 12px;
  text-align: center;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .btn_search input {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  background-color: #143aa8;
  border: 2px solid #143aa8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: auto;
  margin-right: auto;
}

body:not(#Top) #sidebox #product-box > .row > .col:not(.ttl) .search_box .btn_search input:hover {
  background-color: #fff;
  color: #143aa8;
}

body:not(#Top) #sidebox #product-box .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(#Top) #sidebox #product-box .control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

body:not(#Top) #sidebox #product-box .control {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

body:not(#Top) #sidebox #product-box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

body:not(#Top) #sidebox #product-box .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
}

body:not(#Top) #sidebox #product-box .control--radio .control__indicator {
  border-radius: 50%;
}

body:not(#Top) #sidebox #product-box .control input:checked ~ .control__indicator {
  background: #143aa8;
}

body:not(#Top) #sidebox #product-box .control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}

body:not(#Top) #sidebox #product-box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

body:not(#Top) #sidebox #product-box .control input:checked ~ .control__indicator:after {
  display: block;
}

body:not(#Top) #sidebox #product-box .control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body:not(#Top) #sidebox #product-box .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

body:not(#Top) #sidebox #product-box .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

body:not(#Top) #sidebox #product-box .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

body:not(#Top) #sidebox #product-box .select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

body:not(#Top) #sidebox #product-box .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body:not(#Top) #sidebox #product-box .select select::-ms-expand {
  display: none;
}

body:not(#Top) #sidebox #product-box .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

body:not(#Top) #sidebox #product-box .select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

body:not(#Top) #sidebox #product-box .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

body:not(#Top) #sidebox #product-box + .category-list-box {
  margin-top: 50px;
}

body:not(#Top) #sidebox .category-list-box {
  padding-left: 19px;
  padding-right: 19px;
  border-left: 0;
}

body:not(#Top) #sidebox .category-list-box .category-ttl {
  text-align: center;
  margin-bottom: 19px;
}

body:not(#Top) #sidebox .category-list-box .category-ttl strong {
  font-size: 22px;
}

body:not(#Top) #sidebox .category-list-box .category-ttl small {
  font-size: 10px;
  margin-top: 9px;
}

body:not(#Top) #sidebox .category-list-box .select-wrap {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  background-color: #fff;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body:not(#Top) #sidebox .category-list-box .select-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #143aa8 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
}

body:not(#Top) #sidebox .category-list-box .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 14px 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.category-list-box {
  padding-left: 26px;
  border-left: 1px solid #d8d9df;
}

.category-list-box .category-ttl {
  margin-bottom: 30px;
}

.category-list-box .category-ttl strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
  display: block;
}

.category-list-box .category-ttl small {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #828282;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 14px;
}

.not-item {
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Top main .row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Top main .top-ttl {
  text-align: center;
  margin-bottom: 27px;
}

#Top main .top-ttl strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-bottom: 14px;
  overflow: hidden;
  color: #1b2850;
}

#Top main .top-ttl strong i {
  display: inline-block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
  opacity: 0;
  padding-bottom: 15px;
  padding-bottom: 7px;
}

#Top main .top-ttl strong::after {
  content: "";
  width: 0;
  background-color: #ad9d6f;
  height: 2px;
  display: block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  position: relative;
  right: -150%;
}

#Top main .top-ttl small {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #828282;
  overflow: hidden;
}

#Top main .top-ttl small i {
  display: inline-block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
  opacity: 0;
}

#Top main .top-ttl.move strong i {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

#Top main .top-ttl.move strong::after {
  width: 100%;
  right: 0;
}

#Top main .top-ttl.move small i {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

#Top main .link-button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  max-width: 240px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #143aa8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#Top main .main-sec .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#Top main .main-sec .container video {
  height: 100vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

#Top main .main-sec .container #top-text {
  padding-left: 15px;
  padding-right: 5.6%;
  position: absolute;
  bottom: 17vw;
  left: 0;
  right: 0;
  overflow: hidden;
}

#Top main .main-sec .container #top-text svg {
  height: auto;
  position: relative;
  opacity: 0;
}

#Top main .main-sec .container #top-text svg:nth-child(1) {
  max-width: 250px;
  width: 100%;
  margin-bottom: 11px;
}

#Top main .main-sec .container #top-text svg:nth-child(2) {
  width: 100%;
}

#Top main .main-sec .container #top-text .start-anim {
  bottom: -155px;
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 0;
}

#Top main .main-sec .container #top-text svg:not(.start-anim) {
  left: 0;
}

#Top main .main-sec .container #bottom-text {
  padding-left: 6%;
  padding-right: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.5%;
  overflow: hidden;
}

#Top main .main-sec .container #bottom-text svg {
  width: 100%;
  height: auto;
  position: relative;
}

#Top main .main-sec .container #bottom-text .start-anim {
  z-index: 1;
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 1;
  bottom: 155px;
  opacity: 0;
}

#Top main .main-sec .container .lastUpdate {
  max-width: 128px;
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #c6c6c6;
  position: absolute;
  right: 0;
  bottom: -14px;
  background-color: #030b22;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#Top main .pickup-sec {
  padding: 78px 0 48px;
  background-color: #efeff2;
}

#Top main .pickup-sec .row > .col {
  margin-bottom: 14px;
}

#Top main .pickup-sec .row > .col .card {
  background-color: #fff;
  padding: 25px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top main .pickup-sec .row > .col .card .ttl {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.06em;
  color: #1b2850;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.57%;
          flex: 0 0 62.57%;
  max-width: 62.57%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#Top main .pickup-sec .row > .col .card > .ph-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  max-width: 112px;
  padding-right: 4.88%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#Top main .pickup-sec .row > .col .card > .ph-column img {
  max-width: 81px;
  height: auto;
}

#Top main .pickup-sec .row > .col .card .text-column {
  border-top: 1px solid #ececec;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 10px;
  padding-top: 13px;
}

#Top main .pickup-sec .row > .col .card .text-column p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  font-weight: 400;
}

#Top main .pickup-sec .row > .col .card .text-column .link-wrap {
  margin-top: 18px;
  text-align: right;
}

#Top main .pickup-sec .row > .col .card .text-column .link-wrap .arrow-link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  display: inline-block;
  padding-right: 28px;
  position: relative;
}

#Top main .pickup-sec .row > .col .card .text-column .link-wrap .arrow-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto 10px;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Top main .pickup-sec #product-box {
  padding: 35px 20px;
  background-color: #121e41;
  margin-top: 38px;
}

#Top main .pickup-sec #product-box > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top main .pickup-sec #product-box > .row > * {
  color: #fff;
}

#Top main .pickup-sec #product-box > .row .col.ttl .product-ttl {
  text-align: center;
}

#Top main .pickup-sec #product-box > .row .col.ttl .product-ttl strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
}

#Top main .pickup-sec #product-box > .row .col.ttl .product-ttl small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #555a6a;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a4975;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dt {
  margin-right: 15px;
  display: block;
  margin-bottom: 8px;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd {
  display: block;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  background-color: #fff;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #143aa8 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .t-row > .col > dl dd form .selec-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 12px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box h4 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .btn_search {
  margin-top: 12px;
  text-align: center;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .btn_search input {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  background-color: #143aa8;
  border: 2px solid #143aa8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: auto;
  margin-right: auto;
}

#Top main .pickup-sec #product-box > .row > .col:not(.ttl) .search_box .btn_search input:hover {
  background-color: #fff;
  color: #143aa8;
}

#Top main .pickup-sec #product-box .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top main .pickup-sec #product-box .control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

#Top main .pickup-sec #product-box .control {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

#Top main .pickup-sec #product-box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#Top main .pickup-sec #product-box .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
}

#Top main .pickup-sec #product-box .control--radio .control__indicator {
  border-radius: 50%;
}

#Top main .pickup-sec #product-box .control input:checked ~ .control__indicator {
  background: #143aa8;
}

#Top main .pickup-sec #product-box .control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}

#Top main .pickup-sec #product-box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

#Top main .pickup-sec #product-box .control input:checked ~ .control__indicator:after {
  display: block;
}

#Top main .pickup-sec #product-box .control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Top main .pickup-sec #product-box .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

#Top main .pickup-sec #product-box .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

#Top main .pickup-sec #product-box .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

#Top main .pickup-sec #product-box .select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

#Top main .pickup-sec #product-box .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#Top main .pickup-sec #product-box .select select::-ms-expand {
  display: none;
}

#Top main .pickup-sec #product-box .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

#Top main .pickup-sec #product-box .select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

#Top main .pickup-sec #product-box .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

#Top main .case-sec {
  padding-top: 105px;
  padding-bottom: 100px;
}

#Top main .case-sec .row > .col {
  margin-bottom: 47px;
}

#Top main .case-sec .row > .col:last-child {
  margin-bottom: 0;
}

#Top main .case-sec .row > .col .ph {
  margin-bottom: 16px;
}

#Top main .case-sec .row > .col .ph img {
  height: 61.08vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

#Top main .case-sec .row > .col .date {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.08em;
  color: #143aa8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

#Top main .case-sec .row > .col h3 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

#Top main .case-sec .row > .col p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #5e5e5e;
}

/*==================================
  Top
==================================*/
#Company main .link-button {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  max-width: 240px;
  width: 100%;
  height: 54px;
  background-color: #143aa8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

#Company main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Company main .row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Company main .about-sec .bg-color {
  background-color: #eaeaed;
}

#Company main .about-sec .bg-color .catch {
  padding-top: 58px;
  margin-bottom: 48px;
}

#Company main .about-sec .bg-color .catch .catch-top {
  text-align: center;
  margin-bottom: 14px;
}

#Company main .about-sec .bg-color .catch .catch-top small {
  font-size: 14px;
  line-height: 1.39;
  letter-spacing: 0.14em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Company main .about-sec .bg-color .catch .catch-top span {
  font-size: 18px;
  line-height: 1.3888;
  letter-spacing: 0.14em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Company main .about-sec .bg-color .catch .catch-middle {
  text-align: center;
}

#Company main .about-sec .bg-color .catch .catch-middle img {
  max-width: 320px;
  width: 100%;
}

#Company main .about-sec .bg-color .catch .bottom-catch {
  text-align: center;
  margin-top: 15px;
}

#Company main .about-sec .bg-color .catch .bottom-catch strong {
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: 0.14em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Company main .about-sec .bg-color .philosophy-list > .card {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 40px 20px;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dt,
#Company main .about-sec .bg-color .philosophy-list > .card dl dd {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dt {
  text-align: center;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dt strong,
#Company main .about-sec .bg-color .philosophy-list > .card dl dt small {
  display: block;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dt strong {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dt small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #828282;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin-top: 9px;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dd p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  text-align: center;
  margin-top: 28px;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dd > .square-dot {
  margin-top: 28px;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dd > .square-dot li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dd > .square-dot li:last-child {
  margin-bottom: 0;
}

#Company main .about-sec .bg-color .philosophy-list > .card dl dd > .square-dot li::before {
  content: "■";
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #1b2850;
  padding-right: 0.5em;
  position: relative;
  top: -2px;
}

#Company main .about-sec .bg-color .flow-list {
  margin-top: 47px;
  padding-bottom: 50px;
  position: relative;
  counter-reset: number 0;
}

#Company main .about-sec .bg-color .flow-list::before {
  content: "";
  border-left: 1px dashed #b8bed2;
  height: calc(100% - 59px);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

#Company main .about-sec .bg-color .flow-list > li {
  position: relative;
  padding-bottom: 49px;
}

#Company main .about-sec .bg-color .flow-list > li::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #b8bed2;
  position: absolute;
  top: 10px;
  left: 0;
}

#Company main .about-sec .bg-color .flow-list > li:last-child {
  padding-bottom: 0;
}

#Company main .about-sec .bg-color .flow-list > li .row .text-column {
  padding-left: 42px;
  margin-bottom: 20px;
}

#Company main .about-sec .bg-color .flow-list > li .row .text-column strong {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
}

#Company main .about-sec .bg-color .flow-list > li .row .text-column strong::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -19px;
  margin: auto;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #143aa8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

#Company main .about-sec .bg-color .flow-list > li .row .text-column p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  margin-top: 5px;
}

#Company main .about-sec .bg-color .flow-list > li .row .ph-column {
  padding-left: 42px;
}

#Company main .company-sec {
  padding: 78px 0 77px;
}

#Company main .company-sec table {
  width: 100%;
  display: block;
}

#Company main .company-sec table tbody {
  width: 100%;
  display: block;
}

#Company main .company-sec table tr {
  display: block;
}

#Company main .company-sec table tr th {
  background-color: #f0f0f3;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: left;
}

#Company main .company-sec table tr td {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding: 20px 5px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#Company main .company-sec table tr td ul li {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 29px;
}

#Company main .company-sec table tr td ul li:last-child {
  margin-bottom: 0;
}

#Company main .company-sec table tr td ul li strong {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: block;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 0.75em;
}

#Company main .company-sec table tr td ul li strong::before {
  content: "■";
  font-size: 8px;
  line-height: 1;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: 0;
}

#Company main .company-sec table tr td ul li p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

#Company main .company-sec table tr td ul li p a {
  color: #5e5e5e;
}

#Company main .company-sec table tr td ul li p a:visited {
  color: #5e5e5e;
}

#Company main .company-sec table tr td .change_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Company main .company-sec table tr td .change_sp li:nth-child(1) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

#Company main .company-sec table tr td .change_sp li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}

#Company main .company-sec table tr td .change_sp li:nth-child(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 29px;
}

#Company main .company-sec table tr td .history-list > li {
  margin-bottom: 26px;
}

#Company main .company-sec table tr td .history-list > li:last-child {
  margin-bottom: 0;
}

#Company main .company-sec table tr td .history-list > li span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  display: block;
}

#Company main .access-sec {
  padding: 0 0 90px;
}

#Company main .access-sec iframe {
  width: 100%;
  height: 350px;
}

#Company main .access-sec .link-wrap {
  margin-top: 29px;
}

/*==================================
  Contact
==================================*/
body {
  margin: 0;
}

main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  background: #ebebee;
  /*------ Form Base END ------*/
}

main#Contact p {
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

main#Contact input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

main#Contact input[type="radio"] {
  display: none;
}

main#Contact input[type="radio"]:checked + label {
  background: #ff0000;
}

main#Contact input[type="checkbox"] {
  display: none;
}

main#Contact input[type="checkbox"]:checked + label {
  background: #ff0000;
}

main#Contact input:-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact button,
main#Contact input[type="button"],
main#Contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: white !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

main#Contact input[type="text"]:focus,
main#Contact input[type="email"]:focus,
main#Contact input[type="tel"]:focus,
main#Contact input[type="search"]:focus,
main#Contact input[type="url"]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff;
}

main#Contact input[type="text"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 11px 17px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #c6c6c6;
}

main#Contact .zip-wrap {
  display: inline-block;
  position: relative;
  max-width: 57%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(1% - 3px);
}

main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 16px;
  position: absolute;
  top: 0.9em;
  left: 16px;
  margin: auto;
}

main#Contact .zip-wrap input {
  padding: 11px 21px 11px 39px;
  width: 100%;
  border: 1px solid #c6c6c6;
}

main#Contact .ERR {
  color: #cc0303;
}

main#Contact input[type="button"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #1b2850;
  border-bottom: 1px solid #1b2850;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

main#Contact input[type="checkbox"],
main#Contact input[type="radio"] {
  display: none;
}

main#Contact input[type="checkbox"] + label,
main#Contact input[type="radio"] + label {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #5e5e5e;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

main#Contact input[type="checkbox"] + label::before,
main#Contact input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
}

main#Contact input[type="checkbox"]:checked + label,
main#Contact input[type="radio"]:checked + label {
  background: none;
}

main#Contact input[type="checkbox"]:checked + label::after,
main#Contact input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #143aa8;
  border-radius: 50%;
}

main#Contact .select-box {
  overflow: hidden;
  width: 80%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}

main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: .035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 8px 38px 8px 17px;
}

main#Contact .select-box select::-ms-expand {
  display: none;
}

main#Contact .select-box::before {
  position: absolute;
  top: 1.1em;
  right: 17px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #c6c6c6;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}

main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #fff;
}

main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}

main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
}

main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}

main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}

main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}

main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}

main#Contact .submit_area {
  margin-top: 30px;
  text-align: center;
}

main#Contact .submit_area span input[type="submit"] {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #143aa8;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main#Contact .submit_area ul.koumoku li {
  margin-top: 0;
}

main#Contact .submit_area ul.koumoku li.right, main#Contact .submit_area ul.koumoku li.left {
  float: none;
}

main#Contact .submit_area ul.koumoku li input[type="submit"] {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #143aa8;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

main#Contact .submit_area ul.koumoku li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

main#Contact .submit_area ul.koumoku li:last-child {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .btn_back input[type="submit"] {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #143aa8;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .contact_back a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #143aa8;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

main#Contact .container p {
  font-size: 16px;
}

main#Contact .container p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}

main#Contact .need {
  color: #961212;
}

main#Contact table {
  display: block;
}

main#Contact table tbody {
  display: block;
}

main#Contact table tr {
  display: block;
  margin-bottom: 25px;
}

main#Contact table tr th {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}

main#Contact table tr th .need {
  font-size: 16px;
  line-height: 1;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

main#Contact table tr td {
  display: block;
}

main#Contact table tr td .text02 {
  margin-top: 8px;
}

main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
  margin-bottom: 10px;
}

main#Contact .check-list li {
  display: inline-block;
}

main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 12px;
}

main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}

main#Contact .check-list.pedal > li {
  margin-right: 50px;
}

main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}

main#Contact .check-list.play {
  margin-bottom: -18px;
}

main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}

main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}

main#Contact .form-sec {
  padding-top: 60px;
  padding-bottom: 90px;
}

main#Contact .form-sec .about-catch {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main#Contact .form-sec .about-catch + p {
  font-size: 16px;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

main#Contact .form-sec .telWrap {
  margin-top: 34px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px dashed #b8bed2;
}

main#Contact .form-sec .telWrap p:not(.telNum) {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  color: #5e5e5e;
}

main#Contact .form-sec .telWrap .telNum {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main#Contact .form-sec .telWrap .telNum img {
  display: inline-block;
  margin-right: 8px;
}

main#Contact .form-sec .telWrap .telNum strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #1b2850;
}

main#Contact .form-sec .telWrap .telNum strong a {
  color: #1b2850;
}

main#Contact .form-sec .telWrap .telNum small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  color: #5e5e5e;
  display: block;
  width: 100%;
}

main#Contact .checkbox > p {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

main#Contact.sfm2 .form_wrap > p {
  margin-bottom: 25px;
}

main#Contact.sfm2 p {
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

main#Contact.sfm3 p {
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  text-align: center;
}

/*==================================
  Catalogue
==================================*/
#Catalogue main {
  background-color: #eeeef0;
  padding-bottom: 100px;
}

#Catalogue main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Catalogue main .row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Catalogue main .breadcrumb {
  margin-bottom: 80px;
}

#Catalogue main .title_s {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}

#Catalogue main ul.txt_indent {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-bottom: 60px;
}

#Catalogue main ul.txt_indent li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

#Catalogue main .tit_blue {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

#Catalogue main .tit_blue .right {
  float: none;
  position: relative;
  display: block;
}

#Catalogue main .tit_blue .right a {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #143aa8;
  padding: 17px 16px;
  display: block;
  margin: 13px 23px 10px;
}

#Catalogue main #mainbox {
  padding-top: 60px;
}

#Catalogue main .productsarea {
  margin: 0 -5px -10px;
  padding-bottom: 35px;
}

#Catalogue main .productsarea > p {
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

#Catalogue main .productsarea > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px 10px;
}

#Catalogue main .productsarea > .col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 14px 20px 14px 14px;
}

#Catalogue main .productsarea > .col .card .img-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
}

#Catalogue main .productsarea > .col .card .text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 19px;
  padding-right: 38px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Catalogue main .productsarea > .col .card .text-column::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Catalogue main .productsarea > .col .card .text-column .products {
  margin-bottom: 8px;
}

#Catalogue main .productsarea > .col .card .text-column .products a {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #656e8a;
  background-color: #f0f0f3;
  padding: 3px 10px;
  display: inline-block;
}

#Catalogue main .productsarea > .col .card .text-column .name a {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Catalogue main .productsbox p,
#Catalogue main .productsbox pre,
#Catalogue main .productsbox blockquote,
#Catalogue main .productsbox ul,
#Catalogue main .productsbox li,
#Catalogue main .productsbox ol,
#Catalogue main .productsbox dl,
#Catalogue main .productsbox dd,
#Catalogue main .productsbox tr {
  font-size: 16px;
  line-height: 1.5;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#Catalogue main .productsbox .tit_blue {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}

#Catalogue main .productsbox .tit_blue .right {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

#Catalogue main .productsbox .tit_blue .right a {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #143aa8;
  padding: 5px 16px;
  display: block;
}

#Catalogue main .productsbox table td {
  vertical-align: top;
}

#Catalogue main .productsbox .tbl_draw {
  border: 1px solid #dedede;
  border-bottom: 0;
  border-right: 0;
}

#Catalogue main .productsbox .tbl_draw tr {
  background-color: #fff;
}

#Catalogue main .productsbox .tbl_draw td,
#Catalogue main .productsbox .tbl_draw th {
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#Catalogue main .productsbox .tbl_draw th {
  background: #5f5f5f;
  color: #fff;
}

#Catalogue main .productsbox .tbl_draw td {
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

#Catalogue main .productsbox .tbl_draw th.bg_dgray {
  width: 60px;
}

#Catalogue main .productsbox .tbl_draw .bg_lightblue {
  background: #e3edf7;
  text-align: center;
}

#Catalogue main .productsbox .tbl_draw .bg_pink {
  background: #ffeeee;
  text-align: center;
}

#Catalogue main .productsbox .tbl_draw .bg_pink a {
  border-bottom: 0;
}

#Catalogue main .productsbox .tbl_draw .bg_pink a img {
  margin-top: 0;
  margin-bottom: 0;
}

#Catalogue main .productsbox ol {
  list-style-type: decimal;
}

#Catalogue main .productsbox ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: decimal inside !important;
}

#Catalogue main.Detail {
  padding-bottom: 80px;
}

#Catalogue main.Detail .Part td[width="33%"] a {
  border-bottom: 0;
}

#Catalogue main.Detail .title_s {
  font-size: 18px;
  line-height: 1.1666;
  letter-spacing: 0.08em;
  border-bottom: 1px dashed #b8bed2;
  padding-bottom: 16px;
  text-align: left;
  margin-bottom: 16px;
}

#Catalogue main.Detail img {
  width: 100% !important;
  display: block;
}

#Catalogue main.Detail .scroll-wrap {
  overflow: scroll;
}

#Catalogue main.Detail table {
  width: 100% !important;
}

#Catalogue main.Detail .print_c {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Catalogue main.Detail .print_c .btn {
  display: block;
  padding: 0 5px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}

#Catalogue main.Detail .print_c .btn a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5e5e5e;
  background-color: #fff;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 49px;
}

#Catalogue main.Detail .print_c .btn a svg {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 4px;
}

#Catalogue main.Detail .print_c .btn a img {
  width:20px !important;
  margin:0 10px 0 0;
}


#Catalogue main.Detail .wp_content img {
  max-width: inherit;
  height: inherit;
}

#Catalogue main.Detail .wp_content p,
#Catalogue main.Detail .wp_content pre,
#Catalogue main.Detail .wp_content blockquote,
#Catalogue main.Detail .wp_content ul,
#Catalogue main.Detail .wp_content li,
#Catalogue main.Detail .wp_content ol,
#Catalogue main.Detail .wp_content dl,
#Catalogue main.Detail .wp_content dd,
#Catalogue main.Detail .wp_content tr {
  font-size: 16px;
  line-height: 1.5;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#Catalogue main.Detail .wp_content .tit_blue {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

#Catalogue main.Detail .wp_content .tit_blue .right {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

#Catalogue main.Detail .wp_content .tit_blue .right a {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #143aa8;
  padding: 3px 14px;
  display: block;
  border: 2px solid #143aa8;
}

#Catalogue main.Detail .wp_content .tit_blue .right a:hover {
  color: #143aa8;
  background-color: #fff;
}

#Catalogue main.Detail .wp_content p.com {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

#Catalogue main.Detail .wp_content table {
  border-collapse: separate;
  border-spacing: 2px;
  overflow: scroll;
}

#Catalogue main.Detail .wp_content table td {
  vertical-align: top;
}

#Catalogue main.Detail .wp_content .tbl_draw {
  border: 1px solid #dedede;
  border-bottom: 0;
  border-right: 0;
}

#Catalogue main.Detail .wp_content .tbl_draw tr {
  background-color: #fff;
}

#Catalogue main.Detail .wp_content .tbl_draw td,
#Catalogue main.Detail .wp_content .tbl_draw th {
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#Catalogue main.Detail .wp_content .tbl_draw th {
  background: #5f5f5f;
  color: #fff;
}

#Catalogue main.Detail .wp_content .tbl_draw td {
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

#Catalogue main.Detail .wp_content .tbl_draw th.bg_dgray {
  width: 60px;
}

#Catalogue main.Detail .wp_content .tbl_draw .bg_lightblue {
  background: #e3edf7;
  text-align: center;
}

#Catalogue main.Detail .wp_content .tbl_draw .bg_pink {
  background: #ffeeee;
  text-align: center;
}

#Catalogue main.Detail .wp_content table.tblList tr th {
  padding-right: 20px;
  vertical-align: top;
}

#Catalogue main.Detail .wp_content table.tblList tr td {
  display: table-cell;
  vertical-align: inherit;
}

#Catalogue main.Detail .wp_content ol {
  list-style-type: decimal;
}

#Catalogue main.Detail .wp_content ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: decimal inside !important;
}

#Catalogue main.Detail .wp_content a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #143aa8;
  border-bottom: 1px solid #143aa8;
}

#Catalogue main.Detail .tbl_draw {
  border: 1px solid #dedede;
  border-bottom: 0;
  border-right: 0;
}

#Catalogue main.Detail .tbl_draw td,
#Catalogue main.Detail .tbl_draw th {
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
}

#Catalogue main.Detail .tbl_draw td {
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
}

#Catalogue main.Detail .tbl_draw th {
  background: #5f5f5f;
  color: #fff;
}

#Catalogue main.Detail table.tbl_draw th.left_th {
  width: 80px;
}

#Catalogue main.Detail .tbl_draw th.bg_dgray {
  width: 60px;
}

#Catalogue main.Detail .tbl_draw th.sehin {
  width: 150px;
}

#Catalogue main.Detail .tbl_draw th.name {
  width: 100px;
  text-align: center;
}

#Catalogue main.Detail .tbl_draw th.tani {
  width: 60px;
  text-align: center;
}

#Catalogue main.Detail .bg_lightblue {
  background: #e3edf7;
  text-align: center;
}

#Catalogue main.Detail .bg_pink {
  background: #ffeeee;
  text-align: center;
}

#Catalogue main.Detail .bg_pink a {
  border-bottom: 0;
}

#Catalogue main.Detail .bg_pink a img {
  margin-top: 0;
  margin-bottom: 0;
}

#Catalogue main.Detail .bg_lightbrown {
  background: #f7f4e3;
  text-align: center;
}

#Catalogue main.Detail table.tblSekou tr td {
  vertical-align: top;
}

#Catalogue main .pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 78px;
}

#Catalogue main .pageBox > div {
  font-size: 14px;
  line-height: 1;
  position: relative;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Catalogue main .pageBox > div.list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 10px;
}

#Catalogue main .pageBox > div.list a {
  text-align: center;
  width: 180px;
  height: 54px;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  border: 2px solid #143aa8;
  background: #143aa8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Catalogue main .pageBox > div.prev a,
#Catalogue main .pageBox > div.next a {
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

#Catalogue main .pageBox > div.prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#Catalogue main .pageBox > div.prev a {
  padding-left: 24px;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

#Catalogue main .pageBox > div.prev a::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Catalogue main .pageBox > div.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#Catalogue main .pageBox > div.next a {
  padding-right: 24px;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

#Catalogue main .pageBox > div.next a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Catalogue main .table-wrapper {
  overflow-x: scroll;
}

#Catalogue main .table-wrapper + .scroll_support {
  color: #143aa8;
  font-size: 0.8em;
  margin-bottom: 0.75em;
}

/*==================================
  Case
==================================*/
#Case main {
  background-color: #eeeef0;
  padding-bottom: 100px;
}

#Case main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Case main .row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Case main .breadcrumb {
  margin-bottom: 72px;
}

#Case main .top-catch {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

#Case main #mainbox {
  padding-top: 59px;
}

#Case main ul.row .col {
  padding-bottom: 50px;
}

#Case main ul.row .col:last-child {
  padding-bottom: 0;
}

#Case main ul.row .col .ph {
  margin-bottom: 16px;
  overflow: hidden;
}

#Case main ul.row .col .ph img {
  height: 61.08vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

#Case main ul.row .col .date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: block;
  color: #143aa8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

#Case main ul.row .col .ttl {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Case main ul.row .col p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  margin-top: 12px;
}

#Case main .pagenation {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 38px;
  margin-bottom: 75px;
}

#Case main .pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Case main .pagenation .wp-pagenavi .pages,
#Case main .pagenation .wp-pagenavi .extend,
#Case main .pagenation .wp-pagenavi .first,
#Case main .pagenation .wp-pagenavi .last {
  display: none;
}

#Case main .pagenation .wp-pagenavi .page,
#Case main .pagenation .wp-pagenavi .current {
  background-color: #fff;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #143aa8;
  letter-spacing: 0.06em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}

#Case main .pagenation .wp-pagenavi .current {
  color: #fff;
  background-color: #143aa8;
}

#Case main .pagenation .wp-pagenavi .nextpostslink,
#Case main .pagenation .wp-pagenavi .previouspostslink {
  background-color: #fff;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #143aa8;
  letter-spacing: 0.06em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

#Case main .pagenation .wp-pagenavi .nextpostslink::before,
#Case main .pagenation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Case main .pagenation .wp-pagenavi .previouspostslink::before {
  left: 4px;
  right: 0;
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
}

#Case main.detail .pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 78px;
}

#Case main.detail .pageBox > div {
  font-size: 14px;
  line-height: 1;
  position: relative;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Case main.detail .pageBox > div.list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 10px;
}

#Case main.detail .pageBox > div.list a {
  text-align: center;
  width: 180px;
  height: 54px;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  border: 2px solid #143aa8;
  background: #143aa8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Case main.detail .pageBox > div.prev a,
#Case main.detail .pageBox > div.next a {
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

#Case main.detail .pageBox > div.prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#Case main.detail .pageBox > div.prev a {
  padding-left: 24px;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

#Case main.detail .pageBox > div.prev a::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Case main.detail .pageBox > div.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#Case main.detail .pageBox > div.next a {
  padding-right: 24px;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

#Case main.detail .pageBox > div.next a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #143aa8;
  border-right: 2px solid #143aa8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Case main.detail .wp_content p {
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
}

#Case main.detail .title_s {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  border-bottom: 1px dashed #b8bed2;
  padding-bottom: 18px;
}

#Case main.detail .title_s span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #143aa8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  display: block;
}

#Case main.detail .category-area {
  margin-top: 20px;
  margin-bottom: 40px;
}

#Case main.detail .category-area dl {
  padding: 8px 17px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Case main.detail .category-area dl:last-child {
  margin-top: 5px;
}

#Case main.detail .category-area dl dt {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 700;
  min-width: 88px;
}

#Case main.detail .category-area dl dd {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  padding-left: 14px;
  border-left: 1px solid #ececec;
}

/*==================================
  Recruit
==================================*/
#Recruit main {
  padding: 0 0 90px;
}

#Recruit main .bg-color {
  background-image: url(../images/common/bg-image.jpg);
  background-repeat: repeat;
  background-size: 384px 384px;
  background-position: center;
}

#Recruit main p {
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 0.06em;
}

#Recruit main .link-wrap {
  text-align: center;
}

#Recruit main .link-wrap .link-button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #fff;
  height: 50px;
  width: 236px;
  background-color: #143aa8;
  border: 2px solid #143aa8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 40px;
}

#Recruit main .link-wrap .link-button span {
  padding-right: 19px;
  position: relative;
  display: inline-block;
}

#Recruit main .link-wrap .link-button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/blank.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 10px;
}

#Recruit main .about-sec {
  padding: 55px 0 77px;
}

#Recruit main .about-sec .catch-text {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 14px;
}

#Recruit main .works-sec {
  padding-bottom: 60px;
}

#Recruit main .works-sec .container > p {
  text-align: left;
}

#Recruit main .works-sec .container .list-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Recruit main .works-sec .container .list-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Recruit main .works-sec .container .list-area .row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

#Recruit main .works-sec .container .list-area .row .col:last-child {
  margin-bottom: 0;
}

#Recruit main .works-sec .container .list-area .row .col .card {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Recruit main .works-sec .container .list-area .row .col .card .ph {
  margin-bottom: 20px;
  text-align: center;
}

#Recruit main .works-sec .container .list-area .row .col .card .ttl {
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
}

#Recruit main .works-sec .container .list-area .row .col .card .ttl strong {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b2850;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #1b2850;
  display: inline-block;
}

#Recruit main .works-sec .container .list-area .row .col .card .ttl small {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #143aa8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-left: 12px;
}

#Recruit main .education-sec {
  padding: 75px 0 0;
}

#Recruit main .education-sec .link-wrap .link-button {
  margin-top: 18px;
}

/*==================================
  Other
==================================*/
#Other main p {
  color: #5e5e5e;
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
}

#Other main .privacy-area {
  padding-top: 60px;
  padding-bottom: 90px;
}

#Other main .privacy-area > p {
  margin-bottom: 35px;
}

#Other main .privacy-area .privacy-list {
  counter-reset: number 0;
}

#Other main .privacy-area .privacy-list li {
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 18px;
}

#Other main .privacy-area .privacy-list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: YakuHanJP,
 'Noto Sans JP',
 sans-serif;
  font-weight: 500;
  color: #143aa8;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#Other main .sitemap-area {
  padding-top: 60px;
  padding-bottom: 90px;
}

#Other main .sitemap-area > ul > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

#Other main .sitemap-area > ul > li:last-child {
  border-bottom: 0;
}

#Other main .sitemap-area > ul > li dl dd {
  margin-top: 16px;
}

#Other main .sitemap-area > ul > li dl dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Other main .sitemap-area > ul > li dl dd > ul li {
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 20px;
}

#Other main .sitemap-area > ul > li dl dd > ul li a {
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 4px;
}

#Other main .sitemap-area > ul > li dl dd > ul li a:hover {
  color: #143aa8;
  border-color: #143aa8;
}

#Other main .sitemap-area .link-button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  max-width: 236px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #143aa8;
  margin-left: 0;
  border: 2px solid #143aa8;
}

#Other main .sitemap-area .link-button:hover {
  background-color: #fff;
  color: #143aa8;
}
