@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
  vertical-align: baseline;
  line-height: 1;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  -webkit-appearance: none;
}

.en_font {
  font-family: "Libre Baskerville", serif;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  cursor: pointer;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}

@media (max-width: 767px) {
  .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

img {
  width: 100%;
  height: auto;
}

.br767 {
  display: none;
}

@media (max-width: 767px) {
  .br767 {
    display: block;
  }
}

.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.br992 {
  display: none;
}

@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.mv_base {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

header {
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  header {
    height: 130px;
  }
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }
}

header .global-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background-color: #fff;
}

header .global-nav .global-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0px;
}

header .global-nav .global-inner figure {
  max-width: 310px;
  margin: 0 auto 140px;
  width: 100%;
}

@media (max-width: 992px) {
  header .global-nav .global-inner figure {
    max-width: 250px;
    margin: 0 auto 100px;
  }
}

@media (max-width: 767px) {
  header .global-nav .global-inner figure {
    max-width: 220px;
    margin: 0 auto 40px;
  }
}

header .global-nav .global-inner .global-nav_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .global-nav .global-inner .global-nav_list .global-nav_item {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding-bottom: 0;
}

header .global-nav .global-inner .global-nav_list .global-nav_item > a {
  font-weight: bold;
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  position: relative;
  margin: 0 40px;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item > a {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item > a {
    margin: 0 15px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item > a img {
  width: 22px;
}

@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item > a img {
    width: 19px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item:last-of-type > a img {
  width: 19px;
}

@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item:last-of-type > a img {
    width: 16px;
  }
}

header .hamburger {
  color: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}

@media (max-width: 992px) {
  header .hamburger {
    right: 40px;
  }
}

@media (max-width: 767px) {
  header .hamburger {
    right: 15px;
  }
}

header .hamburger .hamburger_line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  header .hamburger .hamburger_line {
    width: 80%;
    margin: 0 auto;
  }
}

header .hamburger .hamburger_line-1 {
  top: 20px;
}

header .hamburger .hamburger_line-2 {
  top: 30px;
}

header .hamburger .hamburger_line-3 {
  top: 40px;
}

.fixedWidget .hamburger .hamburger_line {
  background-color: #152a8c;
}

.nav-open .hamburger .hamburger_line {
  left: 0%;
  background-color: #152a8c;
}

.nav-open .hamburger .hamburger_line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
}

.nav-open .hamburger .hamburger_line-2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger .hamburger_line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
}

.nav-open .global-nav {
  pointer-events: auto;
  opacity: 1;
}

.nav-open .global-nav .global-inner .global-nav_list .global-nav_item {
  opacity: 1;
}

.home .scroll {
  position: fixed;
  bottom: 1%;
  right: 60px;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .home .scroll {
    display: none;
  }
}

.home .scroll a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 2;
  padding: 10px 30px 110px 0;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.home .scroll a::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0%;
  width: 120px;
  height: 1px;
  background: #fff;
  -webkit-animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
}

.is-animation .scroll {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

.page-up {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: none;
  z-index: 999;
}

.page-up .page-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #152a8c;
  border: 2px solid #fff;
}

.page-up .page-box:hover {
  cursor: pointer;
}

.page-up .page-box a {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-up .page-box a*:hover {
  cursor: pointer;
}

.ttl {
  text-align: center;
  margin-bottom: 5px;
  width: 21px;
  height: auto;
  margin: 0 auto 100px;
}

@media (max-width: 992px) {
  .ttl {
    margin: 0 auto 80px;
  }
}

@media (max-width: 767px) {
  .ttl {
    width: 16px;
    margin: 0 auto 60px;
  }
}

.ttl-s {
  font-size: 12px;
  position: relative;
  display: block;
}

.sub-ttl {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #f9f6f3;
  padding: 50px 75px;
  z-index: 1;
}

@media (max-width: 992px) {
  .sub-ttl {
    padding: 40px 65px;
  }
}

@media (max-width: 767px) {
  .sub-ttl {
    padding: 25px 35px;
  }
}

.sub-ttl small {
  font-size: 11px;
  padding: 0px 5px 2px;
  font-weight: bold;
  color: #fff;
  background-color: #152a8c;
  line-height: 1;
  display: inline-block;
}

.sub-ttl h1 {
  font-size: 34px;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}

@media (max-width: 992px) {
  .sub-ttl h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .sub-ttl h1 {
    font-size: 23px;
    margin-top: 15px;
  }
}

.container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.m_container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .m_container {
    padding: 0 15px;
  }
}

