@charset "UTF-8";
/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #211815;
  background-image: url(../img/bg_base.webp);
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #211815;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

::selection {
  background: #00AC97;
  color: #fff;
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header_in {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header ._logo {
  width: 396px;
  padding-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-header ._logo {
    width: 34.67%;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.l-header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header nav > div {
    width: 50%;
  }
}
.l-header nav > div a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 200px;
  line-height: 4;
  background-color: #0C1227;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header nav > div a:hover {
    background-color: #2C3247;
  }
}
@media screen and (max-width: 768px) {
  .l-header nav > div a {
    width: 100%;
  }
}
.l-header nav > div:nth-of-type(1) a {
  border-bottom-left-radius: 24px;
}
@media screen and (max-width: 768px) {
  .l-header nav > div:nth-of-type(1) a {
    border-radius: 24px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header nav > div:nth-of-type(n+2) a {
    border-radius: 0 24px 0 0;
  }
}
.l-header nav > div:nth-of-type(n+2) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 24px;
  background-color: rgba(172, 0, 3, 0.5);
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.l-sec_in {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 80px;
    font-size: 1rem;
  }
}
.l-footer_logo {
  width: 181px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer_logo {
    width: 143px;
  }
}
.l-footer_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul {
    margin-left: 0;
  }
}
.l-footer_nav > ul li a {
  color: #fff;
  text-decoration: none;
}
.l-footer_nav > ul li:nth-of-type(n+2)::before {
  content: "／";
  margin: 0 10px;
}
.l-footer_nav > p {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > p {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-hover:hover {
  opacity: 0.7;
}

/* -----------------------------------
select
------------------------------------ */
/* -----------------------------------
btn
------------------------------------ */
.c-btn span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.6em 0;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  border-radius: 20px 0 20px 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-btn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, border-radius 0.3s, right 0.3s, border 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-radius 0.3s, right 0.3s, border 0.3s;
}
.c-btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 8px;
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn span:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 20px 0 20px 0;
    border: 0 solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .c-btn span:hover::after {
    -webkit-transform: translateY(-50%) scale(1.7);
            transform: translateY(-50%) scale(1.7);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.5, 0.15, 3);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.5, 0.15, 3);
    transition: transform 0.4s cubic-bezier(0.39, 0.5, 0.15, 3);
    transition: transform 0.4s cubic-bezier(0.39, 0.5, 0.15, 3), -webkit-transform 0.4s cubic-bezier(0.39, 0.5, 0.15, 3);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.c-title1 {
  color: #fff;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-title1 {
    padding-bottom: 16px;
  }
}
.c-title1.-black {
  color: #000;
}
.c-title1 > div:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-title1 > div:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.c-title1 ._sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-title1 ._sub {
    font-size: 1.6rem;
  }
}
.c-title1 ._sub::before {
  content: "＼";
  padding-right: 0.8em;
}
.c-title1 ._sub::after {
  content: "／";
  padding-left: 0.8em;
}
.c-title1 ._main.-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-title1 ._main.-left {
    text-align: center;
  }
}
.c-title1 ._main span {
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 24px;
}
.c-title1 ._main span._sp::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title1 ._main span {
    font-size: 3.2rem;
    padding-bottom: 12px;
  }
  .c-title1 ._main span._sp {
    line-height: 2;
  }
  .c-title1 ._main span._sp::after {
    display: block;
  }
  .c-title1 ._main span:not(._sp)::after {
    display: none;
  }
}
.c-title1 ._main span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../img/ico_line.webp);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-title1 ._main span::after {
    height: 7px;
  }
}

.c-title2 {
  font-size: 2.1rem;
  padding-left: 1.8em;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 1.6rem;
    padding-left: 1.6em;
  }
}
.c-title2.-white {
  color: #fff;
}
.c-title2 span {
  display: block;
}
.c-title2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 7px;
  background-color: #AC0003;
}

.c-txtStyle > div:nth-of-type(n+2) {
  margin-top: 10px;
}
.c-txtStyle > div span {
  display: inline-block;
  color: #fff;
  background-color: #AC0003;
  font-size: 2.4rem;
  padding: 0 0.8em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-txtStyle > div span {
    font-size: 1.6rem;
  }
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* -----------------------------------
secMv
------------------------------------ */
.p-fixBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 230px;
  height: 230px;
  z-index: 100;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-fixBtn {
    display: none;
  }
}
.p-fixBtn:hover {
  opacity: 0.8;
}

