﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.font_en, .date, a[href^="tel:"], a[href^="mailto:"] {
    font-family: 'Zen Kaku Gothic New', 'Outfit', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #92aac9;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #efcd51;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #cfe2f9;} /* メインカラー */
.hvr_bg_color1:hover{background-color: #efcd51;}
.bg_color2, .hvr_bg_color2:hover{background-color: #f1f1f1;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #92aac9;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #cfe2f9;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #92aac9;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #92aac9;}
.border_color4, .hvr_border_color4:hover{border-color: #cfe2f9;}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {background-color: #92aac9!important;}
.hamburger.active .hamburger__icon {background-color: transparent!important;}
.button:hover::after {box-shadow: inset 0 0 0 15em #fbe595;}
#main_menu ul li a::before {background-color: #92aac9;}
#body{overflow: hidden;}
.button2:hover {box-shadow: none;}

/* header */
#main_menu ul li a {
    font-weight: bold;
}
/*.flex_box header{*/
/*    height: 90vh;*/
/*    border-radius: 20px;*/
/*    top: 50%;*/
/*    left: 1%;*/
/*    transform: translateY(-50%);*/
/*    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
/*    border: 2px solid #92aac9;*/
/*}*/

/* top ----------------*/
#main_img, #contents1 {background-color: #f6efaf;}

/* main img */
.scroll_bt{display: none;}
#main_img .main_img{
    height: 80%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
#main_img img {
    max-height: none;
    min-height: auto;
}
#main_img .img {
    width: auto;
    height: 100%;
    border-radius: 1000px 1000px 0 0;
}
#main_img .logo{
    width: 60%;
}
#main_img .catch{
    top: auto;
    bottom: 7%;
    max-width: 480px;
}
#main_img .main_l{
    top: 1%;
    left: 1%;
    max-width: 300px;
    width: 20%;
}
#main_img .main_r{
    bottom: 1%;
    right: 1%;
    max-width: 300px;
    width: 20%;
}
#main_img .main_t{
    top: 2%;
    right: 3%;
    max-width: 150px;
    width: 10%;
}
#main_img .main_b{
    bottom: 11%;
    left: 5%;
    max-width: 240px;
    width: 15%;
}
#main_img .pika {
    top: 0;
    right: -20px;
    max-width: 60px;
    animation:katakata 2s steps(2,start) infinite;
}
@keyframes katakata{
0%{transform:rotate(-10deg);}
50%{transform:rotate(0deg);}
100%{transform:rotate(-10deg);}
}
/*#main_img .main_img{*/
/*	-webkit-mask-image: url("../Dup/img/mask.png");*/
/*    mask-image: url("../Dup/img/mask.png");*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    mask-repeat: no-repeat;*/
/*    -webkit-mask-position: top;*/
/*    mask-position: top;*/
/*    -webkit-mask-size: 100%;*/
/*    mask-size: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/* main */

/* intro */
#contents1 {padding: 150px 10%;}
#contents1 .con_no{
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    font-weight: bold;
}
#contents1 .con_no::before{
    display: none;
}
#contents1 .txt2{
    color: #585b60;
}
#contents1 .txt3{
    background-color: rgb(255 255 255 / 50%);
    padding: 20px;
    border-radius: 10px;
    position:relative;
}
#contents1 .txt3::before {
    content: "";
    background-image: url(./Dup/img/intro.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 230px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: 1;
}

/* contents */
#contents2 .con_no{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Parisienne', cursive;
    display: block;
}
#contents2 .con_no::after, #contents3 .con_no::after{
    content: "";
    background-image: url('./Dup/img/main_s.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    width: 50px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: -1;
}
#contents3 .con_no::after{
    background-position: top right;
    right: -40px;
    left: auto;
}
#contents2 .con_no::before {
    width: 80%;
    height: 2px;
    right: -20%;
}
#contents2 .txt4, #contents3 .txt5{font-weight: 500;}
#contents3 .txt5{text-align: right;}
#contents3 {background-color: #f6efaf;}
#contents3 .con_no{
    font-size: 50px;
    line-height: 1;
    padding-right: 0;
    margin-bottom: 10px;
    font-family: 'Parisienne', cursive;
    display: block;
    text-align: right;
}
#contents3 .con_no::before {
    width: 80%;
    height: 2px;
    right: auto;
    left: -20%;
}
#contents3 .img6_wrap{
    margin-top: -50px;
    z-index: 1;
}
#contents2 .grid_6, #contents3 .grid_6 {z-index: 1;}
.img5_wrap::before, .img6_wrap::before{
    content: "";
    background-color: #cfe2f9;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.img5_wrap::before{
    top: -20px;
    right: -20px;
}
.img6_wrap::before{
    bottom: -20px;
    left: -20px;
}

/* topcms */


/* footer */



/* under page */

/* cms1 */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/* cms2 */

/* cms3 */

/* cms4 */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1 .faq_no{background-color: #92aac9;}
.qa_type5 .box_txt1 .faq_no {    border-color: #92aac9;color: #92aac9}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_box {padding-top: 65px;}
#main_img {height: 80vh;}
#main_img .main_t {width: 13%;}
#main_img .main_b {
    bottom: 10%;
    left: 2%;
    width: 21%;
}
#contents1 {padding: 100px 10%;}
#contents1 .txt3::before {
    width: 180px;
}
#contents3 .img6_wrap {margin-top: 50px;order:2;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.main_box {padding-top: 55px;}
#main_img {height: 90vh;}
#main_img .main_img {height: 70%;top: 10%;}
#main_img .catch {
    bottom: 10%;
    width: 85%;
}
#main_img .catch img {
    height: 18px;
}
#main_img .logo {width: 90%;}
#main_img .main_l, #main_img .main_r {width: 28%;}
#main_img .main_t {width: 20%;}
#main_img .main_b {
    bottom: 0;
    width: 32%;
}
#contents1 {padding: 50px 5% 100px 5%;}
#contents1 .txt3::before {
    width: 140px;
    height: 200px;
    bottom: -90px;
    right: -50px;
}
#contents2 .con_no, #contents3 .con_no {font-size: 36px;}
#contents2 .con_no::before, #contents3 .con_no::before {width: 60%;}
#contents3 .grid_6:last-child {margin-top: -50px;}
#contents2 .con_no::after, #contents3 .con_no::after {width: 45px;}

}


/*20221109公開後修正*/
#video video {
    height: auto;
    transform: none;
    vertical-align: top;
    top: 30px;
    left: 30px;
    width: 75%!important;
    border-radius: 100px;
}
#main_img .logo {
    width: 35%;
    top: 20%;
    left: auto;
    right: 30px;
    transform: none;
}
#main_img .main_img2 {
    bottom: 30px;
    right: 30px;
    width: 30%;
    max-width: 450px;
}
#main_img .main_img2 .img{
    width: 100%;
    height: auto;
}
#main_img .catch {
    bottom: 15%;
    max-width: 500px;
    left: 30px;
    transform: none;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    height: 55vh;
}
#main_img .catch {
    max-width: 420px;
}
#video video {
    left: 0;
    width: 85%!important;
}
#main_img .logo {display: none;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#video .video {
    top: 20px;
    left: 0;
    width: 95%!important;
    border-radius: 30px;
}
#main_img .main_img2 {
    bottom: 10px;
    right: 5px;
    width: 40%;
}
#main_img .catch {
    bottom: 5%;
    left: 5%;
    width: 47%;
}
#main_img .catch img {height: auto;}

}