.home article {
  background-color: #fff;
  /* padding-top: 100vh; */
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 100vh;
}

@media (max-width: 992px) {
  .home article {
    margin-top: 440px;
  }
}

@media (max-width: 767px) {
  .home article {
    margin-top: 220px;
  }
}

.home .main_area {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .home .main_area {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .home .main_area {
    height: 220px;
  }
}

.home .main_area h1 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.home .main_area h1 img {
  max-width: 630px;
  margin-top: -120px;
}

@media (max-width: 1160px) {
  .home .main_area h1 {
    margin: -100px 0 0 15%;
  }
}

.home .main_area #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.home .main_area .inner {
  background-image: url(../images/hayama_bg.jpg);
  background-position: 50% 0%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .home .main_area .inner {
    width: 100%;
  }
}

.home .main_area .inner #slideshow {
  height: 100%;
  width: 100%;
}

.home .main_area .inner .main_title {
  position: absolute;
  top: 50%;
  right: 10%;
  font-size: 30px;
  line-height: 60px;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .sec01 {
  position: relative;
  padding-top: 330px;
}

@media (max-width: 992px) {
  .home .sec01 {
    padding-top: 250px;
  }
}

@media (max-width: 767px) {
  .home .sec01 {
    padding-top: 150px;
  }
}

.home .sec01 .ttl {
  width: 18px;
}

@media (max-width: 767px) {
  .home .sec01 .ttl {
    width: 15px;
  }
}

.home .sec01 .h_logo {
  position: absolute;
  left: 50px;
  top: 100px;
  z-index: 1000;
  width: 310px;
  height: auto;
}

@media (max-width: 992px) {
  .home .sec01 .h_logo {
    width: 280px;
    left: 50px;
    top: 60px;
  }
}

@media (max-width: 767px) {
  .home .sec01 .h_logo {
    width: 180px;
    left: 20px;
  }
}

.home .sec01 .h_logo.fixedWidget {
  position: fixed;
}

@media (max-width: 767px) {
  .home .sec01 .h_logo.fixedWidget {
    top: 27px;
  }
}

.home .sec01 .inner p {
  color: #152a8c;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03rem;
}

@media (max-width: 767px) {
  .home .sec01 .inner p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02rem;
  }
}

.home .sec02 {
  padding-top: 270px;
}

