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

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

/* ----------------------------------------------
common
------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

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

a {
  color: #101b52;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #f3ca3e;
  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 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

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

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  position: relative;
  padding-bottom: 114px;
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/contact-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
#contact::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 17.157vw; /* 274.5px */
  min-height: 200px;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}
#contact a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#contact a:hover {
  opacity: 0.6;
}
#contact h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.1em;
  color: #101b52;
  position: relative;
  z-index: 1;
  margin-bottom: 209px;
  text-shadow: 0 0 1px #fff;
}
#contact h2 .yellow {
  color: #f3ca3e;
}
#contact small {
  position: relative;
  padding: 0 0 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#contact small::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: -7px;
  z-index: -1;
  width: 100%;
  height: 15px;
  transform: skew(-45deg);
  background-color: #f3ca3e;
}
#contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
}
#contact .tel .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f3ca3e;
}
#contact .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 27px;
}
#contact .tel a span {
  font-size: 40px;
}
#contact .contactset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#contact .contactset .btn {
  margin-left: auto;
  margin-right: auto;
}
#contact .contactset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#contact .contactset .btn a img {
  margin-right: 15px;
}
#contact .contactset .btn.mail a {
  background-color: #f3ca3e;
  background-image: url(../images/arowblack.png);
  color: #101010;
}
#contact .contactset .btn.line a {
  background-color: #00b900;
  background-image: url(../images/arow-white.png);
  color: #fff;
}
@media (max-width: 1200px) {
  #contact .contactset .btn a {
    width: 450px;
  }
}
@media (max-width: 999px) {
  #contact {
    padding-bottom: 90px;
  }
  #contact::after {
    min-height: 160px;
  }
  #contact h2 {
    font-size: 24px;
    margin-bottom: 130px;
  }
  #contact small {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #contact small::before {
    height: 10px;
    bottom: 0;
  }
  #contact .tel {
    margin-bottom: 30px;
  }
  #contact .tel .title {
    font-size: 16px;
  }
  #contact .tel a {
    font-size: 40px;
    margin-left: 15px;
  }
  #contact .tel a span {
    font-size: 30px;
  }
  #contact .contactset .btn a {
    width: 340px;
    height: 90px;
    background-position: center right 15px;
    font-size: 16px;
  }
  #contact .contactset .btn a img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding-bottom: 80px;
  }
  #contact::after {
    min-height: 120px;
  }
  #contact h2 {
    font-size: 18px;
    margin-bottom: 80px;
  }
  #contact small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contact small::before {
    height: 5px;
  }
  #contact .tel {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #contact .tel .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact .tel a {
    margin-left: 0;
    font-size: 30px;
  }
  #contact .tel a span {
    font-size: 24px;
  }
  #contact .contactset {
    display: block;
  }
  #contact .contactset .btn a {
    font-size: 14px;
    width: 280px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-position: center right 5px;
  }
  #contact .contactset .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 108px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f6f4;
  padding: 0 20px 20px;
}
#news article a {
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news article a:hover {
  opacity: 0.6;
}
#news article .head {
  display: flex;
  align-items: center;
}
#news article .icon {
  width: 60px;
  height: 60px;
}
#news article .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#news article time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #101b52;
  margin-left: 20px;
}
#news article .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #101010;
  margin-left: 40px;
}
#news article:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news article {
    padding: 0 15px 15px;
  }
  #news article .icon {
    width: 50px;
    height: 50px;
  }
  #news article time {
    margin-left: 15px;
  }
  #news article .text {
    font-size: 14px;
    margin-left: 30px;
  }
  #news article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news article {
    display: block;
    padding: 0 10px 10px;
  }
  #news article a {
    display: block;
  }
  #news article .head {
    margin-bottom: 10px;
  }
  #news article .icon {
    width: 40px;
    height: 40px;
  }
  #news article time {
    margin-left: 10px;
    font-size: 12px;
  }
  #news article .text {
    margin-left: 0;
  }
  #news article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: background-color 0.2s ease;
}
#header .top.fixed {
  position: fixed;
  background-color: #fff;
}
#header .top.fixed .logo a:nth-child(1) {
  display: none;
}
#header .top.fixed .logo a:nth-child(2) {
  display: revert;
}
#header .top.fixed .right {
  padding-bottom: 0;
}
#header .logo a:nth-child(2) {
  display: none;
}
#header .right {
  padding-bottom: 60px;
  margin-left: auto;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1570px) {
  #header .right {
    flex: 1;
    margin-left: 20px;
  }
}
@media (max-width: 999px) {
  #header .top {
    padding-left: 20px;
  }
  #header .logo {
    width: 260px;
  }
  #header .right {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 70px;
    padding-left: 10px;
  }
  #header .logo {
    width: 220px;
  }
  #header .right {
    padding-bottom: unset;
  }
}

#gnav > ul {
  display: flex;
  align-items: center;
  min-height: 90px;
  background-color: #fff;
  padding: 10px 17px 10px 28px;
}
#gnav > ul > li.tel > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
#gnav > ul > li.tel > a span {
  font-size: 18px;
}
#gnav > ul > li > a {
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#gnav > ul > li:not(:first-child) {
  margin-left: 36.5px;
}
@media (max-width: 1570px) {
  #gnav > ul {
    flex-wrap: wrap;
    justify-content: end;
    padding: 10px;
  }
  #gnav > ul > li a {
    font-size: 16px;
  }
  #gnav > ul > li.tel a {
    font-size: 20px;
  }
  #gnav > ul > li.tel a span {
    font-size: 16px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 999px) {
  #gnav > ul {
    min-height: 80px;
  }
  #gnav > ul > li > a {
    font-size: 14px;
  }
  #gnav > ul > li.tel a {
    font-size: 18px;
  }
  #gnav > ul > li.tel a span {
    font-size: 14px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #gnav > ul {
    background-color: unset;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 0;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  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;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  background-color: #101b52;
  padding-top: 110px;
  padding-bottom: 57px;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .contents {
  display: flex;
  margin-bottom: 80px;
}
#footer .contents .left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .contents .left .logo {
  margin-bottom: 32px;
}
#footer .contents #fnav {
  margin-left: auto;
  margin-top: -4px;
}
#footer .contents #fnav ul {
  display: flex;
}
#footer .contents #fnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .contents #fnav ul li:not(:first-child) {
  margin-left: 35px;
}
#footer .contents #fnav ul:not(:last-child) {
  margin-bottom: 27px;
}
#footer .contact {
  display: flex;
  align-items: center;
  margin-bottom: 86px;
}
#footer .contact .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 10px;
}
#footer .contact .title span {
  color: #f3ca3e;
}
#footer .contact .btns {
  display: flex;
  margin-left: auto;
}
#footer .contact .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#footer .contact .btns .btn a img {
  margin-right: 5px;
}
#footer .contact .btns .btn.mail a {
  background-color: #f3ca3e;
  color: #101010;
}
#footer .contact .btns .btn.line a {
  background-color: #00b900;
  color: #fff;
}
#footer .contact .btns .btn:not(:first-child) {
  margin-left: 20px;
}
#footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  #footer .tab_none {
    display: none;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .contents {
    margin-bottom: 70px;
  }
  #footer .contents .left {
    font-size: 14px;
  }
  #footer .contents .left .logo {
    width: 240px;
    margin-bottom: 25px;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents #fnav ul li:not(:first-child) {
    margin-left: 10px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .contact {
    flex-direction: column;
    margin-bottom: 70px;
  }
  #footer .contact .title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #footer .contact .btns {
    margin-right: auto;
  }
  #footer .contact .btns .btn a {
    width: 270px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #footer .pagetop {
    width: 40px;
    top: -20px;
  }
  #footer .contents {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  #footer .contents .left {
    margin-bottom: 30px;
  }
  #footer .contents #fnav {
    margin-left: unset;
  }
  #footer .contents #fnav ul {
    display: block;
    text-align: center;
  }
  #footer .contents #fnav ul li a {
    font-size: 14px;
  }
  #footer .contents #fnav ul li:not(:first-child) {
    margin-left: 0;
  }
  #footer .contents #fnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .contact {
    margin-bottom: 60px;
  }
  #footer .contact .title {
    font-size: 14px;
  }
  #footer .contact .btns {
    flex-wrap: wrap;
    width: 100%;
  }
  #footer .contact .btns .btn {
    margin-left: auto !important;
    margin-right: auto;
  }
  #footer .contact .btns .btn a {
    width: 250px;
    height: 65px;
    font-size: 12px;
  }
  #footer .contact .btns .btn:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .copyright {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */