@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html {
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
}

.cake-debug-output {
  display: none;
}

.cake-sql-log {
  display: none;
}

body {
  font-family: "Lato", sans-serif, Meiryo, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  line-height: 1.75;
  color: #ffffff;
  word-wrap: break-word;
}

body * {
  box-sizing: border-box;
}

body * img {
  vertical-align: middle;
}

body * ::after {
  box-sizing: border-box;
}

body * ::before {
  box-sizing: border-box;
}

.background {
  position: relative;
}

.background img {
  width: 100%;
  height: auto;
}

.wrap {
  margin: 0 auto;
}

.wrap .unit .inner {
  width: 100%;
}

.m-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-main .wrap {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.m-main .wrap .unit {
  width: 100%;
}


.m-main .wrap .unit .inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-main .wrap .unit .inner .unit {
  margin: 0 auto;
}

.m-main .wrap .unit .inner .u-top {
  margin: 20% auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-main .wrap .unit .inner .u-top .u-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-main .wrap .unit .inner .u-top .u-img img {
  width: 65%;
}

.m-main .wrap .unit .inner .u-top .u-img {
    width: 100%;
}

.background .u-btn_from {
  bottom: 3%;
  position: absolute;
  width: 100%;
  z-index: 999999999;
}

.button {
	display: inline-block;
	width: 446px;
	height: 72px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
  margin: 0 auto;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	color: #001344;
  border: 4px solid #001344;
  background-color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
    position: relative;
    font-weight: bold;
}

.button:hover {
	color: #FFFFFF !important;
  background-color: #001344;
}

a.button .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none; }
a.button .arrow::before,
a.button .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }
a.button .rarrow::before {
  left: 3px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #001344;
  border-right: 4px solid #001344;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
a.button:hover {
  background: #001344;
  color: #ffffff; }
  a.button:hover .rarrow::before {
    left: 3px;
    width: 18px;
    height: 18px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
