@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
/* iOSでのデフォルトスタイルをリセット */
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;
}
/* html5 reset*/
html {
  overflow-y: scroll;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, span {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  vertical-align: bottom;
}
/* original reset */
html {
  font-size: 100%; /* (16px) */
  line-height: 1.0;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:link {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
/* html5 reset +alpha */
/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clrfx {
  zoom: 1;
}
.clr {
  clear: both;
}
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.leftAdjust {
  text-align: left;
}
.rightAdjust {
  text-align: right;
}
.centerAdjust {
  text-align: center;
}
.topAdjust {
  vertical-align: top;
}
.middleAdjust {
  vertical-align: middle;
}
.bottomAdjust {
  vertical-align: bottom;
}
.rlt {
  position: relative;
}
.abs {
  position: absolute;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-though;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
iframe {
  max-width: 100%;
  line-height: 1;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
.grecaptcha-badge {
  display: none;
}
/* body style */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  color: #3B3B3B;
  background: #FFFFFF;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {}
/*-------------------------------------*/
/*	contents	*/
/*-------------------------------------*/
.container {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
main p {
  position: relative;
  line-height: 40px;
  font-size: 113%;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #FFFFFF;
}
#wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.w1200 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.w1600 {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}
.w900 {
  max-width: 900px;
  margin: 0 auto;
}
.w800 {
  max-width: 800px;
  margin: 0 auto;
}
.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.section_t {
  padding-top: 80px !important;
}
.section_b {
  padding-bottom: 80px !important;
}
@media print, screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  main p {
    line-height: 32px;
    font-size: 100%;
  }
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .section_t {
    padding-top: 40px !important;
  }
  .section_b {
    padding-bottom: 40px !important;
  }
}
/*-------------------------------------*/
/*	パンくず	*/
/*-------------------------------------*/
.pankuzu {
  padding: 30px 15px 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.pankuzu .breadcrumb {
  font-size: 88%;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.pankuzu .breadcrumb span {
  display: inline-block;
  padding: 0.5em 0.7em;
  line-height: 1.1;
  font-weight: 500;
}
.pankuzu .breadcrumb span:nth-of-type(1) {
  padding: 0;
}
.pankuzu .breadcrumb a {
  color: #3C3736;
  margin-right: 0.7em;
  padding-right: 0.7em;
  position: relative;
  display: block;
  font-weight: 500;
}
.pankuzu .breadcrumb a::after {
  content: "\f105";
  z-index: 1;
  font-family: FontAwesome;
  color: #2E59A7;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 150%;
}
.pankuzu .breadcrumb span a:hover {
  color: #004098;
  text-decoration: none;
}
.changeBlue .pankuzu .breadcrumb span, .changeBlack .pankuzu .breadcrumb span {
  color: #FFFFFF;
}
@media screen and (max-width:768px) {
  .pankuzu .breadcrumb {
    font-size: 75%;
  }
  .pankuzu {
    text-align: left;
    padding: 10px 15px 0 15px;
  }
}
/*-------------------------------------*/
/*	TEL	*/
/*-------------------------------------*/
.tel_box .tel {
  color: #EF8448;
}
.tel_box .tel span {
  border-bottom: 2px solid #EF8448;
  display: inline-block;
  font-weight: 700;
}
.tel_box .tel::before {
  content: "";
  background-image: url("../images/ico_phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/*-------------------------------------*/
/*	header	*/
/*-------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 90px;
  left: 0;
  top: 0;
  z-index: 20;
  transition: .3s;
}
header .inner {
  background: #FFFFFF;
  width: calc(100% - 360px);
  height: 90px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 30px 0;
}
header h1 {
  text-indent: -9999px;
  display: none;
}
#logo {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 260px;
  width: 20%;
}
#h_contact {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
  height: 100px;
}
#h_contact div {
  background-color: #FED848;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  cursor: pointer;
}
#h_contact div span::before {
  content: "";
  width: 35px;
  height: 27px;
  background-image: url("../images/ico_mail_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
      position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#h_contact div span {
  font-weight: 500;
  font-size: 22px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  padding-left: 45px;
  position: relative;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 70%);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
  text-align: center;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
  /*padding-top: 100px;
  height: 60vh;*/
  padding: 0;
}
.modal-inner {
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
  background: #FEEADF;
  padding: 50px 70px;
  border-radius: 15px;
  position: relative;
  border: 8px solid #EF8448;
}
.modal-inner .contact_box {
  background-color: #FFFFFF;
  padding: 25px 40px;
  border-radius: 15px;
}
.modal-inner .contact_box h2 {
  text-align: center;
  color: #EF8448;
  font-weight: 700;
  font-size: 200%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 3px dashed #EF8448;
}
/* 問い合わせボタン */
.modal-inner .contact_box a.menu_contact {
  top: 0;
  background-color: #FED848;
  display: inline-block;
  font-weight: 700;
  font-size: 163%;
  padding: 1em 3em;
  border-radius: 80px;
  position: relative;
  transition: .2s ease-in-out;
  box-shadow: 0 9px #ECC42E;
}
.modal-inner .contact_box a.menu_contact:hover {
  background-color: #2E59A7;
  color: #FFFFFF;
  box-shadow: 0 0 #ECC42E;
  top: 9px;
}
.modal-inner .contact_box a.menu_contact::before {
  content: "";
  width: 17px;
  height: 38px;
  background-image: url("../images/ico_arrow_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
.modal-inner .contact_box a.menu_contact:hover::before {
  top: 50%;
  right: 25px;
  background-image: url("../images/ico_arrow_white.svg");
}
.modal-inner .contact_box a.menu_contact::after {
  content: "";
  width: 34px;
  height: 24px;
  background-image: url("../images/ico_mail_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
.modal-inner .contact_box a.menu_contact:hover::after {
  background-image: url("../images/ico_mail_blue02.svg");
}
/* 電話番号 */
.modal-inner .tel_box a.tel {
  margin-bottom: 20px;
  display: block;
}
.modal-inner .tel_box a.tel span {
  font-size: 57px;
  vertical-align: middle;
}
.modal-inner .tel_box .tel::before {
  width: 50px;
  height: 60px;
}
.modal-inner .tel_box p {
  font-size: 75%;
  color: #EF8448;
  line-height: 1.5;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#pc_menu {
  width: 100%;
}
#gbl > ul {
  text-align: right;
  padding-right: 50px;
}
#gbl > ul > li {
  text-align: center;
  display: inline-block;
}
#gbl > ul > li > a {
  display: block;
  padding: 0 0.5em;
  position: relative;
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  font-weight: 700;
}
#gbl > ul > li.toggle > a::after {
  content: "\f107";
  z-index: 1;
  font-family: FontAwesome;
  margin-left: 5px;
  color: #2E59A7;
  font-size: 20px;
}
#gbl > ul > li span {
  display: block;
  font-weight: 500;
}
#gbl > ul > li img {
  max-width: 65px;
}
#gbl > ul > li:nth-child(5) img, #gbl > ul > li:nth-child(6) img {
  margin-bottom: 0;
}
/*メガメニュー*/
nav#gbl > ul .menu {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 520px;
}
.menu .menu_inner_box {
  display: none;
  width: 100%;
}
.menu .menu_inner_box .menu_wrap {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 15px 15px;
  padding: 20px;
}
.menu .menu_inner_box ul:first-of-type {
  width: 65%;
}
.menu .menu_inner_box ul:last-of-type {
  width: 30%;
}
.menu .menu_inner_box ul li {
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.menu .menu_inner_box ul li::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #2E59A7;
  position: absolute;
  top: 1em;
  left: 0%;
}
.menu .menu_inner_box ul li a {
  padding: 5px 0;
  display: block;
  line-height: 1.5;

}
.menu .menu_inner_box ul li a:hover {
  color: #2E59A7;
}
.menu .menu_inner_box .mega_menu ul li a[target="_blank"]:after {
  content: url(../images/ico_link.svg);
  margin-left: 5px;
  text-decoration: none !important;
}
.menu .menu_inner_box .mega_menu ul li a:hover {
  color: #2E59A7;
}
/* 固定ボタン（セミナー） */
#side_bt {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 1;
}
#side_bt a{
background-color: #FF0000;
color: #FFFFFF;
font-weight: 700;
line-height: 1.2;
padding: 0.7em 1.5em 0.7em 2em;
display: inline-block;
font-size: 138%;
border-radius: 50px 0 0 50px;
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
transition: ease .2s;
}
#side_bt a:hover {
  background-color: #FFFFFF;
border-top: 2px solid #FF0000;
border-bottom: 2px solid #FF0000;
border-left: 2px solid #FF0000;
  color: #FF0000 !important;
}
@media print {
  .bt_menu, .gnav{
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  header .inner {
    width: calc(100% - 250px);
  }
  #h_contact {
    width: 100px;
  }
  #h_contact div {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 100px;
    text-align: center;
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
  }
  #h_contact div::before {
  content: "";
    width: 38px;
    height: 27px;
    margin-right: 0;
  background-image: url("../images/ico_mail_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
  #h_contact div span {
    display: none;
  }
  #logo {
    left: 20px;
    max-width: 200px;
    width: 20%;
  }
  #side_bt a{
