@charset "UTF-8";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                 © Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/* ======================================================

   common-Setting

========================================================= */
html {
}
body {
  color:#333;
  -webkit-text-size-adjust: 100%;
  font-family: 'Oswald','Noto Sans JP',"Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
  font-size: 160%;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
h1,h2,h3,h4,h5,h6,li {
  line-height: 1.4;
}
li {
  list-style: none;
}
dt,dd {
  line-height: 1.6;
}
th,td {
  vertical-align: middle;
  line-height: 1.6;
}
select { visibility: visible !important; }
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.object_cover_fit {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 100%;
}
img.object_contain_fit {
  object-fit: contain;
  font-family: 'object-fit:contain;';
  width: 100%;
  height: 100%;
}
a {
  color: #024da0;
  text-decoration: none;
}
a:hover {
  color: #024da0;
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb_t {
  margin-bottom: 20px !important;
}
.mt_t {
  margin-top: 20px !important;
}
.mb_s {
  margin-bottom: 30px !important;
}
.mb_m {
  margin-bottom: 50px !important;
}
.mb_l {
  margin-bottom: 80px !important;
}

.pc_area {
  display: none;
}
.bold {
  font-weight: 700 !important;
}
.font10 {
  font-size: 10px !important;
}
.font12 {
  font-size: 12px !important;
}
.font14 {
  font-size: 14px !important;
}
.font16 { 
  font-size: 16px !important;
}
.font18 { 
  font-size: 18px !important;
}
.font20 { 
  font-size: 20px !important;
}
.font22 { 
  font-size: 22px !important;
}
.font24 { 
  font-size: 24px !important;
}
.text {
  margin-bottom: 1em;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.blu {
  color: #024da0;
}

#wrapper{
  padding-top: 60px;
  overflow-x: hidden;
  position: relative;
}
#index_main {
}
#main {
  margin: 0 auto 80px;
}
.pc1440{display: none;}
#topicpath {
  background: #f7f7f7;
}
#topicpath ul {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
#topicpath li {
  display: inline;
  line-height: 1.4;
  font-size: 12px;
}
#topicpath li::before {
  content: ' > ';
}
#topicpath li:first-child::before {
  content: '';
}

@media screen and (min-width: 1025px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  
  .mb_t {
    margin-bottom: 30px !important;
  }
  .mb_s {
    margin-bottom: 50px !important;
  }
  .mb_m {
    margin-bottom: 80px !important;
  }
  .mb_l {
    margin-bottom: 120px !important;
  }
  .pc_area {
    display: block;
  }
  .sp_area {
    display: none;
  }
  .hover_opacity a {
    transition: 0.3s;
  }
  .hover_opacity a:hover {
    transition: 0.3s;
    opacity: 0.8;
  }

  #wrapper{
    padding-top: 0;
  }
  #main {
    margin: 0 auto 150px;
  }
  #topicpath ul {
    max-width: 1000px;
  }
  
  a[href^="tel:"] { pointer-events: none; }
}

/* ======================================================

   header

========================================================= */
#outer_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}
#header {
  width: 90%;
  margin: 0 auto;
}
#header h1 .txt, #header p.styleh1 .txt  {
  display: none;
}
#header h1 .img, #header p.styleh1 .img {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 10px;
}
#header .lft_blc_inner,#header .rgt_blc {
  display: none;
}

/* hamburger menu */
.hamburger_menu_cover {
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
  z-index: 999;
}
.hamburger_menu {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 15px;
  cursor: pointer;
}
.hamburger_menu__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: relative;
  transition: all 0.5s;
}
.hamburger_menu__line::before,
.hamburger_menu__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
}

.hamburger_menu__line::before { transform: translateY(-12px); }
.hamburger_menu__line::after { transform: translateY(12px); }
.hamburger_menu.open .hamburger_menu__line { background-color: transparent; }
.hamburger_menu.open .hamburger_menu__line::before { transform: rotate(45deg); }
.hamburger_menu.open .hamburger_menu__line::after { transform: rotate(-45deg); }

.nav_sp {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 100px 0 100px;
  text-align: left;
  transition: right 0.5s;
  overflow: scroll;
  z-index: 998;
  background: rgb(2,77,160,0.8);
  background: linear-gradient(90deg, rgba(2,77,160,0.85) 0%, rgba(2,106,160,0.85) 50%, rgba(5,151,182,0.85) 100%);
}
.nav_sp.open {
  right: 0;
}
.nav_sp_inner {
}

.nav_sp dl,.nav_sp p.sp_menu_btn {
  border-bottom: #FFF 1px solid;
}
.nav_sp p.sp_menu_btn:first-child {
  border-top: #FFF 1px solid;
}
.nav_sp dt,.nav_sp .sp_menu_list li,.nav_sp p.sp_menu_btn {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.nav_sp .sp_menu_list a,.nav_sp p.sp_menu_btn a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.nav_sp dt,.nav_sp p.sp_menu_btn a {
  padding: 15px 5%;
}

.nav_sp p.sp_menu_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  height: 8px;
  margin: -4px 2px 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_sp dt {
  color: #FFF;
  position: relative;
}
.nav_sp dt::after,.nav_sp dt::before {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
}
.nav_sp dt::after { 
  width: 16px;
  height: 2px;
  margin: auto 0;
}
.nav_sp dt::before {
  width: 2px;
  height: 16px;
  margin: auto 7px auto 0;
}
.nav_sp dt.open::before {
  display: none;
}
.nav_sp dd {
  padding: 0px 5% 15px;
}
.nav_sp ul.sp_menu_list {
  padding: 10px 20px 0 1em;
}
.nav_sp .sp_menu_list li {
  margin-bottom: 1em;
  position: relative;
}
.nav_sp .sp_menu_list li::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: -25px;
  top: 8px;
}

.nav_sp .sp_inquiry_btn {
  width: 90%;
  margin: 30px auto 0;
}
.nav_sp .sp_inquiry_btn li {
  margin-bottom: 10px;
}
.nav_sp .sp_inquiry_btn li.tel {
  background: #fbdd11;
}
.nav_sp .sp_inquiry_btn li.mail {
  background: #FFF;
}
.nav_sp .sp_inquiry_btn li.line {
  background: #06c755;
}
.nav_sp .sp_inquiry_btn li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 20px 10px;
}
.nav_sp .sp_inquiry_btn li img {
  display: block;
  width: 20px;
  margin: 0 auto 10px;
}
.nav_sp .sp_inquiry_btn li span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.nav_sp .sp_inquiry_btn li.tel a {
  color: #333;
}
.nav_sp .sp_inquiry_btn li.tel span {
  font-size: 22px;
}
.nav_sp .sp_inquiry_btn li.tel span.holiday {
  font-size: 11px;
  font-weight: 400;
}
.nav_sp .sp_inquiry_btn li.mail a {
  color: #024da0;
}

@media screen and (min-width: 1025px) {
  #outer_header {
    height: auto;
    
  }
  #header {
    width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #header .lft_blc {
	padding: 0 0 20px 30px;
  }
  #header p.styleh1 {
    line-height: 1.4
  }
  #header h1, #header p.styleh1 {
    width: 100%;
	font-size: 12px;
	padding: 10px 0;
  }
  #header h1 .txt, #header p.styleh1 .txt {
    display: inline;
  }
  #header h1 .img, #header p.styleh1 .img {
    display: none;
  }
  #header .lft_blc_inner {
	display: -webkit-flex;
    display: flex;
  }
  #header .logo {
	width: 260px;
	height: 52px;
	padding-top: 9px;
  }
  #navi {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #navi ul {
    display: -webkit-flex;
    display: flex;
  }
  #navi ul li {
    display: table;
    min-height: 70px;
    text-align: center;
	padding-left: 20px;
  }
  #navi ul li a,#navi ul li span {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #navi ul li a:hover,#navi ul li span:hover {
    color: #024da0;
    transition: 0.3s;
  }
  #navi ul li span {
    position: relative;
	cursor: pointer;
  }
  #navi ul li span::after {
    content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #024da0 transparent transparent transparent;
  }
  #navi li div.ddmenu {
    width: 100vw;
    position: absolute;
    top: 107px;
    left: 0;
    display: none;
    padding-top: 20px;
  }
  #navi li div.bg {
    background: rgba(255,255,255,0.9);
  }
  #navi li ul {
    width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 60px 0 30px;
  }
  #navi li ul li {
    width: 25%;
	min-height: auto;
	font-size: 16px;
    text-align: left;
    line-height: 1.4;
	margin-bottom: 30px;
	padding: 0 30px 0 25px;
	box-sizing: border-box;
	background: url("../images/icon04.png") no-repeat left top 5px;
	background-size: 12px;
  }
  #navi li ul li a {
    vertical-align: top;
  }
  #header .rgt_blc {
    display: block;
	position: relative;
  }
  #header .inquiry_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	height: 100%;
  }
  #header .inquiry_btn li {
    display: table;
	height: 100%;
	font-size: 14px;
	text-align: center;
    transition: 0.3s;
  }
  #header .inquiry_btn li a {
    display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #FFF;
	text-decoration: none;
  }
  #header .inquiry_btn li img {
    display: block;
	width: 20px;
	margin: 0 auto 5px;
  }
  #header .inquiry_btn li span {
    display: block;
	font-size: 16px;
	font-weight: 700;
  }
  #header .inquiry_btn li.tel {
	background: #fbdd11;
  }
  #header .inquiry_btn li.tel span {
	font-size: 18px;
  }
  #header .inquiry_btn li.tel span.holiday{
	font-size: 11px;
	font-weight: 400;
  }

  #header .inquiry_btn li.tel a {
	color: #333;
  }
  #header .inquiry_btn li.mail {
	background: #024da0;
  }
  #header .inquiry_btn li.line {
	background: #06c755;
  }
  #header .inquiry_btn li.mail:hover,#header .inquiry_btn li.line:hover {
    transition: 0.3s;
    opacity: 0.8;
  }  
  .hamburger_menu_cover {
    display: none;
  }
}

/* ======================================================

   footer

========================================================= */
.index_contact li .btn.tel span.holiday {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  }
#outer_footer {
  padding-bottom: 70px;
}
#footer .lft_blc {
  padding: 35px 0 0;
  border-top: #e9e9e9 1px solid;
}
#footer .lft_blc .logo {
  width: 60%;
  margin: 0 auto 30px;
}
#footer .lft_blc .address {
  width: 90%;
  margin: 0 auto 5px;
  text-align: center;
}
#footer .lft_blc .tel {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
#footer .lft_blc .tel a {
  color: #024da0;
  font-size: 32px;
}
#footer .rgt_blc {
  padding: 20px 70px 20px 20px;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.copy {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.go_top {
  position: fixed;
  right: 10px;
  bottom: 80px;
  border: #FFF 1px solid;
  z-index: 1;
}
.go_top a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
.go_top a::before,.go_top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.go_top a::before {
  width: 50px;
  height: 50px;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.go_top a::after {
  top: 7px;
  left: 15px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_btm_contact {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
}
.sp_btm_contact li {
  width: calc(100% / 3);
  display: table;
  font-size: 14px;
  text-align: center;
  height: 70px;
}
.sp_btm_contact li a {
  display: table-cell;
  width: 100%;
  color: #FFF;
  vertical-align: middle;
  padding: 0 5px;
  box-sizing: border-box;
}
.sp_btm_contact li img {
  display: block;
  width: 20px;
  margin: 0 auto 3px;
}
.sp_btm_contact li.tel {
  background: #fbdd11;
}
.sp_btm_contact li.tel a {
  color: #333;
}
.sp_btm_contact li.mail {
  background: #024da0;
}
.sp_btm_contact li.line {
  background: #06c755;
}
.sp_btm_contact li i {
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  #outer_footer {
    padding: 75px 0 0;
	position: relative;
  }
  #outer_footer::before {
	content: '';
	display: block;
	width: 50%;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/f_img01.jpg") no-repeat center;
	background-size: cover;
  }
  #footer {
    display: -webkit-flex;
    display: flex;
	position: relative;
  }
  #footer .lft_blc,#footer .rgt_blc {
    box-sizing: border-box;
  }
  #footer .lft_blc {
    width: 44%;
	padding: 415px 40px 0;
    border-top: none;
  }
  #footer .lft_blc .logo {
    max-width: 330px;
    margin: 0 auto 20px;
  }
  #footer .lft_blc .tel a {
    font-size: 34px;
  }
  #footer .rgt_blc {
    width: 56%;
	padding: 70px 80px 50px;
  }
  #footer .f_contact {
    margin-bottom: 50px;
  }
  #footer .rgt_blc h5,#footer .rgt_blc p {
    color: #FFF;
  }
  #footer .rgt_blc h5 {
    font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
  }
  #footer .rgt_blc h5 span {
    display: block;
	font-size: 34px;
  }
  #footer .rgt_blc .txt_blc {
    display: table;
	margin-bottom: 30px;
  }
  #footer .rgt_blc .txt_blc p {
    display: table-cell;
	vertical-align: middle;
  }
  #footer .rgt_blc .txt_blc .circle {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #FFF;
	color: #024da0;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
  }
  #footer .rgt_blc .txt_blc .txt {
	font-size: 22px;
	line-height: 1.6;
	padding-left: 20px;
  }
  #footer .inquiry_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .inquiry_btn li {
    display: table;
	width: 32%;
	font-size: 14px;
	text-align: center;
    transition: 0.3s;
  }
  #footer .inquiry_btn li a {
    display: table-cell;
	vertical-align: middle;
	padding: 20px;
	color: #FFF;
	text-decoration: none;
  }
  #footer .inquiry_btn li img {
    display: block;
	width: 20px;
	margin: 0 auto 5px;
  }
  #footer .inquiry_btn li span {
    display: block;
	font-size: 16px;
	font-weight: 700;
  }
  #footer .inquiry_btn li.tel {
	background: #fbdd11;
  }
  #footer .inquiry_btn li.tel span {
	font-size: 18px;
  }
  #footer .inquiry_btn li.tel span.holiday {
	font-size: 11px;
	font-weight: 400;
  }
  #footer .inquiry_btn li.tel a {
	color: #333;
  }
  #footer .inquiry_btn li.mail {
	background: #FFF;
  }
  #footer .inquiry_btn li.mail a {
	color: #024da0;
  }
  #footer .inquiry_btn li.line {
	background: #06c755;
  }
  #footer .inquiry_btn li.mail:hover,#footer .inquiry_btn li.line:hover {
    transition: 0.3s;
    opacity: 0.8;
  }
  #footer .f_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 100px;
  }
  #footer .f_menu .menu {
    width: 48%;
  }
  #footer .f_menu .mb {
    margin-bottom: 30px;
  }
  #footer .f_menu .btn,#footer .f_menu dt {
    font-weight: 700;
  }
  #footer .f_menu a,#footer .f_menu dt {
    color: #FFF;
	text-decoration: none;
	transition: 0.3s;
  }
  #footer .f_menu a:hover {
	transition: 0.3s;
	opacity: 0.8;
  }
  #footer .f_menu ul {
	padding: 10px 0 0 20px;
  }
  #footer .f_menu li {
	font-size: 14px;
	margin-bottom: 10px;
  }
  #footer .f_menu li:last-child {
	margin-bottom: 0;
  } 
  .copy {
    text-align: right;
	padding-right: 30px;
  }
  .go_top {
    right: 40px;
    bottom: 40px;
  }
  .sp_btm_contact {
    display: none;
  }
}

