@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 Serif JP', serif;  
  font-weight: 300; 
  font-size: 16px;
}

@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 Serif JP', serif;    
    font-weight: normal; } }

body {
  line-height: 1; }

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; }

/* 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; }

/*  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; } }


      @media screen and (max-width: 664px) {
        body{
        overflow-x: hidden;
      }
    }      
/*   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: 97%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 664px) {
    .inner {
      width: 95%; } }

  @media screen and (max-width: 664px) {
        .sp {display: block; } }
  @media screen and (min-width: 665px) {
          .sp {display: none !important; } }
  @media screen and (max-width: 664px) {
          .pc {display: none !important; } }

    @media screen and (min-width: 347px) {
      .sp346 {
        display: none !important; } }
    
        @media screen and (max-width: 346px) {
          .sp346 {
        display: block !important; } }

.t-c {
  text-align: center; }

.block {
  display: block; }

.table {
  display: table; }

@media all and (-ms-high-contrast: none\0) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0); } }

    @media screen and (min-width: 665px) {
      .br::before {
    content: "\A";
    white-space: pre; } }

@media all and (-ms-high-contrast: none\0) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0); } }

    /*@media screen and (min-width: 665px) {
      br.-sp {
    display: none; } }

    @media screen and (max-width: 664px) {
      br.-pc {
    display: none; } }*/

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

/*   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; }

/*   見出し
------------------------------------------ */
/*   見出し
------------------------------------------ */
.ttl {
  line-height: 1.6;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 8px;
}
section h2.ttl::before{
content: '';
display: block;
background: url(../img/common/ttl-icon.svg)no-repeat top center/contain;
width: 20px;
height: 180px;
margin: 0 auto 50px auto;
}
section .ttl span{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #606060;
  letter-spacing: 3px;
}
section .ttl span::before,
section .ttl span::after{
  content:""; 
  height:1px;
  width:80px;
}
section .ttl span::before{
  margin-right: 10px;
  background:#B4B4B4;
}
section .ttl span::after{
  margin-left: 10px;
  background:#004290;
}

  @media screen and (max-width: 639px) {
    .ttl {
      font-size: 1.8rem;
   } 
   section .ttl span::before,
   section .ttl span::after{
     content:""; 
     height:1px;
     width:50px;
   }}


/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem; }

  .txt.-bold {font-weight: bold; }
  .-white {color: #FFF; }
  .txt.-black {color: #242424; }

  .txt-c {text-align: center; }
  .txt-r {text-align: right; }
  .txt-l {text-align: left; }

/* ぱんくず */
.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; } }

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: -webkit-linear-gradient(transparent 60%, #ffea77 0%);
  background: -o-linear-gradient(transparent 60%, #ffea77 0%);
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold; }

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: -webkit-linear-gradient(transparent 70%, #189a5e 0%);
  background: -o-linear-gradient(transparent 70%, #189a5e 0%);
  background: linear-gradient(transparent 70%, #189a5e 0%); }

.re-btn {
  position: fixed;
  bottom: 15%;
  right: 0%;
  z-index: 50;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  max-width: 70px;
  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: 15%;
      right: 2%;
      z-index: 50;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 30%;
      z-index: 200;
      max-width: 50px;
      opacity: .7; }
      .re-btn img {
        width: 100%; }
      .re-btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)"; } }

/*  navigation  */
/*   HELPER
------------------------------------------ */
.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%;
  margin: 0 auto;
  height: 120px;
  background: rgb(23,70,152);
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
#header h1{
  font-size: 1.2rem;
  color: #fff;
}
#header a h1{
  font-size: 1.2rem;
  color: #fff;
}
.logobox{
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.logobox img{
  width: 40px;
  display: inline;
  margin-right: 5px;
}
#header h1 span{
  font-size: .85rem;
  color: #fff;
  display: block;
  font-weight: 300;
  margin-bottom: 5px;
}
#header::after{
  content: '';
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top:7rem;
  }
/*-----------------------
            ナビ
  ------------------------*/
  .pc-nav{
    display: flex;
    align-items: center;
    width: 70%;
  }
  .nav-column {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    align-items: center;
    z-index:
     100;
  }
  .nav-column li{
    font-size: 1rem;
    margin-right: 0.5%;
    }
    .nav-column li a{
      color: #FFF;
      position: relative;
      display: block;
      }

      .nav-column li.li-contct a{
        background-color: #fff;
        color: #004290;
        padding: 3%;
        text-align: center;
        width: 120px;
        transition: .5s;
      }
  .nav-column li a::before{
    content: '';
    background: url(../img/common/arrow_under.svg)no-repeat center center/contain;
    display:inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    text-align: center;
  }

 /* .nav-column li a:hover{
   color: #fff;
  }*/

  .nav-column li a::after{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -3px;
    left: 10%;
    /*線の形状*/
    width: 90%;
    height: 1px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
  }
  /*現在地とhoverの設定*/
.nav-column li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

  /*お問い合わせボタン設定*/
.nav-column li.li-contct a::after{
  content: none;
}
.nav-column li.li-contct a::before{
  content: none
}
.nav-column li.li-contct a:hover{
  opacity: .3;
}

  @media screen and (max-width: 1024px) {
    #header {
      height: 140px;
    }
    #header::after{ top: 8rem;}
    header .inner.column{
      flex-direction: column;
      margin: 0 auto;
    }
    #header h1{
      text-align: center;
      margin-bottom: 20px;
    }
    .pc-nav{
      width: 97%;
      margin: 0 auto;
    }
    .nav-column li {
      font-size: .9rem;
    }
    .nav-column li::before{font-size: 0.85rem;}    
  }
  @media screen and (max-width: 664px) {
    #header {
      height: fit-content;
      padding: 6% 0;
    }
    #header::after {
      bottom: 4%;
  }
  #header h1{
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
   } 
    #header h1 span{
      font-size: 1rem;
    }
    #header .logobox {
      margin:10px auto;
      flex-direction: column-reverse;
      align-items: center;
    }
    #header .logobox img{
      width: 25%;
      margin-right: 10px;
      margin-bottom: 10px;
    }
    .nav-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } 

.sp.spnav{
  display: flex;
  justify-content: space-around;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

.sp.spnav a,.sp.spnav .hamburger.sp{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.sp.spnav a.contctlink::before{
  content: '';
  background: url(../img/common/mail.svg)no-repeat center center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  margin-right: 3%;
}

.sp.spnav .hamburger.sp::before,.sp.spnav .hamburger2.sp::before{
  content: '';
  background: url(../img/common/hamburger.svg)no-repeat center center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  margin-right: 3%;
}
.sp.spnav li{
 border: 1px solid #fff;
 padding: 2%;
 width: 45%;
 text-align: center;
}
  }

@media screen and (max-width:346px) {
.sp.spnav {width: 95%;}
#header h1{font-size: 2rem;}
.sp.spnav li{
  padding: 1%;
  width: 49%;}

.sp.spnav a, .sp.spnav .hamburger.sp{font-size: .85rem;}
#header::after{display: none;}
  }

  @media screen and (max-width:280px) {
    #header{
      color: #fff;
    }
    #header h1{font-size: 1.5rem;}

  }

/*　ハンバーガーボタン　*/
.hamburger,.hamburger2 {
  display : block;
  color: #FFF;
}
.hamburger2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  top : 0px;
  right: 15px;
  background : #fff;
  z-index: -100;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger2 span {
  display : none;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  bottom: 500px;
  right: 15px;
  background : #fff;
  z-index: -100;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  right: 15px;
  background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  z-index:500;
}
.hamburger2.active span:nth-child(1) {
  display : block;
  right: 15px;
  background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  z-index:1500;
}
.hamburger.active span:nth-child(2){
  right: 15px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  z-index:1500;
}
.hamburger2.active span:nth-child(2){
  display : block;
  right: 15px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  z-index:500;
}

nav.globalMenuSp {
  position:fixed;
  top  : 0;/*（ヘッダーメニュー）上部に固定*/
  right: 100vw;
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 300;
}
nav.globalMenuSp2 {
  position:fixed;
  bottom  : 70px;/*（ナビゲーションメニュー）下部に固定*/
  right: 100vw;
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 0;
}
nav.globalMenuSp a,nav.globalMenuSp2 a{
  visibility: hidden;
  overflow: hidden;
}

nav.globalMenuSp ul,nav.globalMenuSp2 ul  {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp.sp ul li,nav.globalMenuSp2.sp ul li {
  list-style-type: none;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #fff;
  transition: .4s all;
}

nav.globalMenuSp ul li:last-child,nav.globalMenuSp2 ul li:last-child  {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a,nav.globalMenuSp2 ul li a {
  display: block;
  padding: 30px 0;
  text-decoration :none;
}

nav.globalMenuSp ul li a::before{
  content: '';
  background: url(../img/common/arrow_under.svg)no-repeat center center/contain;
  display:inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
nav.globalMenuSp2 ul li a::before{
  content: '';
  background: url(../img/common/arrow_under.svg)no-repeat center center/contain;
  transform: rotateX( 180deg );/*(ナビゲーションメニュー)矢印上に*/
  display:inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active,
nav.globalMenuSp2.active  {
  opacity: 100;
  right: 0;
  
}
.globalMenuSp.active a,
nav.globalMenuSp2.active a{
  visibility:visible;
  right: 0;
}

/*---====================================
              
          メインコンテンツ

====================================---*/

section.fv {
  margin-bottom: 0;
  
}
section.fv .inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main .contents{
  width: 100%;
  margin-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 639px) {
  main .contents{
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

/*------------------------
      ファーストビュー
------------------------*/
.fv{
  width: 100%;
  padding: 10% 2%;
  overflow-x: hidden;
 /*  background: url(../img/top/fv-01.jpg)no-repeat center center/cover; */
  display: flex;
  justify-content: right;
}
.fvbox{
  text-align: left;
  width:50%;
  min-width: 650px;
  height: 300px;
}
.fvbox h1 {
  margin-bottom: 40px;
}
.fvbox h1 strong{
  font-size: 2.8rem;
  font-weight: 400;  
  background: #fff;
  padding:1% 3%;
  color: #004290;
  display: inline-block;
  width: fit-content;
  letter-spacing: 2px;
}
.fvbox h1 span{
  font-size: 2.5rem;
  font-weight: 400;  
  display: inline-block;
  color: #004290;

}
.fvtxt{
  color: #004290;
  font-size: 2.2rem;
  font-weight: bold;  
  line-height: 1.8;
  text-shadow:0px 0px 15px #fff, 0px 0px 15px #fff, 
              0px 0px 15px #fff, 0px 0px 15px #fff, 
              0px 0px 15px #fff, 0px 0px 15px #fff, 
              0px 0px 15px #fff, 0px 0px 15px #fff
}

.fvbule span:nth-child(1),.fvbule span:nth-child(2),
.fvbule span:nth-child(3),.fvbule span:nth-child(4),.fvbule span:nth-child(5){
  color: #fff;
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  padding: 0px 6px;
  margin: 3px;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;  
  line-height: 1.3;
  box-sizing: border-box;
  text-shadow:none;
}

@-moz-document url-prefix(){
  .fvbox{
    height: 500px;
    margin-right: 80px;
    padding-top:15%;
  }
}


@media screen and (max-width: 664px) {
  .fv{
    justify-content: center;
  }
  .fvbox{
    width: 100%;
    min-width:initial;
    margin: 0 auto;
    height: 400px;
  }
  .fvbox h1{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: baseline;
  }
  .fvbox h1 strong{
    padding: 3%;
    font-size: 2.5rem;
    width: 85%;
    text-align: center;
    margin: 10px auto;
  }
  .fvbox h1 span{
    width: 100%;
    text-align: center;
  }
  /*.fvbox h1 strong:first-of-type{
    margin-bottom: 15px;
  }*/
  /*.fvbox h1 strong:last-of-type{
    text-align: right;
  }*/
  .fvtxt{
    font-size: 1.9rem;
    text-align: center;
  }

  .fvbule span:nth-child(1),.fvbule span:nth-child(2),
  .fvbule span:nth-child(3),.fvbule span:nth-child(4),.fvbule span:nth-child(5){
    width: 2.6rem;
    height: 2.6rem;
    padding: 1px 5px;
    font-size: 1.9rem;
    margin: 1.5px;
}
}
@media screen and (max-width: 490px) {
.fv{
  background: url(../img/top/fvsp-01.jpg)no-repeat center center/cover;
  justify-content: center;
}
.fvbox{
  width: 100%;
  min-width:initial;
  margin: 0 auto;
  height: 400px;
}
.fvbox h1{
  justify-content: center;
}
.fvbox h1 strong{
  padding: 3%;
  font-size: 2.2rem;
}
.fvtxt{
  text-align: center;
  font-size: 1.5rem;
}
.fvbule span:nth-child(1),.fvbule span:nth-child(2),
.fvbule span:nth-child(3),.fvbule span:nth-child(4),.fvbule span:nth-child(5){
  padding: 1px 5px;
  font-size: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  margin: 1px;
}
}
@media screen and (max-width: 366px) {
  .fvbox{
  width: 100%;
  }
  .fvbox h1 strong{
    padding: 2% 3%;
    font-size: 2rem;
  }
  .fvtxt{
    font-size: 1.3rem;
  }
  .fvbule span:nth-child(1),.fvbule span:nth-child(2),
.fvbule span:nth-child(3),.fvbule span:nth-child(4),.fvbule span:nth-child(5){
  padding: 1px 5px;
  font-size: 1.3rem;
  width: 1.9rem;
  height: 1.9rem;
}
}

@-moz-document url-prefix(){
  .fvbox{
    height: 500px;
    margin-right: 80px;
    padding-top:15%;
  }
  @media screen and (max-width: 664px) {
    .fvbox{
      width: 90%;
      min-width:initial;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 366px) {
    .fvbox{
    width: 95%;
    }
  }
}

.fixdmenu{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px;
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);  
}

/*--------------
企業理念 #about
--------------*/
#about .txt-c{
  letter-spacing: 2px;
  margin: 50px auto;
}
#about .contents{
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);  
  padding-bottom: 0;
}

#about .inner.column{
margin-left: 0;
padding: 4% 0;
width: 90%;
max-width: 1500px;
align-items: center;
}

#about .column-left{
  width: 48%;
  height: 600px;
  box-shadow: 15px 15px 0px 0px #f7f7f7 ;
  position: relative;
  bottom: 80px;

}
#about .column-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .column-right{
  width: 48%;
  color: #fff;
  line-height: 2;
  font-feature-settings: “palt”;
}
@media screen and (max-width: 1000px) {
  #about .contents{
    margin-top: 150px;
  }
  #about .inner.column{
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  }
  #about .column-left{
    height: 450px;
  }
  #about .column-left,
  #about .column-right{
    width: 100%;
  }
}

/*スマホ*/
@media screen and (max-width: 664px) {
#about .contents{
  margin-top: 80px;
}
#about .txt-c{
  width: 90%;
}
#about .sp.inner{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

#about .column-left{
width: 100%;
height: 300px;
margin:10px auto;
box-shadow: 7px 8px 0px 0px #f7f7f7;
}
#about .-white{
  position: relative;
  bottom: 40px;
  left: 0; right: 0;
  line-height: 1.8;
}
#about .-white:last-of-type{
  bottom: 0;
}
#about .column-center{
width: 100%;
margin-bottom: 20px;
}
#about .column-center img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

/*--------------
事業内容 #service
--------------*/
#service {
  background: #f7f7f7; 
  padding-bottom: 0;
}
.business h3.ttl{
  font-size: 1.5rem;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#service .contents{
  justify-content:space-around;
}

.business{
  width: 45%;
  background: #fff;
  padding: 2%;
}
.business h3.ttl span{
  letter-spacing: 1px;
}

.business figure{
  margin-bottom: 15px;
}
.business p{
  margin-bottom: 15px;
}

.servicelist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
} 
.servicelist li{
  width: 32%;
  height: 32px;
  margin-bottom: 5px;
}
.servicelist li img{
  width: 100%;
}
.servicelist::after{
  content:"";
  display: block;
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .servicelist li{
    width: 49%;
    margin-bottom: 15px;

  }
  .servicelist li img{
    width: 100%;
    object-fit: cover;

  }
}
@media screen and (max-width: 639px) {
  #service .contents{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .business{
    width:100%;
    margin-bottom: 50px;
}
.servicelist li{
  margin-bottom: 4%;
}
.business p{
  width: 90%;
  margin: 30px auto;
}
}

/*--------------
谷山パートナーズの強み #merit
--------------*/
.merit-list li{
  margin-bottom: 80px;
}

.merit-img{
  width: 45%;
  height: 350px;
  box-shadow: 15px 15px 0px 0px #f7f7f7 ;
}
.merit-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit-txt{
  width: 48%;
}
.merit-txt h3 {
  font-size: 1.5rem;
  margin: 20px auto;
  letter-spacing: 2px;
  line-height: 1.2;
}
.merit-txt h3 span{
  color: #fff;
  background-color: #004290;
  padding:1% 3%;
  display: table;
  margin-bottom: 15px;
}

@media screen and (max-width: 639px) {
  #merit .ttl{
    letter-spacing: normal;
  }
  .merit-img{
    width: 92%;
    height: 200px;
    margin: 0 auto;
    box-shadow: 15px 15px 0px 0px #f7f7f7 ;

}
.merit-txt{
  width: 90%;
  margin: 20px auto;
}
.merit-txt h3 {
  text-align: center;
  line-height: 1.6;
}
.merit-txt h3 span{
  margin: 20px auto;
}
.merit-list li.column:nth-child(1),
.merit-list li.column:nth-child(3){
  flex-direction: column-reverse;
}
}
/*------------------------
   サポート実績 #works
------------------------*/
#works {
  background: #f7f7f7; 
  padding-bottom: 0;
}
#works .txt-c{
  letter-spacing: 2px;
  margin: 50px auto;
}
.worklist-inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.table { 
  width: 100%;
  margin: 0 auto;
}
.table thead {
  color: #fff;
  background: #004290;
}
.table th,.table td {
    border: 1px solid #ccc; 
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    font-size: 15px;
    vertical-align:middle;
}

#works .table-other{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  font-size: 14px;
  vertical-align:middle;
  margin-top: 30px;
}
.table th{padding: 5px;}
table td {padding: 5px;}
#works table td.txt-c {
  font-size:13px;
  letter-spacing: 1px;
}
/*---業種---*/
td.work-icon span{
  width: 60px;
  color:#fff;
  font-size: .85rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding:5% 3%;
}
/*建設業*/td.work-icon.-const span{background-color: #006837;}
/*サービス業*/td.work-icon.-service span{background-color: #FF9CCC;}
/*運送業*/td.work-icon.-carrier span{background-color: #66BC55;}
/*倉庫業*/td.work-icon.-whse span{background-color: #00B2BF;}
/*製造業*/td.work-icon.-mfg span{background-color: #0071BC;}
/*飲食業*/td.work-icon.-eatery span{background-color: #F7931E;}

/*---金額---*/
td.amount{
  width: 120px;
  text-align: right;
}
#works .aside{
  font-size: .85rem;
  text-align: right;
}
@media screen and (max-width: 639px) {
  #works {
    background: #f7f7f7; 
    padding-bottom: 100px;
  }
  #works .txt-c.ttl-txt{
   width: 90%;
    margin: 50px auto;
  }
  .table_container{
    height: fit-content;
    overflow-y: hidden !important;
  }
  #works td.txt15{
    font-size: 14px;
  }
  .table.inner { 
    width: 1000px;
    margin: 0 30px;;
  }
  main #works .contents.table_container{
    padding-bottom: 0;
  }
  #works .aside{
    text-align: left;
    margin-left: 2rem;
  }
  #works .table-other{
  }
}


/*----------------
      会社概要
--------------------*/

#company{
  width: 100%;
  margin: 0 auto;
}
#company .inner{
  margin: 0 auto;
}

#company figure.column-left{
  width: 40%;
  box-shadow: 15px 15px 0px 0px #f7f7f7 ;
}

#company .column-right{
  width: 45%;
  z-index: 10;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  line-height: 1.6;
  margin: 0 auto;
}

#company .column-right dt{
  width: 30%;
  line-height:1.4;
  color: #174698;
}
#company .column-right dd{
  width: 70%;
  line-height:1.6;
}
#company .column-right dt,#company .column-right dd{
  border-bottom: #174698 1px dotted;
  padding: 2.5%;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;}

#company .column-right dd.advisor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#company .column-right dd.advisor ul li{
  font-size: .9rem;
}
#company .column-right dd.advisor ul li::before{
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
.noneline [href^="tel:"] {
  -webkit-appearance: none!important;;
  appearance: none;  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  
}
.noneline {
  -webkit-appearance: none !important;
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
}


.company dl a[href^="x-apple-data-detectors://"] {
  pointer-events: none;
}
.noneline[href^="x-apple-data-detectors://"] {
  pointer-events: none;
}
.noneline[href^="x-apple-data-detectors://"]::after{
  content: '';
  display: block;
  border-bottom: 5px solid #fff;
  width: 100%;
  position: relative;
  z-index: 100;
  bottom: 6px;
}


@media screen and (max-width: 664px) {
  #company h2.ttl{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

#company{
    margin: 0 auto 10px auto;
  }
#company figure.column-left{
  width: 95%;
  height: 300px;
  margin:0 auto 50px auto;
  }
#company .column-right{
  width: 95%;
  font-size: .9rem;
}
#company .column-right dt,#company .column-right dd{
border-bottom: #174698 1px dotted;
padding: 2.5% 0;
display: block;
}
#company .column-right dd.advisor ul li {
  font-size: .85rem;
}
.noneline{
  position: relative;

}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .noneline [href^="tel:"] ::after{
    -webkit-appearance: none!important;;
    appearance: none;  color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    content: '';
    display: block;
    border-bottom: 5px solid #fff;
    width: 100%;
    position: relative;
    z-index: 100;
    bottom:7px;
  }

  .noneline ::after {
    -webkit-appearance: none !important;
    appearance: none;  color: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    content: '';
    display: block;
    border-bottom: 4px solid #fff;
    width: 100%;
    position: relative;
    z-index: 100;
    bottom:3px;
  }
}

/*--------------------------------
    コンタクトフォーム
---------------------------------*/
#contact {
  background: #f7f7f7; 
  padding-bottom: 100px;
}
#formWrap {
	width:750px;
	margin:50px auto 100px auto;
  font-size: 1rem;
  padding: 1%;
  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: 1%;
    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;
    line-height: 1.5;
  }
  #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;
}

#formWrap table.formTable-mail td:nth-last-of-type(4){
  border-bottom:none;
}

  @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: 90%;
  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%;
}

}

/*------------------------
   サンクスページ #thanks
------------------------*/
#thanks,#cheked{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#thanks .ttl,#cheked.ttl{
  letter-spacing: normal;
}
#thanks .txt-c,#cheked .txt-c{
  letter-spacing: 2px;
  margin: 50px auto 100px auto;
}


/*---====================================
              
              フッター

====================================---*/


footer{
  width: 100%;
  margin: 0 auto;
  background: rgb(23,70,152);
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

footer::before{
  content: '';
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top:1rem;
  }

footer .inner.column{
margin-top: 30px;
}


.taniyama-logo{
  font-size: 1.5rem;
  color: #fff;
}
.taniyama-logo span{
  font-size: .9rem;
  color: #fff;
  display: block;
  font-weight: 300;
}

  footer .nav-column li a::before{
    transform: scale(1,-1);
  }
  footer .copy{
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: .85rem;
  }

    /* thanksページのfooter（短いとフッターが下につかないため）*/
    #footer-thanks{
      width: 100%;
      background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
      color: #fff;
      padding: 2% 0 1% 0;
      position: absolute;
      bottom: 0;
    }
  
    @media screen and (max-width: 1024px) {
 
      footer::after{ top: 8rem;}
      footer .inner.column{
        flex-direction: column-reverse;
        margin: 10px auto;
        top: 10px;
      }
      .taniyama-logo {
        text-align: center;
        margin-top: 20px;
      }
      footer .logobox {
        margin:30px auto;}
    }
  
    @media screen and (max-width: 664px) {
      footer{
        padding-bottom: 100px;
        z-index: 50;
        overflow: hidden;
      }
      
      .taniyama-logo{
        margin: 0 auto;
      }
      #footer-thanks{
        position: fixed;
      }
      footer .logobox {
        flex-direction: column-reverse;
        align-items: center;
      }
      .logobox img{
        width: 25%;
        margin-right: 10px;
        margin-bottom: 10px;
      }
      }
      

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

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
text-align:center;
color: #fff;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo p{
  font-size: 2.5rem;
}
#splash_logo p{width: 100%;}
#splash_logo p img{
  width: 10%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 639px) {
  #splash_logo p{
    font-size: 2rem;
    line-height: 1.2;
  }
  #splash_logo p img{
    width: 30%;
    margin-bottom: 30px;
  }
}

*{
  -webkit-appearance: none !important;
  appearance: none !important;
  }
  body { -webkit-text-size-adjust: 100%; }
