@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font-family: "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333333;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-weight: 300;
  scroll-behavior: smooth;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #f8f7f6;
}

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

a {
  color: #333333;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  padding: 12px;
  background: #F4F4F4;
  border: 0.5px solid rgba(112, 112, 112, 0.4);
  margin: 4px 0;
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 8px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
  border: 0.5px solid #707070;
}

select {
  background: #fff;
}
select:focus {
  outline: 0;
  border: 1px solid #707070;
}

ul {
  padding-left: 2em;
  margin: 0;
}
ul li {
  list-style: none;
  position: relative;
  line-height: 1.8;
}
ul li:before {
  content: "・";
  position: absolute;
  left: -1.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
}

p {
  line-height: 1.8;
  margin: 0;
}

b, strong {
  font-weight: 600;
}

ol li {
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr, hr.wp-block-separator {
  margin: 40px 0;
  border-color: rgba(112, 112, 112, 0.4);
  border-width: 0.5px;
}

figure {
  margin-right: 0;
  margin-left: 0;
}

article img {
  width: 70%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

article div,
article p {
  max-width: 100%;
}

article ul {
  padding-left: 22px;
  margin-bottom: 20px;
}
article ul li {
  line-height: 1.8;
  list-style: circle;
}

article span {
  font-size: 14px;
  color: #666;
}

textarea {
  width: 100%;
  padding: 16px;
}

blockquote {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin: auto;
  padding-left: 12px;
  border-left: 2px solid #999;
}

caption {
  caption-side: bottom;
  text-align: left;
  padding-top: 7px;
  font-size: 13px;
}

button {
  border: 0;
}

header,
main,
nav,
footer {
  opacity: 1;
}

table th, table td {
  padding: 1em;
  font-weight: 300;
  vertical-align: top;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  max-width: 94%;
}

.l-container {
  padding-top: 90px;
}

.home .l-container {
  padding-top: 0px;
}

.l-inner {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner--medium {
  width: 700px;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: visible;
  }
  .home main {
    padding-top: 0;
  }
  .l-wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
  .l-container {
    min-width: auto;
    overflow: hidden;
    padding-top: 60px;
  }
  .l-inner {
    max-width: 94%;
  }
  article img {
    width: 100%;
  }
  article p {
    padding: 0 6px;
  }
}
.l-main {
  min-height: calc(100vh - 90px);
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .l-main {
    min-height: calc(100vh - 90px);
    padding-top: 55px;
  }
  .l-main--hasSidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.l-sidebar {
  float: left;
  width: 23%;
}

.widget_media_image {
  margin-bottom: 12px;
}
.widget_media_image a {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    float: none;
    width: 100%;
  }
}
.l-section {
  padding: 60px 0;
}

.l-section--deep_sky {
  background-color: #C9D2ED;
  mix-blend-mode: multiply;
}

.l-section--sky {
  position: relative;
}
.l-section--sky .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #E2F4F4;
  mix-blend-mode: multiply;
}

.l-section--gray {
  background-color: #F4F4F4;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}
.slick-prev {
  position: absolute;
  z-index: 2;
  left: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_left.svg) no-repeat center center;
  border: 0;
  background-color: #6C725D;
  border-radius: 50%;
  background-size: 10px;
}

.slick-next {
  position: absolute;
  z-index: 2;
  right: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_right.svg) no-repeat center center;
  border: 0;
  background-color: #6C725D;
  border-radius: 50%;
  background-size: 10px;
}

.slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  background: #E8E8E8;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #6C725D;
}
.slick-dots li:last-child {
  margin-right: 4vw;
}

@media screen and (max-width: 768px) {
  #index_slider_prev,
  #index_slider_next {
    display: none;
  }
  #index_slider,
  #index_slider_prev,
  #index_slider_next {
    width: 100%;
    height: 87.6vw;
  }
}
.c-title--h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .c-title--h1 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.c-list {
  padding-left: 1.5em;
}
.c-list li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: -1.5em;
}

.c-button {
  display: inline-block;
  padding: 8px 25px;
  min-width: 180px;
  border-radius: 200px;
  text-decoration: none;
  background: #06155B;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  position: relative;
  border: 0;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  letter-spacing: 0.12em;
}
.c-button:hover {
  opacity: 0.87;
}
.c-button.is-end {
  cursor: default;
  background: #E8E8E8;
}

.c-button--orange {
  background: #E75E5A;
}

.c-label {
  display: inline-block;
  color: #fff;
  background-color: #06155B;
  text-align: center;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-label {
    padding: 4px 20px;
  }
}
.c-icon--freedial:before {
  content: "";
  background: url("../img/icon/tel.png") no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: 100%;
  margin-right: 8px;
}

.c-icon--new_tab:after {
  content: "";
  background: url("../img/icon/new_tab.svg") no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 8px;
}

.is-active .c-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: hidden;
}

.c-wide {
  min-height: 520px;
  margin-bottom: 140px;
  background: #fff;
  position: relative;
}

.c-wide__image {
  position: absolute;
  right: -15px;
  width: 50vw;
  min-height: 520px;
  height: 100%;
}

.c-wide__text {
  width: 50%;
  padding: 45px 50px;
}

.c-wide--reverse .c-wide__image {
  right: auto;
  left: -15px;
}
.c-wide--reverse .c-wide__text {
  margin-left: auto;
}

@media screen and (min-width: 1100px) {
  .c-wide__image {
    right: calc((100vw - 1100px) / -2);
  }
  .c-wide--reverse .c-wide__image {
    right: auto;
    left: calc((100vw - 1100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  .c-wide {
    min-height: auto;
    margin-bottom: 60px;
  }
  .c-wide__image {
    position: relative;
    right: auto;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .c-wide__text {
    width: 100%;
  }
}
.p-table {
  border-collapse: collapse;
  width: 100%;
}
.p-table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.p-table tr:last-child {
  border-bottom: 0;
}
.p-table th, .p-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-pagination {
  text-align: center;
}

.p-pagination .page-numbers {
  font-weight: 600;
  background: #06155B;
  color: #fff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.p-pagination .page-numbers.current {
  background: #E8E8E8;
  color: #fff;
}
.p-pagination .page-numbers.dots {
  background: #fff;
  color: #333333;
}

.p-pagination .prev,
.p-pagination .next {
  display: inline-block;
  padding: 6px 0.8em;
}
.p-pagination .prev img,
.p-pagination .next img {
  height: 1em;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.p-contact_form table {
  width: 100%;
}
.p-contact_form th {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-top: 0.8em;
  width: 36%;
}
.p-contact_form input,
.p-contact_form textarea {
  margin-bottom: 20px;
  width: 100%;
  border-color: rgba(112, 112, 112, 0.4);
}
.p-contact_form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}
.p-contact_form .box {
  padding: 0.7em;
  height: 200px;
  overflow-y: auto;
  border: 1px solid rgba(112, 112, 112, 0.4);
}
.p-contact_form .c-button {
  width: 320px;
  margin: auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p-contact_form th, .p-contact_form td {
    display: block;
    width: 100%;
  }
  .p-contact_form input,
  .p-contact_form textarea {
    margin-bottom: 10px;
  }
}
.p-header {
  height: 90px;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.p-header__logo {
  width: 200px;
}
.p-header__logo img {
  vertical-align: baseline;
}

@-webkit-keyframes nav_show {
  from {
    top: -80px;
  }
  to {
    top: 0px;
  }
}

@keyframes nav_show {
  from {
    top: -80px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes nav_hide {
  from {
    top: 0px;
  }
  to {
    top: -80px;
  }
}
@keyframes nav_hide {
  from {
    top: 0px;
  }
  to {
    top: -80px;
  }
}
.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.p-header__nav ul li {
  margin: 0 16px;
}
.p-header__nav ul li:before {
  display: none;
}
.p-header__nav ul li a, .p-header__nav ul li span {
  padding: 8px 0;
  text-decoration: none;
  font-weight: 600;
  display: block;
  letter-spacing: 0.16em;
  position: relative;
  text-align: center;
  min-width: 100px;
}
.p-header__nav ul li:hover ul {
  display: block;
}
.p-header__nav ul .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__nav ul .button .c-button {
  min-width: auto;
  padding: 6px 1em;
  font-size: 12px;
}
.p-header__nav ul ul {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  background: #fff;
  z-index: 2;
  left: -100%;
  right: -100%;
  margin: auto;
}
.p-header__nav ul ul li a {
  text-align: left;
}

.is-fixed .p-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  height: 80px;
  -webkit-animation: nav_show 0.5s;
          animation: nav_show 0.5s;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
}
.is-fixed .p-header__top {
  margin-bottom: 0;
  height: 100%;
}
.is-fixed .p-header__logo {
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .is-fixed .p-header__bottom {
    top: 0;
    right: 0;
    padding-bottom: 10px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-header,
  .is-fixed .p-header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    height: 60px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    -webkit-animation: none;
            animation: none;
  }
  .p-header__top {
    margin-bottom: 0;
    display: block;
    padding: 0 20px;
    z-index: 4;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__logo,
  .is-fixed .p-header__logo {
    width: 208px;
  }
  .p-header__nav {
    display: none;
    opacity: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.94);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding-top: 60px;
  }
  .p-header__nav ul {
    display: block;
  }
  .p-header__nav ul li {
    margin: 0 auto;
    width: 75%;
    margin-bottom: 15px;
  }
  .p-header__nav ul li a, .p-header__nav ul li span {
    font-size: 14px;
    line-height: 1.3;
  }
  .p-header__nav ul ul {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    background: transparent;
    width: auto;
  }
  .p-header__nav ul ul li {
    margin-bottom: 8px;
  }
  .p-header__nav ul ul li a {
    font-size: 12px;
    padding: 4px 0;
    text-align: center;
    font-weight: 300;
  }
  .p-header__nav ul .button {
    display: block;
  }
  .p-header__nav .icon {
    position: absolute;
    top: 22px;
    right: 80px;
  }
  .p-header__nav .button {
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }
}
.loadingWrap {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1999;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #06155B;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #06155B;
}

.pace.pace-inactive {
  display: none;
}

.p-card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 0 3.5%;
}

.p-card {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 2px 20px rgba(108, 114, 93, 0.2);
          box-shadow: 0px 2px 20px rgba(108, 114, 93, 0.2);
  border-radius: 6px;
}
.p-card a {
  text-decoration: none;
}
.p-card .image {
  height: 165px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.p-card .text {
  position: relative;
}
.p-card .text .cat {
  position: absolute;
  right: 0;
  top: -25px;
  background: #06155B;
  padding: 0.2em 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 200px;
  text-align: center;
}
.p-card .text .cat--report {
  background: #0A5CA4;
}
.p-card .text .cat--news {
  background: #FFA634;
}
.p-card .text .cat--column {
  background: #E75E5A;
}
.p-card .text .date {
  font-size: 12px;
  margin-bottom: 4px;
}
.p-card .text h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: 1px dotted;
  height: 3.6em;
  overflow: hidden;
  margin-bottom: 8px;
}
.p-card .text p {
  font-size: 12px;
  height: 3.6em;
  overflow: hidden;
}

.cat--report {
  background: #0A5CA4;
}

.cat--news {
  background: #FFA634;
}

.cat--column {
  background: #E75E5A;
}

.p-card--article {
  padding: 20px 60px;
}

.p-article .p-card--article p {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .p-card_wrap {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-card--article {
    padding: 20px 15px;
  }
}
.p-home__head {
  background: url("../img/home/bg.png") no-repeat center center;
  background-size: cover;
  height: 55vw;
}
.p-home__head .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-home__head h2 {
  font-size: 60px;
}
.p-home__head h3 {
  font-size: 40px;
  margin-left: 30px;
}
.p-home__head h4 {
  font-size: 34px;
  margin-bottom: 20px;
}
.p-home__head h5 {
  font-size: 20px;
}
.p-home__head h6 {
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.p-home__products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  margin-bottom: 40px;
}
.p-home__products__item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home__products__item h3 {
  font-size: 20px;
}
.p-home__products__item h6 {
  font-size: 12px;
}

.p-home__recruitment .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
}
.p-home__recruitment .text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p-home__recruitment .image {
  height: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .home {
    overflow-x: visible;
  }
  .p-home__head {
    background-image: url("../img/home/bg_sp.png");
    height: 196vw;
    background-position-x: left;
    text-align: center;
  }
  .p-home__head h2 {
    font-size: 35px;
  }
  .p-home__head h3 {
    font-size: 22px;
    margin-left: 20px;
  }
  .p-home__head h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-home__head h5 {
    font-size: 16px;
  }
  .p-home__head h6 {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.p-footer__nav h2 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.p-footer__nav .sns a {
  margin-right: 12px;
  display: inline-block;
}
.p-footer__nav .sns img {
  width: 30px;
}

.p-footer__info {
  background: #06155B;
  padding: 24px 0;
  color: #fff;
  font-size: 12px;
}
.p-footer__info .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__info ul li {
  display: inline-block;
  margin-right: 20px;
}
.p-footer__info ul li:before {
  display: none;
}
.p-footer__info ul li a {
  text-decoration: none;
  color: #fff;
}

.p-footer__to_top {
  background: url("../img/icon/arrow_top.svg") no-repeat center center;
  position: fixed;
  bottom: -60px;
  right: 40px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  background-size: contain;
  -webkit-animation: to_hide 0.5s ease;
          animation: to_hide 0.5s ease;
  z-index: 2;
}

.is-to_top_show .p-footer__to_top {
  bottom: 30px;
  -webkit-animation: to_show 0.5s ease;
          animation: to_show 0.5s ease;
}

@-webkit-keyframes to_show {
  from {
    bottom: -60px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes to_show {
  from {
    bottom: -60px;
  }
  to {
    bottom: 30px;
  }
}
@-webkit-keyframes to_hide {
  from {
    bottom: 30px;
  }
  to {
    bottom: -60px;
  }
}
@keyframes to_hide {
  from {
    bottom: 30px;
  }
  to {
    bottom: -60px;
  }
}
.p-footer__bar {
  position: fixed;
  background: url("../img/common/register_sp.svg") no-repeat center center;
  background-color: #E75E5A;
  right: 0px;
  left: 0px;
  height: 55px;
  width: 100%;
  bottom: 0px;
  background-size: 40%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: block;
    padding: 40px 20px;
  }
  .p-footer__nav h2 {
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
  }
  .p-footer__nav ul {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    margin-bottom: 12px;
  }
  .p-footer__info {
    padding-bottom: 77px;
  }
  .p-footer__info ul {
    padding: 0;
    margin-bottom: 20px;
  }
  .p-footer__info ul li {
    margin-bottom: 12px;
  }
  .p-footer__info .l-wrap {
    display: block;
  }
  .p-footer__info p {
    text-align: center;
  }
  .p-footer__to_top {
    width: 59px;
    height: 42px;
    padding: 10px;
    right: 20px;
    bottom: -60px;
    -webkit-animation: to_hide--sp 0.5s ease;
            animation: to_hide--sp 0.5s ease;
  }
  .is-to_top_show .p-footer__to_top {
    bottom: 78px;
    -webkit-animation: to_show--sp 0.5s ease;
            animation: to_show--sp 0.5s ease;
  }
  @-webkit-keyframes to_show--sp {
    from {
      bottom: -60px;
    }
    to {
      bottom: 78px;
    }
  }
  @keyframes to_show--sp {
    from {
      bottom: -60px;
    }
    to {
      bottom: 78px;
    }
  }
  @-webkit-keyframes to_hide--sp {
    from {
      bottom: 78px;
    }
    to {
      bottom: -60px;
    }
  }
  @keyframes to_hide--sp {
    from {
      bottom: 78px;
    }
    to {
      bottom: -60px;
    }
  }
}
.p-page__head {
  height: 12vw;
  background: no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
  letter-spacing: 0.16em;
}
.p-page__head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.5)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.8) 100%);
}
.p-page__head > div {
  z-index: 2;
}

.p-page--corporate__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-page--corporate__history > table {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.p-page--corporate__history > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-page--corporate__history .u-ofi {
  height: 132px;
  margin-bottom: 14px;
}

.p-page--other__seapa_logo {
  width: 140px;
  display: inline;
  margin: 0;
}

.p-page--other__taiheiyo-cement_logo {
  width: 200px;
  display: inline;
  margin: 0;
}

.p-page--contact__direct span {
  font-size: 26px;
  margin: 0.2em 0.5em;
  display: inline-block;
}
.p-page--contact__direct span:before {
  content: "";
  background: url("../img/icon/email.svg") no-repeat center;
  display: inline-block;
  width: 1em;
  height: 0.7em;
  vertical-align: baseline;
  margin-right: 0.3em;
}
.p-page--contact__direct span.tel:before {
  background-image: url("../img/icon/tel.svg");
}
.p-page--contact__direct span.fax:before {
  background-image: url("../img/icon/fax.svg");
}

@media screen and (max-width: 768px) {
  .p-page__head {
    height: 24vw;
  }
  .p-page--corporate__history {
    display: block;
  }
}
.p-nav__open {
  position: absolute;
  top: 0;
  right: 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 6;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  padding: 10px;
}
.p-nav__open span {
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 20px);
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.p-nav__open span:nth-child(1) {
  top: 15px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.p-nav__open span:nth-child(2) {
  top: 28px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.p-nav__open span:nth-child(3) {
  top: 41px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.is-open .p-nav__open span:nth-child(1) {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 18px;
  left: 15px;
}
.is-open .p-nav__open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.is-open .p-nav__open span:nth-child(3) {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 41px;
  left: 15px;
}

.c-block {
  padding: 1em 1.4em;
  background-color: #F4F4F4;
}

.p-article h2,
article h2 {
  font-size: 28px;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.p-article h3,
article h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 2px 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 26px;
}
.p-article h3 + h3,
article h3 + h3 {
  margin-top: 10px;
}
.p-article h4,
article h4 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.p-article h4 + h5,
article h4 + h5 {
  margin-top: -14px;
}
.p-article h5,
article h5 {
  letter-spacing: 0.06em;
}
.p-article p,
article p {
  padding: 0 20px;
  margin: 1em 0;
}
.p-article br + small,
article br + small {
  margin-top: -0.4em;
  display: block;
}
.p-article .mt-08,
article .mt-08 {
  margin-top: -0.8em;
}
.p-article .mt04,
article .mt04 {
  margin-top: 0.4em;
}

.p-article .title {
  border-bottom: 1px dotted #6C725D;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}
.p-article .info {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-article {
    padding: 40px 20px;
  }
  .p-article h2,
  article h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .p-article h3,
  article h3 {
    margin-top: 18px;
    margin-bottom: 9px;
  }
  .p-article p,
  article p {
    padding: 0 10px;
  }
}
fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.4em;
}
fieldset p {
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
}
legend.required:after {
  content: "*";
  color: #E75E5A;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 768px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin: 0 auto;
}

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

.u-m0 {
  margin: 0;
}

.u-mb6 {
  margin-bottom: 6px;
}

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

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb320 {
  margin-bottom: 320px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb160--sp {
    margin-bottom: 160px;
  }
  .u-mb240--sp {
    margin-bottom: 240px;
  }
  .u-mr0--sp {
    margin-right: 0px;
  }
  .u-mt60--sp {
    margin-top: 60px;
  }
}
.u-pr40 {
  padding-right: 40px;
}

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

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

.u-pl160 {
  padding-left: 160px;
}

.u-pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px;
  }
  .u-pl160.u-pl160--sp0 {
    padding-left: 0px;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 10px;
  font-size: 1rem;
}

.u-font11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-font23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.u-font27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.u-font30 {
  font-size: 30px;
  font-size: 3rem;
}

.u-font35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.u-font38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.u-fontBold {
  font-weight: 600;
}

.u-fontNormal {
  font-weight: 300;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 768px) {
  .u-font26--sp {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .u-font20--sp {
    font-size: 20px;
    font-size: 2rem;
  }
  .u-font18--sp {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-font16--sp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .u-font14--sp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u-font12--sp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.u-boxShadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-noDeco {
  text-decoration: none;
}

.u-relative {
  position: relative;
}

.u-bgGray {
  background-color: #F4F4F4;
}

.u-bgWhite {
  background-color: #fff;
}

.u-colorTheme {
  color: #06155B;
}

.u-colorWhite {
  color: #fff;
}

.u-colorText {
  color: #333333;
}

.u-colorLight {
  color: #707070;
}

.u-colorBlue {
  color: #0A5CA4;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

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

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid rgba(112, 112, 112, 0.4);
}