@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-family: 'Zen Old Mincho', serif;
	font-family: "Roboto", sans-serif;
*/


/*
#005A2D
rgba(0,90,45,1)

#FDEC06
rgba(253,236,6,1)

#AD2D5A
rgba(173,45,90,1)

#265D7E
rgba(38,93,126,1)

#F6F3EE
rgba(246,243,238,1)


rgba(,,,1)


  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

*/




* html body {
  height: 100%;
  overflow: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: rgba(51,51,51,1);
}

a:link, a:visited {
	color: rgba(51,51,51,1);
	text-decoration: underline;
}
a:hover, a:active {
  color: rgba(153,153,153,1);
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 
------------------------------------------------------------ */


			@media screen and (min-width: 1020px) {


			}
			@media screen and (max-width: 1020px) {


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 


			}
			@media screen and (max-width: 599px) {


			}















/* 
------------------------------------------------------------ */
section.secGen {
  padding: 4rem 0;
}




h2.hdSecGen {
  margin: 0 auto 2.4rem;
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  color: rgba(38,93,126,1);
  text-align: center;
}
h2.hdSecGen > span {
  position: relative;
}
h2.hdSecGen > span::before {
  left: -152px;
}
h2.hdSecGen > span::after {
  right: -152px;
}
h2.hdSecGen > span::before,
h2.hdSecGen > span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  width: 128px;
  height: 2px;
  background: rgba(38,93,126,1);
}

p.leadSecGen {
  margin: 0 auto 2.4rem;
  font-size: 1.2rem;
  color: rgba(38,93,126,1);
  text-align: center;
}






			@media screen and (min-width: 1020px) {


			}
			@media screen and (max-width: 1020px) {


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 


			}
			@media screen and (max-width: 599px) {
        section.secGen {
          padding: 2.8rem 0;
        }
        h2.hdSecGen {
          margin: 0 auto 1.6rem;
          font-size: 8.4vw;
        }
        h2.hdSecGen > span::before {
          left: -48px;
        }
        h2.hdSecGen > span::after {
          right: -48px;
        }
        h2.hdSecGen > span::before,
        h2.hdSecGen > span::after {
          width: 32px;
        }

        p.leadSecGen {
          width: 92%;
          margin: 0 auto 1.2rem;
          font-size: 5.2vw;
          color: rgba(38,93,126,1);
          text-align: center;
        }

			}










/* plan kazokusou
------------------------------------------------------------ */
.plan_kazokusou_type-1 {
  display: flex;
  width: 960px;
  margin: 0 auto;
}





table.table_plan_kazokusou {
  width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
}
.row_hd {
  width: 18%;
}
.row_content {
  width: 27.33333%;
}
table.table_plan_kazokusou th,
table.table_plan_kazokusou td {
  padding: 0.4rem 0.4rem;
  border: 1px solid rgba(187,187,187,1);
  white-space: nowrap;
}
table.table_plan_kazokusou th {
  background: rgba(240,240,240,1);
  text-align: left;
}
table.table_plan_kazokusou td {
  text-align: center;
}
table.table_plan_kazokusou td.hd {
  background: rgba(240,240,240,1);
}
table.table_plan_kazokusou td.charge {
}
table.table_plan_kazokusou td.charge > p {
}
table.table_plan_kazokusou td.charge > p > span {
  margin: 0 0.4rem 0 0;
	font-family: "Roboto", sans-serif;
  font-size: 2em;
}
table.table_plan_kazokusou {
}

			@media screen and (min-width: 1020px) {


			}
			@media screen and (max-width: 1020px) {


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

        table.table_plan_kazokusou {
          width: 92%;
        }

			}
			@media screen and (max-width: 599px) {







        .scroll_sp {
          width: 92%;
          margin: 0 auto;
          overflow-x: auto;
          display: block;
        }
        table.table_plan_kazokusou {
          width: 640px;
        }
        table.table_plan_kazokusou th {
          position: sticky;
          top: 0;
          left: 0;
          border-left: none;
          border-right: none;
        }
        table.table_plan_kazokusou th::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-left: 1px solid rgba(187,187,187,1);
          border-right: 1px solid rgba(187,187,187,1);
          z-index: -1;
        }



			}









/* jizen
------------------------------------------------------------ */
.jizen {
  background: rgba(249,240,240,1);
}
.jizen > .hd_jizen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  height: 360px;
  margin: 0 auto 2.4rem;
  background: #FFF;
}
.hd_jizen > img {
  width: 50%;  
  height: 360px;
  object-fit: cover;
}
.hd_jizen > .content {
  width: 50%;
  padding: 2.4rem 2.4rem;
}
.hd_jizen > .content > h2 {
  margin: 0 0 2rem;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1em;
}
.hd_jizen > .content > p {
  line-height: 2em;
}

.jizen > .wrap_jizen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.wrap_jizen > img {
  width: 20%;  
  object-fit: none;
}
.wrap_jizen > .content {
  width: 80%;
  padding: 1rem 1.6rem;
}
.wrap_jizen > .content > p {
  line-height: 2em;
}
.wrap_jizen > .content > .box_director {
  margin: 1.2rem 0 0;
  padding: 1.2rem 1.6rem;
  background: #FFF;
}
.wrap_jizen > .content > .box_director > p {
  font-size: 0.9em;
  line-height: 1.6em;
}
			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .jizen > .wrap_jizen {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .jizen > .hd_jizen {
          width: 92%;
          height: auto;
        }
        .hd_jizen > img {
          width: 100%;
          height: 200px;
          object-position: 50% 40%;
          order: 1;
        }
        .hd_jizen > .content {
          width: 100%;
          padding: 1.6rem 2rem;
          order: 2;
        }
        .hd_jizen > .content > h2 {
          margin: 0 0 1.2rem;
          font-size: 2em;
          font-weight: 300;
          line-height: 1em;
        }

			}
			@media screen and (max-width: 599px) {
        .jizen > .hd_jizen {
          width: 92%;
          height: auto;
        }
        .hd_jizen > img {
          width: 100%;
          height: 192px;
          order: 1;
        }
        .hd_jizen > .content {
          width: 100%;
          padding: 1.6rem 1.2rem;
          order: 2;
        }
        .hd_jizen > .content > h2 {
          margin: 0 0 1.2rem;
          font-size: 2em;
          font-weight: 300;
          line-height: 1em;
        }

        .wrap_jizen > img {
          width: 100%;
          height: 240px;
        }
        .wrap_jizen > .content {
          width: 100%;
          padding: 1rem 0;
        }
        .wrap_jizen > .content > .box_director {
          padding: 1.2rem 1.2rem;
        }
        .wrap_jizen > .content > .box_director > p {
          line-height: 2em;
        }

			}

/* flow
------------------------------------------------------------ */
.flow {
  
}
.flow > .wrap_flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 36px;
  background: rgba(240,240,240,1);
}
.flow > .wrap_flow::after {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(240,240,240,1) transparent transparent transparent;
  border-width: 36px 40px 0px 40px;
}
.flow > .wrap_flow:last-child::after {
  display: none;
}
.wrap_flow > img {
  width: 32%;
  object-fit: cover;
}
.wrap_flow > .content {
  width: 68%;
  padding: 1.6rem 1.6rem;
}
.wrap_flow > .content > h4 {
  margin: 0 0 0.8rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_flow > .content > p {
  line-height: 1.6em;
}
.wrap_flow > .content > .area_tel {
  display: flex;
  align-items: center;
  margin: 0.4rem 0 0;
}
.wrap_flow > .content > .area_tel > p.num_tel {
  position: relative;
  padding: 0 0 0 52px;
	font-family: "Roboto", sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: rgba(173,45,90,1);
}
.wrap_flow > .content > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.wrap_flow > .content > .area_tel > p.txt_hours {
  margin: 0 0 0 0.8rem;
  padding: 0.2rem 0.8rem;
  background: rgba(173,45,90,1);
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFF;
}

      @media screen and (min-width: 600px) {
        .wrap_flow > .content > .btn_tel {display: none;}

			}
			@media screen and (max-width: 1020px) {
        .flow > .wrap_flow {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_flow > .content > .area_tel > p.num_tel {
          padding: 0 0 0 36px;
          font-size: 2.4em;
        }
        .wrap_flow > .content > .area_tel > p.num_tel::before {
          width: 32px;
          height: 32px;
        }

			}
			@media screen and (max-width: 599px) {
        .wrap_flow > img {
          width: 100%;
          height: 160px;
          object-fit: cover;
        }
        .wrap_flow > .content {
          width: 100%;
          padding: 1.2rem 1.2rem;
        }

        .wrap_flow > .content > .area_tel {display: none;}
        .wrap_flow > .content > .btn_tel {
        }
        .wrap_flow > .content > .btn_tel a {
          display: block;
          width: 100%;
          margin: 0.4rem auto 0;
          padding: 1rem 0;
          border-radius: 256px;
          background: linear-gradient(0deg, rgba(130,36,69,1) 0%, rgba(173,45,90,1) 100%);
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
          color: #FFF;
          text-decoration: none;
        }
        .wrap_flow > .content > .btn_tel a > p {
          position: relative;
          padding: 0 0 0 36px;
          font-size: 2.2em;
          font-weight: 600;
          line-height: 1em;
          text-align: center;
        }
        .wrap_flow > .content > .btn_tel a > p span.narrow {
          letter-spacing: -0.07em;
        }
        .wrap_flow > .content > .btn_tel a > p::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 36px;
          transform: translate(0, -50%);
          width: 32px;
          height: 32px;
          background: url("../img/common/ico/ico_tel_whi.svg") no-repeat;
          background-size: cover;
        }
        .wrap_flow > .content > .btn_tel a > span {
          display: block;
          margin: 0.2rem 0 0;
          font-size: 0.9em;
          font-weight: 500;
          text-align: center;
        }

			}

/* care
------------------------------------------------------------ */
.care {
  
}
.care > .hd_care {
  display: flex;
  align-items: center;
  width: 960px;
  height: 240px;
  margin: 0 auto 2.4rem;
  padding: 0 0 0 520px;
  background: url("../img/fig_care_1.jpg") no-repeat;
  background-size: 50%;
}

.care > .yukan,
.care > .embalming {
  width: 960px;
  margin: 0 auto 2.4rem;
}
.yukan > h3,
.embalming > h3 {
  margin: 3.2rem auto 1.6rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1em;
  color: rgba(38,93,126,1);
  text-align: center;
}
.yukan > p,
.embalming > p {
  margin: 0 auto 2.4rem;
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: center;
}

.yukan > .wrap_yukan {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.wrap_yukan > div {
  position: relative;
  width: 29.33333%;
  margin: 0 4% 1.2rem 0;
}
.wrap_yukan > div::after {
  position: absolute;
  content: "";
  top: 132px;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #555555;
  border-right: 0;
}
.wrap_yukan > div:last-child::after {
  display: none;
}
.wrap_yukan > div > p {
  margin: 0.6rem 0 0;
  line-height: 1.6em;
}
.wrap_yukan > div > span {
  font-size: 0.85em;
  line-height: 1em;
}

.embalming > .hd {
  width: 100%;
  margin: 0 auto;
}
.embalming > .hd > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style-type: none;
}
.embalming > .hd > ul li {
  display: flex;
  align-items: center;
  width: 49%;
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  background: rgba(243,249,239,1);
  border-radius: 12px;
}
.embalming > .hd > ul li:nth-child(5),
.embalming > .hd > ul li:nth-child(6) {
  margin: 0;
}
.embalming > .hd > p {
  font-size: 1.6em;
  text-align: center;
}
.embalming > .hd > p span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(203,235,183,1) 0%)
}
.embalming > .wrap_embalming1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.6rem 0 0;
}
.wrap_embalming1 > .box_embalming1 {
  width: 49%;
  margin: 0 0 1.6rem;
}
.wrap_embalming1 > .box_embalming1 >  img {
  width: 100%;
  margin: 0 0 0.4rem;
  object-fit: cover;
}
.wrap_embalming1 > .box_embalming1 >  p {
  text-align: center;
}
.wrap_embalming1 > .box_desc {
  width: 100%;
}
.wrap_embalming1 > .box_desc > p {
  line-height: 2em;
}

.embalming > .wrap_embalming2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.6rem auto 2.4rem;
}
.wrap_embalming2 > .box_embalming2 {
  width: 49%;
  padding: 2rem 2rem;
  background: rgba(248,248,248,1);
}
.wrap_embalming2 > .box_embalming2 > h4 {
  margin: 0 0 1rem;
  text-align: center;
}
.wrap_embalming2 > .box_embalming2 > p {
  margin: 0 0 1rem;
}
.wrap_embalming2 > .box_embalming2 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 1.2rem;
}

.embalming > .wrap_embalming3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 72%;
  margin: 1.6rem auto 2.4rem;
}
.wrap_embalming3 > .box_desc {
  width: 68%;
}
.wrap_embalming3 > .box_desc > h4 {
  margin: 0 0 1.6rem;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
}
.wrap_embalming3 > .box_desc > ol {
  margin: 0;
  padding: 0 1.3rem;
}
.wrap_embalming3 > .box_desc > ol li {
  margin: 0 0 0.8rem;
  line-height: 1.6em;
}
.wrap_embalming3 > .box_fig {
  width: 28%;
}
.wrap_embalming3 > .box_fig img {
  width: 100%;
  object-fit: cover;
}



        /* 業者問い合わせ関連 */




.embalming-center {
  padding: 2rem 2rem;
  background: rgba(246,243,238,1);
  width: 100%;
  margin: 0 auto;
}
.embalming-center > p.lead {
  margin: 0 0 1rem;
  text-align: center;
}
.embalming-center > h3 {
  margin: 0 0 1rem;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
.embalming-center > h3 span {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
}
.embalming-center > p.reg {
  margin: 0 0 1.6rem;
  font-size: 0.9em;
  text-align: center;
}
.embalming-center > p.license {
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
}
.embalming-center > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84%;
  margin: 1rem auto 0;
  padding: 0 0 0 1.2rem;
}
.embalming-center > ul li {
  width: 48%;
  padding: 0 0 0 0;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .care > .hd_care,
        .care > .yukan,
        .care > .embalming {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .wrap_yukan > div {
          position: relative;
          width: 44%;
          margin: 0 6% 1rem 0;
        }
        .wrap_yukan > div:nth-child(5),
        .wrap_yukan > div:nth-child(6) {
          margin: 0 6% 0 0;
        }
        .wrap_yukan > div::after {
          position: absolute;
          content: "";
          top: 80px;
          right: -16px;
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 12px solid #555555;
          border-right: 0;
        }

        .wrap_embalming1 > .box_embalming1 {
          width: 100%;
          margin: 0 0 1.6rem;
        }

        .wrap_embalming2 > .box_embalming2 {
          width: 100%;
          padding: 1.2rem 1.2rem;
        }
        .wrap_embalming2 > .box_embalming2:first-child {
          margin: 0 0 1rem;
        }

        .embalming-center {
          padding: 1.2rem 1.2rem;
        }
        .embalming-center > h3 {
          font-size: 1.4em;
        }
        .embalming-center > p.license {
          line-height: 1.2em;
        }
        .embalming-center > ul {
          width: 100%;
        }
        .embalming-center > ul li {
          width: 100%;
        }

			}

/* jizen-top
------------------------------------------------------------ */
.jizen-top {
  background: rgba(249,240,240,1);
}
.jizen-top > .wrap_jizen-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  height: 320px;
  margin: 0 auto;
  background: #FFF;
}
.wrap_jizen-top > img {
  width: 50%;
  height: 320px;
  object-fit: cover;
}
.wrap_jizen-top > .content {
  width: 50%;
  padding: 2rem 2rem;
}
.wrap_jizen-top > .content > h2 {
  margin: 0 0 1.2rem;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1em;
}
.wrap_jizen-top > .content > p {
  line-height: 2em;
}
.wrap_jizen-top > .content > .detail a {
  position: relative;
  display: block;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0.8rem 0;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.wrap_jizen-top > .content > .detail a:hover {
  background: rgba(38,93,126,0.4);
}
.wrap_jizen-top > .content > .detail a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .jizen-top > .wrap_jizen-top {
          width: 92%;
        }
        .wrap_jizen-top > .content > .detail a {
          margin: 1.2rem auto 0;
        }

			}
			@media screen and (max-width: 599px) {
        .jizen-top > .wrap_jizen-top {
          width: 92%;
          height: auto;
        }
        .wrap_jizen-top > img {
          width: 100%;
          height: 192px;
          order: 1;
        }
        .wrap_jizen-top > .content {
          width: 100%;
          padding: 1.2rem 1.2rem;
          order: 2;
        }
        .wrap_jizen-top > .content > h2 {
          font-size: 9.2vw;
        }

			}

/* abroad-top
------------------------------------------------------------ */
.abroad-top {
  
}
.abroad-top > .wrap_abroad-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.wrap_abroad-top > .box_abroad-top {
  width: 40%;
}
.wrap_abroad-top > .box_abroad-top img {
  margin: 0 0 1rem;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.wrap_abroad-top > .box_abroad-top > h4 {
  margin: 0 0 0.4rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_abroad-top > .box_abroad-top > p {
  line-height: 1.6em;
}

.abroad-top > .detail a {
  position: relative;
  display: block;
  width: 480px;
  margin: 3.2rem auto 0;
  padding: 0.8rem 0;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.abroad-top > .detail a:hover {
  background: rgba(38,93,126,0.4);
}
.abroad-top > .detail a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .abroad-top > .wrap_abroad-top {
          width: 92%;
        }
        .wrap_abroad-top > .box_abroad-top img {
          height: 192px;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_abroad-top > .box_abroad-top {
          width: 48%;
        }
        .abroad-top > .detail a {
          width: 64%;
        }

			}
			@media screen and (max-width: 599px) {
        .wrap_abroad-top > .box_abroad-top {
          width: 100%;
          margin: 0 0 1.6rem;
        }
        .abroad-top > .detail a {
          width: 92%;
          margin: 2rem auto 0;
        }

			}

/* after-top
------------------------------------------------------------ */
.after-top {
	
}

.after-top > .detail a {
  position: relative;
  display: block;
  width: 480px;
  margin: 3.2rem auto 0;
  padding: 0.8rem 0;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.after-top > .detail a:hover {
  background: rgba(38,93,126,0.4);
}
.after-top > .detail a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}

.after-top > .wrap_after-top1 {
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto 1.6rem;
	background: rgba(246,243,238,1);
}
.wrap_after-top1 > .fig {
	width: 40%;
}
.wrap_after-top1 > .fig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap_after-top1 > .content {
	width: 60%;
	padding: 1.6rem 2rem;
}
.wrap_after-top1 > .content > h3 {
	margin: 0 0 1rem;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1em;
}
.wrap_after-top1 > .content > p {
}
.wrap_after-top1 > .content > ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 1rem 0;
	padding: 0;
}
.wrap_after-top1 > .content > ul li {
	padding: 0.4rem 1.6rem;
	background: #FFF;
	border-radius: 56px;
	line-height: 1em;
}
.wrap_after-top1 > .content > ul li:nth-child(1),
.wrap_after-top1 > .content > ul li:nth-child(2) {
	margin: 0 1rem 0.4rem 0;
}
.wrap_after-top1 > .content > ul li:nth-child(3) {
	margin: 0 0 0.4rem 0;
}
.wrap_after-top1 > .content > ul li:nth-child(4) {
	margin: 0 1rem 0 0;
}
.wrap_after-top1 > .content > ul li:nth-child(5) {
	margin: 0 0 0 0;
}

.wrap_after-top1 > .content > .area_tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wrap_after-top1 > .content > .area_tel > p.label {
	margin: 0 2rem 0 0;
	font-weight: 500;
	line-height: 1.2em;
}
.wrap_after-top1 > .content > .area_tel > p.num_tel {
	position: relative;
	padding: 0 0 0 40px;
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.05em;
  color: rgba(38,93,126,1);
}
.wrap_after-top1 > .content > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.wrap_after-top1 > .content > .area_tel > p.num_tel span {
	display: block;
	font-size: 0.45em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.02em;
	color: rgba(51,51,51,1);
	text-align: center;
}

.after-top > .wrap_after-top2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
}
.wrap_after-top2 .box_after-top2 {
	width: 30%;
	background: rgba(246,243,238,1);
}
.box_after-top2 > img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.box_after-top2 > p {
	padding: 1rem 0;
	text-align: center;
}

			@media screen and (min-width: 600px) {
				.wrap_after-top1 > .content > .area_tel > .btn_tel {display: none}

			}
			@media screen and (max-width: 1020px) {
				.after-top > .wrap_after-top1,
				.after-top > .wrap_after-top2 {
					width: 92%;
				}

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .after-top > .detail a {
          width: 64%;
        }

				.wrap_after-top1 > .content > ul li:nth-child(3) {
					margin: 0 1rem 0.4rem 0;
				}
				.wrap_after-top1 > .content > .area_tel > p.label {
					margin: 0 1rem 0 0;
					font-weight: 500;
					line-height: 1.2em;
				}
				.wrap_after-top1 > .content > .area_tel > p.num_tel {
					padding: 0 0 0 40px;
					font-size: 2em;
					letter-spacing: 0;
				}

			}
			@media screen and (max-width: 599px) {
        .after-top > .detail a {
          width: 92%;
          margin: 2rem auto 0;
        }

				.wrap_after-top1 > .fig {
					width: 100%;
				}
				.wrap_after-top1 > .fig img {
					width: 100%;
					height: 160px;
				}
				.wrap_after-top1 > .content {
					width: 100%;
					padding: 1.2rem 1.2rem;
				}
				.wrap_after-top1 > .content > ul {
					justify-content: center;
					margin: 1rem 0 1.6rem;
				}
				.wrap_after-top1 > .content > ul li {
					padding: 0.4rem 1rem;
          font-size: 4vw;
				}
				.wrap_after-top1 > .content > ul li:nth-child(2) {
					margin: 0 1rem 0 0;
				}
				.wrap_after-top1 > .content > ul li:nth-child(3) {
					margin: 0 1rem 0.4rem 0;
				}
				.wrap_after-top1 > .content > ul li:nth-child(4) {
					margin: 0 1rem 0 0;
				}

				.wrap_after-top1 > .content > .area_tel {
					display: block;
				}
				.wrap_after-top1 > .content > .area_tel > p.label {
					margin: 0 0 0.8rem;
					text-align: center;
				}
				.wrap_after-top1 > .content > .area_tel > p.num_tel {display: none}

				.wrap_after-top1 > .content > .area_tel > .btn_tel a {
					display: block;
					padding: 0.8rem 0;
					background: #FFF;
				  border: 2px solid rgba(38,93,126,1);
					filter: drop-shadow(0 4px 0 rgba(0,0,0,0.6));
					border-radius: 56px;
				  color: rgba(38,93,126,1);
					text-align: center;
					text-decoration: none;
				}
				.wrap_after-top1 > .content > .area_tel > .btn_tel a > p {
					position: relative;
					padding: 0 0 0 8vw;
					font-family: "Roboto", sans-serif;
					font-size: 8vw;
					font-weight: 500;
					line-height: 1em;
					letter-spacing: 0.02em;
				}
				.wrap_after-top1 > .content > .area_tel > .btn_tel a > p::before {
					position: absolute;
					content: "";
					top: 0px;
					left: 7.2vw;
					width: 32px;
					height: 32px;
					background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
					background-size: cover;
				}
				.wrap_after-top1 > .content > .area_tel > .btn_tel a > span {
					display: block;
					margin: 0.2rem 0 0;
					font-size: 4vw;
					font-weight: 500;
					line-height: 1em;
					letter-spacing: 0.02em;
				}

				.wrap_after-top2 .box_after-top2 {
					width: 48%;
					margin: 0 0 1rem;
				}
				.wrap_after-top2 .box_after-top2:nth-child(3) {
					margin: 0;
				}
				.box_after-top2 > img {
					height: 120px;
				}
				.box_after-top2 > p {
					padding: 0.6rem 0;
				}

			}

/* membership-top
------------------------------------------------------------ */
.membership-top {
  background: rgba(255,252,220,1);
}
.membership-top > .wrap_membership-top {
  width: 960px;
  margin: 0 auto;
}
.wrap_membership-top > h2 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6em;
  color: rgba(0,98,44,1);
  text-align: center;
}
.wrap_membership-top > h2 img {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
}
.wrap_membership-top > .benefit {
  position: relative;
  margin: 3.2rem 0 0;
  padding: 3.2rem 2rem 2rem;
  background: rgba(250,226,70,1);
  border-radius: 24px;
}
.wrap_membership-top > .benefit > .hd_benefit {
  position: absolute;
  content: "";
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  padding: 0.8rem 3.2rem;
  background: #FFF;
  border-radius: 128px;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1em;
  color: rgba(0,98,44,1);
  text-align: center;
}
.wrap_membership-top > .benefit > .wrap_benefit {
  width: 100%;
  padding: 2rem 2rem;
  background: #FFF;
  border-radius: 24px;
}
.wrap_benefit > .btn_detail a:hover {
  background: rgba(0,98,44,0.4);
}
.wrap_benefit > .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 64%;
  margin: 0 auto;
}
.wrap_benefit > .inner1 > img {
  width: 240px;
  height: auto;
  margin: 0 2rem 0 0;
  object-fit: cover;
}
.wrap_benefit > .inner1 > p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4em;
  color: rgba(0,98,44,1);
}
.wrap_benefit > .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem auto 0;
}
.wrap_benefit > .inner2 > .fig {
  margin: 0 1rem 0 0;
}
.wrap_benefit > .inner2 > .fig img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
}
.wrap_benefit > .inner2 > p {
  margin: 0 2rem 0 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  color: rgba(0,98,44,1);
}
.wrap_benefit > .inner2 > .fig img:last-child,
.wrap_benefit > .inner2 > p:last-child {
  margin: 0;
}
.wrap_benefit > .btn_detail a {
  position: relative;
  display: block;
  width: 60%;
  margin: 1.6rem auto 0;
  padding: 1rem 0;
  background: #FFF;
  border: 2px solid rgba(0,98,44,1);
  border-radius: 128px;
  font-size: 1.2em;
  font-weight: 600;
  color: rgba(0,98,44,1);
  text-align: center;
  text-decoration: none;
}
.wrap_benefit > .btn_detail a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0,98,44,1);
  border-right: 2px solid rgba(0,98,44,1);
}
  
      @media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .membership-top > .wrap_membership-top {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_benefit > .inner1 {
          width: 100%;
        }
        .wrap_benefit > .inner2 img {
          width: 96px;
          height: 96px;
        }

			}
			@media screen and (max-width: 599px) {
        .wrap_membership-top > h2 {
          font-size: 4.8vw;
        }
        .wrap_membership-top > h2 img {
          width: 100%;
          height: 152px;
          margin: 0 0 1.6rem;
          object-fit: cover;
          object-position: 50% 50%;
        }

        .wrap_membership-top > .benefit {
          padding: 2rem 6vw 1.2rem;
        }
        .wrap_membership-top > .benefit > .hd_benefit {
          width: 84%;
          padding: 0.8rem 2rem;
          font-size: 1.2em;
        }
        .wrap_membership-top > .benefit > .wrap_benefit {
          padding: 1.6rem 4vw;
        }
        .wrap_benefit > .inner1 {
          width: 100%;
          padding: 0 1rem;
        }
        .wrap_benefit > .inner1 > img {
          width: 100%;
          margin: 0 0 1rem 0;
        }
        .wrap_benefit > .inner1 > p {
          width: 100%;
          font-size: 1.2em;
          text-align: center;
        }
        .wrap_benefit > .inner2 > .fig {
          margin: 0 1rem 1rem 0;
          text-align: center;
        }
        .wrap_benefit > .inner2 > .fig img {
          width: 24vw;
          height: auto;
          aspect-ratio: 1 / 1;
        }
        .wrap_benefit > .inner2 > p {
          width: calc(100% - 128px);
          margin: 0 0 1rem 0;
          font-size: 5.2vw;
          font-weight: 600;
          line-height: 1em;
          color: rgba(0,98,44,1);
        }
        .wrap_benefit > .btn_detail a {
          width: 100%;
          margin: 1rem auto 0;
          padding: 0.8rem 0;
          font-size: 1em;
        }

			}

/* insurance-top
------------------------------------------------------------ */
.insurance-top {
  background: rgba(248,248,248,1);
}
.insurance-top > .wrap_insurance-top {
  width: 960px;
  margin: 0 auto;
}
.insurance-top > .wrap_insurance-top > h2 {
  margin: 0 auto 0.8rem;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
}
.insurance-top > .wrap_insurance-top > img {
  width: 400px;
  margin: 0 auto 1.6rem;
}
.insurance-top > .wrap_insurance-top > p {
  margin: 2.4rem 0 0;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
}

.feature1_insurance-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 2rem;
}
.feature1_insurance-top > p {
	position: relative;
  width: 48%;
  padding: 1.6rem 0;
  background: rgba(70,168,57,1);
  border-radius: 128px;
  font-size: 1.4em;
  line-height: 1em;
  color: #FFF;
  text-align: center;
}

.feature2_insurance-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.feature2_insurance-top > p {
	position: relative;
  width: 48%;
  margin: 0 0 1.6rem;
  padding: 1.4rem 1rem 1.4rem 52px;
  font-size: 1.2em;
  line-height: 1em;
  background: #FFF;
}
.feature2_insurance-top > p:nth-child(5),
.feature2_insurance-top > p:nth-child(6) {
  margin: 0;
}
.feature2_insurance-top > p::before {
	position: absolute;
	content: "";
	top: 26px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/common/ico/ico_check_insurance.svg") no-repeat;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .insurance-top > .wrap_insurance-top {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .insurance-top > .wrap_insurance-top > h2 {
          font-size: 6.4vw;
        }
        .insurance-top > .wrap_insurance-top > img {
          width: 92%;
        }
        .insurance-top > .wrap_insurance-top > p {
          font-size: 5.2vw;
        }

        .feature1_insurance-top > p {
          width: 100%;
          padding: 1.2rem 0;
          font-size: 1.2em;
        }
        .feature1_insurance-top > p:nth-child(1) {
          margin: 0 0 1rem;
        }
        .feature2_insurance-top > p {
          position: relative;
          width: 100%;
          margin: 0 0 1rem;
          padding: 1rem 1rem 1rem 52px;
          font-size: 1em;
        }
        .feature2_insurance-top > p:nth-child(5) {
          margin: 0 0 1rem;
        }
        .feature2_insurance-top > p::before {
          top: 20px;
        }


			}

/* hall_about
------------------------------------------------------------ */
.hall_about {
  
}
.hall_about > .wrap {
  width: 960px;
  margin: 0 auto;
}
.hall_about > .wrap > p.lead {
  line-height: 2em;
}
.hall_about > .wrap > dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}
.hall_about > .wrap > dl dt {
  width: 24%;
  padding: 1rem 1rem;
  border-bottom: 1px dotted rgba(51,51,51,0.5);
  font-weight: 500;
}
.hall_about > .wrap > dl dd {
  width: 76%;
  padding: 1rem 1rem;
  border-bottom: 1px dotted rgba(51,51,51,0.5);
}
.hall_about > .wrap  > dl dd .icon {
  display: flex;
  gap: 0.6rem;
}
.hall_about > .wrap  > dl dd .icon li {
  padding: 0.4rem 0.4rem 0.5rem 0.4rem;
  background: rgba(230,239,235,1);
  text-align: center;
  font-weight: 600;
  line-height: 1em;
}

.gmap_hall_about {
	width: 100%;
	height: 480px;
	margin: 0 auto;
}

.hall_about > .wrap > .facility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0 -1rem;
}
.hall_about > .wrap > .facility > .fig {
  position: relative;
  width: 48%;
  margin: 0 0 1rem;
}
.hall_about > .wrap > .facility > .fig img {
  width: 100%;
  object-fit: cover;
}
.hall_about > .wrap > .facility > .fig > p {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  padding: 0.4rem 1rem;
  background: rgba(0,0,0,0.6);
  color: #FFF;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .hall_about > .wrap {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .hall_about > .wrap > dl {
          display: flex;
          align-items: stretch;
          flex-wrap: wrap;
          margin: 1.6rem 0 1rem;
        }
        .hall_about > .wrap > dl dt {
          width: 100%;
          padding: 0.4rem 0.4rem;
          border-bottom: 1px dotted rgba(51,51,51,0.5);
        }
        .hall_about > .wrap > dl dd {
          width: 100%;
          margin: 0 0 1rem;
          padding: 0.4rem 0.4rem;
          border-bottom: none;
        }

        .hall_about > .wrap > .facility > .fig {
          width: 100%;
        }

			}

