@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #313131;
	position: relative;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #313131;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {
	flex-direction: row-reverse;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.white {
	color: #FFFFFF;
}
.txt p {
	margin-bottom: 15px;
	line-height: 1.8;
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(255,255,255,0.65);
}
.header-wrap {
	display: flex;
	width: 98%;
	margin: 5px auto;
	position: relative;
	align-items: center;
}
.header-left {
	width: 20%;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.header-right {
	width: 80%;
	margin-left: auto;
}
.h-top {
	width: 80%;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	align-items: baseline;
}
.h-top span {
	font-size: 16px;
}
.h-top .tel {
	background: #3DD5D5;
	text-align: center;
	width: 30%;
	padding: 5px 0;
	border-radius: 30px;
	font-size: 25px;
	font-weight: bold;
	margin-right: 10px;
	color: #fff;
}
.h-top a:hover {
	opacity: 0.7;
}
.h-btm {
	width: 100%;
}
.nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.nav li {
	text-align: center;
	width: 20%;
}
.nav a {
	position: relative;
	z-index: 1;
}
.nav a:hover {
	opacity: 0.7;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
}
.cp {
	position: absolute;
	width: 100%;
	bottom: 35%;
	right: 50%;
	transform: translate(50%, 50%);
	max-width: 1300px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
}
.cp .top span {
	font-size: 45px;
	text-shadow: 0 3px 6px rgba(255,255,255,0.90);
}
.cp .circle {
	display: inline-block;
	color: #C41A41;
	width: 280px;
	height: 280px;
	line-height: 280px;
	font-size: 50px;
	border-radius: 50%;
	background: rgba(249,249,241,0.80);
	margin-left: 5px;
	margin-right: 5px;
}
.cp .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}


/*==================================================
お知らせ
===================================*/
#news {
	margin: 50px auto;
	max-width: 1500px;
}
.en {
	font-family: "Impact";
}
.ja {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.index-ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.index-ttl .en {
	font-size: 120px;
	color: rgba(61,213,213,0.40);
	letter-spacing: 3px;
}
.index-ttl .ja {
	font-size: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-content {
	border-top: 3px solid #C41A41;
	border-bottom: 3px solid #C41A41;
	padding: 30px 0 60px;
}
.news-item {
	display: flex;
	align-items: stretch;
	margin-bottom: 15px;
}
.news-item .date {
	text-align: center;
	width: 10%;
}
.news-item .news-ttl {
	width: 90%;
}



/*==================================================
コンセプト
===================================*/
#concept {
	padding: 90px 0;
}
#concept .wrap {
	max-width: 1500px;
}
h3.ttl {
	font-size: 35px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 25px;
}
h3.ttl span {
	display: block;
}
.link {
	width: 80%;
	max-width: 625px;
	margin: 0 auto;
}
.link-btn {
	text-align: center;
	background: #fff;
	border: 3px solid #C41A41;
	color: #C41A41;
	padding: 10px 0;
	width: 45%;
	max-width: 300px;
	font-size: 20px;
	border-radius: 20px;
}
.link-btn:hover{
	background: #C41A41;
	color: #fff;
}




/*==================================================
ゲッコー商会の特徴
===================================*/
#feature {
	background: #F9F9F1;
	padding: 70px 0;
}
#feature .index-ttl {
	text-align: center;
}
#feature .index-ttl .ja {
    left: 50%;
    transform: translateX(-50%);
}
#feature .item {
	width: 80%;
	max-width: 1710px;
	background: #fff;
	padding: 60px 0;
	margin-top: 120px;
	margin-bottom: 120px;
}
#feature .flex {
	width: 90%;
	margin: 0 auto;
	align-items: center;
}
#feature .txtbox {
	width: 60%;
}
#feature .img {
	width: 35%;
}
.fea02 {
	margin-left: auto;
}


/*==================================================
サービス内容
===================================*/
#service {
	margin: 150px auto;
}
#service .index-ttl {
	text-align: center;
}
#service .index-ttl .ja {
    left: 50%;
    transform: translateX(-50%);
}
#service .wrap {
	max-width: 1500px;
	margin-top: 50px;
}
.w-50 {
	width: 50%;
}
#service .flex .left{
	background-image: url("img/img06.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 3% 140px;
	color: #fff;
}
#service .flex .right{
	background-image: url("img/img07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 3% 140px;
	color: #fff;
}
#service h3.ttl {
	border-bottom: 3px solid #fff;
}
.more {
	text-align: center;
}
.more-btn {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.more-btn:hover {
	opacity: 0.7;
}


/*==================================================
対応地域
===================================*/
#area {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}
#area::after {
	content: "";
	width: 100%;
	height: 100%;
	max-height: 685px;
	background-image: url("img/area_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#area .wrap {
	max-width: 1500px;
}


/*==================================================
ゲッコー商会について
===================================*/
#index-about {
	padding: 90px 0;
}
#index-about .wrap {
	max-width: 1500px;
}
#index-about .txtbox .wrap {
	max-width: 860px;
}
#index-about .bg-img {
	background-image: url("img/img09.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	margin-top: 60px;
}
#index-about .txtbox {
	background: rgba(255,255,255,0.75);
	padding: 70px 0;
}
#index-about .index-ttl .ja {
    left: 50%;
    transform: translateX(-50%);
}
#index-about .ttl {
	text-align: center;
}
#index-about .more-btn {
	color: #313131;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}



/*==================================================
料金について
===================================*/
#index-fee {
	padding: 50px 0 150px;
}
#index-fee .wrap {
	max-width: 1500px;
}


/*==================================================
問い合わせについて
===================================*/
#index-contact {
	padding: 100px 0;
	background: #F9F9F1;
}
#index-contact .wrap {
	max-width: 1100px;
}
#index-contact .index-ttl .ja {
    left: 50%;
    transform: translateX(-50%);
}
#index-contact .txt {
	margin-top: 60px;
}
.contact-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.contact-btn {
	width: 45%;
	max-width: 470px;
	padding: 25px 0 30px;
	background: #C41A41;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	z-index: 1;
}
.contact-btn::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.contact-btn div {
	font-family: "impact";
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 5px;
	letter-spacing: 1.8px;
}
.contact-btn:hover {
	opacity: 0.7;
}


/*==================================================
フッター
===================================*/
#footer {
	background: #F9F9F1;
	padding-top: 75px;
}
.footer-wrap {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto 75px;
}
.reserve {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.reserve .btn {
	width: 40%;
	max-width: 240px;
	text-align: center;
	padding: 15px 0;
	margin-right: 15px;
	border-radius: 30px;
	border: 1px solid #C41A41;
	color: #C41A41;
	font-size: 22px;
	background: #fff;
	font-family: "impact";
}
.reserve .btn:hover {
	color: #FFFFFF;
	background: #C41A41;
}
.copyright {
	text-align: center;
	padding: 15px 0;
	background: #C41A41;
	color: #FFFFFF;
	font-size: 14px;
}



/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #C41A41;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
ネズミ駆除・害虫駆除ページ
===================================*/
#bg {
	background: #F9F9F1;
}
#mainvisual {
	background-image: url("img/subpage.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 65vh;
}
.page-ttl {
	font-size: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	width: 100%;
	text-align: center;
}
.section {
	margin-top: 100px;
}
.sec-ttl {
	max-width: 1100px;
	padding: 55px 0;
	margin: 0 auto 90px;
	background: rgba(61,213,213,0.40);
	text-align: center;
	font-size: 35px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: relative;
	z-index: 1;
}
.sec-ttl::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index: 1;
}
#about {
	padding-bottom: 40px;
}
#about .item {
	width: 90%;
	max-width: 1710px;
	background: #fff;
	margin-bottom: 85px;
	padding: 60px 3%;
}
#about .fea02 {
	margin-left: auto;
}
#about .txtbox {
	width: 60%;
}
#about .img {
	width: 35%;
}
.bg_white {
	background: #fff;
	padding-top: 100px;
}
#flow {
	margin-bottom: 150px;
}
#flow .wrap {
	max-width: 1100px;
}
.flow-item {
	background: #F9F9F1;
	margin-bottom: 50px;
}
.flow-item .ttl {
	display: flex;
	align-items: center;
}
.flow-item .ttl .number {
	width: 10%;
	max-width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
	background: #C41A41;
	padding: 25px 0;
}
.flow-item .ttl div {
	width: 90%;
	padding-left: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: bold;
}
.flow-item .txt {
	padding: 20px;
}
.border {
	padding: 60px 0;
	border: 10px solid #3DD5D5;
}
.fee-btn {
	width: 70%;
	max-width: 400px;
	margin: 0 auto;
}
.fee-btn a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding: 25px 0;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: #C41A41;
	position: relative;
	z-index: 1;
}
.fee-btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-bottom: 25px solid #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.fee-btn a:hover {
	opacity: 0.7;
}



/*==================================================
清掃業ページ
===================================*/
#cleaning-menu {
	margin-bottom: 150px;
}
#cleaning-menu .wrap {
	max-width: 1100px;
}
.menu-item {
	border: 1px solid #707070;
	margin-bottom: 50px;
}
.menu-item .ttl {
	font-size: 25px;
	margin-bottom: 0;
	padding: 25px 0 25px 25px;
	background: rgba(196,26,65,0.80);
	color: #FFFFFF;
}
.menu-item .txt {
	padding: 30px 2%;
	border-top: 1px solid #707070;
}



/*==================================================
料金表ページ
===================================*/
#fee-cleaning .wrap, #fee-mouse .wrap {
	max-width: 1100px;
}
.section .img img {
	margin: 50px auto;
}
.price {
    display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 1;
	align-items: center;
	flex-wrap: wrap;
}
.price::after {
	content: "";
	width: 30%;
	max-width: 450px;
	height: 1px;
	border: 1px dashed #707070;
	position: absolute;
	bottom: 75%;
	right: 35%;
	transform: translate(50%, 50%);
}
.price span {
	display: block;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}
.price .content {
	width: 60%;
}
.price .end {
	text-align: end;
	width: 35%;
}
.vacancy-menu h4 {
	padding: 15px 0 15px 15px;
	background: #F9F9F1;
	border-left: 5px solid #3DD5D5;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 15px;
	width: 50%;
}
.vacancy-menu table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
}
.vacancy-menu th, .vacancy-menu td {
    width: 33.3%;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #DFDFDF;
}
.vacancy-option {
	margin-bottom: 150px;
}
.vacancy-option span.txt {
	display: block;
	font-size: 16px;
}

/*==================================================
会社概要ページ	
===================================*/
#company .wrap, #access .wrap {
	max-width: 1100px;
}
.border .txt {
	width: 80%;
	margin: 0 auto;
}
.company-list {
	margin: 0px auto 60px;
    position: relative;
    z-index: 1;
}
.company-list li {
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 23px;
}
.company-list .list-ttl {
    width: 20%;
    position: relative;
    padding: 8px 13px;
    z-index: 1;
    background-color: #C41A41;
    display: block;
    font-weight: 700;
    letter-spacing: .2em;
	color: #fff;
}
.company-list .list-ttl:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 0px;
    right: -10px;
    border-left: 10px solid #C41A41;
    border-top: 10px solid rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,0);
    z-index: -1;
}
.company-list .list-txt {
    padding: 12px 20px 12px 40px;
    width: 86%;
    background-color: #fff;
    display: block;
    margin: 20px auto 0 -20px;
    border: 2px solid #ddd;
}
#access {
	margin-bottom: 110px;
}



/*==================================================
お問い合わせページ
===================================*/
#contact {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 70px 0;
	background: #FFFFFF;
}
.caution {
	color: #FF0000;
}
.contactform {
    margin: 60px auto;
    padding: 30px 0;
	max-width: 1000px;
}
.contact-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.contact-item,
.contact-body {
	padding: 20px 10px;
	border: 1px solid #707070;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 25%; 
	background: rgba(61,213,213,0.80);
}

.contact-body {
  width: 75%; /* 横幅70%指定（白背景色部分） */
}
.form-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #C41A41; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 20px; /* 文字の大きさ */
  padding: 15px 0; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: 1px solid #94575C;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-submit:hover {
	background: #FFFFFF;
	color: #C41A41;
}
.contact-item span {
    background: #C41A41;
	color: #FFFFFF;
    padding: 3px 10px;
    margin-left: 8px;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: -2px;
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
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:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}












