@charset "UTF-8";
/* CSS Document */
/*
 Theme Name: Twenty Seventeen Child
 Template: twentyseventeen
*/
.custom-header {
  margin-bottom: 0 !important;
  display: none;
}

.home .custom-header {
  display: block;
}

.site-branding > div > a {
  display: none;
}

.home .site-branding > div > a {
  display: inline-block;
}

.menu-scroll-down {
  display: none !important;
}

.site-header:before, .site-header:after {
  display: block;
}

.navigation-top {
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 20em) {
  .navigation-top {
    position: absolute;
  }
}
@media screen and (min-width: 48em) {
  .navigation-top {
    position: fixed;
    height: 70px;
    top: 0;
  }
}
.navigation-top > .wrap {
  padding: 0.7em 0em;
}
@media screen and (min-width: 48em) {
  .navigation-top > .wrap {
    max-width: 1072px;
  }
}
.navigation-top > .wrap .chitose_logo {
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
}
@media screen and (min-width: 48em) {
  .navigation-top > .wrap .chitose_logo {
    margin-left: 0;
  }
}
.navigation-top > .wrap .main-navigation {
  width: 100%;
}
.navigation-top > .wrap .main-navigation .menu-toggle {
  margin: 1px 5px 8px auto;
}
.navigation-top > .wrap .main-navigation .menu-scroll-down {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .navigation-top > .wrap .main-navigation #top-menu {
    display: flex;
    justify-content: flex-end;
  }
}
.navigation-top > .wrap .main-navigation #top-menu > li:last-child > a {
  background-color: none;
  color: #000;
}
@media screen and (min-width: 48em) {
  .navigation-top > .wrap .main-navigation #top-menu > li:last-child > a {
    background-color: #002F7B;
    color: #fff;
    border-radius: 3px;
  }
}

.menu-main_menu-container {
  position: fixed;
  width: 100%;
}

.navigation-top {
  height: 70px;
  top: 0;
}

body.admin-bar .navigation-top {
  top: 0;
}
@media screen and (min-width: 48em) {
  body.admin-bar .navigation-top {
    top: 32px;
  }
}

.wp-custom-header {
  width: 100%;
  overflow: hidden;
}

.single-featured-image-header {
  margin-top: 70px;
  margin-bottom: 30px;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.single-featured-image-header .post-thumbnail {
  height: 150px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .single-featured-image-header .post-thumbnail {
    height: 400px;
  }
}
@media screen and (min-width: 20em) {
  .single-featured-image-header {
    margin-top: 70px;
  }
}
@media screen and (min-width: 48em) {
  .single-featured-image-header {
    overflow: hidden;
    margin-bottom: 0px;
  }
}
.single-featured-image-header h1 {
  position: absolute;
  width: 100%;
  display: flex;
  color: #FFF;
  font-size: 1.5rem;
  z-index: 100;
  top: 100%;
  justify-content: flex-start;
  background: #002F7B;
  height: auto;
  padding: 0.5em 5%;
}
@media screen and (min-width: 48em) {
  .single-featured-image-header h1 {
    height: 100%;
    text-shadow: 2px 2px 3px #000;
    color: #fff;
    top: auto;
    font-size: 2.5rem;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    letter-spacing: 0.3rem !important;
  }
}
.single-featured-image-header img {
  max-width: 100%;
}

.scrolldown {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #fff;
  z-index: 1000;
  margin-left: -24px;
}
.scrolldown:hover {
  color: #fff;
}
.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
  height: calc(90vh - 32px);
}

.home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
  height: 90vh;
}

.custom-header-media:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
}