/* ======================================================

   index

========================================================= */
.main_img {
  width: 100%;
  height: calc(100vh - 60px);
  background: url("../images/main_sp.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.main_img_inner {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.main_img_inner h2 {
  padding-top: 50px;
}
.index_news {
  padding-bottom: 25px;
}
.index_news .ttl {
  font-size: 20px;
  text-align: center;
  color: #FFF;
  padding: 5px;
  background: rgba(2,77,160,1);
}
.index_news dl {
  padding: 20px 5% 10px;
}
.index_news dt {
  color: #024da0;
}
.index_news dd a {
  color: #333;
  text-decoration: none;
}
.index_news .btn {
  width: 150px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.index_news .btn a {
  display: block;
  color: #FFF;
  padding: 5px;
  text-decoration: none;
}
#news *{
	box-sizing: border-box
}
#news h2{
	padding: 0.5em;
    color: #026aa0;
    background: #EDF8FF;
    border-bottom: solid 3px #026aa0;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
	line-height: 1.6;
}
#news h3{
	color: #026aa0;
    padding: 0.5em 0;
    border-top: solid 3px #026aa0;
    border-bottom: solid 3px #026aa0;
    font-weight: bold;
    margin-bottom: 20px;
	line-height: 1.6
}
#news .main_sec table{
	border-collapse: separate;
    border-spacing: 3px;
    margin: 20px auto;	
	width: 100%;
}
#news .main_sec table th, #news .main_sec table td{
	padding: 20px;
    text-align: center;
    background-color: #EDF8FF;
}
#news .main_sec table th{
	background-color: #026aa0;
    font-weight: bold;
	color: #fff;
}
@media screen and (min-width: 1025px) {
  .index_intro {
    position: relative;
  }
  .main_img {
    width: 100%;
    height: 100vh;
    background: url("../images/main_pc.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .main_img_inner {
    max-width: 1200px;
	height: 100%;
	position: relative;
	bottom: 0;
  }
  .main_img_inner h2 {
    max-width: 810px;
	padding-top: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  .index_news {
	width: 90%;
	max-width: 1200px;
	padding: 0;
    position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: -webkit-flex;
    display: flex;
  }
  .index_news .ttl {
    width: 10%;
    padding: 0;
    background: rgba(2,77,160,0.9);
	display: table;
  }
  .index_news .ttl span {
	display: table-cell;
	vertical-align: middle;
  }
  .index_news article {
    width: 90%;
	padding: 10px 10px 10px 2.5%;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_news dl {
    width: calc(100% - 170px);
	padding: 0;
	display: table;
  }
  .index_news dt,.index_news dd {
    display: table-cell;
	vertical-align: middle;
  }
  .index_news dt {
    width: 100px;
	padding-right: 20px;
  }
  .index_news dd a {
    display: block;
  }
  .index_news dd a:hover {
	text-decoration: underline;
  }
  .index_news .btn {
    width: 140px;
    margin: 0;
	display: table;
  }
  .index_news .btn a {
	padding: 10px 5px;
    display: table-cell;
	vertical-align: middle;
  }
}


.index_ttl {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.index_ttl .en {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5px;
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_btn01,.index_btn02,.index_btn03 {
  font-size: 18px;
  font-weight: 700;
  background: #FFF;
}
.index_btn01 a,.index_btn02 a,.index_btn03 a {
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none;
}
.index_btn01 a::after,.index_btn02 a::after,.index_btn03 a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #024da0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.index_btn02 {
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.index_btn02 a,.index_btn03 a {
  color: #FFF;
}
.index_btn02 a::after,.index_btn03 a::after {
  border-color: transparent transparent transparent #FFF;
}
.index_btn03 {
  background: #024da0;
}

@media screen and (min-width: 1025px) {
  .index_ttl {
    font-size: 38px;
	margin-bottom: 40px;
  }
  .index_ttl .en {
    font-size: 48px;
  }
  
  .index_btn01 {
	font-size: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
  }
  .index_btn01::before {
    background: #024da0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .index_btn01:hover::before {
    transform: scale(1, 1);
  }
  .index_btn01 a,.index_btn01 a::after,.index_btn02,.index_btn03 {
    transition: 0.3s;
  }
  .index_btn01:hover a {
    transition: 0.3s;
	color: #FFF;
  }
  .index_btn01:hover a::after {
    transition: 0.3s;
    border-color: transparent transparent transparent #FFF;
  }

  .index_btn02 {
    background-size: 200% 100%;
  }
  .index_btn02:hover {
    transition: 0.3s;
	background-position: 100% 0;
  }
  
  .index_btn03:hover {
    transition: 0.3s;
	opacity: 0.8;
  }
}


.index_about {
  background: url("../images/bg01.jpg") no-repeat center;
  background-size: cover;
}
.index_about_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.index_about p,.index_about h2 {
  color: #FFF;
  text-align: center;
}
.index_about p.en {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.index_about .en_animation {
  margin-bottom: 10px;
}
.index_about h2 {
  color: #fff000;
  font-size: 22px;
  margin-bottom: 30px;
}
.index_about ul {
  margin-top: 30px;
}
.index_about li {
  font-size: 18px;
  font-weight: 700;
  background: #FFF;
  margin-bottom: 10px;
}
.index_about li:last-child {
  margin-bottom: 0;
}
.index_about li a {
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none;
}
.index_about li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #024da0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (min-width: 1025px) {
  
  .index_about_inner {
    max-width: 1000px;
    padding: 120px 0;
  }
  .index_about p {
    font-size: 18px;
  }
  .index_about .en_animation {
    max-width: 700px;
	margin: 0 auto 10px;
  }
  .index_about p.en {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .index_about h2 {
    font-size: 38px;
  }
  .index_about ul {
    width: 620px;
	margin: 50px auto 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_about li {
    width: 50%;
	max-width: 300px;
	font-size: 20px;
    margin-bottom: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
  }
  .index_about li::before {
    background: #024da0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .index_about li:hover::before {
    transform: scale(1, 1);
  }
  .index_about li a,.index_about li a::after {
    transition: 0.3s;
  }
  .index_about li:hover a {
    transition: 0.3s;
	color: #FFF;
  }
  .index_about li:hover a::after {
    transition: 0.3s;
    border-color: transparent transparent transparent #FFF;
  }
}


.index_problem {
  background: url("../images/index_problem_bg.jpg") no-repeat center;
  background-size: cover;
}
.index_problem_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.index_problem .index_ttl {
  text-align: center;
}
ul.thumb,ul.basic_thumb {
  margin-bottom: 30px;
}
ul.thumb li,ul.basic_thumb li {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: #024da0 2px solid;
}
ul.thumb a,ul.basic_thumb a {
  color: #333;
  text-decoration: none;
}

.index_problem ul.problem_list li {
  background: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
}
.index_problem ul.problem_list li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #0269a0 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index_problem ul.problem_list li a {
  color: #333;
  text-decoration: none;
}
.index_problem  ul.problem_list li .img {
  height: 160px;
}
.index_problem ul.problem_list li .img img {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 100%;
}
.index_problem ul.problem_list li .txt {
  padding: 50px 30px 30px;
  position: relative;
}
.index_problem ul.problem_list li .txt::before {
  content: '';
  display: block;
  width: 212px;
  height: 80px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.index_problem ul.problem_list li.problem01 .txt::before {
  background: url("../images/index_problem01_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem02 .txt::before {
  background: url("../images/index_problem02_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem03 .txt::before {
  background: url("../images/index_problem03_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem04 .txt::before {
  background: url("../images/index_problem04_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem05 .txt::before {
  background: url("../images/index_problem05_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem06 .txt::before {
  background: url("../images/index_problem06_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li.problem07 .txt::before {
  background: url("../images/index_problem07_icon.png") no-repeat center;
  background-size: cover;
}
.index_problem ul.problem_list li h4,.index_problem li h5,.index_problem li p {
  text-align: center;
}
.index_problem ul.problem_list li h4,.index_problem li h5 {
  font-weight: 700;
}
.index_problem ul.problem_list li h4 {
   font-size: 24px;
   color: #024da0;
   margin-bottom: 10px;
}
.index_problem ul.problem_list li h5 {
  font-size: 20px;
   margin-bottom: 10px;
}
.index_problem ul.problem_list li p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  .index_problem_inner {
    max-width: 1500px;
    padding: 120px 0;
  }
  .index_problem ul.problem_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_problem ul.problem_list li {
    width: 23.5%;
	margin: 0 2% 30px 0;
	overflow: hidden;
	transition: 0.3s;
  }
  .index_problem ul.problem_list li:hover {
    transition: 0.3s;
	transform: scale(0.95);
  }
  .index_problem ul.problem_list li:nth-child(4) {
    margin: 0 0 30px 0;
  }
  .index_problem ul.problem_list li:nth-child(5),.index_problem ul.problem_list li:nth-child(6) {
	margin: 0 2% 0 0;
  }
  .index_problem ul.problem_list li:nth-child(7) {
    margin: 0;
  }
  .index_problem ul.problem_list li .img {
    height: 200px;
  }
  .index_problem  ul.problem_listli .txt {
    padding: 55px 30px 30px;
  }
  .index_problem ul.problem_list li .txt::before {
    width: 238px;
    height: 90px;
    top: -37px;
  }
  .index_problem ul.problem_list li h4 {
     font-size: 26px;
     margin-bottom: 5px;
  }
}


.index_reason_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.index_reason_inner .index_ttl {
  text-align: center;
}
.index_reason_inner li {
  margin-bottom: 50px;
}
.index_reason_inner li:last-child {
  margin-bottom: 0;
}
.index_reason_inner .img {
  height: 200px;
  margin-bottom: 25px;
}
.index_reason_inner .img img {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 100%;
}
.index_reason_inner .reason_number {
  display: table;
  color: #555;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 10px;
}
.index_reason_inner .reason_number span {
  display: table-cell;
  vertical-align: middle;
}
.index_reason_inner .reason_number span.reason {
  font-size: 22px;
  padding: 5px 5px 0 0;
}
.index_reason_inner .reason_number span.number {
  font-size: 42px;
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_reason_inner li h5 {
  font-size: 26px;
  font-weight: 700;
  color: #024da0;
  margin-bottom: 20px;
}
.index_reason_inner li .txt {
  margin-bottom: 20px;
}
.index_reason_inner li p {
  margin-bottom: 1em;
}
.index_reason_inner li p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .index_reason_inner {
    max-width: 1200px;
	position: relative;
	padding: 120px 0;
	background: url("../images/index_reason01.png") no-repeat left top 30px;
	background-size: 230px auto;
  }
  .index_reason_inner .index_ttl {
    text-align: right;
  }
  .index_reason_inner .index_btn02 {
    max-width: 300px;
	margin: 0 0 30px auto;
  }
  .index_reason_inner ul {
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_reason_inner li {
    width: 30%;
	margin-bottom: 0;
  }
  .index_reason_inner li:nth-child(2) {
    padding-top: 50px;
  }
  .index_reason_inner li:nth-child(3) {
    padding-top: 100px;
  }
  .index_reason_inner .img {
    height: 250px;
  }
  .index_reason_inner .reason_number {
    margin-bottom: 20px;
  }
  .index_reason_inner .reason_number span.reason {
    font-size: 30px;
    padding: 5px 5px 0 0;
  }
  .index_reason_inner .reason_number span.number {
    font-size: 64px;
  }
  .index_reason_inner li h5 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}


.index_contact {
  background: url("../images/index_contact_bg.jpg") no-repeat center top;
  background-size: cover;
}
.index_contact_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.index_contact .index_ttl {
  color: #FFF;
}
.index_contact h4,.index_contact h5 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(2,77,160,0.5);
  line-height: 1.6;
}
.index_contact h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.index_contact h4 .en {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.index_contact h5 {
  font-size: 18px;
  margin-bottom: 30px;
}
.index_contact li {
  margin-bottom: 30px;
}
.index_contact li:last-child {
  margin-bottom: 0;
}
.index_contact li .bubble {
  width: 60%;
  color: #024da0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #FFF;
  border-radius: 100vh;
  padding: 10px;
  margin: 0 auto 20px;
  position: relative;
  box-sizing: border-box;
}
.index_contact li .bubble::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.index_contact li .btn {
  border-radius: 10px;
}
.index_contact li .btn.tel {
  background: #fbdd11;
}
.index_contact li .btn.mail {
  background: #024da0;
}
.index_contact li .btn.line {
  background: #06c755;
}
.index_contact li .btn a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 20px 10px;
}
.index_contact li .btn.tel a {
  color: #333;
}
.index_contact li .btn .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}
.index_contact li .btn span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.index_contact li .btn.tel span {
  font-size: 26px;
}

@media screen and (min-width: 1025px) {
  .index_contact_inner {
    max-width: 1200px;
    padding: 90px 0 80px;
  }
  .index_contact h4 {
    font-size: 34px;
  }
  .index_contact h4 .en {
    font-size: 48px;
  }
  .index_contact h5 {
    font-size: 24px;
	margin-bottom: 40px;
  }
  .index_contact ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_contact li {
    width: 31%;
	max-width: 370px;
	margin-bottom: 0;
  }
  .index_contact li .bubble {
    width: 80%;
    font-size: 22px;
    padding: 15px 10px;
    margin: 0 auto 40px;
  }
  .index_contact li .bubble::before {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }
  .index_contact li .btn {
    transition-duration: .4s;
    min-height: 148px;
  }
  .index_contact li .btn:hover {
    transform: scale(1.05);
  }
  .index_contact li .btn a {
    padding: 20px 10px 25px;
  }
  .index_contact li .btn span,.index_contact li .btn.tel span {
    font-size: 24px;
  }
}


.index_basic {
  background: url("../images/index_basic_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.index_basic::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index_basic_bg02.png") no-repeat center top 30px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.index_basic_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.index_basic .index_ttl {
  text-align: center;
}
.index_basic .basic_list li {
  padding: 30px 40px 40px;
  background: #d1eaf0;
  position: relative;
  box-sizing: border-box;
}
.index_basic .basic_list li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #1babce transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index_basic .basic_list li:last-child {
  margin-bottom: 0;
}
.index_basic .basic_list li a {
  color: #333;
  text-decoration: none;
}
.index_basic .basic_list li img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.index_basic .basic_list li h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #024da0;
  margin-bottom: 15px;
}
.index_basic .basic_list li p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.index_basic .basic_list li p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .index_basic::before {
    background: url("../images/index_basic_bg02.png") no-repeat center top 70px;
    background-size: 1920px auto;
  }
  .index_basic_inner {
    max-width: 1200px;
    padding: 120px 0 130px;
  }
  .index_basic .basic_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_basic .basic_list li {
    width: 30%;
	max-width: 350px;
	padding: 30px 50px 60px;
    box-shadow: 10px 10px 0 #a8cad1;
    margin-bottom: 0;
	box-sizing: border-box;
	transform: translate(-5px, -5px);
	transition:box-shadow 0.3s, transform 0.3s;
  }
  .index_basic .basic_list li:hover {
    transform: initial;
	box-shadow: 0 0 0 #a8cad1;
  }
  .index_basic .basic_list li img {
    max-width: 250px;
  }
  .index_basic .basic_list li h5 {
    font-size: 24px;
  }
  .index_basic .basic_list li p {
    line-height: 1.8;
    margin-bottom: 1em;
  }
  .index_basic .basic_list li p:last-child {
    margin-bottom: 0;
  }
}


.index_pro {
  padding-top: 220px;
  position: relative;
  margin-bottom: 50px;
}
.index_pro::before {
  content: '';
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/index_pro_bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.index_pro_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.index_pro_inner .txt {
  padding: 40px 30px;
  position: relative;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,0.8) 0%, rgba(2,106,160,0.8) 50%, rgba(5,151,182,0.8) 100%);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  box-sizing: border-box;
}
.index_pro_inner .txt h4,.index_pro_inner .txt p {
  color: #FFF;
  text-align: center;
}
.index_pro_inner .txt h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.index_pro_inner .txt .index_btn01 {
  margin-top: 20px;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .index_pro {
    padding: 80px;
    margin-bottom: 70px;
  }
  .index_pro::before {
    width: 55%;
	height: 100%;
  }
  .index_pro_inner {
    max-width: 1200px;
  }
  .index_pro_inner .txt {
    width: 61%;
	padding: 60px 70px;
  }
  .index_pro_inner .txt h4 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .index_pro_inner .txt .index_btn01 {
    max-width: 350px;
	margin: 30px auto 0;
  }
}


.index_greeting {
  background: url("../images/index_greeting_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}
.index_greeting_inner {
  width: 90%;
  margin: 0 auto;
}
.index_greeting .greeting_blc {
  margin-bottom: 30px;
  background: rgba(255,255,255,0.8)
}
.index_greeting .greeting_blc .txt {
  padding: 40px 30px;
}
.index_greeting .greeting_blc .txt h5 {
  font-size: 18px;
  color: #024da0;
  line-height: 1.6;
  margin-bottom: 15px;
}
.index_greeting .greeting_blc .txt h5 span {
  font-size: 22px;
  background: linear-gradient(transparent 75%, #FFF000 75%);
}
.index_greeting .greeting_blc .img {
  height: 220px;
}
.index_greeting .greeting_blc .img img {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 100%;
}
.index_greeting li {
  margin-bottom: 10px;
}
.index_greeting li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .index_greeting {
    padding: 100px 0;
	margin-bottom: 70px;
  }
  .index_greeting_inner {
    max-width: 1200px;
  }
  .index_greeting .greeting_blc {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .index_greeting .greeting_blc .txt {
    width: 66%;
	padding: 90px 80px;
	box-sizing: border-box;
  }
  .index_greeting .greeting_blc .txt .index_ttl {
    margin-bottom: 30px;
  }
  .index_greeting .greeting_blc .txt .index_ttl {
    font-size: 32px;
  }
  .index_greeting .greeting_blc .txt .index_ttl .en {
    font-size: 42px;
  }
  .index_greeting .greeting_blc .txt h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .index_greeting .greeting_blc .txt h5 span {
    font-size: 30px;
  }
  .index_greeting .greeting_blc .img {
    width: 34%;
	height: auto;
  }
  .index_greeting ul {
    max-width: 940px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_greeting li {
    width: 32%;
	margin-bottom: 0;
  }
}

/* ======================================================

   block

========================================================= */
.main_sec,.main_sec_bg_inner {
  width: 90%;
  margin: 0 auto;
}
.main_sec_bg {
  padding: 50px 0;
  background: #f0fcff;
}
.main_sec_bg.gray {
  background: #f7f7f7;
}
.col-two .block,.col-three .block,.col-four .block {
  margin-bottom: 20px;
}
.col-two .block:last-child,.col-three .block:last-child,.col-four .block:last-child {
  margin-bottom: 0;
}

.anc_blc {
  margin-top: -70px;
  padding-top: 70px;
}
.anc_btn li {
  margin-bottom: 5px;
}

.image_l .img,.image_r .img {
  margin:0 auto 20px;
}
.main_sec_bg_inner .image_l .txt,.main_sec_bg_inner .image_r .txt {
  width:100%;
}

.intro {
  background: url("../images/bg01.jpg") no-repeat center top;
  background-size: cover;
}
.intro_inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.intro_inner h3,.intro_inner .txt p {
  color: #FFF;
}
.intro_inner .txt {
  margin-bottom: 30px;
}
.intro_inner .txt p {
  margin-bottom: 1em;
}
.intro_inner .txt p:last-child {
  margin-bottom: 0;
}

.mokuji {
  background: #FFF;
  padding: 30px 30px 15px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.mokuji li {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: #ccc 1px dashed;
}
.mokuji li a {
  display: block;
}

.bg_txt {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 250px;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .main_sec,.main_sec_bg_inner {
    max-width: 1200px;
  }
  .main_sec_bg {
    padding: 80px 0 90px;
  }
  .col-two,.col-three,.col-four {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-two .block,.col-three .block,.col-four .block {
    margin-bottom: 0;
  }
  .col-two .block.mb,.col-three .block.mb,.col-four .block.mb {
    margin-bottom: 20px;
  }
  .col-two .block {
    width: 48%;
  }
  .col-two .block:nth-child(2n) {
    margin-left: auto;
  }
  .col-three .block {
    width: 30%;
    margin-right: 5%;
  }
  .col-four .block {
    width: 23.5%;
    margin-right: 2%;
  }
  .col-three .block:nth-child(3n),.col-four .block:nth-child(4n) {
    margin-right: 0;
  }
  
  .anc_blc {
    margin-top: -135px;
    padding-top: 135px;
  }
  .anc_btn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anc_btn li {
    width: 32%;
	margin: 0 2% 10px 0;
  }
  .anc_btn li:nth-child(3n) {
    width: 32%;
	margin: 0 0 10px 0;
  }

  .image_l,.image_r {
    display: -webkit-flex;
    display: flex;
  }
  .image_r {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .image_l .img,.image_r .img {
    width: 35%;
	margin: 0;
  }
  .image_l .txt,.image_r .txt,.main_sec_bg_inner .image_l .txt,.main_sec_bg_inner .image_r .txt {
    width: 60%;
  }
  .image_l .txt {
    padding: 0 0 0 5%;
  }
  .image_r .txt {
    padding: 0 5% 0 0;
  }
  
  .intro_inner {
    max-width: 1000px;
    padding: 80px 0 90px;
  }
  .intro_inner .txt {
    margin-bottom: 50px;
  }
  
  .mokuji {
    padding: 50px 50px 35px;
  }
  .mokuji ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mokuji li {
	display: table;
    width: 48%;
	font-size: 18px;
	padding: 0 10px 10px;
	box-sizing: border-box;
  }
  .mokuji li:nth-child(even) {
    margin-left: auto;
  }
  .mokuji li a {
    display: table-cell;
	vertical-align: middle;
  }
  
  .gmap {
    padding-bottom: 350px;
  }
  
  .w800 {
    max-width: 800px;
  }
  .w1000 {
    max-width: 1000px;
  }
  .w800,.w1000 {
    margin: 0 auto;
  }
}

/* ======================================================

   title

========================================================= */
#page_title {
  position: relative;
  margin-bottom: 50px;
}
#page_title::before {
  content: '';
  display: block;
  width: 100%;
  height: 34vw;
  position: absolute;
  top: 0;
  right: 0;
}
#page_title.basic::before {
  background: url("../images/page_ttl_basic.jpg") no-repeat center;
  background-size: cover;
}
#page_title.money::before {
  background: url("../images/page_ttl_money.jpg") no-repeat center;
  background-size: cover;
}
#page_title.sumida::before {
  background: url("../images/page_ttl_sumida.jpg") no-repeat center;
  background-size: cover;
}
#page_title.sale::before {
  background: url("../images/page_ttl_sale.jpg") no-repeat center;
  background-size: cover;
}
#page_title.purchase::before {
  background: url("../images/page_ttl_purchase.jpg") no-repeat center;
  background-size: cover;
}
#page_title.relocation::before {
  background: url("../images/page_ttl_relocation.jpg") no-repeat center;
  background-size: cover;
}
#page_title.inheritance::before {
  background: url("../images/page_ttl_inheritance.jpg") no-repeat center;
  background-size: cover;
}
#page_title.management::before {
  background: url("../images/page_ttl_management.jpg") no-repeat center;
  background-size: cover;
}
#page_title.divorce::before {
  background: url("../images/page_ttl_divorce.jpg") no-repeat center;
  background-size: cover;
}
#page_title.loan::before {
  background: url("../images/page_ttl_loan.jpg") no-repeat center;
  background-size: cover;
}
#page_title.unoccupied::before {
  background: url("../images/page_ttl_unoccupied.jpg") no-repeat center;
  background-size: cover;
}
#page_title.achievement::before {
  background: url("../images/page_ttl_achievement.jpg") no-repeat center;
  background-size: cover;
}
#page_title.company::before {
  background: url("../images/page_ttl_company.jpg") no-repeat center;
  background-size: cover;
}
#page_title.qa::before {
  background: url("../images/page_ttl_qa.jpg") no-repeat center;
  background-size: cover;
}
#page_title.contact::before {
  background: url("../images/page_ttl_contact.jpg") no-repeat center;
  background-size: cover;
}
#page_title.news::before {
  background: url("../images/page_ttl_news.jpg") no-repeat center;
  background-size: cover;
}
#page_title p.styleh2 {
  line-height: 1.5
}
#page_title h2, #page_title p.styleh2 {
  width: 90%;
  margin: 0 auto;
  color: #024da0;
  font-size: 18px;
  font-weight: 700;
  padding: 30vw 0 0;
  position: relative;
}
#page_title h2 span.en, #page_title p.styleh2 span.en {
  display: inline-block;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_pt01 {
  color: #026aa0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.ttl_pt02 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #026aa0;
}
.ttl_pt03 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ttl_pt03 span {
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_pt04 {
  color: #FFF;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.ttl_pt05 {
  font-size: 18px;
  font-weight: 700;
  padding: 3px 0 5px 15px;
  margin-bottom: 10px;
  border-left: #0596b5 5px solid;
}
.ttl_pt06 {
  font-size: 20px;
  padding: 15px 5% 15px 2.5em;
  background: #f7f7f7;
  position: relative;
  margin-bottom: 20px;
}
.ttl_pt06 i {
  display: block;
  color: #199964;
  position: absolute;
  top: 20px;
  left: 20px;
}
.ttl_pt07 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.ttl_pt07 span.en {
  font-size: 46px;
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_point {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.ttl_point span {
  display: inline-block;
  color: #FFF;
  border-radius: 10px;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
  padding: 5px 15px;
  margin: 0 0 5px 0;
}

@media screen and (min-width: 1025px) {
  #page_title {
    position: relative;
    margin-bottom: 80px;
  }
  #page_title::before {
    width: 70%;
    height: 100%;
  }
  #page_title h2, #page_title p.styleh2 {
    width: 80%;
	font-size: 22px;
	letter-spacing: 3px;
    padding: 300px 0 170px;
  }
  #page_title h2 span.en,  #page_title p.styleh2 span.en{
    font-size: 80px;
    margin-bottom: 30px;
	letter-spacing: 5px;
  }
  .ttl_pt01 {
    font-size: 30px;
  }
  .ttl_pt02 {
    font-size: 30px;
  }
  .ttl_pt03 {
    font-size: 26px;
  }
  .ttl_point span {
      margin: 0 15px 0 0;
  }
}

/* ======================================================

   list

========================================================= */
.list_pt01 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.list_pt01 li::after,.list_pt01 li::before {
  display: block;
  content: '';
  position: absolute;
}
.list_pt01 li::after {
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #024da0;
  border-radius: 6px;
}
.list_pt01 li::before {
  z-index: 2;
  top: 10px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list_pt02 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.list_pt02 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #024da0;
  border-radius: 3px;
}

.list_pt03 li {
  position: relative;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 15px 1.5em;
  border-bottom: #ccc 1px dashed;
}
.list_pt03 i {
  position: absolute;
  top: 19px;
  left: 0;
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list_pt01 li:last-child,.list_pt02 li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .list_pt03 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_pt03 li {
	width: 50%;
	font-size: 20px;
    padding: 20px 20px 20px 1.5em;
	box-sizing: border-box;
  }
  .list_pt03 li:nth-child(1),.list_pt03 li:nth-child(2) {
    padding: 0 20px 20px 1.5em;
  }
  .list_pt03 li i {
    top: 25px;
  }
  .list_pt03 li:nth-child(1) i,.list_pt03 li:nth-child(2) i {
    top: 4px;
  }
}

/* ======================================================

   table

========================================================= */
.tbl_pt01,.tbl_pt02 {
  width: 100%;
  border-right: #ccc solid 1px;
  border-top: #ccc solid 1px;
}
.tbl_pt01 th,.tbl_pt01 td,.tbl_pt02 th,.tbl_pt02 td {
  padding: 10px 15px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.tbl_pt01 tr,.tbl_pt01 th,.tbl_pt01 td {
  display: block;
  box-sizing: border-box;
}
.tbl_pt01 th,.tbl_pt02 th {
  color: #024da0;
  font-weight: 500;
  background: #f7f7f7;
}
.tbl_pt02 thead th {
  background: #024da0;
  color: #FFF;
  text-align: center;
}

.scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.scroll table {
  min-width: 600px;
}

.tbl_pt01 p,.tbl_pt02 p {
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  .tbl_pt01 th,.tbl_pt01 td,.tbl_pt02 th,.tbl_pt02 td {
    padding: 15px;
  }
  .tbl_pt01 tr {
    display: table-row;
  }
  .tbl_pt01 th {
    width: 30%;
  }
  .tbl_pt01 th,.tbl_pt01 td {
    display: table-cell;
  }
  .wp15 {
    width:15% !important;
  }
  .wp20 {
    width:20% !important;
  }
  .wp25 {
    width:25% !important;
  }
  .wp30 {
    width:30% !important;
  }
  .wp40 {
    width:40% !important;
  }
  .scroll {
    overflow: hidden;
  }
}

/* ======================================================

   button

========================================================= */
.txt_btn {
  font-size: 16px;
  font-weight: 700;
  background: #199964;
  line-height:1.4;
}
.txt_btn a {
  display: block;
  text-decoration: none;
  padding: 15px 35px 15px 15px;
  color: #FFF;
  background: url("../images/btn_arrow.png") no-repeat center right 17px;
  background-size: 10px 18px;
}

.txt_btn02 {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  background: #0596b6;
}
.txt_btn02 a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 23px 20px 20px;
}
.txt_btn02 a::after {
  display: block;
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 17px auto 0;
  background: url("../images/btn_arrow.png") no-repeat center;
  background-size: contain;
}

.txt_btn03 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.txt_btn03::before {
  content: '';
  display: block;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border: #FFF 1px solid;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.txt_btn03 a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 30px 45px 30px 30px;
  position: relative;
}
.txt_btn03 a::after {
  display: block;
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 22px auto 0;
  background: url("../images/btn_arrow.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .txt_btn {
    transition:0.3s;
  }
  .txt_btn:hover {
    transition:0.3s;
    opacity: 0.8;
  }
  .txt_btn a {
    padding: 20px 35px 20px 20px;
    background: url("../images/btn_arrow.png") no-repeat center right 17px;
    background-size: 12px 22px;
  }

  .txt_btn02,.txt_btn02:hover,.txt_btn02 a,.txt_btn02:hover a {
    transition: all 0.3s;
  }
  .txt_btn02:hover {
    background: #FFF;
    transition: all 0.3s;
  }
  .txt_btn02:hover a {
    color: #0596b6;
    position: relative;
    z-index: 3;
  }
  .txt_btn02 a::after {
    width: 12px;
    height: 22px;
    transition-duration: 0.5s;
  }
  .txt_btn02:hover a::after {
    transition-duration: 0.5s;
    width: 12px;
    height: 22px;
    background: url("../images/btn_arrow_blu.png") center;
    background-size: contain;
  }
  .txt_btn02::before,.txt_btn02::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    content: '';
    transition: all .3s;
  }
  .txt_btn02::before {
    border-top: 1px solid #0596b6;
    border-bottom: 1px solid #0596b6;
    transform: scale(0, 1);
  }
  .txt_btn02::after {
    border-right: 1px solid #0596b6;
    border-left: 1px solid #0596b6;
    transform: scale(1, 0);
  }
  .txt_btn02:hover::after,.txt_btn02:hover::before {
    transform: scale(1);
  }
  
  .txt_btn03 a {
    transition: background 0.3s;
  }
  .txt_btn03 a:hover {
    transition: background 0.3s;
    background: rgba(255,255,255,0.15);
  }
  .txt_btn03 a::after {
    margin: auto 20px auto 0;
    transition-duration: 0.5s;
    width: 12px;
    height: 22px;
  }
  .txt_btn03 a:hover::after {
    margin: auto 15px auto 0;
  }

  .w200 {
    max-width: 200px;
  }
  .w250 {
    max-width: 250px;
  }
  .w300 {
    max-width: 300px;
  }
  .w350 {
    max-width: 350px;
  }
  .w400 {
    max-width: 400px;
  }
  .w450 {
    max-width: 450px;
  }
  .w500 {
    max-width: 500px;
  }
  .w600 {
    max-width: 600px;
  }
  .w200,.w250,.w300,.w350,.w400,.w450,.w500,.w600 {
    margin: 0 auto;
  }
}

/* ======================================================

   14.fa

========================================================= */
.faq dl {
  margin-bottom: 10px;
}
.faq dl:last-child {
  margin-bottom: 0;
}
.faq dt {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding: 20px 20px 20px 3em;
  background: #f7f7f7;
}
.faq dd {
  position: relative;
  padding: 20px 0 20px 3em;
}
.faq dd p {
  font-size: 16px;
  line-height: 1.4;
}
.faq dt::before,.faq dd::after {
  font-size: 24px;
  position: absolute;
  left: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.faq dt::before {
  content: 'Q';
  color: #024da0;
  top: 50%;
  transform: translateY(-50%);
}
.faq dd::after {
  content: 'A';
  color: #0596b6;
  top: 33px;
}

@media screen and (min-width: 1025px) {
  .faq dt {
    font-size: 20px;
    padding: 30px 20px 30px 70px;
  }
  .faq dd {
    padding: 30px 0 30px 70px;
  }
  .faq dt::before,.faq dd::after {
    font-size: 28px;
    position: absolute;
    left: 1em;
  }
  .faq dd::after {
    top: 43px;
  }
}

/* ======================================================

   15.contact

========================================================= */
.contact_two_blc {
  width: 90%;
  margin: 0 auto;
}
.contact_two_blc #anc01 {
  margin-bottom: 50px;
}
.contact_two_blc h4 {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  padding: 10px 15px;
  background: rgb(2,77,160);
  background: linear-gradient(90deg, rgba(2,77,160,1) 0%, rgba(2,106,160,1) 50%, rgba(5,151,182,1) 100%);
}
.contact_two_blc .txt {
  padding: 20px 0 0;
}
.contact_two_blc .txt p {
  line-height: 1.6;
  text-align: center;
}
.contact_tel .txt p.txt01 {
  font-weight: 700;
}
.contact_tel .txt p.txt02 {
  font-size: 14px;
}
.phone_number {
  padding: 5px 0;
  font-size: 30px;
  font-weight: 700;
}
.phone_number a {
  text-decoration: none;
}
.phone_number i {
  font-size: 24px;
  margin-right: 5px;
}
.contact_line .btn {
  background: #06c755;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0 4px 0 #019f42;
}
.contact_line .btn a {
  color: #FFF;
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
}