/* flow-contact
------------------------------------------------------------ */
.flow-contact {
  background: rgba(249,240,240,1);
}
.flow-contact > .hd_flow-contact {
  width: 960px;
  height: 152px;
  margin: 0 auto 2rem;
  background: #FFF url("../img/hd_flow_contact.jpg") no-repeat;
  background-position: 100% 0%;
}
.hd_flow-contact > .content {
  position: relative;
  width: 48%;
  height: 152px;
  padding: 2rem 2rem;
  background: #FFF;
}
.hd_flow-contact > .content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -32px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 152px 0px 0px 32px;
}
.hd_flow-contact > .content > h2 {
  margin: 0 0 1rem;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  filter: 
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF);
}
.hd_flow-contact > .content > p {
  line-height: 1em;
  filter: 
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF)
    drop-shadow(0 0 1px #FFF);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .flow-contact > .hd_flow-contact {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .flow-contact > .hd_flow-contact {
          height: 152px;
        }
        .hd_flow-contact > .content {
          width: 100%;
          height: 152px;
          padding: 4.4rem 2rem;
          background: transparent;
        }
        .hd_flow-contact > .content::after {
          display: none;
        }
        .hd_flow-contact > .content > h2 {
          margin: 0 0 0.6rem;
        }

			}

.flow-contact > .wrap_flow-contact {
  position: relative;
  display: flex;
  width: 960px;
  height: 192px;
  margin: 0 auto 36px;
  background: #FFF;
}
.flow-contact > .wrap_flow-contact::after {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 36px 40px 0px 40px;
}
.flow-contact > .wrap_flow-contact:last-child {
  margin: 0 auto 0;
}
.flow-contact > .wrap_flow-contact:last-child::after {
  display: none;
}
.wrap_flow-contact > .fig {
  width: 36%;
  height: 192px;
}
.wrap_flow-contact > .fig img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  object-position: 0% 0%;
}
.wrap_flow-contact > .content {
  position: relative;
  width: 72%;
  height: 192px;
  padding: 1.6rem;
}
.wrap_flow-contact > .content::after {
  position: absolute;
  content: "";
  top: 0;
  left: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
  border-width: 0px 0px 192px 32px;
}
.wrap_flow-contact > .content > h3 {
  margin: 0 0 1rem;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}
.wrap_flow-contact > .content > p {
  line-height: 1.6em;
}
.wrap_flow-contact > .content > .area_tel {
  display: flex;
  align-items: center;
  margin: 0.4rem 0 0;
}
.wrap_flow-contact > .content > .area_tel > p.num_tel {
  position: relative;
  padding: 0 0 0 52px;
	font-family: "Roboto", sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: rgba(173,45,90,1);
}
.wrap_flow-contact > .content > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.wrap_flow-contact > .content > .area_tel > p.txt_hours {
  margin: 0 0 0 0.8rem;
  padding: 0.2rem 0.8rem;
  background: rgba(173,45,90,1);
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFF;
}

			@media screen and (min-width: 600px) {
        .wrap_flow-contact > .content > .btn_tel {display: none;}

			}
			@media screen and (max-width: 1020px) {
        .flow-contact > .wrap_flow-contact {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_flow-contact > .content > .area_tel > p.num_tel {
          padding: 0 0 0 36px;
          font-size: 2.4em;
        }
        .wrap_flow-contact > .content > .area_tel > p.num_tel::before {
          width: 32px;
          height: 32px;
        }

			}
			@media screen and (max-width: 599px) {
        .flow-contact > .wrap_flow-contact {
          display: block;
          height: auto;
          background: #FFF;
        }
        .wrap_flow-contact > .fig {
          width: 100%;
          height: 152px;
        }
        .wrap_flow-contact > .fig img {
          height: 152px;
        }
        .wrap_flow-contact > .content {
          width: 100%;
          height: auto;
        }
        .wrap_flow-contact > .content::after {
          display: none;
        }
        .wrap_flow-contact > .content > h3 {
          margin: 0 0 0.6rem;
          font-size: 1.3em;
        }
        .wrap_flow-contact > .content > .area_tel {display: none;}
        .wrap_flow-contact > .content > .btn_tel {
        }
        .wrap_flow-contact > .content > .btn_tel a {
          display: block;
          width: 100%;
          margin: 1rem auto 0;
          padding: 1rem 0;
          border-radius: 256px;
          background: linear-gradient(0deg, rgba(130,36,69,1) 0%, rgba(173,45,90,1) 100%);
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
          color: #FFF;
          text-decoration: none;
        }
        .wrap_flow-contact > .content > .btn_tel a > p {
          position: relative;
          padding: 0 0 0 6.8vw;
          font-size: 9.2vw;
          font-weight: 600;
          line-height: 1em;
          text-align: center;
        }
        .wrap_flow-contact > .content > .btn_tel a > p span.narrow {
          letter-spacing: -0.07em;
        }
        .wrap_flow-contact > .content > .btn_tel a > p::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 6vw;
          transform: translate(0, -50%);
          width: 8.8vw;
          height: 8.8vw;
          background: url("../img/common/ico/ico_tel_whi.svg") no-repeat;
          background-size: cover;
        }
        .wrap_flow-contact > .content > .btn_tel a > span {
          display: block;
          margin: 0.2rem 0 0;
          font-size: 4vw;
          font-weight: 500;
          text-align: center;
        }

			}

/* after
------------------------------------------------------------ */
.after > .wrap_after1 {
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto 1.6rem;
	background: rgba(246,243,238,1);
}
.wrap_after1 > .fig {
	width: 40%;
}
.wrap_after1 > .fig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap_after1 > .content {
	width: 60%;
	padding: 1.6rem 2rem;
}
.wrap_after1 > .content > h3 {
	margin: 0 0 1rem;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1em;
}
.wrap_after1 > .content > p {
}
.wrap_after1 > .content > ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 1rem 0;
	padding: 0;
}
.wrap_after1 > .content > ul li {
	padding: 0.4rem 1.6rem;
	background: #FFF;
	border-radius: 56px;
	line-height: 1em;
}
.wrap_after1 > .content > ul li:nth-child(1),
.wrap_after1 > .content > ul li:nth-child(2) {
	margin: 0 1rem 0.4rem 0;
}
.wrap_after1 > .content > ul li:nth-child(3) {
	margin: 0 0 0.4rem 0;
}
.wrap_after1 > .content > ul li:nth-child(4) {
	margin: 0 1rem 0 0;
}
.wrap_after1 > .content > ul li:nth-child(5) {
	margin: 0 0 0 0;
}

.wrap_after1 > .content > .area_tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wrap_after1 > .content > .area_tel > p.label {
	margin: 0 2rem 0 0;
	font-weight: 500;
	line-height: 1.2em;
}
.wrap_after1 > .content > .area_tel > p.num_tel {
	position: relative;
	padding: 0 0 0 40px;
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.05em;
  color: rgba(38,93,126,1);
}
.wrap_after1 > .content > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.wrap_after1 > .content > .area_tel > p.num_tel span {
	display: block;
	font-size: 0.45em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.02em;
	color: rgba(51,51,51,1);
	text-align: center;
}

.after > .wrap_after2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
}
.wrap_after2 .box_after2 {
	width: 30%;
	/*background: rgba(246,243,238,1);*/
}
.box_after2 > img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.box_after2 > .detail a {
  position: relative;
  display: block;
  width: 80%;
  margin: 1rem auto;
  padding: 0.4rem 0;
	background: #FFF;
  border: 2px solid rgba(51,51,51,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(51,51,51,1);
  text-align: center;
  text-decoration: none;
}
.box_after2 > .detail a:hover {
	background: rgba(246,243,238,1);
}
.box_after2 > .detail a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(51,51,51,1);
  border-right: 2px solid rgba(51,51,51,1);
}


			@media screen and (min-width: 600px) {
				.wrap_after1 > .content > .area_tel > .btn_tel {display: none}

			}
			@media screen and (max-width: 1020px) {
				.after > .wrap_after1,
				.after > .wrap_after2 {
					width: 92%;
				}

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
				.wrap_after1 > .content > ul li:nth-child(3) {
					margin: 0 1rem 0.4rem 0;
				}
				.wrap_after1 > .content > .area_tel > p.label {
					margin: 0 1rem 0 0;
					font-weight: 500;
					line-height: 1.2em;
				}
				.wrap_after1 > .content > .area_tel > p.num_tel {
					padding: 0 0 0 40px;
					font-size: 2em;
					letter-spacing: 0;
				}

			}
			@media screen and (max-width: 599px) {
				.wrap_after1 > .fig {
					width: 100%;
				}
				.wrap_after1 > .fig img {
					width: 100%;
					height: 160px;
				}
				.wrap_after1 > .content {
					width: 100%;
					padding: 1.2rem 1.2rem;
				}
				.wrap_after1 > .content > ul {
					justify-content: center;
					margin: 1rem 0 1.6rem;
				}
				.wrap_after1 > .content > ul li {
					padding: 0.4rem 1rem;
          font-size: 4vw;
				}
				.wrap_after1 > .content > ul li:nth-child(2) {
					margin: 0 1rem 0 0;
				}
				.wrap_after1 > .content > ul li:nth-child(3) {
					margin: 0 1rem 0.4rem 0;
				}
				.wrap_after1 > .content > ul li:nth-child(4) {
					margin: 0 1rem 0 0;
				}

				.wrap_after1 > .content > .area_tel {
					display: block;
				}
				.wrap_after1 > .content > .area_tel > p.label {
					margin: 0 0 0.8rem;
					text-align: center;
				}
				.wrap_after1 > .content > .area_tel > p.num_tel {display: none}

				.wrap_after1 > .content > .area_tel > .btn_tel a {
					display: block;
					padding: 0.8rem 0;
					background: #FFF;
				  border: 2px solid rgba(38,93,126,1);
					filter: drop-shadow(0 4px 0 rgba(0,0,0,0.6));
					border-radius: 56px;
				  color: rgba(38,93,126,1);
					text-align: center;
					text-decoration: none;
				}
				.wrap_after1 > .content > .area_tel > .btn_tel a > p {
					position: relative;
					padding: 0 0 0 8vw;
					font-family: "Roboto", sans-serif;
					font-size: 8vw;
					font-weight: 500;
					line-height: 1em;
					letter-spacing: 0.02em;
				}
				.wrap_after1 > .content > .area_tel > .btn_tel a > p::before {
					position: absolute;
					content: "";
					top: 0px;
					left: 7.2vw;
					width: 32px;
					height: 32px;
					background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
					background-size: cover;
				}
				.wrap_after1 > .content > .area_tel > .btn_tel a > span {
					display: block;
					margin: 0.2rem 0 0;
					font-size: 4vw;
					font-weight: 500;
					line-height: 1em;
					letter-spacing: 0.02em;
				}

				.wrap_after2 .box_after2 {
					width: 48%;
					margin: 0 0 1rem;
				}
				.wrap_after2 .box_after2:nth-child(3) {
					margin: 0;
				}
				.box_after2 > img {
					height: 120px;
				}
				.box_after2 > p {
					padding: 0.6rem 0;
				}
        .box_after2 > .detail a {
          width: 100%;
          font-size: 4.4vw;
        }
        .box_after2 > .detail a::after {
          width: 10px;
          height: 10px;
        }

			}

/* after-lineup */
.after-lineup {
  
}
.after-lineup-butsudan {
  
}
.after-lineup-kuyou {
  background: rgba(248,248,248,1);  
}
.after-lineup-sankotsu {
}

.after-lineup > .wrap_after-lineup {
  width: 960px;
  margin: 0 auto;
}
.wrap_after-lineup > h3 {
  margin: 0 0 1.6rem;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
.wrap_after-lineup > p.lead {
  margin: 0 0 2rem;
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
}

.wrap_butsudan1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 2rem;
}
.wrap_butsudan1 > .box_butsudan1 {
  width: 49%;
  margin: 0 0 1rem;
}
.wrap_butsudan1 > .box_butsudan1:nth-child(3),
.wrap_butsudan1 > .box_butsudan1:nth-child(4) {
  margin: 0;
}
.wrap_butsudan1 > .box_butsudan1 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.wrap_butsudan2 {
  width: 960px;
  margin: 0 auto;
  padding: 2rem 2rem;
  background: rgba(246,243,238,1);
}
.wrap_butsudan2 > .wrap_inner_butsudan2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1.6rem
}
.wrap_inner_butsudan2 > .area_fig {
  width: 48%;
}
.wrap_inner_butsudan2 > .area_fig img {
  width: 100%;
  height: 284px;
  object-fit: cover;
}
.wrap_inner_butsudan2 > .area_info {
  width: 48%;
}
.wrap_inner_butsudan2 > .area_info > h4 {
  margin: 0 0 1rem;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_inner_butsudan2 > .area_info > p {
  margin: 0 0 1rem;
  line-height: 1.6em;
}
.wrap_butsudan2 > .map {
  height: 400px;
}

.wrap_kuyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.wrap_kuyou > .box_kuyou {
  width: 48%;
  margin: 0 0 1.6rem;
}
.wrap_kuyou > .box_kuyou:nth-child(3),
.wrap_kuyou > .box_kuyou:nth-child(4) {
  margin: 0;
}
.wrap_kuyou > .box_kuyou img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.wrap_kuyou > .box_kuyou h4 {
  margin: 1.6rem 0 0.6rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_kuyou > .box_kuyou p {
  line-height: 2em;
}


.wrap_sankotsu1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 2rem;
}
.wrap_sankotsu1 > .box_fig {
  width: 40%;
}
.wrap_sankotsu1 > .box_fig img.fig_sankotsu_1 {
  width: 100%;
  height: 224px;
  margin: 0 0 1rem;
  object-fit: cover;
}
.wrap_sankotsu1 > .box_fig img.fig_sankotsu_2 {
  width: 100%;
  height: 372px;
  object-position: 50% 0;
  object-fit: cover;
}
.wrap_sankotsu1 > .box_content {
  width: 58%;
}
.wrap_sankotsu1 > .box_content > .inner {
  margin: 0 0 1.6rem;
  padding: 1.6rem 1.6rem;
  background: rgba(248,248,248,1);
}
.wrap_sankotsu1 > .box_content > .inner:last-child {
  margin: 0 0 0;
}
.wrap_sankotsu1 > .box_content > .inner > h4 {
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_sankotsu1 > .box_content > .inner > h4 span {
  font-size: 0.75em;
  line-height: 1em;
}
.wrap_sankotsu1 > .box_content > .inner > p {
  line-height: 1.6em;
}

.wrap_sankotsu2 {
  width: 960px;
  margin: 0 auto;
}
.wrap_sankotsu2 > h4 {
  margin: 0 0 1rem;
  padding: 1rem 0 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  border-top: 1px dotted rgba(51,51,51,0.4);
}
.wrap_sankotsu2 > ul {
  margin: 0 0;
  padding: 0 1.6rem;
}
.wrap_sankotsu2 > ul li {
  padding: 0 0 0.4rem;
  line-height: 1.6em;
}
.wrap_sankotsu2 > ul li:last-child {
  padding: 0 0 0;
}
			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .after-lineup > .wrap_after-lineup {
          width: 92%;
        }
        .wrap_butsudan1,
        .wrap_butsudan2,
        .wrap_kuyou,
        .wrap_sankotsu1,
        .wrap_sankotsu2 {
          width: 100%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_kuyou > .box_kuyou img {
          height: 216px;
        }

			}
			@media screen and (max-width: 599px) {

        .wrap_butsudan1 > .box_butsudan1 {
          width: 48%;
        }
        .wrap_butsudan1 > .box_butsudan1 img {
          height: 192px;
        }
        .wrap_butsudan2 {
          padding: 1rem 1rem;
        }
        .wrap_butsudan2 > .wrap_inner_butsudan2 {
          margin: 0 0 0;
        }
        .wrap_inner_butsudan2 > .area_fig {
          width: 100%;
          margin: 0 0 1rem;
        }
        .wrap_inner_butsudan2 > .area_fig img {
          height: 240px;
        }
        .wrap_inner_butsudan2 > .area_info {
          width: 100%;
        }

        .wrap_kuyou > .box_kuyou {
          width: 100%;
        }
        .wrap_kuyou > .box_kuyou:nth-child(3) {
          margin: 0 0 1.6rem;
        }
        .wrap_kuyou > .box_kuyou img {
          height: 192px;
        }

        .wrap_sankotsu1 > .box_sankotsu1 {
          width: 100%;
        }
        .wrap_sankotsu1 > .box_fig {
          width: 100%;
          margin: 0 0 1rem;
        }
        .wrap_sankotsu1 > .box_fig img.fig_sankotsu_1 {
          width: 100%;
          height: 224px;
          margin: 0 0 1rem;
          object-fit: cover;
        }
        .wrap_sankotsu1 > .box_fig img.fig_sankotsu_2 {
          width: 100%;
          height: 320px;
          object-position: 50% 0;
          object-fit: cover;
        }
        .wrap_sankotsu1 > .box_content {
          width: 100%;
        }
        .wrap_sankotsu1 > .box_content > .inner {
          margin: 0 0 1rem;
          padding: 1rem 1rem;
        }

			}

/* membership
------------------------------------------------------------ */
.membership {
  
}
.membership > .wrap_membership {
  width: 720px;
  margin: 0 auto;
}
.wrap_membership > .hd,
.wrap_membership > .fig {
  width: 100%;
}
.wrap_membership > .hd img,
.wrap_membership > .fig img {
  width: 100%;
  margin: 0 auto;
}
.wrap_membership > .hd {
  margin: 0 0 1.6rem;
}
.wrap_membership > .fig {
  margin: 1.6rem 0 0;
}

.wrap_membership > .switch {
  margin: 1.6rem 0 0;
  padding: 1.6rem 1.6rem;
  background: rgba(255,252,220,1);
  font-size: 1.2em;
  font-weight: 500;
  color: rgba(0,98,44,1);
  text-align: center;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .membership > .wrap_membership {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .wrap_membership > .switch {
          font-size: 1em;
          text-align: left;
        }

			}

/* abroad
------------------------------------------------------------ */
.abroad {
  
}
.abroad > .charge {
  width: 960px;
  margin: 4rem auto 1.6rem;
  padding: 1rem 0 1rem;
  border-top: 2px solid rgba(38,93,126,0.4);
}
.abroad > .charge > p {
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.abroad > .charge > p span.amount {
  color: rgba(38,93,126,1);
}
.abroad > .charge > p span.notes {
  font-size: 0.8em;
}

.abroad > .wrap_abroad1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 2rem;
}
.wrap_abroad1 > .box_abroad1 {
  width: 40%;
}
.wrap_abroad1 > .box_abroad1 img {
  margin: 0 0 1rem;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.wrap_abroad1 > .box_abroad1 > h4 {
  margin: 0 0 0.6rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_abroad1 > .box_abroad1 > p {
  line-height: 1.6em;
}

.abroad > .wrap_abroad2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 3.2rem;
}
.wrap_abroad2 > .box_abroad2 {
  width: 49%;
  padding: 1.6rem 1.6rem;
  background: rgba(248,248,248,1);
}
.wrap_abroad2 > .box_abroad2 > h4 {
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_abroad2 > .box_abroad2 > p {
  line-height: 1.6em;
}
.wrap_abroad2 > .box_abroad2 > ul {
  margin: 0;
  padding: 0 1.6rem;
  line-height: 1.6em;
}

.abroad > .wrap_abroad_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.wrap_abroad_flow > .box_content {
  width: 56%;
}
.wrap_abroad_flow > .box_content > h4 {
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.wrap_abroad_flow > .box_content > p {
  margin: 0 0 1rem;
}
.wrap_abroad_flow > .box_content > ol {
  margin: 0;
  padding: 0 1.4rem;
}
.wrap_abroad_flow > .box_content > ol li {
  margin: 0 0 0.8rem;
  line-height: 1.4em;
}
.wrap_abroad_flow > .box_content > ol li span {
  font-size: 0.8em;
}
.wrap_abroad_flow > .box_fig {
  width: 44%;
}
.wrap_abroad_flow > .box_fig img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .abroad > .charge,
        .abroad > .wrap_abroad1,
        .abroad > .wrap_abroad2,
        .abroad > .wrap_abroad_flow {
          width: 92%;
        }
        .wrap_abroad1 > .box_abroad1 img {
          height: 192px;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_abroad1 > .box_abroad1 {
          width: 48%;
        }

			}
			@media screen and (max-width: 599px) {
        .wrap_abroad1 > .box_abroad1,
        .wrap_abroad1 > .box_abroad2 {
          width: 100%;
        }
        .wrap_abroad1 > .box_abroad1:first-child {
          margin: 0 0 1.6rem;
        }
        .wrap_abroad2 > .box_abroad2 {
          width: 100%;
          padding: 1.2rem 1.2rem;
        }
        .wrap_abroad2 > .box_abroad2:first-child {
          margin: 0 0 1rem;
        }
        .wrap_abroad_flow > .box_content {
          width: 100%;
          margin: 1rem 0 0;
          order: 2;
        }
        .wrap_abroad_flow > .box_fig {
          width: 100%;
          order: 1;
        }
        .wrap_abroad_flow > .box_fig img {
          height: 192px;
        }

			}

/* comic */
.abroad > .wrap_abroad_comic {
  width: 960px;
  margin: 1.6rem auto 0;
}

.tab-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin: 0 0 0.4rem;
  padding: 0.6rem 0;
  background: rgba(176,176,176,1);
  color: #FFF;
  text-align: center;
  order: -1;
}
.tab-content {
  width: 100%;
  display: none;
}
.tab-switch:checked+.tab-label {
  background: rgba(38,93,126,1);
}
.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

.tab-label > p {
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}
.tab-label > p span {
  display: block;
  margin: 0.2rem 0 0;
  font-size: 0.8em;
  line-height: 1em;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .abroad > .wrap_abroad_comic {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .tab-label {
          width: 49%;
        }

			}

/* faq
------------------------------------------------------------ */
.faq {
}
.faq > .wrap_faq {
  width: 960px;
  margin: 0 auto;
}
.wrap_faq > dl {
}
.wrap_faq > dl dt,
.wrap_faq > dl dd {
  position: relative;
}
.wrap_faq > dl dt {
  background: rgba(248,248,248,1);;
  padding: 1.6rem 1.6rem 1.4rem 64px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid rgba(224,224,224,1);
  line-height: 2em;
}
.wrap_faq > dl dd {
  margin: 0 0 1rem;
  padding: 1.4rem 1.6rem 1.6rem 64px;
  background: rgba(248,248,248,1);;
  border-radius: 0 0 12px 12px;
  line-height: 2em;
}
.wrap_faq > dl dt::before,
.wrap_faq > dl dd::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
}
.wrap_faq > dl dt::before {
  top: 30px;
  left: 24px;
  background: url("../img/common/ico/ico_faq_q.svg") no-repeat;
}
.wrap_faq > dl dd::before {
  top: 30px;
  left: 24px;
  background: url("../img/common/ico/ico_faq_a.svg") no-repeat;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
				.faq > .wrap_faq {
					width: 92%;
				}

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {

			}

/* hall-list
------------------------------------------------------------ */
.hall-list {
  
}
.hall-list > .wrap_hall-list {
  display: flex;
  justify-content: space-between;
/*  justify-content: center;*/
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
}
.wrap_hall-list > .panel_hall-list {
  width: 31.5%;
  margin: 0 0 2rem;
}

.wrap_hall-list > .panel_hall-list:nth-child(4),
.wrap_hall-list > .panel_hall-list:nth-child(5),
.wrap_hall-list > .panel_hall-list:nth-child(6) {
  margin: 0;
}


/* 自社式場5館のみの設定
.wrap_hall-list > .panel_hall-list:nth-child(1) {
  margin-left: 15%;
  margin-right: 10%;
}
.wrap_hall-list > .panel_hall-list:nth-child(2) {
  margin-right: 15%
}
.wrap_hall-list > .panel_hall-list:nth-child(1),
.wrap_hall-list > .panel_hall-list:nth-child(2) {
  margin-bottom: 2.4rem;
}
.wrap_hall-list > .panel_hall-list:nth-child(3),
.wrap_hall-list > .panel_hall-list:nth-child(4) {
  margin-right: 5%
}
*/

.wrap_hall-list > .panel_hall-list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid rgba(204,204,204,1);
  text-decoration: none;
}
.wrap_hall-list > .panel_hall-list a:hover {
  background: #FFF;
  border: 1px solid rgba(38,93,126,0.4);
  border-radius: 0 0 24px 24px;
  color: rgba(51,51,51,1);
}
.panel_hall-list a > .pht {
  width: 100%;
  height: 200px;
}
.panel_hall-list a > .pht img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.panel_hall-list a > .content {
  padding: 1.6rem 1rem;
}
.panel_hall-list a > .content > h4 {
  display: flex;
  align-items: center;
  margin: 0;
	font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1em;
}
.panel_hall-list a > .content > h4 > span {
  margin: 0 0 0 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.panel_hall-list a > .content > h4 > span.public {
  background: rgba(224,224,224,1);
}
.panel_hall-list a > .content > p.kana {
  margin: 0.6rem 0 1rem;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
}
.panel_hall-list a > .content > p.loc,
.panel_hall-list a > .content > p.dir {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.4em;
}
.panel_hall-list a > .content > p.loc {
  margin: 0 0 0.6rem;
}
.panel_hall-list a > .content > p.loc::before,
.panel_hall-list a > .content > p.dir::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.panel_hall-list a > .content > p.loc::before {
  background: url("../img/common/ico/ico_location_blu.svg") no-repeat;
}
.panel_hall-list a > .content > p.dir::before {
  background: url("../img/common/ico/ico_direction_blu.svg") no-repeat;
}
.panel_hall-list a > .content > .feature {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3%;
  width: 100%;
  margin: 1rem 0 1.6rem;
}
.panel_hall-list a > .content > .feature > .ico {
  width: 31%;
  padding: 0.4rem 0.4rem 0.5rem 0.4rem;
  background: rgba(230,239,235,1);
  text-align: center;
  font-weight: 600;
  line-height: 1em;
}
.panel_hall-list a > .content > .detail {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0.4rem 0 0.5rem;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
}
.panel_hall-list a > .content > .detail::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}
.panel_hall-list a > .content > .detail:hover {
  background: rgba(38,93,126,0.2);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .hall-list > .wrap_hall-list {
          justify-content: space-between;
          width: 92%;
        }
        .wrap_hall-list > .panel_hall-list {
          width: 48%;
        }
        .wrap_hall-list > .panel_hall-list:nth-child(4) {
          margin-bottom: 2rem;
        }

/*
        .wrap_hall-list > .panel_hall-list:nth-child(1) {
          margin-left: 0;
          margin-right: 0;
        }
        .wrap_hall-list > .panel_hall-list:nth-child(2) {
          margin-right: 0
        }
        .wrap_hall-list > .panel_hall-list:nth-child(1),
        .wrap_hall-list > .panel_hall-list:nth-child(2),
        .wrap_hall-list > .panel_hall-list:nth-child(3),
        .wrap_hall-list > .panel_hall-list:nth-child(4) {
          margin-bottom: 2.4rem;
        }
        .wrap_hall-list > .panel_hall-list:nth-child(3),
        .wrap_hall-list > .panel_hall-list:nth-child(4) {
          margin-right: 0
        }
*/
			}
			@media screen and (max-width: 599px) {
        .hall-list > .wrap_hall-list {
          width: 92%;
        }
        .wrap_hall-list > .panel_hall-list {
          width: 100%;
        }
        .wrap_hall-list > .panel_hall-list:nth-child(4),
        .wrap_hall-list > .panel_hall-list:nth-child(5) {
          margin-bottom: 2rem;
        }

        .panel_hall-list a > .content > p.loc,
        .panel_hall-list a > .content > p.dir {
          font-size: 4.8vw;
        }
        .panel_hall-list a > .content > .feature > .ico {
          font-size: 4vw;
        }

			}

/* plan-list
------------------------------------------------------------ */
.plan-list {
  
}
.plan-list > h3 {
  margin: 0 auto 2em; 
  font-size: 1.4em;
  line-height: 1.4em;
  color: rgba(38,93,126,1);
  text-align: center;
}

.plan-list > .box_plan-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 2.4rem;
  border-top: 8px solid rgba(38,93,126,0.4);
}
.plan-list > .box_plan-list:last-child {
  margin: 0 auto 0;
}
.box_plan-list > .pht {
  width: 36%;
}
.box_plan-list > .pht img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.box_plan-list > .content {
  width: 60%;
  padding: 1rem 0;
}
.box_plan-list > .content > h4 {
  margin: 0 0 1.6rem;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.8em;
  font-weight: 200;
  line-height: 1em;
}
.box_plan-list > .content > h4 span {
  display: block;
  margin: 0 0 0.8rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.4em;
  font-weight: 400;
  line-height: 1em;
}
.box_plan-list > .content > ul.feature {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box_plan-list > .content > ul.feature li {
  position: relative;
  margin: 0;
  padding: 0 0 0.2rem 20px;
}
.box_plan-list > .content > ul.feature li::before {
  position: absolute;
  content: "\025cf";
  top: 0;
  left: 0;
}
.box_plan-list > .content > ul.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0.8rem 0 0;
  padding: 0;
}
.box_plan-list > .content > ul.flow li {
  width: 18%;
  padding: 0.4rem 0 0.5rem;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 32px;
  font-weight: 500;
  line-height: 1em;
  color: rgba(38,93,126,1);
  text-align: center;
}
.box_plan-list > .content > ul.flow li.off {
  border: 2px solid rgba(204,204,204,1);
  color: rgba(204,204,204,1);
}

.plan-list > .area_care {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  padding: 2rem 2rem;
  background: rgba(243,249,239,1);
  border-radius: 20px;
}
.plan-list > .area_care > .fig {
  width: 32%;
}
.plan-list > .area_care > .fig img {
  width: 100%;
}
.plan-list > .area_care > .content {
  width: 64%;
}
.plan-list > .area_care > .content > p.hd {
  margin: 0 0 0.8rem;
  font-weight: 500;
  line-height: 1em;
}
.plan-list > .area_care > .content > h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1rem;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}
.plan-list > .area_care > .content > h4 span {
  display: block;
  margin: 0 0 0 0.8rem;
  padding: 0.6rem 1rem;
  background: #FFF;
  border-radius: 56px;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1em;
}
.plan-list > .area_care > .content > p.desc {
  line-height: 2em;
}
.plan-list > .area_care > .content > .detail_care a {
  position: relative;
  display: block;
  margin: 1rem 0 0;
  padding: 0.8rem 0;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.plan-list > .area_care > .content > .detail_care a:hover {
  background: rgba(38,93,126,0.4);
}
.plan-list > .area_care > .content > .detail_care a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .plan-list > .box_plan-list {
          width: 92%;
        }
        .plan-list > .area_care {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .plan-list > h3 {
          width: 92%;
          font-size: 5.6vw;
        }

        .plan-list > .box_plan-list {
          border-top: 8px solid rgba(38,93,126,1);
        }
        .box_plan-list > .pht {
          width: 100%;
          margin: 0 auto;
        }
        .box_plan-list > .pht img {
          width: 100%;
          height: 192px;
        }
        .box_plan-list > .content {
          width: 100%;
          margin: 0 auto;
          padding: 1.6rem 0 0;
        }
        .box_plan-list > .content > h4 {
          margin: 0 0 1rem;
          font-size: 2.0em;
        }
        .box_plan-list > .content > h4 span {
          margin: 0 0 0.5rem;
          font-size: 0.5em;
        }
        .box_plan-list > .content > ul.flow li {
          font-size: 4vw;
        }

        .plan-list > .area_care > .fig {
          width: 100%;
          margin: 0 0 1.6rem;
        }
        .plan-list > .area_care > .fig img {
          width: 80%;
          margin: 0 auto;
        }
        .plan-list > .area_care > .content {
          width: 100%;
        }
        .plan-list > .area_care > .content > p.hd {
          text-align: center;
        }
        .plan-list > .area_care > .content > h4 {
          display: block;
          margin: 0 0 1rem;
          font-size: 2em;
          font-weight: 400;
          line-height: 1em;
          text-align: center;
        }
        .plan-list > .area_care > .content > h4 span {
          display: inline-block;
          margin: 0.8rem 0 0 0;
          padding: 0.6rem 1rem;
          background: #FFF;
          border-radius: 56px;
          font-size: 0.5em;
          font-weight: 500;
          line-height: 1em;
        }

			}

/* intro-top
------------------------------------------------------------ */
.intro-top {
}
.intro-top > h2 {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.6em;
  color: rgba(38,93,126,1);
  text-align: center;
}

.intro-top > .wrap_intro-top {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 1.6rem auto 0;
}
.wrap_intro-top > .item_intro-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.wrap_intro-top > .item_intro-top:nth-child(1),
.wrap_intro-top > .item_intro-top:nth-child(2),
.wrap_intro-top > .item_intro-top:nth-child(3) {
  margin-bottom: 1.6rem;
}
.item_intro-top > .box_fig {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 3px;
  border: 3px solid rgba(38,93,124,1);
  border-radius: 50%;
}
.item_intro-top > .box_fig1 {
  background: url("../img/fig_intro-top_1.jpg") no-repeat;
  background-size: 220%;
  border-radius: 50%;
  background-position: 50% 80%;
}
.item_intro-top > .box_fig2 {
  background: url("../img/fig_intro-top_2.jpg") no-repeat;
  background-size: cover;
}
.item_intro-top > .box_fig3 {
  background: url("../img/fig_intro-top_3.jpg") no-repeat;
  background-size: cover;
}
.item_intro-top > .box_fig4 {
  background: url("../img/fig_intro-top_4.jpg") no-repeat;
  background-size: cover;
}
.item_intro-top > .box_fig5 {
  background: url("../img/fig_intro-top_5.jpg") no-repeat;
  background-size: 220%;
  border-radius: 50%;
  background-position: 50% 80%;
}
.item_intro-top > .box_fig6 {
  background: url("../img/fig_intro-top_6.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.item_intro-top > p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 8px 0;
  background: rgba(38,93,124,1);
  border-radius: 24px 0 0 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  color: #FFF;
  text-align: center;
}

			@media screen and (max-width: 1020px) {
        .intro-top > .wrap_intro-top {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .wrap_intro-top > .item_intro-top {
          width: 28%;
        }

			}
			@media screen and (max-width: 599px) {
        .intro-top > h2 {
          font-size: 5.6vw;
        }

        .wrap_intro-top > .item_intro-top {
          width: 44%;
        }
        .wrap_intro-top > .item_intro-top:nth-child(1),
        .wrap_intro-top > .item_intro-top:nth-child(2),
        .wrap_intro-top > .item_intro-top:nth-child(3),
        .wrap_intro-top > .item_intro-top:nth-child(4) {
          margin-bottom: 1rem;
        }
        .item_intro-top > p {
          padding: 4px 0;
          font-size: 3.6vw;
          line-height: 1.3em;
        }

			}

/* faq-lp
------------------------------------------------------------ */
.faq-lp {
  background: rgba(240,240,240,1);
}
.faq-lp > .wrap_faq-lp {
  width: 960px;
  margin: 0 auto;
}
.wrap_faq-lp > dl {
}
.wrap_faq-lp > dl dt,
.wrap_faq-lp > dl dd {
  position: relative;
}
.wrap_faq-lp > dl dt {
  background: #FFF;
  padding: 1rem 1.6rem 0.8rem 64px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid rgba(224,224,224,1);
  line-height: 2em;
}
.wrap_faq-lp > dl dd {
  margin: 0 0 1rem;
  padding: 0.8rem 1.6rem 1rem 64px;
  background: #FFF;
  border-radius: 0 0 12px 12px;
  line-height: 2em;
}
.wrap_faq-lp > dl dt::before,
.wrap_faq-lp > dl dd::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
}
.wrap_faq-lp > dl dt::before {
  top: 22px;
  left: 24px;
  background: url("../img/common/ico/ico_faq_q.svg") no-repeat;
}
.wrap_faq-lp > dl dd::before {
  top: 18px;
  left: 24px;
  background: url("../img/common/ico/ico_faq_a.svg") no-repeat;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
				.faq-lp > .wrap_faq-lp {
					width: 92%;
				}

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {

			}

/* company
------------------------------------------------------------ */
.company {
  background: linear-gradient(135deg, rgba(255,254,252,1) 0%, rgba(246,243,238,1) 50%, rgba(255,254,252,1) 100%);
}
.company > .hd_company {
  width: 960px;
  margin: 0 auto;
}
.hd_company > h2 {
  margin: 0 0 2rem;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4em;
  font-weight: 200;
  line-height: 1em;
}
.hd_company > img {
  width: 100%;
  margin: 0 0 2rem;
}
.hd_company > p.desc {
  margin: 0 0 2rem;
  line-height: 2.4em;
}
.hd_company > p.desc span {
  display: block;
  margin: 0.8rem 0 0;
  text-align: right;
}

.company > dl {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.company > dl dt,
.company > dl dd {
  padding: 1rem 1rem;
  border-bottom: 1px dotted rgba(51,51,51,0.4);
  line-height: 1.6em;
}
.company > dl dt {
  width: 20%;
  font-weight: 600;
}
.company > dl dd {
  width: 80%;
}
.company > dl dt.group {
  border-bottom: none;
}
.company > dl dd.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}
.company > dl dd.group > .area {
  width: 48%;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .company > .hd_company {
          width: 92%;
        }
        .company > dl {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .hd_company > h2 {
          font-size: 2em;
        }
        .hd_company > p.desc {
          line-height: 2em;
        }

        .company > dl dt {
          width: 100%;
          padding: 0.4rem 0.4rem;
        }
        .company > dl dt.group {
          border-bottom: 1px dotted rgba(51,51,51,0.4);
        }
        .company > dl dd {
          width: 100%;
          margin: 0 0 0.8rem;
          padding: 0.4rem 0.4rem;
          border-bottom: none;
        }
        .company > dl dd.group {
          border-bottom: none;
        }
        .company > dl dd.group > .area {
          width: 100%;
        }

			}







/* company-lp
------------------------------------------------------------ */
.company-lp {
  background: linear-gradient(135deg, rgba(255,254,252,1) 0%, rgba(246,243,238,1) 50%, rgba(255,254,252,1) 100%);
}
.company-lp > .hd_company-lp {
  width: 960px;
  margin: 0 auto;
}
.hd_company-lp > h2 {
  margin: 0 0 2rem;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4em;
  font-weight: 200;
  line-height: 1em;
}
.hd_company-lp > img {
  width: 100%;
  margin: 0 0 2rem;
}
.hd_company-lp > p.desc {
  margin: 0 0 2rem;
  line-height: 2.4em;
}
.hd_company-lp > p.desc span {
  display: block;
  margin: 0.8rem 0 0;
  text-align: right;
}

.company-lp > dl {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.company-lp > dl dt,
.company-lp > dl dd {
  padding: 1rem 1rem;
  border-bottom: 1px dotted rgba(51,51,51,0.4);
  line-height: 1.6em;
}
.company-lp > dl dt {
  width: 20%;
  font-weight: 600;
}
.company-lp > dl dd {
  width: 80%;
}
.company-lp > dl dt.group {
  border-bottom: none;
}
.company-lp > dl dd.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}
.company-lp > dl dd.group > .area {
  width: 48%;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .company-lp > .hd_company-lp {
          width: 92%;
        }
        .company-lp > dl {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .hd_company-lp > h2 {
          font-size: 2em;
        }
        .hd_company-lp > p.desc {
          line-height: 2em;
        }

        .company-lp > dl dt {
          width: 100%;
          padding: 0.4rem 0.4rem;
        }
        .company-lp > dl dt.group {
          border-bottom: 1px dotted rgba(51,51,51,0.4);
        }
        .company-lp > dl dd {
          width: 100%;
          margin: 0 0 0.8rem;
          padding: 0.4rem 0.4rem;
          border-bottom: none;
        }
        .company-lp > dl dd.group {
          border-bottom: none;
        }
        .company-lp > dl dd.group > .area {
          width: 100%;
        }

			}





















/* mv
------------------------------------------------------------ */
.mv {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 720px;
  background: url("../img/bg_mv.png") no-repeat;
  background-size: cover;
  background-position: 50% 20%;
}
.mv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 52px;
  background: url("../img/mv_below.svg") no-repeat;
}

.inquiry{
  transition: all .3s;
  display: block;
  margin: auto;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 738px;
}

.inquiry:hover{
  opacity: .9;
}

.inquiry img{
  width: 100%;
}
@media (max-width:767px) {
  .inquiry {
    max-width: 365px;
  }
}

.mv > .hd_mv {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 640px;
  height: 400px;
  padding: 2rem 2rem;
  background: rgba(255,255,255,0.4);
}
.mv > .hd_mv > h1 {
  width: 100%;
	font-family: 'Noto Serif JP', serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
  filter: 
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF);
}
.mv > .hd_mv > .box_bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.mv > .hd_mv > .box_bottom > p {
	font-family: 'Noto Serif JP', serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  filter: 
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF)
    drop-shadow(0 0 2px #FFF);
}
.mv > .hd_mv > .box_bottom > .logo {
  width: 100%;
  margin: 1rem 0 0;
}
.mv > .hd_mv > .box_bottom > .logo img {
  margin: 0 auto;
  width: 160px;
  filter: 
    drop-shadow(0 0 10px #FFF)
    drop-shadow(0 0 10px #FFF)
    drop-shadow(0 0 10px #FFF)
    drop-shadow(0 0 10px #FFF);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .mv {
          height: 480px;
        }
        .mv::after {
          height: 48px;
        }
        .mv > .hd_mv {
          width: 440px;
          height: 320px;
          background: rgba(255,255,255,0.6);
        }
        .mv > .hd_mv > h1 {
          font-size: 1.6em;
        }

			}
			@media screen and (max-width: 599px) {
        .mv {
          height: 480px;
        }
        .mv::after {
          height: 32px;
        }
        .mv > .hd_mv {
          width: 80vw;
          height: 320px;
          padding: 12vw 4vw;
          background: rgba(255,255,255,0.6);
        }
        .mv > .hd_mv > h1 {
          font-size: 6vw;
        }
        .mv > .hd_mv > .box_bottom > p {
          font-size: 1.2em;
        }
        .mv > .hd_mv > .box_bottom > .logo img {
          width: 130px;
        }

			}

/* mv_lp */
.mv_lp {
  position: relative;
  margin: 0 0 132px;
}
.mv_lp > .mv_lp_pc {
  position: relative;
  display: flex;
  height: 400px;
  background: url("../img/bg_mv_lp2.jpg") no-repeat;
  background-size: 64%;
  background-position: 100% 50%;
}

.mv_lp_pc > .area_pht {
  width: 50%;
  height: 400px;
  background: url("../img/bg_mv_lp.png") no-repeat;
  background-size: 100%;
  background-position: 0% 50%;
}
.mv_lp_pc > .area_hd {
  width: 50%;
  height: 400px;
  padding: 4rem 2rem;
}
.mv_lp_pc > .area_hd > p {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.6rem 1.2rem;
  background: #FFF;
  border-radius: 256px;
  font-size: 1.2em;
  line-height: 1em;
}
.mv_lp_pc > .area_hd > h1 {
  padding: 0 1.2rem;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.6em;
}

/* intro-lp_pc */
.intro-lp_pc {
  position: absolute;
  content: "";
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1024px;
  height: 200px;
  text-align: center;
}
.intro-lp_pc > h2 {
  display: inline-block;
  padding: 0.6rem 2rem;
  background: rgba(255,255,255,1);
  border-radius: 56px;
  font-size: 1.2em;
  font-weight: 500;
  color: rgba(38,93,124,1);
  text-align: center;
}
.intro-lp_pc > .wrap_intro-lp_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.2rem 0 0;
}
.wrap_intro-lp_pc > .item_intro-lp_pc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.item_intro-lp_pc > .box_fig {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 3px;
  border: 3px solid rgba(38,93,124,1);
  border-radius: 50%;
}
.item_intro-lp_pc > .box_fig1 {
  background: url("../img/fig_intro-lp_1.jpg") no-repeat;
  background-size: 220%;
  border-radius: 50%;
  background-position: 50% 80%;
}
.item_intro-lp_pc > .box_fig2 {
  background: url("../img/fig_intro-lp_2.jpg") no-repeat;
  background-size: cover;
}
.item_intro-lp_pc > .box_fig3 {
  background: url("../img/fig_intro-lp_3.jpg") no-repeat;
  background-size: cover;
}
.item_intro-lp_pc > .box_fig4 {
  background: url("../img/fig_intro-lp_4.jpg") no-repeat;
  background-size: cover;
}
.item_intro-lp_pc > .box_fig5 {
  background: url("../img/fig_intro-lp_5.jpg") no-repeat;
  background-size: 220%;
  border-radius: 50%;
  background-position: 50% 80%;
}
.item_intro-lp_pc > p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 4px 0;
  background: rgba(38,93,124,1);
  border-radius: 24px 0 0 0;
  line-height: 1.3em;
  color: #FFF;
  text-align: center;
}

/* intro-lp_sp */
			@media screen and (min-width: 600px) {
        .intro-lp_sp { display: none }

			}
			@media screen and (max-width: 599px) {
        .intro-lp_sp {
          width: 100%;
        }
        .intro-lp_sp > h2 {
          display: inline-block;
          padding: 0.6rem 2rem;
          background: rgba(255,255,255,1);
          border-radius: 56px;
          font-size: 5.6vw;
          font-weight: 600;
          color: rgba(38,93,124,1);
          text-align: center;
        }

        .intro-lp_sp > .wrap_intro-lp_sp {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          width: 92%;
          margin: 1.2rem auto 0;
        }
        .wrap_intro-lp_sp > .item_intro-lp_sp {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 48%;
          height: 100%;
          aspect-ratio: 1 / 1;
        }
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(1),
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(3) {
          margin-right: 4%;
        }
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(1),
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(2),
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(3),
        .wrap_intro-lp_sp > .item_intro-lp_sp:nth-child(4) {
          margin-bottom: 1rem;
        }
        .item_intro-lp_sp > .box_fig {
          width: 100%;
          height: 100%;
          aspect-ratio: 1 / 1;
          padding: 3px;
          border: 3px solid rgba(38,93,124,1);
          border-radius: 50%;
        }
        .item_intro-lp_sp > .box_fig1 {
          background: url("../img/fig_intro-lp_1.jpg") no-repeat;
          background-size: 220%;
          border-radius: 50%;
          background-position: 50% 80%;
        }
        .item_intro-lp_sp > .box_fig2 {
          background: url("../img/fig_intro-lp_2.jpg") no-repeat;
          background-size: cover;
        }
        .item_intro-lp_sp > .box_fig3 {
          background: url("../img/fig_intro-lp_3.jpg") no-repeat;
          background-size: cover;
        }
        .item_intro-lp_sp > .box_fig4 {
          background: url("../img/fig_intro-lp_4.jpg") no-repeat;
          background-size: cover;
        }
        .item_intro-lp_sp > .box_fig5 {
          background: url("../img/fig_intro-lp_5.jpg") no-repeat;
          background-size: 220%;
          border-radius: 50%;
          background-position: 50% 80%;
        }
        .item_intro-lp_sp > p {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 90%;
          padding: 4px 0;
          background: rgba(38,93,124,1);
          border-radius: 24px 0 0 0;
          font-size: 4vw;
          line-height: 1.3em;
          text-align: center;
          color: #FFF;
        }

			}

			@media screen and (min-width: 600px) {
        .mv_lp > .mv_lp_sp { display: none }

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        /* mv_lp */
        .mv_lp {
          position: relative;
          margin: 0 0 132px;
        }
        .mv_lp > .mv_lp_pc {
          position: relative;
          display: flex;
          height: 400px;
          background: url("../img/bg_mv_lp2.jpg") no-repeat;
          background-size: cover;
          background-position: 100% 50%;
        }

        .mv_lp_pc > .area_pht {
          width: 44%;
          height: 400px;
          background: url("../img/bg_mv_lp.png") no-repeat;
          background-size: cover;
          background-position: -128px 50%;
        }
        .mv_lp_pc > .area_hd {
          width: 56%;
          height: 400px;
          padding: 2.8rem 2rem;
        }
        .mv_lp_pc > .area_hd > p {
          line-height: 1.4em;
        }
        .mv_lp_pc > .area_hd > h1 {
          padding: 0 1.2rem;
          font-family: 'Noto Serif JP', serif;
          font-size: 1.6em;
          font-weight: 400;
          line-height: 1.6em;
        }

        /* intro-lp_pc */
        .intro-lp_pc {
          width: 96%;
        }
        .item_intro-lp_pc {
          width: 19%;
        }
        .item_intro-lp_pc > p {
          width: 96%;
          font-size: 0.9em;
        }

			}
			@media screen and (max-width: 599px) {
        /* mv_lp */
        .mv_lp {
          position: relative;
          margin: 0;
        }
        .mv_lp > .mv_lp_pc { display: none }
        .mv_lp > .mv_lp_sp {
          position: relative;
          display: flex;
          align-content: center;
          flex-wrap: wrap;
          width: 100%;
          height: 480px;
          background: url("../img/bg_mv_lp.png") no-repeat;
          background-size: cover;
          background-position: 60% 50%;
        }
        .mv_lp > .mv_lp_sp > p.box_area {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          margin: 0 0 auto;
          padding: 0.6rem 0;
          background: rgba(0,39,20,1);
          font-size: 4vw;
          font-weight: 700;
          color: #FFF;
          text-align: center;
        }
        .mv_lp > .mv_lp_sp > .box_hd {
          width: 72%;
          margin: 0 auto;
          padding: 2.8rem 1.6rem;
          background: rgba(0,39,20,0.4);
        }
        .mv_lp > .mv_lp_sp > .box_hd > h1 {
        }
        .mv_lp > .mv_lp_sp > .box_hd > h1 img {
          width: 92%;
          margin: 0 auto;
          filter: 
            drop-shadow(0 0 4px rgba(0,39,20,1))
            drop-shadow(0 0 4px rgba(0,39,20,1));
        }
        .mv_lp > .mv_lp_sp > .box_hd > p {
          margin: 0 0 2rem;
          filter: 
            drop-shadow(0 0 4px rgba(0,39,20,1))
            drop-shadow(0 0 4px rgba(0,39,20,1));
          font-size: 6vw;
          letter-spacing: 0.1em;
          color: #FFF;
          text-align: center;
        }

			}

/* mv_hall */
.mv_hall {
  width: 100%;
}
.mv_hall > .wrap {
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
  padding: 2.8rem 0;
}
.mv_hall > .wrap > .content {
  width: 50%;
  padding: 0 1.6rem 0 0;
}
.mv_hall > .wrap > .content > h1 {
  margin: 0 0 0.6rem;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.mv_hall > .wrap > .content > p.furigana {
  margin: 0 0 1rem;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.4rem;
  color: rgba(38,93,126,1);
}
.mv_hall > .wrap > .content > p.location {
  margin: 0 0 3.6rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.mv_hall > .wrap > .content > p.direction {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6em;
  color: rgba(38,93,126,1);
}
.mv_hall > .wrap > .pht {
  width: 50%;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .mv_hall > .wrap {
          width: 92%;
        }

			}
			@media screen and (max-width: 599px) {
        .mv_hall > .wrap {
          width: 100%;
          padding: 0 0 2rem;
        }
        .mv_hall > .wrap > .content {
          width: 100%;
          padding: 1.6rem 1.6rem 0;
          order: 2;
        }
        .mv_hall > .wrap > .pht {
          width: 100%;
          order: 1;
        }
        .mv_hall > .wrap > .content > h1 {
          font-size: 9.6vw;
        }
        .mv_hall > .wrap > .content > p.location {
          margin: 0 0 1rem;
          font-size: 5.2vw;
        }
        .mv_hall > .wrap > .content > p.direction {
          font-size: 4.8vw;
        }

			}

/* mv_plan */
.mv_plan {
  width: 100%;
}
.mv_plan > .wrap {
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
  padding: 2.8rem 0;
}
.mv_plan > .wrap > .pht {
  width: 50%;
}
.mv_plan > .wrap > .content {
  width: 50%;
  padding: 0 1.6rem 0 0;
}
.mv_plan > .wrap > .content > h1 {
  margin: 0 0 2.4rem;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.mv_plan > .wrap > .content > h1 span {
  display: inline-block;
  margin: 0 0 0 0.2rem;
  font-size: 0.75em;
  line-height: 1em;
}
.mv_plan > .wrap > .content > p.lead {
  margin: 0 0 1rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  color: rgba(38,93,126,1);
}

.mv_plan > .wrap > .content > ul.summary {
  margin: 0 0 2rem;
  padding: 0.6rem 1rem;
  background: rgba(243,249,239,1);
  list-style-type: none;
}
.mv_plan > .wrap > .content > ul.summary > li {
  position: relative;
  margin: 0;
  padding: 0 0 0.2rem 20px;
  font-weight: 500;
  color: rgba(38,93,126,1);
}
.mv_plan > .wrap > .content > ul.summary > li::before {
  position: absolute;
  content: "\025cf";
  top: 0;
  left: 0;
  color: rgba(38,93,126,1);
}

.mv_plan > .wrap > .content > ul.flow {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mv_plan > .wrap > .content > ul.flow > li {
  padding: 0.4rem 0.8rem;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 32px;
  font-weight: 600;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.mv_plan > .wrap > .content > ul.flow > li.off {
  border: 2px solid rgba(204,204,204,1);
  color: rgba(204,204,204,1);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .mv_plan > .wrap {
          width: 92%;
        }

        .mv_plan > .wrap > .content > ul.flow > li {
          padding: 0.4rem 0.4rem;
          font-size: 0.9em;
        }





			}
			@media screen and (max-width: 599px) {
        .mv_plan > .wrap {
          width: 100%;
          padding: 0 0 2rem;
        }
        .mv_plan > .wrap > .pht {
          width: 100%;
          order: 1;
        }
        .mv_plan > .wrap > .content {
          width: 100%;
          padding: 1.6rem 1.6rem 0;
          order: 2;
        }
        .mv_plan > .wrap > .content > h1 {
          margin: 0 0 1.6rem;
          font-size: 12vw;
        }
        .mv_plan > .wrap > .content > p.lead {
          margin: 0 0 1rem;
          font-size: 5.2vw;
        }
        .mv_plan > .wrap > .content > ul.summary {
          margin: 0 0 1.6rem;
        }


        .mv_plan > .wrap > .content > ul.flow > li {
          padding: 0.3rem 0.3rem;
          font-size: 3.6vw;
        }

			}

/* mv_sub */
.mv_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  wisth: 100%;
  height: 240px;
  background: url("../img/bg_mv_lp2.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mv_sub > h1 {
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
}
.mv_sub > h1 span.h1_sub {
	display: block;
	margin: 1.6rem 0 0;
	font-size: 0.6em;
	line-height: 1em;
}

			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
				.mv_sub {
					height: 200px;
				}
				.mv_sub > h1 {
					font-size: 7.2vw;
				}
				.mv_sub > h1 span.h1_sub {
					margin: 1.2rem 0 0;
					font-size: 0.75em;
				}

			}

/* footer
------------------------------------------------------------ */
footer {
  width: 100%;
  margin: 0 0 72px;
  padding: 2.8rem 0;
  background: rgba(68,68,68,1);
  color: #FFF;
}

footer > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
footer > .wrap > .box_l,
footer > .wrap > .box_c,
footer > .wrap > .box_r {
  width: 30%;
}
footer > .wrap > .box_l {
}
footer > .wrap > .box_l > h2 {
}
footer > .wrap > .box_l > h2 img {
  width: 140px;
}
footer > .wrap > .box_l > p.location {
  margin: 0.8rem 0 0;
  font-size: 0.9em;
}
footer > .wrap > .box_c {
}
footer > .wrap > .box_r {
}

footer > .wrap > .box_l > ul,
footer > .wrap > .box_c > ul,
footer > .wrap > .box_r > ul {
  list-style-type: none;
  margin: 0 0 0.8rem;
  padding: 0;
}
footer > .wrap > .box_l > ul li,
footer > .wrap > .box_c > ul li,
footer > .wrap > .box_r > ul li {
  position: relative;
  padding: 0 0 12px 20px;
  font-size: 0.9em;
  line-height: 1em;
}
footer > .wrap > .box_l > ul li a,
footer > .wrap > .box_c > ul li a,
footer > .wrap > .box_r > ul li a {
  color: #FFF;
  text-decoration: none;
}
footer > .wrap > .box_l > ul li::before,
footer > .wrap > .box_c > ul li::before,
footer > .wrap > .box_r > ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

footer > .copy {
  width: 100%;
  padding: 2rem 0 0;
  text-align: center;
}
footer > .copy > p {
	font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        footer > .wrap {
          width: 92%;
        }
        footer > .wrap > .box_l > ul li,
        footer > .wrap > .box_c > ul li,
        footer > .wrap > .box_r > ul li {
          padding: 0 0 24px 20px;
        }

			}
			@media screen and (max-width: 599px) {
        footer {
          padding: 2rem 0;
        }
        footer > .wrap {
          width: 100%;
        }
        footer > .wrap > .box_l,
        footer > .wrap > .box_c,
        footer > .wrap > .box_r {
          width: 100%;
        }
        footer > .wrap > .box_l {
          margin: 0 0 2rem;
          padding: 0 1rem;
        }
        footer > .wrap > .box_l > h2 img {
          width: 48%;
        }
        footer > .wrap > .box_l > ul,
        footer > .wrap > .box_c > ul,
        footer > .wrap > .box_r > ul {
          margin: 0;
        }
        footer > .wrap > .box_l > ul li,
        footer > .wrap > .box_c > ul li,
        footer > .wrap > .box_r > ul li {
          position: relative;
          padding: 0;
          line-height: 1em;
        }
        footer > .wrap > .box_l > ul li a,
        footer > .wrap > .box_c > ul li a,
        footer > .wrap > .box_r > ul li a {
          display: block;
          padding: 1rem 0 1rem 36px;
          border-top: 1px solid rgba(255,255,255,0.4);
        }
        footer > .wrap > .box_l > ul li::before,
        footer > .wrap > .box_c > ul li::before,
        footer > .wrap > .box_r > ul li::before {
          top: 22px;
          left: 12px;
        }

        footer > .copy {
          border-top: 1px solid rgba(255,255,255,0.4);
        }

			}

/* footer-fixed */
.footer-fixed {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100vw;
	height: 72px;
	background: #39B16A;
	box-shadow: 0 -2px 4px rgba(0,0,0,0.4);
}

.footer-fixed > .footer-fixed_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 960px;
	height: 72px;
  margin: 0 auto;
}
.footer-fixed_pc > .area_logo {
  margin: 0 auto 0 0;
}
.footer-fixed_pc > .area_logo > img {
  height: 36px;
}

.footer-fixed_pc > .area_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 1.6rem 0 0;
}
.footer-fixed_pc > .area_tel > p.num_tel {
  position: relative;
  padding: 0 0 0 40px;
	font-family: "Roboto", sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  color: #FFF;
}
.footer-fixed_pc > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../img/common/ico/ico_freedial_whi.svg") no-repeat;
}
.footer-fixed_pc > .area_tel > p.time_tel {
  margin: 0 0 0 0.6rem;
  padding: 0 0 0 0.6rem;
  border-left: 2px solid rgba(255,255,255,0.4);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFF;
}

.footer-fixed_pc > .btn_doc {
}
.footer-fixed_pc > .btn_doc a {
  position: relative;
  display: block;
  padding: 0.8rem 2.4rem 0.8rem 3.8rem;
	background: #39B16A;
  border: 2px solid #FFF;
  border-radius: 128px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  color: #FFF;
  text-decoration: none;
}
.footer-fixed_pc > .btn_doc a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  width: 68px;
  height: 60px;
  transform: translate(0, -50%);
  background: url("../img/common/ico/ico_doc.svg") no-repeat;
  background-size: cover;
}
.footer-fixed_pc > .btn_doc a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.footer-fixed_pc > .btn_doc a:hover {
	background: rgba(255,255,255,0.8);
	color: rgba(0,90,45,1);
}
.footer-fixed_pc > .btn_doc a:hover::after {
  border-top: 2px solid rgba(0,90,45,1);
  border-right: 2px solid rgba(0,90,45,1);
}

			@media screen and (min-width: 600px) {
        .footer-fixed_sp {display: none}

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .footer-fixed > .footer-fixed_pc {
          justify-content: space-between;
          width: 92%;
        }
        .footer-fixed_pc > .area_logo {display: none}
        .footer-fixed_pc > .area_tel {
          margin: 0;
        }

			}
			@media screen and (max-width: 599px) {
        .footer-fixed > .footer-fixed_pc {display: none}

        .footer-fixed_sp {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          width: 96%;
          height: 72px;
          margin: 0 auto;
        }

        .footer-fixed_sp > .btn_tel,
        .footer-fixed_sp > .btn_doc {
          width: 49%;
          height: 56px;
        }
        .footer-fixed_sp > .btn_tel a,
        .footer-fixed_sp > .btn_doc a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding: 0.3rem 0 0;
          background: #FFF;
          border-radius: 12px;
          filter: drop-shadow(0 3px 3px rgba(0,0,0,1));
          text-decoration: none;
        }

        .footer-fixed_sp > .btn_tel a {
          border: 2px solid rgba(173,45,90,1);
          color: rgba(173,45,90,1);
        }
        .footer-fixed_sp > .btn_tel a::before {
          position: absolute;
          content: "";
          top: 4px;
          left: 4px;
          width: 6.4vw;
          height: 6.4vh;
          background: url("../img/common/ico/ico_tel_pnk.svg") no-repeat;
        }
        .footer-fixed_sp > .btn_tel a > p {
          padding: 0 0 0 7.6vw;
          font-size: 6vw;
          font-weight: 600;
          line-height: 1em;
        }
        .footer-fixed_sp > .btn_tel a > p > span {
          letter-spacing: -0.06em;
        }
        .footer-fixed_sp > .btn_tel a > span {
          display: block;
          margin: 0.3rem 0 0;
          font-size: 3.2vw;
          font-weight: 600;
          line-height: 1em;
          letter-spacing: -0.04em;
          text-align: center;
        }

        .footer-fixed_sp > .btn_doc a {
          padding: 0 0 0 12vw;
          border: 2px solid rgba(38,93,126,1);
          color: rgba(38,93,126,1);
        }
        .footer-fixed_sp > .btn_doc a::before {
          position: absolute;
          content: "";
          top: 4px;
          left: -4px;
          width: 12vw;
          height: 5.5vh;
          background: url("../img/common/ico/ico_doc.svg") no-repeat;
          background-size: cover;
        }
        .footer-fixed_sp > .btn_doc a > p {
          font-size: 5.2vw;
          font-weight: 600;
          line-height: 1em;
          letter-spacing: -0.05em;
        }
        .footer-fixed_sp > .btn_doc a > p > span {
          letter-spacing: -0.3em;
        }
        .footer-fixed_sp > .btn_doc a > span {
          display: block;
          padding: 0.3rem 0 0.3rem;
          font-size: 3.2vw;
          font-weight: 600;
          line-height: 1em;
        }

			}

/* cta
------------------------------------------------------------ */
.cta {
  background: rgba(230,239,235,1);
}
.cta > .cta_pc {
  width: 960px;
  margin: 0 auto;
  padding: 1.6rem 0;
}

.cta_pc > .area_tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.6rem;
  background: #FFF;
}
.cta_pc > .area_tel > .box_l {
}
.cta_pc > .area_tel > .box_l > h3 {
  font-size: 1.8em;
  color: rgba(38,93,126,1);
}
.cta_pc > .area_tel > .box_l > p {
  font-size: 1.5em;
  font-weight: 600;
  color: rgba(38,93,126,1);
}
.cta_pc > .area_tel > .box_r {
  text-align: center;
}
.cta_pc > .area_tel > .box_r > p.num_tel {
  position: relative;
  padding: 0 0 0 56px;
	font-family: "Roboto", sans-serif;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1em;
  color: rgba(173,45,90,1);
}
.cta_pc > .area_tel > .box_r > p.num_tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.cta_pc > .area_tel > .box_r > p.txt_hours {
  margin: 0.4rem 0 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  color: rgba(38,93,126,1);
}

.cta_pc > .area_doc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1.6rem 0 0;
  padding: 0 1.6rem;
}
.cta_pc > .area_doc > .box_l {
  margin: 0 2.4rem 0 0;
  text-align: right;
}
.cta_pc > .area_doc > .box_l > h3 {
  display: flex;
  align-items: center;
  font-size: 1.6em;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.cta_pc > .area_doc > .box_l > h3 > span {
  display: inline-block;
  margin: 0.2rem 0.4rem 0 0;
  padding: 0.2rem 0.2rem;
  border: 2px solid rgba(38,93,126,1);
  font-size: 0.75em;
  border-radius: 4px; 
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.cta_pc > .area_doc > .box_l > p {
  margin: 0.4rem 0 0;
  font-weight: 500;
  line-height: 1em;
  color: rgba(38,93,126,1);
}
.cta_pc > .area_doc > .btn_doc {
}
.cta_pc > .area_doc > .btn_doc a {
  position: relative;
  display: block;
  padding: 1rem 4.2rem 1rem 7.4rem;
  background: rgba(230,239,235,1);
  border: 2px solid rgba(38,93,126,1);
  border-radius: 160px;
  line-height: 1em;
  color: rgba(38,93,126,1);
  text-decoration: none;
}
.cta_pc > .area_doc > .btn_doc a::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 4px;
  width: 106px;
  height: 90px;
  background: url("../img/common/ico/ico_doc.svg") no-repeat;
  background-size: cover;
}
.cta_pc > .area_doc > .btn_doc a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}
.cta_pc > .area_doc > .btn_doc a:hover {
  background: #FFF;
}
.cta_pc > .area_doc > .btn_doc a > p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}
.cta_pc > .area_doc > .btn_doc a > p span {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.8em;
  line-height: 1em;
}

			@media screen and (min-width: 600px) {
        .cta > .cta_sp {display: none}

			}
			@media screen and (max-width: 1020px) {


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .cta > .cta_pc {
          width: 92%;
        }

        .cta_pc > .area_tel > .box_l > h3 {
          font-size: 1.5em;
        }
        .cta_pc > .area_tel > .box_l > p {
          font-size: 1.2em;
        }
        .cta_pc > .area_tel > .box_r > p.num_tel {
          padding: 0 0 0 56px;
          font-size: 2.8em;
        }

        .cta_pc > .area_doc > .box_l > h3 {
          font-size: 1.4em;
        }

			}
			@media screen and (max-width: 599px) {
        .cta > .cta_pc {display: none}

        .cta > .cta_sp {
          width: 92%;
          margin: 0 auto;
          padding: 1.6rem 0;
        }
        .cta_sp > .line_middle {
          margin: 1.2rem auto;
          width: 40%;
          height: 2px;
          background: rgba(255,255,255,0.6);
        }

        .cta_sp > h3.hd1_tel,
        .cta_sp > h3.hd1_doc {
          color: rgba(38,93,126,1);
          text-align: center;
        }
        .cta_sp > p.hd2_tel,
        .cta_sp > p.hd2_doc {
          margin: 0 0 0.8rem;
          font-weight: 600;
          color: rgba(38,93,126,1);
          text-align: center;
        }
        .cta_sp > h3.hd1_tel {
          font-size: 6.8vw;
        }
        .cta_sp > p.hd2_tel {
          font-size: 5.2vw;
        }
        .cta_sp > h3.hd1_doc {
          margin: 1rem 0 0;
          font-size: 6.4vw;
        }
        .cta_sp > p.hd2_doc {
          font-size: 4.8vw;
        }

        .cta_sp > .btn_tel,
        .cta_sp > .btn_doc {
        }
        .cta_sp > .btn_tel a,
        .cta_sp > .btn_doc a {
          display: block;
          width: 92%;
          margin: 0 auto;
          padding: 0.8rem 0;
          border-radius: 256px;
          text-decoration: none;
        }
        .cta_sp > .btn_tel a {
          background: linear-gradient(0deg, rgba(130,36,69,1) 0%, rgba(173,45,90,1) 100%);
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
          color: #FFF;
        }
        .cta_sp > .btn_tel a > p {
          position: relative;
          padding: 0 0 0 9.6vw;
          font-size: 9.6vw;
          font-weight: 600;
          line-height: 1em;
          text-align: center;
        }
        .cta_sp > .btn_tel a > p span.narrow {
          letter-spacing: -0.07em;
        }
        .cta_sp > .btn_tel a > p::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 9.2vw;
          transform: translate(0, -50%);
          width: 9.6vw;
          height: 9.6vw;
          background: url("../img/common/ico/ico_tel_whi.svg") no-repeat;
          background-size: cover;
        }
        .cta_sp > .btn_tel a > span {
          display: block;
          margin: 0.3rem 0 0;
          font-size: 4.4vw;
          font-weight: 500;
          text-align: center;
        }

        .cta_sp > .btn_doc a {
          position: relative;
          padding-left: 22vw;
          background: rgba(230,239,235,1);
          border: 2px solid rgba(38,93,126,1);
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
        }
        .cta_sp > .btn_doc a > p {
          font-size: 7.6vw;
          font-weight: 600;
          line-height: 1em;
          color: rgba(38,93,126,1);
        }
        .cta_sp > .btn_doc a > p span.narrow {
          letter-spacing: -0.2em;
        }
        .cta_sp > .btn_doc a > span {
          display: block;
          margin: 0 0 0.4rem;
          font-size: 4.8vw;
          font-weight: 600;
          line-height: 1em;
          color: rgba(38,93,126,1);
        }
        .cta_sp > .btn_doc a::before {
          position: absolute;
          content: "";
          top: 4px;
          left: -14px;
          width: 24vw;
          height: 20vw;
          background: url("../img/common/ico/ico_doc.svg") no-repeat;
          background-size: cover;
        }
        .cta_sp > .btn_doc a::after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          transform: translate(0, -50%) rotate(45deg);
          width: 14px;
          height: 14px;
          border-top: 2px solid rgba(38,93,126,1);
          border-right: 2px solid rgba(38,93,126,1);
        }

			}

/* cta_mv */
.cta_mv {
  background: rgba(230,239,235,1);
}
			@media screen and (min-width: 600px) {
        .cta_mv {display: none}

			}
			@media screen and (max-width: 599px) {
        .cta_mv > .cta_mv_sp {
          position: relative;
          width: 92%;
          margin: 0 auto;
          padding: 1.6rem 0;
        }
/*
        .cta_mv > .cta_mv_sp::before {
          position: absolute;
          content: "";
          top: -32px;
          left: 50%;
          transform: translate(-50%, 0);
          border-right: 40px solid transparent;
          border-bottom: 32px solid rgba(230,239,235,1);
          border-left: 40px solid transparent; 
        }
*/

        .cta_mv_sp > h3.hd1_tel {
          font-size: 6.8vw;
          color: rgba(38,93,126,1);
          text-align: center;
        }
        .cta_mv_sp > p.hd2_tel {
          margin: 0 0 0.8rem;
          font-size: 5.2vw;
          font-weight: 600;
          color: rgba(38,93,126,1);
          text-align: center;
        }

        .cta_mv_sp > .btn_tel a {
          display: block;
          width: 92%;
          margin: 0 auto;
          padding: 0.8rem 0;
          background: linear-gradient(0deg, rgba(130,36,69,1) 0%, rgba(173,45,90,1) 100%);
          border-radius: 256px;
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
          color: #FFF;
          text-decoration: none;
        }
        .cta_mv_sp > .btn_tel a > p {
          position: relative;
          padding: 0 0 0 9.6vw;
          font-size: 9.6vw;
          font-weight: 600;
          line-height: 1em;
          text-align: center;
        }
        .cta_mv_sp > .btn_tel a > p span.narrow {
          letter-spacing: -0.07em;
        }
        .cta_mv_sp > .btn_tel a > p::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 9.2vw;
          transform: translate(0, -50%);
          width: 9.6vw;
          height: 9.6vw;
          background: url("../img/common/ico/ico_tel_whi.svg") no-repeat;
          background-size: cover;
        }
        .cta_mv_sp > .btn_tel a > span {
          display: block;
          margin: 0.3rem 0 0;
          font-size: 4.4vw;
          font-weight: 500;
          text-align: center;
        }

			}

/* header
------------------------------------------------------------ */
header.header_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2rem 0 0;
  background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
}

header.header_pc > .area_logo {
  height: 100%;
}
header.header_pc > .area_logo a {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 1rem 0 0;
  padding: 0 2rem 0;
  background: #39B16A;
}
header.header_pc > .area_logo a > img {
  display: block;
  height: 40px;
}
header.header_pc > p {
  margin: 0 auto 0 0;
  font-size: 0.75em;
  line-height: 1.2em;
}

header.header_pc > .area_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 1.6rem 0 0;
}
header.header_pc > .area_tel > p.num_tel {
  position: relative;
  padding: 0 0 0 40px;
	font-family: "Roboto", sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  color: rgba(173,45,90,1);
}
header.header_pc > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../img/common/ico/ico_freedial_pnk.svg") no-repeat;
}
header.header_pc > .area_tel > p.time_tel {
  margin: 0 0 0 0.6rem;
  padding: 0 0 0 0.6rem;
  border-left: 2px solid rgba(173,45,90,0.4);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(173,45,90,1);
}

header.header_pc > .btn_doc {
}
header.header_pc > .btn_doc a {
  position: relative;
  display: block;
  padding: 0.8rem 2.2rem 0.8rem 4.4rem;
	background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
  border: 2px solid rgba(173,45,90,1);
  border-radius: 128px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
	color: rgba(173,45,90,1);
  text-decoration: none;
}
header.header_pc > .btn_doc a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  width: 74px;
  height: 64px;
  transform: translate(0, -50%);
  background: url("../img/common/ico/ico_doc.svg") no-repeat;
  background-size: cover;
}
header.header_pc > .btn_doc a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(173,45,90,1);
  border-right: 2px solid rgba(173,45,90,1);
}
header.header_pc > .btn_doc a:hover {
	background: rgba(173,45,90,0.8);
	color: #FFF;
}
header.header_pc > .btn_doc a:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

			@media screen and (min-width: 600px) {
        header.header_sp {display: none}

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        header.header_pc {
          padding: 0 1rem 0 0;
        }
        header.header_pc > .area_logo {
          margin: 0 auto 0 0;
        }
        header.header_pc > p {display: none}
        header.header_pc > .btn_doc {display: none}

			}
			@media screen and (max-width: 599px) {
        header.header_pc {display: none}
        header.header_sp {
          display: flex;
          align-items: center;
          height: 60px;
          background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
        }
        header.header_sp > .area_logo a {
          display: flex;
          align-items: center;
          height: 60px;
          padding: 0 0.6rem 0;
          background: #39B16A;
        }
        header.header_sp > .area_logo a > img {
          height: 7.2vw;
        }
        header.header_sp > p {
          padding: 0 0 0 0.4rem;
          font-size: 2.8vw;
          line-height: 1.4em;
          letter-spacing: -0.05em;
        }
        header.header_sp > .btn_company {
          margin: 0 56px 0 auto;
        }
        header.header_sp > .btn_company a {
          display: block;
          width: 48px;
          height: 48px;
          text-decoration: none;
        }
        header.header_sp > .btn_company a > img {
          width: 28px;
          height: 28px;
          margin: 0 auto 0.2rem;
        }
        header.header_sp > .btn_company a > p {
          font-size: 3vw;
          font-weight: 600;
          line-height: 1em;
          color: #39B16A;
          text-align: center;
        }

			}

/* gnav
------------------------------------------------------------ */
.gnav {
  width: 100%;
  height: 64px;
  background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
}
.gnav > nav > ul.gnav_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 960px;
  height: 64px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.gnav_pc > li {
  width: calc(100% / 7);
}
ul.gnav_pc > li a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 64px;
  padding: 2.4rem 0 0.8rem;
  text-decoration: none;
}
ul.gnav_pc > li a.urgent {
  background: linear-gradient(0deg, rgba(132,11,54,1) 0%, rgba(173,45,90,1) 100%);
  color: #FFF;
}
ul.gnav_pc > li a:hover {
  background: linear-gradient(0deg, rgba(216,216,216,1) 0%, rgba(248,248,248,1) 100%);
  color: rgba(51,51,51,1);
}
ul.gnav_pc > li a.urgent:hover {
  background: linear-gradient(0deg, rgba(72,3,28,1) 0%, rgba(132,11,54,1) 100%);
  color: #FFF;
}

ul.gnav_pc > li a > p {
  position: relative;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
}
ul.gnav_pc > li a > p::before {
  position: absolute;
  content: "";
  top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
}
ul.gnav_pc > li a > p.reason::before {background: url("../img/common/ico/ico_nav_reason_gla.svg") no-repeat;}
ul.gnav_pc > li a > p.news::before {background: url("../img/common/ico/news.svg") no-repeat;}
ul.gnav_pc > li a > p.plan::before {background: url("../img/common/ico/ico_nav_plan_gla.svg") no-repeat;}
ul.gnav_pc > li a > p.hall::before {background: url("../img/common/ico/ico_nav_hall_gla.svg") no-repeat;}
ul.gnav_pc > li a > p.gojo::before {background: url("../img/common/gojo-icon.svg") center / contain no-repeat;}
ul.gnav_pc > li a > p.about::before {background: url("../img/common/ico/ico_nav_company_gla.svg") no-repeat;}
ul.gnav_pc > li a > p.urgent::before {background: url("../img/common/ico/ico_nav_urgent_whi.svg") no-repeat;}

			@media screen and (min-width: 600px) {
        .gnav > nav > ul.gnav_sp {display: none;}

			}
			@media screen and (max-width: 1020px) {

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 
        .gnav > nav > ul.gnav_pc {
          width: 100%;
        }

			}
			@media screen and (max-width: 599px) {
        .gnav > nav > ul.gnav_pc {display: none;}
        .gnav > nav > ul.gnav_sp {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          width: 100%;
          height: 64px;
          margin: 0 auto;
          padding: 0;
          list-style-type: none;
        }
        ul.gnav_sp > li {
          width: 25%;
          height: 64px;
        }
        ul.gnav_sp > li a {
          display: flex;
          justify-content: center;
          align-items: stretch;
          width: 100%;
          height: 64px;
          padding: 2.4rem 0 0;
          text-decoration: none;
        }
        ul.gnav_sp > li a.urgent {
          background: linear-gradient(0deg, rgba(132,11,54,1) 0%, rgba(173,45,90,1) 100%);
          color: #FFF;
        }
        ul.gnav_sp > li a > p {
          position: relative;
          font-size: 3.4vw;
          font-weight: 600;
          line-height: 1em;
        }
        ul.gnav_sp > li a > p::before {
          position: absolute;
          content: "";
          top: -28px;
          left: 50%;
          transform: translate(-50%, 0);
          width: 18px;
          height: 18px;
        }
        ul.gnav_sp > li a > p.reason::before {background: url("../img/common/ico/ico_nav_reason_gla.svg") no-repeat;}
        ul.gnav_sp > li a > p.plan::before {background: url("../img/common/ico/ico_nav_plan_gla.svg") no-repeat;}
        ul.gnav_sp > li a > p.hall::before {background: url("../img/common/ico/ico_nav_hall_gla.svg") no-repeat;}
        ul.gnav_sp > li a > p.urgent::before {background: url("../img/common/ico/ico_nav_urgent_whi.svg") no-repeat;}

			}

