@charset "UTF-8";

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

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

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}




/*----------------------------------------
	base
----------------------------------------*/
body {
  color: #112b43;
  line-height: 1.5;
  background-color: #f3f3f3;
  font-family: Hiragino Sans, hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #00859b;
  transition: color 0.3s;
}

a:hover {
  color: #00859b;
  text-decoration: none;
}

h1, h4 {
  font-weight: 300;
}

h2, h3 {
  font-weight: 600;
}

.spOnly {
  display: none;
}

.en {
  font-family: din-2014, sans-serif;
}

@media screen and (max-width: 767px) {
  h3 {
    font-weight: 600;
  }

  .sp {
    display: none;
  }

  .spOnly {
    display: block;
  }
}


/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}

/*----------------------------------------
	hamburger
----------------------------------------*/


.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 0 0 10px 0;
  background-color: rgba(17, 43, 67, 0.9);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  text-align: center;
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
  transform: scale(1, 1);
  transform-origin: left center;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: capitalize;
  color: #ececec;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-bottom: 1px solid #00859b;
  padding: 30px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

/* Nav items */
.menu-btn {
  display: none;
}


.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 50px;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1000;
}

@media screen and (max-width: 767px), print {
  .menu-icon {
    margin-left: 0;
  }
}

.navicon {
  background: #00859b;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #00859b;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 100px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
  position: relative;
  overflow-x: hidden;
  /* webkitの横スクロール防止*/


}


/*----------------------------------------
	footer
----------------------------------------*/

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 75px;
  background-color: #112b43;
  font-size: 13px;
  margin-top: 400px;
  color: #00859b;
}

.footer__menu>li {
  display: inline-block;
  border-left: 1px solid #00859b;
  border-bottom: 0;
}

.footer__menu a {
  text-decoration: none;
  padding: 0 1em;
  color: #00859b;
}

.footer__menu a:hover {
  color: #dcdcdc;
}


.footer__copyright {
  font-family: din-2014, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;

}


@media screen and (max-width: 991px) {
  .footer {
    flex-direction: column;
    padding: 20px 10px;
    height: auto;
    margin-top: 300px;
  }

  .footer__menu>li {
    display: block;
    margin-top: 1.3em;
  }

  .footer__copyright {
    margin-top: 30px;

  }
}


/*----------------------------------------
	ボタン
----------------------------------------*/

.btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  background: #ececec;
  transition: .4s;
  color: inherit;
}

.btn:hover {
  background: #112b43;
  color: #fafafa;
}

.categoryList a {
  text-decoration: none;
  font-size: 18px;
  margin: 10px;
  padding: 1.0em 1.2em;
  background: #ececec;
  transition: .4s;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
}

.categoryList a:hover {
  background: #112b43;
  color: #fafafa;
}





/*----------------------------------------
	page_topボタン
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: 7vh;
  right: 2vw;
  z-index: 90;
}

.page_top:hover {
  transition: transform .3s;
  transform: scale(1.1);
  transform: translateY(-5px);
}

@media screen and (max-width: 991px) {
  .page_top {
    bottom: 3vh;
  }
}

@media screen and (max-width: 767px) {
  .page_top {
    bottom: 3vh;
    right: -30px;
  }
}