@charset "UTF-8";
/*-----------------------------------------------------

　株式会社アサヒ地質研究所 PC用CSS
　URL:http://

-----------------------------------------------------*/
/* Orange*/
/* Pale Orange */
/* Light Orange */
/* BG Pale Beige */
/* Blue */
/* ##################################################


　　WEBフォント


################################################## */
/* ++++++++++ WEB FONTS class ++++++++++ */
/* 源ノ角ゴシック（Noto Sans Japanese） */
/* weight: 100-900 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* 源ノ角明朝（Noto Serif Japanese） */
/* weight: 200-900 */
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ##################################################


	共通設定


################################################## */
body {
  background: #fff none;
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 180%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

p {
  text-align: left;
  margin-bottom: 0.5em;
}

img {
  border: 0px;
  margin: 0px;
}

.w100img {
  width: 100%;
}

a {
  color: #000;
}
a:hover {
  color: #ffa000;
}

@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (min-width: 851px) {
  .pchidden {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .sphidden {
    display: none;
  }
}
.w100img {
  width: 100%;
  margin: 0px auto;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

@media screen and (min-width: 851px) {
  /* PC用 */
}
@media screen and (max-width: 850px) {
  /* SP用 */
}
/* ++++++++++ HeadCatchCopy ++++++++++ */
/* ##### Table ##### */
table {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border: 0px none;
  border-top: 1px solid #aaa;
}
table th {
  text-align: center;
  white-space: nowrap;
  padding: 20px 40px;
  border: 0px none;
  border-bottom: 1px solid #aaa;
}
table th.wrap {
  white-space: normal;
}
table td {
  padding: 20px 40px;
  vertical-align: middle;
  border: 0px none;
  border-bottom: 1px solid #aaa;
}

/* ##### List ##### */
#contents ul {
  margin: 20px 0px;
  padding-left: 1.5em;
}
#contents ul li {
  line-height: 150%;
  margin: 0 0 5px 0;
}

#contents ol {
  margin: 20px 0px;
}
#contents ol li {
  line-height: 150%;
  margin: 0 0 10px 0;
}

/* ##### Definition List ##### */
.horizontal-list {
  margin: 20px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  box-sizing: border-box;
  border-top: 1px solid #999;
}
.horizontal-list dt {
  width: 20%;
  background: #fffce6;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
}
.horizontal-list dd {
  width: 80%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}

/* ++++++++++ Buttons ++++++++++ */
.nxtbtn {
  margin: 50px 0;
}
.nxtbtn a {
  display: block;
  width: 100%;
  background: transparent url(../img/icon_arrow_r@2x.png) 97% 50% no-repeat;
  background-size: 16px 14px;
  max-width: 240px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  margin: 0 0 0 auto;
  padding: 8px 5px;
  position: relative;
  border-bottom: 2px solid #ffa000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nxtbtn a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nxtbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: transparent url(../img/icon_arrow_r@2x.png) 99% 50% no-repeat;
  background-size: 16px 14px;
}
.nxtbtn a:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.backbtn {
  text-align: center;
  margin: 50px 0;
  padding: 50px 0;
}
.backbtn a {
  display: inline-block;
  min-width: 360px;
  background: #ffa000 url(../img/icon_arrow_l@2x.png) 15px 50% no-repeat;
  background-size: 12px 14px;
  color: #fff;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  text-decoration: none;
  line-height: 130%;
  margin: 0 auto 0 auto;
  padding: 8px 30px 8px 40px;
  position: relative;
  border-radius: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.backbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: #ffa000 url(../img/icon_arrow_l@2x.png) 7px 50% no-repeat;
  background-size: 12px 14px;
}

/* ##################################################


	Header


################################################## */
header {
  min-height: 44px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 50px 0;
  margin: 0px 5vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  box-sizing: border-box;
}
header div#header-logo {
  width: 316px;
  height: 44px;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}
header div#header-logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
header #navToggle {
  display: none;
}
header nav {
  min-height: 44px;
  margin: 0 0 0 20px;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; /*flex-start,center,space-between*/
  align-items: center;
}
header nav ul li {
  margin: 0;
  padding: 0 0px 0 15px;
  position: relative;
}
header nav ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 5px;
}
header nav ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffdb00;
  position: absolute;
  bottom: -8px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header nav ul li a:hover {
  color: #ffa000;
}
header nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header nav ul li.active a {
  color: #000;
}
header nav ul li.active a::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffdb00;
  position: absolute;
  bottom: -4px;
  left: 0px;
  opacity: 100;
  visibility: visible;
  transition: 0s;
}
header nav ul li#header-nav-recruit a, header nav ul li#header-nav-inquiry a {
  background-color: #ffdb00;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  font-weight: 500;
  border-radius: 300px;
  padding: 0 20px 0 35px;
  transition: 0.3s;
}
header nav ul li#header-nav-recruit a::after, header nav ul li#header-nav-inquiry a::after {
  opacity: 0;
  visibility: hidden;
}
header nav ul li#header-nav-recruit a:hover, header nav ul li#header-nav-inquiry a:hover {
  background-color: #ffa000;
  color: #000;
}
header nav ul li#header-nav-recruit a:hover::after, header nav ul li#header-nav-inquiry a:hover::after {
  visibility: hidden;
  transition: 0s;
}
header nav ul li#header-nav-recruit.active a, header nav ul li#header-nav-inquiry.active a {
  background-color: #ffa000;
  color: #000;
}
header nav ul li#header-nav-recruit a {
  background-image: url(../img/icon_nav_rec@2x.png);
}
header nav ul li#header-nav-inquiry a {
  background-image: url(../img/icon_nav_inq@2x.png);
}

/* ##################################################


	Footer


################################################## */
footer {
  background-color: #ffa000;
  margin: 100px 0 0 0;
  padding: 80px 60px 0 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
footer div#footer-inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: center;
}
footer div#footer-inner address {
  display: block;
  width: 30%;
  min-width: 300px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin: 20px 0px;
}
footer div#footer-inner nav {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 20px 0px;
}
footer div#footer-inner nav div {
  color: #ffa000;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 0 30px;
}
footer div#footer-inner nav div ul {
  list-style: none;
  margin: 10px 0 0 5px;
  padding: 0;
}
footer div#footer-inner nav div ul li {
  margin: 0 0 15px 0;
}
footer div#footer-inner nav div ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding: 0 0 0 12px;
  position: relative;
}
footer div#footer-inner nav div ul li a:hover {
  color: #ffa000;
}
footer div#footer-inner nav div ul li a.active::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffa000;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}
footer div#footer-inner nav div ul li ul {
  margin: 10px 0 5px 12px;
}
footer div#footer-inner nav div ul li ul li {
  margin: 0 0 5px 0;
}
footer p#copyright {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

p#btn-pagetop {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  z-index: 999999;
  box-sizing: border-box;
  border-top-left-radius: 40px;
  overflow: hidden;
}
p#btn-pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 219, 0, 0.6);
  background-image: url(../img/btn_pagetop@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 28px 16px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
p#btn-pagetop a span {
  display: none;
}
p#btn-pagetop a:hover {
  background-color: rgb(255, 219, 0);
  background-position: 50% 40%;
}

/* ##################################################


	PAGES


################################################## */
/* ##### スクロールでフェードイン（NEW） FadeIn.jsと組み合わせて使う  ##### */
.fade-in {
  opacity: 0;
  transition-duration: 3000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ##################################################


	TOP PAGE


################################################## */
/* ########## TOP Main Image ########## */
div#mainimage {
  width: 90vw;
  height: 60vw;
  max-height: 650px;
  margin: 0px 5vw 50px 5vw;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
div#mainimage img {
  width: 90vw;
  height: 60vw;
  max-height: 650px;
  object-position: center;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
div#mainimage p#catchcopy {
  display: inline-block;
  color: #000;
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 110%;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
  z-index: 500;
  position: absolute;
  top: 2vw;
  left: calc(50% - 44px);
}

/* ########## TOP Contents ########## */
#top-contents {
  z-index: 5;
  box-sizing: border-box;
}

/* ########## Business ########## */
#top-contents article#top-business {
  margin: 100px 0 100px 0;
}
#top-contents article#top-business .title {
  margin: 0 0 0 5vw;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
#top-contents article#top-business .title h1 {
  width: 30%;
  color: #ffa000;
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 40px 0;
}
#top-contents article#top-business .title div {
  background: #ffa000;
  padding: 40px 5vw 6vw 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
#top-contents article#top-business .title div p {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 20;
}
#top-contents article#top-business .title div p strong {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top-contents article#top-business .title div::before {
  display: inline-block;
  content: "SERVICE";
  color: #ffb63b;
  font-size: 13vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5.8vw;
  right: -0.5vw;
  z-index: 0;
}

/*===================================
 トップページSlick用
===================================*/
#top-contents article#top-business .slider {
  width: 100%;
  margin: -80px 0 100px 0;
  padding: 0px 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  overflow: visible;
  cursor: grab;
}
#top-contents article#top-business .slider:active {
  cursor: grabbing;
}
#top-contents article#top-business .slider a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 0px;
  margin: 30px 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 12px -2px;
}
#top-contents article#top-business .slider a:hover {
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -2px;
}
#top-contents article#top-business .slider a:hover img {
  opacity: 0.8;
}
#top-contents article#top-business .slider a:hover span.text strong {
  color: #ffa000;
}
#top-contents article#top-business .slider a span.image {
  padding: 0px;
}
#top-contents article#top-business .slider a span.image img {
  width: 100%;
  height: 240px;
  margin: 0px auto;
  object-fit: cover;
}
#top-contents article#top-business .slider a span.text {
  display: block;
  background: #fff;
  font-size: 16px;
  line-height: 150% !important;
  margin: 0px;
  padding: 30px;
  position: relative;
}
#top-contents article#top-business .slider a span.text strong {
  display: block;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 20px 0;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
#top-contents article#top-business ul.slider .slick-slide {
  margin: 0 10px;
  height: auto !important;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#top-contents article#top-business .slick-prev,
#top-contents article#top-business .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 48%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
  z-index: 600;
  cursor: pointer;
}

#top-contents article#top-business .slick-prev { /*戻る矢印の位置と形状*/
  left: 3%;
  transform: rotate(-135deg);
}

#top-contents article#top-business .slick-next { /*次へ矢印の位置と形状*/
  right: 3%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
#top-contents article#top-business .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  display: none;
}

#top-contents article#top-business .slick-dots li {
  background: transparent;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

#top-contents article#top-business .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

#top-contents article#top-business .slick-dots .slick-active button {
  background: #ffa000; /*ドットボタンの現在地表示の色*/
}

/* ########## Youtube ########## */
#youtubeframe-wrap {
  width: 100%;
  max-width: 850px;
  text-align: center;
  margin: 100px auto 200px auto;
  padding: 0;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 2;
}
#youtubeframe-wrap #youtubeframe {
  width: 100%;
  max-width: 850px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#youtubeframe-wrap::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 850px;
  aspect-ratio: 16/9;
  background-color: rgba(255, 255, 175, 0.6);
  border-radius: 10px;
  position: absolute;
  bottom: -2vw;
  right: -2vw;
  z-index: 1;
}

/* ########## Information ########## */
#top-contents article#top-info {
  background: #ffe900;
  margin: 150px 5vw 100px 5vw;
  padding: 80px 60px;
  border-radius: 20px;
  position: relative;
}
#top-contents article#top-info .title {
  display: block;
  width: 80%;
  background: rgba(255, 255, 175, 0.6);
  padding: 100px 20px 100px 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: -70px;
  left: -5vw;
  overflow: hidden;
}
#top-contents article#top-info .title h1 {
  width: 30%;
  color: #000;
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  z-index: 10;
  position: relative;
}
#top-contents article#top-info .title::before {
  display: inline-block;
  content: "INFORMATION";
  color: rgba(255, 255, 255, 0.5);
  font-size: 10vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2vw;
  left: -0.5vw;
  z-index: 0;
}
#top-contents article#top-info .cont {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  position: relative;
  z-index: 50;
}
#top-contents article#top-info .cont div {
  width: 30%;
  padding: 0 5vw 0 0;
  box-sizing: border-box;
}
#top-contents article#top-info .cont div a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  background-color: #ffa000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 5px 20px;
  border-radius: 300px;
}
#top-contents article#top-info .cont div a:hover {
  opacity: 80%;
}
#top-contents article#top-info .cont ul#top-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
#top-contents article#top-info .cont ul#top-info-list li {
  margin: 0 0 20px 0;
  padding: 0;
}
#top-contents article#top-info .cont ul#top-info-list li a {
  display: block;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding: 30px;
  border-radius: 10px;
}
#top-contents article#top-info .cont ul#top-info-list li a span {
  display: block;
}
#top-contents article#top-info .cont ul#top-info-list li a span:first-child {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top-contents article#top-info .cont ul#top-info-list li a span strong {
  background-color: #ff4c00;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 0px 8px 2px 8px;
}

/* ########## Area ########## */
#top-contents article#top-area {
  text-align: center;
  margin: 100px 5vw 100px 5vw;
  position: relative;
}
#top-contents article#top-area table {
  width: auto;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
  border: 0px none;
}
#top-contents article#top-area table th {
  background-color: #ecebde;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  border: 0px none;
}
#top-contents article#top-area table td {
  background-color: #f9f8f4;
  text-align: left;
  vertical-align: middle;
  border: 0px none;
}
#top-contents article#top-area table tr:first-child th {
  border-top-left-radius: 15px;
  overflow: hidden;
}
#top-contents article#top-area table tr:first-child td {
  border-top-right-radius: 15px;
  overflow: hidden;
}
#top-contents article#top-area table tr:last-child th {
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
#top-contents article#top-area table tr:last-child td {
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

/* ##################################################


	Secondary Contents


################################################## */
@media screen and (min-width: 851px) {
  /* PC用 */
}
@media screen and (max-width: 850px) {
  /* SP用 */
}
/* ##################################################


	共通項目


################################################## */
#contents-wrap {
  margin: 80px 0 150px 0;
  position: relative;
}
#contents-wrap .title-wrap {
  background-color: #ffe900;
  height: 280px;
  margin: 0 5vw 100px 5vw;
  border-radius: 20px;
  position: relative;
}
#contents-wrap .title {
  display: block;
  width: 85%;
  background: rgba(255, 255, 175, 0.6);
  padding: 100px 20px 100px 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: -70px;
  left: -5vw;
  overflow: hidden;
}
#contents-wrap .title h1 {
  color: #000;
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  z-index: 10;
  position: relative;
}
#contents-wrap .title::before {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2vw;
  left: -0.5vw;
  z-index: 0;
}
#contents-wrap #outline::before {
  content: "OUTLINE";
}
#contents-wrap #info::before {
  content: "INFORMATION";
}
#contents-wrap #business::before {
  content: "BUSINESS";
}
#contents-wrap #result::before {
  content: "RESULT";
}
#contents-wrap #recruit::before {
  content: "RECRUIT";
}
#contents-wrap #inquiry::before {
  content: "INQUIRY";
}
#contents-wrap #privacy::before {
  content: "PRIVACY POLICY";
}
#contents-wrap #contents {
  margin: 0 7vw;
  position: relative;
}
#contents-wrap #contents section div.article {
  background-color: #fffce6;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: -20px 0 0 5vw;
  padding: 70px 70px;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}
#contents-wrap #contents section div.article.no-margin {
  margin: 50px 0 0 5vw;
}

/* Head Copy */
#contents h2 {
  display: inline-block;
  min-width: 300px;
  background-color: #ffbe00;
  color: #000;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 150px 0 0 -7vw;
  padding: 30px 30px 30px 40px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  z-index: 5;
}
#contents h2:first-child {
  margin-top: 50px;
}
#contents h2 span {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
#contents h2 span::before {
  display: block;
  content: "";
  height: 100%;
  width: 8px;
  background-color: #ffe900;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#contents h3 {
  background-color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin: 100px 0 50px 0;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #ffbe00;
  border-radius: 10px;
  /*
  &:first-of-type {
  	margin: 0 0 50px 0;
  }
  */
}
#contents h3:first-child {
  margin: 0 0 50px 0;
}
#contents h4 {
  color: #000;
  font-size: 26px;
  margin: 40px 0 20px 0;
  padding: 5px 0 5px 14px;
  border-left: 7px solid #ffa000;
}
#contents h4 span {
  display: block;
  color: #ffa000;
  font-size: 21px;
  font-weight: 100;
  margin: 10px 0 0 0;
}

/* #########################

	業務案内

######################### */
#business-intro {
  margin: 0 0 100px 0;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#business-intro div:first-child {
  width: 55%;
}
#business-intro div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business-intro div:last-child {
  width: 40%;
}

#contents #business-intro-list {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  box-sizing: border-box;
}
#contents #business-intro-list li {
  width: 49%;
  margin: 0 0 30px 0 !important;
  padding: 0px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
#contents #business-intro-list li a {
  display: block;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  box-sizing: border-box;
}
#contents #business-intro-list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333;
  opacity: 80%;
}
#contents #business-intro-list li a span {
  display: block;
  box-sizing: border-box;
}
#contents #business-intro-list li a span:first-child {
  width: 35%;
}
#contents #business-intro-list li a span:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
#contents #business-intro-list li a span:last-child {
  width: 60%;
}
#contents #business-intro-list li a span:last-child strong {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
#contents #business-intro-list li.geo {
  background-color: #fcf3e7;
}
#contents #business-intro-list li.geo strong {
  color: #ff8100;
}
#contents #business-intro-list li.well {
  background-color: #ebf5fb;
}
#contents #business-intro-list li.well strong {
  color: #2998cf;
}
#contents #business-intro-list li.concrete {
  background-color: #ffeff1;
}
#contents #business-intro-list li.concrete strong {
  color: #c1145a;
}
#contents #business-intro-list li.measuring {
  background-color: #f8f9e4;
}
#contents #business-intro-list li.measuring strong {
  color: #008145;
}

#business-intro-text {
  text-align: center;
  margin: 100px 0;
}
#business-intro-text strong {
  color: #ff5a00;
}

#business-desc {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#business-desc div.photo {
  width: 40%;
}
#business-desc div.photo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
#business-desc div.text {
  width: 55%;
  font-size: 20px;
  line-height: 180%;
}

#contents .business-photo-list {
  margin: 30px 0px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents .business-photo-list::after {
  content: "";
  display: block;
  width: 32%;
}
#contents .business-photo-list li {
  width: 32%;
  margin: 0 0 20px 0;
  padding: 0;
}
#contents .business-photo-list li span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
#contents .business-photo-list li span img {
  width: 100%;
}

#contents nav#biz-localnav {
  display: inline-block;
  text-align: center;
  margin: 100px auto;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents nav#biz-localnav a {
  width: 300px;
  background-color: #ffa000;
  color: #fff;
  line-height: 130%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#contents nav#biz-localnav a span {
  display: block;
  flex: 1;
}
#contents nav#biz-localnav a:first-child {
  background: #ffa000 url(../img/icon_arrow_l@2x.png) 15px 50% no-repeat;
  background-size: 12px 14px;
  text-decoration: none;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  text-align: right;
  margin: 0 2px 0 0;
  padding: 8px 15px 8px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents nav#biz-localnav a:first-child span {
  text-align: right;
}
#contents nav#biz-localnav a:first-child:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: #ffa000 url(../img/icon_arrow_l@2x.png) 7px 50% no-repeat;
  background-size: 12px 14px;
}
#contents nav#biz-localnav a:last-child {
  background: #ffa000 url(../img/icon_arrow_r@2x.png) 273px 50% no-repeat;
  background-size: 12px 14px;
  text-decoration: none;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  text-align: left;
  margin: 0 0 0 2px;
  padding: 8px 40px 8px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents nav#biz-localnav a:last-child:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: #ffa000 url(../img/icon_arrow_r@2x.png) 281px 50% no-repeat;
  background-size: 12px 14px;
}

/* ====================== 地質調査 ====================== */
#contents #slider-wrap {
  width: 60%;
  margin: 0 auto 50px auto;
}

#contents .slidearea {
  margin: 0 auto;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
}
#contents .slidearea .sp-slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 100;
}
#contents .slidearea .sp-slides li {
  margin: 0;
  overflow: hidden;
}
#contents .slidearea .sp-slides li img {
  vertical-align: middle;
  margin-bottom: 20px;
}

#contents #geo-flow {
  width: 60%;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}
#contents #geo-flow li {
  background-color: #ff8d00;
  margin: 0 0 53px 0;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  position: relative;
}
#contents #geo-flow li div.titl {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
#contents #geo-flow li div.cont {
  background-color: #fff;
  color: #000;
  margin: 10px 0 10px 0;
  padding: 20px;
}
#contents #geo-flow li div.cont ul {
  list-style-type: disc;
  margin: 0 0 0 1.5em;
  padding: 0;
}
#contents #geo-flow li div.cont ul li {
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}
#contents #geo-flow li div.cont ul li::after {
  display: none;
}
#contents #geo-flow li::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 26px;
  background: #ff8d00;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
}
#contents #geo-flow li:last-child::after {
  display: none;
}

#contents dl#faq {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 200%;
  margin: 50px 0;
  padding: 0;
  border-top: 3px dotted rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#contents dl#faq dt {
  margin: 0;
  padding: 50px 0 0 0;
}
#contents dl#faq dt span {
  display: block;
  background-color: #fff;
  color: #f80;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 120px;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
#contents dl#faq dt span::before {
  display: block;
  content: "Q";
  background-color: #ffdb00;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 20px 0 0 0;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 40px);
  left: -120px;
}
#contents dl#faq dt span::after {
  display: inline-block;
  content: "";
  width: 28px;
  height: 33px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: calc(50% - 16px);
  left: -28px;
}
#contents dl#faq dd {
  margin: 0;
  padding: 0 0 50px 0;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.05);
}
#contents dl#faq dd span {
  display: block;
  background-color: #fff;
  font-size: 20px;
  margin: 0 120px 0 0;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
#contents dl#faq dd span::before {
  display: block;
  content: "";
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  width: 60px;
  height: 60px;
  background: transparent url(../business/img/img_qa_asahi-a.png) center center no-repeat;
  background-size: 60px 60px;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 30px);
  right: -120px;
}
#contents dl#faq dd span::after {
  display: inline-block;
  content: "";
  width: 28px;
  height: 33px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 16px);
  right: -28px;
}

/* ====================== 井戸工事（さく井工事） ====================== */
.well-merit {
  background-color: #fff;
  border-left: 12px solid #ff7b99;
  padding: 10px 20px;
  margin: 50px 0 30px 0;
}
.well-merit p {
  margin: 0 0 10px 0;
}
.well-merit p strong {
  color: #ff7b99;
}

.well-demerit {
  background-color: #fff;
  border-left: 12px solid #2aa4c2;
  padding: 20px;
  margin: 30px 0 50px 0;
}
.well-demerit p {
  margin: 0 0 10px 0;
}
.well-demerit p strong {
  color: #2aa4c2;
}

/* #########################

	調査実績

######################### */
/* ##### List ##### */
#result-search {
  display: inline-block;
  background-color: #ffa000;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
}
#result-search form select, #result-search form option {
  width: 200px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 5px auto;
  padding: 5px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#result-search form input {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 5px auto;
  padding: 5px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

#contents section div#result-list-wrap {
  background-color: #fffce6;
  margin: -30px 0 0 230px;
  padding: 70px 70px;
  border-radius: 20px;
}
#contents section div#result-list-wrap h2 {
  display: none;
}
#contents section div#result-list-wrap h3:first-of-type {
  margin-top: 0px !important;
}
#contents section div#result-list-wrap ul#result-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
#contents section div#result-list-wrap ul#result-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#contents section div#result-list-wrap ul#result-list li a {
  display: block;
  text-decoration: none;
  padding: 20px 0px;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  transition: 0.3s;
}
#contents section div#result-list-wrap ul#result-list li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#contents section div#result-list-wrap ul#result-list li a span {
  display: block;
  padding: 0px 20px;
  box-sizing: border-box;
}
#contents section div#result-list-wrap ul#result-list li a span.result-list-name {
  width: 64%;
}
#contents section div#result-list-wrap ul#result-list li a span.result-list-cont {
  width: 35%;
}
#contents section div#result-list-wrap ul#result-list li#result-list-item > span {
  display: block;
  font-size: 16px;
  padding: 20px 0px;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents section div#result-list-wrap ul#result-list li#result-list-item > span span {
  display: block;
  background-color: #ffe900;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
}
#contents section div#result-list-wrap ul#result-list li#result-list-item > span span.result-list-name {
  width: 64%;
}
#contents section div#result-list-wrap ul#result-list li#result-list-item > span span.result-list-cont {
  width: 35%;
}
#contents section div#result-list-wrap nav#result-list-pagenation {
  margin: 50px 0px;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents section div#result-list-wrap nav#result-list-pagenation p {
  display: inline-block;
  font-weight: 600;
  line-height: 100%;
  margin: 0px 20px;
  padding: 12px 0 0 0;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#prev {
  padding: 0;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#prev span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ddd;
  color: #fff;
  text-align: center;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#prev a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffe900;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.3s;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#prev a:hover {
  background-color: #ffa000;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#next {
  padding: 0;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#next span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ddd;
  color: #fff;
  text-align: center;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#next a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffe900;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.3s;
}
#contents section div#result-list-wrap nav#result-list-pagenation p#next a:hover {
  background-color: #ffa000;
}

/* ##### Detail ##### */
#contents section div.result-detail {
  background-color: #fffce6;
  padding: 5vw;
}
#contents section div.result-detail h3 {
  display: block;
  min-width: auto;
  background-color: transparent;
  color: #000;
  font-size: 28px;
  line-height: 150%;
  margin: 0 0 30px 0;
  padding: 0px 10px 10px 10px;
  border: 0px none;
  border-bottom: 3px solid #ffa000;
  border-radius: 0;
  position: relative;
}
#contents section div.result-detail table th {
  width: 6em;
  white-space: nowrap;
}

#result-detail-date {
  font-size: 16px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}

/* #########################

	会社概要

######################### */
#greetings-wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  margin: 0px 0 50px 0;
}
#greetings-wrap p.catch {
  width: 85%;
  color: #ffa000;
  font-size: 34px;
  font-weight: 500;
}
#greetings-wrap #greetings {
  padding: 40px;
  border: 2px solid #ffa000;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#greetings-wrap #greetings img#greetings-deco {
  display: block;
  width: 106px;
  height: 52px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -52px;
  right: 20px;
}
#greetings-wrap #greetings div.text {
  width: 70%;
}
#greetings-wrap #greetings div.text p {
  margin: 0;
  padding: 0;
}
#greetings-wrap #greetings div.text p.sign {
  font-size: 32px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  margin: 10px 0 0 0;
}
#greetings-wrap #greetings div.text p.sign span {
  font-size: 26px;
}
#greetings-wrap #greetings div.photo {
  flex: 1;
  min-width: 200px;
  text-align: right;
  margin: 0 0 0 5%;
}
#greetings-wrap #greetings div.photo img {
  width: 100%;
  max-width: 250px;
  vertical-align: top;
}

img#sdgs-certificate {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  vertical-align: top;
}

#address-wrap {
  position: relative;
}
#address-wrap > div {
  width: 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#address-wrap > div strong {
  display: inline-block;
  color: #ffa000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
#address-wrap p {
  height: 480px;
  text-align: right;
  z-index: 1;
}
#address-wrap p img {
  width: 60%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  overflow: hidden;
}

#accessmap {
  width: 100%;
  height: 480px;
  border: 0px none;
  border-radius: 20px;
  margin: 50px 0;
  overflow: hidden;
}

/* #########################

	採用情報

######################### */
nav#recruit-nav {
  text-align: center;
}
nav#recruit-nav ul {
  margin: 100px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: center;
}
nav#recruit-nav ul li {
  margin: 0 1px;
  padding: 0;
}
nav#recruit-nav ul li a {
  display: block;
  background-color: #ffdb00;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 20px;
  position: relative;
  transition: 0.3s;
}
nav#recruit-nav ul li a:hover {
  background-color: #ffa000;
  color: #000;
}
nav#recruit-nav ul li a.active {
  background-color: #ffa000;
  color: #000;
}
nav#recruit-nav ul li a.active::after {
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  background: #ffa000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
}
nav#recruit-nav ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
nav#recruit-nav ul li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ====================== 採用トップ ====================== */
#recruit-top {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1/1/2/2;
}

.div2 {
  padding-right: 10vw;
  grid-area: 1/2/6/3;
  position: relative;
}

.div3 {
  grid-area: 2/1/4/2;
}

.div4 {
  grid-area: 4/1/6/2;
}

#recruit-top p#catch {
  background: transparent url(../recruit/img/img_top_catchbg@2x.png) left center no-repeat;
  background-size: 94px 102px;
  color: #f70;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 10vw;
  padding: 45px 0 45px 40px;
}

#recruit-top p#copy {
  display: block;
  height: 100%;
  font-size: 20px;
  line-height: 3vw;
  writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  position: absolute;
  right: 10vw;
}

#recruit-top p#workimg {
  width: 80%;
  height: 200px;
  margin: 0 0 5vw 0;
  position: relative;
}
#recruit-top p#workimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#recruit-top p#workimg::after {
  display: block;
  width: 40%;
  height: 100px;
  content: "";
  background: rgba(255, 233, 0, 0.6);
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  right: -25%;
}

#recruit-top nav#recruit-top-nav {
  margin: 0 0 0 10vw;
  padding: 0;
}
#recruit-top nav#recruit-top-nav ul {
  list-style: none;
  border-top: 3px dotted #8fc31f;
  margin: 0;
  padding: 0;
}
#recruit-top nav#recruit-top-nav ul li {
  border-bottom: 3px dotted #8fc31f;
  margin: 0;
  padding: 0;
}
#recruit-top nav#recruit-top-nav ul li a {
  display: block;
  color: #666;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  padding: 15px 30px 15px 60px;
  position: relative;
  transition: 0.3s;
}
#recruit-top nav#recruit-top-nav ul li a.nav-summary {
  background: transparent url(../recruit/img/icon_nav_arrow@2x.png) 97% 50% no-repeat;
  background-size: 16px 20px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-summary::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: transparent url(../recruit/img/icon_nav_summary@2x.png) 50% 50% no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 10px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-faq {
  background: transparent url(../recruit/img/icon_nav_arrow@2x.png) 97% 50% no-repeat;
  background-size: 16px 20px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-faq::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: transparent url(../recruit/img/icon_nav_faq@2x.png) 50% 50% no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 10px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-voice {
  background: transparent url(../recruit/img/icon_nav_arrow@2x.png) 97% 50% no-repeat;
  background-size: 16px 20px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-voice::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: transparent url(../recruit/img/icon_nav_voice@2x.png) 50% 50% no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 10px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-blog {
  background: transparent url(../recruit/img/icon_nav_newwindow@2x.png) 97% 50% no-repeat;
  background-size: 24px 24px;
}
#recruit-top nav#recruit-top-nav ul li a.nav-blog::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: transparent url(../recruit/img/icon_nav_blog@2x.png) 50% 50% no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 10px;
}
#recruit-top nav#recruit-top-nav ul li a:hover {
  background-position: 99% 50%;
  color: #8fc31f;
}
#recruit-top nav#recruit-top-nav ul li a.nav-blog:hover {
  background-position: 99% 30%;
}

#recruit-top-bg {
  width: 100%;
  height: 40vw;
  background: transparent url(../recruit/img/photo_top_bgimage.jpg) center bottom no-repeat;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ##### 採用セカンダリ ##### */
#contents-wrap p#recruit-title {
  color: #666;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 120%;
  text-align: center;
  margin: 50px auto !important;
}
#contents-wrap p#recruit-title span.app {
  display: inline-block;
  background: transparent url(../recruit/img/icon_nav_summary@2x.png) 0px 50% no-repeat;
  background-size: 72px 72px;
  padding: 20px 0 20px 85px;
}
#contents-wrap p#recruit-title span.faq {
  display: inline-block;
  background: transparent url(../recruit/img/icon_nav_faq@2x.png) 0px 50% no-repeat;
  background-size: 72px 72px;
  padding: 20px 0 20px 85px;
}
#contents-wrap p#recruit-title span.voice {
  display: inline-block;
  background: transparent url(../recruit/img/icon_nav_voice@2x.png) 0px 50% no-repeat;
  background-size: 72px 72px;
  padding: 20px 0 20px 85px;
}

p#recruit-desc {
  text-align: center;
  margin: 0 5vw 50px 5vw;
}

/* ##### 募集要項 ##### */
#recruit-address {
  background: #fff;
  margin: 50px auto 0px auto;
  padding: 30px 40px;
  border-radius: 20px;
}
#recruit-address p {
  margin: 0 0 5px 0;
}
#recruit-address p br {
  display: none;
}

/* ##### 先輩の声 ##### */
.voice-article {
  background-color: #80c5d7;
  margin: 50px 0 200px 0;
  padding: 20px 5vw 5vw 5vw;
  box-sizing: border-box;
}
.voice-article div.voice-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.voice-article div.voice-title div.voice-title-catch {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 70px 0 70px 40px;
  position: relative;
  flex: 1;
  order: 2;
}
.voice-article div.voice-title div.voice-title-catch br {
  display: none;
}
.voice-article div.voice-title div.voice-title-catch strong {
  display: block;
  color: #ff0;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}
.voice-article div.voice-title div.voice-title-catch::before {
  display: block;
  content: "";
  background: #fff;
  width: 3px;
  height: 100px;
  margin: 0;
  transform: rotate(65deg);
  position: absolute;
  top: -25px;
  left: 45px;
}
.voice-article div.voice-title div.voice-title-catch::after {
  display: block;
  content: "";
  background: #fff;
  width: 3px;
  height: 100px;
  margin: 0;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -20px;
  left: 45px;
}
.voice-article div.voice-title div.voice-title-chara {
  width: 194px;
  margin: 0 20px 0 0;
  padding: 0;
  align-self: flex-end;
  order: 1;
}
.voice-article div.voice-title div.voice-title-chara img {
  width: 100%;
  vertical-align: bottom;
}
.voice-article div.voice-contents {
  background-color: #fff;
  margin: 0;
  padding: 60px;
  border-radius: 20px;
  position: relative;
}
.voice-article div.voice-contents > div {
  margin: 0 0 50px 0;
  position: relative;
  clear: both;
}
.voice-article div.voice-contents > div p.voice-contetns-photo {
  width: 300px;
  height: 225px;
  margin: -15px -60px 10px 30px;
  border: 10px solid #fff;
  float: right;
  transform: rotate(-5deg);
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}
.voice-article div.voice-contents > div p.voice-contetns-photo img {
  width: 100%;
  vertical-align: top;
}
.voice-article div.voice-contents > div p.question {
  color: #0060af;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 100px;
  position: relative;
}
.voice-article div.voice-contents > div p.question::before {
  display: block;
  content: "";
  background-color: #0060af;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 0;
}
.voice-article div.voice-contents > div p.answer {
  font-size: 18px;
  line-height: 200%;
}

/* #########################

	お知らせ

######################### */
/* ##### List ##### */
ul#info-list {
  width: 80%;
  margin: 100px auto 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc;
}
ul#info-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
ul#info-list li a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 180%;
  padding: 20px 30px;
  transition: 0.5s;
}
ul#info-list li a > span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
ul#info-list li a > span span:first-child {
  width: 6em;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 20px 0 0;
}
ul#info-list li a > span span:last-child {
  flex: 1;
}
ul#info-list li a > span span:last-child strong {
  background-color: #ff4c00;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 0px 8px 2px 8px;
}
ul#info-list li a:hover {
  background-color: #fffce6;
  color: #000;
}

/* ##### Page Nation ##### */
.pageNav {
  display: inline-block;
  font-size: 0;
  text-align: center;
  margin: 80px auto 50px auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.pageNav a {
  background: #ffdb00;
  border: 1px solid #ffdb00;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.pageNav a:hover {
  background: #ffa000;
  color: #fff;
  border: 1px solid #ffa000;
}

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
}
.pageNav a:last-child,
.pageNav span:last-child {
  margin: 0;
}

.pageNav .current {
  background: #ffa000;
  border: 1px solid #ffa000;
  color: #fff;
}

.pageNav .invalid {
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #fff;
}

/* ##### Detail ##### */
#info-detail-wrap {
  background-color: #fffce6;
  padding: 5vw;
}
#info-detail-wrap h2 {
  display: block;
  min-width: auto;
  background-color: transparent;
  color: #000;
  font-size: 28px;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 0 30px 0;
  padding: 0px 10px 10px 10px;
  border-bottom: 3px solid #ffa000;
  border-radius: 0;
  position: relative;
  z-index: 5;
}

#info-article-date {
  font-size: 16px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}

#info-article-cont {
  font-size: 18px;
  margin: 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* ##### File Upload ##### */
#contents ul#fileupload {
  list-style: none;
  margin: 0px;
  padding: 50px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#contents ul#fileupload li {
  margin: 0px 0 10px 0;
  padding: 0px;
}
#contents ul#fileupload li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 130%;
  padding: 20px 30px 20px 50px;
  border-radius: 10px;
  border: 1px solid #666;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul#fileupload li a.pdf {
  background: transparent url(../info/img/icon_info_pdf@2x.png) 20px 50% no-repeat;
  background-size: 21px 26px;
}
#contents ul#fileupload li a.excel {
  background: transparent url(../info/img/icon_info_excel@2x.png) 20px 50% no-repeat;
  background-size: 21px 26px;
}
#contents ul#fileupload li a.word {
  background: transparent url(../info/img/icon_info_word@2x.png) 20px 50% no-repeat;
  background-size: 21px 26px;
}
#contents ul#fileupload li a:hover {
  background-color: rgba(255, 160, 0, 0.15);
  border: 1px solid #000;
}

