html,body{
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #251d1b;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #251d1b;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img,picture{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

.pink{ color: #d0224c; }

.marker1{
  background: linear-gradient(transparent 60%, #FFF3C4 40%);
}

.noto-san-r{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-san-b{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pd-l{
  padding-left: 37.5rem;
}

.pd-l2{
  padding-left: 4.5rem;
}

.fv{
  background: url(../images/fv-bg.jpg) center 25% no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
}
.fv h1{
  width: 62rem;
  margin: 0 0 0 auto;
}
.fv img.fv-img{
  width: 62rem;
  margin: 2rem 0 0 auto;
}

input[type="text"]{
  font-size:2.4rem;
  width: 30.5rem;
  line-height: 7rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  background: #f8f8f8;
  text-align: center;
  margin: 1rem auto 0rem;
}

input[type="image"] {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
input[type="image"]:hover,
input[type="image"]:active {
	opacity: 0.8;
  cursor: pointer;
}
input[type="email"] {
  display: block;
  font-size:2.4rem;
  width: 62rem;
  line-height: 7rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  background: #f8f8f8;
  text-align: center;
  margin: 1rem auto 1rem;
}
.note{
  font-size:1.1rem;
  margin:2rem auto 0rem;
  padding: 0rem 10rem 0rem;
  text-align :left;
}
.form_box{
  background: #ffffff;
  width:100%;
  border-radius: 1rem;
  padding:3rem 6rem;
  margin:0 auto;
  text-align: center;
}
.form{
  margin: 0 auto 2rem;
  display: block;
  text-align: center;
  font-size:2rem;
  width: 66.5rem;
  height:7rem;
  padding:1rem;
  border-radius:1rem;
  border: 2px solid #ddd;
  background: #f8f8f8;
}
.cta-btn{
  display: block;
  width: 66.5rem;
  margin: 0 auto;
}
.cta-btn:hover{
  opacity: 0.7;cursor: pointer;
  transition: opacity 0.2s linear;
}

.cs_box{
  background: #ffffff;
  width:100%;
  border-radius: 1rem;
  padding:3rem 6rem;
  margin:0 auto;
  text-align: center;
}

.cta{
  background: url(../images/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 7rem 0 7rem;
}

.sec-1{
  background: url(../images/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 7rem 0 4rem;
}
.sec-1 h2 img{
  width: 78.5rem;
  margin: 4rem auto;
}
.sec-1 h2{
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-1 img.sec-1-txt{
  width: 90rem;
  margin: 6rem auto 0;
}

img.obi{
  width: 100%;
}

.bg-2{
  background: url(../images/bg-2.jpg) center top no-repeat !important;
  background-size: 100% auto;
}

.sec-2{
  background: url(../images/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 6rem 0 12rem;
}
.sec-2 h2 img{
  width: 90rem;
  margin: 0 auto 5rem;
}
.sec-2 h2{
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-2 p{
  font-size: 1.8rem;
  text-align: center;
}
.sec-2 img.sec-2-txt{
  width: 90rem;
  margin: 6rem auto 0;
}
.sec-2 img.sec-2-txt2{
  width: 80rem;
  margin: 6rem auto 0;
}


.sec-3{
  background: #d0224c;
  color: #fff;
  text-align: center;
  padding: 6rem 0;
}
.sec-3 h2{
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.sec-3 .h2-btm{
  font-size: 1.4rem;
  margin: 0.5em 0 5rem;
}
ul.prof-li{
  display: flex;
  flex-wrap: wrap;
}
ul.prof-li li{
  display: block;
  width: calc(25% - 2.6rem);
  margin: 0 3.46rem 2.5rem 0;
}
@media (min-width: 769px){
ul.prof-li li:nth-child(4n){
  margin-right: 0;
}
}
ul.prof-li li a{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.prof-li li .img{
  margin-bottom: 0.5em;
}
.img-border{
  position: relative;
}
.img-border::before{
  content: "";
  width: 100%;
  height: 100%;
  border: 1rem solid rgba(255,255,255,0.2);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.prof-li li span{
  display: block;
  font-size: 1.2rem;
}


.sec-4{
  background: url(../images/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 9rem 0 6rem;
}
.sec-4 h2{
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec-4 p{
  display: block;
  width: 64rem;
  font-size: 1.8rem;
  margin: 6rem auto 5rem;
}


.sec-5{
  background: #f5f6f9;
  padding: 8rem 0;
  font-size:1.6rem;
}
.sec-5 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sec-5 .wrap .img{
  width: 42rem;
}
.sec-5 .wrap .txt{
  width: calc(100% - 47rem);
  letter-spacing: 0.13em;
}
.sec-5 h2{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.sec-5 h2 span{
  font-size: 2.2rem;
}
.sec-5 h3{
  font-weight: 400;
  padding-bottom: 0.4em;
  border-bottom: 1px solid;
  margin: 2.5em 0 1.5em;
}

.sec-6{
  background: #fab1be;
  text-align: center;
  padding: 6rem 0;
}
.sec-6 h2{
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.sec-6 .h2-btm{
  font-size: 1.4rem;
  margin: 0.5em 0 5rem;
}

.sec-6 .name-2
{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 1rem;
}

.sec-6 .content-2
{
  font-size: 16px;
}

.sec-6 .sec-2-img {
  margin: 3rem 0;
}

.sec-6 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
  padding: 2rem 0rem;
}

.sec-6 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-6 ul li img{
  border-radius:10px;
  margin: auto;
}
.sec-6 ul li .name{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.sec-6 ul li .name2{
  font-size: 1.8rem;
  font-weight: bold;
  line-height:1.2rem;
  margin: 2rem 0 1rem;
}
.scroll {
	overflow:auto;
	width:100%; height:200px;
	padding:8px;
  border:1px dotted #ddd;
  border-radius:8px;
  background: #fafafa;
  margin-bottom:3rem;
}

.scroll-2 {
	overflow:auto;
	width:100%; height:auto;
	padding:2rem;
  border:1px dotted #ddd;
  border-radius:8px;
  background: #fafafa;
  margin-bottom:3rem;
}

.modal{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal_bg{
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content{
  background: #fff;
  width: 80rem;
  max-width: 85%;
  max-height: 90%;
  padding: 4.5rem;
  border-radius: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow-y: scroll;
  overscroll-behavior: contain;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;

  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
/* Chrome, Safari 対応 */
.modal__content::-webkit-scrollbar {
  display: none;
}
.modal_content a.modal-close{
  display: block;
  font-size: 3.6rem;
  color: #251d1b;
  line-height: 1;
  width: 1em;
  font-weight: 400;
  position: absolute;
  right: 0.1em;
  top: 0.1em;
}
.modal_content .h3-top{
  font-weight: 600;
  margin-bottom: 0.3em;
}
.modal_content h3{
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}


footer{
  background: #ffe4eb;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.footer-logo{
  margin:2rem auto;
  width:400px;
}
footer a{
	color: #000000;
}




/* ヘッダー動き */
.t-anime-1,.t-anime-2{
  opacity: 0;
  transition: 1s;
}
.t-anime-1{
  transform: translateX(-3rem);
  transition-delay: 0.5s;
}
.t-anime-2{
  transition-delay: 1s;
}

.t-anime-1.load,.t-anime-2.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールアニメ */
.fade,
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade.load,
.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

@media (min-width: 769px){
.ct2-pc.load { transition-delay: 0.2s; }
.ct3-pc.load { transition-delay: 0.4s; }
}


/* ボタン用アニメーション */
.cta-btn{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: url(../images/bg-1.png) center top no-repeat #fff;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader008,
.loader008:after {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}
.loader008 {
  position: relative;
  text-indent: -9999em;
  border-top: 0.6rem solid rgba(208,34,76,0.3);
  border-right: 0.6rem solid rgba(208,34,76,0.3);
  border-bottom: 0.6rem solid rgba(208,34,76,0.3);
  border-left: 0.6rem solid #d0224c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #d0224c;
}
#pagetop a img {
  width: 16px;
  margin-top: -2px;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 1080px;
  padding: 0 50px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.7vw; }
body{ font-size: 1.2em; }

.content{
	width: 100%;
	padding: 0 6%;
}


.fv{
  background: url(../images/sp/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2.5rem 0 2rem;
}
.fv h1{
  width: 100%;
  margin: 0;
}
.fv img.fv-img{
  width: 20rem;
  margin: 2rem auto 0 0;
}


.cta-btn{
  width: 32rem;
}
.note{
    font-size:0.8rem;
    margin:0rem auto 0rem;
    padding: 1.5rem 0rem 0rem;
    text-align :left;
}

.form_box{
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width:100%;
    border-radius: 0.5rem;
    padding:1rem 1.5rem 1.5rem;
}
.form{
  margin: 0 auto 2rem;
  display: block;
  text-align: center;
  font-size:1.5rem;
  width: 38rem;
  height:5rem;
  padding:1rem;
  border-radius:1rem;
  border: 2px solid #ddd;
  background: #f8f8f8;
}
.cs_box{
  display: block;
  background-color: #ffffff;
  width:100%;
  border-radius: 0.5rem;
  padding:1rem 1.5rem 1.5rem;
}
.cta-1{
  background: url(../images/sp/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 4.5rem 0 4rem;
}
.sec-1{
  background: url(../images/sp/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 4rem 0 4rem;
}
.sec-1 h2 img{
  width: 29.7rem;
  margin: 4.5rem auto 3rem;
}

.sec-1 img.sec-1-txt{
  width: 100%;
  margin: 3rem auto 0;
}

.bg-2{
  background: url(../images/sp/bg-2.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 4.5rem 0 4rem;
}

.sec-2{
  background: url(../images/sp/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 3.5rem 0 0;
}
.sec-2 h2 img{
  width: 100%;
  margin: 0 auto 3.5rem;
}
.sec-2 h2{
  font-size: 2.4rem;
}
.sec-2 p{
  font-size: 1.4rem;
  text-align: left;
}
.sec-2 img.sec-2-txt{
  width: 100%;
  margin: 3rem auto 0;
}
.sec-2 img.sec-2-txt2{
  width: 100%;
  margin: 3rem auto 0;
}


.sec-3{
  padding: 5rem 0 3rem;
}
.sec-3 h2{
  font-size: 2.4rem;
}
.sec-3 .h2-btm{
  font-size: 1.2rem;
  margin: 1em 0 3rem;
}
ul.prof-li{
  justify-content: space-between;
}
ul.prof-li::after{
  content: "";
  width: 31%;
}
ul.prof-li li{
  display: block;
  width: 31%;
  margin: 0 0 2rem 0;
}
ul.prof-li li a{
  font-size: 1.2rem;
  letter-spacing: 0;
}
.img-border::before{
  border: 0.3rem solid rgba(255,255,255,0.2);
}


.sec-4{
  background: url(../images/sp/bg-1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 6rem 0 4rem;
}
.sec-4 h2{
  font-size: 2.4rem;
}
.sec-4 p{
  width: 100%;
  font-size: 1.4rem;
  margin: 3.5rem auto 3rem;
}


.sec-5{
  background: none;
  padding: 0 0 8rem;
  font-size:1.3rem;
}
.sec-5 .wrap{
  display: block;
}
.sec-5 .wrap .img{
  width: 100%;
  margin-bottom: 3rem;
}
.sec-5 .wrap .img::before{
  border: 1rem solid rgba(255,255,255,0.2);
}
.sec-5 .wrap .txt{
  width: 100%;
}
.sec-5 h2{
  font-size: 2.4rem;
  margin-bottom: 3rem;
  text-align: center;
}
.sec-5 h2 span{
  font-size: 1.4rem;
}

.sec-6{
  padding: 5rem 0 3rem;
}
.sec-6 h2{
  font-size: 2.4rem;
}
.sec-6 .h2-btm{
  font-size: 1.2rem;
  margin: 1em 0 3rem;
}
.sec-6 .name-2
{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 1rem;
}
.sec-6 .content-2
{
  font-size: 16px;
}
.sec-6 .sec-6-img {
  margin: 3rem 0;
}

.sec-6 .pr {
  margin: auto;
}

.sec-6 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
  padding: 0rem 4rem 0rem;
}
.sec-6 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-6 ul li img{
  border-radius:10px;
}
.sec-6 ul li .name{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.sec-6 ul li .name2{
  font-size: 1.8rem;
  font-weight: bold;
  line-height:1.2rem;
  margin: 2rem 0 1rem;
}
.scroll {
  text-align: left;
	overflow:auto;
	width:100%; height:200px;
	padding:8px;
  border:1px dotted #ddd;
  border-radius:8px;
  background: #fafafa;
  margin-bottom:3rem;
}
.scroll-2 {
	overflow:auto;
	width:100%; height:auto;
	padding:2rem;
  border:1px dotted #ddd;
  border-radius:8px;
  background: #fafafa;
  margin-bottom:3rem;
}

.modal_content{
  padding: 3rem 4%;
  font-size: 1.3rem;
}
.modal_content a.modal-close{
  font-size: 3.2rem;
  right: -0.15em;
  top: -0.1em;
}
.modal_content .h3-top{
  font-size: 1.2rem;
}
.modal_content h3{
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

footer{
  padding: 2rem 0 2rem;
  font-size: 1.1rem;
  margin-top: 0px;
}
.footer-logo{
  margin:1rem auto;
  width:380px;
}
footer a{
	color: #000000;
}


#loading {
  background: url(../images/sp/bg-1.png) center top no-repeat #fff;
  background-size: 100% auto;
}

input[type="email"] {
  height: 5rem;
  line-height: 60px;
  font-size: 1.5rem;
  background: #f8f8f8;
  width:100%;
  border: 1px solid #CCCCCC;
}

input[type="text"] {
  height: 5rem;
  line-height: 60px;
  font-size: 1.5rem;
  background: #f8f8f8;
  width:49.2%;
  border: 1px solid #CCCCCC;
}


}/*　スマホここまで */

.pink-bg{
  background: linear-gradient(
    to right,
    #ffb7cf,
    #d97f95
  );
  box-shadow: inset 0 0 40px rgba(255,255,255,0.25);
}

.lightblue-bg {
  background: linear-gradient(
    to right,
    #b7e4f5,
    #5fa9c8
  );
  box-shadow: inset 0 0 40px rgba(255,255,255,0.25);
}