@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Bold.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-ExtraLight.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Heavy.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Light.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Medium.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Normal.otf");
}
@font-face {
  font-family: Source Han Sans JP;
  src: url("../anket/assets/font/SourceHanSansJP-Regular.otf");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../anket/assets/font/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("../anket/assets/font/Roboto-Medium.ttf");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../anket/assets/font/Roboto-Regular.ttf");
}

:root {
  --color-primary: #6f6f6f;
  --bg-primary: #b6d1ea;
  --btn-primary: #fcb124;
}

html{
  font-size: 62.5%;
}

body {
  font-family: "Source Han Sans JP" !important;
  color: var(--color-primary);
}

a {
  text-decoration: none;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m_fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m_fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.d-none {
  display: none;
}

.section-content {
  padding: 120px 0;
}

.panel .panel-title {
  font-size: 5rem;
  color: #6f6f6f;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 70px;
  text-align: center;
}

.panel .panel-title:before {
  content: "";
  position: absolute;
  background-color: #6fa6d8;
  width: 170px;
  height: 12px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.panel.panel-type-2 .panel-desc {
  text-align: center;
  color: var(--color-primary);
}

.panel.panel-type-2 .panel-desc p {
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 2;
}

.panel.panel-type-2 .panel-title {
  margin-bottom: 50px;
}

.panel.panel-type-2 .panel-heading {
  margin-bottom: 100px;
}

.title-post {
  font-size: 3rem;
  color: #6f6f6f;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.content-post {
  font-size: 1.6rem;
}

.content-pagesub .banner {
  position: relative;
}

.content-pagesub .big-banner img {
  height: 560px !important;
  object-fit: cover;
  width: 100%;
  object-position: 0 20%;
}

.content-pagesub .widget_media_image {
  position: relative;
}

.content-pagesub .banner .widget_media_image:before {
  content: "";
  position: absolute;
  background-color: #75a2be;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
}

.content-pagesub .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.content-pagesub .banner-description h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-pagesub .banner-description .description  p, .content-pagesub .banner-description .description  div {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
  letter-spacing: 0.5px;
}

.button-link {
  width: 250px;
  height: 40px;
  background-color: var(--btn-primary);
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 96px;
}

.button-link:hover {
  color: #fff;
}

.widgettitle {
  font-size: 3rem;
  color: var(--color-primary);
  font-weight: bold;
}

.section-bg {
  background: url("./assets/bg_overlay.png") no-repeat ;
  background-size: cover;
  background-position: center;
}

.widget_media_image img {
  width: 100%;
  height: auto;
}

.panel-title.sp p {
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 750px) and (max-width: 767px){
  .container, .container-sm {
      max-width: 680px;
  }
}

@media (max-width: 767px) {

  .section-bg {
    background-size: 200% 700px;
    background-position: left top;
  }

  .d-mb-none {
    display: none;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-mb {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .widgettitle {
    font-size: 1.8rem;
  }

  .section-content {
    padding: 75px 0;
  }

  .panel .panel-title {
    font-size: 3rem;
    margin-bottom: 40px !important;
    padding-bottom: 25px;
  }

  .panel.panel-type-2 .panel-desc p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0.2px;
  }

  .panel.panel-type-2 .panel-title {
    padding: 0 0 30px 0;
    font-size: 2.5rem;
    margin-bottom: 30px !important;
    line-height: 1.2;
  }

  .content-pagesub .big-banner img {
    height: 300px !important;
  }

  .content-pagesub .banner-description h2 {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 35px;
  }

  .content-pagesub .banner-description .description p, .content-pagesub .banner-description .description div {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .content-pagesub .banner-description {
    top: 60%;
  }

  .panel.panel-type-2 .panel-heading {
    margin-bottom: 50px;
  }

  .panel .panel-title:before{
    width: 85px;
    height: 6px;
  }

  .title-post {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1086px;
  }
}
