@charset "UTF-8";
/***** -- COMMON -- *****/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}
html {
  width: 100%!important;
  overflow: auto;
}
body {
  text-align:left;
  color: #242E33;
  background: transparent;
  font-family: YakuHanJPs, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, Meiryo, Hiragino Sans, sans-serif;
  font-weight:300;
  line-height:1.75;
  letter-spacing: .2em;
}
a {
  color: #000;
  text-decoration: none;
  transition: all .5s ease;
}
a.uline, span.uline {
  text-decoration: underline;
  cursor: pointer;
}
.info_link a{
  display: inline-block;
  font-size: 14px;
  color: #428bca;
  text-decoration: none;
  margin: 0 10px;
}
.info_link a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .info_link a{
    margin: 0 auto;
  }
  .info_link a:first-child{
    margin-bottom: 10px;
  }
}
a.uline:hover, span.uline:hover {text-decoration: none;}
ul, ol {padding-left: 2rem;}
ul > li, ol > li {
  margin-top: 1rem;
  padding-left: 1rem;
}
ul > li:first-child, ol > li:first-child {margin-top: 0;}

.oH {overflow: hidden;}
.grid {margin: auto;}
.grid::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.grid > div, .grid > a {
  float: left;
  display: block;
  position: relative;
}
.grid-btn-2 > a {
  width: 47%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.grid-btn-2 > a:nth-child(2n) {margin-right: 2%;}
.body-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.common-pT {margin-top: 80px!important;}
.common-wrap {
  margin: 0 auto;
}
.common-inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.is_pc {display: block;}
.is_sp {display: none;}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}
.table-scroll::-webkit-scrollbar {height: 5px;}
.table-scroll::-webkit-scrollbar-track {background: #F1F1F1;}
.table-scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .common-pT {margin-top: 70px!important;}
  .common-wrap {width:100%;}
  .common-inner {width: 96%;}
  .is_pc {display: none;}
  .is_sp {display: block;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .common-pT {margin-top: 60px!important;}
  .common-wrap {width:100%;}
  .grid-btn-2 > a {
    width: 96%;
    margin-right: 2%;
  }

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

/***** -- BTN -- *****/
.btn {
  display: inline-block;
  position: relative;
  width: 500px;
  color: #242E33;
  font-size: 15px;
  font-weight:700;
  font-family: Yu Gothic Medium, 游ゴシック体, YuGothic,'NotoSansJP', sans-serif;
  text-align: center;
  letter-spacing: .1em;
  padding: 2.5rem 0;
  border: 3px solid #000;
  background-color: transparent;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 5px;
}
.btn:hover {
  color: #f4981f;
  background-color: #fff;
  border: 3px solid #f4981f;
}
.btn-apply {
  max-width: 550px;
  width: 100%;
  color: #fff;
  padding: 1.5rem 0!important;
  border: 3px solid #f4981f;
  background-color: #f4981f;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  transition: all .5s ease;
  content: "\f0da";
}
.btn-arrow:hover::after {color: #f49820;}

.btn-pdf {
  width: 250px!important;
  font-size: 13px;
  padding: 15px 0!important;
}
.btn-pdf::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: #ff0000;
  transition: all .5s ease;
  content: "\f1c1";
}
.btn-pdf:hover::after {color: #f49820;}

.btn-acc.is_open {
  color: #fff;
  border: 3px solid #f4981f;
  background-color: #f4981f;
}
.btn-acc.is_open:hover {
  color: #f4981f;
  background-color: #fff;
  border: 3px solid #f4981f;
}
.btn-acc.is_open::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  transition: all .5s ease;
  content: "\f067";
}
.btn-acc.is_open:hover::after {color: #f4981f;}
.btn-acc.is_close {
  color: #fff;
  border: 3px solid #999;
  background-color: #999;
}
.btn-acc.is_close:hover {
  color: #999;
  background-color: #fff;
  border: 3px solid #999;
}
.btn-acc.is_close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  transition: all .5s ease;
  content: "\f068";
}
.btn-acc.is_close:hover::after {color: #999;}
.btn-totop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  cursor: pointer;
}
.btn-totop img {width: 80px;}

.common-btn {
  text-align: center;
  margin-top: 120px;
}
.common-btn p.top_text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.contact_btn a {
  display: block;
  width: 200px;
  margin: 15px auto;
  padding: 15px;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
}
.contact_btn a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .btn-totop {
    bottom: 20px;
    right: 20px;
  }
  .btn-totop img {width: 60px;}
  .btn-acc.is_open:hover {
    color: #fff;
    background-color: #f4981f;
    border: 3px solid #f4981f;
  }
  .btn-acc.is_open:hover::after {color: #fff;}
  .btn-acc.is_close:hover {
    color: #fff;
    border: 3px solid #999;
    background-color: #999;
  }
  .btn-acc.is_close:hover::after {color: #fff;}
}
@media screen and (max-width: 640px){
  .btn {width: 300px;}
  .common-btn {margin-top: 50px;}
  .common-btn p.top_text {font-size: 15px;}
}
@media screen and (max-width: 480px){
  .btn {
    width: 250px;
    font-size: 13px;
    padding: 2rem 0;
  }
  .btn-totop {
    bottom: 10px;
    right: 10px;
  }
  .btn-totop img {width: 50px;}
  .btn-acc {
    width: 100%;
    padding: 15px 10px 15px 0;
  }
}
@media screen and (max-width: 370px){}


/***** -- HEADER -- *****/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  z-index: 90;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0,-50%);
}
.header-logo a {display: block;}
.header-logo img {
  height: 64px;
}
.header-nav {display: block;}
.nav-inner {
  position: absolute;
  top: 0;
  right: 230px;
  letter-spacing: -.40em;
}
.nav-inner > a {
  position: relative;
  display: inline-block;
  height: inherit;
  color: #242E33;
  text-align: center;
  font-size: 13px;
  font-weight:700;
  margin-right: 30px;
  line-height: 80px;
  letter-spacing: normal;
  transition: all .3s ease;
}
.nav-inner > a:last-child {margin-right: 0;}
.nav-inner > a::after {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: '';
}
.nav-inner > a.is_active::after {background-color: #1A57B5;}
.nav-inner > a:hover {color: #f4981d;}
.nav-inner > a.is_close {
  color: #ccc;
  cursor: default;
}
.header-btn {}
.header-btn a {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%);
  width: 160px;
  height: 60px;
  color: #fff;
  text-align: center;
  /*font-family: 'NotoSansJP', sans-serif;*/
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  background-color: #f4981d;
  box-shadow: 0 0 0 3px #f4981d inset;
  border-radius: 5px;
  transition: all .3s ease;
}
.header-btn a:hover {
  color: #f4981d;
  background-color: #fff;
  box-shadow: 0 0 0 3px #f4981d inset;
}
.header-menu {display: none;}
@media screen and (max-width: 1200px){
  .nav-inner {right: 220px;}
  .nav-inner > a {
    font-size: 12px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px){
  .header-nav {display: none;}
  .header-btn a {right: 110px;}
  .header-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0,-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .header-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translate(-50%,-50%);
    background-color: #242E33;
    transition: background-color .2s;
  }
  .header-menu span::before, .header-menu span::after {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #242E33;
    transition: background-color .3s cubic-bezier(.215,.61,.355,1), transform .3s cubic-bezier(.215,.61,.355,1);
    content: '';
  }
  .header-menu span::before {top: -8px;}
  .header-menu span::after  {top: 8px;}
}
@media screen and (max-width: 768px){
  .header-wrap {height: 70px;}
  .header-logo {left: 20px}
  .header-logo img {
    height: 50px;
  }
  .header-btn a {
    right: 85px;
    width: 110px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
  .header-menu {right: 20px;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .header-wrap {height: 60px;}
  .header-logo {left: 10px;}
  .header-logo img {
    height: 40px;
  }
  .header-menu {right: 10px;}
  .header-btn a {right: 70px;}
}
@media screen and (max-width: 370px){}


/***** -- DRAWER -- ******/
.drawer-wrap {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f9f9f9;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: -webkit-transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
          transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.drawer-right {
  right: 0;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.drawer-right.is_active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.drawer-top {
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.drawer-top.is_active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.drawer-inner {
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
}
.drawer-header {
  position: relative;
  height: 45px;
  text-align: center;
}
.drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  background-color: #f4981d;
  color: #fff;
  cursor: pointer;
}
.drawer-contents {
  font-size: 13px;
  font-weight: bold;
}
.drawer-contents > a {
  display: block;
  position: relative;
  font-family: 'NotoSansJP', sans-serif;
  font-size: 13px;
  padding: 20px 15px 20px 5px;
  border-bottom: 1px solid #ccc;
}
.drawer-contents > a:first-child {border-top: 1px solid #ccc;}
.drawer-contents > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 15px;
  color: #000;
  transition: all .3s ease;
  content: "\f105";
}
.drawer-contents > a.is_close {color: #ccc;}
.drawer-contents > a.is_close::after {color: #ccc;}
.drawer-btn {
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.drawer-btn > a {
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 95;
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 480px){}


/***** -- FOOTER -- *****/
.footer-wrap {
  position: relative;
  background-color: #3B3B42;
  padding: 80px 0 40px;
}
.footer-inner {}
.footer-nav {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.footer-nav > div {
  display: table-cell;
  vertical-align: top;
}
.footer-logo {
  width: 250px;
  padding-left: 20px;
}
.footer-logo img {
  width: 140px;
  height: auto;
}
.footer-link > p {margin-bottom: 30px;}
.footer-link a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.footer-link a:hover {text-decoration: none;}
.footer-info {
  width: 98%;
  max-width: 870px;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
  border: 3px solid #fff;
}
.footer-info::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.footer-info > div {
  float: left;
  display: block;
  position: relative;
  color: #fff;
}
.footer-info_title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-info_tel {
  font-size: 40px;
  font-weight: bold;
  margin-right: 30px;
  padding-left: 45px;
}
.footer-info_tel span {display: block;}
.footer-info_tel a {
  display: none;
  color: #fff;
}
.footer-info_tel::before, .footer-info_mail::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  content: '';
  width: 34px;
  height: 34px;
  background-size: contain;
}
.footer-info_tel::before {background-image: url(/assets/img/icon-tel.png);}
.footer-info_mail::before {background-image: url(/assets/img/icon-mail.png);}
.footer-info_mail {
  font-size: 40px;
  font-weight: bold;
  padding-left: 45px;
}
.footer-info_mail a {color: #fff;}
@media screen and (max-width: 1200px){
  .footer-wrap {padding: 80px 0 110px;}
  .footer-info {}
  .footer-logo {width: 220px;}
}
@media screen and (max-width: 980px){
  .footer-info {width: 94%;}
  .footer-info_mail {margin-top: 15px;}
}
@media screen and (max-width: 768px){
  .footer-wrap {
    margin-bottom: 20px;
    padding: 60px 0 70px;
  }
  .footer-info_tel span {display: none;}
  .footer-info_tel a {display: block;}
  .footer-logo {width: 150px;}
  .footer-nav {padding: 0 20px;}
  .footer-nav > div:nth-child(1) {display: none;}
}
@media screen and (max-width: 640px){
  .footer-link a {font-size: 14px;}
  .footer-info {
    margin-top: 15px;
    padding: 20px 15px;
  }
  .footer-info_tel, .footer-info_mail {font-size: 24px;}
  .footer-info_title {font-size: 16px;}
}
@media screen and (max-width: 480px){
  .footer-info {width: 100%;}
  .footer-wrap {margin-bottom: 10px;}
  .footer-nav {padding: 0 10px;}
  .footer-nav > div {
    display: inline-block;
    width: 100%;
  }
  .footer-link a {font-size: 13px;}
  .footer-info_title {font-size: 13px;}
  .footer-info_tel, .footer-info_mail {font-size: 20px;}
  .footer-info_tel::before, .footer-info_mail::before {
    width: 24px;
    height: 24px;
  }
  .footer-info_tel {padding-left: 30px;}
  .footer-info_mail {padding-left: 30px;}
}
@media screen and (max-width: 370px){
  .footer-info_title {font-size: 11px;}
  .footer-info_tel, .footer-info_mail {font-size: 14px;}
}


/***** -- HEADING -- *****/
.heading01 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.heading01::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
  background-color: #000;
  content: '';
}
.heading01 span  {
  color: #1A57B5;
}
.heading02 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.heading02::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
  background-color: #ffffff;
  content: '';
}
.heading03 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .heading01 {font-size: 26px;}
  .heading02 span {font-size: 26px;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .heading01 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .heading01::after {
    width: 50px;
    height: 3px;
  }
  .heading02 span {font-size: 20px;}
  .heading02 span::after {height: 5px;}
  .heading03 {font-size: 18px;}
}
@media screen and (max-width: 370px){
  .heading01 {font-size: 18px;}
  .heading02 {font-size: 18px;}
  .heading02 span{font-size: 16px;}
  .heading03 {font-size: 16px;}
}


/***** -- JS：lity -- *****/
.lity {background: rgba(0, 0, 0, 0.7);}
.lity-content:after {box-shadow: none;}
.lity-close {text-shadow: none;}
.lity-close:hover {text-shadow: none;}
@media screen and (max-width: 980px){
  .lity-container {width: 90%!important;}
}

#form_wrap {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #form_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
div#mf_wrapper {
  width: 100%;
  text-align: center;
  margin: 0px auto 0px auto;
}
div#mf_header h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin: 0px auto;
  width: 90%;
  padding: 25px 0px 15px;
  line-height: 1.8em;
  box-sizing: border-box;
  webkit-box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div#mf_header h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin: 0px auto;
    width: 90%;
    padding: 25px 0px 15px;
    line-height: 1.8em;
    box-sizing: border-box;
    webkit-box-sizing: border-box;
  }
}