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

このファイルはSASSによって生成されています。
このファイルに手を加える場合は、サイトマスターに確認し、
.scssファイルからコンパイルし直してください。

---------------------------------------------------------------*/
@import url(../css/fontawesome/font-awesome.min.css);
.bg-gray, .business, .access {
  background: #f6f6f6; }

.bg-accent, .product {
  background-color: #3863a8;
  background: url(/inc/images/bg_accent.gif) repeat; }

/*-------------------------------------------------------------
     ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix, .service_item {
  overflow: hidden;
  zoom: 1; }
  .clearfix:after, .service_item:after {
    content: "";
    display: block;
    clear: both; }

/* Hides from IE-mac \*/
* html .clearfix, * html .service_item {
  height: 1%; }

.clearfix, .service_item {
  display: block; }

/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/
.bg-gray, .business, .access {
  background: #f6f6f6; }

.bg-accent, .product {
  background-color: #3863a8;
  background: url(/inc/images/bg_accent.gif) repeat; }

/*-------------------------------------------------------------
     ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix, .service_item {
  overflow: hidden;
  zoom: 1; }
  .clearfix:after, .service_item:after {
    content: "";
    display: block;
    clear: both; }

/* Hides from IE-mac \*/
* html .clearfix, * html .service_item {
  height: 1%; }

.clearfix, .service_item {
  display: block; }

/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

body {
  color: #000000;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  font-style: normal;
  font-size: 16px;
  font-size: 100%; }

@media all and (-ms-high-contrast: none) {
  .btn, .count.round {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; } }

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

::selection {
  background: #333;
  color: #fff; }

::-moz-selection {
  background: #333;
  color: #fff; }

a {
  color: #222;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none; }
  a:hover {
    opacity: .75; }
  a.non_underline {
    text-decoration: none; }
  a.no_link {
    cursor: default; }
  a[href^="http://www."]:after, a[href^="https://www."]:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 90%;
    margin: 0 0 0 .3em; }
  a.btn.pdf:before {
    font-family: FontAwesome;
    content: "\f1c1";
    font-size: 90%;
    display: inline-block;
    color: #cb3f3f;
    margin-right: 15px; }

a[href$=".pdf"]:not(.btn):after {
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 90%;
  display: inline-block;
  color: #cb3f3f;
  margin-left: 5px; }

a:focus, *:focus {
  outline: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

p {
  line-height: 1.4; }

.pure-g-r {
  font-size: 0; }
  .pure-g-r > * {
    font-size: 16px; }
    @media screen and (max-width: 1000px) {
      .pure-g-r > * {
        font-size: 14px; } }
  @media screen and (max-width: 640px) {
    .pure-g-r > .pure-u-1 {
      padding: 0 !important; } }

body {
  width: 100%; }

section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow-x: hidden; }
  section .container {
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
    z-index: 10;
    position: relative; }

.btn {
  padding: 2px 20px;
  border-radius: 3px; }

h2 {
  font-size: 170%;
  color: #124ba5;
  text-align: center;
  margin-bottom: 45px; }
  h2 small {
    color: #aaa;
    font-size: 40%;
    display: block; }

p {
  margin-top: 10px;
  line-height: 1.7; }
  @media screen and (max-width: 1000px) {
    p {
      line-height: 1.5;
      font-size: 90%; } }

a {
  color: #000; }
  a:hover {
    color: #aaa;
    text-decoration: none; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.tbl_style {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto 80px auto;
  font-size: 90%; }
  @media screen and (max-width: 768px) {
    .tbl_style {
      width: 100%; } }
  .tbl_style th {
    width: 20%;
    text-align: left; }
  .tbl_style td, .tbl_style th {
    padding: 15px 20px; }
  .tbl_style td span {
    display: inline-block;
    margin-right: 10px; }

dl.tbl_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  dl.tbl_style dt, dl.tbl_style dd {
    padding: 15px 20px; }
  dl.tbl_style dt {
    flex-basis: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      dl.tbl_style dt {
        padding-left: 0;
        padding-right: 0;
        flex-basis: 25%; } }
  dl.tbl_style dd {
    flex-basis: 80%;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      dl.tbl_style dd {
        padding-right: 0;
        flex-basis: 75%; } }
    dl.tbl_style dd ul {
      display: flex;
      flex-wrap: wrap; }
      dl.tbl_style dd ul li {
        position: relative;
        margin-left: 1.2em;
        padding-left: 0.8em;
        list-style: none; }
        dl.tbl_style dd ul li:before {
          content: "";
          width: 1em;
          height: 1em;
          border-radius: 0.5em;
          background: #000000;
          position: absolute;
          top: calc(50% - 0.5em);
          left: 0;
          font-size: 4px; }

/* 
$gridspace: 3px;
.grid,.grid-r{
	@extend %clearfix;
	width: 100%;
	div[class*="unit-"]{
		float: left;
	}
	.unit-1-2{
		width: 50%;
	}
	.unit-1-3{
		width: 33.3%;
	}
	.unit-1-4{
		width: 25%;
	}
	.l-box{
		margin: 0 $gridspace;
	}
}

.grid-r {
	@include max-screen($breakpoint-tablet) {
		.unit-1-3{
			width: 50%;
		}
	}
	@include max-screen($breakpoint-mobile) {
		div[class*="unit-"] {
			width: 100%;
			float: none;
		}
		.l-box{
			margin: 0;
		}
	}
} */
body {
  overflow-y: scroll; }

.header {
  position: relative;
  background: #111;
  height: 93%;
  height: 93vh;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1120px) and (min-height: 800px) {
    .header {
      height: 80%;
      height: 80vh; } }
  .header h1 {
    position: absolute;
    top: 12px;
    left: 15px;
    line-height: 1;
    z-index: 999; }
  .header .video {
    width: 120%;
    height: auto;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .header .video {
        width: auto; } }
  .header ul.slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5; }
    .header ul.slide li {
      position: relative;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      list-style: none; }
    .header ul.slide li.type-1 {
      background: url("../images/slide1.jpg") no-repeat center center;
      background-size: cover; }
    .header ul.slide li.type-2 {
      background: url("../images/slide2.jpg") no-repeat center center;
      background-size: cover; }
    .header ul.slide li.type-3 {
      background: url("../images/slide3.jpg") no-repeat center center;
      background-size: cover; }
    .header ul.slide li.type-4 {
      background: url("../images/slide4.jpg") no-repeat center center;
      background-size: cover; }
  .header .mainv {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.3); }
    .header .mainv_inner {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      font-size: 160%; }
    .header .mainv_logo {
      margin-bottom: 110px; }
      @media screen and (max-width: 768px) {
        .header .mainv_logo img {
          width: 80px;
          margin-left: auto;
          margin-right: auto;
          height: auto;
          display: block; } }
    .header .mainv_text {
      font-size: 170%;
      margin-top: -80px;
      line-height: 1.5;
      padding-bottom: 100px; }
      @media screen and (max-width: 768px) {
        .header .mainv_text {
          font-size: 100%; } }
  .header .mainv_inner, .header #gnav {
    opacity: 0;
    transition: opacity 1s 1s; }
  .header #gnav {
    background-color: rgba(18, 84, 165, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    transition: text-align 0.5s, opacity 1s 2s;
    border-bottom: 1px solid #4676c1;
    box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.2); }
    .header #gnav ul {
      width: 100%;
      min-width: 1120px;
      margin: auto; }
      @media screen and (max-width: 1150px) {
        .header #gnav ul {
          min-width: auto; } }
      @media screen and (max-width: 768px) {
        .header #gnav ul {
          text-align: center; } }
      .header #gnav ul li {
        list-style-type: none;
        display: inline-block;
        margin: 10px	10px; }
        @media screen and (max-width: 768px) {
          .header #gnav ul li {
            margin: 5px 10px; } }
        .header #gnav ul li a {
          font-size: 95%;
          color: #fff;
          font-weight: bold; }
          .header #gnav ul li a:after {
            content: "\f107";
            font-family: fontAwesome;
            margin-left: 5px; }
    .header #gnav.fixed {
      position: fixed;
      top: 0;
      bottom: auto;
      text-align: right;
      animation: fadeIn 1s ease 0s 1 normal; }
      .header #gnav.fixed:before {
        content: url(/inc/images/logo_text.png);
        position: absolute;
        top: 10px;
        left: 10px; }
        @media screen and (max-width: 768px) {
          .header #gnav.fixed:before {
            display: none; } }