.flow_contents li {
  position: relative;
  margin-bottom: 60px;
  background: #f7f7f7;
}
.flow_contents li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #024da0 transparent transparent transparent;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow_contents li:last-child {
  margin-bottom: 0;
}
.flow_contents li:last-child::after {
  display: none;
}
.flow_contents li dl {
  padding: 30px;
}
.flow_contents li dt,.flow_contents li dd {
  font-size: 16px;
  line-height: 1.6;
}
.flow_contents li dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.flow_contents li dt span {
  background: -webkit-linear-gradient(left, #024da0, #0597b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .contact_two_blc {
    max-width: 1200px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact_two_blc #anc01 {
    margin-bottom: 0;
  }
  .contact_two_blc .anc_blc {
    width: 50%;
	max-width: 570px;
  }
  .contact_two_blc .txt {
    padding: 30px 0 0;
  }
  .contact_two_blc h4 {
    font-size: 26px;
    padding: 15px;
  }
  .contact_tel .txt p.txt01 {
    font-size: 20px;
  }
  .contact_tel .txt p.txt02 {
    font-size: 16px;
  }
  .phone_number {
    font-size: 42px;
  }
  .phone_number i {
    font-size: 32px;
  }
  .contact_line .btn {
    max-width: 450px;
	font-size: 22px;
	margin: 0 auto;
  }
  .contact_line .btn a {
    padding: 15px 20px;
  }
  .contact_line .btn:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
}

/* ======================================================

   17/18.news

========================================================= */
.news_list {
  margin-bottom: 30px;
}
.news_list li {
  background: #f7f7f7;
  margin-bottom: 5px;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}
.news_list li dt,.news_list li dd {
  font-size: 16px;
}
.news_list li dt {
  font-weight: 700;
}
.news_list li dd {
  color: #333;
}
.news_blc p {
  margin-bottom: 1em;
}
.news_blc p:last-child {
  margin-bottom: 0;
}
ul.pagination {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
ul.pagination li {
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 10px;
}
ul.pagination li a {
  transition-duration: 0.3s;
  padding: 3px 12px;
  text-decoration: none;
  display: block;
  color: #0596b6;
  background: #f7f7f7;
}
ul.pagination li.active a, ul.pagination li.active a:hover {
  background: #0596b6;
  color: #fff;
  cursor: pointer;
}
ul.pagination li a:hover {
  transition-duration: 0.3s;
  background: #0596b6;
  color: #fff;
  cursor: pointer;
}
ul.pagination li.disabled a {
  display: none;
}
.news_btn {
  width: 80%;
  margin: 30px auto 0;
}
.news_btn li {
  text-align: center;
  margin-bottom: 5px;
  background: #024da0;
  border-radius: 5px;
}
.news_btn li:last-child {
  margin-bottom: 0;
}
.news_btn li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 15px;
  position: relative;
}
.news_btn li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news_btn li.prev a i {
  left: 15px;
}
.news_btn li.next a i {
  right: 15px;
}

@media screen and (min-width: 1025px) {
  .news_list {
    margin-bottom: 50px;
  }
  .news_list li {
	transition: 0.3s;
  }
  .news_list li:hover {
	transition: 0.3s;
    background: #f0fcff;
  }
  .news_list li a {
    padding: 20px 30px;
  }
  .news_list li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news_list li dt {
    width: 10%;
  }
  .news_list li dd {
    width: 85%;
  }
  .news_btn {
    margin: 50px auto 0;
     position: relative;
 }
  .news_btn li {
    width: 32%;
	transition: 0.3s;
  }
  .news_btn li:hover {
	transition: 0.3s;
    background: #026aa0;
  }
  .news_btn li.prev,.news_btn li.next {
    position: absolute;
	top: 0;
  }
  .news_btn li.prev {
    left: 0;
  }
  .news_btn li.next {
    right: 0;
  }
  .news_btn li.back {
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .sp{display: none;}
  .index_contact li .btn{display: flex;
    justify-content: center;
    align-items: center;padding: 0;}
    .index_contact li .btn a{padding: 0;}
}
#footer .center{text-align: center;}
#footer .icon-footer img{width: auto;border-radius: 15px}
#footer .icon-footer a:hover{opacity: 1;}
@media screen and (min-width: 751px) and (max-width: 1671px) {
  .pc1440{display: block;}
  .pc1920{display: none;}
  #header .lft_blc{padding:0 0 15px 10px ;}
  .main_img{background: url(../images/main_pc.jpg) no-repeat center bottom -170px;background-size: cover;}
  .main_img_inner h2{width: 420px;margin: 65px 0 25px 0;}

  #header .inquiry_btn li a{padding: 0 10px;font-size: 10px;}
  #header .inquiry_btn li span{font-size: 14px;}
  #header .rgt_blc{top: 20px;}
  #navi{padding-top: 20px;}
   #outer_header {padding-bottom: 20px;}
   #navi li div.ddmenu{top: 203px;}
}
@media screen and (max-width: 1025px) {
  .pc1440{display: none}
  #outer_header{padding-bottom: 0;}
  #header .rgt_blc{top: 0;}
}
@media screen and (max-width: 750px) {
  header #navi {display: none;}
  .main_img{height: calc(100vh - 120px);}
  #footer .icon-footer{margin: 0 auto 40px;}
}
.txt_small{font-size:12px; line-height:1.4;} 