@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.form_section span.require {
  display: inline-block;
  color: #db0000;
  vertical-align: top;
  margin: 0 3px; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 0.8em 1em;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  background: #dddddd; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    margin-right: 30px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 10px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  display: block;
  padding-left: 30px;
  padding-bottom: 3px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      border: 1px solid #ddd;
      padding: 18px 20px 20px 50px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .form_section .checkbox .parts::before,
      .form_section .radio .parts::before {
        left: 20px; } }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #d3212a;
  border-color: #d3212a; }
  @media only screen and (max-width: 768px) {
    .form_section .radio input:checked + .parts {
      background: white; } }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 10px;
    height: 10px;
    background: #d3212a;
    border-radius: 50%; }
    @media only screen and (max-width: 768px) {
      .form_section .radio input:checked + .parts::after {
        left: 23px; } }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

.fade_up {
  opacity: 0;
  display: block; }

.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_left {
  opacity: 0;
  display: block; }

.is_onscreen.fade_left {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 1.5s; }

@keyframes fadeleft {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fade_right {
  opacity: 0;
  display: block; }

.is_onscreen.fade_right {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 1.5s; }

@keyframes faderight {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 768px) {
    .line_btn_wrap {
      max-width: 150px; } }
  .line_btn_wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #333;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .line_btn_wrap .line_btn {
    position: relative;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #000;
    opacity: 0;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 0; }
    .line_btn_wrap .line_btn:hover {
      color: #fff; }
  .line_btn_wrap:hover:before {
    width: 100%;
    right: auto;
    left: 0; }
  .line_btn_wrap .line_btn_border_left {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .line_btn_wrap .line_btn_border_right {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .line_btn_wrap .line_btn_border_top {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .line_btn_wrap .line_btn_border_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .line_btn_wrap .line_btn_border {
    position: absolute;
    background: #333;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is_onscreen .line_btn_border_left {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_right {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_top {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn_border_bottom {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn {
    opacity: 1; }

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom; }
  .text_mask .text_mask_inner {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .text_mask .text_mask_inner::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      z-index: 10;
      background-color: #333; }
    .is_onscreen .text_mask_inner {
      -webkit-animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
      animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate; }

    .is_onscreen .text_mask_inner:after {
      -webkit-animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
      animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate; }

@-webkit-keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
.circle_arrow_link {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link_ico {
    width: calc(72em/16);
    height: calc(72em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: calc(-20em/16);
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico::before {
      content: "";
      border: calc(2em/16) solid #ddd;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #000; }
  .circle_arrow_link:hover .circle_arrow_link_ico {
    transform: translate3d(1em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico:before {
    transform: scale(1.5) translate3d(-0.5em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico svg {
    animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.circle_arrow_link2 {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link2_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link2_ico {
    width: calc(50em/16);
    height: calc(50em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link2_ico::before {
      content: "";
      background: #333;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .circle_arrow_link2_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #fff;
      position: relative;
      z-index: 10; }
  .circle_arrow_link2:hover .circle_arrow_link2_ico {
    transform: translate3d(0.5em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico::before {
      background: #000;
      transform: translate3d(0.05em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico svg {
      animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes linkhover {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: calc(500 / 800 * 100%); }
  .parallax p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.5;
    font-size: max(3vw, 16px); }

@-webkit-keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@media only screen and (max-width: 768px) {
  .sp_nav {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 3000; }
    .sp_nav #sp_menu_trigger {
      display: none;
      outline: none; }
    .sp_nav .menu {
      transition: all 0.3s;
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      z-index: 3000; }
      .sp_nav .menu_part {
        width: 26px;
        height: 1px;
        position: absolute;
        background: #000;
        right: 0;
        margin: auto;
        left: 0;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
        width: 26;
        top: calc(50% - ((4px)) + -1px); }
        .sp_nav .menu_part:nth-of-type(1) {
          top: calc(50% - ((4px)) + -1px);
          width: 26px; }
        .sp_nav .menu_part:nth-of-type(2) {
          top: calc(50% - ((4px)) + 5px);
          width: 26px; }
        .sp_nav .menu_part:nth-of-type(3) {
          top: calc(50% - ((4px)) + 11px);
          width: 26px; }
    .sp_nav input#sp_menu_trigger:checked + label .menu {
      transform: scale(1.21) rotate(180deg); }
    .sp_nav input#sp_menu_trigger:checked + label .menu .menu_part:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important; }
    .sp_nav input#sp_menu_trigger:checked + label .menu .menu_part:nth-of-type(2) {
      left: -7px !important;
      opacity: 0; }
    .sp_nav input#sp_menu_trigger:checked + label .menu .menu_part:nth-of-type(3) {
      transform: rotate(-45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important; }

  #sp_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc111a+0,d3212a+100 */
    background: linear-gradient(45deg, #bc111a 0%, #d3212a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    height: 100vh; }
    #sp_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding-bottom: 70px; }
      #sp_menu ul li {
        opacity: 0;
        margin-top: 10px;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%); }
        #sp_menu ul li:first-child {
          margin-top: 0; }
        #sp_menu ul li:nth-child(1) {
          -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
          animation: lazyX 0.8s ease 0.08s 1 forwards; }
        #sp_menu ul li:nth-child(2) {
          -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
          animation: lazyX 0.8s ease 0.16s 1 forwards; }
        #sp_menu ul li:nth-child(3) {
          -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
          animation: lazyX 0.8s ease 0.24s 1 forwards; }
        #sp_menu ul li:nth-child(4) {
          -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
          animation: lazyX 0.8s ease 0.32s 1 forwards; }
        #sp_menu ul li:nth-child(5) {
          -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
          animation: lazyX 0.8s ease 0.4s 1 forwards; }
        #sp_menu ul li:nth-child(6) {
          -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
          animation: lazyX 0.8s ease 0.48s 1 forwards; }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          color: #fff; }
          #sp_menu ul li a span {
            display: block; }
          #sp_menu ul li a .roboto {
            display: block;
            font-size: 7vw;
            line-height: 1;
            letter-spacing: 0.08em; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(211, 33, 42, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #d3212a;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.main_btn a {
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 19px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  position: relative;
  padding-right: 24px;
  overflow: hidden;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .main_btn a {
      font-size: 19px;
      font-size: 1.9rem;
      padding-right: 10px; } }
  .main_btn a::before, .main_btn a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .main_btn a::before {
    z-index: -1;
    background: #d3212a;
    background: -webkit-linear-gradient(right, #d3212a 0%, #bc111a 100%);
    background: linear-gradient(to right, #d3212a 0%, #bc111a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3212a', endColorstr=' #bc111a', GradientType=1);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
  .main_btn a::after {
    z-index: -2;
    background: #bc111a;
    background: -webkit-linear-gradient(right, #bc111a 0%, #d3212a 100%);
    background: linear-gradient(to right, #bc111a 0%, #d3212a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc111a', endColorstr=' #d3212a', GradientType=1); }
  .main_btn a i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 22px;
    height: 1px;
    background: #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .main_btn a:hover::before {
      opacity: 0; }
    .main_btn a:hover i {
      right: 18px; } }

.default_table {
  width: 100%; }
  .default_table th, .default_table td {
    padding: 30px 0;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem; }
  .default_table th {
    width: 170px;
    border-bottom: 1px solid #d3212a;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .default_table th {
        width: 30%; } }
  .default_table td {
    border-bottom: 1px solid #dbdbdb;
    padding-left: 30px; }
    @media only screen and (max-width: 768px) {
      .default_table td {
        padding-left: 20px; } }
  .default_table tr:first-child th {
    border-top: 1px solid #d3212a; }
  .default_table tr:first-child td {
    border-top: 1px solid #dbdbdb; }

.big_txt {
  font-size: 185px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03); }
  @media only screen and (max-width: 768px) {
    .big_txt {
      font-size: 30vw; } }

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 100; }
  .header .inner {
    height: 135px;
    padding: 0 50px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        height: auto;
        padding: 17px 0; } }
  .header .site_logo {
    width: 290px; }
    @media only screen and (min-width: 769px) {
      .header .site_logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px; } }
    @media only screen and (max-width: 768px) {
      .header .site_logo {
        width: 190px;
        margin: 0 auto;
        padding: 0; } }
  .header .header_contact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 180px; }
  @media only screen and (min-width: 769px) {
    .header .g_nav {
      position: absolute;
      top: 40px;
      right: 280px; }
      .header .g_nav ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; }
        .header .g_nav ul li {
          margin-left: 50px; }
          .header .g_nav ul li:first-child {
            margin: 0; }
          .header .g_nav ul li a {
            text-decoration: none;
            display: block;
            text-align: center;
            position: relative;
            padding-top: 10px;
            line-height: 1; }
            .header .g_nav ul li a::after {
              content: " ";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 1px;
              width: 0;
              top: auto;
              top: 0;
              left: auto;
              right: 0;
              background-color: #d3212a;
              transition-duration: 0.5s;
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -ms-transition-duration: 0.5s;
              -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -webkit-transition-duration: 0.5s;
              -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -moz-transition-duration: 0.5s;
              -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              pointer-events: none; }
            .header .g_nav ul li a:hover {
              color: #d3212a; }
          .header .g_nav ul li:hover a::after {
            width: 100%;
            right: auto;
            left: 0; }
          .header .g_nav ul li .roboto {
            font-size: 22px; }
          .header .g_nav ul li .ja {
            display: block;
            font-size: 11px;
            margin-top: 5px; } }

.page_index .fv {
  height: calc(100vh - 185px);
  position: relative;
  z-index: 1; }
  .page_index .fv .fv_txt {
    width: 670px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    margin-top: -60px; }
    @media only screen and (max-width: 768px) {
      .page_index .fv .fv_txt {
        width: 80%;
        margin-top: -40px; } }
  .page_index .fv .slider .swiper-slide {
    height: calc(100vh - 185px);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .page_index .fv .slider .swiper-slide.slide_01 {
      background-image: url("img/index/fv_slide_01.jpg"); }
      @media only screen and (max-width: 768px) {
        .page_index .fv .slider .swiper-slide.slide_01 {
          background-image: url("img/index/fv_slide_01_sp.jpg"); } }
    .page_index .fv .slider .swiper-slide.slide_02 {
      background-image: url("img/index/fv_slide_02.jpg"); }
      @media only screen and (max-width: 768px) {
        .page_index .fv .slider .swiper-slide.slide_02 {
          background-image: url("img/index/fv_slide_02_sp.jpg"); } }
    .page_index .fv .slider .swiper-slide.slide_03 {
      background-image: url("img/index/fv_slide_03.jpg"); }
      @media only screen and (max-width: 768px) {
        .page_index .fv .slider .swiper-slide.slide_03 {
          background-image: url("img/index/fv_slide_03_sp.jpg"); } }
    .page_index .fv .slider .swiper-slide.slide_04 {
      background-image: url("img/index/fv_slide_04.jpg"); }
      @media only screen and (max-width: 768px) {
        .page_index .fv .slider .swiper-slide.slide_04 {
          background-image: url("img/index/fv_slide_04_sp.jpg"); } }
  .page_index .fv .inner {
    width: 1160px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: calc(100vh - 155px);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    mix-blend-mode: lighten;
    mix-blend-mode: soft-light; }
    @media only screen and (max-width: 768px) {
      .page_index .fv .inner {
        width: 100%; } }
    .page_index .fv .inner .fv_ico {
      width: 453px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 15;
      color: #fff;
      margin-top: -30px; }
      @media only screen and (max-width: 768px) {
        .page_index .fv .inner .fv_ico {
          width: 60%; } }
  .page_index .fv .slider-thumbnail {
    width: 500px;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 20; }
    @media only screen and (max-width: 768px) {
      .page_index .fv .slider-thumbnail {
        width: 80%; } }
    .page_index .fv .slider-thumbnail .swiper-slide {
      overflow: hidden; }
      .page_index .fv .slider-thumbnail .swiper-slide .swiper-thumb-inner {
        width: 85%;
        margin: 0 auto;
        background: #fff;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        overflow: hidden;
        border: 6px solid rgba(255, 255, 255, 0.7); }
        @media only screen and (max-width: 768px) {
          .page_index .fv .slider-thumbnail .swiper-slide .swiper-thumb-inner {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            width: 80%;
            border-width: 4px; } }
      .page_index .fv .slider-thumbnail .swiper-slide img {
        filter: alpha(opacity=35);
        -moz-opacity: 0.35;
        opacity: 0.35;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      .page_index .fv .slider-thumbnail .swiper-slide.swiper-slide-thumb-active img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
.page_index .section01 .inner {
  width: 1160px;
  margin: 0 auto;
  padding: 170px 0 50px; }
  @media only screen and (max-width: 768px) {
    .page_index .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page_index .section01 .inner {
      padding-top: 100px;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .inner {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .inner {
      padding-right: 30px; } }

.page_index .section01 .ttl {
  text-align: center;
  position: relative; }
  .page_index .section01 .ttl h2 {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10; }
    .page_index .section01 .ttl h2 .logo {
      width: 430px;
      padding-top: 10px; }
      @media only screen and (max-width: 768px) {
        .page_index .section01 .ttl h2 .logo {
          width: 56vw; } }
    .page_index .section01 .ttl h2 .txt {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      margin-left: 10px;
      padding-top: 10px; }
      @media only screen and (max-width: 768px) {
        .page_index .section01 .ttl h2 .txt {
          font-size: 6.5vw;
          padding-top: 2vw; } }
  .page_index .section01 .ttl .big_txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -100px; }
    @media only screen and (max-width: 768px) {
      .page_index .section01 .ttl .big_txt {
        top: -15vw;
        font-size: 19vw; } }
.page_index .section01 .wrap {
  margin-top: 120px; }
  @media only screen and (max-width: 768px) {
    .page_index .section01 .wrap {
      margin-top: 60px; } }
  .page_index .section01 .wrap ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
    .page_index .section01 .wrap ul li {
      width: 560px;
      margin-top: 100px;
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
      @media only screen and (max-width: 768px) {
        .page_index .section01 .wrap ul li {
          width: 100%;
          margin-top: 40px; }
          .page_index .section01 .wrap ul li:first-child {
            margin-top: 0; } }
      @media only screen and (min-width: 769px) {
        .page_index .section01 .wrap ul li:nth-child(1), .page_index .section01 .wrap ul li:nth-child(2) {
          margin-top: 0; } }
      .page_index .section01 .wrap ul li.is_onscreen {
        animation-duration: 1.5s; }
        .page_index .section01 .wrap ul li.is_onscreen:nth-child(1) {
          -webkit-animation: lazyY 0.8s ease 0.08s 1 forwards;
          animation: lazyY 0.8s ease 0.08s 1 forwards; }
        .page_index .section01 .wrap ul li.is_onscreen:nth-child(2) {
          -webkit-animation: lazyY 0.8s ease 0.16s 1 forwards;
          animation: lazyY 0.8s ease 0.16s 1 forwards; }
        .page_index .section01 .wrap ul li.is_onscreen:nth-child(3) {
          -webkit-animation: lazyY 0.8s ease 0.24s 1 forwards;
          animation: lazyY 0.8s ease 0.24s 1 forwards; }
        .page_index .section01 .wrap ul li.is_onscreen:nth-child(4) {
          -webkit-animation: lazyY 0.8s ease 0.32s 1 forwards;
          animation: lazyY 0.8s ease 0.32s 1 forwards; }
  .page_index .section01 .wrap h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 34px; }
    @media only screen and (max-width: 768px) {
      .page_index .section01 .wrap h3 {
        font-size: 26px;
        font-size: 2.6rem; } }
    .page_index .section01 .wrap h3::before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 0;
      width: 22px;
      height: 22px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      background: #d3212a;
      background: -webkit-linear-gradient(right, #d3212a 0%, #bc111a 100%);
      background: linear-gradient(to right, #d3212a 0%, #bc111a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3212a', endColorstr=' #bc111a', GradientType=1); }
      @media only screen and (max-width: 768px) {
        .page_index .section01 .wrap h3::before {
          margin-top: -9px; } }
  .page_index .section01 .wrap p {
    margin-top: 15px;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .page_index .section01 .wrap p {
        font-size: 18px;
        font-size: 1.8rem; } }
.page_index .section02 {
  background: #fffcf3;
  position: relative;
  margin-top: 150px; }
  @media only screen and (max-width: 768px) {
    .page_index .section02 {
      margin-top: 100px; } }
  .page_index .section02::before, .page_index .section02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0; }
  .page_index .section02::before {
    top: -70px;
    background: url("img/index/section02_before.png") no-repeat center top; }
  .page_index .section02::after {
    bottom: -70px;
    background: url("img/index/section02_after.png") no-repeat center top; }
  .page_index .section02 .inner {
    width: 1160px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section02 .inner {
        width: 100%; } }
  .page_index .section02 .ttl {
    position: relative;
    padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      .page_index .section02 .ttl {
        padding-top: 0;
        padding-left: 20px; } }
    .page_index .section02 .ttl h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .ttl h2 {
          font-size: 8vw; } }
    .page_index .section02 .ttl .big_txt {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .ttl .big_txt {
          font-size: 30vw;
          left: 20px; } }
  .page_index .section02 .news_archive {
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      .page_index .section02 .news_archive {
        padding-left: 8%;
        padding-right: 8%;
        margin-top: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section02 .news_archive {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section02 .news_archive {
      padding-right: 30px; } }

    .page_index .section02 .news_archive .main_btn {
      width: 240px;
      margin: 45px auto 0; }
.page_index .section03 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 140px; }
  @media only screen and (max-width: 768px) {
    .page_index .section03 {
      padding-top: 150px;
      padding-bottom: 100px; } }
  .page_index .section03::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #f7f7f7;
    z-index: 1; }
  .page_index .section03 .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .page_index .section03 .inner {
    width: calc(100vw - ((100vw - 1160px) / 2));
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .page_index .section03 .inner {
        width: 100%;
        padding-left: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section03 .inner {
      padding-left: 30px; } }

  .page_index .section03 .ttl {
    position: relative;
    padding-top: 10px; }
    .page_index .section03 .ttl h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 768px) {
        .page_index .section03 .ttl h2 {
          font-size: 8vw; } }
    .page_index .section03 .ttl .big_txt {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .page_index .section03 .ttl .big_txt {
          font-size: 24vw; } }
  .page_index .section03 .works_slider {
    margin-top: 10px;
    overflow-x: hidden;
    padding: 40px 0; }
    .page_index .section03 .works_slider ul li {
      width: 400px;
      -webkit-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
      -moz-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
      -ms-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
      -o-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
      box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14); }
      @media only screen and (max-width: 768px) {
        .page_index .section03 .works_slider ul li {
          width: 80%; } }
      .page_index .section03 .works_slider ul li a {
        display: block;
        text-decoration: none;
        position: relative; }
        .page_index .section03 .works_slider ul li a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .page_index .section03 .works_slider ul li a .image {
          overflow: hidden; }
          .page_index .section03 .works_slider ul li a .image img {
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s; }
        @media only screen and (min-width: 769px) {
          .page_index .section03 .works_slider ul li a:hover img {
            transform: scale(1.1);
            transition-duration: 0.3s; } }
      .page_index .section03 .works_slider ul li .category {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.7);
        padding: 2px 15px;
        color: #fff;
        z-index: 10; }
      .page_index .section03 .works_slider ul li .txt {
        padding: 20px 25px 25px;
        background: #fff; }
        .page_index .section03 .works_slider ul li .txt .ttl {
          font-size: 20px;
          font-weight: 700; }
        .page_index .section03 .works_slider ul li .txt p {
          margin-top: 20px; }
  .page_index .section03 .main_btn {
    width: 240px;
    margin: 50px auto 0;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .page_index .section03 .main_btn {
        margin-top: 30px; } }

.news_archive {
  padding-bottom: 40px; }
  .news_archive ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .news_archive ul li a {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 25px 0;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .news_archive ul li a {
          position: relative; } }
      .news_archive ul li a .date, .news_archive ul li a .category, .news_archive ul li a .news_ttl {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .news_archive ul li a .date, .news_archive ul li a .category, .news_archive ul li a .news_ttl {
            display: block; } }
      .news_archive ul li a .date {
        width: 140px;
        color: #838383; }
        @media only screen and (max-width: 768px) {
          .news_archive ul li a .date {
            width: 100%; } }
      .news_archive ul li a .category {
        width: 174px; }
        @media only screen and (max-width: 768px) {
          .news_archive ul li a .category {
            position: absolute;
            width: auto;
            top: 25px;
            right: 0; } }
        .news_archive ul li a .category span {
          display: block;
          text-align: center;
          background: #d3212a;
          color: #fff;
          font-weight: 500;
          font-size: 13px;
          padding: 5px 0;
          border-radius: 50px;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          -o-border-radius: 50px;
          -ms-border-radius: 50px; }
          @media only screen and (max-width: 768px) {
            .news_archive ul li a .category span {
              display: inline-block;
              font-size: 12px;
              font-size: 1.2rem;
              padding: 2px 20px; } }
      .news_archive ul li a .news_ttl {
        padding-left: 40px;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .news_archive ul li a .news_ttl {
            padding: 10px 0 0;
            font-size: 17px;
            font-size: 1.7rem; } }
      @media only screen and (min-width: 769px) {
        .news_archive ul li a:hover .news_ttl {
          color: #d3212a; } }

.aside_sub_menu .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .aside_sub_menu .wrap {
      display: block; } }
  .aside_sub_menu .wrap .item {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .aside_sub_menu .wrap .item {
        width: 100%; }
        .aside_sub_menu .wrap .item:nth-child(2) {
          border-top: 1px solid rgba(255, 255, 255, 0.3); } }
    .aside_sub_menu .wrap .item a {
      display: block;
      text-decoration: none;
      position: relative; }
      @media only screen and (min-width: 769px) {
        .aside_sub_menu .wrap .item a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; } }
      .aside_sub_menu .wrap .item a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #342d27;
        z-index: 1;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      @media only screen and (min-width: 769px) {
        .aside_sub_menu .wrap .item a:hover::after {
          filter: alpha(opacity=30);
          -moz-opacity: 0.3;
          opacity: 0.3; } }
    .aside_sub_menu .wrap .item .image {
      overflow: hidden; }
      .aside_sub_menu .wrap .item .image img {
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        width: 100%; }
    @media only screen and (min-width: 769px) {
      .aside_sub_menu .wrap .item:hover .image img {
        transform: scale(1.1);
        transition-duration: 0.3s; } }
    .aside_sub_menu .wrap .item .ttl {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 20;
      font-size: 54px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .aside_sub_menu .wrap .item .ttl {
          font-size: 10vw; } }
      .aside_sub_menu .wrap .item .ttl span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px; }
        @media only screen and (max-width: 768px) {
          .aside_sub_menu .wrap .item .ttl span {
            font-size: 18px;
            font-size: 1.8rem; } }
.aside_sub_menu .instagram {
  padding: 55px 0;
  text-align: center;
  width: 580px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .aside_sub_menu .instagram {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .aside_sub_menu .instagram {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .aside_sub_menu .instagram {
      padding-right: 30px; } }

.aside_sub_menu .sns_items {
  width: 1160px;
  margin: 0 auto;
  padding: 55px 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .aside_sub_menu .sns_items {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .aside_sub_menu .sns_items {
      display: block;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .aside_sub_menu .sns_items {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .aside_sub_menu .sns_items {
      padding-right: 30px; } }

  .aside_sub_menu .sns_items .sns_item {
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .aside_sub_menu .sns_items .sns_item {
        width: 100%; }
        .aside_sub_menu .sns_items .sns_item:nth-child(2) {
          margin-top: 15px; } }

.footer {
  background: #f7f7f7; }
  .footer .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        padding-left: 8%;
        padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .footer .inner {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .footer .inner {
      padding-right: 30px; } }

  .footer .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .footer .wrap {
        display: block; } }
    .footer .wrap .logo {
      width: 240px; }
      @media only screen and (max-width: 768px) {
        .footer .wrap .logo {
          width: 180px;
          margin: 0 auto; } }
    .footer .wrap .f_nav {
      margin-left: 80px;
      padding-top: 20px; }
      .footer .wrap .f_nav ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .footer .wrap .f_nav ul li {
          margin-left: 30px; }
          .footer .wrap .f_nav ul li:first-child {
            margin: 0; }
          .footer .wrap .f_nav ul li a {
            text-decoration: none;
            display: block;
            text-align: center;
            position: relative;
            padding-bottom: 3px;
            font-size: 14px;
            font-weight: 500; }
            .footer .wrap .f_nav ul li a::after {
              content: " ";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              height: 1px;
              width: 0;
              top: auto;
              bottom: 0;
              left: auto;
              right: 0;
              background-color: #d3212a;
              transition-duration: 0.5s;
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -ms-transition-duration: 0.5s;
              -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -webkit-transition-duration: 0.5s;
              -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -moz-transition-duration: 0.5s;
              -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              pointer-events: none; }
            .footer .wrap .f_nav ul li a:hover {
              color: #d3212a; }
          .footer .wrap .f_nav ul li:hover a::after {
            width: 100%;
            right: auto;
            left: 0; }
  .footer .copyright {
    font-size: 14px;
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.54); }
    @media only screen and (max-width: 768px) {
      .footer .copyright {
        font-size: 12px;
        font-size: 1.2rem; } }

.page .breadcrumb {
  padding-top: 40px; }
  .page .breadcrumb ol {
    width: 1160px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .page .breadcrumb ol {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page .breadcrumb ol {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
        padding: 0 10px; } }
    .page .breadcrumb ol li {
      margin-right: 50px;
      vertical-align: top;
      position: relative;
      color: #ccc; }
      .page .breadcrumb ol li::before {
        content: "";
        margin-right: 50px;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -35px;
        background: #ccc; }
      .page .breadcrumb ol li:first-child::before {
        display: none; }
      .page .breadcrumb ol li a {
        text-decoration: none;
        color: #ccc; }
        .page .breadcrumb ol li a:hover {
          text-decoration: underline; }
  .page .breadcrumb strong {
    font-weight: 400; }
.page .container {
  width: 1160px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .page .container {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page .container {
      padding-top: 40px;
      padding-bottom: 60px; } }

.page_fv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .page_fv .inner {
    width: 1160px;
    margin: 0 auto;
    height: 373px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_fv .inner {
        height: auto;
        padding-top: calc(500 / 750 * 100%); } }
    .page_fv .inner .big_txt {
      color: rgba(255, 255, 255, 0.2);
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        .page_fv .inner .big_txt {
          font-size: 20vw; } }
    .page_fv .inner .page_fv_ttl {
      color: #fff;
      z-index: 10;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 700;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      top: 50%;
      margin-top: -24px; }

.page_about .page_fv {
  background-image: url("img/about/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_about .page_fv {
      background-image: url("img/about/fv_sp.jpg"); } }
.page_about .inner {
  width: 1160px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .page_about .inner {
      width: 100%; } }
.page_about .section01 {
  padding: 150px 0;
  background: url("img/about/section01_bg.jpg") no-repeat center top;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 768px) {
    .page_about .section01 {
      padding: 80px 0;
      background-position: 50%;
      background-size: 170%;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section01 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section01 {
      padding-right: 30px; } }

  .page_about .section01 .ttl {
    position: relative;
    padding-top: 10px; }
    .page_about .section01 .ttl h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 768px) {
        .page_about .section01 .ttl h2 {
          font-size: 8vw;
          text-align: center; } }
    .page_about .section01 .ttl .big_txt {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .page_about .section01 .ttl .big_txt {
          font-size: 24vw;
          width: 100%;
          text-align: center; } }
  .page_about .section01 .wrap .item {
    margin-top: 120px; }
    @media only screen and (max-width: 768px) {
      .page_about .section01 .wrap .item {
        margin-top: 80px; } }
    .page_about .section01 .wrap .item h3 {
      font-weight: 700;
      font-size: 28px; }
      @media only screen and (max-width: 768px) {
        .page_about .section01 .wrap .item h3 {
          font-size: 28px;
          font-size: 2.8rem; } }
    .page_about .section01 .wrap .item .ja {
      margin-top: 20px;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem; }
    .page_about .section01 .wrap .item .en {
      font-weight: 400;
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      color: rgba(0, 0, 0, 0.3); }
.page_about .section02 {
  padding: 200px 0 100px;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 768px) {
    .page_about .section02 {
      padding: 80px 0 60px;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section02 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section02 {
      padding-right: 30px; } }

  .page_about .section02 .ttl {
    position: relative;
    padding-top: 10px; }
    .page_about .section02 .ttl h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 768px) {
        .page_about .section02 .ttl h2 {
          font-size: 8vw;
          text-align: center; } }
    .page_about .section02 .ttl .big_txt {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .page_about .section02 .ttl .big_txt {
          font-size: 20vw;
          width: 100%;
          text-align: center; } }
  .page_about .section02 .heading {
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page_about .section02 .heading {
        margin-top: 50px; } }
  .page_about .section02 .wrap {
    margin-top: 100px; }
    @media only screen and (max-width: 768px) {
      .page_about .section02 .wrap {
        margin-top: 50px; } }
    .page_about .section02 .wrap ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .page_about .section02 .wrap ul {
          display: block; } }
      .page_about .section02 .wrap ul li {
        width: 290px;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); }
        @media only screen and (max-width: 768px) {
          .page_about .section02 .wrap ul li {
            width: 100%;
            margin-top: 60px; }
            .page_about .section02 .wrap ul li:first-child {
              margin: 0; }
            .page_about .section02 .wrap ul li .image {
              width: 160px;
              margin: 0 auto; } }
        .page_about .section02 .wrap ul li.is_onscreen {
          animation-duration: 1.5s; }
          .page_about .section02 .wrap ul li.is_onscreen:nth-child(1) {
            -webkit-animation: lazyY 0.8s ease 0.08s 1 forwards;
            animation: lazyY 0.8s ease 0.08s 1 forwards; }
          .page_about .section02 .wrap ul li.is_onscreen:nth-child(2) {
            -webkit-animation: lazyY 0.8s ease 0.16s 1 forwards;
            animation: lazyY 0.8s ease 0.16s 1 forwards; }
          .page_about .section02 .wrap ul li.is_onscreen:nth-child(3) {
            -webkit-animation: lazyY 0.8s ease 0.24s 1 forwards;
            animation: lazyY 0.8s ease 0.24s 1 forwards; }
          .page_about .section02 .wrap ul li.is_onscreen:nth-child(4) {
            -webkit-animation: lazyY 0.8s ease 0.32s 1 forwards;
            animation: lazyY 0.8s ease 0.32s 1 forwards; }
        .page_about .section02 .wrap ul li::before {
          content: "";
          width: 86px;
          height: 1px;
          background: #ccc;
          left: -115px; }
          @media only screen and (min-width: 769px) {
            .page_about .section02 .wrap ul li::before {
              position: absolute;
              top: 50%;
              transform: translateY(-50%); } }
          @media only screen and (max-width: 768px) {
            .page_about .section02 .wrap ul li::before {
              width: 1px;
              height: 30px;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -40px; } }
        @media only screen and (min-width: 769px) {
          .page_about .section02 .wrap ul li:first-child::before {
            display: none; } }
        @media only screen and (max-width: 768px) {
          .page_about .section02 .wrap ul li:last-child::before {
            display: none; } }
    .page_about .section02 .wrap h3 {
      margin-top: 20px;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .page_about .section02 .wrap h3 {
          margin-top: 15px; } }
  .page_about .section02 .card_section {
    width: 620px;
    margin: 100px auto 0;
    border: 4px solid #d5d5d5;
    padding: 25px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_about .section02 .card_section {
        width: 100%;
        margin-top: 60px; } }
    .page_about .section02 .card_section .image {
      width: 450px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .page_about .section02 .card_section .image {
          width: 100%; } }
    .page_about .section02 .card_section p {
      margin-top: 10px;
      font-size: 14px;
      font-size: 1.4rem; }
.page_about .section03 {
  padding: 200px 0 150px; }
  @media only screen and (max-width: 768px) {
    .page_about .section03 {
      padding: 80px 0 60px;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section03 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_about .section03 {
      padding-right: 30px; } }

  .page_about .section03 .ttl {
    position: relative;
    padding-top: 10px; }
    .page_about .section03 .ttl h2 {
      font-size: 44px;
      font-weight: 700;
      color: #000;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 768px) {
        .page_about .section03 .ttl h2 {
          font-size: 8vw;
          text-align: center; } }
    .page_about .section03 .ttl .big_txt {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1;
      letter-spacing: -0,02; }
      @media only screen and (max-width: 768px) {
        .page_about .section03 .ttl .big_txt {
          font-size: 18vw;
          width: 100%;
          text-align: center; } }
  .page_about .section03 .heading {
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page_about .section03 .heading {
        margin-top: 50px; } }
  .page_about .section03 .wrap {
    margin-top: 100px; }
    @media only screen and (max-width: 768px) {
      .page_about .section03 .wrap {
        margin-top: 50px; } }
    .page_about .section03 .wrap ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .page_about .section03 .wrap ul {
          display: block; } }
      .page_about .section03 .wrap ul li {
        width: 290px;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); }
        @media only screen and (max-width: 768px) {
          .page_about .section03 .wrap ul li {
            width: 100%;
            margin-top: 60px; }
            .page_about .section03 .wrap ul li:first-child {
              margin: 0; }
            .page_about .section03 .wrap ul li .image {
              width: 160px;
              margin: 0 auto; } }
        .page_about .section03 .wrap ul li.is_onscreen {
          animation-duration: 1.5s; }
          .page_about .section03 .wrap ul li.is_onscreen:nth-child(1) {
            -webkit-animation: lazyY 0.8s ease 0.08s 1 forwards;
            animation: lazyY 0.8s ease 0.08s 1 forwards; }
          .page_about .section03 .wrap ul li.is_onscreen:nth-child(2) {
            -webkit-animation: lazyY 0.8s ease 0.16s 1 forwards;
            animation: lazyY 0.8s ease 0.16s 1 forwards; }
          .page_about .section03 .wrap ul li.is_onscreen:nth-child(3) {
            -webkit-animation: lazyY 0.8s ease 0.24s 1 forwards;
            animation: lazyY 0.8s ease 0.24s 1 forwards; }
          .page_about .section03 .wrap ul li.is_onscreen:nth-child(4) {
            -webkit-animation: lazyY 0.8s ease 0.32s 1 forwards;
            animation: lazyY 0.8s ease 0.32s 1 forwards; }
        .page_about .section03 .wrap ul li::before {
          content: "";
          width: 86px;
          height: 1px;
          background: #ccc;
          left: -115px; }
          @media only screen and (min-width: 769px) {
            .page_about .section03 .wrap ul li::before {
              position: absolute;
              top: 50%;
              transform: translateY(-50%); } }
          @media only screen and (max-width: 768px) {
            .page_about .section03 .wrap ul li::before {
              width: 1px;
              height: 30px;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -40px; } }
        @media only screen and (min-width: 769px) {
          .page_about .section03 .wrap ul li:first-child::before {
            display: none; } }
        @media only screen and (max-width: 768px) {
          .page_about .section03 .wrap ul li:last-child::before {
            display: none; } }
    .page_about .section03 .wrap h3 {
      margin-top: 20px;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .page_about .section03 .wrap h3 {
          margin-top: 15px; } }
    .page_about .section03 .wrap .logo_msad {
      margin: 50px auto 0;
      width: 300px; }
      @media only screen and (max-width: 768px) {
        .page_about .section03 .wrap .logo_msad {
          width: 250px; } }
  .page_about .section03 .main_btn {
    width: 240px;
    margin: 45px auto 0; }

.page_company .page_fv {
  background-image: url("img/company/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_company .page_fv {
      background-image: url("img/company/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_company .section01 {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_company .section01 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_company .section01 {
      padding-right: 30px; } }

.page_company .section01 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .page_company .section01 .wrap {
      display: block; } }
  .page_company .section01 .wrap .txt, .page_company .section01 .wrap .map {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .page_company .section01 .wrap .txt, .page_company .section01 .wrap .map {
        width: 100%; } }
  .page_company .section01 .wrap .txt {
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      .page_company .section01 .wrap .txt {
        padding: 0 0 30px 0; } }
  .page_company .section01 .wrap .map ul li {
    margin-top: 20px; }
    .page_company .section01 .wrap .map ul li:first-child {
      margin-top: 0; }
  .page_company .section01 .wrap .map iframe {
    width: 100%;
    height: 400px; }
    @media only screen and (max-width: 768px) {
      .page_company .section01 .wrap .map iframe {
        height: 240px; } }

.page_contact .page_fv {
  background-image: url("img/contact/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_contact .page_fv {
      background-image: url("img/contact/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_contact .section01 {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_contact .section01 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_contact .section01 {
      padding-right: 30px; } }

.page_contact .section01 .heading {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
.page_contact .section01 .phone {
  text-align: center;
  margin-top: 40px; }
  .page_contact .section01 .phone .phone_inner {
    display: inline-block;
    border: 4px solid #d5d5d5;
    padding: 30px 100px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_contact .section01 .phone .phone_inner {
        display: block;
        padding: 30px 20px; } }
  .page_contact .section01 .phone .phone_number a {
    font-weight: 500;
    text-decoration: none;
    font-size: 34px;
    position: relative;
    padding-left: 36px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .page_contact .section01 .phone .phone_number a {
        font-size: 7vw;
        padding-left: 30px; } }
    .page_contact .section01 .phone .phone_number a::before {
      content: "";
      position: absolute;
      width: 26px;
      height: 100%;
      background-image: url("img/contact/ico_phone.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .page_contact .section01 .phone .phone_number a::before {
          width: 20px; } }
  .page_contact .section01 .phone p {
    font-size: 14px;
    font-size: 1.4rem; }
.page_contact .section01 .main_btn {
  width: 240px;
  margin: 50px auto 0; }
.page_contact .section02 {
  width: 780px;
  margin: 0 auto;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .page_contact .section02 {
      width: 100%;
      margin-top: 50px;
      padding-left: 8%;
      padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_contact .section02 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_contact .section02 {
      padding-right: 30px; } }

  .page_contact .section02 .remarks {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .page_contact .section02 .default_table th {
    width: 30%; }
  @media only screen and (max-width: 768px) {
    .page_contact .section02 .default_table th, .page_contact .section02 .default_table td {
      display: block;
      width: 100%; }
    .page_contact .section02 .default_table tr:first-child th {
      border-top: 1px solid #dbdbdb; }
    .page_contact .section02 .default_table tr:first-child td {
      border-top: none; }
    .page_contact .section02 .default_table th {
      border-bottom: none;
      position: relative; }
      .page_contact .section02 .default_table th::before {
        content: "";
        position: absolute;
        z-index: 10;
        width: 40%;
        height: 1px;
        top: -1px;
        left: 0;
        background: #d3212a; }
    .page_contact .section02 .default_table th {
      padding: 30px 0 0; }
    .page_contact .section02 .default_table td {
      padding: 15px 0 30px; } }
  .page_contact .section02 .submit_btn {
    width: 320px;
    margin: 50px auto 0;
    position: relative;
    -webkit-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    border-radius: 74px;
    overflow: hidden;
    height: 74px;
    z-index: 1; }
    .page_contact .section02 .submit_btn::before, .page_contact .section02 .submit_btn::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0; }
    .page_contact .section02 .submit_btn::before {
      z-index: -1;
      background: #d3212a;
      background: -webkit-linear-gradient(right, #d3212a 0%, #bc111a 100%);
      background: linear-gradient(to right, #d3212a 0%, #bc111a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3212a', endColorstr=' #bc111a', GradientType=1);
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
    .page_contact .section02 .submit_btn::after {
      z-index: -2;
      background: #bc111a;
      background: -webkit-linear-gradient(right, #bc111a 0%, #d3212a 100%);
      background: linear-gradient(to right, #bc111a 0%, #d3212a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc111a', endColorstr=' #d3212a', GradientType=1); }
    .page_contact .section02 .submit_btn i {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 24px;
      width: 22px;
      height: 1px;
      background: #fff;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .page_contact .section02 .submit_btn:hover::before {
        opacity: 0; }
      .page_contact .section02 .submit_btn:hover i {
        right: 18px; } }
    .page_contact .section02 .submit_btn input {
      border: none;
      width: 100%;
      display: block;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      text-align: center;
      line-height: 74px;
      color: #fff;
      padding-right: 24px;
      z-index: 0; }
      @media only screen and (max-width: 768px) {
        .page_contact .section02 .submit_btn input {
          font-size: 19px;
          font-size: 1.9rem;
          padding-right: 10px; } }
  .page_contact .section02 .form_section .wpcf7-not-valid-tip {
    margin-top: 0.5em;
    font-size: 12px;
    font-size: 1.2rem; }
  .page_contact .section02 .form_section .wpcf7-radio input {
    display: none; }
  @media only screen and (min-width: 769px) {
    .page_contact .section02 .form_section .wpcf7-radio {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item {
        display: inline-block;
        margin: 0;
        margin-right: 30px; }
        .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item:last-child {
          margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item {
      display: block;
      width: 100%;
      margin: 0;
      margin-top: 10px; }
      .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item:first-child {
        margin-top: 0; } }
  .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    line-height: 1;
    display: block;
    padding-left: 30px;
    padding-bottom: 3px; }
    @media only screen and (max-width: 768px) {
      .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item-label {
        border: 1px solid #ddd;
        padding: 18px 20px 20px 50px; } }
    .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item-label::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      border: 1px solid #ccc;
      background: #fff;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .page_contact .section02 .form_section .wpcf7-radio .wpcf7-list-item-label::before {
          left: 20px; } }
  .page_contact .section02 .form_section .wpcf7-radio input:checked + .wpcf7-list-item-label {
    color: #d3212a;
    border-color: #d3212a; }
    @media only screen and (max-width: 768px) {
      .page_contact .section02 .form_section .wpcf7-radio input:checked + .wpcf7-list-item-label {
        background: white; } }
    .page_contact .section02 .form_section .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 3px;
      width: 10px;
      height: 10px;
      background: #d3212a;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        .page_contact .section02 .form_section .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
          left: 23px; } }

.page_news_archive .page_fv {
  background-image: url("img/news/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_news_archive .page_fv {
      background-image: url("img/news/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_news_archive .news_archive {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_news_archive .news_archive {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_news_archive .news_archive {
      padding-right: 30px; } }

.page_news_archive .news_archive ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.page_news_single .page_fv {
  background-image: url("img/news/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_news_single .page_fv {
      background-image: url("img/news/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_news_single .breadcrumb ol li:last-child {
    display: none; } }
@media only screen and (max-width: 768px) {
  .page_news_single .news_single {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_news_single .news_single {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_news_single .news_single {
      padding-right: 30px; } }

.page_news_single .news_single .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .page_news_single .news_single .overview .date {
    color: #838383; }
  .page_news_single .news_single .overview .category {
    margin-left: 20px; }
    .page_news_single .news_single .overview .category span {
      display: inline-block;
      text-align: center;
      background: #d3212a;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      padding: 5px 50px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
      @media only screen and (max-width: 768px) {
        .page_news_single .news_single .overview .category span {
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          padding: 2px 20px; } }
.page_news_single .news_single .news_single_ttl {
  margin-top: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700; }
.page_news_single .news_single .article_body {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc; }
  .page_news_single .news_single .article_body .eyecatch {
    margin-bottom: 40px; }
  .page_news_single .news_single .article_body h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #d3212a;
    font-weight: 700;
    margin: 40px 0; }
  @media only screen and (max-width: 768px) {
    .page_news_single .news_single .article_body {
      font-size: 16px;
      font-size: 1.6rem; } }
.page_news_single .news_single .main_btn {
  width: 240px;
  margin: 80px auto 0; }
  @media only screen and (max-width: 768px) {
    .page_news_single .news_single .main_btn {
      margin-top: 40px; } }

.page_works_archive .page_fv {
  background-image: url("img/works/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_works_archive .page_fv {
      background-image: url("img/works/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_works_archive .works_archive {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_works_archive .works_archive {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_works_archive .works_archive {
      padding-right: 30px; } }

.page_works_archive .works_archive ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .page_works_archive .works_archive ul {
      display: block; } }
  .page_works_archive .works_archive ul li {
    width: calc((100% - 4%) / 3);
    margin-left: 2%;
    -webkit-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
    -moz-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
    -ms-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
    -o-box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
    box-shadow: 9px 9px 45px rgba(0, 129, 207, 0.14);
    margin-top: 50px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    @media only screen and (min-width: 769px) {
      .page_works_archive .works_archive ul li:nth-child(1), .page_works_archive .works_archive ul li:nth-child(2), .page_works_archive .works_archive ul li:nth-child(3) {
        margin-top: 0; }
      .page_works_archive .works_archive ul li:nth-child(3n+1) {
        margin-left: 0; } }
    @media only screen and (max-width: 768px) {
      .page_works_archive .works_archive ul li {
        width: 100%;
        margin: 30px 0 0; }
        .page_works_archive .works_archive ul li:first-child {
          margin: 0; } }
    .page_works_archive .works_archive ul li.is_onscreen {
      animation-duration: 1.5s; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(1) {
        -webkit-animation: lazyY 0.8s ease 0.08s 1 forwards;
        animation: lazyY 0.8s ease 0.08s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(2) {
        -webkit-animation: lazyY 0.8s ease 0.16s 1 forwards;
        animation: lazyY 0.8s ease 0.16s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(3) {
        -webkit-animation: lazyY 0.8s ease 0.24s 1 forwards;
        animation: lazyY 0.8s ease 0.24s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(4) {
        -webkit-animation: lazyY 0.8s ease 0.32s 1 forwards;
        animation: lazyY 0.8s ease 0.32s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(5) {
        -webkit-animation: lazyY 0.8s ease 0.4s 1 forwards;
        animation: lazyY 0.8s ease 0.4s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(6) {
        -webkit-animation: lazyY 0.8s ease 0.48s 1 forwards;
        animation: lazyY 0.8s ease 0.48s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(7) {
        -webkit-animation: lazyY 0.8s ease 0.56s 1 forwards;
        animation: lazyY 0.8s ease 0.56s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(8) {
        -webkit-animation: lazyY 0.8s ease 0.64s 1 forwards;
        animation: lazyY 0.8s ease 0.64s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(9) {
        -webkit-animation: lazyY 0.8s ease 0.72s 1 forwards;
        animation: lazyY 0.8s ease 0.72s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(10) {
        -webkit-animation: lazyY 0.8s ease 0.8s 1 forwards;
        animation: lazyY 0.8s ease 0.8s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(11) {
        -webkit-animation: lazyY 0.8s ease 0.88s 1 forwards;
        animation: lazyY 0.8s ease 0.88s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(12) {
        -webkit-animation: lazyY 0.8s ease 0.96s 1 forwards;
        animation: lazyY 0.8s ease 0.96s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(13) {
        -webkit-animation: lazyY 0.8s ease 1.04s 1 forwards;
        animation: lazyY 0.8s ease 1.04s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(14) {
        -webkit-animation: lazyY 0.8s ease 1.12s 1 forwards;
        animation: lazyY 0.8s ease 1.12s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(15) {
        -webkit-animation: lazyY 0.8s ease 1.2s 1 forwards;
        animation: lazyY 0.8s ease 1.2s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(16) {
        -webkit-animation: lazyY 0.8s ease 1.28s 1 forwards;
        animation: lazyY 0.8s ease 1.28s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(17) {
        -webkit-animation: lazyY 0.8s ease 1.36s 1 forwards;
        animation: lazyY 0.8s ease 1.36s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(18) {
        -webkit-animation: lazyY 0.8s ease 1.44s 1 forwards;
        animation: lazyY 0.8s ease 1.44s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(19) {
        -webkit-animation: lazyY 0.8s ease 1.52s 1 forwards;
        animation: lazyY 0.8s ease 1.52s 1 forwards; }
      .page_works_archive .works_archive ul li.is_onscreen:nth-child(20) {
        -webkit-animation: lazyY 0.8s ease 1.6s 1 forwards;
        animation: lazyY 0.8s ease 1.6s 1 forwards; }
    .page_works_archive .works_archive ul li a {
      display: block;
      text-decoration: none;
      position: relative; }
      .page_works_archive .works_archive ul li a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .page_works_archive .works_archive ul li a .image {
        overflow: hidden; }
        .page_works_archive .works_archive ul li a .image img {
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
      @media only screen and (min-width: 769px) {
        .page_works_archive .works_archive ul li a:hover img {
          transform: scale(1.1);
          transition-duration: 0.3s; } }
    .page_works_archive .works_archive ul li .category {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 12px;
      background: rgba(0, 0, 0, 0.7);
      padding: 2px 15px;
      color: #fff;
      z-index: 10; }
    .page_works_archive .works_archive ul li .txt {
      padding: 20px 25px 25px;
      background: #fff; }
      .page_works_archive .works_archive ul li .txt .ttl {
        font-size: 20px;
        font-weight: 700; }
      .page_works_archive .works_archive ul li .txt p {
        margin-top: 20px; }

.works_slider .image,
.works_archive .image {
  position: relative;
  padding-top: calc(480 / 750 * 100%); }
  .works_slider .image img,
  .works_archive .image img {
    position: absolute;
    top: 0;
    left: 0; }

.page_works_single .page_fv {
  background-image: url("img/works/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_works_single .page_fv {
      background-image: url("img/works/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_works_single .breadcrumb ol li:last-child {
    display: none; }
  .page_works_single .works_single {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_works_single .works_single {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_works_single .works_single {
      padding-right: 30px; } }

.page_works_single .works_single_ttl {
  margin-top: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700; }
.page_works_single .works_wrap {
  margin-top: 50px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .page_works_single .works_wrap {
      margin-top: 30px;
      display: block; }
      .page_works_single .works_wrap .default_table th {
        width: 35%; } }
  .page_works_single .works_wrap .image, .page_works_single .works_wrap .txt {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .page_works_single .works_wrap .image, .page_works_single .works_wrap .txt {
        width: 100%; } }
  .page_works_single .works_wrap .txt {
    padding-left: 40px; }
    @media only screen and (max-width: 768px) {
      .page_works_single .works_wrap .txt {
        padding: 30px 0 0; } }
    .page_works_single .works_wrap .txt a {
      text-decoration: none; }
  .page_works_single .works_wrap .slider, .page_works_single .works_wrap .thumbnail {
    opacity: 0;
    transition: opacity .3s linear; }
    .page_works_single .works_wrap .slider.slick-initialized, .page_works_single .works_wrap .thumbnail.slick-initialized {
      opacity: 1; }
  .page_works_single .works_wrap .thumbnail {
    margin-top: 20px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .page_works_single .works_wrap .thumbnail {
        margin-top: 10px; } }
    .page_works_single .works_wrap .thumbnail .slick-track {
      margin-left: 0; }
    .page_works_single .works_wrap .thumbnail .thumbnail-img {
      overflow: hidden;
      border-right: 2px solid #fff; }
      .page_works_single .works_wrap .thumbnail .thumbnail-img img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        filter: alpha(opacity=35);
        -moz-opacity: 0.35;
        opacity: 0.35;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .page_works_single .works_wrap .thumbnail .thumbnail-img img {
            height: 50px; } }
      .page_works_single .works_wrap .thumbnail .thumbnail-img.slick-current img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
.page_works_single .works_comment {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem; }
.page_works_single .main_btn {
  width: 240px;
  margin: 50px auto 0; }

.page_privacy .page_fv {
  background-image: url("img/contact/fv.jpg"); }
  @media only screen and (max-width: 768px) {
    .page_privacy .page_fv {
      background-image: url("img/contact/fv_sp.jpg"); } }
@media only screen and (max-width: 768px) {
  .page_privacy .section01 {
    padding-left: 8%;
    padding-right: 8%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_privacy .section01 {
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .page_privacy .section01 {
      padding-right: 30px; } }

.page_privacy .section01 .inner {
  width: 1160px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .page_privacy .section01 .inner {
      width: 100%; } }
.page_privacy .section01 .top_ttl {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700; }
.page_privacy .section01 .wrap {
  margin-top: 60px;
  padding: 0 100px; }
  @media only screen and (max-width: 768px) {
    .page_privacy .section01 .wrap {
      margin-top: 40px;
      padding: 0; } }
  .page_privacy .section01 .wrap .item {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .page_privacy .section01 .wrap .item {
        margin-top: 30px; } }
    .page_privacy .section01 .wrap .item:first-child {
      margin-top: 0; }
    .page_privacy .section01 .wrap .item h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px; }
.page_privacy .section01 .decimal {
  list-style: decimal;
  margin-left: 20px; }
.page_privacy .section01 .disc {
  list-style: disc;
  margin-left: 20px; }
