@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}


/* 全体構造
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #ddd;
  margin:0;
  padding:0;
	margin-bottom:20px
}
@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.95em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:1.05em;
  }
}



/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: 'Barlow', sans-serif;}
.gfont-j{ font-family: 'Noto Serif JP', serif;}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:underline; color:#333;}

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:0px;
	margin-top:-0px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:60px;
    margin-top:-60px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:70px;
    margin-top:-70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:73px;
    margin-top:-73px;
  }
}


/* header
---------------------------------------------------- */
header .container-fluid{ /*padding-left: 0px;*/ /*padding-right: 0px;*/}
header{
	width: 100%;
	z-index: 100;
	margin: 0;
	border-bottom: none;
	/*background-color: #fff;*/
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
h1 img{ 
  width: 50px;/* ヘッダー縦幅が成り行きで動かないよう固定 */
  /*margin-left: 15px;*//* container-fluidで調整してる分左側空ける */
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  header{
    position: absolute;
    /*background-color: transparent;*/
    padding-top: 15px;
  }
  /*header .container-fluid{ padding-left: 15px; padding-right: 15px;}*/
  h1 img{ 
    width: 80px;
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  header{
    padding-top: 20px;
  }
  h1 img{ 
    width:110px;
    margin-left: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  header{
    padding-top: 30px;
  }
  h1 img{ 
    width:auto;
  }
}


/* ヘッダー電話マーク、電話番号など
------------------------------------------------------*/
/* xs、smの電話など */
.header_tel_xs{
  position: absolute;
  top: -33px;
  right: 60px;
}
.header_tel_xs i{ font-size: 20px; color: #444;}

.header_fb{
  position: absolute;
  top: -36px;
  right: 100px;
}
.header_fb img{ width: 28px;}

/* md以上の電話番号など */
@media print, screen and (min-width: 768px) {
  .header_right{
    float: right;
    margin-right: 25px;
  }
  .header_tel{
    float: right;
    display: inline-block;
    margin-top: 3px;
    font-family: 'Barlow', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    margin-right: 15px;
  }
  .header_tel img{ margin-right: 7px; vertical-align: middle;}
  .header_tel a:link,
  .header_tel a:visited{ text-decoration: none;}

  .header_contact{
    float: right;
    display: inline-block;
    padding: 3px 20px;
    background-color: #2aa99b;
    border-radius: 50px; 
    margin-right: 15px;
  }
  .header_contact i{ margin-right: 10px; font-size: 1.2em;}
  .header_contact:link,
  .header_contact:visited{color: #fff; text-decoration: none;}
  .header_contact:hover{ opacity: 0.7;}
  
  .header_fb{
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    float: right;
  }
  .header_fb img{ width: 34px;}
}
@media print, screen and (min-width: 992px) {
  .header_right{
    margin-right: 40px;
  }
  .header_tel{
    margin-top: 7px;
    margin-right: 20px;
  }

  .header_contact{
    padding: 8px 30px;
    margin-right: 20px;
  }
  
  .header_fb img{ width: auto;}
}
@media print, screen and (min-width: 1200px) {  
  .header_tel{
    margin-right: 30px;
  }

  .header_contact{
    margin-right: 30px;
  }
}


/* ナビ
------------------------------------------------------*/
.navbar{ padding: 0px!important; width: 100%; margin-left: -15px;}
.navbar-toggler{ padding: 0px!important; border: none!important;}
.navbar-toggler-icon{
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1001;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-nav{ 
  /*margin-top: 57px;*/
  width: 100%; 
  height: 100%; 
  overflow-y: auto;
  position: fixed;
  top: 0; 
  z-index:1000;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; 
  padding:50px 15px 60px;
  text-align: center;  
}
.navbar ul li{border-bottom: 1px solid #ddd;}
.navbar ul li:last-child{border-bottom:none;}
.nav-link{ 
  color:#333!important; 
  padding: 15px 0px!important; 
  text-decoration: none!important;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 1.1em;
}
.nav-link.active{ color: #2aa99b!important;}

.dropdown-toggle::after {display: none;}
.dropdown-menu{ 
  padding: 0px; 
  border:0; 
  margin-bottom: 10px;
}
.dropdown-item{ 
  padding: 10px 0px!important; 
  width:49%; 
  display:inline-block; 
  font-size: 0.9em; 
  border: 1px solid #ddd; 
  border-radius: 5px; 
  text-align: center; 
  margin-bottom: 5px;
}
.dropdown-item:link,
.dropdown-item:visited{ text-decoration: none;}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active{ background-color:transparent; color: #2aa99b!important;}
/*.dropdown-item:after{ content:" \f105";font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; }*/

/* xs,sm お問い合わせボタン */
.nav-contact{
  padding: 15px!important;
  margin-top: 10px;
  background-color: #2aa99b;
  border-radius: 50px;
  text-align: center;
  color: #fff!important;
  margin-bottom: 10px;
}
.nav-contact i{ margin-right: 10px; font-size: 1.2em; vertical-align: middle;}
@media print, screen and (min-width: 768px) {
  nav{float: right;}
  .navbar{ width: auto; padding: 0!important;}
  .navbar-nav{ 
    /*margin-top: 0px;*/
    overflow-y: visible;
    position: static;
    padding:0px;
    background-color: transparent;
  }
  .navbar ul li{ border-bottom: 0px;display:inline-block;}
  .nav-item{padding: 5px 25px 0px 0px!important;}
  .nav-link{ 
    display:inline-block;
    padding: 0px 0px 1px 0px!important;
    border-bottom: 1px solid transparent;
    font-size: 0.95em;
  }
  .nav-link:hover{ color: #333!important;}
  .nav-link.active{ color: #333!important;  border-bottom: 1px solid #333;}
  
  /*アニメーションバー*/
  .nav-link{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .nav-link::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .nav-link:hover::after {
    transform: scale(1, 1);
  }
  
  .dropdown-toggle i{ margin-left: 3px;}
  .dropdown-menu{
    margin:0px!important;
    background: rgba(255,255,255,0.7)!important;
    border-radius: 0px!important;
    min-width: auto!important;
  } 
  .dropdown-item{ 
    width:auto;
    display: block; 
    font-size: 0.85em;
    padding: 5px 20px!important;
    border: none!important;
    border-radius: 0px!important;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd!important;
    transition: all 0.3s ease;
  }
  .dropdown-item:hover,
  .dropdown-item.active{background:#2aa99b!important;color: #fff!important;}
  
  /* ドロップダウンメニューをホバー表示 */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media print, screen and (min-width: 992px) {
  .nav-item{padding: 10px 40px 0px 0px!important;}
  .nav-link{ 
    font-size: 1.0em;
  }
  
  .dropdown-item{ 
    font-size: 0.9em;
    padding: 10px 25px!important;
  }
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 1500px) {
  .nav-item{padding: 10px 50px 0px 0px!important;}
}



/* スクロールしてナビ固定
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .cb-header {
    position: fixed; 
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #2aa99b;
    /*border-bottom: 1px solid #ddd;*/
    /*box-shadow: 0px 0px 15px #ccc;*/
    text-align: center;
  }
  .cb-header nav{
    margin-top: 0px;
    float: none;    
  }
  .cb-header .navbar-nav{
    margin: 0px auto;
    width: auto;
  }
  .cb-header .nav-link{ color: #fff!important;}
  .cb-header .nav-item{padding: 15px 10px!important;}
  .cb-header .nav-link.active{ color: #fff!important;  border-bottom: 1px solid #fff;}
  .cb-header .nav-link::after{
    background: #fff;
  }
  .cb-header .dropdown-menu{
    background: #2aa99b!important;
  }
  .cb-header .dropdown-item{ 
    border-bottom: 1px solid rgba(255,255,255,0.5)!important;
    color: #fff;
  }
  .cb-header .dropdown-item:hover,
  .cb-header .dropdown-item.active{background:rgba(255,255,255,0.2)!important;}
}
@media print, screen and (min-width: 992px) {
  .cb-header .nav-item{padding: 20px 15px!important;}
}
@media print, screen and (min-width: 1200px) {
  .cb-header .nav-item{padding: 20px 20px!important;}
}
@media print, screen and (min-width: 1500px) {
  .cb-header .nav-item{padding: 20px 25px!important;}
}


/* 印刷設定 */
@media print{
  .cb-header {
    display: none!important;
    visibility: hidden;
  }
}


/* mainimage
---------------------------------------------------- */
/* 左右矢印のサイズ変更 */
.swiper-button-next::after,
.swiper-button-prev::after{
  font-size: 30px!important;
}


#mainimage{
  position: relative;
  background: url("../images/bg_mainimage.jpg") bottom left;
  background-size: cover;
  margin-bottom: 20px;
}
.swiper-container {
  width: 100%;
  height: 300px;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mainimage_text{
  position: absolute;
  top: 30%;
  left: 8.333333%;
  z-index: 2;
}
.mainimage_text p{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-shadow: 0px 0px 10px #fff;
  margin-bottom: 10px;
}
.mainimage_text img{
  width: 50%;
  padding-left: 100px;
}
@media print, screen and (min-width: 768px){
  #mainimage{
    margin-bottom: 50px;
  }
  .swiper-container {
    height:500px;
  }
  .mainimage_text p{
    font-size: 2.3em;
    margin-bottom: 15px;
  }
  .mainimage_text img{
    width: 60%;
    padding-left: 150px;
  }
}
@media print, screen and (min-width: 992px){
  #mainimage{
    margin-bottom: 140px;
  }
  .swiper-container {
    height:700px;
  }
  .mainimage_text p{
    font-size: 3.3em;
    margin-bottom: 20px;
  }
  .mainimage_text img{
    width: 80%;
    padding-left: 200px;
  }
}
@media print, screen and (min-width: 1200px){
  #mainimage{
    background-size: auto;
  }
  .swiper-container {
    height:900px;
  }
  .mainimage_text p{
    font-size: 4.3em;
    margin-bottom: 30px;
  }
  .mainimage_text img{
    width: auto;
    padding-left: 250px;
  }
}

/* 1文字ずつ出るアニメーション */
.text {
  opacity: 0;
}
.text-move {
  opacity: 0;
  display: inline-block;
  transform: scale(1.25) translate(8px, 4px);
}
.text-move:nth-child(1) {transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;}
.text-move:nth-child(2) {transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;}
.text-move:nth-child(3) {transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;}
.text-move:nth-child(4) {transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;}
.text-move:nth-child(5) {transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;}
.text-move:nth-child(6) {transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;}
.text-move:nth-child(7) {transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;}
.text-move:nth-child(8) {transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;}
.text-move:nth-child(9) {transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;}
.text-move:nth-child(10) {transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;}
.text-move:nth-child(11) {transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;}
.text-move:nth-child(12) {transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;}
.text.active {
  opacity: 1;
}
.text.active .text-move {
  opacity: 1;
  transform: scale(1) translate(0);
}


/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 0px;}
@media print, screen and (min-width: 768px) {
	#mainimage,
	.h2-style{  margin-top: 0px;}
}


/* footer_contact
---------------------------------------------------- */
#footer_contact{
  background-color: #f4fbf9;
  border-top:1px solid #ddd;
  padding: 30px 0px;
}
#footer_contact h3{
  font-family: 'Barlow', sans-serif;
  font-size: 2.0em;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer_contact p{
  margin-bottom: 15px;
}
#footer_contact a:link,
#footer_contact a:visited{ color: #2aa99b; text-decoration: none;}
.footer_contact_phone{
  line-height: 1.0em;
}
.footer_contact_phone img{margin-right: 10px;width: 45px; vertical-align: middle;}
.footer_contact_phone span{
  vertical-align: middle;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 3.0em;
  color: #2aa99b;
}
.footer_contact_form{
  display: block;
  width: 100%;
  background:#2aa99b;
  border-radius: 50px;
  padding: 15px 0px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff!important;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.footer_contact_form i{ margin-right: 8px;}
@media print, screen and (min-width: 768px){
  #footer_contact{
    padding: 60px 0px;
  }
  #footer_contact h3{
    font-size: 2.4em;
    margin-bottom: 20px;
  }
  #footer_contact p{
    font-size: 0.95em;
  }  
  .footer_contact_phone span{
    font-size: 2.5em;
  }
  .footer_contact_form{
    padding: 20px 0px;
    margin-bottom: 15px;
  }
  .footer_contact_form i{ margin-right: 15px;}
  .footer_contact_form:hover{ opacity: 0.8;}
}
@media print, screen and (min-width: 992px){
  #footer_contact{
    padding: 90px 0px;
  }
  #footer_contact h3{
    font-size: 2.8em;
  }
  #footer_contact p{
    font-size: 1.0em;
    margin-bottom: 20px;
  }
  .footer_contact_phone img{ width: auto;}
  .footer_contact_phone span{
    font-size: 3.4em;
  }
  .footer_contact_form{
    padding: 23px 0px;
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .footer_contact_form i{ font-size: 1.2em;}
}
@media print, screen and (min-width: 1200px){
  #footer_contact{
    padding: 100px 0px 120px;
  }
  .footer_contact_phone span{
    font-size: 3.1em;
  }
}
@media print, screen and (min-width: 1600px){
  .footer_contact_phone span{
    font-size: 3.9em;
  }
  .footer_contact_form{
    margin: 0px auto 20px;
    max-width: 500px;
  }
}


/* footer_bnr
---------------------------------------------------- */
#footer_bnr{
  background-color: #f5f5f5;
  padding: 20px 0px;
}
#footer_bnr img{
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px){
  #footer_bnr{
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #footer_bnr{
    padding: 40px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #footer_bnr{
    padding: 50px 0px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  background: url("../images/bg_footer.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 20px 0px 40px;
  font-size: 0.9em;
}
footer h3{
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 5px;
}
footer p{
  margin-bottom: 10px;
}
footer img{ border: 1px solid #ddd;}
footer a:link,
footer a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  footer{
    padding: 30px 0px 50px;
  }
  footer h3{
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  footer p{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 922px) {
  footer{
    padding: 50px 0px 70px;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink{
    list-style: none;
    margin-top: 15px;
  }
  .footer-textlink li{
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 0.9em;
  }
  .footer-textlink li a{ text-decoration: none;}
}
@media print, screen and (min-width: 992px) {
  .footer-textlink{
    margin-top: 0px;
  }
  .footer-textlink li{
    font-size: 1.0em;
    margin: 0px 0px 0px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-textlink{
    text-align: right;
  }
  .footer-textlink li{
    margin: 0px 0px 0px 20px;
  }
}

/* copyright*/
footer small{
  margin-top: 15px;
  font-size: 0.9em;
  opacity: 0.5;
  display: block;
}
@media print, screen and (min-width: 992px){
  footer small{
    margin-top:20px;
  }
}


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:10px; 
  right:10px; 
  z-index: 100;
}
#pagetop img{
  width: 50%;
  float: right;
}
#pagetop:hover img{ opacity: 0.7;}
@media print, screen and (min-width: 768px) {
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: auto;
    float: none;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_about{
  background: url("../images/bg_top_about.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}
#top_about h2{
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#top_about h3{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
#top_about p{
  line-height: 2.0em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 70px 0px;
    margin-bottom: 70px;
  }
  #top_about h2{
    font-size: 1.0em;
  }
  #top_about h3{
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  #top_about p{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    padding: 90px 0px 120px;
    margin-bottom: 120px;
  }
  #top_about h2{
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  #top_about h3{
    font-size: 2.0em;
    margin-bottom: 40px;
  }
  #top_about p{
    text-align: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    padding: 130px 0px 180px;
    margin-bottom: 160px;
  }
  #top_about h2{
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  #top_about h3{
    font-size: 2.8em;
    margin-bottom: 70px;
  }
  #top_about p{
    font-size: 1.05em;
    text-align: center;
    margin-bottom: 25px;
  }
}

#top_promise{
  background: url("../images/bg_top_promise.png") no-repeat right bottom;
  background-size: contain;
  padding: 0px 0px 40px;
}
#top_promise h3{
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}
#top_promise h3 span{
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: #2aa99b;
  margin-bottom: 5px;
}
#top_promise p{
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  #top_promise{
    padding: 0px 0px 70px;
  }
  #top_promise h3{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
  #top_promise h3 span{
    margin-bottom: 10px;
  }
  #top_promise p{
    line-height: 2.2em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_promise{
    background: url("../images/bg_top_promise.png") no-repeat center top;
    background-size: cover;
    padding: 30px 0px 100px;
  }
  #top_promise h3{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
  #top_promise h3 span{
    margin-bottom: 15px;
  }
  #top_promise p{
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_promise{    
    padding: 40px 0px 160px;
  }
  #top_promise h3{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  #top_promise p{
    margin-bottom: 50px;
  }
}

#top_choose{
  background: url("../images/bg_top_choose.jpg") no-repeat top center #f4fbf9;
  background-size: contain;
  padding: 70px 0px 40px;
}
#top_choose h3{
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
#top_choose h3 span{
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: #2aa99b;
  margin-bottom: 5px;
}

.top_choose_houjin,
.top_choose_kojin{
  background-color: #fff;
  border-radius: 15px;
}
.top_choose_houjin img,
.top_choose_kojin img{
  border-radius: 15px 15px 0px 0px;
}
.top_choose_box{
  display: flex;
  align-items: stretch;
}
.top_choose_box h4{
  display: flex;
  align-items: center;
  width: 30%;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: 500;
  color: #2aa99b;
}
.top_choose_box p{
  display: flex;
  align-items: center;
  width: 70%;
  padding: 15px 15px 15px 0px;
}
@media print, screen and (min-width: 576px){
  #top_choose{
    padding: 80px 0px 40px;
  }
}
@media print, screen and (min-width: 768px){
  #top_choose{
    padding: 120px 0px 70px;
  }
  #top_choose h3{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
  #top_choose h3 span{
    margin-bottom: 10px;
  }
  #top_choose p{
    line-height: 2.2em;
  }
  
  .top_choose_box h4{
    padding-left: 30px;
    font-size: 1.4em;
  }
  .top_choose_box p{
    padding: 30px 30px 30px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_choose{
    padding: 170px 0px 100px;
  }
  #top_choose h3{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
  #top_choose h3 span{
    margin-bottom: 15px;
  }
  
  .top_choose_hk{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
  }
  .top_choose_houjin,
  .top_choose_kojin{
    width:49%;
    height:auto;
    background-color: #fff;
    display:flex;
    flex-direction:column;
    border-radius: 40px;
  }
  .top_choose_houjin img,
  .top_choose_kojin img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit:cover;
    border-radius: 40px 40px 0px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_choose{    
    background-size: auto;
    padding: 260px 0px 150px;
  }
  #top_choose h3{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  .top_choose_houjin img,
  .top_choose_kojin img{
    height: 250px;
  }
}
@media print, screen and (min-width: 1600px){
  .top_choose_box h4{
    padding-left: 40px;
    font-size: 1.8em;
  }
  .top_choose_box p{
    padding: 40px 40px 40px 0px;
  }
  .top_choose_houjin img,
  .top_choose_kojin img{
    height: 320px;
  }
}

#top_news{
  padding: 40px 0px 20px;
}
#top_news h3{
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}
#top_news h3 span{
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: #2aa99b;
  margin-bottom: 5px;
}
.top_news_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top_news_box_inr{
  display: block;
  height: 100%;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-bottom: 20px;
}
.top_news_box_inr:nth-of-type(2n){ margin-right: 0px;}
.top_news_box .cate{ 
  display: inline-block;
  width: 100px;
  padding: 5px 0px;
  text-align: center;
  line-height: 1.0em;
  vertical-align: middle;
  font-size: 0.8em;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-bottom: 5px;
}
.top_news_box img{ border-radius: 15px;}
.top_news_box .date{
  font-family: 'Barlow', sans-serif;
  color: #999;
  padding-top: 10px;
}
.top_news_box .new{
  margin-right: 7px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  color: #a92a2a;
}
@media print, screen and (min-width: 768px){
  #top_news{
    margin: 60px 0px 30px;
  } 
  #top_news h3{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
  #top_news h3 span{
    margin-bottom: 10px;
  }
  .top_news_box_inr{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .top_news_box .cate{ 
    width: 120px;
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .top_news_box img{ border-radius: 20px;}
  .top_news_box .new{
    margin-right: 10px;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    margin:90px 0px 60px;
  }
  #top_news h3{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
  #top_news h3 span{
    margin-bottom: 15px;
  }
  .top_news_box_inr{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
  .top_news_box_inr:nth-of-type(2n){ margin-right: 30px;}
  .top_news_box_inr:nth-of-type(3n){ margin-right: 0px;}
  .top_news_box .cate{ 
    width: 120px;
    margin-bottom: 10px;
  }
  .top_news_box img{ border-radius: 20px;}
  .top_news_box .new{
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    margin:100px 0px 100px;
  }
  #top_news h3{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  .top_news_box_inr{
    width: calc(33.333333% - 30px);
    margin-right: 45px;
  }
  .top_news_box_inr:nth-of-type(2n){ margin-right: 45px;}
  .top_news_box .cate{ 
    width: 150px;
    margin-bottom: 10px;
  }
  .top_news_box img{ border-radius: 30px;}
}