.business_list {
  text-align: center;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    .business_list {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  .business_list > div {
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 10px; }
    .business_list > div:first-child {
      border-left: 1px solid #e2e2e2; }
    @media screen and (max-width: 768px) {
      .business_list > div:nth-of-type(3) {
        border-left: 1px solid #e2e2e2; } }
  .business_list_icon {
    background: #124ba5;
    width: 10em;
    height: 10em;
    margin: auto;
    position: relative;
    border-radius: 10em;
    border: 5px solid #b1cbde; }
    @media screen and (min-width: 1151px) {
      .business_list_icon {
        font-size: 16px; } }
    @media screen and (max-width: 1150px) {
      .business_list_icon {
        font-size: 13px; } }
    @media screen and (max-width: 768px) {
      .business_list_icon {
        font-size: 10px; } }
    .business_list_icon img {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .business_list_icon img {
          transform: scale(60%); } }
  .business_list h3 {
    margin-top: 10px;
    color: #124ba5; }
    @media screen and (max-width: 768px) {
      .business_list h3 {
        font-size: 90%; } }
  .business_list p {
    font-size: 90%; }
    @media screen and (max-width: 768px) {
      .business_list p {
        text-align: left; }
        .business_list p br {
          display: none; } }

.business_message {
  background: url(/inc/images/bg_business.jpg);
  background-size: cover;
  padding: 30px;
  border-radius: 3px;
  width: 90%;
  margin: 15px auto; }
  .business_message h3 {
    margin-bottom: 20px;
    color: #444; }
  .business_message p {
    font-size: 90%; }

.service_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1150px) {
    .service_item {
      display: block; } }
  .service_item_bg {
    flex-basis: 54%;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 400px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1150px) {
      .service_item_bg {
        width: 90%;
        margin: 0 auto 0 0; } }
    @media screen and (max-width: 768px) {
      .service_item_bg {
        float: none;
        width: 100%; } }
    .service_item_bg img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      line-height: 1; }
    .even .service_item_bg {
      order: 2; }
      @media screen and (max-width: 1150px) {
        .even .service_item_bg {
          width: 80%;
          margin: 0 0 0 auto; } }
  .service_item_text {
    flex-basis: 46%;
    text-align: left;
    margin: 0;
    padding-left: 6%;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 5; }
    .service_item_text .inner {
      margin: 25px 0 25px auto;
      border-left: #b1cbde 5px solid;
      padding-left: 30px;
      padding-bottom: 60px;
      border-bottom: 1px dotted #ccc;
      width: 100%; }
    .service_item_text h3 {
      font-weight: 400;
      font-size: 200%;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .service_item_text h3 {
          font-size: 150%; } }
    .even .service_item_text {
      justify-content: flex-end;
      text-align: right;
      padding-right: 6%;
      padding-left: 20px;
      order: 1; }
      @media screen and (max-width: 768px) {
        .even .service_item_text {
          float: none; } }
      .even .service_item_text .inner {
        padding-left: 0;
        border-left: none;
        border-right: #b1cbde 5px solid;
        padding-right: 30px;
        margin: 25px auto 25px 0; }
    @media screen and (max-width: 1250px) {
      .service_item_text {
        padding-left: 20px; }
        .even .service_item_text {
          padding-right: 20px; } }

.product {
  padding-bottom: 20px; }
  .product h2 {
    color: #fff; }
  .product_list {
    text-align: center;
    width: 75%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .product_list {
        width: 100%; } }
    .product_list .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .product_list .grid {
          gap: 10px; } }
    .product_list .grid > div > div {
      border-radius: 3px;
      background: #fff;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .product_list .grid > div > div:nth-of-type(4) h3 {
          letter-spacing: -1px; } }
    .product_list img {
      width: 100%;
      height: auto; }
    .product_list p {
      color: #fff;
      margin-bottom: 50px; }
    .product_list h3 {
      font-size: 100%;
      padding-bottom: 6px;
      color: #444; }
      @media screen and (max-width: 768px) {
        .product_list h3 {
          font-size: 12px; } }

#product02 {
  background: #dbe3ed;
  padding-top: 25px;
  padding-bottom: 55px; }
  #product02 .product_other {
    margin: auto;
    width: 670px; }
    @media screen and (max-width: 768px) {
      #product02 .product_other {
        width: 100%; } }
    #product02 .product_other h2 {
      font-size: 130%;
      text-align: left;
      margin-bottom: 25px; }
    #product02 .product_other_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px; }
      @media screen and (max-width: 768px) {
        #product02 .product_other_grid {
          gap: 15px; } }
      #product02 .product_other_grid .unit img {
        width: 100%;
        height: auto; }
    #product02 .product_other img {
      border-radius: 2px;
      margin-bottom: 10px; }
    #product02 .product_other_text h4 {
      color: #444; }
    #product02 .product_other_text p {
      font-size: 88%; }

.contact {
  background: url(/inc/images/bg_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  .contact_box {
    width: 70%;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 40px 40px 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .contact_box {
        width: 90%;
        padding: 20px;
        display: block; } }
  .contact .text {
    overflow: hidden;
    flex-basis: 53.95408%;
    order: 1; }
  .contact .img {
    flex-basis: 31.88776%;
    order: 2; }
  .contact .number {
    font-size: 210%;
    font-weight: bold;
    margin-top: 0;
    vertical-align: baseline;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .contact .number {
        font-size: 180%; } }
    .contact .number i {
      width: 1em;
      color: #124ba5;
      margin-right: 8px;
      font-size: 80%; }
    .contact .number small {
      background: #124ba5;
      color: #fff;
      margin-right: 5px;
      padding: 2px 10px;
      border-radius: 3px;
      font-size: 40%;
      vertical-align: middle; }
    .contact .number.mail i {
      width: .9em;
      margin-right: 11px; }
    .contact .number.mail small {
      padding: 2px 6px; }
    .contact .number.mail a {
      font-size: 50% !important;
      vertical-align: middle; }
  .contact span {
    display: block;
    font-size: 95%;
    margin-top: 10px; }
  .contact img {
    border-radius: 3px;
    width: 100%;
    height: auto; }

.simply-scroll {
  /* スライドのみえる場所の幅(この幅は「写真のwidth * 写真の枚数 < $simplyScrollWidth」にすること。100%にすると、loopが効かないバグが起こるので注意！例：写真の幅322px * 写真12枚 = 3864px、3864px以下の幅にすること。デバイスサイズの大きさも考えて3000pxなどにすると吉。) */
  width: 3000px; }
  .simply-scroll .simply-scroll-clip {
    width: 3000px; }
  .simply-scroll .simply-scroll-list li {
    width: 322px;
    /* 写真の幅(320px) + 写真右の余白(2px) */ }

.access {
  padding-left: 20px;
  padding-right: 20px; }
  .access iframe {
    width: 100%;
    height: 600px;
    height: 80vh;
    max-height: 600px; }

footer {
  font-size: 90%;
  background: #124ba5;
  color: #fff;
  text-align: center;
  padding: 12px 0; }

#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999; }
  #pageTop img {
    width: 3.75em;
    height: 3.75em; }
    @media screen and (min-width: 1151px) {
      #pageTop img {
        font-size: 16px; } }
    @media screen and (max-width: 1150px) {
      #pageTop img {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      #pageTop img {
        font-size: 12px; } }

#page_404 .topbtn {
  text-align: center;
  margin: 60px 0; }
  #page_404 .topbtn a {
    border: 1px solid #124ba5;
    padding: 8px 16px;
    color: #124ba5; }

#page_404 footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
