@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
  color:#413C35;
}
.cp_fullscreenmenu {
  position: fixed;
  z-index: 1001;
  top: 15px;
  right: 75px;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
  position: fixed;
  /*  top: 0;
  left: 0;*/
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .cp_fullscreenmenu .menu {
    overflow: hidden;
    width: 200%;
    height: 200%;
  }
}
.cp_fullscreenmenu .menu > div {
  display: flex;
  overflow: hidden;
  width: 200vw;
  height: 200vw;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
  color: #fefefe;
  border-radius: 50%;
  background: #FAF6F2;
  flex: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .cp_fullscreenmenu .menu > div {
    width: 300vw;
    height: 300vw;
  }
}
@media (max-width: 991.98px) and (-ms-high-contrast: none) {
  .cp_fullscreenmenu .menu {
    overflow: hidden;
    width: 300%;
    height: 300%;
  }
}
@media screen and (max-width: 575.98px) {
  .cp_fullscreenmenu {
    position: fixed;
    z-index: 1001;
    top: 10px;
    right: 70px;
  }
}
.cp_fullscreenmenu .menu > div > ul {
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
  list-style: none;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
  font-size: 18px;
  display: block;
  margin: 2em;
  padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #000;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
  color: #000;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
  width: 100%;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
  position: absolute;
  z-index: 1;
  bottom: -0.6em;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  transition: width 0.4s ease;
  background-color: #FFF;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #000;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before, .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
  visibility: visible;
  pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
  transition-duration: 0.75s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
  opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li.top {
  background-color: #000000;
  border-radius: 20px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.72);
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.72);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
  transition-delay: 0.5s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(5) {
  transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(6) {
  transition-delay: 0.7s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(7) {
  transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(8) {
  transition-delay: 0.9s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(9) {
  transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background: #000;
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  border-radius: 5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.4s ease;
  background: #000;
}
.cp_fullscreenmenu .hamburger > span:before, .cp_fullscreenmenu .hamburger > span:after {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: all 0.4s ease;
  background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
  top: 8px;
}
/*Page2Top*/
#page-top {
  position: fixed;
  bottom:20px;
  right:20px;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
}
#page-top a img:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*SMP-BR関係*/
.pc-br {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: inherit;
  }
}

.header-bg {
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider1 {
    background-image: url(../images/slider1.jpg);
}
.slider2 {
    background-image: url(../images/slider2.jpg);
}
.slider3 {
    background-image: url(../images/slider3.jpg);
}
.slider4 {
    background-image: url(../images/slider4.jpg);
}
.logo {
    width: 180px;
    position: absolute;
    z-index: 10;
    left: calc(50% - 90px);

}
a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity:0.7;
}
#concept {
    padding:100px 0 0;
}
#concept .concept_img_md {
    text-align:center;
}
#concept .concept_img_lg {
    text-align:right;
}
#concept #concept img {
    margin:40px 0 70px;
}
#concept .catch {
    font-size:40px;
    letter-spacing:0.1em;
    margin:0 0 40px 0;
}
.concept_text_md {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";
    font-size:18px;
    line-height:36px;
    text-align:center;
}
.concept_text_lg {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";
    font-size:20px;
    line-height:38px;
    text-align:center;
}
.button { 
    height:100px;
    margin:50px 0 120px;
}
.button img {
    width:85%;
    max-width:500px;
}
.bg-blue {
    background-color:#D1EEF5;
    padding:90px 0 65px;
}
.bg-blue .catch1 {
    font-size:30px;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";
    letter-spacing:0.1em;
    margin:0 0 10px 0;
}
.bg-blue .catch2 {
    font-size:22px;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";
    letter-spacing:0.1em;
    margin:30px 0 0 0;
}
.bg-blue .catch3 {
    font-size:35px;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";
    letter-spacing:0.1em;
}
.bg-blue .text {
    font-size:16px;
    line-height:30px;
    text-align:justify;
 }
.footer_menu {
    font-size:14px;
    padding:50px 0 40px;
}
.footer_menu .link {
    border-left:1px solid #413C35;
    padding:0;
}
.footer_menu .link li {
    width:20%;
    min-width:120px;
    list-style:none;
    display:inline-block;
    text-align:center;
    border-right:1px solid #413C35;
}
.footer_menu .link li:not(:last-child){
    border-right:1px solid #413C35;
}
.footer_menu a{
    text-decoration:none;
    color:#413C35;
}
.footer_menu a:hover{
    color:#85C8D3;
}
.footer_menu .sns ul {
    padding:0;
    text-align:right;
}
.footer_menu .sns li {
    list-style:none;
    display:inline-block;
    text-align:center;
    margin:0 10px 0 0;
}
.bg-beige {
    background-color:#FAF6F2;
    font-size:12px;
    padding:20px 0 0;
}