@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  color: #10345e;  
  font-weight: normal; 
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #10345e;
  } }

body {
  line-height: 1;
  overflow-x: hidden;
  background-color: #fff;
  color: #333333;
}

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

nav ul {list-style: none; }

blockquote, q {quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
  ;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

br {color: rgba(255, 255, 255, 0); }
  
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

li {list-style: none; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {vertical-align: middle; }
strong {font-weight: normal; }

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table; }

.fix:after {clear: both; }
.fix {zoom :1; }

/*  Color  */
/*  Font  */
p {line-height: 1.6; }

img {vertical-align: bottom; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"]::after {
      content: none; } }

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 90%;
  margin-top: 50px;
  margin-bottom:50px ;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 820px) {
    .inner { width: 90%;} }

@media screen and (max-width: 639px) {
  .sp {display: block; } }

@media screen and (min-width: 640px) {
  .sp {display: none !important; } }

@media screen and (max-width: 639px) {
  .pc {display: none !important; } }

@media screen and (min-width: 640px) {
  .pc {display: block; } }

@media screen and (min-width: 640px) {
  br.-sp { display: none; } }/*スマホで非改行*/
    
@media screen and (max-width: 639px) {
  br.-pc {display: none; } }/*パソコンで非改行*/
    

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
  box-shadow: 0px 8px 18px -7px #b0b0b0; }

  a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}

  a:hover {opacity: .7; }

.t-c {text-align: center; }
.block {display: block; }
.table {display: table; }


/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .btn:hover {
    opacity: .7; }
    .btn:hover i:last-child {
      right: -1rem; }
  .btn.-center {
    margin-left: auto;
    margin-right: auto; }


/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.8;
  font-size: 1rem; }
  .txt.-bold {
    font-weight: bold; }
  .txt.-white {
    color: #FFF; }
  .txt.-black {
    color: #242424; }
  .txt.-center {
    text-align: center; }

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0; }
  .breadcrumb ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .breadcrumb ul li {
      font-size: .9rem;
      line-height: 1.6;
      position: relative;
      color: #606060; }
      .breadcrumb ul li::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        margin: 0 8px; }
      .breadcrumb ul li:last-child::after {
        display: none; }
    .breadcrumb ul a {
      font-size: .9rem;
      color: #3fadff;
      text-decoration: underline;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .breadcrumb ul a:hover {
        opacity: .8; }
  @media screen and (max-width: 639px) {
    .breadcrumb ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }


.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 900;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  max-width: 80px;
  opacity: .7; }
  .re-btn img {
    width: 100%; }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }
  @media screen and (max-width: 639px) {
    .re-btn {
      position: fixed;
      bottom: 2%;
      right: 2%;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 20%;
      z-index: 10000;
      max-width: 60px;
      opacity: .7; }
      .re-btn img {
        width: 100%; }
      .re-btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)"; } }

/*  navigation  */
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
.ta-c {text-align: center; } }
.ta-r {text-align: right; }
.ta-l {text-align: left; }

.mt0 {margin-top: 0px; }
.mb0 {margin-bottom: 0px; }

.mt10 {margin-top: 10px; }
.mb10 {margin-bottom: 10px; }

.mt20 {margin-top: 20px; }
.mb20 {margin-bottom: 20px; }

.mt30 {margin-top: 30px; }
.mb30 {margin-bottom: 30px; }

.mt40 {margin-top: 40px; }
.mb40 {margin-bottom: 40px; }

.mt50 {margin-top: 50px; }
.mb50 {margin-bottom: 50px; }

.mt60 {margin-top: 60px; }
.mb60 {margin-bottom: 60px; }

.mt70 {margin-top: 70px; }
.mb70 {margin-bottom: 70px; }

.mt80 {margin-top: 80px; }
.mb80 { margin-bottom: 80px; }

.mt90 {margin-top: 90px; }
.mb90 {margin-bottom: 90px; }

.mt100 {margin-top: 100px; }
.mb100 {margin-bottom: 100px; }

