/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
@charset "UTF-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 18px;
  line-height:1.5;
  color:#4e1e01;
  font-family: 'Kosugi', sans-serif;
}

input,select,textarea,button{
  font-family: 'Kosugi', sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: 'Kosugi', sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: 'Kosugi', sans-serif;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{
  margin:0;padding:0px;
  font-family: 'Kosugi', sans-serif;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,p,span,table,th,td{
  /*mplus 1 のジャギをとる*/
  transform: rotate(0.05deg);
}
a {
  /*mplus 1 のジャギをとる*/
  transform: rotate(0.05deg);
  text-decoration: none; 
  color:#e73e3b;
}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a:hover{
  opacity: 0.8;
}

/*共通設定*/
.pc-none{
  display: none;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:1100px;
  margin:0 auto;
  text-align:center;
}

/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header.header_main{
  width: 100%;
  background: #fff;
}
div.head_in{
  display: flex; 
  justify-content: flex-start; 
  align-items: flex-start;  
  height: 90px;
  background: url(../images/head_bg.png) repeat-x top center;
  padding: 0 5px 0;
  box-sizing: border-box;
}
div.head_login{
  margin-left: auto;
  background-image: url(../images/login_bg.png);
  background-repeat: no-repeat;
  width: 159px;
  height: 87px;
}
div.head_login a{
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 26px 0 0 0;
}

.clearfix{
  clear:both;
}


/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.head_btn{
  font-size: 16px;
  padding: 10px 40px 10px;
  color: #fff;
  border-radius: 100vh;
  background: #008bd5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
}
.head_btn:hover{
  background: #fff;
  color: #008bd5;
  border: 2px solid #008bd5;
  font-weight: 500;
}
.reg_btn {
  font-size: 24px;
  padding: 25px 0px 25px;
  color: #fff;
  border-radius: 10px;
  background: #e73e3b;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  text-align: center;
}
.reg_btn:hover {
  background: #fff;
  color: #e73e3b;
  border: 2px solid #e73e3b;
  font-weight: 500;
}
.reg_btn2 {
  font-size: 24px;
  padding: 25px 0px 25px;
  color: #000;
  border-radius: 10px;
  background: #fde916;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 60%;
  margin: 0px auto 10px;
  text-align: center;
}
.reg_btn2:hover {
  background: #fff;
  color: #fde916;
  border: 2px solid #fde916;
  font-weight: 500;
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.mainview{
  background-image: url(../images/kv_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 796px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
div.mainview_in{
  display: flex; 
  justify-content: space-around; 
  align-items: flex-end;  
}
div.mainview_in h3 img{
  margin-bottom: -17px;
}

/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{
  background: #31a035;
  padding: 40px 0 60px;
}
.cta_in{

}
.cta_text{
  margin: 0 auto;
}
.cta_text h3{
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  padding: 0 0 40px 0;
}
.cta_wrap{
  margin: 0 auto;
}
.cta_wrap a{
  transition:1s all;
  display: block;
}
.cta_wrap a:hover{
  opacity: 1;
  transform:scale(1.2,1.2);
  transition:1s all;
}


h2.titleh2{
  margin: 0 auto ;
  color: #fff;
  font-size: 30px;
  background-image: url(../images/title_bg01.png);
  background-repeat: no-repeat;
  width: 748px;
  height: 165px;
  padding-top: 80px;
  box-sizing: border-box;
}
p.titletext{
  margin: 60px auto 60px;
  color: #4e1e01;
  font-size: 18px;
  line-height: 1.6;
}
h2.titleh2ok{
  margin: 0 auto ;
  color: #fff;
  font-size: 30px;
  background-image: url(../images/title_bg02.png);
  background-repeat: no-repeat;
  width: 716px;
  height: 165px;
  padding-top: 80px;
  box-sizing: border-box;
}
p.titletextwh{
  margin: 60px auto 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.aqua_bg{
  background-image: url(../images/aqua_star_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
}
.banana_bg{
  background-image: url(../images/kimidori_banana_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background: #4e3500;
}
div.footer_in{
  padding: 0px 20px 20px;
  box-sizing: border-box;
}
ul.foot_nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto 0;
}
ul.foot_nav li{
  width: 16%;
  border-left: 1px solid #fff;
  text-align: center;
}
ul.foot_nav li a{
  font-size: 16px;
  color: #fff;
}
ul.foot_nav li:first-child{
  border-left: none;
}

div.copy{
  background: #4e3500;
  padding: 20px 0 20px;
}
div.copy h5{
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

/*page top*/
#page_top{
  width: 59px;
  height: 59px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #e73e3b;
  border: 1px solid #fff;
  opacity: 0.8;
  -webkit-border-radius: 50px;/* for Safari and Chrome */
  -moz-border-radius: 50px; /* for Firefox */
  -o-border-radius: 50px; /* for opera */
  border-radius: 50px;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height:60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.d-none{
  display: none;
}

.side_banner{
  position: fixed;
  bottom: 70px;
  right:0;
}

/*--------------------------------------------------------
item
--------------------------------------------------------*/
.item{
  padding:0px 0 60px;
}
ul.item_list{
  margin: 40px auto 0px;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
}
ul.item_list li{
  width: 40%;
  margin: 0 20px 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  border: 2px solid #4e1e01;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
ul.item_list li h3{
  font-size: 24px;
  font-weight: bold;
  color: #4e1e01;
  padding: 0 0 40px 0;
}
ul.item_list li p{
  font-size: 16px;
  padding: 40px 0 0 0;
  margin-top: auto;
}
ul.item_list li img{
    align-self: center; /* 追加 */
}

/*--------------------------------------------------------
type
--------------------------------------------------------*/
.type{
  padding:0px 0 60px;
}
ul.type_list{
  margin: 40px auto 20px;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
  border-radius: 10px;
  border: 6px solid #fff;
  background:linear-gradient(105deg, #f7ff6f 50%, #75c3f1 50%);
}
ul.type_list li{
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.type_list li h3{
  width: 70%;
  border-radius: 50px;
  padding: 10px;
  font-size: 30px;

}
ul.type_list li:first-child h3{
  color: #4e1e01;
  border: 4px solid #4e1e01;
  margin-bottom: 20px;
}
ul.type_list li:last-child h3{
  color: #fff;
  border: 4px solid #fff;
  margin-top: 20px;
}
div.type_box{
  border-radius: 10px;
  border: 2px solid #4e1e01;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  width: 70%;
  margin: 40px auto 0;
}


/*--------------------------------------------------------
point
--------------------------------------------------------*/
.point{
  padding:0px 0 60px;
}
ul.point_list{
  margin: 40px auto 0px;
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
ul.point_list li{
  width: 418px;
  height: 132px;
  background: url(../images/point_6_bg.png) no-repeat;
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin: 0 0 20px 0;
}
ul.point_list li h3{
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
}


/*--------------------------------------------------------
flow
--------------------------------------------------------*/
.flow{
  padding:0px 0 10px;
  background: #31a035;
}
ul.flow_list{
  margin: 40px auto 40px;
  display: flex; 
  justify-content: space-around; 
  align-items: flex-start;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 20px 40px;
  box-sizing: border-box;
}
ul.flow_list li{
  width: 31%;
  text-align: center;
}
ul.flow_list li p{
  padding: 10px 0 0;
  font-size: 16px;
  margin: 0 auto;
}
ul.flow_list li p span{
  color: red;
  font-size: 14px;
  line-height: 1.2 !important;
}


/*--------------------------------------------------------
下層ページ　デザイン
--------------------------------------------------------*/
.low_wrap{
  padding:0px 0 45px;
}

/*--------------------------------------------------------
guide
--------------------------------------------------------*/
.guide{
  padding:40px 0 40px;
}
.guide_in{
  border: 2px solid #4e3500;
  padding: 30px;
  margin: 20px auto;
  border-radius: 10px;
}
.guide_in div{
  text-align: left;
  padding: 20px;
}
.guide_in h3{
  background: #4e3500;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about_in{
  margin: 20px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
table.about_tb{
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
table.about_tb th{
  width: 30%;
  border-bottom: 1px solid #000;
  padding: 40px;
}
table.about_tb td{
  width: 70%;
  border-bottom: 1px solid #000;
  padding: 40px;
}


.privacy_in{
  background: #fff;
  padding: 30px;
  margin: 0px auto;
  text-align: left;
}
.privacy_in h3{
  padding: 10px 0 10px;
  font-size: 18px;
}

.privacy_in p{
  padding: 10px 0 10px;
  font-size: 16px;
}



