@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  color: #333;
  font-family: "遊ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.5rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.035em;
}
*{
 box-sizing: border-box; 
}
a{
  color: #333;
}
img{
  max-width: 100%;
  height: auto;
}
figure{
  max-width: 100%;
  height: auto;
}
/*====================
  common
====================*/
.container{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.container2{
  max-width: 1023px;
  width: 100%;
  margin: 0 auto;
}
.font-20{
  font-size: 2.0rem;
}
.br-sp{
  display: none;
}
.t-indet{
  padding-left:1em;
  text-indent:-1em;
}
/* 2021 05 19 o-o */
.br-pc {
  display: block;
}

/*====================
  header
====================*/
header{
  background-image: url("../images/skyback.png");
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  margin-bottom: 50px;
}
header h1{
  margin-bottom: 40px;
}
header .cover {
  width: 100%;
  /* text-align: center; */
}
header p {
  display: inline-block;
  margin: 0 auto 40px;
  line-height: 1.4;
  /* text-align: left; */
  font-size: 24px;
}
header ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header li{
  width: calc( 50% - 15px );
  margin-bottom: 30px;
  background-color: #008c69;
  border-top-right-radius: 34px;
}
header li:hover{
  opacity: 0.7;
}
header li.bottom-0{
  margin-bottom: 0;
}
header li>a{
  color: #fff;
}
header li:nth-child(even){
  margin-left: 30px;
}
header li>a>dl{
  padding: 20px 24px 20px;
}
header li>a>dl>dt{
  font-size: 3.0rem;
  font-weight: bold;
}
header li>a>dl>dd{
  font-size: 2.5rem;
  line-height: 1.2;
}
.parentheses{
  font-size: 1.8rem;
}
.parentheses02{
  font-size: 1.6rem;
}
.circle{
  color: #c8da2b;
}

/*====================
  prefecture section
====================*/
.reason-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prefecture-part{
  width: 23px;
  height: 23px;
}
.reason-inner{
  width: calc( 100% - 23px ); 
  background-color: #feefd4;
  position: relative;
}
.reason-inner::after{
  width: calc(100% - 43px);
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-top: solid 43px #feefd4;
  border-right: solid 43px transparent;
  top: 100%;
}
.reason-line{
  background-image: url("../images/oblique-line.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top right;
}

    /*prefecture-icon*/
    .prefecture-icon{
      position: absolute;
      z-index: 5;
    }
    .pig{
      width: 18%;
      top: 5%;
      right: 4%;
    }
    .map{
      width: 16%;
      top: -23%;
      right: 11%;
    }
    .business{
      width: 22%;
      top: -4%;
      right: 5%;
    }
    .global{
      width: 23%;
      top: -8%;
      right: 5%;
    }
    /*end prefecture-icon*/

.prefecture-sub{
  padding: 30px 20px 20px 43px;
  width: 70%;
}
.prefecture-text{
  width: 90%;
  margin: 0 auto;
}
.m-bottom{
  margin-bottom: 30px;
}
.sub-text{
  margin-bottom: 30px;
}
.red-text{
  color: #ea5520;
}
.background{
  background-size: cover;
  margin-bottom: 90px;
}
.background1{
  background-image: url("../images/background1.jpg");
}
.background2{
  background-image: url("../images/background2.jpg");
}
.background3{
  background-image: url("../images/background3.jpg");
}

/*====================
  recommend section
====================*/
.recommend-bgi{
  display: block;
  background-image: url("../images/base.png");
  background-size: cover;
  background-position: top;
}
.recommend-title::before{
  display: block;
  content: "";
  width: auto;
  height: 116px;
}
.recommend-title::after{
  display: block;
  content: "";
  width: auto;
  height: 40px;
}
.recommend-wrap{
  background-color: #fff;
  border-radius: 36px;
  padding: 40px;
  margin-bottom: 50px;
}
.so-title{
  display: block;
  margin-bottom: 36px;
}
.p-bottom{
  padding-bottom: 167px;
}
.recommend-text1{
  margin-bottom: 20px;
}
.recommend-text2{
  /* margin-bottom: 82px; */
  margin-bottom: 150px;
}
.recommend-text3{
  margin-bottom: 40px;
}
.clear{
  clear: both;
}
      /*recommend-photo*/
      .recommend-photo-wrap{
        display: block;
        width: 40%;
        height: 300px;
        float: right;
        shape-outside: inset(95px 0 0 0);
        margin-left: 35px;
        position: relative;
      }
      .recommed-photo{
        display: block;
        width: 100%;
        float: right;
        shape-outside: inset(95px 0 0 0);
        margin-left: 75px;
        position: relative;
        top: 120px;
        right: 10px;
        border: solid 1px #000;
      }
      .top-right{
        -webkit-transform: rotate( -6deg );
        -ms-transform: rotate( -6deg );
        transform: rotate( -6deg );
      }
      .top-left{
        -webkit-transform: rotate( 6deg );
        -ms-transform: rotate( 6deg );
        transform: rotate( 6deg );
      }
      /*end recommend-photo*/

/*====================
  find a dream section
====================*/
.find-bg{
  background-color: #ffefd4;
  padding-bottom: 50px;
}
.find-wrap{
  background-color: #fff;
  border-radius: 36px;
  padding: 40px;
  margin-bottom: 50px;
}
.find-wrap2{
  background-color: #fff;
  border-radius: 36px;
  padding: 40px;
}
/*.find-other01{
	height:620px;
}*/
/*.find-other02{
	height:550px;
}*/
.find-section-title{
  position: relative;
}
.skew-mask{
  width: 100%;
  position: absolute;
  top: -150px;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  overflow: hidden;
}
.skew{
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.find-list{
  position: relative;
}

.find-list a{
  color: #4a92ff;
}

.find-section-title>span{
  display: block;
  height: 330px;
}
.find-wrap h3,.find-wrap2 h3{
  margin-bottom: 30px;
}
.find-wrap p,.find-wrap2 p{
  margin-bottom: 40px;
}
.subject-list{
  line-height: 52px;
}
.subject-list div>dt{
  float: left;
  clear: left;
  padding-left: 20px;
  width: 42%;
  font-weight: bold;
}
.subject-list div>dt>span{
  margin-right: 5px;
}
.subject-list div>dd{
  margin-left: 42%;
  vertical-align: 2px;
}
/*subject-list-title color*/
.subject-list1 div>dt>span{
  color: #9cd3ad;
}
.subject-list1 div>dt{
  color: #38a75c;
}
.subject-list2 div>dt>span{
  color: #b2ddd8;
}
.subject-list2 div>dt{
  color: #65bbb1;
}
.subject-list3 div>dt>span{
  color: #b8d9a6;
}
.subject-list3 div>dt{
  color: #70b24e;
}
.subject-list4 div>dt>span{
  color: #d8d6aa;
}
.subject-list4 div>dt{
  color: #b1ad54;
}
.subject-list5 div>dt>span{
  color: #a5b6ac;
}
.subject-list5 div>dt{
  color: #4b6d59;
}
/*end subject-list-title color*/
.bg-beige{
  background-color: #ffefd4; 
}
      /*find-photo*/
      .find-img-wrap{
        position: relative;
      }
      .find-img-wrap>img{
        position: absolute;
        width: 26%;
      }
      .find-photo1{
	width: 35%;
    	float: right;
	margin-top: 10px;
    	margin-left: 20px;
      }
      .find-photo2{
	width: 35%;
    	float: right;
	margin-top: 10px;
    	margin-left: 20px;
      }
      .find-photo3{
	width: 35%;
    	float: right;
	margin-top: 10px;
    	margin-left: 20px;
      }
      .find-photo4{
	width: 35%;
    	float: right;
	margin-top: 10px;
    	margin-left: 20px;
      }
      .find-photo5{
	width: 35%;
    	float: right;
	margin-top: 10px;
    	margin-left: 20px;
      }
      /*end find-photo*/

.caption{
  font-size: 1.4rem; 
  margin-top: -10px; 
  margin-bottom: 5px
}

/*====================
  footer
====================*/
footer{
  background-color: #ffefd4;
  text-align: center;
  padding-bottom: 58px;
  font-size: 2.0rem;
}

#btn_to_top {
    width: 42px;
    height: 56px;
    transition: all 0.7s;

    position: fixed;
    bottom: 20px;
    right: 20px;
}

.hidden {
    opacity: 0;
}

/*====================
  media (sp)
====================*/

@media screen and (max-width:768px){
  body{
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  /*====================
    common
  ====================*/
  .container{
    max-width: none;
    width: calc( 100% - 40px );
    margin: 0 20px;
  }
  .container2{
    max-width: none;
    width: calc( 100% - 40px );
    margin: 0 20px;
  }
  .font-20{
    font-size: 1.4rem;
  }
  .br-sp{
    display: block;
  }
  /* 2021 05 19 o-o */
.br-pc {
  display: none;
}
  /*====================
    header
  ====================*/
  header{
    padding-top: 50px;
    margin-bottom: 30px;
  }
  header h1{
    margin-bottom: 30px;
  }
  header p {
    margin-bottom: 30px;
  }
  header li{
    width: calc( 50% - 10px );
    margin-bottom: 16px;
    border-top-right-radius: 20px;
  }
  header li:nth-child(even){
    margin-left: 20px;
  }
  header li>a>dl{
    padding: 10px 8px 10px;
  }
  header li>a>dl>dt{
    font-size: 1.6rem;
  }
  header li>a>dl>dd{
    font-size: 1.4rem;
  }
  .parentheses,.parentheses02{
    font-size: 1.4rem;
  }
  .space{
    padding-left: 16px;
  }
  .circle{
    font-size: 1.6rem;
  }

  /*====================
    prefecture section
  ====================*/
  .prefecture-part{
    width: 16px;
    height: 16px;
  }
  .reason-inner{
    width: calc( 100% - 16px ); 
  }
      /*prefecture-icon*/
      .pig{
        top: 2%;
        right: 8%;
      }
      .map{
        top: -11%;
      }
      .business{
        top: -3%;
      }
      .global{
        top: -3%;
      }
      /*end prefecture-icon*/

  .prefecture-sub{
    padding: 20px 20px 20px 20px;
  }
  .m-bottom{
    margin-bottom: 20px;
  }
  .sub-text{
    margin-bottom: 20px;
  }

  /*====================
    recommend section
  ====================*/
  .recommend-title::before{
    height: 60px;
  }
  .recommend-title::after{
    height: 20px;
  }
  .recommend-wrap{
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 30px;
  }
  .so-title{
    margin-bottom: 20px;
  }
  .recommend-text1{
    margin-bottom: 0;
  }
  .recommend-text2{
    margin-bottom: 0;
  }
        /*recommend-photo*/
        .recommend-photo-wrap{
          margin-left: 24px;
          height: 260px;
        }
    
  /*====================
    find a dream section
  ====================*/
  .find-bg{
    padding-bottom: 30px;
    }
  .find-wrap{
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 30px;
    height:auto;
  }
  .find-wrap2{
    border-radius: 20px;
    padding: 20px;
  }
  .find-section-title>span{
    height: 80px;
  }
  .find-wrap h3,.find-wrap2 h3{
    margin-bottom: 20px;
  }
  .find-wrap p,.find-wrap2 p{
    margin-bottom: 20px;
  }
  .subject-list{
    line-height: 36px;
  }
  .subject-list div>dt{
    float: none;
    clear: none;
    width: 100%;
  }
  .subject-list div>dd{
    margin-left: 41px;
  }
        /*find-photo*/
        .find-img-wrap{
          position: static;
        }
        .find-img-wrap>img{
          position: static;
          width: 70%;
          display: block;
          margin: 30px auto 50px;
        }
        .find-photo1{
          display: block;
    	  float: none;
    	  margin: 30px auto;
    	  width: 70%;
        }
        .find-photo2{
          display: block;
    	  float: none;
    	  margin: 30px auto;
    	  width: 70%;
        }
        .find-photo3{
          display: block;
    	  float: none;
    	  margin: 30px auto;
    	  width: 70%;
        }
        .find-photo4{
          display: block;
    	  float: none;
    	  margin: 30px auto;
    	  width: 70%;
        }
        .find-photo5{
          display: block;
    	  float: none;
    	  margin: 30px auto;
    	  width: 70%;
        }
        /*end find-photo*/

        .caption {
          font-size:1rem; 
          margin-top:-5px; 
          margin-bottom:5px
        }

  /*====================
    footer
  ====================*/
  footer{
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  #btn_to_top {
    bottom: 30px;
    }
  
  }

/*====================
  media (sp-2)find-section-title>span
====================*/
@media screen and (max-width: 715px){
  .find-section-title>span {
      height: 50px;
  }
}
@media screen and (max-width: 650px){
.find-section-title>span {
    height: 30px;
  }
}
@media screen and (max-width: 550px){
  .find-section-title>span {
      height: 0px;
  }
}


