@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Reset
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
address,em {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
li {
	list-style-type: none;
}
input[type=text], textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
	outline-offset: -2px;
}
input[type="checkbox"], label {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html * {
  visibility: hidden;
}
html.wf-active *{
  visibility: visible;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	position: relative;
	background: #fff;
	color: #000;
	font-size: 1.6em;
	-ms-font-feature-settings: "normal";
}
.en {
  font-family: 'Abel', sans-serif;
}
.container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}
b {
	font-weight: 900;
}
a {
	color: #03A9F4;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0277BD;
	transition: all .2s;
}
*.link-black {
	color: #000;
}
*.link-black:hover {
	color: #0098D8;
}
.landing {
 margin-top: -160px;
 padding-top: 160px;
}
.content {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 96px 0;
	text-align: justify;
}
.content-p-t {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 96px 0 0;
	text-align: justify;
}
.content-p-b {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 96px;
	text-align: justify;
}
.content-narrow {
	width: 720px;
	height: auto;
	margin: 0 auto;
	padding: 96px 0 80px;
	text-align: justify;
}
.content-superfine {
	width: 560px;
	height: auto;
	margin: 0 auto;
	padding: 96px 0 80px;
	text-align: justify;
}
.content-variable {
  width: calc(100vw - 240px);
  margin: 0 auto;
  padding: 96px 0 80px;
	text-align: justify;
}
.content-box-title {
	font-size: 2.4rem;
	padding-bottom: 0.8rem;
	font-weight: 700;
  line-height: 1.75;
}
.content-box-text {
  width: calc(60% - 40px);
}
.content-box-img {
  width: calc(40% - 40px);
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  display: flex;
}
.content-box-img img {
  object-fit: cover;
}
.content-box-img-fix {
  width: 344px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
  border-radius: 8px;
}
.content-box-img-fix:not(:last-of-type) {
  margin-right: 24px;
}
.flex-card {
  width: calc(25% - 24px);
  box-sizing: border-box;
}
.flex-card:nth-of-type(n+5) {
  margin-top: 32px;
}
.fl-img {
  overflow: hidden;
  display: flex;
}
.flex-card img, .fl-img img {
  width: 100%;
}
.img-link {
	transition: all .4s ease-in;
}
.img-link:hover {
	transform: scale(1.02);
	transition: all .2s ease-in;
	cursor: pointer;
}
.img-decoration {
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
  border-radius: 8px;
  overflow: hidden;
}
.bg-nega {
	background: #fafafa;
}
.bg-bright {
	background: #03A9F4;
}
.bg-none {
	background: none;
}
.text-usually {
  line-height: 2;
  text-align: justify;
}
.text-em {
 font-size: 2.4rem;
 line-height: 1.75;
}
.text-em-em {
 font-size: 3.2rem;
 line-height: 1.75;
}
.text-em-em {
 font-size: 3.2rem;
 line-height: 1.75;
}
.text-ex {
	font-size: 4rem;
	font-weight: 700;
}
.text-mp {
 font-size: 1.36rem;
 line-height: 1.6;
}
.text-right {
	text-align: right;
	display: block;
}
.text-nega {
	color: #fff;
}
.text-bright {
	color: #0098D8;
}
.text-center {
	text-align: center;
	display: block;
}
.text-up {
	margin-top: -32px;
}
.text-ls-none {
  letter-spacing: 0;
}
.text-ls-ss {
  letter-spacing: .064em;
}
.text-ls-s {
  letter-spacing: .1em;
}
.text-ls-m {
  letter-spacing: .2em;
}
.text-ls-l {
  letter-spacing: .4em;
}
.text-lh-s {
  line-height: 1;
}
.pc-hidden, .se-hidden {
	display: none;
}
.fade-up {
 	transition: all .5s ease-in 0s;
}
.logo-color {
	color: #0098D8;
	letter-spacing: 0.1em;
}
.contrast {
	background: #f9f9f9;
}
.fl-rw-bt-ce {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.fl-rw-st-ce {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.fl-rw-st-st {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start
}
.fl-rw-bt-st {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fl-rw-bt-str {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  align-items: stretch;
}
.fl-rw-ce-ce {
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fl-co-st-st {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fl-co-st-ce {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fl-co-ce-ce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fl-reverse {
	flex-direction: row-reverse;
}
.fl-quartet {
  width: 225px;
  overflow: hidden;
}
.fl-three li {
  width: 294px;
}
.fl-wrap {
   flex-wrap: wrap;
}
.side-padding {
	padding-left: 1em;
	padding-right: 1em;
}
.section-title {
    width: 100%;
    font-size: 4.8rem;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    line-height: .8;
    padding: 0;
    letter-spacing: .2em;
}
.section-title.small {
    font-size: 2.4rem;
}
.section-title span {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-left: -0.8rem;
}
.section-title-compact {
	width: 100%;
	font-size: 4rem;
	font-weight: 700;
	margin: 0 auto;
	line-height: .64;
	padding: 0;
  letter-spacing: .1em;
}
.section-title-compact span {
	font-size: 1.6rem;
}
.section-subtitle {
  font-size: 1.6rem;
  background: url("../images/character_helmet.svg") left top no-repeat;
  background-size: 32px 31px;
  padding: 24px 0 0 24px;
  margin: -24px 0 0 -24px;
  letter-spacing: .2em;
}
.section-subtitle em {
  font-size: 3.2rem;
  margin-right: .5em;
}
.section-link, .section-link-short {
  height: 40px;
  margin: 0 auto;
  padding: 0 40px 0 24px;
  line-height: 39px;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  display: block;
  letter-spacing: .08em;
  background: url("../images/icon-arrow-right.svg") right 16px center no-repeat;
  background-size: 24px;
}
.section-link-short {
  width: 256px;
  text-align: center;
}
.section-link:hover, .section-link-short:hover {
  color: #fff;
  border: 1px solid #0098D8;
  background: url("../images/icon-arrow-right-fff.svg") right 16px center no-repeat;
  background-size: 24px;
  background-color: #0098D8;
}
.pc-hidden {
	display: none;
}
.m-t-p-ss {
  margin-top: 16px;
}
.m-t-p-s {
  margin-top: 24px;
}
.m-t-p-m {
  margin-top: 32px;
}
.m-t-p-l {
  margin-top: 48px;
}
.m-t-p-ll {
  margin-top: 80px;
}
.m-t-p-xl {
  margin-top: 96px;
}
.m-t-m-ss {
  margin-top: -16px;
}
.m-t-m-s {
  margin-top: -24px;
}
.m-t-m-m {
  margin-top: -32px;
}
.m-t-m-l {
  margin-top: -48px;
}
.m-t-m-ll {
  margin-top: -80px;
}
.m-t-m-xl {
  margin-top: -96px;
}
.margin-cancel {
  margin: 0;
}
.padding-cancel {
  padding: 0;
}
.totop {
	position: fixed;
  bottom: 16px;
  right: 16px;
  display: block;
  width: 48px;
  height: 48px;
	line-height: 48px;
  text-align: center;
  border-radius: 50%;
  z-index: 999;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	background-image: url(../images/icon-arrow-upward.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.1)
}
.opacity {
  opacity: 0;
}
.opacity-on {
  opacity: 1;
  transition: all .8s ease-in;
}
.opacity-reverse {
  opacity: 1;
}
.opacity-off {
  opacity: 0;
  transition: all .2s ease-in;
}
.normal-table {
  width: 720px;
  margin: 0 auto;
}
.normal-table tr {
  border-bottom: 1px solid #F5F5F5;
  line-height: 2;
}
.normal-table td {
  width: 560px;
  padding: 24px 0 24px 24px;
  box-sizing: border-box;
}
.map {
  width: 100%;
  height: 560px;
}
}
@media screen and (max-width: 959px) {
body {
  font-size: 1.48rem;
}
img {
  width: 100%;
}
.landing {
 margin-top: -64px;
 padding-top: 64px;
}
.content, .content-narrow, .content-variable, .content-superfine {
	width: 100%;
	padding: 4rem 1.6rem;
	box-sizing: border-box;
}
.content-p-t {
	width: 100%;
	padding: 4rem 1.6rem 0;
	box-sizing: border-box;
}
.content-p-b {
	width: 100%;
	padding: 0 1.6rem 4rem;
	box-sizing: border-box;
}
.content-box-title {
	font-size: 1.6rem;
	padding-bottom: 0;
  line-height: 1.75;
}
.content-box-text {
  width: 100%;
}
.content-box-img {
  width: 100%;
  height: 25vh;
  align-items: flex-end;
}
.content-box-img img {
  width: 100%;
}
.content-box-img-fix {
  width: 100%;
  height: 32vh;
}
.content-box-img-fix img {
  min-width: 100%;
}
.content-box-img-fix:not(:last-of-type) {
  margin-right: 0;
}
.flex-card {
  width: 100%;
}
.flex-card:nth-last-of-type(4n) {
  width: 100%;
}
.flex-card:not(:nth-of-type(4n)){
  padding-right: 0;
}
.flex-card:nth-of-type(n+5) {
  margin-top: 0;
}
.flex-card img {
  width: 100%;
}
.section-title {
	font-size: 3.2rem;
	line-height: .8;
}
.section-title span {
	font-size: 1.6rem;
  letter-spacing: 0;
  margin-left: -0.4rem;
}
.section-title-compact {
	font-size: 3.2rem;
	line-height: .8;
  letter-spacing: .1em;
  text-align: center;
}
.section-title-compact span {
	font-size: 1.6rem;
}
.section-subtitle {
  width: 100%;
  font-size: 1.6rem;
  background : none;
  padding: 0;
  margin: 0;
  letter-spacing: .2em;
  text-align: center;
}
.section-subtitle em {
  font-size: 2.4rem;
  margin-right: .4rem;
  background: url("../images/character_helmet.svg") left center no-repeat;
  background-size: 2.4rem 2.4rem;
  padding-left: 4rem;
  margin-left: -2rem;
}
.section-link-short {
  width: 100%;
  box-sizing: border-box;
}
.sp-hidden, .se-hidden {
	display: none;
}
.pc-hidden {
	display: inherit;
}
.contrast {
	background: #fff;
	padding: 0;
}
.fl-rw-bt-ce, .fl-rw-st-ce, .fl-rw-bt-st, .fl-rw-ce-ce, .fl-rw-bt-str, .fl-co-ce-ce {
	flex-direction: column;
	align-items: center;
}
.fl-three li {
  width: 100%;
}
.fl-quartet {
  width: 100%;
}
.sp-fl-reverse {
	flex-direction: column-reverse;
}
.sp-fl-ce-st {
  justify-content: center;
  align-items: flex-start;
}
.sp-fl-ce-ce {
  justify-content: center;
  align-items: center;
}
.sp-text-left {
text-align: justify;
}
.text-em {
 font-size: 1.6rem;
 line-height: 1.75;
}
.m-t-p-ss, .m-t-p-s, .m-t-p-m, .m-t-p-l, .m-t-p-ll, .m-t-p-xl {
  margin-top: 1.6rem;
}
.m-t-m-ss, .m-t-m-s, .m-t-m-m, .m-t-m-l, .m-t-m-ll, .m-t-m-xl {
  margin-top: -1.6rem;
}
.sp-m-t-p-ss {
  margin-top: 0.8rem;
}
.sp-m-t-p-s {
  margin-top: 1.6rem;
}
.sp-m-t-p-m {
  margin-top: 2.4rem;
}
.sp-m-t-p-l {
  margin-top: 3.2rem;
}
.sp-m-t-p-ll {
  margin-top: 4rem;
}
.sp-m-t-p-xl {
  margin-top: 6.4rem;
}
.sp-m-t-m-ss {
margin-top: -0.8rem;
}
.sp-m-t-m-s {
margin-top: -1.6rem;
}
.sp-m-t-m-m {
margin-top: -2.4rem;
}
.sp-m-t-m-l {
margin-top: -3.2rem;
}
.sp-m-t-m-ll {
margin-top: -4rem;
}
.sp-m-t-m-xl {
margin-top: -6.4rem;
}
.sp-p-t-p-m {
padding-top: 2.4rem;
}
.sp-p-t-p-ll {
padding-top: 4rem;
}
.margin-cancel {
  margin: 0;
}
.padding-cancel {
  padding: 0;
}
.sp-padding-cancel {
  padding: 0;
}
.normal-table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.28rem;
}
.normal-table tr {
  border-bottom: 1px solid #F5F5F5;
  line-height: 2;
  vertical-align: top;
}
.normal-table th {
  white-space: nowrap;
  padding: 24px 0;
  box-sizing: border-box;
  text-align: left;
}
.normal-table td {
  width: auto;
  padding: 24px 0 24px 16px;
  box-sizing: border-box;
}
.map {
  height: 50vh;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
header {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 999;
	letter-spacing: 0.1em;
}
.header-inner {
	width: 100%;
	height: 96px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
    min-width: 1220px;
}
.header-animation {
	position: fixed;
	top: 0;
	left: 0;
	animation: uekara 0.5s;
    animation-iteration-count: 1;
	z-index: 100;
	background: rgba(255,255,255,1);
}
.header-inner-animation {
	animation: uekara .25s;
    animation-iteration-count: 1;
}
.nav-animation {
	margin: 0;
}
.nav-animation li:first-child {
	margin-top: 0;
}
.nav-animation a:hover {
	color: #FFCA28;
}
.menu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	transition: .1s;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.menu-list {
    width: 880px;
    height: 96px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 0 24px;
    box-sizing: border-box;
}
.menu-list a {
	color: #333;
	text-decoration: none;
	margin: 0;
	font-weight: 700;
	position: relative;
	display: block;
    white-space: nowrap;
}
.menu-list a:hover {
	color: #0098D8;
}
header h1 {
	position: absolute;
	top: -22px;
	left: 52px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
}
.sub-page header h1 {
	color: #000;
	top: -16px;
}
.sub-page.bg-photo header h1 {
	color: #fff;
	top: -22px;
}
.logo {
	width: 152px;
	height: 50px;
	background: url(../images/logo.svg) center center no-repeat;
    background-size: 120px 50px;
	text-indent: -99999px;
}
.logo a {
	width: 120px;
	height: 50px;
	display: block;
}
.hiddencheckbox {
	display: none;
}
.menu-tel {
	text-decoration: none;
	text-indent: 20px;
	background: url(../images/icon-phone.svg) left 4px no-repeat;
	background-size: 16px 16px;
}
.menu-contact {
    width: auto;
    height: 48px;
    /* position: absolute;
    top: 24px;
    right: 49px; */
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: url("../images/character_helmet_fff.svg") 16px center no-repeat;
    background-size: 33px 32px;
    background-color: #0098D8;
    padding: 0 16px 0 56px;
    line-height: 48px;
    color: #fff;
    border: 1px solid #0098D8;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.1);
    transition: 0;
    opacity: 0;
    visibility: hidden;
}
/* @media screen and (max-width: 1324px) {
    .menu-contact {
        position: fixed;
        top: auto;
        right: 24px;
        bottom: 24px;
    }
} */
.menu-contact:hover {
    background: url("../images/character_helmet.svg") 16px center no-repeat;
    background-size: 33px 32px;
    background-color: #fff;
    border: 1px solid #0098D8;
    color: #0098D8;
    transition: all .3s;
    box-sizing: border-box;
}
.nav-animation .menu-tel:hover {
	color: #333;
}
.menu-tel:hover {
	text-decoration: none;
	cursor: text;
	color: #fff;
}
.menu-tel::after {
	display: none;
}
.fa-phone-square {
	transform: rotate(90deg);
	margin-right: 7px;
}
.fa-envelope {
	margin-right: 7px;
}
#top-page header {
	margin-top: -90px;
	padding-top: 90px;
}
.header-animation a, .header-animation p {
	color: #333;
}
.header-animation a:hover {
	color: #0098D8;
}
.header-animation .menu-banner {
    padding-right: 64px;
}

.header-animation .menu-contact {
	color: #fff;
}
.header-animation .menu-contact:hover {
	color: #0098D8;
}
a[href^="tel:"] {
	pointer-events: none;
}
/* ac */
.menu-list li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-list li ul {
	background: #036eb7;
	padding: 0.5em 0;
	opacity: 0;
	box-sizing: border-box;
	display: none;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
	position: relative;
}
.menu-list li ul:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #036eb7 transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.menu-list li:hover ul {
	display: flex;
	animation: nav-ac .7s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
.menu-list li ul a {
	height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	transition: .2s ease-in;
}
.header-animation .menu-list {
	width: calc(100% - 80px);
	margin: 0 auto;
}
.header-animation .menu-contact {
    visibility: visible;
	animation: menu-contact 1.6s;
	animation-fill-mode: forwards;
}
#contact .header-animation .menu-contact {
    display: none;
}
.menu-list li.youtube {
	display: none;
}
.youtube img {
	width: 370px;
	height: 20px;
	transition: .2s;
	padding-top: 4px;
}
.header-animation .menu-list li.youtube {
	display: block;
}
.youtube:hover {
	opacity: .7;
	transition: .2s;
}
.menu-banner {
    width: auto;
    height: 96px;
    padding: 0 16px;
}
.menu-banner img {
    width: auto;
    height: 96px;
}
}
.video {
    video {
        width: 80%;
    }
}

@media screen and (max-width: 1040px) {
.menu-contact {
  display: none;
}
}
@media screen and (max-width: 959px) {
header {
	width: 100vw;
	z-index: 100;
	box-shadow: none;
	position: fixed;
  top: 0;
}
.header-inner {
	width: 100vw;
	height: 64px;
	min-width: 100%;
	z-index: 100;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
}
.header-inner::after {
	content: '';
	width: 100vw;
	height: 32px;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	background-color: #fff;
}
.menu {
    width: 100%;
    height: 1000vh;
    position: fixed;
    background: #fff;
    top: 64px;
    left: 100%;
    transition: left 0.2s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.logo {
	width: 78px;
	height: 32px;
	background: url(../images/logo.svg) 4rem center no-repeat;
	background-size: contain;
}
.logo a {
	width: 100%;
	height: 32px;
}
.menu-list {
    width: 80%;
    height: calc(68vh - 64px);
    list-style-type: none;
    margin: 0;
    padding: 72px 0 0;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,.1) inset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 80%;
    background: none;
    box-sizing: border-box;
}
.menu-list li:hover {
	height: auto;
	margin-bottom: 0;
}
.menu-list li {
	padding-left: 4rem;
	margin-right: auto;
}
.menu-icon {
	width: 20px;
	height: 12px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	right: 2rem;
}
.menu-icon::before {
	box-shadow: #0098D8 0 5px 0;
	height: 2px;
	width: 20px;
}
.menu-icon::after {
	bottom: 0;
	height: 2px;
	width: 20px;
}
.menu-icon::before, .menu-icon::after {
	background: #0098D8;
	display: block;
	content: '';
	position: absolute;
	transition: box-shadow 0.1s linear, transform 0.1s 0.1s;
}
.hiddencheckbox:checked ~ .menu-icon::before {
	box-shadow: transparent 0 0 0;
	transform: translateY(5px) rotate(-45deg);
}
.hiddencheckbox:checked ~ .menu-icon::after {
	transform: translateY(-5px) rotate(45deg);
}
.hiddencheckbox:checked ~ .menu {
	left: 20%;
	box-shadow: -5px 10px 10px 0px rgba(0,0,0,.25);
}
header i {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}
.fade {
	width: 100%;
	height: 10000vh;
	background: rgba(0,0,0,.5);
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-contact {
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(928vh - 64px);
    left: 3.8rem;
    background: url("../images/character_helmet_fff.svg") 16px center no-repeat;
    background-size: 33px 32px;
    background-color: #0098D8;
    padding: 0 16px 0 56px;
    line-height: 48px;
    color: #fff;
    border: 1px solid #0098D8;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.1);
    width: 228.92px;
    opacity: 1;
    visibility: visible;
}
.menu-banner {
    position: absolute;
    top: auto;
    bottom: calc(928vh - 16px);
    left: 3.8rem;
    padding: 0;
}
.menu-banner img {
    width: 228.91px;
    height: auto;
}
.nav-animation {
	margin: 0;
}
.header-inner-animation .menu {
	top: 64px;
}
.header-animation a, .header-animation p {
	color: #333;
}
a[href^="tel:"] {
	pointer-events: auto;
}
.menu-contact:hover {
	opacity: 1;
}
.menu-list li:hover ul {
	display: none;
}
.header-animation {
	animation: none;
}
.header-inner-animation {
	animation: none;
}
header h1, .sub-page header h1 {
top: 28px;
left: 4rem;
color: #000;
}
.header-animation .menu-list {
	width: 100%;
	margin: 0;
	min-width: 1200px;
}
.header-animation .menu-contact {
	animation: none;
}
.menu-list li.youtube {
	display: block;
}
.youtube img {
	width: 64vw;
	height: auto;
	transition: .2s;
	padding-top: 0;
}
.header-animation .menu-list li.youtube {
	display: block;
}
.youtube:hover {
	opacity: .7;
	transition: .2s;
}
.video {
    video {
        width: 100%;
    }
}
}
@keyframes uekara {
 	0%   {transform:translate(0px, -100%);opacity:0;}
	100%  {transform:translate(0px, 0px);opacity:1;}
}
@keyframes nav-ac {
 	0%   {opacity:0}
	100%  {opacity:1}
}
@keyframes menu-contact {
	12.5% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		position: fixed;
		top: auto;
		bottom: 24px;
		right: 24px;
	}
	100% {
		position: fixed;
		top: auto;
		bottom: 24px;
		right: 24px;
		opacity: 1;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contact Us
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
a.contact-call, a.contact-mail {
	width: 320px;
	height: 56px;
	font-weight: 700;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	line-height: 54px;
  border-radius: 28px;
  letter-spacing: .1em;
}
a.contact-call {
	font-size: 2.4rem;
  line-height: 55px;
  background: url("../images/icon-phone.svg") left 40px center no-repeat;
  background-size: 20px 20px;
  padding-left: 32px;
}
a.contact-mail {
	font-size: 1.8rem;
	transition: all .2s ease-in;
  margin-left: 40px;
}
a.contact-call:hover {
	cursor: text;
}
a.contact-mail:hover {
	border: 1px solid #0098D8;
	background: #0098D8;
	color: #fff;
}
.contact-bg-nega #contact-us {
  background: #fafafa;
}
}
@media screen and (max-width: 959px) {
a.contact-call, a.contact-mail {
	width: 72vw;
	height: 48px;
	line-height: 46px;
  border-radius: 24px;
}
a.contact-call {
	font-size: 2rem;
  background: url("../images/icon-phone.svg") left 4.8vw center no-repeat;
  background-size: 20px 20px;
  padding-left: 4vw;
}
a.contact-mail {
	font-size: 1.6rem;
	transition: all .2s ease-in;
  margin-left: auto;
}
a.contact-call:hover {
	cursor: pointer;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
footer {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255,255,255,.25);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	background: #f5f5f5;
}
.footer-list {
	width: 100%;
	margin:0 auto;
  padding: 0;
	line-height: 2;
	box-sizing: border-box;
}
footer a {
	font-weight: 900;
	transition: .3s;
	font-size: 13px;
	color: #333;
}
footer a:hover {
color: #0098D8;
}
a.footer-contact {
	width: 160px;
	height: 40px;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #333;
	transition: all .2s;
  border-radius: 20px;
}
a.footer-contact:hover {
	border: 1px solid #0098D8;
	background: #0098D8;
	color: #fff;
}
.footer-logo {
	width: 100%;
	height: 80px;
  margin: 40px 0;
	display: block;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: 192 80px;
	text-indent: -99999px;
}
address {
	width: 100%;
	margin: 24px auto -40px;
	text-align: center;
	font-size: 12px;
}
.copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,1);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	height: 80px;
	line-height: 79px;
	text-align: center;
	font-size: 70%;
	}
.breadcrumbs {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	font-size: 80%;
	background: #fafafa;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.breadcrumbs::before, .breadcrumbs::after {
	content: '';
	width: 100%;
	margin: 0 auto;
	height: 0px;
	position: absolute;
	left: 0;
}
.breadcrumbs::before {
	border-top: 1px solid #efefef;
	top: 0;
}
.breadcrumbs::after {
	border-top: 1px solid #ffff;
	top: 1px;
}
.subpage .breadcrumbs {
	background: none;
}
.breadcrumbs ul {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.breadcrumbs li {
	white-space: nowrap
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs a:hover {
	color: #0098D8;
}
.breadcrumbs li:last-child a:hover {
	text-decoration: underline;
}
.breadcrumbs li::before {
	content: '>';
	margin: 0 10px;
	color: #000;
}
.breadcrumbs li:first-child::before {
	content: '';
	margin: 0;
}
.footer-banner {
    width: 320px;
    margin: 32px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    a {
        width: 100%;
    }
}
.footer-banner img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 959px) {
.footer-list {
  display: none;
}
.footer-logo {
	width: 48vw;
	height: 12vw;
	background-size: contain;
	margin: 0 auto;
}
address {
	width: 100%;
	margin: 1.6rem auto 0;
  line-height: 2;
}
.copyright {
	height: 6.4rem;
	line-height: 6.4rem;
	}
.breadcrumbs {
	width: 100%;
	margin: 0 auto;
	height: 6rem;
	font-size: 1.2rem;
	background: #fff;
	padding: 0 2rem;
}
.subpage .breadcrumbs {
	background: none;
}
.breadcrumbs ol {
	height: 6rem;
}
.breadcrumbs li {
	display: flex;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs li:last-child a:hover {
	text-decoration: underline;
}
.breadcrumbs li::before {
	content: '>';
	margin: 0 5px;
	color: #000;
}
.breadcrumbs li:first-child::before {
	content: '';
	margin: 0;
}
.footer-banner {
    margin: 0 auto 32px;
    a {
        width: 100%;
    }
}
.footer-banner img {
    width: 100%;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Top page
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Slide  ------------*/

@media print, screen and (max-width: 20000px) {
.slide {
	width: 100vw;
	height: 100vh;
	position: relative;
}
.slide div {
  width: 50%;
  height: 100vh;
  background: #0098D8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  padding: 96px 0 0;
  box-sizing: border-box;
}
.slide ul {
  width: 200%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
.slide li {
  width: 50%;
  overflow: hidden;
	animation: slide 28s ease-in .5s infinite;
}
.slide li:first-of-type {
	animation: slide-first 28s ease-in .5s infinite;
  z-index: -1;
}
.slide img {
  width: 100%;
  height: auto;
  min-width: calc(100vh * 0.8);
  min-height: calc(100% * 1.25);
}
.slide h1 {
  font-size: 2.4rem;
  letter-spacing: .2em;
  line-height: 1.6;
}
.slide h1 em {
  font-size: 5.2rem;
}
}
@media screen and (max-width: 959px) {
.slide {
	width: 100vw;
	height: 100vh;
}
.slide div {
  width: 100vw;
  height: calc(50vh - 32px);
  top: calc(50vh + 32px);
  padding: 0;
  justify-content: center;
}
.slide ul {
  width: 100vw;
  height: calc(50vh - 32px);
  left: 0;
  top: 64px;
  flex-wrap: wrap;
}
.slide li {
  width: 100vw;
  height: calc(50vh - 32px);
  display: flex;
  justify-content: center;
  align-items: center;
	animation: slide 28s ease-in .5s infinite;
}
.slide li:first-of-type {
	animation: slide-first 28s ease-in .5s infinite;
  z-index: -1;
}
.slide img {
  width: 100%;
  height: auto;
  min-width: 100vw;
  min-height: calc(50vh - 32px);
}
.slide h1 {
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.6;
}
.slide h1 em {
  font-size: 2.4rem;
}
}
@keyframes slide {
0% {
	transform: translateX(0);
}
23% {
	transform: translateX(0);
}
25% {
	transform: translateX(-100%);
}
48% {
	transform: translateX(-100%);
}
50% {
	transform: translateX(-200%);
}
73% {
	transform: translateX(-200%);
}
75% {
	transform: translateX(-300%);
}
98% {
	transform: translateX(-300%);
}
100% {
	transform: translateX(-400%);
}
}
@keyframes slide-first {
0% {
	transform: translateX(0);
}
23% {
	transform: translateX(0);
}
25% {
	transform: translateX(-100%);
}
48% {
	transform: translateX(-100%);
}
50% {
	transform: translateX(-200%);
}
94.99% {
	transform: translateX(-200%);
}
98% {
	transform: translateX(100%);
}
100% {
	transform: translateX(0);
}
}

/*------------ News  ------------*/

@media print, screen and (max-width: 20000px) {
.news li {
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding: 32px 0 0;
  box-sizing: border-box;
}
.news li span:nth-of-type(2) {
  height: 32px;
  margin: 0 1.6rem;
  padding: 0 1.6rem;
  background: #0098D8;
  color: #fff;
  border-radius: 8px;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.news p {
  padding: 32px 0;
}
}
@media screen and (max-width: 959px) {
.news li {
  height: auto;
  padding: 2.4rem 0 0;
}
.news li span:nth-of-type(2) {
  height: 2.4rem;
  font-size: 1.2rem;
  margin: 0 1.6rem;
  padding: 0 1.6rem;
  border-radius: 4px;
  padding-bottom: 0;
}
.news p {
  padding: 1.6rem 0;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Sub page Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
.sub-page section:nth-of-type(odd) {
	background: #fafafa;
}
.sub-page section:first-of-type{
	background: #fff;
}
.sub-page-inversion section:nth-of-type(even) {
	background: #fafafa;
}
.sub-header {
	width: 100%;
	height: 560px;
	padding: 72px 0 0;
	position: relative;
}
.sub-header-title {
  width: calc(64% + 320px);
  height: 560px;
  position: absolute;
	top: 72px;
	right: 0;
}
.sub-header-title h1 {
	font-size: 4.8rem;
	letter-spacing: .2em;
	line-height: 1;
  z-index: 2;
	position: relative;
}
.sub-header-title h1.ls-none {
	letter-spacing: 0;
}
.sub-header-title span {
	font-size: 1.6rem;
  padding: 0 0 0 .4em;
}
.sub-header-title h1.ls-none span {
  letter-spacing: .2em;
}
.sub-header-title h1::after {
  content: '';
  width: 8px;
  height: 96px;
  border-radius: 4px;
  background: #0098D8;
  position: absolute;
  left: -32px;
  top: 0;
}
.sub-header-img {
	width: 64%;
	height: 560px;
	overflow: hidden;
	position: absolute;
	top: 72px;
	right: 0;
  border-radius: 0 0 0 16px;
}
.sub-header-img img {
	width: 100%;
	height: auto;
  min-width: 700px;
  min-height: 560px;
}
.section-message {
  width: 100%;
  font-size: 3.2rem;
  text-align: justify;
  line-height: 1.75;
	font-weight: 700;
}

.scroll-img::before, .scroll-img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.8);
}
.scroll-img-left::before, .scroll-img-left::after {
	transform-origin: right;
}
.scroll-img-right::before, .scroll-img-right::after {
	transform-origin: left;
}
.scroll-open::before, .scroll-open::after {
	transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
	transition: opacity, transform, visibility;
}
.scroll-open::before {
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
  z-index: 2;
}
.scroll-open::after {
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 3;
}
.scroll-img-img img {
  transform: scale(1.2);
}
.scroll-open img {
  transform: scale(1);
  transition: transform;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: -96px;
  z-index: 20;
}
.scroll::before, .scroll::after {
  content: '';
  width: 1px;
  height: 32px;
  background: #0098D8;
  position: absolute;
  left: 50%;
  bottom: 16px;
}
.scroll::before {
  bottom: 16px;
  transform-origin: top;
  animation: scroll01 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.scroll::after {
  transform-origin: bottom;
  animation: scroll02 2s cubic-bezier(0.86, 0, 0.07, 1) infinite
}
.scroll a {
  width: 100%;
  height: 100%;
  font-size: 8px;
  color: #0098D8;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.segmentation {
	border-left: 4px solid #000;
	text-indent: 16px;
  font-size: 1.6rem;
	display: block;
	margin-bottom: 24px;
}
.segmentation span {
  font-size: 1.4rem;
	text-indent: 16px;
	display: block;
}
}
@media screen and (max-width: 959px) {
.sub-header {
	width: 100%;
	height: calc(64vh + 64px);
	padding: 0;
}
.sub-header-title {
  width: 100%;
	height: calc(64vh + 128px);
	top: 0;
	right: 0;
  padding-left: 4rem;
  box-sizing: border-box;
}
.sub-header-title h1 {
	font-size: 2.4rem;
	line-height: 1.2;
}
.sub-header-title span {
	font-size: 1.6rem;
  padding: 0 0 0 .2em;
}
.sub-header-title h1::after {
  height: 5.6rem;
  left: -2rem;
  top: 0;
}
.sub-header-img {
	width: 80%;
	height: calc(64vh + 64px);
	top: 0;
}
.sub-header-img img {
	width: auto;
	height: calc(64vh + 64px);
  min-width: auto;
  min-height: calc(64vh + 64px);
}
.section-message {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.scroll a {
  font-size: 12px;
}
}
@keyframes scroll01 {
  0% {
    transform: scale3d(1, 0, 1)
  }
  40% {
    transform: scale3d(1, 0, 1)
  }
  100% {
    transform: scale3d(1, 1, 1)
  }
}
@keyframes scroll02 {
  0% {
    transform: scale3d(1, 1, 1)
  }
  60% {
    transform: scale3d(1, 0, 1)
  }
  100% {
    transform: scale3d(1, 0, 1)
  }
  }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contact
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
.form {
	width: 100%;
	margin: 64px auto 0;
}
.form dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
  flex-wrap: nowrap;
	margin-bottom: 32px;
}
.form dt {
	display: flex;
	align-items: center;
  flex-wrap: nowrap;
  width: 50%;
}
.form dt::before {
	content: '';
	width: 40px;
	height: 20px;
	margin: 0 16px 0 0;
	background: none;
	color: #fff;
	text-align: center;
	font-size: 70%;
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px 0;
	line-height: 18px;
}
dt.required::before {
	content: "必須";
	background: #0098D8;
	font-weight: 700;
}
.form dd {
  width: 100%;
  margin-left: 16px;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="text"] {
	width: 100%;
	height: 40px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	text-indent: 1rem;
	line-height: 40px;
	font-size: 100%;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 160px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	text-indent: 1rem;
	padding: 1rem 0;
	font-size: 100%;
	box-sizing: border-box;
}
input::placeholder {
  color: #d6d6d6;
	font-weight: normal;
	line-height: 40px;
}
textarea::placeholder {
  color: #d6d6d6;
	font-weight: normal;
}
.button-area {
	width: 100%;
	margin: 64px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.button-area-single {
	width: 100%;
	margin: 64px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form-button  {
	width: 240px;
	height: 48px;
	border: none;
	color: #fff;
	border-radius: 24px;
	font-size: 1.4rem;
	font-weight: 700;
}
.submit-button {
	background: #0098D8;
}
.submit-button:hover {
	background: #03A9F4;
  transition: background 0.3s ease-in;
}
.back-button:hover, .reset-button:hover {
	background-color: rgba(0,0,0,0.7);
  transition: background-color 0.3s ease-in;
}
.back-button, .reset-button {
	background: #ccc;
}
.reset-btn:hover {
	cursor: pointer;
}
#submit-btn:disabled {
	background: #efefef;
	color: #999;
	border: 1px solid #e6e6e6;
}
#submit-btn {
	background: #0098D8;
	border: 1px solid #0098D8;
	color: #fff;
}
.checbox-area {
	width: 100%;
	margin: 32px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
label {
	cursor: pointer;
	margin-top: 0.8rem;
}
#check  {
	position: relative;
	margin: 0 2rem 0 0;
	cursor: pointer;
}
#check:before {
	position: absolute;
	z-index: 1;
	top: 0rem;
	left: -0.8rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	transform: rotate(-45deg) scale(0,0);
	border: 2px solid #0098D8;
	border-top-style: none;
	border-right-style: none;
}
#check:checked:before {
	transform: rotate(-45deg) scale(1.6, 1.6);
}
#check:after {
	position: absolute;
	top: -0.8rem;
	left: -1.6rem;
	width: 2.4rem;
	height: 2.4rem;
	content: '';
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}
.contact-privacy {
	width: 100%;
  height: 240px;
	line-height: 2;
  overflow: scroll;
  border: 1px solid #e6e6e6;
  padding: 24px;
  box-sizing: border-box;
}
.confirm-error p {
	color: #f44336;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #e6e6e6;
	text-indent: -0.9rem;
}
.confirm-table {
	width: 100%;
}
.confirm-table tr {
	height: 64px;
	border-bottom: 1px solid #e6e6e6;
}
.confirm-table th {
	width: 160px;
}
#contact .thanks h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 48px;
	font-weight: 700;
}
.thanks p {
	line-height: 2;
}
.thanks .form-button {
	border: 1px solid #0098D8;
	color: #0098D8;
	display: block;
	text-align: center;
	line-height: 48px;
}
.thanks .form-button:hover {
	background: #0098D8;
	color: #fff;
	transition: all .2s ease-in;
}
}
@media screen and (max-width: 959px) {
.form {
	width: 100%;
	margin: 4rem auto 0;
}
.form dl {
	flex-direction: column;
	margin-bottom: 0;
}
.form dt {
	margin-bottom: 1rem;
}
.form dt::before {
	content: '';
	width: 1rem;
	height: auto;
	margin: 0;
	color: #ffca28;
	text-align: left;
	font-size: 1.6rem;
	display: block;
	border-radius: none;
	padding: 0;
	line-height: 1;
}
dt.required::before {
	content: "*";
	background: none;
	font-weight: 500;
  color: #0098d8;
}
.form dd {
	width: 100%;
	margin-bottom: 2rem;
  margin-left: 0;
}
.button-area {
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.button-area-single {
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form-button  {
	width: 75vw;
}
.button-area .form-button {
	width: calc(50vw - 3rem);
}
.submit-button {
	background: #039BE5;
}
.submit-button:hover {
	background: #03A9F4;
  transition: background 0.3s ease-in;
}
.back-button:hover, .reset-button:hover {
	background-color: rgba(0,0,0,0.7);
  transition: background-color 0.3s ease-in;
}
.back-button, .reset-button {
	background: #ccc;
}
.reset-btn:hover {
	cursor: pointer;
}
#submit-btn:disabled {
	background: #efefef;
	color: #999;
	border: 1px solid #e6e6e6;
}
#submit-btn {
	background: #2292d2;
	border: 1px solid #039BE5;
	color: #fff;
}
.checbox-area {
	margin: 1rem auto 0;
}
label {
	cursor: pointer;
  margin-top: 2rem;
}
#check  {
	position: relative;
	margin: 0 3.2rem 0 0;
	cursor: pointer;
}
#check:before {
	position: absolute;
	z-index: 1;
	top: .6rem;
	left: .6rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	transform: rotate(-45deg) scale(0,0);
	border: 2px solid #039BE5;
	border-top-style: none;
	border-right-style: none;
}
#check:checked:before {
	transform: rotate(-45deg) scale(1.6, 1.6);
}
#check:after {
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	width: 2.4rem;
	height: 2.4rem;
	content: '';
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}
.contact-privacy {
	width: 100%;
	height: 16rem;
	margin: 0 auto;
	line-height: 1.75;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	padding: 0.5rem;
	box-sizing: border-box;
	overflow: scroll;
	font-size: 1.2rem;
}
.contact-privacy dt {
	margin-bottom: 1rem;
}
.privacy-agree {
	margin: 1.6rem auto 0;
	line-height: 1.75;
	font-size: 1.2rem;
	padding: 0 .5rem;
	box-sizing: border-box;
}
.confirm-message {
	margin-bottom: 2rem;
	line-height: 1.75;
}
.confirm-error p {
	height: 4rem;
	line-height: 4rem;
	border-bottom: none;
}
.confirm-table tr {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
	border-bottom: none;
}
.confirm-table th, .confirm-table td {
	width: 100%;
	margin-bottom: 1rem;
}
.confirm-table th::after {
	content: " _";
}
.confirm-table td {
word-break : break-all;
}
#contact .thanks h3 {
	margin-bottom: 2.4rem;
}
.thanks p {
	line-height: 1.75;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Recruit
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
.stop {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	border-top: 2px solid #24415e;
	border-bottom: 2px solid #24415e;
	line-height: 55px;
	text-align: center;
	font-size: 1.6rem;
	color: #24415e;
}
.guidelines .normal-table {
  width: 720px;
  margin: 24px auto 0;
}
.guidelines .normal-table tr {
  border-bottom: 1px solid #E5E5E5;
  line-height: 2;
}
.guidelines .normal-table td {
  width: 632px;
  padding: 16px 0 16px 16px;
  box-sizing: border-box;
}
.guidelines a {
	width: 240px;
	height: 56px;
	line-height: 55px;
	display: block;
	text-align: center;
	color: #fff;
	background: #0098db;
	margin: 64px auto 24px;
	box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.1);
	transition: all .3s;
}
.guidelines a:hover {
  background-color: #fff;
  border: 1px solid #0098D8;
  color: #0098D8;
	transition: all .3s;
	box-sizing: border-box;
}
}
@media screen and (max-width: 959px) {
.stop {
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	padding: 1rem 0;
}
.guidelines .normal-table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.28rem;
}
.guidelines .normal-table tr {
  border-bottom: 1px solid #F5F5F5;
  line-height: 2;
  vertical-align: top;
}
.guidelines .normal-table th {
  white-space: nowrap;
  padding: 24px 0;
  box-sizing: border-box;
  text-align: left;
}
.guidelines .normal-table td {
  width: auto;
  padding: 24px 0 24px 16px;
  box-sizing: border-box;
}
.guidelines a {
	margin: 24px auto 40px;
}
.guidelines:last-of-type a {
	margin: 24px auto 0;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 NanoZone
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
.nano-header {
  position: relative;
}
.nano-header-inner {
  width: 100vw;
  height: calc(100vw * .6);
  position: absolute;
  overflow: hidden;
  padding: 8% 8% 0;
  box-sizing: border-box;
}
.nano-header img {
  width: auto;
  max-height: calc(100vw * .6);
}
.nano-header h1, .nano-header p {
  color: #fff;
  font-size: 2.4rem;
  z-index: 2;
  text-align: center;
  line-height: 2;
}
.nano-header em {
  font-size: 5.6rem;
}
.nano-header .scroll {
  bottom: 40px;
}
.nano-header .scroll::before, .nano-header .scroll::after {
  background: #fff;
}
.nano-header .scroll a {
  color: #fff;
}
#nanozone-description li {
  width: 294px;
  height: 64px;
  background: #00ACC1;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  border-radius: 2px;
}
#nanozone-example img {
  width: 100%;
  object-fit: cover;
}
.iframe-movie iframe {
	width: 960px;
	height: 540px;
}
.nanozone-exsample {
width: 100%;
background: #fff;
}
.nanozone-exsample p {
font-size: 3.2rem;
font-weight: 700;
text-align: center;
line-height: 1.6;
padding: 40px 40px 0;
}
.nanozone-price {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 64px;
}
.nanozone-price li {
width: 288px;
margin-bottom: 32px;
}
.nanozone-price img {
width: 100%;
}
.nanozone-price p {
margin-top: 16px;
line-height: 2;
text-align: center;
}
}
@media screen and (max-width: 959px) {
.nano-header {
  position: relative;
}
.nano-header-inner {
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nano-header img {
  width: auto;
  max-height: 100vh;
  min-height: 100vh;
}
.nano-header h1, .nano-header p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.nano-header em {
  font-size: 2.4rem;
}
.nano-header .scroll {
  bottom: 40px;
}
.nano-header .scroll::before, .nano-header .scroll::after {
  background: #fff;
}
.nano-header .scroll a {
  color: #fff;
}
#nanozone-about .content-box-img {
  width: 100%;
  height: auto;
}
#nanozone-description li {
  width: 100%;
}
#nanozone-precedent .fl-rw-bt-st {
	flex-direction: row;
	align-items: flex-start;
	margin-top: 0;
}
#nanozone-precedent .flex-card {
	width: calc(50% - .8rem);
	margin-top: 1.6rem;
}
.iframe-movie iframe {
	width: 100%;
	height: 56.25%;
}
.nanozone-exsample p {
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.6;
	padding: 2rem 2rem 0;
}
.nanozone-price {
	margin-top: 2.4rem;
	flex-direction: column;
}
.nanozone-price li {
	width: 100%;
	margin-bottom: 2rem;
}
.nanozone-price img {
	width: 100%;
}
.nanozone-price p {
	margin-top: 16px;
	line-height: 2;
	text-align: center;
	font-size: 2rem;
}
.nano-p-p {
font-size: 2rem;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Other
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Scroll Animation ------------*/

@media print, screen and (max-width: 20000px) {
.sa {
	opacity: 0;
 	transition: all .3s ease-in 0s;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa-lr {
	transform: translate(-15px, 0);
}
.sa-rl {
	transform: translate(15px, 0);
}
.sa-up {
	transform: translate(0, 15px);
}
.sa-down {
	transform: translate(0, -15px);
}
.sa-scaleUp {
	transform: scale(.5);
}
.sa-scaleDown {
	transform: scale(1.5);
}
.sa-rotateL {
	transform: rotate(180deg);
}
.sa-rotateR {
	transform: rotate(-180deg);
}
}

/*------------ Font Awesome------------*/

@media print, screen and (max-width: 20000px) {
.fa-check-square, .fa-book-open, .fa-chart-pie, .fa-comment-dots, .fa-asterisk, .fa-file-download, .fa-list-alt, .fa-building, .fa-warehouse, .fa-clock, .fa-store-alt, .fa-kaaba {
	margin-right: 0.5em;
}
.fa-map-marker-alt {
	font-size: 8rem;
	color: #E0E0E0;
	text-align: center;
}
}

/*------------ Img Box ------------*/

@media screen and (max-width: 20000px) {
.img-main {
	width: 640px;
	height: 616px;
	overflow: hidden;
  border-radius: 16px;
}
.img-main img {
	width: 640px;
	height: auto;
  animation: imgmain .8s ease-in;
  animation-iteration-count: 1;
}
.img-thumbs {
  width: 296px;
}
.img-thumbs li {
	width: 136px;
	height: 136px;
  margin-bottom: 24px;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	overflow: hidden;
  border-radius: 8px;
}
.img-thumbs li:nth-of-type(7), .img-thumbs li:nth-of-type(8) {
  margin-bottom: 0;
}
.img-thumbs img {
  width: 100%;
  height: auto;
}
.img-thumbs li:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.3);
	transition: .3s;
}
.img-box-cap li {
	display: none;
}
.img-box-cap li.active {
	display: block;
}
}
@keyframes imgmain {
  0% {
  opacity: 0
  }
  100% {
  opacity: 1;
  }
}
@media screen and (max-width: 768px) {
.img-main {
	width: 100%;
	height: auto;
  margin-bottom: 1.6rem;
}
.img-main a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-main img {
	width: 100%;
}
.img-thumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.img-thumbs li {
	width: calc(50% - 0.8rem);
	height: auto;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

/*------------ Select ------------*/

@media print, screen and (max-width: 20000px){
select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 3px;
	background: transparent;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 100%;
}
select::-ms-expand {
	display: none;
}
.select-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
}
.select-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin: -2px 0 0 0;
	border: 5px solid transparent;
	border-top: 7px solid #333;
}
}
@media screen and (max-width: 768px) {
select {
	width: 100%;
	height: 5rem;
	padding: 0 0 0 1rem;
	font-size: 100%;
}
select::-ms-expand {
	display: none;
}
.select-wrap {
	width: 100%;
	height: 5rem;
	margin: 0;
}
.select-wrap::before {
	right: 1rem;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Blog
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px){
.content.blog {
	padding-bottom: 0;
}
.archive-list {
	width: 100%;
	margin: 80px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.archive-card {
	width: 288px;
	position: relative;
	margin-right: 48px;
	transition: .3s;
}
.archive-card:nth-of-type(3n) {
	margin-right: 0;
	margin-bottom: 48px;
}
.archive-card:hover {
	opacity: .7;
	transition: .3s;
}
.archive-card-inner {
	color: #333;
	font-size: 14px;
	line-height: 2;
}
.archive-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive-img img {
	width: 100%;
	height: auto;
	display: block;
}
.archive-time {
	margin: 16px 0 0;
}
.archive-title {
	margin: 8px 0;
}
.pagenation ul {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 64px auto 0;
}
.pagenation li {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background: #e4e4e4;
	color: #333;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	line-height: 36px;
	text-align: center;
	display: block;
	position: relative;
}
.pagenation li.current {
	background: #0098D8;
	color: #fff;
}
.pagenation a {
	width: 40px;
	height: 40px;
	color: #333;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.single-headertag ul {
	position: absolute;
	left: -32px;
	bottom: 80px;
	font-size: 20px;
	line-height: 2;
}
.single-headertag ul li:nth-of-type(2) {
	color: #03A9F4;
	transition: all .3s;
}
.single-headertag ul li:nth-of-type(2):hover {
	color: #0277BD;
	transition: all .3s;
}
.single-title {
	width: 100%;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	padding: 56px 80px 56px;
	box-sizing: border-box;
}
.single-p {
	line-height: 2.4;
	font-size: 16px;
	text-align: justify;
	padding: 0 80px;
	box-sizing: border-box;
}
.single-p h3 {
font-size: 20px;
padding-bottom: 16px;
}
.single-p p {
	padding: 0 0 24px;
}
.wp-block-button {
	padding: 32px 0;
}
.wp-block-button a {
	width: 50%;
	height: 48px;
	background: #03A9F4;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.archive-list {
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
}
.archive-card {
	width: 100%;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
}
.archive-card:nth-of-type(3n) {
	margin-right: 0;
	margin-bottom: 0;
}
.archive-card-inner {
	color: #333;
	font-size: 14px;
	line-height: 2;
	padding: 0;
}
.archive-img {
	width: 100%;
	margin: 0 0 16px;
}
.archive-img img {
	width: 100%;
	height: auto;
}
.pagenation ul {
	margin: 32px auto 0;
}
.single-headertag ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.single-headertag ul li, .single-headertag ul li:nth-of-type(2), .single-headertag a {
	font-size: 16px;
	color: #fff;
}
.single-img {
	width: 100%;
	height: auto;
}
.single-img img {
	width: 100%;
	height: auto;
}
.single-title {
	width: 100%;
	font-size: 16px;
	text-align: justify;
	padding: 80px 0 32px;
}
.single-p {
	line-height: 2;
	font-size: 14px;
	text-align: justify;
	padding: 0;
	box-sizing: border-box;
}
.wp-block-button a {
	width: 100%;
}
.single-pagenation {
	width: 100%;
	margin: 0 auto 40px;
}
}

.confirm-table tr:last-of-type {
	display: none;
}

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:32px;
	margin-bottom: -32px
}
body#contact_index > div:last-of-type {
	z-index: -1!important;
}
.contact_error {
	width: 100vw;
	height: 100vh;
	z-index: 999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.g-recaptcha {
		margin-bottom: 0;
}
}



.news p.padding-bottom-16{
	padding-bottom: 16px;
}
.news-button{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.news-button a{
	display: block;
	max-width: 240px;
	width: 100%;
	background: #0098D8;
	color: #fff;
	border-radius: 0;
	border: 0;
	padding: 10px;
	margin: 0 10px 20px 10px;
	text-align: center;
}
.works {
    position: relative;
}
.images-caption {
    position: absolute;
    top: 729px;
    left: 0;
}
.m-l-a {
    margin-left: auto;
}
.m-r-a {
    margin-right: auto;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .images-caption {
        position: relative;
        top: auto;
        left: auto;
    }
    .m-r-a {
        margin-right: auto;
        margin-left: auto;
    }
}