﻿/*
Theme Name: クラフトアーキテック
*/

@charset "utf-8";

/* base
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
* {
  font-family: 'Open Sans','見出ゴMB31','Noto Sans Japanese','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
}
html { font-size: 62.5%; }

.head1 {
  letter-spacing: 8px;
  text-shadow: 
     1px 1px 1px #231815, 
    -1px 1px 1px #231815, 
     1px -1px 1px #231815, 
    -1px -1px 1px #231815, 
     1px 0px 1px #231815, 
     0px 1px 1px #231815, 
    -1.5px 0px 1px #231815, 
     0px -1px 1px #231815;
  font-family: 'Open Sans';
  font-size: 7rem;
  color: #FFD800;
}
.content .contentInner .crown {
  padding-top: 85px;
  background-image: url("./images/concept/ic_crown.png");
  background-image: image-set(url("./images/concept/ic_crown.png") 1x, url("./images/concept/ic_crownx2.png") 2x);
  background-image: -webkit-image-set(url("./images/concept/ic_crown.png") 1x, url("./images/concept/ic_crownx2.png") 2x);
  background-repeat: no-repeat;
  background-position: center 0;
}
.content .contentInner .crownSmall {
  padding-top: 25px;
  background-image: url("./images/concept/ic_crown_s.png");
  background-image: image-set(url("./images/concept/ic_crown_s.png") 1x, url("./images/concept/ic_crown_sx2.png") 2x);
  background-image: -webkit-image-set(url("./images/concept/ic_crown_s.png") 1x, url("./images/concept/ic_crown_sx2.png") 2x);
  background-repeat: no-repeat;
  background-position: center 0;
}
.content .contentInner .head2 {
  text-align: center;
}
.content .contentInner .head2 span:nth-child(1),
.content .contentInner .head2 span:nth-child(3) {
  display: block;
  font-size: 2.6rem;
}
.content .contentInner .head2 span:nth-child(1) {

}
.content .contentInner .head2 span:nth-child(2) {
  
}
.content .contentInner .head2 span:nth-child(3) {

}
.content .contentInner .head3 {
  letter-spacing: 4px;
  text-shadow: 
     1px 1px 1px #231815, 
    -1px 1px 1px #231815, 
     1px -1px 1px #231815, 
    -1px -1px 1px #231815, 
     1px 0px 1px #231815, 
     0px 1px 1px #231815, 
    -1.5px 0px 1px #231815, 
     0px -1px 1px #231815;
  font-family: 'Open Sans';
  font-size: 4rem;
  color: #FFF;
}
.content .contentInner .head4 {
  display: flex;
  align-items: center;
  line-height: 1;
}
.content .contentInner .head4 span:nth-child(1) {
  margin-right: 35px;
}
.content .contentInner .head5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  margin: 0 auto 70px;
  border: solid 2px #231815;
  border-radius: 35px;
}
.content .contentInner .head5 span:nth-child(1) {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  width: 70px;
  height: 100%;
  line-height: 60px;
  border: solid 2px #231815;
  border-radius: 35px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 3.4rem;
}
.content .contentInner .head5 span:nth-child(2) {
  font-family: 'Open Sans';
  font-size: 4rem;
}
.content .contentInner .head5 span:nth-child(3) {
  margin-left: 20px;
  padding-left: 15px;
  border-left: solid 1px #231815;
  font-size: 2.2rem;
}
.content .contentInner .head5.green span:nth-child(1) {

}
.content .contentInner .head5.green span:nth-child(3) {
  border-left: solid 1px #FFF;
}
.yellow {
  background-color: #FFD800;
}
.green {
  background-color: #55B779;
}
.green > * {
  color: #FFF;
}
.content .contentInner .head6 {
  position: relative;
  margin-bottom: 70px;
  padding: 15px;
  border-radius: 35px;
  border: solid 2px #231815;
  background-color: #FFD800;
  text-align: center;
  font-size: 2.6rem;
}
.content .contentInner .head6:after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: calc(50% - 50px);
  width: 117px;
  height: 101px;
  background-image: url("./images/custom/ic_head1.png");
  background-image: image-set(url("./images/custom/ic_head1.png") 1x, url("./images/custom/ic_head1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/custom/ic_head1.png") 1x, url("./images/custom/ic_head1x2.png") 2x);
  background-repeat: no-repeat;
  background-position: center 0;
}
.content .contentInner .head7 {

}
.content .contentInner .head7 span {
  display: block;
}
.content .contentInner .head8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 600px;
  margin: 0 0 70px;
  padding: 0 30px;
  border: solid 2px #231815;
  border-radius: 35px;
}
.content .contentInner .head8 span:nth-child(1) {
  font-family: 'Open Sans';
  font-size: 4rem;
}
.content .contentInner .head8 span:nth-child(2) {
  margin-left: 20px;
  padding-left: 15px;
  border-left: solid 1px #231815;
  font-size: 2.2rem;
}
.content .contentInner .head9 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  color: #55B779;
}

.content .contentInner .ic1 {
  background-image: url("./images/top/key_2.png");
  background-image: image-set(url("./images/top/key_2.png") 1x, url("./images/top/key_2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/key_2.png") 1x, url("./images/top/key_2x2.png") 2x);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

h4 {
  margin-bottom: 10px;
  font-size: 3rem;
}
.content .number1 {
  width: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
}

.cols2,
.cols3 {
  display: flex;
  justify-content: space-between;
}
.rev {
  flex-flow: row-reverse;
}
.cols2 > *:not(:nth-child(2n)){
  margin-right: 30px;
}
.cols3 > *:not(:nth-child(3n)){
  margin-right: 30px;
}
.alignC {
  text-align: center;
}
.cGreen {
  color: #55B779;
}
.fs30 {
  font-size: 3rem;
}


.bnStaff {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  border: solid 2px #231815;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  background-image: url("./images/top/3-3.png");
  background-image: image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: all 0.2s;
  font-size: 2.4rem;
}
.bnStaff a {
  display: block;
  width: 100%;
}
.bnStaff a span:first-child {
  margin-left: 40px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.bnStaff:hover {
  background-color: #55B779;
}
.bnStaff:hover a {
  color: #FFF;
}

table.type1 {

}
table.type1 tr {
  border-bottom: solid 1px #231815;
}
table.type1 th,
table.type1 td {
  text-align: left;
  padding: 15px 20px;
  box-sizing: border-box;
}
table.type1 th {
  /*border-bottom: solid 2px #231815;*/
}
table.type1 td {
  
}

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #231815;
}
a {
  text-decoration: none;
  color: #231815;
}

/* header
--------------------------------------------*/
/*
header {
  position: relative;
  margin-bottom: 30px;
}
header #headerUpper {
  padding: 15px calc((100vw - 1200px) / 2);
}
header #siteTitle {
  box-sizing: border-box;
}
header #siteTitle h1,
header #siteTitle .siteTitle {
  margin-bottom: 8px;
  font-size: 25px;
}
header #siteTitle a {
  text-decoration: none;
  color: #000;
}
header .search {

}
header .search input[type="text"] {
  width: 180px;
  border: solid 1px #000;
  border-radius: 0;
  -webkit-appearance: none;
}
header .search input[type="submit"] {
  line-height: 25px;
  border: none;
  background: none;
  background-color: #000;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: #FFF;
}
header nav {

}*/


/* type1*/
header.type1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
}
body.home header.type1 {
  position: relative;
  margin-bottom: 0;
}
header.type1 #headerInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
}
header.type1 #headerInner .disc {
  margin-top: 10px;
}
header.type1 #headerContent {
  display: flex;
  flex-flow: row-reverse;
}
header.type1 nav > ul {
  display: flex;
  margin-right: 20px;
}
header.type1 nav > ul > li {
  position: relative;
}
header.type1 nav > ul > li:not(:first-child) {
  margin-left: 20px;
}
header.type1 nav > ul > li span {
  cursor: pointer;
}
header.type1 .headerMenu {
  display: flex;
}
header.type1 .headerMenu > a.btContact {
  width: 110px;
  margin-right: 10px;
  padding: 5px 10px;
  border: solid 2px #231815;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s;
}
header.type1 .headerMenu > a.btContact:nth-of-type(1) {
  background-color: #FFF;
}
header.type1 .headerMenu > a.btContact:nth-of-type(2) {
  background-color: #55B779;
  color: #FFF;
}
header.type1 .headerMenu > a.btContact:hover {
  background-color: #FFD800;
  color: #231815;
}
header.type1 .headerMenu ul {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header.type1 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}
header.type1 .headerMenu ul.sns li {
  margin-left: 5px;
}

/* type2*/
header.type2 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type2 #headerInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
header.type2 #headerInner .disc {
  margin-top: 10px;
}
header.type2 #headerContent {

}
header.type2 nav ul {
  display: flex;
}
header.type2 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type2 .headerMenu {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
header.type2 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type2 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}


/* type3*/
header.type3 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type3 #headerInner {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
header.type3 #headerInner #siteTitle {
  text-align: center;
}
header.type3 #headerInner .disc {
  margin-top: 10px;
}
header.type3 #headerContent {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.type3 nav ul {
  display: flex;
}
header.type3 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type3 .headerMenu {
  display: flex;
  justify-content: end;
}
header.type3 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type3 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}


/* type4 */
header.type4 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type4 #headerInner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
header.type4 #headerInner #siteTitle {
  margin-bottom: 20px;
}
header.type4 #headerInner .disc {
  margin-top: 10px;
}
header.type4 #headerContent {

}
header.type4 nav {
  display: flex;
  justify-content: center;
}
header.type4 nav ul {
  display: flex;
  justify-content: space-evenly;
}
header.type4 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type4 .headerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
header.type4 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type4 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* main
--------------------------------------------*/
#main {

}
#contents {
  /*margin-bottom: 80px;*/
  box-sizing: border-box;
}

/* side
--------------------------------------------*/
#side > div{
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #000;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}

/* footer
--------------------------------------------*/
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 54px;
}

footer.type1 {
  padding-top: 50px;
  background-color: #FFD800;
}
footer.type1 #footerInner {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  width: 1200px;
  margin: 0 auto 50px;
}
footer.type1 #footerInfo {
  padding-right: 100px;
  border-right: solid 1px #000;
}
footer.type1 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type1 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type1 .footerText {
  margin-bottom: 10px;
}
footer.type1 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 #footerMenu {
  display: flex;
}
footer.type1 #footerMenu > ul {
  margin-left: 50px;
}
footer.type1 #footerMenu h2 {
  margin-bottom: 5px;
}
footer.type1 #footerMenu li {
  margin-bottom: 5px;
}

footer.type1 #copyright {
  padding: 15px 0;
  background-color: #FFF;
  text-align: center;
}


footer.type2 {

}
footer.type2 #footerMenu {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer.type2 #footerMenu ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
footer.type2 #footerMenu ul li {
  border-right: solid 1px #000;
  margin-right: 10px;
  padding-right: 10px;
}
footer.type2 #footerMenu ul li:last-child {
  border-right: none;
}
footer.type2 #footerInner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
footer.type2 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type2 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type2 .footerText {
  margin-bottom: 10px;
}
footer.type2 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type2 .link {

}
footer.type2 .link a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
footer.type2 #footerContent1 {

}
footer.type2 #footerContent1 #copyright {
  margin-bottom: 5px;
}


/* slider
---------------------------------------------*/
.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  height: auto!important;
}
.slider.type1 .slick-dots {
  bottom: 30px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #FFF;
}


.slider.type2 {
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}


.carousel .slick-prev,
.carousel .slick-next {
  height: 36px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/arrow_1_left.png);
}
.carousel .slick-next::before {
  background-image: url(./images/arrow_1_right.png);
}
.carousel .slick-list {
  margin-left: 55px;
}
.carousel .slick-list li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img {
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  padding: 150px 0;
}
.content.pt0 {
  padding: 0 0 150px;
}
.content.bg {
  background-color: #efefef;
}
.content.bg1 {
  background-color: #EEEEEF;
}
.content.bg2 {
  background-color: #FFD800;
}
.content.bg3 {
  background: linear-gradient(0deg, transparent 9px, #EEEEEF 10px), linear-gradient(90deg,  transparent 9px, #EEEEEF 10px);
  background-size: 10px 10px
}
.content .contentInner {
  width: 1000px;
  margin: 0 auto;
}
.content .contentInner h2 {
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 2.6rem;
}
.content .contentInner h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.content .contentInner .block:not(:last-of-type) {
  margin-bottom: 80px;
}

/* type1 */
.content.type1 {
  background-image: url("./images/top/type1_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.content.type1 .contentInner .block .text {
  width: 680px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.98);
}
.content.type1 .contentInner .block.right {
  display: flex;
  justify-content: flex-end;
}
.content.type1 .contentInner .block .text p {
  margin-bottom: 35px;
}

/* type2 */
.content.type2 {

}
.content.type2 .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.content.type2 .block:not(:last-child) {
  margin-bottom: 100px;
}
.content.type2 .block:last-child {
  margin-bottom: 0;
}
.content.type2 .block .image {

}
.content.type2 .block .image img {
  /*width: 500px;*/
}
.content.type2 .block .text {
  width: 500px;
}
.content.type2 .block .text p {
  margin-bottom: 35px;
}
.content.type2 .block:nth-of-type(even) {
  flex-flow: row-reverse;
}
.content.type2 .block:nth-of-type(even) .text {

}
.content.type2 .block:nth-of-type(even) .image {
  left: 0;
}


/* type3 */
.content.type3 {

}
.content.type3 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type3 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type3 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type3 .contentInner .block .image {
  width: 700px;
}
.content.type3 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type3 .contentInner .block .text {
  width: 523px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type3 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type3 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type3 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 250px;
  padding: 20px;
  border: solid 2px #231815;
  border-radius: 30px;
  background-color: #55B779;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 30px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}
.more.type1 a:hover {
  background-color: #FFD800;
  color: #231815;
}
.more.type1 a:hover:after {
  /*right: 25px;*/
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
a.more.small {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px 25px 5px 15px;
  border: solid 2px #231815;
  border-radius: 30px;
  background-color: #55B779;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s;
  color: #FFF;
  font-size: 1.4rem;
}
a.more.small:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}
a.more.small:hover {
  background-color: #FFD800;
  color: #231815;
}
a.more.small:hover:after {
  /*right: 25px;*/
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left;
}
#pageHeader {
  background-image: url("./images/top/key_bg.png");
  background-repeat: repeat;
  /*background-blend-mode: color-burn;*/
  background-position: 0 0;
  background-color: #FFD800;
}
#pageHeader .inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 150px 0 100px;
}
#pageHeader .inner .parentTitle {
  font-size: 3.6rem;
}
#pageHeader .inner h1 {
  
}
#pageHeader .inner *:nth-child(2n) {
  line-height: 1;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #000;
  font-size: 2.2rem;
}
.embed {
  aspect-ratio: 4 / 3;
}

.embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}



/* TOP
-----------------------------------*/
.mainVisual {
  position: relative;
  padding: 120px 0 200px;
  background-color: #FFD800;
  background-image: url("./images/top/key_bg.png");
  background-repeat: repeat;
  /*background-blend-mode: color-burn;*/
  /*mix-blend-mode: color-burn;*/
  background-position: 0 0;
  animation: bgiLoop 40s linear infinite;
}
@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: 200px -200px;}
}
/*
.mainVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("./images/top/key_bg.png");
  background-image: image-set(url("./images/top/key_bg.png") 1x, url("./images/top/key_bgx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/key_bg.png") 1x, url("./images/top/key_bgx2.png") 2x);
  background-repeat: repeat;
  background-blend-mode: color-burn;
  background-position: 0 0;
}*/
.mainVisual .mainVisualInner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.mainVisual .mainVisualInner .text {
  text-align: center;
}
.mainVisual .mainVisualInner .text h2 {
  margin-bottom: 20px;
  font-size: 4rem;
}
.mainVisual .mainVisualInner .text .images {
  position: absolute;
  top: 0;
}
.mainVisual .mainVisualInner .text .image1 {
  left: 0;
}
.mainVisual .mainVisualInner .text .image2 {
  right: 0;
}
.mainVisual > .images {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 501px);
}
.home .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home header.type1 {
  background-color: rgba(255, 216, 0, 0.95);
  background-image: url("./images/top/key_bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  animation: bgiLoop 100s linear infinite;
}
.home #contents .content h2.type1 {
  position: relative;
}
.home #contents .content h2.type1 img {
  /*position: absolute;*/
  margin-bottom: 20px;
}
.home #contents .content h2.type1 span {
  display: block;
}
.home #contents .content h2.type2 {
  display: flex;
  align-items: center;
  text-align: left;
}
.home #contents .content h2.type2 img {
  margin-right: 50px;
}
.home #contents #contentMovie {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
.home #contents #contentMovie:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  /* background-color: #FFD800; */
  background-image: url("./images/top/key_bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  /* animation: bgiLoop 40s linear infinite; */
}
.home #contents #contentMovie .contentInner {
  position: relative;
  z-index: 1;
}
.home #contents #contentMovie .head7 {
  line-height: 1.4;
  margin-bottom: 50px;
}
.home #contents #contentMovie .text {
  margin-bottom: 60px;
}
.home #contents #contentMovie .cols3 {
  justify-content: left;
  margin-bottom: 60px;
}
.home #contents #content1 {
  /*padding-bottom: 220px;*/
}
.home #contents #content1 .text .alignC {
  margin-bottom: 20px;
}
.home #contents #content1 .text h2 {
  margin-bottom: 35px;
  font-size: 4rem;
}
.home #contents #content2 h2 {
  margin-top: -255px;
}
.home #contents #content2 h2 img {
  top: -205px;
  left: calc(50% - 112px);
}
.home #contents #content2 .block .text {
  width: 380px;
}
.home #contents #content3 h2 {
  position: relative;
}
.home #contents #content3 h2 img {
  
}
.home #contents #content3 h2 img:last-child {
  position: absolute;
  top: -20px;
  right: -65px;
}
.home #contents #content4 .contentInner {
  width: 1100px;
}
.home #contents #content4 h2 img {
  top: -150px;
  left: calc(50% - 137px);
}
.home #contents #content5 h2 img {

}
.home #contents #content6 h2 img {
  top: -150px;
  left: calc(50% - 120px);
}
.home #contents #content7 h2 img {
  
}

.home #contents #content2 .contentInner,
.home #contents #content3 .contentInner {
  width: 800px;
}
.home #contents #content3 ul {
  display: flex;
  flex-wrap: wrap;
}
.home #contents #content3 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  border: solid 2px #231815;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  transition: all 0.2s;
  font-size: 2.4rem;
}
.home #contents #content3 ul li:hover {
  background-color: #55B779;
}
.home #contents #content3 ul li:hover > *{
  color: #FFF;
}
.home #contents #content3 ul li:not(:last-child) {
  width: calc((100% - 40px) / 2);
  height: 100px;
  margin-bottom: 40px;
}
.home #contents #content3 ul li:nth-child(1) {
  margin-right: 40px;
  background-image: url("./images/top/3-1-1.png"), url("./images/top/3-1-2.png");
  background-image: image-set(url("./images/top/3-1-1.png") 1x, url("./images/top/3-1-1x2.png") 2x), image-set(url("./images/top/3-1-2.png") 1x, url("./images/top/3-1-2x2.png") 2x);
  /*background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);*/
  background-repeat: no-repeat;
  background-position: 15px center, calc(100% - 15px) center;
}
.home #contents #content3 ul li:nth-child(2) {
  background-image: url("./images/top/3-2-1.png"), url("./images/top/3-2-2.png");
  background-image: image-set(url("./images/top/3-2-1.png") 1x, url("./images/top/3-2-1x2.png") 2x), image-set(url("./images/top/3-2-2.png") 1x, url("./images/top/3-2-2x2.png") 2x);
  /*background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);*/
  background-repeat: no-repeat;
  background-position: 15px center, calc(100% - 15px) center;
}
.home #contents #content3 ul li:nth-child(3) {
  width: 100%;
  height: 150px;
  background-image: url("./images/top/3-3.png");
  background-image: image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.home #contents #content3 ul li a {
  display: block;
  width: 100%;
}
.home #contents #content3 ul li:not(:last-child) a {
  text-align: center;
}
.home #contents #content3 ul li:last-child a span:first-child {
  margin-left: 40px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.home #contents #content4 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.home #contents #content4 ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  border: solid 2px #231815;
  border-radius: 27px;
  background-color: #55B779;
  box-sizing: border-box;
}
.home #contents #content4 ul li:last-child {
  margin-right: 0;
}
.home #contents #content4 ul li a {
  display: block;
  padding: 20px 0;
  color: #FFF;
}
.home #contents #content4 ul li h3 {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
.home #contents #content4 ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home #contents #content4 ul li .text {
  margin: 20px 20px 0 20px;
  white-space: normal;
}
.home #contents #content6 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.home #contents #content6 ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.home #contents #content6 ul li:last-child {
  margin-right: 0;
}
.home #contents #content6 ul li .image {
  margin-bottom: 10px;
}
.home #contents #content6 ul li .date,
.home #contents #content6 ul li h3 {
  margin-bottom: 0;
  color: #55B779;
}
.home #contents #content6 ul li h3 {
  margin-bottom: 5px;
}
.home #contents #content7 .contentInner {
  background-color: #EEEEEF;
  padding: 65px 95px;
  box-sizing: border-box;
  border-radius: 30px;
}
.home #contents #content7 .contentInner h2 {
  font-size: 4rem;
  color: #55B779;
}
.home #contents #content7 .contentInner ul {

}
.home #contents #content7 .contentInner ul li {
  padding: 25px 0;
  border-bottom: solid 1px #231815;
}
.home #contents #content7 .contentInner ul li a {
  position: relative;
  display: flex;
}
.home #contents #content7 .contentInner ul li a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #55B779;
  border-right: 2px solid #55B779;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home #contents #content7 .contentInner ul li a .date:first-child {
  width: 120px;
}
.home #contents #content8 h2 {
  position: relative;
}
.home #contents #content8 h2 img:last-child {
  position: absolute;
  top: -50px;
  right: -50px;
}
.home #contents #content8 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.home #contents #content8 ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.home #contents #content8 ul li:last-child {
  margin-right: 0;
}
.home #contents #content8 ul li .image {
  margin-bottom: 10px;
}
.home #contents #content8 ul li .date,
.home #contents #content8 ul li h3 {
  margin-bottom: 0;
  color: #55B779;
}
.home #contents #content8 ul li h3 {
  margin-bottom: 5px;
}
.home #contents #content9 .contentInner {
  display: flex;
  flex-wrap: wrap;
}
.home #contents #content9 .blockSns {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.home #contents #content9 .blockSns:last-child {
  margin-right: 0;
}
.home #contents #content9 .blockSns h2 {
  position: relative;
  padding-top: 35px;
  background-repeat: no-repeat;
  background-position: center 0;
  text-align: center;
  font-size: 4rem;
  color: #55B779;
}
.home #contents #content9 .blockSns h2:before,
.home #contents #content9 .blockSns h2:after {
  position: absolute;
  bottom: 15px;
  display: block;
  content: "";
  width: 45px;
  border: solid 1px #231815
}
.home #contents #content9 .blockSns h2:before {
  transform: rotate(45deg);
  left: 80px;
}
.home #contents #content9 .blockSns h2:after {
  transform: rotate(-45deg);
  right: 80px;
}
.home #contents #content9 .blockSns#blockSnsFb h2 {
  background-image: url("./images/top/ic_fb.png");
  background-image: image-set(url("./images/top/ic_fb.png") 1x, url("./images/top/ic_fbx2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/ic_fb.png") 1x, url("./images/top/ic_fbx2.png") 2x);
}
.home #contents #content9 .blockSns#blockSnsInsta h2 {
  background-image: url("./images/top/ic_insta.png");
  background-image: image-set(url("./images/top/ic_insta.png") 1x, url("./images/top/ic_instax2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/ic_insta.png") 1x, url("./images/top/ic_instax2.png") 2x);
}
#contents #contactBtns1 ul {
  display: flex;
  flex-wrap: wrap;
}
#contents #contactBtns1 ul li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
#contents #contactBtns1 ul li:last-child {
  margin-right: 0;
}
#contents #contactBtns1 ul li a {
  position: relative;
  display: block;
  padding: 20px;
  border: solid 2px #231815;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #FFD800;
  text-align: center;
  transition: all 0.2s;
}
#contents #contactBtns1 ul li:nth-child(1) a {
  background-image: url("./images/common/bn_contact_1_1.png"), url("./images/common/bn_contact_1_2.png");
  background-image: image-set(url("./images/common/bn_contact_1_1.png") 1x, url("./images/common/bn_contact_1_1x2.png") 2x), image-set(url("./images/common/bn_contact_1_2.png") 1x, url("./images/common/bn_contact_1_2x2.png") 2x);
  /*background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);*/
  background-repeat: no-repeat;
  background-position: 55px center, calc(100% - 55px) center;
}
#contents #contactBtns1 ul li:nth-child(2) a {
  background-image: url("./images/common/bn_contact_2_1.png"), url("./images/common/bn_contact_2_2.png");
  background-image: image-set(url("./images/common/bn_contact_2_1.png") 1x, url("./images/common/bn_contact_2_1x2.png") 2x), image-set(url("./images/common/bn_contact_2_2.png") 1x, url("./images/common/bn_contact_2_2x2.png") 2x);
  /*background-image: -webkit-image-set(url("./images/top/3-3.png") 1x, url("./images/top/3-3x2.png") 2x);*/
  background-repeat: no-repeat;
  background-position: 55px center, calc(100% - 55px) center;
}
#contents #contactBtns1 ul li a span {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
}
#contents #contactBtns1 ul li a:hover {
  background-color: #55B779;
}
#contents #contactBtns1 ul li a:hover span {
  color: #FFF;
}
#contents #contactBtns1 ul li a:hover span img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/* about
-----------------------------------*/
body.about #contents #content1 .contentInner {
  position: relative;
}
body.about #contents #content1 .image {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
}
body.about #contents #content1 .image img {
  border-radius: 30px;
}
body.about #contents #content1 h2 {
  background-position: 100px 0;
}
body.about #contents #content1 .text {
  width: 800px;
  padding: 40px 40px 0 0;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
}
body.about #contents #content2 .contentInner {
  padding: 40px 80px;
  border-radius: 30px;
  background-color: #FFF;
}
body.about #contents #content2 .contentInner table.type1 th {
  width: 17.5%;
}
body.about #contents #content2 .contentInner table.type1 th:before {
  content: "●";
  margin-right: 5px;
  color: #55B779;
}
body.about #contents #content2 .contentInner table.type1 td {
  width: 33%;
}
table.type1 th {
  /*border-bottom: solid 2px #231815;*/
}
table.type1 td {
  
}
body.about #contents #content4 .contentInner {
  width: 800px;
}

/* staff
-----------------------------------*/
#contents .members .member:not(:last-of-type) {
  margin-bottom: 130px;
}
#contents .members .member .info {
  display: flex;
}
#contents .members .member:nth-of-type(2n) .info {
  flex-flow: row-reverse;
  justify-content: space-between;
}
#contents .members .member .image {
  width: 500px;
  height: 350px;
  margin-right: 100px;
}
#contents .members .member:nth-of-type(2n) .image {
  margin-right: 0;
}
#contents .members .member .image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  /*border: solid 2px #55B779;*/
}
#contents .members .member .info .data {

}
#contents .members .member:nth-of-type(2n) .data {
    margin-left: 110px;
}
#contents .members .member .info h2 {
  margin-bottom: 40px;
}
#contents .members .member .info h2 .jp {
  font-size: 3rem;
}
#contents .members .member .info h2 .en {
  display: block;
  font-size: 1.6rem;
  color: #55B779;
}
#contents .members .member .info li {
  margin-bottom: 7px;
  font-size: 1.6rem;
}
#contents .members .member .info li span {
  
}
#contents .members .member .info li span:first-child {
  margin-right: 30px;
}
#contents .members .member .info li span:first-child:before {
  display: none;
  content: "●";
  margin-right: 10px;
  color: #55B779;
}
#contents .members .member .message {
  position: relative;
  display: flex;
  margin-top: -40px;
  padding: 130px 0 130px;
}
#contents .members .member .message:after {
  position: absolute;
  top: 0;
  left: calc((1000px - 100vw) / 2);
  z-index: -1;
  display: block;
  content: "";
  width: calc(100vw - 9px);
  height: 100%;
  background-color: #efefef;
}
#contents .members .member .message .head {
  margin-right: 50px;
}
#contents .members .member .message .head span:nth-child(1) {
  padding-top: 23px;
  letter-spacing: 7px;
  font-size: 2.4rem;
}
#contents .members .member .message .head span:nth-child(2) {
  text-align: center;
  font-size: 1.8rem;
  color: #55B779;
}
#contents .members .member .message .text {
  width: 100%;
  margin-bottom: 0;
  padding: 50px;
  border-radius: 30px;
  border: solid 2px #231815;
  background-color: #FFF;
}
#contents .bnContent {
  padding-top: 0;
}

/* concept
-----------------------------------*/
body.page #contents .content .text {
  margin-bottom: 70px;
}
body.page #contents .content .text p:not(:last-child) {
  margin-bottom: 30px;
}
body.page #contents .content .text p:not(:last-of-type()) {
  margin-bottom: 30px;
}
body.concept #contents #content1 .text {
  text-align: center;
}
body.concept #contents .content .points {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 315px;
  margin-bottom: 100px;
}
body.concept #contents .content .points li {
  position: absolute;
  width: 230px;
  border-radius: 115px;
}
body.concept #contents .content .points li:nth-child(1) {

}
body.concept #contents .content .points li:nth-child(2) {
  top: 230px;
  left: 240px;
}
body.concept #contents .content .points li:nth-child(3) {
  top: 230px;
  right: 240px;
}
body.concept #contents .content .points li a {
  display: block;
/*  height: 230px;
  padding-top: 25px;
  box-sizing: border-box;
  border-radius: 115px;
  border: solid 2px #231815;
  background-color: #FFD800;
  text-align: center;*/
}
body.concept #contents .content .points li a span {
  display: block;
}
body.concept .content .contentInner .head5 {
  width: 700px;
}
body.concept #contents #content2 .contentInner .text,
body.concept #contents #content3 .contentInner .text {

}
body.concept #contents #content2 .contentInner .block .text {
  text-align: center;
}
body.concept #contents #content2 .contentInner .block .image ul {
  display: flex;
  flex-wrap: wrap;
}
body.concept #contents #content2 .contentInner .block .image ul li {
  margin-right: 18px;
  margin-bottom: 18px;
}
body.concept #contents #content2 .contentInner .block .image ul li:nth-child(2),
body.concept #contents #content2 .contentInner .block .image ul li:nth-child(5),
body.concept #contents #content2 .contentInner .block .image ul li:nth-child(7) {
  margin-right: 0;
}
body.concept #contents #content2 .contentInner .block .image ul li.noImage {
  width: 100%;
  line-height: 300px;
  background-color: #FFF;
  text-align: center;
  font-size: 2rem;
}
body.concept #contents #content3 .contentInner > .text {
  margin-bottom: 140px;
}
body.concept #contents #content3 .block {
  position: relative;
  display: flex;
}
body.concept #contents #content3 .block:nth-of-type(odd) {
  flex-flow: row-reverse;
}
body.concept #contents #content3 .block:last-of-type {
  margin-bottom: 0;
}
body.concept #contents #content3 .block h4 {
  width: 100%;
}
body.concept #contents #content3 .block:nth-of-type(even) .image {
  margin-right: 100px;
}
body.concept #contents #content3 .block:nth-of-type(odd) .image {
  margin-left: 100px;
}
body.concept #contents #content3 .block .head1 {
  position: absolute;
  top: -80px;
  letter-spacing: 0;
}
body.concept #contents #content3 .block:nth-of-type(even) .head1 {
  left: 25px;
}
body.concept #contents #content3 .block:nth-of-type(odd) .head1 {
  right: calc(450px - 25px - 82px);
}
body.concept #contents #content3 .block .text {
  width: 380px;
}
body.concept #contents #content4 h4 {
  font-size: 2.2rem;
  color: #55B779;
}
body.concept #contents #content4 h4 span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #FFD800;
  vertical-align: 2px;
  font-size: 1.6rem;
  color: #231815;
}
body.concept #contents #content4 .col {
  width: 48%;
  padding: 50px;
  margin-bottom: 50px;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 20px;
}
body.concept #contents .priceList table {
  width: 100%;
}
body.concept #contents .priceList table th {
  width: 190px;
}
body.concept #contents .priceList table .sum th {

}
body.concept #contents .priceList table .sum td {
  font-size: 2rem;
}
body.concept #contents #content4 ul {
  display: flex;
  justify-content: space-between;
}
body.concept #contents #content4 ul li {
  width: 320px;
  height: 320px;
  padding: 50px 25px;
  box-sizing: border-box;
  border-radius: 160px;
  background-color: #FFF;
  text-align: center;
}
body.concept #contents #content4 ul li h4 span {
  display: block;
}
body.concept #contents #content4 ul li h4 span:first-child {
  position: relative;
  margin-bottom: 15px;
  font-family: 'Open Sans';
  font-size: 2rem;
}
body.concept #contents #content4 ul li h4 span:first-child:before,
body.concept #contents #content4 ul li h4 span:first-child:after {
  position: absolute;
  bottom: 15px;
  display: inline-block;
  content: "";
  width: 47px;
  height: 1px;
  background-color: #231815;
}
body.concept #contents #content4 ul li h4 span:first-child:before {
  transform: rotate(45deg);
  left: 35px;
}
body.concept #contents #content4 ul li h4 span:first-child:after {
  transform: rotate(-45deg);
  right: 35px;
}
#contents #planBanners {

}
#contents #planBanners ul {
  display: flex;
  flex-wrap: wrap;
}
#contents #planBanners ul li {
  box-sizing: border-box;
}
#contents #planBanners ul li:nth-child(1),
#contents #planBanners ul li:nth-child(2) {
  width: calc((100% - 40px) / 2);
  height: 250px;
  margin-bottom: 100px;
}
#contents #planBanners ul li:nth-child(1) {
  margin-right: 40px; 
}
#contents #planBanners ul li:nth-child(2) {
  
}
#contents #planBanners ul li:nth-child(3) {
  width: 100%;
  background-image: url("./images/top/key_bg.png");
  background-repeat: repeat;
  background-blend-mode: color-burn;
  background-position: 0 0;
  background-color: #54AE75;
  border-radius: 25px;
  text-align: center;
}
#contents #planBanners ul li a {
  display: block;
  height: 100%;
  border: solid 2px #231815;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 2.6rem;
}
#contents #planBanners ul li:nth-child(1) a,
#contents #planBanners ul li:nth-child(2) a {
  padding: 35px 0 0 40px;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 80px) calc(100% + 5px), calc(100% - 25px) calc(100% - 25px), right center;
}
#contents #planBanners ul li:nth-child(1) a {
  background-image: url("./images/concept/bn_chumon_1.png"), url("./images/concept/ic_arrow.png"), url("./images/concept/bn_chumon_1.jpg");
}
#contents #planBanners ul li:nth-child(2) a {
  background-image: url("./images/concept/bn_kikaku_1.png"), url("./images/concept/ic_arrow.png"), url("./images/concept/bn_chumon_2.jpg");
}
#contents #planBanners ul li:nth-child(3) a {
  line-height: 187px;
  background-image: url("./images/concept/bn_shikin_01.png"), url("./images/concept/bn_shikin_02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 100px 50%, calc(100% - 100px) 50%;
  color: #FFF;
}

/* pet
-----------------------------------*/
body.pet #contents #contentNeeds ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  box-sizing: border-box;
}
body.pet #contents #contentNeeds ul li {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 20px;
}
body.pet #contents #contentNeeds ul li:nth-child(3n) {
  margin-right: 0;
}
body.pet #contents #contentNeeds ul li:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 5px;
  background-color: #55B779;
  vertical-align: middle;
  color: #55B779;
}
body.pet #contents #contentCoordinater {
  padding-bottom: 0;
}
body.pet #contents #contentCoordinate .panels {
  display: flex;
  flex-wrap: wrap;
}
body.pet #contents #contentCoordinate .panel {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #efefef
}
body.pet #contents #contentCoordinate .panel.half {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
body.pet #contents #contentCoordinate .panel.half.halfRight {
  margin-right: 0;
}
body.pet #contents #contentCoordinate .panel h3 {
  margin-bottom: 35px;
  text-align: center;
  color: #55B779;
  font-size: 2.6rem;
}
body.pet #contents #contentCoordinate .panel .blocks {
  display: flex;
}
body.pet #contents #contentCoordinate .panel .block {
    margin-bottom: 0;
}
body.pet #contents #contentCoordinate .panel:nth-child(4) .block:not(:last-child),
body.pet #contents #contentCoordinate .panel:nth-child(6) .block:not(:last-child) {
  margin-right: 40px;
}
body.pet #contents #contentCoordinate .panel .block img {
  max-width: 100%;
  height: auto;
}
body.pet #contents #contentCoordinate .panel .block.cols2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.pet #contents #contentCoordinate .panel .block.cols2 .text {
  width: calc(100% - 150px - 20px);
  margin-right: 20px;
  margin-bottom: 0;
}
body.pet #contents #contentCoordinate .panel .block.cols2 .image {
  width: 150px;
}
body.pet #contents #contentCoordinate .panel .block:not(:last-child) {
  margin-right: 20px;
}
body.pet #contents #contentCoordinate .panel .block h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
body.pet #contents #contentCoordinate .panel .block h4:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-radius: 5px;
  background-color: #55B779;
  vertical-align: 2px;
  color: #55B779;
}
body.pet #contents #contentCoordinate .panel .block .text .sentence {
  font-size: 1.4rem;
}
body.pet #contents #contentOption .blocks {
  display: flex;
  flex-wrap: wrap;
}
body.pet #contents #contentOption .blocks .block {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #efefef;
  box-sizing: border-box;
}
body.pet #contents #contentOption .blocks .block:nth-child(4n) {
  margin-right: 0;
}
body.pet #contents #contentOption .blocks .block h3 {
  color: #55B779;
}
body.pet #contents #contentOption .blocks .block .text {
  margin-bottom: 20px;
}
body.pet #contents #contentOption .blocks .block .image {

}
body.pet #contents #contentOption .blocks .block img {
  max-width: 100%;
  height: auto;
}
body.pet #contents #contentOption .blocks .block .image span {
  display: block;
  text-align-last: center;
  font-size: 1.4rem;
}
body.pet #contents #planBanners .more {
  margin-bottom: 140px;
}
.lineC {
  align-items: center;
}


/* support
-----------------------------------*/
body.support #contents #content2 .contentInner {
  padding: 80px;
  border-radius: 30px;
  background-color: #FFF;
}
body.support #contents #content2 h2 {
  margin-top: -110px;
}
body.support #contents #content2 .block.type1,
body.support #contents #content3 .block.type1 {
  display: flex;
  align-items: center;
}
body.support #contents #content2 .block:nth-child(3) ,
body.support #contents #content3 .block:nth-child(3) {
  flex-flow: row-reverse;
  padding-left: 40px;
}
body.support #contents #content2 .block:nth-child(4),
body.support #contents #content3 .block:nth-child(4) {
  padding-right: 40px;
}
body.support #contents #content2 .block:nth-child(3) .image,
body.support #contents #content3 .block:nth-child(3) .image {
  margin-right: 0;
}
body.support #contents #content2 .block.type1 .image,
body.support #contents #content3 .block.type1 .image {
  width: 500px;
  height: 300px;
  border-radius: 30px;
  text-align: center;
}
body.support #contents #content2 .block.type1 .image img,
body.support #contents #content3 .block.type1 .image img {
  max-width: 400px;
  height: auto;
}
body.support #contents #content2 .block.type1 .text,
body.support #contents #content3 .block.type1 .text {
  margin-bottom: 0;
}
body.support #contents #content2 .block h3,
body.support #contents #content3 .block h3 {
  color: #55B779;
}
body.support #contents .type3 {
  width: 600px;
  margin: 0 auto;
}
body.support #contents .type3 .step {
  position: relative;
  padding-left: 200px;
  margin-bottom: 40px;
}
body.support #contents .type3 .step:after {
  position: absolute;
  top: 0;
  left: 52px;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #231815;
}
body.support #contents .type3 .step h4 {
  position: absolute;
  top: calc(50% - 19px);
  left: 0;
  z-index: 1;
  width: 80px;
  padding: 5px 10px;
  border: solid 2px #231815;
  background-color: #FFF;
  text-align: center;
  font-size: 1.6rem;
}
body.support #contents .type3 .step li {
  display: flex;
}
body.support #contents .type3 .step li:not(:last-child) {
  margin-bottom: 40px;
}
body.support #contents .type3 .step li h5 {
  width: 120px;
  margin-right: 30px;
}
body.support #contents .type3 .step li .text {
  width: calc(100% - 150px);
  margin-bottom: 0;
}


/* flow
-----------------------------------*/
body.flow #contents .content .contentInner {
  display: flex;
}
body.flow #contents .content .step {
  position: relative;
  width: 100px;
  margin-right: 90px;
}
body.flow #contents .content .step:after {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 0;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 45px);
  background-color: #231815;
}
body.flow #contents .content .head {
  margin-top: -28px;
}
body.flow #contents .content .head span {
  display: block;
  text-align: center;
}
body.flow #contents .content .head span:nth-child(1) {
  font-size: 2rem;
  color: #55B779;
}
body.flow #contents .content .head span:nth-child(2) {
  line-height: 1;
  font-size: 2.8rem;
  color: #55B779;
}
body.flow #contents .content .head span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 1;
  width: 80px;
  padding: 5px 10px;
  border: solid 2px #231815;
  background-color: #FFF;
  font-size: 1.6rem;
}
body.flow #contents .content .block {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
body.flow #contents .content .image {
  width: 400px;
  /*height: 300px;*/
  border-radius: 30px;
  text-align: center;
}
body.flow #contents .content .text {
  width: 450px;
  margin-right: 50px;
  margin-bottom: 0;
}
body.flow #contents .content .text h2 {
  color: #55B779;
}
body.flow #contents .content .text .sentence {
  margin-bottom: 50px;
}
body.flow #contents .content .links {
  display: flex;
}
body.flow #contents .content .links .more.type1:first-child {
  margin-right: 10px;
}
body.flow #contents .content .links .more.type1 a {
  width: 190px;
  padding: 15px 20px;
}
body.flow #contents .content#content11 .links .more.type1 a {
  width: 280px;
}
body.flow #contents .content#content12 .contentInner {
  display: block;
}

/* custom
-----------------------------------*/
#contents .content .photosList1 {
  width: 1380px;
  margin: 0 auto;
}
#contents .content .photosList1 ul {
  display: flex;
  flex-wrap: wrap;
}
#contents .content .photosList1 ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#contents .content .photosList1 ul li:nth-child(3),
#contents .content .photosList1 ul li:nth-child(7),
#contents .content .photosList1 ul li:nth-child(10) {
  margin-right: 0;
}
#contents .content .layout li {
  position: relative;
}
#contents .content .layout li .number1 {
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
}
#contents .content .layout li img {
  margin-bottom: 30px;
  border-radius: 30px;
}
#contents .points h3 {
  margin-bottom: 30px;
  font-size: 3rem;
  color: #55B779;
}
#contents .points .block:not(:last-of-type) {
  padding-bottom: 70px;;
  border-bottom: solid 1px #55B779
}
#contents .points .block2 .cols2 {
  align-items: center;
}
#contents .points .block2 .cols2:not(:last-child) {
  margin-bottom: 40px;
}
#contents .points .image {
  margin-bottom: 20px;
}
#contents .points .text {
  margin-bottom: 0!important;
}
#contents .priceList .cols2 {
  align-items: flex-start;
}
#contents .priceList table {
  width: 500px;
}
#contents .priceList table tr {
  border-bottom: solid 1px #231815;
}
#contents .priceList table th,
#contents .priceList table td {
  padding: 15px 0;
  font-size: 1.6rem;
}
#contents .priceList table th {
  width: 350px;
  text-align: left;
}
#contents .priceList table tr:not(.sum) th:before {
  content: "●";
  margin-right: 3px;
  color: #55B779;
}
#contents .priceList table td {
  text-align: right;
}
#contents .priceList table .sum {
  border-bottom: solid 2px #231815;
}
#contents .priceList table .sum th {
  text-align: right;
  color: #55B779;
}
#contents .priceList table .sum td {
  font-size: 24px;
}

/* works , archive
-----------------------------------*/
#contents .content .archiveList {
  display: flex;
  flex-wrap: wrap;
}
#contents .content .archiveList li {
  width: calc((100% - (30px * 2)) / 3);
  margin-right: 30px;
  margin-bottom: 60px;
}
#contents .content .archiveList li:nth-child(3n) {
  margin-right: 0;
}
#contents .content .archiveList li .image {
  margin-bottom: 10px;
}
#contents .content .archiveList li h2,
#contents .content .archiveList li .date {
  color: #55B779;
}
#contents .content .archiveList li h2 {
  margin-bottom: 5px;
  font-size: 2rem;
}
#contents .content .archiveList li .head {
  display: inline-block;
  margin-right: 10px;
}

/* post single
-----------------------------------*/
.single-post #pageHeader .inner {
  padding-bottom: 40px;
}
.single-post #pageHeader .date {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* works single
-----------------------------------*/
.single-works .images {
  margin-bottom: 50px;
}
.single-works .images .mainImage {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
  background-color: #CCC;
}
.single-works .images .thumbs {
  display: flex;
  flex-wrap: wrap;
}
.single-works .images .thumbs li {
  width: calc((100% - (20px * 6)) / 7);
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #CCC;
  cursor: pointer;
}
.single-works .images .thumbs li:nth-child(7n) {
  margin-right: 0;
}
.single-works .mainText {
  margin-bottom: 100px;
}
.single .points {
  display: block!important;
  margin-bottom: 80px;
}
.single .points .point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.single .points .point:nth-child(2n) {
  flex-flow: row-reverse;
}
.single .points .point .image {
  width: 500px;
  height: 350px;
  background-color: #CCC;
  border-radius: 30px;
}
.single .points .point .text {
  width: 450px;
}
.single .pagenation {
  width: 500px;
  margin: 0 auto 80px;
}
.single .pagenation .nav-links {
  display: flex;
  justify-content: space-between;
}
.single .pagenation .nav-links .nav-next {
  margin-left: auto;
}
.single .thumbList {
  margin-bottom: 80px;
}
.single .thumbList ul {
  display: flex;
  flex-wrap: wrap;
}
.single .thumbList li {
  width: calc((100% - (30px * 2)) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.single .thumbList li:nth-child(3n) {
  margin-right: 0;
}
.single .thumbList li .image {
  width: 300px;
  height: 200px;
  background-color: #CCC;
}
.single .thumbList li .text {
  text-align: center;
}

#contents .w_reform .mainImage {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
    background-color: #CCC;
}
#contents .w_reform .block:not(:last-child) {
  margin-bottom: 100px;
}
#contents .w_reform .block .images {
  display: flex;
  justify-content: space-between;
}
#contents .w_reform .block .images .image {
  position: relative;
  background-color: #CCC;
}
#contents .w_reform .block .images .image:after {
  position: absolute;
  left: 0;
  bottom: -30px;
}
#contents .w_reform .block .images .image:nth-child(1) {
  width: 400px;
  height: 300px;
}
#contents .w_reform .block .images .image:nth-child(1):after {
  content: "BEFORE";
}
#contents .w_reform .block .images .image:nth-child(2) {
  width: 550px;
  height: 450px;
}
#contents .w_reform .block .images .image:nth-child(2):after {
  content: "AFTER";
}
#contents .w_reform .block .text {
  width: 400px;
  margin-top: -165px;
}


/* voice single
-----------------------------------*/
.single-voice .mainImage {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  background-color: #CCC;
}
.single .intro {
  width: 900px;
  margin: 0 auto 120px;
}
.single-voice .intro {
  flex-flow: row-reverse;
}
.single-voice .intro .text {
  width: 600px;
  margin-right: 30px;
}
.single-voice .intro .detail {
  margin-right: 0;
}
.single #contents .points h3 {
  font-size: 2rem;
}
.single #contents .points .point.full .text {
  width: 100%;
}
.single-voice .more.type1 {
  margin-bottom: 80px;
}
.single-voice .more.type1 a {
  width: 300px;
}

/* event single
-----------------------------------*/
.single-event .mainImage {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  background-color: #CCC;
}
.single-event .intro .detail {
  margin-bottom: 30px;
}
.single-event .intro .detail span:first-child {
  display: inline-block;
  width: 100px;
}
.single-event #contents iframe {
  width: 100%;
}
.single-event #contents #content3 .contentInner {
    border-radius: 30px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #FFF;
}


/* FAQ
-----------------------------------*/
#contents .content .qa dl {
  margin-bottom: 60px;
}
#contents .content .qa dt,
#contents .content .qa dd {
  padding: 15px 30px 15px calc(1em + 20px + 30px);
  text-indent: calc(-1em - 20px);
}
#contents .content .qa dt:not(:first-child) {
  margin-top: 50px;
}
#contents .content .qa dt {
  position: relative;
  margin-bottom: 15px;
  padding-right: 60px;
  border: solid 2px #231815;
  border-radius: 35px;
  font-size: 2.2rem;
  background-color: #FFD800;
  cursor: pointer;
}
#contents .content .qa dt:after {
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #55B779;
  border-right: 3px solid #55B779;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.2s;
}
#contents .content .qa dt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents .content .qa dd {
  display: none;
  font-size: 1.8rem;
}
#contents .content .qa dt span,
#contents .content .qa dd span {
  margin-right: 5px;
}
#contents .content .qa dt span {
  vertical-align: 3px;
  font-size: 2rem;
  color: #FFF;
}
#contents .content .qa dd span {
  font-size: 2rem;
  color: #55B779;
}

/* reform
----------------------------------*/
.reform #contents .content:not(#content1) {
  padding-top: 0;
}
.reform #contents #content1 .image {
  width: 100%;
  margin-bottom: 30px;
}
.reform #contents #content2 .block:not(:last-child) {
  margin-bottom: 100px;
}
.reform #contents #content2 .block .images {
  display: flex;
  justify-content: space-between;
}
.reform #contents #content2 .block .images .image {
  position: relative;
  background-color: #CCC;
}
.reform #contents #content2 .block .images .image:after {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.reform #contents #content2 .block .images .image:nth-child(1) {
  width: 400px;
  height: 300px;
}
.reform #contents #content2 .block .images .image:nth-child(1):after {
  content: "BEFORE";
}
.reform #contents #content2 .block .images .image:nth-child(2) {
  width: 550px;
  height: 450px;
}
.reform #contents #content2 .block .images .image:nth-child(2):after {
  content: "AFTER";
}
.reform #contents #content2 .block table {
  margin-top: -75px;
  margin-bottom: 70px;
}
.reform #contents #content2 .block table th,
.reform #contents #content2 .block table td {
  text-align: left;
  padding: 5px 10px;
}
.reform #contents #content2 .block table th {
  padding-left: 0;
}


/* catalog
----------------------------------*/
.catalog #contents .content .cols2 {
  align-items: center;
}
.catalog #contents .content .cols2:not(:last-child) {
  margin-bottom: 80px;
}
.catalog #contents .content .image {
  width: 400px;
  margin-right: 0;
  text-align: center;
}
.catalog #contents .content .image img {
  max-width: 400px;
}
.catalog #contents .content .text {
  width: calc(100% - 400px - 50px);
}
.catalog #contents #content2 .contentInner {
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #FFF;
}
.contactForm table {
  width: 100%;
  margin-bottom: 30px;
}
.contactForm table th,
.contactForm table td {
  padding: 10px;
  text-align: left;
}
.contactForm table th {
  width: 200px;
  vertical-align: top;
}
.contactForm table td {
  
}
.contactForm table td input:not([type="radio"]):not([type="checkbox"]),
.contactForm table td textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #666;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contactForm table td input#custom-datepicker {
  width: 120px !important;
}
.contactForm table th .remark {
  display: block;
  font-size: 1.3rem;
}
.contactForm .submit {
  text-align: center;
}
.contactForm .submit input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 250px;
  padding: 20px;
  border: solid 2px #231815;
  border-radius: 30px;
  background-color: #55B779;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s;
  -webkit-appearance: none;
  cursor: pointer;
  color: #FFF;
}
.contactForm .submit input[type="submit"]:hover {
  background-color: #FFD800;
  color: #231815;
}
.submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}


/* contact
----------------------------------*/
.contact #contents #content1 .text {
  margin-bottom: 0;
}
.contact #contents #content2 .contentInner {
    border-radius: 30px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #FFF;
}

@media screen and (max-width:640px) {
  html {
    font-size: 58%;
  }

  /* header */
  header #siteTitle {
    width: 100%;
    margin-bottom: 10px;
  }
  body.home header #siteTitle {
    margin-bottom: 0;    
  }
  header .search {
    width: 100%;
    text-align: center;
  }
  header.type1 {
    padding: 30px 30px 30px 10px;
    box-sizing: border-box;
  }
  header.type1 #headerInner {
    width: 100%;
  }
  #contents {

  }
  #contents .content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  body:not(.home) #contents .content {
    padding: 80px 10px;
  }
  .home #contents #content4,
  .home #contents #content6,
  .home #contents #content8 {
    padding-right: 0;
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
  }

  /* menu */
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FFD800;
    overflow-y: scroll;
  }
  header nav > ul {
    width: 100%;
    margin: 100px 0;
  }
  header.type1 nav > ul {
    display: block;
  }
  header nav ul li {

  }
  header.type1 nav > ul > li:not(:first-child) {
    margin-left: 0;
  }
  header nav ul li a {
    display: block;
  }
  header nav ul li a,
  header nav ul li span {
    display: block;
    padding: 20px 10px;
    border-bottom: solid 2px #c2a51e;
    text-align: left;
    font-size: 1.6rem;
    color: #261600;
  }
  header nav ul li span::after {
    position: absolute;
    top: 18px;
    right: 0px;
    display: block;
    content: "+";
    width: 27px;
    height: 27px;
    margin-right: 22px;
    padding: 0 0 0 1px;
    border: solid 1px #261600;
    border-radius: 14px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
    color: #261600;
  }
  header nav ul li span.active::after {
    content: "-";
    padding: 0px 6px 2px 6px;
  }
  header nav ul li ul.subMenu {
    position: static;
    margin: 0;
    background-color: rgba(255,255,255,0.5);
  }
  header nav ul li ul.subMenu li a {
    padding-left: 2em;
    border-bottom: dashed 1px #261600;
  }
  #menuButton {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    z-index: 100000;
  }
  #memberButton {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 100000;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-size: 12px; /*add UDW 20161212*/
    height: 21px;
    overflow: hidden;
    position: relative;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 25px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .underSpHeader .menu-trigger span {
    background-color: #222;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span {
    background-color: #000;
    color: #000;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }

  /* slider */
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }
  .mainVisual {
    padding-bottom: 120px;
    background-size: 95%;
  }
  .mainVisual .mainVisualInner {
    width: 100%;
  }
  .mainVisual .mainVisualInner .text .images {

  }
  .mainVisual .mainVisualInner .text .images img {
    width: 60%;
    height: auto;
  }
  .mainVisual .mainVisualInner .text .image1 {

  }
  .mainVisual .mainVisualInner .text .image2 {

  }
  .mainVisual .mainVisualInner .text .image1 img {
    
  }
  .mainVisual .mainVisualInner .text .image2 img {

  }
  .mainVisual .mainVisualInner .text {
    padding: 140px 20px 0;
  }
  .mainVisual > .images {
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .mainVisual > .images img {
    width: 100%;
  }
  .mainVisual .mainVisualInner .text h2 {
    font-size: 2.4rem;
  }
  .mainVisual .mainVisualInner .text p {
    font-size: 1.8rem;
  }
  .slider.type1 .slick-dots {
    bottom: 10px;
  }

  /* footer */
  footer.type1 {
    margin-bottom: 60px;
  }
  footer.type1 #footerInner {
    display: block;
    width: 100%;
  }
  footer.type1 #footerMenu {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer.type1 #footerMenu > ul {
    margin-left: 0;
  }
  footer.type1 #footerMenu > ul:not(:last-child) {
    border-bottom: dotted 2px #000;
    margin-bottom: 10px;
  }
  footer.type1 #footerMenu > ul > li {
    display: flex;
    flex-wrap: wrap;
  }
  footer.type1 #footerMenu > ul > li h2 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  footer.type1 #footerMenu > ul:last-child > li h2 {
    
  }
  footer.type1 #footerMenu > ul:last-child > li h2:nth-child(2n) {
    margin-right: 0;
  }
  footer.type1 #footerInfo {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  footer .footerButtons {
    display: none;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(85,183,121,0.9);
  }
  footer .footerButtons li {
    width: 25%;
  }
  footer .footerButtons li a {
    display: block;
    width: 100%;
    padding: 45px 0 0px 0;
    border-left: solid 1px #FFF;
    box-sizing: border-box;
    background-position: center 10px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF;
  }
  footer .footerButtons li:nth-child(1) a {
    border-left: none;
    background-image: url("./images/footer/ic_tel.png");
    background-image: image-set(url("./images/footer/ic_tel.png") 1x, url("./images/footer/ic_telx2.png") 2x);
    background-image: -webkit-image-set(url("./images/footer/ic_tel.png") 1x, url("./images/footer/ic_telx2.png") 2x);
  }
  footer .footerButtons li:nth-child(2) a {
    background-image: url("./images/footer/ic_mail.png");
    background-image: image-set(url("./images/footer/ic_mail.png") 1x, url("./images/footer/ic_mailx2.png") 2x);
    background-image: -webkit-image-set(url("./images/footer/ic_mail.png") 1x, url("./images/footer/ic_mailx2.png") 2x);
  }
  footer .footerButtons li:nth-child(3) a {
    background-image: url("./images/footer/ic_catalog.png");
    background-image: image-set(url("./images/footer/ic_catalog.png") 1x, url("./images/footer/ic_catalogx2.png") 2x);
    background-image: -webkit-image-set(url("./images/footer/ic_catalog.png") 1x, url("./images/footer/ic_catalogx2.png") 2x);
  }
  footer .footerButtons li:nth-child(4) a {
    background-image: url("./images/footer/ic_event.png");
    background-image: image-set(url("./images/footer/ic_event.png") 1x, url("./images/footer/ic_eventx2.png") 2x);
    background-image: -webkit-image-set(url("./images/footer/ic_event.png") 1x, url("./images/footer/ic_eventx2.png") 2x);
  }

  /* main */
  .content .contentInner {
    width: 100%;
    /*padding: 0 10px;*/
    box-sizing: border-box;
  }
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }

  /* top */
  .home #contents .content h2.type2 {
    display: block;
  }
  .home #contents .content h2.type2 span {
    display: block;
    font-size: 2.2rem;
  }
  .home #contents .content h2.type2 img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home #contents #contentMovie .head7 {
    margin-bottom: 40px;
  }
  .home #contents #contentMovie .cols3 {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .home #contents #contentMovie .cols3 li {
    display: inline-block;
    margin-right: 20px;
  }
  .home #contents #contentMovie .more.type1 a::after {
    right: 20px;
  }
  .home #contents #content8 h2 img:last-child {
    top: auto;
    right: 10px;
    bottom: -10px;
    width: 100px;
    margin-bottom: 0;
  }
  .home .content.type2 .block {
    display: block;
  }
  .home #contents #content2 .contentInner,
  .home #contents #content3 .contentInner,
  .home #contents #content4 .contentInner {
    width: 100%;
  }
  .home .content.type2 .block .image {
    width: 260px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .home .content.type2 .block .text {
    width: 100%;
  }
  .home #contents #content1 {
    padding-bottom: 220px;
  }
  .home #contents #content1 .text h2 {
    margin: 0px auto 40px;
    text-align: center;
    font-size: 2.4rem;
  }
  .home #contents #content1 .more {
    text-align: center;
  }
  .home #contents #content2 h2 {
    margin-top: -235px;
  }
  .home #contents #content2 h2 img {
    width: 180px;
  }
  .home #contents #content2 .block .text {
    width: 100%;
    margin: 0 auto;
    max-width: 380px;
  }
  .home #contents #content2 .more {
    text-align: center;
  }
  .home #contents #content3 h2 img {
    width: 260px;
  }
  .home #contents #content4 h2 img {
    width: 200px;
    margin: 0 auto 20px;
  }
  .home #contents #content4 ul,
  .home #contents #content6 ul,
  .home #contents #content8 ul {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .home #contents #content3 h2 img:last-child {
    right: 0;
    display: none;
  }
  .home #contents #content3 ul {
    display: block;
  }
  .home #contents #content3 ul li:not(:last-child) {
    display: block;
    width: 100%;
    margin-right: 0!important;
  }
  .home #contents #content3 ul li a {
    text-align: center;
    font-size: 2rem;
  }
  .home #contents #content3 ul li:nth-child(1) {
    background-size: 20% auto, 20% auto;
  }
  .home #contents #content3 ul li:nth-child(1) a {
    margin-top: 13px;
  }
  .home #contents #content3 ul li:nth-child(2) {
    background-size: 15% auto, 15% auto;
  }
  .home #contents #content3 ul li:nth-child(2) a {

  }
  .home #contents #content3 ul li:nth-child(3) {
    background-size: 65% auto;
  }
  .home #contents #content3 ul li:nth-child(3) a {

  }
  .home #contents #content3 ul li:last-child a span:first-child {
    margin-left: 0;
    display: block;
  }

  .home #contents #content4 ul li,
  .home #contents #content6 ul li,
  .home #contents #content8 ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .home #contents #content4 ul li {
    width: 200px;
    vertical-align: top;
  }
  .home #contents #content6 ul li,
  .home #contents #content8 ul li {
    width: 300px;
    vertical-align: top;
  }
  .home #contents #content6 ul li .text,
  .home #contents #content8 ul li .text {
    white-space: normal;
  }
  .home #contents #content4 ul li .text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .home #contents #content5.content.type2 .block .image {
    margin-bottom: 0;
  }
  .home #contents #content5.content h2 {
    text-align: center;
  }
  .home #contents #content5.content .more {
    text-align: center;
  }
  .home #contents #content6 h2 img {
    width: 180px;
  }
  .home #contents #content7 .contentInner {
    padding: 40px 20px;
  }
  .home #contents #content7 .contentInner h2 {
    margin-bottom: 20px;
  }
  .home #contents #content7 .contentInner ul li a {
    display: block;
  }
  .home #contents #content7 .contentInner ul li a .date:first-child {
    display: block;
  }
  .home #contents #content7 .contentInner ul li a::after {
    right: 0;
  }
  .home #contents #content8 h2 {
    padding-right: 10px;
  }
  .home #contents #content9 .contentInner {
    display: block;
  }
  .home #contents #content9 .blockSns {
    width: 100%;
    margin-right: 0!important;
  }
  .home #contents #content9 .blockSns h2::before {
    left: calc(50% - 150px);
  }
  .home #contents #content9 .blockSns h2::after {
    right: calc(50% - 150px);
  }

  #contents #contactBtns1 ul {
    display: block;
  }
  #contents #contactBtns1 ul li {
    width: 100%;
    margin-right: 0;
  }
  #contents #contactBtns1 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #contents #contactBtns1 ul li:nth-child(1) a {
    background-size: 13% auto, 13% auto;
    background-position: 30px center, calc(100% - 30px) center;
  }
  #contents #contactBtns1 ul li:nth-child(2) a {
    background-size: 13% auto, 11% auto;
    background-position: 10px center, calc(100% - 10px) center;
  }

  /*  page*/
  #pageHeader .inner {
    width: 100%;
    padding: 130px 10px 80px;
    box-sizing: border-box;
  }
  body:not(.home) #contents .content img {
    max-width: 100%;
    height: auto;
  }

  /* about */
  body.about #contents #content1 .image {
    position: relative;
    right: 0;
    width: 100%;
  }
  body.about #contents #content1 .text {
    width: 100%;
    margin-top: -25px;
    padding: 40px 20px;
  }
  body.about #contents #content2 .contentInner {
    padding: 40px 20px;
  }
  body.about #contents #content2 .contentInner .head7 .head1 {

  }
  body.about #contents #content2.content .contentInner .ic1 {
    background-position: 100% 0px;
    background-size: 25% auto;
  }
  body.about #contents #content2 .contentInner table.type1 tr {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  body.about #contents #content2 .contentInner table.type1 th,
  body.about #contents #content2 .contentInner table.type1 td {
    display: list-item;
    box-sizing: border-box;
    list-style: none;
  }
  body.about #contents #content2 .contentInner table.type1 th {
    width: 105px;
    padding: 15px 0 15px calc(1em + 5px);
    text-indent: calc(-1em - 5px);
  }
  body.about #contents #content2 .contentInner table.type1 td {
    width: calc(100% - 105px);
  }
  body.about #contents #content4 .contentInner {
    width: 100%;
  }

  /* staff */
  body.staff #contents .members .member .info {
    display: block;
  }
  body.staff #contents .members .member .image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  body.staff #contents .members .member .info .data {
    padding: 20px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #FFF;
  }
  body.staff #contents .members .member:nth-of-type(2n) .data {
    margin-left: 0;
  }
  body.staff #contents .members .member .info li {
    display: flex;
  }
  body.staff #contents .members .member .info li span:first-child {
    width: 60px;
    margin-right: 20px;
  }
  body.staff #contents .members .member .info li span:last-child {
    width: calc(100% - 80px);
  }
  body.staff #contents .members .member .message .head {
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }

  /* staff */
  #contents .members .member .message {
    display: block;
  }
  #contents .members .member .message .text {
    width: 100%;
    box-sizing: border-box;
  }

  #contents .members .member .message::after {
    left: -10px;
    width: calc(100% + 20px);

  }

  /* concept */
  body.concept #contents .content .points li {
    /*transform: scale(70%);
    -webkit-transform: scale(70%);*/
    width: 50%;
  }
  body.concept #contents .content .points li:nth-child(2) {
    top: 160px;
    left: auto;
    /*right: -35px;*/
    right: -10px;
  }
  body.concept #contents .content .points li:nth-child(3) {
    top: 160px;
    /*left: -35px;*/
    left: -10px;
    right: auto;
  }
  body.concept .content .contentInner .head5 {
    display: block;
    width: 100%;
    padding-left: 85px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .content .contentInner .head5 span:nth-child(2),
  .content .contentInner .head5 span:nth-child(3) {
    display: block;
  }
  .content .contentInner .head5 span:nth-child(2) {
    font-size: 2.6rem;
  }
  .content .contentInner .head5 span:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
    border-top: solid 1px #231815;
    border-left: none;
    font-size: 1.6rem;
  }
  .content .contentInner .head5.green span:nth-child(3) {
    border-left: none;
    border-top: solid 1px #FFF;
  }
  body.concept #contents .content .points {
    margin-bottom: 20px;
  }
  body.concept #contents #content2 .contentInner .block .image ul {
    display: block;
  }
  body.concept #contents #content2 .contentInner .block .image ul li {
    margin-right: 0;
  }
  body.concept #contents #content2 .contentInner .block .image ul li img {
    width: 100%;
  }
  body.concept #contents #content3 .block {
    display: block;
  }
  body.concept #contents #content3 .block:not(:last-of-type) {
    margin-bottom: 160px;
  }
  body.concept #contents #content3 .block .image {
    margin-bottom: 20px;
  }
  body.concept #contents #content3 .block:nth-of-type(2n) .image {
    margin-right: 0;
  }
  body.concept #contents #content3 .block:nth-of-type(2n+1) .image {
    margin-left: 0;
  }
  body.concept #contents #content3 .block .text {
    width: 100%;
  }
  body.concept #contents #content3 .block .head1 {
    top: -67px;
    padding-top: 35px;
  }
  body.concept #contents #content3 .block:nth-of-type(2n) .head1 {
    left: 25px;
  }
  body.concept #contents #content3 .block:nth-of-type(2n+1) .head1 {
    right: calc(25px);
  }
  body.concept #contents #content4 .priceList {
    display: block;
  }
  body.concept #contents #content4 .col {
    width: 100%;
    padding: 40px 20px;
  }
  body.concept #contents #content4 .alignR {
    text-align: left;
    font-size: 1.4rem;
  }
  #contents .priceList table th,
  #contents .priceList table td {
    font-size: 1.4rem;
  }
  #contents .priceList table th {
    width: 170px!important;
  }
  #contents .priceList table .sum td {
    font-size: 1.4rem!important;
  }
  .content .contentInner .head4 {
    display: block;
  }
  .content .contentInner .head4 span:nth-child(1) {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #contents #planBanners ul li:nth-child(1),
  #contents #planBanners ul li:nth-child(2) {
    height: 155px;
  }
  #contents #planBanners ul li:nth-child(1) a,
  #contents #planBanners ul li:nth-child(2) a {
    padding: 25px 0 0 40px;
    background-position: calc(50% - 50px) calc(100% + 5px), calc(100% - 25px) calc(100% - 25px), right center;
    background-size: 20% auto, auto, contain;
  }
  #contents #planBanners ul li a {
    font-size: 1.8rem;
  }
  #contents #planBanners ul li:nth-child(3) a {
    line-height: 110px;
    background-position: 20px 50%, calc(100% - 20px) 50%;
    background-size: 20% auto, 20% auto;
    font-size: 1.8rem;
  }

  /* pet */
  body.pet #contents #contentNeeds ul {
    display: block;
  }
  body.pet #contents #contentNeeds ul li {
    width: 100%;
    margin-right: 0;
  }
  body.pet #contents #contentCoordinater .text {
    text-align: left;
  }
  body.pet #contents #contentCoordinate .panel {
    padding: 40px 20px;
  }
  body.pet #contents #contentCoordinate .panel.half {
    width: 100%;
    margin-right: 0;
  }
  body.pet #contents #contentCoordinate .panel .blocks {
    display: block;
  }
  body.pet #contents #contentCoordinate .panel .block {
    margin-bottom: 20px!important;
  }
  body.pet #contents #contentCoordinate .panel .block:not(:last-child) {
    margin-right: 0;
  }
  body.pet #contents #contentCoordinate .panel .block .text {
    margin-right: 0!important;
    margin-bottom: 20px!important;
  }
  body.pet #contents #contentCoordinate .panel .block.cols2 {
    display: block;
  }
  body.pet #contents #contentCoordinate .panel .block.cols2 .text {
    width: 100%;
  }
  body.pet #contents #contentCoordinate .panel .block.cols2 .image {
    width: 100%;
    text-align: center;
  }
  body.pet #contents .content .layout li:first-child,
  body.pet #contents .content .layout li img {
      margin-bottom: 0;
  }
  body.pet #contents #contentOption .scrollArea {
    overflow-x: scroll;
  }
  body.pet #contents #contentOption .blocks {
    width: 880px;
  }
  body.pet #contents #planBanners .more {
    margin-bottom: 80px;
  }
  body.pet #contents #planBanners .more.type1 a::after {
    right: 15px;
  }

  /* support */
  body.support #contents #content2 .contentInner {
    padding: 80px 20px;
  }
  body.support #contents #content2 .block.type1,
  body.support #contents #content3 .block.type1 {
    display: block;
  }
  body.support #contents #content2 .block:nth-child(3),
  body.support #contents #content3 .block:nth-child(3) {
    padding-left: 0;
  }
  body.support #contents #content2 .block:nth-child(4),
  body.support #contents #content3 .block:nth-child(4) {
    padding-right: 0;
  }
  body.support #contents #content2 .block.type1 .image,
  body.support #contents #content3 .block.type1 .image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  body.support #contents #content2 .block.type1 .image img, 
  body.support #contents #content3 .block.type1 .image img {
    width: 60%;
    max-width: 100%;
  }
  body.support #contents #content2 .block.type2 .text {
    text-align: left;
  }
  body.support #contents .type3 {
    width: 100%;
  }
  body.support #contents .type3 .step {
    padding-left: 0
  }
  body.support #contents .type3 .step::after {
    display: none;
  }
  body.support #contents .type3 .step h4 {
    position: static;
    margin-bottom: 60px;
  }
  body.support #contents .type3 .step li h5 {
    width: 90px;
  }
  body.support #contents .type3 .step li .text {
    width: calc(100% - 120px);
  }

  /* flow */
  body.flow #contents .content .step {
    margin-right: 50px;
    margin-left: 25px;
  }
  body.flow #contents .content .block {
    display: block;
  }
  body.flow #contents .content .image,
  body.flow #contents .content .text {
    width: 100%;
    margin-right: 0;
  }
  body.flow #contents .content .image {
    height: 220px;
  }
  body.flow #contents .content .links {
    display: block;
  }
  body.flow #contents .content#content11 .links .more.type1 a {
    width: 100%;
  }
  body.flow #contents .content .links .more.type1:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* custom */
  #contents .content .photosList1 {
    width: 100%;
  }
  #contents .content .photosList1 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #contents .content .photosList1 ul li:nth-child(1),
  #contents .content .photosList1 ul li:nth-child(3),
  #contents .content .photosList1 ul li:nth-child(5),
  #contents .content .photosList1 ul li:nth-child(7),
  #contents .content .photosList1 ul li:nth-child(10),
  #contents .content .photosList1 ul li:nth-child(11) {
    margin-right: 0;
  }
  #contents .content .photosList1 ul li:nth-child(2),
  #contents .content .photosList1 ul li:nth-child(3),
  #contents .content .photosList1 ul li:nth-child(4),
  #contents .content .photosList1 ul li:nth-child(5),
  #contents .content .photosList1 ul li:nth-child(6),
  #contents .content .photosList1 ul li:nth-child(7),
  #contents .content .photosList1 ul li:nth-child(8),
  #contents .content .photosList1 ul li:nth-child(10) {
    width: calc((100% - 10px) / 2);
  }
  #contents #content2 .layout {
    display: block;
  }
  #contents .content .layout li {
    margin-right: 0;
  }
  #contents .content .layout li:first-child {
    margin-bottom: 80px;
  }
  #contents .priceList .cols2 {
    display: block;
  }
  #contents .priceList table {
    width: 100%;
  }
  #contents .points h3 {
    font-size: 2.6rem;
  }
  #content3.points .cols2,
  #content3.points .cols3 {
    display: block;
  }
  #content3.points .cols2:not(:last-child),
  #content3.points .cols3 li:not(:last-child) {
    margin-bottom: 40px;
  }

  /* reform */
  .reform #contents #content2 .block .images {
    display: block;
  }
  .reform #contents #content2 .block .images .image {
    margin-bottom: 60px;
  }
  .reform #contents #content2 .block .images .image img {
    width: 100%;
    height: auto;
  }
  .reform #contents #content2 .block .images .image:nth-child(1),
  .reform #contents #content2 .block .images .image:nth-child(2) {
    height: auto;
    width: 100%;
  }
  .reform #contents #content2 .block table {
    margin-top: 0;
  }

  /* catalog */
  .catalog #contents .content .cols2 {
    display: block;
  }
  .catalog #contents .content .cols2 .image,
  .catalog #contents .content .cols2 .text {
    width: 100%;
  }
  .catalog #contents .content .cols2 .image {
    margin-bottom: 20px;
  }
  .catalog #contents .content .cols2 .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .catalog #contents #content2 .contentInner {
    padding: 40px 20px;
  }

  /* qa */
  #contents .content .qa dt {
    font-size: 1.8rem;
  }
  #contents .content .qa dd {
    font-size: 1.6rem;
  }

  /* contact */
  .contact #contents #content2 .contentInner {
    padding: 40px 20px;
  }

  /* archive */
  #contents .content .archiveList li {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
    margin-bottom: 60px;
  }
  #contents .content .archiveList li:nth-child(3n) {
    margin-right: 20px;
  }
  #contents .content .archiveList li:nth-child(2n) {
    margin-right: 0;
  }

  /* single */
  .single #pageHeader .inner {
    display: block;
  }
  .single #pageHeader .inner :nth-child(2n) {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .single .thumbList li {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
    margin-bottom: 60px;
  }
  .single .thumbList li:nth-child(3n) {
    margin-right: 20px;
  }
  .single .thumbList li:nth-child(2n) {
    margin-right: 0;
  }
  .single .thumbList li .image {
    width: 100%;
    height: auto;
  }
  .single .pagenation {
    width: 100%;
  }

  /* single-works */
  .single-works .images .mainImage {
    height: auto;
  }
  .single-works .images .thumbs li {
    width: calc((100% - (10px * 6)) / 7);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .single .points .point {
    display: block;
  }
  .single .points .point .image {
    width: 100%;
    height: auto;
  }
  .single .points .point .text {
    width: 100%;
  }

  /* single-reform */
  #contents .w_reform .mainImage {
    height: auto;
  }
  .single .intro {
    display: block;
    width: 100%;
  }
  #contents .w_reform .block .images {
    display: block;
  }
  #contents .w_reform .block .images .image {
    margin-bottom: 70px;
  }
  #contents .w_reform .block .images .image:nth-child(1),
  #contents .w_reform .block .images .image:nth-child(2) {
    width: 100%;
    height: auto;
  }
  #contents .w_reform .block .text {
    width: 100%;
    margin-top: 0;
  }

  /* single-voice */
  .single-voice .mainImage {
    height: auto;
  }
  .single-voice .intro .text {
    width: 100%;
    margin-right: 0;
  }
  .single-voice .intro .detail {
    margin-bottom: 20px;
  }

  /* single-event */
  .single-event .mainImage {
    height: auto;
  }
  .single-event #contents #content3 .contentInner {
    padding: 40px 20px;
  }
  .wpcf7 {
    width: 100%;
  }
  .contactForm table  {
    width: 100%;
  }
  .contactForm table th,
  .contactForm table td {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }

  /* common */
  .pc {
    display: none!important;
  }
  .more.type1 a {
    width: 220px;
    padding: 15px;
  }
  .content.bg3 {
    background: none;
  }
  #contents #planBanners ul {
    display: block;
  }
  #contents #planBanners ul li:nth-child(1),
  #contents #planBanners ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .head1 {
    line-height: 1.2;
    margin-bottom: 5px;
    word-break: break-all;
    font-size: 5rem;
  }
  .content .contentInner .head2 span:nth-child(1),
  .content .contentInner .head2 span:nth-child(3) {
    font-size: 2.2rem;
  }
  .content .contentInner .head2 .head1 {
    display: block;
    margin-bottom: 40px;
  }
  .content .contentInner .head6 {
    font-size: 2.2rem;
  }
  .content .contentInner .head6::after {
    right: -10px;
    width: 80px;
    background-size: 100%;
  }
  .content .contentInner .head8 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .content .contentInner .head8 span:nth-child(1) {
    font-size: 2.6rem;
  }
  .content .contentInner .head8 span:nth-child(2) {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    border-top: solid 1px #231815;
    border-left: none;
    font-size: 1.6rem;
  }
  .bnStaff {
    background-size: 65% auto;
  }
  .bnStaff a {
    text-align: center;
    font-size: 2rem;
  }
  .bnStaff a span:first-child {
    margin: 0;
  }

}

@media screen and (min-width:641px) {
  header {
    min-width: 1240px;
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .mainVisual,
  .slideContent,
  #main {
    min-width: 1240px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-width: 1240px;
  }

  /* menu */
  header nav {
    clear: both;
    display: flex!important;
    align-items: center;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header.type1 nav ul.subMenu {
    position: absolute;
    z-index: 10;
    width: 200px;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 10px;
  }
  header.type1 nav ul.subMenu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  header.type1 nav ul.subMenu li {
    text-align: left;
  }
  header.type1 nav ul.subMenu li a {
    position: relative;
    display: block;
  }
  header.type1 nav ul.subMenu li:not(:last-child) a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
  }
  header.type1 nav ul.subMenu li a:after {
    position: absolute;
    top: calc(50% - 6px);
    right: 3px;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #55B779;
    border-right: 2px solid #55B779;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.type1 nav ul.subMenu li:last-child a:after {
    top: calc(50% - 1px);
  }
  #menuButton {
    display: none;
  }

  /* common */
  .sp {
    display: none!important;
  }
}