@charset "UTF-8";
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
select,
option,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 5px;
  height: 100vh;
  top: 0;
  left: 0;
  background: #f38200;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  z-index: 9999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.fade:after {
  opacity: 1;
}

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

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

iframe {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #f38200;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

i {
  position: relative;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
}

/*---------------------------------------------------------
汎用
---------------------------------------------------------*/
.wrap {
  position: relative;
  width: 100%;
  max-width: 1030px;
  z-index: 1;
  margin: 0 auto;
}
@media all and (max-width: 1030px) {
  .wrap {
    width: 90%;
  }
}

.wrap_inner {
  max-width: 830px;
  margin: auto;
}

.sp_only {
  display: none;
}

.sp_only2 {
  display: none;
}

.tab_only {
  display: none;
}

.flex {
  display: flex;
}

.col {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.item_top {
  align-items: flex-start !important;
}

.item_center {
  align-items: center;
}

.item_end {
  align-items: flex-end;
}

.v_top {
  vertical-align: top;
}

.hr_red {
  border-top: 4px solid #f38200;
}

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

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

.text_c {
  text-align: center;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

.mb80 {
  margin-bottom: 80px;
}

@media all and (max-width: 728px) {
  .sp_only {
    display: block !important;
  }
  .sp_only2 {
    display: inline-block !important;
  }
  .pc_only {
    display: none !important;
  }
  .img_l {
    float: none;
  }
  .img_r {
    float: none;
  }
}
/* --------------------------------------------------------
フォント指定
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl {
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
}

@media all and (max-width: 728px) {
  p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: 0.06em;
  }
}

.title_h {
  position: relative;
  padding-bottom: 40px;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1;
  letter-spacing: 0.003em;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.title_h:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #363636;
}
.title_h small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.002em;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 728px) {
  .title_h {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
  }
}

.page_title h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
}
.page_title h1 b {
  padding-bottom: 5px;
  background: linear-gradient(45deg, #ffb055, #f56003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_title h1 small {
  margin-top: 10px;
  display: block;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media all and (max-width: 728px) {
  .page_title {
    margin-bottom: 40px;
  }
  .page_title h1 {
    display: flex;
    align-items: flex-end;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
  }
  .page_title h1 b {
    padding-bottom: 0;
    line-height: 1;
  }
  .page_title h1 small {
    margin-top: 0;
    margin-left: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.h_style {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.h_style b {
  padding-bottom: 5px;
  font-size: 50px;
  font-size: 3.125rem;
  background: linear-gradient(45deg, #ffb055, #f56003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_style small {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 728px) {
  .h_style b {
    font-size: 32px;
    font-size: 2rem;
  }
  .h_style small {
    font-size: 16px;
    font-size: 1rem;
  }
}

.border_h {
  position: relative;
  z-index: 2;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 0.9142857143;
  letter-spacing: 0.06em;
  text-align: center;
}
.border_h strong {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}
.border_h em {
  display: inline-block;
  padding: 0 25px;
  color: #f38200;
  background: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}
.border_h:before, .border_h:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  vertical-align: middle;
  margin-left: 20px;
  width: 90%;
  height: 1px;
  background: #f38200;
  z-index: -1;
}
.border_h:before {
  left: 0;
}
.border_h:after {
  right: 0;
}

.cScroll__text {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

time {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0a655b;
}

.navi a {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}

p {
  letter-spacing: 0.06em;
}

.staff_card figcaption {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* --------------------------------------------------------
アニメーション
-------------------------------------------------------- */
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideX {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-X {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes animationZoom {
  100% {
    transform: scale(1.3);
  }
}
.item,
a {
  transition: all 0.2s ease-in-out;
}

.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -80px;
}
.col_2 > * {
  margin-left: 80px;
  width: calc(50% - 80px);
}

.col_3 {
  margin-left: -50px;
}
.col_3 > * {
  margin-left: 50px;
  width: calc(33.33333% - 50px);
}

.col_4 {
  margin-left: -45px;
}
.col_4 > * {
  margin-left: 45px;
  width: calc(25% - 30px);
}

@media all and (max-width: 728px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
}

/* -----------------------------------------------------
アニメーション用
----------------------------------------------------- */
.invisible {
  opacity: 0;
  transition: all 1s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

.navi_open {
  overflow: hidden;
}

.fadeInUp {
  animation: fadeInUp 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeOutDown {
  animation: fadeOutDown 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* -----------------------------------------------------
LoadingのためのCSS
----------------------------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: no-repeat 50%/cover url(../img/photo/loading_bg.jpg);
  text-align: center;
  color: #fff;
  animation: 30s 1 zoomOut;
  animation-fill-mode: forwards;
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#splash #splash_logo .mark {
  animation: 2.5s linear infinite rotation;
  margin-bottom: 6px;
}
#splash #splash_logo img {
  display: block;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery_slide {
  overflow: hidden;
}
.gallery_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery_slide {
  margin-right: calc(50% - 50vw);
}
.gallery_slide .photo_img:before {
  padding-top: 86.3636363636%;
}

/* ==========================================================================
モーダルウィンドウ
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  -ms-filter: blur(6px);
  filter: blur(6px);
  background: rgba(255, 255, 255, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
/* Media queries
========================================================================== */
.remodal {
  max-width: 870px;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.remodal h3 {
  margin: 10px 0;
  font-size: 24px;
}
.remodal article {
  text-align: left;
}
.remodal .en_name {
  margin: 0 0 20px;
  font-size: 13px;
}
@media all and (max-width: 728px) {
  .remodal article {
    padding: 25px;
  }
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  right: 0;
  z-index: 200;
  display: block;
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.remodal-close:before {
  font-family: sans-serif, Arial, "Helvetica CY", "Nimbus Sans L" !important;
  font-size: 24px;
  line-height: 23px;
  display: block;
  content: "×";
  text-align: center;
  color: #000;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
	 ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
	 ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 560px;
}

/* ==========================================================================
	 Remodal's necessary styles
	 ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

@media (max-width: 740px) {
  .remodal-wrapper {
    height: 100%;
  }
  .remodal {
    width: 100%;
    height: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ir9qwh");
  src: url("../fonts/icomoon.eot?ir9qwh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ir9qwh") format("truetype"), url("../fonts/icomoon.woff?ir9qwh") format("woff"), url("../fonts/icomoon.svg?ir9qwh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e92f";
}

.icon-youtube:before {
  content: "\e930";
}

.icon-mail_hexa:before {
  content: "\e931";
}

.icon-tel_hexa:before {
  content: "\e932";
}

.icon-user-alt:before {
  content: "\e929";
}

.icon-shopping-cart:before {
  content: "\e92a";
}

.icon-cart_icon:before {
  content: "\e922";
}

.icon-laser_icon:before {
  content: "\e923";
}

.icon-maki_icon:before {
  content: "\e924";
}

.icon-arrow_border_r4:before {
  content: "\e92b";
}

.icon-arrow_border_b4:before {
  content: "\e92e";
}

.icon-arrow-r_icon:before {
  content: "\e925";
}

.icon-arrow_border_b3:before {
  content: "\e921";
}

.icon-arrow_border_b2:before {
  content: "\e91f";
}

.icon-arrow_border_r2:before {
  content: "\e91e";
}

.icon-arrow_border_r:before {
  content: "\e91a";
}

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

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

.icon-c_arrow_r2:before {
  content: "\e90a";
}

.icon-arrow_l2:before {
  content: "\e92c";
}

.icon-arrow_r2:before {
  content: "\e92d";
}

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

.icon-arrow_down:before {
  content: "\e90e";
}

.icon-arrow_l:before {
  content: "\e90f";
}

.icon-arrow_r:before {
  content: "\e910";
}

.icon-tel2:before {
  content: "\e933";
}

.icon-phone:before {
  content: "\e90c";
}

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

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

.icon-phone4:before {
  content: "\e926";
}

.icon-blank2:before {
  content: "\e920";
}

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

.icon-free:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e90b";
}

.icon-line_cl:before {
  content: "\e91b";
}

.icon-facebook_cl:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-Facebook2:before {
  content: "\e927";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-instagram_cl:before {
  content: "\e91d";
}

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

.icon-home:before {
  content: "\e912";
}

.icon-home2:before {
  content: "\e914";
}

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

.icon-pen1:before {
  content: "\e913";
}

.icon-bell:before {
  content: "\e919";
}

.icon-map:before {
  content: "\e915";
}

.icon-mail:before {
  content: "\e909";
}

.icon-mail2:before {
  content: "\e916";
}

.icon-mail3:before {
  content: "\e928";
}

.icon-doc:before {
  content: "\e917";
}

.icon-pen:before {
  content: "\e918";
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  position: relative;
  top: 5px;
  cursor: pointer;
  width: 60px;
  height: 35px;
  z-index: 102;
  background: #000;
  transition: all 0.6s;
  /* ≡ */
}
.toggle:before, .toggle:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}
.toggle:before {
  transform: rotate(60deg);
}
.toggle:after {
  transform: rotate(-60deg);
}
.toggle span {
  display: inline-block;
}
.toggle i:before,
.toggle i,
.toggle i:after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  content: "";
  display: block;
  height: 2px;
  width: 26px;
  background: #fff;
  transition: 0.35s ease-in-out;
}
.toggle i:before {
  top: -10px;
}
.toggle i {
  top: 50%;
}
.toggle i:after {
  top: 10px;
}
@media all and (max-width: 728px) {
  .toggle {
    display: block;
    margin-left: auto;
    top: 20px;
    right: 0;
    transform: translateY(0);
  }
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
  /* ≡ > ×アニメーション */
}
#open:checked ~ #navi_main {
  visibility: visible;
  opacity: 1;
}
#open:checked ~ .toggle i:before {
  top: 0px;
  left: -15px;
  transform: rotate(315deg);
}
#open:checked ~ .toggle i {
  width: 0;
}
#open:checked ~ .toggle i:after {
  top: 0px;
  left: -15px;
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  visibility: hidden;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

#open:checked ~ .bgclose {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.navi li {
  margin-right: 30px;
}
.navi a {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.navi a em {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  color: #f38200;
}

#navi_main {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
#navi_main ul {
  width: 45%;
  max-width: 1030px;
  margin: auto;
  flex-direction: column;
}
#navi_main ul li {
  line-height: 1;
}
#navi_main ul li a {
  padding: 20px;
  display: inline-block;
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
#navi_main ul li a em {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #f38200;
}
#navi_main address {
  width: 30%;
  margin: auto;
}
#navi_main address .time {
  margin-bottom: 20px;
}
#navi_main address .time time {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  padding: 14px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
#navi_main address .time time span {
  padding: 0 10px;
}
#navi_main address .time time b {
  margin-left: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #f38200;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
#navi_main address .time time strong {
  margin-left: 10px;
  color: #f38200;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
#navi_main address .time p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
#navi_main address .time p b {
  color: #f38200;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
#navi_main address .tel {
  margin-bottom: 20px;
}
#navi_main address .tel p {
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}
#navi_main address .tel h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #f38200;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
}
#navi_main address .tel h4 i {
  margin-right: 14px;
  color: #000;
}
#navi_main address .line_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 12px;
  color: #000;
  border: 1px solid #000;
}
#navi_main address .line_btn i {
  margin-right: 12px;
}
#navi_main address .line_btn:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid #f38200;
  background: #f38200;
}
#navi_main address .sns_area {
  text-align: center;
}
#navi_main address .sns_area dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
#navi_main address .sns_area dd {
  display: inline-block;
  margin: 10px 10px 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}
#navi_main .navi_sns_btn {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media all and (max-width: 728px) {
  #navi_main {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }
  #navi_main ul {
    width: 100%;
  }
  #navi_main ul li a {
    padding: 20px 20px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #navi_main address {
    width: 90%;
    margin: 30px auto 0;
  }
  #navi_main address h4 {
    text-align: center;
  }
}

.page_nav {
  position: fixed;
  top: 50%;
  left: 40px;
  z-index: 99;
  transform: translateY(-50%);
}
.page_nav li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 2px;
  color: #363636;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.page_nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_nav .current a:after {
  border-bottom: 2px solid #000;
  animation: border_anim 0.5s ease forwards;
}
@media all and (max-width: 728px) {
  .page_nav {
    display: none;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_back {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
/* -----------------------------------------------------------
ボタン設定
----------------------------------------------------------- */
.btn_area .more_btn {
  margin: auto;
}
@media all and (max-width: 728px) {
  .btn_area {
    text-align: center;
  }
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #363636;
  background: #fff;
}
.btn i {
  display: inline-block;
  margin-left: 10px;
}

.line_btn {
  display: flex;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  border: 2px solid #fff;
}
.line_btn h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
.line_btn h3 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (max-width: 728px) {
  .line_btn h3 {
    text-align: left;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.more {
  color: #f38200;
}
.more i {
  margin-left: 20px;
}

.contact_btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  padding: 30px 12px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #f38200;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
          clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}
.contact_btn i {
  display: inline-block;
  margin-bottom: 10px;
}
@media all and (max-width: 728px) {
  .contact_btn {
    padding: 10px 12px;
    writing-mode: horizontal-tb;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* -----------------------------------------------------------
ページネーション
----------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.pagination span,
.pagination a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2.5px;
  text-align: center;
  border-radius: 10px;
}
.pagination span {
  color: #fff;
  background: #000;
}
.pagination a {
  color: #fff;
  background: #e7e3d4;
}
.pagination a:hover {
  color: #fff;
  background: #000;
}
.pagination i {
  top: 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
.pagination .prev,
.pagination .next {
  margin: 0 8px;
  border-radius: 50%;
  color: #fff;
  background: #000;
}

.swiper-pagination-bullet {
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background: #cccccc;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.index_top .swiper-pagination-bullet-active {
  background: #fff;
}

/* -----------------------------------------------------------
ページ内リンク
----------------------------------------------------------- */
.cate_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
}
.cate_list a {
  display: block;
  margin: 0 10px;
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  color: #f38200;
  border: 1px solid #f38200;
  font-weight: bold;
}
.cate_list a:hover {
  opacity: 1;
  color: #fff;
  background: #f38200;
}
@media all and (max-width: 728px) {
  .cate_list {
    flex-direction: column;
  }
  .cate_list li {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 728px) {
  main {
    overflow: hidden;
  }
}
/*---------------------------------------------------------
個パーツ
---------------------------------------------------------*/
.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo:after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.loop_js {
  display: flex;
  width: 300vw;
  overflow: hidden;
}
.loop_js img {
  display: block;
  margin-right: 10px;
}

.slide_wrap {
  position: relative;
}
.slide_wrap .pickup_dot {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.slide_wrap .pickup_prev,
.slide_wrap .pickup_next {
  color: #f38200;
}

.visual,
.pickup {
  overflow: hidden;
}

/*---------------------------------------------------------
レイアウトパーツ
---------------------------------------------------------*/
.title_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  /*
  .title_h {
  	display: flex;
  	align-items: baseline;
  	em {
  		margin-left:20px;
  	}
  }
  */
}
.title_col .more_btn {
  width: 30px;
  height: 30px;
  line-height: 22px;
}
.title_col .more_btn .icon_arrow {
  margin-left: -3px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  transform: rotate(-45deg);
}
@media all and (max-width: 728px) {
  .title_col {
    flex-direction: column;
  }
}

.title_area {
  display: flex;
  flex-direction: column;
}
.title_area h2 {
  margin-bottom: 30px;
}
.title_area nav {
  display: flex;
}
.title_area nav .next {
  margin-right: 15px;
}
.title_area nav i {
  font-size: 26px;
}
.title_area .btn_area {
  margin-top: auto;
  padding-bottom: 30px;
}

.item_card {
  display: flex;
  position: relative;
  align-items: center;
}
.item_card > * {
  width: 50%;
}
.item_card .cate {
  margin-bottom: 20px;
}
.item_card .photo_img:before {
  padding-top: 67.8571428571%;
}
.item_card article {
  padding-left: 5%;
}
.item_card article h2 {
  margin-bottom: 30px;
}
.item_card article h3 {
  margin-bottom: 22px;
  display: flex;
}
.item_card article h3:before {
  display: block;
  content: "";
  width: 5px;
  margin-right: 15px;
  background: linear-gradient(to bottom, #f38200, #ffb055);
}
.item_card article p {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
}
@media all and (max-width: 728px) {
  .item_card {
    flex-direction: column;
  }
  .item_card > * {
    width: 100%;
  }
  .item_card .photo_img {
    margin-bottom: 20px;
  }
  .item_card article {
    padding-left: 0;
  }
  .item_card article h3 {
    margin-bottom: 22px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .item_card article p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.figure_right .photo_img {
  order: 2;
}
.figure_right article {
  order: 1;
  padding-left: 0;
  padding-right: 10%;
}
@media all and (max-width: 728px) {
  .figure_right .photo_img {
    order: 1;
  }
  .figure_right article {
    order: 2;
    padding-right: 0;
  }
}

.item {
  position: relative;
}
.item:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  z-index: -1;
  padding-top: 64.5161290323%;
  border: 1px solid #f38200;
}
.item .photo,
.item .photo_img {
  margin-bottom: 30px;
  mix-blend-mode: color-dodge;
}
.item .photo:before,
.item .photo_img:before {
  padding-top: 64.5161290323%;
}
.item .photo a,
.item .photo_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.item h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.news_card {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.news_card dt,
.news_card dd {
  font-size: 15px;
  font-size: 0.9375rem;
}
.news_card dt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.news_card dt time {
  margin-right: 15px;
}
.news_card dd {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #363636;
}
@media all and (max-width: 728px) {
  .news_card {
    flex-direction: column;
    align-items: flex-start;
  }
  .news_card dt {
    margin-bottom: 10px;
  }
  .news_card dd {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.cate {
  display: inline-block;
  min-width: 120px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: #fff;
}

.staff_card figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20px;
  font-size: 32px;
  font-size: 2rem;
  color: #ccc;
  mix-blend-mode: exclusion;
}
.staff_card .photo_img:before {
  padding-top: 120%;
}
.staff_card .photo_img img {
  -webkit-mask-image: url("../img/parts/hexa_mask.svg");
          mask-image: url("../img/parts/hexa_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.staff_card h3 {
  margin-bottom: 10px;
}
.staff_card p {
  font-size: 14px;
  font-size: 0.875rem;
}

.dl_table dl {
  display: flex;
  color: #363636;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  font-weight: 500;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
#header .header_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px 0;
}
@media all and (max-width: 728px) {
  #header .header_inner {
    padding: 10px 10px 0;
  }
  #header .header_inner .navi {
    display: none;
  }
}

#header.DownMove {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------------------------------------
お問い合わせエリア
---------------------------------------------------------*/
.sec_contact {
  width: 95%;
  padding: 65px 0;
  background: no-repeat 0 50%/cover url(../img/photo/contact_bg.jpg);
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
}
.sec_contact .col {
  justify-content: space-between;
  align-items: center;
}
.sec_contact article {
  width: 50%;
  color: #fff;
}
.sec_contact article .h_style {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 2rem;
}
.sec_contact article .h_style small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_contact article p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sec_contact .btn_area {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.sec_contact .btn_area .line_btn {
  align-items: center;
  min-height: 100px;
}
.sec_contact .btn_area .line_btn:first-child {
  margin-bottom: 15px;
}
.sec_contact .btn_area a.line_btn:hover {
  opacity: 1;
  color: #f38200;
  background: #fff;
}
.sec_contact .btn_area h3 em {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.sec_contact .btn_area .icon-tel_hexa,
.sec_contact .btn_area .icon-mail_hexa {
  margin: 0 20px;
  font-size: 48px;
}
.sec_contact .btn_area .icon-arrow-r_icon {
  margin-left: auto;
  margin-right: 20px;
}
@media all and (max-width: 728px) {
  .sec_contact {
    width: 100%;
    margin-bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .sec_contact .col {
    flex-direction: column;
  }
  .sec_contact article {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_contact .btn_area {
    width: 100%;
  }
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
footer {
  padding: 0 30px 50px;
}
footer .footer_upper {
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .footer_upper address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
footer .footer_upper .logo {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
footer .footer_upper .logo img {
  display: block;
  margin: 5px 0 15px;
}
footer .footer_upper nav {
  display: flex;
}
footer .footer_upper nav li {
  margin-right: 5em;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
footer .footer_upper nav li a {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
footer .footer_upper nav i {
  margin-right: 10px;
}
footer .footer_upper .time time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
}
footer .footer_upper .time time b {
  margin-left: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #f38200;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
footer .footer_upper .time time strong {
  margin-left: 10px;
  color: #f38200;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
footer .footer_upper .time p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
footer .footer_upper .time p b {
  color: #f38200;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
footer .footer_upper .tel p {
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}
footer .footer_upper .tel h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #f38200;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
}
footer .footer_upper .tel h4 i {
  margin-right: 14px;
  color: #000;
}
footer .footer_lower {
  align-items: center;
  justify-content: flex-end;
}
footer .footer_lower ul {
  display: flex;
}
footer .footer_lower ul li {
  margin-right: 20px;
}
footer .footer_lower ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
footer .copyright {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.6px;
}
@media all and (max-width: 728px) {
  footer {
    padding: 0 20px 80px;
  }
  footer .footer_upper {
    flex-direction: column;
    justify-content: center;
  }
  footer .footer_upper address {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer_upper address .logo img {
    margin: 5px auto 10px;
  }
  footer .footer_upper nav {
    display: none;
  }
  footer .footer_lower {
    flex-direction: column;
    justify-content: center;
  }
  footer .copyright {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */