@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&display=swap');
/*
theme Name: scalemate-theme
Author: Plusers
Description: original theme
version： 2.0.0
*/
/*cssのリセット*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

input,textarea{
  font-family:"Times New Roman";
}

input,textarea{
  overflow: visible;
}

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

body {
  /*フォントの指定*/
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

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


/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border-bottom: 1px solid #3E4143;
}

.container {
  padding: 2rem 1.25rem;
  margin: 100px auto;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

.contents {
  float: left;
  width: 70%;
  margin-right: 3%;

}

.sidebar {
  float: left;
  width: 27%;
}




.sec2{
  max-width: 1200px;
  margin: 0 auto 100px;
  position: relative;
  /*height: 500px;*/
  /*background-color: #4472C4;*/
}

.sec4{
  max-width: 1200px;
  margin: 100px auto;
  padding: 48px 0 0;
  /*background-color: #00B0F0;*/
}
.sec5{
  max-width: 1200px;
  margin: 48px auto 100px;
  /*height: 700px;*/
  /*background-color: #4472C4;*/

}




/*---------------------------------------------------------
メインスライド
---------------------------------------------------------*/
.single {
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px;
}
.single > div {
  text-align: center;
}
.single img{
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
}


ul {
  list-style: none;
}



/*---------------------------------------------------------
GO TO TOP
---------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
    width: 50px;
    height: 50px;
}

 .Contact h2{
  font-size: 20px;
  text-align: center;
}







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

.footer {
  background-color: #0070C0;
}

.footer-nav,
.copyright {
  text-align: center;
}

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 1rem;
  color: #fff;
  padding-top: 20px;
  font-family: "Times New Roman";
}





/*フッターメニュー*/
.fnav li a{
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "normal";
}

.fnav ul li{
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

.fnav ul{
  text-align: center;
  padding: 16px 0;
}






/*確認用に一時記述----------*/
#sidebar {
  /*height: 800px;*/
   }


/*.contents{height: 800px; }*/

/*.container {background-color: #9db2ea; }*/

/*.contents {background-color: #a5e2ff; }*/

#sidebar{
  /*background-color: #aefffc;*/
}

footer{background-color: #777; }

.footer-inner{
  background-color: #0070C0;
  /*height: 100px; */
}

/*------------------------*/


/*共通*/

.ttl2{
	text-align: center;
	font-size: 28px;
	padding: 32px;
	position: relative;
}

.title{
	position: absolute;
	top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-family: "Times New Roman";
  font-size: 20px;
}

/*---------------------------------------------------------
  News
  ---------------------------------------------------------*/

.sec1{
  max-width: 1080px;
  padding: 0 10px;
  margin: 100px auto;
  /*background-color: #00B0F0;*/
  /*height: 500px;*/

}

.sec1 ul{
	border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 36px;
  margin-top: 48px;

}

.sec1 ul li{
	font-size: 18px;
	line-height: 3;
}

.sec1 ul li a{
	/*float: right;*/
  text-decoration: underline;
  transition: all 0.5s;
  color: #333;
}

.sec1 ul li time{
	color: #00B0F0;
  margin-right: 32px;
}


span.cat-data{
  background-color: #00B0F0;
  color: #fff;
  margin-right: 32px;
  border:solid 1px #00B0F0;
  border-radius: 0.3rem;
  padding: 4px;
}

.category{

}



.btn1{
	margin: 54px auto;
    max-width: 230px;
    width: 100%;
}

.btn1 a{
	display: block;
    background: #00B0F0;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
}


/*---------------------------------------------------------
  Service
  ---------------------------------------------------------*/

.service1{
	display: flex;
	max-width: 1088px;
	margin: 48px auto 0;
  position: relative;
}

.service2{
	display: flex;
	flex-direction: row-reverse;
	max-width: 1088px;
	margin: 0 48px 48px;
  position: relative;
}



.service_left0 {
  font-size: 14px;
}



.service_right{
	box-sizing: border-box;
	width: 60%;
  /*background:#d3d3d3;*/
}

.service_right2{
  box-sizing: border-box;
  width: 60%;
  /*background:#d3d3d3;*/
}


.service_left2{
	box-sizing: border-box;
	background:#0B71BC;
	width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
}


.service_left{
  box-sizing: border-box;
  background:#0B71BC;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
}


h3.ttl{
  text-align: center;
  font-size: 28px;
  margin: 8px auto;
  font-weight: 500;
  color: #fff;
}

.service_left p{
	text-align: center;
	padding-bottom: 16px;
  color:#fff;
}

.service_left2 p{
	text-align: center;
	padding-bottom: 16px;
  color:#fff;
  font-size: 14px;
}


.right_ul{
	margin: 0 auto;
	padding: 0 48px;
  font-size: 16px;
}

.right_ul li{
  padding: 4px 0;
}


/*---------------------------------------------------------
  Vision
  ---------------------------------------------------------*/


h4.ttl{
	text-align: center;
    font-size: 32px;
    margin: 0 auto 8px;
    font-weight: 500;
    color: #fff;
}

.pad {
  height: 100px;
  margin-bottom: 4rem;
}


.sec3{
  max-width: 100%;
  margin: 100px auto 0;
  padding-bottom:48px;
  /*background-color: #D7D7D7;*/
}


.midashi{
　max-width: 500px;
  padding:48px 0;
}

.midashi p{
  border-bottom: 1px solid #01B4EE;
  padding: 0 0 10px;
  text-align: center;
  font-size: 24px;
  color: #004193;
}

.midashi2{
　max-width: 300px;
  font-size: 24px;
  color: #004193;
  padding:48px 0;
}

.midashi2 p{
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #357ABD;
  padding-bottom: 10px;
}



.vision1{
  max-width: 1200px;
  margin: 48px auto;
  position: relative;
  /*display: flex;*/
}

.vision2{
	max-width: 1200px;
 	margin: 0 auto 48px;
 	position: relative;
 	display: flex;
 	flex-direction: row-reverse;

}

.left0{
  padding: 0 137px;
  height: 300px;
}

.left00{
  padding: 0 137px;
  height: 300px;
}

.left0 p{
  /*width: 700px;*/
}

.sec3_right0{

}

.sec3_left{
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-right: 56px;
  box-sizing: border-box;
  width: 900px;
  background-color: #2F5597;
  position: absolute;
  top: 70px;
  right: 0;
}



.sec3_left2{
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  background-color: #8FAADC;
  position: absolute;
  left: 0;
  top: 170px;
  margin-left: 56px;
}



.sec3_right{
  background-color: #00B0F0;
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 56px;
  position: relative;
  z-index:2;
}




.sec3_right2{
  background-color: #00B0F0;
  height: 300px;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 56px;
  z-index: 2;
  top: 100px;

}


.sec3_right p{
  font-size: 16px;
  color:#fff;
  margin: auto 0;

  text-align: center;
}


.sec3_right2 p{
  font-size: 18px;
  color:#fff;
  margin: auto 0;
  text-align: center;
}








/*---------------------------------------------------------
  COMPANY
  ---------------------------------------------------------*/

.company0{
  box-sizing: border-box;
  max-width: 1000px;
  margin: 48px auto 100px;
  border-bottom: 2px solid #dedede;
  border-top: 2px solid #dedede;
  padding: 32px 0;
}

.company0 th{
  padding:16px;
  color:#00B0F0;
  font-size: 18px;
  /*text-align: left;*/
}

.company0 td{
  padding:16px;
  color:#525B56;
  font-size: 18px;
}

table.table_company{
  width: 100%;
  table-layout: fixed;
}

.map{
  margin-top:48px;
}

tr:first-child td{
  padding-top: 0;
}

tr:first-child th{
  padding-top: 0;
}

tr:last-child th{
  padding-bottom:0;
}

tr:last-child td{
  padding-bottom:0;
}

/*---------------------------------------------------------
  CONTACT
  ---------------------------------------------------------*/


.form{
	margin: 48px auto 0;
 	display: flex;
  max-width: 900px;
  /*padding: 48px 0;*/
}

.form_table{
  margin: 0 auto;
}

.form_table dd{
 	padding: 20px 8px;
  box-sizing: border-box;
}


.form_table2 dd{
 	padding: 10px 8px;
  box-sizing: border-box;
}

dl:first-child dd{
    padding-top:0
  }


.form_table2{
	padding-left: 32px;
}

.form_table input{

   max-width: 350px;
   width: 100%;
 	border-radius: 0.3rem;
 	border: 1px #00B0F0 solid;
 	padding: 10px;
}

.form_table2 textarea{
  max-width: 400px;
  width: 100%;
 	border-radius: 0.3rem;
 	border: 1px #00B0F0 solid;
 	padding: 10px ;
}

.mw_wp_form{
	margin: 0 auto;
  /*padding-bottom: 32px;*/
	/*width: 600px;*/

}



.btnWrap input{
	width: 45%;
	background:#00B0F0;
	color: #fff;
	border: 1px #00B0F0 solid;
  border-radius: 0.3rem;
  padding: 10px 0;
}


.btnWrap1 input:hover {
	background: #fff;
	color: #00B0F0;
}


.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}


/*---------------------------------------------------------
  PRIVACY POLICY
  ---------------------------------------------------------*/

  .privacy0{
    max-width: 1000px;
    margin: 100px auto;
  }




  .privacy1 p{
    line-height: 2.2;
    margin-bottom: 35px;
  }

  .syomei{
    text-align: right;
  }


/*-------------------------------------------------------------------------------------------

  ***** パンくずリスト

-------------------------------------------------------------------------------------------*/

div#breadcrumb{
  background:#02B5EA;
}

div#breadcrumb ul{
  max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 10px;
    /*white-space: nowrap;
    grid-auto-flow: column;
    overflow-x: scroll;*/
}

div#breadcrumb ul li{
  display: inline-block;
  padding: 8px 0;
}


div#breadcrumb ul li:after{
  content: "\f105";
  margin: 0 8px;
  color: #525b56;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

div#breadcrumb ul li a{
  background: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  transition: all 0.5s;
  text-decoration: none;
}


/*-------------------------------------------------------------------------------------------

  ***** ページネーション

-------------------------------------------------------------------------------------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li > span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}






/*-------------------------------------------------------------------------------------------

  ***** サイドバー

-------------------------------------------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 1.8em;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background-color: #0070C0;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li, .widget_nav_menu li {
  padding-left: 25px;
}

.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  /*display: inline-block;*/
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #00B8E7;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #464646;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}




@media(max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
  }

  }

  /*CONTACT*/
  .btnWrap{
  padding: 10px;
  /*margin: 32px 0;*/
  text-align: center;
  }

  .inner {
  /*width: 980px;*/
  margin: 0 auto;
  position: relative;
  }

  .inner:after {
  content:"";
  clear: both;
  display: block;
  }


  .article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  }

  .article-list:hover {
  background-color: #eee;
  }

  .article-list a {
  display: block;
  text-decoration: none;
  color: #333;
  }

  .article-list a:after {
  display: block;
  clear: both;
  content: '';
  }

  .article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
  }

  .article-list .img-wrap img {
  width: 240px;
  height: 160px;
  object-fit: cover;
  }

  .article-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
  }

  .article-list .text {
  margin-left: 260px;
  }

  .article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
  }

  .article-list .text .article-date {
  margin-right: .5rem;
  }

  .article-list .text .article-author i {
  margin-right: .3rem;
  }

  .article-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
  }

  .header-inner {
  position: relative;
  }

  .navbutton {
  display: none;
  }

  .header-nav-wrap {
  /*position: absolute;*/
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  /*margin-left: 230px;*/
  /*transform: translateY(-50%);*/
  }

  .header-nav {
  font-size: 0;
  }

  .header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
  }

  .header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #3E4143;
  padding: 0 16px;
  }

.header-nav li a:hover {
  opacity: .6;
}

@media(max-width: 1024px) {

  .sec1{
    max-width: 800px;
    margin: 48px auto;
  }

  .sec2{
    padding: 0 32px;
    box-sizing: border-box;
  }

  .sec3{
    padding: 32px 0;
    margin: 48px auto 0;
    box-sizing: border-box;
  }

  .sec4{
    padding: 48px 32px 0;
  }

  .sec5{
    margin: 48px auto 100px;
  }

  .company0{
    max-width: 800px;
  }

  .form{

  }

  .mw_wp_form{
    padding-bottom:0;
  }

  .left0{
    padding: 0 32px 0 300px;
  }

  .left00{
    padding: 0 300px 0 32px;
  }

  .vision2.left0{
    padding: 0 300px 0 0 ;
  }


  .sec3_right{
    margin-left: 32px;
    position: relative;
  }

  .sec3_left{
    margin-right: 32px;
  }

  .sec3_right2{
    margin-right: 32px;
    position: relative;
  }

  .sec3_left2{
    margin-left: 32px;
  }

  .service2 {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1088px;
    margin: 0 0 48px;
    position: relative;



}

@media(max-width: 800px) {

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 86px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #56C0E6;
  }

  .header-nav li {
    display: block;
    margin-right: 0;
  }

  .header-nav li a {
    position: relative;
    padding: .8rem 1.25rem;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .header-nav li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: '\f105';
    transform: translateY(-50%);
  }
}


