@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "YuGothic",
    "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: 1.2px;
}
body {
  min-width: 100%;
  height: auto;
  background: #fff;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
}
body img {
  width: 100%;
}
a {
  color: #393333;
  text-decoration: none;
  word-wrap: break-word;
}
p a {
  text-decoration: none;
  color: #144fbc;
}
p {
  line-height: 1.6;
}
a:hover {
  text-decoration: none;
}
a img,
.btn {
  transition: 1s all;
}
a img:hover,
.btn:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.mean-bar a:hover {
  opacity: 1;
}
@media screen and (min-width: 897px) {
  body {
    min-width: 1335px;
    font-size: 16px;
    line-height: 1.8;
  }
  body img {
    width: auto;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
.h1_box {
  display: none;
}
.h1_box h1 {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
header {
  position: relative;
  width: 130px;
  height: 30px;
  padding: 13px 10px;
  z-index: 1;
}
header .hdr_logo {
  z-index: 2;
  position: fixed;
}
header .hdr_logo img {
  width: 130px;
}
@media screen and (min-width: 897px) {
  .h1_box {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 5px 20px;
  }
  header {
    width: auto;
    height: auto;
    padding: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  }
  header a {
    font-weight: bold;
  }
  header #hd_inner {
    min-width: 1285px;
    padding: 5px 20px 20px;
    display: flex;
    justify-content: space-between;
  }
  header .hdr_logo {
    position: relative;
  }
  header .hdr_logo img {
    margin: 0;
    padding-top: 0;
    width: auto;
  }
  .hdr_btn {
    display: flex;
    padding-top: 12px;
  }
  header nav ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    padding-top: 10px;
  }
  header nav ul li {
    margin-right: 50px;
  }
  header nav ul li:last-child {
    margin-right: 0px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  header nav ul li a:hover {
    opacity: 0.7;
  }
  .header__menu {
    position: relative;
    width: auto;
    text-align: center;
    list-style: none;
  }
  .header__menu li {
  }
  .header__menu li a {
    text-decoration: none;
  }
  .mega__menu li a:hover {
    color: #23282d;
    border-bottom: 2px solid #23282d;
  }

  ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
  }

  .header__menu li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  li.mega__menu a:hover {
    border-bottom: 3px solid #23282d;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background: #23282d;
    margin-top: -12px;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  /* 追加したセカンドヘッダーメニュー1 */
  ul.mega__menu-second-1 {
    visibility: hidden;
    opacity: 0;
  }

  .header__menu li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  li.mega__menu ul.mega__menu-second-1 {
    position: absolute;
    top: 51;
    left: 138;
    width: auto;
    background: #23282d;
    margin-top: -12px;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }

  li.mega__menu:hover ul.mega__menu-second-1 {
    top: 51px;
    visibility: visible;
    opacity: 1;
  }
  li.mega__menu ul.mega__menu-second-1 a {
    color: #fff;
  }
  li.mega__menu ul.mega__menu-second-1 a:hover {
    opacity: 0.7;
  }
  /* セカンドヘッダーメニューここまで */
 
  li.mega__menu:hover ul.mega__menu-second {
    top: 51px;
    visibility: visible;
    opacity: 1;
  }
  li.mega__menu ul.mega__menu-second a {
    color: #fff;
  }
  li.mega__menu ul.mega__menu-second a:hover {
    opacity: 0.7;
  }
  .hdr_right {
    display: flex;
    justify-content: center;
  }
  .bt_area {
    display: flex !important;
  }
  .bt_area li {
    margin-left: 12px;
  }
  #pc_fixed {
    position: fixed;
    z-index: 1;
    top: 300px;
    right: 0;
  }
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
}
#gNavi li {
  float: left;
}
/*--------------------------------------------
	breadcrumb / パンくず
--------------------------------------------*/
.breadcrumbs {
  display: none;
}
@media screen and (min-width: 897px) {
  .breadcrumbs {
    display: block;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 12px;
    background: #f2f2f2;
  }
  .breadcrumbs_inner {
    width: 1200px;
    margin: 0 auto;
  }
}
/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
section {
  position: relative;
}
.cts_inner01,
.ud_cts_inner {
  padding: 10% 4%;
  box-sizing: border-box;
}
.cts_inner02 {
  padding: 0 4% 10%;
  box-sizing: border-box;
}
.ud_cts_inner {
  width: 100%;
  padding: 8% 4%;
}
.viewPC {
  display: none;
}
.viewSP {
  display: block;
}
.img_ct {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ttl01 {
  display: block;
  align-items: center;
  font-size: 22px;
  color: #1f1f1f;
  text-align: center;
}
.ttl01:before,
.ttl01:after {
  content: "";
  height: 1px;
  width: 35px;
  display: inline-block;
  background-color: #1f1f1f;
}
.ttl01:before {
  margin: 0 10px 8px 0;
}
.ttl01:after {
  margin: 0 0 8px 10px;
}
.ttl_en {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #ff3333;
  margin-bottom: 15px;
}
.sub_ttl {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
}
.ttl02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  line-height: 1.5;
}
.ttl02:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin: 12px 4px 0 8px;
}
.ttl03 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
}
.under_ttl01 {
  font-size: 28px;
  margin-bottom: 12px;
}
table {
  width: 100%;
  font-size: 12px;
}
table th,
table td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
}
.btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.btn:after {
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #1f1f1f;
  font-size: 15px;
}
.btn a {
  display: block;
  background: #fff;
  border-radius: 28px;
  border: 2px solid #ff3333;
  padding: 12px 0;
  text-align: center;
  color: #ff3333;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.btn a:hover {
  background: #ff3333;
  color: #fff;
}
.btn_mb20 {
  margin-bottom: 20px;
}
.cts_box01 {
  background: rgb(246 241 241 / 72%);
  padding: 30px;
  border-left: 7px solid #002395;
}
.cts_box01_ttl_red {
  color: #ff0000;
}
.cts_box01_ttl_blue {
  color: #004986;
}
.notlink a {
  pointer-events: none;
}
.mb30 {
  margin-bottom: 30px;
}
.date span {
  margin-left: 10px;
}
aside .ttl01:after {
  color: #c3c3c3;
}
table th,
table td {
  border-bottom: 1px solid #ccc;
}
table a {
  color: #0626e3;
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}
@media screen and (min-width: 897px) {
  .cts_inner01 {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .ud_cts_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .viewPC {
    display: block;
  }
  .viewSP {
    display: none;
  }
  .ttl01 {
    font-size: 30px;
    line-height: 1;
  }
  .ttl_en {
    font-size: 14px;
  }
  .ttl02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ttl03 {
    font-size: 20px;
  }
  .under_ttl01 {
    font-size: 36px;
  }
  .cts_block_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .cts_block {
    width: 46%;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
  .cts_block_cts {
    display: flex;
  }
  .btn {
    width: 306px;
    margin-top: 40px;
  }
  .btn:after {
    top: 11px;
    font-size: 20px;
  }
  .btn a {
    font-size: 14px;
    padding: 16px 0;
    line-height: 1.5;
  }
  .cts_headtxt {
    font-size: 16px;
    width: 50%;
    margin-bottom: 40px;
  }
  table {
    font-size: 14px;
  }
  table th,
  table td {
    padding: 20px;
  }
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
footer {
  background: #f2f2f2;
  padding: 10% 0 16%;
}
footer .ft_inner {
  padding: 0 4%;
  margin-bottom: 6%;
}
footer .ft_logo img {
  width: 180px;
  margin: 0px auto 5px;
  display: block;
}
footer .ft_logo .ft_logo_txt a {
  display: block;
  text-align: center;
  color: #171717;
  margin-bottom: 20px;
}
footer .ft_logo .ft_logo_txt a:hover {
  text-decoration: underline;
}
footer .bt_area li {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}
footer .bt_area li .tel {
  font-size: 20px;
}
footer .bt_area li img {
  width: 62%;
  margin: 0 auto;
  display: block;
}
footer .ft_block02 ul {
  display: none;
}
footer small {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-bottom: 5%;
  color: #353535;
}
#page-top a {
  position: fixed;
  z-index: 2;
  bottom: 84px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 13px 0;
  border-radius: 50%;
  text-align: center;
  background: #545454;
  box-sizing: border-box;
}
#page-top i {
  color: #fff;
}
#sp_fixed {
  position: fixed;
  bottom: -3px;
}
#sp_fixed ul {
  display: flex;
}
#sp_fixed li {
}
@media screen and (min-width: 897px) {
  footer {
    padding: 80px 0 30px;
  }
  footer .ft_inner {
    width: 1200px;
    margin: 0 auto 10px;
    padding: 0;
  }
  .ft_block01,
  footer .ft_block02 ul {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_logo img {
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
  }
  footer .ft_logo .ft_logo_txt a {
    margin: -10px 0 25px;
  }
  footer .bt_area li {
    text-align: left;
  }
  footer .bt_area li img {
    width: auto;
  }
  footer .ft_block02 ul li a {
    font-size: 14px;
    font-weight: bold;
  }
  footer small {
    font-size: 12px;
    padding-top: 22px;
    margin-bottom: 0;
  }
  #sp_fixed {
    display: none;
  }
  #page-top a {
    width: 65px;
    height: 65px;
    padding: 22px 0;
  }
  #page-top i {
    font-size: 20px;
  }
}
