.dis-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
.gradient-blue {
  background: linear-gradient(162deg, rgb(79, 187, 219) 0%, rgb(164, 217, 169) 100%);
}

body.home p {
  margin-bottom: 0;
}

.img-object {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.img-object img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

#header {
  position: relative;
  z-index: 99;
}

@media screen and (min-width: 767px) {
  #header {
    padding: 0;
  }
  .has-nav #header .header_menu {
    top: 0;
  }
}
.footer-slide p {
  margin-bottom: 0px !important;
}
.footer-slide img {
  height: 221px;
}
@media screen and (max-width: 767px) {
  .footer-slide img {
    height: 121px;
  }
}

#contact_footer {
  background: url("../img/contact_bg_pc.jpg") center/cover;
  color: #fff;
  padding: 56px 0px 63px;
}
#contact_footer .contact-box1 {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contact_footer .contact-box1 h2 {
  font-size: 14px;
  font-weight: 700;
  transform: rotate(90deg);
  margin: 40px 0px 0px -20px;
  letter-spacing: 0.1em;
}
#contact_footer .contact-box1 .contact-box2 {
  width: calc(100% - 75px);
}
#contact_footer .contact-box1 .contact-box2 h3 {
  font-size: 35px;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 17px;
}
#contact_footer .contact-box1 .contact-box2 .contact-txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#contact_footer .contact-tel {
  width: 42%;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  #contact_footer {
    background-image: url("../img/contact_bg_sp.jpg");
    padding: 35px 2% 41px;
  }
  #contact_footer .contact-box1 {
    width: 100%;
  }
  #contact_footer .contact-box1 h2 {
    font-size: 11px;
    margin: 25px 0px 0px -3%;
  }
  #contact_footer .contact-box1 .contact-box2 {
    width: calc(100% - 60px);
  }
  #contact_footer .contact-box1 .contact-box2 h3 {
    font-size: 21px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  #contact_footer .contact-box1 .contact-box2 .contact-txt {
    font-size: 15px;
    line-height: 25px;
  }
  #contact_footer .contact-tel {
    width: 100%;
    margin: 26px auto 0px;
  }
}

body:not(.page-id-43) #header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: unset;
}
body:not(.page-id-43) #header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 125px;
  background: #fff;
}
body:not(.page-id-43) #mainimage {
  padding-top: 124px;
}
@media screen and (max-width: 767px) {
  body:not(.page-id-43) #header::before {
    height: 78px;
  }
  body:not(.page-id-43) #mainimage {
    padding-top: 78px;
  }
}

body #header {
  overflow-x: hidden;
}
body #header .header_menu {
  width: 790px;
  position: absolute;
  top: 30px;
  right: 2%;
  left: auto;
  z-index: 999;
}
body #header .header_menu .g_nav {
  justify-content: space-between;
  padding: 0px 30px 0px 0px;
  align-items: center;
}
body #header .header_menu .g_nav > li {
  margin-left: 0px;
  margin: 0px 4px;
  padding: 0px 0px 10px;
}
body #header .header_menu .g_nav > li > a, body #header .header_menu .g_nav > li > span sub, body #header .header_menu .g_nav > li > span {
  font-size: 16px;
  font-weight: 700;
  color: #434548;
  letter-spacing: 0;
  line-height: 36px;
  padding: 0px 4px;
  bottom: 0px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
body #header .header_menu .g_nav > li > a:hover, body #header .header_menu .g_nav > li > span sub:hover, body #header .header_menu .g_nav > li > span:hover {
  opacity: 0.8;
}
body #header .header_menu .g_nav > li:has(dl)::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #3BAED0;
  border-bottom: 2px solid #3BAED0;
}
body #header .header_menu .g_nav > li dl {
  background: #F0FAFD;
  padding: 20px 16px;
  top: 95%;
  width: 200px;
  margin-left: -50px;
}
body #header .header_menu .g_nav > li dl::before {
  top: -6px;
  width: 8px;
  height: 5px;
}
body #header .header_menu .g_nav > li dl li {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 0px;
  border-bottom: none;
}
body #header .header_menu .g_nav > li dl li::before {
  color: #3BAED0;
  font-size: 10px;
  margin-right: 10px;
}
body #header .header_menu .g_nav > li dl li a {
  color: #22201E;
  font-weight: 600;
}
body #header .header_menu .g_nav > li dl li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  body #header .header_menu {
    right: 20px !important;
    top: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  body #header .header_menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 70px !important;
  }
  body #header .header_menu .g_nav {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  body #header .header_menu {
    width: 100%;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    padding: 100px 0px 0px;
    position: fixed;
  }
  body #header .header_menu .g_nav {
    padding: 0px 30px;
  }
  body #header .header_menu .g_nav > li {
    background: none;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
  }
  body #header .header_menu .g_nav > li:first-child {
    border-radius: 5px 5px 0px 0px;
  }
  body #header .header_menu .g_nav > li:last-child {
    border-radius: 0px 0px 5px 5px;
  }
  body #header .header_menu .g_nav > li:has(dl)::before {
    display: none;
  }
  body #header .header_menu .g_nav > li > a, body #header .header_menu .g_nav > li > span sub, body #header .header_menu .g_nav > li > span {
    padding: 10px 16px !important;
    color: #434548 !important;
    font-size: 16px !important;
    font-weight: 400;
    border-bottom: 1px solid #4265A2;
  }
  body #header .header_menu .g_nav > li > a:hover, body #header .header_menu .g_nav > li > span sub:hover, body #header .header_menu .g_nav > li > span:hover {
    opacity: 1;
  }
  body #header .header_menu .g_nav > li > span sub {
    border-bottom: none;
    padding: 0px !important;
  }
  body #header .header_menu .g_nav > li dl {
    margin-left: 0px;
    width: 100%;
    position: relative;
    inset: 0;
    border-radius: 0px;
    padding: 0px;
  }
  body #header .header_menu .g_nav > li dl li {
    border-top: 0px;
    border-bottom: 2px solid #016960;
    margin-bottom: 0px;
  }
  body #header .header_menu .g_nav > li dl li:first-child, body #header .header_menu .g_nav > li dl li:last-child {
    border-radius: 0px;
  }
  body #header .header_menu .g_nav > li dl li::before {
    color: #3BAED0;
    font-size: 10px;
    margin-right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  body #header .header_menu .g_nav > li dl li a {
    border-radius: 0px;
    font-size: 15px;
    padding-left: 32px;
  }
  body #header .header_menu .contact-g {
    background: url("../img/menu_bg.jpg") center/cover;
    box-sizing: border-box;
    padding: 35px 30px 45px;
    color: #fff;
    margin: 36px 0px 0px;
  }
  body #header .header_menu .contact-g .contact-ttl {
    font-size: 11px;
    font-weight: 700;
    transform: rotate(90deg);
    text-align: left;
    align-self: flex-start;
    margin-top: 16px;
    letter-spacing: 0.2em;
    margin-left: -24px;
  }
  body #header .header_menu .contact-g .contact-box {
    width: calc(100% - 55px);
  }
  body #header .header_menu .contact-g .contact-box h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  body #header .header_menu .contact-g .contact-box .txt {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
  }
  body #header .header_menu .contact-g .tel {
    margin: 26px auto 16vw;
  }
}
body #header .header_logo {
  width: 29%;
  max-width: 416px;
  position: absolute;
  top: 10px;
  left: 2%;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  body #header .header_logo {
    max-width: 300px !important;
    top: 10px !important;
    left: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  body #header .header_logo {
    width: 62%;
    left: 5%;
  }
  body #header .menu-logo {
    position: absolute;
    top: 10px;
    width: 62%;
    left: 5%;
  }
}

table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.timetable th,
.timetable td {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 16px 0px;
  font-size: 14px;
  line-height: 24px;
  color: #22201E;
  font-weight: 500;
}

.timetable thead th {
  background: #182E5F;
  color: #fff !important;
  line-height: 31px;
  padding: 6px 0px;
	font-family: "Zen Old Mincho", serif;
}

.timetable thead th {
  /* border-bottom: 1px solid #EBE9E7; */
  font-weight: 500;
}

.timetable thead th:first-child {
  width: 31%;
  padding-left: 3%;
  text-align: left;
  letter-spacing: 0em;
  font-size: 14px;
	font-family: "Zen Old Mincho", serif;
}

.timetable thead th:last-child {
  width: 16%;
}

.timetable tbody tr td:first-child {
  text-align: right;
  font-size: 16px;
       padding-right: 3% !important;
}

