@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.clear {
  clear: both;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("font/NotoSansJP-Regular.otf") format("opentype");
}

/* ベース
***************************************************************/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Japanese', serif;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #707070;
  position: relative;
}

.header-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
}

.site-logo {
  margin: 20px 0 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

@media only screen and (max-width: 979px) {
  .site-logo {
    margin: 1rem 0 0 1rem;
    width: 50%;
    max-width: 220px;
  }
}

.headerNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.headerNav ul {
  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;
}

.headerNav li {
  background-color: #ffffff;
}

.headerNav li:first-child {
  border-radius: 0 0 0 10px;
}

.headerNav .nav-header__menu-item a {
  display: block;
  padding: 20px 0 20px;
  margin-left: 1rem;
  width: 105px;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}

.headerNav .nav-header__menu-item a span {
  display: block;
  margin-top: .5rem;
  font-size: 1.1rem;
  font-weight: lighter;
}

.headerNav .nav-header__menu-item a:hover {
  color: #808080;
}

.headerNav .nav-header__menu-item__contact {
  padding-left: 1rem;
}

.headerNav .nav-header__menu-item__contact a {
  margin-left: 0rem;
  background-color: #002C7E;
  color: #fff !important;
}

.headerNav .nav-header__menu-item__contact a:hover {
  color: #fff;
}

#hamburger .btn-gNav {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  z-index: 33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background-color: #FC6A25;
}

#hamburger .btn-gNav span {
  position: absolute;
  width: 44%;
  height: 1px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 14px;
}

#hamburger .btn-gNav span:nth-child(1) {
  top: 12px;
}

#hamburger .btn-gNav span:nth-child(2) {
  top: 20px;
}

#hamburger .btn-gNav span:nth-child(3) {
  top: 28px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
  background: #fff;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}

@media only screen and (max-width: 979px) {
  .btn-gNav {
    display: block;
  }
  #headerNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 30;
    padding-top: 50px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #headerNav.open {
    right: 0px;
  }
  #headerNav .nav-header__menu {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    /*justify-content: center;*/
  }
  #headerNav .nav-header__menu li {
    width: 100%;
    display: block;
  }
  #headerNav .nav-header__menu li a {
    width: 100%;
    color: #333;
    text-decoration: none;
    margin: 0 0 0 0;
  }
    .headerNav .nav-header__menu-item__contact {
        padding-left: 0;
    }
    
}

h2 {
  font-size: 3.4rem;
  font-family: 'Noto Serif Japanese', serif;
  line-height: 1.5;
  border-bottom: 1px #000 solid;
  display: inline-block;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}

h2:first-letter {
  color: #002C7E;
  font-size: 4rem;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}

p {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}

.mainvisual {
  margin-bottom: 140px;
  padding-bottom: 30px;
  overflow: hidden;
  background-image: url(../img/main-visual-back.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) calc(100%);
  background-size: 1200px;
}

@media only screen and (max-width: 979px) {
  .mainvisual {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}

.mainvisual__text {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
}

@media only screen and (max-width: 979px) {
  .mainvisual__text {
    width: 80%;
  }
}

.mainvisual__img {
  position: relative;
  margin-left: 10%;
  text-align: right;
  width: 90%;
  height: 95vh;
  overflow: hidden;
  background-image: url(../img/main-visual_bg.png);
  background-repeat: no-repeat;
  background-size:cover;
}

@media only screen and (max-width: 979px) {
  .mainvisual__img {
    margin-left: 0%;
    width: 100%;
    height: 96vh;
  }
}

.mainvisual__img img {
  width: 90%;
  height: auto;
}

.mainvisual__img video {
  width: auto;
  height: 100vh;
}

@media only screen and (max-width: 979px) {
  .mainvisual__img video {
    width: auto;
    height: 100vh;
    opacity: .8;
  }
}

@media only screen and (max-width: 979px) {
  .mainvisual__img {
  background-image: url(../img/main-visual_bg-sp.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: right center;
  }
}

@media only screen and (max-width: 979px) {
  .mainvisual {
    background-position: calc(50% + 600px) calc(100%);
  }
}

.gotop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 10000;
}

@media only screen and (max-width: 979px) {
  .gotop {
    right: 10px;
    bottom: 10px;
  }
}

.scrolldown1 {
  position: absolute;
  left: 75px;
  bottom: 50px;
  height: 30%;
  z-index: 10;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.scrolldown1 a {
  color: #333;
}

.scrolldown1 .rotate-text {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

@media only screen and (max-width: 979px) {
  .scrolldown1 {
    display: none;
  }
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 40px;
  right: calc(50%);
  width: 1px;
  height: 100%;
  background: #000;
  opacity: 1;
}

@media only screen and (max-width: 979px) {
  .scrolldown1::after {
    display: none;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.section {
  position: relative;
}

@media only screen and (max-width: 979px) {
  .section {
    position: static;
  }
}

.innner {
  margin-left: 13%;
  min-height: 500px;
}

@media only screen and (max-width: 979px) {
  .innner {
    margin-left: 0;
    min-height: 100px;
  }
}

.concept {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px;
  /*
	background-image: url(../img/back-sankaku.png);
	background-repeat: no-repeat;
	background-position:  calc(100% + 200px) calc(50%);
	padding-bottom: 200px;
	@include media(sp){
		padding-bottom: calc(100%);
		background-size: calc(120%);
		background-position:  bottom 120px right -150px;
	}
	*/
}

  /*@media only screen and (max-width: 979px) {
  .concept {
    padding-bottom: 50px;
  }
}*/

.concept .scrolldown1 {
  bottom: 0;
}

.concept .back-sankaku {
  position: absolute;
  top: 0;
  right: -20%;
  z-index: -1;
  width: 50%;
}

@media only screen and (max-width: 979px) {
  .concept .back-sankaku {
    display: none;
  }
}

.contents-box {
  padding-top: 50px;
  margin-right: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
	margin-bottom: 80px;
}

@media only screen and (max-width: 979px) {
  .contents-box {
	padding-top: 80px;
    margin-right: 0;
    min-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
	margin-bottom: 70px;
  }
}

.contents-box__text {
  width: 45%;
}

@media only screen and (max-width: 979px) {
  .contents-box__text {
    width: 82%;
    margin: 0 9% 0 9%;
  }
}

.contents-box__img {
  width: 50%;
  margin-left: 30px;
  max-width: 780px;
}
.contents-box__img video {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .contents-box__img {
    width: 100%;
    min-width: 10%;
    margin: 0 auto 30px;
  }
}

.contents-box__img img {
  width: 100%;
  height: auto;
}

.service {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
	margin-bottom: 14rem;
}

@media only screen and (max-width: 979px) {
  .service {
    width: 100%;
    overflow: hidden;
	  margin-bottom: 11rem;
  }
}

.service-innner {
  margin: 0 auto 0;
  text-align: center;
  width: 74%;
}

@media only screen and (max-width: 979px) {
  .service-innner {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    overflow: hidden;
  }
}

.service-innner h2 {
  margin: 0 auto 50px;
}

.service:before {
  position: absolute;
  top: 30px;
  left: 27%;
  width: 100%;
  height: 100%;
  background-color: #D9EFFD;
  border-radius: 10px 0 0 10px;
  content: '';
  z-index: -1;
}

.service-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 979px) {
  .service-container {
    margin-left: 0;
  }
}

.service-box {
  width: 48%;
  height: calc(370px - 5%);
  margin-bottom: 130px;
  position: relative;
	background: #f5f5f5;
}

@media only screen and (max-width: 979px) {
  .service-box {
    width: 100%;
    height: 215px;
    margin-bottom: 100px;
  }
}

.service-box img {
  width: 100%;
}

.service-box__img {
  overflow: hidden;
  width: 100%;
  height: calc(365px - 5%);
}

@media only screen and (max-width: 979px) {
  .service-box__img {
    height: 240px;
  }
}

.service-box__img img {
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.service-box__img img.service-box__img__anime:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.service-box__text {
  padding: 30px 30px;
  width: 390px;
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 200px);
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 979px) {
  .service-box__text {
    width: 80%;
    bottom: -50px;
    left: calc(50% - 40%);
  }
}

.service-box__text a {
  display: block;
  color: #333;
}

.service-box__text h3 {
  margin-bottom: 0;
  font-size: 2rem;
}

.service-box__text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.service-box__inner {
	text-align: left;
    padding: 23px 50px;
    box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .service-box__inner {
    padding: 15px 25px;
  }
}
.service-box__inner h3 {
	font-size: 2.6rem;
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 979px) {
  .service-box__inner h3 {
	  font-size: 2rem;
	  margin-bottom: 1rem;
  }
}
.service-box__inner h4 {
	font-size: 1.8rem;
}
@media only screen and (max-width: 979px) {
  .service-box__inner h4 {
	  font-size: 1.4rem;
  }
}
.service-box__inner p {
	font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 979px) {
  .service-box__inner p {
	  font-size: 1.2rem;
  }
}

@media only screen and (max-width: 979px) {
  .service-box__06 {
		height: auto;
	}
}


.works {
  margin-top: 0px;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
}

@media only screen and (max-width: 979px) {
  .works {
    width: 100%;
    overflow: hidden;
	  margin-bottom: 11rem;
  }
}

.works-innner {
  margin: 0 auto 0;
  text-align: center;
  width: 74%;
  padding-bottom: 120px;
}

@media only screen and (max-width: 979px) {
  .works-innner {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    overflow: hidden;
	padding-bottom: 50px;
  }
}

.works-innner h2 {
  margin: 0 auto 50px;
}

.works:before {
  position: absolute;
  top: 0px;
  left: 27%;
  width: 100%;
  height: 100%;
  background-color: #ffebdd;
  border-radius: 0px 0 0 10px;
  content: '';
  z-index: -1;
}

.works-box {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .works-box {
    width: 100%;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.works-box-container {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 830px;
  margin: 0 auto 0;
}

@media only screen and (max-width: 979px) {
  .works-box-container {
    width: 100%;
  }
}

.works-box-item {
  width: 16%;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .works-box-item {
    width: 48%;
  }
}

.works-box-item .works-img {
  height: auto;
  text-align: center;
}

.works-box-item .works-img img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}

.product {
  margin-bottom: 140px;
  overflow: hidden;
  padding-top: 20px;
}

@media only screen and (max-width: 979px) {
  .product {
    width: 100%;
	margin-bottom: 120px;
  }
}

.product img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.product img:hover {
  opacity: .7;
}

.product-inner {
  padding: 0 0 30px;
  background-color: #D9EFFD;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .product-inner {
    width: 100%;
  }
}

.product-inner h2 {
  margin: 0 auto;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media only screen and (max-width: 979px) {
  .slider {
    width: 100%;
    overflow: hidden;
  }
}

.slider .slick-slide {
  margin: 0 10px;
}

.bunjo-inner {
	position: relative;
    width: 80%;
    margin: 0 auto 70px;
    display: flex;
    column-gap: 20px;
	justify-content: center;
}

@media only screen and (max-width: 979px) {
	  .bunjo-inner {
		  width: 80%;
		  flex-direction: column;
		  gap: 20px 0;
		  }
	  .bunjo-inner div {
		  width: 100%;
		  }
}

.news {
  position: relative;
  margin-bottom: 140px;
}

@media only screen and (max-width: 979px) {
  .news {
    margin-bottom: 250px;
  }
}

.news h2 {
  font-family: 'Noto Serif Japanese', serif;
  line-height: 1.5;
  border-bottom: none;
  font-size: 2.8rem;
  padding-top: 50px;
}

.news h2:first-letter {
  color: #333;
  font-size: 3.4rem;
}

.news .scrolldown1 {
  bottom: -10%;
}

.news-inner {
  position: relative;
  width: 74%;
  margin: 0 auto;
  background: linear-gradient(-95deg, #002C7E 15%, #065CBB);
  border-radius: 10px;
  min-height: 400px;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .news-inner {
    width: 100%;
    padding-top: 30px;
    height: 300px;
  }
}

.news-container {
  position: absolute;
  top: 30px;
  left: 10%;
  background-color: #ffffff;
  width: 80%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  min-height: 400px;
}

@media only screen and (max-width: 979px) {
  .news-container {
    width: 90%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    position: static;
  }
}

.news-block {
  width: 60%;
  margin: 0 auto 30px;
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .news-block {
    margin: 0 auto 10px;
    width: 90%;
  }
}

.news-block__item {
    color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.news-block__item:hover, .news-block__item:focus {
    color: inherit;
}

@media only screen and (max-width: 979px) {
  .news-block__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-block__item .news-date {
  margin-right: 30px;
  color: #1b8ae3;
  white-space: nowrap;
  width: 20%;
}

@media only screen and (max-width: 979px) {
  .news-block__item .news-date {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 979px) {
  .news-block__item .news-text {
    margin-bottom: 10px;
    width: 100%;
  }
}

.news-block__item a {
  color: #333;
}

.btn-more {
  position: relative;
  margin: 0 auto 50px;
  text-align: left;
  width: 260px;
  line-height: 60px;
  background-color: #002C7E;
  font-size: 1.4rem;
}

@media only screen and (max-width: 979px) {
  .btn-more {
    margin-bottom: 10px;
  }
}

.btn-more a {
  display: block;
  color: #fff;
}

.btn-more a span {
  margin-left: 50px;
}

.btn-more a::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 60%;
  width: 20%;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.btn-more a::after {
  content: '';
  position: absolute;
  bottom: 58%;
  right: 50px;
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.btn-more a:hover::before {
  left: 70%;
}

.btn-more a:hover::after {
  right: 10%;
}

.access {
  position: relative;
  margin-bottom: 150px;
}

@media only screen and (max-width: 979px) {
  .access {
    margin-bottom: 100px;
  }
}

.access .scrolldown1 {
  bottom: +10%;
}

.access-innner {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

@media only screen and (max-width: 979px) {
  .access-innner {
    overflow: hidden;
    width: 100%;
  }
}

.map-area {
  width: 100%;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .map-area {
    margin: 0 0;
      padding-bottom: 30px;
  }
}

.map-area::after {
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #002C7E), to(#065CBB));
  background: linear-gradient(-360deg, #002C7E 15%, #065CBB);
  border-radius: 10px;
  height: 300px;
  z-index: -1;
}
    
@media only screen and (max-width: 979px) {
  .map-area map {
      position: relative;
      z-index: 10;
  }
  .map-area map iframe {
    width: 100%;
    margin: 0;
  }
    .map-area::after {
        border-radius: 0 10px 10px 0;
        bottom: 0;
        height: auto;
        right: 30%;
        top: 70%;
        width: 70%;
    }
}

.map-area__text {
  width: 30%;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 150px;
  left: 50%;
  font-size: 1.4rem;
  background-image: url(../img/ico-map.png);
  background-repeat: no-repeat;
  background-position: 30px 25px;
}

@media only screen and (max-width: 979px) {
  .map-area__text {
    padding: 20px 30px;
    background-position: 10px 25px;
      left: 0;
    position: relative;
    width: 90%;
    margin: -40px 5% 10px;
      top: 0;
      z-index: 20;
  }
}

.footer {
  color: #333;
  width: 80%;
  padding: 50px 0 45px;
  background-color: #D9EFFD;
  border-radius: 0 10px 0 0;
}

@media only screen and (max-width: 979px) {
  .footer {
    border-radius: 0 0px 0 0;
    width: 100%;
  }
}

.footer .footer-innner {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.footer .footer-l {
  width: 60%;
}

@media only screen and (max-width: 979px) {
  .footer .footer-l {
    width: 100%;
  }
}

.footer .footer-l__top {
  width: 80%;
  margin-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}

@media only screen and (max-width: 979px) {
  .footer .footer-l__top {
    margin-left: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-l__top .logo {
  width: 200px;
  margin-right: 40px;
}

@media only screen and (max-width: 979px) {
  .footer .footer-l__top .logo {
    width: 100%;
    margin-right: 40px;
    margin-bottom: 15px;
  }
}

.footer .footer-l__top .logo img {
  width: 200px;
  height: auto;
}

.footer-nav {
  background-color: #ffffff;
  border-radius: 0 10px 10px 0;
  padding-left: 20%;
  padding-right: 10%;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}

.footer-nav ul a {
  display: block;
  color: #333;
  padding: 10px;
}

.r_logo {
  margin-right: 7%;
  width: 216px;
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 13px;
}

@media only screen and (max-width: 979px) {
  .r_logo {
    width: 80%;
    margin: 0 auto 0 calc(10%);
    text-align: center;
  }
  .r_logo__sponsor {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

.r_logo img {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .r_logo img {
    max-width: 290px;
  }
}

.r_logo p {
  margin-bottom: 10px;
}

.copyright {
  margin-right: 7%;
  text-align: right;
  font-size: 1.1rem;
}

@media only screen and (max-width: 979px) {
  .copyright {
    text-align: center;
  }
}

/* コンテンツ */
.content {
  padding-top: 150px;
  margin: 0 auto;
  width: 78%;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .content {
    width: 90%;
  }
}

.content h1 {
  font-size: 3.4rem;
  font-family: 'Noto Serif Japanese', serif;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 5rem;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.content h1:first-letter {
  color: #002C7E;
  font-size: 4rem;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company-box {
  margin-bottom: 100px;
}

@media only screen and (max-width: 979px) {
  .company-box {
    margin-bottom: 80px;
  }
}

.img-area {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-area__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 979px) {
  .img-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .img-area__item {
    width: 48%;
    margin-bottom: 20px;
  }
}

.company-table {
  width: 70%;
  text-align: left;
  font-size: 1.4rem;
  margin: 0 auto;
}
.ceo_info {
  display: flex;
  width: 70%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px #f4f4f4 solid;
  padding-top: 20px;
}
.ceo_info div {
  width: 210px;
}
.ceo_info dl {
  width: calc((100% - 230px) / 1);
  text-align: left;
}
.ceo_info dl dt, .ceo_career dl dt{
  margin-bottom: 6px;
  font-weight: 600;
  background-color: #f3fff9;
  padding: 6px;
}
.ceo_career {
  text-align: left;
  width: 70%;
  margin: 20px auto;
}
.ceo_career dl dd span {
  display: inline-block;
  margin-right: 10px;
  font-size: 80%;
}
.ceo_career ul {
  list-style: inside disc;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
}
.ceo_info dd, .ceo_career dd {
  padding: 0 6px;
}

@media only screen and (max-width: 640px) {
    .ceo_info{
        flex-direction: column;
    }
    .ceo_info div{
      width: 100%;
      margin: 0 auto 10px;
    }
    .ceo_info dl{
        width: 100%;
    }
}
@media only screen and (max-width: 979px) {
  .company-table {
    width: 100%;
	margin-bottom: 40px;
  }
}

.company-table tr {
  border-top: 1px #f4f4f4 solid;
}

.company-table td, .company-table th {
  padding: 20px 0;
}

.company-table th {
  width: 20%;
}

@media only screen and (max-width: 979px) {
  .company-table th {
    width: 30%;
  }
}

.company-table a {
  color: #333;
}

@media (min-width: 980px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.company-table__office01 {
  margin-bottom: 30px;
}

.content-access {
  margin-top: 0px;
  position: relative;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 979px) {
  .content-access {
    margin-bottom: 0rem;
  }
}

.content-access h2 {
  font-size: 3.4rem;
  font-family: 'Noto Serif Japanese', serif;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 2rem;
  letter-spacing: 3px;
  border-bottom: none;
}

.content-access-innner {
  margin: 0 auto 0;
  text-align: center;
  width: 74%;
  padding-bottom: 120px;
}

@media only screen and (max-width: 979px) {
  .content-access-innner {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
  }
}

.content-access-innner h2 {
  margin: 0 auto 50px;
}

.content-access:before {
  position: absolute;
  top: 35px;
  left: 10%;
  width: 90%;
  height: 300px;
  background-color: #f4f4f4;
  border-radius: 10px 0 0 10px;
  content: '';
  z-index: -1;
}

.content-access-box {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1200px;
  width: 70%;
  padding: 20px 15px;
}

@media only screen and (max-width: 979px) {
  .content-access-box {
    width: 100%;
  }
}

.content-access-box h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.content-access-box iframe {
  width: 100%;
  height: 300px;
}

.contact-box {
  margin-bottom: 150px;
}

@media only screen and (max-width: 979px) {
  .contact-box {
    margin-bottom: 100px;
  }
}

.contact-box__head {
  padding: 10px;
  background-color: #a8a8a8;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.contact-table {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  font-size: 1.6rem;
}

@media only screen and (max-width: 979px) {
  .contact-table {
    width: 100%;
  }
}

.contact-table td, .contact-table th {
  padding: 20px 0;
    vertical-align: top;
}

@media only screen and (max-width: 979px) {
  .contact-table td, .contact-table th {
    padding: 5px 0;
    width: 100%;
    display: block;
  }
}

.contact-table th {
  width: 150px;
  font-weight: normal;
  padding: 20px 0;
}

@media only screen and (max-width: 979px) {
  .contact-table th {
    width: 100%;
  }
  .ceo_info, .ceo_career{
    width: 100%;
  }
  .ceo_info{
    align-items: flex-start;
  }
}

.contact-table input, .contact-table textarea {
  width: 100%;
  padding: 20px 15px;
  border: 1px #a8a7a7 solid;
  border-radius: 5px;
  line-height: 1.6rem;
}

.contact-table .td_hisu {
  padding: 25px 0 20px;
  width: 50px;
}

@media only screen and (max-width: 979px) {
  .contact-table .td_hisu {
    display: none;
  }
}

.el_hisu {
  background-color: #ff0000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 979px) {
  .el_hisu {
    color: #ff0000;
    background-color: #ffffff;
  }
}

::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

::-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

::placeholder {
  color: #c3c3c3;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.btn-form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.btn-form::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 13px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 13px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* くの字の向き */
}

.form-btn {
  color: #fff;
  font-size: 2.0rem;
  border-radius: 10px !important;
  margin-top: 50px;
  width: 300px;
  height: 60px;
  background: #FC6A25;
  cursor: pointer;
}

.form-btn:hover {
  opacity: .7;
}

.sp-hisu {
  display: none;
}

@media only screen and (max-width: 979px) {
  .sp-hisu {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */

/* 個別記事 */
.single-content {
    width: 60%;
}
.single-content div, .single-content p {
    text-align: left;
}
.single-date {
    margin-top: 60px;
}
.single-content-box {
    margin: 50px 0 100px;
}
@media screen and (max-width: 979px) {
    .single-content {
        width: 90%;
    }
    .single-content h1 {
        font-size: 2rem;
        text-align: left;
    }
    .single-content h1:first-letter {
        font-size: 2.2rem;
    }
    .single-date {
        margin-top: 0;
    }
    .single-content-box {
        margin: 30px 0 40px;
    }
}
/* archive.php　新着記事一覧 */
.archive-content {
    margin-bottom: 100px;
    width: 50%;
}
a.archive-content-box {
    border-bottom: 1px dashed #aaa;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-align: left;
}
a.archive-content-box:hover, a.archive-content-box:focus {
    opacity: .7;
}
a.archive-content-box:visited {
    color: inherit;
}
.archive-content h2 {
    border: none;
    font-family: 'Noto Sans Japanese';
    font-size: 1.4rem;
    margin: 0;
    width: 80%;
}
.archive-content h2:first-letter {
    color: inherit;
    font-size: 1.4rem;
}
.archive-date {
    margin: 0;
    width: 18%;
}
@media screen and (max-width: 979px) {
    .archive-content {
        margin-bottom: 50px;
        width: 90%;
    }
    a.archive-content-box {
        display: block;
        margin-bottom: 20px;
    }
    .archive-content h2, .archive-date {
        width: 100%;
    }
    .archive-date {
        margin-bottom: 5px;
    }
}
/* thanksぺージ */
.thanks-content {
    margin: 50px auto 100px; 
}
.thanks-content h1:first-letter {
    color: inherit;
    font-size: 3.4rem;
}
@media screen and (max-width: 979px) {
    .thanks-content {
        margin: 20px auto 40px;
    }
    .thanks-content h1 {
        font-size: 2.8rem;
    }
    .thanks-content h1:first-letter {
        font-size: 2.8rem;
    }
    .thanks-content p {
        text-align: left;
    }
}
/* 404ページ */
.err404 {
    padding-top: 100px;
}
.err404 .service-innner {
    margin: 80px auto 150px;
}
.back-to-top {
    margin-top: 80px;
}
@media screen and (max-width: 979px) {
    .err404 {
        padding-top: 70px;
    }
    .err404 .service-innner {
        margin: 50px auto;
        text-align: left;
    }
    .back-to-top {
        margin-top: 40px;
    }
}
.mainvisual__img > div {
    height: 96vh;
    width: 90%;
    margin-left: 10%;
    /*background: #fff;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding-right: 3vh;*/
}
.mainvisual__img > div img {
    height: 27.5vh;
    max-width: 55vw;
    object-fit: contain;
}
.br_sp {
    display: none;
}
@media screen and (max-width: 480px) {
    .br_sp {
        display: block;
    }
}