@charset "UTF-8";
/* CSS Document */
/*====================================================================

common.css

=====================================================================*/
/* ========================================
 * foundation
 ======================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 源ノ角ゴシック　*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

/* added */
ol li {
  list-style: none;
}

/* added */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  background: #fff;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: Arial, "Noto Sans Japanese", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #202020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  word-wrap: break-word;
  height: 100%;
}

section:after,
article:after {
  content: "";
  clear: both;
  display: block;
}

/* a
----------------------------------------------------------------*/
:link, :visited {
  text-decoration: underline;
}

:hover, :active {
  text-decoration: none;
}

/* h
----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mdtl9z");
  src: url("../fonts/icomoon.eot?mdtl9z#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mdtl9z") format("truetype"), url("../fonts/icomoon.woff?mdtl9z") format("woff"), url("../fonts/icomoon.svg?mdtl9z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-top_arrow:before {
  content: "\e316";
}

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

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

.icon-search:before {
  content: "\f002";
}

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

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

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

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

#wrapper {
  visibility: hidden;
}

.btn__wrap {
  margin: 0 auto;
  display: block;
}

/* brn */
*[class^="btn-"] {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position: relative;
  padding: 4px 2rem;
  padding: .4rem 2rem;
  border: 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
*[class^="btn-"]:hover::before {
  right: .5rem;
}

.btn--main {
  color: #fff;
  background-color: #1066cf;
  border-color: #1066cf;
}
.btn--main:hover {
  background-color: #47d08c;
  border-color: #47d08c;
}

.btn--arrow {
  color: #fff;
  border-color: #fff;
  position: relative;
}
.btn--arrow::after {
  font-family: "icomoon";
  content: "\e315";
  position: absolute;
  right: 1rem;
  top: .5rem;
}

/* animate css
----------------------------------------------------------------*/
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header::after {
  display: block;
  content: "";
  clear: both;
}
header.fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  background: rgba(255, 255, 255, 0.8);
}

.header__inner {
  position: relative;
  transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  padding: .7rem 2%;
}
.header__inner::after {
  display: block;
  content: "";
  clear: both;
}

h1 {
  font-weight: normal;
  letter-spacing: 0;
}

.header__logo {
  padding-top: 5px;
  padding-bottom: 1rem;
  float: left;
  text-align: left;
}

/*--------------------------------------------------------------------/
	main
/--------------------------------------------------------------------*/
.main:after {
  content: "";
  clear: both;
  display: block;
}
.main img {
  display: block;
}

/* contents */
.l-box {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.cont__wrap {
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.cont__inner {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 3rem;
  color: #fff;
}
.cont__tit {
  font-size: calc(1.8rem + 18 * (100vw - 320px) / 680);
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 3rem;
  text-align: center;
}
.cont__tit span {
  display: block;
  font-size: .5em;
  font-weight: 100;
  letter-spacing: 1px;
}

.c-box {
  text-align: left;
}
.c-box__tit {
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
  font-weight: 400;
  margin-bottom: 1rem;
}
.c-box__img {
  margin-bottom: 1rem;
}

.frame {
  background: rgba(255, 255, 255, 0.7);
  padding: 1.5rem;
  color: #202020;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  background: #fff;
  padding: 3rem 0 0;
  text-align: center;
  position: relative;
}

.footer__inner {
  padding: 0 4% 2rem;
}

.footer__logo {
  margin: 0 auto 1.5rem;
}

.footer__copy {
  margin-top: .5rem;
  padding: 1.2rem 1.5rem 1.5rem;
  color: #fff;
  background: #1066cf;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 1px;
  font-size: 1.1rem;
  text-align: center;
}

/*--------------------------------------------------------------------/
	common__table
/--------------------------------------------------------------------*/
.common__table {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 4%;
}
.common__table table tr td {
  width: 100%;
  padding: .8rem;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  display: block;
  word-break: break-all;
  width: auto;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.common__table table tr td.column-1 {
  font-weight: 600;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.common__table table tr:not(:last-child) td.column-2 {
  border-bottom: solid 1px #ddd;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: none !important;
}

/* pagetop
--------------------------------------------------------------------*/
#pagetop {
  display: block;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -20px;
}
#pagetop a {
  display: block;
  color: #fff;
  width: 40px;
  height: 20px;
  border: 20px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#pagetop a:hover {
  border: 20px solid transparent;
  border-bottom: 20px solid;
}
#pagetop .icon-top_arrow {
  font-size: 24px;
  margin-left: -12px;
}

/*--------------------------------------------------------------------/
	others
/--------------------------------------------------------------------*/
.works-list {
  overflow: hidden;
  max-height: 264px;
  position: relative;
}
.works-list a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.works-list a .works-list__box {
  position: absolute;
  width: 100%;
  height: 5rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 1.6rem 2rem 2rem;
}
.works-list a .works-list__txt {
  line-height: 1.4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.works-list a .works-list__txt .txt {
  padding-top: .5rem;
}
.works-list a:hover .works-list__box {
  height: 100%;
}
.works-list a:hover .works-list__txt {
  margin-top: 15%;
}

/* lightbox
----------------------------------------------------------------*/
figure a[rel*="lightbox"] {
  position: relative;
  display: block;
}

figure a[rel*="lightbox"]::after {
  font-family: "icomoon" !important;
  content: "\f002";
  position: absolute;
  color: #ddd;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

figure a[rel*="lightbox"] img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

figure a[rel*="lightbox"]:hover img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

figure a[rel*="lightbox"]:hover::after {
  opacity: 100;
  font-size: 5rem;
}

/* helper css
----------------------------------------------------------------*/
.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.txt:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

*[class*="l-cont"] {
  padding: 0 4%;
}

*[class*="l-cont"]:after {
  display: block;
  content: "";
  clear: both;
}

.slider-col3 .works-list .txt, .slider-col4 .works-list .txt {
  overflow-y: auto;
}

/*.slider-col3 .frame .txt, .slider-col4 .frame .txt {
  height: 150px;
  overflow-y: auto;
}/*

/* dot-bg */
.dot-bg {
  position: absolute;
  background: #555;
  background-image: radial-gradient(#333 20%, transparent 0), radial-gradient(#333 20%, transparent 0);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dot-bg {
    position: absolute;
    background: #999;
    background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
}
.black-bg {
  position: absolute;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* otherwise */
.p-ab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 92%;
}

.line--gray {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
}

.m-a {
  margin-left: auto;
  margin-right: auto;
}
.mr-s {
  margin-right: .5rem;
}
.mb-s {
  margin-bottom: .5rem;
}
.mb-m {
  margin-bottom: 1rem !important;
}
.mb-l {
  margin-bottom: 2rem;
}
.mb-ll {
  margin-bottom: 4rem !important;
}

.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}

.fs-l {
  font-size: 1.4em;
}

.in-block {
  display: inline-block;
}

.sp-block {
  display: none;
}

/* irame */
.map iframe {
  height: 200px;
  vertical-align: bottom;
}

/* l-col */
.l-col3-2, .l-col4-2 {
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-col3-2 > *, .l-col4-2 > * {
  height: auto;
  width: 48.96%;
  vertical-align: top;
}
.l-col3-2 > *:not(:nth-child(2n)), .l-col4-2 > *:not(:nth-child(2n)) {
  margin-right: 2.08%;
}
.l-col3-2 > *:not(:nth-last-child(-n+2)), .l-col4-2 > *:not(:nth-last-child(-n+2)) {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 481px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  /====================================================================*/
  html {
    width: 100%;
  }

  .w30 {
    width: 65%;
  }

  .w50 {
    width: 65%;
  }

  .cont__wrap {
    padding-top: calc(9rem + 50 * (100vw - 480px) / 620);
    padding-bottom: calc(6rem + 50 * (100vw - 480px) / 620);
  }

  /* common__table */
  .common__table table {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .common__table table tr td {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: left;
    padding: .8rem;
    padding-top: 1.5rem;
    border-bottom: none;
  }
  .common__table table tr td.column-1 {
    width: 30%;
  }
  .common__table table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .l-col3, .l-col4 {
    display: -webkit-flex;
    display: flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-col3 > *, .l-col4 > *, .slider-col3 > *, .slider-col4 > * {
    height: auto;
    width: 48.96%;
    vertical-align: top;
  }
  .l-col3 > * .c-box__tit, .l-col4 > * .c-box__tit, .slider-col3 > * .c-box__tit, .slider-col4 > * .c-box__tit {
    font-size: calc(1.4rem + 2 * (100vw - 480px) / 317);
  }

  .l-col3 > *:not(:nth-child(2n)), .l-col4 > *:not(:nth-child(2n)) {
    margin-right: 2.08%;
  }

  .l-col3 > *:not(:nth-last-child(-n+2)), .l-col4 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 798px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  /====================================================================*/
  html {
    width: 100%;
  }

  .header__logo {
    padding-top: 5px;
    padding-left: 5px;
  }

  header.fixed .header__inner {
    padding: 0 2%;
    margin: 0 auto;
  }

  .js-fixed header .header__logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer__logo {
    width: 30%;
    max-width: 300px;
  }

  .w30 {
    width: 30%;
  }

  .w50 {
    width: 50%;
  }

  .cont__inner {
    padding: 5rem;
  }

  /* l-col
  ----------------------------------------------------------------*/
  .l-col2 {
    display: -webkit-flex;
    display: flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-col2 > *, .slider-col2 > * {
    height: auto;
    width: 48.96%;
    vertical-align: top;
  }

  .l-col2 > *:not(:nth-child(2n)) {
    margin-right: 2.08%;
  }
  .l-col2 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }

  /*--------------------------------------------------------------------/
  	nav global
  /--------------------------------------------------------------------*/
  #global {
    z-index: 1;
    position: relative;
    font-family: "Noto Sans Japanese", sans-serif;
  }

  #global:after {
    display: block;
    content: "";
    clear: both;
  }

  #global .global__items {
    display: -webkit-flex;
    display: flex;
    display: -ms-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #global .global__items > li:not(:first-child) {
    margin-left: .5rem;
  }
  #global .global__items > li a {
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
    padding: .3rem .5rem;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    color: #202020;
  }
  #global .global__items > li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #1066cf;
    z-index: -1;
  }
  #global .global__items > li a:hover {
    color: #fff;
  }
  #global .global__items > li a:hover::before {
    width: 100%;
  }

  #global {
    float: right;
    margin-top: 1.4rem;
  }
  #global .global__items {
    width: 100%;
    position: relative;
  }

  .arrow-down {
    font-size: 5rem;
    height: 5rem;
    left: 50%;
    margin-left: -2.5rem;
  }

  .cont__tit {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }

  .map iframe {
    height: 400px;
  }

  .footer__inner {
    padding-bottom: 3rem;
  }

  .common__table {
    width: 80%;
  }

  .l-col3 > * .c-box__tit, .slider-col3 > * .c-box__tit {
    font-size: calc(1.6rem + 4 * (100vw - 798px) / 213);
  }

  .l-col4 > * .c-box__tit, .slider-col4 > * .c-box__tit {
    font-size: 1.6rem;
  }

  /* works-list
  --------------------------------------------------------------------*/
  .works-list {
    position: relative;
  }

  /* pagetop
  --------------------------------------------------------------------*/
  #pagetop {
    margin-left: -30px;
  }
  #pagetop a {
    height: 30px;
    border: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }
  #pagetop a:hover {
    border: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }
  #pagetop .icon-top_arrow {
    font-size: 36px;
    margin-left: -18px;
  }
}
@media print, screen and (min-width: 1000px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  /====================================================================*/
  html {
    width: 100%;
  }

  .footer__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 3rem;
  }

  .feed-box__wrap {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }

  .cont__wrap {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .c-box__tit {
    font-size: 1.8rem;
  }

  #global .global__items > li:not(:first-child) {
    margin-left: 1.5rem;
  }

  /* l-col */
  .l-col3 > *, .l-col3-2 > *, .slider-col3 > * {
    height: auto;
    width: 31.94667%;
  }
  .l-col3 > * .c-box__tit, .l-col3-2 > * .c-box__tit, .slider-col3 > * .c-box__tit {
    font-size: 2rem;
  }

  .l-col3 > *:not(:nth-child(2n)), .l-col3-2 > *:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .l-col3 > *:not(:nth-last-child(-n+2)), .l-col3-2 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .l-col3 > *:not(:nth-child(3n)), .l-col3-2 > *:not(:nth-child(3n)) {
    margin-right: 2.08%;
  }
  .l-col3 > *:not(:nth-last-child(-n+3)), .l-col3-2 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 2rem;
  }

  .l-col4 > *, .l-col4-2 > *, .slider-col4 > * {
    height: auto;
    width: 23.44%;
  }
  .l-col4 > * .c-box__tit, .l-col4-2 > * .c-box__tit, .slider-col4 > * .c-box__tit {
    font-size: 1.6rem;
  }

  .l-col4 > *:not(:nth-child(2n)), .l-col4-2 > *:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .l-col4 > *:not(:nth-last-child(-n+2)), .l-col4-2 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .l-col4 > *:not(:nth-child(4n)), .l-col4-2 > *:not(:nth-child(4n)) {
    margin-right: 2.08%;
  }
  .l-col4 > *:not(:nth-last-child(-n+4)), .l-col4-2 > *:not(:nth-last-child(-n+4)) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  /*====================================================================/
  	/*-------------------large PCスタイル-------------------
  /====================================================================*/
  .l-cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .footer__inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1600px) {
  /*====================================================================/
  	/*-------------------full pcスタイル-------------------
  /====================================================================*/
}
@media screen and (max-width: 797px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  /====================================================================*/
  html {
    width: 100%;
  }

  header {
    position: fixed;
    width: 100%;
    min-height: 60px;
    left: 0;
    top: 0;
  }

  #global {
    display: none;
  }

  /* l-col */
  .l-col2 > *:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .footer__logo {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  /====================================================================*/
  html {
    width: 100%;
  }

  .footer__logo {
    width: 50%;
  }

  .sp-block {
    display: block;
  }

  .txt p {
    font-size: 1.3rem;
  }

  .cont__inner {
    padding: 3rem 1.5rem;
  }

  .l-col3 > *:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .l-col4 > *:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #global .global__items > li a {
    height: 100%;
  }
}
@media print {
  header {
    display: none;
  }

  nav#global {
    display: none;
  }

  footer {
    display: none;
  }
}
