@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: "heisei-kaku-gothic-std", sans-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;
  /*display: flex;*/}


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 60px;
  overflow: hidden;
  cursor: pointer;
  background: #001d4c;
  color: #FFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
	margin: auto;
}
  .btn:hover {
    opacity: .7; }
    .btn:hover i:last-child {
      right: -1rem; }
  .btn.-center {
    margin-left: auto;
    margin-right: auto; }

/*   見出し
------------------------------------------ */
/*   見出し
------------------------------------------ */
.ttl {
  line-height: .8;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
	position: relative;
		color:#072d77;
}
.ttl_{
	text-align: left;padding-left: 7%;
}
.ttl_2{margin: 0 auto;text-align: center;width: 100%;}

section h2.ttl_::before{
content: '';
display: block;
width: 6%;
height:3px;
background-image: linear-gradient(90deg, #3e73b8 0%, #213789);
	position: absolute;
	top:35%;
	left:0;
}/**/
section .ttl span{
  font-size: 1.3rem;
	color:#97b5d3;
	font-weight: 700;

}
section h2.ttl_2::after{
content: '';
display: block;
width:6%;
height:3px;
background-image: linear-gradient(90deg, #3e73b8 0%, #213789);
position:absolute;
  bottom: -40%;
  left:50%;
  transform: translateX(-50%)
}


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

.rightBox{margin-left:350px;
  overflow: hidden;}


/*---====================================
              
              ヘッダー

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

#header{
  width: 350px;
	/*min-width: 250px;*/
  margin: 0 auto;
  text-align: center;
  height: 100%;
  /*background:#f0f0f0;*/
   position: fixed;
   z-index: 9;	
 /*  align-items: center;
	overflow-x: hidden;*/
}
.leftBox{position: relative;z-index: 99999;}
#header p{
  font-size: .8rem;
  color: #000;
  margin-bottom: 5%;
}

.logobox{
 margin: 10%;
}
.logobox img{
  width: 20vh;
	min-width: 100px;
  display: inline;
 
}

