@charset "utf-8";
/*
共通
タイトル
---------------*/
body{
    overflow-x: hidden;
}

/*
共通
---------------*/
.page_inner_Wrap{
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
}

.page_inner_space{
    padding-top: 130px;
}
.pageBlock{
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .page_inner_Wrap{
    width: 94%;   
  }
  .pageBlock{
    padding-top: 80px;
  }
  .page_inner_space{
      padding-top: 90px;
  }
}

/*
背景色
---------------*/
.bgGray{
	background: #F5F5F5;
}

/*
フォントデザイン
---------------*/
.main_orange{
  color: #F99900;
}
.f_white{
  color: #fff !important;
}

.txt_bold{
  font-weight: bold;
}

.taC{
	text-align: center !important;
}

.txt_ud{
  text-decoration: underline;
}
.txt_caution{
    color: #666666;
}

/*
margin
------------------------------*/
.mb10{
  margin-bottom: 10px;
}
.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;
}
.mb100{
  margin-bottom: 100px;
}
.mb120{
  margin-bottom: 120px;
}
.mb150{
  margin-bottom: 150px;
}
.mb200{
  margin-bottom: 200px;
}


/*
タイトル
------------------------------*/
.page_ttlType01 .ttl_logo{
	max-width: 40px;
	margin-bottom: 10px;
}
.page_ttlType01 .ttl_en{
	font-size: 32px;
	color: #F99900;
	font-weight: 500;
	display: block;
	margin-bottom: 18px;
}

.page_ttlType01 .ttl_jp{
	font-size: 30px;
	color: #2D2D2D;
	font-weight: bold;
	display: block;
  line-height: 1.5;
}



