@charset "utf-8";

/*html, body {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}*/

body {
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, "メイリオ",sans-serif !important;

  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 1rem;
}

a {
	color: inherit !important;
}

header {
  width: 100%;
  background-color: #ffffff;
  align-items: center;
}

footer{
  background-color: #ffffff;
  color: #000000;
  padding: 11px 0;
  border-top: 1px solid #ff8c00;
}

header ul{
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0!important;
}

header li{
  margin: 0 0 0 40px;
  font-size: 0.9vw;
}

header li:hover{
  color: #0062B1
}

header h1{
  font-size: 1.1rem;
  display: inherit;
  position: relative;
}

.header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header-logo{
  margin: 0; padding: 0;
  font-size: 25px;
  width: 10%;
  height: auto;
}

.hooter-logo{
  margin: 0; padding: 0;
  font-size: 10px;
  width: 100px;
  height: auto;
}

.header__inner h1{
  font-size: 2.9vw;
  margin: 0;
  padding: 0;
  color: #ff7733;
}

@media(max-width: 1440px) {
  .header__inner h1{
    font-size: 2.6vw;
    margin: 0;
    padding: 0;
    color: #ff7733;
  }
}

/*
.header__inner h1 a {
  display: block;
	width: 25vw;
	height: 3vw;
	font-size: 0;
	z-index:99;
	background: url(../img/logo.jpg) left top/453px auto no-repeat;
	background-size:contain;
  margin-top: 25px;
}
*/
.green-color{
  color: #008000;
}

header nav{
  margin: 0 3% 0 auto;
}

.sp-nav{
  display: none;
  z-index: 999;
}

.shashin{
    position: relative;
}

.shashin video{
  width: 100%;
}

.shashin img{
  width: 100%;
}

.logo-message-1{
  position: absolute;
  top: 3%;
  left: 3%;
  padding: 0;
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffa500;
  text-stroke: 1px #ffa500;
  font-size: 3.7vw;
  text-align-last: justify;
  font-weight:  bold;
}

.logo-message-2{
  position: absolute;
  top: 12%;
  left:15%;
  padding: 0;
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffa500;
  text-stroke: 1px #ffa500;
  font-size: 2.7vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.back-2{
  padding: 30px 0px 0px 0px;
  background-color: #ffffff;
}

.back-4{
  padding: 30px 0px 30px 0px;
  background-color: #ffffff;
}

.text-decoration{
  text-decoration: none;
}

.main-message{
  line-height: 1.7;
  font-size: 16px!important;
}

.main-message1{
  line-height: 1.7;
  font-size: 16px!important;
  width: 50%;
}

.sub-message{
  color: #0062B1;
  font-weight: 600;
  padding-top: 30px;
}

.nolink {
    pointer-events: none;
    text-decoration-line: none;
    color: inherit !important;
	text-decoration: none;
}

.no-deco, .tel a {
    text-decoration-line: none;
    /*font-size: 1.5rem;*/
    /*font-weight: 700;*/
}

.tel {
    /*width: 100%;*/
    max-width: 700px;
    margin: auto;
}

.tel span{
  font-weight: 700;
}

.cursor-pointer {
	cursor: pointer;
}

.president {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .president {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin-left: 63px;
        margin-right: 63px;
        margin-top: auto;
        margin-bottom: 10%;
    }
}
.sign {
    text-align: start;
}
@media (min-width: 768px) {
    .sign {
        text-align: end;
    }
}

.katagaki {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
	font-weight: 500;
	/*font-size: 1.2em;*/
	letter-spacing: 0.1em;
	padding-right: 0.7em;
	position: relative;
	top: 5px;
}
#company table {
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
}

#company th {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #008000;
}

#company td {
  width: 52%;
  text-align: left;
}

#company ul {
	list-style-position: inside;
}

#company li {
	font-weight: bold;
}

#recruit table {
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
}

#recruit th {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #008000;
}

