@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  letter-spacing: 0.08em;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s ease-out;
}
a:hover {
  opacity:0.7;
}


input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
}


/*
html ----------------------------------------------------------*/

/*font-family: "Shippori Mincho", serif;*/
/*
font-family: "Zen Kaku Gothic New", sans-serif;
*/

/* body base
===============================================================*/


.l-wrap {
  padding: 103px 0 0 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  .l-wrap {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }

  .l-inner {
    padding: 0 20px;
  }

}


.l-headerOuter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header {
  background: #FFF;
  padding: 0 40px;
  box-shadow: 10px 0 10px rgba(0,0,0,0.4);
}
.l-headerWrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 103px;
  position: relative;
}
.l-headerLogo {
  max-width: 433px;
}
.l-headerContents {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.l-headerMenu {
  
}
.l-headerMenuInner {
  
}
.l-headerMenuList {
  display: flex;
}
.l-headerMenuList > li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.l-headerMenuList > li:nth-of-type(n + 2) {
  margin-left: 30px;
}
.l-headerMenuList > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 103px;
  padding: 0 0 0 16px;
  position: relative;
}
.l-headerMenuList > li > a:before {
  background: url("../images/common/icon-arrow01.png") no-repeat center;
  background-size: contain;
  width: 5.5px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-headerLang {
  margin-left: 22px;
  padding: 0 0 0 22px;
  position: relative;
}
.l-headerLang:before {
  background: #ebebeb;
  width: 2px;
  height: 29px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-headerLang .lang-switcher {
  position: relative;
  padding: 0 0 0 21px;
}
.l-headerLang .lang-switcher:before {
  background: url("../images/common/icon-lang.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-headerLang .lang-switcher__list {
  display: flex;
  align-items: center;
}
.l-headerLang .lang-item {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.l-headerLang .lang-item:nth-of-type(n + 2) {
  position: relative;
  padding: 0 0 0 20px;
}
.l-headerLang .lang-item:nth-of-type(n + 2):before {
  content: '/';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 7px;
}
.l-headerLang .lang-item:nth-of-type(2) {
  display: none !important;
}
.l-headerLang .lang-item span ,
.l-headerLang .lang-item a {
  display: inline-block;
}
.l-headerLang .lang-item.current-lang span ,
.l-headerLang .lang-item.current-lang a {
  position: relative;
  
}
.l-headerLang .lang-item.current-lang span:before ,
.l-headerLang .lang-item.current-lang a:before {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  background: #dc4141;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.l-headerMenuBack ,
.l-headerMenuBtn {
  display: none;
}
@media screen and (min-width: 961px) {
  .l-headerMenuList > li > a:after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    background: #dc4141;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    transition: all 0.5s ease-out;
  }
  .l-headerMenuList > li > a:hover {
    opacity: 1;
  }
  .l-headerMenuList > li > a:hover:after {
    width: 100%;
  }
  .l-headerMenuBack {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .l-headerLogo {
/*
    align-self: flex-start;
*/
    position: absolute;
    left: 0;
    top: 23px;
  }
  .l-headerContents {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
  }
  .l-headerMenuList > li {
    font-size: 14px;
  }
  .l-headerMenuList > li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  .l-headerMenuList > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 0 0 16px;
    position: relative;
  }
  .l-headerMenuList > li > a:before {
    top: 1px;
  }
  .l-headerLang {
    margin-left: 0;
    padding: 0 0 0 22px;
    margin-bottom: 10px;
  }
  .l-headerLang:before {
    display: none;
  }
  .l-headerLang .lang-switcher {
    padding: 0 0 0 21px;
  }
  .l-headerLang .lang-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 0 40px;
    box-shadow: 10px 0 10px rgba(0,0,0,0.4);
    position: relative;
    z-index: 100;
  }
  .l-headerWrap {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  .l-headerLogo {
    max-width: 403px;
    position: static;
    left: 0;
    top: auto;
  }
  .l-headerContents {
    display: block;
    position: fixed;
    top: 80px;
    right: -240px;
    height: calc(100vh - 80px);
    background: #f6f6f6;
    width: 240px;
    box-sizing: border-box;
    padding: 30px 0 50px;
    transition: all 0.4s ease-out;
  }
  .l-headerMenu {
  }
  .l-headerMenuInner {
    padding: 0 20px;
  }
  .l-headerMenuList {
    display: block;
    border-bottom: #dc4141 1px solid;
  }
  .l-headerMenuList > li {
    font-size: 16px;
    border-top: #dc4141 1px solid;
  }
  .l-headerMenuList > li:nth-of-type(n + 2) {
    margin-left: 0px;
  }
  .l-headerMenuList > li > a {
    justify-content: flex-start;
    height: 50px;
    padding: 0 0 0 10px;
  }
  .l-headerMenuList > li > a:before {
    top: 2px;
    left: auto;
    right: 10px;
  }
  .l-headerLang {
    margin-left: 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .l-headerLang:before {
    display: none;
  }
  .l-headerLang .lang-switcher {
    padding: 0 0 0 21px;
  }
  .l-headerLang .lang-switcher:before {
    width: 15px;
    height: 15px;
  }
  .l-headerMenuBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 10;
  }
  .l-headerMenuBtn {
    display : flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc4141;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
  }
  .l-headerMenuBtnInner,
  .l-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-headerMenuBtnInner {
    position: relative;
    width: 24px;
    height: 20px;
    background: none;
    border: none;
    appearance: none;
  }
  .l-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 9px;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  
  body {
    transition: all 0.4s ease-out;
    left: 0;
  }
  body.is-menuOpen {
    overflow: hidden;
    left: -240px;
  }
/*
  body.is-menuOpen .l-header {
    left: -240px;
  }
*/
  body.is-menuOpen .l-headerContents {
    right: 0;
  }
  
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 20px;
    box-shadow: 10px 0 10px rgba(0,0,0,0.4);
  }
  .l-headerWrap {
    height: 60px;
  }
  .l-headerLogo {
    max-width: 280px;
  }
  .l-headerContents {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .l-headerMenuBtn {
    top: 8px;
    right: 8px;
    height: 44px;
    width: 44px;
  }
  .l-headerMenuBtnInner {
    width: 20px;
    height: 16px;
  }
  .l-headerMenuBtnInner span {
    height: 2px;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 7px;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  
  
}


.l-footer {
  padding: 120px 40px 42px;
  border-top: 10px solid #dc4141;
}
.l-footerWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footerLogo {
  max-width: 465px;
  margin-bottom: 30px;
}
.l-footerFrame {
  display: flex;
  justify-content: space-between;
}
.l-footerInfo {
  text-align: left;
}
.l-footerInfo__adress {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
.l-footerMenu {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  margin-left: 50px;
}
.l-footerMenuList {
}
.l-footerMenuList > li {
}
.l-footerMenuList > li + li {
  margin-top: 18px;
}
.l-footerMenuList > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0 0 16px;
  position: relative;
}
.l-footerMenuList > li > a:before {
  background: url("../images/common/icon-arrow01.png") no-repeat center;
  background-size: contain;
  width: 5.5px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.l-footerMenuList:nth-of-type(n + 2) {
  margin-left: 100px;
}
.l-footerMenuSubList {
  margin: 0 0 0 16px;
  margin-top: 18px;
}
.l-footerMenuSubList > li {
}
.l-footerMenuSubList > li + li {
  margin-top: 18px;
}
.l-footerMenuSubList > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0 0 21px;
  position: relative;
}
.l-footerMenuSubList > li > a:before {
  width: 13px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #dc4141;
}

.l-footer__copy {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin: 30px 0 0 0;
  
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 20px 42px;
    border-top: 6px solid #dc4141;
  }
  .l-footerLogo {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .l-footerFrame {
    display: block;
  }
  .l-footerInfo {
  }
  .l-footerInfo__adress {
    font-size: 13px;
  }
  .l-footerMenu {
    display: flex;
    justify-content: center;
    margin-left: 0px;
    margin-top: 30px;
  }
  .l-footerMenuList {
    width: calc(50% - 10px);
    max-width: 200px;
  }
  .l-footerMenuList > li {
  }
  .l-footerMenuList > li + li {
    margin-top: 12px;
  }
  .l-footerMenuList > li > a {
    display: block;
    font-size: 13px;
    padding: 0 0 0 11px;
  }
  .l-footerMenuList > li > a:before {
    width: 5.5px;
    height: 7px;
    top: 7px;
  }
  .l-footerMenuList:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  .l-footerMenuSubList {
    margin: 0 0 0 13px;
    margin-top: 12px;
  }
  .l-footerMenuSubList > li {
  }
  .l-footerMenuSubList > li + li {
    margin-top: 18px;
  }
  .l-footerMenuSubList > li > a {
    font-size: 13px;
    padding: 0 0 0 15px;
  }
  .l-footerMenuSubList > li > a:before {
    width: 10px;
    top: 10px;
  }

  .l-footer__copy {
    text-align: center;
    font-size: 9px;
    margin: 30px 0 0 0;

  }
}


.c-pageHead {
  padding: 0;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}
.c-pageHeadInner {
  display : flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 40px;
  box-sizing: border-box;
  height: 320px;
  z-index: 10;
  position: relative;
}
.c-pageHeadFrame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.c-pageHead__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  animation: headready02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.1s both;
}

.c-pageHead__subTitle {
  font-size: 200px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  z-index: 1;
  white-space: nowrap;
  word-break: keep-all;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", serif;
  color: #f6f6f6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  animation: headready01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
}

@keyframes headready01 {
  0% {
    opacity: 0;
    transform: translate(40px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes headready02 {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@media screen and (max-width: 960px) {
  .c-pageHead {
  }
  .c-pageHeadInner {
    padding: 40px 40px 40px;
    height: 280px;
  }
  .c-pageHead__title {
    font-size: 42px;
  }

  .c-pageHead__subTitle {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageHead {
  }
  .c-pageHeadInner {
    padding: 40px 20px 40px;
    height: 200px;
  }
  .c-pageHead__title {
    font-size: 28px;
  }

  .c-pageHead__subTitle {
    font-size: 60px;
  }
}



.c-pankuzu {
  padding: 0 40px 0;
}
.c-pankuzuInner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  margin-right: 11px;
  margin-bottom: 4px;
  position: relative;
  font-weight: 500;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 28px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 9px;
  left: -29px;
  content: "";
  width: 20px;
  height: 1px;
  background: #d2d2d2;
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  display: inline-block;
  position: relative;
  color: #000;
}
.c-pankuzuList__item.is-home a {
  padding: 0 0 0 17px;
}
.c-pankuzuList__item.is-home a:after {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: #dc4141 3px solid;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 0 20px 0;
  }
  .c-pankuzuList__item {
    font-size: 11px;
    margin-right: 11px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 15px;
  }
  .c-pankuzuList__item:before {
    top: 7px;
    left: -16px;
    width: 8px;
  }
  .c-pankuzuList__item.is-home a {
    padding: 0 0 0 17px;
  }
  .c-pankuzuList__item.is-home a:after {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: #dc4141 3px solid;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
  }
}





.c-form {
  border-top: 1px solid #dedede;
}
.c-formItem {
  display: flex;
}
/*
.c-formItem:nth-of-type(2n) {
  background: #f6f6f6;
}
.c-formItem:nth-of-type(2n + 1) {
  background: #fdfdfd;
}
*/
.c-formItemHead {
  font-size: 18px;
  line-height: 1.75;
  width: 300px;
  padding: 21px 21px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}
.c-formItemHeadInner {
  position: relative;
  text-align: left;
  padding: 0 54px 0 0;
  font-weight: bold;
}
.c-formItemHeadInner.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}
.c-formItemContent {
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  line-height: 1.75;
  width: calc(100% - 300px);
  border-bottom: 1px solid #ddd;
}
.c-formItemContentInner {
  
}
.c-formItemContentName {
  display : flex;
  align-items: center;
}
.c-formItemContentName__tag {
  text-align: left;
}
.c-formItemContentName__tag.is-sei {
  width: 25px;
}
.c-formItemContentName__tag.is-mei {
  width: 45px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentName__input {
  width: calc(50% - 35px);
  max-width: 300px;
}

.c-formItemContentNameKana {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-formItemContentNameKana__tag {
  text-align: left;
}
.c-formItemContentNameKana__tag.is-sei {
  width: 44px;
}
.c-formItemContentNameKana__tag.is-mei {
  width: 64px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentNameKana__input {
  width: calc(50% - 45px);
  max-width: 300px;
}



.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 18px;
  display: block;
}
.c-form input[type=text]:read-only {
  height: 45px;
  border: none;
  padding: 5px 0;
  color: #303030;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 12px;
}
.c-formItemContent__txt a {
  color: #178cff;
  text-decoration: underline;
  margin-right: 5px;
}
.c-formItemContent__txt a[target="_blank"]:after {
  content: '';
  display: inline-block;
  background: url("../images/common/icon-blank.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.c-formItemContent__check {
  text-align: left;
}
.c-form__check {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.c-form__check .wpcf7-list-item {
  margin-right: 20px;
}
.c-form__check label {
  cursor: pointer;
}
.c-form__check label > input {
  display: none;
}
.c-form__check label > span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 500;
}
.c-form__check label > span:before ,
.c-form__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.c-form__check label > span:before {
  left: 0;
  border: #CCC 1px solid;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
}
.c-form__check label > span:after {
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.c-form__check label > input:checked + span:after {
  opacity: 1;
}
.c-form__check label > input:checked + span:before {
  border-color: #dc4141;
  background: #dc4141;
}
.c-form__check.is-required {
  padding-right: 45px;
  position: relative;
}
.c-form__check.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}

.c-formSubmit {
  margin-top: 60px;
}
.c-formSubmit input[type="submit"] {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  background: #dc4141;
  font-weight: bold;
  height: 60px;
  padding: 5px 36px 7px;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border-radius: 100px;
  cursor: pointer;
}
.c-formItemContentZip input[type=text] {
  max-width: 300px;
}

.c-formSelect {
  position: relative;
  display: block;
}
.c-formSelect:before {
position: absolute;
  top: 9px;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 7px solid #504f4f;
  z-index: 15;
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
  outline: none;
  background: #FFF;
  cursor: pointer;
  font-size: 16px;
}
.c-formSelect select::-ms-expand {
    display: none;
}

.c-formAgree {
  margin-top: 40px;
}
.c-formAgreeCheck {
  margin-bottom: 25px;
}
.c-formAgree__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.c-formAgree__txt a {
  color: #dc4141;
  text-decoration: underline;
}

.c-formAgreeDoc {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  border: #ccc 1px solid;
  margin-top: 50px;
}
.c-formAgreeDoc__title {
  background: #DDD;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.c-formAgreeDocInner {
  padding: 30px 40px;
}
.c-formAgreeDoc .c-formAgreeCheck {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-formItem {
    display: block;
  }
  .c-formItemHead {
    font-size: 14px;
    width: 100%;
    padding: 11px 0px 0px 0px;
    text-align: left;
    border-bottom: none;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .c-formItemHeadInner {
    padding: 0 54px 0 0;
    display: inline-block;
  }
  .c-formItemHeadInner.is-required:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    top: 2px;
    bottom: 0;
    right: 0;
    padding: 0 0 1px 0;
  }
  .c-formItemContent {
    padding: 0px 0px 15px 0px;
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
    box-sizing: border-box;
  }
  .c-formItemContentInner {

  }


  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    border: #CCC 1px solid;
    padding: 5px 10px;
    outline: none;
    font-size: 15px;
    display: block;
  }
  .c-form input[type=text]:read-only {
    height: 45px;
    border: none;
    padding: 5px 0;
    color: #303030;
  }
  .c-form textarea {
    width: 100%;
    box-sizing: border-box;
    height: 250px;
    border: #CCC 1px solid;
    padding: 15px 10px;
    outline: none;
    font-size: 15px;
    line-height: 1.75;
  }
  .c-formItemContent__txt {
    text-align: left;
    margin-bottom: 12px;
  }
  .c-formItemContent__txt a {
    color: #178cff;
    text-decoration: underline;
    margin-right: 5px;
  }
  .c-formItemContent__txt a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon-blank.png") no-repeat center center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  .c-formItemContent__check {
    text-align: left;
  }
  .c-form__check {
  }
  .c-form__check .wpcf7-list-item {
    margin-right: 20px;
  }
  .c-form__check label > span {
    font-size: 14px;
    line-height: 1.7;
    padding: 7px 0 7px 36px;
    font-weight: 500;
  }
  .c-form__check label > span:before ,
  .c-form__check label > span:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 2px;
    bottom: 0;
  }
  .c-form__check label > span:before {
    left: 0;
    border: #CCC 1px solid;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background: #FFF;
  }
  .c-form__check label > span:after {
    left: 8px;
    width: 4px;
    height: 9px;
    border-right: #FFF 2px solid;
    border-bottom: #FFF 2px solid;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 3px;
  }
  .c-form__check label > input:checked + span:after {
    opacity: 1;
  }
  .c-form__check label > input:checked + span:before {
    border-color: #dc4141;
    background: #dc4141;
  }
  .c-form__check.is-required {
    padding-right: 45px;
    position: relative;
  }
  .c-form__check.is-required:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    margin: auto;
    top: 2px;
    bottom: 0;
    right: 0;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 1px 0;
    font-weight: bold;
    content: '必須';
    background: #c31212;
    border: #c31212 1px solid;
    color: #FFF;
  }

  .c-formSubmit {
    margin-top: 40px;
  }
  .c-formSubmit input[type="submit"] {
    max-width: 240px;
    font-size: 16px;
    height: 50px;
    padding: 5px 36px 7px;
  }
  .c-formItemContentZip input[type=text] {
    max-width: 300px;
  }

  .c-formAgree {
    margin-top: 30px;
  }
  .c-formAgreeCheck {
    margin-bottom: 25px;
  }
  .c-formAgree__txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-formAgree__txt a {
    color: #dc4141;
    text-decoration: underline;
  }

  .c-formAgreeDoc .c-formAgreeCheck {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
  }
}



.c-body {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  font-weight: 500;
}
.c-body > * {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s 0.3s ease-out;
}
.c-body > *.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.c-body p {
  margin: 0 0 0 0;
}
.c-body * + p {
  margin-top: 1.5em;
}
.c-body p a {
  color: #dc4141;
  text-decoration: underline;
}
.c-body h1 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 80px;
}
.c-body h1:before {
  background: #dc4141;
  width: 56px;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-body * + h1 {
  margin-top: 100px;
}


.c-body h2 {
  text-align: left;
  margin-bottom: 35px;
  color: #333333;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 30px 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-body h2:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url("../images/common/line-01.png");
  background-size: auto 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-body * + h2 {
  margin-top: 100px;
}
.c-body h1 + h2 {
  margin-top: 50px;
}
  
.c-body h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
  background: #dc4141;
  text-align: left;
  position: relative;
  padding: 4px 20px 5px 20px;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-body * + h3 {
  margin-top: 60px;
}

.c-body h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 0 0 0 25px;
}
.c-body h4:before {
  content: '';
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: #dc4141 4px solid;
  position: absolute;
  top: 13px;
  left: 0;
}
.c-body * + h4 {
  margin-top: 50px;
}
.c-body * + ul {
  margin-top: 1.5em;
}
.c-body ul li {
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 20px;
}
.c-body ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #dc4141;
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
}
.c-body ul li + li {
  margin-top: 5px;
}
.c-body * + .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-body * + .wp-block-image {
  margin-top: 1.5em;
}
.c-body ol {
  margin-left: 1.5em;
}

.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  background: none;
  border-top: #dedede 1px solid;
  font-size: 15px;
  line-height: 1.5;
}
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr {
  border-bottom: #dedede 1px solid;
}
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th ,
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none;
  padding: 11px 15px 12px;
}
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr * + th ,
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr * + td {
  border-left: #dedede 1px solid;
}
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background: none;
}
.c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr {
  
}



.caseResult {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 70px;
}
.caseResult__tag {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-right: 33px;
}
.caseResultContents {
  position: relative;
  padding-left: 33px;
}
.caseResultContents:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #dedede;
  content: '';
  margin: auto;
}
.caseResult__title {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
}
.caseResultMoney {
  display: flex;
  align-items: flex-end;
}
.caseResultMoney__tag {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
}
.caseResultMoney__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #dc4141;
  font-size: 76px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
}

