@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 10px; }
body { color: #222222; font-family: "Noto Sans JP", メイリオ, Meiryo, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; font-size: 1.6rem; font-optical-sizing: auto; font-weight: 400; font-style: normal; line-height: 1.5; -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; border: 0; vertical-align: top; -ms-interpolation-mode: bicubic; }
a { outline: none; }
a:link { color: #0a3eb6; text-decoration: underline; }
a:visited { }
a:hover { text-decoration: none; transition: all 0.3s ease; }
a:hover img { opacity: 0.8; transition: all 0.3s ease; }
button { background: transparent; border: none; appearance: none; cursor: pointer; outline: none; }
.clearfix::after { content: ''; display: block; clear: both; }

body {
  position: relative;
}
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
main {
  margin-top: 10px;
}
@media screen and (max-width: 1230px) {
  .inner {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1000px) {
  body { position: unset; font-size: 1.5rem; }
  body.menu-open { height: 100%; overflow: hidden; }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}


/* --------------------------------------------------
	globalHeader
-------------------------------------------------- */
#globalHeader {
  padding-top: 26px;
  width: 100%;
  background: #fff;
  font-size: 1.5rem;
  position:relative;
}
#globalHeader .inner {
  position: relative;
}
#globalHeader .h-logo img {
  max-width: 40vw;
}
#globalHeader .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#globalHeader .top-menu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 29px;
  right: 0;
  transform: translateY(-50%);
}
#globalHeader .contact {
  margin-right: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}
#globalHeader .contact:hover {
  color: #009BE2;
}
#globalHeader .lang {
  margin-right: 20px;
}
#globalHeader .lang a, #globalHeader .search a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: bold;
  color: #009BE2;
  text-decoration: none;
  transition: all .3s;
}
#globalHeader .lang a:hover, #globalHeader .search a:hover {
  opacity: 0.7;
}
#globalNavi {display:none;}

/* hoverからクリックに切り替え */




@media screen and (max-width: 1229px) {
  #globalNavi .submenu {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  #globalHeader {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
  #globalHeader .h-logo img {
    width: 270px;
    max-width: none;
  }
  #globalHeader .top-menu {
    margin-top: 50px;
    position: static;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  #globalHeader .contact {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  #globalNavi{
    display: none;
    margin: 0;
    padding: 0 0 80px;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    overflow: scroll;
  }
  #globalNavi ul {
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  #globalNavi li {
    width: 100%;
    border-bottom: solid 1px #009BE2;
  }
  #globalNavi ul a {
    display: block;
    padding: 20px 30px;
  }
  #globalNavi li.open > a {
    border-bottom: solid 1px #009BE2;
  }
  #globalNavi > ul > li.has-sub > a {
    justify-content: space-between;
  }
  #globalNavi > ul > li.has-sub > a::after {
    transition: all .5s;
  }
  #globalNavi li.has-sub.open > a::after {
    transform: rotate(180deg);
  }
  #globalNavi .submenu {
    padding: 0;
    position: static;
  }
  #globalNavi .submenu p {
    display: none;
  }
  #globalNavi .submenu ul {
    padding: 0 10px;
    gap: 0;
  }
  #globalNavi .submenu ul li {
    width: 100%;
  }
  #globalNavi .submenu ul li:last-of-type {
    border-bottom: none;
  }
  #globalNavi .submenu ul li a {
    padding: 24px 10px;
  }
  #globalNavi .submenu ul li a::after {
    display: none;
  }
}


