@charset "UTF-8";
/* heebo-regular - 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: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/heebo-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-700 - 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: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/heebo-v26-latin-700.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+ */
}
/* noto-sans-jp-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: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-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: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - 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: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v53-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-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: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-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;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 500;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #2B66B1;
}
@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;
  }
}

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

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

a:hover {
  opacity: 0.7;
}

.btn {
  display: block;
  width: 240px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 160px;
    margin-top: 30px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/btn_arrow.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn::before {
    width: 60px;
    height: 41.4px;
  }
}
.btn-text {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.3;
  color: #2B66B1;
}
@media screen and (max-width: 767px) {
  .btn-text {
    font-size: 18px;
  }
}
.btn-text-white {
  color: #fff;
}
.btn-right {
  margin-left: auto;
}

.title {
  font-family: "Heebo", sans-serif;
  font-size: 141px;
  line-height: 1;
  font-weight: bold;
  color: #2B66B1;
}
@media screen and (max-width: 1279px) {
  .title {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 70px;
  }
}
.title-white {
  color: #fff;
}
.title-lightblue {
  color: #48A1F0;
}
.title-black {
  color: #000;
}
@media screen and (max-width: 767px) {
  .title-information {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .title-philosophy {
    font-size: 60px;
  }
}
.title-jp {
  font-size: 20px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 58px;
}
@media screen and (max-width: 1279px) {
  .title-jp {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title-jp {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.title-jp-blue {
  color: #2B66B1;
}
.title-center {
  text-align: center;
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.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);
}

.down-to-top:nth-of-type(2) {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.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%;
  z-index: 3;
  padding: 19px 60px;
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px 20px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-inner {
    justify-content: flex-end;
  }
}
.header-logo {
  max-width: 324px;
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    max-width: 190px;
  }
}
.header-logo-white {
  display: block;
}
.header-logo-white.change-color {
  display: none;
}
.header-logo-black {
  display: none;
}
.header-logo-black.change-color {
  display: block;
  transition: 0.3s;
}
.header-nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2B66B1;
    background: linear-gradient(90deg, rgb(43, 102, 177) 0%, rgb(72, 161, 240) 100%);
    padding: 80px 25px;
    overflow-y: scroll;
    z-index: 3;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-nav-list {
    display: block;
  }
}
.header-nav-item {
  margin-left: 40px;
}
@media screen and (max-width: 1279px) {
  .header-nav-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-item {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.header-nav-item-link {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.header-nav-item-link.change-color {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link.change-color {
    color: #fff;
  }
}
.header-nav-item-link-contact {
  background: #2B66B1;
  display: flex;
  align-items: center;
  width: 182px;
  height: 50px;
  border-radius: 25px;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link-contact {
    margin: 0 auto;
  }
}
.header-nav-item-link-contact::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.header-nav-item-link-404 {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link-404 {
    color: #fff;
  }
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .hamburger-menu {
    position: relative;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    z-index: 5;
    right: 0;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background: #2B66B1;
    border-radius: 50%;
  }
}
.hamburger-menu-bar {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.hamburger-menu-bar:first-child {
  top: 40%;
}
.hamburger-menu-bar:nth-child(2) {
  top: 50%;
}
.hamburger-menu-bar:last-child {
  top: 60%;
}
.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;
}

/*===============================================
# mv
=================================================*/
.mv {
  background: url(../images/top/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 900px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/top/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 667px;
  }
}
.mv-container {
  max-width: 1480px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.mv-copy {
  margin-left: 100px;
  width: 721px;
  position: absolute;
  bottom: 85px;
}
@media screen and (max-width: 1279px) {
  .mv-copy {
    width: 521px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-copy {
    width: 321px;
    bottom: 60px;
    margin-left: 20px;
  }
}
.mv-scroll {
  position: absolute;
  left: -90px;
  bottom: 0px;
}
@media screen and (max-width: 1279px) {
  .mv-scroll {
    left: -65px;
  }
}
@media screen and (max-width: 767px) {
  .mv-scroll {
    left: -34px;
  }
}

/*===============================================
# footer
=================================================*/
.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #2B66B1;
  background: linear-gradient(90deg, rgb(43, 102, 177) 0%, rgb(72, 161, 240) 100%);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.footer-container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.footer-cta {
  max-width: 955px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .footer-cta {
    padding: 0 20px 40px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.footer-cta::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
@media screen and (max-width: 1023px) {
  .footer-cta::before {
    content: none;
  }
}
.footer-cta-item {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer-cta-item-01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #fff;
  }
}
.footer-cta-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .footer-cta-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.footer-cta-tel {
  font-size: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer-cta-tel {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta-tel {
    font-size: 40px;
  }
}
.footer-cta-contact {
  font-size: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .footer-cta-contact {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta-contact {
    font-size: 40px;
  }
}
.footer-cta-text {
  font-weight: bold;
  line-height: 1.87;
  margin-top: 13px;
}
.footer-border {
  width: 100%;
  height: 1px;
  background: #fff;
}
.footer-wrap {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .footer-wrap {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.footer-logo {
  max-width: 330px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .footer-logo {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.footer-address {
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.footer-tel {
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.footer-tel-color {
  color: #fff;
}
.footer-right {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-right {
    margin-top: 40px;
    display: block;
  }
}
.footer-nav {
  display: flex;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav-list {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-list:nth-child(1) {
    margin-left: 0;
  }
}
.footer-nav-item {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-bottom: 20px;
  }
}
.footer-copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-top: -15px;
}
@media screen and (max-width: 1023px) {
  .footer-copyright {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    font-size: 10px;
  }
}

/*===============================================
# cta
=================================================*/
.cta {
  background: url(../images/cmn/cta_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.cta-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta-wrap {
    display: block;
  }
}
.cta-item {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta-item {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .cta-item:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cta-text {
  font-size: 24px;
  color: #2B66B1;
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .cta-text {
    font-size: 18px;
  }
}
.cta-btn {
  width: 100%;
  margin: 20px auto 0;
}

/*===============================================
# post
=================================================*/
.information {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 60px 0;
  }
}
.information-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .information-top {
    display: block;
  }
}
.information-top .btn {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .information-top .btn {
    margin-top: 30px;
  }
}
.information-items {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .information-items {
    margin-top: 30px;
  }
}
.information-item {
  width: 100%;
  display: flex;
  padding: 34px 40px;
  border-top: solid 1px #D8D8D8;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .information-item {
    padding: 25px 20px;
  }
}
.information-item:nth-last-child(1) {
  border-bottom: solid 1px #D8D8D8;
}
.information-time {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #48A1F0;
}
@media screen and (max-width: 767px) {
  .information-time {
    font-size: 12px;
  }
}
.information-title {
  font-size: 14px;
  color: #1A1A1A;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .information-title {
    font-size: 12px;
    margin-left: 40px;
  }
}
.information-img {
  max-width: 200px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-img {
    max-width: none;
    width: 100%;
    height: auto;
    padding-top: 70.55%;
  }
}
.information-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.information-btn {
  margin: 0 auto;
}

.post-closed {
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
}
.post-closed-blog {
  max-width: 840px;
  padding-bottom: 80px;
}

/*===============================================
# トップページ
=================================================*/
.h-concept {
  padding-top: 143px;
  padding-bottom: 180px;
  position: relative;
  background: url(../images/top/bg_concept.png) no-repeat;
  background-size: 100%;
  background-position: bottom 60px center;
}
@media screen and (max-width: 767px) {
  .h-concept {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: bottom center;
  }
}
.h-concept-title {
  font-size: 45px;
  color: #2B66B1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .h-concept-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.h-concept-subtitle {
  font-size: 20px;
  line-height: 2.5;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .h-concept-subtitle {
    font-size: 16px;
  }
}
.h-concept-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .h-concept-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.h-service {
  background: #2B66B1;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .h-service {
    padding: 60px 0;
  }
}
.h-service-wrap {
  display: flex;
  flex-wrap: wrap;
}
.h-service-item {
  width: 50%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .h-service-item {
    width: 100%;
    margin-top: 40px;
  }
}
.h-service-inner {
  padding: 32px 40px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h-service-inner {
    padding: 24px 0 0;
  }
}
.h-service-title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .h-service-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h-service-title {
    font-size: 24px;
  }
}
.h-service-text {
  margin-top: 24px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .h-service-text {
    margin-top: 18px;
  }
}

.h-strengths {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .h-strengths {
    padding: 60px 0;
  }
}
.h-strengths-container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.h-strengths-item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .h-strengths-item {
    margin-top: 30px;
  }
}
.h-strengths-item-inner {
  padding-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .h-strengths-item-inner {
    display: block;
    padding-top: 30px;
  }
}
.h-strengths-item-title {
  font-size: 32px;
  line-height: 1.68;
  font-weight: bold;
  padding-left: 53px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .h-strengths-item-title {
    font-size: 24px;
    padding-left: 45px;
  }
}
.h-strengths-item-title-01::before {
  position: absolute;
  content: "01";
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  left: 0;
  top: 11px;
}
.h-strengths-item-title-02::before {
  position: absolute;
  content: "02";
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  left: 0;
  top: 11px;
}
.h-strengths-item-title-03::before {
  position: absolute;
  content: "03";
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  left: 0;
  top: 11px;
}
.h-strengths-item-text {
  width: 44%;
  margin-left: auto;
  color: #000;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .h-strengths-item-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.h-recruit {
  background: url(../images/top/bg_recruit.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h-recruit {
    padding: 60px 0;
  }
}
.h-recruit-text {
  color: #fff;
  font-size: 20px;
  line-height: 2.4;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .h-recruit-text {
    font-size: 16px;
    text-align: left;
  }
}
.h-recruit-btn {
  display: flex;
  align-items: center;
  max-width: 243px;
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 28px;
  padding-left: 30px;
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .h-recruit-btn {
    margin-top: 30px;
  }
}
.h-recruit-btn::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_blue.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 12px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.h-recruit-btn-text {
  color: #2B66B1;
  letter-spacing: 0.1em;
}

/*===============================================
# 下層ページ共通
=================================================*/
.sub-mv {
  width: 100%;
  height: 598px;
  position: relative;
  background: url(../images/post/mv_post.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 300px;
  }
}
.sub-mv-contact {
  background: url(../images/contact/mv_contact.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}
.sub-mv-company {
  background: url(../images/company/mv_company.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}
.sub-mv-service {
  background: url(../images/service/mv_service.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}
.sub-mv-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .sub-mv-inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv-inner {
    padding-left: 20px;
  }
}
.sub-mv-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2B66B1;
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sub-mv-title {
    font-size: 30px;
  }
}

/*===============================================
# 会社概要
=================================================*/
.philosophy {
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.philosophy-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .philosophy-head {
    font-size: 60px;
  }
}
.philosophy-title {
  font-size: 40px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .philosophy-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.philosophy-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  max-width: 568px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .philosophy-text {
    font-size: 16px;
  }
}
.philosophy-img {
  position: absolute;
  width: 704px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1649px) {
  .philosophy-img {
    width: 43.7%;
  }
}
@media screen and (max-width: 1279px) {
  .philosophy-img {
    position: static;
    margin-left: auto;
    margin-top: 40px;
    max-width: 704px;
    width: 100%;
  }
}

.company {
  background: #2B66B1;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 60px 0;
  }
}
.company-table {
  max-width: 563px;
  width: 100%;
  margin: 60px auto 20px;
  color: #fff;
}
.company-table-item {
  padding-bottom: 40px;
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .company-table-item {
    padding-bottom: 20px;
  }
}
.company-table-title {
  width: 45%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-table-title {
    width: 30%;
  }
}
.company-table-text {
  padding-left: 42px;
  border-left: solid 3px #48A1F0;
  width: 55%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company-table-text {
    width: 70%;
    padding-left: 20px;
  }
}
.company-table-tel {
  color: #fff;
  pointer-events: none;
}
.company-map {
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
}
.company-map iframe {
  width: 100%;
  height: 506px;
}
@media screen and (max-width: 767px) {
  .company-map iframe {
    height: 300px;
  }
}

.recruit {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 60px 0;
  }
}
.recruit-wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .recruit-wrap {
    display: block;
  }
}
.recruit-item {
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .recruit-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-item {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.recruit-item-title {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-item-title {
    font-size: 24px;
  }
}
.recruit-item-title-color {
  color: #48A1F0;
}
.recruit-item-text {
  line-height: 2.25;
  color: #000;
  margin-top: 40px;
}
.recruit-img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .recruit-img {
    width: 100%;
  }
}
.recruit-heading {
  margin-top: 120px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-heading {
    margin-top: 60px;
    font-size: 24px;
  }
}
.recruit-heading::before {
  position: absolute;
  content: "";
  background: #48A1F0;
  width: 80px;
  height: 5px;
  left: 0;
  bottom: -16px;
}
.recruit-strengths {
  display: flex;
  justify-content: space-between;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-strengths {
    display: block;
  }
}
.recruit-strengths-item {
  width: 29.5%;
}
@media screen and (max-width: 767px) {
  .recruit-strengths-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-strengths-number {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 70px;
  background: #2B66B1;
  text-align: center;
  border-radius: 28px;
  padding: 12px;
  letter-spacing: 0.1em;
}
.recruit-strengths-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #2B66B1;
  margin-top: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-strengths-title {
    font-size: 18px;
  }
}
.recruit-strengths-text {
  line-height: 2.1;
}
.recruit-table {
  border-collapse: collapse;
  width: 100%;
}
.recruit-table td {
  border-bottom: solid 1px #D9D9D9;
  padding-left: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  .recruit-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    width: 100%;
  }
}
.recruit-table-title {
  width: 260px;
  color: #48A1F0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-table-title {
    width: 200px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.recruit-table-text {
  width: calc(100% - 260px);
  font-weight: 400;
  color: #000;
}
.recruit-btn {
  background: #2B66B1;
  color: #fff;
  margin: 120px auto 0;
  max-width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    margin: 60px auto 0;
  }
}
.recruit-btn::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_white.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-btn-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit-btn-text {
    font-size: 16px;
  }
}

/*===============================================
# service
=================================================*/
.service {
  padding: 120px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 60px 0;
  }
}
.service-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .service-heading {
    font-size: 36px;
    line-height: 1.2;
  }
}
.service-heading-color {
  color: #48A1F0;
}
.service-heading-sub {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 40px;
}
.service-wrap {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    margin-top: 60px;
    display: block;
  }
}
.service-wrap-r {
  flex-direction: row-reverse;
}
.service-item {
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service-item-heading {
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 30px;
}
.service-item-heading::before {
  position: absolute;
  content: "";
  background: #48A1F0;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -10px;
}
.service-item-number {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.service-item-title {
  font-size: 32px;
  color: #2B66B1;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.service-item-text {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.service-item-img {
  width: 41.6%;
}
@media screen and (max-width: 767px) {
  .service-item-img {
    width: 100%;
  }
}
.service-inspection {
  margin-top: 60px;
  background: #2B66B1;
  color: #fff;
  padding: 40px 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .service-inspection {
    margin-top: 40px;
    padding: 25px 20px;
  }
}
.service-inspection-title {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-inspection-title {
    font-size: 16px;
  }
}
.service-inspection-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-inspection-item {
    display: block;
  }
}
.service-inspection-item-title {
  width: 212px;
  height: 57px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  background: #48A1F0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .service-inspection-item-title {
    font-size: 16px;
    padding: 10px;
    height: 47px;
  }
}
.service-inspection-item-text {
  margin-left: 40px;
  font-weight: 600;
  width: calc(100% - 212px);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .service-inspection-item-text {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.service-repair {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .service-repair {
    margin-top: 40px;
  }
}
.service-repair-heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .service-repair-heading {
    font-size: 16px;
  }
}
.service-repair-heading-color {
  color: #48A1F0;
}
.service-repair-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-repair-wrap {
    display: block;
  }
}
.service-repair-item {
  width: 31.2%;
}
@media screen and (max-width: 767px) {
  .service-repair-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service-repair-item-title {
  text-align: center;
  font-size: 20px;
  color: #2B66B1;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .service-repair-item-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.service-repair-item-text {
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .service-repair-item-text {
    margin-top: 14px;
  }
}

.feature {
  background: #FFFDF7;
  padding-top: 125px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.feature-wrap {
  display: flex;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    display: block;
    margin-bottom: 0;
  }
}
.feature-item {
  width: calc((100% - 116px) / 3);
  margin-right: 58px;
}
@media screen and (max-width: 767px) {
  .feature-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.feature-item:nth-last-child(1) {
  margin-right: 0;
}
.feature-text {
  color: #5C4000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature-text {
    font-size: 16px;
    margin-top: 15px;
  }
}

/*===============================================
# 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-family: "Shippori Mincho", serif;
  color: #5C4000;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .form-text {
    margin-bottom: 40px;
  }
}
.form-btn {
  background: #ECF4FA;
  margin: 0 auto 107px;
}
@media screen and (max-width: 767px) {
  .form-btn {
    margin-bottom: 60px;
  }
}

.contact-head {
  text-align: center;
}
.contact-heading {
  padding-top: 120px;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-heading {
    padding-top: 60px;
  }
}
.contact-heading-form {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 83px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-heading-form {
    font-size: 24px;
    margin-top: 40px;
  }
}
.contact-body {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 17px;
  border-bottom: solid 1px #E8E8E8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-item {
    padding: 15px 0;
    display: block;
  }
}
.contact-item-top {
  align-items: flex-start;
}
.contact-title {
  margin-right: 20px;
}
.contact-title p {
  width: 272px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact-title p {
    justify-content: flex-start;
  }
}
.contact-title-top {
  margin-top: 15px;
}
.contact-input {
  width: calc(100% - 272px);
}
@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 {
  max-width: 868px;
  width: 100%;
  height: 200px;
  overflow: scroll;
  margin: 40px auto 40px;
  padding: 27px 41px 31px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
@media screen and (max-width: 767px) {
  .contact-note {
    padding: 20px 25px;
  }
}
.contact-note p {
  color: #000;
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 1em;
}
.contact-note::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #F2F2F2;
}
.contact-note::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border: solid 2px #F2F2F2;
  height: 30px;
  border-radius: 5px;
}
.contact-check p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-check p {
    margin: 8px auto;
    font-size: 14px;
  }
}
.contact-check .wpcf7-list-item {
  margin-bottom: 0;
  margin-right: 10px;
}
.contact-submit {
  max-width: 400px;
  width: 100%;
  margin: 80px auto 40px;
  position: relative;
}
.contact-submit::before {
  position: absolute;
  content: "";
  background: url(../images/cmn/arrow_white.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 13px;
  right: 40px;
  top: 24%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact-submit::before {
    top: 20%;
  }
}
.contact-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 40px;
  }
}
.contact-protect {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.3;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-protect {
    text-align: left;
    margin-top: 0;
  }
}
.contact-protect a {
  color: #000;
}

.haveto {
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #2B66B1;
  font-size: 14px;
  width: 52px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .haveto {
    font-size: 12px;
    margin-left: 30px;
  }
}

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

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

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

.wpcf7-list-item {
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    font-size: 12px;
  }
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 1px solid #B5B5B5;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type=checkbox]:checked {
  border: 1px solid #B5B5B5;
  background: #fff;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 3px;
  transform: rotate(50deg);
  width: 5px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

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] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2B66B1;
  border-radius: 48px;
  color: #2B66B1;
  max-width: 520px;
  width: 100%;
  position: relative;
  padding: 26.5px 20px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    font-size: 16px;
    padding: 20px;
  }
}

/*===============================================
# breadcrumb
=================================================*/
.breadcrumb {
  margin: -60px auto 0;
  max-width: 1080px;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .breadcrumb {
    margin-top: -40px;
    padding: 0 20px;
  }
}

.breadcrumb span {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 12px;
  }
}

.breadcrumb .current-item {
  color: #2B66B1;
}

/*===============================================
# archive
=================================================*/
.contents {
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contents {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.content {
  margin-top: 73px;
  margin-bottom: 160px;
}
.content-voice {
  margin-top: 0;
}

.primary {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .primary {
    width: 100%;
  }
}

.entry-item {
  display: flex;
  padding: 0 6px 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #D8D8D8;
}
@media screen and (max-width: 767px) {
  .entry-item {
    display: block;
    margin-bottom: 40px;
  }
}
.entry-item-img {
  max-width: 135px;
  width: 100%;
  height: 95px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-item-img {
    max-width: none;
    padding-top: 70.5%;
  }
}
.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-body {
  width: calc(100% - 135px);
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .entry-item-body {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.entry-item-wrap {
  display: flex;
  align-items: center;
}
.entry-item-published {
  letter-spacing: 0.1em;
  color: #48A1F0;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 17px;
}
@media screen and (max-width: 550px) {
  .entry-item-published {
    margin-bottom: 0;
  }
}
.entry-item-title {
  font-size: 14px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
.entry-closed {
  text-align: center;
}

/*===============================================
# pagination
=================================================*/
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
}
.pagination-wrap {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.page-numbers {
  color: #2B66B1;
  border: solid 1px #2B66B1;
  background: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

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

.page-numbers.current {
  background: #2B66B1;
  color: #fff;
}

/*===============================================
# sidebar
=================================================*/
.widget {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget-title {
  font-family: "Heebo", sans-serif;
  color: #2B66B1;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .widget-title {
    font-size: 20px;
  }
}

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

.secondary-category-list a {
  color: #000;
  padding-left: 28px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
  display: inline-block;
}
.secondary-category-list a::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow.png) center center/contain no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

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

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

.secondary-archive-list ul {
  color: #000;
}
.secondary-archive-list a {
  color: #000;
  padding-left: 28px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
  display: inline-block;
}
.secondary-archive-list a::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow.png) center center/contain no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 14px;
  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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
.single-title {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 18px;
  }
}
.single-top-published {
  font-size: 14px;
  font-weight: 700;
  color: #48A1F0;
  letter-spacing: 0.05em;
  padding-top: 10px;
  font-family: "Heebo", sans-serif;
}
.single-img {
  text-align: center;
  width: 100%;
  height: 70%;
  margin-bottom: 5rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .single-img {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }
}
.single-img img {
  width: 100%;
  height: 100%;
}
.single-content h1 {
  font-size: 22px;
  color: #2B66B1;
  padding: 13px 16px;
  border-bottom: solid #48A1F0 1px;
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-content h1 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.single-content h2 {
  font-size: 20px;
  color: #2B66B1;
  padding: 13px 16px;
  border-bottom: solid #48A1F0 1px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-content h2 {
    margin: 20px 0;
    font-size: 19px;
  }
}
.single-content h3 {
  font-size: 20px;
  color: #2B66B1;
  padding: 13px 15px;
  border-bottom: solid #48A1F0 1px;
  margin-bottom: 35px;
  margin-top: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-content h3 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.single-content h4 {
  font-size: 20px;
  color: #2B66B1;
  border-left: solid 1px #48A1F0;
  padding-left: 20px;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .single-content h4 {
    margin: 20px 0;
    font-size: 17px;
  }
}
.single-content h5 {
  font-size: 18px;
  color: #2B66B1;
  margin-bottom: 35px;
  margin-top: 35px;
  padding-left: 36px;
  position: relative;
}
.single-content h5::before {
  position: absolute;
  content: "";
  background: url(../images/post/check.png) no-repeat;
  background-size: 100%;
  left: 0;
  width: 15px;
  height: 13.5px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .single-content h5 {
    margin: 20px 0;
    font-size: 16px;
  }
}
.single-content h6 {
  font-size: 16px;
  color: #2B66B1;
  margin-bottom: 21px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .single-content h6 {
    margin: 20px 0;
    font-size: 15px;
  }
}
.single-content p {
  line-height: 2;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-content p {
    font-size: 14px;
  }
}
.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 #48A1F0 2px;
  border-radius: 10px;
  padding: 30px 23px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .single-content .box {
    padding: 18px 15px;
    margin: 20px 0;
  }
}
.single-btn {
  background: #2B66B1;
  color: #fff;
  margin: 120px auto 0;
  max-width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-btn {
    margin: 60px auto;
  }
}
.single-btn::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow_prev.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 12px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.single-btn-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .single-btn-text {
    font-size: 16px;
  }
}

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

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

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

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

.entry-404-lead {
  color: #5C4000;
  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 {
  color: #5C4000;
  line-height: 2.1;
}

.entry-404-btn {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.entry-404-btn .btn {
  color: #5C4000;
}/*# sourceMappingURL=style.css.map */