/* -----------------------------------
secMv
------------------------------------ */
.p-secMv {
  position: relative;
  z-index: 1;
  padding-bottom: 47.14%;
  background-color: #06060A;
}
@media screen and (max-width: 768px) {
  .p-secMv {
    padding-bottom: 131.73%;
  }
}
.p-secMv::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59.14%;
  height: 100%;
  background: url(../img/bg_mainv.webp) no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .p-secMv::before {
    width: 100%;
  }
}
.p-secMv_img {
  position: absolute;
  bottom: -9%;
  left: 14.5%;
  width: 43.71%;
}
@media screen and (max-width: 768px) {
  .p-secMv_img {
    width: 80%;
    left: 50%;
    bottom: 32%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* -----------------------------------
secDisaster
------------------------------------ */
.p-secDisaster {
  padding-top: 120px;
  padding-bottom: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secDisaster {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-secDisaster::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_disaster.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-secDisaster::before {
    position: static;
    width: auto;
    height: auto;
    padding-bottom: 93.44%;
    margin: 0 -4.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-secDisaster .l-sec_in {
    position: static;
  }
}
.p-secDisaster_txt {
  color: #fff;
}
.p-secDisaster_txt > div:nth-of-type(1) {
  width: 577px;
}
@media screen and (max-width: 768px) {
  .p-secDisaster_txt > div:nth-of-type(1) {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-secDisaster_txt > div:nth-of-type(2) {
  background: url(../img/bg_base.webp);
  border-bottom-right-radius: 80px;
  padding: 42px;
  width: 894px;
}
@media screen and (max-width: 768px) {
  .p-secDisaster_txt > div:nth-of-type(2) {
    padding: 25px 0 0;
    width: auto;
    background: none;
  }
}
.p-secDisaster_txt > div:nth-of-type(2) p {
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-secDisaster_txt > div:nth-of-type(2) p {
    font-size: 1.3rem;
    margin-top: 1.4em;
  }
}

/* -----------------------------------
secOrigin
------------------------------------ */
.p-secOrigin {
  margin-top: -183px;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secOrigin {
    margin-top: 0;
    padding-top: 30px;
  }
}
.p-secOrigin::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 300px);
  height: 183px;
  background: url(../img/bg_base.webp);
  border-top-left-radius: 80px;
}
@media screen and (max-width: 768px) {
  .p-secOrigin::before {
    display: none;
  }
}
.p-secOrigin_origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_origin {
    display: block;
  }
}
.p-secOrigin_origin > div:nth-of-type(1) {
  width: 304px;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_origin > div:nth-of-type(1) {
    width: 44.94%;
    margin-left: -4.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-secOrigin_origin > div:nth-of-type(2) {
    margin-top: -15px;
  }
}
.p-secOrigin_origin > div:nth-of-type(2) p {
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_origin > div:nth-of-type(2) p {
    font-size: 1.3rem;
    margin-top: 1.4em;
  }
}
.p-secOrigin_txt {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_txt {
    margin-top: 40px;
  }
}
.p-secOrigin_disaster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: -28px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 28px;
    padding-left: 0;
    margin-top: -20px;
  }
}
.p-secOrigin_disaster > div ._txt1 p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 p {
    font-size: 1.4rem;
    padding: 0.8em 0;
  }
}
.p-secOrigin_disaster > div ._txt1 ._info {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(1) {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(1) {
    padding: 12px 0;
  }
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(1) > span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(1) > span {
    font-size: 1.4rem;
  }
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(1) > span ._red {
  background-color: #AC0003;
  color: #fff;
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) {
    gap: 8px;
  }
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) div {
  font-size: 9.9rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) div {
    font-size: 7.5rem;
  }
}
.p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) div._small {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt1 ._info > div:nth-of-type(2) div._small {
    font-size: 3rem;
  }
}
.p-secOrigin_disaster > div ._txt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt2 {
    margin-top: 4px;
  }
}
.p-secOrigin_disaster > div ._txt2 ul {
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-secOrigin_disaster > div ._txt2 ul {
    font-size: 1.2rem;
  }
}

/* -----------------------------------
secImage
------------------------------------ */
.p-secImage {
  background: url(../img/bg_image.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100lvh;
}
@media screen and (max-width: 768px) {
  .p-secImage {
    height: auto;
    aspect-ratio: 11/4;
    margin-top: 30px;
  }
}
.p-secImage_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25.5%;
}
@media screen and (max-width: 768px) {
  .p-secImage_img {
    width: 74.67%;
  }
}

/* -----------------------------------
secUnit
------------------------------------ */
.p-secUnit {
  padding-top: 50px;
}
.p-secUnit_content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secUnit_content {
    margin-top: 22px;
  }
}
.p-secUnit_content ._img1 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secUnit_content ._img1 {
    display: block;
    margin-top: 30px;
  }
}
.p-secUnit_content ._img2 {
  width: 40%;
  margin-left: auto;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-secUnit_content ._img2 {
    width: auto;
    margin-left: 0;
    margin-top: 35px;
  }
}
.p-secUnit_content ._img3 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secUnit_content ._img3 {
    margin-top: 35px;
  }
}

/* -----------------------------------
secQuality
------------------------------------ */
.p-secQuality {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-secQuality {
    padding-top: 72px;
  }
}
.p-secQuality_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-secQuality_content {
    display: block;
    margin-top: 30px;
  }
}
.p-secQuality_content ._txt p {
  background-color: #fff;
  padding: 28px 35px;
  margin-top: 35px;
  border-bottom-left-radius: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-secQuality_content ._txt p {
    border-radius: 0;
    margin: 30px -4.3% 0;
    font-size: 1.3rem;
    padding: 30px 37px;
  }
}
.p-secQuality_content ._img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-secQuality_content ._img {
    width: auto;
    margin: 0 -4.3%;
  }
}

/* -----------------------------------
secHouse
------------------------------------ */
.p-secHouse {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secHouse {
    padding-top: 45px;
  }
}
.p-secHouse::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 350px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-secHouse::before {
    display: none;
  }
}
.p-secHouse::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 130px;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-secHouse::after {
    top: 0;
  }
}
.p-secHouse_txt1 {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-secHouse_txt1 {
    font-size: 1.2rem;
    margin-top: 0.7em;
  }
}
.p-secHouse_img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secHouse_img {
    margin-top: 25px;
  }
}
.p-secHouse_txt2 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-secHouse_txt2 {
    font-size: 1.6rem;
    margin-top: 22px;
  }
}
.p-secHouse_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-secHouse_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 35px;
    margin: 42px 0 0;
  }
}
.p-secHouse_list li {
  text-align: center;
  font-size: 1.4rem;
}
.p-secHouse_list li > div:nth-of-type(2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-secHouse_list li > div:nth-of-type(2) {
    margin-top: 10px;
  }
}
.p-secHouse_list li > div:nth-of-type(2) span {
  font-size: 2.8rem;
  position: relative;
}
.p-secHouse_list li > div:nth-of-type(2) span::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #AC0003;
}

/* -----------------------------------
secEquipment
------------------------------------ */
.p-secEquipment {
  padding-top: 110px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secEquipment {
    padding-top: 65px;
  }
}
.p-secEquipment_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 70px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secEquipment_list {
    padding-left: 15px;
    row-gap: 40px;
  }
}
.p-secEquipment_list li {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0 30px 0 30px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-secEquipment_list li {
    width: 100%;
  }
}
.p-secEquipment_list li > div:nth-of-type(1) {
  position: absolute;
  top: -25px;
  left: -25px;
  color: #fff;
  background-color: #AC0003;
  line-height: 1;
  padding: 0.5em 0.6em;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-secEquipment_list li > div:nth-of-type(1) {
    font-size: 1.7rem;
    left: -15px;
    top: -15px;
  }
}
.p-secEquipment_list li p {
  font-size: 1.4rem;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-secEquipment_list li p {
    font-size: 1.2rem;
  }
}
.p-secEquipment_txt {
  font-size: 1.1rem;
  margin-top: 30px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .p-secEquipment_txt {
    padding: 0 15px;
    font-size: 1.2rem;
    margin-top: 25px;
  }
}

/* -----------------------------------
secBanner
------------------------------------ */
.p-secBanner {
  background-color: #fff;
  padding-top: 50px;
}
.p-secBanner_popup {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-secBanner_popup:hover {
  opacity: 0.8;
}

.js-youtube-pop {
  cursor: pointer;
}

.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-youtubeCover.is-visible {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-youtube {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  height: 80vh;
  max-width: 142.2222222222vh;
  max-height: 50.625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .p-youtube_close {
    width: 40px;
    height: 40px;
    top: -50px;
  }
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-youtube_close span {
    width: 26px;
    margin-left: -13px;
  }
}
.p-youtube_close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-youtube_close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-youtube.is-visible {
  display: block;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* -----------------------------------
secTenjijo
------------------------------------ */
.p-secTenjijo {
  padding-top: 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo {
    padding-top: 85px;
  }
}
.p-secTenjijo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 350px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo::before {
    height: 150px;
  }
}
.p-secTenjijo_pref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 25px;
    gap: 10px;
  }
}
.p-secTenjijo_pref ._img1 {
  position: absolute;
  left: -20%;
  top: 50px;
  width: 795px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._img1 {
    display: none;
  }
}
.p-secTenjijo_pref ._img2 {
  position: absolute;
  left: 0%;
  top: 175px;
  width: 347px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._img2 {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-secTenjijo_pref ._pref {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._pref {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 8px;
  }
}
.p-secTenjijo_pref ._pref dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._pref dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0px;
  }
}
.p-secTenjijo_pref ._pref dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-secTenjijo_pref ._pref dl dt {
  background-color: #fff;
  border-radius: 1000px;
  line-height: 1;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._pref dl dt {
    font-size: 1.2rem;
  }
}
.p-secTenjijo_pref ._pref dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-secTenjijo_pref ._pref dl dd ul li:nth-of-type(n+2)::before {
  content: "|";
  font-size: 1.7rem;
  padding: 0 5px;
}
.p-secTenjijo_pref ._pref dl dd ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 0.2em 0.5em;
  font-size: 1.7rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_pref ._pref dl dd ul li a {
    font-size: 1.3rem;
  }
}
.p-secTenjijo_pref ._pref dl._tohoku dt {
  border: 2px solid #92BFE0;
}
.p-secTenjijo_pref ._pref dl._tohoku dd ul li:nth-of-type(n+2)::before {
  color: #92BFE0;
}
.p-secTenjijo_pref ._pref dl._tohoku dd ul li a:hover {
  background-color: #92BFE0;
}
.p-secTenjijo_pref ._pref dl._kitakanto dt {
  border: 2px solid #89B7AC;
}
.p-secTenjijo_pref ._pref dl._kitakanto dd ul li:nth-of-type(n+2)::before {
  color: #89B7AC;
}
.p-secTenjijo_pref ._pref dl._kitakanto dd ul li a:hover {
  background-color: #89B7AC;
}
.p-secTenjijo_pref ._pref dl._kanto dt {
  border: 2px solid #D29898;
}
.p-secTenjijo_pref ._pref dl._kanto dd ul li:nth-of-type(n+2)::before {
  color: #D29898;
}
.p-secTenjijo_pref ._pref dl._kanto dd ul li a:hover {
  background-color: #D29898;
}
.p-secTenjijo_pref ._pref dl._chubu dt {
  border: 2px solid #B5C986;
}
.p-secTenjijo_pref ._pref dl._chubu dd ul li:nth-of-type(n+2)::before {
  color: #B5C986;
}
.p-secTenjijo_pref ._pref dl._chubu dd ul li a:hover {
  background-color: #B5C986;
}
.p-secTenjijo_pref ._pref dl._kinki dt {
  border: 2px solid #CCB268;
}
.p-secTenjijo_pref ._pref dl._kinki dd ul li:nth-of-type(n+2)::before {
  color: #CCB268;
}
.p-secTenjijo_pref ._pref dl._kinki dd ul li a:hover {
  background-color: #CCB268;
}
.p-secTenjijo_pref ._pref dl._chugoku dt {
  border: 2px solid #D2A0C4;
}
.p-secTenjijo_pref ._pref dl._chugoku dd ul li:nth-of-type(n+2)::before {
  color: #D2A0C4;
}
.p-secTenjijo_pref ._pref dl._chugoku dd ul li a:hover {
  background-color: #D2A0C4;
}
.p-secTenjijo_pref ._pref dl._shikoku dt {
  border: 2px solid #D0A080;
}
.p-secTenjijo_pref ._pref dl._shikoku dd ul li:nth-of-type(n+2)::before {
  color: #D0A080;
}
.p-secTenjijo_pref ._pref dl._shikoku dd ul li a:hover {
  background-color: #D0A080;
}
.p-secTenjijo_pref ._pref dl._kyushu dt {
  border: 2px solid #AA96DB;
}
.p-secTenjijo_pref ._pref dl._kyushu dd ul li:nth-of-type(n+2)::before {
  color: #AA96DB;
}
.p-secTenjijo_pref ._pref dl._kyushu dd ul li a:hover {
  background-color: #AA96DB;
}
.p-secTenjijo_txt {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-secTenjijo_txt {
    display: none;
  }
}

/* -----------------------------------
secCatalog
------------------------------------ */
.p-secCatalog {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog {
    padding-top: 50px;
  }
}
.p-secCatalog_catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_catalog {
    display: block;
    margin-top: 12px;
  }
}
.p-secCatalog_catalog > div:nth-of-type(1) {
  padding-top: 15px;
}
.p-secCatalog_catalog > div:nth-of-type(1) ._btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_catalog > div:nth-of-type(1) ._btn {
    margin-top: 35px;
  }
}
.p-secCatalog_catalog > div:nth-of-type(2) {
  width: 545px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_catalog > div:nth-of-type(2) {
    width: auto;
    margin-top: 25px;
  }
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slidein {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.js-animation.-slidein.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.js-animation.-slideup {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.js-animation.-zoomup {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(40px);
          transform: scale(0.7, 0.7) translateY(40px);
}
.js-animation.-zoomup.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/* ===================================
Page
=================================== */
/*
 * _page.scss
 */
/* -----------------------------------
#top
------------------------------------ *//*# sourceMappingURL=style.css.map */