@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

@font-face {
  font-family: "lineseed_t";
  src: url("../font/fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-family: "lineseed_r";
  src: url("../font/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "lineseed_b";
  src: url("../font/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "lineseed_eb";
  src: url("../font/fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
@media screen and (min-width:769px) and (max-width:1024px) {
  html {
    font-size: 0.9765625vw;
  }
}

body {
  font-family: "lineseed_r", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}
body._active_ {
  transition: height 0.3s linear, overflow-y 0.3s linear;
}
@media screen and (max-width:768px) {
  body._active_ {
    overflow-y: hidden;
    height: 100%;
  }
}
body._active_ .l-header-right__inner {
  width: 100%;
  transition: width 0.3s linear;
}
body._active_ .l-header-right__btn {
  position: absolute;
  z-index: -1;
  transition: z-index 0.3s linear;
}
body._active_ .l-header-menu {
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: width 0.3s linear;
}
@media screen and (max-width:768px) {
  body._active_ .l-header-menu {
    border-radius: 56px;
    background: #0A48B2;
    box-shadow: none;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 56px;
  }
}
body._active_ .l-header-menu__item:nth-of-type(1) {
  transform: translateY(6px) rotate(-315deg);
}
body._active_ .l-header-menu__item:nth-of-type(2) {
  transform: translateY(-6px) rotate(315deg);
}
@media screen and (max-width:768px) {
  body._active_ .l-header-menu__item {
    background: #ffffff;
  }
  body._active_ .l-header-menu__item:nth-of-type(1) {
    transform: translateY(4px) rotate(-315deg);
  }
  body._active_ .l-header-menu__item:nth-of-type(2) {
    transform: translateY(-4px) rotate(315deg);
  }
}
body.home .l-header-logo {
  display: none;
}

a {
  color: #0A48B2;
  text-decoration: none;
  transition: 0.4s all;
}
a .icon-filter_none::before {
  display: inline-block;
}
a[href*="tel:"] {
  cursor: default !important;
  color: #5F5F5F;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  a[href*="tel:"] {
    color: #0A48B2;
  }
}
a[href*="tel:"].__white {
  color: #ffffff;
}

.link-opacity {
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .link-opacity:hover {
    opacity: 0.7;
  }
}

.link-underline {
  transition: 0.4s all;
  position: relative;
  display: inline-block;
}
.link-underline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, 0);
  background: #0A48B2;
  content: "";
  transition: all 0.4s;
}
.link-underline._white_ {
  color: #ffffff;
}
.link-underline._white_::after {
  background: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .link-underline._white_:hover::after {
    background: #0A48B2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-underline:hover::after {
    background: #ffffff;
  }
}

._bg-white_ {
  background: #ffffff;
  padding: 160px 0;
}
@media screen and (max-width:768px) {
  ._bg-white_ {
    padding: 60px 0;
  }
}

._bg-blue_ {
  background: url(../img/common/bg_footer.png) top left no-repeat #0A48B2;
  background-size: 100%;
  color: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width:768px) {
  ._bg-blue_ {
    padding: 60px 0;
  }
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.icon-filter_none {
  margin: 0 3px;
  color: #0A48B2;
}

.inview.fadeup {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(30px);
}
.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}
.inview.fadedown {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(-30px);
}
.inview.fadedown.active {
  opacity: 1;
  transform: translateY(0);
}
.inview.fadeleft {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.5s;
}
.inview.fadeleft.active {
  opacity: 1;
  transform: translateX(0);
}
.inview.faderight {
  opacity: 0;
  transform: translateX(-30px);
  transition: 0.5s;
}
.inview.faderight.active {
  opacity: 1;
  transform: translateX(0);
}

.delay01 {
  transition-delay: 0.3s !important;
}

.delay02 {
  transition-delay: 0.5s !important;
}

.delay03 {
  transition-delay: 0.7s !important;
}

.delay04 {
  transition-delay: 0.9s !important;
}

.delay05 {
  transition-delay: 1.1s !important;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../font/fonts/icomoon.eot");
  src: url("../font/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../font/fonts/icomoon.ttf") format("truetype"), url("../font/fonts/icomoon.woff") format("woff"), url("../font/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-phone:before {
  content: "\e904";
}

.icon-arrow_right:before {
  content: "\e900";
}

.icon-arrow_left:before {
  content: "\e905";
}

.icon-arrow_bottom:before {
  content: "\e906";
}

.icon-arrow_top:before {
  content: "\e907";
}

.icon-arrow_up:before {
  content: "\e901";
}

.icon-pagetop:before {
  content: "\e902";
}

.icon-window:before {
  content: "\e903";
}

.e-a-txt-arrow {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
}
.e-a-txt-arrow .__ico {
  color: #0A48B2;
  line-height: 1.2;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 3px;
  left: 5px;
}
@media screen and (max-width:768px) {
  .e-a-txt-arrow .__ico.icon-filter_none {
    font-size: 1.3rem;
  }
}
.e-a-txt-arrow .__txt {
  color: #5F5F5F;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 240px;
  height: 45px;
  margin: 10px 20px;
  padding: 0 24px;
  background: #393939;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.4s all;
  border-radius: 50px;
  position: relative;
  letter-spacing: 0.54px;
}
@media screen and (max-width:768px) {
  .e-btn {
    margin: 10px;
    font-size: 1.7rem;
    width: 100%;
    min-width: auto !important;
  }
}
.e-btn._left_ {
  text-align: left;
  justify-content: flex-start;
}
.e-btn._right_ {
  text-align: right;
  justify-content: flex-end;
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn:not(._disabled_):hover {
    background: #ffffff;
    border-color: #0A48B2;
    color: #0A48B2;
  }
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._radius_ {
  border-radius: 0px;
}
.e-btn._m-0_ {
  margin: 0;
}
.e-btn._width_ {
  min-width: auto;
  width: 100%;
}
.e-btn._w-l_ {
  min-width: 400px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn._w-l_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn._w-s_ {
  min-width: 240px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn._w-s_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn._w-m_ {
  min-width: 320px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn._w-m_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn._white_ {
  background: #ffffff;
  color: #5F5F5F;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._white_:not(._disabled_):hover {
    background: #FFAD15;
    color: #ffffff;
  }
}
.e-btn._gray_ {
  background: #E2E2E2;
  color: #5F5F5F;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._gray_:not(._disabled_):hover {
    background: #5F5F5F;
    border: none;
    color: #ffffff;
  }
}
.e-btn._black_ {
  background: url(../img/common/bg_btn_bottom.png) bottom right no-repeat #393939;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._black_:not(._disabled_):hover {
    background: #FFAD15;
    color: #ffffff;
  }
}
.e-btn._blue_ {
  background: #E5EAF4;
  color: #0A48B2;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._blue_:not(._disabled_):hover {
    background: #0A48B2;
    color: #ffffff;
  }
}

.e-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 240px;
  height: 45px;
  margin: 10px 20px;
  padding: 0 24px;
  background: #393939;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.4s all;
  border-radius: 50px;
  position: relative;
  letter-spacing: 0.54px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow {
    margin: 10px;
    font-size: 1.7rem;
    width: 100%;
    min-width: auto !important;
  }
}
.e-btn-arrow._left_ {
  text-align: left;
  justify-content: flex-start;
}
.e-btn-arrow._right_ {
  text-align: right;
  justify-content: flex-end;
}
.e-btn-arrow .__txt {
  position: relative;
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s all;
  font-size: 1.8rem;
}
.e-btn-arrow .__ico:first-child {
  left: 24px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:first-child {
    left: 15px;
  }
}
.e-btn-arrow .__ico:last-child {
  right: 24px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:last-child {
    right: 15px;
  }
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    background: #ffffff;
    border-color: #0A48B2;
    color: #0A48B2;
  }
  .e-btn-arrow:not(._disabled_):hover .__ico:first-child {
    transform: translate(-10px, -50%);
  }
  .e-btn-arrow:not(._disabled_):hover .__ico:last-child {
    transform: translate(10px, -50%);
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._radius_ {
  border-radius: 0px;
}
.e-btn-arrow._m-0_ {
  margin: 0;
}
.e-btn-arrow._width_ {
  min-width: auto;
  width: 100%;
}
.e-btn-arrow._w-l_ {
  min-width: 400px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-l_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn-arrow._w-s_ {
  min-width: 240px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-s_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn-arrow._w-m_ {
  min-width: 320px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-m_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn-arrow._white_ {
  background: #ffffff;
  color: #5F5F5F;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._white_:not(._disabled_):hover {
    background: #FFAD15;
    color: #ffffff;
    border: none;
  }
}
.e-btn-arrow._gray_ {
  background: #E2E2E2;
  color: #5F5F5F;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._gray_:not(._disabled_):hover {
    background: #5F5F5F;
    border: none;
    color: #ffffff;
  }
}
.e-btn-arrow._black_ {
  background: url(../img/common/bg_btn_bottom.png) bottom right no-repeat #393939;
  background-size: cover;
  color: #ffffff;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._black_:not(._disabled_):hover {
    background: #FFAD15;
    color: #ffffff;
    border: none;
  }
}
.e-btn-arrow._blue_ {
  background: #E5EAF4;
  color: #0A48B2;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._blue_:not(._disabled_):hover {
    background: #0A48B2;
    color: #ffffff;
  }
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-form-check .__txt::after {
  left: 1px;
  content: "\f00c";
  color: #0A48B2;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 2px solid #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #0A48B2;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.e-form-select {
  display: inline-block;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #393939;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #393939;
  color: #5F5F5F;
}
.e-form-text._w-m_ {
  max-width: 350px;
}
.e-form-text._w-s_ {
  max-width: 100px;
}
.e-form-text._w-a_ {
  width: auto;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #393939;
  color: #5F5F5F;
}

.e-h1 {
  width: 100%;
  height: 125px;
  padding: 0 40px 24px;
  margin: 120px 8px 0;
  color: #0A48B2;
  border-bottom: 1px solid #0A48B2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .e-h1 {
    padding: 0 16px 12px;
    height: 130px;
    margin: 30px 4px 0;
    width: calc(100% - 8px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.e-h1__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.e-h1__ttl .__jp {
  order: 2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1;
  margin: 10px 0 0;
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width:768px) {
  .e-h1__ttl .__jp {
    font-size: 1.8rem;
  }
}
.e-h1__ttl .__jp::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 14px;
  height: 14px;
  background: #0A48B2;
  border-radius: 14px;
}
.e-h1__ttl .__en {
  order: 1;
  font-size: 6.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .e-h1__ttl .__en {
    font-size: 3.2rem;
  }
}

.e-h2 {
  margin: 0 0 64px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .e-h2 {
    font-size: 1.6rem;
    margin: 0 0 32px;
  }
}
.e-h2 .__en {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  order: 1;
  color: #0A48B2;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .e-h2 .__en {
    font-size: 3.2rem;
    margin: 0 0 5px;
  }
}
.e-h2 .__jp {
  order: 2;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1;
}
.e-h2 .__jp::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 14px;
  height: 14px;
  background: #0A48B2;
  border-radius: 14px;
}
.e-h2._white_ {
  color: #ffffff;
}
.e-h2._white_ .__jp::before {
  background: #ffffff;
}
.e-h2._white_ .__en {
  color: #ffffff;
}
.e-h2._center_ {
  display: table;
  margin: 0 auto 64px;
}
@media screen and (max-width:768px) {
  .e-h2._center_ {
    display: block;
    margin: 0 auto 32px;
    text-align: left;
  }
}
.e-h2._center_ .__jp,
.e-h2._center_ .__en {
  display: block;
}
.e-h2._top-center_ {
  align-items: center;
}

.e-h3 {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  margin: 0 0 70px;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .e-h3 {
    font-size: 3rem;
    margin: 0 0 25px;
  }
}
.e-h3._center_ {
  text-align: center;
}

.e-h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #0A48B2;
  margin: 0 0 30px;
  padding: 0 0 30px;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
@media screen and (max-width:768px) {
  .e-h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.e-h4::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #0A48B2;
}
.e-h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0A48B2;
}
.e-h4._en_ {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .e-h4._en_ {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.e-h5 {
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #0A48B2;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .e-h5 {
    font-size: 1.8rem;
  }
}

.e-h6 {
  margin: 0 0 15px;
  color: #0A48B2;
  font-size: 1.6rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}

.e-iframe {
  position: relative;
  height: 0;
  padding-bottom: 37.5%;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .e-iframe {
    padding-bottom: 70%;
  }
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .e-list-circle__item {
    margin-bottom: 10px;
  }
}
.e-list-circle__item:last-child {
  margin: 0;
}
.e-list-circle__item::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  content: "";
  background: #8AB0F3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .e-list-circle__item::before {
    top: 0.25em;
  }
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width:768px) {
  .e-list-number__item {
    margin-bottom: 10px;
  }
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ". ";
  color: #5F5F5F;
  display: block;
  position: absolute;
  left: 0;
}
.e-list-number._blue_ .e-list-number__item::before {
  color: #0A48B2;
}

.e-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  color: #000000;
  border-radius: 2px;
}
@media screen and (max-width:768px) {
  .e-label {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}

.m-box {
  padding: 50px;
}
@media screen and (max-width:768px) {
  .m-box {
    padding: 25px;
  }
}
.m-box._line-gray_ {
  border: 1px solid #393939;
}
.m-box._white_ {
  background: #ffffff;
}

.m-indent {
  display: table;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #0A48B2;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
}

.m-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 5px;
  grid-template-areas: "prev list next";
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pager__item {
  display: flex;
}
.m-pager__item._prev_ {
  grid-area: prev;
  justify-content: flex-start;
}
.m-pager__item._next_ {
  grid-area: next;
  justify-content: flex-end;
}
.m-pager__item._list_ {
  grid-area: list;
  justify-content: center;
}
.m-pager__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #0A48B2;
  color: #0A48B2;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #0A48B2;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #0A48B2;
    color: #ffffff;
    opacity: 1;
  }
}

.m-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pagination__item {
  margin: 0 3px 5px;
}
@media screen and (max-width:768px) {
  .m-pagination__item {
    margin-bottom: 10px;
  }
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #0A48B2;
  color: #0A48B2;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #0A48B2;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #0A48B2;
    color: #ffffff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 30px 0;
  border-bottom: 2px solid #8AB0F3;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .m-table th,
  .m-table td {
    padding: 10px 0;
  }
}
.m-table th {
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
.m-table tr:last-child th,
.m-table tr:last-child td {
  border-bottom: none;
}
.m-table tr:first-child th,
.m-table tr:first-child td {
  padding-top: 0;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .m-table._sp-col1_ {
    display: block;
  }
  .m-table._sp-col1_ thead,
  .m-table._sp-col1_ tbody,
  .m-table._sp-col1_ tr,
  .m-table._sp-col1_ th,
  .m-table._sp-col1_ td {
    display: block;
  }
  .m-table._sp-col1_ th {
    padding: 15px 0 5px;
    border-bottom: none;
  }
  .m-table._sp-col1_ td {
    padding: 5px 0 15px;
  }
  .m-table._wide_ {
    border: none;
    display: block;
  }
  .m-table._wide_ th,
  .m-table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: center;
  }
  .m-table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_ {
    border: none;
  }
  .m-table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th {
    display: block;
  }
  .m-table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
}

.c-breadcrumb {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  color: #949494;
}
@media screen and (max-width:768px) {
  .c-breadcrumb {
    font-size: 1.2rem;
  }
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__item:not(:last-child)::after {
  margin: 0 8px;
  content: "\e900";
  font-family: "icomoon";
  font-weight: 400;
  color: #5F5F5F;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin: 0 4px;
  }
}
.c-breadcrumb__link {
  color: #949494;
  transition: 0.4s all;
  position: relative;
  display: inline-block;
}
.c-breadcrumb__link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, 0);
  background: #ffffff;
  content: "";
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link:hover::after {
    background: #949494;
  }
}

.c-contact-tel__inner {
  width: min(960px, 90%);
  padding: 80px;
  margin: 0 auto 160px;
  background: url(../img/contact/bg_contact-tel.png) no-repeat center/cover;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .c-contact-tel__inner {
    padding: 60px 40px;
    margin: 0 auto 80px;
    background: #0A48B2;
    position: relative;
  }
  .c-contact-tel__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 120px;
    background: url(../img/contact/bg_contact-tel_sp_top.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 16px 0 0 0;
  }
  .c-contact-tel__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 120px;
    background: url(../img/contact/bg_contact-tel_sp_btm.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 0 0 16px 0;
  }
}
.c-contact-tel__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-contact-tel__ttl {
    font-size: 1.8rem;
  }
}
.c-contact-tel__ttl::before {
  content: "●";
}
.c-contact-tel__link {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-contact-tel__link {
    font-size: 3rem;
  }
}
.c-contact-tel__link::before {
  content: "";
  width: 22px;
  background: url(../img/contact/ico_tel.svg) no-repeat center/100%;
  aspect-ratio: 22/36;
}
@media screen and (max-width:768px) {
  .c-contact-tel__link::before {
    font-size: 1.8rem;
  }
}
.c-contact-tel__time {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-contact-tel__time {
    font-size: 1.4rem;
  }
}

.c-contact-form {
  width: min(960px, 90%);
  margin: 0 auto 80px;
}
.c-contact-form__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0A48B2;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-contact-form__ttl {
    font-size: 2rem;
  }
}
.c-contact-form__ttl::before {
  content: "●";
}
.c-contact-form__subttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #5F5F5F;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-contact-form__subttl {
    font-size: 2.4rem;
  }
}
.c-contact-form__txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #5F5F5F;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-contact-form__txt {
    font-size: 1.6rem;
  }
}
.c-contact-form-quote {
  margin-bottom: 80px;
}
.c-contact-form-quote__list::before {
  content: "※";
}
.c-contact-form-quote__list.quote-red::before {
  color: #DF0000;
}
.c-contact-form-quote__list .__link {
  color: #0A48B2;
  font-weight: 700;
  text-decoration: underline;
}
.c-contact-form-step {
  width: min(480px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: order 0;
  position: relative;
}
.c-contact-form-step::before {
  content: "";
  background: #E5EAF4;
  width: 100%;
  height: 2px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 23px;
}
.c-contact-form-step.step2::after {
  content: "";
  background: #0A48B2;
  width: 50%;
  height: 2px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 23px;
}
.c-contact-form-step.step3::before {
  background: #0A48B2;
}
.c-contact-form-step__number {
  font-size: 1.5rem;
  color: #5F5F5F;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.c-contact-form-step__number::before {
  content: counter(order);
  counter-increment: order 1;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #E5EAF4;
  color: #0A48B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact-form-step__number.active-number::before {
  color: #fff;
  background: #0A48B2;
}
.c-contact-form-input-parts__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 3px;
}
.c-contact-form-input-parts__ttl::after {
  content: "※";
  font-size: 1rem;
  color: #DF0000;
}
.c-contact-form-input-parts__ttl.__any::after {
  content: none;
}
.c-contact-form-input-parts__check label {
  line-height: 1;
}
.c-contact-form-input-parts__check .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.c-contact-form-input-parts__item {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__item input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
    line-height: 1.5;
    gap: 5px;
  }
}
.c-contact-form-input-parts__item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  transition: all 0.2s;
}
.c-contact-form-input-parts__item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url(../img/contact/ico_check.svg) no-repeat center/100%;
}
.c-contact-form-input-parts__item .wpcf7-list-item-label {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 3px;
}
.c-contact-form-input-parts__subitem.prefecture {
  margin-bottom: 20px;
}
.c-contact-form-input-parts__subitem.town {
  max-width: 480px;
  margin-bottom: 20px;
}
.c-contact-form-input-parts__subitem.other .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-contact-form-input-parts__subtxt {
  flex-shrink: 0;
}
.c-contact-form-input-parts.number-wrap {
  margin-bottom: 55px;
}
.c-contact-form-input-parts__number {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__number {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-contact-form-input-parts__numbertxt {
  width: 290px;
  background: #F4F4F4;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__numbertxt {
    width: 100%;
  }
}
.c-contact-form-input-parts__btn {
  font-size: 1.6rem;
  text-align: center;
  width: 110px;
  padding: 20px 0;
  box-sizing: border-box;
  border: 1px solid #5F5F5F;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__btn {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.c-contact-form-input-parts__txt {
  width: 100%;
  background: #F4F4F4;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.c-contact-form-input-parts__txt.half {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__txt.half {
    width: 100%;
  }
}
.c-contact-form-input-parts__textarea {
  width: 100%;
  background: #F4F4F4;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.c-contact-form-input-parts__select {
  width: 240px;
  background: #F4F4F4;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-contact-form-input-parts .__prefecture {
  position: relative;
}
.c-contact-form-input-parts .__prefecture::after {
  content: "";
  background: url(../img/contact/ico_select.svg) no-repeat center/100%;
  width: 16px;
  aspect-ratio: 16/7;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-contact-form-input-parts__quote {
  margin: 15px 0 20px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__quote {
    font-size: 1.4rem;
  }
}
.c-contact-form-input-parts__subitem {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__subitem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-contact-form-input-parts__itemtxt {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-contact-form-input-parts__itemtxt {
    font-size: 1.4rem;
  }
}
.c-contact-form-input-parts__itemtxt .policy-link {
  font-weight: 700;
  text-decoration: underline;
}
.c-contact-form-input-parts__itemtxt .__ico {
  color: #0A48B2;
  margin-left: 3px;
}
.c-contact-form-input__submit {
  text-align: center;
  padding: 0;
  position: relative;
  margin: 0 auto !important;
  width: 320px;
  display: block;
}
.c-contact-form-input__submit:first-of-type {
  margin-right: 80px;
}
.c-contact-form-input__submit::after {
  content: "";
  background: url(../img/contact/ico_select.svg) no-repeat center/100%;
  width: 20px;
  aspect-ratio: 20/10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(115deg) brightness(107%) contrast(99%);
  transition: all 0.3s;
}
.c-contact-form-input__submit:hover::after {
  right: 15px;
}
.c-contact-form-input__submit .c-contact-form-input-parts__submitbtn {
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  text-align: left;
}
.c-contact-form .wpcf7-spinner {
  display: none;
}
.c-contact-form .wpcf7-response-output {
  display: none;
}

.c-contact-confirm__catch {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-confirm__catch {
    font-size: 2rem;
  }
}
.c-contact-confirm__parts {
  margin-bottom: 45px;
}
.c-contact-confirm__parts:nth-of-type(8) {
  margin-bottom: 80px;
}
.c-contact-confirm__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #0A48B2;
  margin-bottom: 20px;
}
.c-contact-confirm__ttl:last-of-type {
  margin-bottom: 80px;
}
.c-contact-confirm__item {
  font-weight: 700;
}
.c-contact-confirm__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-contact-confirm__btn {
    flex-direction: column;
    gap: 20px;
  }
}
.c-contact-confirm__returnbtn {
  width: 240px;
  height: 64px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 24px;
  box-sizing: border-box;
  background: transparent;
  color: #5F5F5F;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-contact-confirm__returnbtn {
    text-align: center;
    width: 100%;
  }
}
.c-contact-confirm__submitbtn {
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-contact-confirm__submitbtn {
    text-align: center;
  }
}
.c-contact-confirm__submit {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0;
  position: relative;
  transition: all 0.4s;
}
.c-contact-confirm__submit::after {
  content: "";
  background: url(../img/contact/ico_select.svg) no-repeat center/100%;
  width: 20px;
  aspect-ratio: 20/10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(115deg) brightness(107%) contrast(99%);
  transition: all 0.3s;
}
.c-contact-confirm__submit:hover::after {
  right: 17px;
}
.c-contact-confirm__submit.return_wrap {
  background: #E2E2E2;
  margin-right: 80px;
  border-radius: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-confirm__submit.return_wrap {
    width: 100%;
    margin: 0;
  }
}
.c-contact-confirm__submit.return_wrap:hover {
  background: #0A48B2;
}
.c-contact-confirm__submit.return_wrap:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(115deg) brightness(107%) contrast(99%);
  left: 17px;
}
.c-contact-confirm__submit.return_wrap:hover .c-contact-confirm__returnbtn {
  color: #fff;
}
.c-contact-confirm__submit.return_wrap::before {
  content: "";
  background: url(../img/contact/ico_select.svg) no-repeat center/100%;
  width: 20px;
  aspect-ratio: 20/10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: unset;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.c-contact-confirm__submit.return_wrap::after {
  content: none;
}

.c-contact-complete {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-contact-complete__catch {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__catch {
    font-size: 2.6rem;
  }
}
.c-contact-complete__txt {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__txt {
    font-size: 1.4rem;
  }
}
.c-contact-complete .c-contact-form-input__submit {
  text-align: center;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
}

.c-entry {
  max-width: 1020px;
  margin: 0 auto 120px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-entry {
    padding: 0;
    margin: 0 0 60px;
  }
}
.c-entry__img {
  margin: 0 0 64px;
  border-radius: 16px;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-entry__img {
    height: 320px;
    margin: 0 0 32px;
  }
  .c-entry__img > * {
    width: 100%;
    height: 100%;
  }
}
.c-entry__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-entry__ttl {
  font-size: 3.2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #0A48B2;
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-entry__ttl {
    font-size: 2.5rem;
    margin: 0 0 24px;
  }
}
.c-entryBody {
  padding: 0 0 64px;
  margin: 0 0 24px;
  border-bottom: 2px solid #393939;
}
@media screen and (max-width:768px) {
  .c-entryBody {
    padding: 0 0 32px;
    margin: 0 0 12px;
  }
}
.c-entryBody p {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-entryBody p {
    margin: 0 0 15px;
  }
}
.c-entryBody p:last-child {
  margin: 0;
}
.c-entryHead {
  display: flex;
}
.c-entryHead__date {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-entryHead__date {
    margin: 0 20px 0 0;
  }
}
.c-entryHead__category {
  color: #0A48B2;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}

.c-flex {
  display: flex;
}
.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}
.c-flex__item img {
  max-width: 100%;
}
.c-flex._left_ {
  flex-direction: row;
}
.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
}
.c-flex._right_ {
  flex-direction: row-reverse;
}
.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
}