/*-----------------------
            ナビ
  ------------------------*/
  .pc-nav{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nav-column {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  flex-wrap: wrap;
    -ms-flex-pack: distribute;
    /*justify-content: space-around;*/
    position: relative;
    align-items: center;
    z-index:100;
	  
  }
  .nav-column li{
	  flex-basis: 100%;
    font-size: 1rem;
  width: 100%;
	 
    }
    .nav-column li a{
      color: #000;
      position: relative;
      display: block;
		padding: 2vh 0;	
      }

.li-contct{
	
	
}

.nav-column li a:hover{
   color: #fff;
	 background-image: linear-gradient(90deg, #3e73b8 0%, #213789);
	 transition: .3s;
  }

.nav-column li.li-contct a{
	font-weight: 700;
	display: flex;
	border:solid 2px #004290;
	align-items: center;
	justify-content:center;/**/
	margin: 5% 7% 0 7%;
	border-radius: 4px;
	color: #004290;	
}
.nav-column li.li-contct a::before{
	content: '';
    background: url(./assets/img/common/email.svg)no-repeat center center/contain;
    display:inline-block;
    width: 25px;
    height: 18px;
    margin-right: 10px;
}

.nav-column li.li-contct a::after{
	content: '';
    background: url(./assets/img/common/arrows.svg)no-repeat center center/contain;
    display:inline-block;
    width: 20px;
    height: 20px;
    margin-left: 30px;
}

      .nav-column li.li-contct a:hover{
		  color: #fff;
		  border: none;
      }

.nav-column li.li-contct a:hover::before{
	background: url(./assets/img/common/email-w.svg)no-repeat center center/contain;
	
}

  @media screen and (max-width: 1024px) { }

  @media screen and (max-width: 768px) {
	  .container{display: block;}
    #header {
      width: 100%;
		background: linear-gradient(90deg, #3e73b8 0%, #213789);
		/*padding: 15px 0 10px 0;*/
		height: auto;
		position: absolute;
	

    }
   
	  .leftBox{display: none;}
	  .rightBox{margin-left: 0;width: 100%;}
    .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;
	padding: 20px 0;
  flex-wrap: wrap;
}

.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(./assets/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(./assets/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;
}
  }

  .logobox_sp{width: 100%;}
  .lbsp{width: 70px;margin: 1% auto 5% auto;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 : 20px;
  right: 15px;
  background-color: transparent;
  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: 580px;
  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  : 80px;/*（ナビゲーションメニュー）下部に固定*/
  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(./assets/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(./assets/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: 95%;
  margin-right: 5%;
  padding-top: 40vh;
  background: url(./assets/img/top/fv.jpg)no-repeat center center/cover; 
 border-radius: 0 0 20px 20px;
}
.fvbox{
	width: 100%;
  text-align: left;
 background-image: linear-gradient(#0000000f, #000000de);
 border-radius: 0 0 20px 20px;
}
.fvbox h1 {
  margin-bottom: 40px;
	font-size: 3rem;
  font-weight: 700;  
  color: #fff;
  display: inline-block;
  width: fit-content;
	line-height: 1.3;
	padding:5% 0 5% 15%;
}

.fvbox h1 span{
  font-size: 1.5rem;
  font-weight: 700;  
  display: inline-block;
  color: #004290;
	line-height: 1;
	opacity: .9;
letter-spacing: 0px;
}
/*
.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: 1100px) {
	
	.fv{width: 100%;
  margin-right: 0%;
  }
	.fvbox h1 {
	font-size: 2.5rem;
	
}
	
	
}

@media screen and (max-width: 768px) {
	.fv{width: 100%;
  margin-right: 0%;
  }
	
  .fv{
    justify-content: center;
  }
  .fvbox{
    width: 100%;
    min-width:initial;
    margin: 0 auto;

  }
  .fvbox h1 {
  margin-bottom: 40px;
	font-size: 2rem;
	line-height: 1.3;
	padding:5%;
}

.fvbox h1 span{
  font-size: 1rem;

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

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



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

.news{
	
	background-color: #fff;
	width: 70%;
	margin-left: 30%;
	padding:2% 5%;
	border-radius: 20px 0 18px 0;
}
.news a{color: #000;}
.nttl{font-size: 1.1rem;color:#004290;font-weight: 700;}
.nttl span{font-size: .8rem;color:#919191;margin-left: 15px;}
.nflex{display: flex;justify-content:space-between;margin: 10px 0;}
.nflex p{margin-left: 2%;}
.nbtn{
	color:#004290;
	text-align: center;
	display:inline-block;
	border-bottom: solid 1px #004290;}

@media screen and (max-width: 1100px) {
	.news{

	width:90%;
	margin-left: 10%;
	
}
}
@media screen and (max-width: 768px) {
	.news{
	width:90%;
	margin-left: 5%;
	
}
	.nflex{
		display: block;
	}
	.nflex p{margin-bottom: 5%;}
}


/*--------------
企業理念 #about
--------------*/
.bbox{position: relative;}
.ttlbox{padding:100px 0;background-color: transparent;}
#about .stxt{
  font-size: 1.7rem;
	font-weight: 700;  
  margin: 50px 0 50px 10%;
	
}

#about::before{
	content: '';
	position: absolute;
	width: 300px;
	height: 100%;
	background-color: #eff4f9;
	z-index:-1;
	left: 0;
	top:0;
}
#about::after{
	content: '';
	position: absolute;
	width: 40%;
	height: 1002px;
	background: url(./assets/img/top/p1.png)no-repeat center center/cover;
	z-index:-1;
	right: 0%;
	top:-50%;
}

#about .btxt{
  background-color:rgba(255,255,255,0.52) ;  
  padding: 2%;
	margin:0 10%;
	max-width:60%;

}

#about .btxt p{
	line-height: 1.8;
	font-size: 1rem;
}


@media screen and (max-width: 1000px) {
	
  
}

/*スマホ*/
@media screen and (max-width: 664px) {

	#about .btxt{
  padding: 2%;
	margin:0 10%;
	max-width:80%;
}
	#about::after{
	/*content: '';
	position: absolute;
	width: 40%;
	height: 1002px;
	background: url(./img/top/p1.png)no-repeat left center/cover;
	z-index:-1;
	right: 0%;
	top:-50%;*/
		display: none;
}
}
@media screen and (max-width: 425px) {
#about .stxt br{
	display: none;
}
	#about .stxt {
    margin: 50px 6% 50px 10%;
}
}


/*--------------
事業内容 #service
--------------*/
#service {
  padding-bottom: 0;
	margin: 0;
}

#service .contents{
	margin: 7% auto 2% auto;
	text-align: center;
	width: 90%;
	padding: 0;
 	
}
.xttl{font-size: 1.5rem;font-weight: 700;text-align: left;margin-bottom: 1%;}
.sttl{
	display: inline-block;
	 background-image: linear-gradient(90deg, #3e73b8 0%, #213789);
	color:#fff;
	padding:10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.s-tbox{
	text-align: left;
	width: 65%;
	flex-basis: 65%;
	margin-left: 5%;
}
.sttl-s{
	font-size: 1.1rem;
	font-weight: 700;
	margin: 15px 0;
}


.business{
	border-top: solid 1px #4b81c3;
 padding: 2% 0;
}

.business:last-child{border-bottom: solid 1px #4b81c3;}

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

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

  .business{
 padding: 4% 0;
  
}
	.xttl{font-size: 1.3rem;}
	.business figure img{width: 100%;margin-bottom: 5%;}
.s-tbox{

	width: 100%;
	flex-basis: 100%;
	margin-left: 0%;
}
	
	#service .contents li figure{
		margin-right: 2%;
	}
	
}

@media screen and (max-width: 640px) {
		#service .contents li figure{
		margin-right: 0;
	}
	#service .contents {
		margin: 14% auto 2% auto;
	}
}
/*--------------
谷山パートナーズの強み #merit
--------------*/
#merit .contents{padding: 0;}
#merit li{
	flex-basis: 33%;
	background: url(./assets/img/top/be2.jpg)no-repeat center center/cover;
	margin: 0 ;padding: 0;
}
#merit li:first-child{
	background: url(./assets/img/top/be1.jpg)no-repeat center center/cover;
}

#merit li:last-child{
	background: url(./assets/img/top/be3.jpg)no-repeat center center/cover;
}

.merit-txt{
 padding: 7%;
	color: #fff;
	margin-top: 50%;
}
.merit-txt h3 {
  font-size: 1.5rem;
  margin: 20px auto;
  line-height: 1.4;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom:solid 1px #4b81c3;
}
.merit-txt h3 span{
  color:#004290 ;
  background-color:#fff; 
  padding:1% 3%;
  display: table;
  margin-bottom: 15px;
	font-weight: 700;
	border-radius: 30px;
}



@media screen and (max-width: 768px) {
	
}
/*------------------------
   サポート実績 #works
------------------------*/
#works {
background-color: #eff4f9;
  padding: 100px 0;
}
#works .column{
	background-color: #fff;
	border: solid 1px #ccc;
	width: 90%;
	margin:  5% auto;

}
#works  .s-tbox{
	margin: 3% 5% 3% 3%;
}
.cn{font-size: 1rem;font-weight: 600;margin: 20px auto;}
.cn span{background-color: #4b81c3;
	color: #fff;
	padding: 5px;
	margin-left: 10px;
	font-size: .9rem;
}
@media screen and (max-width: 768px) {
	#works .s-tbox{
		width: 90%;
		flex-basis: 90%;
		margin: 5%;
	}
	#works .sttl-s{
		line-height: 1.6;
	}
  
}
@media screen and (max-width: 640px) {
#works .column{
	margin-top: 12%;
}
}


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

#company{
  width: 100%;
  margin: 0 auto;
	position: relative;
}
#company::after{
	content: '';
	position: absolute;
	width:300px;
	height:100%;
	background: url(./assets/img/top/c_bg.jpg)no-repeat center center/cover;
	z-index:-1;
	right: 0%;
	top:0;
}
.cobox{
	width: 70%;
	max-width: 1000px;
	background: #fff;
	border:solid 1px #97b5d3;
	border-radius: 20px;
	margin: 5% auto;
	text-align: center;
	padding: 5%;
	
}

#company .txt-c{
	line-height: 1.8;
	font-size: 1.1rem;
	margin-bottom: 3%;
}
#company .txt-c span{
	font-size: 1.5rem; 
	color:#4b81c3;
	font-weight: 600;
}

#company .txt-c .ttl-s{
	font-size: 1rem;
	margin-right: 15px;
	color: #97b5d3;
}

.cline{
	width: 6%;
	border: solid 3px #072d77;
	border-bottom: none;
	border-left: none;
	border-right:none;;
margin: 5% auto;
	text-align: center;
}


.planbox{
	background: #fff;
	border:solid 1px #97b5d3;
	border-radius: 10px;
	padding: 3%;
	width: 30%;
	flex-basis: 30%;
	margin-top: 3%;
	 box-shadow: 2px 2px 4px #ccc;
}
#company .planbox .txt-c{
	font-size: .9rem;
}
.num{
	font-size: 1rem;
	font-weight: 600;
	color: #97b5d3;
	margin-top: -33%;
	
}
.num span{
	font-size: 3rem;
	color:#4b81c3;
	font-weight: 700;
}





#company .contents{
  padding-bottom: 50px;
}



#company .column2{
  width: 60%;
  z-index: 10;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  line-height: 1.6;
	margin-left: 3%;
  /*margin: 0 auto;*/
}

#company .column2 dt{
  width: 30%;
  line-height:1.4;
  color: #174698;
}
#company .column2 dd{
  width: 70%;
  line-height:1.6;
}

#company .column2 dt{
border-bottom: #174698 2px solid;
	font-weight: 600;	
}
#company .column2 dd{
	border-bottom: #b7b7b7 1px solid;
	
}

#company .column2 dt,#company .column2 dd{
  
  padding: 2.5%;
 
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
	
}
.map{margin: 15px 0;width: 100%; height:10rem; }

#company .column2 dd.advisor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#company .column2 dd.advisor ul li{
  font-size: .9rem;
}
#company .column2 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: 1100px) {
	.cobox{
	width: 80%;
	
}
	#company::after{
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	#company::after{
		width: 20px;
	}
.cobox{
	width: 95%;
	margin: 7% auto;
	padding: 3%;
	
}
	#company .txt-c{
	font-size: 1rem;	
}
#company .txt-c span{
	font-size: 1.2rem; 
}
	#company .txt-c .ttl-s{
	font-size: .9rem;
	margin-right: 15px;
	color: #97b5d3;
}
	.planbox{
		flex-basis: 80%;
		width: 80%;
		margin: 5% auto;
		text-align: center;
	}
	#company .column2{
  width: 90%;
	margin-left: 5%;
 
}
.num{
	font-size: 1rem;
	font-weight: 600;
	color: #97b5d3;
	margin-top: -15%;
}
	
#company .column2 dt,#company .column2 dd{

padding: 2.5% 0;
display: block;
}
#company .column2 dd.advisor ul li {
  font-size: .85rem;
}
.noneline{
  position: relative;

}		
	.planbox {
		margin-right: 4%;
	}
	.column .planbox :nth-child(3){
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
		.planbox {
		margin-right: auto;
			margin-left: auto;
	}
}
@media screen and (max-width: 640px) {
.num{
	margin-top: auto;
}
}

	@media screen and (max-width: 390px) {
	#company .txt-c{
	font-size: .9rem;	
}
#company .txt-c span{
	font-size: 1.1rem; 
}
		.planbox{
		flex-basis: 70%;
		width: 70%;
		margin: 5% auto;
		text-align: center;
	}
	
	
	
	
}	
 
@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: 100px 0 0px 0;
}
#formWrap {
	max-width:750px;
  width: 92%;
	margin:100px auto 0px 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:0% 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: 1;
  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: #203a72;
    /*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
------------------------*/
.tkbody{display: block}
.logobox2{width: 120px;margin: 3%;}
.logobox2 p{font-size: .5rem;}
#tk{
	width: 100%;
	padding: 100px 3%;

}
#cheked{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#tk .ttl{font-size: 1.7rem;line-height: 1.5;}

#cheked.ttl{
  letter-spacing: normal;
}
#tk .txt-c,#cheked .txt-c{
  letter-spacing: 2px;
  margin: 50px auto 100px auto;
}


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

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


footer{
  width: 100%;
  margin: 0 auto;
  background: #001d4c;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.fitem{
	width: 50%;
	flex-basis: 50%;
	padding: 0 2.5%;
	color:#fff;
	
}

footer .column{
margin-top: 30px;
align-items: flex-start;
}

.flogo{
	background:#fff;
	width:120px;
	padding:2%;
	margin-right: 5%;
	
}

.columntz{
	justify-content:flex-start;
	align-items: center;
}


.columntz2 .fitem{
	font-size: 1rem;
	border: solid 1px #fff;
	padding: 2.5%;
	margin:0  2.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	border-radius: 5px;
	}


.columntz2 .ftel{justify-content: center;font-size: 1.4rem;}
.columntz2 .ftel img{margin-right: 10px;}

