@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500&family=Zen+Old+Mincho:wght@400;700;900&display=swap);@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

#defs {
  display: none; }

img {
  width: 100%; }

ul li {
  list-style: none; }

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

svg {
  display: block; }

.disp-block-ni {
  display: none; }
  @media all and (min-width: 960px) {
    .disp-block-ni {
      display: block; } }

.disp-block-sppc {
  display: block; }
  @media all and (min-width: 960px) {
    .disp-block-sppc {
      display: none; } }

.disp-block-pc {
  display: none; }
  @media all and (min-width: 768px) {
    .disp-block-pc {
      display: block; } }

.disp-block-sptb {
  display: block; }
  @media all and (min-width: 768px) {
    .disp-block-sptb {
      display: none; } }

.disp-block-pctb {
  display: none; }
  @media all and (min-width: 480px) {
    .disp-block-pctb {
      display: block; } }

.disp-block-sp {
  display: block; }
  @media all and (min-width: 480px) {
    .disp-block-sp {
      display: none; } }

.disp-block-pcsp {
  display: none; }
  @media all and (min-width: 375px) {
    .disp-block-pcsp {
      display: block; } }

.disp-block-sponly {
  display: block; }
  @media all and (min-width: 375px) {
    .disp-block-sponly {
      display: none; } }

.disp-inline-pc {
  display: none; }
  @media all and (min-width: 768px) {
    .disp-inline-pc {
      display: inline; } }

.disp-inline-sptb {
  display: inline; }
  @media all and (min-width: 768px) {
    .disp-inline-sptb {
      display: none; } }

.disp-inline-pctb {
  display: none; }
  @media all and (min-width: 480px) {
    .disp-inline-pctb {
      display: inline; } }

.disp-inline-sp {
  display: inline; }
  @media all and (min-width: 480px) {
    .disp-inline-sp {
      display: none; } }

.disp-inline-pcsp {
  display: none; }
  @media all and (min-width: 375px) {
    .disp-inline-pcsp {
      display: inline; } }

.disp-inline-sponly {
  display: inline; }
  @media all and (min-width: 375px) {
    .disp-inline-sponly {
      display: none; } }

/*
@mixin color-gradation03($direction:forward, $opacity:1) {
  @if $direction == 'forward' {
    background: color-purple03($opacity);
    background: -moz-linear-gradient(90deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -webkit-linear-gradient(90deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -o-linear-gradient(90deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -ms-linear-gradient(90deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: linear-gradient(90deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbacc', endColorstr='#93a5cf',GradientType=1 );
  } @else if $direction == 'reverse' {
    background: color-purple03($opacity);
    background: -moz-linear-gradient(270deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -webkit-linear-gradient(270deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -o-linear-gradient(270deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -ms-linear-gradient(270deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: linear-gradient(270deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbacc', endColorstr='#93a5cf',GradientType=1 );
  } @else if $direction == 'up' {
    background: color-purple03($opacity);
    background: -moz-linear-gradient(0deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -webkit-linear-gradient(0deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -o-linear-gradient(0deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -ms-linear-gradient(0deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: linear-gradient(0deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbacc', endColorstr='#93a5cf',GradientType=1 );
  } @else if $direction == 'down' {
    background: color-purple03($opacity);
    background: -moz-linear-gradient(180deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -webkit-linear-gradient(180deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -o-linear-gradient(180deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: -ms-linear-gradient(180deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    background: linear-gradient(180deg, color-purple03($opacity) 0%, color-blue09($opacity) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbacc', endColorstr='#93a5cf',GradientType=1 );
  }
}
*/
.p0-break.-minsp {
  display: none; }
  @media all and (min-width: 375px) {
    .p0-break.-minsp {
      display: inline-block; } }

.p0-break.-maxsp {
  display: inline-block; }
  @media all and (min-width: 375px) {
    .p0-break.-maxsp {
      display: none; } }

.p0-break.-mintb {
  display: none; }
  @media all and (min-width: 480px) {
    .p0-break.-mintb {
      display: inline-block; } }

.p0-break.-maxtb {
  display: inline-block; }
  @media all and (min-width: 480px) {
    .p0-break.-maxtb {
      display: none; } }

.p0-break.-mincih {
  display: none; }
  @media all and (min-width: 600px) {
    .p0-break.-mincih {
      display: inline-block; } }

.p0-break.-maxcih {
  display: inline-block; }
  @media all and (min-width: 600px) {
    .p0-break.-maxcih {
      display: none; } }

.p0-break.-minch {
  display: none; }
  @media all and (min-width: 660px) {
    .p0-break.-minch {
      display: inline-block; } }

.p0-break.-maxch {
  display: inline-block; }
  @media all and (min-width: 660px) {
    .p0-break.-maxch {
      display: none; } }

.p0-break.-minpc {
  display: none; }
  @media all and (min-width: 768px) {
    .p0-break.-minpc {
      display: inline-block; } }

.p0-break.-maxpc {
  display: inline-block; }
  @media all and (min-width: 768px) {
    .p0-break.-maxpc {
      display: none; } }

.p0-break.-minci {
  display: none; }
  @media all and (min-width: 1200px) {
    .p0-break.-minci {
      display: inline-block; } }

.p0-break.-maxci {
  display: inline-block; }
  @media all and (min-width: 1200px) {
    .p0-break.-maxci {
      display: none; } }

.p0-break.-minco {
  display: none; }
  @media all and (min-width: 1320px) {
    .p0-break.-minco {
      display: inline-block; } }

.p0-break.-maxco {
  display: inline-block; }
  @media all and (min-width: 1320px) {
    .p0-break.-maxco {
      display: none; } }

.p0-break.-minmax {
  display: none; }
  @media all and (min-width: 768px) {
    .p0-break.-minmax {
      display: inline-block; } }

.p0-break.-maxmax {
  display: inline-block; }
  @media all and (min-width: 768px) {
    .p0-break.-maxmax {
      display: none; } }

.align-l {
  text-align: left !important; }
  @media all and (min-width: 768px) {
    .align-l {
      text-align: left !important; } }

.align-r {
  text-align: left !important; }
  @media all and (min-width: 768px) {
    .align-r {
      text-align: right !important; } }

.align-c {
  text-align: left !important; }
  @media all and (min-width: 768px) {
    .align-c {
      text-align: center !important; } }

.br {
  display: none; }
  @media all and (min-width: 768px) {
    .br {
      display: inline-block; } }

/*
｡ : &#xFF61;
､ : &#xFF64;
･(和文) : &#xFF65;
·(欧文) : &#x00B7;
*/
.hover, .p4-postarea a {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.3s ease-in-out; }
  .hover:hover, .hover:focus, .p4-postarea a:hover, .p4-postarea a:focus {
    filter: alpha(opacity=70);
    opacity: 0.7; }

.anchor {
  clear: both;
  position: relative;
  top: -60px;
  display: block; }
  @media all and (min-width: 768px) {
    .anchor {
      top: -72px; } }
  @media all and (min-width: 1320px) {
    .anchor {
      top: -80px; } }

