﻿/*
Theme Name: ブレイスホームクリーニング
*/

@charset "utf-8";

/* base
--------------------------------------------*/
/* M PLUS 1,  Sawarabi Gothic, Kaisei Opti, Kiwi Maru, Zen Old Mincho ,Zen Maru Gothic, M PLUS 1 */
* {
  font-family: 'Sawarabi Gothic','Noto Sans Japanese','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
}
html { font-size: 62.5%; }

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

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

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  position: relative;
  z-index: 110;
}

/* type1*/
header.type1 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type1 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
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:not(:first-child) {
  margin-left: 20px;
}
header.type1 .headerMenu {
  display: flex;
}
header.type1 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type1 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* type2*/
header.type2 {
  position: relative;
  padding: 15px 0;
}
header.type2 .bgBlock {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 217px;
  overflow: hidden;
}
header.type2 .bgBlock:after {
  position: absolute;
  content: "";
  width: 2500px;
  height: 217px;
  background-image: url("./images/header/header_bg1.png");
  background-image: image-set(url("./images/header/header_bg1.png") 1x, url("./images/header/header_bg1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/header_bg1.png") 1x, url("./images/header/header_bg1x2.png") 2x);
  background-position: calc((100vw - 2500px) / 2) -78px;
  background-repeat: no-repeat;
}
header.type2 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header.type2 #headerInner .disc {
  margin-top: 10px;
}
header.type2 #headerContent {

}
header.type2 nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.home header.type2 nav,
body.page-template-page-template1 header.type2 nav {
  position: absolute;
  left: calc((100vw - 1200px) / 2);
  bottom: -50px;
  z-index: 10;
}
header.type2 nav ul {
  display: flex;
}
header.type2 nav ul li {
  width: 170px;
  padding: 5px;
  box-sizing: border-box
}
header.type2 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type2 nav ul li a {
  display: block;
  border: solid 1px #FFF;
  border-radius: 10px 0 10px 0;
  background-color: rgba(66,33,11,0.63);
  text-align: center;
  color: #FFF;
}
header.type2 .headerMenu {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-bottom: 10px;
}
header.type2 .headerMenu .menuTel {
  margin-right: 20px;
}
header.type2 .headerMenu .menuTime {
  margin-right: 80px;
  font-size: 1.3rem;
}
header.type2 .headerMenu .menuText {
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  bottom: -95px;
  z-index: 7;
  line-height: 29px;
  font-weight: bold;
  font-size: 1.6rem;
}
header.type2 .headerMenu .menuText span {
  font-size: 2.4rem;
  color: #C69211;
}
header.type2 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type2 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

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

}
body.home #main {
  overflow: hidden;
}
#contents {
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side  .years > select {
  display: block;
  margin-bottom: 20px;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 54px;
}

footer.type1 {

}
footer.type1 #footerInner {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
footer.type1 #footerInfo {

}
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: 10px 0;
  background-color: #C69211;
  text-align: center;
  font-size: 1.3rem;
  color: #FFF;
}


footer.type2 {

}
footer.type2 #footerMenu {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer.type2 #footerMenu ul {
  display: flex;
  max-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;
  max-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
---------------------------------------------*/
.slideContent {
  position: relative;
  overflow: hidden;
}
.slideContent:after {
  position: absolute;
  left: 0;
  bottom: 29px;
  content: "";
  width: 2500px;
  height: 245px;
  background-image: url("./images/header/header_bg2.png");
  background-image: image-set(url("./images/header/header_bg2.png") 1x, url("./images/header/header_bg2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/header_bg2.png") 1x, url("./images/header/header_bg2x2.png") 2x);
  background-position: calc((100vw - 2500px) / 2) 0;
  background-repeat: no-repeat;
}
.slideContent .catch {
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  bottom: 110px;
  font-family: 'Kiwi Maru';
  font-size: 5.5rem;
  color: #FFF;
}
.slider.typeFH {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  height: auto!important;
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.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 {
  height: 100vh;
  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: 100px 0;
}
#contents .content:first-child {
  padding: 100px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 100px;
}
#contents .content.bg + .content {
  padding: 100px 0;
}
.content.bg {
  background-color: #FFF;
}
.content.bg.type1 {
  background-color: #E5E5E5;
}
.content.bg.type2 {
  background-color: #E5E5E5;
}
.content .contentInner {
  max-width: 1200px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}


/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .text p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#contentContact .text .tel {
  margin-bottom: 0;
  font-size: 3.8rem;
  color: #02227E;
}
#contentContact .text .tel a {
  color: #02227E;
}
#contentContact .text .small {
  font-size: 1.2rem;
  color: #02227E;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
/*
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: 20px;
  border: solid 1px #000;
  text-align: center;
}
.button.type1 a:before,
.button.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}*/
.button.type1 {
  position: relative;
}
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 420px;
  width: 100%;
  padding: 15px 20px;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #FFF;
  box-sizing: border-box;
  text-align: center;
}
.button.type1.arrowLeft a:before,
.button.type1.arrowRight a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 110px;
  height: 69px;
  background-position: center;
  background-repeat: no-repeat;
}
.button.type1.arrowLeft a:before {
  top: -30px;
  left: -85px;
  background-image: url("./images/common/ic_fingure_1.png");
  background-image: image-set(url("./images/common/ic_fingure_1.png") 1x, url("./images/common/ic_fingure_1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_fingure_1.png") 1x, url("./images/common/ic_fingure_1x2.png") 2x);
}
.button.type1.arrowRight a:before {
  top: -30px;
  right: -85px;
  background-image: url("./images/common/ic_fingure_2.png");
  background-image: image-set(url("./images/common/ic_fingure_2.png") 1x, url("./images/common/ic_fingure_2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_fingure_2.png") 1x, url("./images/common/ic_fingure_2x2.png") 2x);
}
.button.type1:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  content: "";
  max-width: 420px;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #B2B2B2;
}
.button.type1 a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type1 a span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.button.type1 a span:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #C69211;
}


.button.type2 a {
  position: relative;
  padding-right: 57px;
  background-image: url("./images/common/ic_arrow7.png");
  background-image: image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-position: center right;
  background-repeat: no-repeat;
}
.button.type2 a:before,
.button.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type2 a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type2 a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.button.type3 a {
  position: relative;
  padding-right: 60px;
}
.button.type3 a:before,
.button.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type3 a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.button.type3 a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.contactButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1190px;
}
.contactButtons * {
  font-family: "M PLUS 1";
}
.contactButtons > * {
  margin-bottom: 40px;
}
.contactButtons .tel {
  width: calc((100% - 10px) * (760 / 1180));
  margin-top: -71px;
  margin-right: 10px;
}
.contactButtons .tel > span {
  position: relative;
  margin-bottom: 1px;
  font-size: 4.4rem;
  color: #9F0000;
}
.contactButtons .tel > span:before,
.contactButtons .tel > span:after {
  position: absolute;
  bottom: 27px;
  display: block;
  content: "";
  width: 54px;
  height: 1px;
  background-color: #9F0000;
}
.contactButtons .tel > span:before {
  left: -58px;
  transform: rotate(45deg);
}
.contactButtons .tel > span:after {
  right: -58px;
  transform: rotate(-45deg);
}
.contactButtons .tel a span:nth-child(1) {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 7.5rem;
  font-weight: bold;
}
.contactButtons .tel a span:nth-child(2) {
  font-size: 3rem;
}
.contactButtons .line {
  width: calc((100% - 10px) * (420 / 1180));
}
.contactButtons .line a span:nth-child(1) {
  font-weight: bold;
  font-size: 3.2rem;
}
.contactButtons .line a span:nth-child(2) {
  font-size: 2.6rem;
}
.contactButtons .form a span:nth-child(1) {
  font-weight: bold;
  font-size: 3.2rem;
}
.contactButtons .form a span:nth-child(2) {
  font-size: 2.6rem;
}
.contactButtons .form {
  width: 100%;
  max-width: 460px;
}
.contactButtons a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  min-height: 150px;
  border-radius: 25px;
  background-color: #1A1A1A;
  text-align: center;
  color: #FFF;
}
.contactButtons a span {
  display: block;
  width: 100%;
}
.contactButtons .tel a {
  padding-left: 40px;
  background-image: url("./images/common/ic_tel_w.png");
  background-image: image-set(url("./images/common/ic_tel_w.png") 1x, url("./images/common/ic_tel_wx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_tel_w.png") 1x, url("./images/common/ic_tel_wx2.png") 2x);
  background-position: 24px 10px;
  background-repeat: no-repeat;
}
.contactButtons .line a {
  padding-left: 105px;
  background-image: url("./images/common/ic_line2.png");
  background-image: image-set(url("./images/common/ic_line2.png") 1x, url("./images/common/ic_line2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_line2.png") 1x, url("./images/common/ic_line2x2.png") 2x);
  background-position: 20px 25px;
  background-repeat: no-repeat;
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  line-height: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li * {
  font-size: 1.3rem; 
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}

.large {
  font-size: 3.4rem;
}
.small {
  font-size: 1.3rem;
}

.head.type1 {
  font-family: "Kiwi Maru";
}
.head.type2 {
  position: relative;
  font-size: 3.6rem;
}
.head.type2:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 18px;
  border-radius: 6px;
  background-color: #C69211;
}
.head.type3 {
  position: relative;
  margin-bottom: 50px;
  font-family: 'Kiwi Maru';
  font-size: 3.5rem;
}
.head.type4 {
  position: relative;
  margin-bottom: 50px;
  font-family: 'Kiwi Maru';
  font-size: 2.1rem;
}
.head.type5 {
  position: relative;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: 'Kiwi Maru';
  font-size: 2.9rem;
}
.head.type5:before {
  position: absolute;
  top: -52px;
  right: -22px;
  z-index: -1;
  display: block;
  content: "";
  width: 35px;
  height: 49px;
  background-image: url("./images/common/ic_line01.png");
  background-image: image-set(url("./images/common/ic_line01.png") 1x, url("./images/common/ic_line01x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_line01.png") 1x, url("./images/common/ic_line01x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
.head.type5:after {
  position: absolute;
  left: 0px;
  z-index: -1;
  display: block;
  content: "";
  width: 18px;
  height: 100%;
  margin-top: -11px;
  background-color: #C69211;
  border-radius: 5px;
}
.head.type6 {
  position: relative;
  line-height: 1.4;
  font-size: 3.7rem;
}
.head.type7 span {
  position: relative;
  font-family: "Kiwi Maru";
  font-size: 6.9rem;
}
.head.type7 span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 22px;
  border-radius: 5px;
  background-color: #3C99CC;
}
.head.type8 {
  position: relative;
  display: block;
  padding: 10px 0;
  border-radius: 15px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background-color: #FFF;
}
.head.type8:before {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  padding: 5px;
  border: solid 1px #000;
  border-radius: 15px;
}
.head.type8.left {
  position: absolute;
  top: 0;
  left: 0;
}
.head.type8.left:before {

}

.head.type9 {
  margin-bottom: 60px;
  text-align: center;
}
.head.type9 span {
  position: relative;
  padding: 0px 100px 15px;
  background-image: url("./images/common/ic_line_l.png"), url("./images/common/ic_line_r.png");
  background-image: image-set(url("./images/common/ic_line_l.png") 1x, url("./images/common/ic_line_lx2.png") 2x), image-set(url("./images/common/ic_line_r.png") 1x, url("./images/common/ic_line_rx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/arrow_w_14.ic_line_l") 1x, url("./images/common/ic_line_lx2.png") 2x), -webkit-image-set(url("./images/common/arrow_w_14.ic_line_r") 1x, url("./images/common/ic_line_rx2.png") 2x);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  font-family: "Kiwi Maru";
  font-size: 6.9rem;
}
.head.type9 span:after {
  position: absolute;
  left: calc(50% - 245px);
  bottom: 15px;
  z-index: -1;
  content: "";
  width: calc(100% - 200px);
  height: 22px;
  background-color: #FFFF00;
}

.head.type10 {
  width: 160px;
  /* text-align: center; */
}
.head.type10 span {
  position: relative;
  display: block;
  padding: 35px 20px;
  border-radius: 47px;
  border: solid 1px #000;
  box-sizing: border-box;
  font-family: 'Kaisei Opti';
  font-size: 6.4rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /* white-space: pre;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
}
.head.type10 span:before {
  position: absolute;
  top: -17px;
  right: -13px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 47px;
  border: solid 1px #000;
}
.head.type11 {
  line-height: 116px;
  background-image: url("./images/common/head02.png");
  background-image: image-set(url("./images/common/head02.png") 1x, url("./images/common/head02x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/head02.png") 1x, url("./images/common/head02x2.png") 2x); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  font-family: 'Kaisei Opti';
  font-size: 5.5rem;
}
.head.type12 {
  margin-bottom: 50px;
  text-align: center;
}
.head.type12 span {
  padding: 9px 0 0px 90px;
  background-image: url("./images/common/ic_feather.png");
  background-image: image-set(url("./images/common/ic_feather.png") 1x, url("./images/common/ic_featherx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_feather.png") 1x, url("./images/common/ic_featherx2.png") 2x); 
  background-repeat: no-repeat;
  background-position: left 0;
  font-family: "Kaisei Opti";
  font-size: 4rem;
}
.head.type13 {
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
}
.head.type13 > div {
  position: relative;
  display: inline-block;
}
.head.type13 img {
  position: absolute;
  top: -150px;
  left: -356px;
}
.head.type13 span {

}
.head.type13 .large {
  position: relative;
  display: inline-block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 6.5rem;
}
/*
.head.type13 .large:after {
  position: absolute;
  left: -100px;
  bottom: 5px;
  z-index: -1;
  display: block;
  content: "";
  height: 5px;
  width: calc(100% + 100px);
  background-color: #4D4D4D;
}*/
.head.type13 .large::after {
  position: absolute;
  left: -100px;
  bottom: 5px;
  z-index: -1;
  display: block;
  content: "";
  height: 5px;
  width: 0;
  background-color: #4D4D4D;
  transition: width 1s ease-out;
}
.head.type13 .large.animate-line::after {
  width: calc(100% + 100px);
}
.head.type13 .small {
  display: block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: lighter;
  font-size: 3.4rem;
  color: #4D4D4D;
}
.head.pageTitle {
  max-width: 569px;
  line-height: 118px;
  background-image: url("./images/common/head01.png");
  background-image: image-set(url("./images/common/head01.png") 1x, url("./images/common/head01x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/head01.png") 1x, url("./images/common/head01x2.png") 2x); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  font-family: 'Kaisei Opti';
  font-size: 6.8rem;
}
.head.type14 {
  position: relative;
  max-width: 830px;
  padding: 10px 20px 30px;
  border-radius: 47px;
  border: solid 1px #000;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Kaisei Opti';
  font-size: 3.9rem;
}
.head.type14:before {
  position: absolute;
  top: -17px;
  left: -13px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 47px;
  border: solid 1px #000;
}
.head.type15 {
  position: relative;
  font-family: 'Kaisei Opti';
  font-weight: 400;
  font-size: 4.8rem;
}
.head.type15:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  max-width: 530px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.head.type15.alignR:after {
  left: auto;
  right: 0;
}
.head.type15 span {
  display: block;
  padding-bottom: 20px;
  font-family: 'Kaisei Opti';
  font-size: 2.4rem;
  color: rgb(6,36,130);
}
.head.type16 {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Kaisei Opti';
  font-size: 3.6rem;
}
.head.type17 {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Kaisei Opti';
  font-size: 6.8rem;
}
.head.type18 {
  margin-bottom: 30px;
  font-family: 'Kaisei Opti';
  font-size: 4.8rem;
}

.cols2,
.cols3,
.cols4,
.cols5,
.cols6 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > *,
.cols5 > *,
.cols6 > * {
  margin-right: 45px;
  margin-bottom: 30px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n),
.cols5 > *:nth-child(5n),
.cols6 > *:nth-child(6n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (45px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (45px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (45px * 3)) / 4);
}
.cols5 > * {
  width: calc((100% - (45px * 4)) / 5);
}
.cols6 > * {
  width: calc((100% - (45px * 5)) / 6);
}
.cols2.rev {
  flex-flow: row-reverse;
}
.tdUnderline {
  text-decoration: underline;
}
.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
}
.layoutCols2 .colsMain {
  width: calc(100% - 200px - 40px);
}
.layoutCols2 .colsSide {
  width: 200px;
  margin-right: 40px;
}
.layoutCols2 .fixedSide {

}

.content .sentence:not(:last-child) {
  margin-bottom: 50px;
}
.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .block.type1 {
  padding: 20px 15px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #E5E5E5;
  font-size: 1.8rem;
}
.content .image {
  margin-bottom: 20px;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}
.borderBottom.yellow {
  position: relative;
}
.borderBottom.yellow:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 22px;
  background-color: #FFFF00;
}
.borderBottom.brown {
  position: relative;
  z-index: 1;
}
.borderBottom.brown:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 22px;
  background-color: #C69211;
}

.cGray {
  color: #989898;
}
.cOrange {
  color: #C69211;
}
.cRed {
  color: #9f0000;
}

.bgWhite {
  background-color: #FFF;
}
.bRadius {
  border-radius: 21px;
}

.list.type1 {
  display: flex;
  justify-content: space-between;
}
.list.type1 li {

}
.list.type1 li:nth-child(even) {
  margin-top: 120px;
}
.list.type1 li .head {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
}
.list.type1 li .head:before,
.list.type1 li .head:after {
  position: absolute;
  top: 22px;
  display: block;
  content: "";
  /* width: 48px;
  height: 102px; */
  width: 315px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.list.type1 li .head:before {
  /* left: -55px; */
  left: calc((100% - 315px) / 2);
  /* background-image: url("./images/organize/line_l.png");
  background-image: image-set(url("./images/organize/line_l.png") 1x, url("./images/organize/line_lx2.png") 2x);
  background-image: -webkit-image-set(url("./images/organize/line_l.png") 1x, url("./images/organize/line_lx2.png") 2x); */
  background-image: url("./images/organize/line_cropped.gif");
}
/* .list.type1 li .head:after {
  right: -55px;
  background-image: url("./images/organize/line_r.png");
  background-image: image-set(url("./images/organize/line_r.png") 1x, url("./images/organize/line_rx2.png") 2x);
  background-image: -webkit-image-set(url("./images/organize/line_r.png") 1x, url("./images/organize/line_rx2.png") 2x);
} */
.list.type1 li .head span:first-child {
  margin-right: 5px;
  font-family: 'Kaisei Opti';
  font-size: 3.9rem;
  color: #9f0000;
}
.list.type1 li p {
  text-align: center;
  font-size: 1.5rem;
}
.list.type1 li .image {
  margin-top: 50px;
  text-align: center;
}
.list.type1 li .image {
  max-width: 200px;
}

.list.type2 {
  padding: 45px 40px;
  border: solid 1px #000;
  border-radius: 28px;
}
.list.type2 li {
  display: flex;
  margin-bottom: 30px;
}
.list.type2 li:last-child {
  margin-bottom: 0;
}
.list.type2 li .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-right: 15px;
  padding: 5px 0 7px;
  border-radius: 6px;
  background-color: #4d4d4d;
  box-sizing: border-box;
  text-align: center;
  font-family: "Kaisei Opti";
  font-size: 2.4rem;
  color: #FFF; 
}
.list.type2 li .text {
  width: calc(100% - 220px - 15px);
}

.list.type3 {
  display: flex;
  justify-content: end;
}
.list.type3 li {
  width: calc((100% - (20px * 2)) / 3);
  margin-right: 20px !important;
  margin-bottom: 20px;
  padding: 5px 0;
  border-radius: 7px;
  background-color: #333;
  text-align: center;
  font-size: 1.5rem;
  color: #FFF;
}
.list.type3 li:nth-child(4) {
  width: 240px;
}
.list.type3 li:nth-child(3),
.list.type3 li:nth-child(5) {
  margin-right: 0!important;
}
.list.type3 li span {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.list.type4 {
  margin-bottom: 40px;
  padding: 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.list.type4 li {
  margin-bottom: 10px;
  font-family: "Kaisei Opti";
  font-size: 2rem;
}
.list.type4 li:last-child {
  margin-bottom: 0;
}

.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

.typeFlow .freeBlocks,
.typeFlow .paidBlocks {
  position: relative;
  padding-left: 125px;
  box-sizing: border-box;
}
.typeFlow .freeBlocks:before,
.typeFlow .paidBlocks:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  border-radius: 3px;
}
.typeFlow .freeBlocks:before {
  background-color: #3C99CC;
}
.typeFlow .paidBlocks:before {
  background-color: #FF921E;
}
.typeFlow .typeFlowPrice {  
  position: absolute;
  top: calc(50% - 60px);
  left: -37px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 50px;
  font-size: 3.6rem;
}
.typeFlow .block {
  position: relative;
  margin-bottom: 80px;
  padding-left: 90px;
}
.typeFlow .block:before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 136px;
  height: 136px;
  background-repeat: no-repeat;
  background-position: center center;
}
.typeFlow .block1:before {
  background-image: url("./images/flow/ic_flow1.png");
  background-image: image-set(url("./images/flow/ic_flow1.png") 1x, url("./images/flow/ic_flow1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow1.png") 1x, url("./images/flow/ic_flow1x2.png") 2x);
}
.typeFlow .block2:before {
  background-image: url("./images/flow/ic_flow2.png");
  background-image: image-set(url("./images/flow/ic_flow2.png") 1x, url("./images/flow/ic_flow2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow2.png") 1x, url("./images/flow/ic_flow2x2.png") 2x);
}
.typeFlow .block3:before {
  background-image: url("./images/flow/ic_flow3.png");
  background-image: image-set(url("./images/flow/ic_flow3.png") 1x, url("./images/flow/ic_flow3x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow3.png") 1x, url("./images/flow/ic_flow3x2.png") 2x);
}
.typeFlow .block4:before {
  background-image: url("./images/flow/ic_flow4.png");
  background-image: image-set(url("./images/flow/ic_flow4.png") 1x, url("./images/flow/ic_flow4x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow4.png") 1x, url("./images/flow/ic_flow4x2.png") 2x);
}
.typeFlow .block5:before {
  background-image: url("./images/flow/ic_flow5.png");
  background-image: image-set(url("./images/flow/ic_flow5.png") 1x, url("./images/flow/ic_flow5x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow5.png") 1x, url("./images/flow/ic_flow5x2.png") 2x);
}
.typeFlow .block6:before {
  background-image: url("./images/flow/ic_flow6.png");
  background-image: image-set(url("./images/flow/ic_flow6.png") 1x, url("./images/flow/ic_flow6x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow6.png") 1x, url("./images/flow/ic_flow6x2.png") 2x);
}
.typeFlow .block7:before {
  background-image: url("./images/flow/ic_flow7.png");
  background-image: image-set(url("./images/flow/ic_flow7.png") 1x, url("./images/flow/ic_flow7x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow7.png") 1x, url("./images/flow/ic_flow7x2.png") 2x);
}
.typeFlow .block8:before {
  background-image: url("./images/flow/ic_flow8.png");
  background-image: image-set(url("./images/flow/ic_flow8.png") 1x, url("./images/flow/ic_flow8x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow8.png") 1x, url("./images/flow/ic_flow8x2.png") 2x);
}
.typeFlow .block9:before {
  background-image: url("./images/flow/ic_flow9.png");
  background-image: image-set(url("./images/flow/ic_flow9.png") 1x, url("./images/flow/ic_flow9x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_flow9.png") 1x, url("./images/flow/ic_flow9x2.png") 2x);
}
.typeFlow .block .num {
  position: absolute;
  top: 90px;
  left: 0;
  line-height: 1;
  font-family: 'Kiwi Maru';
  font-size: 6rem;
}
.typeFlow .block .head {
  margin-bottom: 5px;
  font-family: 'Kaisei Opti';
  font-size: 2.1rem;
  color: #3C99CC;
}
.typeFlow .blockContent {
  position: relative;
}
.typeFlow .blockContent .text {
  margin-top: -150px;
  margin-left: 108px;
  padding: 30px 80px;
  border-radius: 30px;
  border: solid 1px #B2B2B2;
  box-sizing: border-box;
}

.panel.type1 {

}
.panel.type1 > .head {
  width: 200px;
  margin: 0 auto;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 5px;
  text-align: center;
  font-size: 2.2rem;
}
.panel.type2 {
  max-width: 870px;
  margin: 0 auto;
  padding: 40px 150px;
  border: solid 1px #000;
  border-radius: 60px;
  background-color: #FFF;
  box-shadow: 4px 4px #000;
  box-sizing: border-box;
}
.panel.type2 ul {

}
.panel.type2 li {
  margin-bottom: 15px;
  padding-left: 1.3rem;
  text-indent: -1.3em;
  font-size: 1.8rem;
  color: #9f0000;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out;
}
.fade-in.from-left {
  transform: translateX(-30px);
}
.fade-in.from-right {
  transform: translateX(30px);
}
.fade-in.inview {
  opacity: 1;
  transform: translate(0, 0);
}

/* 遅延アニメーション（左から順に） */
.delay0 { transition-delay: 0s; }
.delay1 { transition-delay: 0.2s; }
.delay2 { transition-delay: 0.4s; }
.delay3 { transition-delay: 0.6s; }
.delay4 { transition-delay: 0.8s; }
.delay5 { transition-delay: 1.0s; }
.delay6 { transition-delay: 1.2s; }

/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}
table .noBorder {
  border: none !important;
  background-color: transparent !important;
}

table.type1 {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
table.type1 tr > * {
  border-bottom: solid 1px #000;
}
table.type1 tr:last-child > * {
  border-bottom: none;
}
table.type1 tr:nth-child(odd) > * {
  background-color: #FFF;
}
table.type1 tr:nth-child(even) > * {
  background-color: #E5E5E5;
}
table.type1 tr th {
  text-align: center;
  font-size: 2.7rem;
}
table.type1 tr td {
  font-family: "M PLUS 1";
  font-weight: 600;
  font-size: 3.1rem;
}

table.type2 {

}
table.type2 th,
table.type2 td {
 vertical-align: middle;
 border: solid 1px #000;
 text-align: center;
 font-family: 'Kaisei Opti';
}
table.type2 th {

}
table.type2 thead th {
  background-color: #4D4D4D;
  font-size: 2.2rem;
  color: #FFF;
}
table.type2 tbody th {
  background-color: #FFF5E4;
  font-size: 1.8rem;
}
table.type2 td {
  background-color: #FFF;
}

table.type3 {
  border-radius: 20px;
  border-collapse: initial;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #B1B1B1;
  border-top: 1px solid #B1B1B1;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
table.type3 tr > * {
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
}
table.type3 tr:first-child > *:first-child {
  border-radius: 20px 0 0 0;
}
table.type3 tr:first-child > *:last-child {
  border-radius: 0 20px 0 0;
}
table.type3 tr:last-child > *:first-child {
  border-radius: 0 0 0 20px;
}
table.type3 tr:last-child > *:last-child {
  border-radius: 0 0 20px 0;
}
table.type3 th,
table.type3 td {
}
table.type3 th {
  width: 25%;
  background-color: #E4E4E4;
  text-align: center;
}
table.type3 tr:nth-child(odd) th {
  background-color: #F0F0F0;
}
table.type3 td {
  background-color: #FFF;
}

table.type4 th,
table.type4 td {
  vertical-align: middle;
  text-align: center;
  border: solid 2px #000;
  font-size: 1.8rem;
}
table.type4 thead tr > * {
  
}
table.type4 thead tr > *:nth-child(1) {
  width: 240px;
  border: none;
}
table.type4 thead tr > *:nth-child(2) {
  background-color: #4d4d4d;
  color: #FFF;
}
table.type4 thead tr > *:nth-child(3) {
  background-color: #b2b2b2;
}
  

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% + 4px) / 3);
  height: 58px;
  line-height: calc(34 / 20);
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
  border: solid 2px #8FCC9B;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  height: 72px;
  background-color: #8FCC9B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFF;
}
.tabContents {
  display: none;
}
#tab1.tabContents {
  display: block;
}
.tabContent {
  padding: 70px 0;
}


/* page */
body:not(.home):not(.page-template-page-template1) header.type2 {
  margin-bottom: 80px;
}
.pageImage {
  height: 390px;
  overflow: hidden;
}
.pageImage img {
  margin-left: calc((100vw - 1840px) / 2);
}
.pageTitle {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pageTitle span {

}

/* archive */
body.archive .pagenation {
  text-align: center;
}
body.archive .pagenation .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
  padding: 7px 13px;
  border: solid 1px #000;
  transition: all 0.4s;
}
body.archive .pagenation .page-numbers.current,
body.archive .pagenation .page-numbers:not(.prev):not(.next):hover {
  background-color: #000;
  color: #FFF;
}

/* single */
body.single #contents .content .contentInner .article {
  margin-bottom: 100px;
}
.pagenation {
  position: relative;
}
.pagenation .screen-reader-text {
  display: none;
}
body.single .pagenation:after {
  position: absolute;
  top: 15%;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #000;
}
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 40%;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  top: calc(50% - 7px);
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pagenation .nav-links .nav-previous a:after {
  left: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagenation .nav-links .nav-next a:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* TOP */
.slideContent .contact {
  position: absolute;
  left: calc((100vw - 1200px) / 2);
  bottom: 110px;
  z-index: 10;
  width: 280px;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
  font-size: 3.3rem;
}
.slideContent .contact * {
  font-family: 'Kaisei Opti';
}
.slideContent .contact:before {
  position: absolute;
  left: calc(50% - (280px / 2));
  bottom: -10px;
  z-index: -1;
  display: block;
  content: "";
  height: 29px;
  width: 280px;
  background-color: #C69211;
}
.slideContent .contact span {
  display: block;
  font-size: 5.1rem;
}
body.home #contentIntro {
  margin-top: 35px;
  box-shadow: 10px 0 30px 10px #FFF;
}
body.home #contentIntro:first-child {
  padding: 50px 0;
}
body.home #contentIntro .head {

}
body.home #contentIntro .head span {
  /* font-family: 'Kaisei Opti'; */
  font-family: 'Zen Old Mincho';
  font-size: 4rem;
}
body.home #content1 .head.type2 span {
  margin: 0 5px;
  font-family: 'Sawarabi Gothic';
  font-size: 3.1rem;
}
body.home #content1 .col {
  margin-right: 0;
}
body.home #content1 .col:nth-child(1) {
  width: calc((100% - 40px) * (3 / 5));
}
body.home #content1 .col:nth-child(1) .text {
  position: relative
}
body.home #content1 .col:nth-child(1) .text:before {
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #989898;
}
body.home #content1 .col:nth-child(1) .text:not(:last-child):after {
  position: absolute;
  bottom: -26px;
  left: 10px;
  display: block;
  content: "";
  width: calc(100% - 180px);
  height: 1px;
  background-color: #989898;
}
body.home #content1 .col:nth-child(1) .text:last-child .head.type3 {
  position: relative;
}
body.home #content1 .col:nth-child(1) .text:last-child .head.type3:before {
  position: absolute;
  top: -50px;
  right: -20px;
  display: block;
  content: "";
  width: 136px;
  height: 136px;
  background-image: url("./images/common/bg_circle01.png");
  background-image: image-set(url("./images/common/bg_circle01.png") 1x, url("./images/common/bg_circle01x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle01.png") 1x, url("./images/common/bg_circle01x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content1 .col:nth-child(1) .text:last-child .head.type3 span {
  font-family: 'Kiwi Maru';
}
body.home #content1 .col:nth-child(1) .text:last-child .head.type4 {
  position: relative;
}
body.home #content1 .col:nth-child(1) .text:last-child .head.type4:before {
  position: absolute;
  top: -45px;
  left: -30px;
  display: block;
  content: "";
  width: 79px;
  height: 79px;
  background-image: url("./images/common/bg_circle02.png");
  background-image: image-set(url("./images/common/bg_circle02.png") 1x, url("./images/common/bg_circle02x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle02.png") 1x, url("./images/common/bg_circle02x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content1 .col:nth-child(2) {
  width: calc((100% - 40px) * (2 / 5));
  margin-right: 40px;
}
body.home #content1 .large {
  position: relative;
}
body.home #content1 .large:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #FFFF00;
}
body.home #content1 .representative .text {
  margin-top: -100px;
}
body.home #content1 .representative .text span {
  display: block;
  font-size: 3rem;
}
body.home #content1 .representative .text .small {
  font-size: 1.4rem;
}
body.home #content1 #block1-2 {
  position: relative;
}
body.home #content1 #block1-2 .head {
  position: absolute;
  top: 0;
  right: 52px;
}
body.home #content1 .block.type1 .borderBottom.brown::after {
  height: 8px;
}

body.home #content2 {
  position: relative;
}
body.home #content2:before,
body.home #content2:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 23px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
body.home #content2:before {
  top: -22.5px;
  left: auto;
  right: 0;
  width: calc((1200px - 460px) + (100% - 1200px) / 2);
  background-image: url("./images/common/bg_panel1_top.png");
  background-image: image-set(url("./images/common/bg_panel1_top.png") 1x, url("./images/common/bg_panel1_topx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_panel1_top.png") 1x, url("./images/common/bg_panel1_topx2.png") 2x);
}
body.home #content2:after {
  bottom: -22.15px;
  width: calc(210px + (100% - 1200px) / 2);
  background-image: url("./images/common/bg_panel1_bottom.png");
  background-image: image-set(url("./images/common/bg_panel1_bottom.png") 1x, url("./images/common/bg_panel1_bottomx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_panel1_bottom.png") 1x, url("./images/common/bg_panel1_bottomx2.png") 2x);
}
body.home #content2 .contentInner:before,
body.home #content2 .contentInner:after {
  position: absolute;
  display: block;
  content: "";
  height: 240px;
  background-repeat: no-repeat;
}
body.home #content2 .contentInner:before {
  top: -237px;
  left: 0;
  width: calc(((100vw - 1200px) / 2) + 460px);
  background-image: url("./images/common/bg_panel1_head.png");
  background-image: image-set(url("./images/common/bg_panel1_head.png") 1x, url("./images/common/bg_panel1_headx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_panel1_head.png") 1x, url("./images/common/bg_panel1_headx2.png") 2x);
  background-position: top right;
}
body.home #content2 .contentInner:after {
  right: 0;
  bottom: -237px;
  z-index: 1;
  width: calc(((100vw - 1200px) / 2) + 990px);
  background-image: url("./images/common/bg_panel1_foot.png");
  background-image: image-set(url("./images/common/bg_panel1_foot.png") 1x, url("./images/common/bg_panel1_footx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_panel1_foot.png") 1x, url("./images/common/bg_panel1_footx2.png") 2x);
  background-position: bottom left;
}
body.home #content2 .head.type6 {
  position: absolute;
  top: -165px;
  left: calc(((100vw - 1200px) / 2) + 25px);
  z-index: 0;
  font-size: 3.2rem;
}
body.home #content2 .head.type6 span {
  position: relative;
}
body.home #content2 .head.type6 span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 22px;
  background-color: #FFFF00;
}
body.home #content2 .cols6 {
  margin-bottom: 60px;
}
body.home #content2 .cols6 li {
  position: relative;
}
body.home #content2 .cols6 li a {
  display: block;
  height: 100%;
  padding-bottom: 15px;
  border: solid 1px #000;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
}
body.home #content2 .cols6 li:before {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  padding: 5px;
  border: solid 1px #C69211;
  border-radius: 50px;
}
body.home #content2 .cols6 li a {
  position: relative; 
}
body.home #content2 .cols6 li a:after {
  position: absolute;
  left: calc(50% - 11px);
  bottom: 8px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 20px solid #c69211;
  border-bottom: 0;
}
body.home #content2 .cols6 li a .head {
  line-height: 1.2;
  font-family: "Kaisei Opti";
}
body.home #content2 .cols6 li a .head.up {
  margin-top: -14px;
}
body.home #content2 .buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
body.home #content2 .buttons li:first-child {
  margin-right: 120px;
}
body.home #content2 .buttons + .text {
  position: absolute;
  bottom: -140px;
  z-index: 10;
  left: calc(((100vw - 1200px) / 2) + 500px);
  font-size: 3.5rem;
}
body.home #content3 {
  padding-bottom: 300px !important;
  overflow: hidden;
}
body.home #content3 .head.type7 {
  margin-bottom: 100px;
}
body.home #content3 .head.type8 {
  width: 68px;
  letter-spacing: 5px;
  font-family: "Kiwi Maru";
  font-size: 4.3rem;
}
body.home #content3 .block {
  position: relative;
  padding-top: 236px;
}
body.home #content3 .block .image {
  position: absolute;
  top: 0;
  left: calc((1200px - 100vw) / 2);
  width: 100vw;
  height: calc(100vw * (236 / 1280));
  background-size: cover;
}
body.home #content3 .block .image + .head {
  margin-top: -30px;
}
body.home #content3 #block3-1 .image {
  background-image: url("./images/top/3-line1.png");
  background-image: image-set(url("./images/top/3-line1.png") 1x, url("./images/top/3-line1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/3-line1.png") 1x, url("./images/top/3-line1x2.png") 2x); 
}
body.home #content3 #block3-1 .text {
  font-family: "M PLUS 1";
  font-weight: bold;
  font-size: 2.8rem;
}
body.home #content3 #block3-1 .text p {
  position: relative;
}
body.home #content3 #block3-1 .text p:nth-child(1) {
  display: inline-block;
  margin-bottom: 0;
}
body.home #content3 #block3-1 .text p:nth-child(1):after {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 22px;
  border-radius: 5px;
  background-color: #C69211;
}
body.home #content3 #block3-1 .text span {
  font-size: 2.8rem;
}
body.home #content3 #block3-1 .text .num {
  font-size: 6rem;
}
body.home #content3 #block3-1 .text .time {
  font-size: 3.6rem;
}
body.home #content3 #block3-1 .text .price,
body.home #content3 #block3-1 .text .unit {
  color: #fff;
  text-shadow: 
    2px 0px #000, 
    -2px -2px #000,
    6px 5px #000, 
    5px 6px #000, 
    -1px 2px #000, 
    -1px -1px #000, 
    1px -3px 0px #000;
}
body.home #content3 #block3-1 .text .price {
  font-size: 10.9rem;
}
body.home #content3 #block3-1 .text .unit {
  margin-right: 20px;
  font-size: 5.8rem;
}
body.home #content3 #block3-2 .image {
  background-image: url("./images/top/3-line2.png");
  background-image: image-set(url("./images/top/3-line2.png") 1x, url("./images/top/3-line2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/top/3-line2.png") 1x, url("./images/top/3-line2x2.png") 2x);
}
body.home #content3 #block3-1 .text {
  padding-bottom: 60px;
  text-align: center;
}
body.home #content3 #block3-2 .head {
  margin-left: auto;
}
body.home #content3 .secTable {
  position: relative;
}
body.home #content3 .secTable:before {
  position: absolute;
  top: -135px;
  right: -130px;
  z-index: -1;
  display: block;
  content: "";
  width: 353px;
  height: 352px;
  background-image: url("./images/common/bg_circle03.png");
  background-image: image-set(url("./images/common/bg_circle03.png") 1x, url("./images/common/bg_circle03x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle03.png") 1x, url("./images/common/bg_circle03x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content3 .secTable:after {
  position: absolute;
  left: -113px;
  bottom: -80px;
  z-index: -1;
  display: block;
  content: "";
  width: 352px;
  height: 352px;
  background-image: url("./images/common/bg_circle04.png");
  background-image: image-set(url("./images/common/bg_circle04.png") 1x, url("./images/common/bg_circle04x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle04.png") 1x, url("./images/common/bg_circle04x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content3 table {
  max-width: 870px;
  margin: 0 auto 40px;
}
body.home #content3 .secTable .text.small {
  max-width: 840px;
  margin: 0 auto 230px;
}
body.home #content4 {
  position: relative;
  background-image: url("./images/common/bg_circle06.png");
  background-image: image-set(url("./images/common/bg_circle06.png") 1x, url("./images/common/bg_circle06x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle06.png") 1x, url("./images/common/bg_circle06x2.png") 2x);
  background-repeat: no-repeat;
  background-position: calc(50% - 600px) calc(50% + 100px);
  background-color: #E5E5E5;
}
body.home #content4:before,
body.home #content4:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C69211;
}
body.home #content4:before {
  top: -10px;
}
body.home #content4:after {
  bottom: -10px;
}
body.home #content4 .contentInner {
  position: relative;
}
body.home #content4 .contentInner:before,
body.home #content4 .contentInner:after {
  position: absolute;
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
body.home #content4 .contentInner:before {
  top: -55px;
  right: -30px;
  width: 292px;
  height: 292px;
  background-image: url("./images/common/bg_circle05.png");
  background-image: image-set(url("./images/common/bg_circle05.png") 1x, url("./images/common/bg_circle05x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle05.png") 1x, url("./images/common/bg_circle05x2.png") 2x);
}
body.home #content4 .contentInner:after {
  bottom: -205px;
  right: -180px;
  width: 711px;
  height: 314px;
  background-image: url("./images/common/bg_circle07.png");
  background-image: image-set(url("./images/common/bg_circle07.png") 1x, url("./images/common/bg_circle07x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle07.png") 1x, url("./images/common/bg_circle07x2.png") 2x);
}
body.home #content4 .head {
  margin-top: -250px;
  margin-left: -50px;
}
body.home #content4 .buttons {
  display: flex;
  justify-content: space-between;
}
body.home #content4 .buttons li {
  align-content: center;
  padding: 20px 25px;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: -4px 6px 0px #666;
}
body.home #content4 .buttons li > * {
  width: 100%;
}
body.home #content4 .buttons li:nth-child(2) {
  box-shadow: 4px 6px 0px #666;
}
body.home #content4 .buttons li span {
  display: block;
  text-align: center;
  font-family: "M PLUS 1";
  font-weight: 600;
}
body.home #content4 .buttons li span:nth-child(1) {
  font-size: 3.2rem;
  color: #39B44A;
}
body.home #content4 .buttons li span:last-child {
  font-size: 2.2rem;
}
body.home #content4 .buttons + .image {
  margin-top: -100px;
  padding-right: 45px;
}
body.home #content4 .text {

}
body.home #content4 .text * {
  font-size: 3.6rem; 
  font-family: "M PLUS 1";
  font-weight: 600;
}
body.home #content4 .text span {

}
body.home #content4 .text span.large {
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;  
  font-size: 4.8rem; 
}
body.home #content4 .text span.small {
  font-size: 2.6rem; 
}
body.home #content5 .contentInner {
  width: 100%;
  max-width: none;
}
body.home #content6 {
  position: relative;
  padding-top: 150px!important;
}
body.home #content6:before,
body.home #content6:after {
  position: absolute;
  display: block;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
}
body.home #content6:before {
  top: -130px;
  left: calc(50% - 685px);
  width: 266px;
  height: 265px;
  background-image: url("./images/common/bg_circle08.png");
  background-image: image-set(url("./images/common/bg_circle08.png") 1x, url("./images/common/bg_circle08x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle08.png") 1x, url("./images/common/bg_circle08x2.png") 2x);
}
body.home #content6:after {
  top: -75px;
  right: calc(50% - 510px);
  width: 57px;
  height: 57px;
  background-image: url("./images/common/ic_light2.png");
  background-image: image-set(url("./images/common/ic_light2.png") 1x, url("./images/common/ic_light2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_light2.png") 1x, url("./images/common/ic_light2x2.png") 2x);
}
body.home #content6 .contentInner {
  position: relative;
}
body.home #content6 .contentInner:before,
body.home #content6 .contentInner:after {
  position: absolute;
  display: block;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
}
body.home #content6 .contentInner:before {
  left: 0;
  bottom: 170px;
  width: 121px;
  height: 127px;
  background-image: url("./images/common/ic_light.png");
  background-image: image-set(url("./images/common/ic_light.png") 1x, url("./images/common/ic_lightx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_light.png") 1x, url("./images/common/ic_lightx2.png") 2x);
}
body.home #content6 .contentInner:after {
  right: -40px;
  bottom: 175px;
  width: 133px; 
  height: 163px;
  background-image: url("./images/common/bg_circle09.png");
  background-image: image-set(url("./images/common/bg_circle09.png") 1x, url("./images/common/bg_circle10x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle09.png") 1x, url("./images/common/bg_circle10x2.png") 2x);
}
body.home #content6 .wpcf7 {
  position: relative;
}
body.home #content6 .wpcf7:before,
body.home #content6 .wpcf7:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  height: 764px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body.home #content6 .wpcf7:before {
  left: 0;
  width: 155px;
  background-image: url("./images/common/ic_light4.png");
  background-image: image-set(url("./images/common/ic_light4.png") 1x, url("./images/common/ic_light4x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_light4.png") 1x, url("./images/common/ic_light4x2.png") 2x);
}
body.home #content6 .wpcf7:after {
  right: 0;
  width: 134px;
  background-image: url("./images/common/ic_light5.png");
  background-image: image-set(url("./images/common/ic_light5.png") 1x, url("./images/common/ic_light5x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_light5.png") 1x, url("./images/common/ic_light5x2.png") 2x);
}
body.home #content6 form {
  max-width: 800px;
  margin: 0 auto 80px;
}
body.home #content6 form .req {
  display: inline-block;
  width: 46px;
  vertical-align: 2px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: #BD3911;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}
body.home #content6 form dt {
  margin-bottom: 7px;
  font-size: 2.4rem;
}
body.home #content6 form dd {
  margin-bottom: 30px;
}
body.home #content6 form input[type="text"],
body.home #content6 form input[type="tel"],
body.home #content6 form input[type="email"],
body.home #content6 form textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #808080;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
body.home #content6 form .send {
  text-align: center;
}
form input[type="submit"] {
  padding: 10px 60px;
  border: solid 1px #666;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 1px 2px 1px #666;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 2rem;
  color: #000;
}
.wpcf7-spinner {
  display: block!important;
}
body.home #content6 .text p {
  font-family: "Kiwi Maru";
  font-size: 2.6rem;
}
body.home #content6 .text span {
  font-family: "Kaisei Opti";
  font-size: 3.6rem;
}
body.home #content7 {
  padding-top: 80px!important;
  border-top: solid 2px #C69211;
  background-color: #FFF;
}
body.home #content7 .cols2 {
  justify-content: center;
}
body.home #content7 .cols2 > * {
  width: auto;
}
body.home #content7 .cols2 > *:first-child {
  margin-right: 80px;
}
.voiceList {

}
.voiceList .voice {
  margin-bottom: 40px;
  background-color: #FFF;
  box-shadow: 0px 5px 12px rgba(0,0,0,0.6);
}
.voiceList .title {
  padding: 20px;
  box-sizing: border-box;
  background-color: #666; 
  color: #FFF;
}
.voiceList .title .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.voiceList .title .inner:after {
  position: absolute;
  left: 190px;
  bottom: -58px;
  display: block;
  content: "";
  width: 55px;
  height: 39px;
  background-image: url("./images/common/fukidashi.png");
  background-image: image-set(url("./images/common/fukidashi.png") 1x, url("./images/common/fukidashix2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/fukidashi.png") 1x, url("./images/common/fukidashix2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
.voiceList .title .type {
  width: 180px;
  margin-right: 150px;
  border-radius: 10px;
  background-color: #FFF;
  text-align: center;
  color: #000;
}
.voiceList .title .type + .head {
  width: calc(100% - 180px - 150px);
  margin-bottom: 0;
}
.voiceList .voiceContent {
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.voiceList .voiceContent .image {
  width: 234px;
  margin-right: 40px;
}
.voiceList .voiceContent .text {
  width: calc(100% - 234px - 40px);
}

/* loader
---------------------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100010;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
}
#loader .inner {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#loader .text {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  animation-name:fadeIn;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
#loader .text p {
  font-family: 'Kiwi Maru';
  font-size: 5.5rem;
  color: #FFF;
}
#loader img {
  opacity: 0;
  animation-name:fadeIn;
  animation-duration:8s;
  animation-fill-mode:forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation-name:fadeIn;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

/* page */
body.page-template-page-template1 .slideContent .pageTitle:before {
  display: none;
}
body.page-template-page-template1 .slideContent .pageTitle span {
  position: relative;
  display: inline-block;
  font-family: 'Kaisei Opti';
  font-size: 4.3rem;
}
body.page-template-page-template1 .slideContent .pageTitle span:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #C69211;
}
body.page-template-page-template1 .slideContent .catch {
  font-size: 2.6rem;
  color: #000;
}
body.page-template-page-template1 .slideContent .catch span {
  font-family: 'Kaisei Opti';
  font-size: 4rem;
  color: #000;
}

/* about */
body.about .content {
  position: relative;
}
body.about .content:before {
  position: absolute;
  top: -135px;
  right: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 351px;
  height: 351px;
  background-image: url("./images/common/bg_circle09.png");
  background-image: image-set(url("./images/common/bg_circle09.png") 1x, url("./images/common/bg_circle09x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle09.png") 1x, url("./images/common/bg_circle09x2.png") 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.about .content .block {
  position: relative;
}
body.about .content .block:before {
  position: absolute;
  top: -90px;
  left: -160px;
  z-index: -1;
  display: block;
  content: "";
  width: 264px;
  height: 264px;
  background-image: url("./images/common/bg_circle08.png");
  background-image: image-set(url("./images/common/bg_circle08.png") 1x, url("./images/common/bg_circle08x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/bg_circle08.png") 1x, url("./images/common/bg_circle08x2.png") 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.about .content .banners {
  justify-content: space-between;
}
body.about .content .banners > * {
  width: auto;
}
body.about .content .banners .cols2 {
  justify-content: space-between;
  width: 721px;
}
body.about .content .banners li {
  margin-right: 0!important;
  text-align: right;
}
body.about .content .banners li:nth-child(2n) {
  margin-left: 20px;
}
body.about .content .banners li:nth-child(5) {
  margin-left: auto;
}
body.about .content .banners li img {
  max-width: none!important;
}

/* flow */
body.flow .head.pageTitle {
  position: relative;
}
body.flow .head.pageTitle:before,
body.flow .head.pageTitle:after {
  position: absolute;
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
body.flow .head.pageTitle:before {
  top: -87px;
  left: -323px;
  width: 337px;
  height: 310px;
  background-image: url("./images/flow/ic01.png");
  background-image: image-set(url("./images/flow/ic01.png") 1x, url("./images/flow/ic01x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic01.png") 1x, url("./images/flow/ic01x2.png") 2x);
}
body.flow .head.pageTitle:after {
  top: -116px;
  right: -240px;
  width: 250px;
  height: 178px;
  background-image: url("./images/flow/ic02.png");
  background-image: image-set(url("./images/flow/ic02.png") 1x, url("./images/flow/ic02x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic02.png") 1x, url("./images/flow/ic02x2.png") 2x);
}
body.flow #contents .content {
  padding-top: 230px;
}
body.flow .content .contentInner {
  position: relative;
}
body.flow #content1,
body.flow #content2 {
  background-image: url("./images/flow/bg_flow.png");
  background-image: image-set(url("./images/flow/bg_flow.png") 1x, url("./images/flow/bg_flowx2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/bg_flow.png") 1x, url("./images/flow/bg_flowx2.png") 2x);
  background-repeat: no-repeat;
  background-position: center 190px;
}
body.flow #content1 .head.type10 {
  position: absolute;
  top: -320px;
  right: 0;
}
body.flow #content2 .catch {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 7.7rem;
  font-family: 'Kiwi Maru';
  color: #B2B2B2;
}
body.flow #content2 .blocks {
  position: relative;
}
body.flow #content2 .blocks:before {
  position: absolute;
  top: -225px;
  right: -40px;
  z-index: 1;
  display: block;
  content: "";
  width: 337px;
  height: 310px;
  background-image: url("./images/flow/ic03.png");
  background-image: image-set(url("./images/flow/ic03.png") 1x, url("./images/flow/ic03x2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic03.png") 1x, url("./images/flow/ic03x2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.flow #content2 .text.bold p {
  font-family: 'Kaisei Opti';
  font-size: 2.1rem;
}
body.flow #content3 .contentInner {
  padding-top: 260px;
}
body.flow #content3 .head.type11 {
  position: relative;
}
body.flow #content3 .head.type11:before {
  position: absolute;
  top: -220px;
  left: calc(50% - (144px / 2));
  display: block;
  content: "";
  width: 144px;
  height: 117px;
  background-image: url("./images/flow/ic_logo.png");
  background-image: image-set(url("./images/flow/ic_logo.png") 1x, url("./images/flow/ic_logox2.png") 2x);
  background-image: -webkit-image-set(url("./images/flow/ic_logo.png") 1x, url("./images/flow/ic_logox2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.flow #content3 table {
  margin-bottom: 60px;
}
body.flow #content3 .scroll-hint-shadow-wrap + .text {
  margin-bottom: 180px;
}
body.flow #content3 .scroll-hint-shadow-wrap + .text p {
  font-family: "Kiwi Maru";
}
body.flow #content3 table + .text p {
  font-family: 'Kiwi Maru';
  font-size: 1.5rem;
}

/* 遺品整理 organize */
body.organize #main {
  padding-top: 30px;
  overflow: hidden;
}
body.organize #contentIntro {
  position: relative;
}
body.organize #contentIntro:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 288px;
  height: 419px;
  background-image: url("./images/organize/ic_woman.png");
  background-image: image-set(url("./images/organize/ic_woman.png") 1x, url("./images/organize/ic_womanx2.png") 2x);
  background-image: -webkit-image-set(url("./images/organize/ic_woman.png") 1x, url("./images/organize/ic_womanx2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.organize #contents > .content {
  position: relative;
}
body.organize #contents .content.bg.type1 {
  padding-top: 60px;
  padding-bottom: 300px;
}
body.organize #contents .content.bg.type1 + .content {
  margin-top: -250px;
}
body.organize #contents .content.bg.type1:before,
body.organize #contents .content.bg.type1:after,
body.organize #contents .content.bg.type2:before,
body.organize #contents .content.bg.type2:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
}
body.organize #contents .content.bg.type1:before {
  top: 0;
  background-image: url("./images/organize/bg_top1.jpg");
  background-image: image-set(url("./images/organize/bg_top1.jpg") 1x, url("./images/organize/bg_top1x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/organize/bg_top1.jpg") 1x, url("./images/organize/bg_top1x2.jpg") 2x);
}
body.organize #contents .content.bg.type1:after {
  bottom: 0;
  background-image: url("./images/organize/bg_bottom1.jpg");
  background-image: image-set(url("./images/organize/bg_bottom1.jpg") 1x, url("./images/organize/bg_bottom1x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/organize/bg_bottom1.jpg") 1x, url("./images/organize/bg_bottom1x2.jpg") 2x);
}
body.organize #contents .content.bg.type2:before {
  top: 0;
  background-image: url("./images/organize/bg_top2.jpg");
  background-image: image-set(url("./images/organize/bg_top2.jpg") 1x, url("./images/organize/bg_top2x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/organize/bg_top2.jpg") 1x, url("./images/organize/bg_top2x2.jpg") 2x);
}
body.organize #contents .content.bg.type2:after {
  bottom: 0;
  background-image: url("./images/organize/bg_bottom2.jpg");
  background-image: image-set(url("./images/organize/bg_bottom2.jpg") 1x, url("./images/organize/bg_bottom2x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/organize/bg_bottom2.jpg") 1x, url("./images/organize/bg_bottom2x2.jpg") 2x);
}
body.organize #contents .content .block {
  position: relative;
}
body.organize #contents #content1:after {
  bottom: 0;
  background-image: url("./images/organize/bg_bottom1_2.jpg");
  background-image: image-set(url("./images/organize/bg_bottom1_2.jpg") 1x, url("./images/organize/bg_bottom1_2x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/organize/bg_bottom1_2.jpg") 1x, url("./images/organize/bg_bottom1_2x2.jpg") 2x);
}
body.organize #contentIntro .head {
  margin: 0 auto;
} 
body.organize #content1 .list.type1 li:nth-child(4) {
  margin-top: 80px;
}
body.organize #content1 .text:last-child {
  font-size: 1.8rem;
}
body.organize #content1 .text:last-child .bgWhite {
  padding: 12px 30px;
  box-sizing: border-box;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
  font-size: 2.3rem;
  color: rgb(6,36,130);
}
body.organize #content1 .text:last-child .bgWhite * {
  font-family: 'Zen Old Mincho';
  font-weight: bold;
}
body.organize #content1 .text:last-child .small {
  font-size: 1.5rem;
}
body.organize #content2 {
  position: relative;
}
body.organize #content2 .image {
  position: absolute;
  bottom: 0;
}
body.organize #content3 {
  position: relative;
}
body.organize #content3 .cols2 .col {
  max-width: none;
  width: calc(100% - 400px - 40px);
  margin-top: 230px;
}
body.organize #content3 .cols2 .col .text {
  font-size: 1.5rem;
}
body.organize #content3 .image {
  bottom: auto;
  width: calc(((100vw - 1200px) / 2) + 400px);
  margin-right: 40px;
}
body.organize #content3 .col .cRed {
  font-size: 2rem;
}
body.organize #content3 .panel > .head {
  position: relative;
  z-index: 2;
  background-color: #E5E5E5;
}
body.organize #content3 .panel ul {
  margin-top: -24px;
}
body.organize #content3 .contentInner > .image {
  position: absolute;
  bottom: -300px;
  margin-right: 0;
}
body.organize #content4 {
  position: relative;
}
body.organize #content4 .block {

}
body.organize #content4 .block .image {
  
}
body.organize #content4 .block:nth-child(1) .col {

}
body.organize #content4 .block:nth-child(1) .col .text {
  max-width: 800px;
  font-size: 1.5rem;
}
body.organize #content4 .block:nth-child(1) .image {
  top: -100px;
  width: calc(((100vw - 1200px) / 2) + 300px);
}
body.organize #content4 .block:nth-child(2) .image {
  top: 0;
  bottom: auto;
}
body.organize #content5 .col.typeL {
  max-width: 730px;
}
body.organize #content5 .col.typeL li {
  width: calc((100% - (20px * 2)) / 3);
  margin-right: 20px;
}
body.organize #content5 .col.typeL li:nth-child(3n) {
  margin-right: 0;
}
body.organize #content5 .image.typeR {
  top: 178px;
  width: calc(((100vw - 1200px) / 2) + 400px);
}
body.organize #content6 .block:nth-child(1) {
  padding-top: 200px;
}
body.organize #content6 .block:nth-child(2) .image.typeR {
  width: calc(((100vw - 1200px) / 2) + 450px);
  height: 340px;
}
body.organize #content6 .block:nth-child(2) .col {
  max-width: 430px;
}
body.organize #content7 {
  padding-bottom: 280px;
}
body.organize #content7 .image.typeL {
  bottom: -160px;
}
body.organize #content7 #block12 .text .small {
  font-size: 1rem;
}
body.organize #content6 #block11 > .text {
  margin-bottom: 60px;
}
body.organize .content .col.typeR {
  max-width: 640px;
  margin: 0 0 0 auto;
}
body.organize .content .col.typeL {
  position: relative;
}
body.organize .image.typeR {
  position: absolute;
  top: 0;
  right: calc((1200px - 100vw) / 2);
  z-index: 2;
  width: calc(((100vw - 1200px) / 2) + 500px);
  height: 425px;
}
body.organize .image.typeR img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
body.organize #content4 .block:nth-child(2) .col {

}
body.organize .image.typeL {
  position: absolute;
  left: calc((1200px - 100vw) / 2);
  bottom: 0;
  z-index: 2;
  width: calc(((100vw - 1200px) / 2) + 500px);
  height: 425px;
}
body.organize .image.typeL img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
body.organize #content6 .image.typeL {
  top: 10px;
  bottom: auto;
}
body.organize #content8::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 347px;
  height: 617px;
  background-image: url("./images/organize/ic_man.png");
  background-image: image-set(url("./images/organize/ic_man.png") 1x, url("./images/organize/ic_manx2.png") 2x);
  background-image: -webkit-image-set(url("./images/organize/ic_man.png") 1x, url("./images/organize/ic_manx2.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
body.organize #content9 p {
  font-size: 2rem;
}
body.organize #content10 {
  padding-top: 180px!important;
  background-color: #FFF;
}
  
@media screen and (max-width:1400px) {
  body.organize #content8::before {
    bottom: -275px;
    width: 200px;
    height: 355px;
    background-size: cover;
  }
}

@media screen and (max-width:1200px) {

  /* breadcrumb */
  .breadcrumb {
    width: calc(100% - (20px * 2));
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* header */
  header.type2 .headerMenu .menuTel {
    width: 200px;
  }
  header.type2 .headerMenu .menuTel img {
    width: 100%;
  }
  header.type2 .headerMenu .menuTime {
    margin-right: 20px;
  }
  header.type2 .headerMenu .menuText {
    right: 10px;
  }
  header.type2 .bgBlock::after {
    width: 100%;
    background-position: calc(100% + 640px) -78px;
  }
  header.type2 nav ul li {
    max-width: 130px;
  }
  .head.type13 {
    padding-bottom: 80px;
    text-align: left;
  }
  .head.type13 img {
    position: relative;
    top: 45px;
    left: -10px;
    margin: 0 auto 0 0;
  }
  .head.type13 .small {
    margin-left: 340px;
  }
  body.home header.type2 nav,
  body.page-template-page-template1 header.type2 nav {
    left: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .slideContent .contact {
    left: 10px;
    max-width: 210px;
  }
  .slideContent .contact::before {
    left: 10px;
    width: 100%;
  }
  .slideContent::after {
    width: 100%;
    background-position: calc(-720px) 0;
  }
  .slideContent .catch {
    right: 10px;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* common */
  .contactButtons {
    display: block;
  }
  .contactButtons > * {
    width: 100%!important;
    max-width: 80% !important;
    margin-right: auto!important;
    margin-left: auto!important;
  } 
  .contactButtons .tel a {
    background-position: 25px 36px;
  }
  .contactButtons .tel a span:nth-child(1) {
    font-size: 4.5rem;
  }
  .contactButtons .line a {
    background-position: 20px 40px;
    background-size: 70px;
  }
  .contactButtons .line a span:nth-child(1) {
    font-size: 2.6rem;
  }
  .typeFlow .typeFlowPrice {
    left: -14px;
  }
  .typeFlow .freeBlocks::before,
  .typeFlow .paidBlocks::before {
    left: 18px;
  }

  /* slide */
  .slider.type1 img {
    width: auto;
    height: 500px;
    margin-left: calc((100vw - (1000px / (359 / 500))) / 2);
  }
  .slideContent .contact br.sp {
    display: initial!important  ;
  }

  /* page */
  .pageTitle {
    width: calc(100% - (20px * 2));
  }

  /* home */
  body.home #content1 #block1-2 .head {
    right: 0;
  }
  body.home #content1 #block1-2 .image img {
    width: calc(100% - 70px);
  }
  body.home #content2::before {
    left: 360px;
    width: calc(100% - 360px);
  }
  body.home #content2::after {
    width: calc(385px + (100% - 1200px) / 2);
  }
  body.home #content2 .head.type6 {
    left: 10px;
  }
  body.home #content2 .contentInner::before {
    left: calc(0px);
    width: 360px;
  }
  body.home #content2 .contentInner::after {
    right: 0;
    width: calc(((100vw - 1200px) / 2) + 815px);
  }
  body.home #content2 .cols6 {
    max-width: 752px;
    margin: 0 auto;
  }
  body.home #content2 .cols6 > * {
    width: calc((100% - (20px * 3)) / 4);
    margin-right: 20px;
  }
  body.home #content2 .cols6 > *:nth-child(6n) {
    margin-right: 20px;
  }
  body.home #content2 .cols6 > *:nth-child(4n) {
    margin-right: 0;
  }
  body.home #content3 .block .image {
    left: -20px;
    height: 350px;
    background-position: center;
  }
  body.home #content4 .buttons li span:nth-child(1) {
    font-size: 2.8rem;
  }
  .voiceList .voiceContent {
    padding: 30px 20px;
  }

  /* about */
  body.about #contents .content:first-child {
    padding-top: 40px;
  }
  body.about .content .banners {
    justify-content: center;
  }

  /* flow */
  body.flow .head.pageTitle:before {
    top: auto;
    left: -170px;
    bottom: -110px;
    width: 174px;
    height: 161px;
    background-size: cover;
  }
  body.flow .head.pageTitle:after {
    top: -80px;
    right: -166px;
    width: 177px;
    height: 126px;
    z-index: -1;
    background-size: cover;
  }
  body.flow #contents .content {
    padding-top: 320px;
  }
  body.flow #content1,
  body.flow #content2 {
    background-position: center 75px;
  }
  body.flow #content1 .head.type10 {
    right: 20px;
  }

  /* organize */
  body.organize .image.typeR {
    right: -20px;
    width: calc(100vw - 640px - 60px);
  }
  body.organize .image.typeL {
    left: -20px;
    width: calc(100vw - 640px - 60px);
  }
  body.organize #contentIntro:before {
    right: 0;
    bottom: -200px;
    z-index: 2;
    width: 206px;
    height: 300px;
    background-size: cover;
  }

}