/* policy
------------------------------------------------------------ */
.policy {
  
}
.policy > .wrap_policy {
  width: 960px;
  margin: 0 auto;
}

.wrap_policy > p {
  line-height: 2em;
}
.wrap_policy > ol {
  margin: 1rem 0;
  padding: 0 1rem;
}
.wrap_policy > ol > li {
  padding: 0 0 0.6rem;
}
.wrap_policy > ol > li:last-child {
  padding: 0;
}
.wrap_policy > dl {
}
.wrap_policy > dl dt,
.wrap_policy > dl dd {
}
.wrap_policy > dl dt {
  margin: 2.4rem 0 0.8rem;
  font-size: 1.2em;
}
.wrap_policy > dl dd {
  line-height: 2em;
}
.wrap_policy > dl dd > ul {
  margin: 1rem 0;
  padding: 0 1rem;
}
.wrap_policy > dl dd > ul > li {
  padding: 0 0 0;
}
.wrap_policy > dl dd > ul > li:last-child {
  padding: 0;
}

.btn_back {
}
.btn_back a {
  position: relative;
  display: block;
  width: 40%;
  margin: 4rem auto 0;
  padding: 1rem 2rem;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 128px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.btn_back a:hover {
  background: rgba(38,93,126,0.4);
}
.btn_back a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0,98,44,1);
  border-right: 2px solid rgba(0,98,44,1);
}

			@media screen and (min-width: 1020px) {

			}
			@media screen and (max-width: 1020px) {
        .policy > .wrap_policy {
          width: 92%;
        }

			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 

			}
			@media screen and (max-width: 599px) {
        .btn_back a {
          width: 80%;
        }

			}