@media (max-width: 992px) {
  .home .sec02 {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .home .sec02 {
    padding-top: 120px;
  }
}

.home .sec02 .inner .name {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 992px) {
  .home .sec02 .inner .name {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .name {
    margin-bottom: 60px;
  }
}

.home .sec02 .inner .name dl dt {
  font-size: 34px;
  color: #152a8c;
}

@media (max-width: 992px) {
  .home .sec02 .inner .name dl dt {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .name dl dt {
    font-size: 25px;
  }
}

.home .sec02 .inner .name dl dd {
  font-size: 12px;
  color: #152a8c;
  padding: 15px 0 20px;
}

.home .sec02 .inner .name dl .work {
  font-size: 18px;
  color: #152a8c;
}

@media (max-width: 992px) {
  .home .sec02 .inner .name dl .work {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .name dl .work {
    font-size: 14px;
  }
}

.home .sec02 .inner h3 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  color: #152a8c;
  font-weight: normal;
  padding-left: 90px;
}

@media (max-width: 992px) {
  .home .sec02 .inner h3 {
    padding-left: 0px;
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner h3 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.home .sec02 .inner h3:after {
  position: absolute;
  content: "";
  left: 90px;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #152a8c;
}

@media (max-width: 992px) {
  .home .sec02 .inner h3:after {
    left: 0px;
  }
}

.home .sec02 .inner .txt ul:nth-of-type(1) {
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .home .sec02 .inner .txt ul:nth-of-type(1) {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .txt ul:nth-of-type(1) {
    margin-bottom: 50px;
  }
}

.home .sec02 .inner .txt ul li {
  margin-bottom: 3px;
}

.home .sec02 .inner .txt ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .sec02 .inner .txt ul li dl dt {
  width: 20%;
  margin-right: 1%;
  color: #152a8c;
  font-size: 14px;
  line-height: 38px;
  padding-left: 90px;
}

@media (max-width: 992px) {
  .home .sec02 .inner .txt ul li dl dt {
    padding-left: 0px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .txt ul li dl dt {
    padding-left: 0px;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
}

.home .sec02 .inner .txt ul li dl dd {
  width: 79%;
  color: #152a8c;
  font-size: 14px;
  line-height: 38px;
}

@media (max-width: 992px) {
  .home .sec02 .inner .txt ul li dl dd {
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .home .sec02 .inner .txt ul li dl dd {
    margin: 8px 0 15px;
    width: 100%;
    padding-left: 15px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

@media (max-width: 500px) {
  .home .sec02 .inner .txt ul li dl dd {
    padding-left: 10px;
  }
}

.home .sec02 figure.blur {
  margin-top: 210px;
  height: 650px;
  width: 100%;
  background-image: url(../images/hayama_img03.jpg);
  background-position: 50% 0%;
  background-size: 110%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -ms-filter: blur(3px);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

@media (max-width: 992px) {
  .home .sec02 figure.blur {
    margin-top: 150px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .home .sec02 figure.blur {
    margin-top: 80px;
    height: 280px;
  }
}

@media (max-width: 500px) {
  .home .sec02 figure.blur {
    height: 200px;
  }
}

.home .sec02 figure.blur.on {
  background-size: 100%;
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .sec03 .inner {
  position: relative;
  padding: 200px 25px 200px;
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 992px) {
  .home .sec03 .inner {
    padding: 160px 25px 110px;
  }
}

@media (max-width: 767px) {
  .home .sec03 .inner {
    padding: 110px 25px 70px;
  }
}

@media (max-width: 500px) {
  .home .sec03 .inner {
    padding: 60px 25px 70px;
  }
}

.home .sec03 .inner ul {
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .home .sec03 .inner ul {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .home .sec03 .inner ul {
    margin-top: 40px;
  }
}

.home .sec03 .inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.home .sec03 .inner ul li dl dt {
  width: 12%;
  padding: 25px 0;
  border-bottom: 1px solid #152a8c;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #152a8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .home .sec03 .inner ul li dl dt {
    width: 100%;
    padding: 15px 0 12px;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .home .sec03 .inner ul li dl dt {
    padding: 15px 0 10px;
  }
}

.home .sec03 .inner ul li dl dd {
  width: 88%;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #152a8c;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .sec03 .inner ul li dl dd p {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  color: #152a8c;
}

@media (max-width: 767px) {
  .home .sec03 .inner ul li dl dd p {
    font-size: 13px;
    line-height: 24px;
  }
}

.home .sec03 .inner ul li dl dd p.mb {
  margin-bottom: 10px;
}

.home .sec03 .inner ul li dl dd figure {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .home .sec03 .inner ul li dl dd {
    width: 100%;
    padding: 12px 0 20px;
    border-bottom: none;
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .home .sec03 .inner ul li dl dd {
    padding: 10px 0 15px;
  }
}

@media (max-width: 767px) {
  .home .sec03 .inner ul li span {
    display: none;
  }
}

.home .sec03 .inner ul .g-map {
  border: 1px solid #152a8c;
  padding: 5px 15px 7px;
  margin-left: 10px;
  font-size: 11px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #152a8c;
}

@media (max-width: 767px) {
  .home .sec03 .inner ul .g-map {
    display: inline-block;
    margin-top: 8px;
  }
}

.home .sec03 .inner ul .g-map:hover {
  color: #152a8c;
  background-color: #f9f6f3;
}

.home .sec03 .inner ul .e-mail {
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .sec03 .inner ul .e-mail:hover {
  text-decoration: none;
}

.home .sec04 {
  background-image: url(../images/hayama_img01.jpg);
  background-position: 50% 0%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .home .sec04 {
    background-position: 50% 30%;
  }
}

@media (max-width: 767px) {
  .home .sec04 {
    background-position: 50% 0%;
  }
}

.home .sec04 .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .home .sec04 .inner {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .home .sec04 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.home .sec04 .inner .ttl {
  margin-bottom: 450px;
}

@media (max-width: 992px) {
  .home .sec04 .inner .ttl {
    margin-bottom: 400px;
  }
}

@media (max-width: 767px) {
  .home .sec04 .inner .ttl {
    margin-bottom: 170px;
  }
}

.home .sec04 .inner p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.03rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .home .sec04 .inner p {
    display: none;
  }
}

.home .sp-bg {
  display: none;
}

@media (max-width: 767px) {
  .home .sp-bg {
    display: block;
    background-color: #27313d;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .home .sp-bg p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
    letter-spacing: 0rem;
    color: #fff;
  }
}

.home .sec05 {
  background-color: #080404;
}

.home .sec05 .inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .home .sec05 .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .home .sec05 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.home .sec05 .inner .txt {
  margin-top: -150px;
}

@media (max-width: 992px) {
  .home .sec05 .inner .txt {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .home .sec05 .inner .txt {
    margin-top: -70px;
  }
}

.home .sec05 .inner h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .home .sec05 .inner h2 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .home .sec05 .inner h2 {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }
}

.home .sec05 .inner p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.03rem;
}

@media (max-width: 767px) {
  .home .sec05 .inner p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.home .sec05 .inner p:last-of-type {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .home .sec05 .inner p:last-of-type {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .home .sec05 .inner p:last-of-type {
    font-size: 14px;
    line-height: 24px;
  }
}

footer {
  background-color: #fff;
  position: relative;
  padding: 140px 0 45px;
}

@media (max-width: 992px) {
  footer {
    padding: 120px 0 35px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 60px 0 25px;
  }
}

footer .f-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .f-nav .left {
  width: 18%;
}

@media (max-width: 767px) {
  footer .f-nav .left {
    width: 100%;
    margin-bottom: 40px;
  }
}

footer .f-nav .left img {
  width: 115px;
}

footer .f-nav .right {
  width: 74%;
}

@media (max-width: 767px) {
  footer .f-nav .right {
    width: 100%;
  }
}

footer .f-nav .right ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .f-nav .right ul li {
  width: 46%;
}

@media (max-width: 767px) {
  footer .f-nav .right ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

footer .f-nav .right ul li dl dt {
  font-size: 16px;
  position: relative;
  color: #152a8c;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  footer .f-nav .right ul li dl dt {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}

footer .f-nav .right ul li dl dt:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #152a8c;
}

footer .f-nav .right ul li dl dd p {
  font-size: 13px;
  color: #152a8c;
  line-height: 24px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  footer .f-nav .right ul li dl dd p {
    font-size: 12px;
    color: #152a8c;
    line-height: 22px;
  }
}

footer .f-nav .right ul li dl dd p a {
  font-size: 13px;
  color: #152a8c;
  line-height: 24px;
}

@media (max-width: 767px) {
  footer .f-nav .right ul li dl dd p a {
    font-size: 12px;
    color: #152a8c;
    line-height: 22px;
  }
}

footer .copy {
  max-width: 1260px;
  font-size: 11px;
  padding: 0 25px;
  text-align: right;
  color: #152a8c;
  margin: 140px auto 0;
  font-family: Verdana, "Droid Sans" !important;
}

@media (max-width: 992px) {
  footer .copy {
    margin: 80px auto 0;
  }
}

@media (max-width: 767px) {
  footer .copy {
    margin: 60px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */