@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

* {
  margin: 0;
  padding:0;
}

html {
	font-size: 62.5%;
}

body {
  font-size: 1.6em;
	overflow-x: hidden;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #444;
  font-family: "Noto Sans", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  min-width: 320px;
  margin: 0;
}

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

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-weight: bold;
}

a:visited {
  color: #0B1A44;
}

ul li {
	list-style: none;
}

img {
	width: 100%;
  height: auto;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@media screen and (min-width:1100px) {
    .p-sp-navigation-wrap {
      display: none; }

    .p-sp-navigation-wrap.open {
      display: none !important; }

    .p-toggle {
      display: none !important; }
}

.company_logo {
  margin-top: 0;
  width: 100%;
	max-width: 220px;
	padding-left: 2rem;
}

.l-header {
  width: 94%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  margin: 0 auto;
  z-index: 10000;
}

.l-header__inner {
  margin: 0 auto;
}

.l-header__inner__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


header #nav ul {
	display: flex;
}

#nav_top {
	color: #B2B2B2;
  font-size: 0.9em;
  display: flex;
  padding: 2rem 1rem 0;
  font-weight: normal;
  text-decoration: none;
  margin-right: 4rem;
	justify-content: flex-end;
}

#nav_top p a {
  color: #B2B2B2;
  font-size: 1em;
  font-weight: normal;
}

#nav_bottom {
	padding: 0 2rem;
  letter-spacing: 0;
	font-weight: 700;
}

#nav_bottom a {
	color: #444;
	font-size: 1em;
	padding: 1.4rem 1rem;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	vertical-align: middle;
	text-align: center;
}

#nav_bottom a:hover {
  color: #0041A0;
  border-bottom: 3px solid #0041A0;
  opacity: 0.8;
}

#nav_bottom li {
  padding: 0 1.5rem;
}

.page_current {
  color: #0041A0 !important;
  border-bottom: 3px solid #0041A0;
}

.c-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}

.c-pagetop a {
  display: block;
  background: url(images/img_pagetop.png);
  background-size: cover;
  width: 100px;
  height: 100px;
}


.l-container {
  position: relative;
  width: 100%;
}

.l-hero {
	min-height: 780px;
	height: 100vh;
	width: 100%;
	background-size: cover;
	position: relative;
}


.p-hero-title {
	width: 100%;
	filter: drop-shadow(0px 0px 8px rgba(8, 42, 88, 0.3));
	z-index: 1000;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 2rem;
  top: 26%;
}

.p-hero-title h1 {
	font-size: 7rem;
	font-weight: 600;
	max-width: 600px;
	margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}


.p-hero-title p {
	font-size: 1.2em;
	line-height: 2;
	filter: drop-shadow(0px 0px 8px rgba(8, 42, 88, 0.3));
	text-align: center;
	font-weight: bold;
}

.swiper-slide {
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.slide-img {
  background-size: cover;
  background-position: top center;
  /* 背景画像は中央を軸に表示させる */
  height: 100%;
  /* 600pxの高さで表示させる */
}

.p-hero__background {
  height: 100%;
}

.top_contents {
  padding: 5rem 0 10rem;
  max-width: 1200px;
  margin: 0 auto;
}

.p-sep-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-sep-box:nth-child(2) {
  flex-direction: row-reverse;
}

.p-sep-box__content {
  width: 50%;
  padding: 4rem 6rem;
  text-align: center;
}

.p-top-section-title_en {
    color: #000;
    font-weight: 200;
    font-size: 2.2em;
    font-family: "Oswald", sans-serif;
}

.p-top-section-text {
  margin-top: 2rem;
}

.p-sep-box__image {
  width: 50%;
  margin: 6rem 0 6rem 0;
}

.p-link-button--blue {
   border-radius: 3px;
    padding: 1.6rem 2rem;
    color: #FFF !important;
    text-decoration: none;
    background: #384795;
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
}

.l-top-service {
  background: #E6F5FF;
}

.l-top-service__inner {
  padding: 6rem 4rem;
  max-width: 1340px;
  margin: 0 auto;
}

.p-top-service-head {
  margin-bottom: 4rem;
}

.p-top-section-title--en {
  color: #000;
  font-weight: 200;
  font-size: 2.2em;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.p-service-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}

.p-service-list__item {
  width: 30%;
  margin-bottom: 3%;
}

.p-service-list__item a {
  height: 100px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 6px;
}

.p-service-list__item a p {
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: 80%;
    z-index: 2;
    margin: 0 auto;
    line-height: 1.4;
}

footer {
  background: #546068;
}

.p-footer-sitelink {
  padding: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.p-footer-sitelink__main {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.p-footer-sitelink__main li a {
  padding: 1rem 0;
    margin-right: 3rem;
    color: #fff;
}

.p-footer-sitelink__main li a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/icon_footer_link.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.6em;
}

.p-footer-credit {
  background: #48535B;
  color: #fff;
}

.p-footer-credit__inner {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.p-footer-credit__company p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.p-footer-credit__copyright {
    font-size: 0.6em;
    margin-top: 4em;
}

.sp_only {
  display: none;
}


/*  ここから　Serviceページ　*/
.services {
  max-width:1320px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 30px;
  padding: 0 3%;
}

.l-sub-hero {
  background: transparent linear-gradient(180deg, #133A8E 0%, #103179 100%) 0% 0% no-repeat padding-box;
  padding-top: 11rem;
}

.l-sub-hero__inner {
  width: 94%;
  margin: 0 auto;
}

.l-breadcrumbs {
  font-size: 0.9em;
}

.l-sub-hero h1 {
  padding: 0 0 4rem 0;
  font-size: 1.8em;
  text-align: center;
  color: #fff;
}

.c-breadcrumbs {
  color: #fff;
}

.l-breadcrumbs__inner {
  padding: 1rem 2rem;
}

.c-breadcrumbs a {
  color: #fff;
  font-weight: bold;
}

/* ここから事業内容の各ページ*/
.services_each_page {
  max-width: 1340px;
  margin: 0 auto;
  padding: 6rem 4rem;
}

.p-business-main {
  margin-bottom: 4rem;
  background: #0D2967;
  border: #0D2967 solid 1px;
  color: #FFF;
  display: flex;
}

.services_mainimage {
  width: 35%;
}

.services_main {
  display: flex;
  justify-content: space-between;
}

.scope_of_services {
  width: 60%;
  margin-left: 5%;
}

.scope_of_services h2 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.scope_of_services h2:nth-of-type(2) {
  margin-top: 10px;
}

.scope_of_services ul li, .company_profile ul li {
padding-left: 2rem;
list-style: none;
position: relative;
}

.scope_of_services ul li::before, .company_profile ul li::before {
border-radius: 50%;
width: 8px;
height: 8px;
display: block;
position: absolute;
left: 0;
top: 0.6em;
content: "";
background: #194AB3;
}

.service_details {
  margin-top: 3rem;
}

.service_details div {
  width: 35%;
  margin-bottom: 30px;
}

.multiple_pic .services_main {
  display: block;
}

.multiple_pic .services_mainimage {
  display: flex;
  width: 100%;
}

.multiple_pic .services_mainimage div {
  width: 30%;
  margin-right: 5%;
}

.multiple_pic .scope_of_services {
  margin-left: 0;
  width: 100%;
  margin-top: 2rem;
}


/* ここから　事業内容（services）以外　のページ*/
.each_page {
  max-width: 1340px;
  margin: 0 auto;
  padding: 6rem 4rem;
}

.each_page .table_contents {
  width: 80%;
  margin: 0 auto;
}

.each_page .table_contents table, .sample_p .table_contents table, .contact_us .table_contents table {
  margin-bottom: 3rem;
}

.contact_us .table_contents table {
  border: solid 1px #CCCBCB;
  border-collapse: collapse;
  margin: 0 auto;
}

.each_page .table_contents table tr, .sample_p .table_contents table tr, .contact_us .table_contents table tr {
  border: 1px solid #CCCBCB;
}

.each_page .table_contents th, .sample_p .table_contents th, .contact_us .table_contents th {
 border-right: 1px #CCCBCB solid;
 width: 30%;
 text-align: left;
 padding: 2rem;
 background: #EFF0F5;
 color: #000;
}

.each_page .table_contents td {
  width: 70%;
  padding: 2rem;
}

.contact_us .table_contents td {
  padding: 2rem;
  color: #000;
}

.table_contents h2 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 1rem;
}

.qualified_p_table tr td {
  text-align: right;
}

.company_profile p {
  margin-top: 1.5rem;
}

.company_profile ul {
  margin-bottom: 1rem;
}

.sample_p, .contact_us {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 4rem;
}

.sample_p_pic {
    display: flex;
    justify-content: center;
    color: #000;
}

.sample_p_pic > div {
  max-width: 300px;
}

.sample_p_pic div:first-child {
  margin-right: 3em;
}

.contact_us .table_contents {
  margin-top: 30px;
}

.sample_p .table_contents {
  width: 100%;
  margin-top: 30px;
}

.table_contents h2.p-section-title {
  padding: 1.4rem 2rem;
    font-size: 1.3em;
    background: #E5E5E5;
    text-align: left;
}


.country {
  width: 20%!important;
}

.projects {
  width: 80%!important;
}

.sample_p .table_contents td {
  padding: 1rem;
  border-right: 1px #CCCBCB solid;
  color: #000;
}

.contact_us_pic {
  max-width: 400px;
  margin: 0 auto;
}

.p-service-list__item__bg {
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
}

.p-service-list__item:hover .p-service-list__item__bg {
  transform: scale(1.05);
  transition: transform .6s ease;
}

/*ここから事業の背景画像*/


.transportation {
  background: url("services/images/ph_index_koutsu.jpg") no-repeat center center;
  background-size: cover;
}

.road {
  background: url("services/images/img_douro_main.png") no-repeat center center;
  background-size: cover;
  }

.structure {
  background: url("services/images/img_kyouryou_04.png") no-repeat center center;
  background-size: cover;
  }

.railway {
  background: url("services/images/img_tetsudou_main.png") no-repeat center center;
  background-size: cover;
}

.river {
  background: url("services/images/kas-a.jpe") no-repeat center center;
  background-size: cover;
}

.seaport {
  background: url("services/images/3_18_23.jpg") no-repeat center center;
  background-size: cover;
}

.irrigation {
  background: url("services/images/nou-a.jpe") no-repeat center center;
  background-size: cover;
}

.disaster {
  background: url("services/images/img_bousai_main.png") no-repeat center center;
  background-size: cover;
}

.urban {
  background: url("services/images/img_keikaku_main.png") no-repeat center center;
  background-size: cover;
}

.water {
    background: url("services/images/sui-a.jpe") no-repeat center center;
    background-size: cover;
  }

.environment {
  background: url("services/images/img_kankyou_main.png") no-repeat center center;
  background-size: cover;
}

.surveying {
  background: url("services/images/ph_index_jiban.jpg") no-repeat center center;
  background-size: cover;
}

.geotechnical {
  background: url("services/images/img_chousa_06.png") no-repeat center center;
  background-size: cover;
}

.soil {
  background: url("services/images/jio-a.jpe") no-repeat center center;
  background-size: cover;
}

.info {
  background: url("services/images/img_chirikuukan_main.png") no-repeat center center;
  background-size: cover;
}

.research {
  background: url("services/images/img_chirikuukan_03.png") no-repeat top center;
  background-size: cover;
}

.p-controls {
  display: none;
}

/*  ここから　1100px　以上　*/
@media only screen and (min-width: 1100px) {
  .l-container {
    margin: 0 auto;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
}

/*  ここから　　1479-1100 px まで　*/
@media only screen and (max-width: 1479px) and (min-width: 1100px) {
  .l-hero {
    min-height: 700px;
  }
}


/*  ここから　タブレット表示　1099-760 px まで　*/
@media only screen and (max-width: 1099px) and (min-width: 760px) {
  .l-header {
    width: 96%;
  }

 .l-header__inner__top {
   height: 50px;
   position: relative;
 }

 .company_logo {
   max-width: 180px;
   padding-left: 1rem;
 }

 .p-sp-navigation-wrap.open {
   position: absolute;
   z-index: 10000;
   display: block; }
   .p-sp-navigation-wrap.open .p-sp-navigation {
     display: block;
     width: 100%; }

 .p-sp-navigation-wrap.close {
   display: none; }

 #nav {
   display: none;
 }

 .p-sp-navigation-wrap {
   display: none;
   padding-top: 100px;
   z-index: 2000;
   background: #194AB3;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
 }

 .p-sp-navigation__item {
   text-align: center;
   font-size: 1.3em;
   border-bottom: #0A235A solid 1px;
 }

 .p-sp-navigation__item a {
   display: block;
   padding: 1.8rem;
 }

 .p-sp-navigation-wrap a {
   text-decoration: none;
   border-bottom: none;
   color: #fff;
 }

 .c-pagetop {
   bottom: 20px;
   right: 20px;
}


.c-pagetop a {
  width: 60px;
  height: 60px;
}

 .p-controls {
   display: flex;
   align-items: center;
   position: relative;
    background: #194AB3;
    height: 100%;
    padding: 0 1rem;
 }

 .p-toggle {
   display: inline-block;
   z-index: 20;
   position: relative;
   width: 26px;
   height: 18px;
   transition: all 0.4s;
 }

 .p-toggle span {
   display: inline-block;
   position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
    transition: all 0.4s;
 }

 .p-toggle span:nth-of-type(1) {
   top:0;
 }

 .p-toggle span:nth-of-type(2) {
   top: 8px;
 }

 .p-toggle span:nth-of-type(3) {
   bottom: 0;
 }

 .p-toggle.active span:nth-of-type(1) {
   -webkit-transform: translateY(8px) rotate(-45deg);
   transform: translateY(8px) rotate(-45deg); }

 .p-toggle.active span:nth-of-type(2) {
   opacity: 0; }

 .p-toggle.active span:nth-of-type(3) {
   -webkit-transform: translateY(-8px) rotate(45deg);
   transform: translateY(-8px) rotate(45deg); }

 .l-hero {
   max-height: 700px;
   min-height: 980px;
 }

 .p-hero-title h1 {
   font-size: 4rem;
 }

 .p-sep-box {
   flex-wrap: wrap;
   flex-direction: column-reverse;
   margin-bottom: 5rem;
 }

 .p-sep-box__image {
   width: 100%;
 }

 .p-sep-box__content {
   width: 100%;
 }

.p-sep-box:nth-child(2) {
  flex-direction: column-reverse;
}

.p-sep-box__content {
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
}


.p-sep-box__image {
  margin: 0;
}

.top_contents {
  padding: 5rem 0;
}

.p-top-service-head {
  margin-bottom: 2rem;
}

.l-top-service__inner {
  padding: 4rem 2rem;
}

.p-service-list__item {
  width: 48%;
}

.p-footer-sitelink {
  padding: 3rem;
}

.p-footer-sitelink__main li a {
  display: inline-block;
  font-size: 1.1em;
  padding:0.8rem 0;
  margin: 0 2rem 0 0;
}

.p-footer-credit__inner {
  padding: 3rem;
}

.p-footer-credit__inner {
    flex-direction: column;
}

.p-footer-credit__copyright {
  margin-top: 1rem;
}

.l-sub-hero h1 {
  padding:1rem 0 3rem 0;
  font-size: 1.4em;
}

.l-sub-hero {
  padding-top: 6rem;
}

.l-breadcrumbs__inner {
  padding: 0;
}

}


/*  ここから　スマホ表示　759px以下　*/

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

  body {
      font-size: 1.4em;
  }

  .company_logo {
    max-width: 180px;
    padding-left: 1rem;
  }

  .l-header {
    width: 96%;
  }

 .l-header__inner__top {
   height: 50px;
   position: relative;
 }

 #nav {
   display: none;
 }

 .p-sp-navigation-wrap.open {
   position: absolute;
   z-index: 10000;
   display: block; }
   .p-sp-navigation-wrap.open .p-sp-navigation {
     display: block;
     width: 100%; }

 .p-sp-navigation-wrap.close {
   display: none; }


 .p-sp-navigation-wrap {
   display: none;
   padding-top: 100px;
   z-index: 2000;
   background: #194AB3;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
 }

 .p-sp-navigation__item {
   text-align: center;
   font-size: 1.3em;
   border-bottom: #0A235A solid 1px;
 }

 .p-sp-navigation__item a {
   display: block;
   padding: 1.8rem;
 }

 .p-sp-navigation-wrap a {
   text-decoration: none;
   border-bottom: none;
   color: #fff;
 }


 .c-pagetop {
   right: 12px;
 }


 .c-pagetop a {
   width: 60px;
   height: 60px;
 }

 .p-controls {
   display: flex;
   align-items: center;
   position: relative;
    background: #194AB3;
    height: 100%;
    padding: 0 1rem;
 }

 .p-toggle {
   display: inline-block;
   z-index: 20;
   position: relative;
   width: 26px;
   height: 18px;
   transition: all 0.4s;
 }

 .p-toggle span {
   display: inline-block;
   position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
    transition: all 0.4s;
 }

 .p-toggle span:nth-of-type(1) {
   top:0;
 }

 .p-toggle span:nth-of-type(2) {
   top: 8px;
 }

 .p-toggle span:nth-of-type(3) {
   bottom: 0;
 }

 .p-toggle.active span:nth-of-type(1) {
   -webkit-transform: translateY(8px) rotate(-45deg);
   transform: translateY(8px) rotate(-45deg); }

 .p-toggle.active span:nth-of-type(2) {
   opacity: 0; }

 .p-toggle.active span:nth-of-type(3) {
   -webkit-transform: translateY(-8px) rotate(45deg);
   transform: translateY(-8px) rotate(45deg); }

 .l-hero {
   max-height: 600px;
   min-height: 680px;
 }

 .p-hero-title h1 {
   font-size: 3rem;
 }

 .p-sep-box {
   flex-wrap: wrap;
   flex-direction: column-reverse;
   margin-bottom: 5rem;
 }

 .p-sep-box__image {
   width: 100%;
 }

 .p-sep-box__content {
   width: 100%;
 }

.p-sep-box:nth-child(2) {
  flex-direction: column-reverse;
}

.p-sep-box__content {
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
}


.p-sep-box__image {
  margin: 0;
}

.top_contents {
  padding: 5rem 0;
}

.p-top-service-head {
  margin-bottom: 2rem;
}

.l-top-service__inner {
  padding: 4rem 2rem;
}

.p-service-list__item {
  width: 48%;
}

.services .p-service-list__item {
  width: 100%;
}

.p-footer-sitelink {
  padding: 2rem;
}

.p-footer-sitelink__main li a {
  display: inline-block;
  font-size: 1.1em;
  padding:0.8rem 0;
  margin: 0 2rem 0 0;
}

.p-footer-credit__inner {
  padding: 2rem;
}

.p-footer-credit__inner {
    flex-direction: column;
}

.p-footer-credit__copyright {
  margin-top: 1rem;
}

.l-sub-hero {
  padding-top: 6rem;
}

.l-sub-hero h1 {
 padding: 1rem 0 3rem 0;
 font-size: 1.4rem;
}

.l-breadcrumbs__inner {
  padding: 0;
}

.services {
  padding: 0 2rem 2rem;
  margin-bottom: 50px;
}

.service_details {
  margin-top: 1.5rem;
}

.each_page {
  padding: 2rem;
}

.each_page .table_contents, .each_page .table_contents table {
  width: 100%;
}

.each_page .table_contents th, .contact_us .table_contents th {
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  border-right: none;
}


.each_page .table_contents td {
  width: 100%;
  border:none;
  display: block;
}

.each_page .table_contents .qualified_p_table tr td {
  display: inline-block;
  width: 50%;
  padding: 1.5rem;
}

.each_page .table_contents .qualified_p_table tr th {
  display: inline-block;
  width: 50%;
  border-right: 1px #CCCBCB solid;
  padding: 1.5rem;
}

.sample_p, .contact_us {
  padding: 2rem;
}

.contact_us .table_contents td {
  display: block;
  width: 100%;
}

.services_each_page {
  padding: 2rem;
}

.multiple_pic .services_mainimage {
  display: block;
}

.multiple_pic .services_mainimage div {
  margin-right: 0;
  margin-bottom: 1rem;
}

.multiple_pic .services_mainimage div {
  width: 100%;
}

.services_main {
  flex-direction: column;
}

.services_mainimage {
  width: 100%;
}

.scope_of_services {
  width: 100%;
  margin-left: 0;
}

.scope_of_services h2 {
  margin-top: 1.5rem;
}

.sample_p_pic {
  flex-direction: column;
}

.sample_p_pic div:first-child {
  margin-right: 0;
  margin-bottom: 3rem;
}

.table_contents h2.p-section-title {
  margin-bottom: 1rem;
}

.sample_p .table_contents th {
  border-bottom: 1px solid #cccbcb;
}

}

/*  ここから　スマホ表示　442px以下　
住所とページトップボタンが重なるため442px以下のスマホ表示のみHiroshimaの直前で改行　*/

@media only screen and (max-width: 442px) {
.sp_only {
  display: block;
}
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 1.1em;
  }
}
