/* --- PC Styling--- */


/*--------------------
メニュー２行にするタイミング（メニューのみ）
---------------------*/

.menu_2l{
   display: none;
}

@media (max-width: 1440px){
.menu_2l{
   display: block;
}
}

/*-----------------------------
	 Header
------------------------------- */
.header_MenuZone{
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	position: fixed;
        top: 0;
        center: 0;
	z-index: 10;
	background-color: blue;
}


.MenuZone{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	padding: 0 40px;
	display: flex;  /*ロゴとulを横に並べる*/
	justify-content: space-between;  /*両端に配置*/
	align-items: center;
        position: relative;
	z-index: 99;
}


.header h1{
	position: absolute;
	font-size: 10px;
        height: 10px;
	color: #ff4d7d;
        line-height: 1.5;
	top: 2px;
	right: 20px;
	z-index: 100;
}

.MenuZone_shadow{
	-webkit-box-shadow: 2px 3px 8px rgba(45, 45, 45, 0.2);
	box-shadow: 2px 3px 8px rgba(45, 45, 45, 0.2);
}


.menu_logo{
	width: 316px;
	width: 18%;
	height: auto;
	margin: 0;
}

.menu_logo img{
	width: 100%;
	height: auto;
	margin: 0;
}

nav ul{
	display:flex;
	list-style:none;
        align-items: center;
}


nav ul li{
	margin-left:30px;
  	font-size: 20px;
}

nav ul li a,
nav ul li.pink a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 60px;
    position: relative;
    background: #222222;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
}

nav ul li.pink a{
    background: #ff4d7d;
}


nav ul li a:hover{
    opacity: 0.6;
}

/*----------------------------------------
	 Header max-width: 1280px
------------------------------------------- */
@media (max-width: 1280px){

.menu_logo{
	width: 240px;
	height: auto;
	margin: 0;
}

nav ul{}


nav ul li{
	margin-left:20px;
  	font-size: 18px;
}

nav ul li a,
nav ul li.pink a{
    width: 8em;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
}
}

/*----------------------------------------
	 Header max-width: 960px
------------------------------------------- */
@media (max-width: 960px){

.menu_logo{
	width: 200px;
}

.MenuZone{
	padding: 0 30px;
}


nav ul li{
	margin-left:15px;
  	font-size: 18px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 44px;
        border-radius: 22px;
        font-size: 18px;
}
}


/*----------------------------------------
	 Header max-width: 767px
------------------------------------------- */

@media (max-width: 767px){


.header_MenuZone{
	height: 90px;
}


.MenuZone{
	height: 90px;
}

.menu_logo{}

.MenuZone{
	padding: 0 20px;
}


nav ul li{
	margin-left:12px;
  	font-size: 16px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
}
}


/*----------------------------------------
	 Header max-width: 600px
------------------------------------------- */


@media (max-width: 600px){

.menu_logo{
	width: 180px;
}

.header_MenuZone{
	height: 70px;
}


.MenuZone{
	height: 70px;
}

.menu_logo{}

.MenuZone{
	padding: 0 16px;
}


nav ul li{
	margin-left:12px;
  	font-size: 14px;
}

nav ul li a,
nav ul li.pink a{
        width: 8em;
        height: 30px;
        border-radius: 14px;
        font-size: 14px;
}
}


/*----------------------------------------
	 Header max-width: 460px
------------------------------------------- */


@media (max-width: 460px){

nav ul li.pink a{
        display: none;
}
}


/*---------------------------------- 
Contact_Zone
-----------------------------------*/

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone01 .Contact_Block,
.Contents04 .Contact_Zone02{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
}

.Contents01 .Contact_Zone{
  margin-bottom: 100px;
}

.Contents02 .Contact_Zone{
  margin-top: 240px;
}


.Contents_catch{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-top: 80px;
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.Contents_catch:before, .Contents_catch:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.Contents_catch:before{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.Contents_catch:before{
  left:0;
}

.Contents_catch:after{
  right: 0;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 115px;
  position: relative;
  background: #e60033;
  border: 3px solid #ffffff;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 20px;
  margin-bottom: 80px;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn{
  background: #ff4d7d;
  border: 3px solid #ff4d7d;
  color: #ffffff;
}




a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {
  background: #f4efeb;
  border: 3px solid #f4efeb;
  color: #e60033;
}

a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover{
  background: #ffffff;
  border: 3px solid #ff4d7d;
  color: #e60033;
}



/*--------------------------
	Contact_Zone 1280px
---------------------------*/
@media (max-width: 1280px){


.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone01 .Contact_Block{
  height: 240px;
}


.Contents02 .Contact_Zone{
  margin-top: 200px;
}



.Contents_catch {
  margin-top: 50px;
  font-size: 20px;
}

/*.Contents03_catch{
  margin-top: 50px;
  font-size: 18px;
}*/


.Contents_catch:before, .Contents_catch:after {
  width: 40px;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 400px;
  height: 100px;
  border-radius: 50px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}
}


/*--------------------------
	Contact_Zone 767px
---------------------------*/
@media (max-width: 767px){

.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents03 .Contact_Zone,
.Contents04 .Contact_Zone01 .Contact_Block{
  height: 200px;
}

.Contents01 .Contact_Zone{
  margin-bottom: 60px;
}

.Contents02 .Contact_Zone{
  margin-top: 180px;
}


.Contents_catch {
  margin-top: 40px;
  font-size: 18px;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 340px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

a.Contents03_btn{
  border: 2px solid #ff4d7d;
}

a.Contents01_btn:hover,
a.Contents02_btn:hover,
a.Contents03_btn:hover,
a.Contents04_btn:hover {
  border: 2px solid #f4efeb;
}
}


/*--------------------------
	Contact_Zone 600px
---------------------------*/
@media (max-width: 600px){


.Contents01 .Contact_Zone,
.Contents02 .Contact_Zone,
.Contents04 .Contact_Zone,
.Contents04 .Contact_Zone01 .Contact_Block{
  height: 180px;
}


.Contents02 .Contact_Zone{
  margin-top: 120px;
}

.Contents_catch {
  margin-top: 30px;
  font-size: 16px;
}

.Contents_catch:before, .Contents_catch:after {
  width: 30px;
}

a.Contents01_btn,
a.Contents02_btn,
a.Contents03_btn,
a.Contents04_btn {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 30px;
}

}


/*--------------------------
	Contents00
---------------------------*/

.Contents00 h2{
  width: 974px;
  height: auto;
  padding: 0;
  margin: 220px auto 100px;
  text-align: center;
}

.Contents00 h2 span{
	display: none;
}

.Info_Zone{
  width: 1062px;
  height: auto;
  margin: 0 auto 200px;
  padding: 0;
}


.Contents00 h2 img,
.Info_Zone img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}


/*--------------------------
	Contents00 1280px
---------------------------*/
@media (max-width: 1280px){
.Contents00 h2{
  max-width: 974px;
  width: 81.2%;
  height: auto;
  padding: 0;
  margin: 200px auto 80px;
  text-align: center;
}

.Contents00 h2 span{
	display: none;
}

.Info_Zone{
  max-width: 1062px;
  width: 88.5%;
  height: auto;
  margin: 0 auto 120px;
  padding: 0;
}


.Contents00 h2 img,
.Info_Zone img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
}


/*--------------------------
	Contents00 767px
---------------------------*/
@media (max-width: 767px){
.Contents00 h2{
  margin: 160px auto 80px;
}


}

/*--------------------------
	Contents00 600px
---------------------------*/
@media (max-width: 600px){
.Contents00 h2{
  max-width: 974px;
  width: 81.2%;
  height: auto;
  padding: 0;
  margin: 120px auto 80px;
  text-align: center;
}

.Contents00 h2 span{
	display: none;
}

.Info_Zone{
  max-width: 660px;
  width: 80%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
}


.Contents00 h2 img,
.Info_Zone img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
}

/*--------------------------
	Contents01
---------------------------*/

.Contents01 h2{
  width: 568px;
  height: auto;
  padding: 0;
  margin: 150px auto 250px;
  text-align: center;
}

.Contents01 h2 img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.Contents01 h2 span{
	display: none;
}

.Osusume_Zone{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.Osusume_Block{
  width: 91.6%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 0 auto 200px;
  padding: 140px 80px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}


.Osusume_Block:nth-child(1) img.illust{
  max-width: 332px;
  width: 30.2%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  top: -36%;
  left: -14%;
  z-index: 3;
}

.Osusume_Block:nth-child(2) img.illust{
  max-width: 394px;
  width: 35.8%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  right: -22%;
  bottom: -22%;
  z-index: 3;
}


.Osusume_Block:nth-child(3) img.illust{
  max-width: 280px;
  width: 25.4%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  left: -14%;
  bottom: -16%;
  z-index: 3;
}

.Osusume_Block p{
	font-size: 25px;
  	line-height: 1.6;
}

.Osusume_Block p.point{
        font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 30px;
        font-weight: bold;
        color: #004bbd;
	padding: 0;
}

.Osusume_Block h3{
  	font-size: 45px;
        font-weight: bold;
  	line-height: 1.4;
	margin-bottom: 20px;
}


.Osusume_Block ul{
  width: 80%;
  height: auto;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  position: relative;
  background: #004dbd;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.Osusume_Block ul li.text{
  display: flex;
  justify-content: flex-start;
  background: none;
  color: #004dbd;
}


/*--------------------------
	Contents01 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents01 h2{
  max-width: 568px;
  width: 44.4%;
  height: auto;
  padding: 0;
  margin: 100px auto 180px;
  text-align: center;
}

.Contents01 h2 img{}


.Osusume_Zone{}

.Osusume_Block{
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto 150px;
  padding: 100px 60px;
}


.Osusume_Block:nth-child(1) img.illust{}

.Osusume_Block:nth-child(2) img.illust{}

.Osusume_Block:nth-child(3) img.illust{}

.Osusume_Block p{
	font-size: 23px;
  	line-height: 1.6;
}

.Osusume_Block p.point{
	font-size: 28px;
}

.Osusume_Block h3{
  	font-size: 36px;
	margin-bottom: 18px;
}


.Osusume_Block ul{
  width: 80%;
  height: auto;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  width: 180px;
  height: 50px;
  font-size: 21px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.Osusume_Block ul li.text{}

}

/*--------------------------
	Contents01 960px
---------------------------*/
@media (max-width: 960px){

.Contents01 h2{
  margin: 80px auto 130px;
}

.Contents01 h2 img{}


.Osusume_Zone{}

.Osusume_Block{
  margin: 0 auto 110px;
  padding: 80px 50px;
}


.Osusume_Block:nth-child(1) img.illust{
  width: 25.2%;
  top: -26%;
  left: -10%;
}

.Osusume_Block:nth-child(2) img.illust{
  width: 30.8%;
  right: -18%;
  bottom: -22%;
}

.Osusume_Block:nth-child(3) img.illust{
  width: 22.4%;
  left: -12%;
  bottom: -12%;
}

.Osusume_Block p{
	font-size: 21px;
  	line-height: 1.6;
}

.Osusume_Block p.point{
	font-size: 25px;
}

.Osusume_Block h3{
  	font-size: 30px;
	margin-bottom: 18px;
}


.Osusume_Block ul{
  width: 90%;
  height: auto;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  width: 160px;
  height: 50px;
  font-size: 19px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.Osusume_Block ul li.text{}

}


/*--------------------------
	Contents01 767px
---------------------------*/
@media (max-width: 767px){

.Contents01 h2{
  width: 60%;
  margin: 60px auto 100px;
}

.Contents01 h2 img{}


.Osusume_Zone{}

.Osusume_Block{
  margin: 0 auto 80px;
  padding: 60px 40px;
}


.Osusume_Block:nth-child(1) img.illust{
  top: -26%;
  left: -10%;
}

.Osusume_Block:nth-child(2) img.illust{
  right: -18%;
  bottom: -22%;
}

.Osusume_Block:nth-child(3) img.illust{
  left: -12%;
  bottom: -10%;
}

.Osusume_Block p{
	font-size: 20px;
  	line-height: 1.6;
}

.Osusume_Block p.point{
	font-size: 23px;
}

.Osusume_Block h3{
  	font-size: 26px;
	margin-bottom: 18px;
}


.Osusume_Block ul{}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  width: 130px;
  height: 40px;
  font-size: 18px;
}

.Osusume_Block ul li.text{}

}


/*--------------------------
	Contents01 600px
---------------------------*/
@media (max-width: 600px){

.Contents01 h2{
  width: 50%;
  margin: 50px auto 70px;
}


.Contents01 h2 img{}

.Osusume_Zone{}

.Osusume_Block{
  margin: 0 auto 70px;
  padding: 40px 30px;
}


.Osusume_Block:nth-child(1) img.illust{
  top: -26%;
  left: -10%;
}

.Osusume_Block:nth-child(2) img.illust{
  right: -18%;
  bottom: -22%;
}

.Osusume_Block:nth-child(3) img.illust{
  left: -12%;
  bottom: -10%;
}

.Osusume_Block p{
	font-size: 18px;
  	line-height: 1.6;
}

.Osusume_Block p.point{
	font-size: 21px;
}

.Osusume_Block h3{
  	font-size: 23px;
	margin-bottom: 18px;
}


.Osusume_Block ul{
  width: 100%;
}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  width: 110px;
  height: 40px;
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.Osusume_Block ul li.text{}

}

/*--------------------------
	Contents01 460px
---------------------------*/
@media (max-width: 460px){


.Osusume_Block ul{
  width: 100%;
}

.Osusume_Block ul li,
.Osusume_Block ul li.text{
  width: 100px;
  height: 34px;
  font-size: 15px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0;
}

.Osusume_Block ul li.text{}

}










/*--------------------------
	Contents02
---------------------------*/

.Contents02 h2{
  padding: 0;
  margin: 0 auto 180px;
  text-align: center;
}

.Contents02 h2 img{
  width: 810px;
  height: auto;
  padding: 0;
  margin: 0;
}

.Contents02 h2 span{
  display: none;
}

.Info_Block{
  width: 100%;
  height: auto;
  margin: 0 auto 250px;
  text-align: center;
}

.Info_Block p{
  font-size: 25px;
  line-height: 2.0;
  padding-bottom: 90px;
}

.Info_Block p span{
   font-weight: bold;
   background: linear-gradient(transparent 60%, #ffd7e2 60%);
   display: inline-block;
}



.Flow_Zone{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}


.Flow_Zone h2{
  width: 428px;
  height: auto;
  margin: 0 auto 120px;
  padding: 0;
  text-align: center;
}

.Flow_Zone h2 img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.Flow_Zone h2 span{
  display: none;
}

ul.Flow_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

ul.Flow_all li,
ul.Flow_all li.line,
ul.Flow_all li.Flow_txt{
  width: 22%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center
  padding: 0;
  margin: 0;
}


ul.Flow_all li.Flow_txt{
  width: 78%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


ul.Flow_all li img{
  max-width: 220px;
  width: 95%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Flow_all li img.line{
  display: inline-block;
  width: 6px;
  height: 71px;
  margin: 0;
  padding: 0;
}

ul.Flow_all li.Flow_txt p{
  font-size: 22px;
  line-height: 1.4;
}

ul.Flow_all li.Flow_txt p.step{
        font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 25px;
        font-weight: bold;
        color: #c3e699;
	padding: 0;
}

ul.Flow_all li.Flow_txt h3{
  	font-size: 30px;
        font-weight: bold;
  	line-height: 1.4;
	margin-bottom: 10px;
}

/*--------------------------
	Contents02 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents02 h2{
  max-width: 810px;
  width: 80%;
  margin: 0 auto 160px;
}

.Contents02 h2 span{}

.Info_Block{
  margin: 0 auto 220px;
}

.Info_Block p{
  font-size: 21px;
  letter-spacing: -0.05em;
  padding-bottom: 80px;
}

.Flow_Zone{}


.Flow_Zone h2{
  max-width: 428px;
  width: 50%;
  margin: 0 auto 80px;
}

.Flow_Zone h2 img{}

.Flow_Zone h2 span{
  display: none;
}

ul.Flow_all{}

ul.Flow_all li,
ul.Flow_all li.line,
ul.Flow_all li.Flow_txt{
  width: 20%;
}


ul.Flow_all li.Flow_txt{
  width: 80%;
}

ul.Flow_all li img{
}

ul.Flow_all li img.line{
  width: auto;
  height: 64px;
  margin: 0;
  padding: 0;
}

ul.Flow_all li.Flow_txt p{
  font-size: 21px;
}

ul.Flow_all li.Flow_txt p.step{}

ul.Flow_all li.Flow_txt h3{
  	font-size: 28px;
}
}


/*--------------------------
	Contents02 960px
---------------------------*/
@media (max-width: 960px){

.Contents02 h2{
  width: 70%;
  margin: 0 auto 100px;
}

.Contents02 h2 span{}

.Info_Block{
  margin: 0 auto 200px;
}

.Info_Block p{
  font-size: 20px;
  letter-spacing: -0.05em;
  padding-bottom: 60px;
}


.Flow_Zone h2{
  max-width: 428px;
  width: 40%;
  margin: 0 auto 60px;
}

ul.Flow_all{}

ul.Flow_all li,
ul.Flow_all li.line,
ul.Flow_all li.Flow_txt{
  width: 20%;
}


ul.Flow_all li.Flow_txt{
  width: 80%;
}

ul.Flow_all li img{
}

ul.Flow_all li img.line{
  width: auto;
  height: 64px;
  margin: 0;
  padding: 0;
}

ul.Flow_all li.Flow_txt p{
  font-size: 21px;
}

ul.Flow_all li.Flow_txt p.step{
  font-size: 23px;
}

ul.Flow_all li.Flow_txt h3{
  	font-size: 28px;
}
}


/*--------------------------
	Contents02 767px
---------------------------*/
@media (max-width: 767px){

.Contents02 h2{
  margin: 0 auto 80px;
}

.Contents02 h2 img{}

.Contents02 h2 span{}

.Info_Block{
  margin: 0 auto 160px;
}

.Info_Block p{
  text-align: left;
}


.Flow_Zone h2{
  width: 46%;
  margin: 0 auto 50px;
}


ul.Flow_all{
  width: 100%;
  height: auto;
}

ul.Flow_all li,
ul.Flow_all li.line,
ul.Flow_all li.Flow_txt{
}


ul.Flow_all li.Flow_txt{}

ul.Flow_all li img{
}

ul.Flow_all li img.line{
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
}

ul.Flow_all li.Flow_txt p{
  font-size: 20px;
}

ul.Flow_all li.Flow_txt p.step{
  font-size: 21px;
}


ul.Flow_all li.Flow_txt h3{
  	font-size: 24px;
}
}



/*--------------------------
	Contents02 600px
---------------------------*/
@media (max-width: 600px){

.Contents02 h2{
  width: 80%;
  margin: 0 auto 80px;
}

.Contents02 h2 img{
}

.Info_Block{
  margin: 0 auto 140px;
}

.Info_Block p{
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
}


.Flow_Zone h2{
  width: 50%;
  margin: 0 auto 40px;
}

.Flow_Zone h2 img{}

.Flow_Zone h2 span{
  display: none;
}

ul.Flow_all{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

ul.Flow_all li,
ul.Flow_all li.line,
ul.Flow_all li.Flow_txt{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center
  padding: 0;
  margin: 0;
}


ul.Flow_all li img{
  display: inline-block;
  width: 140px;
  height: auto;
  margin: 0 auto 15px;
  padding: 0;
}


ul.Flow_all li.Flow_txt{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

ul.Flow_all li.Flow_txt .line{
  display: none;
}

ul.Flow_all li img.line{
  margin: 30px auto;
}


ul.Flow_all li.Flow_txt p{
  font-size: 17px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

ul.Flow_all li.Flow_txt p.step{
        font-family: "myfont", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 18px;
        font-weight: bold;
        color: #c3e699;
	padding: 0;
}

ul.Flow_all li.Flow_txt h3{
  	font-size: 20px;
        font-weight: bold;
  	line-height: 1.4;
	margin-bottom: 10px;
}

}



/*--------------------------
	Contents02 460px
---------------------------*/
@media (max-width: 460px){

ul.Flow_all{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
}


/*--------------------------
	Contents03
---------------------------*/

.Contents03 h2{
  padding: 0;
  margin: 300px auto;
  text-align: center;
}

.Contents03 h2 img{
  width: 764px;
  height: auto;
  padding: 0;
  margin: 0;
}

.Contents03 h2 span{
	display: none;
}

.Reason_Zone{
  margin: 0 auto 360px;
  width: 100%;
  position: relative;
}

.Reason_Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}

.Reason_Block:nth-child(even){
  flex-direction: row;
}
.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: flex-end;
  width: 45%;
}
.Reason_Block:nth-child(even) img{
  padding-right: 20px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: flex-first;
  width: 45%;
}
.Reason_Block:nth-child(odd) img{
  padding-left: 20px;
}


.Reason_Block .Reason_image img{
  width: 440px;
}

.Reason_Block .Reason_txt{
  width: 50%;
}

.Reason_txt h3{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.6;
  background-color: #d6eeba;
}

.Reason_txt p{
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  background-color: #d6eeba;
}


/*--------------------------
	Contents03 1280px
---------------------------*/
@media (max-width: 1280px){

.Contents03 h2{
  margin: 240px auto;
}

.Contents03 h2 img{
  max-width: 764px;
  width: 64%;
}

.Reason_Zone{
  margin: 0 auto 300px;
}

.Reason_Block{
  margin-bottom: 180px;
}


.Reason_Block .Reason_image img{
  max-width: 440px;
  width: 100%;
}


.Reason_txt h3{
  font-size: 40px;
  margin-bottom: 30px;
}

.Reason_txt p{
  font-size: 21px;
}
}

/*--------------------------
	Contents03 960px
---------------------------*/
@media (max-width: 960px){

.Contents03 h2{
  margin: 200px auto;
}


.Contents03 h2 img{
  max-width: 764px;
  width: 64%;
}

.Reason_Zone{
  margin: 0 auto 240px;
}

.Reason_Block{
  margin-bottom: 160px;
}



.Reason_txt h3{
  font-size: 34px;
  margin-bottom: 24px;
}

.Reason_txt p{
  font-size: 20px;
}
}




/*--------------------------
	Contents03 767px
---------------------------*/
@media (max-width: 767px){

.Contents03 h2{
  margin: 160px auto;
}

.Reason_Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Reason_Zone{
  margin: 0 auto 220px;
  max-width: 600px;
  width: 100%;
}

.Reason_Block{
  margin-bottom: 100px;
}

.Reason_Block:nth-child(even){
  flex-direction: row;
}
.Reason_Block:nth-child(even) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(even) img{
  padding-right: 0;
  padding-bottom: 20px;
}

.Reason_Block:nth-child(odd){
  flex-direction: row-reverse;
}

.Reason_Block:nth-child(odd) .Reason_image{
  display: flex;
  justify-content: center;
  max-width: 440px;
  width: 80%;
}
.Reason_Block:nth-child(odd) img{
  padding-left: 0;
}

.Reason_Block .Reason_image img{
  width: 100%;
}

.Reason_Block .Reason_txt{
  text-align: left;
  width: 100%;
}

.Reason_txt h3{
  font-size: 30px;
  margin-bottom: 24px;
}

.Reason_txt p{
  font-size: 20px;
}
}


/*--------------------------
	Contents03 600px
---------------------------*/
@media (max-width: 600px){

.Contents03 h2{
  margin: 140px auto;
}


.Reason_Zone{
  margin: 0 auto 180px;
}


.Reason_Block{
  margin-bottom: 80px;
}

.Reason_txt h3{
  font-size: 20px;
  margin-bottom: 20px;
}

.Reason_txt p{
  font-size: 18px;
}
}




/*--------------------------
	Contents04
---------------------------*/
.Contents04 h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 2.0;
  text-align: center;
}

.h3_zone{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-image: url('../images/contents04/contents04-copy_back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 0;
  margin: 0 auto 200px;
  text-align: center;
}

.h3_zone img{
  display: inline-block;
  margin: 0 auto;
  width: 816px;
  height: auto;
  padding: 0;
}

.Contents04 h3 span{
  display: none;
}

.Thought_Zone{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 180px auto 0;
}

.Thought_Block{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 240px;
}


.Thought_Block .Thought_Copy{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto 50px;
}

.Thought_Block .Thought_Copy img{
  width: 480px; /*全体の40%*/
  height: auto;
  padding: 0;
  margin: 0;
}

ul.Thought_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 36%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  /*background-color: pink;*/
}


ul.Thought_all li.Thought_txt{
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /*background-color: blue;*/
}


ul.Thought_all li img{
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.Thought_all li.Thought_txt p{
  font-size: 23px;
  line-height: 1.4;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 30px;
}


ul.Thought_all li.Thought_txt p a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 1.2;
  padding-top: 1em;
}


ul.Thought_all li.Thought_txt p a{
  padding-top: 2em;
}


ul.Thought_all li.Thought_txt p a:hover {
  color:#ff4d7d;
}

ul.Thought_all li.Thought_txt p a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #222222;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}

ul.Thought_all li.Thought_txt p a:hover::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ff4d7d;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.Contents04 .Contact_Zone01{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 240px;
}

.Contents04 .Contact_Zone01 .Contact_Block{
  width: 50%;
}

.Contents_catch {
  color: #222222;
}

.Contents_catch:before, .Contents_catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #222222;
}

.Contents_catch:before{}
.Contents_catch:before{}
.Contents_catch:after{}


a.Contents04_btn {
  background: #ffc2d0;
  border: 3px solid #ffc2d0;
  color: #222222;
}


a.Contents04_btn:hover{
  background: #222222;
  border: 3px solid #222222;
  color: #ffffff;
}



.Contents04 .Contact_Zone02{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 200px;
}

a.btn02 {
  background: #ff4d7d;
  border: 3px solid #ff4d7d;
  color: #ffffff;
}


a.btn02:hover{
  background: #ffffff;
  border: 3px solid #ff4d7d;
  color: #ff4d7d;
}



/*--------------------------
	Contents04 1280px
---------------------------*/
@media (max-width: 1280px){
.Contents04 h2{
  font-size: 30px;
}

.h3_zone{
  height: 400px;
  margin: 0 auto 80px;
}

.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}


.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{
  max-width: 554px;  /*全体の46%*/
  width: 50%;
}

ul.Thought_all{}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
}


ul.Thought_all li.Thought_txt{}


ul.Thought_all li img{
  width: 100%;
  padding-right: 10px;
}

ul.Thought_all li.Thought_txt p{
  font-size: 20px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 28px;
}

.Contents04 .Contact_Zone01{
  margin: 0 auto 220px;
}

.Contents04 .Contact_Zone02{
  margin: 0 auto 180px;
}

}


/*--------------------------
	Contents04 960px
---------------------------*/
@media (max-width: 960px){
.Contents04 h2{
  font-size: 24px;
}

.h3_zone{
  height: 200px;
  padding: 0;
  margin: 0 auto 100px;
}


.h3_zone img{
  max-width: 816px;
  width: 90%;
}


.Contents04 h3 img{
  max-width: 816px;
  width: 90%;
}

.Thought_Zone{}

.Thought_Block{}


.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{}


ul.Thought_all{}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 40%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0;
}


ul.Thought_all li.Thought_txt{
  width: 57%;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-right: 0;
}


ul.Thought_all li img{
  width: 100%;
}

ul.Thought_all li.Thought_txt p{
  font-size: 18px;
}

ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 24px;
  padding: 15px 0;
}


.Contents04 .Contact_Zone01{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.Contents04 .Contact_Zone01 .Contact_Block{
  width: 100%;
  display: flex;
  background: none;
}

.Contents04 .Contact_Zone01{
  margin: 0 auto 140px;
}

.Contents04 .Contact_Zone02{
  margin: 0 auto 120px;
}


}


/*--------------------------
	Contents04 767px
---------------------------*/
@media (max-width: 767px){
.Contents04 h2{
  font-size: 22px;
  line-height: 1.6;
}

.h3_zone{}


.Contents04 h3{}

.Contents04 h3 img{
  max-width: 816px;
  width: 80%;
}


.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}


.Thought_Block .Thought_Copy{
  padding: 0;
  margin: 0 auto 30px;
}

.Thought_Block .Thought_Copy img{
  max-width: 800px;
  width: 70%;
  padding: 0;
}

ul.Thought_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

ul.Thought_all li,
ul.Thought_all li.Thought_txt{
  width: 100%;
  padding-right: 0;
  margin: 0;
}


/*ul.Thought_all li.Thought_txt{
  width: 90%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}*/


ul.Thought_all li.Thought_txt p.Thought_title{
  font-size: 20px;
  padding: 12px 0;
}

ul.Thought_all li img{
  max-width: 480px;
  width: 80%;
  padding-bottom: 20px;
}

}



/*--------------------------
	Contents04 600px
---------------------------*/
@media (max-width: 600px){
.Contents04 h2{
  font-size: 20px;
  line-height: 1.6;
 }

.h3_zone{
  height: 180px;
  margin: 0 auto 20px;
}


.Thought_Zone{}

.Thought_Block{
  margin: 0 auto 100px;
}

.Thought_Block .Thought_Copy{}

.Thought_Block .Thought_Copy img{}

.Contents04 .Contact_Zone01{
  margin: 0 auto 120px;
}

.Contents04 .Contact_Zone02{
  margin: 0 auto 200px;
}



}








/*-------------------------
     footer
---------------------------*/

.footer{
	width: 100%;
        margin: 0 auto;
	padding: 180px 0 50px;
	background-color: #d6eeba;
	color: #222222;
	text-align: center;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 30%;
        height: auto;
        padding-bottom: 140px;
        margin-top: 60px;
	height: auto;
}

.footer-address p{
	font-size: 22px;
	padding-bottom: 40px;
}

.footer-phone p,
.footer-phone p a{
        font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 37px;
	padding: 0;
}

.copyright{
        font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 18px;
}

@media only screen and (max-width: 767px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 36%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 20px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
        font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 26px;
	padding: 0;
}

.copyright{
        font-family: "myfont-no", sans-serif; /*上で設定したフォントファミリー名*/
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 36%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 20px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
	font-size: 30px;
	padding: 0;
}

.copyright{
	font-size: 16px;
}
}


@media only screen and (max-width: 460px) {

.footer{
	padding: 120px 0 40px;
}

.footer-logo img.footer-img-logo,
.footer-logo img.footer-img-logo a{
	max-width: 420px;
	width: 60%;
        height: auto;
        padding-bottom: 100px;
        margin-top: 50px;
	height: auto;
}

.footer-address p{
	font-size: 17px;
	padding-bottom: 30px;
}

.footer-phone p,
.footer-phone p a{
	font-size: 26px;
	padding: 0;
}

.copyright{
	font-size: 14px;
}
}



#page-top {
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    z-index: 100;
    margin-bottom: 30px;
}


#page-top img{
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 767px) {

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;
}


#page-top img{
    width: 60px;
    height: auto;
}

}