@media screen and (max-width:1100px) {

  .list.type1 li .head {
    font-size: 1.8rem;
  }
  .list.type1 li .head:before,
  .list.type1 li .head:after {
    background-size: 30px;
  }
  .list.type1 li .head:before {
    top: 5px;
    background-size: 250px;
  }
  .list.type1 li .head:after {
    right: -20px;
  }
  .list.type1 li p {
    text-align: center;
    font-size: 1.2rem;
  }
  .list.type1 li .head span:first-child {
    font-size: 3.4rem;
  }
  .list.type1 li .image {
    margin-top: 35px;
  }
  .list.type3 li,
  .list.type3 li:nth-child(3n) {
    width: calc((100% - (20px * 1)) / 2)!important;
    margin-right: 20px!important;
    font-size: 1.2rem;
  }
  .list.type3 li:nth-child(2n) {
    margin-right: 0!important;
  }

  body.home #content6 .wpcf7::before,
  body.home #content6 .wpcf7::after {
    display: none;
  }

  /* organize */
  body.organize .image.typeR {
    right: -20px;
    width: calc((100% - 40px) / 2)!important;
  }
  body.organize .image.typeL {
    left: -20px;
    width: calc((100% - 40px) / 2)!important;
  }
  body.organize .content .col.typeR {
    width: calc((100% - 40px) / 2)!important;
  }
  body.organize .content .col.typeL {
    width: calc((100% - 40px) / 2)!important;
  }
  body.organize #content4 .block:nth-child(1) .col {
    width: calc((100% - 40px) / 2);
  }
  body.organize #content8 {
    margin-bottom: 100px;
  }
  body.organize #content8::before {
    /* display: none; */
  }
  body.organize #content9 .sp {
    display: initial!important;
  }

}

@media screen and (max-width:950px) {

  /* header */
  header.type2 {
    padding: 7px 0;
  }
  header.type2 .headerMenu {
    margin-right: 52px;
  }
  header.type2 .bgBlock {
    top: 77px;
  }
  header.type2 .headerMenu .menuTel {
    width: 235px;
  }
  header.type2 .headerMenu .menuTime {
    display: none;
  }

  /* menu */
  header nav {
    position: fixed!important;
    top: 0;
    right: -100vw;
    z-index: 100!important; 
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 100;
  }
  header nav ul {
    display: block !important;
    width: 100%;
  }
  header nav > ul {
    margin: 100px 0 80px;
  }
  header nav ul li {
    margin-left: 0!important;
  }
  header nav ul li a {
    display: block;
    padding: 10px 10px;
  }
  header.type2 nav ul li {
    max-width: none;
    width: 100%;
  }
  header.type2 nav ul li a {
    border-bottom: solid 1px #CCC;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    color: #000;
  }
  header.type2 .sp {
    display: initial!important;
  }
  header.type2 .btContact.sp {
    display: block !important;
    margin-bottom: 20px;
    text-align: center;
  }
  header.type2 .sns.sp {
    display: flex !important;
    justify-content: center;
    margin-top: 0;
  }
  header.type2 .sns.sp > * {
    width: 50px;
  }
  header.type2 .sns.sp > *:not(:last-child) {
    margin-right: 10px;
  }
  header.type2 .sns.sp > * a {
    padding: 0;
  }
  .menuButton {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 100000;
    padding: 20px;
    background-color: #000;
    cursor: pointer;
  }
  .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: 20px;
    height: 21px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  .underSpHeader .menu-trigger span {
    background-color: #FFF;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .active .menu-trigger span {
    background-color: #FFF;
    color: #FFF;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* common */
  .contactButtons .tel a span:nth-child(1) {
    font-size: 4.5rem;
  }
  .contactButtons .tel a span:nth-child(2) {
    font-size: 2.4rem;
  }
  .contactButtons .line a span:nth-child(1),
  .contactButtons .form a span:nth-child(1) {
    font-size: 2.8rem;
  }
  .contactButtons .line a span:nth-child(2),
  .contactButtons .form a span:nth-child(2) {
    font-size: 2.4rem;
  }

  .panel.type2 {
    padding: 40px 60px;
  }

  /* home */
  body.home #content4 .buttons + .image {
    margin-top: 30px;
  }

  /* flow */
  body.page-template-page-template1 .slideContent .catch {
    font-size: 1.8rem;
  }
  body.flow #content1 .head.type10 {
    top: -260px;
    right: 65px;
  }

  /* organize */
  body.organize #content8::before {
    bottom: -140px;
    width: 130px;
    height: 231px;
    background-size: cover;
  }

}

@media screen and (max-width:900px) {

  /* common */
  .tab {
    display: initial;
  }
  .head.type11 {
    line-height: 75px;
    margin-bottom: 60px;
  }


  /* home */
  body.home #content1 .cols2 {
    display: block;
  }
  body.home #content1 .cols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.home #content1 .col:nth-child(2) {
    max-width: 400px;
    margin: 0 auto 190px !important;
  }
  body.home #content1 .representative.sp {
    display: block !important;
    max-width: 420px;
    margin: 0 auto 80px;
  }
  body.home #content1 .representative.pc {
    display: none!important;
  }
  body.home #content1 .col:nth-child(1) .text::before {
    display: none;
  }

}

@media screen and (max-width:830px) {

 .head.type13 img {
    top: 0;
 }
  .head.type13 .small {
    margin-left: 0;
  }

}

@media screen and (max-width:800px) {

  /* common */
  .head.type7 span {
    font-size: 5.5rem;
  }
  .list.type1 {
    flex-wrap: wrap;
  }
  .list.type1 > * {
    width: calc((100% - (20px * 2)) / 2);
  }
  .list.type1 li .head:before {
    /* left: 0; */
  }
  .list.type1 li .head:after {
    right: 0;
  }
  .list.type1 li .image {
    margin: 20px auto;
    text-align: center;
  }

  /* top */
  body.home #content2 .buttons {
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
  }
  body.home #content2 .buttons li:first-child {
    margin-right: 20px;
  }
  body.home #content2 .buttons + .text {
    font-size: 3rem;
  }
  body.home #content3 .secTable:before {
      position: absolute;
      top: -170px;
      width: 280px;
      height: 280px;
      background-size: cover;
  }
  body.home #content4 .buttons {
    display: block;
  }
  body.home #content4 .buttons > * {
    width: 100%;
    margin-bottom: 20px;
  }

  /* flow*/
  body.flow .head.pageTitle:after {
    display: none;
  }
  body.flow #content2 .catch {
    font-size: 4.3rem;
  }
  .typeFlow .blockContent .text {
    padding: 30px 30px 30px 80px;
  }

  /* organize */
  body.organize #pageHeader {
    margin-bottom: 40px;
  }
  body.organize #contentIntro {
    padding-top: 0 !important;
  }

}

@media screen and (max-width:720px) {

  /* header */
  header.type2 .headerMenu .menuSns {
    display: none;
  }

  /* flow */
  body.page-template-page-template1 .slideContent .catch {
    font-size: 1.8rem;
  }
  body.page-template-page-template1 .slideContent .catch .sp {
    display: initial!important;
  }

}

@media screen and (max-width:640px) {

  html {
    font-size: 50.5%;
  }

  /* header */
  header #siteTitle {
    width: 100%;
    margin-bottom: 10px;
  }
  header #siteTitle .siteTitle {
    width: 210px;
  }
  header #siteTitle .siteTitle img {
    width: 100%;
  }
  header.type2 .headerMenu .menuTel {
    width: 170px;
  }
  header.type2 .bgBlock {
    top: 74px;
  }
  header.type2 .headerMenu .menuText {
    font-size: 1.4rem;
  }
  header.type2 .headerMenu .menuText span {
    font-size: 2rem;
  }
  body.home .slideContent .contact {
    left: 0px;
    max-width: 145px;
    font-size: 2rem;
  }
  body.home .slideContent .contact::before {
    left: 2px;
    width: 100%;
    height: 20px;
  }
  body.home .slideContent .contact span {
    display: block;
    font-size: 3.1rem;
  }
  header .search {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    margin: 0 0 30px;
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {

  }

  /* header */
  header.type1 {
    padding: 10px 20px;
  }
  header.type2 {
    /* padding: 10px 20px; */
  }
  header.type3 {
    padding: 10px 20px;
  }
  header.type4 {
    padding: 10px 20px;
  }
  header.type5 {
    padding: 10px 20px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header.type3 #headerInner #siteTitle {
    text-align: left;
  }
  header.type4 #headerInner {
    text-align: left;
  }

  /* slider */
  .slider.type1 .slick-list {
    height: 500px;
    /* margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 ); */
  }
  .slider.type1 .slick-slide img {
    /* width: calc((500 / 540) * 1100px);
    height: 100%; */
  }
  .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;
  }

  /* main */
  .content .contentInner {

  }

  /* footer */
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type1 #footerMenu {
    margin-bottom: 40px;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer.type2 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type2 #footerMenu ul {
    width: 100%;
  }


  /* type1 */
  .content.type1 .contentInner .block .text {
    width: 100%;
  }

  /* type2 */
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }
  .content.type2 .block .text {
    width: 100%;
  }

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

  .alignC_sp {
    text-align: center;
  }
  .alignL_sp {
    text-align: left;
  }
  .alignR_sp {
    text-align: right;
  }

  .mb10_sp {
    margin-bottom: 10px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .mb40_sp {
    margin-bottom: 40px;
  }
  .mb60_sp {
    margin-bottom: 60px;
  }
  .mb80_sp {
    margin-bottom: 80px;
  }
  .mb100_sp {
    margin-bottom: 100px;
  }
  .mb120_sp {
    margin-bottom: 120px;
  }
  .mb140_sp {
    margin-bottom: 140px;
  }
  .mb160_sp {
    margin-bottom: 160px;
  }
  .mb180_sp {
    margin-bottom: 180px;
  }
  .mb200_sp {
    margin-bottom: 200px;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 40px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (40px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (40px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (40px * 3)) / 4)!important;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .button.type1.arrowLeft a:before, 
  .button.type1.arrowRight a:before {
    background-size: 50px;
  }
  .button.type1.arrowLeft a:before {
    left: -40px;
  }
  .button.type1.arrowRight a:before {
    right: -40px;
  }

  .contactButtons .tel > span {
    position: relative;
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
  .contactButtons .tel a {
    padding-left: 20px;
    background-position: 20px 43px;
    background-size: 23px;
  }
  .contactButtons .tel a span:nth-child(1) {
    font-size: 3.6rem;
  }
  .contactButtons .tel a span:nth-child(2) {
    font-size: 1.8rem;
  }
  .contactButtons .line a {
    padding-left: 46px;
    background-position: 20px 47px;
    background-size: 55px;
  }

  .head.type9 span {
    padding: 0px 56px 15px;
    font-size: 3.6rem;
    background-size: 40px auto;
  }
  .head.type9 span::after {
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 22px;  
  }
  .head.type10 {
    width: 110px;
  }
  .head.type10 span {
    display: block;
    min-height: 224px;
    padding: 31px 23px;
    border-radius: 47px;
    font-size: 3.4rem;
  }
  .head.type11 {
    line-height: 57px;
    font-size: 4.2rem;
  }
  .head.type14 {
    padding: 20px;
    border-radius: 47px;
    font-size: 2.8rem;
  }
  .head.type14::before {
    top: -10px;
    left: -10px;
  }
  .head.type15 {
    line-height: 1.4;
    padding-bottom: 15px;
    font-size: 3.8rem;
  }
  .head.type17 {
    font-size: 4.2rem;
  }

  .contactButtons {
    display: block;
  }
  .contactButtons > * {
    display: block;
    width: 100%!important;
    max-width: none!important;
    margin-right: 0!important;
    margin-bottom: 20px;
  }

  .voiceList .title .inner {
    display: block;
  }
  .voiceList .title .type + .head {
    width: 100%;
  }
  .voiceList .title .type {
    margin-bottom: 10px;
  }
  .voiceList .voiceContent {
    padding: 30px 20px 20px;
  }
  .voiceList .voiceContent .image {
    margin-bottom: 30px;
    text-align: center;
  }
  .voiceList .voiceContent .text .sentence {
    margin-bottom: 20px;
  }
  .typeFlow .freeBlocks,
  .typeFlow .paidBlocks {
    padding-left: 65px;
  }
  .typeFlow .blockContent .text {
    padding: 30px 30px 30px 30px;
    margin-top: 0;
    margin-left: -80px;
  }

  .list.type1 {
    flex-wrap: wrap;
  }
  .list.type1 > * {
    width: calc((100% - (20px * 2)) / 2);
  }
  .list.type1 > *:nth-child(odd) {
    margin-left: 20px;
    margin-right: 0;
  }
  .list.type1 > *:nth-child(even) {
    margin-right: 20px;
  }
  .list.type1 li:nth-child(2n) {
    margin-top: 220px;
  }
  .list.type1 li .head::before,
  .list.type1 li .head::after {
    top: 22px;
    /* width: 24px;
    height: 51px; */
  }
  .list.type1 li .head::before, 
  .list.type1 li .head::after {
    top: -10px;
    background-size: 205px;
  }
  .list.type1 li .head::before {
    /* left: -30px; */
  }
  .list.type1 li .head::after {
    right: -30px;
  }
  .list.type1 li .image {
    margin: 20px auto;
    text-align: center;
  }

  .list.type2 {
    padding: 45px 20px;
  }
  .list.type2 li {
    display: block;
    margin-bottom: 40px;
  }
  .list.type2 li:last-child {
    margin-bottom: 0;
  }
  .list.type2 li > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .list.type2 li .head {
    margin-bottom: 20px;
  }

  .list.type3 li,
  .list.type3 li:nth-child(3n) {
    width: 100%!important;
    margin-right: 0!important;
  }

  .panel.type2 {
    padding: 40px 30px;
  }

  /* table */
  .scroll-hint {
    margin-bottom: 60px;
  }
  table th, table td {
    padding: 10px 5px;
  }
  table.type1 tr td {
    font-size: 2.6rem;
  }
  table.type2 {
    /* min-width: 600px; */
  }
  table.type2 thead th {
    font-size: 1.5rem;
  }
  table.type2 tbody th {
    font-size: 1.5rem;
  }
  table.type2 td {
    font-size: 1.5rem;
  }


  table.type3 tr > * {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }
  table.type3 tr th {
    background-color: #F0F0F0!important;
  }
  table.type3 tr:first-child > :first-child {
    border-radius: 20px 20px 0 0;
  }
  table.type3 tr:first-child > :last-child,
  table.type3 tr:last-child > :first-child {
    border-radius: 0;
  }
  table.type3 tr:last-child > :last-child {
    border-radius: 0 0 20px 20px;
  }
  table.type4:not(:last-child) {
    /* min-width: 600px; */
    margin-bottom: 40px;
  }
  table.type4 thead tr > :nth-child(1) {
    width: 40px;
  }
  table.type4 td {
    text-align: left;
  }
  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }

  /* page */
  .head.pageTitle {
    font-size: 5.2rem;
  }
  .pageImage img {
    margin-left: calc((100vw - (1840px * (295 / 390) )) / 2);
    height: 100%;
  }

  /* home */
  header.type2 .bgBlock::after {
    height: 200px;
    background-position: calc(100% + 640px) -74px;
    background-size: cover;
  }
  .slideContent::after {
    bottom: 45px;
    height: 160px;
    background-position: calc(-525px) 0px;
    background-size: cover;
  }
  .slideContent .catch {
    right: 10px;
    bottom: calc(50%);
    font-size: 4.2rem;
  }

  body.home #content2 {
    padding-bottom: 40px;
  }
  body.home #content2 .buttons {
    display: block;
  }
  body.home #content2 .buttons li:first-child {
    margin-bottom: 30px;
  }
  body.home #content2 .buttons + .text {
    bottom: -50px;
    font-size: 2.4rem;
  }
  body.home #content2 .contentInner:after {
    bottom: -237px;
  }
  body.home #content2 .cols6 li .image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 50px 50px 70px 70px;
  }
  body.home #content2 .cols6 li .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  body.home #content3 {
    margin-top: 80px;
  }
  body.home #content3 .head.type7 {
    margin-bottom: 65px;
  }
  body.home #content3 .head.type8 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 190px;
    width: 58px;
    padding: 10px 2px 10px 0;
  }
  body.home #content3 #block3-1 .text p:nth-child(1):after {
    bottom: 45px;
  }
  body.home #content3 .secTable:before {
    top: -270px;
    background-size: 196px;
  }
  body.home #content4 .contentInner::before {
    top: -55px;
    right: -30px;
    width: 230px;
    height: 230px;
    background-size: cover;
  }
  body.home #content4 .head {
    margin-top: -200px;
    margin-left: 0;
    width: 320px;
  }
  body.home #content4 .buttons {
    display: block;
  }
  body.home #content4 .buttons > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.home #content4 .buttons + .image {
    padding-right: 0;
  }
  body.home #content4 .contentInner::after {
    bottom: -205px;
    right: -45px;
    width: 377px;
    height: 166px;
    background-size: cover;
  }
  body.home #content6 .contentInner:after {
    display: none;
  }
  body.home #content6 .wpcf7::before, 
  body.home #content6 .wpcf7::after {
    display: none;
  }
  body.home #content7 .contentInner .col:nth-child(1) img {
    width: 40%;
  }
  #loader .text p {
    font-size: 3.8rem;
  }
  #loader img {
    max-width: 200px;
  }

  /* about */
  body.about .slideContent .contact {
    left: 20px;
    max-width: 210px;
    width: auto;
  }
  body.about .slideContent .pageTitle span {
    position: relative;
    display: inline-block;
    font-family: 'Kaisei Opti';
    font-size: 3.6rem;
  }
  body.about #contents .content:first-child {
    padding-top: 0;
  }
  body.about .content:before {
    display: none;
  }
  body.about .head.type13 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.about .head.type13 img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
  body.about .head.type13 .large {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 4.6rem;
  }
  body.about .head.type13 .small {
    font-size: 2.8rem;
  }
  body.about .content .banners {
    display: block;
  }
  body.about .content .banners > *,
  body.about .content .banners .cols2 > * {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  body.about .content .banners img {
    width: 100%;
    height: auto;
  }

  /* flow */
  body.flow #contents .content {
    background-position: -825px 75px;
  }
  body.page-template-page-template1 .slideContent .catch {
    bottom: 90px;
  }
  body.page-template-page-template1 .slideContent .catch span {
    font-size: 2.8rem;
  }
  body.flow .head.pageTitle::before {
    top: 87px;
    left: -59px;
    width: 138px;
    height: 126px;
    background-size: cover;
  }
  body.flow .head.pageTitle::after {
    display: none;
    top: -63px;
    right: -78px;
    width: 130px;
    height: 92px;
    background-size: cover;
  }
  body.flow #content1 .head.type10 {
    top: -260px;
    right: 20px;
  }
  body.flow #content2 .blocks::before {
    top: -160px;
    right: 0;
    width: 164px;
    height: 151px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body.flow #content3 table {
    margin-bottom: 0;
  }

  /* organize */
  body.organize header {
    margin-bottom: 0!important;
  }
  body.organize #contentIntro {
    padding-top: 0!important;
  }
  body.organize #contentIntro::before {
    bottom: -97px;
    z-index: 2;
    width: 130px;
    height: 188px;
    background-size: cover;
  }
  body.organize #content1 .list.type1 li:nth-child(4) {
    margin-top: 220px;
  }
  body.organize .image.typeL,
  body.organize .image.typeR {
    position: relative!important;
    width: auto!important;
    height: auto!important;
  }
  body.organize .image.typeL {
    left: -20px;
  }
  body.organize .image.typeR {
    right: -20px;
  }
  body.organize .content .col.typeR {
    width: 100%!important;
    margin-top: 0!important;
  }
  body.organize .content .col.typeL {
    width: 100%!important;
  }
  body.organize #content4 .block:nth-child(1) .col {
    width: 100%;
  }
  body.organize #content4 .block:nth-child(1) .image {
    top: auto;
    bottom: -40px;
  }
  body.organize #content5 .image.typeR {
    top: 20px;
  }
  body.organize #content7 {
    padding-bottom: 80px;
  }
  body.organize #content7 .image.typeL {
    bottom: -40px;
  }
  body.organize #content8 {
    margin-bottom: 100px;
  }
  body.organize #content8::before {
    bottom: -60px;
    z-index: 2;
    width: 112px;
    height: 200px;
    background-size: cover;
  }
  body.organize #orgTable1 tr > *:nth-child(1) {
    width: 20%;
  }
  body.organize #orgTable1 tr > *:nth-child(2),
  body.organize #orgTable1 tr > *:nth-child(3) {
    width: 40%;
  }

}

@media screen and (max-width:470px) {

  header.type2 .headerMenu .menuTel {
    display: none;
  }

}

@media screen and (max-width:432px) {
  body.home #content2 .contentInner:after {
    bottom: -90px;
    width: 100%;
    height: 100px;
    background-size: cover;
  }
}

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

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {
    min-max-width: 1200px;
  }
  #main {
    min-max-width: 1200px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-max-width: 1200px;
  }

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

@media screen and (min-width:901px) {

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

}

@media screen and (min-width:951px) {

  /* menu */
  header nav {
    right: auto!important;
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 0;
    opacity: 0;
    background-color: rgba(35,24,21,0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: 200px;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    justify-content: center;
  }
  .menuButton {
    display: none;
  }

}

@media screen and (min-width:1840px) {

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}
