@charset "UTF-8";
html,
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  counter-reset: followupnum;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  padding: 0 5px !important;
}

.ajax-loader {
  display: block !important;
  text-align: center;
  width: auto !important;
  background-repeat: no-repeat;
  background-position: center;
}

_:-ms-lang(x)::-ms-backdrop,
.luxy-el {
  transform: translate3d(0px, 0px, 0px) !important;
  transform: rotate(0.0001deg);
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: inherit !important;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
  color: #323232;
  background: #fff;
  word-break: break-word;
  line-height: 1.8;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures contextual;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 899px) {
  body {
    font-size: 15px;
  }
}

form * {
  word-break: break-all;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

iframe {
  vertical-align: top;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
}

/* ==========================================================================
layout
============================================================================*/

/* main
----------------------------------------------------------------- */
.l-wrapper {
  position: relative;
}

/* .l-main {
  padding-top: 100px;
} */

@media screen and (max-width: 899px) {
  .l-main {
    padding-top: 55px;
  }
}



.l-top {
  background: #e8eef0 ;
  /*margin-top: 100px;*/
  width: 100%;
 
}

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

@media screen and (max-width: 899px) {
  .l-inner {
    padding: 0 10px;
  }
}

.l-content {
  background:no-repeat center center / cover;
  width: 100%;
  height: 360px;
  /*max-width: 1158px;*/
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-title {
  font-size: 50px;
  font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
    "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
line-height: 1;
margin-top: 100px;
  }
.l-subtitle {
  font-size: 18px;
  font-family: "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
    letter-spacing: 0.5em;
    margin-top: 10px;
}
@media (max-width: 899px) {
.l-top {
  margin-top:0;
}

.l-content {
  height: 200px;

}
  
  .l-title {
    font-size: 30px;
  margin-top: 20px;
    }
  .l-subtitle {
    font-size: 15px;
 
  }
}



/* header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
  height: 100px;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #40acf4 0%, #1f5ad0 100%);
  border-image-slice: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .l-header {
    height: 50px !important;
  }
}

.l-header__hd {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 899px) {
  .l-header__hd {
    height: 50px !important;
    background: #fff;
  }
}

.l-header__hd .-hdbtn {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
}

.l-header__hd__logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

@media screen and (max-width: 899px) {
  .l-header__hd__logo {
    padding-bottom: 5px;
  }
  .l-header__hd__logo img {
    height: 40px;
  }
}

@media screen and (min-width: 900px) {
  .l-header__hd__gnavi {
    flex: 1;
  }

  .l-header__hd__gnavi__menu > ul {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__hd__gnavi__menu > ul > li {
    text-align: center;
  }
  .l-header__hd__gnavi__menu > ul > li > a {
    padding: 0 20px 16px;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (min-width: 900px) and (max-width: 1080px) {
  .l-header__hd__gnavi__menu > ul > li > a {
    padding: 0 10px 16px;
  }
}

@media screen and (min-width: 900px) {
  /* .l-header__hd__gnavi__menu > ul > li > a:hover::after, .l-header__hd__gnavi__menu > ul > li > a.is-active::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #3eabf4 transparent;
  } */
  .l-header__hd__gnavi__menu > ul > li .-sub {
    display: none;
    width:100%;
    position: absolute;
    top: 95px;
    left: 0;
    background:#1f56c7;
    padding: 50px;
    border-top:3px solid #3eabf4;
    text-align:left;
    font-size:15px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > p{
    font-weight:bold;
    margin-bottom:30px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > p strong{
    font-size:35px;
    display:inline-block;
    margin-right:20px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > ul{
    display:flex;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > ul > li{
    width:calc(25% - 30px);
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > ul > li + li{
    margin-left:30px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub > ul > li > p{
    border-bottom:3px solid #3eabf4;
    margin-bottom:10px;
    font-size:18px;
    font-weight:bold;
    padding:5px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub a{
    display:inline-block;
    position:relative;
    padding-left:15px;
    margin-left:5px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub a::before{
    width:6px;
    height:2px;
    background:#3eabf4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    content:'';
  }
  .l-header__hd__gnavi__menu > ul > li.is-active .-sub{
    display:block;
  }
  .l-header__hd__gnavi__menu > ul > li.is-active > a::before{
    content:'';
    position:absolute;
    width: 0;
    height: 0;
    left:0;
    right:0;
    margin:0 auto;
    bottom:0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3eabf4 transparent;
  }
  .l-header__menu__title {
    font-size: 20px;
  }
  .l-header__menu__subtitle {
    font-size: 11px;
  }

  .l-header__hd__gnavi__menu > ul > li .-sub * {
    color:#fff;
  }

  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2{
    display:flex;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu{
    width:220px;
    margin-left:40px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 ul li{
    margin-bottom:10px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 ul a{
    font-size:18px;
    font-weight:bold;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu > div{margin-top:20px;}
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu > div > a{
    background:#fff;
    position:relative;
    display:block;
    width:100%;
    padding:15px;
    border-radius:5px;
    color:#000;
    font-weight:bold;
    text-align:center;
    font-size:18px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu > div > a::before{
    display:none;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu .c-heading__link-arrow{
    background:#000;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub .-sub2 .-menu .c-heading__link-arrow::before{
    background:#000;
    
  }
}

@media screen and (max-width: 899px) {
  .l-header__hd__gnavi {
    z-index: 1000;
  }
  .l-header__hd__gnavi .-menubtn {
    width: 50px;
    height: 50px;
    top: 0;
    background: #3eabf4;
    position: absolute;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    transition: all 0.4s;
  }
  .l-header__hd__gnavi .-menubtn::before {
    content: "MENU";
    position: absolute;
    width: 50px;
    font-size: 10px;
    left: 0;
    top: 5px;
    color: #fff;
    text-align: center;
  }
  .l-header__hd__gnavi .-menubtn > span {
    width: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    display: inline-block;
    position: absolute;
    transition: all 0.4s;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(1) {
    top: 20px;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(2) {
    top: 28.5px;
  }
  .l-header__hd__gnavi .-menubtn > span:nth-of-type(3) {
    top: 38px;
  }
  .l-header__hd__gnavi .-menubtn.active {
    right: 200px;
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hd__gnavi .-menubtn.active > span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .l-header__hd__gnavi__menu {
    padding: 0 10px 10px;
    right: -200px;
    width: 200px;
    transition: all 0.4s;
    position: fixed;
    background: #3eabf4;
    height: 100%;
    top: 0;
    overflow-y:scroll;
    text-align: center !important;
  }
  .l-header__hd__gnavi__menu > ul {
    padding: 0;
  }
  .l-header__hd__gnavi__menu > ul > li {
    transition: all 0.4s;
  }
  .l-header__hd__gnavi__menu > ul > li > p {
    text-align: center;
  }
  .l-header__hd__gnavi__menu > ul > li + li {
    border-top: 1px solid #fff;
  }
  .l-header__hd__gnavi__menu > ul > li > a,
  .l-header__hd__gnavi__menu > ul > li > span {
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    display: block;
  }
  .l-header__hd__gnavi__menu > ul > li > span {
    position: relative;
    cursor: pointer;
  }
  .l-header__hd__gnavi__menu > ul > li > span::after {
    font-family: "Material Icons";
    content: "arrow_drop_down";
    color: #fff;
    position: absolute;
    right: 0;
  }
  .l-header__hd__gnavi__menu > ul > li > span.is-active::after {
    content: "arrow_drop_up";
  }
  .l-header__hd__gnavi__menu > ul > li .-sub {
    display: none;
    left: 0;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub.is-active {
    display: block;
  }
  .l-header__hd__gnavi__menu > ul > li .l-header__menu__subtitle {
    text-align: center;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub a {
    color: #fff;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub li > p{
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid #fff;
	margin-top: 15px;
  }
  .l-header__hd__gnavi__menu > ul > li .-sub li > div{
    font-size: 13px;
	padding: 5px;
  }
  .l-header__hd__gnavi__menu.active {
    transition: all 0.4s;
    right: 0;
    display: block;
  }
  .l-header__hd__gnavi__menu .-sub2 .-menu li { font-size:13px; padding: 5px; }
  .l-header__hd__gnavi__menu .-sub2 .-menu div { font-size:13px; padding: 5px; }
}

.l-header.is-scroll {
  height: 84px;
  transition: all 0.2s;
}

.l-header.is-scroll .l-header__hd .-hdbtn {
  top: -40px;
  transition: all 0.2s;
}

/* l-contents
----------------------------------------------------------------- */
.l-contents {
  position: relative;
}
.top-visual {
  width: 100%;
  height: 900px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background: rgb(255, 255, 255);
}

.single-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 900px;
  width: 100%;
  z-index: 2;
}

.single-item div > img {
  height: 900px;
  width: 100%;
  object-fit: cover;
}

.top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
  width: 100%;
  padding:20px;
}

.mask-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 900px;
  opacity: 0.4;
}

.top-content > h1 {
  font-size: 95px;
  font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
    "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
  color: #fff;
  line-height: 1;
  font-weight:bold;
}
.top-content > h1 > span {
  display: inline-block;
  font-weight:bold;
  transform: rotate(20deg);
}

.top-content > p {
  margin-top: 20px;
  font-size: 45px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "MS UI Gothic",
    "ＭＳ ゴシック", sans-serif;
  color: #fff;
}
.top-content > p > span {
  position: relative;
  z-index: 20;
}
.top-content > p > span::after {
  position: absolute;
  content: "";
  height: 20px;
  background: #3fb1fb;
  width: 100%;
  bottom: -15%;
  right: 0;
  z-index: -1;
  transform: skewX(-10deg);
}

.youtube {
  height: 450px;
  width: 100%;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
}

.youtube-box {
  width: 100%;
  height: 590px;
  position: absolute;
  left:0;
  top:0;
}
.youtube-box::after{
  content:'';
  background:url(../img/dot.png) center;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:100;
  opacity:0.7;
}
.youtube .c-headline--h2{
  position:relative;
  z-index:140;
  height:auto!important;
  width:100%;
}
.youtube-box video {
  position: absolute;
  z-index: -100;
  left: 0;
  width: 100%;
  height:calc(100vw / 1.7);
  top:calc(calc(-100vw / 1.7) / 4);
}
@media screen and (max-width: 1240px) {
  .youtube-box video{
    top:calc(calc(-100vw / 1.7) / 7);
  }
}
@media screen and (max-width: 1000px) {
  .youtube-box video{
    top:calc(calc(-100vw / 1.7) / 10);
  }
}

.box1 {
  background: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.box2 {
  background: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.box3 {
  opacity: 0.6;
  width: 100%;
  height: 450px;

  position: absolute;
  z-index: 1;
  top:70px;
  left: 0;
}
.box3 img {
  height: 450px;
}

@media screen and (max-width: 899px) {
  .top-visual {
    height: 300px;
  }
  .single-item {
    height: 300px;
  }
  .single-item div > img {
    height: 300px;
  }

  .mask-img {
    height: 300px;
  }

  .top-content > h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .top-content > p {
    font-size: 15px;
    font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
      "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
  }
  .top-content > p > span::after {
    position: absolute;
    content: "";
    height: 5px;
    background: #3fb1fb;
    width: 100%;
    bottom: -15%;
    right: 0;
    z-index: -1;
    transform: skewX(-10deg);
  }
}

@media screen and (max-width: 899px) {
  .youtube {
    height: 200px;
    width: 100%;
  }
  
  .youtube-box {
    width: 100%;
    height: 200px;
    display: flex;
  }
  .youtube-box video{
    width:1000px;
    left:50%;
    margin-left:-500px;
    height:340px;
    top:-70px;
  }
  
  .box1 {
    background: rgb(255, 255, 255);
    width: 100%;
    height: auto;
    padding-top: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .box2 {
    background: rgb(255, 255, 255);
    width: 100%;
    height: auto;
    padding-top: 20px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .box3 {
    opacity: 0.6;
    width: 100%;
    height: 100px;
  
    position: absolute;
    z-index: 1;
    top:20px;
    left: 0;
  }
  .box3 img {
    height: 160px;
  }
}

/* footer
----------------------------------------------------------------- */
.l-footer {
  background: #231815;
}

.l-footer__copy {
  border-top: 1px solid #fff;
}

.l-footer__copy > p {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  color: #d3d3d3;
}

.l-footer__in {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 10px;
}

.l-footer__navi {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.l-footer__navi__address {
  color: #d3d3d3;
  font-size: 0.9rem;
  width: 346px;
}

.l-footer__navi__address > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.l-footer__navi__address > div ul {
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
}

.l-footer__navi__address > div ul li + li {
  margin-left: 15px;
}

.l-footer__navi__map {
  padding: 0 10px;
  width: 600px;
}

.l-footer__navi__map .-map {
  margin-bottom: 20px;
}

.l-footer__navi__map p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #d3d3d3;
  font-size: 0.9rem;
}

.l-footer__navi__map p > span + span {
  flex: 1;
  padding-left: 10px;
}

@media screen and (max-width: 899px) {
  .l-footer__copy > p {
    padding: 10px 10px 54px;
    font-size: 0.8em;
    text-align: center;
  }
  .l-footer__in {
    padding: 30px 20px;
  }
  .l-footer__navi {
    display: block;
    padding: 0;
  }
  .l-footer__navi__address {
    margin-bottom: 15px;
    width: 100%;
  }
  .l-footer__navi__address > div {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .l-footer__navi__address > div img {
    max-width: 100px;
  }
  .l-footer__navi__address > div ul {
    margin-left: 0;
    margin-top: 10px;
    justify-content: center;
  }
  .l-footer__navi__address p {
    text-align: center;
  }
  .l-footer__navi__map {
    padding: 0;
    width: 100%;
  }
  .l-footer__navi__map .-map {
    text-align: center;
  }
  .l-footer__navi__map .-map iframe {
    width: 100%;
  }
}

#page_top {
  position: fixed;
  z-index: 500;
  right: 5px;
  bottom: 20px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  color: #1959c4;
  text-align: center;
  transition: all 0.2s;
  height: 65px;
  width: 103px;
  background: #fff;
  font-size: 13px;
  padding-top: 10px;
}

#page_top > p {
  height: 2px;
  position: absolute;
  vertical-align: middle;
  text-align: right;
  width: 70px;
  z-index: 1;
  bottom: 25px;
  right: 15px;
  background: #1959c4;
}

#page_top > p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 13px;
  border-top: solid 2px #1959c4;
  transform: rotate(35deg);
  transform-origin: left top;
}

@media screen and (max-width: 899px) {
  #page_top {
    /*display: none !important;*/
	  
  }
}

.-ftbtn {
  position: fixed;
  top: 100px;
  right: -62px;
  z-index: 1000;
  transition: all 0.2s;
}

.-ftbtn.is-scroll {
  right: 0;
  transition: all 0.2s;
}

.-ftbtn a {
  display: block;
}

@media screen and (max-width: 899px) {
  .-ftbtn {
    right: 0;
    bottom: -44px;
    top: inherit;
    height: 44px;
    display: flex;
    width: 100%;
  }
  .-ftbtn a {
    width: 50%;
    text-align: center;
    background: #362e2b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .-ftbtn a + a {
    background: #8ca556;
  }
  .-ftbtn.is-scroll {
    bottom: 0;
  }
}

/* ==========================================================================
object
============================================================================*/
/* Component
----------------------------------------------------------------- */
.c-box--base {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.c-btn--1 {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  background: #cee1c7;
  border-radius: 5px;
}

.c-btn--1 span {
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.c-btn--2 {
  display: inline-block;
  width: 250px;
  background: #231815;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding: 10px;
  font-size: 0.8em;
  transition: all 0.2s;
}

.c-btn--2:hover {
  transition: all 0.2s;
  opacity: 0.7;
}

.c-btn--2::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--2.-small {
  width: 160px;
}

.c-btn--3 {
  background: #fff;
  border: 3px solid #000;
  border-radius: 60px;
  padding: 30px;
  display: inline-block;
  max-width: 430px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.2s;
}

.c-btn--3::after {
  content: "";
  right: 10px;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  font-family: "Material Icons";
  content: "arrow_forward";
}

.c-btn--3:hover {
  transition: all 0.2s;
  opacity: 0.7;
}

@media screen and (max-width: 899px) {
  .c-btn--3 {
    padding: 15px 20px;
  }
}

@keyframes headlineh1wave {
  0% {
    background-position: 0 0;
    transform: translate(0, 10px);
  }
  50% {
    background-position: 398px 0;
    transform: translate(0, 0);
  }
  100% {
    background-position: 796px 0;
    transform: translate(0, 10px);
  }
}

.c-heading__link {
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  width: 166px;
  padding:10px;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.2s;
  line-height:1.4!important;
}

.bg-blue {
  background: linear-gradient(90deg, #3aa7ee, #1f56c7);
  border: transparent;
}
.bg-yellow {
  background: #f0ec6c;
  border: transparent;
}

@media screen and (min-width: 900px) {
  .c-heading__link:hover {
    transition: all 0.2s;
    opacity: 0.7;
  }
}

.c-heading__link-text {
  font-size: 16px !important;
  margin-top: 0 !important;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .c-heading__link {
    width: 120px;
	 padding: 6px;
  }
  .c-heading__link-text {
    font-size: 12px !important;
  }
}

.c-heading__link-arrow {
  height: 2px;
  position: absolute;
  vertical-align: middle;
  width: 30px;
  z-index: 1;
  top: 0!important;
  bottom:0!important;
  margin:auto 0!important;
  right: 5%;
  background: #fff;
}

.c-heading__link-arrow::before {
  -webkit-transform: rotate(-55deg);
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 5px;
  transform: rotate(-60deg);
  width: 2px;
  background: #fff;
}

@media screen and (max-width: 899px) {
  .c-heading__link-arrow {
    height: 1px;
    position: absolute;
    vertical-align: middle;
    width: 20px;
    z-index: 1;
    top: 10%;
    right: 5%;
    background: #fff;
  }

  .c-heading__link-arrow::before {
    -webkit-transform: rotate(-55deg);
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 3px;
    transform: rotate(-55deg);
    width: 1px;
    background: #fff;
  }
}

.c-headline--h2 {
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0 80px;
  margin-bottom: 10px;
  color: #fff;
}


@media screen and (max-width: 899px) {
  .c-headline--h2 {
    padding: 40px 0 80px;
    margin: 0;
  }
}

.c-headline--h2 div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}

.c-headline--h2 h2 {
  font-size: 65px;
  font-weight:bold;
  font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
    "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 899px) {
  .c-headline--h2 div {
    top: 55%;
  }
  .c-headline--h2 h2 {
    font-size: 25px;
    font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
      "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
  }
}

.c-headline--h2 p {
  margin-top: 10px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "MS UI Gothic",
    "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 899px) {
  .c-headline--h2 p {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 899px) {
  .c-headline--h1 p span::after {
    height: 5px;
  }
}

.c-headline--h2.-home2 {
  height: 50vh;
  padding: 50px 0 50px;
  position: relative;
}

.-home2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 899px) {
  .c-headline--h2.-home {
    height: 20vh;
    padding: 30px 0 30px;
    position: relative;
  }
  .c-headline--h2.-home2 {
    height: 20vh;
    padding: 30px 0 30px;
    position: relative;
  }
}

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

.u-ta--center {
  text-align: center !important;
}

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

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

.material-icons {
  vertical-align: middle;
  line-height: 1;
}

.u-font--m {
  font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
    "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
}

.u-font--p {
  font-family: "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
	text-align: center;
}

.fit__img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 899px) {
  .pc {
    display: none !important;
  }
  a[href*="tel:"] {
    text-decoration: underline;
  }
  a[href*="tel:"]:hover {
    color: #006934;
  }
}

.u-news__items {
  margin: 60px auto 0;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 899px) {
  .u-news__items {
    margin-top: 38px;
  }
}

.u-news__item {
  border-top: 1px solid #201e2c;
}

.u-news__item:last-child {
  border-bottom: 1px solid #201e2c;
}

.u-info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 899px) {
  .u-info {
    display: block;
    padding: 12px 0;
  }
}

.u-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 300px;*/
  padding-top: 2px;
}

@media (max-width: 899px) {
  .u-info__meta {
    width: 100%;
    padding-top: 0;
  }
}

.u-info__published {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN",
    "Hiragino Kaku Gothic StdN", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 899px) {
  .u-info__published {
    width: auto;
	padding-right: 10px;
  }
}

.u-info__label {
  width: 140px;
  padding: 10px 0  15px;
  text-align: center;
  font-family: "游ゴシック", "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

@media (max-width: 899px) {
  .u-info__label {
    width: auto;
  }
}

.u-info__label a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px 15px;
  background: #bfc6c8;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.u-color__yellow a {
  background: #d6d377;
}

@media (max-width: 899px) {
  .u-info__label a {
    padding: 8px 15px;
  }
}

.u-info__label.info__label--type01 a {
  background: #3f51b5;
  text-decoration: none;
}

.u-info__label.info__label--type02 a {
  background: #e81919;
}

.u-info__title {
  width: calc(100% - 260px);
  padding: 15px 5px;
}

@media (max-width: 899px) {
  .u-info__title {
    width: 100%;
    padding: 0 15px;
  }
}

.u-info__title a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.u-news__link {
  height: 20vh;
}
@media (max-width: 899px) {
  .u-news__link {
    height: 5vh;
  }
}

.c-news__link {
  background: linear-gradient(90deg, #3aa7ee, #1f56c7);
}

.card {
  background: #ffffff;
}

@media (max-width: 899px) {
  .card {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 56px;
}

.card__item {
  border: none;
}

@media (max-width: 899px) {
  .card__items {
    margin-top: 20px;
  }
}

.card__item {
  width: calc(33.33333333% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
}

.card__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1247px) {
  .card__item {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
  }
  .card__item:nth-child(3n) {
    margin-right: 24px;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 899px) {
  .card__item {
    width: 100%;
    margin-right: 0;
  }
  .card__item:nth-child(3n) {
    margin-right: 0;
  }
}

.media {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 900px) {
  .media:hover .media__date {
    color: #fff;
  }

  .media:hover .media__title {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .media:hover .media__content {
    color: #fff;
  }
}

.media__img {
  text-align: center;
  transition: all 0.2s ease 0s;
  position: relative;
  background: #000;
}
.media__img > .c-heading__link {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media__img > .c-heading__link > .c-heading__link-arrow {
  position: absolute;
  top: 50%;
}

.media__link {
  display: none !important;
}

@media (min-width: 900px) {
  .media:hover .media__link {
    display: block !important;
  }
}

.media__img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .media:hover .media__img img {
    opacity: 0.5;
  }
  .media:hover .media__img > .c-heading__link {
    opacity: 1;
  }
}

.media__body {
  padding: 16px 16px 14px;
  font-size: 15px;
  background: #e8eef0;
  transition: all 0.2s ease 0s;
}

@media (min-width: 900px) {
  .media:hover .media__body {
    background: #1f56c7;
  }
}

.media__date {
  font-weight: 700;
  color: #1f56c7;
}

.media__title {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #494949;
  padding: 10px 0;
}
.media__title:hover {
  color: #fff;
}

.media__content {
  font-weight: 700;
  color: #494949;
  margin-top: 20px;
  line-height: 1.5;
}

.contact {
  width: 400px;
  margin-top: 50px;
  margin-left: auto;
  padding-bottom: 50px;
}

.contact-inner {
}

.contact > .logo {
  display: inline-block;
  width: 400px;
  background: #494949;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}

@media (max-width: 899px) {
  .contact {
    width: 200px;
    margin: 30px auto 0;
    padding-bottom: 30px;
  }

  .contact > .logo {
    display: inline-block;
    width: 200px;
    background: #494949;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }
}

.fa-envelope-open {
  margin-right: 20px;
}

.privacy {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 899px) {
  .privacy {
    text-align: center;
  }
}

.footer-hr {
  margin: 20px 0;
  background-color: #494949;
  height: 1px;
  display: block;
}

#footer04 {
  background: #e8eef0;
}

#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100%;
}

@media (max-width: 899px) {
  #footer04 .cont {
    margin: 0 10px;
    width: 90%;
  }
  #footer04 .cont-item {
    margin: 0 auto;
  }
  #footer04 .cont-item:nth-of-type(3),
  #footer04 .cont-item:nth-of-type(4) {
    margin-top: 40px;
  }
}

#footer04 .cont-item {
  display: block;
  width: calc(100% / 4);
}

@media (max-width: 899px) {
  #footer04 .cont-item {
    display: block;
    width: calc(50% - 10px / 2);
  }
  /*#footer04 .cont-item {
    display: block;
    width: calc(100% - 10px / 1);
  }*/
}

#footer04 .nav a {
  display: block;
  color: rgb(0, 0, 0);
}

#footer04 .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

#footer04 .nav .ttl:first-child {
  margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}

#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

#footer04 .nav li {
  display: block;
  font-size: 12px;
  line-height: 2;
  margin-top: 12px;
}

#footer04 .nav li:first-child {
  margin-top: 0;
}

#footer04 .nav li ul {
  margin: 0 0 0 2em;
}

#footer04 .nav li li {
  position: relative;
}

/*#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}*/

#footer04 .company {
  display: block;
  margin-top: 62px;
}

#footer04 .logo img {
  width: 120px;
}

#footer04 .address {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.address-left {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 899px) {
  #footer04 .address {
    display: block;
    text-align: center;
    padding: 0;
  }

  .address-left {
    display: block;
  }

  .address-body {
    margin-top: 30px;
  }
}

.address-logo > img {
  max-width: 250px;
  margin-right: 50px;
}

.space-none {
  margin-bottom: 0;
}

@media (max-width: 899px) {
  .address-right {
    text-align: center;
    padding: 30px 0;
  }
}

@media (min-width: 900px) {
  .address-body {
    width: 70%;
  }
  .address-right {
    width: 30%;
    position: relative;
  }
  .address-right > p {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.company-name {
  font-size: 18px;
  font-weight: bold;
}

.company-address {
  white-space: nowrap;
  font-size: 15px;
}

.company-number {
  font-size: 15px;
}

.address-right > p {
  font-size: 11px;
}



.breadcrumb {
  margin-top: 5px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: "/";
  padding: 0 0.2em;
  color: #494949;
  font-size: 12px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #494949;
  font-size: 13px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media (max-width: 899px) {
  .breadcrumb {
    margin: 5px 0 0 10px;

  }
}


@media screen and (min-width: 900px) {
  .sp{
      display:none!important;
  }
}


@media screen and (max-width: 899px) {
  .pc{
      display:none!important;
  }
}