@media(max-width: 600px) {

  .sec1 ul{
    padding:16px;
    margin-top: 48px;
  }

  span.cat-data{
    margin-right:0;
  }

  .sec1 ul li time{
    margin-right:16px;
  }

  header{
    box-sizing: border-box;
    padding: 8px;
  }

  .header-inner{
    /*top:25px;*/
    border-bottom: none;

  }

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .navbutton {
    right: .8rem;
  }

  .header-nav-wrap {
    top: 30px;
    position: absolute;
    right: 0;
    font-family: "Times New Roman";
    /* margin-left: 230px; */
    /* transform: translateY(-50%);*/
  }

  .header-nav li a {
    padding: .8rem;
  }

  .header-nav li a:after {
    right: .8rem;
  }

  html {
    font-size: 15px;
  }


  .container,
  .footer-inner {
    padding: 0 12px 12px 12px;
  }



  .contents {
    margin-bottom: 1rem;
  }


  .form{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 48px auto 0;
  }

  .sec3_left{
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    box-sizing: border-box;
    background-color: #2F5597;
    position: static;
    top: 0;
    right: 0;
  }

  .sec3_left2{
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    margin-left:0;
  }



  .vision2{
    max-width: 100%;
    display: block;
  }

  /*.privacy1 p:first-child{
    margin-top:48px;
  {*/

  .title {
    /*top: 40%;*/
  }

  .single {
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px;

  }
  .single img{
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  dl:first-child dd{
    padding-top:0
  }

  dl:nth-child(4) dd{
    padding-bottom: 20px;
  }

  .form_table dd{
    padding: 10px;
  }

  /*.company00{
    padding: 32px 10px;
  }*/

  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }

  h3.ttl{
    text-align: center;
    font-size: 22px;
    margin: 16px auto 16px;
    font-weight: 500;
  }

  .left0{
    padding: 24px 10px;
  }

  .left00{
    padding: 24px 10px;
  }

  .left0 p{
    font-size: 15px;
  }

  .left00 p{
    font-size: 15px;
  }

  .form_table2{
   padding-left: 0;
  }

  .form_table input{
    box-sizing: border-box;
    width: 100%;
    padding:10px;

  }

  .form_table2 textarea{
    box-sizing: border-box;
    width: 100%;
    padding:10px;;
  }

  input,textarea{
    width: 100%;
  }


  .service1{
    display: block;
    margin: 48px 0;
  }

  .service2{
    display: block;
    margin: 32px 0 48px;
  }




  .service_left,
  .service_right{
    width: 100%;

  }

  .service_left2,
  .service_right2{
    width: 100%;
  }

  .service_left,
  .service_left2{
    height: auto;
  }


  .sec1{
    max-width: 100%;
    padding: 0 10px;
    margin: 48px auto;
  }

  .sec2{
    max-width: 100%;
    padding: 0 ;
    margin: 0 auto 48px;
  }

  .sec3{
    max-width: 100%;
    padding: 0;
    margin:0 auto;
  }
  .sec4{
    max-width: 100%;
    padding: 0 ;
    margin: 48px 0;

  }
  .sec5{
    max-width: 100%;
    padding: 0 10px;
    margin:0 0 48px;
  }

  .midashi p{
    /*padding: 0 10px;*/
    font-size: 18px;
  }



  .left0 br{
    display: none;
  }

  .left00 br{
    display: none;
  }

  .copyright p {
    font-size: 12px;
      color: #fff;
      padding-top: 20px;
  }

  .fnav li a{
    font-size: 12px;
    padding-bottom: 10px;
  }

  /*NEWS*/
  .sec1 ul li{
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }

  .sec1 ul li a{
    float: inherit;
    margin-left: 16px;
    font-size: 14px;

  }

  /*VISION*/
  .sec3_right2 p{
    font-size: 15px;
      color: #fff;
      vertical-align: middle;
      margin: auto 0;
      padding: 0 0 16px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .sec3_right p{
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    margin: auto 0;
    padding: 0 0 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .midashi{
    font-size: 24px;
    color: #fff;
    padding: 48px 10px 0;
    max-width: 100%;
    margin: 0 auto;
  }

  .midashi2 p{
    font-size: 18px;
    text-align: center;
  }



  .right_ul{
    padding: 24px 24px 0 24px;
    font-size: 15px;
  }

  .ttl2 {
    text-align: center;
    font-size: 20px;
    padding: 32px 0 32px;
  }


  h4.ttl{
    text-align: center;
    font-size: 22px;
    margin: 16px 0;
    font-weight: 500;
  }


  .sec3_right{
    width: 100%;
    height: auto;
    margin-left:0;

  }

  .sec3_right2{
    width: 100%;
    height: auto;
    position: inherit;
    margin-right:0;
    top:0;

  }

  .sec3_right0{
    height: auto;
  }

  .vision1{
    max-width: 100%;
    display: block;
    margin: 48px auto;
  }

  /*COMPANY*/

  .company0{
    margin:0 auto;
  }

  .company00{
    padding:48px 10px;
  }

  .company0 th{
    padding: 8px;
    font-size: 15px;
  }

  .company0 td{
    padding: 8px;
    font-size: 15px;
  }


  .scroll{
    background: none;
    color:none;
  }

  /*PRIVACY POLICY*/

  .privacy0{
    max-width: 100%;
    margin: 48px auto 100px;
    padding:0 10px;
  }

  .syomei p{
    padding-bottom: 0;
  }

  div#breadcrumb ul {
    padding: 0 10px;
    }

}