/*
コンテンツ
------------------------------------------------------------*/
/*
メインビジュアル
------------------------------*/
.mainVidualWrap{
  background: url(../img/pattern_bg.jpg);
}
.mainFlexBlock{
  height: calc(100vh - 100px);
  min-height: 768px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;

  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.mainFlexBlock .mainFlexItem{
  width: calc(50% - 60px);
  margin: 0 30px;
}

.vidualWrap{
  display: flex;
}

.vidualWrap img{
    display: block;
    max-width: 820px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.mainFlexItem .textWrap{
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.mainPointList{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.mainPointList .mainPointItem{
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

.mainPointList .mainPointItem a{
  display: block;
}

@media screen and (max-width: 991px) {
  .vidualWrap img {
    width: 100%;
  }
  .mainFlexItem .textWrap{
    width: 100%;
  }
  .mainFlexItem .textWrap img{
    max-width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .mainFlexBlock{
    display: block;
    min-height: 600px;
    /*height: calc(100vh - 80px);*/
    height: auto;
  }
  .mainFlexBlock .mainFlexItem{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .mainFlexItem .textWrap{
    width: 100%;
  }
  .mainFlexItem .textWrap img{
    max-width: 420px;
      width: auto;
    height: 40vh;
  }
  .vidualWrap{
    display: block;
    padding: 3vh 0;
  }
  .vidualWrap img {
    width: auto;
    height: 37vh;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  .mainFlexItem .textWrap img{
    height: 33vh;
    max-width: 100%;
    width: 100%;
  }
  .mainPointList .mainPointItem a{
    display: block;
    padding: 10px 10px;
  }
}

/*
spBanner
------------------------------*/
.sp_hiddenItem{
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.spBanner img{
  max-width: 250px;

}

@media screen and (max-width: 768px) {
  .sp_hiddenItem{
    display: block;
  }
}



/*
ABOUT
------------------------------*/
.aboutWrap .flexWrap01{
	display: flex;
    /*max-width: 1500px;*/
}

.aboutWrap .flexWrap01 .flex_imgWrap,
.aboutWrap .flexWrap01 .flex_textWrap{
	width: 50%;
}

.aboutWrap .flexWrap01 .flex_imgWrap{
  /*flex: 1;*/
  width: 60%;
/*  background: url(../img/about_bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center right;*/

  position: relative;
}

.aboutWrap .flexWrap01 .flex_imgWrap:after{
  content: '';
  width: 100%;
  height: 550px;
  background: url(../img/about_bg.jpg) no-repeat;
  background-size: cover;
  display: block;
  border-radius: 0 1000px 1000px 0;
  top: 0;
}

.aboutWrap .flexWrap01 .flex_imgWrap .imgItem{
    max-width: 800px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    bottom: 0;
}

.aboutWrap .flexWrap01 .flex_imgWrap .imgItem .toiv{
  width: 100%;
}

.aboutWrap .flexWrap01 .flex_imgWrap .imgItem .toilet{
     width: 28%;
    max-width: 220px;
    position: absolute;
    z-index: +1;
    right: -10%;
    top: 55%;
}

.aboutWrap .flexWrap01 .flex_imgWrap .imgItem:after{

}

.aboutWrap .flexWrap01 .flex_textWrap{
  max-width: 480px;
  margin-left: 8%;
  margin-right: 10%;
}

.aboutWrap .page_ttlType02 h3{
  font-weight: bold;
  letter-spacing: .3px;
  color: var(--color-main);
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* リスト */
.aboutWrap .checkList{
  min-height: 150px;
}

.aboutWrap .checkList li{
  list-style: none;
  margin-bottom: 20px;
  min-height: 1em;
  text-align: left;
  font-size: 16px;
  padding-left: 36px;
  position: relative;
  letter-spacing: .2px;

  font-weight: bold;
}

.aboutWrap .checkList li:last-child{
  margin-bottom: 0;
}

.aboutWrap .checkList li:before{
  content: '';
  background: url(../../common/img/about_check_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  left: 0;
}


@media screen and (max-width: 1300px) {
  .aboutWrap .flexWrap01 .flex_textWrap{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap:after{
        height: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutWrap .flexWrap01 .flex_imgWrap .imgItem{
    top: 0;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap:after{
    height: 500px;
    top: 50px;
    position: absolute;
    z-index: -1
  }
  .aboutWrap .flexWrap01 .flex_imgWrap .imgItem .toilet{
    top: 45%;
  }
}

@media screen and (max-width: 1100px) {
  .aboutWrap .flexWrap01 .flex_imgWrap .imgItem .toilet{
    top: 35%;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap:after{
    height: 400px;
  }
}

@media screen and (max-width: 900px) {
  .aboutWrap .flexWrap01{
    display: block;
  }
  .aboutWrap .flexWrap01 .flex_textWrap{
    width: 80%;
    max-width: 500px;
    margin-right: auto;
    margin-left: 5%;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap{
    height: 50vw;
    width: 80%; 
  }
  .aboutWrap .flexWrap01 .flex_imgWrap:after{
    height: 100%;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap .imgItem .toilet{
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .aboutWrap .flexWrap01 .flex_textWrap{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap{
    height: 55vw;
    width: 90%;
    margin-bottom: 20vw;
  }
}


/*
Merit
------------------------------*/
.flexMeritWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.flexMeritWrap .flexcard{
	width: calc(50% - 20px);
	background: #fff;
	box-shadow: 0 0 20px rgba(186,178,141,0.3);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}

.flexMeritWrap .flexcard .card_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.flexMeritWrap .flexcard img{
	width: 46px;
	max-width: 100%;
}

.flexMeritWrap .flexcard .ttl_text{
	font-weight: bold;
	font-size: 22px;
	flex: 1;
	margin-left: 10px;
}

.flexMeritWrap .flexcard .text{
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.flexMeritWrap .flexcard{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 640px) {
  .flexMeritWrap {
    display: block;
  }
  .flexMeritWrap .flexcard{
    width: 90%;
    margin-bottom: 20px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .flexMeritWrap .flexcard .ttl_text{
    font-size: 18px;
  }
}




/*
図版
------------------------------*/




/*
conditions
------------------------------*/
.conditionsWrap{

}

.flexConditionsWrap{
	display: flex;
    justify-content: space-around;
    /*max-width: 900px;*/
    margin: 0 auto;
}

.flexConditionsWrap .flexcard{
	background: #F5F5F5;
	border-radius: 20px;
	padding: 10px;
	width: calc(33% - 40px);
}

.flexConditionsWrap .flexcard .number{
	background: #F99900;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.flexConditionsWrap .flexcard .imgWrap{
	margin-bottom: 20px;
	max-width: 130px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


.flexConditionsWrap .flexcard .card_ttl{
	margin-bottom: 30px;
}

.flexConditionsWrap .flexcard .card_ttl span{
	font-size: 18px;
	line-height: 1.7;
	display: block;
  letter-spacing: .2px;
}

.flexConditionsWrap .flexcard .card_ttl span.ttl_icon{
  background: #FAB44B;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 15px;
}

.flexConditionsWrap .flexcard .card_ttl .ttl_small{
	font-size: 14px;
}

@media screen and (max-width: 800px) {
	.flexConditionsWrap .flexcard{
		width: calc(33% - 10px);
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 768px) {
	.flexConditionsWrap {
		flex-wrap: wrap;
	}
	.flexConditionsWrap .flexcard{
		width: calc(50% - 10px);
    	margin-bottom: 20px;
	}
}


@media screen and (max-width: 640px) {
  .flexConditionsWrap {
    display: block;
  }
  .flexConditionsWrap .flexcard{
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*
共通リンク
------------------------------*/
.contactLinkWrap{
	padding: 150px 0;
}

.contactLinkWrap.bg_img01{
	background: url(../img/contactLinkWrap_bg.png) no-repeat;
	background-size: cover;
  background-position: center;
}

.contactLinkWrap.bg_img02{
	background: url(../img/contactLinkWrap_bg02.png) no-repeat;
	background-size: cover;
  background-position: center;

}

.contactLinkWrap .ttl_item{
	font-size: 40px;
	margin-bottom: 26px;
	font-weight: bold;
}

.contactLinkWrap .text_item{
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
}

.contactLinkWrap .flexWrap02{
    display: flex;
    justify-content: center;
}

.contactLinkWrap .flexWrap02 .link{
	margin-left: 10px;
	margin-right: 10px;
}


@media screen and (max-width: 640px) {
  .contactLinkWrap .text_item{
    margin-bottom: 34px;
  }
}


/* 
Worries
---------------------------------------------------------- */
.worriesWrap{
  /*padding-bottom: 150px;*/
  position: relative;
}

.worriesWrap .stageRowBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    /*margin-bottom: 220px;*/
}

.worriesWrap .stageRowBox .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.worriesWrap .stageRowBox_news {
    margin-bottom: 0px;
}

.worriesWrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
}

.worriesWrap .stageColBox {
    border: 3px solid #3a4652;
    position: relative;
    text-align: center;
}

.worriesWrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    padding-top: 0;
    min-height: 550px;
}

.worriesWrap .stageColBox .point_image_block img {
    display: inline-block;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

.worriesWrap .stageCol_point h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    min-height: 2.5em;
    color: var(--color-main);
    letter-spacing: .1px;
    line-height: 1.5;
}

.worriesWrap .point_image_block {
    margin-bottom: 30px;
}

.worriesWrap .stageCol_icon {
    margin-bottom: 30px;
}

.worriesWrap .stageCol_text {
    font-size: 16px;
    line-height: 2;
    width: 70%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
}
.worriesWrap .stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.worriesWrap .stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}
.worriesWrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.worriesWrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.worriesWrap .point_image_block {
    margin-bottom: 30px;
}

/* リスト */
.worriesWrap .checkList{
  min-height: 150px;
}

.worriesWrap .checkList li{
  list-style: none;
  margin-bottom: 20px;
  min-height: 1em;
  text-align: left;
  font-size: 16px;
  padding-left: 36px;
  position: relative;
  letter-spacing: .2px;

  font-weight: bold;
}

.worriesWrap .checkList li:last-child{
  margin-bottom: 0;
}

.worriesWrap .checkList li:before{
  content: '';
  background: url(../../common/img/check_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  left: 0;
}

.worriesWrap .worries_icon {
  margin: 60px 0 60px;
}

.worriesWrap .worries_icon img{
  width: inherit;
}

/* テキストエリア */
.solveWrap{
  background-color: #fff;
  box-shadow: 0 0 20px rgba(186, 178, 141, 30%);
  padding: 56px 30px 30px 30px;
  border-radius: 20px;

  min-height: 300px;
  position: relative;
  margin-top: 70px;
}

.worriesWrap .solveWrap img.solveIcon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    max-width: inherit;
    width: 80px;
    z-index: 888;
}


.solveWrap .ttl{
  color: var(--color-main);
  background: #fff;
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .1px;
}

.solveWrap .text{
  text-align: left;
  letter-spacing: .3px;
}

.solveWrap .impact{
  color: var(--color-main);
  font-weight: bold;
  font-size: 1em;
}

@media screen and (max-width: 1400px) {
  .worriesWrap .checkList {
      min-height: 180px;
  }
  .solveWrap{
    min-height: 320px;
  }
}

@media screen and (max-width: 1160px) {
  .worriesWrap .checkList {
      min-height: 220px;
  }
  .solveWrap {
    padding: 56px 10px 30px 10px;
    min-height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .worriesWrap{
    padding-bottom: 0;
  }
  .worriesWrap .stageRowBox{
    margin-bottom: 0;
    display: block;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  .solveWrap {
      padding: 40px 20px;
  }
  .worriesWrap .worries_icon {
    margin: 30px 0 30px;
  }
  .worriesWrap .solveWrap img.solveIcon{
    width: 60px;
  }
  .worriesWrap .stageRowBox {
    display: flex;
    display: block;
  }
  .worriesWrap .stageCol {
    width: 100%;
  }
  .worriesWrap .stageCol{
    margin-left: 0;
  }
  .worriesWrap .stageCol_point:last-child{
    padding-bottom: 0;
  }
  .worriesWrap .stageCol_point h2{
    min-height: auto;
  }
  .solveWrap{
    min-height: auto;
    margin-bottom: 40px;
  }
  .worriesWrap .checkList{
    min-height: auto;
    margin-bottom: 50px;
  }
  .worriesWrap .stageCol_point{
    min-height: auto;
    padding-bottom: 40px;
  }
}



/* 
アコーディオン FAQ
---------------------------------------------------------- */
.flowInnerBlock {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.flowInnerBlock .flowTitle .innerItem{
  background-color: var(--color-beige);
  color: var(--color-main);
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 40px;
}

.flowInnerBlock .flowTitle .innerItem:after{
    content: '';
    border-top: 22px solid var(--color-beige);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
}


.flowInnerBlock .flowItem{
    background: var(--color-main);
    padding: 25px;
    border-radius: 10px;
    text-align: center;

    position: relative;
}

.flow_triangleIcon{
    margin: 20px auto 3px;
    width: 10px;
    border-top: 19px solid var(--color-yellow);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.flowInnerBlock .flowItem .step{
    color: var(--color-yellow);
    display: block;
    padding: 20px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}

.flowInnerBlock .flowItem .step span{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-yellow);
}

.flowInnerBlock .flowItem .ttl{
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .flowInnerBlock .flowItem .txt{
    text-align: left;
  }
  .flowInnerBlock .flowItem .ttl{
    font-size: 18px;
  }
  .flowInnerBlock .flowItem .step{
    font-size: 16px;
  }
  .flowInnerBlock .flowItem .step span{
    font-size: 16px;
  }
}

@media screen and (max-width: 630px) {
  .flowInnerBlock .flowItem{
        padding: 25px 20px;
  }
  .flowInnerBlock .flowItem .ttl{
    text-align: left;
    padding-left: 100px;
  }
}





/* 
アコーディオン FAQ
---------------------------------------------------------- */
  .voiceBox{
    overflow: hidden;
  }


.acMenu {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #F99900;
    /* box-shadow: 0 0 8px gray; */
    border-radius: 10px;
    position: relative;
}

.acMenu dt {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

.acMenu dd {
    width: 100%;
    display: none;
    float: left;
    position: relative;
}

.stageBox_faq {
    padding-top: 25px;
    padding-bottom: 200px;
}

.faq_tit {
    margin-bottom: 30px;
}

.faq_tit span {
    font-size: 30px;
    font-weight: bold;
}

.rotate180deg {
    transform: rotate(180deg);
}

.faqTxt {
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    padding: 22px 40px 22px 24px;
    width: calc(100% - 154px);
}

.faqTxt2 {
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    padding: 30px 70px 40px 95px;
    width: auto;
}

.faqQ {
    /* width: 54px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #104730;
    font-size: 37px;
    padding-left: 38px;
    color: #F99900;
}

.faqTxt:after {
    content: "";
    /* font-family: FontAwesome; */
    color: #272727;
    /* font-size: 30px; */
    transition: 0.3s;
    position: absolute;
    right: 17px;
    background: url(../../common/img/icon_faq_open.svg) no-repeat center;
    width: 30px;
    height: 30px;
    top: 17px;
}

.active .faqTxt:after {
    transition: 0.3s;
    background: url(../../common/img/icon_faq_close.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.faqA {
    width: 54px;
    position: absolute;
    font-size: 30px;
    color: #104730;
    font-weight: bold;
    text-align: center;
    line-height: 107px;
}


@media screen and (max-width:500px) {
  .voiceBox{
    margin-bottom: 100px;
  }
  .faqQ{
    padding-left: 10px;
  }
    .acMenu dt {
        flex-wrap: wrap;
    }
    .stageBox_faq {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .faqA {
        position: inherit;
        line-height: 57px;
    }
    .faqTxt2 {
        padding: 0px 20px 40px 20px;
    }
    .faqTxt {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: calc(100% - 45px);
    }
    .faqTxt:after {
        right: 10px;
        top: calc(50% - 15px);
    }
}


/*
運営からのお知らせ
------------------------------*/
.contactWrap{
  max-width: 1400px;
  position: relative;
  background: var(--color-main);
  border-radius: 50px;
  padding: 120px 20px 100px;
}

.contactWrap .ttl_Item{
    position: absolute;
    background: #FAB44B;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 130px;
    height: 130px;
    color: #fff;
    top: -70px;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: space-around;
}

.contactWrap form{
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}

.contactWrap .pp{
  background: #fff;
}

.contactWrap .commonLink02{
    width: 250px;
    padding: 20px 10px;
    display: block;
    border-radius: 100px;
}


@media screen and (max-width:768px) {
  .contactWrap{
      padding: 80px 20px 80px;
      border-radius: 20px;
  }
  .contactWrap .page_ttlType01{
    margin-bottom: 50px;
  }
  .contactWrap form{
    width: 96%;
  }
  .contactWrap .commonLink02{
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width:500px) {
  .contactWrap{
      padding: 80px 20px 50px;
      margin-bottom: 100px;
  }
}


/*
運営からのお知らせ
---------------------------------------------------------- */
.infoLinkWrap{
	padding-bottom: 150px;
}


@media screen and (max-width:500px) {
  .infoLinkWrap{
    padding-bottom: 100px;
  }
}





/*
運営情報
---------------------------------------------------------- */
.simpleRow {
    display: flex;
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 8px;
}


.simpleRow .title {
    width: 130px;
    margin-right: 10px;
}

.simpleRow .desc {
    font-size: 15px;
    line-height: calc(25.5/15);
      flex: 1;
}

@media screen and (max-width:768px) {
  .simpleRow {
  padding-left: 10px;
      padding-right: 10px;
  }
  .simpleRow .title{
    width: 100px;
  }
  .simpleRow p{
    font-size: 14px;
  }
}