.c-float::after {
  display: block;
  content: "";
  clear: both;
}
.c-float__item {
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-float__item {
    margin-bottom: 15px;
  }
}
.c-float__item img {
  max-width: 100%;
}
.c-float._left_ .c-float__item {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
}
.c-float._right_ .c-float__item {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-float._sm-col1_ .c-float__item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}

.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
}
@media screen and (max-width:768px) {
  .c-grid:not([class*=_col]) {
    margin-left: calc(10px / 2 * -1);
    margin-right: calc(10px / 2 * -1);
  }
}
.c-grid .__col {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-grid .__col._col-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid._stretch_ .__col {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .c-grid._col2_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 65px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .c-grid._col2_ {
    grid-gap: 65px 40px;
  }
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}
@media print, screen and (min-width:769px) {
  .c-grid._col3_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 65px 51px;
  }
}
@media screen and (max-width: 1100px) {
  .c-grid._col3_ {
    grid-gap: 65px 30px;
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col4_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col5_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media screen and (max-width:768px) {
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 10px;
  }
  .c-grid._sm-col1_ {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
    grid-gap: 40px 30px;
  }
}

.c-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -49px;
}
@media screen and (max-width:768px) {
  .c-news-list {
    margin: 0;
  }
}
.c-news-list._index_ {
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  .c-news-list._index_ {
    margin-bottom: 32px;
  }
}
.c-news-list._index_ .c-news-list__item {
  width: 25%;
  margin: 0;
}
.c-news-list._index_ .c-news-list__item:nth-of-type(4n) {
  border-right: none;
}
.c-news-list._index_ .c-news-list__item:nth-of-type(3n) {
  border-right: 2px solid #393939;
}
@media only screen and (min-width: 501px) and (max-width: 1100px) {
  .c-news-list._index_ .c-news-list__item {
    width: 50%;
    margin: 0 0 50px;
  }
  .c-news-list._index_ .c-news-list__item:nth-of-type(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .c-news-list._index_ .c-news-list__item {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #393939;
    padding: 0;
    margin: 0 0 40px;
  }
  .c-news-list._index_ .c-news-list__item:nth-of-type(2n), .c-news-list._index_ .c-news-list__item:nth-of-type(3n) {
    border-right: none;
  }
  .c-news-list._index_ .c-news-list__item:nth-of-type(4n) {
    margin: 0;
  }
}
.c-news-list._index_ .c-news-list-top__img {
  height: 221px;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .c-news-list._index_ .c-news-list-top__img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .c-news-list._index_ .c-news-list-top__img {
    height: 250px;
  }
}
.c-news-list__item {
  padding: 0 49px;
  margin: 0 0 80px;
  border-right: 2px solid #393939;
  width: 33.3333333333%;
}
.c-news-list__item:nth-of-type(3n) {
  border-right: none;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .c-news-list__item {
    width: 50%;
    padding: 0 25px;
    margin: 0 0 50px;
  }
  .c-news-list__item:nth-of-type(3n) {
    border-right: 2px solid #393939;
  }
  .c-news-list__item:nth-of-type(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .c-news-list__item {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #393939;
    padding: 0;
    margin: 0 0 40px;
  }
}
.c-news-list__link {
  display: block;
  color: #5F5F5F;
  transition: 0.4s all;
}
@media screen and (max-width: 500px) {
  .c-news-list__link {
    padding: 0 0 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover .c-news-list-top__img {
    transform: skew(-4deg, 4deg);
  }
}
.c-news-list__label {
  color: #0A48B2;
  margin: 10px 0 0;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
.c-news-list-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 16px;
}
.c-news-list-top__img {
  order: 2;
  border-radius: 4px;
  border: 2px solid #393939;
  width: 90.2%;
  height: 333px;
  overflow: hidden;
  transition: 0.4s all;
}
@media only screen and (min-width: 501px) and (max-width: 1130px) {
  .c-news-list-top__img {
    height: 180px;
  }
  .c-news-list-top__img > * {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .c-news-list-top__img {
    height: 250px;
  }
  .c-news-list-top__img > * {
    width: 100%;
    height: 100%;
  }
}
.c-news-list-top__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news-list-top__date {
  order: 1;
  text-orientation: mixed;
  writing-mode: sideways-lr;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
  .c-news-list-top__date {
    font-size: 1.4rem;
  }
}
.c-news-list__ttl {
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #393939;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:768px) {
  .c-news-list__ttl {
    font-size: 1.6rem;
  }
}

.c-table-slide__coution {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .c-table-slide__coution {
    display: none;
  }
}
.c-table-slide__body {
  margin: 10px 0;
  overflow: auto;
  overflow-scrolling: touch;
}
.c-table-slide__body table {
  white-space: nowrap;
}

.c-inner {
  max-width: 1340px;
  margin: 0 auto 160px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-inner {
    padding: 0 16px;
    max-width: auto;
    margin: 0 auto 80px;
  }
}
.c-inner:last-child {
  margin-bottom: 0;
}
.c-inner._w-m_ {
  max-width: 1020px;
}

.c-pagetop {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) and (max-width: 1530px) {
  .c-pagetop {
    right: 30px;
    top: auto;
    bottom: 30px;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width:768px) {
  .c-pagetop {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 30px;
    writing-mode: horizontal-tb;
  }
}
.c-pagetop__link {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1530px) {
  .c-pagetop__link {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .c-pagetop__link {
    font-size: 1.8rem;
  }
}

.c-index-visual {
  width: 100%;
  height: calc(100vh - 72px);
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-visual {
    width: 100%;
    height: 100dvh;
  }
}
.c-index-visual-logo {
  position: absolute;
  top: 62px;
  left: 48px;
  z-index: 2;
  width: 320px;
}
@media screen and (max-width:768px) {
  .c-index-visual-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    top: 16px;
    left: 16px;
  }
}
.c-index-visual-logo__link {
  display: block;
}
.c-index-visualSlider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .c-index-visualSlider {
    height: 100dvh;
  }
}
.c-index-visualSlider__list {
  width: 100%;
}
.c-index-visualSlider__list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-index-visualSlider .add-animation {
  animation: zoomout 10s linear 0s normal both;
}
.c-index-visualSlider .slick-list,
.c-index-visualSlider .slick-track {
  height: 100%;
}
.c-index-visualSlider .slick-dots {
  bottom: 16px;
}
@media screen and (max-width:768px) {
  .c-index-visualSlider .slick-dots {
    text-align: right;
    padding: 0 16px 0 0;
  }
}
.c-index-visualSlider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
@media screen and (max-width:768px) {
  .c-index-visualSlider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
.c-index-visualSlider .slick-dots button {
  padding: 4px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width:768px) {
  .c-index-visualSlider .slick-dots button {
    width: 15px;
    height: 15px;
  }
}
.c-index-visualSlider .slick-dots button::before {
  font-size: 1.2rem;
  opacity: 1 !important;
  background: #ffffff;
  content: "";
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .c-index-visualSlider .slick-dots button::before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}
.c-index-visualSlider .slick-dots .slick-active button::before {
  background: #0A48B2;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width:768px) {
  .c-index-visualSlider .slick-dots .slick-active button::before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}
.c-index-visualSlider .__pic {
  width: 100%;
  height: 100%;
  display: block;
}
.c-index-visualSlider .__pic .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-visual-car {
  position: absolute;
  bottom: -72px;
  left: 16%;
  z-index: 3;
  transition: 0.4s all;
}
@media only screen and (min-width: 768px) and (max-width: 1875px) {
  .c-index-visual-car {
    left: 5%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-car {
    left: 16px;
    bottom: -30px;
  }
}
.c-index-visual-car.is-animation {
  position: fixed;
  top: 50%;
  left: 16%;
  z-index: 3;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1875px) {
  .c-index-visual-car.is-animation {
    left: 5%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-car.is-animation {
    position: relative;
    top: 0;
    left: 16px;
    bottom: -30px;
    transform: translate(0, 0);
  }
}
.c-index-visual-car__inner .__img {
  width: 293px;
  display: block;
  animation: floating 1s 0s ease-in-out infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-index-visual-car__inner .__img {
    width: 210px;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-car__inner .__img {
    width: 200px;
  }
}
.c-index-news {
  padding: 160px 0 0;
}
@media screen and (max-width:768px) {
  .c-index-news {
    padding: 70px 0 0;
  }
}
.c-index-news__inner {
  position: relative;
  padding-bottom: 160px;
}
.c-index-news__inner::after {
  background: url(../img/index/img_penguin.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  width: 240px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media screen and (max-width:768px) {
  .c-index-news__inner::after {
    width: 190px;
    height: 119px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-index-service__lead {
  text-align: center;
  font-size: 3.2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.4;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-index-service__lead {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
}
.c-index-service-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 64px;
}
@media screen and (max-width:768px) {
  .c-index-service-ttl {
    margin: 0 0 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-index-service-ttl .e-h2 {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .c-index-service-ttl .e-h2 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:768px) {
  .c-index-service-ttl__btn {
    width: 100%;
  }
}
.c-index-service .c-service-anker {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-service .c-service-anker {
    margin-bottom: 30px;
  }
}
.c-index-service .c-service-anker__link {
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-index-service .c-service-anker__link:hover {
    border: none;
  }
}
@media screen and (max-width:768px) {
  .c-index-service__bnr {
    margin-bottom: 40px;
  }
}
.c-index-service__bnr .__link {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 24.6%;
  overflow: hidden;
  background: url(../img/index/bg_bnr_why.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (max-width:768px) {
  .c-index-service__bnr .__link {
    background: url(../img/index/bg_bnr_why_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 69.97%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-service__bnr .__link:hover .e-btn-arrow {
    background: #0A48B2;
    color: #ffffff;
    border: none;
  }
  .c-index-service__bnr .__link:hover .e-btn-arrow .__ico:last-child {
    transform: translate(10px, -50%);
    color: #ffffff;
  }
}
.c-index-service__bnr .__link .e-btn-arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width:768px) {
  .c-index-service__bnr .__link .e-btn-arrow {
    bottom: 16px;
    right: 16px;
    min-width: 240px !important;
    width: auto !important;
  }
}
.c-index-service__bnr .__link .e-btn-arrow .__ico {
  color: #0A48B2;
}
.c-index-service__bnr .__link .e-h2 {
  position: relative;
  top: 30px;
  left: 40px;
}
@media screen and (max-width:768px) {
  .c-index-service__bnr .__link .e-h2 {
    left: 16px;
    top: 16px;
  }
}
.c-index-staff {
  margin: 160px 0 0;
}
@media screen and (max-width:768px) {
  .c-index-staff {
    margin: 60px 0 0;
  }
}
.c-index-staff__list .slick-num {
  margin: 58px auto 0;
  max-width: 1280px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-staff__list .slick-num {
    margin: 24px auto 0;
  }
}
.c-index-staff__list .slick-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 1px;
  background: #393939;
  z-index: 1;
}
.c-index-staff__list .slick-num .all-count,
.c-index-staff__list .slick-num .now-count {
  margin: 0 36px;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:768px) {
  .c-index-staff__list .slick-num .all-count,
  .c-index-staff__list .slick-num .now-count {
    font-size: 2rem;
  }
}
.c-index-staff .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -45px auto 0;
}
@media screen and (max-width:768px) {
  .c-index-staff .arrow-box {
    margin: -34px auto 0;
  }
}
.c-index-staff .arrow-box .prev-arrow,
.c-index-staff .arrow-box .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #ffffff;
  color: #393939;
  border: 1px solid #393939;
  border-radius: 44px;
  transition: 0.4s all;
  cursor: pointer;
  position: relative;
  margin: 0 130px;
}
@media screen and (max-width:768px) {
  .c-index-staff .arrow-box .prev-arrow,
  .c-index-staff .arrow-box .next-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 110px;
    padding: 16px;
  }
}
.c-index-staff .arrow-box .prev-arrow::before,
.c-index-staff .arrow-box .next-arrow::before {
  font-family: "icomoon";
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .c-index-staff .arrow-box .prev-arrow::before,
  .c-index-staff .arrow-box .next-arrow::before {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-staff .arrow-box .prev-arrow:hover,
  .c-index-staff .arrow-box .next-arrow:hover {
    background: #0A48B2;
    color: #ffffff;
    border: 1px solid #0A48B2;
  }
}
.c-index-staff .arrow-box .prev-arrow::before {
  content: "\e905";
}
.c-index-staff .arrow-box .next-arrow::before {
  content: "\e900";
}
.c-index-staff__item {
  margin: 0 40px;
  width: 480px;
}
@media screen and (max-width:768px) {
  .c-index-staff__item {
    width: 320px;
  }
}
.c-index-staff .slick-slide {
  margin: 0 40px;
}
@media screen and (max-width:768px) {
  .c-index-staff .slick-slide {
    margin: 0 10px;
  }
}
.c-index-staff__link {
  box-sizing: border-box;
  -o-border-image: url(../img/index/bg_staff.svg) 100/100px/0 round;
     border-image: url(../img/index/bg_staff.svg) 100/100px/0 round;
  border-style: solid;
  background: #ffffff;
  padding: 55px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-index-staff__link {
    padding: 45px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-staff__link:hover {
    -o-border-image: url(../img/index/bg_staff_on.svg) 100/100px/0 round;
       border-image: url(../img/index/bg_staff_on.svg) 100/100px/0 round;
  }
  .c-index-staff__link:hover .c-index-staff-detail__ico {
    background: #0A48B2;
    color: #ffffff;
  }
}
.c-index-staff-detail {
  width: 100%;
  height: 392px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail {
    height: 250px;
  }
}
.c-index-staff-detail__txt {
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin: 20px 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail__txt {
    margin: 16px 0 0 16px;
  }
}
.c-index-staff-detail__txt .__job {
  font-size: 2.4rem;
  letter-spacing: 0.72px;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail__txt .__job {
    font-size: 2rem;
  }
}
.c-index-staff-detail__txt .__number {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail__txt .__number {
    font-size: 1.6rem;
  }
}
.c-index-staff-detail__ico {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0A48B2;
  border-radius: 44px;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail__ico {
    width: 30px;
    height: 30px;
    bottom: 16px;
    left: 16px;
    border-radius: 30px;
  }
}
.c-index-staff-detail__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 392px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-staff-detail__pic {
    height: 250px;
  }
}
.c-index-staff-detail__pic .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-bnr__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 815px) {
  .c-index-bnr__list {
    grid-gap: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .c-index-bnr__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 0;
  }
}
.c-index-bnr__item._about_ .c-index-bnr__link {
  background: url(../img/index/bg_bnr_about.jpg) 0 0 no-repeat;
  background-size: cover;
}
.c-index-bnr__item._recruit_ .c-index-bnr__link {
  background: url(../img/index/bg_bnr_recruit.jpg) 0 0 no-repeat;
  background-size: cover;
}
.c-index-bnr__link {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
  border-radius: 16px;
  border: 2px solid #393939;
}
.c-index-bnr__link .e-h2 {
  position: relative;
  top: 30px;
  left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 815px) {
  .c-index-bnr__link .e-h2 {
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-index-bnr__link .e-h2 {
    top: 16px;
    left: 16px;
  }
}
.c-index-bnr__link .e-btn-arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 815px) {
  .c-index-bnr__link .e-btn-arrow {
    min-width: 180px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-index-bnr__link .e-btn-arrow {
    bottom: 16px;
    right: 16px;
    min-width: 240px !important;
    width: auto !important;
  }
}
.c-index-bnr__link .e-btn-arrow .__ico {
  color: #0A48B2;
}
@media (hover: hover) and (pointer: fine) {
  .c-index-bnr__link:hover .e-btn-arrow {
    background: #FFAD15;
    color: #ffffff;
    border: none;
  }
  .c-index-bnr__link:hover .e-btn-arrow .__ico:last-child {
    transform: translate(10px, -50%);
    color: #ffffff;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.c-privacy__txt {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-privacy__txt {
    margin: 0 0 24px;
  }
}
.c-privacy__txt02 {
  margin: 0 0 20px;
}
.c-privacy-block {
  margin: 0 0 64px;
  padding: 0 0 64px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-privacy-block {
    margin: 0 0 32px;
    padding: 0 0 32px;
  }
}
.c-privacy-block:last-child {
  margin: 0;
  padding: 0;
}
.c-privacy-block:last-child::after {
  display: none;
}
.c-privacy-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #393939;
}

.c-about-greeting {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-about-greeting {
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.c-about-greeting-txt {
  width: calc(53.12% - 120px);
  order: 2;
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .c-about-greeting-txt {
    width: calc(53.12% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-about-greeting-txt {
    order: 1;
    width: 100%;
    font-size: 1.7rem;
    margin: 0 0 30px;
  }
}
.c-about-greeting-txt .__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-about-greeting-txt .__txt {
    margin: 0 0 15px;
  }
}
.c-about-greeting-txt .__marker {
  background: linear-gradient(transparent 55%, #FFCC6C 50%);
}
.c-about-greeting-txt .__name {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .c-about-greeting-txt .__name {
    font-size: 1.6rem;
  }
}
.c-about-greeting-img {
  width: 46.88%;
  order: 1;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-about-greeting-img {
    order: 2;
    width: 100%;
  }
}
.c-about-greeting-img__item {
  position: relative;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-about-greeting-img__item .__pic {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.c-about-greeting-img__item._pic01_ {
  width: 60%;
  z-index: 1;
  border: 2px solid #393939;
}
@media screen and (max-width:768px) {
  .c-about-greeting-img__item._pic01_ {
    width: 90%;
  }
}
.c-about-greeting-img__item._pic02_ {
  width: 66.67%;
  z-index: 2;
  position: absolute;
  top: 190px;
  right: 0;
  border: 2px solid #393939;
}
@media screen and (max-width:768px) {
  .c-about-greeting-img__item._pic02_ {
    width: 70%;
    height: 200px;
    position: relative;
    top: auto;
    margin: -50px 0 0 auto;
  }
}
.c-about-greeting-img__item .__elem {
  width: auto !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .c-about-greeting-img__item .__elem {
    width: 100% !important;
  }
}
.c-about-overview .m-table {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-about-overview .m-table {
    margin: 0 0 20px;
  }
}
.c-about-overview-map-detail {
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-about-overview-map-detail {
    margin: 12px 0 0;
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-map-detail__txt {
    margin: 0 0 15px;
  }
}
.c-about-overview-map__txt {
  margin: 0 0 25px;
}
@media screen and (max-width:768px) {
  .c-about-overview-map__txt {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.c-about-history {
  padding-bottom: 0;
}
@media screen and (max-width:768px) {
  .c-about-history {
    margin: 0 16px;
    padding-right: 0;
    padding-left: 0;
  }
}
.c-about-history__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #393939;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  .c-about-history__inner {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.c-about-history .e-h2 {
  width: calc(25% - 100px);
}
@media screen and (max-width:768px) {
  .c-about-history .e-h2 {
    width: 100%;
  }
}
.c-about-history__list {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 39px;
}
@media screen and (max-width:768px) {
  .c-about-history__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px 0;
    border-left: 2px solid #393939;
    padding: 0 0 0 24px;
  }
}
.c-about-history__item:nth-child(2n) .c-about-history__year {
  background: url(../img/about/bg_history02.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-about-history__item:nth-child(2n) .c-about-history__year {
    width: 77.7%;
    padding-bottom: 39%;
    background-size: 100%;
  }
}
.c-about-history__item:nth-child(3n) .c-about-history__year {
  background: url(../img/about/bg_history03.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-about-history__item:nth-child(3n) .c-about-history__year {
    width: 77.7%;
    padding-bottom: 39%;
    background-size: 100%;
  }
}
.c-about-history__year {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 48.29%;
  margin: 0 0 24px;
  overflow: hidden;
  background: url(../img/about/bg_history01.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-about-history__year {
    padding-bottom: 39%;
    margin: 0 0 12px;
    width: 77.7%;
    background-size: 100%;
  }
}
.c-about-history__year .__year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .c-about-history__year .__year {
    font-size: 3.6rem;
  }
}
.c-about-history__detail {
  text-align: center;
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
}
@media only screen and (min-width: 768px) and (max-width: 1065px) {
  .c-about-history__detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-history__detail {
    font-size: 1.6rem;
    text-align: left;
  }
}

.c-why-reason {
  margin-bottom: 0;
}
.c-why-reason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-why-reason__list {
    grid-gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-why-reason__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.c-why-reason__item {
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5F5F5F;
  max-height: 120px;
}
@media screen and (max-width:768px) {
  .c-why-reason__item {
    max-height: 110px;
  }
}
.c-why-reason__img {
  margin: 0 0 0 -25px;
  padding: 32px 0 0;
  width: 100px;
}
@media screen and (max-width:768px) {
  .c-why-reason__img {
    margin: 0 0 0 -5px;
    padding: 16px 0 0;
    width: 80px;
  }
}
.c-why-reason__txt {
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.6;
  width: calc(100% - 100px - 40px);
  padding: 0 30px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-why-reason__txt {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width:768px) {
  .c-why-reason__txt {
    width: calc(100% - 90px);
    font-size: 1.6rem;
  }
}
.c-why-strengths {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-why-strengths {
    margin-bottom: 60px;
  }
}
.c-why-strengths__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-why-strengths__list {
    margin: 0 -20px;
  }
}
@media screen and (max-width:768px) {
  .c-why-strengths__list {
    flex-direction: column;
    margin: 0;
  }
}
.c-why-strengths__item {
  position: relative;
  width: calc((100% - 160px) / 2);
  margin: 0 40px 40px;
  box-sizing: border-box;
  -o-border-image: url(../img/why/bg_strengths.svg) 100/100px/0 round;
     border-image: url(../img/why/bg_strengths.svg) 100/100px/0 round;
  border-style: solid;
  background: #ffffff;
  padding: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-why-strengths__item {
    width: calc((100% - 80px) / 2);
    margin: 0 20px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-why-strengths__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 45px;
  }
}
.c-why-strengths__number {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A48B2;
  font-family: "Lato", sans-serif;
  margin: 0 0 32px;
}
@media screen and (max-width:768px) {
  .c-why-strengths__number {
    font-size: 1.4rem;
    margin: 0 0 16px;
  }
}
.c-why-strengths__number .__number {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .c-why-strengths__number .__number {
    font-size: 2.2rem;
  }
}
.c-why-strengths__ttl {
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (max-width:768px) {
  .c-why-strengths__ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}
.c-why-method__block {
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .c-why-method__block {
    margin: 24px 0 0;
    flex-direction: column;
  }
}
.c-why-method__detail {
  width: calc(68.75% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-why-method__detail {
    width: calc(68.75% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-why-method__detail {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-why-method__img {
  width: 31.25%;
}
@media screen and (max-width:768px) {
  .c-why-method__img {
    width: 100%;
  }
}
.c-why-method__ttl {
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #0A48B2;
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-why-method__ttl {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.c-why-method-cause {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-why-method-cause {
    margin: 0 0 24px;
  }
}
.c-why-method-cause__item {
  border-radius: 8px;
  background: #F4F4F4;
  padding: 16px;
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-why-method-cause__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  flex-direction: column;
  color: #0A48B2;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.c-why-method-cause__number .__cause {
  font-size: 1.5rem;
  letter-spacing: 0.45px;
}
.c-why-method-cause__number .__number {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
}
.c-why-method-cause__txt {
  width: calc(100% - 31px - 16px);
  border-left: 2px solid #0A48B2;
  padding: 10px 0 10px 16px;
}
.c-why-method-cheap__inner {
  border-radius: 8px;
  border: 2px solid #0A48B2;
  padding: 24px 16px;
  font-size: 1.6rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 3;
}
@media screen and (max-width:768px) {
  .c-why-method-cheap__inner {
    padding: 15px;
    line-height: 2.2;
  }
}
.c-why-method-cheap__inner .__bg {
  background: #FFAD15;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 2rem;
  letter-spacing: 0.6px;
}
@media screen and (max-width:768px) {
  .c-why-method-cheap__inner .__bg {
    font-size: 1.8rem;
    padding: 2px 4px;
  }
}
.c-why-flow__list {
  position: relative;
  margin: 0 0 120px;
}
@media screen and (max-width:768px) {
  .c-why-flow__list {
    margin: 0 0 60px;
  }
}
.c-why-flow__list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 4px;
  height: 100%;
  background: #8AB0F3;
  z-index: 1;
}
.c-why-flow__list._maintenance_ .c-why-flow__item {
  background: #E5EAF4;
}
.c-why-flow__item {
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5F5F5F;
  margin: 0 0 40px;
  padding: 32px 65px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-why-flow__item {
    border-radius: 16px;
    margin: 0 0 16px;
    padding: 24px;
    flex-direction: column;
  }
}
.c-why-flow__item:last-child {
  margin: 0;
}
.c-why-flow__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  flex-direction: column;
  color: #0A48B2;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-why-flow__number {
    width: 100%;
  }
}
.c-why-flow__number .__txt {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .c-why-flow__number .__txt {
    font-size: 1.4rem;
  }
}
.c-why-flow__number .__number {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .c-why-flow__number .__number {
    font-size: 2.2rem;
  }
}
.c-why-flow__detail {
  width: calc(100% - 45px - 24px);
  border-left: 2px solid #393939;
  padding: 0 0 0 24px;
}
@media screen and (max-width:768px) {
  .c-why-flow__detail {
    width: 100%;
    border-left: none;
    border-top: 2px solid #393939;
    padding: 24px 0 0;
    margin: 24px 0 0;
  }
}
.c-why-flow__detail .__ttl {
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-why-flow__detail .__ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
}
.c-why-flow-pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-why-flow-pay {
    flex-direction: column;
    justify-content: center;
  }
}
.c-why-flow-pay__img {
  width: 96px;
  height: 96px;
  background: #ffffff;
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
}
@media screen and (max-width:768px) {
  .c-why-flow-pay__img {
    margin: 0 0 15px;
  }
}
.c-why-flow-pay__txt {
  width: calc(100% - 96px - 16px);
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
}
@media screen and (max-width:768px) {
  .c-why-flow-pay__txt {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
}
.c-why-maintenance {
  padding-bottom: 0;
}

.c-anker {
  margin: 0 auto 100px;
  max-width: 1340px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-anker {
    margin: 0 0 50px;
    padding: 0 16px;
  }
}
.c-anker__ttl {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: #0A48B2;
}
@media screen and (max-width:768px) {
  .c-anker__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.c-anker__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .c-anker__list {
    flex-direction: column;
  }
}
.c-anker__item {
  margin: 0 40px 10px 0;
}
.c-anker__item:last-child {
  margin: 0;
}
.c-anker__link {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #5F5F5F;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-anker__link {
    font-size: 1.6rem;
  }
}
.c-anker__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 14px;
  height: 14px;
  background: #0A48B2;
  border-radius: 14px;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .c-anker__link:hover {
    color: #0A48B2;
  }
  .c-anker__link:hover::before {
    background: #8AB0F3;
  }
}

.c-service-anker {
  margin-bottom: 120px !important;
}
@media screen and (max-width:768px) {
  .c-service-anker {
    margin-bottom: 60px !important;
  }
}
.c-service-anker__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width:768px) {
  .c-service-anker__list {
    margin: 0;
  }
}
.c-service-anker__item {
  width: calc((100% - 100px) / 5);
  text-align: center;
  margin: 0 10px 20px;
}
@media screen and (max-width:768px) {
  .c-service-anker__item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.c-service-anker__link {
  color: #5F5F5F;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 2px solid #8AB0F3;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-service-anker__link {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-service-anker__link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: #FFAD15;
  transition: transform 0.6s ease;
  transform: translate(150px, -150px);
  transform-origin: right;
  z-index: -1;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .c-service-anker__link:hover {
    color: #ffffff;
    border: 2px solid #FFAD15;
  }
  .c-service-anker__link:hover .c-service-anker__txt {
    color: #ffffff;
  }
  .c-service-anker__link:hover::before {
    transform: translate(0, 0);
    transform-origin: right;
    z-index: 1;
    inset: 0;
  }
  .c-service-anker__link:hover .c-service-anker__img path {
    fill: #ffffff !important;
    width: 100%;
  }
  .c-service-anker__link:hover .c-service-anker__img .st0 {
    fill: #ffffff !important;
    width: 100%;
  }
}
.c-service-anker__img {
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
  width: 100%;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-service-anker__img {
    margin: 0 20px 0 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-service-anker__img path {
  transition: 0.4s all;
}
.c-service-anker__img .st0 {
  transition: 0.4s all;
}
.c-service-anker__txt {
  position: relative;
  z-index: 2;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-service-anker__txt {
    width: calc(100% - 100px - 20px);
    text-align: left;
  }
}
.c-service-detail-block {
  margin: 0 0 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-service-detail-block {
    margin: 0 0 50px;
    flex-direction: column;
  }
}
.c-service-detail-block:last-child {
  margin: 0;
}
.c-service-detail-block:nth-child(2n) .c-service-detail-block__txt {
  order: 2;
  padding: 40px 40px 40px 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-service-detail-block:nth-child(2n) .c-service-detail-block__txt {
    padding: 40px 40px 40px 130px;
  }
}
@media screen and (max-width:768px) {
  .c-service-detail-block:nth-child(2n) .c-service-detail-block__txt {
    order: 1;
    padding: 25px 20px 60px;
  }
}
.c-service-detail-block:nth-child(2n) .c-service-detail-block__img {
  order: 1;
  margin: 0 -160px 0 0;
}
@media screen and (max-width:768px) {
  .c-service-detail-block:nth-child(2n) .c-service-detail-block__img {
    order: 2;
    margin: -30px auto 0;
  }
}
.c-service-detail-block__txt {
  width: 62.5%;
  min-height: 480px;
  color: #5F5F5F;
  border-radius: 4px;
  border: 2px solid #393939;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
  padding: 40px 200px 40px 40px;
  background: url(../img/service/bg_service.png) top left no-repeat #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-service-detail-block__txt {
    padding: 40px 130px 40px 40px;
    width: 72.5%;
    min-height: 400px;
  }
}
@media screen and (max-width:768px) {
  .c-service-detail-block__txt {
    width: 100%;
    order: 1;
    padding: 25px 20px 60px;
    margin: 0;
    min-height: auto;
  }
}
.c-service-detail-block__img {
  width: 50%;
  margin: 0 0 0 -160px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-service-detail-block__img {
    width: 40%;
  }
}
@media screen and (max-width:768px) {
  .c-service-detail-block__img {
    width: calc(100% - 40px);
    order: 2;
    margin: -30px auto 0;
  }
}
.c-service-detail-block__img .__elem {
  border-radius: 4px;
}
.c-service-detail-block__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 32px;
}
.c-service-detail-block__ttl .e-h2 {
  margin: 0;
}
.c-service-detail-block__ttl .e-h2 .__jp,
.c-service-detail-block__ttl .e-h2 .__en {
  line-height: 1.2;
}
.c-service-detail-block__ico {
  width: 104px;
  margin: 0 16px 0 0;
}
@media screen and (max-width:768px) {
  .c-service-detail-block__ico {
    width: 80px;
    margin: 0 10px 0 0;
  }
}
.c-service-detail-block__lead {
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #0A48B2;
  margin: 0 0 20px;
}
.c-service-detail-block__tel {
  position: relative;
  font-size: 4.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0 0;
}
@media screen and (max-width:768px) {
  .c-service-detail-block__tel {
    font-size: 3.4rem;
    margin: 15px 0 0;
  }
}
.c-service-detail-block__tel::before {
  content: "\e904";
  font-family: "icomoon";
  color: #0A48B2;
  font-size: 4.8rem;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .c-service-detail-block__tel::before {
    font-size: 3.4rem;
  }
}
.c-service-detail-block__tel a[href*="tel:"] {
  color: #0A48B2;
}
.c-service-detail-block__box {
  border: 2px solid #8AB0F3;
  padding: 10px 16px;
  margin: 40px 0 0;
  display: inline-block;
}
.c-service-detail-block__box .__txt {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.c-service-detail-block__bnr {
  margin: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-service-detail-block__bnr {
    margin: 20px 0 0;
  }
}
.c-service-detail-block__bnr .__link {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 39.28%;
  overflow: hidden;
  background: url(../img/service/bg_bnr_why.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (max-width:768px) {
  .c-service-detail-block__bnr .__link {
    background: url(../img/service/bg_bnr_why_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 69.97%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-service-detail-block__bnr .__link:hover .e-btn-arrow {
    background: #0A48B2;
    color: #ffffff;
    border: none;
  }
  .c-service-detail-block__bnr .__link:hover .e-btn-arrow .__ico:last-child {
    transform: translate(10px, -50%);
    color: #ffffff;
  }
}
.c-service-detail-block__bnr .e-btn-arrow {
  position: absolute;
  bottom: 20px;
  right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-service-detail-block__bnr .e-btn-arrow {
    min-width: 180px;
  }
}
@media screen and (max-width:768px) {
  .c-service-detail-block__bnr .e-btn-arrow {
    min-width: 240px !important;
    width: auto !important;
  }
}
.c-service-detail-block__bnr .e-btn-arrow .__ico {
  color: #0A48B2;
}
.c-service-detail-block .u-al-fl {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .c-service-detail-block .u-al-fl {
    margin-top: 20px;
  }
}
.c-service-detail-block .__bg {
  background: #FFAD15;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 4px;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
.c-service-faq__item {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-service-faq__item {
    margin: 0 0 24px;
  }
}
.c-service-faq__item:last-child {
  margin: 0;
}
.c-service-faq__question {
  padding: 10px 0 0 72px;
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-faq__question {
    font-size: 2rem;
    line-height: 1.5;
    padding: 5px 0 0 55px;
  }
}
.c-service-faq__question::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/service/ico_question.svg) 0 0 no-repeat;
  background-size: cover;
  width: 58px;
  height: 72px;
}
@media screen and (max-width:768px) {
  .c-service-faq__question::before {
    width: 40px;
    height: 50px;
  }
}
.c-service-faq__answer {
  margin: 0 0 0 72px;
  padding: 20px 24px;
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
  position: relative;
  border-radius: 4px;
  background: #E5EAF4;
}
@media screen and (max-width:768px) {
  .c-service-faq__answer {
    margin: 0 0 0 55px;
    padding: 15px 20px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.c-service-faq__answer::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -45px;
  background: url(../img/service/ico_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 41px;
  height: 16px;
}
@media screen and (max-width:768px) {
  .c-service-faq__answer::before {
    width: 33px;
    height: 13px;
    left: -40px;
  }
}

#faq {
  padding-bottom: 0;
}

.c-staff__item {
  box-sizing: border-box;
  -o-border-image: url(../img/staff/bg_staff.svg) 100/100px/0 round;
     border-image: url(../img/staff/bg_staff.svg) 100/100px/0 round;
  border-style: solid;
  background: #ffffff;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
.c-staff__item:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-staff__item {
    margin: 0 0 40px;
    padding: 45px;
    flex-direction: column;
  }
}
.c-staff-detail {
  order: 2;
  width: calc(70.62% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-staff-detail {
    width: calc(65% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-staff-detail {
    width: 100%;
  }
}
.c-staff-detail-name {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0 0 32px;
  margin: 0 0 32px;
  color: #0A48B2;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-staff-detail-name {
    flex-direction: column;
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
}
.c-staff-detail-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #393939;
  z-index: 1;
}
.c-staff-detail-name__job {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
  max-width: 220px;
}
@media screen and (max-width:768px) {
  .c-staff-detail-name__job {
    margin: 0 0 16px;
    max-width: 100%;
  }
}
.c-staff-detail-name__job .__job {
  font-size: 2.4rem;
  letter-spacing: 0.72px;
}
.c-staff-detail-name__txt {
  font-size: 4.8rem;
  letter-spacing: 1.44px;
  line-height: 1;
  width: calc(100% - 220px);
}
@media screen and (max-width:768px) {
  .c-staff-detail-name__txt {
    width: 100%;
    font-size: 3.4rem;
  }
}
.c-staff-detail-more {
  position: relative;
  padding: 0 0 32px;
  margin: 0 0 32px;
}
@media screen and (max-width:768px) {
  .c-staff-detail-more {
    padding: 0 0 25px;
    margin: 0 0 25px;
  }
}
.c-staff-detail-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #393939;
  z-index: 1;
}
.c-staff-detail-more__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
}
.c-staff-detail-more__list:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-staff-detail-more__list {
    flex-direction: column;
  }
}
.c-staff-detail-more__list .__ttl {
  color: #0A48B2;
  width: 80px;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  padding: 0 5px 0 0;
}
@media screen and (max-width:768px) {
  .c-staff-detail-more__list .__ttl {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
}
.c-staff-detail-more__list .__txt {
  width: calc(100% - 80px);
}
@media screen and (max-width:768px) {
  .c-staff-detail-more__list .__txt {
    width: 100%;
  }
}
.c-staff-detail-comment {
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
}
@media screen and (max-width:768px) {
  .c-staff-detail-comment {
    font-size: 1.6rem;
  }
}
.c-staff-pic {
  order: 1;
  width: 29.38%;
  height: 376px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-staff-pic {
    width: 35%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .c-staff-pic {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .c-staff-pic {
    height: 300px !important;
  }
}
@media screen and (max-width:768px) {
  .c-staff-pic {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:768px) {
  .c-staff-pic > * {
    width: 100%;
    height: 100%;
  }
}
.c-staff-pic .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-news-category {
  margin: 0 -8px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-news-category {
    margin: 0 -8px 50px;
  }
}
.c-news-category__item {
  width: 14.06%;
  margin: 0 8px;
}
@media screen and (max-width:768px) {
  .c-news-category__item {
    width: calc(50% - 16px);
    margin: 0 8px 10px;
  }
}
.c-news-category__link {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .c-news-category__link {
    font-size: 1.5rem;
  }
}
.c-news-category__link._on_ {
  background: #0A48B2;
  color: #ffffff;
}

.c-recruit-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-recruit-message {
    flex-direction: column;
  }
}
.c-recruit-message-txt {
  width: calc(50% - 80px);
  order: 2;
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .c-recruit-message-txt {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-recruit-message-txt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.c-recruit-message-txt .__marker {
  background: linear-gradient(transparent 55%, #FFCC6C 50%);
}
@media screen and (max-width:768px) {
  .c-recruit-message-txt .u-mb-m {
    margin: 0 0 15px !important;
  }
}
.c-recruit-message-img {
  width: 50%;
  order: 1;
  border: 2px solid #393939;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-recruit-message-img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-recruit-number__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 64px 64px;
}
@media screen and (max-width:768px) {
  .c-recruit-number__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 32px;
  }
}
.c-recruit-number__item {
  text-align: center;
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-recruit-number__item {
    font-size: 1.8rem;
  }
}
.c-recruit-number__item._manzoku_ .c-recruit-number-img__txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-recruit-number__number {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #0A48B2;
  font-size: 3.6rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .c-recruit-number__number {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number__number {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 2.3rem;
  }
}
.c-recruit-number-img {
  aspect-ratio: 1/1;
  margin: 0 0 32px;
}
@media screen and (max-width:768px) {
  .c-recruit-number-img {
    margin: 10px 0 16px;
  }
}
.c-recruit-number-img__inner {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E5EAF4;
  color: #0A48B2;
  width: 100%;
  height: 100%;
  margin: -38px 0 0;
  position: relative;
  z-index: 1;
  max-width: 384px;
  padding: 40px 0;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (max-width:768px) {
  .c-recruit-number-img__inner {
    max-width: 100%;
    padding: 0;
    font-size: 1.8rem;
  }
}
.c-recruit-number-img__ico {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .c-recruit-number-img__ico {
    width: 30%;
    padding: 20px 0 0;
    margin: 0 0 15px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number-img__ico {
    width: 25%;
    margin: 0 0 10px;
    padding: 5px 0 0;
    font-size: 2.1rem;
  }
}
.c-recruit-number-img__txt .__big {
  font-size: 6.2rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .c-recruit-number-img__txt .__big {
    font-size: 3.8rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number-img__txt .__big {
    font-size: 2.6rem;
  }
}
.c-recruit-number-img__txt .__small {
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .c-recruit-number-img__txt .__small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number-img__txt .__small {
    font-size: 1.4rem;
  }
}
.c-recruit-interview__item {
  box-sizing: border-box;
  -o-border-image: url(../img/recruit/bg_interview.svg) 234/auto/0 round;
     border-image: url(../img/recruit/bg_interview.svg) 234/auto/0 round;
  border-style: solid;
  background: #ffffff;
  padding: 55px;
  margin: 0 0 160px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__item {
    padding: 45px;
    margin: 0 0 40px;
  }
}
.c-recruit-interview__item:last-child {
  margin: 0;
}
.c-recruit-interview__pic {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__pic {
    margin: 0 0 24px;
  }
}
.c-recruit-interview__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__block {
    flex-direction: column;
  }
}
.c-recruit-interview__main {
  width: calc(66.84% - 40px);
}
@media screen and (max-width:768px) {
  .c-recruit-interview__main {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-recruit-interview__side {
  width: 33.16%;
  background: #E5EAF4;
  padding: 24px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__side {
    width: 100%;
    padding: 20px;
  }
}
.c-recruit-interview-job {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-job {
    margin: 0 0 24px;
  }
}
.c-recruit-interview-job:last-child {
  margin: 0;
}
.c-recruit-interview-job .__ttl {
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #0A48B2;
  border-bottom: 2px solid #0A48B2;
  margin: 0 0 15px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-job .__ttl {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.c-recruit-interview-job .__ttl02 {
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 22px;
  margin: 20px 0 5px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-job .__ttl02 {
    padding: 0 0 0 22px;
    margin: 10px 0 5px;
  }
}
.c-recruit-interview-job .__ttl02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★";
  color: #FFAD15;
}
.c-recruit-interview-comment {
  margin: 0 0 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0A48B2;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-comment {
    margin: 0 0 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-recruit-interview-comment__job {
  margin: 0 16px 0 0;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-comment__job {
    margin: 0 0 10px;
  }
}
.c-recruit-interview-comment__job .__job {
  font-size: 2.4rem;
  letter-spacing: 0.72px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-comment__job .__job {
    font-size: 2rem;
  }
}
.c-recruit-interview-comment__txt {
  width: 200px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-comment__txt {
    width: 150px;
  }
}
.c-recruit-interview-txt {
  padding: 0 0 64px;
  margin: 0 0 64px;
  font-size: 2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-txt {
    padding: 0 0 40px;
    margin: 0 0 40px;
    font-size: 1.6rem;
  }
}
.c-recruit-interview-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #393939;
  z-index: 1;
}
.c-recruit-interview-detail__item {
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-detail__item {
    margin: 0 0 24px;
  }
}
.c-recruit-interview-detail__item:last-child {
  margin: 0;
}
.c-recruit-interview-detail__item .__lead {
  font-size: 2.4rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  border-bottom: 2px solid #0A48B2;
  margin: 0 18px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-recruit-interview-detail__item .__lead {
    font-size: 2rem;
    margin: 0 18px 20px;
  }
}
.c-recruit-interview-detail__item .__lead::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -18px;
  color: #0A48B2;
}
.c-recruit-interview-detail__item .__lead::after {
  content: "”";
  position: absolute;
  bottom: -30px;
  right: -18px;
  color: #0A48B2;
}
.c-recruit-appearance {
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-recruit-appearance {
    margin: 0 0 60px;
  }
}
.c-recruit-appearance__inner {
  max-width: 1340px;
  margin: 0 auto 48px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-recruit-appearance__inner {
    flex-direction: column;
    margin: 0 auto 24px;
    padding: 0 16px;
  }
}
.c-recruit-appearance__img {
  width: 28.13%;
}
@media screen and (max-width:768px) {
  .c-recruit-appearance__img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.c-recruit-appearance__detail {
  width: calc(71.87% - 40px);
}
@media screen and (max-width:768px) {
  .c-recruit-appearance__detail {
    width: 100%;
  }
}
.c-recruit-appearance__detail .__lead {
  display: inline-block;
  background: #E5EAF4;
  border-radius: 50px;
  font-size: 3.2rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #0A48B2;
  padding: 5px 40px;
  position: relative;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1135px) {
  .c-recruit-appearance__detail .__lead {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-appearance__detail .__lead {
    font-size: 2.1rem;
    padding: 10px 25px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 35px;
  }
}
.c-recruit-appearance__detail .__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-top-color: #E5EAF4;
  border-bottom: 0;
  border-right: 0;
  margin-left: -9.5px;
  margin-bottom: -23px;
}
.c-recruit-appearance-slider__item {
  border-radius: 4px;
  margin: 0 4px;
  width: 320px;
}
@media screen and (max-width:768px) {
  .c-recruit-appearance-slider__item {
    width: 240px;
  }
}
.c-recruit-appearance-slider__item .__elem {
  border-radius: 4px;
}
.c-recruit-schedule__ttl {
  position: relative;
  margin: 0 0 48px;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__ttl {
    margin: 0 0 24px;
  }
}
.c-recruit-schedule__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  background: url(../img/recruit/bg_schedule.svg) 0 0 no-repeat;
  background-size: cover;
  width: 160px;
  height: 48px;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__ttl::after {
    display: none;
  }
}
.c-recruit-schedule__list {
  border-top: 2px solid #0A48B2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__list {
    border-left: 2px solid #0A48B2;
    border-top: none;
    flex-direction: column;
    margin: 0 0 0 16px;
    padding: 0;
    position: relative;
  }
  .c-recruit-schedule__list::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/recruit/bg_schedule.svg) 0 0 no-repeat;
    background-size: cover;
    width: 160px;
    height: 48px;
  }
}
.c-recruit-schedule__item {
  position: relative;
  margin: 0 80px 0 0;
  padding: 16px 0 0;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__item {
    margin: 0 0 20px;
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__item:first-child {
    margin-top: 10px;
  }
}
.c-recruit-schedule__item:last-child {
  margin: 0;
}
.c-recruit-schedule__item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0A48B2;
  border-radius: 8px;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__item::before {
    top: 18px;
    left: -5px;
  }
}
.c-recruit-schedule__item .__time {
  font-size: 3.6rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #0A48B2;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__item .__time {
    font-size: 2.8rem;
  }
}
.c-recruit-schedule__item .__txt {
  font-size: 1.8rem;
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
  letter-spacing: 0.54px;
}
@media screen and (max-width:768px) {
  .c-recruit-schedule__item .__txt {
    font-size: 1.6rem;
  }
}
.c-recruit-guideline .m-table {
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline .m-table {
    margin: 0 0 40px;
  }
}
.c-recruit-guideline .m-table th {
  width: 20%;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline .m-table th {
    width: 100%;
  }
}

.l-contents {
  margin: 100px 0 160px;
}
@media screen and (max-width:768px) {
  .l-contents {
    margin: 50px 0 80px;
  }
}
.l-contents._index_ {
  margin: -62px 0 0;
}
@media screen and (max-width:768px) {
  .l-contents._index_ {
    margin: -72px 0 0;
  }
}
.l-contents__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .l-contents__inner {
    margin: 0;
    padding: 0 16px;
  }
}
.l-contents__inner._w-m_ {
  max-width: 1020px;
}
@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 540px;
    grid-template-rows: auto;
    gap: 0 120px;
    grid-template-areas: "body side";
  }
}
@media screen and (min-width:769px) and (max-width: 1100px) {
  .l-contents._col2_ .l-contents__inner {
    grid-template-columns: 1fr 280px;
    gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  position: relative;
  width: 100%;
  padding: 24px 48px 0;
  transition: 0.4s all;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .l-header {
    padding: 24px 30px 0;
  }
}
@media screen and (max-width:768px) {
  .l-header {
    height: 56px;
    z-index: 5;
    width: calc(100% - 32px);
    margin: 16px 16px 0;
    padding: 0;
  }
}
.l-header__inner {
  position: relative;
}
@media screen and (max-width:768px) {
  .l-header__inner {
    height: 100%;
  }
}
.l-header-logo {
  position: relative;
  z-index: 2;
  width: 320px;
}
@media screen and (max-width:768px) {
  .l-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    position: relative;
    z-index: 2;
  }
}
.l-header-logo__link {
  display: block;
}
.l-header-menu {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  color: #0A48B2;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 10px 24px;
  border-radius: 16px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:768px) {
  .l-header-menu {
    padding: 0;
    border-radius: 56px;
    width: 56px;
    height: 56px;
    justify-content: center;
    position: fixed;
    top: 16px;
    right: 16px;
  }
}
.l-header-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 36px;
  height: 14px;
  position: relative;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-header-menu__inner {
    width: 28px;
    height: 10px;
  }
}
.l-header-menu__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #393939;
  transition: 0.4s all;
  border-radius: 2px;
}
.l-header-menu__item:nth-of-type(1) {
  top: 0;
}
.l-header-menu__item:nth-of-type(2) {
  bottom: 0;
}
.l-header-nav {
  margin: 24px 0 0;
}
.l-header-nav__link {
  padding: 24px 24px 18px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__link:hover .__jp {
    color: #0A48B2;
  }
  .l-header-nav__link:hover .__en {
    color: #8AB0F3;
  }
}
.l-header-nav__link .__jp {
  order: 2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #949494;
  transition: 0.4s all;
}
.l-header-nav__link .__en {
  order: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5F5F5F;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.4s all;
}
.l-header-contact {
  margin: 24px 0 0;
}
.l-header-contact__link {
  padding: 24px 24px 18px;
  border-radius: 16px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  background: url(../img/common/bg_btn_top.png) top left no-repeat #FFAD15;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-contact__link:hover {
    background: #ffffff;
  }
  .l-header-contact__link:hover .__jp {
    color: #0A48B2;
  }
  .l-header-contact__link:hover .__en {
    color: #0A48B2;
  }
  .l-header-contact__link:hover::after {
    color: #0A48B2;
  }
}
.l-header-contact__link .__jp {
  order: 2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s all;
}
.l-header-contact__link .__en {
  order: 1;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.4s all;
}
.l-header-contact__link::after {
  content: "\e901";
  font-family: "icomoon";
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  transition: 0.4s all;
}
.l-header-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
  position: fixed;
  right: 48px;
  top: 24px;
  z-index: 5;
  transition: position 0.3s linear, width 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .l-header-right {
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .l-header-right {
    width: calc(100% + 32px);
    position: relative;
    right: auto;
    top: -16px;
    left: -16px;
  }
}
.l-header-right__inner {
  width: calc(100% - 63px - 24px);
  transition: width 0.3s linear;
}
@media screen and (max-width:768px) {
  .l-header-right__inner {
    width: 100%;
  }
}
.l-header-right__btn {
  width: 63px;
}
.l-header-right__btn .__link {
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 63px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-right__btn .__link:hover {
    background: #FFAD15;
  }
  .l-header-right__btn .__link:hover .__instagram::before {
    background: url(../img/common/ico_instagram_white.svg) 0 0 no-repeat;
    background-size: cover;
  }
}
.l-header-right__btn .__instagram {
  position: relative;
  transition: 0.4s all;
}
.l-header-right__btn .__instagram::before {
  content: "";
  top: -14px;
  left: -14px;
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../img/common/ico_instagram.svg) 0 0 no-repeat;
  background-size: cover;
}
.l-header-sns {
  width: 80px;
  margin: 24px 0 0 auto;
  text-align: right;
}
@media screen and (max-width:768px) {
  .l-header-sns {
    width: 65px;
  }
}
.l-header-sns .__link {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 80px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-header-sns .__link {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-sns .__link:hover {
    background: #FFAD15;
  }
  .l-header-sns .__link:hover .__instagram::before {
    background: url(../img/common/ico_instagram_white.svg) 0 0 no-repeat;
    background-size: cover;
  }
}
.l-header-sns .__instagram {
  position: relative;
  transition: 0.4s all;
}
.l-header-sns .__instagram::before {
  content: "";
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/common/ico_instagram.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .l-header-sns .__instagram::before {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
  }
}

.l-gnav {
  opacity: 0;
  z-index: 1;
  height: 0;
  width: calc(100% + 63px + 24px);
  line-height: 0;
  visibility: hidden;
  position: relative;
  padding: 0;
  background-color: rgba(10, 72, 178, 0);
  transition: padding-right 0.3s linear, padding-left 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, background-color 0.3s linear, position 0.3s linear, line-height 0.3s linear, visibility 0.3s linear, z-index 0.3s linear, width 0.3s linear, height 0.3s linear, opacity 0.3s linear;
}
@media screen and (max-width:768px) {
  .l-gnav {
    width: 100%;
    top: 0;
    left: auto;
    padding: 0;
    /*opacity: 0;*/
    overflow-y: auto;
  }
}
.l-gnav._gnav-show_ {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: auto;
  height: auto;
  line-height: 1.8;
  background-color: rgba(10, 72, 178, 0);
  padding: 0;
  transition: padding-right 0.3s linear, padding-left 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, position 0.3s linear, background-color 0.3s linear, line-height 0.3s linear, visibility 0.3s linear, z-index 0.3s linear, width 0.3s linear, height 0.3s linear, opacity 0.3s linear;
}
@media screen and (max-width:768px) {
  .l-gnav._gnav-show_ {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0A48B2;
    padding: 72px 16px 30px;
    width: 100%;
  }
}
.l-gnav::after {
  content: "";
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  background: #5F5F5F;
}
@media screen and (max-width:768px) {
  .l-gnav::after {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__txt {
    border-radius: 16px 16px 0 0;
    background: #ffffff;
    padding: 24px 24px 10px;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #0A48B2;
  }
  .l-gnav__txt::after {
    content: "";
    bottom: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
    background: #5F5F5F;
  }
}
.l-gnav__list {
  padding: 24px 24px 18px;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  transition: width 0.3s linear;
}
@media screen and (max-width:768px) {
  .l-gnav__list {
    padding: 24px 24px 5px;
    display: flex;
    flex-wrap: wrap;
  }
}
.l-gnav__item {
  margin: 0 0 15px;
}
.l-gnav__item:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  .l-gnav__item {
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__item._why_ {
    width: 100%;
  }
}
.l-gnav__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav__link:hover .__jp {
    color: #0A48B2;
  }
  .l-gnav__link:hover .__en {
    color: #8AB0F3;
  }
}
.l-gnav__link .__jp {
  order: 2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #949494;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-gnav__link .__jp {
    font-size: 1.3rem;
  }
}
.l-gnav__link .__en {
  order: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5F5F5F;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.4s all;
}

.l-footer {
  border-radius: 16px 16px 0 0;
  background: url(../img/common/bg_footer.png) top left no-repeat #0A48B2;
  background-size: 100%;
  color: #ffffff;
  padding: 160px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .l-footer {
    border-radius: 8px 8px 0 0;
    padding: 80px 0 100px;
  }
}
.l-footer__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    padding: 0 16px;
  }
}
.l-footer-contact {
  border-bottom: 1px solid #ffffff;
  padding: 0 0 80px;
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-footer-contact {
    padding: 0 0 40px;
    margin: 0 0 40px;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .l-footer-contact__ttl {
    margin: 0 0 20px;
    width: 100%;
  }
}
.l-footer-contact__txt {
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .l-footer-contact__btn {
    width: 100%;
  }
}
.l-footer-nav {
  padding: 24px 32px;
  margin: 0 0 24px;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .l-footer-nav {
    border-radius: 8px;
    padding: 20px 24px;
    margin: 0 0 20px;
  }
}
.l-footer-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .l-footer-btn {
    margin: 0 0 40px;
    flex-direction: column;
  }
}
.l-footer-btn__contact {
  width: 400px;
}
@media screen and (max-width:768px) {
  .l-footer-btn__contact {
    width: 100%;
  }
}
.l-footer-btn__contact .__link {
  padding: 24px 24px 18px;
  border-radius: 16px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  background: url(../img/common/bg_btn_top.png) top left no-repeat #FFAD15;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-footer-btn__contact .__link {
    border-radius: 8px;
    padding: 12px 15px 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-btn__contact .__link:hover {
    background: #ffffff;
  }
  .l-footer-btn__contact .__link:hover .__jp {
    color: #0A48B2;
  }
  .l-footer-btn__contact .__link:hover .__en {
    color: #0A48B2;
  }
  .l-footer-btn__contact .__link:hover::after {
    color: #0A48B2;
  }
}
.l-footer-btn__contact .__link .__jp {
  order: 2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s all;
}
.l-footer-btn__contact .__link .__en {
  order: 1;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.4s all;
}
.l-footer-btn__contact .__link::after {
  content: "\e901";
  font-family: "icomoon";
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  transition: 0.4s all;
}
.l-footer-btn__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-footer-btn__sns {
    margin: 20px 0 0;
  }
}
.l-footer-btn__txt {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin: 0 16px 0 0;
}
@media screen and (max-width:768px) {
  .l-footer-btn__txt {
    font-size: 2rem;
  }
}
.l-footer-btn__instagram {
  width: 80px;
}
@media screen and (max-width:768px) {
  .l-footer-btn__instagram {
    width: 65px;
  }
}
.l-footer-btn__instagram .__link {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 80px;
  box-shadow: -40px 109px 32px 0 rgba(0, 0, 0, 0), -25px 70px 30px 0 rgba(0, 0, 0, 0.01), -14px 39px 25px 0 rgba(0, 0, 0, 0.03), -6px 17px 19px 0 rgba(0, 0, 0, 0.04), -2px 4px 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-footer-btn__instagram .__link {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-btn__instagram .__link:hover {
    background: #FFAD15;
  }
  .l-footer-btn__instagram .__link:hover .__instagram::before {
    background: url(../img/common/ico_instagram_white.svg) 0 0 no-repeat;
    background-size: cover;
  }
}
.l-footer-btn__instagram .__instagram {
  position: relative;
  transition: 0.4s all;
}
.l-footer-btn__instagram .__instagram::before {
  content: "";
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/common/ico_instagram.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .l-footer-btn__instagram .__instagram::before {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
  }
}
.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .l-footer-bottom {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .l-footer-bottom-left {
    width: 100%;
  }
}
.l-footer-bottom-left__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom-left__ttl {
    margin: 0 0 15px;
    font-size: 2rem;
  }
}
.l-footer-bottom-left__address {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom-left__address {
    margin: 0 0 15px;
  }
}
.l-footer-bottom-left__address a[href*="tel:"] {
  color: #ffffff;
}
.l-footer-bottom-left__privacy .__link {
  color: #ffffff;
}
.l-footer-bottom-left__privacy .__link::after {
  background: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-bottom-left__privacy .__link:hover::after {
    background: #0A48B2;
  }
}
.l-footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .l-footer-bottom-right {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
  }
}
.l-footer-bottom-right__img {
  width: 160px;
  margin: 0 0 22px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom-right__img {
    order: 2;
    margin: 0;
  }
}
.l-footer-bottom-right__copyright {
  font-size: 1.5rem;
  letter-spacing: 0.45px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom-right__copyright {
    order: 1;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}

.l-fnav__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #5F5F5F;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-family: "Lato", sans-serif;
  color: #0A48B2;
}
.l-fnav__list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-fnav__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__list {
    flex-direction: column;
  }
}
.l-fnav__item {
  margin: 0 80px 0 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1265px) {
  .l-fnav__item {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-fnav__item {
    margin: 0 30px 20px 0;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__item {
    margin: 0 0 15px;
  }
}
.l-fnav__item:last-child {
  margin: 0;
}
.l-fnav__link {
  display: flex;
  flex-direction: column;
  transition: 0.4s all;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-fnav__link:hover .__jp {
    color: #0A48B2;
  }
  .l-fnav__link:hover .__en {
    color: #8AB0F3;
  }
}
.l-fnav__link .__jp {
  order: 2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #949494;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .l-fnav__link .__jp {
    font-size: 1.3rem;
  }
}
.l-fnav__link .__en {
  order: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5F5F5F;
  font-family: "Lato", sans-serif;
  line-height: 1;
  transition: 0.4s all;
}

.t-wrap {
  color: #5F5F5F;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .t-wrap {
    font-size: 1.5rem;
  }
}

.u-al-l {
  text-align: left !important;
}
@media screen and (max-width:768px) {
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-c {
  text-align: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width:768px) {
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-r {
  text-align: right !important;
}
@media screen and (max-width:768px) {
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flexstart !important;
}
@media screen and (max-width:768px) {
  .u-al-fl._sm-al-fr_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }
  .u-al-fl._sm-al-fc_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .u-al-fl._sm-al-fc_ > * {
    flex: 0 0 auto !important;
  }
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}
@media screen and (max-width:768px) {
  .u-al-fr._sm-al-fl_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  .u-al-fr._sm-al-fc_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .u-al-fr._sm-al-fc_ > * {
    flex: 0 0 auto !important;
  }
}

.u-c-red {
  color: #DF0000 !important;
}

.u-c-blue {
  color: #0A48B2 !important;
}

.u-fw-n {
  font-family: "lineseed_r", sans-serif;
  font-weight: 400;
}

.u-fw-b {
  font-family: "lineseed_b", sans-serif;
  font-weight: 700;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}
@media screen and (max-width:768px) {
  .u-fz-20._fz-16_ {
    font-size: 1.6rem !important;
  }
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

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

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

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

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

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

.u-mb-l {
  margin-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mb-l {
    margin-bottom: 30px !important;
  }
}

.u-mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 40px !important;
  }
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxl {
    margin-bottom: 50px !important;
  }
}

.u-mb-xxxl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxxl {
    margin-bottom: 60px !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-ml-l {
    margin-left: 30px !important;
  }
}

.u-ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xl {
    margin-left: 40px !important;
  }
}

.u-ml-xxl {
  margin-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxl {
    margin-left: 50px !important;
  }
}

.u-ml-xxxl {
  margin-left: 120px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxxl {
    margin-left: 60px !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mr-l {
    margin-right: 30px !important;
  }
}

.u-mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xl {
    margin-right: 40px !important;
  }
}

.u-mr-xxl {
  margin-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxl {
    margin-right: 50px !important;
  }
}

.u-mr-xxxl {
  margin-right: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxxl {
    margin-right: 60px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.u-mt-l {
  margin-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mt-l {
    margin-top: 30px !important;
  }
}

.u-mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 40px !important;
  }
}

.u-mt-xxl {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxl {
    margin-top: 50px !important;
  }
}

.u-mt-xxxl {
  margin-top: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxxl {
    margin-top: 60px !important;
  }
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pa-l {
    padding: 30px !important;
  }
}

.u-pa-xl {
  padding: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xl {
    padding: 40px !important;
  }
}

.u-pa-xxl {
  padding: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxl {
    padding: 50px !important;
  }
}

.u-pa-xxxl {
  padding: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxxl {
    padding: 60px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pb-l {
    padding-bottom: 30px !important;
  }
}

.u-pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 40px !important;
  }
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxl {
    padding-bottom: 50px !important;
  }
}

.u-pb-xxxl {
  padding-bottom: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxxl {
    padding-bottom: 60px !important;
  }
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pl-l {
    padding-left: 30px !important;
  }
}

.u-pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xl {
    padding-left: 40px !important;
  }
}

.u-pl-xxl {
  padding-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxl {
    padding-left: 50px !important;
  }
}

.u-pl-xxxl {
  padding-left: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxxl {
    padding-left: 60px !important;
  }
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pr-l {
    padding-right: 30px !important;
  }
}

.u-pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xl {
    padding-right: 40px !important;
  }
}

.u-pr-xxl {
  padding-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxl {
    padding-right: 50px !important;
  }
}

.u-pr-xxxl {
  padding-right: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxxl {
    padding-right: 60px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pt-l {
    padding-top: 30px !important;
  }
}

.u-pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 40px !important;
  }
}

.u-pt-xxl {
  padding-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxl {
    padding-top: 50px !important;
  }
}

.u-pt-xxxl {
  padding-top: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxxl {
    padding-top: 60px !important;
  }
}

.u-w0p {
  width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w0p {
    width: 0% !important;
  }
}
.u-w1p {
  width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w1p {
    width: 1% !important;
  }
}
.u-w2p {
  width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w2p {
    width: 2% !important;
  }
}
.u-w3p {
  width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w3p {
    width: 3% !important;
  }
}
.u-w4p {
  width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w4p {
    width: 4% !important;
  }
}
.u-w5p {
  width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w5p {
    width: 5% !important;
  }
}
.u-w6p {
  width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w6p {
    width: 6% !important;
  }
}
.u-w7p {
  width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w50p {
    width: 50% !important;
  }
}
.u-w51p {
  width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w51p {
    width: 51% !important;
  }
}
.u-w52p {
  width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w52p {
    width: 52% !important;
  }
}
.u-w53p {
  width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w53p {
    width: 53% !important;
  }
}
.u-w54p {
  width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w54p {
    width: 54% !important;
  }
}
.u-w55p {
  width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w55p {
    width: 55% !important;
  }
}
.u-w56p {
  width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w56p {
    width: 56% !important;
  }
}
.u-w57p {
  width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w57p {
    width: 57% !important;
  }
}
.u-w58p {
  width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w58p {
    width: 58% !important;
  }
}
.u-w59p {
  width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w59p {
    width: 59% !important;
  }
}
.u-w60p {
  width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w60p {
    width: 60% !important;
  }
}
.u-w61p {
  width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w61p {
    width: 61% !important;
  }
}
.u-w62p {
  width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w62p {
    width: 62% !important;
  }
}
.u-w63p {
  width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w63p {
    width: 63% !important;
  }
}
.u-w64p {
  width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w64p {
    width: 64% !important;
  }
}
.u-w65p {
  width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w65p {
    width: 65% !important;
  }
}
.u-w66p {
  width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w66p {
    width: 66% !important;
  }
}
.u-w67p {
  width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w67p {
    width: 67% !important;
  }
}
.u-w68p {
  width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w68p {
    width: 68% !important;
  }
}
.u-w69p {
  width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w69p {
    width: 69% !important;
  }
}
.u-w70p {
  width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w70p {
    width: 70% !important;
  }
}
.u-w71p {
  width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w71p {
    width: 71% !important;
  }
}
.u-w72p {
  width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w72p {
    width: 72% !important;
  }
}
.u-w73p {
  width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w73p {
    width: 73% !important;
  }
}
.u-w74p {
  width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w74p {
    width: 74% !important;
  }
}
.u-w75p {
  width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w75p {
    width: 75% !important;
  }
}
.u-w76p {
  width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w76p {
    width: 76% !important;
  }
}
.u-w77p {
  width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w77p {
    width: 77% !important;
  }
}
.u-w78p {
  width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w78p {
    width: 78% !important;
  }
}
.u-w79p {
  width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w79p {
    width: 79% !important;
  }
}
.u-w80p {
  width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w80p {
    width: 80% !important;
  }
}
.u-w81p {
  width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w81p {
    width: 81% !important;
  }
}
.u-w82p {
  width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w82p {
    width: 82% !important;
  }
}
.u-w83p {
  width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w83p {
    width: 83% !important;
  }
}
.u-w84p {
  width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w84p {
    width: 84% !important;
  }
}
.u-w85p {
  width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w85p {
    width: 85% !important;
  }
}
.u-w86p {
  width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w86p {
    width: 86% !important;
  }
}
.u-w87p {
  width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w87p {
    width: 87% !important;
  }
}
.u-w88p {
  width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w88p {
    width: 88% !important;
  }
}
.u-w89p {
  width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w89p {
    width: 89% !important;
  }
}
.u-w90p {
  width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w90p {
    width: 90% !important;
  }
}
.u-w91p {
  width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w91p {
    width: 91% !important;
  }
}
.u-w92p {
  width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w92p {
    width: 92% !important;
  }
}
.u-w93p {
  width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w93p {
    width: 93% !important;
  }
}
.u-w94p {
  width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w94p {
    width: 94% !important;
  }
}
.u-w95p {
  width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w95p {
    width: 95% !important;
  }
}
.u-w96p {
  width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w96p {
    width: 96% !important;
  }
}
.u-w97p {
  width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w97p {
    width: 97% !important;
  }
}
.u-w98p {
  width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w98p {
    width: 98% !important;
  }
}
.u-w99p {
  width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w99p {
    width: 99% !important;
  }
}
.u-w100p {
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w100p {
    width: 100% !important;
  }
}
.u-mw0p {
  max-width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw0p {
    width: 0% !important;
  }
}
.u-mw1p {
  max-width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw1p {
    width: 1% !important;
  }
}
.u-mw2p {
  max-width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw2p {
    width: 2% !important;
  }
}
.u-mw3p {
  max-width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw3p {
    width: 3% !important;
  }
}
.u-mw4p {
  max-width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw4p {
    width: 4% !important;
  }
}
.u-mw5p {
  max-width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw5p {
    width: 5% !important;
  }
}
.u-mw6p {
  max-width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw6p {
    width: 6% !important;
  }
}
.u-mw7p {
  max-width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw7p {
    width: 7% !important;
  }
}
.u-mw8p {
  max-width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw8p {
    width: 8% !important;
  }
}
.u-mw9p {
  max-width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw9p {
    width: 9% !important;
  }
}
.u-mw10p {
  max-width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw10p {
    width: 10% !important;
  }
}
.u-mw11p {
  max-width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw11p {
    width: 11% !important;
  }
}
.u-mw12p {
  max-width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw12p {
    width: 12% !important;
  }
}
.u-mw13p {
  max-width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw13p {
    width: 13% !important;
  }
}
.u-mw14p {
  max-width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw14p {
    width: 14% !important;
  }
}
.u-mw15p {
  max-width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw15p {
    width: 15% !important;
  }
}
.u-mw16p {
  max-width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw16p {
    width: 16% !important;
  }
}
.u-mw17p {
  max-width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw17p {
    width: 17% !important;
  }
}
.u-mw18p {
  max-width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw18p {
    width: 18% !important;
  }
}
.u-mw19p {
  max-width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw19p {
    width: 19% !important;
  }
}
.u-mw20p {
  max-width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw20p {
    width: 20% !important;
  }
}
.u-mw21p {
  max-width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw21p {
    width: 21% !important;
  }
}
.u-mw22p {
  max-width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw22p {
    width: 22% !important;
  }
}
.u-mw23p {
  max-width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw23p {
    width: 23% !important;
  }
}
.u-mw24p {
  max-width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw24p {
    width: 24% !important;
  }
}
.u-mw25p {
  max-width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw25p {
    width: 25% !important;
  }
}
.u-mw26p {
  max-width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw26p {
    width: 26% !important;
  }
}
.u-mw27p {
  max-width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw27p {
    width: 27% !important;
  }
}
.u-mw28p {
  max-width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw28p {
    width: 28% !important;
  }
}
.u-mw29p {
  max-width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw29p {
    width: 29% !important;
  }
}
.u-mw30p {
  max-width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw30p {
    width: 30% !important;
  }
}
.u-mw31p {
  max-width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw31p {
    width: 31% !important;
  }
}
.u-mw32p {
  max-width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw32p {
    width: 32% !important;
  }
}
.u-mw33p {
  max-width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw33p {
    width: 33% !important;
  }
}
.u-mw34p {
  max-width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw34p {
    width: 34% !important;
  }
}
.u-mw35p {
  max-width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw35p {
    width: 35% !important;
  }
}
.u-mw36p {
  max-width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw36p {
    width: 36% !important;
  }
}
.u-mw37p {
  max-width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw37p {
    width: 37% !important;
  }
}
.u-mw38p {
  max-width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw38p {
    width: 38% !important;
  }
}
.u-mw39p {
  max-width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw39p {
    width: 39% !important;
  }
}
.u-mw40p {
  max-width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw40p {
    width: 40% !important;
  }
}
.u-mw41p {
  max-width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw41p {
    width: 41% !important;
  }
}
.u-mw42p {
  max-width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw42p {
    width: 42% !important;
  }
}
.u-mw43p {
  max-width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw43p {
    width: 43% !important;
  }
}
.u-mw44p {
  max-width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw44p {
    width: 44% !important;
  }
}
.u-mw45p {
  max-width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw45p {
    width: 45% !important;
  }
}
.u-mw46p {
  max-width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw46p {
    width: 46% !important;
  }
}
.u-mw47p {
  max-width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw47p {
    width: 47% !important;
  }
}
.u-mw48p {
  max-width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw48p {
    width: 48% !important;
  }
}
.u-mw49p {
  max-width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw49p {
    width: 49% !important;
  }
}
.u-mw50p {
  max-width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw50p {
    width: 50% !important;
  }
}
.u-mw51p {
  max-width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw51p {
    width: 51% !important;
  }
}
.u-mw52p {
  max-width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw52p {
    width: 52% !important;
  }
}
.u-mw53p {
  max-width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw53p {
    width: 53% !important;
  }
}
.u-mw54p {
  max-width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw54p {
    width: 54% !important;
  }
}
.u-mw55p {
  max-width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw55p {
    width: 55% !important;
  }
}
.u-mw56p {
  max-width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw56p {
    width: 56% !important;
  }
}
.u-mw57p {
  max-width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw57p {
    width: 57% !important;
  }
}
.u-mw58p {
  max-width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw58p {
    width: 58% !important;
  }
}
.u-mw59p {
  max-width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw59p {
    width: 59% !important;
  }
}
.u-mw60p {
  max-width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw60p {
    width: 60% !important;
  }
}
.u-mw61p {
  max-width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw61p {
    width: 61% !important;
  }
}
.u-mw62p {
  max-width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw62p {
    width: 62% !important;
  }
}
.u-mw63p {
  max-width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw63p {
    width: 63% !important;
  }
}
.u-mw64p {
  max-width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw64p {
    width: 64% !important;
  }
}
.u-mw65p {
  max-width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw65p {
    width: 65% !important;
  }
}
.u-mw66p {
  max-width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw66p {
    width: 66% !important;
  }
}
.u-mw67p {
  max-width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw67p {
    width: 67% !important;
  }
}
.u-mw68p {
  max-width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw68p {
    width: 68% !important;
  }
}
.u-mw69p {
  max-width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw69p {
    width: 69% !important;
  }
}
.u-mw70p {
  max-width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw70p {
    width: 70% !important;
  }
}
.u-mw71p {
  max-width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw71p {
    width: 71% !important;
  }
}
.u-mw72p {
  max-width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw72p {
    width: 72% !important;
  }
}
.u-mw73p {
  max-width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw73p {
    width: 73% !important;
  }
}
.u-mw74p {
  max-width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw74p {
    width: 74% !important;
  }
}
.u-mw75p {
  max-width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw75p {
    width: 75% !important;
  }
}
.u-mw76p {
  max-width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw76p {
    width: 76% !important;
  }
}
.u-mw77p {
  max-width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw77p {
    width: 77% !important;
  }
}
.u-mw78p {
  max-width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw78p {
    width: 78% !important;
  }
}
.u-mw79p {
  max-width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw79p {
    width: 79% !important;
  }
}
.u-mw80p {
  max-width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw80p {
    width: 80% !important;
  }
}
.u-mw81p {
  max-width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw81p {
    width: 81% !important;
  }
}
.u-mw82p {
  max-width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw82p {
    width: 82% !important;
  }
}
.u-mw83p {
  max-width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw83p {
    width: 83% !important;
  }
}
.u-mw84p {
  max-width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw84p {
    width: 84% !important;
  }
}
.u-mw85p {
  max-width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw85p {
    width: 85% !important;
  }
}
.u-mw86p {
  max-width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw86p {
    width: 86% !important;
  }
}
.u-mw87p {
  max-width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw87p {
    width: 87% !important;
  }
}
.u-mw88p {
  max-width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw88p {
    width: 88% !important;
  }
}
.u-mw89p {
  max-width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw89p {
    width: 89% !important;
  }
}
.u-mw90p {
  max-width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw90p {
    width: 90% !important;
  }
}
.u-mw91p {
  max-width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw91p {
    width: 91% !important;
  }
}
.u-mw92p {
  max-width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw92p {
    width: 92% !important;
  }
}
.u-mw93p {
  max-width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw93p {
    width: 93% !important;
  }
}
.u-mw94p {
  max-width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw94p {
    width: 94% !important;
  }
}
.u-mw95p {
  max-width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw95p {
    width: 95% !important;
  }
}
.u-mw96p {
  max-width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw96p {
    width: 96% !important;
  }
}
.u-mw97p {
  max-width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw97p {
    width: 97% !important;
  }
}
.u-mw98p {
  max-width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw98p {
    width: 98% !important;
  }
}
.u-mw99p {
  max-width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw99p {
    width: 99% !important;
  }
}
.u-mw100p {
  max-width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw100p {
    width: 100% !important;
  }
}
.u-w-a {
  width: auto !important;
}

@media screen and (max-width:768px) {
  .u-sm-w-a {
    width: auto !important;
  }
}
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */