@charset "UTF-8";
/*======================================
type
/*======================================*/
html, body {
  font-family: 'NewRodinPro-M', sans-serif;
  color: #585858;
}
.serif {
  font-family: 'TsukuMinPr6-B', serif;
}
.gothic {
  font-family: 'NewCezanneProN-M', sans-serif;
}
.gothic-M {
  font-family: 'NewRodinPro-M', sans-serif;
}
.gothic-DB {
  font-family: 'NewRodinPro-B', sans-serif;
}
.gothic-EB {
  font-family: 'NewRodinPro-EB', sans-serif;
}
.gothic-M strong, .gothic-M em {
  font-family: 'NewRodinPro-B', sans-serif;
}
.gothic-DB strong, .gothic-DB em {
  font-family: 'NewRodinPro-EB', sans-serif;
}
/*======================================
background
/*======================================*/
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  transform: translate(0, 0);
}
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  transform: translate(0, 0);
  opacity: 0;
}
.fadein {
  opacity: 1;
  transition: all 1s ease;
  visibility: visible;
}
.fadeout {
  opacity: 0;
  transition: all 1s ease;
  visibility: hidden;
}
@media screen and (orientation: portrait) {
  body:before, .bgFixd-js {
    height: 115vh;
  }
  #valuation-bgFixd {
    background: url(../img/bg-value-SP.jpg) no-repeat center top;
    background-size: cover;
  }
  #message-bgFixd, #what-bgFixd {
    background: url(../img/bg-what-SP.jpg) no-repeat center top;
    background-size: cover;
  }
  #point-bgFixd {
    background: url(../img/bg-point-SP.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (orientation: landscape) {
  /*======================================
background
/*======================================*/
  body:before, .bgFixd-js {
    height: 100vh;
  }
  #valuation-bgFixd {
    background: url(../img/bg-value-PC.jpg) no-repeat center top;
    background-size: cover;
  }
  #message-bgFixd, #what-bgFixd {
    background: url(../img/bg-what-PC.jpg) no-repeat center top;
    background-size: cover;
  }
  #point-bgFixd {
    background: url(../img/bg-point-PC.jpg) no-repeat center top;
    background-size: cover;
  }
}
.bg-navy {
  background-color: rgba(230, 235, 250, .5);
  color: #fff;
}
.bg-yellow {
  background-color: rgba(255, 255, 130, 1);
}
.bg-red {
  background-color: rgba(255, 80, 90, 1);
  color: #fff;
}
.bg-orange {
  background-color: rgba(255, 130, 90, 1);
  color: #fff;
}
.bg-green {
  background-color: rgba(100, 165, 140, 1);
  color: #fff;
}
.bg-pink {
  background-color: rgba(255, 120, 145, 1);
  color: #fff;
}
.bg-pink-L {
  background-color: rgba(255, 240, 245, 1);
}
.bg-purple {
  background-color: rgba(165, 115, 175, 1);
  color: #fff;
}
.bg-purple-L {
  background-color: rgba(245, 245, 250, 1);
}
.bg-gr-gray {
  background: rgb(246, 246, 246);
  background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.bg-white-br {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}
.multiply:before {
  mix-blend-mode: multiply;
}
/*======================================
txt color
/*======================================*/
.txt-pink {
  color: rgba(255, 120, 145, 1);
}
.txt-purple {
  color: rgba(165, 115, 175, 1);
}
.txt-orange {
  color: rgba(255, 130, 90, 1);
}
.txt-D-orange {
  color: rgba(255, 60, 10, 1);
}
.txt-red {
  color: rgba(255, 80, 90, 1);
}
.txt-gold {
  color: rgba(195, 145, 25, 1);
}
.txt-navy {
  color: rgba(25, 30, 115, 1)
}
.txt-green {
  color: rgba(100, 165, 140, 1);
}
.txt-white {
  color: #fff;
}
/*======================================
layout
/*======================================*/
.desc p {
  text-align: justify;
  font-size: 100%;
  line-height: 1.5em;
}
.desc p:not(:last-of-type) {
  margin-bottom: .5em;
}
/*======================================
element
/*======================================*/
.under {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(255, 240, 0, 1) 70%);
  background-size: 100% 100%;
}
.list-style.list-style04 ul li:before {
  background: url(../img/check-navy.png) no-repeat center;
  background-size: 100%;
}
.arrow {
  width: 5em;
  margin: 1em auto;
}
.arrow.arrow-pink {
  background: url(../img/arrow-pink.png) no-repeat center;
  background-size: cover;
  padding-top: calc(5em*.355);
}
.img-shadow img {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
/*======================================
title
/*======================================*/
.title {
  position: relative;
}
.title h1 {
  font-size: 120%;
}
/*======================================
CTA-CMN
/*======================================*/
.CTA-CMN .CTA-wrap {
  width: calc((100% - 2.5%)/2);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.CTA-CMN .CTA-wrap:not(:last-of-type) {
  margin-right: 2.5%;
}
.CTA-CMN .CTA-wrap a {
  width: 100%;
  height: 0;
  padding-top: 33%;
}
.CTA-CMN .CTA-wrap:nth-of-type(1) {
  background-color: rgba(0, 175, 130, 1);
}
.CTA-CMN .CTA-wrap:nth-of-type(2) {
  background-color: rgba(255, 80, 90, 1);
}
.CTA-CMN .CTA-wrap:nth-of-type(1) a {
  background: url(../img/CTA-02-SP.png) no-repeat center;
  background-size: 100%;
}
.CTA-CMN .CTA-wrap:nth-of-type(2) a {
  background: url(../img/CTA-01-SP.png) no-repeat center;
  background-size: 100%;
}
/*:floatingBtn:*/
#floatingBtn {
  display: block;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  bottom: -500px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
  padding: .7em 2.5% calc(.7em + 2px);
}
#floatingBtn.fadein {
  bottom: -2px;
  transition: all .5s ease-out;
}
#floatingBtn.fadeout {
  bottom: -500px;
  transition: all .3s ease-out;
}
#floatingBtn .wrap {
  width: 100%;
}
/*======================================
main
/*======================================*/
.main {
  text-align: center;
  background: #fff;
}
.main .main-copy {
  background-color: rgba(255, 120, 145, .75);
}
/*======================================
present-CMN
/*======================================*/
.present-CMN ol {
  margin-bottom: 1em;
}
.present-CMN ol li {
  width: calc((100% - 5%)/2);
}
.present-CMN ol li:first-of-type {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.present-CMN ol li:last-of-type {
  margin-left: 5%;
}
/*======================================
valuation
/*======================================*/
#valuation .video {
  margin: 1em auto;
}
.video-wrap {
  padding-top: 46%;
}
/*======================================
matters
/*======================================*/
#matters .title h1 {
  text-align: center;
  font-size: 105%;
  margin-bottom: .3em;
}
#matters .inner {
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 1em;
}
#matters .inner li {
  font-size: 110%;
}
#matters .list-style.list-style03 ul li:before {
  background: rgba(165, 115, 175, .15);
}
#matters .list-style.list-style03 ul li:after {
  border-left: 2px solid rgba(165, 115, 175, 1);
  border-bottom: 2px solid rgba(165, 115, 175, 1);
}
#matters .lede {
  text-align: center;
  letter-spacing: 0;
}
#matters .lede p:not(:last-of-type) {
  margin-bottom: 1em;
}
/*======================================
voice
/*======================================*/
#voice .title {
  text-align: center;
  letter-spacing: 2px;
}
#voice .title p {
  font-size: 120%;
  line-height: 1.8em;
  margin-bottom: .5em;
}
#voice .title p span {
  padding: 0 5px;
  margin: 0 5px;
}
#voice .title h1 {
  font-size: 190%;
}
#voice .title h1 strong {
  font-size: 125%;
}
/*list*/
.slider-voice li.slick-slide {
  position: relative;
  text-align: justify;
  align-items: stretch;
  margin: 0 .5em;
  transition: all 0.3s ease;
  height: auto;
}
#voice .slider-voice .text {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  padding: 1em;
}
#voice .slider-voice .text h2 {
  font-size: 5vw;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-bottom: .5em;
}
#voice .slider-voice .text p {
  font-size: 85%;
  line-height: 1.6em;
}
/* .slider-voice */
#voice aside {
  padding: 1em 5%;
  text-align: center;
  font-size: 13px;
}
/*======================================
slick
/*======================================*/
.slider-voice li.slick-slide {
  opacity: .5;
}
.slider-voice li.slick-active {
  opacity: 1;
  margin-top: -1.5em;
}
.slider-voice li.slick-slide:hover {
  transition: all 0.3s ease;
  transform: translate(0, -10px);
}
.slider-voice .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
.slick-list {
  overflow: inherit !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  position: static !important;
  bottom: auto !important;
  top: 100% !important;
  padding: 1em 50px !important;
}
.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button:before {
  font-size: 12px !important;
  top: 6px;
  color: rgba(255, 120, 145, 1) !important;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  top: calc(100% - 25px) !important;
  z-index: 999;
}
.slick-prev, .slick-next {
  width: 50px !important;
  height: 50px !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-next {
  right: 0 !important;
}
.slick-prev:before, .slick-next:before {
  position: absolute;
  display: block;
  content: '' !important;
  width: 20px !important;
  height: 20px !important;
  border-top: 3px solid rgba(255, 120, 145, 1);
  border-left: 3px solid rgba(255, 120, 145, 1);
  top: calc(50% - 25px/2);
  opacity: 1;
  transition: all .3s ease;
}
.slick-prev:hover:before, .slick-next:hover:before {
  opacity: .8;
  transition: all .3s ease;
}
.slick-prev:before {
  left: 40%;
  transform: rotate(-45deg);
}
.slick-next:before {
  right: 40%;
  transform: rotate(135deg);
}
/*======================================
message
/*======================================*/
#message h1 {
  text-align: center;
  font-size: 110%;
  margin-bottom: .5em;
}
#message .name {
  background: rgba(165, 115, 175, .5);
  padding: 1em 0;
  margin-bottom: 2em;
}
#message .name .max-wrap {
  position: relative;
}
#message .name .max-wrap:after {
  position: absolute;
  content: "";
  width: 35%;
  height: 0;
  padding-top: calc(35%*1.6025);
  background: url(../img/message-abe.png) no-repeat center;
  background-size: cover;
  right: -.5em;
  top: -2.5em;
}
#message .name h2 {
  font-size: 125%;
}
#message .name h2 span {
  display: inline;
  font-size: 65%;
  margin-left: .5em;
}
#message h3 {
  text-align: center;
  font-size: 120%;
}
#message h3 strong {
  display: block;
  font-size: 140%;
  margin: 0.5em auto 0;
}
#message .desc p:not(:last-of-type) {
  margin-bottom: 1em;
}
/*======================================
point
/*======================================*/
#point .title .logo {
  width: 25%;
  max-width: 150px;
  margin: 1em auto 0;
}
#point .title h1 {
  text-align: center;
  font-size: 120%;
  margin: 1em auto 2em;
}
#point .title h1 strong {
  display: block;
  text-align: center;
  font-size: 170%;
  letter-spacing: 6px;
  margin-top: .5em;
}
#point .title h1 strong em {
  display: inline;
  font-size: 140%;
}
#point ol li:not(:last-of-type) {
  margin-bottom: 3em;
}
#point ol li h2 {
  position: relative;
  padding-left: 14%;
  margin: 1em auto .5em;
}
#point ol li.title-L h2 {
  font-size: 160%;
}
#point ol li.title-L h2 em {
  font-size: 170%;
}
#point ol li.title-S h2 {
  font-size: 135%;
  line-height: 1.2em;
}
#point ol li.title-S h2 span {
  display: block;
  font-size: 75%;
}
#point ol li h2:before {
  position: absolute;
  content: "";
  left: -.3em;
  height: 0;
  width: 13%;
  padding-top: calc(13%*1.04);
}
#point ol li.title-L h2:before {
  top: -.5em;
}
#point ol li.title-S h2:before {
  top: .1em;
}
#point ol li:nth-of-type(1) h2:before {
  background: url(../img/point-01.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(2) h2:before {
  background: url(../img/point-02.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(3) h2:before {
  background: url(../img/point-03.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(4) h2:before {
  background: url(../img/point-04.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(5) h2:before {
  background: url(../img/point-05.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(6) h2:before {
  background: url(../img/point-06.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(7) h2:before {
  background: url(../img/point-07.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(8) h2:before {
  background: url(../img/point-08.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(9) h2:before {
  background: url(../img/point-09.png) no-repeat center;
  background-size: cover;
}
#point ol li:nth-of-type(10) h2 {
  padding-left: 20%;
}
#point ol li:nth-of-type(10) h2:before {
  background: url(../img/point-10.png) no-repeat center;
  background-size: cover;
  width: 16%;
}
#point ol li:nth-of-type(5) .img {
  width: 70%;
  margin: 0 auto;
}
/*======================================
lede-A
/*======================================*/
#lede-A h1 {
  text-align: center;
  font-size: 135%;
  line-height: 1.3em;
  margin: -.5em auto .7em;
}
/*======================================
what-corgi
/*======================================*/
#what-corgi h1 {
  text-align: center;
  font-size: 180%;
}
#what-corgi .img {
  margin: 2em auto;
}
#what-corgi h2 {
  text-align: center;
  font-size: 180%;
  margin-bottom: .5em;
}
#what-corgi h2 em {
  display: inline;
  font-size: 150%;
  vertical-align: -2px;
}
#what-corgi h2 span {
  display: block;
  font-size: 80%;
}
#what-corgi aside {
  font-size: 11px;
  margin-top: 1em;
}
#what-corgi .inner {
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 1em;
}
#what-corgi .inner h3 {
  text-align: center;
  font-size: 160%;
  margin-bottom: .3em;
}
#what-corgi .inner p {
  text-align: center;
  font-size: 110%;
  line-height: 1.3em;
  letter-spacing: 0;
}
#what-corgi .inner .img {
  margin: 1em auto 0;
}
#what-corgi .inner .img li {
  border-radius: 5px;
}
#what-corgi .inner .img li:not(:last-of-type) {
  border: solid 2px rgba(0, 0, 0, .3);
  margin-bottom: .5em;
}
#what-corgi .inner .img li:last-of-type {
  border: solid 7px rgba(255, 130, 90, 1);
}
#what-corgi .inner h4 {
  text-align: center;
  font-size: 120%;
  line-height: 1em;
  margin: 1em auto .5em;
  letter-spacing: 4px;
}
/*======================================
lineUp
/*======================================*/
#lineUp .title .logo {
  width: 25%;
  max-width: 120px;
  margin: 1em auto 1.5em;
}
#lineUp .title h1 {
  text-align: center;
  font-size: 130%;
}
#lineUp .title h1 span {
  font-size: 130%;
  display: block;
  margin: .3em auto 0;
}
/*:lineUp-CMN::::*/
.lineUp-CMN {
  text-align: center;
}
.lineUp-CMN h2 {
  font-size: 120%;
  line-height: 1em;
  margin-bottom: 1em;
  padding: .7em;
  border-radius: 5px;
}
.lineUp-CMN li h3 {
  position: relative;
  font-size: 90%;
  margin: .5em auto .3em;
  padding-bottom: .3em;
  border-bottom: 1px solid #000;
}
.lineUp-CMN li h3::before, .lineUp-CMN li h3::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  bottom: -2px;
  background: #000;
  border-radius: 100px;
}
.lineUp-CMN li h3::before {
  left: 0;
}
.lineUp-CMN li h3::after {
  right: 0;
}
.lineUp-CMN li p {
  font-size: 90%;
}
.lineUp-CMN ul ul {
  margin-top: .2em;
}
.lineUp-CMN ul ul li {
  width: 100% !important;
  font-size: 70%;
  line-height: 1.2em;
  margin-bottom: 0;
}
.lineUp-CMN ul ul li:first-of-type, .lineUp-CMN ul ul li:not(:last-of-type) {
  margin-bottom: .3em !important;
}
/*:facial::::*/
.bg-facial {
  background: rgb(255, 234, 236);
  background: linear-gradient(0deg, rgba(255, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#facial .lineUp-CMN li {
  width: calc((100% - 5%)/2);
}
#facial .lineUp-CMN li:nth-of-type(2) {
  margin-right: 5%;
}
#facial .lineUp-CMN li:first-of-type {
  width: 100%;
  margin-bottom: 1em;
}
#facial .lineUp-CMN li:first-of-type .inner {
  width: calc((100% - 5%)/2);
  margin: 0 auto;
}
#facial .lineUp-CMN li h3 {
  border-color: rgba(255, 120, 145, .5);
}
#facial .lineUp-CMN li h3::before, #facial .lineUp-CMN li h3::after {
  background: rgba(255, 120, 145, 1);
}
/*:body::::*/
#body {
  background: rgba(255, 245, 230, 1);
}
#body .lineUp-CMN li h3 {
  border-color: rgba(255, 130, 90, .5);
}
#body .lineUp-CMN li h3::before, #body .lineUp-CMN li h3::after {
  background: rgba(255, 130, 90, 1);
}
#body .lineUp-CMN li {
  width: calc((100% - 5%)/2);
}
#body .lineUp-CMN li:nth-of-type(2) {
  margin-right: 5%;
}
#body .lineUp-CMN li:first-of-type {
  width: 100%;
  margin-bottom: 1em;
}
#body .lineUp-CMN li:first-of-type .inner {
  width: calc((100% - 5%)/2);
  margin: 0 auto;
}
/*:other::::*/
#other {
  background: rgba(245, 250, 245, 1);
}
#other .lineUp-CMN li h3 {
  border: none;
}
#other .lineUp-CMN li h3::before, #other .lineUp-CMN li h3::after {
  content: none;
}
#other .lineUp-CMN li {
  width: calc((100% - 5%)/2);
  margin-bottom: 1em;
}
#other .lineUp-CMN li:nth-of-type(odd) {
  margin-right: 5%;
}
#other .lineUp-CMN li:nth-of-type(5), #other .lineUp-CMN li:nth-of-type(6) {
  margin-bottom: 0;
}
/*:owner::::*/
#owner {
  background: rgba(245, 240, 250, 1);
}
#owner .lineUp-CMN h2 {
  font-size: 150%;
  line-height: 1.3em;
  padding: 0;
}
#owner .lineUp-CMN li h3 {
  border-color: rgba(165, 115, 175, .5);
}
#owner .lineUp-CMN li:nth-of-type(2) h3 {
  border: none;
}
#owner .lineUp-CMN li h3::before, #owner .lineUp-CMN li h3::after {
  background: rgba(165, 115, 175, 1);
}
#owner .lineUp-CMN li:nth-of-type(2) h3::before, #owner .lineUp-CMN li:nth-of-type(2) h3::after {
  content: none;
}
#owner .lineUp-CMN li {
  width: calc((100% - 5%)/2);
}
#owner .lineUp-CMN li:nth-of-type(odd) {
  margin-right: 5%;
}
/*======================================
table
/*======================================*/
#table {
  text-align: center;
}
#table .wrap {
  max-width: none;
}
#table .title p {
  font-size: 120%;
  letter-spacing: 2px;
  margin-bottom: 0.3em;
}
#table .title h1 {
  font-size: 140%;
  line-height: 1.5em;
  letter-spacing: 3px;
}
#table .title h1 span {
  font-size: 130%;
}
/*======================================
free-time
/*======================================*/
#free-time {
  text-align: center;
}
#free-time h1 {
  font-size: 165%;
  letter-spacing: 3px;
  line-height: 1.5em;
  margin: 0 0 .5em 3px;
}
#free-time p {
  font-size: 110%;
  line-height: 1.5em;
}
#free-time li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#free-time li .img {
  overflow: hidden;
  width: 25%;
  background: #fff;
  border-radius: 100px;
}
#free-time li .img img {
  opacity: .5;
}
#free-time li .text {
  flex: 1;
  text-align: left;
  margin-left: 2.5%;
}
#free-time li .text h2 {
  font-size: 110%;
  line-height: 1em;
  letter-spacing: 2px;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: solid 1px rgba(255, 120, 145, .5);
}
#free-time li .text p {
  font-size: 110%;
  line-height: 1.3em;
}
/*======================================
lede-B
/*======================================*/
#lede-B h1 {
  text-align: center;
  font-size: 200%;
  line-height: 1.2em;
  margin-top: -.5em;
}
#lede-B ul {
  display: inline-block;
  margin: 1em auto;
}
#lede-B li {
  position: relative;
  text-align: left;
  font-size: 110%;
  line-height: 1.3em;
  letter-spacing: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: .5em;
  padding: .7em .7em .7em 2em;
}
#lede-B li:before {
  position: absolute;
  content: "";
  margin: 0;
  background: url(../img/check-pink.png) no-repeat center;
  background-size: 100%;
  width: 2em;
  height: 2em;
  left: 0;
  top: .35em;
}
#lede-B p {
  text-align: center;
  font-size: 110%;
  line-height: 1.4em;
}
/*======================================
profile
/*======================================*/
#profile .title {
  text-align: center;
  padding: 2em 0;
}
#profile .title h1 {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 120%;
  padding: .5em 3em;
  border-top: solid 1px rgba(0, 0, 0, .3);
  border-bottom: solid 1px rgba(0, 0, 0, .3);
}
#profile .title h1 span {
  display: block;
  font-size: 130%;
  letter-spacing: 5px;
  margin-top: .3em;
}
#profile .profile-CMN .name {
  position: relative;
  font-size: 110%;
  padding: 2em 0;
}
#profile .profile-CMN .name strong {
  display: block;
  font-size: 190%;
  margin-top: .5em;
}
#profile .profile-CMN .name span {
  display: block;
  font-size: 40%;
  line-height: 1.3em;
  letter-spacing: 3px;
  margin-top: 1em;
}
#profile .profile-CMN .name small {
  display: block;
  font-size: 70%;
  line-height: 1.3em;
  letter-spacing: 0;
  margin: .5em auto 1em;
}
#profile .profile-CMN .name .img {
  position: absolute;
}
#profile .profile-CMN .lede .bg-purple {
  padding: .7em 0;
}
#profile .profile-CMN .lede h2 {
  font-size: 150%;
}
#profile .profile-CMN .lede p {
  font-size: 115%;
  letter-spacing: 0;
}
#profile .profile-CMN .lede p:first-of-type {
  margin-top: 1em;
}
#profile .profile-CMN .lede p:last-of-type {
  margin-bottom: 1em;
}
/*profile-abe*/
#profile .profile-abe .name .img {
  top: 0;
  right: 0;
  width: 30%;
}
#profile .profile-abe .name span {
  font-size: 50%;
  letter-spacing: 5px;
  margin-top: .7em;
  margin-left: 5em;
}
#profile .profile-abe .lede {
  margin-top: -1em;
}
#profile .profile-abe h3 {
  font-size: 160%;
  margin-bottom: .5em;
}
/*profile-takekoshi*/
#profile .profile-takekoshi .name {
  padding: 3.5em 0 1em;
}
#profile .profile-takekoshi .name .img {
  top: 0;
  left: 0;
  width: 35%;
}
#profile .profile-takekoshi .name h1, #profile .profile-takekoshi .lede h2 {
  margin-left: calc(35% + 5%);
}
#profile .profile-takekoshi .lede h2 {
  font-size: 140%;
}
/*profile-izawa*/
#profile .profile-izawa .img {
  width: 40%;
}
#profile .profile-izawa .name {
  position: relative;
  flex: 1;
  margin-left: 5%;
  padding: 0;
}
#profile .profile-izawa .name h2 {
  font-size: 110%;
  line-height: 1.3em;
  margin-top: .5em;
}
#profile .profile-izawa .desc {
  font-size: 90%;
  margin-top: 1em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 1em;
}
#profile .profile-izawa .desc .logo {
  width: 50%;
  max-width: 70px;
  margin: .5em auto 0;
}
#profile .profile-izawa .desc h3 {
  text-align: center;
  font-size: 120%;
  margin: .5em auto;
}
/*======================================
support
/*======================================*/
#support {
  text-align: center;
}
#support .title {
  padding: 1.5em 0;
}
#support h1 {
  font-size: 120%;
  line-height: 1em;
}
#support h1 span {
  display: block;
  font-size: 150%;
  margin-top: .5em;
}
#support li {
  margin-bottom: 2em;
}
#support li h2 {
  font-size: 150%;
  margin: 1em auto .3em;
}
#support li p {
  text-align: center;
}
/*======================================
faq
/*======================================*/
#faq h1 {
  text-align: center;
  font-size: 170%;
  padding: 1.5em 0;
  letter-spacing: 3px;
}
#faq dt::before, #faq dt::after, #faq dd p::before, #faq dd p::after {
  position: absolute;
  content: "";
  width: 1.8em;
  height: 1.8em;
}
#faq dt::before, #faq dt::after {
  top: -.2em;
  left: 0;
}
#faq dt::before {
  background: rgba(165, 115, 175, .7);
  border-radius: 100px;
}
#faq dt::after {
  background: url(../img/FAQ-Q.png) no-repeat center;
  background-size: 100%;
}
#faq dt {
  position: relative;
  font-size: 120%;
  line-height: 1.3em;
  letter-spacing: 2px;
  padding-left: 2.3em;
}
#faq dt:not(:first-of-type) {
  margin-top: 2em;
}
#faq dd {
  background: #fff;
  border-radius: 5px;
  padding: 1em;
  margin-top: .5em;
}
#faq dd p {
  position: relative;
  text-align: justify;
  font-size: 95%;
  padding-left: 2em;
}
#faq dd p::before, #faq dd p::after {
  top: -.2em;
  left: -.3em;
}
#faq dd p::before {
  background: #fff;
  border: solid 2px rgba(165, 115, 175, .7);
  border-radius: 100px;
}
#faq dd p::after {
  background: url(../img/FAQ-A.png) no-repeat center;
  background-size: 100%;
}
/*======================================
footer
/*======================================*/
footer .logo {
  width: 50%;
  max-width: 200px;
  margin: 1em auto 2em;
}
footer .map-wrap {
  margin: 2em auto;
}
footer .map-wrap {
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin: 2em auto;
}
footer .map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.foot-info li {
  line-height: 1.6em;
}
.nav-SNS a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, .4);
}
.LINE-up {
  background: #3bad36;
}