@charset "UTF-8";
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v22-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v22-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input[type=submit] {
  border-radius: 0;
}

/*===============================================
# 電話発信
=================================================*/
/*===============================================
# common
=================================================*/
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-size: 16px;
  color: #41536A;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1649px) {
  .container {
    padding: 0 20px;
  }
}
.container-contact {
  max-width: 784px;
  margin: 0 auto;
  padding-top: 68px;
  padding-bottom: 80px;
  box-sizing: content-box;
  text-align: left;
}
@media screen and (max-width: 1649px) {
  .container-contact {
    padding: 68px 20px 80px;
  }
}

@media screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.title {
  text-align: center;
  font-size: 96px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 46px;
  }
}
.title-color {
  color: #0A7FD3;
}
.title-jp {
  display: block;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title-jp {
    font-size: 18px;
    padding-top: 24px;
  }
}
.title-jp-color {
  color: #0A7FD3;
}
@media screen and (max-width: 767px) {
  .title-sp {
    font-size: 40px;
  }
}

.btn {
  display: block;
  width: 264px;
  border: solid 1px #fff;
  color: #fff;
  padding: 24px 8px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 240px;
    padding: 20px 8px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_white.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 19px;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.btn-color {
  border: solid 1px #0B7FD3;
  color: #0B7FD3;
}
.btn-color::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_blue.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 19px;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.btn:hover::before {
  right: -40px;
}

.anchor {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
  pointer-events: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 0.9s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.9s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.mask_wrap {
  display: table;
  overflow: hidden;
  width: 0;
}

.mask-wrap .mask {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 0;
  left: -1000%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

div.colorbox {
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  width: 100%;
}
.header-inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header-inner {
    justify-content: space-between;
  }
}
.header-logo {
  width: 259px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 160px;
  }
}
.header-nav {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 99vh;
    background: #0B7FD3;
    padding-top: 140px;
  }
  .header-nav.change-color {
    background: #fff;
  }
}
.header-nav-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header-nav-wrap {
    display: block;
  }
}
.header-nav-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-nav-list {
    display: block;
    text-align: center;
  }
}
.header-nav-item {
  margin-right: 59px;
}
@media screen and (max-width: 1279px) {
  .header-nav-item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-item {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.header-nav-item-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-sp {
    display: block;
  }
}
.header-nav-item-link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link {
    font-size: 16px;
  }
}
.header-nav-item-link:hover {
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
  opacity: 1;
}
.header-nav-item-link.change-color {
  color: #0A7FD3;
  opacity: 1;
}
.header-nav-item-link.change-color:hover {
  border-bottom: solid 1px #0A7FD3;
}
.header-nav-button {
  display: block;
  width: 260px;
  padding: 30px 0;
  background: #0B7FD3;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header-nav-button {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-button {
    font-size: 24px;
    padding: 10px 0;
  }
}
.header-nav-button-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.header-nav-button:hover {
  z-index: 2;
  color: #0A7FD3;
  transition: color 0.5s ease;
  position: relative;
}
.header-nav-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.header-nav-button:hover .header-nav-button-text {
  color: #0A7FD3;
  transition: color 0.5s ease;
  position: relative;
}
.header-nav-button:hover .header-nav-button-color {
  color: #0A7FD3;
  transition: color 0.5s ease;
  position: relative;
}
.header-nav-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.25s ease;
  transition-property: transform;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .hamburger-menu {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    z-index: 5;
    cursor: pointer;
    right: 0;
    top: 0;
    background: transparent;
    background: #fff;
  }
}
.hamburger-menu-bar {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #0B7FD3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu-bar {
    width: 24px;
  }
}
.hamburger-menu-bar:first-child {
  top: 35%;
}
.hamburger-menu-bar:nth-child(2) {
  top: 50%;
}
.hamburger-menu-bar:last-child {
  top: 65%;
}
.hamburger-menu-open .hamburger-menu-bar {
  top: 50%;
}
.hamburger-menu-open .hamburger-menu-bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu-open .hamburger-menu-bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu-open .hamburger-menu-bar:nth-child(2) {
  display: none;
}

/*===============================================
# footer
=================================================*/
.footer {
  background: url(../images/cmn/footer.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: left;
  padding-top: 66px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .footer {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-wrap {
    display: block;
  }
}
.footer-logo {
  display: block;
  width: 329px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    width: 260px;
    margin: 0 auto 32px;
  }
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-tel {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    font-size: 18px;
  }
}
.footer-tel-color {
  color: #fff;
}
.footer-tel-color:hover {
  opacity: 0.7;
}
.footer-address {
  color: #fff;
  margin-bottom: 24px;
}
.footer-sns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns-icon {
  display: block;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .footer-sns-icon {
    width: 27px;
  }
}
.footer-sns-icon:hover {
  opacity: 0.7;
}
.footer-right {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer-right {
    display: block;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.footer-nav-list {
  width: 135px;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-nav-list {
    margin: 20px auto 0;
  }
}
.footer-nav-item {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.footer-nav-item:hover {
  opacity: 0.7;
}
.footer-bottom {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 32px;
  }
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
  }
}

/*===============================================
# cta
=================================================*/
.cta {
  background: url(../images/cmn/cta.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.cta-text {
  color: #fff;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .cta-text {
    margin-top: 48px;
  }
}
.cta-btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    margin-top: 56px;
  }
}

/*===============================================
# post
=================================================*/
.news {
  padding: 120px 0;
  background: #F5F1ED;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 70px 0;
  }
}
.news-items {
  width: 100%;
  margin-left: 165px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .news-items {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .news-items {
    margin-left: 0;
    margin-top: 40px;
  }
}
.news-item {
  display: block;
  padding: 10px 0;
}
.news-inner {
  display: flex;
}
.news-time {
  font-size: 15px;
  color: #A18871;
}
@media screen and (max-width: 767px) {
  .news-time {
    font-size: 13px;
  }
}
.news-title {
  font-size: 16px;
  color: #A18871;
  letter-spacing: 0.04em;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .news-title {
    margin-left: 20px;
    font-size: 14px;
  }
}
.news-btn {
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  .news-btn {
    margin-top: 40px;
  }
}

.post-closed {
  display: block;
  width: 100%;
  padding: 40px 0;
  font-size: 16px;
  color: #676767;
}
.post-closed-blog {
  max-width: 840px;
  padding-bottom: 80px;
}

/*===============================================
# トップページ
=================================================*/
.mv {
  background: url(../images/top/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 600px;
  }
}
.mv-title {
  text-align: left;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv-title {
    font-size: 26px;
  }
}

.h-about {
  background: url(../images/sub/bg_sub.png);
  background-size: cover;
  background-position: center center;
  padding-top: 114px;
  padding-bottom: 225px;
}
@media screen and (max-width: 767px) {
  .h-about {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.h-about-text {
  text-align: center;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .h-about-text {
    margin-top: 48px;
  }
}

.h-choose {
  background: url(../images/top/choose.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 153px;
  padding-bottom: 154px;
}
@media screen and (max-width: 767px) {
  .h-choose {
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: center left;
  }
}
.h-choose-text {
  color: #fff;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .h-choose-text {
    margin-top: 40px;
  }
}
.h-choose-btn {
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .h-choose-btn {
    margin-top: 56px;
  }
}

.h-work {
  position: relative;
  padding-top: 130px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .h-work {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.h-work::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/left_top.png) no-repeat;
  background-size: 100%;
  width: 180px;
  height: 187px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .h-work::before {
    width: 120px;
    height: 127px;
  }
}
.h-work-text {
  margin-top: 32px;
  margin-bottom: 48px;
}
.h-work-btn {
  margin-top: 74px;
  margin-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .h-work-btn {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.h-work-inner {
  display: flex;
  flex-wrap: wrap;
}
.h-work-item {
  width: calc((100% - 108px) / 5);
  margin-right: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h-work-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
.h-work-item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .h-work-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h-work-item:nth-child(even) {
    margin-right: 0;
  }
}
.h-work-item-text {
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h-work-item-text {
    margin-top: 10px;
  }
}
.h-work-scroll {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.h-work-scroll-wrap {
  display: flex;
  overflow: hidden;
}
.h-work-scroll-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.h-work-scroll-list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.h-work-scroll-item {
  width: 25vw;
  margin-right: 15px;
}
@media screen and (max-width: 1023px) {
  .h-work-scroll-item {
    width: 40vw;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .h-work-scroll-item {
    width: 66.6666666667vw;
    margin-right: 10px;
  }
}
.h-work-scroll-item > img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.h-company {
  background: url(../images/top/company.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 128px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .h-company {
    padding-top: 64px;
    padding-bottom: 64px;
    background: url(../images/top/company_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.h-company-btn {
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .h-company-btn {
    margin-top: 56px;
  }
}

.h-flow {
  padding-top: 91px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .h-flow {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.h-flow-text {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .h-flow-text {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.h-flow-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .h-flow-inner {
    display: block;
  }
}
.h-flow-item {
  width: 100%;
  max-width: 176px;
  padding-top: 16.2%;
  position: relative;
  height: auto;
  box-sizing: border-box;
  margin-right: 50px;
  border: solid 1px #0B7FD3;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .h-flow-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h-flow-item {
    height: 176px;
    padding-top: 0;
    margin: 0 auto 40px;
  }
}
.h-flow-item::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_right.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 29px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .h-flow-item::before {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .h-flow-item::before {
    background: url(../images/cmn/arrow_down.png) no-repeat;
    background-size: 100%;
    width: 29px;
    height: 18px;
    right: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: -30px;
  }
}
.h-flow-item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .h-flow-item:nth-last-child(1) {
    margin-right: auto;
  }
}
.h-flow-item:nth-last-child(1)::before {
  content: none;
}
.h-flow-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #0B7FD3;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .h-flow-item-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .h-flow-item-text {
    font-size: 16px;
  }
}
.h-flow-btn {
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .h-flow-btn {
    margin-top: 56px;
  }
}

/*===============================================
# 下層ページ共通
=================================================*/
.sub-mv {
  height: 510px;
  width: 100%;
  background: url(../images/sub/mv_sub.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 360px;
  }
}
.sub-mv-post {
  background: url(../images/sub/mv_single.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-mv-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sub-mv-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sub-mv-title {
    font-size: 30px;
  }
}
.sub-text {
  line-height: 2.35;
  font-size: 16px;
  color: #676767;
}
@media screen and (max-width: 767px) {
  .sub-text {
    font-size: 14px;
    line-height: 2;
  }
}
.sub-text-center {
  text-align: center;
  line-height: 2.35;
  font-size: 16px;
  color: #676767;
}
@media screen and (max-width: 767px) {
  .sub-text-center {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}
.sub-text-note {
  font-size: 12px;
}
.sub-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-wrap {
    display: block;
  }
}

/*===============================================
# 下層ページ
=================================================*/
.service {
  background: #F3F3F3;
  padding: 98px 20px;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 64px 20px;
  }
}
.service-bg {
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  padding: 82px 20px 86px;
  background: url(../images/sub/service.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .service-bg {
    padding: 56px 20px;
  }
}
.service-text {
  color: #fff;
  margin-top: 40px;
}

.work {
  padding: 130px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.work::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/left_top.png) no-repeat;
  background-size: 100%;
  width: 180px;
  height: 187px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .work::before {
    width: 120px;
    height: 127px;
  }
}
.work-text {
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  .work-text {
    margin: 48px auto;
  }
}
.work-item-content {
  border-top: solid 1px #0B7FD3;
  border-bottom: solid 1px #0B7FD3;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 95.5px;
}
@media screen and (max-width: 767px) {
  .work-item-content {
    margin-bottom: 10px;
    padding: 8px 0;
    margin-top: 8px;
  }
}
.work-item-content-text {
  color: #0B7FD3;
  font-size: 14px;
}

.equipment {
  background: #F3F3F3;
  padding: 160px 0 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .equipment {
    padding: 64px 0;
  }
}
.equipment::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/right_bottom.png) no-repeat;
  background-size: 100%;
  width: 248px;
  height: 241px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .equipment::before {
    width: 200px;
    height: 191px;
  }
}
.equipment-text {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .equipment-text {
    margin: 48px auto;
  }
}
.equipment-inner {
  display: flex;
  flex-wrap: wrap;
}
.equipment-item {
  width: calc((100% - 80px) / 2);
  margin-right: 80px;
  margin-bottom: 75px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .equipment-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .equipment-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .equipment-item {
    width: 100%;
    margin-right: 0;
  }
}
.equipment-item:nth-child(even) {
  margin-right: 0;
}
.equipment-item-title {
  font-size: 24px;
  margin-top: 24px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .equipment-item-title {
    font-size: 18px;
    margin-top: 18px;
  }
}
.equipment-item-text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .equipment-item-text {
    font-size: 16px;
    line-height: 2;
    margin-top: 8px;
  }
}

.message {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 64px 0;
  }
}
.message-text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .message-text {
    margin-top: 48px;
  }
}

.about {
  background: url(../images/sub/bg_about.png);
  background-size: cover;
  background-position: top 62px center;
  padding-top: 114px;
  padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .about {
    background-size: contain;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.about-text {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .about-text {
    margin-top: 48px;
  }
}

.company {
  background: #F5F5F5;
  padding: 125px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 64px 0 100px;
  }
}
.company::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/left_top.png) no-repeat;
  background-size: 100%;
  width: 180px;
  height: 187px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .company::before {
    width: 120px;
    height: 127px;
  }
}
.company::after {
  position: absolute;
  content: "";
  background: url(../images/cmn/right_bottom_2.png) no-repeat;
  background-size: 100%;
  width: 207px;
  height: 330px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .company::after {
    width: 137px;
    height: 220px;
  }
}
.company-table {
  margin: 72px auto 0;
  max-width: 950px;
  width: 100%;
  border: solid 2px #E1E1E1;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .company-table {
    margin-top: 48px;
  }
}
.company-table-item {
  display: flex;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .company-table-item {
    font-size: 15px;
  }
}
.company-table-title {
  width: 365px;
  background: #EBEBEB;
  padding: 20px 39px;
  border-right: solid 2px #E1E1E1;
  border-bottom: solid 2px #E1E1E1;
}
@media screen and (max-width: 767px) {
  .company-table-title {
    width: 100px;
    padding: 15px 10px;
  }
}
.company-table-text {
  width: calc(100% - 365px);
  padding: 20px 39px;
  border-bottom: solid 2px #E1E1E1;
}
@media screen and (max-width: 767px) {
  .company-table-text {
    width: calc(100% - 100px);
    padding: 15px 10px;
  }
}
.company-wrap {
  display: flex;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-wrap {
    display: block;
  }
}
.company-img {
  width: 367px;
}
@media screen and (max-width: 767px) {
  .company-img {
    width: 100%;
  }
}
.company-map {
  width: calc(100% - 367px);
  height: 346px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-map {
    width: 100%;
  }
}
.company-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.history {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 80px 0 40px;
  }
}
.history::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/right_top.png) no-repeat;
  background-size: 100%;
  width: 205px;
  height: 578px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .history::before {
    width: 136px;
    height: 280px;
  }
}
.history::after {
  position: absolute;
  content: "";
  background: url(../images/cmn/left_bottom.png) no-repeat;
  background-size: 100%;
  width: 170px;
  height: 200px;
  left: 0;
  bottom: -12px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .history::after {
    width: 120px;
    height: 150px;
  }
}
.history-item {
  display: flex;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .history-item {
    display: block;
    margin: 0 auto 64px;
  }
}
.history-item-top {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .history-item-top {
    margin-top: 48px;
  }
}
.history-item-circle {
  width: 100%;
  max-width: 176px;
  padding-top: 25.6%;
  position: relative;
  height: auto;
  box-sizing: border-box;
  margin-right: 77px;
  border: solid 1px #0B7FD3;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .history-item-circle {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history-item-circle {
    height: 176px;
    padding-top: 0;
    margin: 0 auto 20px;
  }
}
.history-item-circle::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_down.png) no-repeat;
  background-size: 100%;
  width: 29px;
  height: 18px;
  left: 50%;
  bottom: -55px;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .history-item-circle::before {
    bottom: -90px;
  }
}
.history-item-circle-last::before {
  content: none;
}
.history-item-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #0B7FD3;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .history-item-circle-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .history-item-circle-text {
    font-size: 16px;
  }
}
.history-item-text {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .history-item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .history-item-text {
    font-size: 18px;
  }
}

/*===============================================
# contact
=================================================*/
.form {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.form-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .form-text {
    margin-bottom: 40px;
  }
}

.contact-tel {
  display: block;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  background: #0B7FD3;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-tel {
    font-size: 28px;
    padding: 10px 0;
  }
}
.contact-tel-title {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-tel-title {
    font-size: 16px;
  }
}
.contact-tel-color {
  color: #fff;
  pointer-events: none;
}
.contact-tel-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.contact-text {
  color: #FF0000;
  margin: 44px auto;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-item {
    padding: 15px 0;
    display: block;
  }
}
.contact-item-top {
  align-items: flex-start;
}
.contact-title {
  margin-right: 36px;
}
.contact-title p {
  width: 266px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact-title p {
    font-size: 16px;
    justify-content: flex-start;
  }
}
.contact-title-top {
  padding-top: 8px;
}
.contact-input {
  width: calc(100% - 302px);
}
@media screen and (max-width: 1023px) {
  .contact-input {
    width: calc(100% - 200px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-input {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
}
.contact-input ul {
  display: flex;
  align-items: center;
}
.contact-input ul li {
  width: 240px;
}
.contact-note {
  width: 100%;
  height: 259px;
  overflow: scroll;
  margin: 30px auto 47px;
  padding: 30px 42px;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .contact-note {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 32px;
  }
}
.contact-note p {
  margin-bottom: 1em;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-note p {
    font-size: 14px;
  }
}
.contact-note-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-note-title {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contact-note-bold {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-note-bold {
    font-size: 15px;
  }
}
.contact-check p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-check p {
    margin: 8px auto;
    font-size: 14px;
  }
}
.contact-protect {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-protect {
    text-align: left;
  }
}
.contact-protect a {
  color: #000;
}
.contact-protect a:hover {
  opacity: 0.7;
}

.haveto {
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  background: #0A7FD3;
  font-size: 16px;
  padding: 2.5px 16.5px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .haveto {
    font-size: 14px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 0;
  border: 1px solid #000;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 17px 8px;
}

textarea {
  min-height: 200px;
  resize: vertical;
  padding: 17px 8px;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 33px;
  height: 33px;
  margin-right: 17px;
  border: 1px solid #000;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    width: 22px;
    height: 22px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox]:checked {
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 7px;
  left: 12px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked:before {
    top: 3px;
    left: 6px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.wpcf7 input[type=submit] {
  opacity: 1;
  width: 100%;
  display: block;
  border: solid 1px #0B7FD3;
  color: #0B7FD3;
  background: #fff;
  padding: 24px 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

.contact-submit {
  cursor: pointer;
  width: 264px;
  margin: 58px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 40px;
  }
}
.contact-submit::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_blue.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 19px;
  right: -28px;
  top: 35%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.contact-submit:hover::before {
  right: -40px;
}

/*===============================================
# breadcrumb
=================================================*/
.breadcrumb {
  position: absolute;
  bottom: 18px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .breadcrumb {
    left: 20px;
  }
}

.breadcrumb span {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 12px;
  }
}

/*===============================================
# archive
=================================================*/
.contents {
  text-align: left;
  display: flex;
  margin-top: 139px;
  padding-bottom: 139px;
}
@media screen and (max-width: 767px) {
  .contents {
    margin-top: 64px;
    padding-bottom: 64px;
    display: block;
  }
}

.primary {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .primary {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .primary {
    width: 100%;
  }
}

.entries {
  display: flex;
  flex-wrap: wrap;
}

.entry-item {
  width: calc((100% - 42px) / 2);
  margin-right: 42px;
  margin-bottom: 62px;
}
@media screen and (max-width: 550px) {
  .entry-item {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
}
.entry-item:nth-child(even) {
  margin-right: 0;
}
.entry-item:hover {
  opacity: 0.7;
}
.entry-item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 62.3%;
}
.entry-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-item-wrap {
  display: flex;
  align-items: center;
}
.entry-item-published {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .entry-item-published {
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.entry-item-title {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .entry-item-title {
    font-size: 16px;
  }
}
.entry-closed {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-back {
    margin-bottom: 64px;
  }
}

/*===============================================
# pagination
=================================================*/
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

.page-numbers {
  color: #0A7FD3;
  border: solid 1px #0A7FD3;
  display: inline-block;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  margin: 0 10px;
}
.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #0A7FD3;
  color: #fff;
}

.page-numbers.dots {
  border: none;
  margin: 0;
}

/*===============================================
# sidebar
=================================================*/
.widget {
  margin-bottom: 45px;
}

.widget-title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0B7FD3;
  color: #0B7FD3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .widget-title {
    font-size: 16px;
  }
}

.secondary {
  width: 26%;
  margin-left: 125px;
}
@media screen and (max-width: 767px) {
  .secondary {
    width: 100%;
    margin-left: 0;
  }
}

.secondary-category-list a {
  color: #000;
  padding-left: 26px;
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .secondary-category-list a {
    font-size: 16px;
  }
}
.secondary-category-list a::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_post.png) center center/contain no-repeat;
  width: 15px;
  height: 13px;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.secondary-category-list a:hover {
  opacity: 0.7;
}

.secondary-category-item {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.secondary-child {
  margin-left: 15px;
}

.secondary-archive-list a {
  color: #222;
  padding-left: 30px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4px;
  display: inline-block;
}
.secondary-archive-list a::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow.png) center center/contain no-repeat;
  width: 7px;
  height: 13px;
  top: 55%;
  left: 15px;
  transform: translateY(-50%);
}

.secondary-post-list {
  margin-bottom: -10px;
  font-weight: bold;
}

.secondary-post-item {
  display: block;
  padding: 10px 3px;
  border-bottom: #d9d9d9 solid 1px;
}
.secondary-post-item p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
  font-weight: bold;
}
.secondary-post-item time {
  color: #000;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0;
  margin-top: -6px;
  display: block;
}

/*===============================================
# single
=================================================*/
.single-main {
  border: solid 1px #0A7FD3;
  padding: 42px 30px;
}
@media screen and (max-width: 767px) {
  .single-main {
    padding: 30px 20px;
  }
}
.single-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 18px;
  }
}
.single-top {
  margin-bottom: 40px;
  border-bottom: solid 1px #0A7FD3;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-top {
    margin-bottom: 25px;
  }
}
.single-top-published {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.single-img {
  text-align: center;
  width: 100%;
  height: 70%;
  margin-bottom: 1em;
  overflow: hidden;
}
.single-img img {
  width: 100%;
  height: 100%;
}
.single-content h1 {
  font-size: 20px;
  color: #fff;
  padding: 13px 16px;
  background: #0A7FD3;
  margin: 30px 0;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-content h1 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.single-content h2 {
  font-size: 20px;
  color: #fff;
  padding: 13px 16px;
  background: #0A7FD3;
  margin: 30px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-content h2 {
    margin: 20px 0;
    font-size: 19px;
  }
}
.single-content h3 {
  font-size: 20px;
  color: #fff;
  padding: 13px 16px;
  background: #0A7FD3;
  margin: 30px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-content h3 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.single-content h4 {
  font-size: 20px;
  color: #0A7FD3;
  border-left: solid 10px #0A7FD3;
  padding-left: 10px;
  margin: 30px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-content h4 {
    margin: 20px 0;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.single-content h5 {
  font-size: 20px;
  color: #0A7FD3;
  margin: 30px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-content h5 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.single-content h6 {
  font-size: 18px;
  color: #0A7FD3;
  border-bottom: solid 2px #0A7FD3;
  padding-bottom: 10px;
  margin: 20px auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-content h6 {
    margin: 20px 0;
    font-size: 16px;
  }
}
.single-content p {
  line-height: 1.87;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-content p {
    font-size: 16px;
  }
}
.single-content table {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-content table {
    margin-top: 40px;
  }
}
.single-content table td {
  vertical-align: middle;
}
.single-content table td:nth-child(2) {
  padding-left: 59px;
}
@media screen and (max-width: 767px) {
  .single-content table td:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-content table td {
    width: 100% !important;
    display: block;
  }
}
.single-content .box {
  border: solid #333 2px;
  padding: 30px 23px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .single-content .box {
    padding: 18px 15px;
    margin: 20px 0;
  }
}
.single-btn {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-btn {
    margin-top: 32px;
  }
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
}

.entry-404 {
  padding-bottom: 240px;
  padding-top: 180px;
  text-align: center;
  color: #0B7FD3;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.entry-404-head {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 35px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  line-height: 2.1;
  color: #676767;
}

.entry-404-btn {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */