@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
* {
  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;
}

@media screen and (min-width:769px) and (max-width:1024px) {
  html {
    font-size: 0.9765625vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}
body._gnav-show_ {
  overflow-y: hidden;
  height: 100%;
}
body._gnav-show_ .l-header-nav {
  display: none;
}

a {
  color: #008899;
  text-decoration: none;
  transition: 0.3s all;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .__txt {
    background-size: 100% 1px;
    background-position-x: left;
  }
}
a:focus-visible .__txt {
  background-size: 100% 1px;
  background-position-x: left;
}
a .__txt {
  background: linear-gradient(0deg, #008899, #008899) no-repeat right bottom/0 1px;
  transition: background-size 350ms;
  padding-bottom: 1px;
}
a[href*="tel:"] {
  cursor: default !important;
  color: #393939;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a[href*="tel:"]:hover .__txt {
    background: none;
  }
}

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

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

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;
}

/* ふわっと表示 */
.inview.fadeup {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(10px);
}
.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}
.inview.fadedown {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(-10px);
}
.inview.fadedown.active {
  opacity: 1;
  transform: translateY(0px);
}
.inview.fadeleft {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(-10px);
}
.inview.fadeleft.active {
  opacity: 1;
  transform: translateX(0px);
}
.inview.faderight {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(10px);
}
.inview.faderight.active {
  opacity: 1;
  transform: translateX(0px);
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

.delay04 {
  transition-delay: 1.2s;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/common/icon/fonts/icomoon.eot");
  src: url("/common/icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.ttf") format("truetype"), url("/common/icon/fonts/icomoon.woff") format("woff"), url("/common/icon/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-window:before {
  content: "\e906";
}

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

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

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

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

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

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

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

.icon-error:before {
  content: "\e911";
}

.e-a-txt-arrow {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
}
.e-a-txt-arrow .__ico {
  color: #008899;
  line-height: 1.2;
  font-size: 1.3rem;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (max-width:768px) {
  .e-a-txt-arrow .__ico:first-child {
    top: 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: #008899;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 240px;
  height: 50px;
  margin: 10px 5px;
  padding: 0 20px;
  background: #008899;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s all;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-btn {
    min-width: auto;
    width: 100%;
    margin: 5px;
  }
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn:not(._disabled_):hover {
    background: #79DDE4;
  }
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._m0_ {
  margin: 0 !important;
}
.e-btn .__txt {
  background: none;
}
.e-btn._m-w_ {
  min-width: auto;
  width: 100%;
}
.e-btn._w-l_ {
  min-width: 320px;
  height: 55px;
}
@media screen and (max-width:768px) {
  .e-btn._w-l_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn._white_ {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #008899;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._white_:not(._disabled_):hover {
    border: 1px solid #79DDE4;
    background: #79DDE4;
    color: #ffffff;
  }
}
.e-btn._gray_ {
  background: #eee;
  color: #5E5E5E;
  border: 1px solid #eee;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._gray_:not(._disabled_):hover {
    background: #D0D0D0;
    border: 1px solid #D0D0D0;
  }
}

.e-btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 240px;
  height: 50px;
  margin: 10px 5px;
  padding: 0 40px;
  background: #008899;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s all;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-btn-arrow {
    margin: 5px;
    min-width: auto;
    width: 100%;
  }
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    background: #79DDE4;
  }
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1rem;
}
.e-btn-arrow .__ico:first-child {
  left: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:first-child {
    left: 10px;
  }
}
.e-btn-arrow .__ico:last-child {
  right: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:last-child {
    right: 10px;
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._m0_ {
  margin: 0 !important;
}
.e-btn-arrow .__txt {
  background: none;
}
.e-btn-arrow._w-l_ {
  min-width: 320px;
  height: 55px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-l_ {
    width: 100%;
    min-width: 0;
  }
}
.e-btn-arrow._white_ {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #008899;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._white_:not(._disabled_):hover {
    border: 1px solid #79DDE4;
    background: #79DDE4;
    color: #ffffff;
  }
}
.e-btn-arrow._gray_ {
  background: #eee;
  color: #5E5E5E;
  border: 1px solid #eee;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._gray_:not(._disabled_):hover {
    background: #D0D0D0;
    border: 1px solid #D0D0D0;
    color: #5E5E5E;
  }
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__elem:checked + .__txt::before {
  border: 1px solid #008899;
  background: #008899;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .e-form-check .__txt {
    font-size: 1.7rem;
  }
}
.e-form-check .__txt::before {
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 2px;
}
@media screen and (max-width:768px) {
  .e-form-check .__txt::before {
    top: 12px;
    position: absolute;
  }
}
.e-form-check .__txt::after {
  left: 4px;
  content: "\e904";
  color: #ffffff;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:768px) {
  .e-form-check .__txt::after {
    top: 12px;
    position: absolute;
  }
}

.e-form-radio {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__elem:checked + .__txt::before {
  border: 1px solid #008899;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 1px solid #B3B3B3;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #008899;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

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

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
  border: none;
  color: #393939;
  border-radius: 2px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.e-form-text._w-m_ {
  max-width: 640px;
}
.e-form-text._w-s_ {
  max-width: 295px;
}
.e-form-text._w-a_ {
  width: auto;
}
.e-form-text::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
  font-weight: 400;
}
.e-form-text::placeholder, .e-form-text::-moz-placeholder, .e-form-text:-ms-input-placeholder, .e-form-text::-webkit-input-placeholder {
  color: #A8A8A8;
  opacity: 1;
  font-weight: 400;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  height: 200px;
  padding: 15px 20px;
  background: #F4F4F4;
  border: none;
  color: #393939;
  border-radius: 2px;
  font-size: 1.6rem;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.e-form-textarea::-moz-placeholder {
  color: rgb(168, 168, 168);
  opacity: 1;
  font-weight: 300;
}
.e-form-textarea::placeholder {
  color: rgb(168, 168, 168);
  opacity: 1;
  font-weight: 300;
}

.e-h1 {
  width: 100%;
  height: 560px;
  color: #ffffff;
  padding: 100px 30px 0;
}
@media screen and (max-width:768px) {
  .e-h1 {
    height: 330px;
    padding: 75px 15px 0;
  }
}
.e-h1__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.e-h1__ttl {
  font-size: 20rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  font-family: "Prompt", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .e-h1__ttl {
    font-size: 14rem;
  }
}
@media screen and (max-width:768px) {
  .e-h1__ttl {
    font-size: 5.6rem;
  }
}
.e-h1__ttl .__en {
  position: relative;
  padding: 90px 0 0;
  line-height: 0.6;
}
@media screen and (max-width:768px) {
  .e-h1__ttl .__en {
    padding: 30px 0 0;
    word-break: break-all;
  }
}
.e-h1__ttl .__en::before {
  content: attr(data-number);
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 6.4rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  line-height: 0;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .e-h1__ttl .__en::before {
    font-size: 3.2rem;
  }
}
.e-h1._privacy_ {
  background: url(/common/img/privacy/bg_ttl_privacy.png) center bottom no-repeat;
  background-size: cover;
}
.e-h1._privacy_ .__en {
  line-height: 1;
  padding: 20px 0 0;
}
.e-h1._contact_ {
  background: url(/common/img/contact/bg_ttl_contact.jpg) center bottom no-repeat;
  background-size: cover;
}
.e-h1._about_ {
  background: url(/common/img/about/bg_ttl_about.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .e-h1._about_ .__en {
    line-height: 0.8;
    margin: 0 0 -5px;
  }
}
.e-h1._service_ {
  background: url(/common/img/service/bg_ttl_service.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .e-h1._service_ .__en {
    line-height: 0.8;
    margin: 0 0 -5px;
  }
}
.e-h1._default_ {
  background: url(/common/img/common/bg_ttl.png) center bottom no-repeat;
  background-size: cover;
}
.e-h1._default_ .__en {
  line-height: 0.9;
  margin: 0 0 -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .e-h1._default_ .__en {
    margin: 0 0 -20px;
  }
}
@media screen and (max-width:768px) {
  .e-h1._default_ .__en {
    line-height: 0.9;
    margin: 0 0 -10px;
  }
}

.e-h2 {
  margin: 0 0 50px;
  color: #008899;
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 70px 0 0;
}
.e-h2._center_ {
  text-align: center;
}
.e-h2._center_::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  left: 50%;
}
@media screen and (max-width:768px) {
  .e-h2 {
    margin: 0 0 30px;
    font-size: 1.8rem;
    padding: 35px 0 0;
  }
}
.e-h2::before {
  position: absolute;
  content: attr(data-en);
  top: 0;
  left: 0;
  font-size: 9.6rem;
  color: #008899;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 0.5;
}
@media screen and (max-width:768px) {
  .e-h2::before {
    font-size: 4.6rem;
  }
}

.e-h3 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.4;
  color: #008899;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width:768px) {
  .e-h3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.7rem;
  }
}

.e-h4 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 30px;
  line-height: 1.4;
}

