﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Praise&display=swap');

/* ---------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */

/* font -----------------------------------------------------------------------------*/

:root {
    --font-jp:  'Zen Maru Gothic', sans-serif;
    --font-jp2:  'Zen Maru Gothic', sans-serif;
    --font-en: "Praise", cursive;
    --font-en2:"Praise", cursive;
}

body{
	font-family:  var(--font-jp2) !important;
}

h2, h3, h4, .footer_tel a, .head_tel a{
	font-family:  var(--font-jp) !important;
}

.attach_txt, .fon_jos, .more a,#con_nav li:last-child a{
	font-family:  var(--font-en) !important;
	font-weight: 500;

}

input, .catch h2,.catch .font_4up{
	font-family:  var(--font-jp) !important;
}
.more a{
	font-size: 20px;
}

#top_contents1 h2,#top_contents2 h2,#top_cms h2,.title_box h2,.gyoumu_box h2{
        font-size: calc(1rem + 11px);
}

#top_contents1 h2 {
    font-size: calc(1rem + 16px);
}

.font_2dw{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

/* font -----------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #92b4ec;
    --color2: #FFD24C;
    --color3: #ffe69a;
    --color4: #FFFFFF;
    --color5: #677183;
    --white:#ffffff;
    --black: #1a1a1a;
    --gray:#b7b7b7;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.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 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--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_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.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);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--black);
	opacity: 0.7;
	transition: all 0.5s;
}

#sp_nav .sp_nav_ul1 li a{
    color: var(--color1);
}

#sp_nav .sp_nav_ul2 li a{
    color: var(--black);
}

body#body {
    background: var(--white);
}


.bg_color3{
    background-color:transparent;
    background-image:url(/Files/img/bg.png);
    background-repeat:repeat;
    background-size:700px;
}

/* ------------------------------　con_nav　▼------------------------------ */
#con_nav li .nav_title {
    color: var(--color1);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0px;
}

#con_nav li a {
    background-image: url(/Files/img/header_icon1.png);
    background-size: 43px auto;
    padding: 45px 5px 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#con_nav li a .nav_sub_title {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + -5px);
}

/* ------------------------------　con_nav　▲------------------------------ */

/* ------------------------------　つなぎデザイン　▼------------------------------ */
#main_img:before, #main_img:after, #top_news:before, #top_news:after, #top_contents1:before, #top_contents1:after, #top_contents3:before, #top_contents3:after, #top_cms:before, #top_cms:after, #footer_info:before, #footer_info:after, #footer:before, #foote:after, #page_title:before, .page_title_bg:after, .footer_item:before,#attach_area:before, #attach_area:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}

/* #top_contents1::before{
    width: 100%;
    height: 70px;
    background-image: url(/Files/img/nami2.png);
    background-size: cover;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
} */

#top_cms::before {
    width: 100%;
    height: 22vh;
    background-image: url(/Files/img/nami4.png);
    background-size: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 0;
}

#attach_area:after {
    width: 100%;
    height: 21vh;
    background-image: url(/Files/img/nami3.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    bottom: 0;
    z-index: -8;
}

/* #footer::before {
    width: 100%;
    height: 80px;
    background-image: url(/Files/img/nami5.png);
    background-size: cover;
    top: -79px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 1;
} */


/* ------------------------------　つなぎデザイン　▲------------------------------ */
#main_img img {
    height: 100% ! IMPORTANT;
    object-fit: cover;
    object-position: center;
}

/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
.cate_list li{
    background-color: var(--color1);
    border-radius: 7px;
}

.cate_list a {
    color: var(--white);
}

/* ------------------------------　intro　▼---------------------------------- */

.head_tel,.footer_tel{
    font-size:1.5rem;
    font-weight:bolder;
    color: var(--color5);
    background-color: transparent;
    background-image: url(/Files/img/awa_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    padding: 90px 10px;
}

.footer_tel a,.head_tel a {
    color: var(--color5);
}

.head_tel .font_2dw{
    font-size: 13px!important;
    letter-spacing: 0px;
}

.head_tel span,
.footer_tel span{
    font-size: 1.2rem;
}

.head_tel a {
    font-size: 20px !important;
    letter-spacing: 0px;
}


.main-visual {
  position: relative;
  height: 100vh; /* 必要に応じて調整 */
  overflow: hidden;
}

.main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画面にフィットさせたい場合 */
  display: block;
}
/* ------------------------------　intro　▲---------------------------------- */

/* ------------------------------　contents1　▼------------------------------ */

#top_contents1 .con_title {
    color: var(--color1);
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 18px);
}

#top_contents3 .con_title{
    color: var(--color1);
    font-size: 30px;
}


/*移動アニメーション*/
.demo_item{
	width: 300px;
	height: 150px;
	border-radius: 10px;
	background-image: url("/Files/img/track.png");
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 1;
}