#recruit td {
  width: 52%;
  text-align: left;
}

#recruit ul {
	list-style-position: inside;
}

#recruit li {
	font-weight: bold;
}

/*
 * Custom translucent site header
 */
.site-header {
  /*background-color: rgba(255, 255, 255, .85);*/
  background-color: rgba(0, 0, 0, .50);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}
.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}
.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.album {
	margin: auto;
	background-color: white;
	position: relative;
}
.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
.album .img1 {
	display: block;
	margin: 0 auto;
  width: 100%;
  height: auto;
}
.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0%;
  width: 100%;
  height: 99%;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}S

/*
 * Extra utilities
 */
.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
/*
 * Google Map
 */
.GoogleMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

@media (min-width: 768px) {
  .GoogleMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;
  }
}
.GoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-en{
  color: #008000;
  text-align: center;
  padding-top: 30px;
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
}

.info{
  color: #008000;
padding-bottom: 20px!important;
font-size: 25px;
}

.info-2{
  color: #008000;
  padding: 0;
  margin: 0;
font-size: 45px;
}

.info-en-mini{
  color: #008000;
  text-align: center;
  padding-top: 30px;
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 600;
}

.info-mini{
  color: #008000;
padding-bottom: 20px!important;
font-size: 1.3rem;
}

.greeting-relative{
  position: relative;
  width: 100%;
  height: 500px;
}

.greeting-absolute-message{
  position: absolute;
  top: 200px;
  left: 0;
  width: 55%;
  height: auto;
}

.greeting-absolute-message span{
  font-size: 28px;
}

.greeting-absolute-message p{
  font-size: 23px;
  padding:30px;
  margin-bottom: 0;
  background-color: #ffffff;
}

.greeting-absolute-img{
  position: absolute;
  top :0;
  right: 0;
  width: auto;
  height: auto;
}

.greeting-img{
  width: 1000px;
  height: auto;
}

.thought{
  margin:auto;
  margin-top: 7vw;
  position: relative;
  background-color: #f4a460;
}

.thought p{
  text-align: left;
 font-size: 23px;
 padding: 20px;
}

.thought span{
  color: #008000;
  font-weight: bold;
  font-size: 30px;
}

.thought img{
  position: absolute;
  top: 20%;
  right: 10%;
  width: 250px;
  height: auto;
}

.service-size{
  font-size: 23px;
}

.text-center1{
text-align: left!important;
font-size: 14px;
}

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

@media (min-width: 768px) {
  .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;
  }
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.align-items-start{
  align-items: flex-start!important;
}

.service-2{
margin-bottom: 60px;
height: auto;
margin-left: 0!important;
margin-right: 0!important;
}

.service-3{
  margin-top: 30px !important;
}

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

.service-img-1{
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.service-img-p{
  padding: 0!important;
}

.service-relative{
  position: relative;
}

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

.service-relative-message{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5vw;
  text-align: left;
  color: #ffffff;
  margin: 4vw;
  width: 27%;
}

.service-relative-message span{
  padding: 0px 5px 10px 5px;
    border-bottom: 1px solid #ff8c00;
    color: #ff8c00;
    font-weight: bold;
}

.service-relative-message-1{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5vw;
  text-align: left;
  color: #ffffff;
  margin: 4vw;
width: 33%;
}

.service-relative-message-1 span{
  padding: 0px 5px 10px 5px;
  border-bottom: 1px solid #ff8c00;
  color: #ff8c00;
  font-weight: bold;
}

.service-relative-message-2{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.5vw;
  text-align: left;
  color: #ffffff;
  margin: 4vw;
  width: 29%;
}

.service-relative-message-2 span{
  padding: 0px 5px 10px 5px;
border-bottom: 1px solid #ff8c00;
color: #ff8c00;
font-weight: bold;
}

.hover-expansion{
overflow:hidden;
position: relative;
background-color: #000000;
}

.hover-expansion img{
  transition:1s all;
  opacity: 0.6;
}

.hover-expansion img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}

.service-relative-message-3{
  position: absolute;
  top : 0;
  left: 0;
  font-size: 1.6vw;
  text-align: left;
  padding: 0px 10px 5px 10px;
  color: #ff8c00;
  font-weight: bold;
}

.bk-dark{
  background-color: #000000;
}

.service-2 p{
  margin: 20px 20px 20px 20px;
  text-align: left;
}

 .orangeline{
   padding-bottom: 5px;
   border-bottom: 3px solid #ff8c00;
 }

 .greenline{
   padding-bottom: 5px;
   border-bottom: 3px solid #008000;
 }

 .bk-orange{
   background-color: #ff8c00;
 }

.ict-relative{
  position: relative;
  width: 100%;
  height: 600px;
}

.ict-absolute-box{
  position: absolute;
  top:8%;
  left: 0;
  width: 1300px;
  height: 500px;
  background: rgba(0,128,0,0.7);
}

.ict-absolute-box-1{
  position: absolute;
  top: 8%;
  right: 0;
  width: 1300px;
  height: 500px;
  background: rgba(255,69,0,0.7);
}

.ict-absolute-box-2{
  position: absolute;
  top:8%;
  left: 0;
  width: 1300px;
  height: 500px;
  background: rgba(0,128,0,0.7);
}

.ict-absolute-message{
  position: absolute;
  bottom: 10%;
  left: 1%;
  width: 39%;
  height: auto;
}

.ict-absolute-message p{
  font-size: 23px;
  padding:20px;
  text-align: left;
  margin: 0;
  color: #ffffff;
}

.ict-absolute-message-1{
  position: absolute;
  bottom: 10%;
  left: 1%;
  width: 39%;
  height: auto;
}

.ict-absolute-message-1 p{
  font-size: 23px;
  padding:20px;
  text-align: left;
  margin: 0;
  color: #ffffff;
}

.ict-absolute-img{
  position: absolute;
  top :0;
  right: 0;
  width: auto;
  height: auto;
}

.ict-absolute-message-reversal{
  position: absolute;
  top: 10%;
  right: 1%;
  width: 39%;
  height: auto;
}

.ict-absolute-message-reversal p{
  font-size: 23px;
  padding:20px;
  text-align: left;
  margin: 0;
color: #ffffff;
}

.ict-absolute-img-reversal{
  position: absolute;
  top : 0;
  left: 0;
  width: auto;
  height: auto;
}

.ict-img{
  width: 830px;
  height: auto;
}

.ict-img-1{
  width: 830px;
  height: auto;
}

.ict-img-1-2{
  width: 830px;
  height: auto;
  display: none;
}

.service-mainmessage{
  margin-top: 20px;
}

.service-submessage{
  margin-top: 30px;
}

#about-us table{
  max-width: 700px;
  margin: 0 auto;
}

.th-center th{
  text-align: center;
}

.th-color th{
  color: #008000;
}

.vertical{
  vertical-align: middle;
}

.img4{
  width: 70%;
}

.img5{
  object-fit: cover;
}

.table th{
  font-weight: normal;
}

#company{
  position: relative;
}

.company-mark-0{
  display: flex;
  justify-content: center;
}

.company-mark{
  padding-top: 10px;
  margin: 30px;
}

.company-mark-1{
  padding-top: 10px;
  margin: 30px;
}

.inlineblock {
    display: inline-block;
}

.contact-message{
  text-align: left;
}

.btn-0{
  background-color: #008000!important;
  border: 1px solid #000000 !important;
}

.btn-1{
  background-color: #ffffff!important;
  border: 1px solid #000000 !important;
}

/*
 * お問い合わせフォーム用 (MailForm01)
 */
#formWrap {
  /*width: 95%;*/
  max-width: 700px;
  margin: 0 auto;
  /* color: #555;
  line-height: 150%;*/
}
table.formTable {
  width: 95%;
  margin: 0 auto;
  border-collapse: inherit;
}
table.formTable td, table.formTable th {
  /*border: 1px solid #ccc;
  padding: 10px;
  padding: 5px 0;*/
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  /*background: #efefef;*/
  text-align: left;
}
.error_messe{
	margin:5px 0;
	color:red;
}

.bg-error_messe, .bg-success_messe {
    width: 300px;
}

.bg-error_messe {
    background-color: rgba(248,215,218,0.3);
}

.bg-success_messe {
    background-color: rgba(210,244,234,0.3);
}

#formWrap small {
	font-size: 70%;
}

.w-btn {
    width: 170px;
    max-width: 170px;
}

.contact{
  font-size: 1.25rem;
}

/*  トップページに戻る  */
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    border-radius: 50%;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    box-shadow: 0 0 10px 0 #000000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    /*width: 95%;*/
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    /*width: 80%;
    padding: 5px;
    font-size: 110%;*/
    display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
    margin: auto;
  }
}


/*
 * 動画用
 */
.p-header-video {
  position: relative;
  width: 100%;
  padding-bottom: 350px;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/poster.png');
}
.p-header-content::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";

}
.p-header-video video {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 350px;
  margin: auto;
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 576px){
.p-header-video {
  position: relative;
  width: 100%;
  padding-bottom: 41.67%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/poster.png');
}
.p-header-content::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.p-header-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  transform: none;
  z-index: 2;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 70px; /*コントローラー分下部に余白をつける場合*/
    cursor: pointer;
	z-index: 3;
}
}

/*
 * モーダルウィンドウ Tingle用
 */
.modal-dialog {
    max-width: inherit;
	margin: inherit;
}
@media (min-width: 576px) {
.modal-dialog {
	width: 90% !important;
    max-width: 800px !important;
    margin: 1.75rem auto;
	}
}

.inner-x {
    padding: 40px;
}
.inner {
    padding: 40px;
}
/**
 * tingle modal modified
**/
.tingle-modal {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tingle-modal-box {
    width: 850px;
    max-width: 90%;
    border-radius: 0;
}
.tingle-modal-box__content {
    padding: 0;
}
.tingle-modal__close {
    height: 45px;
    width: 48px;
    outline: none !important;
    background-color: rgba(0,0,0,.8);
}
.modal-title {
    font-size: 1.5rem;
}

.modal-body h2, .modal-body h3, .modal-body h4 {
    font-size: 1.2rem;
    padding: 0;
    text-align: left;
}
.modal-body h4 {
    font-size: 1rem;
    padding: 0;
    text-align: left;
}
.modal-body p{
    text-align: left;
}

@media(max-width: 540px) {
.tingle-modal {
    padding: 20px 15px;
}
.tingle-modal-box {
    max-width: 100%;
}
.tingle-modal__close {
    font-size: 1.6rem;
    left: auto;
    right: 0px;
    line-height: 1.6rem;
}
.tingle-modal__closeIcon {
    font-size: 1.2rem;
    margin-right: 0;
}
.tingle-modal__closeLabel {
    display: none;
}
}

@media(min-width: 541px) {
.tingle-modal__close {
    font-size: 1.2rem;
    top: 20px;
    right: 20px;
}
.tingle-modal__closeIcon {
    font-size: 1.2rem;
    margin-right: 0;
}
}


/*
 * YouTubeフレーム関連
 */
.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*フッター*/

.hooter-list{
  margin: 15px 0px 0px 15%;
  font-size: 15px;
}

.puraibashi{
text-align: right;
margin-bottom: 0;
margin-top: 0;
font-size: 18px;
}

.m-0{
}

.hooter-list-1{
  margin-right: 15%;
}

.hooter-list h1{
  color: #ff7733;
  font-size: 25px;
  padding: 0!important;
}

.hooter-flex{
  display: flex;
  align-items: center;
}

.hooter-flaot{
  float: left;
}

.copylight{
  text-align: right;
}

.br-sp{
  display: none;
}


/*レスポンシブ*/

@media (min-width: 1400px){

  #recruit table{
    max-width: 700px;
  }

#company table{
  max-width: 700px;
}
}

@media screen and (min-width: 1202px) {
	/* 1201px以上に適用されるCSS（タブレット用） */
.president{
  width: 100%!important;
  height: auto;
}


.thought{
  max-width: 700px!important;
}
}


@media screen and (max-width: 1201px) {
	/* 1200px以下に適用されるCSS（タブレット用） */
  body{
height:auto;
display:block!important;
}

header li{
  margin: 0 0 0 25px;
  font-size: 1.1vw;
}

.aisatu{
  display: block;
}

.president{
  margin: auto;
}

.img5-2{
  margin-top: 50px;
  object-fit: cover;
}

.hooter-flaot{
  float: none;
}

.hooter-list{
  margin: 30px 0px 0px 30px;
}

.hooter-list-1{
  margin-right: 0;
}

.puraibashi{
  text-align: center;
  font-size: 1.7vw;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copylight{
text-align: center;
margin: auto;
}

}

@media screen and (max-width: 1416px) {

}

@media screen and (max-width: 1200px) {
  .main-message1{
    width: auto;
  }

  .company-mark-0{
    display: block;
  }

  .company-mark{
    margin-top: 10px;
position: relative;
bottom: 0;
right: 0;
  }

    .company-mark img{
      width: 25vw;
      height: auto;
    }

    .company-mark-1{
      margin:auto;
      margin-top: 10px;
  position: relative;
  bottom: 0;
  right: 0;
    }

      .company-mark-1 img{
        position: relative;
        width: 65vw;
        height: auto;
      }

    .thought p{
      text-align: left;
     font-size: 2vw;
     padding: 20px;
    }

    .thought span{
      color: #008000;
      font-weight: bold;
      font-size: 2.5vw;
    }

    .thought img{
      position: relative;
      top: 0;
      right: 0%;
      width: 20vw;
      height: auto;
      margin-bottom: 30px;
    }

    .hooter-logo{
      margin: 0; padding: 0;
      font-size: 10px;
      width: 80px;
      height: auto;
    }
}


@media screen and (max-width: 900px) {
	/* 900px以下に適用されるCSS（タブレット用） */

  .img5{
    width: 50vw;
    height: auto;
  }

  .pc-nav{
    display: none;
  }

  .header__inner h1 a {
    font-size: 3vw;
  }

  #hamburger {
     position: relative;
     display: block;
     width: 30px;
     height: 25px;
     margin: 0 15px 0 auto;
  }

  #hamburger span {
     position: absolute;
     top: 50%;
     left: 0;
     display: block;
     width: 100%;
     height: 2px;
     background-color: #000000;
     transform: translateY(-50%);
  }

  #hamburger::before {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #000000;
  }
  #hamburger::after {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #000000;
  }

  .sp-nav {
     z-index: 99;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     display: block;
     width: 100%;
     background: rgba(0, 0, 0, .8);
     transition: all .2s ease-in-out;
     opacity: 0;
     transform: translateY(-100%);
  }

  .sp-nav ul {
     padding: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     height: 100%;
  }

  .sp-nav li {
     margin: 0;
     padding: 0;
  }

  .sp-nav li span {
     font-size: 15px;
     color: #ffffff;
  }

  .sp-nav li a, .sp-nav li span {
     display: block;
     padding: 11px 0;
     color: #ffffff!important;
     font-size: 15px;
  }

  /*基準となるli要素*/
  .sp-nav .close {
     position: relative;
     padding-left: 20px;
  }
  /*バツ印線1*/
  .sp-nav .close::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     display: block;
     width: 16px;
     height: 1px;
     background: #ffffff;
     transform: rotate( 45deg );
  }
  /*バツ印線2*/
  .sp-nav .close::after {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     display: block;
     width: 16px;
     height: 1px;
     background: #ffffff;
     transform: rotate( -45deg );
  }

  .toggle{
    transform: translateY( 0 );
    opacity: 1;
  }
}

@media screen and (min-width: 481px) {
  .big-img{
    display: block;
  }
}

@media screen and (max-width: 769px) {
.puraibashi{
  font-size: 15px;
}
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  body{
height:auto;
display:block!important;
}

.header-logo{
  margin: 0; padding: 0;
  font-size: 25px;
  width: 20%;
  height: auto;
}

.hooter-logo{
  margin: 0; padding: 0;
  font-size: 10px;
  width: 60px;
  height: auto;
}

.header__inner h1 a {
  font-size: 5vw;
}

.pc-nav{
  display: none;
}

  .big-img{
    display: none;
  }


  .logo-message-1{
    position: absolute;
    top: 21%;
    left: 23%;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 3.2vw;
    text-align-last: justify;
    font-weight:  bold;
    transform: scaleX(1.1);
  }

  .logo-message-2{
    position: absolute;
    top: 36%;
    left: 22%;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 1.7vw;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

.aisatu{
  display: block;
}

.president{
  margin: auto;
}

.back-2{
  padding: initial;
}

.puraibashi{
  text-align:left;
  margin: 10px 0px 10px 30px;

}

.copylight{
text-align: center;
margin: auto;
}

.br-sp{
  display: block;
}

#hamburger {
   position: relative;
   display: block;
   width: 30px;
   height: 25px;
   margin: 0 15px 0 auto;
}

#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #000000;
   transform: translateY(-50%);
}

#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #000000;
}
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #000000;
}

.sp-nav {
   z-index: 99;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}

.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}

.sp-nav li {
   margin: 0;
   padding: 0;
}

.sp-nav li span {
   font-size: 15px;
   color: #ffffff;
}

.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 11px 0;
   color: #ffffff!important;
    font-size: 15px;
}

/*基準となるli要素*/
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
/*バツ印線1*/
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #ffffff;
   transform: rotate( 45deg );
}
/*バツ印線2*/
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #ffffff;
   transform: rotate( -45deg );
}

.footer-list br{
  display: none;
}

.hooter-list h1{
  font-size: 20px;
}

.hooter-list p{
  font-size: 14px;
}
.toggle{
  transform: translateY( 0 );
  opacity: 1;
}

}

/*レスポンシブデザイン*/

@media screen and (max-width: 1480px){
.info{
  font-size: 2.5vw
}

.info-en{
  font-size: 3vw;
}

.info-2{
  font-size: 3vw;
}

.service-size{
  font-size: 17px;
  margin: 0 90px;
}

.ict-relative{
  height: 40vw;
}

.ict-absolute-box{
  width: 90vw;
  height: 34vw;
}

.ict-absolute-box-1{
  width: 90vw;
  height: 34vw;
}

.ict-absolute-box-2{
  width: 90vw;
  height: 34vw;
}

.ict-img{
  width: 56vw;
}

.ict-img-1{
  width: 56vw;
}

.greeting-absolute-message{
  width: 55%;
  top:250px;
}

.greeting-absolute-message p{
  font-size: 17px;
}

.thought p{
  font-size: 17px;
}

.ict-absolute-message{
  width: 41%;
}

.ict-absolute-message p{
  font-size: 1.7vw;
}

.ict-absolute-message-1{
  width: 41%;
}

.ict-absolute-message-1 p{
  font-size: 1.7vw;
}

.ict-absolute-message-reversal{
  width: 41%;
}

.ict-absolute-message-reversal p{
  font-size: 1.7vw;
}
}

@media screen and (max-width: 1200px){

      .greeting-relative{
        height: 70vw;
      }

      .greeting-absolute-message{
        width: 90%;
        top: 600px;
        left: 50%;
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      }

      .greeting-absolute-message span{
        font-size: 28px;
      }

      .greeting-absolute-message p{
        font-size: 23px;
        padding: 20px;
      }

      .greeting-absolute-img{
        top:0;
        left: 0;
      }

      .greeting-img{
        width: 100%;
      }

      .thought p{
        font-size: 23px;
      }

      .service-size{
        font-size: 23px;
      }

}

@media screen and (max-width: 1080px){

  .greeting-relative{
    height: 700px;
  }

  .greeting-absolute-message{
    top: 550px;
  }

  .greeting-absolute-message span{
    font-size: 28px;
  }

  .greeting-absolute-message p{
    font-size: 23px;
  }

  .thought p{
    font-size: 23px;
  }

  .service-size{
    font-size: 23px;
  }
}

@media screen and (max-width: 880px){

  .greeting-relative{
    height: 680px;
  }

  .greeting-absolute-message{
    top: 500px;
  }

  .greeting-absolute-message span{
    font-size: 27px;
  }

  .greeting-absolute-message p{
    font-size: 20px;
  }

  .thought p{
    font-size: 20px;
  }

  .service-size{
    font-size: 20px;
  }
}

@media screen and (max-width: 768px){
  .greeting-relative{
    height: 550px;
  }

  .greeting-absolute-message{
    top: 400px;
  }

  .greeting-absolute-message span{
    font-size: 24px;
  }

  .greeting-absolute-message p{
    font-size: 17px;
  }

  .thought p{
    font-size: 17px;
  }

.service-size{
  font-size: 17px;
}

  .service-relative-message span{
  padding: 0px 3px 2px 3px;
      border-bottom: 1px solid #ff8c00;
  }

  .service-relative-message-1 span{
padding: 0px 3px 2px 3px;
      border-bottom: 1px solid #ff8c00;
  }

  .service-relative-message-2 span{
padding: 0px 3px 2px 3px;
      border-bottom: 1px solid #ff8c00;
  }
}

@media screen and (max-width: 685px){
  .greeting-relative{
    height: 510px;
  }

  .greeting-absolute-message{
    top: 380px;
  }

  .greeting-absolute-message span{
    font-size: 24px;
  }

  .greeting-absolute-message p{
    font-size: 17px;
  }

  .thought p{
    font-size: 17px;
  }

.service-size{
  font-size: 17px;
}

  .service-2 p{
    margin: 5px 2px 5px 2px;
    text-align: left;
  }

  .service-relative-message-3{
    padding: 0px 10px 0px 10px;
  }

  .service-relative-message{
    font-size: 10px;
  }

  .service-relative-message-1{
    font-size: 10px;
  }

  .service-relative-message-2{
    font-size: 10px;
  }

  .service-relative-message-3{
    font-size: 10px;
  }

  .service-size{
    margin: 0 40px;
  }

  .ict-absolute-message p{
    font-size: 10px;
  }

  .ict-absolute-message-1 p{
    font-size: 10px;
  }

  .ict-absolute-message-reversal p{
    font-size: 10px;
  }

  .ict-absolute-message p{
    font-size: 10px;
  }

  .ict-absolute-message-reversal p{
    font-size: 10px;
  }

  .ict-absolute-message-1 p{
    font-size: 10px;
  }
}

