@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
@media only screen and (min-width: 970px) {
  .midSize {
    display: none;
  }
}
/* =========================================================
body
========================================================= */
body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
  min-width: 320px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  body {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

.topicPath {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
  padding: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.topicPath ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px;
}
.topicPath ul li {
  display: inline;
}
.topicPath ul li + li::before {
  content: ">";
  margin: 0 5px;
  color: #A6A7A7;
}
.topicPath ul li a {
  text-decoration: none;
  color: #0276BF;
}
.topicPath ul li span {
  color: #555;
}

/* =========================================================
layout
========================================================= */
#Wrapper {
  overflow: hidden;
  width: 100%;
}

.inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
#GHead
========================================================= */
#GHead {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
#GHead img {
  vertical-align: top;
}

.f-go {
  font-family: "Noto Sans", sans-serif;
}

.f-en {
  font-family: "Poppins", serif;
}

.headWrapper .navMain .header-nav .navList.navTxtList li {
  font-size: 14px;
  font-size: 1.4rem;
}
.headWrapper .navMain .header-nav .navList.navTxtList li a {
  display: inline-block;
  padding: 10px;
}

@media only screen and (min-width: 970px) {
  .headWrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headWrapper .navMain {
    padding: 10px;
  }
  .headWrapper .navMain .header-nav {
    display: flex;
    margin-top: 10px;
  }
  .headWrapper .navMain .header-nav .navList.navTxtList {
    display: flex;
    background-color: #F5F9FC;
  }
  .headWrapper .navMain .header-nav .navList.navTxtList li {
    color: #0276BF;
  }
  .headWrapper .navMain .header-nav .navList.navTxtList li a {
    color: #0276BF;
  }
  .headWrapper .navMain .header-nav .navList.navLeft {
    border-radius: 17px 0 0 17px;
  }
  .headWrapper .navMain .header-nav .navList.navRight {
    border-radius: 0 17px 17px 0;
  }
}
@media only screen and (max-width: 969px) {
  .style01 {
    font-weight: bold;
  }
  .style01::before {
    content: "・";
    color: #0276BF;
  }
}
@media only screen and (max-width: 969px) {
  .headWrapper {
    background-color: #F5F9FC;
    padding: 10px 10px 100px;
  }
  .headWrapper .navMain .header-nav {
    display: flex;
    /* 横並びにする */
    flex-direction: row;
    padding-top: 50px;
  }
  .headWrapper .navMain .header-nav .navList {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .headWrapper .navMain .header-nav .navList li {
    margin-bottom: 10px;
  }
  .headWrapper .navMain .header-nav .navList li a {
    color: #333;
  }
  .headWrapper .navMain .header-nav .navList .dropdown .subNav {
    margin-top: 5px;
    /* サブメニューの間隔 */
    padding-left: 15px;
    /* インデント */
    list-style: none;
  }
  .headWrapper .navMain .header-nav .navList .dropdown .subNav li {
    margin-bottom: 5px;
  }
  .headWrapper .navMain .header-nav .navLeft {
    flex: 1;
    /* 左カラム */
  }
  .headWrapper .navMain .header-nav .navRight {
    flex: 1;
    /* 右カラム */
  }
  .headWrapper .contBlock .itemList li {
    margin: 20px;
    padding: 20px 5px;
    background-color: #fff;
  }
  .headWrapper .contBlock .itemList li .tel {
    margin-top: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  .headWrapper .contBlock .itemList li .tel img {
    margin-right: 5px;
    margin-top: 4px;
  }
  .headWrapper .contBlock .itemList li .time {
    margin-top: 10px;
  }
}
.contBlock .itemList li {
  text-align: center;
}
.contBlock .itemList li .name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.contBlock .itemList li .name span {
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #F5F9FC;
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
}
.contBlock .itemList li .tel {
  margin-top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
.contBlock .itemList li .tel a {
  transition: .3s;
  color: #0276BF;
}
.contBlock .itemList li .tel a:hover {
  opacity: .6;
}
.contBlock .itemList li .time {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 970px) {
  .contBlock .itemList {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    gap: 30px;
  }
  .contBlock .itemList li {
    position: relative;
  }
  .contBlock .itemList li + li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80px;
    background-color: #0276BF;
  }
  .contBlock .itemList li .tel span {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 970px) {
  .navList .drawer__nav__link {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
  }
  .navList .dropdown {
    position: relative;
    z-index: 10;
    transition: .3;
  }
  .navList .dropdown .subNav {
    list-style: none;
    padding: 15px 30px 15px 15px;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F5F9FC;
    border-radius: 0 0 17px 17px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .navList .dropdown .subNav li {
    margin: 0;
  }
  .navList .dropdown .subNav li .drawer__nav__link {
    padding: 15px 30px;
    white-space: nowrap;
  }
  .navList .dropdown .subNav li .drawer__nav__link:hover {
    background-color: #f9f9f9;
  }
  .navList .dropdown .subNav li a {
    position: relative;
  }
  .navList .dropdown .subNav li a::after {
    content: ">";
    position: absolute;
    left: 90px;
  }
  .navList .dropdown:hover .subNav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: 130px;
  }
}
@media only screen and (min-width: 769px) {
  header {
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header .logo img:hover {
  transition: 0.3s;
  opacity: 0.7;
}
header nav .navList li a {
  transition: 0.3s;
}
header nav .navList li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 969px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    height: 50px;
    max-width: 260px;
    padding: 10px 10px 0;
  }
  header nav .navList {
    padding-top: 50px;
    text-align: center;
  }
  header nav .navList li a {
    margin: 0 15px;
    padding: 15px 0;
  }
  header nav .headBtn {
    margin: 10px auto 0;
    text-align: center;
  }
  header nav .headBtn a {
    width: 175px;
    padding: 15px 0;
  }

  .burger-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .burger-btn .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0276BF;
  }
  .burger-btn .bar.bar_top {
    top: 10px;
  }
  .burger-btn .bar.bar_mid {
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .burger-btn .bar.bar_bottom {
    bottom: 20px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -9px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .burger-btn .menuTit {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 11px;
    font-size: 1.1rem;
    color: #0276BF;
  }

  .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .header-nav {
    width: 100%;
    height: 100%;
    z-index: 2;
    flex-direction: column;
  }
  .header-nav .nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header-nav .nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* =========================================================
#GFoot
========================================================= */
#GFoot {
  background-color: #F5F5F5;
}
#GFoot img {
  vertical-align: top;
}
#GFoot .footInner {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 60px;
}
#GFoot .footInner .logoBlock .copyright {
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #444;
}
#GFoot .footInner .navBlock .navList {
  display: flex;
}
#GFoot .footInner .navBlock .navList li.navBoxList {
  width: 130px;
}
#GFoot .footInner .navBlock .navList li.navBoxList:last-child {
  width: 160px;
}
#GFoot .footInner .navBlock .navList li.navBoxList a {
  color: #333;
}
#GFoot .footInner .navBlock .navList li.navBoxList a:hover {
  color: #0276BF;
}
#GFoot .footInner .navBlock .navList li.navBoxList .catTxt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#GFoot .footInner .navBlock .navList li.navBoxList .catTxt + .catTxt {
  margin-top: 7px;
}
#GFoot .footInner .navBlock .navList li.navBoxList .subList {
  margin-top: 10px;
}
#GFoot .footInner .navBlock .navList li.navBoxList .subList li {
  font-size: 14px;
  font-size: 1.4rem;
}
#GFoot .footInner .navBlock .navList li.navBoxList .subList li + li {
  margin-top: 10px;
}
#GFoot .footInner .navBlock .navList li.navBoxList .subList li::before {
  content: "-";
  padding-right: 5px;
}

@media only screen and (min-width: 769px) {
  .footInner .logoBlock .footLogo:hover {
    transition: .3s;
    opacity: .7;
  }
  .footInner .navBlock .navList li.navBoxList .catTxt a:hover,
  .footInner .navBlock .navList li.navBoxList .subList a:hover {
    transition: .3s;
    opacity: .7;
  }
}
@media only screen and (max-width: 768px) {
  .footInner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footInner .footNavSp {
    margin-top: 10px;
  }
  .footInner .footNavSp a {
    color: #555;
  }
  .footInner .footNavSp,
  .footInner .copyrightSp {
    font-size: 10px;
    font-size: 1rem;
  }
  .footInner .copyrightSp {
    margin-top: 30px;
  }
}
.kvSect.subPage .sectInner {
  background-color: #0276BF;
}
.kvSect.subPage .sectInner .titBlock .sectTit {
  color: #fff;
}
.kvSect.subPage .sectInner .titBlock .sectTit .subTit {
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}
.kvSect.subPage .sectInner .kvImg img {
  display: block;
}

@media only screen and (min-width: 769px) {
  .kvSect.subPage .sectInner {
    display: flex;
    align-items: center;
    max-height: 45vh;
    overflow: hidden;
  }
  .kvSect.subPage .sectInner .titBlock {
    position: relative;
    width: 30%;
  }
  .kvSect.subPage .sectInner .titBlock .sectTit {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 1em;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }
  .kvSect.subPage .sectInner .titBlock .sectTit .subTit {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .kvSect.subPage .sectInner .kvImg {
    width: 70%;
    height: 100%;
    overflow: hidden;
  }
  .kvSect.subPage .sectInner .kvImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .kvSect.subPage .sectInner {
    display: flex;
    flex-direction: column;
  }
  .kvSect.subPage .sectInner .titBlock {
    order: 2;
    padding: 12px;
  }
  .kvSect.subPage .sectInner .titBlock .sectTit {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.1;
  }
  .kvSect.subPage .sectInner .titBlock .sectTit .subTit {
    font-size: 10px;
    font-size: 1rem;
  }
  .kvSect.subPage .sectInner .kvImg {
    order: 1;
  }
}
h2.titMod {
  text-align: center;
  line-height: 1;
}
h2.titMod span {
  color: #A6A7A7;
}

@media only screen and (min-width: 769px) {
  .titMod {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .titMod span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .titMod {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .titMod span {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.tblMod {
  border-spacing: 0;
}
.tblMod tbody {
  text-align: left;
}
.tblMod tbody tr:first-child th:first-child {
  border-top: 1px solid #0276BF;
}
.tblMod tbody tr:first-child td:last-child {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 769px) {
  .tblMod tbody tr th, .tblMod tbody tr td {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .tblMod tbody tr th, .tblMod tbody tr td {
    box-sizing: border-box;
    padding: 20px 10px;
  }
}
.tblMod tbody tr th {
  border-bottom: 1px solid #0276BF;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tblMod tbody tr th {
    min-width: 7em;
  }
}
.tblMod tbody tr td {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 769px) {
  .titModUnderline {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .titModUnderline {
    font-size: 20px;
    font-size: 2rem;
  }
}
.btnModWhite a {
  position: relative;
  transition: .3s;
  display: block;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
}
.btnModWhite a::after {
  content: ">";
  position: absolute;
  right: 15px;
}
.btnModWhite a:hover {
  background-color: #fff;
  color: #0276BF;
}

.btnModWhite02 a {
  position: relative;
  transition: .3s;
  display: block;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #0276BF;
  color: #0276BF;
}
.btnModWhite02 a::after {
  content: ">";
  position: absolute;
  right: 15px;
}
.btnModWhite02 a:hover {
  background-color: #0276BF;
  color: #fff;
}

.btnModBlue a {
  position: relative;
  transition: .3s;
  display: block;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #0276BF;
  background-color: #0276BF;
  color: #fff;
}
.btnModBlue a::after {
  content: ">";
  position: absolute;
  right: 15px;
}
.btnModBlue a:hover {
  background-color: #fff;
  color: #0276BF;
}
