@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@400;500;700&display=swap");
.color_base {
  color: #333;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  	/*
      font-family: 'Helvetica','Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', sans-serif;
  	
  	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', sans-serif;
  	*/
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  letter-spacing: .05em;
  background-color: #fff;
}
body * {
  box-sizing: inherit;
}

.sp_only,
.tb_sp_only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .pc_tb_only,
  .tb_sp_only {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .pc_tb_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}
.mto i {
  font-style: normal;
}

.mto i:after {
  content: '@';
}

/*********************************************************/
main {
  overflow: hidden;
  min-height: 500px;
  display: block;
}

img {
  width: 100%;
}

a {
  transition: opacity .4s;
  display: block;
  position: relative;
  height: 100%;
  color: #333;
}
a:hover {
  opacity: 0.5;
}
a.txt_link {
  display: inline;
}
a.tel_link {
  display: inline;
}

p, dt, dd {
  line-height: 1.8;
}

address {
  font-style: normal;
}

figcaption {
  margin-top: .5em;
  font-size: 85%;
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
}

/*********************************************************/
.box {
  padding-bottom: 8em;
}
@media screen and (max-width: 1024px) {
  .box {
    padding-bottom: 6em;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.anchor_link_box {
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .anchor_link_box {
    padding-top: 60px;
  }
}

.btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  transition: all .4s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5573B1;
  border: 2px solid #5573B1;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #fff;
  color: #5573B1;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.txt_center {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .txt_center {
    text-align: left;
  }
}

.sign {
  text-align: right;
  margin-top: 1em;
}
.sign span {
  font-size: 70%;
  display: block;
}

.fontweight_normal {
  font-weight: normal;
}

.large {
  font-size: 1.2em;
}

.small {
  font-size: .8em;
}

.notes {
  margin-top: 1em;
  font-size: .85em;
  line-height: 1.5;
}

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

.flex_tate_center {
  align-items: center;
}

.flex_tate_bottom {
  align-items: flex-end;
}

.flex_yoko_center {
  justify-content: center;
}

.flex_yoko_spaceb {
  justify-content: space-between;
}

li {
  line-height: 1.5;
}

/*********************************************************
　　　　　　　　　　　マージン・パディング
*********************************************************/
.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mb5em {
  margin-bottom: 5em;
}

.mb6em {
  margin-bottom: 6em;
}

.pt1em {
  padding-top: 1em;
}

.pt2em {
  padding-top: 2em;
}

.pt3em {
  padding-top: 3em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.pb3em {
  padding-bottom: 3em;
}

.pb4em {
  padding-bottom: 4em;
}

.pb5em {
  padding-bottom: 5em;
}

.pb6em {
  padding-bottom: 6em;
}

/*********************************************************/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-indent: -9999px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  #pagetop {
    bottom: 20px;
    right: 20px;
  }
}
#pagetop a {
  background: #92b25c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #pagetop a {
    width: 50px;
    height: 50px;
  }
}
#pagetop a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #pagetop a:before {
    width: 16px;
    height: 16px;
    margin-top: 8px;
  }
}

/**********************************************/
header {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  opacity: 0;
  /**************************************************************
  					ハンバーガーメニュー
  **************************************************************/
  /**************************************************************
  			ハンバーガーメニュー
  **************************************************************/
}
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0 !important;
    left: 0;
    padding: 0 5% 0 2%;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 599px) {
  header {
    height: 60px;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header.fade-in {
  animation-name: fade_in;
  animation-duration: .6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
header.fade-in.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
header > div {
  height: 100%;
}
header .logo_header {
  max-width: 230px;
  width: 50%;
  z-index: 1000;
}
header .nav_area {
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header .nav_area {
    width: auto;
    height: 100%;
    position: relative;
  }
}
header .nav {
  justify-content: flex-end;
}
header .nav li {
  margin: 0 1vw 0;
}
header .nav li a {
  text-align: center;
  letter-spacing: .2em;
}
header .nav li a span {
  display: block;
  font-weight: 400;
  font-size: 1.0rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .2em;
  color: #5B7F1D;
}
@media screen and (max-width: 1024px) {
  header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    transition: opacity .7s, visibility 0s ease .7s;
    opacity: 0;
    visibility: hidden;
    padding: 100px 30px;
    background-image: url(../img/mv);
    background-size: cover;
    background-position: 70% center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  header .nav {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  header .nav:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  header .nav.active {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
  header .nav ul {
    display: block;
    margin-bottom: 3em;
    font-size: 1.8rem;
  }
  header .nav li {
    margin: 0;
    margin-bottom: 2em;
    opacity: 1;
  }
  header .nav li a {
    text-align: right;
  }
  header .nav li a span {
    font-size: 1.2rem;
  }
  header .tel_area {
    text-align: right;
  }
  header .tel_area .sub {
    font-size: 1.2rem;
  }
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  header #hamburger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 15px;
    cursor: pointer;
    transition: 1s;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  header #hamburger {
    right: 5%;
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header #hamburger .inner_line {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: .5s;
  }
  header #hamburger #line1 {
    top: 0;
  }
  header #hamburger #line3 {
    bottom: 0px;
    width: 70%;
  }
  header #hamburger #line3.line_3 {
    width: 100%;
  }
  header #hamburger .line_1, header #hamburger .line_3 {
    background: #000;
  }
  header #hamburger .line_1 {
    transform: rotate(-45deg);
    top: 4px !important;
  }
  header #hamburger .line_3 {
    transform: rotate(45deg);
    bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  header #hamburger .line_3 {
    bottom: 5px !important;
  }
}

