@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #101010;
  font-size: 16px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #304399;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #0053aa;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%);
}
#side li + li {
  margin-top: 20px;
}
#side a {
  transition: all 0.5s ease-out;
}
#side a:hover {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  #side {
    width: 7.1428571429vw;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  border-bottom: #304399 1px solid;
}
#header .top {
  position: relative;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 110px;
  text-align: center;
  display: flex;
  align-items: center;
}
#header .top.m_fixed {
  position: fixed;
  z-index: 4;
  background-color: #fff;
}
#header .logo img {
  min-width: 160px;
}
#header .links {
  margin-left: auto;
}
#header .links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px 15px;
}
#header .links .mail a {
  background-color: #304399;
}
#header .links .line a {
  background-color: #06c755;
}
#header .links a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 20px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#header .links a:hover {
  opacity: 0.6;
}
#header .links a img {
  margin-right: 5px;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #header .top {
    padding-left: 10px;
  }
  #header .links {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: auto;
  }
}

#gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: #f0f7fc;
  overflow-y: auto;
  transition: ease 0.1s;
  padding-top: 200px;
  padding-bottom: 100px;
}
#gnav::before {
  content: "";
  width: 109px;
  height: 102px;
  position: absolute;
  bottom: 70px;
  right: 5%;
  background-image: url(../images/nav-shape.webp);
}
#gnav .logo {
  position: absolute;
  top: 25px;
  left: 60px;
}
#gnav .line-btn {
  margin-left: auto;
  margin-top: auto;
}
#gnav .line-btn a {
  background-color: #06c755;
  text-decoration: none;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 40px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
  font-size: 20px;
  font-weight: 700;
}
#gnav .line-btn a:hover {
  opacity: 0.6;
}
#gnav .line-btn a img {
  margin-right: 5px;
}
#gnav .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#gnav .contents > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 30px 45px;
  max-height: 250px;
}
#gnav .contents > ul > li {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  line-height: 1.5;
  width: 48%;
}
#gnav .contents > ul > li > a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  height: auto;
  color: #304399;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#gnav .contents > ul > li > a:hover {
  opacity: 0.6;
}
#gnav .contents > ul > li > a::after {
  content: "";
  background-image: url(../images/nav-arrow.webp);
  width: 34px;
  height: 34px;
  display: block;
  margin-left: 10px;
}
#gnav .contents > ul > li ul {
  margin-top: 10px;
}
#gnav .contents > ul > li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  text-align: left;
  border-top: none;
}
#gnav .contents > ul > li ul li a {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  color: #f0f7fc;
  font-size: 16px;
  line-height: 1.5;
}
#gnav .privacy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  margin-top: 55px;
}
#gnav .privacy a {
  font-weight: 500;
}
@media (max-width: 1199px) {
  #gnav .logo {
    left: 10px;
  }
  #gnav .line-btn {
    max-width: 340px;
    margin-right: auto;
    margin-left: unset;
    margin-top: 30px;
  }
  #gnav .contents {
    display: block;
  }
  #gnav .contents > ul {
    width: 100%;
  }
  #gnav .contents > ul > li > a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #gnav {
    overflow-y: auto;
    overflow: unset;
    height: 100%;
    padding-top: 110px;
  }
  #gnav::before {
    content: "";
    background-size: 100%;
    width: 70px;
    height: 65px;
    position: absolute;
    bottom: 20px;
    right: 5%;
  }
  #gnav .logo {
    top: 0px;
    left: 10px;
  }
  #gnav .line-btn {
    max-width: 300px;
    margin-left: auto;
  }
  #gnav .line-btn a {
    font-size: 16px;
  }
  #gnav .contents {
    overflow-y: auto;
    height: 100%;
  }
  #gnav .contents > ul {
    flex-direction: column;
    max-height: unset;
    justify-content: left;
    align-items: baseline;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    gap: 20px;
  }
  #gnav .contents > ul > li {
    flex-grow: 0;
    width: unset;
  }
  #gnav .contents > ul > li::after {
    display: none;
  }
  #gnav .contents > ul > li > a {
    font-size: 18px;
  }
  #gnav .contents > ul > li > a::after {
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  #gnav .contents > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav .contents > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
#pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1500px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f0f7fc;
  height: 200px;
  position: relative;
}
#footer .inner {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer .logo a {
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#footer #fnav > ul > li:not(:first-child)::before {
  content: "|";
  padding: 0 10px;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li::before {
  content: "―";
  padding: 0 10px;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #footer {
    height: 180px;
    padding: 30px 0;
  }
  #footer .inner {
    display: block;
  }
  #footer .logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #copyright {
    font-size: 12px;
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */