@charset "UTF-8";

@font-face {
   font-family: noto;
   src: url('wf/NotoSansJP-Regular.otf') format("opentype");
}
@font-face {
   font-family: noto-m;
   src: url('wf/NotoSansJP-Medium.otf') format("opentype");
}
@font-face {
   font-family: noto-l;
   src: url('wf/NotoSansJP-Light.otf') format("opentype");
}
@font-face {
   font-family: shippori;
   src: url('wf/ShipporiMincho-Regular.ttf') format("truetype");
}
.text_green{
    color: #049898;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
body{
	padding: 0;
}
div{
	padding: 0;
}


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

body{
/*	background: pink; */
}

.header{
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    font-size: 10px;
    height: 30px;
    position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.header img{
	display: block;
	height: 80%;
}
.header__div1{
    width:44%;
    display: flex;
  align-items: center;
	line-height: 30px;
  background: #fff;
  padding-left: 5px;
  border-right: solid 1px #F2F2F2;
}
.header__div2{
    color: #333333;
    width:26%;
	line-height: 30px;
  background: #fff;
  cursor: pointer;
    text-decoration: none;
}
.header__div3{
    text-decoration: none;
  cursor: pointer;
    width:30%;
	background: rgb(180,180,180);
	background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}
.header .div1:hover{
	cursor: pointer;
}
.header .div2:hover{
	cursor: pointer;
}
.header .div3:hover{
	cursor: pointer;
}

.mainv{
	position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	top: -30px;
    width: 100%;
    height: 340px;
	overflow: hidden;
    color: #ffffff;
	background: #fff
}
.mainv .img1{
    min-width: 800px;
	width: 100%;
    object-fit: cover;
	object-position: -120px -30px;
}
.mainv__img2{
	position: absolute;
	width: 200px;
	right: -15px;
	bottom: 0px;
	overflow: hidden;
}
.mainv__img3{
	position: absolute;
	width: 140px;
	left: 0px;
	overflow: hidden;
}
.mainv .div1{
	position: absolute;
	width: 180px;
	right: -15px;
	font-weight: bold;
	color: #000;
	top: 80px;
    left: 30px;
	font-size: 10px;
}
.mainv__div2{
	position: absolute;
	width: 178px;
	font-weight: bold;
	font-size: 22px;
	color: #049898;
	top: 120px;
    left: 30px;
}
.mainv__div3{
	    position: absolute;
    width: 210px;
    font-weight: bold;
    color: #049898;
    left: 30px;
    top: 220px;
}
.mainv__div4{
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background: #1BAFAF;
	bottom: 0px;
	height: 40px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.div4__child2{
    text-decoration: none;
	color: #049898;
    background: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 10px;
}
.nayami__wrap{
    position: relative;
    top: -30px;
    background: #F2F2F2;
    padding-top: 20px;
}
.nayami{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F2F2F2;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
}
.nayami img{
    height: 100%;
    padding: 5px;
}
.nayami__div1{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.nayami__div2{
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.nayami__div2__left{
    width: 70%;
}
.nayami__div2__right{
    width: 20%;
    height: 60px;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 60px solid #FFF;
    border-right: 60px solid #FFF;
    border-top: 30px solid #F2F2F2;
    position: absolute;
    bottom: -30px;
}
.soudan{
    z-index: -1;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    top: -30px;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
}
.soudan__div1{
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}
.soudan__div2{
    margin-top: 15px;
    font-size: 10px;
    font-weight: bold;
}
.houkaisei{
    z-index: -1;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    top: -30px;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
}
.houkaisei__bk{
    position: absolute;
    background: #ECF5F4;
    height: 140px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.houkaisei__wrap{
    border: 2px solid #1BAFAF;
    border-radius: 4px;
    width: 100%;
    padding: 28px 15px;
    padding-top: 28px;
    background: #fff;
}
.houkaisei__midasi{
    position: absolute;
    color: #fff;
    top: -10px;
    left: 0px;
    width: 100%;
}
.houkaisei__midasi__div{
    font-weight: bold;
    background: #1BAFAF;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 8px;
}
.houkaisei__div1{
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.houkaisei__div1__left{
    width: 20%;
}
.houkaisei__div1__left img{
    width: 100%;
}
.houkaisei__div1__right{
    width: 68%;
    background: #F2F2F2;
    padding: 8px;
    border-radius: 4px;
    font-size: 11px;
    word-break: break-all;
}
.houkaisei__div2{
    color: #CC212E;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 14px;
}
.houkaisei__div3{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    margin: auto;
    margin-top: 14px;
    width: 100%;
}
.houkaisei__div4{
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
}
.houkaisei__img{
    position: absolute;
    height: 36%;
    bottom: 24px;
    right: 30px;
}
.marker_y{
    background: linear-gradient(transparent 60%, rgba(255, 252, 107, .69) 50%);
}
.tuyomi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ECF5F4;
    overflow: hidden;
    padding: 20px 20px;
    padding-top: 30px;
    margin-top: -30px;
}
.tuyomi__midasi{
    font-weight: bold;
    margin-bottom: 22px;
}

.tuyomi__div1__left__child1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div1__left__child2{
    font-size: 13px;
    margin-bottom: 14px;
}
.tuyomi__div1__left__child3{
    font-size: 10px;
    margin-bottom: 14px;
}
.tuyomi__div1__right{
    width: 75%;
    margin: auto;
}
.tuyomi__div1__right img{
    width: 100%;
}

.tuyomi__div2{
    margin-top: 14px;
}
.tuyomi__div2__left__child1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div2__left__child2{
    font-size: 13px;
    margin-bottom: 14px;
}
.tuyomi__div2__right{
    width: 75%;
    margin: auto;
}
.tuyomi__div2__right img{
    width: 100%;
}

.tuyomi__div3{
    margin-top: 14px;
}
.tuyomi__div3__left__child1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div3__left__child2{
    font-size: 13px;
    margin-bottom: 14px;
}
.tuyomi__div3__left__child3{
    font-size: 10px;
    margin-bottom: 14px;
}
.tuyomi__div3__right{
    width: 75%;
    margin: auto;
}
.tuyomi__div3__right img{
    width: 100%;
}
.btn1{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
	background: rgb(180,180,180);
	background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
    border-radius: 26px;
    width: 80%;
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.btn1__child1{
    font-size: 10px;
}
.btn2__child1{
    font-size: 12px;
}
.cyakusyukin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    background: #1BAFAF;
    font-weight: bold;
    color: #fff;
}
.cyakusyukin__child1{
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    margin-right: 5px;
}
.hikaku{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 28px 15px;
    padding-bottom: 36px;
    background: #fff;
}
.hikaku__child1{
    font-weight: bold;
    font-size: 17px;
}
.hikaku__child2{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    background: #F2F2F2;
    padding: 8px 40px;
    border-radius: 8px;
}
.hikaku__child3{
    font-size: 10px;
    width: 280px;
    text-align: right;
}
.hikaku__child4{
    width: 75%;
    margin-top: 20px;
}
.hikaku__child5{
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 40px;
}
.hikaku__child6{
    background: #ECF5F4;
    min-height: 60px;
    width: 100%;
    padding: 0 10px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.hikaku__child6__child1{
    text-align: center;
    font-weight: bold;
}
.hikaku__child6__child2{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}
.hikaku__child7{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 26px;
}
.hikaku__child7__img1{
    width: 30%;
}
.hikaku__child7__img2{
    width: 30%;
}
.hikaku__child7__img3{
    width: 30%;
}
.hikaku__child8{
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hikaku__child9{
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}
.hikaku__child10{
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hikaku__child11{
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}
.hikaku__child12{
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hikaku__child13{
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 30px;
}
.voice_midasi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    background: #1BAFAF;
    font-weight: bold;
    color: #fff;
}
.voice{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    background: #1BAFAF;
    font-weight: bold;
    color: #fff;
}
.koe1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding-top: 30px;
}
.koe1_left{
	width: 30%;
}
.koe1_right{
	width: 60%;
}
.koe1_right_child1{
	font-size: 11px;
}
.koe1_right_child2{
	font-size: 14px;
}
.koe1_left img{
	width: 100%;
}
.taisyou_wrap{
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
}
.taisyou{
    border: 2px solid #ccc;
    border-radius: 4px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.taisyou__div1{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.taisyou__div2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 26px;
}
.taisyou__div2__left{
    width: 20%
}
.taisyou__div2__left img{
    width: 100%;
}
.taisyou__div2__right{
    width: 70%
}
.taisyou__div2__right__child1{
    font-weight: bold;
}
.taisyou__div2__right__child2{
    font-size: 10px;
}

.taisyou__div3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 26px;
}
.taisyou__div3__left{
    width: 20%
}
.taisyou__div3__left img{
    width: 100%;
}
.taisyou__div3__right{
    width: 70%
}
.taisyou__div3__right__child1{
    font-weight: bold;
}
.taisyou__div3__right__child2{
    font-size: 10px;
}

.taisyou__div4{
    margin-top: 26px;
    padding: 12px;
}
.taisyou__div5{
    text-align: right;
    padding: 12px;
    color: #049898;
}
.taisyou__div5 a{
    color: #049898;
    font-weight: bold;
}


.qa_wrap{
    background: #F2F2F2;
    padding: 0 15px;
    padding-bottom: 40px;
}
.qa_midasi{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 50px;
    margin-bottom: 30px;
}
.qa{
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
    padding: 20px 12px;
}
.qa_title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    width: 90%;
}
.switch{
    font-weight: bold;
    cursor: pointer;
}
.hide{
    display: none;
}
.profile{
    background: #fff;
    padding: 30px 30px;
    font-family: shippori;
}
.profile__div1{
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 26px;
}
.profile__div2{
    margin-bottom: 26px;
}
.profile__div2 img{
    width: 100%;
}
.profile__div3{
    margin-bottom: 26px;
}
.profile__div4{
    margin-bottom: 20px;
}
.profile__div5{
    width: 100%;
    text-align: right;
}

.contact__wrap{
    background: #fff;
    padding-bottom: 60px;
}
.contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 14px;
}
.contact__left{
    width: 48%;
    font-size: 10px;
    padding: 0 10px;
}
.contact__right{
    width: 48%;
    font-size: 10px;
}
.contact_midasi{
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}
.contact__btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}
.contact__btn__left{
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
    border-radius: 26px;
    cursor: pointer;
    width: 48%;
    font-size: 14px;
    text-decoration: none;
}
.contact__btn__right{
    color: #049898;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    border-radius: 26px;
    border: 2px solid #049898;
    cursor: pointer;
    width: 48%;
    font-size: 14px;
    text-decoration: none;
}
.footer{
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #7B7B7B;
    padding: 20px 0;
    position: relative;
}
.footer__div1{
    width: 80%;
    margin: auto;
    font-size: 12px;
    margin-bottom: 20px;
    text-decoration: none;
    padding-left: 40px;
}
.footer__div1 a{
    text-decoration: none;
    color: #fff;
}
.footer__div3{
    background: #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 90px;
    padding: 0 10px;
}
.footer__div3 img{
    width: 100%;
}

} /* @media (max-width: 412px) */

/*********************************************/
@media (min-width: 821px) {
.sp{
    display:none;
}
body{
    max-width: 1200px;
    margin: auto;
}
.header{
    max-width: 1200px;
	z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
	height: 50px;
	  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.header img{
	display: block;
	height: 80%;
}
.header__div1{
    width:20%;
    display: flex;
  align-items: center;
	line-height: 30px;
  background: #fff;
  padding-left: 5px;
  border-right: solid 1px #F2F2F2;
}
.header__div2{
    color: #333333;
    text-decoration: none;
    width:20%;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
}
.header__div3{
    text-decoration: none;
  cursor: pointer;
    width:20%;
	background: rgb(180,180,180);
        background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}
.header .div1:hover{
	cursor: pointer;
}
.header .div2:hover{
	cursor: pointer;
}
.header .div3:hover{
	cursor: pointer;
}

.mainv{
	position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	top: -30px;
    width: 100%;
    height: 478px;
	overflow: hidden;
    color: #ffffff;
	background: #fff
}
.mainv .img1{
    min-width: 800px;
	width: 100%;
    object-fit: cover;
	object-position: 0px -22px;
}
.mainv__img2{
    position: absolute;
    height: 75%;
    right: 14%;
    bottom: 0px;
    overflow: hidden;
}
.mainv__img3{
	position: absolute;
	width: 200px;
	left: 0px;
	overflow: hidden;
}
.mainv .div1{
    position: absolute;
    right: -15px;
    font-weight: bold;
    color: #000;
    top: 22%;
    left: 21%;
    font-size: 12px;
}
.mainv__div2{
    position: absolute;
    font-weight: bold;
    font-size: 38px;
    color: #049898;
    top: 32%;
    left: 20%;
}
.mainv__div3{
	    position: absolute;
    width: 210px;
    font-weight: bold;
    color: #049898;
    left: 20%;
    top: 62%;
}
.mainv__div4{
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background: #1BAFAF;
	bottom: 0px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.div4__child1{
    width: 40%;
    font-size: 18px;
}
.div4__child2{
    text-decoration: none;
    color: #049898;
    background: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 16px;
}
.nayami__wrap{
    position: relative;
    top: -30px;
    background: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 70px;
}
.nayami{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    background: #F2F2F2;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
}
.nayami img{
    width: 100%;
}
.nayami__div1{
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}
.nayami__div2{
    background: #fff;
    width: 30%;
    height: 130px;
    text-align: left;
    padding: 10px;
    position: relative;
}
.nayami__div2__left{
    font-size: 14px;
    font-weight: bold;
}
.nayami__div2__right{
    width: 62%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 140px solid #FFF;
    border-right: 140px solid #FFF;
    border-top: 50px solid #F2F2F2;
    position: absolute;
    bottom: -120px;
}
.soudan{
    z-index: -1;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
    margin-top: 16px;
}
.soudan__div1{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
.soudan__div2{
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.houkaisei{
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    min-height: 67px;
    padding: 0 15px;
    padding-bottom: 15px;
    font-size: 10px;
    width: 66%;
    margin: auto;
    margin-top: 12px;
}
.houkaisei__bk{
    position: absolute;
    background: #ECF5F4;
    height: 232px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.houkaisei__wrap{
    border: 2px solid #1BAFAF;
    border-radius: 4px;
    width: 100%;
    padding: 60px 18px;
    padding-top: 40px;
    background: #fff;
}
.houkaisei__midasi{
    position: absolute;
    color: #fff;
    left: 0px;
    top: -18px;
    width: 100%;
}
.houkaisei__midasi__div{
    background: #1BAFAF;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 14px;
}
.houkaisei__div1{
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.houkaisei__div1__left{
    width: 20%;
}
.houkaisei__div1__left img{
    width: 100%;
}
.houkaisei__div1__right{
    width: 68%;
    background: #F2F2F2;
    padding: 8px;
    border-radius: 4px;
    font-size: 19px;
    word-break: break-all;
}
.houkaisei__div2{
    color: #CC212E;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    margin-top: 14px;
}
.houkaisei__div3{
    font-size: 16px;
    font-weight: normal;
    margin-top: 19px;
    width: 76%;
}
.houkaisei__div4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
}
.houkaisei__img{
    position: absolute;
    width: 22%;
    bottom: 24px;
    right: 30px;
}
.marker_y{
    background: linear-gradient(transparent 60%, rgba(255, 252, 107, .69) 50%);
}
.tuyomi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ECF5F4;
    overflow: hidden;
    padding: 20px 20px;
    padding-top: 270px;
    padding-bottom: 50px;
    margin-top: -233px;
    z-index: -1;
}
.tuyomi__midasi{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}

.tuyomi__div1{
    width: 66%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tuyomi__div1__left{
    width: 60%;
}
.tuyomi__div1__left__child1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 14px;
}
.tuyomi__div1__left__child2{
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div1__left__child3{
    font-size: 12px;
    margin-bottom: 14px;
}
.tuyomi__div1__right{
    width: 36%;
}
.tuyomi__div1__right img{
    width: 100%;
}

.tuyomi__div2{
    width: 66%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tuyomi__div2__left{
    width: 60%;
}
.tuyomi__div2__left__child1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 14px;
}
.tuyomi__div2__left__child2{
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div2__left__child3{
    font-size: 12px;
    margin-bottom: 14px;
}
.tuyomi__div2__right{
    width: 36%;
}
.tuyomi__div2__right img{
    width: 100%;
}
.tuyomi__div3{
    width: 66%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tuyomi__div3__left{
    width: 60%;
}
.tuyomi__div3__left__child1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 14px;
}
.tuyomi__div3__left__child2{
    font-size: 16px;
    margin-bottom: 14px;
}
.tuyomi__div3__left__child3{
    font-size: 12px;
    margin-bottom: 14px;
}
.tuyomi__div3__right{
    width: 36%;
}
.tuyomi__div3__right img{
    width: 100%;
}

.btn1{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
	background: rgb(180,180,180);
	background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
    border-radius: 26px;
    width: 42%;
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 30px;
}
.btn1__child1{
    font-size: 10px;
}
.btn2__child1{
    font-size: 12px;
}
.cyakusyukin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 14px 0;
    background: #1BAFAF;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.cyakusyukin__child1{
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    margin-right: 5px;
}
.hikaku{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 28px 15px;
    background: #fff;
    margin-bottom: 30px;
}
.hikaku__child1{
    font-weight: bold;
    font-size: 20px;
}
.hikaku__child2{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    background: #F2F2F2;
    padding: 8px 40px;
    border-radius: 8px;
}
.hikaku__child3{
    font-size: 12px;
    width: 330px;
    text-align: right;
    margin-top: 10px;
}
.hikaku__child4{
    width: 46%;
    margin-top: 20px;
}
.hikaku__child5{
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 40px;
}
.hikaku__child6{
    background: #ECF5F4;
    min-height: 60px;
    width: 88%;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 20px;
}
.hikaku__child6__child1{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.hikaku__child6__child2{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}
.hikaku__child7{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 18px;
}
.hikaku__child7__img1{
    width: 20%;
    margin: auto;
}
.hikaku__child7__img2{
    width: 20%;
    margin: auto;
}
.hikaku__child7__img3{
    width: 20%;
    margin: auto;
}
.hikaku_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}
.hikaku_wrap_child1{
    width: 30%;
    height: 186px;
    position: relative;
}

.hikaku_wrap_child2{
    width: 30%;
    height: 206px;
    position: relative;
}
.hikaku_wrap_child3{
    width: 30%;
    height: 186px;
    position: relative;
}

.hikaku__child8{
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.hikaku__child9{
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 28px;
}
.hikaku__child10{
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.hikaku__child11{
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 28px;
}
.hikaku__child12{
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hikaku__child13{
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.voice_midasi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    background: #1BAFAF;
    font-weight: bold;
    color: #fff;
}
.voice{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    background: #1BAFAF;
    font-weight: bold;
    color: #fff;
}
.koe1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding-top: 30px;
    width: 60%;
    height: 180px;
    margin: auto;
    margin-top: 10px;
}
.koe1_left{
	height: 100%;
}
.koe1_right{
	width: 60%;
}
.koe1_right_child1{
	font-size: 14px;
}
.koe1_right_child2{
	font-size: 16px;
}
.koe1_left img{
	height: 100%;
}
.taisyou_wrap{
    padding: 0 15px;
    padding-top: 70px;
    padding-bottom: 40px;
    background: #fff;
}
.taisyou{
    border: 2px solid #ccc;
    border-radius: 4px;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 88%;
    margin: auto;
    padding-bottom: 50px;
}
.taisyou__div1{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.taisyou__div2_3_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    margin-bottom: 36px;
}

.taisyou__div2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 26px;
    width: 50%;
}
.taisyou__div2__left{
    width: 20%
}
.taisyou__div2__left img{
    width: 100%;
}
.taisyou__div2__right{
    width: 70%
}
.taisyou__div2__right__child1{
    font-weight: bold;
}
.taisyou__div2__right__child2{
    font-size: 10px;
}

.taisyou__div3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 26px;
    width: 50%;
}
.taisyou__div3__left{
    width: 20%
}
.taisyou__div3__left img{
    width: 100%;
}
.taisyou__div3__right{
    width: 70%
}
.taisyou__div3__right__child1{
    font-weight: bold;
}
.taisyou__div3__right__child2{
    font-size: 10px;
}
.taisyou__div4_wrap{
    background: #F2F2F2;
    width: 80%;
    margin: auto;
    padding: 10px 8px;
}
.taisyou__div4{
    padding: 12px;
}
.taisyou__div5{
    text-align: right;
    padding: 0 12px;
    padding-bottom: 10px;
}
.taisyou__div5 a{
    color: #049898;
    font-weight: bold;
}


.qa_wrap{
    background: #F2F2F2;
    padding: 0 15px;
    padding-bottom: 40px;
}
.qa_midasi{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 50px;
    margin-bottom: 30px;
}
.qa{
    background: #fff;
    padding: 12px;
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.qa_title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    width: 90%;
}
.switch{
    font-weight: bold;
    cursor: pointer;
}
.hide{
    display: none;
}
.profile_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 440px;
    width: 80%;
    margin: auto;
}
.profile{
    background: #fff;
    padding: 50px 30px;
    padding-bottom: 0;
    font-family: shippori;
}
.profile__div1{
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}
.profile_right{
    width: 60%;
    height: 100%;
    font-size: 18px;
}
.profile__div2{
    margin-bottom: 26px;
    height: 100%;
    width: 280px;
    overflow: hidden;
}
.profile__div2 img{
    height: 80%;
    width: auto;
    object-fit: cover;
	object-position: -124px 0px;
}
.profile__div3{
    margin-bottom: 26px;
}
.profile__div4{
    margin-bottom: 20px;
}
.profile__div5{
    width: 100%;
    text-align: right;
}

.contact__wrap{
    background: #fff;
    padding-bottom: 60px;
    width: 80%;
    margin: auto;
}
.contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 14px;
}
.contact__left{
    width: 44%;
    font-size: 16px;
    padding: 0 10px;
}
.contact__right{
    width: 44%;
    font-size: 16px;
    text-align: right;
}
.contact_midasi{
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.contact__btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
}
.contact__btn__left{
    text-align: center;
    padding: 16px;
    color: #fff;
    background: linear-gradient(17deg, rgba(180,180,180,1) 0%, rgba(29,186,186,1) 12%, rgba(38,176,180,1) 22%, rgba(0,212,255,1) 77%);
    border-radius: 26px;
    width: 38%;
    cursor: pointer;
    text-decoration: none;
}
.contact__btn__right{
    color: #049898;
    text-align: center;
    padding: 16px;
    background: #fff;
    border-radius: 26px;
    border: 2px solid #049898;
    width: 38%;
    cursor: pointer;
    text-decoration: none;
}
.footer{
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #7B7B7B;
    padding: 20px 0;
    position: relative;
}
.footer__div1{
    width: 80%;
    margin: auto;
    font-size: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    padding-left: 40px;
}
.footer__div1 a{
    text-decoration: none;
    color: #fff;
}

.footer__div2{
    font-size: 10px;
    text-decoration: none;
}
.footer__div3{
    background: #fff;
    position: absolute;
    left: 20%;
    top: 8px;
    width: 150px;
    padding: 0 10px;
}
.footer__div3 img{
    width: 100%;
}


} /* @media (max-width: 412px) */
/*********************************************/
div{
/*    border: 1px solid black; */
}

}
/*

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
*/