footer {
  background: #5573B1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding-top: 40px;
  }
}
footer a {
  color: #fff;
}
footer .inner {
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  footer .inner {
    display: block;
  }
}
footer .logo_footer {
  max-width: 200px;
  width: 80%;
  margin-bottom: 20px;
}
footer .txt_area {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  footer .txt_area {
    width: 100%;
  }
}
footer address {
  margin: 2em 0;
}
footer address p:not(:last-child) {
  margin-bottom: 1em;
}
footer .map {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  footer .map {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  footer .map {
    width: 100%;
  }
}
footer .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  footer .map iframe {
    height: 260px;
  }
}
@media screen and (max-width: 599px) {
  footer .map iframe {
    height: 240px;
  }
}
footer .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    margin-top: 3em;
  }
}

#index {
  margin-top: -80px;
  /***************************************************************/
}
@media screen and (max-width: 1024px) {
  #index {
    margin-top: 0;
  }
}
#index .mv {
  height: 100vh;
  position: relative;
}
#index .mv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat;
  background-size: 2px;
  z-index: 1;
}
#index .mv .video_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index .mv video {
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#index .mv .title_area {
  position: absolute;
  top: calc(50% + 40px);
  right: 8%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #index .mv .title_area {
    text-align: left;
    top: 50%;
    right: unset;
    left: 5%;
    width: 90%;
  }
}
#index .mv h1 {
  color: #fff;
  font-weight: 400;
}
#index .mv h1 .maintitle {
  font-size: calc((100% + 0.5vw) * 1.5);
  letter-spacing: 0.1em;
  position: relative;
  transition: all .8s;
  display: flex;
  font-weight: 500;
}
#index .mv h1 .maintitle span {
  display: block;
  opacity: 0;
  transition: all .8s;
  margin-top: -10px;
}
#index .mv h1 .maintitle.fade-in span:nth-child(1) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .05s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(2) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .15s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(3) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .25s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(4) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .35s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(5) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .45s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(6) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .55s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(7) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .65s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(8) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .75s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(9) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .85s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(10) {
  margin-top: 0;
  opacity: 1;
  transition-delay: .95s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(11) {
  margin-top: 0;
  opacity: 1;
  transition-delay: 1.05s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(12) {
  margin-top: 0;
  opacity: 1;
  transition-delay: 1.15s;
}
#index .mv h1 .maintitle.fade-in span:nth-child(13) {
  margin-top: 0;
  opacity: 1;
  transition-delay: 1.25s;
}
@media screen and (max-width: 1024px) {
  #index .mv h1 .maintitle {
    font-size: calc((100% + 0.5vw) * 1.2);
  }
}
@media screen and (max-width: 599px) {
  #index .mv h1 .maintitle {
    font-size: calc((100% + 0.5vw) * 0.8);
  }
}
#index .mv h1 .subtitle {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: .5em;
  display: block;
  opacity: 0;
}
@keyframes fade_In_Up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#index .mv h1 .subtitle.fade-in {
  animation: fade_In_Up .6s ease;
  animation-fill-mode: both;
}
@media screen and (max-width: 1024px) {
  #index .mv h1 .subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #index .mv h1 .subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  #index .mv h1 .subtitle {
    margin-top: 1.8em;
  }
}
#index .mv .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .mv .bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index .mv .vegas-slide, #index .mv .vegas-slide-inner {
  background-position: 65% center !important;
}
#index h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #index h2 {
    font-size: 2.4rem;
  }
}
#index h2 span {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 60%;
  display: block;
}
#index #intro {
  padding-top: 10em;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #index #intro {
    padding-top: 6em;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 1024px) {
  #index #intro .flex_box {
    align-items: flex-start;
  }
}
#index #intro .flex_box figure {
  width: 52%;
}
@media screen and (max-width: 599px) {
  #index #intro .flex_box figure {
    width: 100%;
    margin-bottom: 2em;
  }
}
#index #intro .flex_box .txt_area {
  width: 43%;
}
@media screen and (max-width: 599px) {
  #index #intro .flex_box .txt_area {
    width: 100%;
  }
}
#index #intro .flex_box .txt_area p {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #index #intro .flex_box .txt_area p {
    font-size: 1.6rem;
  }
}
#index #intro .flex_box .txt_area .logo_txt {
  text-align: right;
  margin-top: 2.5em;
}
#index #intro .flex_box .txt_area .logo_txt img {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #index #intro .flex_box .txt_area .logo_txt img {
    width: 160px;
  }
}
#index #service ul, #index #works ul {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 2em;
}
#index #service ul li, #index #works ul li {
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
}
#index #service ul li a, #index #works ul li a {
  position: unset;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #index #service ul li a, #index #works ul li a {
    overflow: visible;
  }
}
#index #service ul li a:hover, #index #works ul li a:hover {
  opacity: 1;
}
#index #service ul li .bgarea, #index #works ul li .bgarea {
  transition: all 1s cubic-bezier(0.35, 0.04, 0, 0.99);
  height: 100%;
}
#index #service ul li .bgarea img, #index #works ul li .bgarea img {
  height: 100%;
  object-fit: cover;
}
#index #service ul li .txtarea, #index #works ul li .txtarea {
  text-align: center;
  color: #23417d;
  transition: all 1s cubic-bezier(0.35, 0.04, 0, 0.99);
}
#index #service ul li:hover .bgarea, #index #works ul li:hover .bgarea {
  transform: scale(1.05);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