.columntz2 a{color:#fff;}

.flogobox{
	padding-left: 5%;
}
.taniyama-logo{
  font-size: 1.5rem;
  color: #fff;
	font-weight:700;
}
.taniyama-logo span{
  font-size: .9rem;
  color: #fff;
  display: block;
  font-weight: 300;
}

footer .nav-column{

	margin: 5% 0% 5% 0%;
	border-top:solid 1px #fff;
justify-content: space-between;
}


footer .nav-column li{
	  flex-basis: 30%;
    font-size: 1rem;
    width: 30%;
	border-bottom:solid #fff 1px;

	/*margin:0 1.6%; */
	
    }
footer .nav-column li img{float: right;}

footer .nav-column li.no-line{
	
	border-bottom:none;

    }

    footer .nav-column li a{
      color: #fff;
      position: relative;
      display: block;
		
      }

.li-contct{
	
	
}

 footer .nav-column li a:hover{
	background-image: none;
  }



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






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

@media screen and (max-width: 1300px) {
	
	footer .nav-column li{
			width: 45%;
			flex-basis: 45%;
		}	
		
		.columntz2{display: block;margin: 0 auto;text-align: center;}	
      .columntz2 .fitem{
	flex-basis: 70%;
		  width: 70%;
	margin-bottom: 4%;
		font-size: 1rem;  
	
	}	
}
@media screen and (max-width: 1212px) {
	footer .columntz2{
		margin-top: 60px;
	}
}
  
    @media screen and (max-width: 1100px) {
		
	
    }
  
    @media screen and (max-width: 768px) {
      footer{
       padding: 70px 0;/* */
        overflow: hidden;
		  }
		
	footer .column{
margin-top: 0px;
text-align: center;
}/**/
		
			footer .columntz2{
		margin-top: 60px;
	}
		footer .stxt{text-align: left;}
		
		footer .column .columntz{
		display: block;
		}	
		
		footer .nav-column li{
			width: 100%;
			flex-basis: 100%;
		}
	
      .taniyama-logo{
        margin: 0 auto;
      }
      #footer-thanks{
        position: fixed;
      }
      
      .logobox img{
       
      }
		.fitem{
			width: 100%;
			flex-basis: 100%;
			padding: 0 5%;
		
		}
		
		.flogo{
	background:#fff;
	width:120px;
	padding:2%;
			margin-bottom: 5%;
	margin-right: 0%;
	
}
		footer .nav-column li.no-line{border-bottom: solid 1px #fff;}
	.columntz2 .fitem{
	flex-basis: 70%;
		width: 70%;
	padding: 4%;
	margin:3%  auto;
	
	}	
		footer .copy{text-align: center;}	
		
      }
        @media screen and (max-width: 639px) {
#formWrap {
    margin: 32px auto 0px auto;
	}
}


      

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

/*thanksページボタン*/
.thanks-topbtn{
	color: #333333;
}

/*投稿一覧デザイン*/
.blog-page{
	padding: 12% 4%;
}
.list-page-all{
	margin-bottom: 4%;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #001d4c;
	padding-bottom: 4%;
}
.list-page-all span{
	display: block;
	text-align: center;
	margin-top: 1%;
	color: #001d4c;
}