/* information.html
---------------------------------------------------- */
.information_date{  
  margin-bottom: 10px;
  line-height: 1.0em;
}
.information_date strong{
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  vertical-align: middle;
}
.information_date span{ 
  margin-left: 15px;
  display: inline-block;
  width: 100px;
  padding: 5px 0px;
  text-align: center;  
  font-size: 0.8em;
  border: 1px solid #ddd;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px){
  .information_date span{ 
    width: 120px;
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .information_date span{ 
    width: 120px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .information_date span{ 
    width: 150px;
    margin-bottom: 10px;
  }
}


/* promise.html
---------------------------------------------------- */
.promise_box h3,
.promise_box2 h3{
  margin-top: 20px;
  display: inline-block;
  background-color:#2aa99b;
  color:#fff;
  padding: 10px 15px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 10px;
}
.promise_box h4,
.promise_box2 h4{
  font-size: 1.8em;
  font-weight: 500;
  color: #2aa99b;
  margin-bottom: 15px;
}
.promise_box p,
.promise_box2 p{
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px){
  .promise_box h3,
  .promise_box2 h3{
    margin-top: 30px;
  }
  .promise_box h4,
  .promise_box2 h4{
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .promise_box p,
  .promise_box2 p{
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .promise_box,
  .promise_box2{
    position: relative;
    overflow: hidden;
  }
  .promise_box2{ margin-bottom: 40px;}
  .promise_box img{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    z-index: -1;
  }
  .promise_box2 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    z-index: -1;
  }
  .promise_box_inr{
    margin: 200px 0px 0px; 
    background:#fff;
  }
  .promise_box .promise_box_inr{padding: 60px 60px 60px 0px;}
  .promise_box2 .promise_box_inr{padding: 60px 0px 60px  60px;}
  .promise_box h3,
  .promise_box2 h3{
    margin-top: 0px;
  }
  .promise_box p,
  .promise_box2 p{
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .promise_box2{ margin-bottom: 90px;}
  .promise_box img{
    width: 80%;
  }
  .promise_box2 img{
    width: 80%;
  }
  .promise_box_inr{
    margin: 250px 0px 0px;
  }
  .promise_box .promise_box_inr{padding: 90px 60px 90px 0px;}
  .promise_box2 .promise_box_inr{padding: 90px 0px 90px 60px;}
}
@media print, screen and (min-width: 1600px){
  .promise_box2{ margin-bottom: 120px;}
  .promise_box img{
    width: 75%;
  }
  .promise_box2 img{
    width: 75%;
  }
  .promise_box_inr{
    margin: 300px 0px 0px;
  }
  .promise_box .promise_box_inr{padding: 120px 90px 120px 0px;}
  .promise_box2 .promise_box_inr{padding: 120px 0px 120px 90px;}
}

.promise_title{
  background: url("../images/img_promise03.jpg") no-repeat top left;
  background-size: contain;
  padding: 40px 0px;
}
.promise_title h3{
  font-family: 'Barlow', sans-serif;
  font-size: 1.0em;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}
.promise_title h4{
  font-size: 1.3em;
  font-weight: 500;
  color: #2aa99b;
  text-align: center;
  margin-bottom: 10px;
}
.promise_title p{
  font-size: 1.0em;
  color: #2aa99b;
  text-align: center;
}
@media print, screen and (min-width: 576px){
  .promise_title{
    padding: 60px 0px;
  }
}
@media print, screen and (min-width: 768px){
  .promise_title{
    padding: 80px 0px;
  }
  .promise_title h3{
    font-size: 1.1em;
  }
  .promise_title h4{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 992px){
  .promise_title{
    padding: 120px 0px;
  }
  .promise_title h3{
    font-size: 1.2em;
  }
  .promise_title h4{
    font-size: 2.6em;
  }
}
@media print, screen and (min-width: 1200px){
  .promise_title{
    padding: 150px 0px;
  }
  .promise_title h3{
    font-size: 1.3em;
  }
  .promise_title h4{
    font-size: 3.0em;
  }
  .promise_title p{
    font-size: 1.2em;
  }
}


/* insurance.html
---------------------------------------------------- */
.insurance_box{
  margin-bottom: 20px;
}
.insurance_box h3{
  margin-top: 20px;
  display: inline-block;
  background-color:#2aa99b;
  color:#fff;
  padding: 10px 15px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 10px;
}
.insurance_box h4{
  font-size: 1.8em;
  font-weight: 500;
  color: #2aa99b;
  margin-bottom: 15px;
}
.insurance_box h5{
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #2aa99b;
  color: #2aa99b;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .insurance_box{
    margin-bottom: 30px;
  }
  .insurance h3{
    margin-top: 30px;
  }
  .insurance_box h4{
    font-size: 2.2em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .insurance_box{
    position: relative;
    overflow: hidden;
    background-color: #f4fbf9;
    margin-bottom: 60px;
  }
  .insurance_box img{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    z-index: -1;
  }
  .insurance_box_inr{
    margin: 200px 0px 0px; 
    background:#fff;
  }
  .insurance_box .insurance_box_inr{padding: 40px 60px;}
  .insurance_box h3{
    margin-top: 0px;
  }
  .insurance_box h5{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .insurance_box{
    margin-bottom: 90px;
  }
  .insurance_box img{
    width: 80%;
  }
  .insurance_box_inr{
    margin: 250px 0px 0px;
  }
  .insurance_box .insurance_box_inr{padding: 50px 70px 40px;}
  .insurance_box h4{
    margin-bottom: 30px;
  }
}


/* faq.html
---------------------------------------------------- */
.faq_q{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.faq_a{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.faq_q_icon,
.faq_a_icon{ 
  display: flex;
  width: 15%;
  text-align: center;
}
.faq_q_icon span,
.faq_a_icon span{
  color: #fff;  
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  font-family: 'Barlow', sans-serif;
  font-size: 25px;
  font-weight: 600;
  vertical-align: middle;
}
.faq_q_icon span{background-color: #2aa99b;}
.faq_a_icon span{background-color: #a92a2a;}
.faq_q_title,
.faq_a_text{ 
  display: flex;
  width: 85%;
}
.faq_q_title h4{
  width: 100%;
  padding-top: 5px;
  font-size: 1.05em;
  font-weight: 500;
}
.faq_a_text p{
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .faq_q_icon,
  .faq_a_icon{ 
    width: 10%;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .faq_a{
    margin-bottom: 30px;
  }
  .faq_q_icon,
  .faq_a_icon{ 
    width: 8%;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 92%;
  }
  .faq_q_title h4{
    padding-top: 7px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px) {
  .faq_q{
    margin-bottom: 15px;
  }
  .faq_a{
    margin-bottom: 40px;
  }
  .faq_q_icon,
  .faq_a_icon{ 
    width: 6%;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 94%;
  }
  .faq_q_title h4{
    font-size: 1.15em;
  }
}
@media print, screen and (min-width: 1200px) {
  .faq_a{
    margin-bottom: 50px;
  }
  .faq_q_icon,
  .faq_a_icon{ 
    width: 7%;
  }
  .faq_q_icon span,
  .faq_a_icon span{
    width: 55px;
    height: 55px;
    padding-top: 10px;
    font-size: 30px;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 93%;
  }
  .faq_q_title h4{
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 1600px) {
  .faq_q_icon,
  .faq_a_icon{ 
    width: 5%;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 95%;
  }
}


/* company.html
---------------------------------------------------- */
.company_message_text{
  margin-bottom: 15px;
}
.company_message_img div{
  margin: 0px auto;
  width: 50%;
}
@media print, screen and (min-width: 768px){
  .company_message{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .company_message_text{ 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .company_message_text div{
    width: 100%;
  }
  .company_message_img{ 
    display: flex;
    width: 50%;
    padding-left: 60px;
  }
  .company_message_img div{
    width: 100%;
  }
}
@media print, screen and (min-width: 992px){
  .company_message_img{ 
    padding-left: 80px;
  }
}
@media print, screen and (min-width: 1200px){
  .company_message_text{ 
    width: 60%;
  }
  .company_message_img{ 
    width: 40%;
    padding-left: 90px;
  }
}
@media print, screen and (min-width: 1600px){
  .company_message_text{ 
    width: 70%;
  }
  .company_message_img{ 
    width: 30%;
    padding-left: 120px;
  }
}


/* contact.html
---------------------------------------------------- */
.contact_number{
  background-color: #f4fbf9;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}
.contact_number h3{
  background-color: #2aa99b;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  padding: 8px 0px;
  margin-bottom: 10px;
}
.contact_number span{
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 2.8em;
  color: #2aa99b;
}
.contact_number span img{ margin-right: 10px; vertical-align: middle;}
.contact_number_line{
  width: 150px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px){
  .contact_number{
    padding: 30px;
    border-radius: 30px;
  }
  .contact_number h3{
    margin-bottom: 20px;
  }
  .contact_number span{
    font-size: 2.2em;
  }
  .contact_number span img{ width: 40px;}
  .contact_number p{
    font-size: 0.8em;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 992px){
  .contact_number{
    padding: 40px;
  }
  .contact_number h3{
    padding: 12px 0px;
    margin-bottom: 30px;
  }
  .contact_number span{
    font-size: 3.0em;
  }
  .contact_number span img{ width: 50px;}
  .contact_number p{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_number{
    padding: 50px 60px;
    border-radius: 40px;
  }
  .contact_number span{
    font-size: 3.2em;
  }
  .contact_number span img{ width: auto;}
}
@media print, screen and (min-width: 1600px){
  .contact_number h3{
    width: 500px;
    margin: 0px auto;
    margin-bottom: 40px;
  }
  .contact_number span{
    font-size: 4.0em;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
  border-bottom: 1px solid #2aa99b;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: auto;
  margin-right:3px;
}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ddd!important;
  border-left: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  background-color:#fff;
  color: #2aa99b!important;
  padding: 10px 10px!important;
  font-size: 0.9em;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  border-top: 1px solid #2aa99b!important;
  border-left: 1px solid #2aa99b!important;
  border-right: 1px solid #2aa99b!important;
  border-bottom: 1px solid #2aa99b!important;
  color: #fff!important; 
  background-color: #2aa99b!important;
}
.tab-content{
  background-color: #fff;
  padding: 15px 0px;
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    margin-right: 5px;
    padding: 0px!important;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 30px!important;
    font-size: 1.0em;
  }
  .nav-tabs .nav-link.active{border-bottom:none;}
  .nav-tabs .nav-link::after{ background: none;}
  .tab-content{
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{ 
    margin-right: 10px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 40px!important;
  }
  .tab-content{
    padding: 30px 0px 50px;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs .nav-link{ 
    padding: 15px 50px!important;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 15px;
}
.category_tab ul{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  width: 100%;
  margin-top: 5px;
}
.category_tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none!important;
  background-color: #fff;
  border: 1px solid #2aa99b;
  color: #2aa99b;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover,
.category_tab li a.active{color: #fff;background-color: #2aa99b;}
@media print, screen and (min-width: 768px){
  .category_tab{
    padding: 30px 0px 25px;
  }
  .category_tab li{
    display: flex;
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 0px;}
  .category_tab li a{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab{
    padding: 40px 0px 35px;
  }
  .category_tab li a{
    font-size: 1.1em;
    padding: 20px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab{
    padding: 60px 0px 50px;
  }
  .category_tab li{
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-top: 10px;
  }
  .category_tab li a{
    padding: 25px 0px;
  }
}

.category_tab2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #2aa99b;
}
.category_tab2 li{  
  display: flex;
  width: auto;
  margin-right:3px;
}
.category_tab2 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 5px 5px 0px 0px;
  background-color:#fff;
  color: #2aa99b;
  padding: 10px 10px;
  font-size: 0.9em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.category_tab2 li a:hover,
.category_tab2 li a.active{
  border-top: 1px solid #2aa99b;
  border-left: 1px solid #2aa99b;
  border-right: 1px solid #2aa99b;
  color: #fff; 
  background-color: #2aa99b;
}
@media print, screen and (min-width: 768px){
  .category_tab2 li{
    margin-right: 5px;
  }
  .category_tab2 li a{
    padding: 15px 30px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab2 li{
    margin-right: 10px;
  }
  .category_tab2 li a{
    padding: 15px 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab2 li a{
    padding: 15px 50px;
  }
}

.category_tab3{
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 15px;
}
.category_tab3 ul{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab3 li{  
  width: 100%;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-top: 5px;
}
.category_tab3 li:nth-of-type(2n){ margin-right: 0px;}
.category_tab3 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none!important;
  background-color: #fff;
  border: 1px solid #2aa99b;
  color: #2aa99b;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.category_tab3 li a:hover,
.category_tab li a.active{color: #fff;background-color: #2aa99b;}
@media print, screen and (min-width: 768px){
  .category_tab3{
    padding: 30px 0px 25px;
  }
  .category_tab3 li{
    display: flex;
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }
  .category_tab3 li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab3 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab3 li a{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab3{
    padding: 40px 0px 35px;
  }
  .category_tab3 li{
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .category_tab3 li:nth-of-type(2n){ margin-right: 20px;}
  .category_tab3 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab3 li a{
    font-size: 1.1em;
    padding: 20px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab3{
    padding: 60px 0px 50px;
  }
  .category_tab3 li{
    width: calc(25% - 25px);
    margin-right: 30px;
    margin-top: 10px;
  }
  .category_tab3 li:nth-of-type(2n){ margin-right: 30px;}
  .category_tab3 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab3 li a{
    padding: 25px 0px;
  }
}


/* タイトル
---------------------------------------------------- */
#h2_information{background: url("../images/bg_h2_information.jpg") no-repeat center; background-size: cover;}
#h2_promise{background: url("../images/bg_h2_promise.jpg") no-repeat center; background-size: cover;}
#h2_insurance{background: url("../images/bg_h2_insurance.jpg") no-repeat center; background-size: cover;}
#h2_faq{background: url("../images/bg_h2_faq.jpg") no-repeat center; background-size: cover;}
#h2_company{background: url("../images/bg_h2_company.jpg") no-repeat center; background-size: cover;}
#h2_policy{background: url("../images/bg_h2_policy.jpg") no-repeat center; background-size: cover;}
#h2_contact{background: url("../images/bg_h2_contact.jpg") no-repeat center; background-size: cover;}
.h2-style{
  position: relative;
  width: 100%;
  height: 200px;
}
.h2-style_inr{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 260px;
  padding: 20px 20px;
}
.h2-style h2{   
  font-size: 1.4em;
  font-weight: 500;
  color: #2aa99b;
}
.h2-style h2 span{
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.5em;  
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    height: 300px;
  }
  .h2-style_inr{
    width: 300px;
    padding: 40px 50px;
  }
  .h2-style h2{   
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    height: 400px;
  }
  .h2-style_inr{
    width: 400px;
    padding: 50px 50px;
  }
  .h2-style h2{   
    font-size: 2.6em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    height: 500px;
  }
  .h2-style_inr{
    width: 500px;
    padding: 50px 60px;
  }
  .h2-style h2{   
    font-size: 3.0em;
  }
}

.title01{
  font-size: 1.5em;
  font-weight: 500;  
  text-align: center;
  margin-bottom: 15px;
}
.title01 span{
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: #2aa99b;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
  .title01 span{
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
  .title01 span{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
}

.title02{
  border-top:1px solid #2aa99b;
  border-bottom:1px solid #2aa99b;
  padding: 15px 0px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #2aa99b;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title02{
    padding: 20px 0px;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    padding: 25px 0px;
    font-size: 1.6em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    font-size: 1.8em;
  }
}

.title03{
  position: relative;
  text-align: center;
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 35px;
}
.title03::after{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size:1.5em;
    margin-bottom: 45px;
  }
  .title03::after{
    bottom: -20px;
  }
}

.title04{
  font-size: 1.05em;
  font-weight: 500;
  color: #2aa99b;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.title04::after{
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #2aa99b;
}
@media print, screen and (min-width: 992px){
  .title04{
    font-size: 1.1em;
    padding-left: 50px;
    margin-bottom: 30px;
  }
  .title04::after{
    top: 12px;
    width: 40px;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
  border-top: 1px solid #ddd;
}
.table-style th{
  display: block;
  vertical-align:middle;
	padding:10px 10px 5px 10px;
}
.table-style td{
  display: block;
	padding:0px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px){
  .table-style{
    border-top: none;
  }
  .table-style th{
    width: 30%;
    display: table-cell;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #aaa;
  }
  .table-style tr:last-child th{border-bottom: 1px solid #aaa;}
  .table-style td{
    display: table-cell;
    padding: 15px;
    border-top: 1px solid #ddd;
  }
  .table-style tr:last-child td{border-bottom: 1px solid #ddd;}
}
@media print, screen and (min-width: 992px){
  .table-style th{
    width: 25%;
    padding: 20px 0px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: 500;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style2 th{
    padding: 10px 15px;
  }
  .table-style2 td{
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style2 th{
    padding: 15px 25px;
    width: 25%;
  }
  .table-style2 td{
    padding: 15px 25px;
  }
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap table{
  white-space: nowrap;
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
}
.btn-style i{ margin-left: 10px;}
.btn-style::after {  
  background-color: #2aa99b;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 20%;
}
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #2aa99b;}
.btn-style:hover::after {
  width: 100%;
}

.btn-style2{
  display: inline-block;
  background-color: #fff;
  border:1px solid #ddd;
  border-radius: 100px;
  font-weight: 500;  
  padding: 5px 20px;
  transition: all .3s ease-out;
}
.btn-style2 i{ margin-left: 10px;}
.btn-style2:link,
.btn-style2:visited{text-decoration: none;}
.btn-style2:hover{border:1px solid #aaa;}
@media print, screen and (min-width: 992px) {
  .btn-style2{
    padding: 10px 40px;
  }
}

.btn-detail{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;  
  padding:5px 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; }
.btn-detail:hover{ opacity: 0.7;}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
  background-color: #666;
	padding:10px 0px;
	text-align:center;
	display:block;
  border-radius: 50px;
  width: 250px;
}
.btn-back a:link,
.btn-back a:visited{ color:#fff;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    padding:10px 40px;
    display:inline-block;
  }
}

/* マップへのボタン */
.btn-map{
	background-color:#333;
  border-radius: 50px;
	padding:10px 0px;
	text-align:center;
	display:block;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 768px) {
  .btn-map{ margin-top:12px; text-align:right}
  .btn-map{
    padding:10px 40px;
    display:inline;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  color: #333;
}
.table_form th{
  padding:15px 15px 5px 15px;
  vertical-align:top;
  text-align:left;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 15px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:20px 0px 20px 20px;
    vertical-align:middle;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:20px 20px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    font-size: 1.05em;
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:20px 0px 20px 30px;
    width: 25%;
  }
  .table_form td{
    padding:20px 30px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#a92a2a; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
.table_form th.need:after{ content: "必須";background-color:#a92a2a; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
.table_form th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xs{ width:120px!important;}
.form-s,.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:14px; border-radius:4px;outline: none;}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #c00;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:5px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:17px 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 15px 25px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 80%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}
s
/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	font-weight:normal;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 40px;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  text-align: center;
  line-height: normal;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #333;
  border: 1px solid #666;
  color:#fff;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #666;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap iframe{
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 500px;
  }
}


/* common
---------------------------------------------------- */
a:hover img {	opacity:0.8;}
.img-round{border-radius: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}

iframe{ vertical-align: bottom;}

.box{
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box{ padding:30px;border-radius: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box{padding: 50px 60px;border-radius: 40px;}
}

.box2{
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{padding: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 40px;}
}@media print, screen and (min-width: 1200px) {
  .box2{ padding: 50px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700!important;}
.lh16{ line-height: 1.6em;}
.lhdai{ line-height: 2.0em;}
.indent{ text-indent:-1em; margin-left:1em;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}

/* フォントサイズ */
.xx-small{ font-size:0.7em;font-weight:normal;}
.x-small{ font-size:0.8em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs80{ font-size: 0.8em;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.middle{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.3em;}}
.large{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.3em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.6em;}}
.x-large{font-size:1.25em; line-height: 1.8em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.4em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.3em;}}
@media print, screen and (min-width: 1500px) {.x-large{font-size:2.5em;}}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#c00;}
.white{ color: #fff!important;}
.green{ color:#2aa99b;}

.bg-color01{ background-color: #2aa99b;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}

/* サイズ指定 */
.w-17{ width:17.5%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.ml27{ margin-left:27px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 100px 0px 120px;}}

.content-bg{background:#f4fbf9; padding: 50px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 100px 0px 150px;}}

@media print, screen and (min-width: 992px) { .mtop{ margin-top: 60px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 90px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 60px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 150px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 25px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 30px;}}
.mbottom4{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 80px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 100px;}}
.mbottom1{ margin-bottom: 35px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom:50px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 700px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 100px;}}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}

.tate-tyuou {
  align-items: center;
}

.icon-fix{
  position: fixed;
  top: 67%;
  right: 1.5%;
  z-index: 9999;
}
.icon-fix img{
  width: 150px;
  transition: .3s;
}
@media print, screen and (max-width: 767px) {
  .icon-fix{
    top: 82vh;
  }
  .icon-fix img{
    width: 70px;
    top: 75%;
  }
}
.icon-fix img:hover{
  opacity: .6;
}
@media print, screen and (min-width: 1200px){
  .box-kurume-01,
  .box-kurume-02,
  .box-kurume-03{
    height: 550px;
  }
}
#kurume{
  background-color: #fbf9f2;
}
#kurume h3{
  margin-bottom: 0;
}
#kurume .title04{
  color: #e4831a;
}
#kurume .title04::after{
  background-color: #e4831a;
}
#kurume .footer_contact_form{
  background-color: #e4831a;
  text-decoration: none;
}
@media print, screen and (min-width: 500px) and (max-width: 1400px) {
  .kurume-point-txt{
    text-align: center;
  }
}

#kurume .box-kurume-01{
  border: 2px solid #37ab05;
  background-color: inherit;
}
#kurume .box-kurume-01 h4,
#kurume .box-kurume-01 span{
  color: #37ab05;
}
#kurume .box-kurume-02{
  border: 2px solid #f28f24;
  background-color: inherit;
}
#kurume .box-kurume-02 h4,
#kurume .box-kurume-02 span{
  color: #f28f24;
}
#kurume .box-kurume-03{
  border: 2px solid #126fb4;
  background-color: inherit;
}
#kurume .box-kurume-03 h4,
#kurume .box-kurume-03 span{
  color: #126fb4;
}

/* FD宣言 */
.fd-data{
  font-size: 1.15em;
}

.fd-data span , .fd-list span{
  font-weight: bold;
  color: #2aa99b;
}

.fd-achievements{
  text-align: center;
}

.fd-achievements p{
  font-size: 0.9em;
}

.fd-list{
  margin: 0 auto 30px;
  text-align: center;
  width: 45%;
  max-width: 500px;
  text-align: left;
  white-space: nowrap;
}

@media print, screen and (max-width: 992px) {
  .br-lg{
    display: none;
  }
}

.br-sm{
    display: none;
  }

@media print, screen and (max-width: 576px) {
  .br-sm{
    display: block;
  }
}