.mt110 {margin-top: 110px; }
.mb110 {margin-bottom: 110px; }

.mt120 {margin-top: 120px; }
.mb120 {margin-bottom: 120px; }

.mt130 {margin-top: 130px; }
.mb130 {margin-bottom: 130px; }

.mt140 {margin-top: 140px; }
.mb140 {margin-bottom: 140px; }

  /*------------------------------
  　　　　　　ヘッダー
---------------------------------*/
header{
  width: 100%;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
}
.header-inner{
  width: 100%;
  height: 526px;
  background: url(../img/fv_img.png)no-repeat center center/contain;
  margin: 0 auto;
  position: relative;
}
.osawalogo img{
  position: absolute;
  bottom: 0;
}
h1{
  width:350px;
  padding-top: 20px;
  padding-left: 20px;
}

a.telno{
  background-color: #FFF;
  padding: 10px 40px;
  border-radius: 30px;
  height: fit-content;
  margin-top: 20px;
  margin-right: 20px;
  text-align: center;
  color: #10345e;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.telno::before{
  content: url(../img/telicon.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: sub;
}

.header-h2 {
  font-size:3rem;
  padding: 1% 0;
  text-align: center;
  font-weight: 800;
  background-color: #fbb03b;
  color: #FFF;
}

  @media screen and (max-width: 1200px) {
#header{
      width: 100%;
    }
.header-inner{
  width: 95%;
  height: 600px;
}
  }
@media screen and (max-width: 820px) {
  h1 {
    width: 300px;
    padding-top: 10px;
    padding-left: 20px;
}
#header{
  height: 590px;
}
.header-inner{
  width: 95%;
  height: 526px;
  /*background:url(../img/fv_img01_tb.jpg)center center/cover;*/
}

}

@media screen and (max-width: 639px) {
  #header{
    width: 100%;
    height: 670px;
    overflow-x: hidden;
  }

  .header-inner{
    width: 100%;
    height: 600px;
    background: url(../img/fv_img01-sp.jpg)no-repeat center center/cover;
  }
  #header>.column{width: 90%;}
  h1{
    width: 80%;
    padding:10px 20px;
}

.header-h2 {
  font-size: 2.5rem;
  padding: 5px;
  line-height: 1.6;
  -webkit-appearance: none;
}

}
 /*-----------------------
            ナビ
  ------------------------å*/
 .pc-nav{
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
  padding: 20px;
  border-radius: 30px;
  position: relative;
  top: 35px;
  z-index: 100;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.nav-column {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 100;
}
.nav-column li{
  font-weight: 500;
}

  @media screen and (max-width: 639px) {
    .nav-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
    .nav-column li{
      font-size: 1.2rem;
      }

@media screen and (max-width: 1000px) {
  .pc-nav{
    width: 95%;
    padding: 20px 5px;
  }
  .nav-column li{font-size: 1rem;}
  .nav-column li::before{font-size: 0.85rem;}
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index :900;
  right : 13px;
  top   : 10px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  /*background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));*/
  border-radius: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 15px;
  background : #10345e;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;

}
.hamburger span:nth-child(1) {top: 18px;}
.hamburger span:nth-child(2) {top: 28px;}
.hamburger span:nth-child(3) {top: 38px;}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 27px;
  left: 14px;
  background : #10345e;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 27px;
  background : #10345e;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position:fixed;
  top  : 0;
  right: 100vw;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 500;
}
nav.globalMenuSp a{
  visibility: hidden;
  overflow: hidden;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  padding: 20px 0;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  right: 0;
}
nav.globalMenuSp.active a{
  visibility:visible;
  right: 0;
}

.telnosp p{
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.telnosp p::before{
  content: url(../img/telicon.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

 /*----------------------
        メイン
-------------------------*/
main{
  width: 100%;
  margin: 0;
  background:url(../img/sec1_back.jpg)no-repeat top center;
  position: relative;
}
/*   見出し
------------------------------------------ */
.ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.ttl::before,.ttl::after{
  content:"ー";
  font-weight: 700;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
}

  @media screen and (max-width: 639px) {
    .ttl {
      font-size: 1.5rem;
      margin-bottom: 20px; 
      margin-left: 1px;
      margin-right: 1px;
    }
      .ttl::before, .ttl::after{ 
        width: 20px;
        height: 20px;
    }
  }


 /*コンセプトーパターンB*/
.b-ttl{
  margin: 50px auto 20px auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.b-ttl::before,.b-ttl::after{
  content:"ー";
  font-weight: 700;
  display: inline-block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#pattern_b .txt{
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.5;
}
.withebase {
  width: 70%;
  max-width: 900px;
  margin: 100px auto;
  padding: 1% ;
  background: rgba(255, 255, 255, 0.8);  
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 820px) {
  .b-ttl {
    margin:100px auto 50px auto;}
  .withebase {
    width: 80%;
  }
  #main.tabmain{
    width: 100%;
    margin: 0;
    background:url(../img/sec1_back.jpg);
    position: relative;
    height: 75vh;
  }
}
@media screen and (max-width: 639px) {
  .b-ttl{
    font-size: 2rem;
    margin: 0% auto 50px auto;
    padding-top: 80px;
  }
  .withebase{
    width: 95%;
    max-width: 900px;
    margin: 0px auto;
    padding: 2% ;
    background:none;
    box-shadow: none
  }
  #pattern_b .txt{
    text-align: center;
    margin-bottom: 100px;
    line-height: 2;
  }
}

/*加工例_Cパターン*/
#pattern_c {
  width: 100%;
  padding: 3%;
  background:url(../img/sec2_bag.jpg)no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 100px;
}

.c-list {
  width:  23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 2%;
  z-index: 10;
}
.c-list img{
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.c-list h3{
  height: 50px;
  color: #fff;
  text-align: center;
  padding: 1.3rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items:flex-start;
}
.c-list  p{
  color: #fff;
}
.c-list .txt{line-height: 1.4;}
.t-cbw{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 820px) {
  .c-list {
    width: 48%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .c-list h3{
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .c-list .txt{line-height: 1.2;}
}

  @media screen and (max-width: 639px) {
    .c-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px;
    } 
    
      .c-list {
        width: 100%;
        padding:0%;
        margin: 10px auto;
      }
    }

  @media screen and (max-width: 820px) {
    .h-txt{
      width: 100%;
      margin: 50px auto;
    }  
  }
    @media screen and (max-width: 639px) {
      #pattern_h { background: url(../img/sec3_back-sp.jpg)no-repeat center center/contain;}
      .h-txt{
        margin: 0 auto;
        line-height: 2.2;
        padding: 3rem 1rem;
        text-align: left;
      }  
      .t-cbw{
        font-size: 1.5rem;
        line-height: 1.6;
      }
    }

/*パターンG*/
#pattern_g {
  background: url(../img/sec3_back.png)no-repeat right bottom/contain;
  background-size: 40%;
  padding: 2% 0;
}
.g-column{
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  position: relative;
}

#pattern_g .ttl{
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
 }
.g-dl{
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;

}
.g-dl dt{
  width: 20%;
  font-weight: 700;
  line-height:1.4;
  color: #fff;
  text-align: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
}


.g-dl dd{
  width: 80%;
  line-height:1.6;
  border-right: #cccccc 1px solid;
  background: url(../img/alumi.jpg)no-repeat center center/cover;
  background-size: 110%;
}
.g-dl dt,.g-dl dd{
  border-bottom: #cccccc 1px solid;
  padding: 2%;
  display: flex;
  align-items: center;
}
.g-dl dt:first-of-type,.g-dl dd:first-of-type{
  border-top: #cccccc 1px solid;
}
dt.tin{
	color:#DCF2FF;
}
dd.tin{
	color:#12688B;
}

#pattern_g aside{
  font-size: .85rem;
  line-height: 1.6;
  padding-bottom: 30px;
}
.hight_arrange{
  height: 100%;
}
@media screen and (max-width: 639px) {
  #pattern_g aside{
    width: 90%;
  }
}
/*パターンG2((会社概要）*/
#pattern_g2 {
  background: url(../img/sec3_back.png)no-repeat right bottom/contain;
  background-size: 40%;
  padding: 2% 0;
}
#pattern_g2 .ttl{
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
 }
 #pattern_g2 .g-column .g-img{
  width: 49%;
 }
 #pattern_g2 .g-dl dt{
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .g-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
    margin: 50px auto;
  } 
  .g-img {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 500px;
    margin-bottom: 50px;
  }
  .g-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  .g-dl{width: 100%;}

  #pattern_g2 .g-column .g-img{
    width: 100%;
   }
  .g-dl dt, .g-dl dd {padding: 3%;}
  #pattern_g{margin-bottom: 0px;}
}

@media screen and (max-width: 639px) {
  .g-column {margin: 20px auto;}
  .g-img {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
  }
  .g-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  #pattern_g .ttl{
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
  }
  #pattern_g #work .txt.-center {
  margin-top: 20px;
}
/*パターンG2((会社概要）*/
#pattern_g2 #company .g-dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  margin: 10px auto;
}

#pattern_g2 #company .g-dl dd,#pattern_g2 #company .g-dl dt{
  width: 100%;
  border: none;
}
  }

/*パターンA*/
#pattern_a{
  width: 100%;
  padding: 3%;
  background:url(../img/sec4_back.jpg)no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}
.a-column{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
}

#pattern_a .txt{
  width: 50%;
  padding: 2rem;
  color: #fff;
}
#pattern_a .a-column {
  width: 100%;
}

#pattern_a .a-img{
  width: 40%;
  margin: 0 auto;
}

#pattern_a .a-img img{
  /*height:100%;*/
  object-fit: contain;
}

@media screen and (max-width: 820px) {
  #pattern_a .a-column{margin-top: 50px;}
  #pattern_a .txt,#pattern_a2 .a-img{
    width: 100%;
    height: auto;
  }
  #pattern_a .a-img{
    width: 100%;
    text-align: center;
  }

}

@media screen and (max-width: 639px) {
  #pattern_a .txt, #pattern_a2 .a-img{height: 100%;}
  #pattern_a .a-column{margin-top: 10px;}
  #pattern_a .ttl{margin-bottom: 0; padding: 1%;}
  #pattern_a .txt {padding: 1rem;}
  #pattern_a .a-column {flex-direction: column;}
}

/*お問い合わせ*/
#contact {
  width: 100%;
  margin: 0;
  background:url(../img/sec1_back.jpg)no-repeat top center/cover;
  position: relative;
  padding: 3%;
}

.contact-ttl{
  margin: 50px auto 20px auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.contact-ttl::before,.contact-ttl::after{
  content: "ー";
  display: inline-block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#contact .txt{text-align: center;}
#contact .design-circle-03{
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: url(../img/dot03.svg)no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .contact-ttl {
    margin:50px auto 0 auto;
    text-align: center;
    font-size: 2rem;
    position: relative;
}
}
@media screen and (max-width:  639px) {
  .ttl-contact{
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .ttl-contact::before{
    content: none;
  }
  #contact .txt{
    text-align: left;
  }
  #contact .design-circle-04{
    width: 120px;
    height: 120px;
  }
  #contact .design-circle-03{
    top: 3%;
    width: 120px;
    height: 120px;
  }
}

/*--------------------------------
    コンタクトフォーム
---------------------------------*/
#formWrap {
	width:750px;
	margin:10px auto;
	color:#555;
  font-size: 1rem;
  padding: 2%;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
}
.formwhole{
  background-color: #fff;
  padding:3% 2%;
}
.red {
  display: inline-block;
  background-color: #E00A19;
  padding:1px 5px;
  color: #fff;
  font-size:  0.8rem;
  margin-left: 5px;
}
.gray {
  display: inline-block;
  background-color: #606060;
  padding:1px 5px;
  color: #fff;
  font-size:  0.8rem;
  margin-left: 5px;
}

#formWrap table.formTable{
	width:90%;
	margin:0 auto;
  border-collapse:collapse;
  background-color: #fff;
}

#formWrap table.formTable-mail{
	width:100%;
	margin:0 auto 20px auto;
  border-collapse:collapse;
  background-color: #fff;
}

#formWrap table.formTable tbody tr{
  display: flex;
  flex-direction: column;
}
#formWrap table.formTable-mail tbody tr{
  display: flex;
}

#formWrap table.formTable td{
	padding: 10px;
  text-align: left;
}
#formWrap table.formTable-mail td{
	padding: 15px;
  width: 70%;
  border-bottom: #ccc solid 1px;
}


#formWrap table.formTable th{
  vertical-align:top;
	text-align:left;
  font-size: 15px;
}
#formWrap table.formTable-mail th{
vertical-align: middle;
    text-align: left;
    font-size: 15px;
    background-color: none;
    border-bottom: 1px solid #fff;
    background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
    color: #fff;
    padding: 2%;
    width:  30%;
}

#formWrap table.formTable th p{
  text-align: left;
  border-radius: 1rem;
  font-size: 14px;
}

#formWrap .formTable input{
  background-color: #FFF;
  border: #606060 1px solid; 
  padding-left:10px;
  height: 35px;
  font-size: .9rem;
  width: 100%;
}
#formWrap .formTable-mail input{
  background-color: #FFF;
  border: #606060 1px solid; 
  padding-left:10px;
  height: 35px;
  font-size: .9rem;
  width: 100%;
}

#formWrap .formTable textarea{
  width: 100%;
  border: #606060 1px solid; 
  background-color: #FFF;
  padding: 5px;
  font-size: .9rem;
}

#formWrap td.radio{display: flex;}
#formWrap input.radiochecke{
  width: 20px;
  margin-right: 5px;
  background-color: #b0b0b0;
}
#formWrap input.radiochecke {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background-color: #fff;
  border: none;
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border: #606060 1px solid;
}
#formWrap input.radiochecke:hover{ background-color: #d0d0d0;}

  input.radiochecke:checked::before {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "\f00c";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
  }

  #formWrap .privacy{
    padding: 2%;
    width: 80%;
    height: 200px;
    margin: 30px auto 10px auto;
    overflow-y: scroll; 
    border: #606060 1px solid;
  }
  #formWrap .privacy h3{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }
  #formWrap .privacy p,.privacy-list{
    font-size: .85rem;
    line-height: 1rem;
  }
  #formWrap .privacy-list li{
    list-style: inside;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #formWrap .privacycheck{
    width: 90%;
    margin: 20px auto 50px auto;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #formWrap .formbtn {
    margin-top: 20px;
    text-align: center;
  }
  #formWrap .formbtn input{
    background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
    padding: 1%;
    margin: 10px 0;
    color: #FFF;
    width: 150px;
  }
  #formWrap .formbtn input.reset{
    background-image: none;
    background-color: #ccc;
  }
  #formWrap .submit-btn{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#formWrap .submit-btn:hover{opacity:.7;}
#formWrap .formbtn input.reset:hover{opacity:.7;}
#formWrap .formbtn input.reset:hover{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

  @media screen and (max-width:  820px) {
    #formWrap{
      width: 100%;
    }
    #formWrap .formstyle {
      width: 100%;
      margin: 20px auto;
    }
    #formWrap .privacy{
      padding: 2%;
      width: 90%;
      height: 200px;
    }
    #formWrap .privacycheck{
      width: 100%;
      display: -webkit-box;
      display: flex;
      align-items: center;
      justify-content: center;
      }
    #formWrap .formstyle textarea{height: 150px;}
    }

  @media screen and (max-width: 639px) {
  #formWrap {
	width:100%;
	margin:20px auto;
  padding: 10px;
}

.formwhole{
  padding:3% 0%;
}
#formWrap table.formTable-mail tbody tr{
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
#formWrap table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
#formWrap table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
#formWrap form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	display:block;
}
#formWrap table.formTable-mail th,#formWrap table.formTable-mail td{
  width: 100%;
}

#formWrap form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:90%;
	height:40px;
  margin: 0 auto;
}
#formWrap td.radio{flex-direction: column;}
#formWrap td.radio>div{margin-bottom: 5px;}
#formWrap .radiobox {
  flex-direction: column;
  margin-bottom: 2%;
}
.formTable textarea {height: 200px;}
.privacy{width: 90%;}
.formbtn {margin-bottom: 20px;}
#formWrap .formbtn input.reset
{
  background-color: #ccc;
  margin: 0 auto;
  width: 90%;
}

}
/*送信確認ページ*/
#cheked {
  padding-top: 10%;
  color:#10345e;
}
  
.cheked-ttl{
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  #cheked {padding-top: 15%;}
  .cheked-ttl {margin-bottom: 20px;}
}

/*サンクスページ*/
#thanks {
  padding: 10% 0 ;
  height: 100vh;
}
#thanks .contact-ttl{margin: 0 auto 50px auto;}

.return{
  width: 250px;
  margin: 50px auto 0 auto;
  text-align: center;
  display: block;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
  color: #fff;
  padding: 2%;
}

@media screen and (max-width: 820px) {
  #thanks { padding:30% 0; }
  #thanks .contact-ttl{
    line-height: 1.6;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
  }
}

@media screen and (max-width: 639px) {
  #thanks {padding:10% 0 ;}
  #thanks .contact-ttl{
    line-height: 1.3;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  #thanks .contact-ttl::before,
  #thanks .contact-ttl::after{content:none;}
}

  /*フッター*/
  #footer{
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
  color: #fff;
  padding: 2% 0 1% 0;
}
.footer-column{
  width: 80%;
  max-width: 800px;;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
  .footer-logo {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
  }
#footer a.telno{
margin-top: 0;
}

.fotter-address{
  text-align: center;
  font-style: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  color: #fff;
}
div.fotter-address{
  display: flex;
  justify-content: center;
}
div.fotter-address p{
  color: #fff;
}
div.fotter-address p.mr10{
  margin-right: 10px;
}

  .copyrite{
    color: #fff;
    text-align: center;  
    margin-top: 40px;
    font-size: .85rem;
  }

  /* thanksページのfooter（短いとフッターが下につかないため）*/
  #footer-thanks{
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
    color: #fff;
    padding: 2% 0 1% 0;
    position: absolute;
    bottom: 0;
  }


  @media screen and (max-width: 820px) {
    .footer-column{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; 
      margin: 0 auto;
      align-items: center;
    } 
    .fotter-address{
      line-height: 1.4;
      margin-bottom: 3px;
    }
    .footer-logo {
      margin-bottom: 10px;
    }
      .telno {
        width: 40%;
        padding: 1px 15px;
        text-align: center;
    }
     .footer-postion {bottom: 0;}
    }

    @media screen and (max-width: 639px) {
      .footer-column {
        width: 85%;
      }
      .footer-logo{
        font-size: 1.3rem;
      }
      #footer a.telno {
        margin: 0;
        margin-bottom: 10px;
      }
      footer a.telno{
        width: 80%;
      }
      nav.globalMenuSp.active a.telno {
        width: 80%;
        margin: 5% auto;
        padding: 3%;
          }
          div.fotter-address{
           flex-direction: column;
           margin: 10px auto;
          }
          #footer-thanks{
            width: 100%;
            background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
            color: #fff;
            padding: 2% 0 1% 0;
            position: relative;
            bottom: 0;
          }
    }

  /*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
background-image: linear-gradient(90deg, rgba(0, 88, 142, 1), rgba(0, 160, 213, 1));
text-align:center;
color: #606060;
}

/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo{
  width:400px;
}
#splash_logo img{
width: 100%;}
@media screen and (max-width: 639px) {
  #splash_logo{
    width:350px;
  }
}

* {
  -webkit-appearance: none;
  }
  .disable-auto-tel{
    pointer-events: none;

  }