@media screen and (max-width: 581px){

  .greeting-relative{
    height: 470px;
  }

  .greeting-absolute-message{
    top: 330px;
  }

  .greeting-absolute-message span{
    font-size: 21px;
  }

  .greeting-absolute-message p{
    font-size: 14px;
  }

  .thought p{
    text-align: left;
   font-size: 14px;
   padding: 20px;
  }

  .thought span{
   font-size: 17px;
  }

  .thought img{
    position: relative;
    top: 0;
    right: 0%;
    width: 150px;
    height: auto;
    margin-bottom: 30px;
  }

.service-size{
  font-size: 14px;
}

  .info{
    font-size: 12px;
  }

  .info-en{
    font-size: 15px;
  }

  .info-2{
    font-size: 15px;
  }

  .service-relative-message{
    width: 40%;
  }

  .service-relative-message-1{
    width: 50%;
  }

  .service-relative-message-2{
    width: 50%;
  }

  .ict-relative{
    height: 44vw;
  }

  .ict-absolute-message{
    bottom: 0;
      width: 42%
  }

  .ict-absolute-box{
    width: 90vw;
    height: 40vw;
  }

  .ict-absolute-box-1{
    width: 90vw;
    height: 41vw;
  }

  .ict-absolute-box-2{
    width: 90vw;
    height: 40vw;
  }

.ict-absolute-message p{
  padding: 3px;
}

.ict-absolute-message-1{
  bottom: 0;
    width: 42%
}

.ict-absolute-message-1 p{
  padding: 3px;
}

.ict-absolute-message-reversal{
  bottom: 0;
  width: 53%;
}

.ict-absolute-message-reversal p{
  padding: 3px;
}

.ict-img{
  width: 55vw;
}

.ict-img-1{
  width: 46vw;
  display: none;
}

.ict-img-1-2{
  width: 45vw;
  height: auto;
  display: block;
}

.orangeline{
  padding-bottom: 5px;
  border-bottom: 2px solid #ff8c00;
}

.greenline{
  padding-bottom: 5px;
  border-bottom: 2px solid #008000;
}
}

@media screen and (max-width: 481px){

  .greeting-relative{
    height: 430px;
  }

  .greeting-absolute-message{
    top: 280px;
  }

  .greeting-absolute-message span{
    font-size: 19px;
  }

  .greeting-absolute-message p{
    font-size: 12px;
  }

  .thought p{
    font-size: 12px;
  }

  .service-size{
    font-size: 12px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 401px){
  .greeting-relative{
    height: 400px;
  }

  .greeting-absolute-message{
    top: 260px;
  }

  .greeting-absolute-message span{
    font-size: 18px;
  }

  .greeting-absolute-message p{
    font-size: 11px;
  }

  .thought p{
    font-size: 11px;
  }

  .service-size{
    font-size: 11px;
  }
}

@media screen and (max-width: 364px){

  .greeting-relative{
    height: 35
    0px;
  }

  .greeting-absolute-message{
    top: 250px;
  }

  .greeting-absolute-message span{
    font-size: 16px;
  }

  .greeting-absolute-message p{
    font-size: 9px;
  }

  .thought p{
    font-size: 9px;
  }

  .service-size{
    font-size: 9px;
  }
}

@media screen and (max-width: 334px){
  .greeting-absolute-message{
    top: 230px;
  }
}


@media screen and (min-width: 1200px){
#greeting{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.center-ict{
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width: 1400px){
#greeting{
  max-width: 1360px;
}

.center-ict{
  max-width: 1400px;
}

.thought{
  max-width: 700px!important;
}
}

@media screen and (min-width: 1481px){

.thought{
  max-width: 900px!important;
}
}

/* WhatNews 追加(2023.04.11) */
div.whatsnew {
  margin: 10px 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
}

div.whatsnew a {
  padding: 7px 0;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew hr {
  margin: 0;
  padding: 0;
}

div.whatsnew .newmark {
  font-size: 74%;
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  border-radius: 3px;
}

div.whatsnew dl {
  margin: 0;
  padding: 0;
  border: 0;
}

div.whatsnew dt {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  color: Gray;
  font-weight: normal;
  white-space: nowrap;
}

div.whatsnew dd {
  margin: 0;
  padding: 0 2px;
}

@media screen and (min-width: 600px) {
  div.whatsnew dl {
    overflow: hidden;
  }
  div.whatsnew dt {
    float: left;
    width: 8.1em;
    overflow: hidden;
  }
  div.whatsnew dd {
    overflow: hidden;
  }
}