#index #service ul li:hover .txtarea, #index #works ul li:hover .txtarea {
  opacity: 1;
  transform: translateY(0);
}
#index #service {
  position: relative;
}
#index #service h2 {
  color: #fff;
}
#index #service ul li {
  background: #fff;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  #index #service ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 599px) {
  #index #service ul li {
    width: 100%;
  }
}
#index #service ul li a {
  height: 280px;
}
@media screen and (max-width: 1024px) {
  #index #service ul li a {
    height: 220px;
  }
}
#index #service ul li .txtarea {
  font-size: 140%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #index #service ul li .txtarea {
    opacity: 1;
    z-index: 1;
    font-size: 120%;
    position: unset;
    color: #fff;
    margin-top: .3em;
  }
}
@media screen and (max-width: 599px) {
  #index #service ul li .txtarea {
    font-size: 100%;
  }
}
#index #service ul li:hover .bgarea {
  opacity: .3;
}
#index #service ul li:hover .txtarea {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  #index #service ul li:nth-child(n+5) .txtarea {
    color: #23417d;
  }
}
#index #service .bg {
  position: absolute;
  left: 0;
}
#index #service .bg1 {
  top: -160px;
  z-index: -1;
  width: 100%;
  padding: 420px 0;
  clip-path: polygon(0 calc(0% + 12vw), 100% 0, 100% 100%, 0 calc(100% - 12vw));
  background-color: #627fba;
}
@media screen and (max-width: 1024px) {
  #index #service .bg1 {
    top: -100px;
  }
}
@media screen and (max-width: 599px) {
  #index #service .bg1 {
    padding: 740px 0;
  }
}
#index #service .bg2 {
  top: -220px;
  z-index: -2;
  width: 100%;
  padding: 430px 0;
  clip-path: polygon(0 0, 100% calc(0% + 16vw), 100% calc(100% - 16vw), 0 100%);
  background-color: #e6edfa;
}
@media screen and (max-width: 1024px) {
  #index #service .bg2 {
    top: -110px;
  }
}
@media screen and (max-width: 599px) {
  #index #service .bg2 {
    padding: 760px 0;
  }
}
#index #works {
  padding-top: 8em;
  background: #e6edfa;
}
@media screen and (max-width: 1024px) {
  #index #works {
    padding-top: 4em;
  }
}
@media screen and (max-width: 1024px) {
  #index #works ul:after {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
  }
}
#index #works ul li {
  width: 19%;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #index #works ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  #index #works ul li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 1em;
  }
}
#index #works ul li a {
  height: 13.5vw;
}
@media screen and (max-width: 1024px) {
  #index #works ul li a {
    height: 26vw;
  }
}
@media screen and (max-width: 599px) {
  #index #works ul li a {
    height: 40vw;
  }
}
#index #works ul li .txtarea {
  font-size: 1.7rem;
  margin-top: .5em;
}
@media screen and (max-width: 599px) {
  #index #works ul li .txtarea {
    font-size: 1.5rem;
    margin-top: .3em;
  }
}
@media screen and (max-width: 599px) {
  #index .btn {
    width: 90%;
  }
}