.p0-icon {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start; }
  .p0-icon.-bk svg {
    fill: black; }
  .p0-icon.-wh svg {
    fill: white; }
  .p0-icon.-yellow01 svg {
    fill: #fff200; }
  .p0-icon.-blue06 svg {
    fill: #0082aa; }
  .p0-icon.-exclusion {
    color: white;
    mix-blend-mode: exclusion; }
  .p0-icon.-tridotRight.-w10 {
    width: 7px;
    height: 11.9px; }
    @media all and (min-width: 480px) {
      .p0-icon.-tridotRight.-w10 {
        width: 7.5px;
        height: 12.75px; } }
    @media all and (min-width: 768px) {
      .p0-icon.-tridotRight.-w10 {
        width: 8px;
        height: 13.6px; } }
    @media all and (min-width: 1320px) {
      .p0-icon.-tridotRight.-w10 {
        width: 9px;
        height: 15.3px; } }
    @media all and (min-width: 1720px) {
      .p0-icon.-tridotRight.-w10 {
        width: 10px;
        height: 17px; } }
  .p0-icon.-tridotRight.-w12 {
    width: 9.6px;
    height: 16px; }
    @media all and (min-width: 768px) {
      .p0-icon.-tridotRight.-w12 {
        width: 12px;
        height: 20px; } }
  .p0-icon.-tridotRight.-service {
    width: 5.4px;
    height: 9px; }
    @media all and (min-width: 375px) {
      .p0-icon.-tridotRight.-service {
        width: 6px;
        height: 10px; } }
    @media all and (min-width: 480px) {
      .p0-icon.-tridotRight.-service {
        width: 7.2px;
        height: 12px; } }
    @media all and (min-width: 768px) {
      .p0-icon.-tridotRight.-service {
        width: 8.4px;
        height: 14px; } }
    @media all and (min-width: 1200px) {
      .p0-icon.-tridotRight.-service {
        width: 9.6px;
        height: 16px; } }
    @media all and (min-width: 1320px) {
      .p0-icon.-tridotRight.-service {
        width: 10.8px;
        height: 18px; } }
    @media all and (min-width: 1720px) {
      .p0-icon.-tridotRight.-service {
        width: 12px;
        height: 20px; } }

body {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.36rem;
  line-height: 1;
  color: #05080b;
  background-color: white; }
  @media all and (min-width: 768px) {
    body {
      font-size: 1.7rem; } }

a {
  color: inherit;
  text-decoration: none; }

.js-tellink a {
  color: inherit; }

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  pointer-events: none; }
  @media all and (min-width: 768px) {
    .l-header {
      top: 58px;
      width: 100%;
      background-image: none;
      mix-blend-mode: exclusion; } }
  .l-header_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    pointer-events: none; }
    @media all and (min-width: 768px) {
      .l-header_inner {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1200px) {
      .l-header_inner {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1920px) {
      .l-header_inner {
        width: calc(100% - 100px - 100px); } }
    .l-header_inner::after {
      display: none;
      position: absolute;
      top: 0;
      left: 5vw;
      content: "";
      width: 5px;
      height: 100%;
      background-color: white; }
      @media all and (min-width: 768px) {
        .l-header_inner::after {
          display: block;
          left: auto;
          right: -2.5vw; } }
      @media all and (min-width: 1200px) {
        .l-header_inner::after {
          right: -30px; } }
      @media all and (min-width: 1320px) {
        .l-header_inner::after {
          right: -39px; } }

.l-wrap {
  overflow: hidden; }

.l-bg.-bgtype01 {
  background-color: white; }

.l-bg.-bgtype02 {
  background-color: #004e83; }

.l-bg.-bgtype03 {
  background-color: rgba(140, 163, 179, 0.12); }

.l-bg.-bgtype04 {
  background-color: rgba(207, 227, 242, 0.56); }

.l-section {
  width: 100%;
  padding: 30px 0;
  position: relative; }
  @media all and (min-width: 768px) {
    .l-section {
      padding: 60px 0; } }
  .l-section.-visible {
    overflow: visible; }
  .l-section.-hidden {
    overflow: hidden; }
  .l-section.-pad0 {
    padding: 0; }
  .l-section.-pt0 {
    padding: 0 0 30px; }
    @media all and (min-width: 768px) {
      .l-section.-pt0 {
        padding: 0 0 60px; } }
  .l-section.-pb0 {
    padding: 30px 0 0; }
    @media all and (min-width: 768px) {
      .l-section.-pb0 {
        padding: 60px 0 0; } }
  .l-section.-smallSpace {
    padding: 15px 0; }
    @media all and (min-width: 768px) {
      .l-section.-smallSpace {
        padding: 30px 0; } }
    .l-section.-smallSpace.-pb0 {
      padding: 15px 0 0; }
      @media all and (min-width: 768px) {
        .l-section.-smallSpace.-pb0 {
          padding: 30px 0 0; } }
  .l-section.-largeSpace {
    padding: 45px 0; }
    @media all and (min-width: 768px) {
      .l-section.-largeSpace {
        padding: 50px 0; } }
    @media all and (min-width: 960px) {
      .l-section.-largeSpace {
        padding: 80px 0; } }
    @media all and (min-width: 1080px) {
      .l-section.-largeSpace {
        padding: 90px 0; } }
    .l-section.-largeSpace.-pb0 {
      padding: 45px 0 0; }
      @media all and (min-width: 768px) {
        .l-section.-largeSpace.-pb0 {
          padding: 50px 0 0; } }
      @media all and (min-width: 960px) {
        .l-section.-largeSpace.-pb0 {
          padding: 80px 0 0; } }
      @media all and (min-width: 1080px) {
        .l-section.-largeSpace.-pb0 {
          padding: 90px 0 0; } }
  .l-section.-hugeSpace {
    padding: 50px 0; }
    @media all and (min-width: 960px) {
      .l-section.-hugeSpace {
        padding: 90px 0; } }
    @media all and (min-width: 1080px) {
      .l-section.-hugeSpace {
        padding: 120px 0; } }
    .l-section.-hugeSpace.-pb0 {
      padding: 50px 0 0; }
      @media all and (min-width: 960px) {
        .l-section.-hugeSpace.-pb0 {
          padding: 90px 0 0; } }
      @media all and (min-width: 1080px) {
        .l-section.-hugeSpace.-pb0 {
          padding: 120px 0 0; } }
  .l-section.-lowerpage {
    padding: 40px 0; }
    @media all and (min-width: 768px) {
      .l-section.-lowerpage {
        padding: 80px 0; } }
    .l-section.-lowerpage.-pb0 {
      padding: 40px 0 0; }
      @media all and (min-width: 768px) {
        .l-section.-lowerpage.-pb0 {
          padding: 80px 0 0; } }
  .l-section_hidden {
    overflow: hidden; }
  .l-section_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-section_wrap.-max {
      width: 100%; }
      @media all and (min-width: 1920px) {
        .l-section_wrap.-max {
          width: 1920px; } }
  .l-section.-bgtype01 {
    background-color: white; }
  .l-section.-bgtype02 {
    background-color: #004e83; }
  .l-section.-bgtype03 {
    background-color: rgba(140, 163, 179, 0.12); }
  .l-section.-bgtype04 {
    background-color: rgba(207, 227, 242, 0.56); }
  .l-section.-bgAboutStory {
    background-image: url("../images/about/story_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .l-section.-bgServiceSteps {
    background-image: url("../images/service/steps_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
  .l-section_bg {
    position: relative;
    width: 100%; }
    .l-section_bg.-bgtype01 {
      background-color: white; }
    .l-section_bg.-bgtype02 {
      background-color: #004e83; }
    .l-section_bg.-bgtype03 {
      background-color: rgba(140, 163, 179, 0.12); }
    .l-section_bg.-bgtype04 {
      background-color: rgba(207, 227, 242, 0.56); }
  .l-section.-zi1 {
    z-index: 1; }
  .l-section.-zi2 {
    z-index: 2; }
  .l-section.-zi3 {
    z-index: 3; }
  .l-section.-zi4 {
    z-index: 4; }
  .l-section.-zi5 {
    z-index: 5; }
  .l-section.-zi6 {
    z-index: 6; }
  .l-section.-zi7 {
    z-index: 7; }
  .l-section.-zi8 {
    z-index: 8; }
  .l-section.-zi9 {
    z-index: 9; }
  .l-section.-zi10 {
    z-index: 10; }
  .l-section_content {
    position: relative;
    width: calc(100% - 5vw - 5vw);
    margin: 0 auto;
    box-sizing: border-box;
    word-wrap: anywhere; }
    @media all and (min-width: 768px) {
      .l-section_content {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1200px) {
      .l-section_content {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1320px) {
      .l-section_content {
        width: 1200px; } }
    @media all and (min-width: 920px) {
      .l-section_content.-narrowest {
        width: 800px; } }
    @media all and (min-width: 1320px) {
      .l-section_content.-narrowest {
        width: 800px; } }
    @media all and (min-width: 1080px) {
      .l-section_content.-narrow {
        width: 960px; } }
    @media all and (min-width: 1320px) {
      .l-section_content.-narrow {
        width: 960px; } }
    @media all and (min-width: 1080px) {
      .l-section_content.-mid {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1120px) {
      .l-section_content.-mid {
        width: 1000px; } }
    @media all and (min-width: 1200px) {
      .l-section_content.-mid {
        width: 1000px; } }
    @media all and (min-width: 1080px) {
      .l-section_content.-contentinner {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1200px) {
      .l-section_content.-contentinner {
        width: 1080px; } }
    @media all and (min-width: 1080px) {
      .l-section_content.-broad {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1200px) {
      .l-section_content.-broad {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1560px) {
      .l-section_content.-broad {
        width: 1400px; } }
    @media all and (min-width: 1080px) {
      .l-section_content.-outer {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1200px) {
      .l-section_content.-outer {
        width: calc(100% - 5vw - 5vw); } }
    @media all and (min-width: 1720px) {
      .l-section_content.-outer {
        width: 1520px; } }
    .l-section_content.-max {
      width: calc(100% - 5vw - 5vw); }
      @media all and (min-width: 768px) {
        .l-section_content.-max {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1200px) {
        .l-section_content.-max {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1920px) {
        .l-section_content.-max {
          width: 1720px; } }
    .l-section_content.-wideinner {
      width: calc(100% - 5vw - 5vw); }
      @media all and (min-width: 768px) {
        .l-section_content.-wideinner {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1200px) {
        .l-section_content.-wideinner {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1920px) {
        .l-section_content.-wideinner {
          width: 1720px; } }
      @media all and (min-width: 2120px) {
        .l-section_content.-wideinner {
          width: calc(100% - 100px - 100px - 100px - 100px); } }
    .l-section_content.-wide {
      width: calc(100% - 5vw - 5vw); }
      @media all and (min-width: 768px) {
        .l-section_content.-wide {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1200px) {
        .l-section_content.-wide {
          width: calc(100% - 5vw - 5vw); } }
      @media all and (min-width: 1920px) {
        .l-section_content.-wide {
          width: calc(100% - 100px - 100px); } }
    .l-section_content.-full {
      width: 100%; }
      @media all and (min-width: 1320px) {
        .l-section_content.-full {
          width: 100%; } }
    .l-section_content.-visible {
      overflow: visible; }
    .l-section_content.-zi1 {
      z-index: 1; }
    .l-section_content.-zi2 {
      z-index: 2; }
    .l-section_content.-zi3 {
      z-index: 3; }
    .l-section_content.-zi4 {
      z-index: 4; }
    .l-section_content.-zi5 {
      z-index: 5; }
    .l-section_content.-zi6 {
      z-index: 6; }
    .l-section_content.-zi7 {
      z-index: 7; }
    .l-section_content.-zi8 {
      z-index: 8; }
    .l-section_content.-zi9 {
      z-index: 9; }
    .l-section_content.-zi10 {
      z-index: 10; }

.l-footer {
  padding: 0 !important;
  background-color: #004e83;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3.90625vw;
  border-radius: 3.90625vw 3.90625vw 0 0; }
  @media all and (min-width: 768px) {
    .l-footer {
      border-radius: 30px; } }
  @media all and (min-width: 768px) {
    .l-footer {
      border-radius: 30px 30px 0 0; } }
  .l-footer_inner {
    padding: 90px 0 20px 0; }
    @media all and (min-width: 768px) {
      .l-footer_inner {
        padding: 180px 0 40px 0; } }

.c-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  .c-flex_item.-box2 {
    width: 100%; }
    @media all and (min-width: 768px) {
      .c-flex_item.-box2 {
        width: 47.5%; } }
  .c-flex.-frontMessagesTtl {
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 0 8px;
    gap: 0 8px; }
    @media all and (min-width: 768px) {
      .c-flex.-frontMessagesTtl {
        grid-gap: 0 10px;
        gap: 0 10px; } }
    .c-flex.-frontMessagesTtl .c-flex {
      box-sizing: border-box; }
      .c-flex.-frontMessagesTtl .c-flex_item {
        position: relative; }
        .c-flex.-frontMessagesTtl .c-flex_item.-jp {
          padding-top: 6px; }
          @media all and (min-width: 480px) {
            .c-flex.-frontMessagesTtl .c-flex_item.-jp {
              padding-top: 8px; } }
          @media all and (min-width: 768px) {
            .c-flex.-frontMessagesTtl .c-flex_item.-jp {
              padding-top: 11px; } }
          @media all and (min-width: 1200px) {
            .c-flex.-frontMessagesTtl .c-flex_item.-jp {
              padding-top: 12px; } }
          @media all and (min-width: 1320px) {
            .c-flex.-frontMessagesTtl .c-flex_item.-jp {
              padding-top: 14px; } }
  .c-flex.-aboutMind {
    justify-content: center;
    grid-gap: 35px 5%;
    gap: 35px 5%; }
    @media all and (min-width: 480px) {
      .c-flex.-aboutMind {
        grid-gap: 35px 5%;
        gap: 35px 5%; } }
    @media all and (min-width: 768px) {
      .c-flex.-aboutMind {
        grid-gap: 70px 6.3%;
        gap: 70px 6.3%; } }
    @media all and (min-width: 1400px) {
      .c-flex.-aboutMind {
        grid-gap: 70px 5.813953488372093vw;
        gap: 70px 5.813953488372093vw; } }
    @media all and (min-width: 1720px) {
      .c-flex.-aboutMind {
        grid-gap: 70px 100px;
        gap: 70px 100px; } }
    .c-flex.-aboutMind .c-flex_item {
      width: 100%;
      max-width: 288px; }
      @media all and (min-width: 480px) {
        .c-flex.-aboutMind .c-flex_item {
          width: 47.5%; } }
      @media all and (min-width: 768px) {
        .c-flex.-aboutMind .c-flex_item {
          width: 28.5%; } }
      @media all and (min-width: 1400px) {
        .c-flex.-aboutMind .c-flex_item {
          width: 360px; } }
      .c-flex.-aboutMind .c-flex_item.-dummy {
        display: none; }
        @media all and (min-width: 480px) {
          .c-flex.-aboutMind .c-flex_item.-dummy {
            display: block;
            width: 10%;
            height: 1px;
            opacity: 0; } }
        @media all and (min-width: 768px) {
          .c-flex.-aboutMind .c-flex_item.-dummy {
            display: none; } }
    .c-flex.-aboutMind .c-flex_img {
      width: 100%;
      margin-bottom: 15px; }
      @media all and (min-width: 768px) {
        .c-flex.-aboutMind .c-flex_img {
          margin-bottom: 25px; } }
      .c-flex.-aboutMind .c-flex_img img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .c-flex.-aboutMind .c-flex_ttl, .c-flex.-aboutMind .c-flex_txt {
      padding: 0 8px; }
      @media all and (min-width: 768px) {
        .c-flex.-aboutMind .c-flex_ttl, .c-flex.-aboutMind .c-flex_txt {
          padding: 0 10px; } }
    .c-flex.-aboutMind .c-flex_ttl {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 8px;
      min-height: 42px; }
      @media all and (min-width: 480px) {
        .c-flex.-aboutMind .c-flex_ttl {
          min-height: 48px; } }
      @media all and (min-width: 768px) {
        .c-flex.-aboutMind .c-flex_ttl {
          margin-bottom: 15px;
          min-height: 60px; } }
    .c-flex.-aboutMind .c-flex_hr {
      margin-bottom: 10px; }
      @media all and (min-width: 768px) {
        .c-flex.-aboutMind .c-flex_hr {
          margin-bottom: 20px; } }

.c-grid {
  display: grid; }
  .c-grid_item {
    box-sizing: border-box; }
  .c-grid.-col2 {
    display: grid;
    grid-template-columns: 100%;
    justify-content: start; }
    @media all and (min-width: 768px) {
      .c-grid.-col2 {
        grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .c-grid.-col2.-wAuto {
        grid-template-columns: repeat(2, auto); } }
  .c-grid.-col3 {
    display: grid;
    grid-template-columns: 100%;
    justify-content: start; }
    @media all and (min-width: 768px) {
      .c-grid.-col3 {
        grid-template-columns: repeat(3, 1fr); } }
    @media all and (min-width: 768px) {
      .c-grid.-col3.-wAuto {
        grid-template-columns: repeat(3, auto); } }
  .c-grid.-numtxt01 {
    display: grid;
    grid-template-columns: 1.6em 1fr;
    justify-content: start;
    grid-gap: 8px 8px;
    gap: 8px 8px; }
    @media all and (min-width: 768px) {
      .c-grid.-numtxt01 {
        grid-template-columns: 2em 1fr;
        grid-gap: 10px 10px;
        gap: 10px 10px; } }
    .c-grid.-numtxt01 .c-grid_item.-num {
      padding-top: 0.1em; }
      @media all and (min-width: 375px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.1em; } }
      @media all and (min-width: 480px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.15em; } }
      @media all and (min-width: 768px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.25em; } }
      @media all and (min-width: 1200px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.25em; } }
      @media all and (min-width: 1320px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.3em; } }
      @media all and (min-width: 1720px) {
        .c-grid.-numtxt01 .c-grid_item.-num {
          padding-top: 0.3em; } }
  .c-grid.-do {
    display: grid;
    grid-template-columns: 1.6em 1fr;
    justify-content: start;
    grid-gap: 8px 8px;
    gap: 8px 8px; }
    @media all and (min-width: 768px) {
      .c-grid.-do {
        grid-template-columns: 2em 39.3% auto 1fr;
        grid-gap: 10px 10px;
        gap: 10px 10px; } }
    .c-grid.-do .c-grid_item.-num {
      padding-top: 0.15em; }
      @media all and (min-width: 480px) {
        .c-grid.-do .c-grid_item.-num {
          padding-top: 0.1em; } }
      @media all and (min-width: 768px) {
        .c-grid.-do .c-grid_item.-num {
          padding-top: 0.1em; } }
      @media all and (min-width: 1200px) {
        .c-grid.-do .c-grid_item.-num {
          padding-top: 0.15em; } }
      @media all and (min-width: 1320px) {
        .c-grid.-do .c-grid_item.-num {
          padding-top: 0.2em; } }
      @media all and (min-width: 1720px) {
        .c-grid.-do .c-grid_item.-num {
          padding-top: 0.25em; } }
    .c-grid.-do .c-grid_item.-ttlbox {
      margin-top: -0.1em;
      margin-bottom: 10px;
      padding-right: 0; }
      @media all and (min-width: 768px) {
        .c-grid.-do .c-grid_item.-ttlbox {
          margin-bottom: 0;
          padding-right: 1.666666666666667vw; } }
      @media all and (min-width: 1200px) {
        .c-grid.-do .c-grid_item.-ttlbox {
          padding-right: 20px; } }
      @media all and (min-width: 1320px) {
        .c-grid.-do .c-grid_item.-ttlbox {
          padding-right: 50px; } }
    .c-grid.-do .c-grid_item.-tri {
      padding-top: 0.25em; }
      @media all and (min-width: 480px) {
        .c-grid.-do .c-grid_item.-tri {
          padding-top: 0.2em; } }
      @media all and (min-width: 768px) {
        .c-grid.-do .c-grid_item.-tri {
          padding-top: 0.1em; } }
      @media all and (min-width: 1200px) {
        .c-grid.-do .c-grid_item.-tri {
          padding-top: 0.25em; } }
      @media all and (min-width: 1320px) {
        .c-grid.-do .c-grid_item.-tri {
          padding-top: 0.3em; } }
      @media all and (min-width: 1720px) {
        .c-grid.-do .c-grid_item.-tri {
          padding-top: 0.35em; } }
    .c-grid.-do .c-grid_item.-txtbox {
      margin-top: -0.35em;
      padding-left: 0; }
      @media all and (min-width: 768px) {
        .c-grid.-do .c-grid_item.-txtbox {
          padding-left: 1.666666666666667vw; } }
      @media all and (min-width: 1200px) {
        .c-grid.-do .c-grid_item.-txtbox {
          padding-left: 20px; } }
      @media all and (min-width: 1320px) {
        .c-grid.-do .c-grid_item.-txtbox {
          padding-left: 50px; } }
  .c-grid.-choose {
    display: grid;
    grid-template-columns: 100%;
    justify-content: start;
    grid-gap: 16px 16px;
    gap: 16px 16px; }
    @media all and (min-width: 768px) {
      .c-grid.-choose {
        grid-template-columns: 100%;
        grid-gap: 20px 20px;
        gap: 20px 20px; } }
    @media all and (min-width: 1080px) {
      .c-grid.-choose {
        grid-template-columns: repeat(2, 1fr); } }
    .c-grid.-choose .c-grid_item {
      display: grid;
      grid-template-columns: 84px 1fr;
      justify-content: start;
      grid-gap: 0 3.333333333333333vw;
      gap: 0 3.333333333333333vw;
      position: relative;
      padding: 16px 14.4px;
      border: 1px solid #004e83;
      box-sizing: border-box;
      background-color: white; }
      @media all and (min-width: 375px) {
        .c-grid.-choose .c-grid_item {
          grid-template-columns: 98px 1fr; } }
      @media all and (min-width: 480px) {
        .c-grid.-choose .c-grid_item {
          grid-template-columns: 112px 1fr; } }
      @media all and (min-width: 768px) {
        .c-grid.-choose .c-grid_item {
          grid-template-columns: 126px 1fr;
          grid-gap: 0 3.333333333333333vw;
          gap: 0 3.333333333333333vw;
          padding: 18px 16.2px; } }
      @media all and (min-width: 1200px) {
        .c-grid.-choose .c-grid_item {
          grid-template-columns: 140px 1fr;
          grid-gap: 0 40px;
          gap: 0 40px;
          padding: 20px 18px; } }
      .c-grid.-choose .c-grid_item::before {
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        content: "";
        border-radius: 50%;
        box-sizing: border-box;
        background-color: #cfe3f2; }
      .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
        grid-template-columns: 84px 1fr; }
        @media all and (min-width: 375px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
            grid-template-columns: 98px 1fr; } }
        @media all and (min-width: 480px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
            grid-template-columns: 112px 1fr; } }
        @media all and (min-width: 768px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
            grid-template-columns: 126px 1fr; } }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
            grid-template-columns: 1fr 126px; } }
        @media all and (min-width: 1200px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1), .c-grid.-choose .c-grid_item:nth-of-type(3) {
            grid-template-columns: 1fr 140px; } }
        .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_icon, .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_icon {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 1;
          grid-row-end: 2; }
          @media all and (min-width: 1080px) {
            .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_icon, .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_icon {
              grid-column-start: 2;
              grid-column-end: 3;
              grid-row-start: 1;
              grid-row-end: 2; } }
        .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_txt, .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_txt {
          grid-column-start: 2;
          grid-column-end: 3;
          grid-row-start: 1;
          grid-row-end: 2; }
          @media all and (min-width: 1080px) {
            .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_txt, .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_txt {
              grid-column-start: 1;
              grid-column-end: 2;
              grid-row-start: 1;
              grid-row-end: 2; } }
          @media all and (min-width: 1520px) {
            .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_txt, .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_txt {
              text-align: right; } }
      .c-grid.-choose .c-grid_item:nth-of-type(1)::before {
        top: 0;
        right: 0;
        transform: translate(50%, -50%); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1)::before {
            right: auto;
            left: 0;
            transform: translate(-50%, -50%); } }
      .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_tri {
        bottom: 4px;
        left: 7.2px;
        transform: rotate(135deg); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(1) .c-grid_tri {
            left: auto;
            bottom: 5px;
            right: 9px;
            transform: rotate(45deg); } }
      .c-grid.-choose .c-grid_item:nth-of-type(2)::before {
        top: 0;
        right: 0;
        transform: translate(50%, -50%); }
      .c-grid.-choose .c-grid_item:nth-of-type(2) .c-grid_tri {
        bottom: 4px;
        left: 7.2px;
        transform: rotate(135deg); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(2) .c-grid_tri {
            bottom: 5px;
            left: 9px; } }
      .c-grid.-choose .c-grid_item:nth-of-type(3)::before {
        top: 0;
        right: 0;
        transform: translate(50%, -50%); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(3)::before {
            top: auto;
            right: auto;
            bottom: 0;
            left: 0;
            transform: translate(-50%, 50%); } }
      .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_tri {
        bottom: 4px;
        left: 7.2px;
        transform: rotate(135deg); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(3) .c-grid_tri {
            bottom: auto;
            left: auto;
            top: 5px;
            right: 9px;
            transform: rotate(315deg); } }
      .c-grid.-choose .c-grid_item:nth-of-type(4)::before {
        top: 0;
        right: 0;
        transform: translate(50%, -50%); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(4)::before {
            top: auto;
            bottom: 0;
            transform: translate(50%, 50%); } }
      .c-grid.-choose .c-grid_item:nth-of-type(4) .c-grid_tri {
        bottom: 4px;
        left: 7.2px;
        transform: rotate(135deg); }
        @media all and (min-width: 1080px) {
          .c-grid.-choose .c-grid_item:nth-of-type(4) .c-grid_tri {
            bottom: auto;
            top: 5px;
            left: 9px;
            transform: rotate(225deg); } }
    .c-grid.-choose .c-grid_tri {
      position: absolute; }
      .c-grid.-choose .c-grid_tri svg {
        fill: #0082aa; }
    .c-grid.-choose .c-grid_txt {
      padding-top: 2.4px;
      box-sizing: border-box; }
      @media all and (min-width: 768px) {
        .c-grid.-choose .c-grid_txt {
          padding-top: 3px; } }
  .c-grid.-aboutMessages {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    grid-gap: 30px 0;
    gap: 30px 0; }
    @media all and (min-width: 960px) {
      .c-grid.-aboutMessages {
        grid-template-columns: minmax(auto, 65.71%) minmax(auto, 29.28%);
        grid-gap: 0 5%;
        gap: 0 5%; } }
    @media all and (min-width: 1200px) {
      .c-grid.-aboutMessages {
        grid-gap: 0 60px;
        gap: 0 60px; } }
    @media all and (min-width: 1560px) {
      .c-grid.-aboutMessages {
        grid-template-columns: minmax(auto, 920px) minmax(auto, 410px); } }
    .c-grid.-aboutMessages .c-grid_item.-txtbox {
      position: relative;
      z-index: 2;
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 3; }
      @media all and (min-width: 960px) {
        .c-grid.-aboutMessages .c-grid_item.-txtbox {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 1;
          grid-row-end: 2; } }
    .c-grid.-aboutMessages .c-grid_item.-imgbox {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2; }
      @media all and (min-width: 960px) {
        .c-grid.-aboutMessages .c-grid_item.-imgbox {
          grid-column-start: 2;
          grid-column-end: 3;
          grid-row-start: 1;
          grid-row-end: 2; } }

.c-topblock {
  display: block;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center; }
  @media all and (min-width: 768px) {
    .c-topblock {
      padding: 40px 0; } }
  .c-topblock_link {
    display: inline-block; }
  .c-topblock_logo {
    text-align: center; }
    .c-topblock_logo img {
      height: auto; }
  .c-topblock_name {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.10em;
    color: #004e83;
    text-align: center; }
    @media all and (min-width: 768px) {
      .c-topblock_name {
        line-height: 1; } }
  .c-topblock.-front .c-topblock_logo {
    margin-bottom: 8px; }
    @media all and (min-width: 768px) {
      .c-topblock.-front .c-topblock_logo {
        margin-bottom: 10px; } }
    .c-topblock.-front .c-topblock_logo img {
      width: 168px; }
      @media all and (min-width: 480px) {
        .c-topblock.-front .c-topblock_logo img {
          width: 192px; } }
      @media all and (min-width: 768px) {
        .c-topblock.-front .c-topblock_logo img {
          width: 240px; } }
  .c-topblock.-front .c-topblock_name {
    font-size: 1.26rem; }
    @media all and (min-width: 480px) {
      .c-topblock.-front .c-topblock_name {
        font-size: 1.35rem; } }
    @media all and (min-width: 768px) {
      .c-topblock.-front .c-topblock_name {
        font-size: 1.44rem; } }
    @media all and (min-width: 1320px) {
      .c-topblock.-front .c-topblock_name {
        font-size: 1.62rem; } }
    @media all and (min-width: 1720px) {
      .c-topblock.-front .c-topblock_name {
        font-size: 1.8rem; } }
  .c-topblock.-lowerpage {
    overflow: hidden; }
    .c-topblock.-lowerpage .c-topblock_logo {
      margin-bottom: 8px; }
      @media all and (min-width: 768px) {
        .c-topblock.-lowerpage .c-topblock_logo {
          margin-bottom: 10px; } }
      .c-topblock.-lowerpage .c-topblock_logo img {
        width: 84px; }
        @media all and (min-width: 480px) {
          .c-topblock.-lowerpage .c-topblock_logo img {
            width: 96px; } }
        @media all and (min-width: 768px) {
          .c-topblock.-lowerpage .c-topblock_logo img {
            width: 120px; } }
    .c-topblock.-lowerpage .c-topblock_name {
      font-size: 1.05rem; }
      @media all and (min-width: 480px) {
        .c-topblock.-lowerpage .c-topblock_name {
          font-size: 1.125rem; } }
      @media all and (min-width: 768px) {
        .c-topblock.-lowerpage .c-topblock_name {
          font-size: 1.2rem; } }
      @media all and (min-width: 1320px) {
        .c-topblock.-lowerpage .c-topblock_name {
          font-size: 1.35rem; } }
      @media all and (min-width: 1720px) {
        .c-topblock.-lowerpage .c-topblock_name {
          font-size: 1.5rem; } }

.c-contactus {
  display: block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  background-color: #00121e;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 1.95312vw;
  border-radius: 1.95312vw;
  /*
  &::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/common/contactus/bg_pc.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
*/ }
  @media all and (min-width: 768px) {
    .c-contactus {
      border-radius: 15px; } }
  @media all and (min-width: 768px) {
    .c-contactus {
      border-radius: 15px; } }
  .c-contactus_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/common/contactus/bg_pc.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7; }
  .c-contactus_inner {
    display: block;
    position: relative;
    z-index: 1;
    padding: 40px 5vw 50px;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .c-contactus_inner {
        padding: 80px 5vw 100px; } }
    @media all and (min-width: 1200px) {
      .c-contactus_inner {
        padding: 80px 60px 100px; } }
  .c-contactus_icon {
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 208px;
    opacity: 0.21;
    mix-blend-mode: color-dodge; }
    @media all and (min-width: 375px) {
      .c-contactus_icon {
        width: 250px; } }
    @media all and (min-width: 480px) {
      .c-contactus_icon {
        width: 292px; } }
    @media all and (min-width: 768px) {
      .c-contactus_icon {
        top: 40px;
        width: 374px; } }
    @media all and (min-width: 1200px) {
      .c-contactus_icon {
        width: 396px; } }
    @media all and (min-width: 1320px) {
      .c-contactus_icon {
        width: 416px; } }
    .c-contactus_icon img {
      width: 100%;
      height: auto; }

.c-steps {
  display: grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-gap: 20px 0px;
  gap: 20px 0px; }
  @media all and (min-width: 768px) {
    .c-steps {
      grid-gap: 20px 0px;
      gap: 20px 0px; } }
  .c-steps_step {
    display: grid;
    grid-template-columns: 100%;
    justify-content: start; }
    @media all and (min-width: 600px) {
      .c-steps_step {
        grid-template-columns: 180px 1fr; } }
    @media all and (min-width: 660px) {
      .c-steps_step {
        grid-template-columns: 200px 1fr; } }
    @media all and (min-width: 768px) {
      .c-steps_step {
        grid-template-columns: 240px 1fr; } }
    @media all and (min-width: 1080px) {
      .c-steps_step {
        grid-template-columns: 280px 1fr; } }
    @media all and (min-width: 1200px) {
      .c-steps_step {
        grid-template-columns: 320px 1fr; } }
    @media all and (min-width: 1320px) {
      .c-steps_step {
        grid-template-columns: 360px 1fr; } }
    @media all and (min-width: 1520px) {
      .c-steps_step {
        grid-template-columns: 380px 1fr; } }
    @media all and (min-width: 1720px) {
      .c-steps_step {
        grid-template-columns: 400px 1fr; } }
    .c-steps_step:first-of-type .c-steps_item::after {
      display: none !important; }
  .c-steps_item {
    display: grid;
    align-items: center;
    position: relative;
    min-height: 64px;
    padding: 16px 5vw;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .c-steps_item {
        min-height: 80px;
        padding: 20px 5vw; } }
    @media all and (min-width: 1200px) {
      .c-steps_item {
        padding: 20px 60px; } }
    .c-steps_item.-head::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #004e83;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 1.95312vw;
      border-radius: 1.95312vw 1.95312vw 0 0; }
      @media all and (min-width: 768px) {
        .c-steps_item.-head::before {
          border-radius: 15px; } }
      @media all and (min-width: 768px) {
        .c-steps_item.-head::before {
          border-radius: 15px 15px 0 0; } }
      @media all and (min-width: 600px) {
        .c-steps_item.-head::before {
          overflow: hidden;
          box-sizing: border-box;
          border-radius: 1.95312vw;
          border-radius: 1.95312vw 0 0 1.95312vw; } }
  @media all and (min-width: 600px) and (min-width: 768px) {
    .c-steps_item.-head::before {
      border-radius: 15px; } }
  @media all and (min-width: 600px) and (min-width: 768px) {
    .c-steps_item.-head::before {
      border-radius: 15px 0 0 15px; } }
    .c-steps_item.-head::after {
      display: block;
      position: absolute;
      top: -4.5px;
      left: 50%;
      transform: translate(-50%, -100%);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 9.6px solid transparent;
      border-left: 9.6px solid transparent;
      border-top: 10.4px solid #41a3b5;
      border-bottom: 0; }
      @media all and (min-width: 768px) {
        .c-steps_item.-head::after {
          top: -3.5px;
          border-width: 13px 12px 0 12px; } }
    .c-steps_item.-body {
      background-color: white;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 1.95312vw;
      border-radius: 0 0 1.95312vw 1.95312vw; }
      @media all and (min-width: 768px) {
        .c-steps_item.-body {
          border-radius: 15px; } }
      @media all and (min-width: 768px) {
        .c-steps_item.-body {
          border-radius: 0 0 15px 15px; } }
      @media all and (min-width: 600px) {
        .c-steps_item.-body {
          overflow: hidden;
          box-sizing: border-box;
          border-radius: 1.95312vw;
          border-radius: 0 1.95312vw 1.95312vw 0; } }
  @media all and (min-width: 600px) and (min-width: 768px) {
    .c-steps_item.-body {
      border-radius: 15px; } }
  @media all and (min-width: 600px) and (min-width: 768px) {
    .c-steps_item.-body {
      border-radius: 0 15px 15px 0; } }
  .c-steps_ttl, .c-steps_txt {
    position: relative;
    z-index: 1; }

.c-service {
  display: grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-gap: 20px 0px;
  gap: 20px 0px;
  position: relative; }
  @media all and (min-width: 768px) {
    .c-service {
      grid-template-columns: 31.666666666666667vw 1fr;
      grid-gap: 0 5.232558139534884vw;
      gap: 0 5.232558139534884vw; } }
  @media all and (min-width: 1200px) {
    .c-service {
      grid-template-columns: 380px 1fr; } }
  @media all and (min-width: 1720px) {
    .c-service {
      grid-template-columns: 380px 1fr;
      grid-gap: 0 90px;
      gap: 0 90px; } }
  .c-service_head {
    position: relative;
    box-sizing: border-box; }
  .c-service_body {
    position: relative;
    box-sizing: border-box; }
  .c-service_num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
    padding-left: 2.5vw;
    box-sizing: border-box; }
    @media all and (min-width: 1200px) {
      .c-service_num {
        padding-left: 30px; } }
  .c-service_ttl, .c-service_lead {
    position: relative;
    padding-left: 3.333333333333333vw;
    padding-right: 3.333333333333333vw;
    box-sizing: border-box; }
    @media all and (min-width: 1200px) {
      .c-service_ttl, .c-service_lead {
        padding-left: 40px;
        padding-right: 40px; } }
  .c-service_ttl {
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw 1.95312vw 0 0;
    background-color: #cfe3f2; }
    @media all and (min-width: 768px) {
      .c-service_ttl {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .c-service_ttl {
        border-radius: 15px 15px 0 0; } }
    @media all and (min-width: 1200px) {
      .c-service_ttl {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .c-service_lead {
    padding-top: 32px;
    padding-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 0 0 1.95312vw 1.95312vw;
    background-color: #004e83;
    background-image: url("../images/service/service_deco01.png");
    background-position: -16px -24px;
    background-repeat: no-repeat;
    background-size: 311px auto; }
    @media all and (min-width: 768px) {
      .c-service_lead {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .c-service_lead {
        border-radius: 0 0 15px 15px; } }
    @media all and (min-width: 1200px) {
      .c-service_lead {
        padding-top: 40px;
        padding-bottom: 50px;
        background-position: -20px -30px;
        background-size: 389px auto; } }
    .c-service_lead::before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 8.8px solid transparent;
      border-left: 8.8px solid transparent;
      border-top: 8.8px solid #cfe3f2;
      border-bottom: 0; }
      @media all and (min-width: 768px) {
        .c-service_lead::before {
          border-width: 11px 11px 0 11px; } }
  .c-service_subttl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 0 7px;
    gap: 0 7px;
    margin-bottom: 18px; }
    @media all and (min-width: 768px) {
      .c-service_subttl {
        grid-gap: 0 8px;
        gap: 0 8px;
        margin-bottom: 24px; } }
    @media all and (min-width: 1320px) {
      .c-service_subttl {
        grid-gap: 0 8px;
        gap: 0 8px;
        margin-bottom: 30px; } }
    .c-service_subttl .p0-icon {
      flex-shrink: 0;
      transform: translate(0, 50%); }
  .c-service_item {
    padding: 40px 2.5vw;
    border-bottom: 1px solid rgba(0, 78, 131, 0.16);
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .c-service_item {
        padding: 50px 30px; } }
    .c-service_item:first-of-type {
      margin-top: -15px; }
      @media all and (min-width: 768px) {
        .c-service_item:first-of-type {
          margin-top: -30px; } }
    .c-service_item:last-of-type {
      border-bottom-style: none; }

.c-faq_item {
  padding: 30px 5vw;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .c-faq_item {
      padding: 48px 5vw; } }
  @media all and (min-width: 1200px) {
    .c-faq_item {
      padding: 48px 60px; } }
  @media all and (min-width: 1320px) {
    .c-faq_item {
      padding: 60px 60px; } }

.c-faq_q, .c-faq_a {
  display: grid;
  grid-template-columns: 16px 1fr;
  justify-content: start;
  align-items: start;
  grid-gap: 0 15px;
  gap: 0 15px; }
  @media all and (min-width: 768px) {
    .c-faq_q, .c-faq_a {
      grid-template-columns: 20px 1fr;
      grid-gap: 0 24px;
      gap: 0 24px; } }
  @media all and (min-width: 1320px) {
    .c-faq_q, .c-faq_a {
      grid-gap: 0 30px;
      gap: 0 30px; } }
  .c-faq_q::before, .c-faq_a::before {
    display: block;
    position: relative;
    width: 20px;
    height: 1em;
    content: "";
    padding-top: 4px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.26rem;
    padding-top: 3.15px; }
    @media all and (min-width: 480px) {
      .c-faq_q::before, .c-faq_a::before {
        font-size: 1.35rem; } }
    @media all and (min-width: 768px) {
      .c-faq_q::before, .c-faq_a::before {
        font-size: 1.44rem; } }
    @media all and (min-width: 1320px) {
      .c-faq_q::before, .c-faq_a::before {
        font-size: 1.62rem; } }
    @media all and (min-width: 1720px) {
      .c-faq_q::before, .c-faq_a::before {
        font-size: 1.8rem; } }
    @media all and (min-width: 375px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 3.5px; } }
    @media all and (min-width: 480px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 4.2px; } }
    @media all and (min-width: 768px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 4.9px; } }
    @media all and (min-width: 1200px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 5.6px; } }
    @media all and (min-width: 1320px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 6.3px; } }
    @media all and (min-width: 1720px) {
      .c-faq_q::before, .c-faq_a::before {
        padding-top: 7px; } }

.c-faq_q {
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .c-faq_q {
      margin-bottom: 16px; } }
  @media all and (min-width: 1320px) {
    .c-faq_q {
      margin-bottom: 20px; } }
  .c-faq_q::before {
    content: "Q.";
    color: #ff9e02; }

.c-faq_a::before {
  content: "A.";
  color: #0082aa; }

.p0-btn1 {
  position: relative;
  width: 176px;
  height: 56px;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .p0-btn1 {
      width: 220px;
      height: 70px; } }
  .p0-btn1.-type01 .p0-btn1_link, .p0-btn1.-type01 .p0-btn1_span {
    border: 3px solid #004e83;
    color: white;
    background-color: #004e83; }
    .p0-btn1.-type01 .p0-btn1_link:hover, .p0-btn1.-type01 .p0-btn1_span:hover {
      color: #004e83;
      background-color: white;
      transition: color 0.3s ease-out, background-color 0.3s ease-out; }
      .p0-btn1.-type01 .p0-btn1_link:hover .p0-btn1_icon svg, .p0-btn1.-type01 .p0-btn1_span:hover .p0-btn1_icon svg {
        fill: #0082aa;
        transition: fill 0.3s ease-out; }
  .p0-btn1.-type01 .p0-btn1_btn input {
    border: 3px solid #004e83;
    color: white;
    background-color: #004e83; }
    .p0-btn1.-type01 .p0-btn1_btn input:hover {
      color: #004e83;
      background-color: white;
      transition: color 0.3s ease-out, background-color 0.3s ease-out; }
      .p0-btn1.-type01 .p0-btn1_btn input:hover .p0-btn1_icon svg {
        fill: #0082aa;
        transition: fill 0.3s ease-out; }
  .p0-btn1.-type01 .p0-btn1_icon svg {
    fill: #41a3b5;
    transition: fill 0.3s ease-out; }
  .p0-btn1.-type02 .p0-btn1_link, .p0-btn1.-type02 .p0-btn1_span {
    border: 3px solid white;
    color: #004e83;
    background-color: white; }
    .p0-btn1.-type02 .p0-btn1_link:hover, .p0-btn1.-type02 .p0-btn1_span:hover {
      color: white;
      background-color: #004e83;
      transition: color 0.3s ease-out, background-color 0.3s ease-out; }
      .p0-btn1.-type02 .p0-btn1_link:hover .p0-btn1_icon svg, .p0-btn1.-type02 .p0-btn1_span:hover .p0-btn1_icon svg {
        fill: #41a3b5;
        transition: fill 0.3s ease-out; }
  .p0-btn1.-type02 .p0-btn1_btn input {
    border: 3px solid white;
    color: #004e83;
    background-color: white; }
    .p0-btn1.-type02 .p0-btn1_btn input:hover {
      color: white;
      background-color: #004e83;
      transition: color 0.3s ease-out, background-color 0.3s ease-out; }
      .p0-btn1.-type02 .p0-btn1_btn input:hover .p0-btn1_icon svg {
        fill: #41a3b5;
        transition: fill 0.3s ease-out; }
  .p0-btn1.-type02 .p0-btn1_icon svg {
    fill: #0082aa;
    transition: fill 0.3s ease-out; }
  .p0-btn1_inner {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .p0-btn1_link, .p0-btn1_span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 0 8px;
    gap: 0 8px;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    border-radius: 100vh;
    box-sizing: border-box;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    @media all and (min-width: 768px) {
      .p0-btn1_link, .p0-btn1_span {
        grid-gap: 0 10px;
        gap: 0 10px;
        padding-left: 15px; } }
  .p0-btn1_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 0 8px;
    gap: 0 8px;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    border-radius: 100vh;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 1;
    text-align: center;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    @media all and (min-width: 480px) {
      .p0-btn1_btn {
        font-size: 1.2rem; } }
    @media all and (min-width: 768px) {
      .p0-btn1_btn {
        font-size: 1.28rem; } }
    @media all and (min-width: 1320px) {
      .p0-btn1_btn {
        font-size: 1.44rem; } }
    @media all and (min-width: 1720px) {
      .p0-btn1_btn {
        font-size: 1.6rem; } }
    @media all and (min-width: 768px) {
      .p0-btn1_btn {
        line-height: 1; } }
    @media all and (min-width: 768px) {
      .p0-btn1_btn {
        grid-gap: 0 10px;
        gap: 0 10px;
        padding-left: 15px; } }
    .p0-btn1_btn p {
      width: 100%;
      height: 100%; }
    .p0-btn1_btn input {
      width: 100%;
      height: 100%;
      border-radius: 100vh;
      box-sizing: border-box;
      overflow: hidden; }
  .p0-btn1_icon {
    display: block;
    position: relative;
    top: 2.4px;
    transform: rotate(45deg);
    pointer-events: none; }
    @media all and (min-width: 768px) {
      .p0-btn1_icon {
        top: 3px; } }
    .p0-btn1_icon.-contactSubmit {
      position: absolute;
      top: calc(50% + 3.2px);
      left: calc(50% + 2em + 8px);
      transform: translate(0, -50%) rotate(45deg); }
      @media all and (min-width: 768px) {
        .p0-btn1_icon.-contactSubmit {
          top: calc(50% + 4px);
          left: calc(50% + 2em + 10px); } }
  .p0-btn1_txt {
    padding-right: 5px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 1;
    text-align: center; }
    @media all and (min-width: 480px) {
      .p0-btn1_txt {
        font-size: 1.2rem; } }
    @media all and (min-width: 768px) {
      .p0-btn1_txt {
        font-size: 1.28rem; } }
    @media all and (min-width: 1320px) {
      .p0-btn1_txt {
        font-size: 1.44rem; } }
    @media all and (min-width: 1720px) {
      .p0-btn1_txt {
        font-size: 1.6rem; } }
    @media all and (min-width: 768px) {
      .p0-btn1_txt {
        line-height: 1; } }

.p0-btn2 {
  position: relative;
  width: 504px;
  max-width: 100%;
  height: 72px;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .p0-btn2 {
      width: 630px;
      height: 90px; } }
  .p0-btn2_inner {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    box-sizing: border-box;
    background-color: white; }
  .p0-btn2_link, .p0-btn2_span, .p0-btn2_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 0 16px;
    gap: 0 16px;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    border-radius: 100vh;
    color: white;
    background-color: #41a3b5;
    box-sizing: border-box;
    transition: background-color 0.3s ease-out; }
    @media all and (min-width: 768px) {
      .p0-btn2_link, .p0-btn2_span, .p0-btn2_btn {
        grid-gap: 0 20px;
        gap: 0 20px;
        padding-left: 15px; } }
    .p0-btn2_link:hover, .p0-btn2_span:hover, .p0-btn2_btn:hover {
      background-color: rgba(65, 163, 181, 0.7);
      transition: background-color 0.3s ease-out; }
      .p0-btn2_link:hover .p0-btn2_icon, .p0-btn2_span:hover .p0-btn2_icon, .p0-btn2_btn:hover .p0-btn2_icon {
        transform: translate(5px, 0);
        transition: transform 0.3s ease-out; }
  .p0-btn2_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 0 4.8px;
    gap: 0 4.8px;
    position: relative;
    top: 0.8px;
    transform: translate(0, 0);
    transition: transform 0.3s ease-out; }
    @media all and (min-width: 768px) {
      .p0-btn2_icon {
        grid-gap: 0 6px;
        gap: 0 6px;
        top: 1px; } }
    .p0-btn2_icon svg {
      fill: white; }
  .p0-btn2_txt, .p0-btn2_btn {
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 1.96rem;
    line-height: 1;
    text-align: center; }
    @media all and (min-width: 480px) {
      .p0-btn2_txt, .p0-btn2_btn {
        font-size: 2.1rem; } }
    @media all and (min-width: 768px) {
      .p0-btn2_txt, .p0-btn2_btn {
        font-size: 2.24rem; } }
    @media all and (min-width: 1320px) {
      .p0-btn2_txt, .p0-btn2_btn {
        font-size: 2.52rem; } }
    @media all and (min-width: 1720px) {
      .p0-btn2_txt, .p0-btn2_btn {
        font-size: 2.8rem; } }
    @media all and (min-width: 768px) {
      .p0-btn2_txt, .p0-btn2_btn {
        line-height: 1; } }
  .p0-btn2.-drawer .p0-btn2_link, .p0-btn2.-drawer .p0-btn2_span, .p0-btn2.-drawer .p0-btn2_btn {
    background-color: rgba(65, 163, 181, 0.7); }
  .p0-btn2.-drawer .p0-btn2_txt, .p0-btn2.-drawer .p0-btn2_btn {
    font-size: 2.2rem !important; }
  .p0-btn2.-drawer .p0-icon.-tridotRight.-w12 {
    width: 12px !important;
    height: 20px !important; }

.p0-flexbtns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }
  @media all and (min-width: 768px) {
    .p0-flexbtns {
      flex-wrap: nowrap;
      flex-direction: row; } }
  .p0-flexbtns.-left {
    justify-content: flex-start; }
  .p0-flexbtns.-center {
    justify-content: center;
    align-items: center; }
    @media all and (min-width: 768px) {
      .p0-flexbtns.-center {
        align-items: stretch; } }
  .p0-flexbtns.-right {
    justify-content: flex-end; }
  .p0-flexbtns_item {
    margin-bottom: 20px; }
    @media all and (min-width: 768px) {
      .p0-flexbtns_item {
        margin-bottom: 0;
        margin-right: 2vw; } }
    @media all and (min-width: 1320px) {
      .p0-flexbtns_item {
        margin-right: 20px; } }
    .p0-flexbtns_item:last-of-type {
      margin-bottom: 0; }
      @media all and (min-width: 768px) {
        .p0-flexbtns_item:last-of-type {
          margin-right: 0; } }
      @media all and (min-width: 1320px) {
        .p0-flexbtns_item:last-of-type {
          margin-right: 0; } }

.p0-tbl {
  width: 100%;
  box-sizing: border-box; }
  .p0-tbl.-overview {
    position: relative;
    box-sizing: border-box;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw; }
    @media all and (min-width: 768px) {
      .p0-tbl.-overview {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p0-tbl.-overview {
        border-radius: 15px; } }
    .p0-tbl.-overview .p0-tbl_row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      grid-gap: 0;
      gap: 0;
      position: relative;
      box-sizing: border-box; }
      .p0-tbl.-overview .p0-tbl_row::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100% + 5vw + 5vw);
        height: 1px;
        content: "";
        background-color: #e9b278;
        mix-blend-mode: exclusion; }
        @media all and (min-width: 480px) {
          .p0-tbl.-overview .p0-tbl_row::after {
            width: calc(100% - 5vw - 5vw  - 9px - 9px); } }
        @media all and (min-width: 768px) {
          .p0-tbl.-overview .p0-tbl_row::after {
            width: calc(100% - 5vw - 5vw - 11px - 11px); } }
        @media all and (min-width: 1200px) {
          .p0-tbl.-overview .p0-tbl_row::after {
            width: calc(100% - 60px - 60px - 11px - 11px); } }
      .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_td {
        padding-top: 10px; }
        @media all and (min-width: 480px) {
          .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_td {
            padding-top: 25px; } }
        @media all and (min-width: 768px) {
          .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:first-of-type .p0-tbl_td {
            padding-top: 50px; } }
      .p0-tbl.-overview .p0-tbl_row:last-of-type::after {
        display: none; }
      .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_td {
        padding-bottom: 10px; }
        @media all and (min-width: 480px) {
          .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_td {
            padding-bottom: 25px; } }
        @media all and (min-width: 768px) {
          .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_th, .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_td {
            padding-bottom: 50px; } }
        .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_th::before, .p0-tbl.-overview .p0-tbl_row:last-of-type .p0-tbl_td::before {
          display: none; }
    .p0-tbl.-overview .p0-tbl_th, .p0-tbl.-overview .p0-tbl_td {
      position: relative;
      padding: 8px 5vw 16px;
      box-sizing: border-box; }
      @media all and (min-width: 480px) {
        .p0-tbl.-overview .p0-tbl_th, .p0-tbl.-overview .p0-tbl_td {
          padding: 10px 5vw; } }
      @media all and (min-width: 768px) {
        .p0-tbl.-overview .p0-tbl_th, .p0-tbl.-overview .p0-tbl_td {
          padding: 20px 5vw; } }
      @media all and (min-width: 1200px) {
        .p0-tbl.-overview .p0-tbl_th, .p0-tbl.-overview .p0-tbl_td {
          padding: 20px 60px; } }
    .p0-tbl.-overview .p0-tbl_th {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      width: auto;
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #164d87;
      background-color: #004e83; }
      @media all and (min-width: 480px) {
        .p0-tbl.-overview .p0-tbl_th {
          align-items: center;
          width: 140px; } }
      @media all and (min-width: 600px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 160px; } }
      @media all and (min-width: 768px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 200px; } }
      @media all and (min-width: 960px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 240px; } }
      @media all and (min-width: 1080px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 280px; } }
      @media all and (min-width: 1200px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 320px; } }
      @media all and (min-width: 1320px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 360px; } }
      @media all and (min-width: 1520px) {
        .p0-tbl.-overview .p0-tbl_th {
          width: 400px; } }
      .p0-tbl.-overview .p0-tbl_th::before {
        display: none;
        position: absolute;
        bottom: 0;
        left: 5vw;
        transform: translate(0, 50%);
        z-index: 1;
        width: 9px;
        height: 9px;
        content: "";
        border-radius: 50%;
        background-color: #e9b278;
        mix-blend-mode: exclusion;
        pointer-events: none; }
        @media all and (min-width: 480px) {
          .p0-tbl.-overview .p0-tbl_th::before {
            display: block; } }
        @media all and (min-width: 768px) {
          .p0-tbl.-overview .p0-tbl_th::before {
            width: 11px;
            height: 11px;
            left: 5vw; } }
        @media all and (min-width: 1200px) {
          .p0-tbl.-overview .p0-tbl_th::before {
            left: 60px; } }
    .p0-tbl.-overview .p0-tbl_td {
      width: 100%;
      padding-right: 5vw;
      background-color: white; }
      @media all and (min-width: 480px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 140px);
          padding-right: 10vw; } }
      @media all and (min-width: 600px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 160px); } }
      @media all and (min-width: 768px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 200px); } }
      @media all and (min-width: 960px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 240px); } }
      @media all and (min-width: 1080px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 280px); } }
      @media all and (min-width: 1200px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 320px);
          padding-right: 120px; } }
      @media all and (min-width: 1320px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 360px); } }
      @media all and (min-width: 1520px) {
        .p0-tbl.-overview .p0-tbl_td {
          width: calc(100% - 400px); } }
      .p0-tbl.-overview .p0-tbl_td::before {
        display: none;
        position: absolute;
        bottom: 0;
        right: 5vw;
        transform: translate(0, 50%);
        z-index: 1;
        width: 9px;
        height: 9px;
        content: "";
        border-radius: 50%;
        background-color: #e9b278;
        mix-blend-mode: exclusion;
        pointer-events: none; }
        @media all and (min-width: 480px) {
          .p0-tbl.-overview .p0-tbl_td::before {
            display: block; } }
        @media all and (min-width: 768px) {
          .p0-tbl.-overview .p0-tbl_td::before {
            width: 11px;
            height: 11px;
            right: 5vw; } }
        @media all and (min-width: 1200px) {
          .p0-tbl.-overview .p0-tbl_td::before {
            right: 60px; } }

.p0-hero.-front {
  position: relative;
  width: 100%;
  height: 530px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #004e83;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media all and (min-width: 480px) {
    .p0-hero.-front {
      height: 580px; } }
  @media all and (min-width: 768px) {
    .p0-hero.-front {
      height: 788px;
      padding-top: 73px; } }
  @media all and (min-width: 1400px) {
    .p0-hero.-front {
      height: 56.25vw;
      padding-top: 5.208333333333333vw; } }
  @media all and (min-width: 1920px) {
    .p0-hero.-front {
      padding-top: 5.208333333333333vw; } }
  .p0-hero.-front .p0-hero {
    position: relative; }
    .p0-hero.-front .p0-hero_bg {
      display: block; }
    .p0-hero.-front .p0-hero_video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .p0-hero.-front .p0-hero_video video {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: left;
           object-position: left;
        pointer-events: none; }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_video video {
            -o-object-position: center;
               object-position: center; } }
    .p0-hero.-front .p0-hero_content {
      display: block;
      height: 100%; }
      @media all and (min-width: 480px) {
        .p0-hero.-front .p0-hero_content {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          align-items: center; } }
      @media all and (min-width: 660px) {
        .p0-hero.-front .p0-hero_content {
          display: block; } }
      @media all and (min-width: 768px) {
        .p0-hero.-front .p0-hero_content {
          height: 100%; } }
    .p0-hero.-front .p0-hero_slogan {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      grid-gap: 40px 0;
      gap: 40px 0; }
      @media all and (min-width: 768px) {
        .p0-hero.-front .p0-hero_slogan {
          grid-gap: 50px 0;
          gap: 50px 0; } }
      .p0-hero.-front .p0-hero_slogan_txt01 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-weight: 700;
        font-size: 2.016rem;
        font-size: 1.296rem;
        line-height: 1.7;
        letter-spacing: 0.20em;
        text-align: center;
        color: white; }
        @media all and (min-width: 480px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.16rem; } }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.304rem; } }
        @media all and (min-width: 1320px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.592rem; } }
        @media all and (min-width: 1720px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.88rem; } }
        @media all and (min-width: 375px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 1.44rem; } }
        @media all and (min-width: 480px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 1.728rem; } }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.016rem; } }
        @media all and (min-width: 1200px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.304rem; } }
        @media all and (min-width: 1320px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.592rem; } }
        @media all and (min-width: 1720px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.88rem; } }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            line-height: 1.7; } }
        @media all and (min-width: 375px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.268rem;
            font-size: 1.458rem; } }
  @media all and (min-width: 375px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.43rem; } }
  @media all and (min-width: 375px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.592rem; } }
  @media all and (min-width: 375px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.916rem; } }
  @media all and (min-width: 375px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.24rem; } }
  @media all and (min-width: 375px) and (min-width: 375px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 1.62rem; } }
  @media all and (min-width: 375px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 1.944rem; } }
  @media all and (min-width: 375px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.268rem; } }
  @media all and (min-width: 375px) and (min-width: 1200px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.592rem; } }
  @media all and (min-width: 375px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.916rem; } }
  @media all and (min-width: 375px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.24rem; } }
        @media all and (min-width: 660px) {
          .p0-hero.-front .p0-hero_slogan_txt01 {
            font-size: 2.52rem;
            font-size: 1.62rem; } }
  @media all and (min-width: 660px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.7rem; } }
  @media all and (min-width: 660px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.88rem; } }
  @media all and (min-width: 660px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.24rem; } }
  @media all and (min-width: 660px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.6rem; } }
  @media all and (min-width: 660px) and (min-width: 375px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 1.8rem; } }
  @media all and (min-width: 660px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.16rem; } }
  @media all and (min-width: 660px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.52rem; } }
  @media all and (min-width: 660px) and (min-width: 1200px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 2.88rem; } }
  @media all and (min-width: 660px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.24rem; } }
  @media all and (min-width: 660px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt01 {
      font-size: 3.6rem; } }
      .p0-hero.-front .p0-hero_slogan_txt02 {
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        font-style: normal;
        font-weight: 400;
        font-size: 1.078rem;
        line-height: 2.4;
        letter-spacing: 0.09em;
        text-align: center;
        color: white; }
        @media all and (min-width: 480px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.155rem; } }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.232rem; } }
        @media all and (min-width: 1320px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.386rem; } }
        @media all and (min-width: 1720px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.54rem; } }
        @media all and (min-width: 768px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            line-height: 2.4; } }
        @media all and (min-width: 375px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.232rem; } }
  @media all and (min-width: 375px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.32rem; } }
  @media all and (min-width: 375px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.408rem; } }
  @media all and (min-width: 375px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.584rem; } }
  @media all and (min-width: 375px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.76rem; } }
        @media all and (min-width: 660px) {
          .p0-hero.-front .p0-hero_slogan_txt02 {
            font-size: 1.54rem;
            font-size: 1.21rem; } }
  @media all and (min-width: 660px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.65rem; } }
  @media all and (min-width: 660px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.76rem; } }
  @media all and (min-width: 660px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.98rem; } }
  @media all and (min-width: 660px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 2.2rem; } }
  @media all and (min-width: 660px) and (min-width: 375px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.32rem; } }
  @media all and (min-width: 660px) and (min-width: 480px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.43rem; } }
  @media all and (min-width: 660px) and (min-width: 768px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.54rem; } }
  @media all and (min-width: 660px) and (min-width: 1200px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.76rem; } }
  @media all and (min-width: 660px) and (min-width: 1320px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 1.98rem; } }
  @media all and (min-width: 660px) and (min-width: 1720px) {
    .p0-hero.-front .p0-hero_slogan_txt02 {
      font-size: 2.2rem; } }

.p0-hero.-lowerpage {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  box-sizing: border-box;
  background-color: white; }
  @media all and (min-width: 375px) {
    .p0-hero.-lowerpage {
      height: 140px; } }
  @media all and (min-width: 480px) {
    .p0-hero.-lowerpage {
      height: 165px; } }
  @media all and (min-width: 660px) {
    .p0-hero.-lowerpage {
      height: 200px; } }
  @media all and (min-width: 768px) {
    .p0-hero.-lowerpage {
      height: 260px; } }
  @media all and (min-width: 1200px) {
    .p0-hero.-lowerpage {
      height: 300px; } }
  @media all and (min-width: 1320px) {
    .p0-hero.-lowerpage {
      height: 360px; } }
  @media all and (min-width: 1560px) {
    .p0-hero.-lowerpage {
      height: 420px; } }
  .p0-hero.-lowerpage::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(140, 163, 179, 0.12); }
  .p0-hero.-lowerpage .p0-hero_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw; }
    @media all and (min-width: 768px) {
      .p0-hero.-lowerpage .p0-hero_content {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p0-hero.-lowerpage .p0-hero_content {
        border-radius: 15px; } }
  .p0-hero.-lowerpage .p0-hero_ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 2.66rem;
    font-size: 1.71rem;
    line-height: 1;
    letter-spacing: 0.38em;
    color: white;
    text-align: center; }
    @media all and (min-width: 480px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 2.85rem; } }
    @media all and (min-width: 768px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.04rem; } }
    @media all and (min-width: 1320px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.42rem; } }
    @media all and (min-width: 1720px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.8rem; } }
    @media all and (min-width: 375px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 1.9rem; } }
    @media all and (min-width: 480px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 2.28rem; } }
    @media all and (min-width: 768px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 2.66rem; } }
    @media all and (min-width: 1200px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.04rem; } }
    @media all and (min-width: 1320px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.42rem; } }
    @media all and (min-width: 1720px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        font-size: 3.8rem; } }
    @media all and (min-width: 768px) {
      .p0-hero.-lowerpage .p0-hero_ttl {
        line-height: 1; } }

.p0-hero.-about .p0-hero_content {
  background-image: url("../images/about/kv_pc.jpg"); }

.p0-hero.-service .p0-hero_content {
  background-image: url("../images/service/kv_pc.jpg"); }

.p0-hero.-contact .p0-hero_content {
  background-image: url("../images/contact/kv_pc.jpg"); }

.p0-hero.-error .p0-hero_content {
  background-image: url("../images/error/kv_pc.jpg"); }

.p0-decoration {
  display: block; }
  .p0-decoration img {
    display: block; }
  .p0-decoration.-bgtri {
    display: block;
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 100%;
    height: 160px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%); }
    @media all and (min-width: 768px) {
      .p0-decoration.-bgtri {
        height: 180px; } }
    @media all and (min-width: 1200px) {
      .p0-decoration.-bgtri {
        height: 200px; } }
    .p0-decoration.-bgtri.-wh {
      background-color: white; }
    .p0-decoration.-bgtri.-blue05 {
      background-color: #004e83; }
  .p0-decoration.-hr01 {
    display: block;
    position: relative;
    border-style: none;
    width: 100%;
    height: 1px; }
    .p0-decoration.-hr01::before, .p0-decoration.-hr01::after {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 9px;
      height: 9px;
      content: "";
      border-radius: 50%; }
    .p0-decoration.-hr01::before {
      left: 0; }
    .p0-decoration.-hr01::after {
      right: 0; }
    @media all and (min-width: 768px) {
      .p0-decoration.-hr01::before, .p0-decoration.-hr01::after {
        width: 11px;
        height: 11px; } }
    .p0-decoration.-hr01.-blue05 {
      background-color: #004e83; }
      .p0-decoration.-hr01.-blue05::before, .p0-decoration.-hr01.-blue05::after {
        background-color: #004e83; }
    .p0-decoration.-hr01.-blue09 {
      background-color: #cfe3f2; }
      .p0-decoration.-hr01.-blue09::before, .p0-decoration.-hr01.-blue09::after {
        background-color: #cfe3f2; }
    .p0-decoration.-hr01.-wide {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 2.5vw + 2.5vw); }
      @media all and (min-width: calc(1920px + 2.5vw + 2.5vw)) {
        .p0-decoration.-hr01.-wide {
          width: 100%; } }
  .p0-decoration.-frontChooseDeco01 {
    position: absolute;
    top: 55px;
    right: calc(50% + 27.631578947368421vw);
    width: 33.421052631578947vw; }
    @media all and (min-width: 768px) {
      .p0-decoration.-frontChooseDeco01 {
        top: 110px; } }
    @media all and (min-width: 1520px) {
      .p0-decoration.-frontChooseDeco01 {
        right: calc(50% + 420px);
        width: 508px; } }
    .p0-decoration.-frontChooseDeco01 img {
      width: 100%;
      height: auto; }
  .p0-decoration.-frontChooseDeco02 {
    position: absolute;
    top: 30px;
    left: calc(50% + 25vw);
    width: 30.723684210526316vw; }
    @media all and (min-width: 768px) {
      .p0-decoration.-frontChooseDeco02 {
        top: 60px; } }
    @media all and (min-width: 1520px) {
      .p0-decoration.-frontChooseDeco02 {
        left: calc(50% + 380px);
        width: 467px; } }
    .p0-decoration.-frontChooseDeco02 img {
      width: 100%;
      height: auto; }
  .p0-decoration.-frontMessagesDeco01 {
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: -1;
    transform: translate(100%, -48%);
    width: 152px; }
    @media all and (min-width: 480px) {
      .p0-decoration.-frontMessagesDeco01 {
        transform: translate(100%, -46%);
        width: 174px; } }
    @media all and (min-width: 768px) {
      .p0-decoration.-frontMessagesDeco01 {
        right: 18px;
        transform: translate(100%, -43%);
        width: 196px; } }
    @media all and (min-width: 1200px) {
      .p0-decoration.-frontMessagesDeco01 {
        right: 20px;
        transform: translate(100%, -40%);
        width: 217px; } }
    .p0-decoration.-frontMessagesDeco01 img {
      width: 100%;
      height: auto; }
  .p0-decoration.-frontMessagesDeco02, .p0-decoration.-aboutStoryDeco01 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-24.2%, -22.7%);
    width: 430px; }
    @media all and (min-width: 768px) {
      .p0-decoration.-frontMessagesDeco02, .p0-decoration.-aboutStoryDeco01 {
        width: 149.1%; } }
    .p0-decoration.-frontMessagesDeco02 img, .p0-decoration.-aboutStoryDeco01 img {
      width: 100%;
      max-width: none;
      height: auto;
      border-radius: 0 !important; }
  .p0-decoration.-aboutMessagesDeco01 {
    display: block;
    position: absolute;
    top: 34px;
    right: calc(50% + 20.1%);
    width: 86px;
    transform: translate(); }
    @media all and (min-width: 375px) {
      .p0-decoration.-aboutMessagesDeco01 {
        width: 108px; } }
    @media all and (min-width: 540px) {
      .p0-decoration.-aboutMessagesDeco01 {
        width: 130px; } }
    @media all and (min-width: 600px) {
      .p0-decoration.-aboutMessagesDeco01 {
        top: 16px;
        width: 151px; } }
    @media all and (min-width: 768px) {
      .p0-decoration.-aboutMessagesDeco01 {
        right: calc(50% + 17.1%);
        width: 173px; } }
    @media all and (min-width: 1200px) {
      .p0-decoration.-aboutMessagesDeco01 {
        top: 18px;
        width: 195px; } }
    @media all and (min-width: 1320px) {
      .p0-decoration.-aboutMessagesDeco01 {
        top: 20px;
        width: 217px; } }
    .p0-decoration.-aboutMessagesDeco01 img {
      width: 100%;
      height: auto; }
  .p0-decoration.-aboutMessagesDeco02 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-24.2%, -22.7%);
    width: 430px; }
    @media all and (min-width: 768px) {
      .p0-decoration.-aboutMessagesDeco02 {
        width: 149.1%; } }
    .p0-decoration.-aboutMessagesDeco02 img {
      width: 100%;
      max-width: none;
      height: auto;
      border-radius: 0 !important; }

.p0-front_do {
  position: relative; }
  .p0-front_do_gradient {
    display: grid;
    grid-template-rows: 1084px 756px 1fr 432px;
    position: absolute;
    width: 100%;
    height: 100%; }
    .p0-front_do_gradient01 {
      background: #0d2e47; }
    .p0-front_do_gradient02 {
      background: #0d2e47;
      background: linear-gradient(0deg, #05080b 0%, #0d2e47 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2e47', endColorstr='#05080b',GradientType=1 ); }
    .p0-front_do_gradient03 {
      background: #0d2e47;
      background: linear-gradient(0deg, #14181b 0%, #05080b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05080b', endColorstr='#14181b',GradientType=1 ); }
    .p0-front_do_gradient04 {
      background: #0d2e47;
      background: linear-gradient(0deg, #6f5037 0%, #14181b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14181b', endColorstr='#6f5037',GradientType=1 ); }
  .p0-front_do_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -152px; }
    @media all and (min-width: 480px) {
      .p0-front_do_bg {
        margin-top: -202px; } }
    @media all and (min-width: 768px) {
      .p0-front_do_bg {
        margin-top: -281px; } }
    @media all and (min-width: 1400px) {
      .p0-front_do_bg {
        margin-top: calc(-27.5vw + 107px - 3px); } }
    .p0-front_do_bg01 {
      display: block;
      position: absolute;
      top: 17.916666666666667vw;
      left: 0;
      width: 100%;
      height: 4000px;
      box-sizing: border-box;
      background-image: url("../images/front/do/bg1_pc.webp");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto; }
      @media all and (min-width: 768px) {
        .p0-front_do_bg01 {
          top: 17.916666666666667vw; } }
      @media all and (min-width: 1200px) {
        .p0-front_do_bg01 {
          top: 215px; } }
    .p0-front_do_bg02 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4000px;
      box-sizing: border-box;
      background-image: url("../images/front/do/bg2_center_pc.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto; }
      .p0-front_do_bg02::before, .p0-front_do_bg02::after {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 4000px;
        content: "";
        box-sizing: border-box;
        background-image: url("../images/front/do/bg2_leftright_pc.png");
        background-position: center top;
        background-repeat: repeat-x;
        background-size: 100% auto; }
      .p0-front_do_bg02::before {
        left: calc(0% + 0.5px);
        transform: translate(-100%, 0); }
      .p0-front_do_bg02::after {
        right: calc(0% + 0.5px);
        transform: translate(100%, 0); }
    .p0-front_do_bg03 {
      display: block;
      position: absolute;
      top: 200px;
      left: 0;
      width: 100%;
      height: 4000px;
      margin-top: -202px;
      box-sizing: border-box;
      background-image: url("../images/front/do/bg3_pc.webp");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto; }
      @media all and (min-width: 768px) {
        .p0-front_do_bg03 {
          top: 280px;
          margin-top: -281px; } }
      @media all and (min-width: 1400px) {
        .p0-front_do_bg03 {
          top: 33.333333333333333vw;
          margin-top: -281px; } }
      @media all and (min-width: 1200px) {
        .p0-front_do_bg03 {
          top: 400px; } }
      @media all and (min-width: 1400px) {
        .p0-front_do_bg03 {
          margin-top: calc(-27.5vw + 107px - 3px); } }
    .p0-front_do_bg_mt {
      display: block;
      position: absolute;
      top: 0.5px;
      left: 0;
      width: 100%;
      height: 4000px;
      box-sizing: border-box;
      background-image: url("../images/front/do/mt.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto; }
  .p0-front_do_star {
    display: block;
    position: absolute;
    top: 2.4px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -100%);
    width: 157px;
    height: 86px;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p0-front_do_star {
        top: 3px;
        height: 107px; } }
    .p0-front_do_star img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .p0-front_do_content {
    padding-top: 1px;
    box-sizing: border-box; }
  .p0-front_do_txtbox {
    position: relative;
    margin-top: -152px;
    padding-top: 15.625vw;
    box-sizing: border-box; }
    @media all and (min-width: 480px) {
      .p0-front_do_txtbox {
        margin-top: -202px;
        padding-top: 15.104166666666667vw; } }
    @media all and (min-width: 768px) {
      .p0-front_do_txtbox {
        margin-top: -281px;
        padding-top: 15.104166666666667vw; } }
    @media all and (min-width: 1400px) {
      .p0-front_do_txtbox {
        margin-top: calc(-27.5vw + 107px - 3px);
        padding-top: 15.104166666666667vw; } }

.p0-front_choose {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-bottom: -56px; }
  @media all and (min-width: 1200px) {
    .p0-front_choose {
      margin-bottom: -70px; } }

.p0-front_messages {
  padding: 256px 0 128px;
  box-sizing: border-box;
  background-image: url("../images/front/messages/bg_pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (min-width: 768px) {
    .p0-front_messages {
      padding: 288px 0 144px; } }
  @media all and (min-width: 1200px) {
    .p0-front_messages {
      padding: 320px 0 160px; } }
  .p0-front_messages .l-section_content {
    position: relative;
    top: 32%; }

.p1-logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  left: -2vw;
  z-index: 1200;
  width: 260px;
  height: 100%;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .p1-logo {
      align-items: flex-end;
      width: 258px; } }
  @media all and (min-width: 960px) {
    .p1-logo {
      left: 0;
      width: 296px; } }
  @media all and (min-width: 1080px) {
    .p1-logo {
      width: 314px; } }
  @media all and (min-width: 1320px) {
    .p1-logo {
      width: 349px; } }
  .p1-logo_item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 34px; }
    @media all and (min-width: 768px) {
      .p1-logo_item {
        height: calc(42 / 54 * 100%); } }
  .p1-logo_img {
    display: block;
    width: 100%;
    height: auto; }

.p1-drawer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100vw);
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 5vw 60px;
  box-sizing: border-box;
  background-color: #0d5482;
  pointer-events: auto; }
  @media all and (min-width: 768px) {
    .p1-drawer {
      justify-content: space-between;
      align-items: stretch;
      position: relative;
      transform: translateX(0) !important;
      width: auto;
      height: 100%;
      min-height: inherit;
      padding: 0;
      background-color: transparent; } }
  .p1-drawer::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/common/header/drawer_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (min-width: 768px) {
      .p1-drawer::before {
        display: none; } }
  .p1-drawer::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(13, 23, 30, 0.72); }
    @media all and (min-width: 768px) {
      .p1-drawer::after {
        display: none; } }
  .p1-drawer-open {
    /* ハンバーガーアイコンの設置スペース */
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 13px;
    right: 5vw;
    z-index: 1200;
    /* 重なり順を一番上に */
    height: 31px;
    width: 30px;
    border-radius: 100vh;
    box-sizing: border-box;
    cursor: pointer;
    mix-blend-mode: exclusion;
    /* ハンバーガーメニューのアイコン */ }
    @media all and (min-width: 768px) {
      .p1-drawer-open {
        display: none; } }
    .p1-drawer-open span, .p1-drawer-open span:before, .p1-drawer-open span:after {
      display: block;
      position: absolute;
      left: 0;
      height: 3px;
      content: '';
      border-radius: 3px;
      background-color: white;
      transition: 0.5s; }
    .p1-drawer-open span {
      width: 36px; }
      .p1-drawer-open span::before {
        bottom: 11px;
        transform-origin: top left;
        width: 36px; }
      .p1-drawer-open span::after {
        top: 11px;
        transform-origin: bottom left;
        width: 36px; }
    .p1-drawer-open[data-drawer="open"] span {
      background-color: rgba(255, 255, 255, 0); }
    .p1-drawer-open[data-drawer="open"] span::before {
      transform: translate(5px, 0) rotate(38deg);
      width: 39px; }
    .p1-drawer-open[data-drawer="open"] span::after {
      transform: translate(5px, 1px) rotate(-38deg);
      width: 39px; }
  .p1-drawer_logo {
    display: block;
    position: relative;
    z-index: 3;
    width: 150px;
    margin-top: 9px;
    margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      .p1-drawer_logo {
        display: none; } }
    .p1-drawer_logo a {
      display: block; }
    .p1-drawer_logo img {
      width: 100%;
      height: auto; }
  .p1-drawer_btn {
    display: block;
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin-top: 60px; }
    @media all and (min-width: 768px) {
      .p1-drawer_btn {
        display: none; } }

.p1-gnav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%; }
  @media all and (min-width: 768px) {
    .p1-gnav {
      justify-content: flex-end;
      align-items: flex-start;
      overflow: visible;
      height: 100%; } }
  .p1-gnav_content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 3;
    width: auto;
    height: auto;
    padding: 0 calc(5vw + 5px);
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p1-gnav_content {
        padding: 0; } }
    .p1-gnav_content::after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 5px;
      height: 100%;
      background-color: white; }
      @media all and (min-width: 768px) {
        .p1-gnav_content::after {
          display: none; } }
  .p1-gnav_list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 20px 0;
    gap: 20px 0;
    padding: 3px 0;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p1-gnav_list {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        grid-gap: 12px 0;
        gap: 12px 0;
        height: 100%;
        padding: 16px 0; } }
    @media all and (min-width: 1200px) {
      .p1-gnav_list {
        grid-gap: 14px 0;
        gap: 14px 0;
        padding: 18px 0; } }
    @media all and (min-width: 1320px) {
      .p1-gnav_list {
        grid-gap: 16px 0;
        gap: 16px 0;
        padding: 20px 0; } }
  .p1-gnav_item {
    display: block;
    position: relative;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p1-gnav_item {
        width: auto;
        border-style: none; } }
    .p1-gnav_item.-pconly {
      display: none; }
      @media all and (min-width: 768px) {
        .p1-gnav_item.-pconly {
          display: block; } }
  .p1-gnav_link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 1; }
    @media all and (min-width: 768px) {
      .p1-gnav_link {
        flex-direction: column;
        align-items: center;
        padding: 8px 0;
        text-align: center; } }
    @media all and (min-width: 1200px) {
      .p1-gnav_link {
        padding: 9px 0; } }
    @media all and (min-width: 1320px) {
      .p1-gnav_link {
        padding: 10px 0; } }
    .p1-gnav_link:hover .p1-gnav_txt, .p1-gnav_link:focus .p1-gnav_txt {
      filter: alpha(opacity=70);
      opacity: 0.7;
      transition: opacity 0.3s ease-in-out; }
  .p1-gnav_txt {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.16em;
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
    @media all and (min-width: 768px) {
      .p1-gnav_txt {
        line-height: 1; } }
    @media all and (min-width: 768px) {
      .p1-gnav_txt {
        font-size: 1.26rem; } }
  @media all and (min-width: 768px) and (min-width: 480px) {
    .p1-gnav_txt {
      font-size: 1.35rem; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .p1-gnav_txt {
      font-size: 1.44rem; } }
  @media all and (min-width: 768px) and (min-width: 1320px) {
    .p1-gnav_txt {
      font-size: 1.62rem; } }
  @media all and (min-width: 768px) and (min-width: 1720px) {
    .p1-gnav_txt {
      font-size: 1.8rem; } }
    .p1-gnav_txt.-ls000 {
      letter-spacing: 0; }

.p2-copyright {
  position: relative; }

.p2-ftinfo {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  grid-gap: 25px 0;
  gap: 25px 0;
  box-sizing: border-box; }
  @media all and (min-width: 600px) {
    .p2-ftinfo {
      grid-template-columns: 210px 1fr auto;
      justify-content: start;
      grid-gap: 3.75vw 5vw;
      gap: 3.75vw 5vw; } }
  @media all and (min-width: 768px) {
    .p2-ftinfo {
      grid-template-columns: 260px 1fr auto;
      grid-gap: 3.75vw 5vw;
      gap: 3.75vw 5vw; } }
  @media all and (min-width: 1200px) {
    .p2-ftinfo {
      grid-gap: 45px 60px;
      gap: 45px 60px; } }
  .p2-ftinfo_item {
    display: block;
    position: relative;
    box-sizing: border-box; }
    .p2-ftinfo_item.-item01 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2;
      text-align: center; }
      @media all and (min-width: 600px) {
        .p2-ftinfo_item.-item01 {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 1;
          grid-row-end: 2;
          text-align: left; } }
    .p2-ftinfo_item.-item02 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 3;
      text-align: center; }
      @media all and (min-width: 600px) {
        .p2-ftinfo_item.-item02 {
          grid-column-start: 2;
          grid-column-end: 3;
          grid-row-start: 1;
          grid-row-end: 2;
          padding-top: 35px;
          text-align: left; } }
      @media all and (min-width: 768px) {
        .p2-ftinfo_item.-item02 {
          padding-top: 70px; } }
    .p2-ftinfo_item.-item03 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 4;
      grid-row-end: 5; }
      @media all and (min-width: 600px) {
        .p2-ftinfo_item.-item03 {
          grid-column-start: 3;
          grid-column-end: 4;
          grid-row-start: 1;
          grid-row-end: 3;
          padding-top: 35px; } }
      @media all and (min-width: 768px) {
        .p2-ftinfo_item.-item03 {
          padding-top: 70px; } }
    .p2-ftinfo_item.-item04 {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 3;
      grid-row-end: 4; }
      @media all and (min-width: 600px) {
        .p2-ftinfo_item.-item04 {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-row-start: 2;
          grid-row-end: 3; } }
  .p2-ftinfo_logo {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (min-width: 600px) {
      .p2-ftinfo_logo {
        margin-left: 0; } }
    @media all and (min-width: 768px) {
      .p2-ftinfo_logo {
        width: 250px; } }
    .p2-ftinfo_logo img {
      width: 100%;
      height: auto; }
  .p2-ftinfo_bh {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start; }
    .p2-ftinfo_bh_th {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
  .p2-ftinfo_hr {
    display: block;
    position: relative;
    margin-top: 25px; }
    @media all and (min-width: 600px) {
      .p2-ftinfo_hr {
        display: none;
        margin-top: 0; } }
    .p2-ftinfo_hr hr {
      display: block;
      position: absolute !important;
      top: 0;
      left: 50%;
      width: 95vw !important;
      transform: translate(-50%, 0); }

.p2-ftnav {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  box-sizing: border-box; }
  .p2-ftnav_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    grid-gap: 20px 0;
    gap: 20px 0; }
    @media all and (min-width: 600px) {
      .p2-ftnav_list {
        align-content: flex-start; } }
    @media all and (min-width: 768px) {
      .p2-ftnav_list {
        grid-gap: 25px 0;
        gap: 25px 0; } }
  .p2-ftnav li a {
    display: block;
    width: 100%; }

.p3-headline {
  /*
  &.-ttl01 {
    @include font-zkgonew("r");
    font-size: 2.8rem;  //4 * 0.7 = 2.8
    @include lineHeight(1.4, 1.4);
    
    @include breakpoint-sp {
      font-size: 3rem;  //4 * 0.75 = 3
    }
    @include breakpoint-tb {
      font-size: 3.2rem;  //4 * 0.8 = 3.2
    }
    @include breakpoint-pc {
      font-size: 4rem;
    }

    &.-medium {
      @include font-zkgonew("m");
    }
    &.-bold {
      @include font-zkgonew("bd");
    }
    
    &.-lh100 {
      @include lineHeight(1, 1);
    }
  }
*/ }
  .p3-headline.-absolute {
    position: absolute; }
  .p3-headline.-relative {
    position: relative; }
  .p3-headline.-contactUs {
    text-align: center; }
    .p3-headline.-contactUs img {
      width: 284.2px;
      max-width: 100%;
      width: 162.4px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-contactUs img {
          width: 304.5px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-contactUs img {
          width: 324.8px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-contactUs img {
          width: 365.4px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-contactUs img {
          width: 406px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-contactUs img {
          width: 203px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-contactUs img {
          width: 243.6px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-contactUs img {
          width: 284.2px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-contactUs img {
          width: 324.8px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-contactUs img {
          width: 365.4px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-contactUs img {
          width: 406px; } }
  .p3-headline.-frontDo {
    text-align: center; }
    .p3-headline.-frontDo img {
      width: 397.6px;
      max-width: 100%;
      width: 227.2px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-frontDo img {
          width: 426px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontDo img {
          width: 454.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontDo img {
          width: 511.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontDo img {
          width: 568px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-frontDo img {
          width: 284px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-frontDo img {
          width: 340.8px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontDo img {
          width: 397.6px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-frontDo img {
          width: 454.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontDo img {
          width: 511.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontDo img {
          width: 568px; } }
  .p3-headline.-frontChoose {
    text-align: center; }
    .p3-headline.-frontChoose img {
      width: 418.6px;
      max-width: 100%;
      width: 239.2px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-frontChoose img {
          width: 448.5px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontChoose img {
          width: 478.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontChoose img {
          width: 538.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontChoose img {
          width: 598px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-frontChoose img {
          width: 299px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-frontChoose img {
          width: 358.8px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontChoose img {
          width: 418.6px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-frontChoose img {
          width: 478.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontChoose img {
          width: 538.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontChoose img {
          width: 598px; } }
  .p3-headline.-frontMessages {
    text-align: left; }
    .p3-headline.-frontMessages img {
      width: 138.6px;
      max-width: 100%;
      width: 89.1px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-frontMessages img {
          width: 148.5px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontMessages img {
          width: 158.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontMessages img {
          width: 178.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontMessages img {
          width: 198px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-frontMessages img {
          width: 99px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-frontMessages img {
          width: 118.8px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-frontMessages img {
          width: 138.6px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-frontMessages img {
          width: 158.4px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-frontMessages img {
          width: 178.2px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-frontMessages img {
          width: 198px; } }
  .p3-headline.-aboutVision {
    text-align: center; }
    .p3-headline.-aboutVision img {
      width: 146.3px;
      max-width: 100%;
      width: 83.6px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutVision img {
          width: 156.75px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutVision img {
          width: 167.2px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutVision img {
          width: 188.1px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutVision img {
          width: 209px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-aboutVision img {
          width: 104.5px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutVision img {
          width: 125.4px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutVision img {
          width: 146.3px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-aboutVision img {
          width: 167.2px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutVision img {
          width: 188.1px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutVision img {
          width: 209px; } }
  .p3-headline.-aboutMission {
    text-align: center; }
    .p3-headline.-aboutMission img {
      width: 203.7px;
      max-width: 100%;
      width: 116.4px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutMission img {
          width: 218.25px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutMission img {
          width: 232.8px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutMission img {
          width: 261.9px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutMission img {
          width: 291px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-aboutMission img {
          width: 145.5px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutMission img {
          width: 174.6px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutMission img {
          width: 203.7px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-aboutMission img {
          width: 232.8px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutMission img {
          width: 261.9px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutMission img {
          width: 291px; } }
  .p3-headline.-aboutMind {
    text-align: center; }
    .p3-headline.-aboutMind img {
      width: 156.8px;
      max-width: 100%;
      width: 89.6px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutMind img {
          width: 168px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutMind img {
          width: 179.2px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutMind img {
          width: 201.6px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutMind img {
          width: 224px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-aboutMind img {
          width: 112px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutMind img {
          width: 134.4px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutMind img {
          width: 156.8px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-aboutMind img {
          width: 179.2px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutMind img {
          width: 201.6px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutMind img {
          width: 224px; } }
  .p3-headline.-aboutStory {
    text-align: left; }
    .p3-headline.-aboutStory img {
      width: 409.5px;
      max-width: 100%;
      width: 263.25px;
      height: auto; }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutStory img {
          width: 438.75px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutStory img {
          width: 468px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutStory img {
          width: 526.5px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutStory img {
          width: 585px; } }
      @media all and (min-width: 375px) {
        .p3-headline.-aboutStory img {
          width: 292.5px; } }
      @media all and (min-width: 480px) {
        .p3-headline.-aboutStory img {
          width: 351px; } }
      @media all and (min-width: 768px) {
        .p3-headline.-aboutStory img {
          width: 409.5px; } }
      @media all and (min-width: 1200px) {
        .p3-headline.-aboutStory img {
          width: 468px; } }
      @media all and (min-width: 1320px) {
        .p3-headline.-aboutStory img {
          width: 526.5px; } }
      @media all and (min-width: 1720px) {
        .p3-headline.-aboutStory img {
          width: 585px; } }

.p3-box {
  box-sizing: border-box; }
  .p3-box.-relative {
    position: relative; }
  .p3-box.-absolute {
    position: absolute; }
  .p3-box.-ib {
    display: inline-block; }
  .p3-box.-b01 {
    padding: 4.166666666666667vw 5vw 30px;
    box-sizing: border-box; }
    @media all and (min-width: 1200px) {
      .p3-box.-b01 {
        padding: 50px 60px 60px; } }
  .p3-box.-map {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 0 4px;
    gap: 0 4px;
    width: 80px;
    padding: 4px 4px 5px;
    border-radius: 100vh;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: white;
    background-color: #004e83; }
    @media all and (min-width: 768px) {
      .p3-box.-map {
        font-size: 1.36rem; } }
    @media all and (min-width: 768px) {
      .p3-box.-map {
        width: 80px; } }
    .p3-box.-map::after {
      display: inline-block;
      position: relative;
      content: "";
      width: 8px;
      height: 11px;
      background-image: url("../images/common/icon/location_wh.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media all and (min-width: 768px) {
        .p3-box.-map::after {
          width: 10px;
          height: 13px; } }
  .p3-box.-frontDo {
    position: relative;
    padding: 35px 14.4px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid white; }
    @media all and (min-width: 768px) {
      .p3-box.-frontDo {
        padding: 70px 20px 60px; } }
    @media all and (min-width: 1080px) {
      .p3-box.-frontDo {
        padding: 70px 30px 60px; } }
    @media all and (min-width: 1200px) {
      .p3-box.-frontDo {
        padding: 70px 60px 60px; } }
    .p3-box.-frontDo::before, .p3-box.-frontDo::after {
      display: block;
      position: absolute;
      bottom: 0;
      width: 11px;
      height: 11px;
      content: "";
      border-radius: 50%;
      box-sizing: border-box;
      background-color: #cfe3f2; }
    .p3-box.-frontDo::before {
      left: 0;
      transform: translate(-50%, 50%); }
    .p3-box.-frontDo::after {
      right: 0;
      transform: translate(50%, 50%); }
  .p3-box.-frontMessages {
    display: block;
    position: relative;
    padding: 64px 5vw;
    box-sizing: border-box;
    background-color: rgba(207, 227, 242, 0.85);
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw;
    overflow: visible !important;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); }
    @media all and (min-width: 768px) {
      .p3-box.-frontMessages {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p3-box.-frontMessages {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p3-box.-frontMessages {
        padding: 80px 5vw; } }
    @media all and (min-width: 1200px) {
      .p3-box.-frontMessages {
        padding: 80px 60px; } }
    .p3-box.-frontMessages .p3-box_inner {
      display: grid;
      grid-template-columns: 100%; }
      @media all and (min-width: 768px) {
        .p3-box.-frontMessages .p3-box_inner {
          grid-template-columns: 1fr 28.787878787878788vw;
          grid-gap: 0 6.818181818181818vw;
          gap: 0 6.818181818181818vw; } }
      @media all and (min-width: 1320px) {
        .p3-box.-frontMessages .p3-box_inner {
          grid-template-columns: 1fr 380px;
          grid-gap: 0 90px;
          gap: 0 90px; } }
    .p3-box.-frontMessages .p3-box_item {
      position: relative;
      box-sizing: border-box; }
      .p3-box.-frontMessages .p3-box_item.-ttlbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; }
        @media all and (min-width: 768px) {
          .p3-box.-frontMessages .p3-box_item.-ttlbox {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 2; } }
      .p3-box.-frontMessages .p3-box_item.-txtbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 1.515151515151515vw; }
        @media all and (min-width: 768px) {
          .p3-box.-frontMessages .p3-box_item.-txtbox {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3;
            padding-left: 1.515151515151515vw; } }
        @media all and (min-width: 1320px) {
          .p3-box.-frontMessages .p3-box_item.-txtbox {
            padding-left: 20px; } }
      .p3-box.-frontMessages .p3-box_item.-btnbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        padding-left: 1.515151515151515vw; }
        @media all and (min-width: 768px) {
          .p3-box.-frontMessages .p3-box_item.-btnbox {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 3;
            grid-row-end: 4;
            padding-left: 1.515151515151515vw; } }
        @media all and (min-width: 1320px) {
          .p3-box.-frontMessages .p3-box_item.-btnbox {
            padding-left: 20px; } }
      .p3-box.-frontMessages .p3-box_item.-imgbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-bottom: 25px; }
        @media all and (min-width: 768px) {
          .p3-box.-frontMessages .p3-box_item.-imgbox {
            grid-column-start: 2;
            grid-column-end: 3;
            grid-row-start: 1;
            grid-row-end: 4;
            margin-bottom: 0;
            padding-right: 3.5%; } }
  .p3-box.-aboutLead {
    padding: 4.166666666666667vw 5vw;
    box-sizing: border-box; }
    @media all and (min-width: 1200px) {
      .p3-box.-aboutLead {
        padding: 50px 60px; } }
  .p3-box.-aboutStory {
    display: block;
    position: relative;
    padding: 64px 5vw;
    box-sizing: border-box;
    background-color: rgba(207, 227, 242, 0.85);
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw;
    overflow: visible !important; }
    @media all and (min-width: 768px) {
      .p3-box.-aboutStory {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p3-box.-aboutStory {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p3-box.-aboutStory {
        padding: 80px 5vw; } }
    @media all and (min-width: 1200px) {
      .p3-box.-aboutStory {
        padding: 80px 60px; } }
    .p3-box.-aboutStory .p3-box_inner {
      display: grid;
      grid-template-columns: 100%; }
      @media all and (min-width: 768px) {
        .p3-box.-aboutStory .p3-box_inner {
          grid-template-columns: 1fr 28.787878787878788vw;
          grid-gap: 0 6.818181818181818vw;
          gap: 0 6.818181818181818vw; } }
      @media all and (min-width: 1320px) {
        .p3-box.-aboutStory .p3-box_inner {
          grid-template-columns: 1fr 380px;
          grid-gap: 0 90px;
          gap: 0 90px; } }
    .p3-box.-aboutStory .p3-box_item {
      position: relative;
      box-sizing: border-box; }
      .p3-box.-aboutStory .p3-box_item.-ttlbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        z-index: 1; }
        @media all and (min-width: 768px) {
          .p3-box.-aboutStory .p3-box_item.-ttlbox {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 2; } }
      .p3-box.-aboutStory .p3-box_item.-txtbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        z-index: 1; }
        @media all and (min-width: 768px) {
          .p3-box.-aboutStory .p3-box_item.-txtbox {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3; } }
      .p3-box.-aboutStory .p3-box_item.-imgbox {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-bottom: 25px; }
        @media all and (min-width: 768px) {
          .p3-box.-aboutStory .p3-box_item.-imgbox {
            grid-column-start: 2;
            grid-column-end: 3;
            grid-row-start: 1;
            grid-row-end: 4;
            margin-bottom: 0;
            padding-right: 3.5%; } }
      .p3-box.-aboutStory .p3-box_item.-txtbox, .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
        padding-left: 1.515151515151515vw; }
        @media all and (min-width: 768px) {
          .p3-box.-aboutStory .p3-box_item.-txtbox, .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
            padding-left: 1.515151515151515vw; } }
        @media all and (min-width: 1320px) {
          .p3-box.-aboutStory .p3-box_item.-txtbox, .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
            padding-left: 20px; } }
      .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
        margin-top: 0;
        margin-bottom: 25px; }
        @media all and (min-width: 480px) {
          .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
            margin-top: -8px; } }
        @media all and (min-width: 768px) {
          .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
            margin-top: 0;
            margin-bottom: 50px; } }
        @media all and (min-width: 920px) {
          .p3-box.-aboutStory .p3-box_item.-ttl.-jp {
            margin-top: -10px; } }

.p3-text {
  line-height: 1;
  /*
  &.-link01 {
    text-decoration: none;
    border-bottom: 1px solid color-blue01(1);
    padding-bottom: 2px;
    box-sizing: border-box;
    color: color-blue01(1);
    @extend %hover;
  }
*/
  /*
  &.-list02 {
    box-sizing: border-box;

    & li {
      @include flexbox;
      @include flex-wrap-nowrap;
      @include flex-direction-row;
      @include flex-justify-flex-start;
      @include flex-align-items-stretch;
      line-height: 1.7;
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
      
      .material-symbols-outlined {
        font-variation-settings:
        'FILL' 0,
        'wght' 700,
        'GRAD' 200,
        'opsz' 48
      }

      &::before {
        display: block;
        padding-right: 1px;
        box-sizing: border-box;
        font-family: "Material Icons";
        @include fontSize(3, 2.4);  //3 * 0.8 = 1.76(PSD上では幅22px、高さ22px)
        content: "\e2e6";
        line-height: 1;
      }
    }
    
    &.-markOrange02 {
      li {
        &::before {
          color: color-orange02(1);
        }
      }
    }
  }
*/
  /*
  ///// リスト /////
  &.-list01 {
    padding-left: 5px;
    box-sizing: border-box;
    text-align: justify;

    & .-item {
      @include flexbox;
      @include flex-wrap-nowrap;
      @include flex-direction-row;
      @include flex-justify-flex-start;
      @include flex-align-items-stretch;
      line-height: 1.7;
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
      
      &:before {
        display: block;
        content: "◎";
        padding-right: 5px;
        box-sizing: border-box;
      }
    }
  }

  &.-list02 {
    margin-left: 20px;
    list-style-type: disc;
    box-sizing: border-box;
    @include font-zomin("m");
    @include fontSize(1.6, 1.5);
    color: color-txt01(1);
    text-align: justify;
    line-height: 2.3;

    @include breakpoint-pc {
    }

    & .-item {
      list-style-type: inherit;
    }
  }

  &.-list03 {
    box-sizing: border-box;
    text-align: justify;

    & .-item {
      @include flexbox;
      @include flex-wrap-nowrap;
      @include flex-direction-row;
      @include flex-justify-flex-start;
      @include flex-align-items-stretch;
      line-height: 1.7;
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
      
      &:before {
        display: block;
        content: "※";
        padding-right: 5px;
        box-sizing: border-box;
      }
    }
  }

  &.-list04 {
    margin-left: 20px;
    list-style-type: disc;
    box-sizing: border-box;
    @include font-zomin("r");
    @include fontSize(1.5, 1.4);
    color: color-txt01(1);
    text-align: justify;
    line-height: 2.3;

    @include breakpoint-pc {
    }

    & .-item {
      list-style-type: inherit;
    }
  }

*/ }
  @media all and (min-width: 768px) {
    .p3-text {
      line-height: 1; } }
  .p3-text.-absolute {
    position: absolute; }
  .p3-text.-relative {
    position: relative; }
  .p3-text.-left {
    text-align: left; }
  .p3-text.-center {
    text-align: center; }
  .p3-text.-right {
    text-align: right; }
  .p3-text.-justify {
    text-align: justify; }
  .p3-text.-wh {
    color: white; }
  .p3-text.-bk {
    color: black; }
  .p3-text.-black01 {
    color: #05080b; }
  .p3-text.-black02 {
    color: #14181b; }
  .p3-text.-black03 {
    color: #00121e; }
  .p3-text.-blue01 {
    color: #0d2e47; }
  .p3-text.-blue02 {
    color: #033150; }
  .p3-text.-blue03 {
    color: #043f67; }
  .p3-text.-blue04 {
    color: #456479; }
  .p3-text.-blue05 {
    color: #004e83; }
  .p3-text.-blue06 {
    color: #0082aa; }
  .p3-text.-blue07 {
    color: #8ca3b3; }
  .p3-text.-blue08 {
    color: #41a3b5; }
  .p3-text.-blue09 {
    color: #cfe3f2; }
  .p3-text.-blue10 {
    color: #000b12; }
  .p3-text.-blue11 {
    color: #0d5482; }
  .p3-text.-blue12 {
    color: #0d171e; }
  .p3-text.-blue13 {
    color: #164d87; }
  .p3-text.-blue14 {
    color: #8390b8; }
  .p3-text.-orange01 {
    color: #e9b278; }
  .p3-text.-orange02 {
    color: #ff9e02; }
  .p3-text.-yellow01 {
    color: #fff200; }
  .p3-text.-red01 {
    color: #ff4d00; }
  .p3-text.-brown01 {
    color: #6f5037; }
  .p3-text.-multiply {
    mix-blend-mode: multiply; }
  .p3-text.-exclusion {
    mix-blend-mode: exclusion; }
  .p3-text.-colordodge {
    mix-blend-mode: color-dodge; }
  .p3-text.-opacity000 {
    opacity: 0.0; }
  .p3-text.-opacity010 {
    opacity: 0.1; }
  .p3-text.-opacity020 {
    opacity: 0.2; }
  .p3-text.-opacity030 {
    opacity: 0.3; }
  .p3-text.-opacity040 {
    opacity: 0.4; }
  .p3-text.-opacity050 {
    opacity: 0.5; }
  .p3-text.-opacity060 {
    opacity: 0.6; }
  .p3-text.-opacity070 {
    opacity: 0.7; }
  .p3-text.-opacity080 {
    opacity: 0.8; }
  .p3-text.-opacity090 {
    opacity: 0.9; }
  .p3-text.-opacity100 {
    opacity: 1; }
  .p3-text.-lh100 {
    line-height: 1; }
    @media all and (min-width: 768px) {
      .p3-text.-lh100 {
        line-height: 1; } }
  .p3-text.-lh130 {
    line-height: 1.3; }
    @media all and (min-width: 768px) {
      .p3-text.-lh130 {
        line-height: 1.3; } }
  .p3-text.-lh140 {
    line-height: 1.4; }
    @media all and (min-width: 768px) {
      .p3-text.-lh140 {
        line-height: 1.4; } }
  .p3-text.-lh150 {
    line-height: 1.5; }
    @media all and (min-width: 768px) {
      .p3-text.-lh150 {
        line-height: 1.5; } }
  .p3-text.-lh160 {
    line-height: 1.6; }
    @media all and (min-width: 768px) {
      .p3-text.-lh160 {
        line-height: 1.6; } }
  .p3-text.-lh170 {
    line-height: 1.7; }
    @media all and (min-width: 768px) {
      .p3-text.-lh170 {
        line-height: 1.7; } }
  .p3-text.-lh180 {
    line-height: 1.8; }
    @media all and (min-width: 768px) {
      .p3-text.-lh180 {
        line-height: 1.8; } }
  .p3-text.-lh190 {
    line-height: 1.9; }
    @media all and (min-width: 768px) {
      .p3-text.-lh190 {
        line-height: 1.9; } }
  .p3-text.-lh200 {
    line-height: 2; }
    @media all and (min-width: 768px) {
      .p3-text.-lh200 {
        line-height: 2; } }
  .p3-text.-lh210 {
    line-height: 2.1; }
    @media all and (min-width: 768px) {
      .p3-text.-lh210 {
        line-height: 2.1; } }
  .p3-text.-lh220 {
    line-height: 2.2; }
    @media all and (min-width: 768px) {
      .p3-text.-lh220 {
        line-height: 2.2; } }
  .p3-text.-lh240 {
    line-height: 2.4; }
    @media all and (min-width: 768px) {
      .p3-text.-lh240 {
        line-height: 2.4; } }
  .p3-text.-lsm050 {
    letter-spacing: -0.5em; }
  .p3-text.-lsm025 {
    letter-spacing: -0.25em; }
  .p3-text.-lsm008 {
    letter-spacing: -0.08em; }
  .p3-text.-ls000 {
    letter-spacing: 0em; }
  .p3-text.-ls002 {
    letter-spacing: 0.02em; }
  .p3-text.-ls005 {
    letter-spacing: 0.05em; }
  .p3-text.-ls009 {
    letter-spacing: 0.09em; }
  .p3-text.-ls010 {
    letter-spacing: 0.10em; }
  .p3-text.-ls014 {
    letter-spacing: 0.14em; }
  .p3-text.-ls018 {
    letter-spacing: 0.18em; }
  .p3-text.-ls020 {
    letter-spacing: 0.20em; }
  .p3-text.-ls026 {
    letter-spacing: 0.26em; }
  .p3-text.-ls038 {
    letter-spacing: 0.38em; }
  .p3-text.-wbAll {
    word-break: break-all; }
  .p3-text.-t01 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.19rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t01 {
        font-size: 1.275rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t01 {
        font-size: 1.36rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t01 {
        font-size: 1.53rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t01 {
        font-size: 1.7rem; } }
    .p3-text.-t01.-regular {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t01.-bold {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
    .p3-text.-t01.-black {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 900; }
  .p3-text.-t02 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.33rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t02 {
        font-size: 1.425rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t02 {
        font-size: 1.52rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t02 {
        font-size: 1.71rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t02 {
        font-size: 1.9rem; } }
    .p3-text.-t02.-regular {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t02.-bold {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
    .p3-text.-t02.-black {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 900; }
  .p3-text.-t03 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.54rem;
    font-size: 1.21rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t03 {
        font-size: 1.65rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t03 {
        font-size: 1.76rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t03 {
        font-size: 1.98rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t03 {
        font-size: 2.2rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t03 {
        font-size: 1.32rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t03 {
        font-size: 1.43rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t03 {
        font-size: 1.54rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t03 {
        font-size: 1.76rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t03 {
        font-size: 1.98rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t03 {
        font-size: 2.2rem; } }
    .p3-text.-t03.-regular {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t03.-bold {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
    .p3-text.-t03.-black {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 900; }
  .p3-text.-t04 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.82rem;
    font-size: 1.17rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t04 {
        font-size: 1.95rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t04 {
        font-size: 2.08rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t04 {
        font-size: 2.34rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t04 {
        font-size: 2.6rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t04 {
        font-size: 1.3rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t04 {
        font-size: 1.56rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t04 {
        font-size: 1.82rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t04 {
        font-size: 2.08rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t04 {
        font-size: 2.34rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t04 {
        font-size: 2.6rem; } }
    .p3-text.-t04.-regular {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t04.-bold {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
    .p3-text.-t04.-black {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 900; }
  .p3-text.-t05 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.96rem;
    font-size: 1.26rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t05 {
        font-size: 2.1rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t05 {
        font-size: 2.24rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t05 {
        font-size: 2.52rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t05 {
        font-size: 2.8rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t05 {
        font-size: 1.4rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t05 {
        font-size: 1.68rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t05 {
        font-size: 1.96rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t05 {
        font-size: 2.24rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t05 {
        font-size: 2.52rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t05 {
        font-size: 2.8rem; } }
    .p3-text.-t05.-regular {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t05.-bold {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
    .p3-text.-t05.-black {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 900; }
  .p3-text.-t31 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 0.98rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t31 {
        font-size: 1.05rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t31 {
        font-size: 1.12rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t31 {
        font-size: 1.26rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t31 {
        font-size: 1.4rem; } }
    .p3-text.-t31.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t31.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t31.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t32 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.05rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t32 {
        font-size: 1.125rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t32 {
        font-size: 1.2rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t32 {
        font-size: 1.35rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t32 {
        font-size: 1.5rem; } }
    .p3-text.-t32.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t32.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t32.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t33 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t33 {
        font-size: 1.2rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t33 {
        font-size: 1.28rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t33 {
        font-size: 1.44rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t33 {
        font-size: 1.6rem; } }
    .p3-text.-t33.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t33.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t33.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t34 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.19rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t34 {
        font-size: 1.275rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t34 {
        font-size: 1.36rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t34 {
        font-size: 1.53rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t34 {
        font-size: 1.7rem; } }
    .p3-text.-t34.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t34.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t34.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t35 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.26rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t35 {
        font-size: 1.35rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t35 {
        font-size: 1.44rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t35 {
        font-size: 1.62rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t35 {
        font-size: 1.8rem; } }
    .p3-text.-t35.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t35.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t35.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t36 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    font-size: 1.1rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t36 {
        font-size: 1.5rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t36 {
        font-size: 1.6rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t36 {
        font-size: 1.8rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t36 {
        font-size: 2rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t36 {
        font-size: 1.2rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t36 {
        font-size: 1.3rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t36 {
        font-size: 1.4rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t36 {
        font-size: 1.6rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t36 {
        font-size: 1.8rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t36 {
        font-size: 2rem; } }
    .p3-text.-t36.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t36.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t36.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t37 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.68rem;
    font-size: 1.32rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t37 {
        font-size: 1.8rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t37 {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t37 {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t37 {
        font-size: 2.4rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t37 {
        font-size: 1.44rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t37 {
        font-size: 1.56rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t37 {
        font-size: 1.68rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t37 {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t37 {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t37 {
        font-size: 2.4rem; } }
    .p3-text.-t37.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t37.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t37.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t38 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.96rem;
    font-size: 1.26rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t38 {
        font-size: 2.1rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t38 {
        font-size: 2.24rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t38 {
        font-size: 2.52rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t38 {
        font-size: 2.8rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t38 {
        font-size: 1.4rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t38 {
        font-size: 1.68rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t38 {
        font-size: 1.96rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t38 {
        font-size: 2.24rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t38 {
        font-size: 2.52rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t38 {
        font-size: 2.8rem; } }
    .p3-text.-t38.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t38.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t38.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t39 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 2.52rem;
    font-size: 1.62rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t39 {
        font-size: 2.7rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t39 {
        font-size: 2.88rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t39 {
        font-size: 3.24rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t39 {
        font-size: 3.6rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t39 {
        font-size: 1.8rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t39 {
        font-size: 2.16rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t39 {
        font-size: 2.52rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t39 {
        font-size: 2.88rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t39 {
        font-size: 3.24rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t39 {
        font-size: 3.6rem; } }
    .p3-text.-t39.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t39.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t39.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t40 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 2.66rem;
    font-size: 1.71rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t40 {
        font-size: 2.85rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t40 {
        font-size: 3.04rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t40 {
        font-size: 3.42rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t40 {
        font-size: 3.8rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t40 {
        font-size: 1.9rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t40 {
        font-size: 2.28rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t40 {
        font-size: 2.66rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t40 {
        font-size: 3.04rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t40 {
        font-size: 3.42rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t40 {
        font-size: 3.8rem; } }
    .p3-text.-t40.-regular {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t40.-medium {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
    .p3-text.-t40.-bold {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 700; }
  .p3-text.-t51 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 0.98rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t51 {
        font-size: 1.05rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t51 {
        font-size: 1.12rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t51 {
        font-size: 1.26rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t51 {
        font-size: 1.4rem; } }
    .p3-text.-t51.-light {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 300; }
    .p3-text.-t51.-regular {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t51.-medium {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
  .p3-text.-t52 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.26rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t52 {
        font-size: 1.35rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t52 {
        font-size: 1.44rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t52 {
        font-size: 1.62rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t52 {
        font-size: 1.8rem; } }
    .p3-text.-t52.-light {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 300; }
    .p3-text.-t52.-regular {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t52.-medium {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
  .p3-text.-t53 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    font-size: 2rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t53 {
        font-size: 3.75rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t53 {
        font-size: 4rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t53 {
        font-size: 4.5rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t53 {
        font-size: 5rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t53 {
        font-size: 2.5rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t53 {
        font-size: 3rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t53 {
        font-size: 3.5rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t53 {
        font-size: 4rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t53 {
        font-size: 4.5rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t53 {
        font-size: 5rem; } }
    .p3-text.-t53.-light {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 300; }
    .p3-text.-t53.-regular {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t53.-medium {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
  .p3-text.-t54 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 4.55rem;
    font-size: 2.6rem; }
    @media all and (min-width: 480px) {
      .p3-text.-t54 {
        font-size: 4.875rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t54 {
        font-size: 5.2rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t54 {
        font-size: 5.85rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t54 {
        font-size: 6.5rem; } }
    @media all and (min-width: 375px) {
      .p3-text.-t54 {
        font-size: 3.25rem; } }
    @media all and (min-width: 480px) {
      .p3-text.-t54 {
        font-size: 3.9rem; } }
    @media all and (min-width: 768px) {
      .p3-text.-t54 {
        font-size: 4.55rem; } }
    @media all and (min-width: 1200px) {
      .p3-text.-t54 {
        font-size: 5.2rem; } }
    @media all and (min-width: 1320px) {
      .p3-text.-t54 {
        font-size: 5.85rem; } }
    @media all and (min-width: 1720px) {
      .p3-text.-t54 {
        font-size: 6.5rem; } }
    .p3-text.-t54.-light {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 300; }
    .p3-text.-t54.-regular {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 400; }
    .p3-text.-t54.-medium {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-weight: 500; }
  .p3-text.-list01 {
    margin-left: 1.1em;
    list-style-type: disc;
    box-sizing: border-box; }
    .p3-text.-list01 li {
      list-style-type: inherit; }

.p3-img.-frontChooseIcon {
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #0082aa; }

.p3-img.-frontMessages {
  display: block;
  position: relative;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media all and (min-width: 768px) {
    .p3-img.-frontMessages {
      max-width: none;
      margin-left: 0; } }
  .p3-img.-frontMessages img {
    width: 100%;
    height: auto;
    border-radius: 50%; }
    @media all and (min-width: 768px) {
      .p3-img.-frontMessages img {
        width: 100%; } }

.p3-img.-aboutVision {
  max-width: 1200px; }
  .p3-img.-aboutVision img {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw; }
    @media all and (min-width: 768px) {
      .p3-img.-aboutVision img {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p3-img.-aboutVision img {
        border-radius: 15px; } }

.p3-img.-aboutMessagesImg01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 480px) {
    .p3-img.-aboutMessagesImg01 {
      max-width: 252px; } }
  @media all and (min-width: 768px) {
    .p3-img.-aboutMessagesImg01 {
      max-width: 288px; } }
  @media all and (min-width: 960px) {
    .p3-img.-aboutMessagesImg01 {
      max-width: 360px;
      margin-top: -63px;
      margin-left: 0; } }
  @media all and (min-width: 1200px) {
    .p3-img.-aboutMessagesImg01 {
      margin-top: -70px; } }
  .p3-img.-aboutMessagesImg01 > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 0; }

.p3-img.-aboutStory {
  display: block;
  position: relative;
  z-index: 0;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media all and (min-width: 768px) {
    .p3-img.-aboutStory {
      max-width: none;
      margin-left: 0; } }
  .p3-img.-aboutStory img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%; }
    @media all and (min-width: 768px) {
      .p3-img.-aboutStory img {
        width: 100%; } }

.p3-shadow {
  /*
  &.-text02 {
    -moz-text-shadow: 0px 0px 3px color-bk(0.45), 0px 0px 8px color-bk(0.42);
    -webkit-text-shadow: 0px 0px 3px color-bk(0.45), 0px 0px 8px color-bk(0.42);
    -ms-text-shadow: 0px 0px 3px color-bk(0.45), 0px 0px 8px color-bk(0.42);
    text-shadow: 0px 0px 3px color-bk(0.45), 0px 0px 8px color-bk(0.42);
  }
*/
  /*
  &.-box01 {
    -moz-box-shadow: 0px 0px 3px color-wh(0.19), 0px 0px 51px color-wh(0.36);
    -webkit-box-shadow: 0px 0px 3px color-wh(0.06), 0px 0px 51px color-wh(0.36);
    -ms-box-shadow: 0px 0px 3px color-wh(0.06), 0px 0px 51px color-wh(0.36);
    box-shadow: 0px 0px 3px color-wh(0.06), 0px 0px 51px color-wh(0.36);
  }
*/ }
  .p3-shadow.-text01 {
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26), 0px 0px 13px rgba(0, 0, 0, 0.28);
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26), 0px 0px 13px rgba(0, 0, 0, 0.28);
    -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26), 0px 0px 13px rgba(0, 0, 0, 0.28);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26), 0px 0px 13px rgba(0, 0, 0, 0.28); }

.p4-postarea a {
  text-decoration: none;
  border-bottom: 1px solid #0d2e47;
  padding-bottom: 2px;
  box-sizing: border-box;
  color: #0d2e47; }

.p4-postarea h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h1 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h1 {
      font-size: 3rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h1 {
      font-size: 3.2rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h1 {
      font-size: 4rem; } }

.p4-postarea h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 2.52rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h2 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h2 {
      font-size: 2.7rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h2 {
      font-size: 2.88rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h2 {
      font-size: 3.6rem; } }

.p4-postarea h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 2.24rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h3 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h3 {
      font-size: 2.4rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h3 {
      font-size: 2.56rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h3 {
      font-size: 3.2rem; } }

.p4-postarea h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.96rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h4 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h4 {
      font-size: 2.1rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h4 {
      font-size: 2.24rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h4 {
      font-size: 2.8rem; } }

.p4-postarea h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.82rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h5 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h5 {
      font-size: 1.95rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h5 {
      font-size: 2.08rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h5 {
      font-size: 2.6rem; } }

.p4-postarea h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.68rem;
  line-height: 1.4; }
  @media all and (min-width: 768px) {
    .p4-postarea h6 {
      line-height: 1.4; } }
  @media all and (min-width: 375px) {
    .p4-postarea h6 {
      font-size: 1.8rem; } }
  @media all and (min-width: 480px) {
    .p4-postarea h6 {
      font-size: 1.92rem; } }
  @media all and (min-width: 768px) {
    .p4-postarea h6 {
      font-size: 2.4rem; } }

.p4-pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-gap: 0 8px;
  gap: 0 8px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 0.8;
  text-align: center;
  /* pager非表示時(1ページのみの場合) */ }
  @media all and (min-width: 768px) {
    .p4-pager {
      font-size: 3rem; } }
  @media all and (min-width: 768px) {
    .p4-pager {
      line-height: 0.8; } }
  @media all and (min-width: 768px) {
    .p4-pager {
      grid-gap: 0 10px;
      gap: 0 10px; } }
  .p4-pager .page-numbers {
    display: block;
    padding: 0 2px;
    box-sizing: border-box;
    color: color-gray07(1);
    /*
    &.first {
      background-image: url("../images/common/icon_tri_gr.png");
      transform: rotate(180deg); //lastと同じ画像を左右反転して使いたい場合は、この行を有効にする
    }
    &.last {
      background-image: url("../images/common/icon_tri_gr.png");
    }
*/ }
    .p4-pager .page-numbers.current {
      color: #ff9e02;
      border-bottom: 1px solid #ff9e02; }
    .p4-pager .page-numbers.prev, .p4-pager .page-numbers.next {
      padding: 0; }
      .p4-pager .page-numbers.prev .inner, .p4-pager .page-numbers.next .inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: white;
        background-color: #ff9e02;
        box-sizing: border-box; }
        @media all and (min-width: 768px) {
          .p4-pager .page-numbers.prev .inner, .p4-pager .page-numbers.next .inner {
            width: 25px;
            height: 25px; } }
    .p4-pager .page-numbers.prev {
      transform: scale(-1, 1);
      margin: 0 8px; }
    .p4-pager .page-numbers.next {
      margin: 0 8px; }
    .p4-pager .page-numbers.-dummy {
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      box-sizing: border-box; }
      @media all and (min-width: 768px) {
        .p4-pager .page-numbers.-dummy {
          width: 25px;
          height: 25px; } }
      .p4-pager .page-numbers.-dummy.-prev, .p4-pager .page-numbers.-dummy.-next {
        margin: 0 8px; }
  .p4-pager-nodisp {
    height: 15px; }
    @media all and (min-width: 768px) {
      .p4-pager-nodisp {
        height: 30px; } }

.p5-form {
  width: 100%; }
  .p5-form_tbl {
    width: 100%;
    max-width: 100%; }
  .p5-form_box {
    display: grid;
    grid-template-columns: 100%;
    justify-content: start;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.95312vw;
    border-radius: 1.95312vw; }
    @media all and (min-width: 768px) {
      .p5-form_box {
        border-radius: 15px; } }
    @media all and (min-width: 768px) {
      .p5-form_box {
        border-radius: 15px; } }
    @media all and (min-width: 660px) {
      .p5-form_box {
        grid-template-columns: 240px 1fr; } }
    @media all and (min-width: 768px) {
      .p5-form_box {
        grid-template-columns: 270px 1fr;
        margin-bottom: 20px; } }
    @media all and (min-width: 1200px) {
      .p5-form_box {
        grid-template-columns: 304px 1fr; } }
    @media all and (min-width: 1320px) {
      .p5-form_box {
        grid-template-columns: 320px 1fr; } }
    .p5-form_box.-agree {
      grid-template-columns: 100% !important;
      margin-bottom: 80px;
      text-align: center; }
      @media all and (min-width: 768px) {
        .p5-form_box.-agree {
          margin-bottom: 100px; } }
    .p5-form_box.-last {
      margin-bottom: 36px; }
      @media all and (min-width: 768px) {
        .p5-form_box.-last {
          margin-bottom: 45px; } }
  .p5-form_ttlbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #004e83; }
    @media all and (min-width: 660px) {
      .p5-form_ttlbox {
        justify-content: center; } }
  .p5-form_ttl {
    display: block;
    padding: 12px 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 1.68rem;
    font-size: 1.32rem;
    line-height: 1.6;
    text-align: left;
    color: white; }
    @media all and (min-width: 480px) {
      .p5-form_ttl {
        font-size: 1.8rem; } }
    @media all and (min-width: 768px) {
      .p5-form_ttl {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p5-form_ttl {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p5-form_ttl {
        font-size: 2.4rem; } }
    @media all and (min-width: 375px) {
      .p5-form_ttl {
        font-size: 1.44rem; } }
    @media all and (min-width: 480px) {
      .p5-form_ttl {
        font-size: 1.56rem; } }
    @media all and (min-width: 768px) {
      .p5-form_ttl {
        font-size: 1.68rem; } }
    @media all and (min-width: 1200px) {
      .p5-form_ttl {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p5-form_ttl {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p5-form_ttl {
        font-size: 2.4rem; } }
    @media all and (min-width: 768px) {
      .p5-form_ttl {
        line-height: 1.6; } }
    @media all and (min-width: 660px) {
      .p5-form_ttl {
        text-align: center; } }
    @media all and (min-width: 768px) {
      .p5-form_ttl {
        padding: 22px; } }
  .p5-form_inputbox {
    position: relative; }
    .p5-form_inputbox.-agree {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      grid-gap: 10px 7px;
      gap: 10px 7px; }
      @media all and (min-width: 768px) {
        .p5-form_inputbox.-agree {
          grid-gap: 0 8px;
          gap: 0 8px; } }
  .p5-form_required {
    padding-left: 4px;
    box-sizing: border-box;
    color: #ff4d00; }
    @media all and (min-width: 768px) {
      .p5-form_required {
        padding-left: 5px; } }
  .p5-form_input {
    position: relative;
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.68rem;
    font-size: 1.32rem;
    line-height: 1.6; }
    @media all and (min-width: 480px) {
      .p5-form_input {
        font-size: 1.8rem; } }
    @media all and (min-width: 768px) {
      .p5-form_input {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p5-form_input {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p5-form_input {
        font-size: 2.4rem; } }
    @media all and (min-width: 375px) {
      .p5-form_input {
        font-size: 1.44rem; } }
    @media all and (min-width: 480px) {
      .p5-form_input {
        font-size: 1.56rem; } }
    @media all and (min-width: 768px) {
      .p5-form_input {
        font-size: 1.68rem; } }
    @media all and (min-width: 1200px) {
      .p5-form_input {
        font-size: 1.92rem; } }
    @media all and (min-width: 1320px) {
      .p5-form_input {
        font-size: 2.16rem; } }
    @media all and (min-width: 1720px) {
      .p5-form_input {
        font-size: 2.4rem; } }
    @media all and (min-width: 768px) {
      .p5-form_input {
        line-height: 1.6; } }
    .p5-form_input.-txt, .p5-form_input.-txtarea {
      padding: 8px;
      box-sizing: border-box;
      background-color: white; }
      @media all and (min-width: 768px) {
        .p5-form_input.-txt, .p5-form_input.-txtarea {
          padding: 10px; } }
      .p5-form_input.-txt input, .p5-form_input.-txtarea input {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 1.95312vw;
        border-radius: 0 0 1.95312vw 1.95312vw; }
        @media all and (min-width: 768px) {
          .p5-form_input.-txt input, .p5-form_input.-txtarea input {
            border-radius: 15px; } }
        @media all and (min-width: 768px) {
          .p5-form_input.-txt input, .p5-form_input.-txtarea input {
            border-radius: 0 0 15px 15px; } }
        @media all and (min-width: 768px) {
          .p5-form_input.-txt input, .p5-form_input.-txtarea input {
            padding: 12px;
            overflow: hidden;
            box-sizing: border-box;
            border-radius: 1.95312vw;
            border-radius: 0 1.95312vw 1.95312vw 0; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .p5-form_input.-txt input, .p5-form_input.-txtarea input {
      border-radius: 15px; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .p5-form_input.-txt input, .p5-form_input.-txtarea input {
      border-radius: 0 15px 15px 0; } }
    .p5-form_input.-txtarea {
      padding: 8px;
      box-sizing: border-box; }
      @media all and (min-width: 768px) {
        .p5-form_input.-txtarea {
          padding: 10px; } }
      .p5-form_input.-txtarea textarea {
        width: 100%;
        height: 220px;
        max-width: 100%;
        max-height: 100%;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 1.95312vw;
        border-radius: 0 0 1.95312vw 1.95312vw; }
        @media all and (min-width: 768px) {
          .p5-form_input.-txtarea textarea {
            border-radius: 15px; } }
        @media all and (min-width: 768px) {
          .p5-form_input.-txtarea textarea {
            border-radius: 0 0 15px 15px; } }
        @media all and (min-width: 768px) {
          .p5-form_input.-txtarea textarea {
            padding: 12px;
            overflow: hidden;
            box-sizing: border-box;
            border-radius: 1.95312vw;
            border-radius: 0 1.95312vw 1.95312vw 0; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .p5-form_input.-txtarea textarea {
      border-radius: 15px; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .p5-form_input.-txtarea textarea {
      border-radius: 0 15px 15px 0; } }
    .p5-form_input.-agree label {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      grid-gap: 0 8px;
      gap: 0 8px;
      color: #004e83; }
      @media all and (min-width: 768px) {
        .p5-form_input.-agree label {
          grid-gap: 0 10px;
          gap: 0 10px; } }
  .p5-form_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0 24px;
    gap: 0 24px;
    padding: 0 8px;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p5-form_radio {
        grid-gap: 0 30px;
        gap: 0 30px;
        padding: 0 10px; } }
  .p5-form_check {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0 24px;
    gap: 0 24px;
    padding: 0 8px;
    box-sizing: border-box; }
    @media all and (min-width: 768px) {
      .p5-form_check {
        grid-gap: 0 30px;
        gap: 0 30px;
        padding: 0 10px; } }
    .p5-form_check.-agree {
      padding: 0; }
      .p5-form_check.-agree + .wpcf7-list-item-label {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-weight: 500;
        font-size: 1.19rem;
        line-height: 1; }
        @media all and (min-width: 480px) {
          .p5-form_check.-agree + .wpcf7-list-item-label {
            font-size: 1.275rem; } }
        @media all and (min-width: 768px) {
          .p5-form_check.-agree + .wpcf7-list-item-label {
            font-size: 1.36rem; } }
        @media all and (min-width: 1320px) {
          .p5-form_check.-agree + .wpcf7-list-item-label {
            font-size: 1.53rem; } }
        @media all and (min-width: 1720px) {
          .p5-form_check.-agree + .wpcf7-list-item-label {
            font-size: 1.7rem; } }
        @media all and (min-width: 768px) {
          .p5-form_check.-agree + .wpcf7-list-item-label {
            line-height: 1; } }
    .p5-form_check label {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
  .p5-form_link a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .p5-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 4px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 80% !important;
    line-height: 1;
    color: #ff4d00 !important; }
    @media all and (min-width: 768px) {
      .p5-form .wpcf7-not-valid-tip {
        line-height: 1; } }
    @media all and (min-width: 768px) {
      .p5-form .wpcf7-not-valid-tip {
        margin-top: 5px;
        padding: 10px; } }
  .p5-form .wpcf7-spinner {
    display: none !important; }

.wpcf7-response-output {
  display: none !important;
  /*
  padding: 1em 0 0;
  border-style: none !important;
  box-sizing: border-box;
  @include font-zkgonew("bd");
  @include resFontSize(1.6);
  @include lineHeight(1.6, 1.6);
  color: color-red01(1);
  text-align: center;
*/ }

.u-m0 {
  margin: 0px !important; }

.u-mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.u-mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

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

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

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

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

.u-p0 {
  padding: 0px !important; }

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

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

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

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

.u-m5 {
  margin: 5px !important; }

.u-mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.u-mlr5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-p5 {
  padding: 5px !important; }

.u-pt5 {
  padding-top: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-m10 {
  margin: 10px !important; }

.u-mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

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

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

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

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

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

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

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

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

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

.u-m15 {
  margin: 15px !important; }

.u-mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.u-mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

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

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

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

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

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

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

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

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

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

.u-m20 {
  margin: 20px !important; }

.u-mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.u-mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

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

.u-mb20 {
  margin-bottom: 20px !important; }

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

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

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

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

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

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

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

.u-m25 {
  margin: 25px !important; }

.u-mtb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

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

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

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

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

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

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

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

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

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

.u-m30 {
  margin: 30px !important; }

.u-mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

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

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

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

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

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

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

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

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

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

.u-m35 {
  margin: 35px !important; }

.u-mtb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.u-mlr35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-ml35 {
  margin-left: 35px !important; }

.u-mr35 {
  margin-right: 35px !important; }

.u-p35 {
  padding: 35px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pl35 {
  padding-left: 35px !important; }

.u-pr35 {
  padding-right: 35px !important; }

.u-m40 {
  margin: 40px !important; }

.u-mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.u-mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-p40 {
  padding: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-m45 {
  margin: 45px !important; }

.u-mtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.u-mlr45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-ml45 {
  margin-left: 45px !important; }

.u-mr45 {
  margin-right: 45px !important; }

.u-p45 {
  padding: 45px !important; }

.u-pt45 {
  padding-top: 45px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pl45 {
  padding-left: 45px !important; }

.u-pr45 {
  padding-right: 45px !important; }

.u-m50 {
  margin: 50px !important; }

.u-mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.u-mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-p50 {
  padding: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-m55 {
  margin: 55px !important; }

.u-mtb55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.u-mlr55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.u-mt55 {
  margin-top: 55px !important; }

.u-mb55 {
  margin-bottom: 55px !important; }

.u-ml55 {
  margin-left: 55px !important; }

.u-mr55 {
  margin-right: 55px !important; }

.u-p55 {
  padding: 55px !important; }

.u-pt55 {
  padding-top: 55px !important; }

.u-pb55 {
  padding-bottom: 55px !important; }

.u-pl55 {
  padding-left: 55px !important; }

.u-pr55 {
  padding-right: 55px !important; }

.u-m60 {
  margin: 60px !important; }

.u-mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.u-mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml60 {
  margin-left: 60px !important; }

.u-mr60 {
  margin-right: 60px !important; }

.u-p60 {
  padding: 60px !important; }

.u-pt60 {
  padding-top: 60px !important; }

.u-pb60 {
  padding-bottom: 60px !important; }

.u-pl60 {
  padding-left: 60px !important; }

.u-pr60 {
  padding-right: 60px !important; }

.u-m65 {
  margin: 65px !important; }

.u-mtb65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.u-mlr65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.u-mt65 {
  margin-top: 65px !important; }

.u-mb65 {
  margin-bottom: 65px !important; }

.u-ml65 {
  margin-left: 65px !important; }

.u-mr65 {
  margin-right: 65px !important; }

.u-p65 {
  padding: 65px !important; }

.u-pt65 {
  padding-top: 65px !important; }

.u-pb65 {
  padding-bottom: 65px !important; }

.u-pl65 {
  padding-left: 65px !important; }

.u-pr65 {
  padding-right: 65px !important; }

.u-m70 {
  margin: 70px !important; }

.u-mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.u-mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

.u-ml70 {
  margin-left: 70px !important; }

.u-mr70 {
  margin-right: 70px !important; }

.u-p70 {
  padding: 70px !important; }

.u-pt70 {
  padding-top: 70px !important; }

.u-pb70 {
  padding-bottom: 70px !important; }

.u-pl70 {
  padding-left: 70px !important; }

.u-pr70 {
  padding-right: 70px !important; }

.u-m75 {
  margin: 75px !important; }

.u-mtb75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.u-mlr75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.u-mt75 {
  margin-top: 75px !important; }

.u-mb75 {
  margin-bottom: 75px !important; }

.u-ml75 {
  margin-left: 75px !important; }

.u-mr75 {
  margin-right: 75px !important; }

.u-p75 {
  padding: 75px !important; }

.u-pt75 {
  padding-top: 75px !important; }

.u-pb75 {
  padding-bottom: 75px !important; }

.u-pl75 {
  padding-left: 75px !important; }

.u-pr75 {
  padding-right: 75px !important; }

.u-m80 {
  margin: 80px !important; }

.u-mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.u-mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mb80 {
  margin-bottom: 80px !important; }

.u-ml80 {
  margin-left: 80px !important; }

.u-mr80 {
  margin-right: 80px !important; }

.u-p80 {
  padding: 80px !important; }

.u-pt80 {
  padding-top: 80px !important; }

.u-pb80 {
  padding-bottom: 80px !important; }

.u-pl80 {
  padding-left: 80px !important; }

.u-pr80 {
  padding-right: 80px !important; }

.u-m85 {
  margin: 85px !important; }

.u-mtb85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.u-mlr85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.u-mt85 {
  margin-top: 85px !important; }

.u-mb85 {
  margin-bottom: 85px !important; }

.u-ml85 {
  margin-left: 85px !important; }

.u-mr85 {
  margin-right: 85px !important; }

.u-p85 {
  padding: 85px !important; }

.u-pt85 {
  padding-top: 85px !important; }

.u-pb85 {
  padding-bottom: 85px !important; }

.u-pl85 {
  padding-left: 85px !important; }

.u-pr85 {
  padding-right: 85px !important; }

.u-m90 {
  margin: 90px !important; }

.u-mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.u-mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mb90 {
  margin-bottom: 90px !important; }

.u-ml90 {
  margin-left: 90px !important; }

.u-mr90 {
  margin-right: 90px !important; }

.u-p90 {
  padding: 90px !important; }

.u-pt90 {
  padding-top: 90px !important; }

.u-pb90 {
  padding-bottom: 90px !important; }

.u-pl90 {
  padding-left: 90px !important; }

.u-pr90 {
  padding-right: 90px !important; }

.u-m-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-m-pcAuto-spLeft {
  margin-left: 0 !important;
  margin-right: auto !important; }
  @media all and (min-width: 768px) {
    .u-m-pcAuto-spLeft {
      margin-left: auto !important;
      margin-right: auto !important; } }

.u-m-pcAuto-spRight {
  margin-left: auto !important;
  margin-right: 0 !important; }
  @media all and (min-width: 768px) {
    .u-m-pcAuto-spRight {
      margin-left: auto !important;
      margin-right: auto !important; } }

.u-mt5_half {
  margin-top: 2.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt5_half {
      margin-top: 5px !important; } }

.u-mb5_half {
  margin-bottom: 2.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb5_half {
      margin-bottom: 5px !important; } }

.u-pt5_half {
  padding-top: 2.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt5_half {
      padding-top: 5px !important; } }

.u-pb5_half {
  padding-bottom: 2.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb5_half {
      padding-bottom: 5px !important; } }

.u-mt10_half {
  margin-top: 5px !important; }
  @media all and (min-width: 768px) {
    .u-mt10_half {
      margin-top: 10px !important; } }

.u-mb10_half {
  margin-bottom: 5px !important; }
  @media all and (min-width: 768px) {
    .u-mb10_half {
      margin-bottom: 10px !important; } }

.u-pt10_half {
  padding-top: 5px !important; }
  @media all and (min-width: 768px) {
    .u-pt10_half {
      padding-top: 10px !important; } }

.u-pb10_half {
  padding-bottom: 5px !important; }
  @media all and (min-width: 768px) {
    .u-pb10_half {
      padding-bottom: 10px !important; } }

.u-mt15_half {
  margin-top: 7.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt15_half {
      margin-top: 15px !important; } }

.u-mb15_half {
  margin-bottom: 7.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb15_half {
      margin-bottom: 15px !important; } }

.u-pt15_half {
  padding-top: 7.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt15_half {
      padding-top: 15px !important; } }

.u-pb15_half {
  padding-bottom: 7.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb15_half {
      padding-bottom: 15px !important; } }

.u-mt20_half {
  margin-top: 10px !important; }
  @media all and (min-width: 768px) {
    .u-mt20_half {
      margin-top: 20px !important; } }

.u-mb20_half {
  margin-bottom: 10px !important; }
  @media all and (min-width: 768px) {
    .u-mb20_half {
      margin-bottom: 20px !important; } }

.u-pt20_half {
  padding-top: 10px !important; }
  @media all and (min-width: 768px) {
    .u-pt20_half {
      padding-top: 20px !important; } }

.u-pb20_half {
  padding-bottom: 10px !important; }
  @media all and (min-width: 768px) {
    .u-pb20_half {
      padding-bottom: 20px !important; } }

.u-mt25_half {
  margin-top: 12.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt25_half {
      margin-top: 25px !important; } }

.u-mb25_half {
  margin-bottom: 12.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb25_half {
      margin-bottom: 25px !important; } }

.u-pt25_half {
  padding-top: 12.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt25_half {
      padding-top: 25px !important; } }

.u-pb25_half {
  padding-bottom: 12.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb25_half {
      padding-bottom: 25px !important; } }

.u-mt30_half {
  margin-top: 15px !important; }
  @media all and (min-width: 768px) {
    .u-mt30_half {
      margin-top: 30px !important; } }

.u-mb30_half {
  margin-bottom: 15px !important; }
  @media all and (min-width: 768px) {
    .u-mb30_half {
      margin-bottom: 30px !important; } }

.u-pt30_half {
  padding-top: 15px !important; }
  @media all and (min-width: 768px) {
    .u-pt30_half {
      padding-top: 30px !important; } }

.u-pb30_half {
  padding-bottom: 15px !important; }
  @media all and (min-width: 768px) {
    .u-pb30_half {
      padding-bottom: 30px !important; } }

.u-mt35_half {
  margin-top: 17.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt35_half {
      margin-top: 35px !important; } }

.u-mb35_half {
  margin-bottom: 17.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb35_half {
      margin-bottom: 35px !important; } }

.u-pt35_half {
  padding-top: 17.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt35_half {
      padding-top: 35px !important; } }

.u-pb35_half {
  padding-bottom: 17.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb35_half {
      padding-bottom: 35px !important; } }

.u-mt40_half {
  margin-top: 20px !important; }
  @media all and (min-width: 768px) {
    .u-mt40_half {
      margin-top: 40px !important; } }

.u-mb40_half {
  margin-bottom: 20px !important; }
  @media all and (min-width: 768px) {
    .u-mb40_half {
      margin-bottom: 40px !important; } }

.u-pt40_half {
  padding-top: 20px !important; }
  @media all and (min-width: 768px) {
    .u-pt40_half {
      padding-top: 40px !important; } }

.u-pb40_half {
  padding-bottom: 20px !important; }
  @media all and (min-width: 768px) {
    .u-pb40_half {
      padding-bottom: 40px !important; } }

.u-mt45_half {
  margin-top: 22.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt45_half {
      margin-top: 45px !important; } }

.u-mb45_half {
  margin-bottom: 22.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb45_half {
      margin-bottom: 45px !important; } }

.u-pt45_half {
  padding-top: 22.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt45_half {
      padding-top: 45px !important; } }

.u-pb45_half {
  padding-bottom: 22.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb45_half {
      padding-bottom: 45px !important; } }

.u-mt50_half {
  margin-top: 25px !important; }
  @media all and (min-width: 768px) {
    .u-mt50_half {
      margin-top: 50px !important; } }

.u-mb50_half {
  margin-bottom: 25px !important; }
  @media all and (min-width: 768px) {
    .u-mb50_half {
      margin-bottom: 50px !important; } }

.u-pt50_half {
  padding-top: 25px !important; }
  @media all and (min-width: 768px) {
    .u-pt50_half {
      padding-top: 50px !important; } }

.u-pb50_half {
  padding-bottom: 25px !important; }
  @media all and (min-width: 768px) {
    .u-pb50_half {
      padding-bottom: 50px !important; } }

.u-mt55_half {
  margin-top: 27.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt55_half {
      margin-top: 55px !important; } }

.u-mb55_half {
  margin-bottom: 27.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb55_half {
      margin-bottom: 55px !important; } }

.u-pt55_half {
  padding-top: 27.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt55_half {
      padding-top: 55px !important; } }

.u-pb55_half {
  padding-bottom: 27.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb55_half {
      padding-bottom: 55px !important; } }

.u-mt60_half {
  margin-top: 30px !important; }
  @media all and (min-width: 768px) {
    .u-mt60_half {
      margin-top: 60px !important; } }

.u-mb60_half {
  margin-bottom: 30px !important; }
  @media all and (min-width: 768px) {
    .u-mb60_half {
      margin-bottom: 60px !important; } }

.u-pt60_half {
  padding-top: 30px !important; }
  @media all and (min-width: 768px) {
    .u-pt60_half {
      padding-top: 60px !important; } }

.u-pb60_half {
  padding-bottom: 30px !important; }
  @media all and (min-width: 768px) {
    .u-pb60_half {
      padding-bottom: 60px !important; } }

.u-mt65_half {
  margin-top: 32.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt65_half {
      margin-top: 65px !important; } }

.u-mb65_half {
  margin-bottom: 32.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb65_half {
      margin-bottom: 65px !important; } }

.u-pt65_half {
  padding-top: 32.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt65_half {
      padding-top: 65px !important; } }

.u-pb65_half {
  padding-bottom: 32.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb65_half {
      padding-bottom: 65px !important; } }

.u-mt70_half {
  margin-top: 35px !important; }
  @media all and (min-width: 768px) {
    .u-mt70_half {
      margin-top: 70px !important; } }

.u-mb70_half {
  margin-bottom: 35px !important; }
  @media all and (min-width: 768px) {
    .u-mb70_half {
      margin-bottom: 70px !important; } }

.u-pt70_half {
  padding-top: 35px !important; }
  @media all and (min-width: 768px) {
    .u-pt70_half {
      padding-top: 70px !important; } }

.u-pb70_half {
  padding-bottom: 35px !important; }
  @media all and (min-width: 768px) {
    .u-pb70_half {
      padding-bottom: 70px !important; } }

.u-mt75_half {
  margin-top: 37.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt75_half {
      margin-top: 75px !important; } }

.u-mb75_half {
  margin-bottom: 37.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb75_half {
      margin-bottom: 75px !important; } }

.u-pt75_half {
  padding-top: 37.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt75_half {
      padding-top: 75px !important; } }

.u-pb75_half {
  padding-bottom: 37.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb75_half {
      padding-bottom: 75px !important; } }

.u-mt80_half {
  margin-top: 40px !important; }
  @media all and (min-width: 768px) {
    .u-mt80_half {
      margin-top: 80px !important; } }

.u-mb80_half {
  margin-bottom: 40px !important; }
  @media all and (min-width: 768px) {
    .u-mb80_half {
      margin-bottom: 80px !important; } }

.u-pt80_half {
  padding-top: 40px !important; }
  @media all and (min-width: 768px) {
    .u-pt80_half {
      padding-top: 80px !important; } }

.u-pb80_half {
  padding-bottom: 40px !important; }
  @media all and (min-width: 768px) {
    .u-pb80_half {
      padding-bottom: 80px !important; } }

.u-mt85_half {
  margin-top: 42.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt85_half {
      margin-top: 85px !important; } }

.u-mb85_half {
  margin-bottom: 42.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb85_half {
      margin-bottom: 85px !important; } }

.u-pt85_half {
  padding-top: 42.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt85_half {
      padding-top: 85px !important; } }

.u-pb85_half {
  padding-bottom: 42.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb85_half {
      padding-bottom: 85px !important; } }

.u-mt90_half {
  margin-top: 45px !important; }
  @media all and (min-width: 768px) {
    .u-mt90_half {
      margin-top: 90px !important; } }

.u-mb90_half {
  margin-bottom: 45px !important; }
  @media all and (min-width: 768px) {
    .u-mb90_half {
      margin-bottom: 90px !important; } }

.u-pt90_half {
  padding-top: 45px !important; }
  @media all and (min-width: 768px) {
    .u-pt90_half {
      padding-top: 90px !important; } }

.u-pb90_half {
  padding-bottom: 45px !important; }
  @media all and (min-width: 768px) {
    .u-pb90_half {
      padding-bottom: 90px !important; } }

.u-mt95_half {
  margin-top: 47.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt95_half {
      margin-top: 95px !important; } }

.u-mb95_half {
  margin-bottom: 47.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb95_half {
      margin-bottom: 95px !important; } }

.u-pt95_half {
  padding-top: 47.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt95_half {
      padding-top: 95px !important; } }

.u-pb95_half {
  padding-bottom: 47.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb95_half {
      padding-bottom: 95px !important; } }

.u-mt100_half {
  margin-top: 50px !important; }
  @media all and (min-width: 768px) {
    .u-mt100_half {
      margin-top: 100px !important; } }

.u-mb100_half {
  margin-bottom: 50px !important; }
  @media all and (min-width: 768px) {
    .u-mb100_half {
      margin-bottom: 100px !important; } }

.u-pt100_half {
  padding-top: 50px !important; }
  @media all and (min-width: 768px) {
    .u-pt100_half {
      padding-top: 100px !important; } }

.u-pb100_half {
  padding-bottom: 50px !important; }
  @media all and (min-width: 768px) {
    .u-pb100_half {
      padding-bottom: 100px !important; } }

.u-mt105_half {
  margin-top: 52.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt105_half {
      margin-top: 105px !important; } }

.u-mb105_half {
  margin-bottom: 52.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb105_half {
      margin-bottom: 105px !important; } }

.u-pt105_half {
  padding-top: 52.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt105_half {
      padding-top: 105px !important; } }

.u-pb105_half {
  padding-bottom: 52.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb105_half {
      padding-bottom: 105px !important; } }

.u-mt110_half {
  margin-top: 55px !important; }
  @media all and (min-width: 768px) {
    .u-mt110_half {
      margin-top: 110px !important; } }

.u-mb110_half {
  margin-bottom: 55px !important; }
  @media all and (min-width: 768px) {
    .u-mb110_half {
      margin-bottom: 110px !important; } }

.u-pt110_half {
  padding-top: 55px !important; }
  @media all and (min-width: 768px) {
    .u-pt110_half {
      padding-top: 110px !important; } }

.u-pb110_half {
  padding-bottom: 55px !important; }
  @media all and (min-width: 768px) {
    .u-pb110_half {
      padding-bottom: 110px !important; } }

.u-mt115_half {
  margin-top: 57.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt115_half {
      margin-top: 115px !important; } }

.u-mb115_half {
  margin-bottom: 57.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb115_half {
      margin-bottom: 115px !important; } }

.u-pt115_half {
  padding-top: 57.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt115_half {
      padding-top: 115px !important; } }

.u-pb115_half {
  padding-bottom: 57.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb115_half {
      padding-bottom: 115px !important; } }

.u-mt120_half {
  margin-top: 60px !important; }
  @media all and (min-width: 768px) {
    .u-mt120_half {
      margin-top: 120px !important; } }

.u-mb120_half {
  margin-bottom: 60px !important; }
  @media all and (min-width: 768px) {
    .u-mb120_half {
      margin-bottom: 120px !important; } }

.u-pt120_half {
  padding-top: 60px !important; }
  @media all and (min-width: 768px) {
    .u-pt120_half {
      padding-top: 120px !important; } }

.u-pb120_half {
  padding-bottom: 60px !important; }
  @media all and (min-width: 768px) {
    .u-pb120_half {
      padding-bottom: 120px !important; } }

.u-mt125_half {
  margin-top: 62.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt125_half {
      margin-top: 125px !important; } }

.u-mb125_half {
  margin-bottom: 62.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb125_half {
      margin-bottom: 125px !important; } }

.u-pt125_half {
  padding-top: 62.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt125_half {
      padding-top: 125px !important; } }

.u-pb125_half {
  padding-bottom: 62.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb125_half {
      padding-bottom: 125px !important; } }

.u-mt130_half {
  margin-top: 65px !important; }
  @media all and (min-width: 768px) {
    .u-mt130_half {
      margin-top: 130px !important; } }

.u-mb130_half {
  margin-bottom: 65px !important; }
  @media all and (min-width: 768px) {
    .u-mb130_half {
      margin-bottom: 130px !important; } }

.u-pt130_half {
  padding-top: 65px !important; }
  @media all and (min-width: 768px) {
    .u-pt130_half {
      padding-top: 130px !important; } }

.u-pb130_half {
  padding-bottom: 65px !important; }
  @media all and (min-width: 768px) {
    .u-pb130_half {
      padding-bottom: 130px !important; } }

.u-mt135_half {
  margin-top: 67.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt135_half {
      margin-top: 135px !important; } }

.u-mb135_half {
  margin-bottom: 67.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb135_half {
      margin-bottom: 135px !important; } }

.u-pt135_half {
  padding-top: 67.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt135_half {
      padding-top: 135px !important; } }

.u-pb135_half {
  padding-bottom: 67.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb135_half {
      padding-bottom: 135px !important; } }

.u-mt140_half {
  margin-top: 70px !important; }
  @media all and (min-width: 768px) {
    .u-mt140_half {
      margin-top: 140px !important; } }

.u-mb140_half {
  margin-bottom: 70px !important; }
  @media all and (min-width: 768px) {
    .u-mb140_half {
      margin-bottom: 140px !important; } }

.u-pt140_half {
  padding-top: 70px !important; }
  @media all and (min-width: 768px) {
    .u-pt140_half {
      padding-top: 140px !important; } }

.u-pb140_half {
  padding-bottom: 70px !important; }
  @media all and (min-width: 768px) {
    .u-pb140_half {
      padding-bottom: 140px !important; } }

.u-mt145_half {
  margin-top: 72.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt145_half {
      margin-top: 145px !important; } }

.u-mb145_half {
  margin-bottom: 72.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb145_half {
      margin-bottom: 145px !important; } }

.u-pt145_half {
  padding-top: 72.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt145_half {
      padding-top: 145px !important; } }

.u-pb145_half {
  padding-bottom: 72.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb145_half {
      padding-bottom: 145px !important; } }

.u-mt150_half {
  margin-top: 75px !important; }
  @media all and (min-width: 768px) {
    .u-mt150_half {
      margin-top: 150px !important; } }

.u-mb150_half {
  margin-bottom: 75px !important; }
  @media all and (min-width: 768px) {
    .u-mb150_half {
      margin-bottom: 150px !important; } }

.u-pt150_half {
  padding-top: 75px !important; }
  @media all and (min-width: 768px) {
    .u-pt150_half {
      padding-top: 150px !important; } }

.u-pb150_half {
  padding-bottom: 75px !important; }
  @media all and (min-width: 768px) {
    .u-pb150_half {
      padding-bottom: 150px !important; } }

.u-mt155_half {
  margin-top: 77.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt155_half {
      margin-top: 155px !important; } }

.u-mb155_half {
  margin-bottom: 77.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb155_half {
      margin-bottom: 155px !important; } }

.u-pt155_half {
  padding-top: 77.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt155_half {
      padding-top: 155px !important; } }

.u-pb155_half {
  padding-bottom: 77.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb155_half {
      padding-bottom: 155px !important; } }

.u-mt160_half {
  margin-top: 80px !important; }
  @media all and (min-width: 768px) {
    .u-mt160_half {
      margin-top: 160px !important; } }

.u-mb160_half {
  margin-bottom: 80px !important; }
  @media all and (min-width: 768px) {
    .u-mb160_half {
      margin-bottom: 160px !important; } }

.u-pt160_half {
  padding-top: 80px !important; }
  @media all and (min-width: 768px) {
    .u-pt160_half {
      padding-top: 160px !important; } }

.u-pb160_half {
  padding-bottom: 80px !important; }
  @media all and (min-width: 768px) {
    .u-pb160_half {
      padding-bottom: 160px !important; } }

.u-mt165_half {
  margin-top: 82.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt165_half {
      margin-top: 165px !important; } }

.u-mb165_half {
  margin-bottom: 82.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb165_half {
      margin-bottom: 165px !important; } }

.u-pt165_half {
  padding-top: 82.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt165_half {
      padding-top: 165px !important; } }

.u-pb165_half {
  padding-bottom: 82.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb165_half {
      padding-bottom: 165px !important; } }

.u-mt170_half {
  margin-top: 85px !important; }
  @media all and (min-width: 768px) {
    .u-mt170_half {
      margin-top: 170px !important; } }

.u-mb170_half {
  margin-bottom: 85px !important; }
  @media all and (min-width: 768px) {
    .u-mb170_half {
      margin-bottom: 170px !important; } }

.u-pt170_half {
  padding-top: 85px !important; }
  @media all and (min-width: 768px) {
    .u-pt170_half {
      padding-top: 170px !important; } }

.u-pb170_half {
  padding-bottom: 85px !important; }
  @media all and (min-width: 768px) {
    .u-pb170_half {
      padding-bottom: 170px !important; } }

.u-mt175_half {
  margin-top: 87.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt175_half {
      margin-top: 175px !important; } }

.u-mb175_half {
  margin-bottom: 87.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb175_half {
      margin-bottom: 175px !important; } }

.u-pt175_half {
  padding-top: 87.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt175_half {
      padding-top: 175px !important; } }

.u-pb175_half {
  padding-bottom: 87.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb175_half {
      padding-bottom: 175px !important; } }

.u-mt180_half {
  margin-top: 90px !important; }
  @media all and (min-width: 768px) {
    .u-mt180_half {
      margin-top: 180px !important; } }

.u-mb180_half {
  margin-bottom: 90px !important; }
  @media all and (min-width: 768px) {
    .u-mb180_half {
      margin-bottom: 180px !important; } }

.u-pt180_half {
  padding-top: 90px !important; }
  @media all and (min-width: 768px) {
    .u-pt180_half {
      padding-top: 180px !important; } }

.u-pb180_half {
  padding-bottom: 90px !important; }
  @media all and (min-width: 768px) {
    .u-pb180_half {
      padding-bottom: 180px !important; } }

.u-mt185_half {
  margin-top: 92.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt185_half {
      margin-top: 185px !important; } }

.u-mb185_half {
  margin-bottom: 92.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb185_half {
      margin-bottom: 185px !important; } }

.u-pt185_half {
  padding-top: 92.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt185_half {
      padding-top: 185px !important; } }

.u-pb185_half {
  padding-bottom: 92.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb185_half {
      padding-bottom: 185px !important; } }

.u-mt190_half {
  margin-top: 95px !important; }
  @media all and (min-width: 768px) {
    .u-mt190_half {
      margin-top: 190px !important; } }

.u-mb190_half {
  margin-bottom: 95px !important; }
  @media all and (min-width: 768px) {
    .u-mb190_half {
      margin-bottom: 190px !important; } }

.u-pt190_half {
  padding-top: 95px !important; }
  @media all and (min-width: 768px) {
    .u-pt190_half {
      padding-top: 190px !important; } }

.u-pb190_half {
  padding-bottom: 95px !important; }
  @media all and (min-width: 768px) {
    .u-pb190_half {
      padding-bottom: 190px !important; } }

.u-mt195_half {
  margin-top: 97.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt195_half {
      margin-top: 195px !important; } }

.u-mb195_half {
  margin-bottom: 97.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb195_half {
      margin-bottom: 195px !important; } }

.u-pt195_half {
  padding-top: 97.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt195_half {
      padding-top: 195px !important; } }

.u-pb195_half {
  padding-bottom: 97.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb195_half {
      padding-bottom: 195px !important; } }

.u-mt200_half {
  margin-top: 100px !important; }
  @media all and (min-width: 768px) {
    .u-mt200_half {
      margin-top: 200px !important; } }

.u-mb200_half {
  margin-bottom: 100px !important; }
  @media all and (min-width: 768px) {
    .u-mb200_half {
      margin-bottom: 200px !important; } }

.u-pt200_half {
  padding-top: 100px !important; }
  @media all and (min-width: 768px) {
    .u-pt200_half {
      padding-top: 200px !important; } }

.u-pb200_half {
  padding-bottom: 100px !important; }
  @media all and (min-width: 768px) {
    .u-pb200_half {
      padding-bottom: 200px !important; } }

.u-mt205_half {
  margin-top: 102.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt205_half {
      margin-top: 205px !important; } }

.u-mb205_half {
  margin-bottom: 102.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb205_half {
      margin-bottom: 205px !important; } }

.u-pt205_half {
  padding-top: 102.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt205_half {
      padding-top: 205px !important; } }

.u-pb205_half {
  padding-bottom: 102.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb205_half {
      padding-bottom: 205px !important; } }

.u-mt210_half {
  margin-top: 105px !important; }
  @media all and (min-width: 768px) {
    .u-mt210_half {
      margin-top: 210px !important; } }

.u-mb210_half {
  margin-bottom: 105px !important; }
  @media all and (min-width: 768px) {
    .u-mb210_half {
      margin-bottom: 210px !important; } }

.u-pt210_half {
  padding-top: 105px !important; }
  @media all and (min-width: 768px) {
    .u-pt210_half {
      padding-top: 210px !important; } }

.u-pb210_half {
  padding-bottom: 105px !important; }
  @media all and (min-width: 768px) {
    .u-pb210_half {
      padding-bottom: 210px !important; } }

.u-mt215_half {
  margin-top: 107.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt215_half {
      margin-top: 215px !important; } }

.u-mb215_half {
  margin-bottom: 107.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb215_half {
      margin-bottom: 215px !important; } }

.u-pt215_half {
  padding-top: 107.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt215_half {
      padding-top: 215px !important; } }

.u-pb215_half {
  padding-bottom: 107.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb215_half {
      padding-bottom: 215px !important; } }

.u-mt220_half {
  margin-top: 110px !important; }
  @media all and (min-width: 768px) {
    .u-mt220_half {
      margin-top: 220px !important; } }

.u-mb220_half {
  margin-bottom: 110px !important; }
  @media all and (min-width: 768px) {
    .u-mb220_half {
      margin-bottom: 220px !important; } }

.u-pt220_half {
  padding-top: 110px !important; }
  @media all and (min-width: 768px) {
    .u-pt220_half {
      padding-top: 220px !important; } }

.u-pb220_half {
  padding-bottom: 110px !important; }
  @media all and (min-width: 768px) {
    .u-pb220_half {
      padding-bottom: 220px !important; } }

.u-mt225_half {
  margin-top: 112.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt225_half {
      margin-top: 225px !important; } }

.u-mb225_half {
  margin-bottom: 112.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb225_half {
      margin-bottom: 225px !important; } }

.u-pt225_half {
  padding-top: 112.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt225_half {
      padding-top: 225px !important; } }

.u-pb225_half {
  padding-bottom: 112.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb225_half {
      padding-bottom: 225px !important; } }

.u-mt230_half {
  margin-top: 115px !important; }
  @media all and (min-width: 768px) {
    .u-mt230_half {
      margin-top: 230px !important; } }

.u-mb230_half {
  margin-bottom: 115px !important; }
  @media all and (min-width: 768px) {
    .u-mb230_half {
      margin-bottom: 230px !important; } }

.u-pt230_half {
  padding-top: 115px !important; }
  @media all and (min-width: 768px) {
    .u-pt230_half {
      padding-top: 230px !important; } }

.u-pb230_half {
  padding-bottom: 115px !important; }
  @media all and (min-width: 768px) {
    .u-pb230_half {
      padding-bottom: 230px !important; } }

.u-mt235_half {
  margin-top: 117.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt235_half {
      margin-top: 235px !important; } }

.u-mb235_half {
  margin-bottom: 117.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb235_half {
      margin-bottom: 235px !important; } }

.u-pt235_half {
  padding-top: 117.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt235_half {
      padding-top: 235px !important; } }

.u-pb235_half {
  padding-bottom: 117.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb235_half {
      padding-bottom: 235px !important; } }

.u-mt240_half {
  margin-top: 120px !important; }
  @media all and (min-width: 768px) {
    .u-mt240_half {
      margin-top: 240px !important; } }

.u-mb240_half {
  margin-bottom: 120px !important; }
  @media all and (min-width: 768px) {
    .u-mb240_half {
      margin-bottom: 240px !important; } }

.u-pt240_half {
  padding-top: 120px !important; }
  @media all and (min-width: 768px) {
    .u-pt240_half {
      padding-top: 240px !important; } }

.u-pb240_half {
  padding-bottom: 120px !important; }
  @media all and (min-width: 768px) {
    .u-pb240_half {
      padding-bottom: 240px !important; } }

.u-mt245_half {
  margin-top: 122.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt245_half {
      margin-top: 245px !important; } }

.u-mb245_half {
  margin-bottom: 122.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb245_half {
      margin-bottom: 245px !important; } }

.u-pt245_half {
  padding-top: 122.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt245_half {
      padding-top: 245px !important; } }

.u-pb245_half {
  padding-bottom: 122.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb245_half {
      padding-bottom: 245px !important; } }

.u-mt250_half {
  margin-top: 125px !important; }
  @media all and (min-width: 768px) {
    .u-mt250_half {
      margin-top: 250px !important; } }

.u-mb250_half {
  margin-bottom: 125px !important; }
  @media all and (min-width: 768px) {
    .u-mb250_half {
      margin-bottom: 250px !important; } }

.u-pt250_half {
  padding-top: 125px !important; }
  @media all and (min-width: 768px) {
    .u-pt250_half {
      padding-top: 250px !important; } }

.u-pb250_half {
  padding-bottom: 125px !important; }
  @media all and (min-width: 768px) {
    .u-pb250_half {
      padding-bottom: 250px !important; } }

.u-mt255_half {
  margin-top: 127.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt255_half {
      margin-top: 255px !important; } }

.u-mb255_half {
  margin-bottom: 127.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb255_half {
      margin-bottom: 255px !important; } }

.u-pt255_half {
  padding-top: 127.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt255_half {
      padding-top: 255px !important; } }

.u-pb255_half {
  padding-bottom: 127.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb255_half {
      padding-bottom: 255px !important; } }

.u-mt260_half {
  margin-top: 130px !important; }
  @media all and (min-width: 768px) {
    .u-mt260_half {
      margin-top: 260px !important; } }

.u-mb260_half {
  margin-bottom: 130px !important; }
  @media all and (min-width: 768px) {
    .u-mb260_half {
      margin-bottom: 260px !important; } }

.u-pt260_half {
  padding-top: 130px !important; }
  @media all and (min-width: 768px) {
    .u-pt260_half {
      padding-top: 260px !important; } }

.u-pb260_half {
  padding-bottom: 130px !important; }
  @media all and (min-width: 768px) {
    .u-pb260_half {
      padding-bottom: 260px !important; } }

.u-mt265_half {
  margin-top: 132.5px !important; }
  @media all and (min-width: 768px) {
    .u-mt265_half {
      margin-top: 265px !important; } }

.u-mb265_half {
  margin-bottom: 132.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb265_half {
      margin-bottom: 265px !important; } }

.u-pt265_half {
  padding-top: 132.5px !important; }
  @media all and (min-width: 768px) {
    .u-pt265_half {
      padding-top: 265px !important; } }

.u-pb265_half {
  padding-bottom: 132.5px !important; }
  @media all and (min-width: 768px) {
    .u-pb265_half {
      padding-bottom: 265px !important; } }

.u-mt270_half {
  margin-top: 135px !important; }
  @media all and (min-width: 768px) {
    .u-mt270_half {
      margin-top: 270px !important; } }

.u-mb270_half {
  margin-bottom: 135px !important; }
  @media all and (min-width: 768px) {
    .u-mb270_half {
      margin-bottom: 270px !important; } }

.u-pt270_half {
  padding-top: 135px !important; }
  @media all and (min-width: 768px) {
    .u-pt270_half {
      padding-top: 270px !important; } }

.u-pb270_half {
  padding-bottom: 135px !important; }
  @media all and (min-width: 768px) {
    .u-pb270_half {
      padding-bottom: 270px !important; } }

.u-mb5_23rd {
  margin-bottom: 3.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb5_23rd {
      margin-bottom: 5px !important; } }

.u-mb10_23rd {
  margin-bottom: 6.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb10_23rd {
      margin-bottom: 10px !important; } }

.u-mb15_23rd {
  margin-bottom: 10px !important; }
  @media all and (min-width: 768px) {
    .u-mb15_23rd {
      margin-bottom: 15px !important; } }

.u-mb20_23rd {
  margin-bottom: 13.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb20_23rd {
      margin-bottom: 20px !important; } }

.u-mb25_23rd {
  margin-bottom: 16.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb25_23rd {
      margin-bottom: 25px !important; } }

.u-mb30_23rd {
  margin-bottom: 20px !important; }
  @media all and (min-width: 768px) {
    .u-mb30_23rd {
      margin-bottom: 30px !important; } }

.u-mb35_23rd {
  margin-bottom: 23.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb35_23rd {
      margin-bottom: 35px !important; } }

.u-mb40_23rd {
  margin-bottom: 26.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb40_23rd {
      margin-bottom: 40px !important; } }

.u-mb45_23rd {
  margin-bottom: 30px !important; }
  @media all and (min-width: 768px) {
    .u-mb45_23rd {
      margin-bottom: 45px !important; } }

.u-mb50_23rd {
  margin-bottom: 33.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb50_23rd {
      margin-bottom: 50px !important; } }

.u-mb55_23rd {
  margin-bottom: 36.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb55_23rd {
      margin-bottom: 55px !important; } }

.u-mb60_23rd {
  margin-bottom: 40px !important; }
  @media all and (min-width: 768px) {
    .u-mb60_23rd {
      margin-bottom: 60px !important; } }

.u-mb65_23rd {
  margin-bottom: 43.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb65_23rd {
      margin-bottom: 65px !important; } }

.u-mb70_23rd {
  margin-bottom: 46.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb70_23rd {
      margin-bottom: 70px !important; } }

.u-mb75_23rd {
  margin-bottom: 50px !important; }
  @media all and (min-width: 768px) {
    .u-mb75_23rd {
      margin-bottom: 75px !important; } }

.u-mb80_23rd {
  margin-bottom: 53.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb80_23rd {
      margin-bottom: 80px !important; } }

.u-mb85_23rd {
  margin-bottom: 56.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb85_23rd {
      margin-bottom: 85px !important; } }

.u-mb90_23rd {
  margin-bottom: 60px !important; }
  @media all and (min-width: 768px) {
    .u-mb90_23rd {
      margin-bottom: 90px !important; } }

.u-mb95_23rd {
  margin-bottom: 63.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb95_23rd {
      margin-bottom: 95px !important; } }

.u-mb100_23rd {
  margin-bottom: 66.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb100_23rd {
      margin-bottom: 100px !important; } }

.u-mb105_23rd {
  margin-bottom: 70px !important; }
  @media all and (min-width: 768px) {
    .u-mb105_23rd {
      margin-bottom: 105px !important; } }

.u-mb110_23rd {
  margin-bottom: 73.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb110_23rd {
      margin-bottom: 110px !important; } }

.u-mb115_23rd {
  margin-bottom: 76.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb115_23rd {
      margin-bottom: 115px !important; } }

.u-mb120_23rd {
  margin-bottom: 80px !important; }
  @media all and (min-width: 768px) {
    .u-mb120_23rd {
      margin-bottom: 120px !important; } }

.u-mb125_23rd {
  margin-bottom: 83.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb125_23rd {
      margin-bottom: 125px !important; } }

.u-mb130_23rd {
  margin-bottom: 86.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb130_23rd {
      margin-bottom: 130px !important; } }

.u-mb135_23rd {
  margin-bottom: 90px !important; }
  @media all and (min-width: 768px) {
    .u-mb135_23rd {
      margin-bottom: 135px !important; } }

.u-mb140_23rd {
  margin-bottom: 93.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb140_23rd {
      margin-bottom: 140px !important; } }

.u-mb145_23rd {
  margin-bottom: 96.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb145_23rd {
      margin-bottom: 145px !important; } }

.u-mb150_23rd {
  margin-bottom: 100px !important; }
  @media all and (min-width: 768px) {
    .u-mb150_23rd {
      margin-bottom: 150px !important; } }

.u-mb155_23rd {
  margin-bottom: 103.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb155_23rd {
      margin-bottom: 155px !important; } }

.u-mb160_23rd {
  margin-bottom: 106.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb160_23rd {
      margin-bottom: 160px !important; } }

.u-mb165_23rd {
  margin-bottom: 110px !important; }
  @media all and (min-width: 768px) {
    .u-mb165_23rd {
      margin-bottom: 165px !important; } }

.u-mb170_23rd {
  margin-bottom: 113.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb170_23rd {
      margin-bottom: 170px !important; } }

.u-mb175_23rd {
  margin-bottom: 116.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb175_23rd {
      margin-bottom: 175px !important; } }

.u-mb180_23rd {
  margin-bottom: 120px !important; }
  @media all and (min-width: 768px) {
    .u-mb180_23rd {
      margin-bottom: 180px !important; } }

.u-mb185_23rd {
  margin-bottom: 123.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb185_23rd {
      margin-bottom: 185px !important; } }

.u-mb190_23rd {
  margin-bottom: 126.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb190_23rd {
      margin-bottom: 190px !important; } }

.u-mb195_23rd {
  margin-bottom: 130px !important; }
  @media all and (min-width: 768px) {
    .u-mb195_23rd {
      margin-bottom: 195px !important; } }

.u-mb200_23rd {
  margin-bottom: 133.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb200_23rd {
      margin-bottom: 200px !important; } }

.u-mb205_23rd {
  margin-bottom: 136.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb205_23rd {
      margin-bottom: 205px !important; } }

.u-mb210_23rd {
  margin-bottom: 140px !important; }
  @media all and (min-width: 768px) {
    .u-mb210_23rd {
      margin-bottom: 210px !important; } }

.u-mb215_23rd {
  margin-bottom: 143.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb215_23rd {
      margin-bottom: 215px !important; } }

.u-mb220_23rd {
  margin-bottom: 146.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb220_23rd {
      margin-bottom: 220px !important; } }

.u-mb225_23rd {
  margin-bottom: 150px !important; }
  @media all and (min-width: 768px) {
    .u-mb225_23rd {
      margin-bottom: 225px !important; } }

.u-mb230_23rd {
  margin-bottom: 153.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb230_23rd {
      margin-bottom: 230px !important; } }

.u-mb235_23rd {
  margin-bottom: 156.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb235_23rd {
      margin-bottom: 235px !important; } }

.u-mb240_23rd {
  margin-bottom: 160px !important; }
  @media all and (min-width: 768px) {
    .u-mb240_23rd {
      margin-bottom: 240px !important; } }

.u-mb245_23rd {
  margin-bottom: 163.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb245_23rd {
      margin-bottom: 245px !important; } }

.u-mb250_23rd {
  margin-bottom: 166.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb250_23rd {
      margin-bottom: 250px !important; } }

.u-mb255_23rd {
  margin-bottom: 170px !important; }
  @media all and (min-width: 768px) {
    .u-mb255_23rd {
      margin-bottom: 255px !important; } }

.u-mb260_23rd {
  margin-bottom: 173.33333px !important; }
  @media all and (min-width: 768px) {
    .u-mb260_23rd {
      margin-bottom: 260px !important; } }

.u-mb265_23rd {
  margin-bottom: 176.66667px !important; }
  @media all and (min-width: 768px) {
    .u-mb265_23rd {
      margin-bottom: 265px !important; } }

.u-mb270_23rd {
  margin-bottom: 180px !important; }
  @media all and (min-width: 768px) {
    .u-mb270_23rd {
      margin-bottom: 270px !important; } }

.u-mb5_level {
  margin-bottom: 1.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb5_level {
      margin-bottom: 2.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb5_level {
      margin-bottom: 5px !important; } }

.u-mb10_level {
  margin-bottom: 3.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb10_level {
      margin-bottom: 5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb10_level {
      margin-bottom: 10px !important; } }

.u-mb15_level {
  margin-bottom: 5px !important; }
  @media all and (min-width: 660px) {
    .u-mb15_level {
      margin-bottom: 7.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb15_level {
      margin-bottom: 15px !important; } }

.u-mb20_level {
  margin-bottom: 6.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb20_level {
      margin-bottom: 10px !important; } }
  @media all and (min-width: 768px) {
    .u-mb20_level {
      margin-bottom: 20px !important; } }

.u-mb25_level {
  margin-bottom: 8.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb25_level {
      margin-bottom: 12.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb25_level {
      margin-bottom: 25px !important; } }

.u-mb30_level {
  margin-bottom: 10px !important; }
  @media all and (min-width: 660px) {
    .u-mb30_level {
      margin-bottom: 15px !important; } }
  @media all and (min-width: 768px) {
    .u-mb30_level {
      margin-bottom: 30px !important; } }

.u-mb35_level {
  margin-bottom: 11.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb35_level {
      margin-bottom: 17.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb35_level {
      margin-bottom: 35px !important; } }

.u-mb40_level {
  margin-bottom: 13.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb40_level {
      margin-bottom: 20px !important; } }
  @media all and (min-width: 768px) {
    .u-mb40_level {
      margin-bottom: 40px !important; } }

.u-mb45_level {
  margin-bottom: 15px !important; }
  @media all and (min-width: 660px) {
    .u-mb45_level {
      margin-bottom: 22.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb45_level {
      margin-bottom: 45px !important; } }

.u-mb50_level {
  margin-bottom: 16.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb50_level {
      margin-bottom: 25px !important; } }
  @media all and (min-width: 768px) {
    .u-mb50_level {
      margin-bottom: 50px !important; } }

.u-mb55_level {
  margin-bottom: 18.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb55_level {
      margin-bottom: 27.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb55_level {
      margin-bottom: 55px !important; } }

.u-mb60_level {
  margin-bottom: 20px !important; }
  @media all and (min-width: 660px) {
    .u-mb60_level {
      margin-bottom: 30px !important; } }
  @media all and (min-width: 768px) {
    .u-mb60_level {
      margin-bottom: 60px !important; } }

.u-mb65_level {
  margin-bottom: 21.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb65_level {
      margin-bottom: 32.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb65_level {
      margin-bottom: 65px !important; } }

.u-mb70_level {
  margin-bottom: 23.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb70_level {
      margin-bottom: 35px !important; } }
  @media all and (min-width: 768px) {
    .u-mb70_level {
      margin-bottom: 70px !important; } }

.u-mb75_level {
  margin-bottom: 25px !important; }
  @media all and (min-width: 660px) {
    .u-mb75_level {
      margin-bottom: 37.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb75_level {
      margin-bottom: 75px !important; } }

.u-mb80_level {
  margin-bottom: 26.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb80_level {
      margin-bottom: 40px !important; } }
  @media all and (min-width: 768px) {
    .u-mb80_level {
      margin-bottom: 80px !important; } }

.u-mb85_level {
  margin-bottom: 28.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb85_level {
      margin-bottom: 42.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb85_level {
      margin-bottom: 85px !important; } }

.u-mb90_level {
  margin-bottom: 30px !important; }
  @media all and (min-width: 660px) {
    .u-mb90_level {
      margin-bottom: 45px !important; } }
  @media all and (min-width: 768px) {
    .u-mb90_level {
      margin-bottom: 90px !important; } }

.u-mb95_level {
  margin-bottom: 31.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb95_level {
      margin-bottom: 47.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb95_level {
      margin-bottom: 95px !important; } }

.u-mb100_level {
  margin-bottom: 33.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb100_level {
      margin-bottom: 50px !important; } }
  @media all and (min-width: 768px) {
    .u-mb100_level {
      margin-bottom: 100px !important; } }

.u-mb105_level {
  margin-bottom: 35px !important; }
  @media all and (min-width: 660px) {
    .u-mb105_level {
      margin-bottom: 52.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb105_level {
      margin-bottom: 105px !important; } }

.u-mb110_level {
  margin-bottom: 36.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb110_level {
      margin-bottom: 55px !important; } }
  @media all and (min-width: 768px) {
    .u-mb110_level {
      margin-bottom: 110px !important; } }

.u-mb115_level {
  margin-bottom: 38.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb115_level {
      margin-bottom: 57.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb115_level {
      margin-bottom: 115px !important; } }

.u-mb120_level {
  margin-bottom: 40px !important; }
  @media all and (min-width: 660px) {
    .u-mb120_level {
      margin-bottom: 60px !important; } }
  @media all and (min-width: 768px) {
    .u-mb120_level {
      margin-bottom: 120px !important; } }

.u-mb125_level {
  margin-bottom: 41.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb125_level {
      margin-bottom: 62.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb125_level {
      margin-bottom: 125px !important; } }

.u-mb130_level {
  margin-bottom: 43.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb130_level {
      margin-bottom: 65px !important; } }
  @media all and (min-width: 768px) {
    .u-mb130_level {
      margin-bottom: 130px !important; } }

.u-mb135_level {
  margin-bottom: 45px !important; }
  @media all and (min-width: 660px) {
    .u-mb135_level {
      margin-bottom: 67.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb135_level {
      margin-bottom: 135px !important; } }

.u-mb140_level {
  margin-bottom: 46.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb140_level {
      margin-bottom: 70px !important; } }
  @media all and (min-width: 768px) {
    .u-mb140_level {
      margin-bottom: 140px !important; } }

.u-mb145_level {
  margin-bottom: 48.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb145_level {
      margin-bottom: 72.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb145_level {
      margin-bottom: 145px !important; } }

.u-mb150_level {
  margin-bottom: 50px !important; }
  @media all and (min-width: 660px) {
    .u-mb150_level {
      margin-bottom: 75px !important; } }
  @media all and (min-width: 768px) {
    .u-mb150_level {
      margin-bottom: 150px !important; } }

.u-mb155_level {
  margin-bottom: 51.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb155_level {
      margin-bottom: 77.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb155_level {
      margin-bottom: 155px !important; } }

.u-mb160_level {
  margin-bottom: 53.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb160_level {
      margin-bottom: 80px !important; } }
  @media all and (min-width: 768px) {
    .u-mb160_level {
      margin-bottom: 160px !important; } }

.u-mb165_level {
  margin-bottom: 55px !important; }
  @media all and (min-width: 660px) {
    .u-mb165_level {
      margin-bottom: 82.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb165_level {
      margin-bottom: 165px !important; } }

.u-mb170_level {
  margin-bottom: 56.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb170_level {
      margin-bottom: 85px !important; } }
  @media all and (min-width: 768px) {
    .u-mb170_level {
      margin-bottom: 170px !important; } }

.u-mb175_level {
  margin-bottom: 58.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb175_level {
      margin-bottom: 87.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb175_level {
      margin-bottom: 175px !important; } }

.u-mb180_level {
  margin-bottom: 60px !important; }
  @media all and (min-width: 660px) {
    .u-mb180_level {
      margin-bottom: 90px !important; } }
  @media all and (min-width: 768px) {
    .u-mb180_level {
      margin-bottom: 180px !important; } }

.u-mb185_level {
  margin-bottom: 61.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb185_level {
      margin-bottom: 92.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb185_level {
      margin-bottom: 185px !important; } }

.u-mb190_level {
  margin-bottom: 63.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb190_level {
      margin-bottom: 95px !important; } }
  @media all and (min-width: 768px) {
    .u-mb190_level {
      margin-bottom: 190px !important; } }

.u-mb195_level {
  margin-bottom: 65px !important; }
  @media all and (min-width: 660px) {
    .u-mb195_level {
      margin-bottom: 97.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb195_level {
      margin-bottom: 195px !important; } }

.u-mb200_level {
  margin-bottom: 66.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb200_level {
      margin-bottom: 100px !important; } }
  @media all and (min-width: 768px) {
    .u-mb200_level {
      margin-bottom: 200px !important; } }

.u-mb205_level {
  margin-bottom: 68.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb205_level {
      margin-bottom: 102.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb205_level {
      margin-bottom: 205px !important; } }

.u-mb210_level {
  margin-bottom: 70px !important; }
  @media all and (min-width: 660px) {
    .u-mb210_level {
      margin-bottom: 105px !important; } }
  @media all and (min-width: 768px) {
    .u-mb210_level {
      margin-bottom: 210px !important; } }

.u-mb215_level {
  margin-bottom: 71.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb215_level {
      margin-bottom: 107.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb215_level {
      margin-bottom: 215px !important; } }

.u-mb220_level {
  margin-bottom: 73.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb220_level {
      margin-bottom: 110px !important; } }
  @media all and (min-width: 768px) {
    .u-mb220_level {
      margin-bottom: 220px !important; } }

.u-mb225_level {
  margin-bottom: 75px !important; }
  @media all and (min-width: 660px) {
    .u-mb225_level {
      margin-bottom: 112.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb225_level {
      margin-bottom: 225px !important; } }

.u-mb230_level {
  margin-bottom: 76.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb230_level {
      margin-bottom: 115px !important; } }
  @media all and (min-width: 768px) {
    .u-mb230_level {
      margin-bottom: 230px !important; } }

.u-mb235_level {
  margin-bottom: 78.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb235_level {
      margin-bottom: 117.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb235_level {
      margin-bottom: 235px !important; } }

.u-mb240_level {
  margin-bottom: 80px !important; }
  @media all and (min-width: 660px) {
    .u-mb240_level {
      margin-bottom: 120px !important; } }
  @media all and (min-width: 768px) {
    .u-mb240_level {
      margin-bottom: 240px !important; } }

.u-mb245_level {
  margin-bottom: 81.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb245_level {
      margin-bottom: 122.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb245_level {
      margin-bottom: 245px !important; } }

.u-mb250_level {
  margin-bottom: 83.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb250_level {
      margin-bottom: 125px !important; } }
  @media all and (min-width: 768px) {
    .u-mb250_level {
      margin-bottom: 250px !important; } }

.u-mb255_level {
  margin-bottom: 85px !important; }
  @media all and (min-width: 660px) {
    .u-mb255_level {
      margin-bottom: 127.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb255_level {
      margin-bottom: 255px !important; } }

.u-mb260_level {
  margin-bottom: 86.66667px !important; }
  @media all and (min-width: 660px) {
    .u-mb260_level {
      margin-bottom: 130px !important; } }
  @media all and (min-width: 768px) {
    .u-mb260_level {
      margin-bottom: 260px !important; } }

.u-mb265_level {
  margin-bottom: 88.33333px !important; }
  @media all and (min-width: 660px) {
    .u-mb265_level {
      margin-bottom: 132.5px !important; } }
  @media all and (min-width: 768px) {
    .u-mb265_level {
      margin-bottom: 265px !important; } }

.u-mb270_level {
  margin-bottom: 90px !important; }
  @media all and (min-width: 660px) {
    .u-mb270_level {
      margin-bottom: 135px !important; } }
  @media all and (min-width: 768px) {
    .u-mb270_level {
      margin-bottom: 270px !important; } }

.u-mb-minus5_half {
  margin-bottom: -2.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus5_half {
      margin-bottom: -5px !important; } }

.u-mb-minus10_half {
  margin-bottom: -5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus10_half {
      margin-bottom: -10px !important; } }

.u-mb-minus15_half {
  margin-bottom: -7.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus15_half {
      margin-bottom: -15px !important; } }

.u-mb-minus20_half {
  margin-bottom: -10px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus20_half {
      margin-bottom: -20px !important; } }

.u-mb-minus25_half {
  margin-bottom: -12.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus25_half {
      margin-bottom: -25px !important; } }

.u-mb-minus30_half {
  margin-bottom: -15px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus30_half {
      margin-bottom: -30px !important; } }

.u-mb-minus35_half {
  margin-bottom: -17.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus35_half {
      margin-bottom: -35px !important; } }

.u-mb-minus40_half {
  margin-bottom: -20px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus40_half {
      margin-bottom: -40px !important; } }

.u-mb-minus45_half {
  margin-bottom: -22.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus45_half {
      margin-bottom: -45px !important; } }

.u-mb-minus50_half {
  margin-bottom: -25px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus50_half {
      margin-bottom: -50px !important; } }

.u-mb-minus55_half {
  margin-bottom: -27.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus55_half {
      margin-bottom: -55px !important; } }

.u-mb-minus60_half {
  margin-bottom: -30px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus60_half {
      margin-bottom: -60px !important; } }

.u-mb-minus65_half {
  margin-bottom: -32.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus65_half {
      margin-bottom: -65px !important; } }

.u-mb-minus70_half {
  margin-bottom: -35px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus70_half {
      margin-bottom: -70px !important; } }

.u-mb-minus75_half {
  margin-bottom: -37.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus75_half {
      margin-bottom: -75px !important; } }

.u-mb-minus80_half {
  margin-bottom: -40px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus80_half {
      margin-bottom: -80px !important; } }

.u-mb-minus85_half {
  margin-bottom: -42.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus85_half {
      margin-bottom: -85px !important; } }

.u-mb-minus90_half {
  margin-bottom: -45px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus90_half {
      margin-bottom: -90px !important; } }

.u-mb-minus95_half {
  margin-bottom: -47.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus95_half {
      margin-bottom: -95px !important; } }

.u-mb-minus100_half {
  margin-bottom: -50px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus100_half {
      margin-bottom: -100px !important; } }

.u-mb-minus105_half {
  margin-bottom: -52.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus105_half {
      margin-bottom: -105px !important; } }

.u-mb-minus110_half {
  margin-bottom: -55px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus110_half {
      margin-bottom: -110px !important; } }

.u-mb-minus115_half {
  margin-bottom: -57.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus115_half {
      margin-bottom: -115px !important; } }

.u-mb-minus120_half {
  margin-bottom: -60px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus120_half {
      margin-bottom: -120px !important; } }

.u-mb-minus125_half {
  margin-bottom: -62.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus125_half {
      margin-bottom: -125px !important; } }

.u-mb-minus130_half {
  margin-bottom: -65px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus130_half {
      margin-bottom: -130px !important; } }

.u-mb-minus135_half {
  margin-bottom: -67.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus135_half {
      margin-bottom: -135px !important; } }

.u-mb-minus140_half {
  margin-bottom: -70px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus140_half {
      margin-bottom: -140px !important; } }

.u-mb-minus145_half {
  margin-bottom: -72.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus145_half {
      margin-bottom: -145px !important; } }

.u-mb-minus150_half {
  margin-bottom: -75px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus150_half {
      margin-bottom: -150px !important; } }

.u-mb-minus155_half {
  margin-bottom: -77.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus155_half {
      margin-bottom: -155px !important; } }

.u-mb-minus160_half {
  margin-bottom: -80px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus160_half {
      margin-bottom: -160px !important; } }

.u-mb-minus165_half {
  margin-bottom: -82.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus165_half {
      margin-bottom: -165px !important; } }

.u-mb-minus170_half {
  margin-bottom: -85px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus170_half {
      margin-bottom: -170px !important; } }

.u-mb-minus175_half {
  margin-bottom: -87.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus175_half {
      margin-bottom: -175px !important; } }

.u-mb-minus180_half {
  margin-bottom: -90px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus180_half {
      margin-bottom: -180px !important; } }

.u-mb-minus185_half {
  margin-bottom: -92.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus185_half {
      margin-bottom: -185px !important; } }

.u-mb-minus190_half {
  margin-bottom: -95px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus190_half {
      margin-bottom: -190px !important; } }

.u-mb-minus195_half {
  margin-bottom: -97.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus195_half {
      margin-bottom: -195px !important; } }

.u-mb-minus200_half {
  margin-bottom: -100px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus200_half {
      margin-bottom: -200px !important; } }

.u-mb-minus205_half {
  margin-bottom: -102.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus205_half {
      margin-bottom: -205px !important; } }

.u-mb-minus210_half {
  margin-bottom: -105px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus210_half {
      margin-bottom: -210px !important; } }

.u-mb-minus215_half {
  margin-bottom: -107.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus215_half {
      margin-bottom: -215px !important; } }

.u-mb-minus220_half {
  margin-bottom: -110px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus220_half {
      margin-bottom: -220px !important; } }

.u-mb-minus225_half {
  margin-bottom: -112.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus225_half {
      margin-bottom: -225px !important; } }

.u-mb-minus230_half {
  margin-bottom: -115px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus230_half {
      margin-bottom: -230px !important; } }

.u-mb-minus235_half {
  margin-bottom: -117.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus235_half {
      margin-bottom: -235px !important; } }

.u-mb-minus240_half {
  margin-bottom: -120px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus240_half {
      margin-bottom: -240px !important; } }

.u-mb-minus245_half {
  margin-bottom: -122.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus245_half {
      margin-bottom: -245px !important; } }

.u-mb-minus250_half {
  margin-bottom: -125px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus250_half {
      margin-bottom: -250px !important; } }

.u-mb-minus255_half {
  margin-bottom: -127.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus255_half {
      margin-bottom: -255px !important; } }

.u-mb-minus260_half {
  margin-bottom: -130px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus260_half {
      margin-bottom: -260px !important; } }

.u-mb-minus265_half {
  margin-bottom: -132.5px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus265_half {
      margin-bottom: -265px !important; } }

.u-mb-minus270_half {
  margin-bottom: -135px !important; }
  @media all and (min-width: 768px) {
    .u-mb-minus270_half {
      margin-bottom: -270px !important; } }

.u-mb5em {
  margin-bottom: 0.5em !important; }

.u-mb5em_half {
  margin-bottom: 0.25em !important; }
  @media all and (min-width: 768px) {
    .u-mb5em_half {
      margin-bottom: 0.5em !important; } }

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

.u-mb10em_half {
  margin-bottom: 0.5em !important; }
  @media all and (min-width: 768px) {
    .u-mb10em_half {
      margin-bottom: 1em !important; } }

.u-mb15em {
  margin-bottom: 1.5em !important; }

.u-mb15em_half {
  margin-bottom: 0.75em !important; }
  @media all and (min-width: 768px) {
    .u-mb15em_half {
      margin-bottom: 1.5em !important; } }

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

.u-mb20em_half {
  margin-bottom: 1em !important; }
  @media all and (min-width: 768px) {
    .u-mb20em_half {
      margin-bottom: 2em !important; } }

.u-mb25em {
  margin-bottom: 2.5em !important; }

.u-mb25em_half {
  margin-bottom: 1.25em !important; }
  @media all and (min-width: 768px) {
    .u-mb25em_half {
      margin-bottom: 2.5em !important; } }

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

.u-mb30em_half {
  margin-bottom: 1.5em !important; }
  @media all and (min-width: 768px) {
    .u-mb30em_half {
      margin-bottom: 3em !important; } }

.u-mb35em {
  margin-bottom: 3.5em !important; }

.u-mb35em_half {
  margin-bottom: 1.75em !important; }
  @media all and (min-width: 768px) {
    .u-mb35em_half {
      margin-bottom: 3.5em !important; } }

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

.u-mb40em_half {
  margin-bottom: 2em !important; }
  @media all and (min-width: 768px) {
    .u-mb40em_half {
      margin-bottom: 4em !important; } }

.u-mb45em {
  margin-bottom: 4.5em !important; }

.u-mb45em_half {
  margin-bottom: 2.25em !important; }
  @media all and (min-width: 768px) {
    .u-mb45em_half {
      margin-bottom: 4.5em !important; } }

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

.u-mb50em_half {
  margin-bottom: 2.5em !important; }
  @media all and (min-width: 768px) {
    .u-mb50em_half {
      margin-bottom: 5em !important; } }

.u-mb55em {
  margin-bottom: 5.5em !important; }

.u-mb55em_half {
  margin-bottom: 2.75em !important; }
  @media all and (min-width: 768px) {
    .u-mb55em_half {
      margin-bottom: 5.5em !important; } }

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

.u-mb60em_half {
  margin-bottom: 3em !important; }
  @media all and (min-width: 768px) {
    .u-mb60em_half {
      margin-bottom: 6em !important; } }

.u-mb65em {
  margin-bottom: 6.5em !important; }

.u-mb65em_half {
  margin-bottom: 3.25em !important; }
  @media all and (min-width: 768px) {
    .u-mb65em_half {
      margin-bottom: 6.5em !important; } }

.u-mb70em {
  margin-bottom: 7em !important; }

.u-mb70em_half {
  margin-bottom: 3.5em !important; }
  @media all and (min-width: 768px) {
    .u-mb70em_half {
      margin-bottom: 7em !important; } }

.u-mb75em {
  margin-bottom: 7.5em !important; }

.u-mb75em_half {
  margin-bottom: 3.75em !important; }
  @media all and (min-width: 768px) {
    .u-mb75em_half {
      margin-bottom: 7.5em !important; } }

.u-mb80em {
  margin-bottom: 8em !important; }

.u-mb80em_half {
  margin-bottom: 4em !important; }
  @media all and (min-width: 768px) {
    .u-mb80em_half {
      margin-bottom: 8em !important; } }

.u-mb85em {
  margin-bottom: 8.5em !important; }

.u-mb85em_half {
  margin-bottom: 4.25em !important; }
  @media all and (min-width: 768px) {
    .u-mb85em_half {
      margin-bottom: 8.5em !important; } }

.u-mb90em {
  margin-bottom: 9em !important; }

.u-mb90em_half {
  margin-bottom: 4.5em !important; }
  @media all and (min-width: 768px) {
    .u-mb90em_half {
      margin-bottom: 9em !important; } }

.u-mb95em {
  margin-bottom: 9.5em !important; }

.u-mb95em_half {
  margin-bottom: 4.75em !important; }
  @media all and (min-width: 768px) {
    .u-mb95em_half {
      margin-bottom: 9.5em !important; } }

.u-mb100em {
  margin-bottom: 10em !important; }

.u-mb100em_half {
  margin-bottom: 5em !important; }
  @media all and (min-width: 768px) {
    .u-mb100em_half {
      margin-bottom: 10em !important; } }

.u-mr-01em {
  margin-right: calc(0.1em); }

.u-mb70_30 {
  margin-bottom: 30px !important; }
  @media all and (min-width: 768px) {
    .u-mb70_30 {
      margin-bottom: 70px !important; } }

.u-mt_minus035em {
  margin-top: -0.35em !important; }

.u-mt_minus040em {
  margin-top: -0.4em !important; }

.u-mt_minus025em {
  margin-top: -0.25em !important; }

.u-mt_minus050em {
  margin-top: -0.5em !important; }

.u-mt_minus075em {
  margin-top: -0.75em !important; }

.u-mt_minus100em {
  margin-top: -1em !important; }

.u-mb_contactus {
  margin-bottom: -50px; }
  @media all and (min-width: 768px) {
    .u-mb_contactus {
      margin-bottom: -100px; } }

.u-mt_frontMessagesSign {
  margin-top: 0 !important; }
  @media all and (min-width: 480px) {
    .u-mt_frontMessagesSign {
      margin-top: -1em !important; } }
  @media all and (min-width: 768px) {
    .u-mt_frontMessagesSign {
      margin-top: -1em !important; } }

.u-py_aboutStory {
  padding: 256px 0 128px;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .u-py_aboutStory {
      padding: 288px 0 144px; } }
  @media all and (min-width: 1200px) {
    .u-py_aboutStory {
      padding: 320px 0 160px; } }

.u-py_serviceSteps {
  padding: 224px 0 128px;
  box-sizing: border-box; }
  @media all and (min-width: 768px) {
    .u-py_serviceSteps {
      padding: 252px 0 144px; } }
  @media all and (min-width: 1200px) {
    .u-py_serviceSteps {
      padding: 280px 0 160px; } }

body[data-drawer="init"] .p1-drawer {
  transform: translateX(-100vw); }
  @media all and (min-width: 768px) {
    body[data-drawer="init"] .p1-drawer {
      transform: translateX(-100vw); } }

body[data-drawer="open"][data-drawerprocessing="false"] #header {
  height: 100%;
  overflow-y: auto; }

body[data-drawer="open"] .p1-drawer {
  -webkit-animation: 0.5s ease-out 0s 1 both drawerIn;
          animation: 0.5s ease-out 0s 1 both drawerIn; }

body[data-drawer="close"][data-drawerprocessing="true"] .p1-drawer {
  -webkit-animation: 0.5s ease-in 0s 1 both drawerOut;
          animation: 0.5s ease-in 0s 1 both drawerOut; }

#topblock.-front img {
  transition: width 0.25s ease-out; }

#topblock.-front .c-topblock_name {
  transition: font-size 0.25s ease-out; }

#topblock.-front[data-scroll="true"] img {
  width: 84px;
  transition: width 0.25s ease-out; }
  @media all and (min-width: 480px) {
    #topblock.-front[data-scroll="true"] img {
      width: 96px; } }
  @media all and (min-width: 768px) {
    #topblock.-front[data-scroll="true"] img {
      width: 120px; } }

#topblock.-front[data-scroll="true"] .c-topblock_name {
  font-size: 1.05rem;
  transition: font-size 0.25s ease-out; }
  @media all and (min-width: 480px) {
    #topblock.-front[data-scroll="true"] .c-topblock_name {
      font-size: 1.125rem; } }
  @media all and (min-width: 768px) {
    #topblock.-front[data-scroll="true"] .c-topblock_name {
      font-size: 1.2rem; } }
  @media all and (min-width: 1320px) {
    #topblock.-front[data-scroll="true"] .c-topblock_name {
      font-size: 1.35rem; } }
  @media all and (min-width: 1720px) {
    #topblock.-front[data-scroll="true"] .c-topblock_name {
      font-size: 1.5rem; } }

#contactus {
  transform: translate(0, 0) scale(1.5);
  transform-origin: top center;
  transition: transform 0.1s linear; }
  @media all and (min-width: 768px) {
    #contactus {
      transition: transform 0.11s linear; } }
  @media all and (min-width: 1320px) {
    #contactus {
      transition: transform 0.12s linear; } }
  @media all and (min-width: 1720px) {
    #contactus {
      transition: transform 0.13s linear; } }
  @media all and (min-width: 1920px) {
    #contactus {
      transition: transform 0.14s linear; } }

#footer {
  transform: translate(0, 0);
  transform-origin: top center;
  transition: transform 0.25s linear; }
  #footer[data-scroll="false"] {
    transform: translate(0, 30px); }
    @media all and (min-width: 768px) {
      #footer[data-scroll="false"] {
        transform: translate(0, 60px); } }
  #footer[data-scroll="true"] {
    transform: translate(0, 0); }
    @media all and (min-width: 768px) {
      #footer[data-scroll="true"] {
        transform: translate(0, 0); } }

/* 画面外にいる状態 */
.js-fadeIn {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 1000ms; }

/* 画面内に入った状態 */
.js-fadeIn.js-scrollIn {
  opacity: 1;
  transform: translate(0, 0); }

.e-frontKvBlurText span {
  color: transparent;
  animation: frontKvBlurText 10s ease-out both 1;
  -webkit-animation: frontKvBlurText 10s ease-out both 1; }
  .e-frontKvBlurText span:nth-child(1) {
    animation-delay: calc( ( 0.1s * 1 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 1 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(2) {
    animation-delay: calc( ( 0.1s * 2 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 2 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(3) {
    animation-delay: calc( ( 0.1s * 3 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 3 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(4) {
    animation-delay: calc( ( 0.1s * 4 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 4 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(5) {
    animation-delay: calc( ( 0.1s * 5 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 5 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(6) {
    animation-delay: calc( ( 0.1s * 6 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 6 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(7) {
    animation-delay: calc( ( 0.1s * 7 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 7 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(8) {
    animation-delay: calc( ( 0.1s * 8 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 8 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(9) {
    animation-delay: calc( ( 0.1s * 9 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 9 ) + 0.5s); }
  .e-frontKvBlurText span:nth-child(10) {
    animation-delay: calc( ( 0.1s * 10 ) + 0.5s);
    -webkit-animation-delay: calc( ( 0.1s * 10 ) + 0.5s); }

@-webkit-keyframes drawerIn {
  0% {
    transform: translateX(-100vw);
    background-color: rgba(0, 11, 18, 0);
    opacity: 0; }
  1% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 0; }
  100% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 1; } }

@keyframes drawerIn {
  0% {
    transform: translateX(-100vw);
    background-color: rgba(0, 11, 18, 0);
    opacity: 0; }
  1% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 0; }
  100% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 1; } }

@-webkit-keyframes drawerOut {
  0% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 1; }
  99% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 0; }
  100% {
    transform: translateX(-100vw);
    background-color: rgba(0, 11, 18, 0);
    opacity: 0; } }

@keyframes drawerOut {
  0% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 1; }
  99% {
    transform: translateX(0);
    background-color: rgba(0, 11, 18, 0.72);
    opacity: 0; }
  100% {
    transform: translateX(-100vw);
    background-color: rgba(0, 11, 18, 0);
    opacity: 0; } }

.e-hoverBgZoom img {
  transform: scale(1);
  transition: transform 0.25s linear; }

.e-hoverBgZoom:hover img {
  transform: scale(1.1);
  transition: transform 0.25s linear; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.js-slideupitem {
  transform: translateY(20px); }
  .js-slideupitem.-distance40 {
    transform: translateY(40px); }

.js-slideup {
  -webkit-animation: 0.5s ease-in-out 0s 1 both slideUp20;
          animation: 0.5s ease-in-out 0s 1 both slideUp20; }
  .js-slideup.-distance40 {
    -webkit-animation: 0.5s ease-in-out 0s 1 both slideUp40;
            animation: 0.5s ease-in-out 0s 1 both slideUp40; }

@-webkit-keyframes slideUp20 {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

@keyframes slideUp20 {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes slideUp40 {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0); } }

@keyframes slideUp40 {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0); } }

@keyframes frontKvBlurText {
  0% {
    text-shadow: 0 0 100px white;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px white; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px white; }
  80% {
    text-shadow: 0 0 0px white; }
  85% {
    text-shadow: 0 0 0px white; }
  95% {
    text-shadow: 0 0 0px white; }
  100% {
    text-shadow: 0 0 0px white; } }

@-webkit-keyframes frontKvBlurText {
  0% {
    text-shadow: 0 0 100px white;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px white; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px white; }
  80% {
    text-shadow: 0 0 0px white; }
  85% {
    text-shadow: 0 0 0px white;
    opacity: 1; }
  95% {
    text-shadow: 0 0 0px white; }
  100% {
    text-shadow: 0 0 0px white; } }

/*# sourceMappingURL=app.css.map*/