/* ##### Photo Area ##### */
#contents #photo-thumb {
  list-style: none;
  margin: 50px 0;
  padding: 50px 0px;
  margin: 0px auto 0px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
#contents #photo-thumb::after {
  content: "";
  display: block;
  width: 31.3333333333%;
}
#contents #photo-thumb li {
  width: 31.3333333333%;
  text-align: center;
  margin: 10px 0;
  padding: 0px;
  vertical-align: top;
}
#contents #photo-thumb li a {
  display: block;
  text-decoration: none;
}
#contents #photo-thumb li a span {
  display: block;
  font-size: 14px;
  line-height: 150%;
}
#contents #photo-thumb li a span:last-child {
  text-align: left;
}
#contents #photo-thumb li a span img {
  max-width: 100%;
  max-height: 23vw;
  object-fit: cover;
}
#contents #photo-thumb li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	お問い合わせ

######################### */
#inquiryform table th .hissu {
  display: inline-block;
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 0 10px;
  padding: 2px 8px;
  border: 1px solid #f00;
}

#contents .inquiry-item-check td .hissu {
  display: inline-block;
  color: #f00;
  font-weight: bold;
  position: relative;
}
#contents .inquiry-item-check td .hissu::before {
  display: inline-block;
  content: "！";
  background-color: #f00;
  color: #ff0;
  font-size: 14px;
  font-weight: 700;
  margin: 0 8px 0 0;
  padding: 0px 8px;
  border-radius: 5px;
}

/* table版 */
#inquiryform table {
  margin: 100px 0;
}
#inquiryform table th {
  text-align: left;
  white-space: nowrap;
  width: 12em;
}

#inquiryform input, #inquiryform textarea, #inquiryform select {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

#inquiryform input[type=text], #inquiryform input[type=email], #inquiryform input[type=file], input[type=password] {
  width: 100%;
}

#inquiryform input[type=file] {
  border-color: #fff;
  background-color: #fff;
  cursor: pointer;
}
#inquiryform input[type=file]:hover {
  border-color: #ffdb00;
  background-color: #ffdb00;
}

#inquiryform input[type=text].shortinput {
  width: 5em;
}

#inquiryform textarea {
  width: 100%;
  height: 10em;
}

#inquiryform input[type=text]:focus, #inquiryform input[type=email]:focus, input[type=password]:focus, #inquiryform textarea:focus {
  background-color: #fff;
  border: 1px solid #ffa000;
}

/* チェックボックス */
/*
#inquiryform label {
	display: block;
	padding: 5px;
}
*/
#inquiryform label {
  cursor: pointer;
}

.d-input-text, .inputs {
  position: relative;
}

.d-input-text input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 5px;
}

.d-input-text input[type=checkbox] + label {
  display: block;
  position: relative;
  cursor: pointer;
}

.d-input-text input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

.d-input-text input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  position: absolute;
  left: 5px;
  top: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.d-input-text input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -2px;
  left: 10px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #f70;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#inquiryform table .d-input-text label {
  margin: 15px 0 0 0;
  padding: 0 0 0 35px;
}

/* ################ */
#inquiryform p.select-form {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff;
}
#inquiryform p.select-form::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
#inquiryform p.select-form select {
  width: 100%;
  background: #fff none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 50px 5px 30px;
  cursor: pointer;
}
#inquiryform p.select-form select select::-ms-expand {
  display: none;
}

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal;
}

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc;
}

/*

#formsubmit {
	text-align: center;
	margin-top: 20px;
}

#inquiryform input[type="submit"] {
	width: 250px;
	background-color: $baseColor;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
 }

#inquiryform input[type="submit"]:hover {
	background: #90c9f0 none;
 }

#formbackbtn {
	width : 250px ;
	background-color: #fff;
	color: #666;
	border : 1px solid #ccc ;
	margin-top: 10px;
	//@include radius5;
	cursor: pointer;
 }

#formbackbtn:hover {
	border : 1px solid #000 ;
	color: #000;
 }

*/
p.button_wrap {
  text-align: center;
  margin: 50px auto;
}

#inquiryform input[type=submit] {
  width: 300px;
  background: #ffa000 url(../img/icon_arrow_r@2x.png) 95% 50% no-repeat;
  background-size: 12px 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding: 10px 30px;
  margin: 0px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#inquiryform input[type=submit]:hover {
  background: #ffa000 url(../img/icon_arrow_r@2x.png) 98% 50% no-repeat;
  background-size: 12px 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

.backbutton_wrap {
  text-align: center;
  margin: 0 auto 50px auto;
}

#inquiryform #formbackbtn {
  width: 300px;
  background: #999 url(../img/icon_arrow_l@2x.png) 5% 50% no-repeat;
  background-size: 12px 14px;
  color: #fff;
  padding: 10px 30px;
  margin: 20px auto;
  cursor: pointer;
  border: 0px none;
  border-radius: 2.5em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#formbackbtn:hover {
  background: #ccc url(../img/icon_arrow_l@2x.png) 2% 50% no-repeat;
  background-size: 12px 14px;
}

/* #########################

	プライバシーポリシー

######################### */
#privacy-date {
  text-align: right;
  margin: 50px 0 0 0;
}

#privacy-contact {
  background: #fff;
  margin: 50px auto 0px auto;
  padding: 30px 40px;
  border-radius: 20px;
}
#privacy-contact strong {
  font-size: 20px;
  color: #f60;
}