font-size: 100%;
}
}
@media screen and (min-width: 1001px) {
  .bt_menu, .gnav {
    display: none
  }
}
@media screen and (max-width: 1000px) {
  #side_bt {
display: none;
}
  #pc_menu {
    display: none;
  }
  header {
    height: 70px;
  }
  header .inner {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    border-radius: 0;
  }
  #h_contact {
    width: 70px;
    height: 70px;
  }
  #h_contact div {
    width: 100%;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    border-left: none;
    border-bottom: none;
    box-shadow: none;
    border-radius: 0;
  }
  #h_contact div::before {
    width: 35px;
    height: 24px;
    margin-right: 0;
  }
  header.open .inner {
    display: none;
  }
  #logo {
    left: 20px;
    max-width: 200px;
    width: 50%;
  }
  #logo img {
    height: 60px;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /*ハンバーガーメニュー*/
  .bt_menu {
    width: 70px;
    height: 70px;
    z-index: 99;
    cursor: pointer;
    display: block;
    transition: .5s;
    position: fixed;
    background-color: #FFFFFF;
    right: 70px;
    top: 0;
  }
  .bt_menu.active {
    right: 0;
  }
  .menu__ttl {
    color: #3B3B3B;
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 88%;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .menu__ttl.op {
    display: block;
  }
  .menu__ttl.cl {
    display: none;
  }
  .menu__ttl.op.open {
    display: none;
  }
  .menu__ttl.cl.open {
    display: block;
  }
  .menu__line {
    background: #3B3B3B;
  }
  .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    transition: transform .3s;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    border-radius: 50px;
  }
  .menu__line--top {
    top: 20px;
  }
  .menu__line--center {
    top: 30px;
  }
  .menu__line--bottom {
    top: 40px;
  }
  .menu__line--top.open {
    top: 30px;
    transform: rotate(45deg);
  }
  .menu__line--center.open {
    transform: scaleX(0);
  }
  .menu__line--bottom.open {
    top: 30px;
    transform: rotate(135deg);
  }
  /*gnav*/
  .gnav {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    width: 90%;
    max-width: 350px;
    z-index: 98;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(350px);
    transition: all .5s;
    border-radius: 20px 0 0 20px;
  }
  .gnav.open {
    transform: translateX(0);
  }
  .gnav__wrap {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .gnav__inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #logo-sp {
    max-width: 180px;
    padding: 30px 0 0 20px;
  }
  .gnav__inner nav ul li {}
  .gnav__inner nav > ul {
    margin-bottom: 20px;
  }
  .gnav__inner nav > ul > li > a {
    display: block;
    padding: 0.5em 0 0.5em 20px;
    position: relative;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.5;
  }
  .gnav__inner nav > ul > li > a::before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #2E59A7;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 1em;
  }
  .gnav__inner nav a:hover {}
  .gnav__inner nav ul > li > ul {
    position: relative;
    padding-left: 20px;
  }
  .gnav__inner nav ul > li > ul li {
    padding-left: 20px;
    position: relative;
  }
  .gnav__inner nav ul > li > ul li::before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #2E59A7;
    position: absolute;
    top: 1.4em;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .gnav__inner nav ul > li > ul li a {
    font-size: 100%;
    padding: 0.5em 0;
    position: relative;
    font-weight: 400;
    display: block;
    line-height: 1.5;
  }
  .gnav__inner .tel_box .tel span {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .gnav__inner .tel_box .tel::before {
    width: 30px;
    height: 30px;
  }
  .gnav__inner .tel_box p {
    font-size: 75%;
    color: #EF8448;
    line-height: 1.5;
    padding-left: 35px;
  }

  /* contact */
  a.bt_contact_menu {
  top: 0;
  background-color: #FED848;
  display: inline-block;
  font-weight: 700;
  font-size: 100%;
  padding: 1em 2em;
  border-radius: 80px;
  position: relative;
  transition: .2s ease-in-out;
  box-shadow: 0 9px #ECC42E;
    width: 100%;
    line-height: 1.5;
}
  a.bt_contact_menu:hover {
  background-color: #2E59A7;
  color: #FFFFFF;
  box-shadow: 0 0 #ECC42E;
  top: 9px;
}
  a.bt_contact_menu::before {
  content: "";
  width: 10px;
  height: 30px;
  background-image: url("../images/ico_arrow_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
  a.bt_contact_menu:hover::before {
  top: 50%;
  right: 10px;
  background-image: url("../images/ico_arrow_white.svg");
}
  a.bt_contact_menu::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/free_label.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 1;
  transition: 0.3s;
}
}
@media screen and (max-width: 991px) {
  .modal-inner {
    padding: 40px 40px;
    border: 5px solid #EF8448;
  }
  .modal-inner .contact_box {
    padding: 25px 25px;
  }
  .modal-inner .contact_box h2 {
    font-size: 113%;
    border-bottom: 3px dashed #EF8448;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  /* モーダル問い合わせボタン */
  .modal-inner .contact_box a.menu_contact {
    top: 0;
    background-color: #FED848;
    display: inline-block;
    font-weight: 700;
    font-size: 100%;
    padding: 1em 3em;
    border-radius: 50px;
    position: relative;
    transition: .2s ease-in-out;
    box-shadow: 0 9px #ECC42E;
  }
  .modal-inner .contact_box a.menu_contact::before {
    content: "";
    width: 10px;
    height: 30px;
    right: 20px;
  }
  .modal-inner .contact_box a.menu_contact:hover::before {
    top: 50%;
    right: 15px;
  }
  .modal-inner .contact_box a.menu_contact::after {
    content: "";
    width: 20px;
    height: 24px;
    left: 20px;
  }
  /* モーダル電話番号 */
  .modal-inner .tel_box a.tel span {
    font-size: 40px;
    vertical-align: middle;
  }
  .modal-inner .tel_box .tel::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .modal-inner {
    padding: 30px 30px;
    border: 3px solid #EF8448;
  }
  .modal-inner .contact_box {
    padding: 15px 15px;
  }
  .modal-inner .contact_box h2 {
    font-size: 100%;
  }
  .modal-inner .contact_box a.menu_contact {
    font-size: 88%;
    padding: 0.7em 3em;
  }
  .modal-inner .tel_box a.tel span {
    font-size: 24px;
    vertical-align: middle;
  }
  .modal-inner .tel_box p {
    font-size: 70%;
  }
}
/*-------------------------------------*/
/*	footer	*/
/*-------------------------------------*/
footer {
  padding: 120px 0 60px 0;
  background-image: url("../images/bg_footer.png");
  background-position: center bottom;
  background-size: cover;
}
footer .inner {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
footer #f_info {
  width: 40%;
}
footer #f_info #f_logo {
  max-width: 340px;
  display: inline-block;
  margin-bottom: 40px;
}
footer #f_info h5 {
  font-weight: 700;
  font-size: 175%;
  margin-bottom: 10px;
}
footer #f_info address {
  line-height: 1.5;
  margin-bottom: 1em;
}
footer #f_info p {
  line-height: 1.5;
}
footer #f_navi {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
footer #f_navi ul li {
  position: relative;
}
footer #f_navi ul li a:hover {
  color: #2E59A7;
}
footer #f_navi > ul > li {
  margin-bottom: 25px;
  padding-left: 10px;
}
footer #f_navi > ul > li:last-child {
  margin-bottom: 0;
}
footer #f_navi > ul > li::before {
  content: "";
  width: 6px;
  height: 25px;
  background-color: #2E59A7;
  position: absolute;
  top: 0.3em;
  left: 0%;
}
footer #f_navi > ul > li > a {
  display: inline-block;
  padding: 0.5em;
}
footer #f_navi ul > li > ul li a {
  font-size: 100%;
  padding: 0.2em 0;
  position: relative;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
footer #f_navi ul > li > ul {
  margin-top: 25px;
}
footer #f_navi ul > li > ul li {
  padding-left: 20px;
  margin-bottom: 0.5em;
}
footer #f_navi ul > li > ul li::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #2E59A7;
  position: absolute;
  top: 1em;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.f_policy {
  text-align: center;
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 1.5;
}
.copy {
  text-align: center;
  font-size: 75%;
}
@media screen and (max-width:991px) {
  footer .inner {
    flex-direction: column;
  }
  footer #f_info {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 60px auto;
  }
  footer #f_info #f_logo {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center; 
  }
    footer #f_info #f_logo img {
      width: 100%;

  }
  footer #f_info h5 {
    border-top: 1px solid #3B3B3B;
    padding-top: 10px;
    font-size: 163%;
    margin-bottom: 10px;
  }
  footer #f_info address {
    font-size: 88%;
  }
  footer #f_info p {
    font-size: 88%;
  }
  footer #f_navi {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
  footer #f_navi > ul:first-of-type {
    width: 60%;
  }
    footer #f_navi > ul:last-of-type {
    width: 35%;
  }
  footer #f_navi ul li a, footer #f_navi ul li ul li a {
    font-size: 88%;
  }
  .f_policy {
  text-align: center;
  margin-bottom: 20px;
  font-size: 88%;
  line-height: 1.5;
}
}
@media screen and (max-width:768px) {
  footer {
  padding: 60px 0 20px 0;
  background-image: url("../images/bg_footer.png");
  background-position: center bottom;
  background-size: cover;
}
}
@media screen and (max-width:550px) {
  footer #f_info #f_logo img{
    max-width: 250px;

}
  footer #f_navi {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
  footer #f_navi > ul:first-of-type {
    width: 50%;
  }
    footer #f_navi > ul:last-of-type {
    width: 45%;
  }
  footer #f_navi > ul > li {
  padding-left: 5px;
}
  footer #f_navi > ul > li::before {
  content: "";
  width: 4px;
  height: 25px;
  top: 0.3em;
  left: 0%;
}
}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/
.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
.f08 {
  font-size: 8px;
  font-size: 0.8rem;
}
.f09 {
  font-size: 9px;
  font-size: 0.9rem;
}
.f10 {
  font-size: 10px;
  font-size: 1.0rem;
}
.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.f20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.f25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.f27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.f29 {
  font-size: 29px;
  font-size: 2.9rem;
}
.f30 {
  font-size: 30px;
  font-size: 3.0rem;
}
.f31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.f32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.f33 {
  font-size: 33px;
  font-size: 3.3rem;
}
.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.f35 {
  font-size: 35px;
  font-size: 3.5rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/
.red {
  color: #CC0000 !important;
}
.maroon {
  color: #800000 !important;
}
.fuchsia {
  color: #ff00ff !important;
}
.purple {
  color: #660099 !important;
}
.lime {
  color: #00ff00 !important;
}
.green {
  color: #008000 !important;
}
.yellow {
  color: #ffff00 !important;
}
.olive {
  color: #808000 !important;
}
.blue {
  color: #0000dd !important;
}
.navy {
  color: #000080 !important;
}
.aqua {
  color: #00ffff !important;
}
.teal {
  color: #008080 !important;
}
.white {
  color: #fff !important;
}
.silver {
  color: #c0c0c0 !important;
}
.gray {
  color: #808080 !important;
}
.black {
  color: #000 !important;
}
.orange {
  color: #ffa500 !important;
}
.pink {
  color: #ffc0c8 !important;
}
/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/
.glow-red {
  padding: 2px;
  background-color: #ff0000 !important;
}
.glow-lime {
  padding: 2px;
  background-color: #00ff00 !important;
}
.glow-yellow {
  padding: 2px;
  background-color: #ffff00 !important;
}
.glow-aqua {
  padding: 2px;
  background-color: #00ffff !important;
}
.glow-gray {
  padding: 2px;
  background-color: #808080 !important;
}
.glow-black {
  padding: 2px;
  background-color: #000 !important;
}
/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/
.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/
.al-c {
  text-align: center;
}
.al-r {
  text-align: right;
}
.al-l {
  text-align: left;
}
.al-l-c {
  text-align: left;
}
.al-c-l {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .al-l-c {
    text-align: center;
  }
  .al-c-l {
    text-align: left;
  }
}
/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/
.radius1 {
  border-radius: 1px;
}
.radius2 {
  border-radius: 2px;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius6 {
  border-radius: 6px;
}
.radius7 {
  border-radius: 7px;
}
.radius8 {
  border-radius: 8px;
}
.radius9 {
  border-radius: 9px;
}
.radius10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/
.box-bd2 {
  border-width: 2px;
}
.box-bd3 {
  border-width: 3px;
}
.box-bd4 {
  border-width: 4px;
}
.box-bd5 {
  border-width: 5px;
}
/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/
.box-c-black {
  border-color: #1d1d1d;
}
.box-c-red {
  border-color: #ff0000;
}
.box-c-blue {
  border-color: #0000ff;
}
.box-c-yellow {
  border-color: #ffff00;
}
.box-c-white {
  border-color: #fff;
}
/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/
.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m35-t {
  margin-top: 35px !important;
}
.m35-r {
  margin-right: 35px !important;
}
.m35-b {
  margin-bottom: 35px !important;
}
.m35-l {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m45-t {
  margin-top: 45px !important;
}
.m45-r {
  margin-right: 45px !important;
}
.m45-b {
  margin-bottom: 45px !important;
}
.m45-l {
  margin-left: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m55-t {
  margin-top: 55px !important;
}
.m55-r {
  margin-right: 55px !important;
}
.m55-b {
  margin-bottom: 55px !important;
}
.m55-l {
  margin-left: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p35-t {
  padding-top: 35px !important;
}
.p35-r {
  padding-right: 35px !important;
}
.p35-b {
  padding-bottom: 35px !important;
}
.p35-l {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p45-t {
  padding-top: 45px !important;
}
.p45-r {
  padding-right: 45px !important;
}
.p45-b {
  padding-bottom: 45px !important;
}
.p45-l {
  padding-left: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p55-t {
  padding-top: 55px !important;
}
.p55-r {
  padding-right: 55px !important;
}
.p55-b {
  padding-bottom: 55px !important;
}
.p55-l {
  padding-left: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}