* + .wp-block-buttons {
  margin-top: 60px;
}
.c-body .wp-block-button__link {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 15px 20px 17px;
  min-width: 240px;
  color: #FFF;
}
.c-body a.wp-block-button__link:link, 
.c-body a.wp-block-button__link:visited, 
.c-body a.wp-block-button__link:hover, 
.c-body a.wp-block-button__link:active {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
  }
  .c-body h1 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .c-body h1:before {
    width: 40px;
    height: 3px;
    bottom: -27px;
  }
  .c-body * + h1 {
    margin-top: 70px;
  }

  .c-body h2 {
    margin-bottom: 22px;
    font-size: 20px;
    padding: 0 0 20px 0;
  }
  .c-body * + h2 {
    margin-top: 70px;
  }
  .c-body h1 + h2 {
    margin-top: 50px;
  }

  .c-body h3 {
    font-size: 18px;
    padding: 4px 15px 5px 15px;
    margin-bottom: 20px;
  }
  .c-body * + h3 {
    margin-top: 50px;
  }

  .c-body h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
  }
  .c-body h4:before {
    width: 12px;
    height: 12px;
    border: #dc4141 3px solid;
    top: 11px;
    left: 0;
  }
  .c-body * + h4 {
    margin-top: 40px;
  }
  .c-body ul li {
    padding: 0 0 0 20px;
  }
  .c-body ul li::before {
    width: 6px;
    height: 6px;
    top: 12px;
    left: 3px;
  }
  .c-body ul li + li {
    margin-top: 5px;
  }
  .c-body * + .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .c-body * + .wp-block-image {
    margin-top: 1.5em;
  }
  .c-body ol {
    margin-left: 1.5em;
  }
  .c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    font-size: 14px;
  }
  .c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th ,
  .c-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 11px 12px 12px;
  }
  .caseResult {
    display: block;
    margin-bottom: 30px;
  }
  .caseResult__tag {
    font-size: 18px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .caseResultContents {
    padding-left: 0;
  }
  .caseResultContents:before {
    display: none;
  }
  .caseResult__title {
    font-size: 22px;
    text-align: center;
  }
  .caseResultMoney {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .caseResultMoney__tag {
    font-size: 28px;
  }
  .caseResultMoney__num {
    font-size: 48px;
    margin: 0 10px;
  }

  * + .wp-block-buttons {
    margin-top: 60px;
  }
  .c-body .wp-block-button__link {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 15px 20px 17px;
    min-width: 240px;
    color: #FFF;
  }
  .c-body a.wp-block-button__link:link, 
  .c-body a.wp-block-button__link:visited, 
  .c-body a.wp-block-button__link:hover, 
  .c-body a.wp-block-button__link:active {
    color: #FFF;
  }
}
