@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 769px) {
  .sp_only_il {
    display: inline;
  }
}

body {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------
common
----------------------------------------*/
b, strong, .bold {
  font-weight: 800;
}

a {
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

img {
  width: 100%;
}

picture {
  width: 100%;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 769px) {
  .pc_only {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .pc_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .tb_only {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .tb_only {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 769px) {
  .pc_only_il {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .pc_only_il {
    display: none;
  }
}

.tb_only_il {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .tb_only_il {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .tb_only_il {
    display: inline;
  }
}

.sp_only_il {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .sp_only_il {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sp_only_il {
    display: inline;
  }
}

.wapper {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

.uline {
  background: linear-gradient(transparent 64%, #FFD42B 0%);
  padding: 0 0 2px 0;
}

.uline_light {
  background: linear-gradient(transparent 64%, #FFF7D6 0%);
  padding: 0 0 2px 0;
}

.bold {
  font-weight: 800;
}

.pdg40 {
  padding: 40px 0;
}
@media only screen and (max-width: 769px) {
  .pdg40 {
    padding: 20px 0;
  }
}

.pdg60 {
  padding: 60px 0;
}
@media only screen and (max-width: 769px) {
  .pdg60 {
    padding: 35px 0;
  }
}

.pdg80 {
  padding: 80px 0;
}
@media only screen and (max-width: 769px) {
  .pdg80 {
    padding: 50px 0;
  }
}

.w_vline {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/*----------------------------------------
Link BTN
----------------------------------------*/
.more_bt_blue {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .more_bt_blue {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px 0 20px 0px;
    font-size: 12px;
  }
}
.more_bt_blue a {
  display: block;
  padding: 8px 0 7px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  box-sizing: border-box;
  color: #fff;
  background: #0950AD;
}
.more_bt_blue a.lg {
  font-size: 16px;
}
.more_bt_blue a.exlg {
  font-size: 16px;
  padding: 21px 0 18px 0;
}
@media only screen and (max-width: 769px) {
  .more_bt_blue a.exlg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .more_bt_blue a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0px;
    font-size: 14px;
    padding: 12px 0 12px 0;
  }
}
.more_bt_blue a:hover {
  opacity: 0.7;
}
.more_bt_blue img {
  height: 20px;
  line-height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 0px 3px 10px;
}
@media only screen and (max-width: 769px) {
  .more_bt_blue img {
    height: 21px;
  }
}

.more_bt_white_b {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_b {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px 0 20px 0px;
    font-size: 12px;
  }
}
.more_bt_white_b a {
  display: block;
  padding: 8px 0 7px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  box-sizing: border-box;
  color: #0950AD;
  background: #fff;
  border: 1px solid #0950AD;
}
.more_bt_white_b a.sml {
  font-size: 12px;
  line-height: 18px;
  padding: 4px 0 3px 0;
}
.more_bt_white_b a.mini {
  font-size: 11px;
  line-height: 16px;
  padding: 3px 0 2px 0;
}
.more_bt_white_b a.mini img {
  height: 16px !important;
  line-height: 16px !important;
}
.more_bt_white_b a.lg {
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_b a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0px;
    font-size: 12px;
  }
  .more_bt_white_b a.sml {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .more_bt_white_b a.lg {
    font-size: 12px;
  }
}
.more_bt_white_b a:hover {
  opacity: 0.7;
}
.more_bt_white_b img {
  height: 20px;
  line-height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 0px 3px 10px;
}
.more_bt_white_b img.sml {
  height: 20px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_b img {
    height: 12px;
  }
  .more_bt_white_b img.sml {
    height: 12px;
    margin: 0 0px 2px 2px;
  }
}

.more_bt_white_g {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_g {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px 0 20px 0px;
    font-size: 12px;
  }
}
.more_bt_white_g a {
  display: block;
  padding: 8px 0 7px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  box-sizing: border-box;
  color: #1B8D02;
  background: #fff;
  border: 1px solid #1B8D02;
}
.more_bt_white_g a.sml {
  font-size: 12px;
  line-height: 18px;
}
.more_bt_white_g a.lg {
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_g a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0px;
    font-size: 12px;
  }
  .more_bt_white_g a.sml {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .more_bt_white_g a.lg {
    font-size: 12px;
  }
}
.more_bt_white_g a:hover {
  opacity: 0.7;
}
.more_bt_white_g img {
  height: 20px;
  line-height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 0px 3px 10px;
}
.more_bt_white_g img.sml {
  height: 20px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_g img {
    height: 12px;
  }
  .more_bt_white_g img.sml {
    height: 12px;
    margin: 0 0px 2px 2px;
  }
}

.more_bt_white_o {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_o {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px 0 20px 0px;
    font-size: 12px;
  }
}
.more_bt_white_o a {
  display: block;
  padding: 8px 0 7px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  box-sizing: border-box;
  color: #FF7F00;
  background: #fff;
  border: 1px solid #FF7F00;
}
.more_bt_white_o a.sml {
  font-size: 12px;
  line-height: 18px;
}
.more_bt_white_o a.lg {
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_o a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0px;
    font-size: 12px;
  }
  .more_bt_white_o a.sml {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .more_bt_white_o a.lg {
    font-size: 12px;
  }
}
.more_bt_white_o a:hover {
  opacity: 0.7;
}
.more_bt_white_o img {
  height: 20px;
  line-height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 0px 3px 10px;
}
.more_bt_white_o img.sml {
  height: 20px;
}
@media only screen and (max-width: 769px) {
  .more_bt_white_o img {
    height: 12px;
  }
  .more_bt_white_o img.sml {
    height: 12px;
    margin: 0 0px 2px 2px;
  }
}

/*----------------------------------------
写真　角　色
----------------------------------------*/
.pt_box .pt_box_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.pt_box .pt_box_wrap .pt_t_tl {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 20px;
}
.pt_box .pt_box_wrap .pt_t_br {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 30px;
}
@media only screen and (max-width: 769px) {
  .pt_box .pt_box_wrap .pt_t_br {
    width: 20px;
    bottom: 0;
    right: 0;
  }
}
.pt_box .pt_box_wrap .pt {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 769px) {
  .pt_box .pt_box_wrap .pt {
    aspect-ratio: 1/1;
  }
  .pt_box .pt_box_wrap .pt.sp_full {
    aspect-ratio: 16/9;
  }
}
.pt_box .pt_box_wrap .pt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt_box .pt_box_wrap .sp_cat {
  display: none;
}
@media only screen and (max-width: 769px) {
  .pt_box .pt_box_wrap .sp_cat {
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 0px 0 0 0;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
  }
  .pt_box .pt_box_wrap .sp_cat .cat_t1 {
    background: #003479;
    padding: 3px 8px 6px 8px;
  }
  .pt_box .pt_box_wrap .sp_cat .cat_t2 {
    background: #1B8D02;
    padding: 3px 8px 6px 8px;
  }
  .pt_box .pt_box_wrap .sp_cat .cat_t3 {
    background: #FF7F00;
    padding: 3px 8px 6px 8px;
  }
}
.pt_box .pt_box_wrap a:hover {
  opacity: 0.7;
}

/*----------------------------------------
header
----------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header .head_wrap {
  position: relative;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_wrap {
    width: 100%;
  }
}
header .head_wrap .head_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 110;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_inner {
    height: 56px;
  }
}
header .head_wrap .head_inner .head_logo {
  width: 25%;
  max-height: 115px;
  transition: all 0.3s ease 0s;
}
header .head_wrap .head_inner .head_logo:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_inner .head_logo {
    width: 55%;
    height: auto;
  }
}
header .head_wrap .head_inner .head_menu {
  display: block;
  width: 35%;
  margin: 0px 0 0 0;
  padding: 0 0 20px 0;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_inner .head_menu {
    display: none;
  }
}
header .head_wrap .head_inner .head_menu li {
  width: 16.5%;
  font-size: 16px;
  padding: 0;
  line-height: 18px;
  display: inline;
  font-weight: normal;
  letter-spacing: 0.6px;
  font-weight: bold;
}
header .head_wrap .head_inner .head_menu li:last-child {
  width: 17.5%;
}
header .head_wrap .head_inner .head_menu li a {
  color: #000;
  padding-bottom: 14px;
  position: relative;
}
header .head_wrap .head_inner .head_sp_menu_bt {
  display: none;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_inner .head_sp_menu_bt {
    display: block;
    width: 50px;
    height: 50px;
    background: #0950AD;
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .head_wrap .head_sp_menu_wrap {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 120;
  border: 1px solid #0950AD;
  background: #fff;
  margin: 0px 0 0 0;
  top: 50px;
  box-sizing: border-box;
}
header .head_wrap .head_sp_menu_wrap .head_sp_menu {
  width: 100%;
  line-height: 0px;
}
header .head_wrap .head_sp_menu_wrap .head_sp_menu ul.head_sp_menu_list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .head_wrap .head_sp_menu_wrap .head_sp_menu ul.head_sp_menu_list li {
  display: block;
  padding: 0 0;
  border-bottom: 0.5px solid #fff;
}
header .head_wrap .head_sp_menu_wrap .head_sp_menu ul.head_sp_menu_list li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 5px 20px;
  box-sizing: border-box;
  font-weight: 800;
  color: #fff;
  background: #0950AD url(../images/sp_menu_arrow.png) no-repeat right center;
  background-size: auto 100%;
}
header .head_wrap .head_sp_menu_wrap .head_sp_menu ul.head_sp_menu_list li:last-child {
  background: #003479;
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border: none;
}
header .head_wrap .head_copy {
  z-index: 100;
  position: absolute;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
header .head_wrap .head_copy .key3_copy {
  width: 35%;
  margin-top: 240px;
}
@media (max-width: 1200px) {
  header .head_wrap .head_copy .key3_copy {
    width: 45%;
    margin-top: 25vw;
  }
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_copy .key3_copy {
    width: 100%;
    padding: 0px 0px;
    margin-top: 41vw;
    box-sizing: border-box;
  }
}
header .head_wrap .head_menu_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  display: none;
  z-index: 10000;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 10000;
}
header .head_wrap .head_menu_wrap .head_menu {
  float: right;
  width: 354px;
  margin-top: 115px;
  padding: 20px 50px 20px 35px;
  background: #fff;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu {
    width: 50%;
    padding: 10px 25px 10px 18px;
    margin-top: 56px;
  }
}
header .head_wrap .head_menu_wrap .head_menu .menu_bt_close {
  width: 100%;
  cursor: pointer;
}
header .head_wrap .head_menu_wrap .head_menu .menu_bt_close:hover {
  opacity: 0.6;
}
header .head_wrap .head_menu_wrap .head_menu .menu_list {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
  list-style: none;
}
header .head_wrap .head_menu_wrap .head_menu .menu_list li {
  font-size: 19px;
  line-height: 62px;
  color: #434343;
  border-bottom: 1px solid #aaa;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu .menu_list li {
    font-size: 11px;
    line-height: 32px;
  }
}
header .head_wrap .head_menu_wrap .head_menu .menu_list li a {
  display: block;
  color: #434343;
  text-decoration: none;
}
header .head_wrap .head_menu_wrap .head_menu .menu_list li img {
  width: 19px;
  vertical-align: -2px;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu .menu_list li img {
    width: 11px;
    vertical-align: -2px;
    margin: 0 0 0 3px;
  }
}
header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact {
  width: 100%;
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact {
    margin: 50px 0 0 0;
  }
}
header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact a {
  display: block;
  width: 100%;
  color: #0950AD;
  text-decoration: none;
  padding: 10px 5px;
  border: 3px solid #0950AD;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact a {
    font-size: 13px;
    padding: 6px 5px;
    border: 2px solid #0950AD;
  }
}
header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact img {
  width: auto;
  height: 24px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 769px) {
  header .head_wrap .head_menu_wrap .head_menu .menu_bt_contact img {
    height: 13px;
  }
}
header .head_grd_white {
  z-index: 90;
  position: absolute;
  width: 100%;
  height: 330px;
  background: url(../images/head_grd_white.png) repeat-x;
}
@media only screen and (max-width: 769px) {
  header .head_grd_white {
    background: url(../images/head_grd_white_sp.png) repeat-x;
    background-size: 100% auto;
  }
}

/*----------------------------------------
ヘッダ　 各ページ
----------------------------------------*/
.page_head_title_cnt {
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.page_head_title_cnt img {
  height: 440px;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .page_head_title_cnt img {
    height: 55vw;
  }
}
.page_head_title_cnt .head_grd_white {
  z-index: 90;
  position: absolute;
  width: 100%;
  height: 230px;
  background: url(../images/head_grd_white.png) repeat-x;
  background-size: 100% 70%;
}
@media only screen and (max-width: 769px) {
  .page_head_title_cnt .head_grd_white {
    background: url(../images/head_grd_white_sp.png) repeat-x;
    background-size: 100% 30%;
  }
}

.head_page_title {
  z-index: 100;
  position: absolute;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.head_page_title .head_page_title_copy {
  width: 33%;
  margin-top: 200px;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .head_page_title .head_page_title_copy {
    width: 45%;
    margin-top: 25vw;
  }
}
@media only screen and (max-width: 769px) {
  .head_page_title .head_page_title_copy {
    width: 60%;
    padding: 0px 0px;
    margin-top: 26vw;
    box-sizing: border-box;
  }
}

.head_sub_menu_line {
  width: 100%;
  background: #0950AD;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (max-width: 769px) {
  .head_sub_menu_line {
    padding: 10px 0;
  }
}
.head_sub_menu_line ul.sub_menu_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border-right: 0.5px dotted #aaa;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.head_sub_menu_line ul.sub_menu_list li {
  border-left: 0.5px dotted #aaa;
  width: 33.3333333%;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  background: url(../images/sub_menu_arrow_d.png) no-repeat center bottom;
  background-size: 10px 5px;
  padding: 0 0 6px 0;
}
.head_sub_menu_line ul.sub_menu_list li.sep2 {
  width: 50%;
}
.head_sub_menu_line ul.sub_menu_list li.sep3 {
  width: 33.3333333%;
}
.head_sub_menu_line ul.sub_menu_list li.sep4 {
  width: 25%;
}
@media only screen and (max-width: 769px) {
  .head_sub_menu_line ul.sub_menu_list li {
    font-size: 14px;
    padding: 0 0 3px 0;
  }
}
.head_sub_menu_line ul.sub_menu_list li a {
  display: block;
  color: #fff;
}
.head_sub_menu_line ul.sub_menu_list li a:hover {
  opacity: 0.6;
}
.head_sub_menu_line ul.sub_menu_list li .sub {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 100;
  color: #fff;
  line-height: 20px;
}
@media only screen and (max-width: 769px) {
  .head_sub_menu_line ul.sub_menu_list li .sub {
    font-size: 8px;
    line-height: 20px;
  }
}

/*----------------------------------------
foot works
----------------------------------------*/
section#foot_works {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  background: #FFFFFF url(../images/foot_works_bg.jpg);
  background-size: 100% 100%;
  border-top: 1px solid #f1f1f1;
}
@media only screen and (max-width: 769px) {
  section#foot_works {
    padding: 30px 0 10px 0;
  }
}
section#foot_works .works_link_cnt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  section#foot_works .works_link_cnt {
    align-items: start;
    width: 90%;
  }
}
section#foot_works .works_link_cnt .pt_box.top_works {
  width: 100%;
}
section#foot_works .works_link_cnt .bt_box {
  width: 31%;
}
section#foot_works .works_link_cnt .bt_box .title_box {
  height: auto;
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
}
section#foot_works .works_link_cnt .bt_box .title_box .sml {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 769px) {
  section#foot_works .works_link_cnt .bt_box .title_box {
    font-size: 15px;
    line-height: 18px;
    height: 38px;
    padding: 5px 0 0 0;
  }
  section#foot_works .works_link_cnt .bt_box .title_box .sml {
    font-size: 11px;
    line-height: 12px;
  }
}
section#foot_works .works_link_cnt .bt_box .bt_cnt {
  width: 100%;
  padding-top: 5px;
}
@media only screen and (max-width: 769px) {
  section#foot_works .works_link_cnt .bt_box .bt_cnt {
    padding-top: 0px;
  }
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .gotop {
    width: 0px;
    bottom: 70px;
  }
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background: #003479 url("../images/bg_blue_line.jpg") center top;
  border-bottom: 7px solid #003479;
}
#footer a {
  color: #fff;
}
@media only screen and (max-width: 769px) {
  #footer {
    font-size: 12px;
    letter-spacing: 0;
    border-bottom: 7px solid #003479;
    margin: 0 auto 27.14vw auto;
    margin-bottom: 0;
  }
}
#footer .footer_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap {
    padding: 20px 0 0px 0;
  }
}
#footer .footer_wrap .foot_logo_box {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box {
    float: none;
    width: 100%;
  }
}
#footer .footer_wrap .foot_logo_box .foot_logo {
  width: 100%;
  max-width: 360px;
  margin: 20px 0 10px 0;
}
#footer .footer_wrap .foot_logo_box .foot_add {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_add {
    font-size: 15px;
    line-height: 15px;
  }
}
#footer .footer_wrap .foot_logo_box .foot_add a.maplink {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #fff;
  padding: 2px 10px 2px 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_add a.maplink {
    font-size: 11px;
    line-height: 15px;
    float: right;
  }
}
#footer .footer_wrap .foot_logo_box .foot_tel {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  vertical-align: middle;
  margin: 5px 0 0 0;
  letter-spacing: 1px;
}
#footer .footer_wrap .foot_logo_box .foot_tel img {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_tel {
    margin: 15px 0 0 0;
  }
}
#footer .footer_wrap .foot_logo_box .foot_mail {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  vertical-align: middle;
  margin: 2px 0 0 0;
  letter-spacing: 1px;
}
#footer .footer_wrap .foot_logo_box .foot_mail img {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_mail {
    margin: 5px 0 0 0;
  }
}
#footer .footer_wrap .foot_logo_box .foot_company_link {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 12px 0 0 2px;
  width: 90%;
  border: 1px solid #fff;
  max-width: 260px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_company_link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px 0 20px 0px;
    font-size: 12px;
  }
}
#footer .footer_wrap .foot_logo_box .foot_company_link a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_company_link a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0px;
    font-size: 14px;
  }
}
#footer .footer_wrap .foot_logo_box .foot_company_link img {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin: 0 0px 3px 10px;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_logo_box .foot_company_link img {
    height: 14px;
  }
}
#footer .footer_wrap .foot_map_box {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 769px) {
  #footer .footer_wrap .foot_map_box {
    float: none;
    width: 100%;
    padding: 10px 0 0 0;
  }
}
#footer .foot_copyright {
  float: left;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 10px;
  height: 70px;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 769px) {
  #footer .foot_copyright {
    width: 100%;
    height: 20px;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0px;
    float: none;
    text-align: center;
    margin: 10px 0 0 0;
  }
}

