﻿/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
:root{
    --color1: #f8f4e6;
    --color2: #059dff;
    --color3: #ff699c;
    --color4: #ffd737;
	--text: #111111;
    --base: #ffffff;
    
    --font1: 16px;
    --fontB1: 32px;
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}
/* スマホ */
@media screen and (max-width: 667px){
    :root{
        --fontB1: 22px;
    }
}
/*--------------------------------------------
 
----------------------------------------------*/




/*--------------------------------------------
 
----------------------------------------------*/




/*--------------------------------------------
 プライバシーポリシー
----------------------------------------------*/



/*--------------------------------------------
 お問い合わせ
----------------------------------------------*/


/* --------------------------------------------
 メインイメージ 
---------------------------------------------*/

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}

/* --------------------------------------------
 リンクボタン 
---------------------------------------------*/

.linkStyle,a{
	color: var(--color1);
	text-decoration: underline;
	transition: all 0.5s;
}
a{
    text-decoration: none;
}
.linkStyle:hover,a:hover{
	opacity: 0.7;
	text-decoration: none;
}



/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}
/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
html,body,.font_10,.font_11,.font_12,.font_13,.font_14,.font_15{font-size: var(--font1);}
.font_2up{font-size: max(calc(var(--font1) + 2px), calc(1rem  + 2px));}
.font_4up{font-size: max(calc(var(--font1) + 4px), calc(1rem  + 4px));}
.font_2dw{font-size: max(calc(var(--font1) - 2px), calc(1rem  - 2px));}
.font_4dw{font-size: max(calc(var(--font1) - 4px), calc(1rem  - 4px));}
.font_6dw{font-size: max(calc(var(--font1) - 6px), calc(1rem  - 6px));}






/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}


/* color */
body, .txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--text);}
.linkStyle{transition: 0.5s;color: var(--color2)}
.linkStyle:hover{opacity: 0.7}

.txt_white, .hvr_txt_white:hover{color: white;}
.txt_red, .hvr_txt_red:hover{color: var(--red);}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_white, .hvr_bg_white:hover{background-color: white} /* 白背景 */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.border_white, .hvr_border_white:hover{border-color: white}
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}





h2, h3, h4, .head_test, .hyo_h3 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.privacy .box a:hover {
    color: #fff !important;
}
.privacy .box .txt_white {
    color: #FFF !important;
}
.hyou img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

.modal_box .box_title1 {
    text-align: center;
}
.modal_bt{cursor: pointer}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10;
     border-radius: 25px;
}
.modal_bt {
    margin: 20px auto 0;
    border-radius: 50px;
}
.close_bt{
    cursor: pointer;
    border-radius: 50px;
}
.txt_color1 {
    color: var(--text);
}
.txt_color2 {
    color: var(--color3);
}
.bg_color5 {
    background-color: #f8f4e6;
}
.footer_sitemap {
    border-color: var(--color3);
}
.footer {
    background-color: var(--color1);
}
.copy, #pagetop {
    background-color: var(--color3);
}
.modal_box .box_title1 {
    color: #111;
}
.c_title {
    color: #fff;
    font-size: 24px;
    top: -30px;
}
.c_t {
    padding: 15px 10px;
    border-radius: 55px;
}
#cms_1-c .box_title1 {
    color: var(--color3);
}
#con3 .linehight_1-h {
    color: #222;
}
.cate_list li a {
    color: var(--color3);
}
.cate_list li a:hover {
    color: var(--color1);
}
.footer p, .footer i, .footer a, .more a, #topCms .cmstitle h3 {
    color: #111;
}
.more a:hover {
    color: #fff;
}
.more a:hover .fa-arrow-circle-right:before {
    color: #fff;
}
.con1_inner {
    background-image: url(./Dup/img/paso3.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position-x: 50%;
    height: 850px;
    padding-top: 100px;
}

@media  screen and (max-width: 1294px){
.con1_inner {
    height: 950px;
}
}
@media  screen and (max-width: 930px){
.con1_inner {
    height: 1000px;
}
}
@media  screen and (max-width: 830px){
.con1_inner {
    height: 1150px;
}
}

#con1 h2 {
    line-height: 1.5;
    width: 75%;
    margin: 30px auto;
}
#con1 p {
    width: 70%;
    margin: 0 auto;
}

#cms_6-a .cate_title {
    color: #111;
}
h2, h3, h4 {
    font-weight: bold;
}
.privacy .box .txt_white, #google_privacy a {
    color: var(--color3);
}
.pager li:hover a {
    background-color: var(--color3);
}
.pagetitle {
    background-color: var(--color1);
}
#page10 .sitemap li a {
    background-color: var(--color3);
}
#page10 .sitemap li a:hover {
    background-color: var(--color4);
}
.cate_list li a,.more a{
    background-color: var(--color1);
    /*background: linear-gradient(90deg, var(--color3)5%, var(--color1)95%);*/
    color: var(--color3);
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.8s;
}

.cate_list li a:hover,.more a:hover{
    background-color:var(--color3);
    opacity: 0.7;
}
.paso {
    width: 30%;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.paso2 {
    z-index: -1;
    width: 36%;
    opacity: 0.3;
    bottom: -125px;
    right: 0;
}
.sen {
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}
.f_contact_box .font_16 {
    margin-top: 15px;
}
.con1_inner .arrow {
    color: var(--color2);
}
.topTxt1 .arrow {
    left: 43%;
}
.fa-phone:before {
    display: none;
}
.privacy .box a {
    background-color: var(--color2);
}
.privacy .box a:hover {
    color: var(--color3);
    background-color: var(--color4);
}
.cate_list li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.head_test {
    margin-bottom: 20px;
    border: 5px solid #059bfc;
    border-radius: 50px;
    background-image:
        linear-gradient(90deg, transparent 15px, #059bfc 16px calc(100% - 16px), transparent calc(100% - 15px)),
        repeating-linear-gradient(45deg, #ffd737, 2px, #059bfc 2px 4px);
    color: white;
    font-weight: bold;
    text-align: center;
}
.hyo_h2 {
    padding: 11px 11px 11px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 10px solid white;
    box-shadow: 0 0 0 0px var(--color2);
    background-color: var(--color2);
    color: #fff;
    text-align: center;
}


#con1 .box_txt1 {
    width: 80%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}
.modal_box {
    background-color: #fff;
}
/* 閉じるボタン付き追従バナー */
.fix_banner {
    max-width: 400px;
    position: fixed;
    bottom: 0;
    right: 50%;
    z-index: 8;
    transition: 0.5s;
    transform: translateX(50%);
}
.fix_banner .close_bt {
    position: absolute;
    bottom: 85px;
    left: -1%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    border: solid 2px #004b9b;
    z-index: 11;
    cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #004b9b;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;}
.fix_banner {
    z-index: 10;
    transition: 0.5s;
}
.fix_banner .close_bt{bottom: 65px;left: -1%;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 250px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 40px;
	left: -1%;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
.fix_banner {
    z-index: 10;
    transition: 0.5s;
}
}
/* 閉じるボタン付き追従バナー end */



/**************fv_アニメーション**********************/
#main_img {
    height: 100vh;
    padding-top: 0px;
}
.ira01 {
    bottom: 100px;
    width: 35%;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: up2 1s ease-in-out 8.5s forwards;
}
@keyframes up2 {
0% {
    bottom: -200px;
    opacity: 0;
  }
  100% {
    bottom: 100px;
    opacity: 1;
  }
}
.fv01 {
    bottom: 0;
    width: 100%;
    opacity: 0;
    animation: up1 1s ease-in-out 7.5s forwards;
}
@keyframes up1 {
0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.te01 {
    top: 40%;
    left: 10%;
    width: 30%;
    opacity: 0;
    animation: foll1 2.5s ease-in-out 2.5s forwards;
}
@keyframes foll1 {
0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
.te02 {
    top: 40%;
    right: 10%;
    width: 30%;
    opacity: 0;
    animation: foll2 2.5s ease-in-out 3s forwards;
}
@keyframes foll2 {
0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
.te03 {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    opacity: 0;
    animation: foll3 2.5s ease-in-out 4.5s forwards;
}
@keyframes foll3 {
0% {
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  30% {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  50% {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  70% {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
}
.te04 {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.te04 img {
    animation: scale 4s ease-in-out 7s forwards;
    opacity: 0;
}
@keyframes scale {
0% {
    
    transform: scale(2);
    opacity: 0;
  }
  25% {

    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.te05 {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.te05 img {
    animation: scale2 1.5s ease-in-out 11s forwards;
    opacity: 0;
}
@keyframes scale2 {
0% {
    
    transform: scale(0);
    opacity: 0;
  }
  75% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.te06 {
    top: 21%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 30%;
    opacity: 0;
    animation: scale3 1.5s ease-in-out 13s forwards;
}

@keyframes scale3 {
0% {
    
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.te07 {
    left: 16%;
    bottom: 14%;
    width: 200px;
    opacity: 0;
    animation: scale4 1s ease-in-out 14s forwards;
}
@keyframes scale4 {
0% {
    
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.te08 {
    bottom: 31%;
    left: 21%;
    width: 250px;
    opacity: 0;
    animation: scale5 1s ease-in-out 14.5s forwards;
}
@keyframes scale5 {
0% {
    
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*************ポヨン************************************/
.hukidasi{
	opacity: 0;
}
.hukidasi.item.start{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 3px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 3px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
/*********************************************/
.fadein {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.fadein.fadetrans {
    opacity: 1;
    transform: scale(1);
}
/* タブレット */
@media screen and (max-width: 768px){
.header-in {
    background-color: rgba(255,255,255,0);
}
#con1 h2 {
    text-align: center;
}
#con1 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 18px;
}
.con1_inner {
    background-image: url(./Dup/img/paso3.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position-x: 50%;
    height: 750px;
    padding-top: 70px;
    width: 100% !important;
}
.con1_inner h2 {
    margin-top: 25px;
}
.modal_bt {
    margin: 10px auto 0;
    border-radius: 50px;
}
#con1 p {
    width: 70%;
    margin: 0 auto;
}

#con3 .box {
    width: 80% !important;
    margin: 10px auto 100px;
}
.c_title {
    font-size: 30px;
}
.ira01 {
    width: 60%;
    left: 60%;
}
#main_img {
    height: 70vh;
    padding-top: 0px;
}
.te05 {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.te04 {
    width: 75%;
}
#con1 h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal_box {
    padding: 50px 0;
}
 #con1 .box_txt1 {
    width: 90%;
}
.paso2 {
    z-index: -1;
    width: 40%;
    opacity: 0.3;
    bottom: 62px;
    right: 0px;
}
.te01 {
    top: 70%;
    left: 10%;
    width: 50%;
    opacity: 0;
    animation: foll1 2.5s ease-in-out 2.5s forwards;
}
.te02 {
    top: 50%;
    right: 10%;
    width: 50%;
    opacity: 0;
    animation: foll2 2.5s ease-in-out 3s forwards;
}
.te03 {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    opacity: 0;
    animation: foll3 2.5s ease-in-out 4.5s forwards;
}
.te06 {
    top: 19%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 50%;

}
.te04 img {
    animation: scale 4s ease-in-out 7s forwards;
    opacity: 0;
}
@keyframes scale {
0% {
    
    transform: scale(1.5);
    opacity: 0;
  }
  25% {

    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.te07 {
    left: 5%;
    bottom: 19%;
    width: 180px;
}
.te08 {
    bottom: 40%;
    left: 14%;
    width: 200px;
}
}
/* スマホ */
@media screen and (max-width: 667px){
.modal_box {
    padding: 50px 0;
}
.con1_inner {
    background-image: none;
    padding-top: 0;
}
#con3 .box {
    width: 100% !important;
    margin: 10px auto 10px;
}
.f_contact_box h4 {
    font-size: 36px;
}
.logo1 {
    padding-left: 0px;
}
.c_title {
    font-size: 24px;
}
#cms_1-c {
    padding: 20px 10px;
}
.modal_bt {
    margin: 40px auto 0;
    border-radius: 50px;
}
.con1_inner h2 {
    margin-bottom: 50px;
    margin-top: 50px;
}
#con1 p {
    width: 90%;
}
#con3 .title .en {
    font-size: 17px;
}
#con3 .pd_r-20px {
    padding-right: 5px;
}
#con3 .pd_l-20px {
    padding-left: 5px;
}
.con1_inner {
    height: 450px;
}
.ira01 {
    width: 70%;
    left: 63%;
}
@keyframes up2 {
0% {
    bottom: -200px;
    opacity: 0;
  }
  100% {
    bottom: 50px;
    opacity: 1;
  }
}
  .head_test {
    margin-bottom: 20px;
    border: 5px solid #059bfc;
    border-radius: 50px;
    background-image: linear-gradient(90deg, transparent 15px, #059bfc 16px calc(100% - 16px), transparent calc(100% - 15px)), repeating-linear-gradient(45deg, #059bfc, 2px, #059bfc 2px 4px);
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
}
#con1 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 18px;
}
.hyo_h2 {
    padding: 5px 5px 5px 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 10px solid white;
    box-shadow: 0 0 0 5px var(--color2);
    background-color: var(--color2);
    color: #fff;
    text-align: left;
    line-height: 1.5;
}
.te06 {
    top: 19%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.te07 {
    left: 4%;
    bottom: 21%;
    width: 100px;
}
.te08 {
    bottom: 40%;
    left: 7%;
    width: 170px;
}
}