.e-h5 {
  margin: 0 0 20px;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #008899;
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-h5 {
    margin: 0 0 15px;
    padding: 2px 0 2px 10px;
    font-size: 1.6rem;
  }
}

.e-h6 {
  margin: 0 0 15px;
  color: #008899;
  font-size: 2rem;
  font-family: "Noto Sans JP", 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: 56.25%;
  overflow: hidden;
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.e-list-circle__item::before {
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  content: "";
  background: #008899;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .e-list-circle__item::before {
    top: 0.8em;
  }
}
.e-list-circle._black_ .e-list-circle__item::before {
  background: #393939;
}
.e-list-circle._mt20_ {
  margin-top: 20px;
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #008899;
  display: block;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.e-list-number._red_ .e-list-number__item::before {
  color: #C12E2E;
}
.e-list-number._mt20_ .e-list-number__item:not(:first-child) {
  margin-top: 20px;
}
.e-list-number._m40_ {
  margin: 40px 0;
}

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

.e-alert {
  color: #C12E2E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 5px 0 0;
}

.m-box {
  padding: 40px;
  background: #ffffff;
}
@media screen and (max-width:768px) {
  .m-box {
    padding: 20px;
  }
}
.m-box._gray_ {
  background: #F4F4F4;
}
.m-box._border_ {
  border: 2px solid #79DDE4;
}
.m-box._error_ {
  border: 2px solid #C12E2E;
  background: rgba(193, 46, 46, 0.1);
  color: #C12E2E;
}
.m-box._error_ .icon-error {
  margin: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .m-box._error_ .icon-error {
    margin: 0 10px 0 0;
  }
}

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

.m-noscript {
  padding: 3px 15px;
  background: #008899;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .m-noscript {
    padding: 75px 15px 15px;
  }
}

.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 #B3B3B3;
  color: #008899;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #008899;
  border: 1px solid #008899;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #008899;
    border: 1px solid #008899;
    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 #B3B3B3;
  color: #008899;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #008899;
  border: 1px solid #008899;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #008899;
    border: 1px solid #008899;
    color: #ffffff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 20px 0;
  border-bottom: 1px solid #79DDE4;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .m-table th,
  .m-table td {
    padding: 15px 0;
  }
}
.m-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.m-table th .u-c-red {
  font-size: 1.6rem;
}
.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;
}
.m-table ._green_ {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #008899;
}
@media screen and (max-width:768px) {
  .m-table ._green_ {
    font-size: 1.8rem;
  }
}
.m-table._col1_ {
  display: block;
}
.m-table._col1_ thead,
.m-table._col1_ tbody,
.m-table._col1_ tr,
.m-table._col1_ th,
.m-table._col1_ td {
  display: block;
}
.m-table._col1_ th {
  border-bottom: none;
  padding: 0 0 20px;
}
@media screen and (max-width:768px) {
  .m-table._col1_ th {
    padding: 0 0 10px;
  }
}
.m-table._col1_ td {
  border-bottom: none;
  padding: 0 0 40px;
}
@media screen and (max-width:768px) {
  .m-table._col1_ td {
    padding: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .m-table._sp-col1_ {
    display: block;
    border-bottom: 1px solid #79DDE4;
  }
  .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 {
    border-bottom: none;
    border-top: 1px solid #79DDE4;
    padding-bottom: 5px;
  }
  .m-table._sp-col1_ td {
    border-bottom: none;
    padding-top: 5px;
  }
  .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-contact-form-tel {
  margin: 0 0 80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .c-contact-form-tel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-form-tel {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin: 0 0 40px;
  }
}
.c-contact-form-tel__ttl {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .c-contact-form-tel__ttl {
    margin: 0 0 20px;
    font-size: 2rem;
  }
}
.c-contact-form-tel__txt {
  text-align: center;
}
.c-contact-form-tel__txt .__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #008899;
  font-family: "Prompt", sans-serif;
  font-size: 3.2rem;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-contact-form-tel__txt .__tel {
    font-size: 2.3rem;
    margin: 0 0 5px;
  }
}
.c-contact-form-tel__txt .__link {
  font-size: 4.8rem;
  color: #008899;
}
@media screen and (max-width:768px) {
  .c-contact-form-tel__txt .__link {
    font-size: 3rem;
  }
}
.c-contact-form-tel__txt .__time {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
}
.c-contact-form-flow {
  margin: 0 0 80px;
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(3, 80px);
}
@media screen and (max-width:768px) {
  .c-contact-form-flow {
    margin: 0 0 40px;
    gap: 0 20px;
  }
}
.c-contact-form-flow__item {
  position: relative;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6199A0;
  background: #ffffff;
  color: #6199A0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-contact .c-contact-form-flow__item._flow01_ {
  background: #008899;
  color: #ffffff;
  border: 1px solid #008899;
}
.c-contact-confirm .c-contact-form-flow__item._flow02_ {
  background: #008899;
  color: #ffffff;
  border: 1px solid #008899;
}
.c-contact-complete .c-contact-form-flow__item._flow03_ {
  background: #008899;
  color: #ffffff;
  border: 1px solid #008899;
}
.c-contact-form-flow__item:last-child::after {
  display: none;
}
.c-contact-form-flow__item::after {
  position: absolute;
  content: "";
  background: #6199A0;
  top: 16px;
  right: -42px;
  width: 42px;
  height: 2px;
}
@media screen and (max-width:768px) {
  .c-contact-form-flow__item::after {
    width: 22px;
    right: -22px;
    top: 11px;
  }
}
.c-contact-form .m-box .__ttl {
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-contact-form__btn .e-btn-arrow {
    margin: 0 0 15px;
    order: 1;
  }
  .c-contact-form__btn .e-btn-arrow._gray_ {
    order: 2;
    margin: 0;
  }
}

.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: 30px 20px;
  }
}
.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: 30px 20px;
  }
}
@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: 30px 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: 20px 20px;
  }
}

.c-news-list {
  margin: 0 0 40px;
  border-top: 1px solid #B3B3B3;
}
.c-news-list__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width:768px) {
  .c-news-list__item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.c-news-list__date {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .c-news-list__date {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
}
.c-news-list__label {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  background: #008899;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 3px;
}
.c-news-list__link {
  flex: 1 1 auto;
}
@media screen and (max-width:768px) {
  .c-news-list__link {
    width: 100%;
    margin: 10px 0 0;
  }
}

.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #008899;
  color: #008899;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s all;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-pagetop__link {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    color: #ffffff;
    background: #008899;
  }
}

.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #008899;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  border: 1px solid #B3B3B3;
  border-top: none;
}
.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}
.c-snav-list__link .__txt {
  flex: 1 1 auto;
}
.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-snav-list__link:hover {
    opacity: 1;
    background: rgba(0, 136, 153, 0.05);
  }
}

.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-contact-btn {
  padding: 0 30px;
  max-width: 1020px;
  margin: 150px auto 0;
}
@media screen and (max-width:768px) {
  .c-contact-btn {
    padding: 0 15px;
    margin: 60px auto 0;
  }
}
.c-contact-btn__link {
  border: 2px solid #79DDE4;
  position: relative;
  padding: 70px 80px 60px;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #79DDE4 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  text-decoration: none;
  transition: background 750ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-contact-btn__link {
    flex-direction: column;
    padding: 60px 20px 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .c-contact-btn__link {
    padding: 70px 40px 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-btn__link:hover {
    background-position: 0;
    color: #ffffff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-contact-btn__link:hover {
    background-position: 100%;
    color: #008899;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-btn__link:hover .__ttl,
  .c-contact-btn__link:hover .__txt {
    color: #ffffff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-contact-btn__link:hover .__ttl,
  .c-contact-btn__link:hover .__txt {
    color: #008899;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-contact-btn__link:hover .__txt {
    color: #393939;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-btn__link:hover .__ttl::before {
    color: #ffffff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-contact-btn__link:hover .__ttl::before {
    color: #008899;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-btn__link:hover .__ico {
    transform: translateX(15px) translateY(0);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-contact-btn__link:hover .__ico {
    transform: translateX(0) translateY(0);
  }
}
@media screen and (max-width:768px) {
  .c-contact-btn__inner {
    margin: 0 0 20px;
  }
}
.c-contact-btn__inner .__ttl {
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 500;
  color: #008899;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 50px;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .c-contact-btn__inner .__ttl {
    font-size: 5.2rem;
    margin: 0 0 20px;
  }
}
.c-contact-btn__inner .__ttl::before {
  position: absolute;
  content: attr(data-number);
  top: 0;
  left: 0;
  font-size: 2.4rem;
  color: #008899;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  line-height: 0;
  transition: 0.3s all;
}
.c-contact-btn__inner .__txt {
  color: #393939;
  background: none;
  transition: 0.3s all;
}
.c-contact-btn .__ico {
  font-size: 4rem;
  line-height: 1;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-btn .__ico {
    font-size: 2.4rem;
  }
}

.c-privacy__txt {
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-privacy__txt {
    margin: 0 0 40px;
  }
}
.c-privacy__txt02 {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-privacy__txt02 {
    margin: 0 0 20px;
  }
}
.c-privacy-block {
  margin: 0 0 65px;
}
@media screen and (max-width:768px) {
  .c-privacy-block {
    margin: 0 0 40px;
  }
}
.c-privacy-block:last-of-type {
  margin: 0;
}

.c-about-message {
  padding: 120px 30px 150px;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-about-message {
    padding: 50px 15px 60px;
  }
}
.c-about-message__name {
  position: relative;
  padding: 40px 0 0;
  margin: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-about-message__name {
    padding: 25px 0 0;
    margin: 25px 0 0;
  }
}
.c-about-message__name::before {
  content: "";
  background: #79DDE4;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
}
@media screen and (max-width:768px) {
  .c-about-message__name::before {
    width: 30px;
  }
}
.c-about-message__name .__big {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
.c-about-philosophy {
  margin: 0 0 50px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  .c-about-philosophy {
    margin: 0 0 30px;
    flex-direction: column;
  }
}
.c-about-philosophy__ttl {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .c-about-philosophy__ttl {
    margin: 0 0 20px;
  }
}
.c-about-philosophy__ttl .__jp {
  order: 2;
  color: #008899;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .c-about-philosophy__ttl .__jp {
    font-size: 1.7rem;
  }
}
.c-about-philosophy__ttl .__en {
  order: 1;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  color: #008899;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-about-philosophy__ttl .__en {
    font-size: 3.6rem;
  }
}
.c-about-philosophy__txt {
  position: relative;
  padding: 70px 0 0 70px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .c-about-philosophy__txt {
    padding: 20px 0 0;
    font-size: 2rem;
  }
}
.c-about-philosophy__txt::before {
  content: "";
  background: #79DDE4;
  position: absolute;
  font-weight: 300;
  top: -15px;
  left: 40px;
  transform: rotate(40deg);
  width: 1px;
  height: 140px;
}
@media screen and (max-width:768px) {
  .c-about-philosophy__txt::before {
    transform: rotate(0deg);
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .c-about-philosophy__txt br {
    display: none;
  }
}
.c-about-overview {
  background: linear-gradient(119deg, rgba(1, 195, 243, 0.5) 0%, rgba(1, 195, 243, 0) 62.66%), #008899;
  color: #ffffff;
  padding: 80px 0 150px;
}
@media screen and (max-width:768px) {
  .c-about-overview {
    padding: 50px 0 60px;
  }
}
.c-about-overview-text {
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin: 0 0 130px;
}
@media screen and (max-width:768px) {
  .c-about-overview-text {
    margin: 0 0 50px;
  }
}
.c-about-overview-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 9.6rem;
  font-style: italic;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  padding: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .c-about-overview-text__item {
    font-size: 4.8rem;
  }
}
.c-about-overview-text:not(.no-tick) .c-about-overview-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.c-about-overview-text:not(.no-tick) .c-about-overview-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-about-overview__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-about-overview__inner {
    padding: 0 15px;
    max-width: auto;
    flex-direction: column;
  }
}
.c-about-overview__ttl {
  width: calc(25% - 60px);
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .c-about-overview__ttl {
    width: 100%;
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
.c-about-overview__table {
  width: 75%;
}
@media screen and (max-width:768px) {
  .c-about-overview__table {
    width: 100%;
  }
}
.c-about-overview__table .m-table tr:first-child th, .c-about-overview__table .m-table tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .c-about-overview__table .m-table tr:first-child th, .c-about-overview__table .m-table tr:first-child td {
    padding-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview__table .m-table tr:first-child td {
    padding-top: 5px;
  }
}
.c-about-overview__table .m-table td a[href*="tel:"] {
  color: #ffffff;
}
.c-about-overview__table .m-table th {
  width: 20%;
}
@media screen and (max-width:768px) {
  .c-about-overview__table .m-table th {
    width: 100%;
  }
}
.c-about-area {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-about-area {
    padding: 50px 15px 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-about-area__txt {
  width: 31.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .c-about-area__txt {
    width: 45%;
  }
}
@media screen and (max-width:768px) {
  .c-about-area__txt {
    width: 100%;
  }
}
.c-about-area__txt .e-h2 {
  padding: 180px 0 0;
}
@media screen and (max-width:768px) {
  .c-about-area__txt .e-h2 {
    padding: 45px 0 0;
  }
}
.c-about-area__txt .e-h2::before {
  line-height: 0.9;
}
.c-about-area__img {
  width: calc(68.75% - 80px);
  height: 672px;
  position: relative;
}
@media only screen and (min-width: 940px) and (max-width: 1337px) {
  .c-about-area__img {
    width: calc(68.75% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .c-about-area__img {
    width: calc(55% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-about-area__img {
    width: 100%;
    height: 350px;
  }
}
.c-about-area__img .__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 672px;
}
@media screen and (max-width:768px) {
  .c-about-area__img .__inner {
    width: 100%;
    height: 350px;
    text-align: right;
  }
}
.c-about-area__img .__elem {
  width: auto !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-about-area__list {
  display: flex;
  flex-wrap: wrap;
}
.c-about-area__item {
  margin: 0 8px 10px 0;
}
.c-about-area__item .e-label {
  margin: 0;
}
.c-about-area__item._mr-0_ {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1337px) {
  .c-about-area__item._mr-0_ {
    margin-right: 8px;
  }
}
@media screen and (max-width:768px) {
  .c-about-area__item._mr-0_ {
    margin-right: 8px;
  }
}
.c-about-history {
  background: #F4F4F4;
  padding: 150px 30px;
}
@media screen and (max-width:768px) {
  .c-about-history {
    padding: 60px 15px;
  }
}
.c-about-history__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .c-about-history__inner {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-about-history__inner {
    flex-direction: column;
  }
}
.c-about-history__inner .e-h2 {
  width: calc(38.67% - 100px);
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .c-about-history__inner .e-h2 {
    width: 100%;
    margin: 0 0 90px;
  }
}
@media screen and (max-width:768px) {
  .c-about-history__inner .e-h2 {
    width: 100%;
    margin: 0 0 50px;
  }
}
.c-about-history-timeline {
  width: 61.33%;
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .c-about-history-timeline {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-about-history-timeline {
    width: 100%;
  }
}
.c-about-history-timeline__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.c-about-history-timeline__item:last-child .c-about-history-timeline__content {
  padding: 0 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__item:last-child .c-about-history-timeline__content {
    padding: 0 0 0 20px;
  }
}
.c-about-history-timeline__item:first-child .c-about-history-timeline__content::after {
  content: "";
  width: 2px;
  height: 5%;
  background: #F4F4F4;
  position: absolute;
  left: -1px;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__item:first-child .c-about-history-timeline__content::after {
    height: 4%;
  }
}
.c-about-history-timeline__year {
  font-size: 7.2rem;
  font-style: italic;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  color: #008899;
  letter-spacing: 0;
  width: 183px;
  margin: 0 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__year {
    font-size: 4rem;
    width: 110px;
    margin: 0 20px 0 0;
  }
}
.c-about-history-timeline__content {
  width: calc(100% - 183px - 40px);
  padding: 0 0 65px 40px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #79DDE4;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__content {
    width: calc(100% - 110px - 20px);
    padding: 0 0 35px 25px;
  }
}
.c-about-history-timeline__content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  width: 12px;
  height: 12px;
  background: #79DDE4;
  z-index: 3;
  border-radius: 12px;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__content::before {
    top: 5px;
  }
}
.c-about-history-timeline__detail {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 65px;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__detail {
    margin: 0 0 35px;
    flex-direction: column;
  }
}
.c-about-history-timeline__detail:last-child {
  margin: 0;
}
.c-about-history-timeline__detail .__month {
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 0.6;
  font-family: "Prompt", sans-serif;
  width: 95px;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__detail .__month {
    font-size: 3.6rem;
    width: 100%;
    margin: 0 0 15px;
  }
}
.c-about-history-timeline__detail .__month .__small {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
  font-style: normal;
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__detail .__month .__small {
    font-size: 2rem;
  }
}
.c-about-history-timeline__detail .__txt {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  width: calc(100% - 95px - 25px);
}
@media screen and (max-width:768px) {
  .c-about-history-timeline__detail .__txt {
    width: 100%;
    font-size: 1.5rem;
  }
}
.c-about-access {
  max-width: 1340px;
  margin: 0 auto;
  padding: 150px 30px 0;
}
@media screen and (max-width:768px) {
  .c-about-access {
    padding: 60px 15px 0;
  }
}
.c-about-access__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .c-about-access__list {
    gap: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .c-about-access__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.c-about-access__item {
  border-bottom: 2px dotted #E1E1E1;
  padding: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-about-access__item {
    padding: 0 0 30px;
  }
}
.c-about-access__ttl {
  margin: 30px 0 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #008899;
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .c-about-access__ttl {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width:768px) {
  .c-about-access__ttl {
    margin: 20px 0 15px;
  }
}

.c-service-lead {
  padding: 120px 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .c-service-lead {
    padding: 50px 15px 60px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.c-service-lead .__bg {
  color: #ffffff;
  background: #008899;
  padding: 2px 10px 3px;
  margin: 0 30px;
  position: relative;
  display: inline-block;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .c-service-lead .__bg {
    margin: 0 25px;
  }
}
.c-service-lead .__bg::before, .c-service-lead .__bg::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  z-index: 1;
  transition: 0.3s all;
  line-height: 2.6;
}
.c-service-lead .__bg::before {
  border-width: 0 0 3.78rem 24px;
  position: absolute;
  top: 0;
  left: -24px;
  border-color: transparent transparent #008899 transparent;
}
@media only screen and (min-width: 768px) and (max-width: 870px) {
  .c-service-lead .__bg::before {
    border-width: 0 0 3.9rem 24px;
  }
}
@media screen and (max-width:768px) {
  .c-service-lead .__bg::before {
    border-width: 0 0 41px 24px;
  }
}
.c-service-lead .__bg::after {
  border-width: 3.78rem 24px 0 0;
  position: absolute;
  top: 0;
  right: -24px;
  border-color: #008899 transparent transparent transparent;
}
@media only screen and (min-width: 768px) and (max-width: 870px) {
  .c-service-lead .__bg::after {
    border-width: 3.9rem 24px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-service-lead .__bg::after {
    border-width: 41px 24px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-service-lead .__link {
    margin: 5px 0;
    display: inline-block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-service-lead .__link:hover .__bg {
    background: #79DDE4;
  }
  .c-service-lead .__link:hover .__bg::before {
    border-color: transparent transparent #79DDE4 transparent;
  }
  .c-service-lead .__link:hover .__bg::after {
    border-color: #79DDE4 transparent transparent transparent;
  }
}
.c-service-ttl {
  display: flex;
  flex-direction: column;
  color: #008899;
  margin: 0 0 50px;
}
@media screen and (max-width:768px) {
  .c-service-ttl {
    margin: 0 0 30px;
  }
}
.c-service-ttl._center_ {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.c-service-ttl._center_ .__en {
  margin: 0 0 5px;
}
.c-service-ttl .__ttl {
  order: 2;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .c-service-ttl .__ttl {
    font-size: 2rem;
  }
}
.c-service-ttl .__en {
  order: 1;
  font-size: 9.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: 84%;
  font-family: "Prompt", sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-service-ttl .__en {
    font-size: 4.3rem;
    margin: 0 0 10px;
    line-height: 1;
  }
}
.c-service-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-service-list__item {
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  padding: 2px 10px;
  margin: 0 0 10px;
}
.c-service-list__item .__green {
  color: #6199A0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-service-list__item:last-child {
  margin: 0;
}
.c-service-bg {
  background: rgba(97, 153, 160, 0.12);
  margin: 115px 0 150px;
  padding: 115px 0 150px;
}
@media screen and (max-width:768px) {
  .c-service-bg {
    margin: 60px 0 70px;
    padding: 60px 0 70px;
  }
}
.c-service-refrigerant {
  margin: -240px auto 150px;
  max-width: 1340px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-service-refrigerant {
    padding: 0 15px;
    margin: -120px auto 70px;
  }
}
.c-service-refrigerant__inner {
  position: relative;
  width: 100%;
  height: 587px;
  overflow: hidden;
  margin: 0 0 65px;
}
@media screen and (max-width:768px) {
  .c-service-refrigerant__inner {
    height: auto;
    margin: 0 0 35px;
  }
}
.c-service-refrigerant__inner .c-service-ttl {
  width: 45%;
  z-index: 2;
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-service-refrigerant__inner .c-service-ttl {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.c-service-refrigerant-img {
  width: 68.75%;
  height: 587px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-service-refrigerant-img {
    width: 100%;
    height: 300px;
    position: relative;
  }
}
.c-service-refrigerant-img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-service-refrigerant-box {
  padding: 50px;
  border: 2px solid #79DDE4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1085px) {
  .c-service-refrigerant-box {
    gap: 0 40px;
    padding: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-service-refrigerant-box {
    padding: 25px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.c-service-refrigerant-box .__ttl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #008899;
  margin: 0 0 20px;
}
.c-service-refrigerant__list {
  display: flex;
  flex-wrap: wrap;
}
.c-service-refrigerant__item {
  margin: 0 8px 10px 0;
}
.c-service-refrigerant__item .e-label {
  margin: 0;
  background: none;
}
.c-service-refrigerant__item._mr-0_ {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1337px) {
  .c-service-refrigerant__item._mr-0_ {
    margin-right: 8px;
  }
}
@media screen and (max-width:768px) {
  .c-service-refrigerant__item._mr-0_ {
    margin-right: 8px;
  }
}
.c-service-heavy {
  margin: 0 auto 150px;
  max-width: 1340px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-service-heavy {
    margin: 0 auto 70px;
    padding: 0 15px;
  }
}
.c-service-heavy__inner {
  position: relative;
  width: 100%;
  height: 587px;
  overflow: hidden;
  margin: 0 0 65px;
}
@media screen and (max-width:768px) {
  .c-service-heavy__inner {
    height: auto;
    margin: 0 0 35px;
  }
}
.c-service-heavy__inner .c-service-ttl {
  order: 2;
  width: 70%;
  z-index: 2;
  position: absolute;
  text-align: right;
  top: 80px;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-service-heavy__inner .c-service-ttl {
    width: 100%;
    position: relative;
    top: 0;
    text-align: left;
  }
}
.c-service-heavy-img {
  order: 1;
  width: 68.75%;
  height: 587px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-service-heavy-img {
    width: 100%;
    height: 300px;
    position: relative;
  }
}
.c-service-heavy-img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-service-gallery-slider__item {
  padding: 0 12px;
}
.c-service-work {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-service-work {
    padding: 0 15px;
  }
}
.c-service-work__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -20px;
}
@media screen and (max-width:768px) {
  .c-service-work__list {
    margin: 0;
  }
}
.c-service-work__item {
  position: relative;
  width: calc((100% - 120px) / 3);
  margin: 0 20px 40px;
  box-sizing: border-box;
  -o-border-image: url(/common/img/service/bg_work.svg) 100/100px/0 round;
     border-image: url(/common/img/service/bg_work.svg) 100/100px/0 round;
  border-style: solid;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .c-service-work__item {
    width: calc((100% - 60px) / 3);
    margin: 0 10px 30px;
  }
}
@media screen and (max-width:768px) {
  .c-service-work__item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-service-work-slider {
  position: relative;
  z-index: 2;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .c-service-work-slider {
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-service-work-slider {
    padding: 20px;
  }
}
.c-service-work-slider__list {
  width: 100%;
  height: 290px;
}
@media screen and (max-width:768px) {
  .c-service-work-slider__list {
    max-width: 320px;
    margin: 0 auto 20px !important;
    height: 320px;
  }
}
.c-service-work-slider__item {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-service-work-slider__item {
    height: 290px !important;
  }
}
.c-service-work-slider__item .__pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-service-work-slider__item .__elem {
  width: auto !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-service-work-slider .slick-dots {
  bottom: 0 !important;
}
.c-service-work__ttl {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-service-work__ttl {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-service-work__ttl .e-label {
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-service-work__ttl .e-label {
    font-size: 1.4rem;
    padding: 5px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-service-work__ttl .e-label {
    margin: 0 10px 0 0;
  }
}
.c-service-work__ttl .__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.c-service-work__txt {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #008899;
}
.c-service-btn {
  position: absolute;
  bottom: 320px;
  right: 0;
  z-index: 3;
}
.c-service-btn__link {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px 0 0 16px;
  background: #008899;
  color: #ffffff;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  transition: 0.3s all;
}
.c-service-btn__link .__en {
  font-size: 4rem;
  font-style: italic;
  line-height: 84%;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
}
.c-service-btn__link .__txt {
  margin: 0 0 5px;
  background: none;
}
.c-service-btn__link .__ico {
  transition: 0.3s all;
}
@media (hover: hover) and (pointer: fine) {
  .c-service-btn__link:hover {
    background: #79DDE4;
  }
  .c-service-btn__link:hover .__ico {
    transform: translateX(0) translateY(8px);
  }
}

.c-index {
  /* visual */
  /* 事業内容 */
  /* 会社情報 */
}
.c-index-visual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.c-index-visual__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-visual__inner {
    padding: 20px 20px 80px 0;
    align-items: flex-end;
  }
}
.c-index-visual-txt {
  position: relative;
  min-width: 722px;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-index-visual-txt {
    min-width: auto;
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-txt {
    width: 80%;
    min-width: auto;
  }
}
.c-index-visual-txt .__ttl {
  border-bottom: 8px solid #ffffff;
  padding: 0 0 40px 120px;
  margin: 0 0 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-index-visual-txt .__ttl {
    padding: 0 0 30px 50px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-txt .__ttl {
    padding: 0 0 20px 20px;
    margin: 0 0 20px;
    border-bottom: 4px solid #ffffff;
  }
}
.c-index-visual-txt .__ttl .cls-1 {
  fill: #ffffff;
  display: inline-block;
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
  }
}
.c-index-visual-txt .__ttl .cls-1.delay01 {
  opacity: 0;
  animation: showTextFromBottom 0.5s forwards 800ms;
}
.c-index-visual-txt .__ttl .cls-1.delay02 {
  opacity: 0;
  animation: showTextFromBottom 0.7s forwards 800ms;
}
.c-index-visual-txt .__ttl .cls-1.delay03 {
  opacity: 0;
  animation: showTextFromBottom 0.9s forwards 800ms;
}
.c-index-visual-txt .__ttl .cls-1.delay04 {
  opacity: 0;
  animation: showTextFromBottom 1.1s forwards 800ms;
}
.c-index-visual-txt .__ttl .cls-1.delay05 {
  opacity: 0;
  animation: showTextFromBottom 1.3s forwards 800ms;
}
.c-index-visual-txt .__txt {
  padding: 0 0 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-index-visual-txt .__txt {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-txt .__txt {
    padding: 0 0 0 20px;
  }
}
.c-index-visual-txt .__txt .__svg {
  width: 100%;
  display: block;
}
.c-index-visual-txt .__txt .cls-1 {
  fill: #ffffff;
  display: inline-block;
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
  }
}
.c-index-visual-txt .__txt .cls-1.delay01 {
  opacity: 0;
  animation: showTextFromBottom 0.5s forwards 800ms;
}
.c-index-visual-txt .__txt .cls-1.delay02 {
  opacity: 0;
  animation: showTextFromBottom 0.6s forwards 800ms;
}
.c-index-visual-scroll {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .c-index-visual-scroll {
    bottom: 20px;
    right: 20px;
  }
}
.c-index-visual-scroll.poyon {
  animation: poyon 1.1s linear 0s 1;
}
@keyframes poyon {
  0% {
    transform: translate(0%, -100%);
  }
  10% {
    transform: translate(0%, -15%);
  }
  20% {
    transform: translate(0%, 30%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  40% {
    transform: translate(0%, -30%);
  }
  50% {
    transform: translate(0%, -10%);
  }
  60% {
    transform: translate(0%, 5%);
  }
  70% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.c-index-visual-scroll .__arrow {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50px;
  color: #008899;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}
.c-index-visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.c-index-visual-bg .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-service {
  padding: 150px 30px;
}
@media screen and (max-width:768px) {
  .c-index-service {
    padding: 50px 15px;
  }
}
.c-index-service__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-service__inner {
    flex-direction: column;
  }
}
.c-index-service-img {
  width: 56.25%;
  height: 960px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-service-img {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    order: 2;
    position: relative;
  }
}
.c-index-service-img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-service-detail {
  width: 58.59%;
  z-index: 2;
  position: relative;
  padding: 80px 0 0 25px;
}
@media screen and (max-width:768px) {
  .c-index-service-detail {
    width: 100%;
    order: 1;
    padding: 0;
    margin: 0 0 40px;
  }
}
.c-index-service-detail .__ttl {
  font-size: 20rem;
  font-style: italic;
  font-weight: 500;
  line-height: 84%;
  font-family: "Prompt", sans-serif;
  color: #008899;
  margin: 0 0 60px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .c-index-service-detail .__ttl {
    font-size: 6rem;
    margin: 0 0 30px;
    padding: 10px 0 0 5px;
  }
}
.c-index-service-detail .__ttl::before {
  content: attr(data-number);
  top: 0;
  left: 0;
  position: absolute;
  font-size: 2.4rem;
  color: #008899;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .c-index-service-detail .__ttl::before {
    font-size: 2rem;
  }
}
.c-index-service-detail__txt {
  width: 64%;
}
@media screen and (max-width:768px) {
  .c-index-service-detail__txt {
    width: 100%;
  }
}
.c-index-service-detail__txt .__lead {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-index-service-detail__txt .__lead {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-index-service-detail__txt .u-mb-m {
    margin-bottom: 30px !important;
  }
}
.c-index-service-detail__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin: 0 0 70px;
}
@media screen and (max-width:768px) {
  .c-index-service-detail__list {
    gap: 0 20px;
    margin: 0 0 30px;
  }
}
.c-index-service-detail__item .__img {
  margin: 0 0 15px;
}
.c-index-service-detail__link {
  color: #393939;
}
.c-index-service-detail__ttl {
  display: flex;
  flex-direction: column;
}
.c-index-service-detail__ttl .__jp {
  order: 2;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-index-service-detail__ttl .__jp {
    font-size: 1.4rem;
  }
}
.c-index-service-detail__ttl .__en {
  order: 1;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 5px;
}
@media screen and (max-width:768px) {
  .c-index-service-detail__ttl .__en {
    font-size: 1.2rem;
  }
}
.c-index-about {
  background: url(/common/img/index/bg_about.png), linear-gradient(102deg, #01C3F3 0%, rgba(1, 195, 243, 0) 100%), #008899;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 20px 30px 300px;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .c-index-about {
    padding: 10px 15px 100px;
  }
}
.c-index-about__ttl {
  font-size: 20rem;
  font-style: italic;
  font-weight: 500;
  line-height: 84%;
  text-align: center;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
  margin: -40px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-index-about__ttl {
    font-size: 6rem;
    margin: -15px 0 35px;
  }
}
.c-index-about__ttl::before {
  content: attr(data-number);
  font-size: 2.4rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-style: italic;
  line-height: 0;
  margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
  .c-index-about__ttl::before {
    font-size: 2rem;
    margin: 0 5px 0 0;
  }
}
.c-index-about__inner {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.c-index-about__inner .__lead {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-index-about__inner .__lead {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-index-about__list {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:768px) {
  .c-index-about__list {
    flex-direction: column;
    margin: 0 0 40px;
  }
}
.c-index-about__item {
  width: 20%;
  border-right: 2px solid #79DDE4;
}
.c-index-about__item:first-child {
  border-left: 2px solid #79DDE4;
}
@media screen and (max-width:768px) {
  .c-index-about__item:first-child {
    border-top: 1px solid #79DDE4;
    border-left: none;
  }
}
@media screen and (max-width:768px) {
  .c-index-about__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #79DDE4;
  }
}
.c-index-about__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width:768px) {
  .c-index-about__link {
    flex-direction: row;
    justify-content: space-between;
    font-size: 2rem;
  }
}
.c-index-about__link .__txt {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .c-index-about__link .__txt {
    flex-direction: row;
  }
}
.c-index-about__link .__en {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .c-index-about__link .__en {
    margin: 0;
    font-size: 1.3rem;
    margin: 0 0 0 10px;
  }
}
.c-index-about__link .__jp {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-index-about__link .__jp {
    margin: 0;
  }
}
.c-index-about__link .__ico {
  position: relative;
  z-index: 2;
  transition: 0.3s all;
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .c-index-about__link .__ico {
    transform: rotate(-90deg);
  }
}
.c-index-about__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.6s ease 0s;
  background-color: #79DDE4;
}
@media (hover: hover) and (pointer: fine) {
  .c-index-about__link:hover::before {
    width: 100%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-index-about__link:hover::before {
    width: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-about__link:hover .__ico {
    transform: translateX(0) translateY(8px);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-index-about__link:hover .__ico {
    transform: translateX(0) translateY(0) rotate(-90deg);
  }
}

.l-contents__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 30px 0;
}
@media screen and (max-width:768px) {
  .l-contents__inner {
    margin: 0;
    padding: 50px 15px 0;
  }
}
.l-contents._w-m_ .l-contents__inner {
  max-width: 1020px !important;
}
@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@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 {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .l-header {
    height: 75px;
  }
}
._gnav-show_ .l-header .l-header__inner {
  background: #ffffff;
}
._gnav-show_ .l-header .l-header-logo {
  /*&__link {
  	.__path {
  		pointer-events: all;
  	}
  }*/
}
._gnav-show_ .l-header .l-header-menu__item {
  background: #393939;
}
._gnav-show_ .l-header .l-header-menu__txt {
  color: #393939;
}
.l-header.is-animation {
  /*background: g.$white;*/
}
.l-header.is-animation .l-header-logo {
  /*._normal_ {
  	display: block;
  }*/
  /*._white_ {
  	display: none;
  }*/
}
.l-header.is-animation .l-header-logo__link {
  /*.__path {
  	pointer-events: all;
  }*/
}
.l-header.is-animation .l-header-nav__link {
  /*color: g.$text-black;*/
}
@media (hover: hover) and (pointer: fine) {
  .l-header.is-animation .l-header-nav__link:hover {
    color: #008899;
  }
}
.l-header.is-animation .l-header-nav__link.active {
  color: #008899;
}
.l-header.is-animation .l-header-menu__item {
  /*background: g.$text-black;*/
}
.l-header.is-animation .l-header-menu__txt {
  /*color: g.$text-black;*/
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 40px;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .l-header__inner {
    height: 75px;
    padding: 0 15px;
  }
}
.l-header-logo {
  width: 288px;
  line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 955px) {
  .l-header-logo {
    width: 230px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    width: 170px;
  }
}
.l-header-logo__link {
  display: block;
  /*._white_ {
  	display: block;
  }*/
  /*.__path {
  	fill: g.$white;
  	@include g.transition;
  }*/
}
.l-header-logo__link .__elem {
  width: 100%;
}
.l-header-logo__link ._normal_ {
  display: block;
}
.l-header-logo__link .__ico {
  width: 100% !important;
}
.l-header-right {
  display: flex;
}
.l-header-nav {
  margin: 0 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .l-header-nav {
    margin: 0 30px 0 0;
  }
}
.l-header-nav__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .l-header-nav__list {
    gap: 0 20px;
  }
}
.l-header-nav__link {
  /*color: g.$white;*/
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__link:hover {
    color: #008899;
  }
}
.l-header-nav__link.active {
  color: #008899;
}
.l-header-nav__link .__txt {
  background: none;
}
.l-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-menu:hover .l-header-menu__item {
    background: #008899;
  }
  .l-header-menu:hover .l-header-menu__txt {
    color: #008899;
  }
}
.l-header-menu__inner {
  position: relative;
  width: 28px;
  height: 18px;
  z-index: 10;
  transition: 0.3s all;
  margin: 0;
}
.l-header-menu__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*background: g.$white;*/
  background: #393939;
  border-radius: 2px;
  transition: 0.3s all;
}
.l-header-menu__item:nth-of-type(1) {
  top: 0;
}
.l-header-menu__item:nth-of-type(2) {
  top: 8px;
}
.l-header-menu__item:nth-of-type(3) {
  bottom: 0;
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(2) {
  opacity: 0;
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}
.l-header-menu._active_ .l-header-menu__txt::before {
  content: "CLOSE";
}
.l-header-menu__txt {
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  /*color: g.$white;*/
  color: #393939;
  margin: 0 0 0 5px;
  transition: 0.3s all;
}
.l-header-menu__txt::before {
  content: "MENU";
}
@media screen and (max-width:768px) {
  .l-header-menu__txt {
    font-size: 1.8rem;
  }
}

.l-gnav {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  pointer-events: none;
  transition: background-color 50ms;
}
@media screen and (max-width:768px) {
  .l-gnav {
    top: 75px;
    height: calc(100% - 75px);
  }
}
._gnav-show_ .l-gnav {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  background-color: #ffffff;
}
.l-gnav__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-gnav__inner {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__inner {
    padding: 20px 15px 30px;
    flex-direction: column;
  }
}
.l-gnav-left {
  width: 35.94%;
}
@media screen and (max-width:768px) {
  .l-gnav-left {
    order: 2;
    width: 100%;
  }
}
.l-gnav-left__address {
  margin: 0 0 70px;
}
@media screen and (max-width:768px) {
  .l-gnav-left__address {
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.4rem;
  }
}
.l-gnav-left__address .__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .l-gnav-left__address .__txt {
    margin: 0 0 10px;
  }
}
.l-gnav-left__address .__tel {
  color: #008899;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: "Prompt", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-gnav-left__address .__tel {
    font-size: 2.3rem;
  }
}
@media screen and (max-width:768px) {
  .l-gnav-left__address .__tel {
    font-size: 2.2rem;
  }
}
.l-gnav-left__address .__link,
.l-gnav-left__address .__fax {
  color: #008899;
}
.l-gnav-left__address .__link {
  font-size: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-gnav-left__address .__link {
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .l-gnav-left__address .__link {
    font-size: 3.2rem;
  }
}
.l-gnav-left__address .__fax {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Prompt", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-gnav-left__address .__fax {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px) {
  .l-gnav-left__address .__fax {
    font-size: 2rem;
  }
}
.l-gnav-left-link .__link {
  color: #393939;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.75px;
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav-left-link .__link:hover {
    color: #79DDE4;
  }
}
.l-gnav-left-link .__txt {
  background: none;
}
.l-gnav-right {
  width: calc(64.06% - 100px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-gnav-right {
    width: calc(64.06% - 50px);
    gap: 0 30px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav-right {
    order: 1;
    width: 100%;
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E1E1E1;
  }
}
.l-gnav-right__item {
  display: grid;
  gap: 55px 0;
}
@media screen and (max-width:768px) {
  .l-gnav-right__item {
    gap: 20px 0;
  }
}
@media screen and (max-width:768px) {
  .l-gnav-right__item.u-sm-max {
    margin: 15px 0 0;
  }
}
.l-gnav-right__link {
  font-size: 3.8rem;
  font-style: italic;
  font-weight: 500;
  color: #008899;
  font-family: "Prompt", sans-serif;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .l-gnav-right__link {
    font-size: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav-right__link:hover {
    color: #79DDE4;
  }
}
.l-gnav-right__link .__txt {
  background: none;
}
.l-gnav-right-sub {
  margin: 30px 0 0;
}
@media screen and (max-width:768px) {
  .l-gnav-right-sub {
    margin: 10px 0 0;
  }
}
.l-gnav-right-sub__inner {
  display: grid;
  gap: 10px 0;
}
.l-gnav-right-sub__link {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #393939;
}
@media screen and (max-width:768px) {
  .l-gnav-right-sub__link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav-right-sub__link:hover {
    color: #B3B3B3;
  }
}
.l-gnav-right-sub__link .__txt {
  background: none;
}

.l-footer {
  background: #393939;
  color: #ffffff;
  padding: 80px 30px 50px;
  margin: 180px 0 0;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 40px 15px 50px;
    margin: 50px 0 0;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .l-footer-left {
    width: 40%;
  }
}
@media screen and (max-width:768px) {
  .l-footer-left {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 50px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.l-footer-left__address {
  margin: 0 0 30px;
}
.l-footer-left__tel {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .l-footer-left__tel {
    font-size: 2.2rem;
  }
}
.l-footer-left__tel a[href*="tel:"] {
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (max-width:768px) {
  .l-footer-left__tel a[href*="tel:"] {
    font-size: 3.2rem;
  }
}
.l-footer-left__fax {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .l-footer-left__fax {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px) {
  .l-footer-left__fax {
    font-size: 2rem;
  }
}
.l-footer-right {
  width: calc(50% - 130px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .l-footer-right {
    width: calc(60% - 60px);
  }
}
@media screen and (max-width:768px) {
  .l-footer-right {
    width: 100%;
    order: 1;
  }
}
.l-footer-right-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.l-footer-right-link .__link {
  color: #B3B3B3;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.75px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-right-link .__link:hover {
    color: #79DDE4;
  }
}
.l-footer-right-link .__txt {
  background: none;
}
@media screen and (max-width:768px) {
  .l-footer-logo {
    width: 100%;
    margin: 0 0 40px;
  }
}
.l-footer-logo__link {
  display: inline-block;
  width: 288px;
  line-height: 0;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 955px) {
  .l-footer-logo__link {
    width: 230px;
  }
}
@media screen and (max-width:768px) {
  .l-footer-logo__link {
    width: 200px;
    margin: 0 0 25px;
  }
}
.l-footer-logo__link .__elem {
  width: 100%;
}
.l-footer-logo__link .__ico {
  width: 100% !important;
}
.l-footer-copyright {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.65px;
  color: #B3B3B3;
}
@media screen and (max-width:768px) {
  .l-footer-copyright {
    text-align: center;
    width: 100%;
  }
}

.l-fnav {
  margin: 0 0 95px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .l-fnav {
    margin: 0 0 45px;
  }
}
.l-fnav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .l-fnav__list {
    gap: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.l-fnav-detail {
  margin: 20px 0 0;
}
.l-fnav-detail:first-child {
  margin: 0;
}
.l-fnav-detail._service_ {
  margin: 0;
}
.l-fnav-detail__item:first-child.u-sm-max {
  margin: 0 0 20px;
}
.l-fnav-detail__item.u-sm-max {
  margin: 20px 0 0;
}
.l-fnav-detail__link {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 500;
  color: #6199A0;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .l-fnav-detail__link {
    font-size: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-fnav-detail__link:hover {
    color: #79DDE4;
  }
}
.l-fnav-detail__link .__txt {
  background: none;
}
.l-fnav-detail-sub {
  margin: 20px 0 0;
}
@media screen and (max-width:768px) {
  .l-fnav-detail-sub {
    margin: 10px 0 0;
  }
}
.l-fnav-detail-sub__item {
  margin: 0 0 5px;
}
.l-fnav-detail-sub__item:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  .l-fnav-detail-sub__item {
    margin: 0 0 10px;
  }
}
.l-fnav-detail-sub__link {
  color: #B3B3B3;
}
@media (hover: hover) and (pointer: fine) {
  .l-fnav-detail-sub__link:hover {
    color: #ffffff;
  }
}
@media screen and (max-width:768px) {
  .l-fnav-detail-sub__link {
    font-size: 1.5rem;
  }
}
.l-fnav-detail-sub__link .__txt {
  background: none;
}

.t-wrap {
  color: #393939;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.8px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .t-wrap {
    font-size: 1.5rem;
    line-height: 160%;
  }
}

.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: flex-start !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;
}

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

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

.u-fw-b {
  font-family: "Noto Sans JP", 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;
}

.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;
}

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

.u-mb-m {
  margin-bottom: 30px !important;
}
@media screen and (max-width:768px) {
  .u-mb-m {
    margin-bottom: 15px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxxl {
    margin-bottom: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxxl {
    margin-left: 75px !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;
}
@media screen and (max-width:768px) {
  .u-mr-m._sm-mr-m_ {
    margin-right: 0 !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxxl {
    margin-right: 75px !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;
}
@media screen and (max-width:768px) {
  .u-mt-s {
    margin-top: 12.5px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxxl {
    margin-top: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxxl {
    padding: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxxl {
    padding-bottom: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxxl {
    padding-left: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxxl {
    padding-right: 75px !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: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxxl {
    padding-top: 75px !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 */