@charset "utf-8";

/* base.css : style.css と common/css/style.css の共通ルールを集約 */



* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;  padding: 0;}


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


fieldset, img { border: 0;}


img{vertical-align: bottom;}


address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}


ol, ul {list-style: none;}


caption, th {text-align: left;}


h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal; line-height: 1;}


q:before, q:after {content: ''}


abbr, acronym {border: 0; font-variant: normal;}


sup {vertical-align: text-top;}


sub {vertical-align: text-bottom;}


legend {color: #000;}


input, textarea, select {font-family: inherit; font-size: inherit; font-weight: inherit;}




html {font-size: 62.5%;}



body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x: hidden;
  color: #333;
  word-break: break-all;
}



figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  
}



a {color: #818181;}


a:hover {text-decoration: underline; opacity: 0.8;}




input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}


input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




.pc {display: block !important;}


.sp {display: none !important;}




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


.tx-r {text-align: right;}


.tx-l {text-align: left;}



.flex{
  display: flex;
  justify-content: space-between;
}


.tx-b {font-weight:bold; margin-bottom: 1em;}


header dl.nav dt .tel{
  
  background-size: auto 50%;
  font-size: 2rem;
  
  display: block;
  font-weight: bold;
}


header dl.nav dd{
  width:180px;
  height: 80px;
  display: inline-block;
  background-color: #f98d1e;
  text-align: center;
  vertical-align: middle;
  padding-top: 24px;
}


header dl.nav dd a{
  color: #fff;
  text-decoration: none;
}


header dl.nav dd:nth-child(2){
  background-color: #49a19b;
}


header dl.nav dd:nth-child(2) a{
  color: #fff;
}


header nav ul{
  display: flex;
}


header nav ul li a{
  color: #fff;
  margin-right: 1em;
  text-decoration: none;
}



#advisor .advisor_img{
  float: left;
  margin-right: 20px;
}



#advisor p.title{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}




footer {
  background-color: #49a19b;
  color: #fff;
  padding: 50px 0 ;
}


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


footer a:hover,
footer a:visited{
  color: #fff;
}


.footer-menu {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 0 auto 0;
  max-width: 1128px;
}


.footer-menu .col {
  width: 24%;
}


.footer-menu .col-title {
  font-weight: bold;
  margin-bottom: 1.5em;
  font-size: 16px;
  border-top: 1px #fff solid;
  padding-top: 1.5em;
}


.footer-menu .underline {
  border-bottom: 1px #fff solid;
  padding-bottom: 1.5em;
}


.footer-menu .menu-list li {
  margin-bottom: 6px;
}


.footer-menu .menu-list li.pp {
  margin-top: 3em;
}


.footer-menu .tel {
  
  background-size: auto 50%;
  font-size: 2.6rem;
  
  text-align: right;
  display: block;
  font-weight: bold;
  letter-spacing: 0.2rem; 
}


.footer-menu p.logo {
  text-align: right;
  margin: 100px 0 20px;
}


.footer-menu p.copyright {
  font-size: 1.1rem;
  text-align: right;
}



.nav dt {
  background-color: #fff;
  padding-left:34px;
}



.navi {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  top: 0;
  transition: all 0.5s ease;
}



.navi a, .navi dl {
  color: #000;
  transition: all 0.5s ease;
}



.fa-phone-alt {
  margin-right: 2px;
}





.fa-regular.fa-envelope:before {
  font-style: normal;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: .5px;
}