.timetable tbody tr td {
  font-weight: 400;
  padding-top: 6px;
}

.timetable tbody {
  background: #fff;
	font-family: "Zen Old Mincho", serif;
}

.timetable tbody th {
  white-space: nowrap;
  text-align: left;
}

.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
  /* border-bottom: 1px solid #EBE9E7; */
}

@media screen and (max-width: 767px) {
  .timetable tbody tr:last-child th, .timetable tbody tr:last-child td {
    padding: 4px 0px 16px;
  }
  .timetable thead {
    line-height: 24px;
  }
  .timetable thead th:first-child {
    width: 30%;
  }
  .timetable tbody th {
    letter-spacing: 0em;
  }
  .timetable tbody tr td:first-child {
    font-size: 14px !important;
  }
  .timetable thead th,
  .timetable thead td {
    font-size: 12px !important;
    line-height: 17px;
    padding: 4px 0px;
  }
}
.timetable thead th:last-child {
  border-radius: 0;
}

@media screen and (max-width: 480px) {
  .timetable th,
  .timetable td {
    font-size: 70%;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 16px;
  }
  .timetable thead th:first-child {
    width: 34%;
    font-size: 12px;
  }
}
.txt-color {
  color: #4265A2 !important;
}

.page-id-43 .ttl {
  position: relative;
  font-size: 39px;
  color: #22201E;
  font-weight: 700;
  line-height: 40px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
}
.page-id-43 .ttl span {
  letter-spacing: 0.2em;
  color: #4265A2;
  font-size: 17px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-id-43 .ttl {
    font-size: 27px;
    line-height: 30px;
  }
  .page-id-43 .ttl span {
    font-size: 12px;
  }
}
.page-id-43 .header-scroll {
  width: 17px;
  position: absolute;
  bottom: 180px;
  right: 1%;
  z-index: 10;
}
.page-id-43 #header{
  padding-top: 90px;
}
.page-id-43 #header::before{
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 15px rgba(0,0,0,.15);
  z-index: -1;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .page-id-43 #header{
    padding-top: 120px;
  }
  .page-id-43 #header::before{
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 #header{
    padding-top: 80px;
  }
  .page-id-43 #header::before{
    height: 60px;
  }
}
.page-id-43 #key{
  width: 100%;
}
.page-id-43 #key .slick-track{
  display: flex;
}
.page-id-43 #key .slick-track .slick-slide{
  float: unset !important;
  height: unset !important;
  
}
.page-id-43 #key .slick-track .slick-slide>div{
  height: 100%;
}
.page-id-43 #key .key-slide{
   display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 100%
}
.page-id-43 #key .key-img{
  position: relative;
  z-index: 1;
  width: 49%;
  margin: 0px 4% 0px -3%;
}
.page-id-43 #key .key-img img{
  max-height: 560px;
  width: 100%;
  object-fit: cover;
}
.page-id-43 #key .key-bg{
  width: 50%;
  background: url('../img/kv_bg.jpg') center/cover;
  box-sizing: border-box;
  color: #fff;
  padding: 158px 0px 60px;
  height: 100%;
}
.page-id-43 #key .key-box{
  width: 90%;
  max-width: 430px;
  margin: 0px auto;
  height: 100%;
}
.page-id-43 #key h2{
  font-size: 36px;
  line-height: 64px;
  font-weight: 700;
}
.page-id-43 #key .key-txt1{
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0px 40px;
}
.page-id-43 #key .key-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.page-id-43 #key .key-list li{
  text-align: center;
  display: inline-block;
  font-size: 13px;
  padding: 0px 13px;
  min-width: 100px;
  line-height: 32px;
  font-weight: 700;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.page-id-43 #key .key-table{
  width: 95%;
  margin: 30px 0px 11px;
}
.page-id-43 #key .key-txt3{
font-size: 14px;
margin-top: 12px;
}
.page-id-43 #key .key-txt2{
  font-size: 14px;
  line-height: 20px;
  width: 98%;
}
.page-id-43 #key .key-listicon{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-id-43 #key .key-listicon li{
  width: 35%;
  max-width: 140px;
}
.page-id-43 #key .key-listtxt2{
  display: flex;
  justify-content: space-between;
  margin: 23px 0px 18px;
}
.page-id-43 #key .key-listtxt2 li{
  width: 32%;
}
@media screen and (max-width: 767px) {
  .page-id-43 #key .key-slide{
    display: block !important;
  }
  .page-id-43 #key .key-img{
    width: 80%;
    margin: 0px auto -40px;
  }
  .page-id-43 #key .key-bg{
    width: 100%;
    margin: 0px;
    padding: 54px 4% 18px;
  }
  .page-id-43 #key .key-box{
    width: 100%;
  }
  .page-id-43 #key h2{
    font-size: 28px;
    line-height: 32px;
    width: 90%;
    margin: 0px auto;
  }
  .page-id-43 #key .key-txt1{
    width: 90%;
    margin: 6px auto 36px;
    font-size: 14px;
  }
  .page-id-43 #key .key-list{
    justify-content: center;

  }
  .page-id-43 #key .key-table{
    width: 90%;
    margin: 37px auto 7px;
  }
  .page-id-43 #key .key-txt2{
    width: 90%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 15px;
  }
  .page-id-43 #key .key-txt3{
	 width: 95%;
     font-size:12px;
     text-align: center;
    margin: 16px auto 0px;}
}
.page-id-43 #news{
  padding-top: 120px;
}
.page-id-43 #news .elementor-widget-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-43 #news .elementor-widget-wrap > .elementor-element {
  width: auto;
}
.page-id-43 #news h2 {
  margin: 54px 0px 0px;
  min-width: 180px;
}
.page-id-43 #news .elementor-widget-shortcode {
  width: calc(100% - 220px) !important;
  box-sizing: border-box;
  background: #F2F8FD;
  padding: 47px 5%;
}
.page-id-43 #news .newsfeed {
  min-height: 110px;
}
.page-id-43 #news .newsfeed dl {
  display: flex;
  justify-content: space-between;
  color: #22201E;
}
.page-id-43 #news .newsfeed dl dt {
  font-size: 12px;
  font-weight: 400;
  min-width: 150px;
}
.page-id-43 #news .newsfeed dl dt span {
  display: inline-block;
  margin: 0px 5px;
  color: #fff;
  line-height: 17px;
  font-size: 12px;
  padding: 0px 16px;
  background: linear-gradient(162deg, rgb(66, 100, 162) 0%, rgb(24, 46, 95) 100%);
  text-transform: uppercase;
}
.page-id-43 #news .newsfeed dl dd {
  width: calc(100% - 190px);
  font-size: 14px;
  line-height: 26px;
}
.page-id-43 #news .newsfeed dl dd:hover {
  text-decoration: underline;
}
.page-id-43 #news .elementor-widget:has(.news-btn) {
  width: 100% !important;
  text-align: right;
}
.page-id-43 #news .news-btn a {
  width: 173px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin: 12px 0px 0px;
  border: 1px solid #22201E;
  border-radius: 30px;
}
.page-id-43 #news .news-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
.page-id-43 #news{
    padding-top: 40px;
  }
  .page-id-43 #news .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .page-id-43 #news h2 {
    margin: 0px 0px 19px;
  }
  .page-id-43 #news .elementor-widget-shortcode {
    width: 100% !important;
    padding: 30px 6%;
  }
  .page-id-43 #news .newsfeed dl {
    display: block;
  }
  .page-id-43 #news .newsfeed dl dt {
    width: 100%;
  }
  .page-id-43 #news .newsfeed dl dd {
    width: 100%;
  }
}
.page-id-43 #sec1 {
  padding: 30px 0px 0px;
}
.page-id-43 #sec1 h2 {
  margin: 0px 0px 42px;
}
.page-id-43 #sec1 .sec1-row {
  flex-direction: row-reverse;
  box-sizing: border-box;
  border-top: 4px solid #4265A2;
  background: #F2F8FD;
  color: #464646;
  padding: 75px 6% 67px;
}
.page-id-43 #sec1 .sec1-row .sec1-box1 {
  width: 52%;
}
.page-id-43 #sec1 .sec1-row .sec1-box1 h3 {
  font-size: 28px;
  line-height: 54px;
  font-weight: 700;
  color: #4265A2;
  margin-bottom: 31px;
}
.page-id-43 #sec1 .sec1-row .sec1-box1 .sec1-txt {
  line-height: 34px;
}
.page-id-43 #sec1 .sec1-row .sec1-box1 .sec1-btn a {
  color: #22201E;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #22201E;
  font-size: 16px;
  width: 247px;
  line-height: 54px;
  font-family: "Zen Old Mincho", serif;
  margin: 48px 0px 0px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.page-id-43 #sec1 .sec1-row .sec1-box1 .sec1-btn a:hover {
  opacity: 0.8;
}
.page-id-43 #sec1 .sec1-row .sec1-img {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-id-43 #sec1 .sec1-row {
    display: block;
  }
  .page-id-43 #sec1 .sec1-row .sec1-box1 {
    width: 90%;
    margin: 30px auto 0px;
  }
  .page-id-43 #sec1 .sec1-row .sec1-img {
    width: 70%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 #sec1 {
    padding: 41px 0px 0px;
  }
  .page-id-43 #sec1 h2 {
    margin: 0px 0px 29px;
  }
  .page-id-43 #sec1 .sec1-row {
    padding: 38px 5% 47px;
  }
  .page-id-43 #sec1 .sec1-row .sec1-box1 {
    width: 100%;
  }
  .page-id-43 #sec1 .sec1-row .sec1-box1 h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .page-id-43 #sec1 .sec1-row .sec1-box1 .sec1-btn a {
    margin: 25px auto 0px;
  }
  .page-id-43 #sec1 .sec1-row .sec1-box1 .sec1-txt {
    line-height: 32px;
  }
  .page-id-43 #sec1 .sec1-row .sec1-img {
    width: 90%;
    margin: 0px auto 16px;
  }
}
.page-id-43 #sec2 {
  padding: 112px 0px 0px;
  overflow: hidden;
}
.page-id-43 #sec2 h2 {
  margin-bottom: 45px;
  text-align: center;
}
.page-id-43 #sec2 .sec2-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.page-id-43 #sec2 .sec2-row::before{
  content: '';
  position: absolute;
  top: 0px;
  left: -250px;
  width: 414px;
  height: 389px;
  background: url('../img/sec2_deco1.png') center/cover;
}
.page-id-43 #sec2 .sec2-row2::before{
  background-image: url('../img/sec2_deco2.png');
  left: auto;
  right: -250px;
}
.page-id-43 #sec2 .sec2-row .sec2-img {
  position: relative;
  width: 500px;
  z-index: 1;
  margin: 0px 4% 0px 0px;
}


.page-id-43 #sec2 .sec2-row .sec2-box {
  width: 500px;
}
.page-id-43 #sec2 .sec2-row .sec2-box h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 26px;
  letter-spacing: 0.1em;
}
.page-id-43 #sec2 .sec2-row .sec2-box h3 span {
  font-size: 17px;
  color: #4265A2;
  text-transform: uppercase;
}
.page-id-43 #sec2 .sec2-row .sec2-box .sec2-txt {
    line-height: 28px;
  font-size: 17px;
  letter-spacing: 0;
}
.page-id-43 #sec2 .sec2-row.sec2-row1 {
  flex-direction: row-reverse;
}
.page-id-43 #sec2 .sec2-row.sec2-row1 .sec2-img {
  margin: 0px 0px 0px 4%;
}

.page-id-43 #sec2 .sec2-row.sec2-row1 .sec2-box {
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
 
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-id-43 #sec2 .sec2-row {
    display: block;
  }
 .page-id-43 #sec2 .sec2-row::before{
  top: auto;
  bottom: 30px;
}
  .page-id-43 #sec2 .sec2-row .sec2-img {
    width: 90%;
    margin: 0px auto 30px !important;
  }

  .page-id-43 #sec2 .sec2-row .sec2-box {
    width: 90%;
    margin: 30px auto 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 #sec2 {
    padding: 48px 0px 0px;
  }
  .page-id-43 #sec2 h2 {
    margin-bottom: 27px;
  }
  .page-id-43 #sec2 .sec2-row {
    display: block;
    margin-bottom: 60px;
  }
  .page-id-43 #sec2 .sec2-row::before{
   width: 230px;
    height: 215px;
    left: -100px;
    bottom: 10px;
    top: auto;
  }
  .page-id-43 #sec2 .sec2-row2::before{
    left: auto;
    right: -100px;
  }
  .page-id-43 #sec2 .sec2-row .sec2-box {
    width: 100%;
    margin: 0px !important;
  }
  .page-id-43 #sec2 .sec2-row .sec2-box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .page-id-43 #sec2 .sec2-row .sec2-box h3 span{
    font-size: 12px;
  }
  .page-id-43 #sec2 .sec2-row .sec2-box .sec2-txt {
    line-height: 32px;
  }
  .page-id-43 #sec2 .sec2-row .sec2-img {
    width: 100%;
    margin: 0px auto 30px !important;
  }
}
.page-id-43 #sec3 {
  padding: 90px 0px 0px;
  overflow: hidden;
}
.page-id-43 #sec3 h2 {
  margin-bottom: 50px;
}
.page-id-43 #sec3 .sec3-list {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  -moz-column-gap: 2px;
       column-gap: 2px;
  flex-wrap: wrap;
  margin: 0px -3%;
}
.page-id-43 #sec3 .sec3-list li {
  width: calc(33.33% - 2px);
  position: relative;
}
.page-id-43 #sec3 .sec3-list li a {
  width: 100%;
  display: inline-block;
}
.page-id-43 #sec3 .sec3-list li a .sec3-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0% 6%;
  background: rgba(60, 174, 208, 0.8);
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-id-43 #sec3 .sec3-list li a .sec3-box::before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  background: url("../img/sec3_arrow.png") center/cover;
}
.page-id-43 #sec3 .sec3-list li a .sec3-box h3 {
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.15em;
}
.page-id-43 #sec3 .sec3-list li a .sec3-box h3 span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.page-id-43 #sec3 .sec3-list li a .sec3-box .sec3-txt {
  font-size: 15px;
  line-height: 30px;
}
@media (hover: hover) {
  .page-id-43 #sec3 .sec3-list li a:hover .sec3-box {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  .page-id-43 #sec3 .sec3-list li:nth-child(1) a:hover img {
    content: url("../img/sec3_btn1_on.jpg");
  }
  .page-id-43 #sec3 .sec3-list li:nth-child(2) a:hover img {
    content: url("../img/sec3_btn2_on.jpg");
  }
  .page-id-43 #sec3 .sec3-list li:nth-child(3) a:hover img {
    content: url("../img/sec3_btn3_on.jpg");
  }
  .page-id-43 #sec3 .sec3-list li:nth-child(4) a:hover img {
    content: url("../img/sec3_btn4_on.jpg");
  }
  .page-id-43 #sec3 .sec3-list li:nth-child(5) a:hover img {
    content: url("../img/sec3_btn5_on.jpg");
  }
  .page-id-43 #sec3 .sec3-list li:nth-child(6) a:hover img {
    content: url("../img/sec3_btn6_on.jpg");
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 #sec3 {
    padding: 72px 0px 0px;
  }
  .page-id-43 #sec3 h2 {
    margin-bottom: 27px;
  }
  .page-id-43 #sec3 .sec3-list {
    margin: 0px -22px;
  }
  .page-id-43 #sec3 .sec3-list li {
    width: calc(50% - 1px);
  }
  .page-id-43 #sec3 .sec3-list li a .sec3-box {
    display: none !important;
  }
}
.page-id-43 #sec4 {
  padding: 120px 0px 134px;
}
.page-id-43 #sec4 h2 {
  margin-bottom: 45px;
}
.page-id-43 #sec4 .sec4-row {
  box-sizing: border-box;
  border-top: 4px solid #4265A2;
  background: #F2F8FD;
  padding: 72px 6% 74px;
}
.page-id-43 #sec4 .sec4-row .sec4-box {
  width: 46%;
}
.page-id-43 #sec4 .sec4-row .sec4-box .sec4-txt1 {
  font-size: 15px;
  line-height: 24px;
  margin: -9px 0px 23px;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 10px;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl dt {
  padding-bottom: 10px;
  width: 114px;
  border-bottom: 1px solid #4265A2;
  font-weight: 500;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl dd {
  width: calc(100% - 120px);
  padding-bottom: 10px;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl dd h1, .page-id-43 #sec4 .sec4-row .sec4-box dl dd a {
  color: #22201E;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl dd a {
  font-weight: 600;
  text-underline-offset: 2px;
  text-decoration: underline;
}
.page-id-43 #sec4 .sec4-row .sec4-box dl dd a:hover {
  text-decoration: none;
}
.page-id-43 #sec4 .sec4-row .sec4-map {
  width: 46%;
}
.page-id-43 #sec4 .sec4-row .sec4-map .map {
  width: 100%;
  height: 100%;
}
.page-id-43 #sec4 .sec4-row .sec4-map .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-43 #sec4 {
    padding: 60px 0px 40px;
  }
  .page-id-43 #sec4 h2 {
    margin-bottom: 35px;
    margin-left: 16px;
  }
  .page-id-43 #sec4 .sec4-row {
    padding: 35px 5%;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box {
    width: 100%;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box .sec4-txt1 {
    font-size: 14px;
    line-height: 22px;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box .sec4-list {
    margin: 0px 0px 29px;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box dl {
    font-size: 14px;
    line-height: 20px;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box dl dt {
    width: 35%;
  }
  .page-id-43 #sec4 .sec4-row .sec4-box dl dd {
    width: 80%;
    margin-right: 5%;
    padding-left: 5%;
    margin-left: -10%;
    box-sizing: border-box;
  }
  .page-id-43 #sec4 .sec4-row .sec4-map {
    width: 100%;
  }
  .page-id-43 #sec4 .sec4-row .sec4-map .map {
    height: 265px;
  }
}

#footer {
  padding: 40px 0 120px;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
}

#footer .logo {
  max-width: 416px;
  width: 100%;
  margin: 0 0px 34px;
}

#footer .sitemaplink {
  font-size: 14px;
  margin-top: 10px;
}

#footer .footer-row {
  display: flex;
  justify-content: space-between;
}

#footer .footer-box1 {
  width: 416px;
}

#footer .footer-box2 {
  width: 308px;
}

#footer .sitemaplink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#footer address {
  font-size: 14px;
  margin: 32px 0px 0px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 25px 0px 100px;
    text-align: center;
  }
  #footer .footer-row {
    display: block;
  }
  #footer .footer-box1 {
    width: 100%;
  }
  #footer .footer-box2 {
    width: 100%;
  }
  #footer .logo {
    max-width: 290px;
    width: 95%;
    margin: 0px auto 20px;
  }
  #footer .sitemaplink {
    margin: 4px auto 24px;
    text-decoration: none;
  }
  #footer .sitemaplink a:hover {
    text-decoration: underline;
  }
  #footer address {
    margin: 27px 0px 40px;
    text-align: center;
  }
}
ul.listbtn {
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 60px 4%;
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  flex-wrap: wrap;
}
ul.listbtn:nth-child(2) {
  background: #D8EBE9;
}
ul.listbtn li {
  width: 32%;
  margin: 0px 0px 20px;
}
ul.listbtn li a {
  display: block;
  width: 100%;
  text-align: center;
  background: url("../img/sec5_btn.png") center/100% 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  padding: 27px 0px;
}
ul.listbtn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  ul.listbtn li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.listbtn {
    padding: 20px 3%;
    gap: 1%;
  }
  ul.listbtn li {
    width: 49%;
    margin: 0px 0px 5px;
  }
  ul.listbtn li a {
    line-height: 14px;
    font-size: 13px;
    padding: 22px 0px;
  }
  ul.listbtn li a.sec5-btn2 {
    padding: 17px 0px 12px;
  }
}/*# sourceMappingURL=index.css.map */

.page-id-43 #secadd{
  padding: 50px 0px;
}
.page-id-43 #secadd h2{
  margin: 0px 0px 30px;
}
.page-id-43 #secadd .secadd-list{
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 60px 0px 0px;
}
.page-id-43 #secadd .secadd-list li{
  display: inline-block;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #182E5F;
  border: 1px solid #182E5F;
  line-height: 50px;
  padding:  0px 20px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .page-id-43 #secadd{
    padding: 20px 0px;
  }
  .page-id-43 #secadd h2{
    margin: 0px 0px 20px;
  }
  .page-id-43 #secadd .secadd-list{
    justify-content: center;
    margin: 30px 0px 0px;
    gap: 10px;
  }
  .page-id-43 #secadd .secadd-list li{
    font-size: 17px;
    min-width: 100px;
    line-height: 40px;
    padding: 0px 25px;
  }
  
}