/* inquiry
------------------------------------------------------------ */
.inquiry {
  
}

.inquiry > .hd_inquiry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 720px;
  height: 136px;
  margin: 0 auto 2rem;
  background: rgba(249,240,240,1);
}
.hd_inquiry > img {
  width: 20%;
  height: 100%;
  object-fit: cover;
}
.hd_inquiry > .content {
  width: 80%;
  padding: 1.6rem 1.6rem;
}
.hd_inquiry > .content > h2 {
  margin: 0 0 1rem;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}
.hd_inquiry > .content > .area_tel {
  display: flex;
  align-items: center;
  margin: 0.4rem 0 0;
}
.hd_inquiry > .content > .area_tel > p.num_tel {
  position: relative;
  padding: 0 0 0 52px;
	font-family: "Roboto", sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: rgba(173,45,90,1);
}
.hd_inquiry > .content > .area_tel > p.num_tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/common/ico/ico_freedial_blu.svg") no-repeat;
  background-size: cover;
}
.hd_inquiry > .content > .area_tel > p.txt_hours {
  margin: 0 0 0 0.8rem;
  padding: 0.2rem 0.8rem;
  background: rgba(173,45,90,1);
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2em;
  color: #FFF;
}

      @media screen and (min-width: 600px) {
        .hd_inquiry > .content > .btn_tel {display: none;}

			}
			@media screen and (max-width: 1020px) {
        .inquiry > .hd_inquiry {
          width: 92%;
        }


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 


			}
			@media screen and (max-width: 599px) {
        .inquiry > .hd_inquiry {
          height: auto;
        }
        .hd_inquiry > img {
          width: 100%;
          height: 128px;
          object-position: 50% 20%;
          order: 1;
        }
        .hd_inquiry > .content {
          width: 100%;
          padding: 1rem 1rem;
          order: 2;
        }
        .hd_inquiry > .content > h2 {
          font-size: 1.4em;
          text-align: center;
        }




        .hd_inquiry > .content > .area_tel {display: none;}
        .hd_inquiry > .content > .btn_tel {
        }
        .hd_inquiry > .content > .btn_tel a {
          display: block;
          width: 100%;
          margin: 0.4rem auto 0;
          padding: 1rem 0;
          border-radius: 256px;
          background: linear-gradient(0deg, rgba(130,36,69,1) 0%, rgba(173,45,90,1) 100%);
          filter: drop-shadow(0 4px 4px rgba(0,0,0,0.6));
          color: #FFF;
          text-decoration: none;
        }
        .hd_inquiry > .content > .btn_tel a > p {
          position: relative;
          padding: 0 0 0 36px;
          font-size: 2.2em;
          font-weight: 600;
          line-height: 1em;
          text-align: center;
        }
        .hd_inquiry > .content > .btn_tel a > p span.narrow {
          letter-spacing: -0.07em;
        }
        .hd_inquiry > .content > .btn_tel a > p::before {
          position: absolute;
          content: "";
          top: 50%;
          left: 36px;
          transform: translate(0, -50%);
          width: 32px;
          height: 32px;
          background: url("../img/common/ico/ico_tel_whi.svg") no-repeat;
          background-size: cover;
        }
        .hd_inquiry > .content > .btn_tel a > span {
          display: block;
          margin: 0.2rem 0 0;
          font-size: 0.9em;
          font-weight: 500;
          text-align: center;
        }

			}



.inquiry > .wrap_inquiry {
  width: 720px;
  margin: 0 auto;
}
.wrap_inquiry > p {
  margin: 0 0 1cqi;
  text-align: center;
}
.wrap_inquiry h3 {
  margin: 1.6rem 0;
  padding: 0 0 0.6rem;
  border-bottom: 2px solid rgba(132,183,213,1);
}


dl.dl_inquiry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1.6rem;
}
dl.dl_inquiry dt,
dl.dl_inquiry dd {
  padding: 1rem 0;
}
dl.dl_inquiry dt {
  width: 30%;
}
dl.dl_inquiry dd {
  width: 66%;
}
dl.dl_inquiry dd > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl.dl_inquiry dd > ul li {
  margin: 0 1.6rem 0 0;
}


dl.dl_estimate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
dl.dl_estimate dt,
dl.dl_estimate dd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}
dl.dl_estimate dt {
  width: 30%;
}
dl.dl_estimate dd {
  width: 70%;
}
dl.dl_estimate dd h4 {
  width: 70%;
  margin: 0 0 0.4rem;
}


span.label {
  position: relative;
  padding: 0 0 0 20px;
}
span.label::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: rgba(132,183,213,1);
  border-radius: 50%;
}

span.required {
  display: inline-block;
  margin: 0 0 0 0.4rem;
  padding: 0.3rem 0.4rem;
  background: rgba(173,45,90,1);
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 0.8em;
  color: #FFF;
}


/* inquiry-questions */
.inquiry-questions {
  height: 200px;
}


/* 回答方法 */
.answer-type {
  display: block;
}
.answer-type .wpcf7-list-item {
  background-color: #efefef;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-top: 0.6rem;
}


/* text-zip */
.text-zip {
  width: 100px !important;
}


/* textarea-other */
.textarea-other {
  height: 80px;
}


/* policy */
.area_policy {
  padding: 1rem 0;
}
.box_policy {
  width: 100%;
  height: 160px;
  margin: 0.4rem 0 0;
  padding: 1rem 1rem;
  border: 1px solid #CCC;
  overflow-y: scroll;
}
.box_policy h2 {
  margin: 0 0 0.4rem;
  font-size: 0.9em;
  font-weight: 500;
}
.box_policy p {
  font-size: 0.9em;
  line-height: 1.6em;
}
.box_policy ul,
.box_policy ol {
  margin: 0;
  padding: 0 1.4em;
}
.box_policy ul li,
.box_policy ol li {
  font-size: 0.9em;
}
.box_policy ul li {
  list-style-type: disc;
  margin-left: 1rem;
}

/* btns */
.area_btn_inquiry {
  width: 100%;
  margin: 2rem 0 0;
}
.area_btn_inquiry input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 60%;
  padding: 0.8rem 0rem;
  text-align: center;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 128px;
  font-weight: 500;
  color: rgba(38,93,126,1);
}



/* input text, input textarea */
.wrap_inquiry input[type="text"],
.wrap_inquiry textarea {
  width: 100%;
  padding: 0.4rem 0.8rem;
  background: #FFF;
  border: 1px solid #CCC;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
.wrap_inquiry input[type="text"]:focus,
.wrap_inquiry textarea:focus {
  outline: 2px solid #CCC;
  background: #F9FEFC;
}
.wrap_inquiry input[type="text"]:placeholder,
.wrap_inquiry textarea::placeholder {
  color: #999;
}

/* input checkbox */
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
input[type="checkbox"] + span {
  position: relative;
  display: flex; /*円とテキストを横並びにする*/
  align-items: center; /*円とテキストを中央揃えにする*/
  cursor: pointer;
}
input[type="checkbox"] + span::before {
  display: block;
  content: "";
  border: 1px solid #CCC;
  width: 16px;
  height: 16px;
  margin-right: 0.4rem; /*円とテキストの間隔はここで調節*/
}
input[type="checkbox"] + span::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 4px;
}
input[type="checkbox"]:checked + span::after { /*:checkedを追加する*/
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 4px;
  background: #005A2D;
}

/* input radio */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
input[type="radio"] + span {
  position: relative;
  display: flex; /*円とテキストを横並びにする*/
  align-items: center; /*円とテキストを中央揃えにする*/
  cursor: pointer;
}
input[type="radio"] + span::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #CCC;
  background: #FFF;
  width: 16px;
  height: 16px;
  margin-right: 0.4rem; /*円とテキストの間隔はここで調節*/
}
input[type="radio"] + span::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 4px;
}
input[type="radio"]:checked + span::after { /*:checkedを追加する*/
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 4px;
  background: #005A2D;
}

/* select */
select{
  width: 250px;
  padding: 5px;
  border: 1px solid #CCC;
}


			@media screen and (min-width: 1020px) {


			}
			@media screen and (max-width: 1020px) {
        .inquiry > .wrap_inquiry {
          width: 92%;
        }


			}
			@media only screen and (max-width: 1020px) and (min-width: 600px) { 


			}
			@media screen and (max-width: 599px) {
        dl.dl_inquiry dt,
        dl.dl_inquiry dd {
          width: 100%;
        }
        dl.dl_inquiry dt {
          padding: 1.6rem 0 0.4rem;
        }
        dl.dl_inquiry dd {
          padding: 0 0 0;
        }

        dl.dl_estimate dt,
        dl.dl_estimate dd {
          width: 100%;
        }
        dl.dl_estimate dt {
          padding: 1.6rem 0 0.4rem;
          border-bottom: none;
        }
        dl.dl_estimate dd {
          padding: 0.4rem 0 1.6rem;
        }

        input[type="submit"] {
          width: 92%;
        }

			}

















/* news
------------------------------------------------------------ */
h1.hdSecGen {
  margin: 0 auto 2.4rem;
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  color: rgba(38,93,126,1);
  text-align: center;
}
h1.hdSecGen > span {
  position: relative;
}
h1.hdSecGen > span::before {
  left: -152px;
}
h1.hdSecGen > span::after {
  right: -152px;
}
h1.hdSecGen > span::before,
h1.hdSecGen > span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  width: 128px;
  height: 2px;
  background: rgba(38,93,126,1);
}
.news-top,
.news-archive,
.news-single {
  background: rgba(246,243,238,1);
}
.wrap_news-list,
.wrap_news-single,
.news-single-nav {
  width: 960px;
  margin: 0 auto;
}
.wrap_news-list {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(38,93,126,0.08);
}
.panel_news {
  background: #FFF;
  border-bottom: 1px solid rgba(38,93,126,0.14);
}
.panel_news:last-child {
  border-bottom: none;
}
.panel_news a {
  position: relative;
  display: block;
  padding: 1.4rem 4rem 1.4rem 2rem;
  color: rgba(51,51,51,1);
  text-decoration: none;
}
.panel_news a:hover {
  background: rgba(38,93,126,0.06);
  color: rgba(51,51,51,1);
}
.panel_news a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}
.wrap_news-list--top .panel_news a {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 1.2rem;
}
.panel_news .meta,
.news-single .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
  margin: 0 0 0.6rem;
}
.wrap_news-list--top .panel_news .meta {
  margin: 0;
}
.panel_news .meta time,
.news-single .meta time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(38,93,126,1);
}
.panel_news .meta span,
.news-single .meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6em;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(38,93,126,0.12);
  color: rgba(38,93,126,1);
  font-size: 0.82em;
  font-weight: 700;
}
.panel_news h2,
.panel_news h3 {
  margin: 0;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.7em;
}
.panel_news p {
  margin: 0.6rem 0 0;
  color: rgba(51,51,51,0.74);
  line-height: 1.8em;
}
.detail_news a {
  position: relative;
  display: block;
  width: 320px;
  margin: 2.4rem auto 0;
  padding: 0.9rem 0;
  background: #FFF;
  border: 2px solid rgba(38,93,126,1);
  border-radius: 56px;
  font-weight: 500;
  color: rgba(38,93,126,1);
  text-align: center;
  text-decoration: none;
}
.detail_news a:hover {
  background: rgba(38,93,126,0.1);
}
.detail_news a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(38,93,126,1);
  border-right: 2px solid rgba(38,93,126,1);
}
.news-empty {
  width: 960px;
  margin: 0 auto;
  padding: 2rem;
  background: #FFF;
  border-radius: 8px;
  text-align: center;
}
.pagination_news {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2.4rem auto 0;
}
.pagination_news .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.8rem;
  border: 1px solid rgba(38,93,126,0.35);
  border-radius: 999px;
  background: #FFF;
  color: rgba(38,93,126,1);
  font-weight: 700;
  text-decoration: none;
}
.pagination_news .page-numbers.current,
.pagination_news .page-numbers:hover {
  background: rgba(38,93,126,1);
  color: #FFF;
}
.wrap_news-single {
  padding: 3rem 4rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(38,93,126,0.08);
}
.news-single h1 {
  margin: 0 0 2rem;
  padding: 0 0 1.4rem;
  border-bottom: 1px solid rgba(38,93,126,0.16);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6em;
  color: rgba(38,93,126,1);
}
.news-single__body {
  line-height: 2em;
}
.news-single__body > * + * {
  margin-top: 1.2rem;
}
.news-single__body h2,
.news-single__body h3,
.news-single__body h4 {
  margin: 2rem 0 1rem;
  font-weight: 700;
  line-height: 1.6em;
  color: rgba(38,93,126,1);
}
.news-single__body h2 {
  padding: 0 0 0.6rem;
  border-bottom: 2px solid rgba(38,93,126,0.18);
  font-size: 1.5em;
}
.news-single__body h3 {
  font-size: 1.25em;
}
.news-single__body ul,
.news-single__body ol {
  padding-left: 1.5em;
}
.news-single__body a {
  color: rgba(38,93,126,1);
}
.news-single-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.news-single-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(38,93,126,0.35);
  border-radius: 999px;
  background: #FFF;
  color: rgba(38,93,126,1);
  font-weight: 700;
  text-decoration: none;
}
.news-single-nav a:hover,
.news-single-nav a.back {
  background: rgba(38,93,126,1);
  color: #FFF;
}
.news-single-nav .next {
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .wrap_news-list,
  .wrap_news-single,
  .news-single-nav,
  .news-empty {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  h1.hdSecGen {
    margin: 0 auto 1.6rem;
    font-size: 8.4vw;
  }
  h1.hdSecGen > span::before {
    left: -48px;
  }
  h1.hdSecGen > span::after {
    right: -48px;
  }
  h1.hdSecGen > span::before,
  h1.hdSecGen > span::after {
    width: 32px;
  }
  .wrap_news-list--top .panel_news a {
    display: block;
  }
  .panel_news a {
    padding: 1.1rem 3rem 1.1rem 1.1rem;
  }
  .panel_news a::after {
    right: 1.2rem;
  }
  .wrap_news-list--top .panel_news .meta,
  .panel_news .meta,
  .news-single .meta {
    margin: 0 0 0.5rem;
  }
  .panel_news h2,
  .panel_news h3 {
    font-size: 1em;
  }
  .panel_news p {
    font-size: 0.9em;
  }
  .detail_news a {
    width: 92%;
    margin-top: 1.6rem;
  }
  .wrap_news-single {
    padding: 1.6rem 1.2rem;
  }
  .news-single h1 {
    margin-bottom: 1.4rem;
    padding-bottom: 1rem;
    font-size: 1.45em;
  }
  .news-single-nav {
    grid-template-columns: 1fr;
  }
  .news-single-nav .prev,
  .news-single-nav .next {
    text-align: center;
  }
  .news-single-nav a {
    width: 100%;
  }
}

.wp-block-embed-youtube {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.wp-block-embed-youtube iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
@media (min-width:600px) {
  .header-wrapper{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
  }
  .header-wrapper + *{
    margin-top: 144px;
  }
}


@media (min-width:600px) and (max-width:1440px){
  header.header_pc > .btn_doc a{
    font-size: 1em;
    padding: 0.8rem 1.6rem 0.8rem 4.4rem;
  }
  header.header_pc > .btn_doc {
    flex-shrink: 0;
    min-width: 250px;
  }

  
  header.header_pc > .area_tel > p.num_tel{
    font-size: 2em;
  }
}

@media (min-width:600px) and (max-width:920px){
  ul.gnav_pc > li a > p{
    font-size: .5em;
  }
}