/* --------------------------------------------------
	globalFooter
-------------------------------------------------- */
#globalFooter {
display:none;  
}
#globalFooter .ft-menu {
  padding: 80px 0;
  background: linear-gradient(270deg, #2A72D1 0%, #114891 100%);
}
#globalFooter .menu-wrap {
  display: flex;
}
#globalFooter .menu-wrap>li {
  padding: 24px;
  width: 20%;
  border-left: solid 1px #D9D9D9;
  list-style: none;
}
#globalFooter .menu-wrap>li:last-of-type {
  border-right: solid 1px #D9D9D9;
}
#globalFooter .menu-wrap ul {
  list-style: none;
}
#globalFooter .menu01 a {
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}
#globalFooter .menu01 a:hover {
  opacity: 0.7;
}
#globalFooter .menu-h a {
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}
#globalFooter .menu-h a:hover {
  opacity: 0.7;
}
#globalFooter .menu-sub a {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.7;
}
#globalFooter .menu-sub a:hover {
  opacity: 1;
}
#globalFooter .menu-sub a::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  width: 12px;
  height: 1.5px;
  background: #fff;
  opacity: 0.7;
}
#globalFooter .ft-btm {
  padding: 40px 0;
  background: #fff;
  font-size: 1.4rem;
}
#globalFooter .ft-btm .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#globalFooter .ft-btm img {
  margin-bottom: 20px;
}
#globalFooter .ft-btm .tel {
  padding-left: 10px;
}
#globalFooter .key {
  display: flex !important;
  gap: 5px;
}
#globalFooter .key::after {
  content: url(../img/common/key.svg);
  display: block;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  #globalFooter .ft-menu {
    display: none;
  }
  #globalFooter .ft-btm {
    padding: 40px 0 20px;
  }
  #globalFooter .ft-btm .inner {
    display: block;
  }
  #globalFooter .ft-btm img {
    max-width: 100%;
  }
  #globalFooter .copyright {
    margin-top: 40px;
  }
  #globalFooter .ft-btm .tel {
    display: block;
    padding-left: 0;
  }
}


/* --------------------------------------------------
	オーバーレイ + スマートフォンメニュー
-------------------------------------------------- */

a#sp_menu { display: none; }

@media screen and (max-width: 767px) {
a#sp_menu { width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; position: fixed; top: 0; right: 0; z-index: 999; }
a#sp_menu span { margin: 0 auto; width: 34px; height: 2px; background: #0068B7; transition: all 0.3s; }

a#sp_menu.open span:nth-of-type(1) { transform: translateY(9.5px) rotate(-45deg); }
a#sp_menu.open span:nth-of-type(2) { opacity: 0; }
a#sp_menu.open span:nth-of-type(3) { transform: translateY(-9.5px) rotate(45deg); }
}

/* --------------------------------------------------
	btn
-------------------------------------------------- */
.btn a {
  padding: 16px 10px;
  width: 272px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #0068B7;
  color: #0068B7;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}
.btn a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 6.5px;
  background: url(../img/common/arrow_bl.svg) no-repeat center/contain;
  transition: all .3s;
}
.btn a:hover {
  opacity: 0.7;
}
.btn a:hover::after {
  transform: translateX(3px);
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 10px;
    width: 220px;
    font-size: 1.5rem;
  }
}

/* --------------------------------------------------
	下層ページ

#subtitle {
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #7FD5F1 0%, #00ABE5 100%);
  display: flex;
  align-items: center;
  position: relative;
}
#subtitle::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#subtitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/subdot.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#subtitle h1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.0;
  position: relative;
  z-index: 1;
}
#subtitle h1 span {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 6.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
#path {
  padding: 16px 0;
  border-bottom: solid 1px #d3d3d3;
}
#path ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
}
#path ul li + li {
  margin-left: 40px;
  position: relative;
}
#path ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: -28px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a80b6;
  border-right: 2px solid #0a80b6;
  transform: rotate(45deg);
}
#path ul a {
  text-decoration: none;
  color: #333;
}
.page {
  padding: 80px 0;
}
h2 {
  font-size: 4.4rem;
}
h3 {
  font-size: 3.0rem;
}

@media screen and (max-width: 1000px) {
  #subtitle {
    height: 200px;
  }
  #subtitle::before {
    background-size: cover;
    background-position: top center;
  }
  #subtitle h1 {
    font-size: 1.8rem;
  }
  #subtitle h1 span {
    font-size: 4.2rem;
  }
  h2 {
    font-size: 3.0rem;
  }
}
-------------------------------------------------- */

#pagetop {display:none; }

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  #pagetop { width: 60px; height: 60px; font-size: 1.3rem; }
}



/*--page--*/
#title{padding:10px 0!important;}
#title h1{}
#page{padding:0px!important;}
#path{display:none;}