.subpage header {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
.subpage .mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 599px) {
  .subpage .mv {
    height: 200px;
  }
}
.subpage .mv:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.subpage h1.subpage_title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .3em;
  color: #fff;
  margin-top: 80px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .subpage h1.subpage_title {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
.subpage h1.subpage_title span {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 60%;
  display: block;
}
.subpage .content {
  max-width: 1200px;
  width: 90%;
  margin: 8em auto 10em;
}
@media screen and (max-width: 1024px) {
  .subpage .content {
    margin: 6em auto;
  }
}
@media screen and (max-width: 599px) {
  .subpage .content {
    margin: 4em auto;
  }
}
.subpage .lead {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 1024px) {
  .subpage .lead {
    text-align: left;
  }
}
.subpage .midashi1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #5573B1;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .subpage .midashi1 {
    font-size: 3rem;
  }
}
.subpage .midashi1:before {
  content: '';
  background: #e6edfa;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}
.subpage .midashi1:after {
  content: '';
  background: #5573B1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#service .mv {
  background-image: url("../img/service_mv.jpg");
}
#service ul li {
  width: calc((100% - 60px) / 2);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #service ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  #service ul li {
    width: 100%;
    margin-bottom: 0;
  }
  #service ul li:not(:last-child) {
    margin-bottom: 3em;
  }
}
#service ul li figure {
  height: 400px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  #service ul li figure {
    height: 220px;
    margin-bottom: 1em;
  }
}
#service ul li figure img {
  height: 100%;
  object-fit: cover;
}
#service ul li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5573B1;
  margin-bottom: .5em;
}
@media screen and (max-width: 599px) {
  #service ul li h3 {
    font-size: 2rem;
  }
}

#works .koujichuu {
  text-align: center;
}
#works .koujichuu img {
  display: block;
  margin: 0 auto 30px;
  width: 200px;
}
#works .mv {
  background-image: url("../img/works_mv.jpg");
}

#company .mv {
  background-image: url("../img/company_mv.jpg");
}
#company .content {
  max-width: 1000px;
}
#company .profile dl dt, #company .profile dl dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #e6edfa;
  margin-bottom: 1em;
}
#company .profile dl dt {
  width: 20%;
  font-weight: 700;
  text-align: right;
  padding-right: 5%;
}
@media screen and (max-width: 599px) {
  #company .profile dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: .5em;
  }
}
#company .profile dl dd {
  width: 80%;
}
@media screen and (max-width: 599px) {
  #company .profile dl dd {
    width: 100%;
  }
}
#company .access .map {
  margin-bottom: 1.5em;
}
#company .access .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  #company .access .map iframe {
    height: 300px;
  }
}
#company .access ul li {
  margin-bottom: 1.5em;
}
#company .access ul li a {
  text-decoration: underline;
}
#company .access ul li strong {
  color: #5573B1;
  display: block;
  margin-bottom: .5em;
}

/**************************************************************
　　　　　　　　　オープニングアニメーション
**************************************************************/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #59a96f;
  z-index: 999999;
  text-align: center;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  width: 100%;
  color: #fff;
}

.progressbar-text {
  font-size: 1.6rem !important;
}

#splash_text svg {
  height: 2px;
}

#container {
  opacity: 0;
}

body #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.subpage #container {
  animation-name: PageAnimeAppear;
  animation-duration: .8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/**************************************************************
　　　　　　　　　　　　遅れて出現
**************************************************************/
.delay_time02 {
  animation-delay: 0.2s;
}

.delay_time03 {
  animation-delay: 0.3s;
}

.delay_time04 {
  animation-delay: 0.4s;
}

.delay_time05 {
  animation-delay: 0.5s;
}

.delay_time06 {
  animation-delay: 0.6s;
}

/**************************************************************
　　　　　　　　　　　　ふわっと出現
**************************************************************/
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.loadin {
  opacity: 0;
}

.load_fadeup {
  animation-name: loadFadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes loadFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**************************************************************
　　　　　　　　　　　　パタっと下へ
**************************************************************/
.flipWrap {
  transform: translate3d(0, 0, 0);
}

.flip {
  opacity: 0;
}

.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/**************************************************************
　　　　　　　　　　　　パララックス
**************************************************************/
.parallax {
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .parallax {
    height: 35vh;
  }
}
@media screen and (max-width: 599px) {
  .parallax {
    height: 50vh;
  }
}
.parallax .simpleParallax {
  height: 100%;
}
.parallax img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
