body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  color: #000;
  font-weight: bold;
}
div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-size: 18px;
   line-height: 1.8;
   font-weight: 500;
   color: #333;
   -webkit-font-smoothing: antialiased;
   -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
   text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type {
    margin-bottom: 0;
}
a:hover {
    color: #20d34a !important;
}
a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #20d34a;
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  padding: 0.6em 10px 1em 0.6em;
  border-right: 1px solid #bbb;
	text-align: center;
}
table td:first-child {
	width: 30%;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #333;
}
.txt{
   text-align: center;
   font-size: .85em;
}
.features {
  width: 100%;
      background: #FFFFFF;
      padding-top: 100px;
      padding-bottom: 65px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #20d34a;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: 2em;
  }

  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/*********************************
3.2 Header Content
*********************************/

.header_container
{
	width: 100%;
	background: #FFFFFF;
}
.header_content
{
	width: 100%;
	height: 103px;
}
.header.scrolled .header_content
{
	height: 80px;
}
.main_nav ul li
{
	display: inline-block;
}
.main_nav ul li:not(:first-child)
{
	margin-left: 32px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #323232;
}
.main_nav ul li a.active {
    color: #20d34a;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #272727;
}

/*********************************
3.3 Logo
*********************************/

.logo_container_outer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.logo_container {
    position: absolute;
    top: 0;
    left: 15px;
    width: 216px;
    height: 177px;
    z-index: 10;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: inherit;
    box-shadow: none;
}
.header.scrolled .logo_container
{
	top: 48px;
	height: 75px;
}
.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.logo_content
{
	width: 100%;
	height: 100%;
	padding-left: 36px;
}
.logo_line
{
	display: none;
}
.logo
{

}
.logo span
{
	color: #20d34a;
}
.logo_container a .logo:hover
{
	color: #283290;
}
.logo_text
{
	font-size: 30px;
	font-weight: 500;
	color: #283290;
	line-height: 0.75;
	text-align: center;
}
.logo_text img {
    width: 35%;
    margin-bottom: 5%;
}
.logo_box
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #20d34a;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}
.logo_sub {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-left: 3px;
    margin-top: 2px;
    text-align: center;
    width: 80%;
}
/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_inner
{
	width: 100%;
	height: 100%;
}
.menu_list
{
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 5px;
}
.menu_item a
{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #20d34a;
}
.menu_extra
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
	padding-bottom: 25px;
}
.menu_appointment a
{
	font-size: 13px;
	color: #283290;
}
.menu_emergencies
{
	font-size: 13px;
	color: #272727;
}


@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 16px;
	}
	.header.scrolled
	{
		top: 0px !important;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 60px;
	}
	.header.scrolled .logo_container
	{
		top: 0;
	}
  .logo_container {
      position: absolute;
      top: 0;
      left: 15px;
      width: 216px;
      height: 177px;
      z-index: 10;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      background-color: #FFF;
      box-shadow: none;
  }
	.header.scrolled .logo_container
	{
		height: 77px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.logo_container
	{
		width: 141px;
		height: 77px;
	}
	.logo_content
	{
		padding-left: 0;
	}
	.logo_text
	{
		font-size: 16px;
	}
	.logo_box
	{
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}
	.logo_sub
	{
		font-size: 14px;
		padding-left: 1px;
		width: 100%;
	}

	.logo_text img {
	    width: 20%;
	    margin-bottom: 0;
	}
	.menu
	{
		top: 90px;
	}
	.menu_close_container
	{
		top: 20px;
		right: 20px;
	}
	.home
	{
		height: 70vh;
	}
  .home_content {
      top: calc(10% + 34px);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }
	.home_title h1
	{
		font-size: 36px;
	}
	.home_text p {
	    font-size: 13px;
	    color: #FFF;
	}
	.menu_container
	{
		width: 100vw;
		right: -100vw;
	}
	.menu_item a
	{
		font-size: 20px;
	}
	.section_title h2
	{
		font-size: 24px;
	}
	.button
	{
		height: 41px;
	}
	.button a
	{
		font-size: 11px;
		line-height: 41px;
		padding-left: 29px;
		padding-right: 34px;
	}
	.box
	{
		padding-left: 25px;
	}
	.working_hours
	{
		padding-right: 30px;
	}
	.cta_content h2
	{
		font-size: 28px;
	}
	.about::before {
	    content: "";
	    position: absolute;
	    top: 0%;
	    right: -80%;
	    background-image: url(../images/side-right.png);
	    background-repeat: no-repeat;
	    width: 400px;
	    height: 370px;
	    background-size: contain;
	}
	.departments::before {
	    content: "";
	    position: absolute;
	    top: -10%;
	    left: 0%;
	    background-image: url(../images/side-left.png);
	    background-repeat: no-repeat;
	    width: 440px;
	    height: 686px;
	}
	h5.n_ttl {
	    margin-left: 0%;
	    font-size: 26px;
	    font-weight: bold;
	    margin-top: 10%;
	    color: #333;
	}
	.section_title.line-ttl {
	    background: #283290;
	    padding: 15px;
	    width: 100%;
	    margin-left: auto;
	    text-align: center;
	}
	.section_title.line-ttl h2 {
	    color: #FFF;
	    font-size: 20px;
	}

}



/* 1112px以上の幅の場合に適応される */
section.ftco-section {
    padding: 5% 0;
}
.section_title {
  padding-top: 17px;
}
.section_title::before {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    width: 54px;
    height: 3px;
    background: #20d34a;
    content: '';
}
.section_title h2 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.section_title_box {
    width: 33.333%;
    margin-bottom: 5%;
}
.section_title_box h3 {
  background-color: #283290;
  color: #FFF;
  padding: 10px 30px;
  position: relative;
}
.section_title_box h3::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #20d34a;
  top: 0;
  left: 0;
}
.ftco-img {

}
.ftco-img h5.n_ttl {
  margin-left: 20%;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10%;
  color: #333;
  position: absolute;
  right: -40px;
}
.ftco-img img {
  width: 100%;
}
.ftco-img h5.n_ttl span {
    font-size: 16px;
    font-weight: 100;
    display: block;
}
.message-wrap {
    padding-top: 5%;
}
.message-wrap:first-child {
    padding-top: 20%;
}
.message-wrap h2 {
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.message-wrap table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
}
.message-wrap table tr {
    border: none;
}
.message-wrap table th {
    text-align: left;
    width: 20%;
    border: none;
}
.message-wrap table td {
    text-align: left;
    border: none;
}
.services {
    width: 100%;
    background: #FFFFFF;
    padding-top: 95px;
    padding-bottom: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.section_title.line-ttl {
    background: #283290;
    padding: 15px;
    width: 50%;
    text-align: center;
}
.section_title.line-ttl h2 {
  color: #FFF;
}
.services_row {
    margin-top: 95px;
}
iframe.gmap {
    height: 450px;
    margin-top: 5%;
}
.section_title {
    padding-top: 17px;
}
.section_title::before {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    width: 54px;
    height: 3px;
    background: #20d34a;
    content: '';
}
.txt {
    text-align: center;
    font-size: .85em;
}
.footer {
    width: 100%;
}
.footer_container {
    width: 100%;
    background: #060b3a;
    padding-bottom: 77px;
}
.footer_logo_container {
    width: 100%;
    height: 157px;
    background: #FFFFFF;
}
.footer_logo_container a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer_logo_container .logo_content {
    display: inline-block;
    padding-left: 0;
    width: auto;
    height: auto;
}
.footer_logo_container .logo {
    margin-top: 10px;
}
.logo_text {
    font-size: 30px;
    font-weight: 500;
    color: #283290;
    line-height: 0.75;
    text-align: center;
}
.logo_sub {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-left: 3px;
    margin-top: 2px;
    text-align: center;
    width: 100%;
}
.footer_about_text {
    margin-top: 36px;
}
.footer_about_text p {
    color: #b2b2b2;
}
.footer_about_list {
    margin-top: 32px;
}
.footer_about_list li:not(:last-child) {
    margin-bottom: 9px;
}
.footer_about_icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: #20d34a;
    text-align: center;
    vertical-align: middle;
}
.footer_about_icon img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer_about_list li span {
    font-size: 14px;
    font-weight: 500;
    color: #b2b2b2;
    padding-left: 10px;
}
.footer_column {
    padding-top: 138px;
}
.footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer_links ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: 35px;
}
.footer_links ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #b2b2b2;
}
.footer_news_date {
    font-size: 14px;
    font-weight: 500;
    color: #20d34a;
    margin-top: 7px;
}
.footer_news_title a {
    font-size: 15px;
    font-weight: 500;
    color: #b2b2b2;
}
.footer_news ul li:not(:last-child) {
    margin-bottom: 38px;
}
.footer_news ul {
    margin-top: 35px;
}
.footer_logo_container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #20d34a;
    content: '';
}
.copyright {
    width: 100%;
    background: #020523;
}
.copyright_content {
    width: 100%;
    height: 62px;
}
.cr {
    font-size: 14px;
    font-weight: 500;
    color: #97979c;
}
@media screen and (max-width: 1112px) {
  /* 1112pxまでの幅の場合に適応される */

}
@media screen and (max-width: 1024px) {
  /* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .ftco-img h5.n_ttl {
    right: 0;
    font-size: 20px;
  }
  .ftco-img .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ftco-img .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .section_title.line-ttl {
      background: #283290;
      padding: 15px;
      width: 100%;
      margin-left: auto;
      text-align: center;
  }
  .section_title.line-ttl h2 {
      color: #FFF;
      font-size: 18px;
  }
  .footer_column {
      padding-top: 0;
  }
  .cr {
      font-size: 14px;
      font-weight: 500;
      color: #97979c;
      line-height: 60px;
      text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */
  .top_bar {
    display: none;
  }
  .cr {
      font-size: 12px;
      font-weight: 500;
      color: #97979c;
      line-height: 60px;
      text-align: center;
  }
}
@media screen and (max-width: 350px) {
  /* 350pxまでの幅の場合に適応される */
}