.ul_blog_list li{
	margin-bottom: 6%;
	padding-bottom: 6%;
	border-bottom: 1px solid #999;
}
.ul_blog_list li .post-content-list{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.ul_blog_list li .post-content-list .i-cachi{
	width: 34%;
	margin-right: 8%;
}
.ul_blog_list li .post-content-list .text-content-area{
	width: 55%;
}
.ul_blog_list li picture{
	display: block;
	width: 100%;
}
.ul_blog_list li picture img{
	width: 100%;
	object-fit: cover;
}
.entry_time{
	color:#999;
	font-size.85rem;
	margin-top: 1%;
	margin-bottom: .5%;
}
.entry_ttl{
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
}
.mein-text-alea{
	color: #333;
}
.page-click-btn{
	background-color: #001d4c;
	color: #fff;
	display: table;
	padding: 2% 8%;
	margin-top: 2%;
	transition: .3s;
}
.page-click-btn:hover{
	color: #001d4c;
	background-color: #d9e2f1;
}

/*投稿内デザイン*/
.post-content{
	padding: 10% 4%;
}

.h2_single{
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 2%;
    margin-bottom: 2%;
    background-color: #001d4c;
    padding: 2%;
    text-align: center;
}
.blog_single_info_wrap{
	color:#b5b5b5;
	margin-bottom: 4%;
}
.blog_single_info_wrap span{
	font-size: .85rem;
}
.post-input-area{
	margin-bottom: 6%;
}
.post-input-area h1{
	font-size: 2rem;
	margin-bottom: 2%;
	background-color: #18689b;
	color: #fff;
	padding: 1% 1% 1% 4%;
	position: relative;
}
.post-input-area h1 strong{
	font-weight: bold;
	font-size: 2rem;
}

.post-input-area h1::before{
	display:inline-block;
	content:"";
	height: 100%;
	width: 8px;
	background-color: #001d4c;
	position: absolute;
	top: 0;
	left: 0;
}

.post-input-area h2{
	font-size: 1.8rem;
	margin-bottom: 2%;
	background-color: #82c3eb;
	padding: 1%;
}
.post-input-area h2 strong{
	font-weight: bold;
	font-size: 1.8rem;
}

.post-input-area h3{
	font-size: 1.6rem;
	margin-bottom: 2%;
	background-color: #e6efee;
	padding: 1%;
}
.post-input-area h3 strong{
	font-weight: bold;
	font-size: 1.6rem;
}


.post-input-area h4{
	font-size: 1.4rem;
	margin-bottom: 2%;
	border-bottom: 2px solid #888888;
}
.post-input-area h4 strong{
	font-weight: bold;
	font-size: 1.4rem;
}


.post-input-area h5{
	font-size: 1.2rem;
	margin-bottom: 2%;
}
.post-input-area h5 strong{
	font-weight: bold;
	font-size: 1.2rem;
}

.post-input-area h6{
	font-size: 1rem;
	margin-bottom: 2%;
}
.post-input-area h6 strong{
	font-weight: bold;
	font-size: 1rem;
}
.post-input-area strong{
	font-weight: bold;
}
.post-input-area img{
	width: 70%;
}

.post-input-area ul li{
	list-style-type: disc;
}
.post-input-area ol li{
	list-style-type: decimal;
}

.post-input-area blockquote{
	background-color: #f2faff;
	padding: 4%;
	margin-top: 2%;
	margin-bottom: 2%;
	position: relative;
}
.post-input-area blockquote::before{
	display: inline-block;
	font-family:'FontAwesome';
content:'\f10d';
height: 16px;
	width:16px;
	position:absolute;
	color:#d3e8ff;
	top:4px;
	left: 4px;
}
.post-input-area blockquote::after{
	display: inline-block;
font-family:'FontAwesome';
content:'\f10e';
height: 16px;
	width:16px;
	position:absolute;
	color:#d3e8ff;
	bottom:4px;
	right: 4px;
}


@media screen and (max-width: 639px) {
	.post-input-area img{
	width: 92%;
		margin: auto;
		display: block;
}
	.blog-page {
		padding:18% 4% 30% 4%;
	}
	.ul_blog_list li .post-content-list {
		flex-direction: column;
	}
	.list-page-all {
    margin-bottom: 12%;
		padding-bottom: 12%;
	}
	.ul_blog_list li .post-content-list .i-cachi {
		width: 100%;
	}
	.ul_blog_list li .post-content-list .text-content-area {
    width: 100%;
}
	.ul_blog_list li .post-content-list .i-cachi {
    margin-right: 0;
}
	.ul_blog_list li {
    margin-bottom: 12%;
		padding-bottom: 12%;
	}
	.entry_time {
		margin-top: 4%;
	}
}


.top-news-content{
	display: flex;
	align-items: center;
	margin-bottom: 2%;
}
.top-ul_blog_list li{
border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-entry_ttl{
	font-size: 1rem;
    color: #333;
    font-weight: 500;
}
.top-news-ttl-flex{
	display: flex;
	justify-content: space-between;
}
.top-news-ttl-flex .nbtn{
	font-weight: 700;
}@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 639px) {
  .top-news-ttl-flex{
    display: block;
  }
    .top-news-ttl-flex h3{
	margin-bottom: 10px;
}
}
.w-425{
	display: none;
}
@media screen and (max-width: 425px) {
	.w-425{
	display: block;
}
}
.company_tel_number a{
	color: inherit; 
}
@media screen and (max-width: 640px) {
	.company_tel_number a{
	color: #0000CC; 
}
}