@media screen and (min-width: 48em) {
  #menu-item-220 > a {
    width: 20em;
  }
}
.home .wrap {
  max-width: 1072px;
  padding-left: 0;
  padding-right: 0;
}
.home .top-news {
  background: #002F7B;
  color: #FFF;
  padding: 18px 0px;
  height: auto;
}
@media screen and (min-width: 67em) {
  .home .top-news {
    height: 60px;
  }
}
.home .top-news .inner {
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 67em) {
  .home .top-news .inner {
    max-width: 1072px;
  }
}
.home .top-news .inner h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}
@media screen and (min-width: 67em) {
  .home .top-news .inner h2 {
    float: left;
    margin-left: 0;
    border-right: 1px solid #fff;
  }
}
.home .top-news .inner dl {
  margin: 0;
}
.home .top-news .inner dl dt {
  margin: auto 1em;
  text-align: center;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 67em) {
  .home .top-news .inner dl dt {
    float: left;
  }
}
@media bp-pc {
  .home .top-news .inner dl dd {
    float: left;
  }
}
.home .top-news .inner a {
  color: #fff;
  padding-left: 1em;
}
.home .top-news .inner a:hover {
  text-decoration: underline;
}
@media bp-pc {
  .home .top-news .inner a {
    padding-left: 10px;
  }
}
.home .top-news .inner a.archive {
  display: block;
  padding: 3px 5px;
  border: 1px solid #fff;
  float: none;
  margin: 2em;
  text-align: center;
  clear: both;
  color: #fff;
}
.home .top-news .inner a.archive:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 30em) {
  .home .top-news .inner a.archive {
    width: 60%;
    margin: 2em auto;
  }
}
@media screen and (min-width: 67em) {
  .home .top-news .inner a.archive {
    display: inline;
    float: right;
    margin: -53px auto 0;
    clear: none;
    width: auto;
  }
}
.home .solution {
  width: 100%;
}
.home .solution h2 {
  margin: 100px auto 5px;
  text-align: center;
  font-weight: 400 !important;
}
.home .solution ul {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .home .solution ul {
    flex-direction: row;
  }
}
.home .solution ul li {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 380px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .home .solution ul li {
    width: 33.3%;
  }
  .home .solution ul li:last-child {
    width: 33.4%;
  }
}
.home .solution ul li:nth-of-type(1) a {
  background-image: url(./assets/images/top_3_press.jpg);
}
.home .solution ul li:nth-of-type(2) a {
  background-image: url(./assets/images/top_3_brazing.jpg);
}
.home .solution ul li:nth-of-type(3) a {
  background-image: url(./assets/images/top_3_logbee.jpg);
}
.home .solution ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.home .solution ul li a:hover {
  transform: scale(1.1);
}
.home .recruit {
  margin-bottom: 139px;
}
.home .recruit h2 {
  margin: 100px auto 5px;
  text-align: center;
  font-weight: 400 !important;
}
.home.has-header-image.home.blog .site-branding, .home.has-header-video.home.blog .site-branding {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 0 !important;
  padding-top: 70px;
  justify-content: center;
  align-items: center;
}
.home.has-header-image.home.blog .site-branding .wrap, .home.has-header-video.home.blog .site-branding .wrap {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.home .custom-logo-link {
  padding-right: 0;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  width: 320px;
  height: auto;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    width: 450px;
  }
}

a.recruit_btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

#slideshow_outer {
  position: relative;
}

#slideshow {
  position: relative;
  max-width: 1072px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 40% 0 0;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
#slideshow img.active {
  z-index: 3;
  opacity: 0.5;
}
#slideshow img.last-active {
  z-index: 2;
  opacity: 0.5;
}

.has-header-video .custom-header-media video {
  top: 70px;
}
.has-header-video .custom-header-media iframe {
  top: 70px;
}

.admin-bar .has-header-video .custom-header-media video {
  top: 116px;
}
@media screen and (min-width: 48em) {
  .admin-bar .has-header-video .custom-header-media video {
    top: 102px;
  }
}
.admin-bar .has-header-video .custom-header-media iframe {
  top: 116px;
}
@media screen and (min-width: 48em) {
  .admin-bar .has-header-video .custom-header-media iframe {
    top: 102px;
  }
}

#wp-custom-header-video-button {
  top: 100px;
  z-index: 999;
  position: absolute;
}

.admin-bar #wp-custom-header-video-button {
  top: 132px;
}

@media all and (-ms-high-contrast: none) {
  .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
    width: inherit !important;
    top: 50%;
  }
}
@supports (-ms-ime-align: auto) {
  .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
    width: inherit !important;
    top: 0%;
  }
}

/* For browsers that support 'object-fit' */
@supports (-ms-ime-align: auto) {
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe,
  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    height: inherit;
  }
}
#page {
  overflow: hidden;
}

.site-content {
  padding: 0;
}

body:not(.twentyseventeen-front-page) .entry-content {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 67em) {
  body:not(.twentyseventeen-front-page) .entry-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
  }
}

/* Scss Document */
.contact {
  background: #002F7B;
  height: 440px;
  text-align: center;
  color: #FFF;
  position: relative;
}
.contact h2 {
  color: #FFF;
  padding-top: 70px;
  font-weight: 400 !important;
}
.contact .form_btn {
  font-size: 22px;
  border: solid 1px #fff;
  padding: 15px 25px;
  color: #fff;
  border-radius: 3px;
}
.contact .form_btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.contact p:last-child {
  margin-top: 30px;
}
.contact .bee {
  position: absolute;
  top: 125px;
  width: 100%;
}
.contact .bee .animation {
  -webkit-animation-name: slideup;
  animation-name: slideup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.contact .address {
  margin-top: 120px;
}
.contact .address a {
  color: #fff;
}

.site-info {
  float: none;
  width: auto;
  text-align: center;
}

@keyframes slideup {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
.footer_menu {
  background: #eee;
  padding: 1em 0;
}
.footer_menu ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .footer_menu ul {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.footer_menu ul li {
  list-style: none;
  margin: 0.5em 0;
}
@media screen and (min-width: 48em) {
  .footer_menu ul li {
    margin: 0 2.5em 0 0;
  }
}
.footer_menu ul li a:hover {
  text-decoration: underline;
}

.site-footer {
  margin-top: 0;
}
.site-footer > .wrap {
  max-width: 1072px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-footer .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .footer_white > .wrap {
  display: flex;
  flex-direction: column;
  margin: 30px auto 0;
}
@media screen and (min-width: 48em) {
  .site-footer .footer_white > .wrap {
    flex-direction: row;
  }
}
.site-footer .footer_white > .wrap .footer_info {
  width: auto;
  margin-right: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .site-footer .footer_white > .wrap .footer_info {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.site-footer .footer_white > .wrap .footer_info .chitose_logo {
  display: block;
  width: 125px;
}
.site-footer .footer_white > .wrap .footer_info img {
  margin: 0 auto;
}
.site-footer .footer_white .sns {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 48em) {
  .site-footer .footer_white .sns {
    flex-direction: row;
  }
}
.site-footer .footer_white .insta {
  margin: 5%;
}
@media screen and (min-width: 48em) {
  .site-footer .footer_white .insta {
    margin: 0 20px 0 0;
  }
}
.site-footer .footer_white .fb {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 48em) {
  .site-footer .footer_white .fb {
    margin: 0;
  }
}

.widget {
  padding-bottom: 0;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
  font-size: 1.5rem;
}

.archive .site-content > .wrap {
  margin-top: 5em;
}

@media screen and (min-width: 20em) {
  .site-main.thumbnail {
    margin-top: 40px;
  }
}

@media screen and (min-width: 20em) {
  .site-main {
    margin-top: 70px;
  }
}

.site-branding {
  padding: 0;
}

.page-header {
  padding-bottom: 0;
  margin-top: 3em;
}

.page.page-one-column .entry-header {
  margin-bottom: 0;
}
.page:not(.home) #content {
  padding-bottom: 0;
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
  max-width: none;
}
.page .site-content > .wrap {
  max-width: 1072px;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 4rem;
           /* .side{

                width : 23%;
                background:#000;
                
            }*/
}
.page .site-content > .wrap:after {
  content: none;
}
.page .site-content > .wrap .main {
  width: 100%;
}
.page .site-content > .wrap h2 {
  border-bottom: solid 3px #eee;
  position: relative;
  padding-bottom: 0.4em;
  color: #000;
}
.page .site-content > .wrap h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #002F7B;
  bottom: -3px;
  width: 10%;
}
.page .site-content > .wrap h3 {
  color: #002F7B;
}

html[lang="ja"] body {
  font-family: 'Quicksand',YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

li {
  list-style: none;
}

th {
  background: #eee;
  text-align: center;
}
th:first-child {
  padding-left: 1.2em;
}
th:last-child {
  padding-right: 1.2em;
}

td:first-child {
  padding-left: 1.2em;
}
td:last-child {
  padding-right: 1.2em;
}

th, td {
  padding: 1.2em;
  border: 1px solid #000;
}

.angledown {
  font-size: 64px;
  text-align: center;
  display: block;
  margin: 10px auto 20px;
}

.fa-angle-right:before {
  font-size: 1rem;
  margin-right: 0.2em;
}

.widget {
  margin-top: 3em;
}
.widget:first-child {
  margin-top: 0;
}

/* Scss Document */
.page-id-32 .container {
  display: flex;
  justify-content: space-between;
}
.page-id-32 .container .flow {
  flex-basis: 22%;
}
.page-id-32 .container .flow .cap {
  font-size: 0.8em;
  padding-top: 0;
}

/* Scss Document */
.page-id-154 th {
  width: 15%;
}
.page-id-154 td {
  width: 85%;
}

/* Scss Document */
.page-id-254 .site-content > .wrap h2 {
  border-left: none;
  background: none;
  border-bottom: none;
  font-size: 1em;
  padding: 0;
}
.page-id-254 .site-content > .wrap li {
  list-style: circle;
}

/* Scss Document */
.page-id-74 .site-content > .wrap {
  max-width: 800px;
}
.page-id-74 .site-content input[type="text"], .page-id-74 .site-content input[type="email"], .page-id-74 .site-content textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 30em) {
  .page-id-74 .site-content input[type="text"], .page-id-74 .site-content input[type="email"], .page-id-74 .site-content textarea {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 48em) {
  .page-id-74 .site-content input[type="text"], .page-id-74 .site-content input[type="email"], .page-id-74 .site-content textarea {
    font-size: 1em;
  }
}
.page-id-74 .site-content input[type="submit"] {
  background-color: #002F7B;
  display: block;
  margin: 20px auto;
  border: 1px solid #ccc;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 1.5em 3em;
}
.page-id-74 .site-content .input_style {
  margin-bottom: 1.5em;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="email"] {
  /* Webkit */
  /* Firefox 19 以降 */
  /* IE 10 以降 */
  /* CSS4では以下のような名前の擬似クラスになるらしい */
  /* おそらく今のところ対応ブラウザはない */
}
.mw_wp_form input[type="text"]::-webkit-input-placeholder, .mw_wp_form input[type="email"]::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
}
.mw_wp_form input[type="text"]:-moz-placeholder, .mw_wp_form input[type="email"]:-moz-placeholder {
  color: #929292;
}
.mw_wp_form input[type="text"]::-moz-placeholder, .mw_wp_form input[type="email"]::-moz-placeholder {
  color: #929292;
  /* Firefox 19 以降のデフォルトでは */
  /* color ではなく opacity で色合いを調整しているため */
  /* 文字色を指定する場合、opacity を 1 にする必要がある */
  opacity: 1;
}
.mw_wp_form input[type="text"]:-ms-input-placeholder, .mw_wp_form input[type="email"]:-ms-input-placeholder {
  color: #929292;
}
.mw_wp_form input[type="text"]:placeholder-shown, .mw_wp_form input[type="email"]:placeholder-shown {
  color: #929292;
}

/* Scss Document */
.page-id-18 .btn {
  text-align: center;
  margin: 4em;
}
.page-id-18 .common_btn {
  background-color: #83B3DB;
  color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 1.5em;
}
.page-id-18 .senpai {
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
}
.page-id-18 .senpai .senpai_01 {
  width: 49%;
}
.page-id-18 .senpai .senpai_02 {
  width: 49%;
}

/* Scss Document */
.page-id-320 h2 {
  margin-top: 50px;
}
.page-id-320 .site-content > .wrap {
  max-width: 800px;
}
.page-id-320 input[type="text"], .page-id-320 input[type="email"], .page-id-320 textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 30em) {
  .page-id-320 input[type="text"], .page-id-320 input[type="email"], .page-id-320 textarea {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 48em) {
  .page-id-320 input[type="text"], .page-id-320 input[type="email"], .page-id-320 textarea {
    font-size: 1em;
  }
}
.page-id-320 input[type="submit"] {
  background-color: #002F7B;
  display: block;
  margin: 20px auto;
  border: 1px solid #ccc;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 1.5em 3em;
}
.page-id-320 .input_style {
  margin-bottom: 1.5em;
}

/* Scss Document */
.page-id-335 .menu_list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-id-335 .menu_list h2 {
  border-bottom: none;
  padding-bottom: 0;
  text-align: left;
}
.page-id-335 .menu_list li {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .page-id-335 .menu_list {
    justify-content: space-between;
    flex-direction: row;
  }
  .page-id-335 .menu_list li {
    width: 30%;
  }
}
.page-id-335 .menu_list img {
  display: block;
  margin: 0 auto;
}
.page-id-335 .menu_list p {
  text-align: center;
}

.page-id-354 .ggmap {
  height: 300px;
}

/* news*/
.news-content .wrap {
  margin-top: 5em;
}

/*# sourceMappingURL=style.css.map */