#blockskip a {
      position: absolute;
      top: 0;
      left: -9999px;
      display: block;
      text-align: center;
  }

  #blockskip a:focus {
      z-index: 11000;
      left: 0;
      right: 0;
      margin: auto;
  }
  .btn-rounded{
      border-radius : 1000px;
  }


  .color__btn {
      background-color: #80CBC4;
      color: #212121;
  }
  .color__navi {
      background-color: #fff;
      padding-bottom: 30px;
  }
  .color__logo {
      color: #212121;
      font-size: 16px;
      text-align: center;
      margin: 0;
  }
  .color__logo span {
    display: block;
  }
  .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
      background-color: transparent;
      color: #20d34a !important;
  }

  .toggler__txt{
      display : block;
      font-size : 16px;
  }
  .nav__main{
      font-size : 16px;
  }
  .nav__sub{
      font-size : 16px;
  }

  @media (max-width: 767.98px) {
      .nav__main{
      font-size : 1em;
      }
      .nav__sub{
          font-size : 1em;
      }
      .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
          background-color: #efefef;
          border-bottom : none;
      }
  }

/*  heading start  */

/* 1112px以上の幅の場合に適応される */
.heading-txt {
  position: absolute;
  top: 50%;
}
.top_bar {
    width: 100%;
    background: #283290;
}
.top_bar_content {
    width: 100%;
    height: 48px;
}
.top_bar_item {
    margin-left: 33px;
}
.top_bar_item:first-child {
    margin-left: 37px;
}
.top_bar_item a {
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
}
.emergencies {
    height: 100%;
    background: #ff0030;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
}
.mainvisual {
  position: relative;
}
.mainvisual .main-title {
    position: initial;
}
.mainvisual::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background-color: #FF0130;
  top: 40%;
  left: 5%;
  transform:rotate(45deg);
}
.mainvisual.sub::before {
    content: none;
}
.mainvisual img {
  width: 100%;
}
.mainvisual .main-title h1 {
    position: absolute;
    top: 50%;
    left: 32px;
    color: #FFF;
    text-align: center;
}
.mainvisual.sub {
    height: 50vh;
}
.mainvisual.sub .heading-txt {
    position: absolute;
    top: 65%;
}
.driver-txt-box h5 {
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    margin-top: 5%;
}
@media screen and (max-width: 1112px) {
  /* 1112pxまでの幅の場合に適応される */
  .about {
      width: 100%;
      background: #FFFFFF;
      padding-top: 0;
      /* padding-bottom: 92px; */
      position: relative;
  }
  .services {
      width: 100%;
      background: #FFFFFF;
      padding-top: 100px;
      padding-bottom: 65px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
  }
  .services .col-lg-8.m10-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .sidebar_categories .news_post .news_body .news_title a {
      font-size: 18px;
  }
  .logo_content {
      width: 100%;
      height: 100%;
      padding-left: 0;
  }
  .logo_container {
      position: absolute;
      top: 15px;
      left: 0px;
      width: 216px;
      height: 177px;
      z-index: 10;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      background-color: inherit;
      box-shadow: none;
  }
  .mainvisual img {
      width: 100%;
      height: 600px;
      object-fit: scale-down;
  }
  .menu_item a {
      font-family: 'Roboto', sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #272727;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
  }
  .menu_appointment a {
      font-size: 23px;
      color: #283290;
  }
  .menu_emergencies {
      font-size: 18px;
      color: #272727;
  }
  .photo .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .photo .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  h5.n_ttl {
      margin-left: 20%;
      font-size: 26px;
      font-weight: bold;
      margin-top: 10%;
      color: #333;
      position: absolute;
      right: -130px;
  }
  .message-wrap table td {
      text-align: left;
      border: none;
      width: 80%;
  }
  .mainvisual::before {
      position: absolute;
      content: "";
      width: 180px;
      height: 180px;
      background-color: #FF0130;
      top: 40%;
      left: 5%;
      transform: rotate(45deg);
  }
  .mainvisual .main-title h1 {
      position: absolute;
      top: 50%;
      left: 5%;
      color: #FFF;
      font-size: 28px;
  }
  .about {
      width: 100%;
      background: #FFFFFF;
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
  }
  .services {
      width: 100%;
      background: #FFFFFF;
      padding-top: 0;
      padding-bottom: 65px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
  }
  .logo_container {
      width: 141px;
      height: 77px;
      background-color: #FFF;
  }
}
@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */
  p {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 500;
      color: #333;
      -webkit-font-smoothing: antialiased;
      -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
  }
  .mainvisual.sub .heading-txt {
      position: absolute;
      top: 45%;
  }
  .text_section {
      width: 100%;
      background: #FFFFFF;
      padding-top: 0px;
      padding-bottom: 94px;
  }
  .mainvisual.sub {
      height: 45vh;
  }
  .services-message {
      width: 100%;
      background: #FFFFFF;
      padding-top: 0px;
      padding-bottom: 65px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
  }
  .driver-txt-box h5 {
      color: #FFF;
      font-weight: bold;
      font-size: 20px;
      margin-top: 0%;
  }
  .footer_title {
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      margin-top: 20px;
  }
  .mainvisual::before {
    content: none;
  }
  .mainvisual .main-title h1 {
      position: absolute;
      top: 50%;
      left: 5%;
      color: #FFF;
      font-size: 20px;
  }
  .section_title h2 {
      font-size: 18px;
      font-weight: 500;
      color: #333;
      margin: 0;
  }
  .section_title_box {
      width: 50%;
      margin-bottom: 5%;
  }
  .section_title_box h3 {
      background-color: #283290;
      color: #FFF;
      padding: 10px 20px;
      position: relative;
      font-size: 20px;
  }
  .ftco-img .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .ftco-img .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ftco-img h5.n_ttl {
      left: 0;
      font-size: 20px;
      right: inherit;
  }
  .message-wrap h2 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .message-wrap table th {
      text-align: left;
      width: 25%;
      border: none;
  }
  .mainvisual img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: right;
  }
  .services p.txt-20 {
      font-size: 16px;
  }
  .message-wrap table td {
      text-align: left;
      border: none;
      padding: 0;
  }
  .message-wrap table th {
      text-align: left;
      width: 100%;
      border: none;
      padding: 0;
  }
  .logo_line
  {
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 4px;
  	background: #20d34a;
    display: block;
  }
  .photo .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .photo .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  h5.n_ttl {
      margin-left: 0;
      font-size: 26px;
      font-weight: bold;
      margin-top: 10%;
      color: #333;
      position: inherit;
      right: 0;
  }
}
@media screen and (max-width: 350px) {
  /* 350pxまでの幅の場合に適応される */
}


/*  heading start  */

@media only screen and (max-width: 991px) {
  .hamburger {
      display: block;
      margin-right: 10px;
  }
  .logo_sub {
      font-size: 14px;
      padding-left: 1px;
      width: 100%;
  }
}
