@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

html {
  position: relative;
  font-feature-settings: "liga";
}

.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.img_center img {
  margin: 0 auto;
}

.header_qa {
  margin-right: 10px;
}
.header_qa.sp_code {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_qa.sp_code {
    display: block;
  }
}
.header_qa.pc_code {
  display: block;
}
@media screen and (max-width: 767px) {
  .header_qa.pc_code {
    display: none;
  }
}
.header_qa a {
  text-decoration: none;
}
.header_qa .qa_link_txt {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header_qa {
    width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .header_qa {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header_qa {
    width: 100%;
  }
  .header_qa img {
    display: none;
  }
  .header_qa a {
    width: 100%;
    display: block;
  }
  .header_qa .qa_link_txt {
    display: block;
    background: #3B3B3B;
    position: relative;
    padding: 1.73vw 0;
  }
  .header_qa .qa_link_txt::before, .header_qa .qa_link_txt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_qa .qa_link_txt::before {
    background: url("../img/common/sp/qa_link_icon.png") no-repeat center/100%;
    width: 8vw;
    height: 8vw;
    left: 5.6vw;
  }
  .header_qa .qa_link_txt::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.12vw 0 2.12vw 2.12vw;
    border-color: transparent transparent transparent #ffffff;
    right: 6.66vw;
  }
  .header_qa .qa_link_txt p {
    text-align: center;
    font-size: min(3.46vw, 26px);
    color: #fff;
  }
  .header_qa .qa_link_txt p span {
    display: block;
    font-size: min(3.2vw, 24px);
  }
}

header {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  header {
    padding-bottom: 13px;
  }
}
header .header_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}
header .header_inner a {
  display: block;
}
header .header_inner .logo {
  width: 189px;
  margin: 32px 0 20px 37px;
}
header .header_inner .header_right {
  max-width: 1120px;
  margin: 0 0 0 auto;
  width: 78%;
}
header .header_inner .header_right .header_top {
  margin: 0 0 22px auto;
  align-items: center;
}
header .header_inner .header_right .header_top .tel_area {
  margin-right: 10px;
  margin: 5px 11px 0 0;
}
@media screen and (max-width: 1023px) {
  header .header_inner .header_right .header_top .tel_area {
    display: none;
  }
}
header .header_inner .header_right .header_top .tel_area p {
  text-align: center;
  font-size: 11px;
  background: #EEF1F7;
  line-height: 16px;
  margin-bottom: 5px;
  display: block;
}
header .header_inner .header_right .header_top .tel_area .header_tel {
  color: #050505;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_inner .header_right .header_top .tel_area .header_tel span {
  font-weight: inherit;
  font-weight: 700;
  font-size: 20px;
}
header .header_inner .header_right .header_top .tel_area .header_tel:before {
  content: "";
  background: url("../img/common/tel_icon@2x.png") no-repeat center/100%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_right .header_top .tel_area .header_tel {
    pointer-events: none;
  }
}
header .header_inner .header_right .header_top .tel_area > span {
  font-size: 11px;
  display: block;
  text-align: center;
}
header .header_inner .header_right .header_top .header_info {
  margin-right: 20px;
}
header .header_inner .header_right .header_top .header_info p {
  font-size: 12px;
  text-align: left;
}
header .header_inner .header_right .header_top .contact {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
header .header_inner .header_right .header_top .contact:before {
  content: "";
  background: url("../img/common/mail_icon@2x.png") no-repeat center/100%;
  width: 23px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
header .header_inner .header_right nav {
  width: 100%;
  padding-right: 10px;
  z-index: 1;
}
header .header_inner .header_right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
header .header_inner .header_right nav ul li {
  margin-right: 30px;
}
header .header_inner .header_right nav ul li:not(:last-of-type) {
  margin-right: 40px;
}
header .header_inner .header_right nav ul li a {
  font-size: 15px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #0f3594;
}
header .search_box {
  margin-right: 25px;
}
header .search_box form {
  background: none;
}
header .search_box form .mf_finder_searchBox_items {
  display: flex;
  align-items: stretch;
}
header .search_box form input {
  width: 158px;
  border: none;
  background: #dcdcdc;
}
header .search_box form input::-moz-placeholder {
  font-size: 14px;
  color: #686868;
  padding: 5px;
}
header .search_box form input::placeholder {
  font-size: 14px;
  color: #686868;
  padding: 5px;
}
header .search_box form input + ul {
  display: none !important;
}
header .search_box form button {
  background: #0f3594;
  border: none;
  padding: 0;
  margin-left: auto;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search_box form button span {
  background: url("../img/common/search_icon%402x.png") no-repeat center/100%;
  width: 18px;
  height: 18px;
}

.bottom_contact {
  background: #eef1f7;
  padding: 75px 0;
  margin-bottom: 85px;
}
.bottom_contact .inner {
  align-items: center;
}
.bottom_contact .inner .contact_left img {
  margin-bottom: 20px;
}
.bottom_contact .inner .contact_left p {
  line-height: 1.6;
}
.bottom_contact .inner .contact_right {
  margin-left: auto;
  width: 55%;
}
.bottom_contact .inner .contact_right a {
  display: inline-block;
  color: #fff;
  background: #a7c932;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0;
  text-align: center;
  width: 47%;
}
.bottom_contact .inner .contact_right a:not(:last-of-type) {
  margin-right: 3%;
}
.bottom_contact .inner .contact_right a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.bottom_contact .inner .contact_right .tel {
  text-align: center;
  width: 50%;
  margin-right: 3%;
}
.bottom_contact .inner .contact_right .tel a {
  background: none;
  font-size: 30px;
  width: 100%;
  color: #050505;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}
.bottom_contact .inner .contact_right .tel a:before {
  font-family: "Material Icons";
  content: "phone";
  color: #0f3594;
  border: none;
  width: auto;
  height: auto;
  font-size: 26px;
}
.bottom_contact .inner .contact_right .tel span {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .bottom_contact .inner .contact_right .tel {
    width: 100%;
    margin-bottom: 10px;
  }
  .bottom_contact .inner .contact_right .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom_contact .inner .contact_right .tel a:before {
    position: static;
  }
  .bottom_contact .inner .contact_right .tel a + br {
    display: none;
  }
}

.pankuzu {
  margin: 0 0 45px;
  padding: 0;
}
.pankuzu li {
  list-style: none;
  color: #050505;
  font-size: 14px;
  font-weight: 300;
}
.pankuzu li:not(:last-of-type):after {
  content: "＞";
  margin: 0 5px;
}
.pankuzu li a {
  color: inherit;
  font-weight: inherit;
}

footer {
  padding-bottom: 30px;
}
footer .footer_inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer_inner .footer_icon {
  align-items: center;
  margin-bottom: 45px;
}
footer .footer_inner .footer_icon .footer_logo {
  margin-right: 35px;
}
footer .footer_inner .footer_icon .footer_sns a {
  display: block;
}
footer .footer_inner .footer_icon .footer_sns a:not(:last-of-type) {
  margin-right: 12px;
}
footer .footer_inner .footer_content {
  align-items: flex-end;
  margin-bottom: 45px;
}
footer .footer_inner .footer_content .footer_menu {
  width: 100%;
}
footer .footer_inner .footer_content .footer_menu a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  display: block;
}
footer .footer_inner .footer_content .footer_menu a.link_ttl {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
footer .footer_inner .footer_content .footer_menu a.link_ttl:hover {
  opacity: 1;
}
footer .footer_inner .footer_content .footer_menu a.link_ttl.other:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #0f3594;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
  right: auto;
}
footer .footer_inner .footer_content .footer_menu .menu_list {
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  footer .footer_inner .footer_content .footer_menu .menu_list {
    flex-wrap: nowrap;
  }
}
footer .footer_inner .footer_content .footer_menu .menu_list div {
  padding: 0 10px;
}
footer .footer_inner .footer_content .footer_menu .menu_list div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer_inner .footer_content .footer_menu .menu_list div ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .footer_inner .footer_content .footer_menu .menu_list div ul li a {
  font-size: 14px;
  font-weight: 400;
}
footer .footer_inner .footer_content .footer_menu .menu_list div ul li .pc_small_block {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  footer .footer_inner .footer_content .footer_menu .menu_list div ul li .pc_small_block {
    display: block;
  }
}
footer .footer_inner .footer_content .other_logo {
  align-items: flex-end;
  margin-left: auto;
  width: 11%;
}
footer .footer_inner .footer_content .other_logo a:not(:last-of-type) {
  margin-right: 8%;
}
footer .footer_inner .copy_right {
  text-align: center;
}
footer .footer_inner .copy_right small {
  font-size: 12px;
}

.menu_btn {
  display: none;
  background: #0f3594;
}
.menu_btn:after {
  content: "メニュー";
  font-size: 12px;
  color: #fff;
  display: block;
}

.sp_close {
  display: none;
}

.sp_block {
  display: none;
}

.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 8%;
  bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #0f3594;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 25px;
  transition: none;
  z-index: 2;
}
.page_top:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}

main .page_ttl {
  text-align: center;
  background: #eef1f7;
  padding: 55px 20px;
}
main .page_ttl h1 {
  font-size: 30px;
  color: #0f3594;
  font-weight: 700;
  line-height: 1.5;
}
main .page_ttl h1 span {
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #a7c932;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main .page_ttl {
    padding: 25px 20px;
  }
  main .page_ttl h1 {
    font-size: 24px;
  }
  main .page_ttl h1 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  header .header_inner .header_right {
    width: 80%;
  }
}
@media screen and (max-width: 1365px) {
  header .header_inner .header_right nav ul li:not(:last-of-type) {
    margin-right: 25px;
  }
  header .header_inner .header_right nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .menu_btn {
    display: block;
    width: 80px;
    text-align: center;
    padding: 13px 0 9px;
  }
  .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 4px;
    position: relative;
    width: 35px;
    height: 20px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  header {
    border: none;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  }
  header .header_inner .logo {
    margin: 12px 0 12px 37px;
    width: 126px;
  }
  header .header_inner .header_right nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #eeeeee;
    padding: 0 0 20px;
  }
  header .header_inner .header_right nav ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    border-bottom: 1px solid #8c8c8c;
  }
  header .header_inner .header_right nav ul li {
    width: 100%;
    border-top: 1px solid #8c8c8c;
  }
  header .header_inner .header_right nav ul li:not(:last-of-type) {
    margin-right: 0;
  }
  header .header_inner .header_right nav ul li a {
    font-size: 15px;
    padding: 20px;
    display: block;
  }
  header .header_inner .header_right nav ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #0f3594;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
  }
  header .header_inner .header_right nav .sp_close {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #8c8c8c;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 20px auto 0;
    font-weight: 700;
  }
  header .header_inner .header_right nav .sp_close span {
    position: relative;
    width: 23px;
  }
  header .header_inner .header_right nav .sp_close span:before, header .header_inner .header_right nav .sp_close span:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  header .header_inner .header_right nav .sp_close span:after {
    transform: rotate(-45deg);
  }
  header .header_inner .header_right .header_top {
    margin: 0 0 0 auto;
  }
  header .header_inner .header_right .header_top .header_tel {
    font-size: 27px;
  }
  header .header_inner .header_right .header_top .contact {
    padding: 20px 15px;
  }
  header .search_box {
    margin-right: 12px;
  }
  footer .footer_inner .footer_content .footer_menu {
    width: 100%;
  }
  footer .footer_inner .footer_content .other_logo {
    width: 16%;
    justify-content: center;
  }
  footer .footer_inner .footer_content .other_logo a:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  header .header_inner .logo {
    width: 189px;
    margin-left: 2%;
  }
  header .header_inner .header_right {
    width: 50%;
  }
  header .header_inner .header_right .header_top {
    align-items: stretch;
  }
  header .header_inner .header_right .header_top > .search_box {
    display: none;
  }
  header .header_inner .header_right .header_top .header_tel {
    background: #8c8c8c;
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 2px;
  }
  header .header_inner .header_right .header_top .header_tel:before {
    background: url("../img/common/sp/tel_icon.png") no-repeat center/100%;
    width: 25px;
    height: 20px;
    margin: 0 auto 5px;
    display: block;
  }
  header .header_inner .header_right .header_top .header_tel:after {
    content: "お電話";
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
  }
  header .header_inner .header_right .header_top .header_tel span {
    display: none;
  }
  header .header_inner .header_right .header_top .header_info {
    display: none;
  }
  header .header_inner .header_right .header_top .contact {
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    width: 80px;
    margin-right: 2px;
  }
  header .header_inner .header_right .header_top .contact:before {
    background: url("../img//common/sp/mail_icon.png") no-repeat center/100%;
    width: 25px;
    height: 20px;
    margin: 0 0 5px;
    display: block;
  }
  header .header_inner .header_right nav {
    padding: 20px 0;
  }
  .menu_btn {
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu_btn .menu-trigger {
    height: 25px;
  }
  .menu_btn .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .menu_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  header .search_box {
    margin: 0 0 20px;
    padding: 0 20px;
  }
  header .search_box form {
    width: 100%;
  }
  header .search_box form input {
    background: #fff;
    font-size: 16px;
    width: 100%;
    padding: 8px;
    outline: none;
  }
  header .search_box form button {
    width: 40px;
    height: 40px;
  }
  header .search_box form .mf_finder_searchBox_items_wrapper {
    width: 100%;
  }
  header .search_box form .mf_finder_searchBox_items {
    align-items: stretch;
  }
  header .search_box form .mf_finder_searchBox_query_wrap {
    width: calc(100% - 41px);
  }
  .bottom_contact {
    padding: 50px 0;
  }
  .bottom_contact .inner .contact_left {
    width: 50%;
    margin-right: 3%;
  }
  .bottom_contact .inner .contact_left p br {
    display: none;
  }
  .bottom_contact .inner .contact_right {
    width: 47%;
  }
  .bottom_contact .inner .contact_right a {
    width: 100%;
    position: relative;
  }
  .bottom_contact .inner .contact_right a:not(:last-of-type) {
    margin: 0 0 4%;
  }
  .bottom_contact .inner .contact_right a:before {
    position: absolute;
    left: 10px;
    top: calc(50% - 8px);
  }
  footer {
    padding: 0 0 10px;
  }
  footer .footer_inner {
    width: 100%;
  }
  footer .footer_inner .footer_icon {
    display: block;
    text-align: center;
  }
  footer .footer_inner .footer_icon .footer_logo {
    margin: 0 auto 30px;
    display: inline-block;
  }
  footer .footer_inner .footer_icon .footer_sns {
    justify-content: center;
  }
  footer .footer_inner .footer_icon .footer_sns a {
    display: block;
  }
  footer .footer_inner .footer_icon .footer_sns a img {
    width: 60px;
  }
  footer .footer_inner .footer_content {
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_content .footer_menu {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_content .footer_menu a.link_ttl {
    margin-bottom: 0;
    background: #0f3594;
    color: #fff;
    padding: 15px;
    position: relative;
  }
  footer .footer_inner .footer_content .footer_menu a.link_ttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9.5px 0 9.5px;
    border-color: #ffffff transparent transparent transparent;
    right: 10px;
    top: calc(50% - 5px);
    transition: 0.3s;
  }
  footer .footer_inner .footer_content .footer_menu a.link_ttl.active:before {
    transform: rotate(-180deg);
  }
  footer .footer_inner .footer_content .footer_menu a.link_ttl.other {
    background: none;
    color: #000;
  }
  footer .footer_inner .footer_content .footer_menu .menu_list {
    margin-top: 0;
  }
  footer .footer_inner .footer_content .footer_menu .menu_list div {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  footer .footer_inner .footer_content .footer_menu .menu_list div ul {
    display: none;
  }
  footer .footer_inner .footer_content .footer_menu .menu_list div ul li:not(:last-of-type) {
    margin: 0;
    border-bottom: 1px solid #0f3594;
  }
  footer .footer_inner .footer_content .footer_menu .menu_list div ul li a {
    padding: 15px;
  }
  footer .footer_inner .footer_content .other_logo {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  footer .footer_inner .footer_content .other_logo a:not(:last-of-type) {
    margin: 0 4% 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .logo {
    width: 40%;
    max-width: 114px;
  }
  header .header_inner .header_right .header_top .header_tel,
  header .header_inner .header_right .header_top .contact,
  header .header_inner .header_right .header_top .menu_btn {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  header .header_inner .header_right .header_top .header_tel:after {
    font-size: 8px;
  }
  header .header_inner .header_right .header_top .menu_btn {
    padding-top: 11px;
  }
  header .header_inner .header_right .header_top .menu_btn:after {
    font-size: 8px;
    display: block;
    width: 100%;
  }
  header .header_inner .header_right .header_top .menu_btn .menu-trigger {
    width: 25px;
    height: 20px;
  }
  header .header_inner .header_right .header_top .menu_btn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header .header_inner .header_right .header_top .menu_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .header_inner .header_right .header_top .menu_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .bottom_contact {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .bottom_contact .inner {
    width: 84%;
  }
  .bottom_contact .inner .contact_left {
    width: 100%;
    margin: 0 0 40px;
  }
  .bottom_contact .inner .contact_left img {
    margin: 0 auto 25px;
  }
  .bottom_contact .inner .contact_right {
    width: 100%;
  }
  .bottom_contact .inner .contact_right a {
    padding: 23px 0;
    font-size: 16px;
  }
  .bottom_contact .inner .contact_right a:before {
    left: 15px;
  }
  .bottom_contact .inner .contact_right .tel {
    margin-bottom: 25px;
  }
  .bottom_contact .inner .contact_right .tel a {
    font-size: 25px;
  }
  footer .footer_inner .footer_icon .footer_logo {
    max-width: 294px;
    width: 94%;
  }
  footer .footer_inner .footer_content .other_logo {
    width: 56%;
    margin: 0 auto;
  }
  footer .footer_inner .footer_content .other_logo a {
    width: 45%;
  }
  footer .footer_inner .footer_content .other_logo a img {
    width: 100%;
  }
  footer .footer_inner .footer_content .other_logo a:not(:last-of-type) {
    margin: 0 10% 0 0;
  }
}
/*
#wrapper {
	@media screen and (max-width: 767px) {
		margin-top: 22.4vw!important;
	}
}
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #def3ff;
}

header {
  border: none;
  margin: 0;
  background: #fff;
  position: static;
}
header .header_inner {
  max-width: 1200px;
  padding: 23px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .header_inner .logo {
  width: 340px;
  margin: 0;
}
header .header_inner .header_right {
  width: auto;
  margin-right: 24px;
  align-items: stretch;
}
header .header_inner .header_right .search_box form {
  background: #dcdcdc;
  width: 190px;
  border-radius: 50px;
  overflow: hidden;
  padding: 6px 8px 6px 6px;
}
header .header_inner .header_right .search_box form .mf_finder_searchBox_query_wrap {
  width: calc(100% - 31px);
}
header .header_inner .header_right .search_box form .mf_finder_searchBox_query_wrap input {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background: none;
  outline: none;
  width: 100%;
}
header .header_inner .header_right .search_box form .mf_finder_searchBox_query_wrap input::-moz-placeholder {
  color: #fff;
}
header .header_inner .header_right .search_box form .mf_finder_searchBox_query_wrap input::placeholder {
  color: #fff;
}
header .header_inner .header_right .search_box form button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #0f3594;
}
header .header_inner .header_right .search_box form button span {
  background: url("../../img/common/search_icon@2x.png") no-repeat center/100%;
  width: 18px;
  height: 18px;
}
header .header_inner .header_right .contact {
  color: #fff;
  background: #a7c932;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
}
header .header_inner .header_right .contact i {
  background: url("../../img/general/common/mail_icon@2x.png") no-repeat center/100%;
  width: 20px;
  height: 16px;
  margin-right: 5px;
}
header .header_inner .header_sns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
header .header_inner .header_sns a:first-of-type {
  margin-right: 10px;
}

nav.navigation {
  position: relative;
  margin-bottom: 47px;
}
nav.navigation:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
nav.navigation ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 90%;
  max-width: 944px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #0f3594;
  border-radius: 30px;
}
nav.navigation ul li:not(:last-of-type) {
  margin-right: 50px;
}
nav.navigation ul li a {
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
  display: block;
  text-decoration: none;
}

footer {
  background: #fff;
  padding-top: 75px;
}

.sp_menu_btn,
.sp_nav_search,
.sp_menu_sns,
.menu_close {
  display: none;
}

.page_ttl {
  color: #0f3594;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
.page_ttl span {
  font-size: 24px;
  color: #a7c932;
  display: block;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.pankuzu {
  margin: 50px 0 45px;
  padding: 0;
}
.pankuzu li {
  list-style: none;
  color: #050505;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.pankuzu li:not(:last-of-type):after {
  content: "＞";
  margin: 0 5px;
}
.pankuzu li a {
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  nav.navigation {
    display: none;
    background: #0f3594;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    box-shadow: 0px 10px 8.64px 0.36px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  nav.navigation:before {
    display: none;
  }
  nav.navigation .sp_nav_search,
  nav.navigation .sp_menu_sns,
  nav.navigation .menu_close {
    display: block;
  }
  nav.navigation .sp_nav_search {
    width: 94%;
    margin: 0 auto 20px;
  }
  nav.navigation .sp_nav_search form {
    display: block;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items input {
    padding: 0 5px;
    border: none;
    background: none;
    width: 100%;
    outline: none;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items input + ul {
    display: none !important;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items button {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background: #0f3594;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items button span {
    background: url("../../img/common/search_icon@2x.png") no-repeat center/100%;
    width: 16px;
    height: 16px;
    padding: 0;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items .mf_finder_searchBox_query_wrap {
    width: calc(100% - 31px);
  }
  nav.navigation ul {
    width: 100%;
    display: block;
    border-top: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 30px;
  }
  nav.navigation ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  nav.navigation ul li a {
    display: block;
    text-align: center;
    font-weight: 700;
  }
  nav.navigation .sp_menu_sns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  nav.navigation .sp_menu_sns a {
    margin: 0 15px;
  }
  nav.navigation .menu_close {
    background: #def3ff;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  nav.navigation .menu_close i {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
  }
  nav.navigation .menu_close i:before, nav.navigation .menu_close i:after {
    content: "";
    width: 3px;
    height: 15px;
    background: #0f3594;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  nav.navigation .menu_close i:after {
    transform: rotate(-45deg);
  }
  nav.navigation .menu_close p {
    font-size: 16px;
    color: #0f3594;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
  }
  header {
    padding-left: 4%;
    margin-bottom: 60px;
  }
  header .header_inner {
    padding: 0;
  }
  header .header_inner .logo {
    width: 408px;
    max-width: none;
  }
  header .header_inner .header_sns {
    display: none;
  }
  header .header_inner .header_right {
    margin: 0 0 0 auto;
  }
  header .header_inner .header_right .search_box {
    display: none;
  }
  header .header_inner .header_right .contact {
    margin-right: 2px;
    width: 80px;
    justify-content: center;
    align-content: center;
    border-radius: 0;
    padding: 20px 0 7px;
    text-align: center;
    font-size: 12px;
  }
  header .header_inner .header_right .contact i {
    width: 32px;
    height: 27px;
    margin: 0 auto 8px;
  }
  header .header_inner .header_right .sp_menu_btn {
    display: block;
    width: 80px;
    background: #0f3594;
    margin: 0;
    padding: 20px 0 7px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 28px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger:before {
    content: "メニュー";
    font-size: 12px;
    position: absolute;
    color: #fff;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 30px;
    padding-left: 2%;
  }
  header .header_inner .logo {
    max-width: 204px;
    width: 54%;
  }
  header .header_inner .header_right .contact {
    width: 60px;
    height: 60px;
    font-size: 8px;
    padding-top: 15px;
  }
  header .header_inner .header_right .contact i {
    width: 25px;
    height: 20px;
  }
  header .header_inner .header_right .sp_menu_btn {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger {
    height: 20px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger:before {
    font-size: 8px;
    bottom: -21px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span {
    height: 2px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header .header_inner .header_right .sp_menu_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  nav.navigation {
    top: 60px;
    padding: 20px 0;
  }
  nav.navigation .sp_nav_search form .mf_finder_searchBox_items {
    padding: 5px;
  }
}
#sp_search + .search_box {
  background: #dcdcdc;
  width: 94%;
  border-radius: 50px;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 6px 8px 6px 6px;
}
#sp_search + .search_box .mf_finder_searchBox_items {
  display: flex;
  align-items: center;
}
#sp_search + .search_box .mf_finder_searchBox_items .mf_finder_searchBox_query_wrap {
  width: calc(100% - 31px);
}
#sp_search + .search_box .mf_finder_searchBox_items input {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background: none;
  outline: none;
  width: 100%;
  border: none;
}
#sp_search + .search_box .mf_finder_searchBox_items button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  background: #0f3594;
}
#sp_search + .search_box .mf_finder_searchBox_items button span {
  background: url(../../img/common/search_icon@2x.png) no-repeat center/100%;
  width: 18px;
  height: 18px;
  display: block;
}/*# sourceMappingURL=common.css.map */