#sp_footer {
  display: none;
}
@media only screen and (max-width: 769px) {
  #sp_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #BAADD4;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    z-index: 10000;
  }
}
@media only screen and (max-width: 769px) {
  #sp_footer.fixed {
    position: static;
    margin: -27.14vw 0 0 0;
  }
}
#sp_footer .sp_foot_left {
  width: 30.857%;
}
#sp_footer .sp_foot_center {
  width: 36%;
}
#sp_footer .sp_foot_right {
  width: 32.857%;
}

.page_navi_cnt {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
.page_navi_cnt .pagenavi {
  margin: 60px auto;
  padding: 0;
  width: 160px;
  text-align: center;
}
.page_navi_cnt .pagenavi h2 {
  display: none;
}
.page_navi_cnt .pagenavi ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page_navi_cnt .pagenavi ul.page-numbers li {
  width: 35px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  vertical-align: middle;
}
.page_navi_cnt .pagenavi ul.page-numbers li.active {
  font-weight: bold;
  color: #000;
}
.page_navi_cnt .pagenavi ul.page-numbers li img {
  width: 20px;
  vertical-align: middle;
  padding: 0 0 3px 0;
  opacity: 0.3;
}
.page_navi_cnt .pagenavi ul.page-numbers li a {
  display: block;
  color: #0950AD;
  text-decoration: underline;
}
.page_navi_cnt .pagenavi ul.page-numbers li a img {
  opacity: 1;
}
.page_navi_cnt .pagenavi ul.page-numbers li a:hover {
  opacity: 0.6;
}

/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
.main_visual_cnt .mv_spacer {
  height: 9.9375vw;
  height: calc(7.175vw + 44px);
  max-height: 159px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: block !important;
}
@media only screen and (max-width: 769px) {
  .main_visual_cnt .mv_spacer {
    height: 56px;
  }
}
.main_visual_cnt .mv_spacer.float {
  display: block;
  height: 7.1875vw !important;
  max-height: 115px !important;
}
@media only screen and (max-width: 769px) {
  .main_visual_cnt .mv_spacer.float {
    height: 56px !important;
  }
}

/*# sourceMappingURL=style.css.map */