.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
.demo_outer{
    width:100%;
    bottom:-2%;
}
.demo_stage{
    position: relative;
    width: 100%;
    height: 150px;
    top: 0;
    display: block;
}
.demo_wrap{
	display: block;
    position: absolute;
    top: 0;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -200px;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}
[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}
@keyframes GoLeft {
	0% {right: 10%;}
	100% {right: 98%;}
}
@keyframes GoRight {
	0% {right: 90%;}
	100% {right: 10%;}
}
@keyframes upDown {
	0% {top: 0;}
	100% {top: 3px;}
}


/* ------------------------------　contents1　▲------------------------------ */


/* ------------------------------　contents2　▼------------------------------ */

.cms_title h3 {
    color: var(--color1);
    font-size: 30px;
}

/* ------------------------------　contents2　▲------------------------------ */

/* ------------------------------　contents3　▼------------------------------ */
#top_contents3 {
    background-image: url(/Files/img/asiato_bg.png);
    background-position: 8% 90%;
    background-size: 8%;
    background-repeat: no-repeat;
}

/* #top_contents3 .con_before {
    width: 30%;
    height: 23px;
    left: 0;
    bottom: 0;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
} */


#top_contents3 .con3_wrap {
    background: url(/Files/img/kage1.png) no-repeat;
    background-size: contain;
    background-position: 100% 0%;
}
/* ------------------------------　contents3　▲------------------------------ */
#top_news {
    background-image: url(/Files/img/asiato_bg.png);
    background-position: 89% 10%;
    background-size: max(50px, 7vw);
    background-repeat: no-repeat;
    padding: 0;
}

.cms_title, #page_title .title_wrap{
    background-image: url(/Files/img/bg2.png);
    background-position: center top;
    background-size: 80px;
    background-repeat: no-repeat;
    padding-top: 85px;
}
.cms1inner .cms_title {
    background: none;
    padding-top: 0;
}

#top_contents3 .btn_container a{
    padding: 5px 15px 3px;
    height: 60px;
    margin: 0 auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 1px #e8e8e8;
    -moz-box-shadow: 3px 3px 0px 1px #e8e8e8;
    box-shadow: 3px 3px 0px 1px #e8e8e8;
    -webkit-transition: all 0.3s ease, transform 0.3s ease;
    -moz-transition: all 0.3s ease,transform 0.3s ease;
    -o-transition: all 0.3s ease,transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #06c052;
}
/* ---------------------------------------　footer　▼--------------------------- */
#footer_info {
    background-image: url(/Files/img/asiato_bg.png);
    background-position: 3% 70%;
    background-size: 6%;
    background-repeat: no-repeat;
}


footer {
    background-color: var(--color3) ! IMPORTANT;
}

#footer {
    padding: 50px 0 100px;
}

/* ---------------------------------------　footer　▲--------------------------- */

.fixbnr {
    right: 110px;
    left: auto;
    bottom: 10px;
    width: 400px;
    position: fixed;
}

/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */
#page_title .title_wrap {
    color: var(--black);
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0, /*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0, /*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0 -1px 0, /*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}

.page_title_bg h1 {
    max-width: 250px;
    padding: 10px 0;
}

#page_title .title_img .con2_bg {
    opacity: 0.5;
}

.page_title_bg {
    background-color: var(--color2);
}

/* -----------------------------------　お問い合わせ　▼*  -----------------------------------*/

.tel_wrap {
    padding: 50px 10px;
}

.contact-section .contact-box h3, .form_wrap .contact_box h3{
    font-weight: 800;
}


.contact-box a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}
/* -----------------------------------　お問い合わせ　▲*  ----------------------------------- */

.tel_bnr a {
    height: 60px;
    box-shadow: rgb(232, 232, 232) 3px 3px 0px 1px;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: var(--color1);
    padding: 5px -5px 3px;
    margin: 0px auto;
    border-radius: 10px;
    transition: 0.3s, transform 0.3s;
}

.line_bnr a {
    height: 60px;
    box-shadow: rgb(232, 232, 232) 3px 3px 0px 1px;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: rgb(6, 192, 82);
    padding: 5px -5px 3px;
    margin: 0px auto;
    border-radius: 10px;
    transition: 0.3s, transform 0.3s;
}

/* *  -----------------------------------　プライバシーポリシー ▼*  ----------------------------------- */

.privacy_box h3 {
    color: var(--color1);
}

/* *  -----------------------------------　プライバシーポリシー ▲*  -----------------------------------*/


/**  -----------------------------------　サイトマップ　▼*  ----------------------------------- */
.more a span{
    color: var(--black);
    border-color: var(--black);
}

.more a::after{
    background-color: var(--color1) !IMPORTANT;
}

/**  -----------------------------------　サイトマップ　▲*  ---------------------------------- */

/*--------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
video.video {
    left: 40%;
}

.demo_item {
    width: 200px;
    height: 100px;
}

#top_contents3 {
    background-position: 97% 100%;
    background-size: 15%;
}

.fixbnr {
    right: 80px;
    left: auto;
    bottom: 10px;
    width: 400px;
    position: fixed;
}

.catch {
    z-index: 4;
    top: 20%;
    right: 36%;
    /* width: 60%; */
    bottom: auto;
}

#con_nav {
    display: none;
}

/* ------------------------------　つなぎデザイン　▼------------------------------ */

#top_news::before {
    height: 50px;
    left: 0;
    top: -1px;
}

#top_contents1 .con_title {
    color: var(--color1);
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 18px);
}

#top_contents1::before {
    height: 40px;
    left: 0;
    top: -10px;
}

#top_contents1::after {
    height: 50px;
    left: 0px;
    bottom: -46px;
}

#attach_area:after  {
    height: 80px;
}

#top_cms::before {
    height: 40px;
    left: 0;
    top: -1px;
}


#footer::before {
    height: 50px;
    left: 0;
    top: 0px;
}

.footer_item:before{
    height: 50px;
    left: 0;
    top: -50px;
}

#page_title::before {
    height: 50px;
    left: 0;
    bottom: 0%;
}

.page_title_bg::after {
    width: 100%;
    height: 50px;
    left: 0;
    top: 100%;
}

.point01{
    top: 39%;
    left: 3%;
}


.point02{
    top: 42%;
    left: 3%;
}
.point03{
    top: 78%;
    left: 3%;
}

/* ------------------------------　つなぎデザイン　▲------------------------------ */

.font_2dw {
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 2px);
}

.triangle01 {
    width: 180vw;
}

#foot_nav li a {
    padding: 15px;
}

.info_txt_wrap {
    background-color: transparent;
}

#top_contents1::before {
    left: 0;
    top: 100px;
}

#footer {
    padding: 100px 0 100px;
}

.footer_h1 {
    padding: 20px;
}

.page_title_bg h1 {
    max-width: 150px;
    padding: 0px 0;
}

#page02, #page03, #page04,#page05,#page06,#page07,#page08,#page09,#page10{
    margin-top: 0px;
    margin-bottom: 50px;
}

}

/*--------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 667px){
video.video {
    left: 20%;
}

.cms_title h3 {
    font-size: 26px;
}

#main_img{
	height: 115vw;
	width: 100%;
}

#top_contents1 .con1_img2{
    right: 130px;
}

#top_contents1 .con_title {
    letter-spacing: -1px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

.triangle01 {
    width: 180vw;
    bottom: 0px;
    right: 0px;
}

.demo_outer {
    width: 100%;
    bottom: -9%;
}

.demo_item {
    width: 130px;
    height: 50px;
}

#loader {
    background-size: 50%;
}

.font_2dw {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}

.font_4up_sp {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

.point01{
    top: 18%;
    left: 3%;
    width: 21%;
}


.point02{
    top: 39%;
    left: 3%;
    width: 21%;
}


.point03{
    top: 71%;
    left: 3%;
    width: 21%;
}
/* ------------------------------　つなぎデザイン　▼------------------------------ */

#top_news::before {
    height: 50px;
    left: 0;
    top: -1px;
}

#top_contents1::before {
    height: 30px;
    left: 0;
    top: 100px;
}

#top_contents1::after {
    height: 50px;
    left: 0px;
    bottom: -40px;
}

#attach_area:after  {
    height: 80px;
}

#top_cms::before {
    height: 30px;
    left: 0;
    top: -1px;
}



.footer_item:before{
    height: 50px;
    left: 0;
    top: -50px;
}

#page_title::before {
    height: 50px;
    left: 0;
    bottom: 0%;
}

.page_title_bg::after {
    width: 100%;
    height: 50px;
    left: 0;
    top: 100%;
}

/* ------------------------------　つなぎデザイン　▲------------------------------ */

#top_contents3 .con_title {
    letter-spacing: 0;
    font-size: 23px;
    margin-bottom: 0px;
}

.footer_txt {
    font-size: 15px;
}

#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {
    margin-left: 30px;
}

    .catch {
        right: auto;
        width: 90%;
        bottom: auto;
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

#footer {
    padding: 100px 0 0;
}

.fixbnr {
    right: 50px;
    bottom: 10px;
    width: 230px;
}

#cms_3-c .btn_container a, #cms_3-e .btn_container a{
    font-size: 14px;
}

}
/*----------------------------------------------------------------------------------------------320px以下サイズ---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px){

#top_contents1 .con_title {
    letter-spacing: -1px;
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 8px);
}

#top_contents3 .con_title {
    letter-spacing: -1px;
    font-size: 21px;
    margin-bottom: 0px;
}

}


[id^="cate"] {
	scroll-margin-top: 250px;
}
@media (max-width: 768px) {
  [id^="cate"] {
    scroll-margin-top: 180px;
  }
}

/*-----------0819内田デバック----------------------------------------------------------------------*/
.demo_item {
    z-index: 3;
}
