﻿
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root{
    --font-jp: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
/*    --font-en: 'Jost', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;*/
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
    font-weight: 600;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}
.font_bold{
    font-weight: 900;
}

/* ---------- color ---------- */



/* ---------- all ---------- */
body{
    line-height: 1.7;
}
#wrap{
    min-width: 1280px;
}
#header.pd_t-30px{
    padding-top: 0;
}
header .inner {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #333333;
}
#header.head_fix .inner{
    background-color: #fff!important;
}
#pc_nav ul:last-of-type {
    border-radius: 0;
}

#logo {
    max-width: 150px;
    padding-left: 18px;
    width: 44%;
}
#header ul.grid_10{
    background-color: transparent;
}
#pc_nav a:hover{
    color: #fbd34f;
}

#contents1 span.lr_anim.start, #loader, #footer, #copyright{
    background: url(../img/bg1.jpg) top left / 500px repeat;
}
#bottom_menu{
    margin-bottom: 0;
}
#footer{
    max-width: 100%;
}




/* ---------- top ---------- */
#main_img::before{display: none;}
#main_img {
    height: 100% !important;
}

.fv{
    border: 2px solid #333333;
    border-top: none;
}

#intro .intro_bg {
    background: #66AFF1;
    background: linear-gradient(132deg, rgb(137 190 237) 0%, rgb(92 159 221) 100%);
    opacity: 0.8;
}
.intro_title h2, .top_title h2 {
    font-size: clamp(27px, 5.5vw, 57px);
    line-height: 1.3;
}
.top_title h2 {
    color: #333333;
}
#contents2 .contents2_bg::before {
    opacity: 0.8;
    background: #66AFF1;
    background: linear-gradient(132deg, rgb(198 228 255) 0%, rgb(92 159 221) 100%);
}
#contents2 h2{
    color: #fff;
}



/* ---------- under ---------- */
#page_title::before {
    background: #66AFF1;
    background: linear-gradient(132deg, rgb(137 190 237) 0%, rgb(92 159 221) 100%);
    opacity: 0.8;
}




/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#wrap{
    min-width: 100%;
}
header .inner{
    background-color: #fff;
}
footer p.pd_r-20px_tb.mg_t-30px.font_14{
    width: 62%;
    margin: 30px auto;
    text-align: left;
}
#main_img {
    padding-top: 82px;
}

}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
#main_img {
    padding-top: 52px;
}
.grid_11_tb {
    width: 98.66667% !important;
}
#contents1 .txt_box {
    width: 90.33333% !important;
}
#intro {
    padding-top: 47px;
}
.intro_title h2.txt_anim.start{
    animation: none;
    opacity: 1;
}
.intro_title h2, .top_title h2{
    line-height: 1.5;
}
#contents2 .top_title {
    padding-bottom: 89px;
}
#logo {
    width: 112px;
    padding-left: 0;
    padding-top: 5px;
}
    footer p.pd_r-20px_tb.mg_t-30px.font_14 {
        width: 100%;
        margin: 0px auto;
        text-align: left;
    }
}



/* fix_bnr ---------------------------------------------------------------------------------------------*/
/*CIRCLE*/
#fix_bnr {
    bottom: 0;
    right: 18px;
    z-index: 25;
    transition: 0.5s;
    opacity: 0;
}
#fix_bnr.scroll{
    opacity: 1;
}

#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
.circle-btn__center {
    position: relative;
    z-index: 1;
    display: block;
}
.circle-btn__txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
	overflow: hidden;
	border-radius: 50%;
}
.circle-btn > img {
    -webkit-animation: rotate 19s linear infinite;
    animation: rotate 19s linear infinite;
}
@keyframes rotate {
	0% {
    transform: rotate(0);
}
100% {
    transform: rotate(
1turn);
}
}
.circle-btn {
    bottom: 50px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .5s;
    z-index: 6;
    background: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 10px;
}
.circle-btnPic {
	width: 150px;
	height: 150px;
	border-radius: 50%;
} 
.circle-btn:hover .circle-btnPic {
	transform: scale(1.2);
}
@media screen and (max-width: 768px){
#fix_bnr {
    bottom: 12px;
    right: 18px;
}
.circle-btn {
    bottom: 36px;
    right: 40px;
    width: 156px;
    height: 156px;
}
.circle-btnPic {
    width: 120px;
    height: 120px;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    bottom: 0px;
    right: auto;
    left: 20px;
}
.circle-btn {
    bottom: 10px;
    right: auto;
    left: -5px;
    width: 120px;
    height: 120px;
    padding: 4px;
}
.circle-btnPic {
    width: 85px;
    height: 85px;
}
}

/* fix_bnr end ---------------------------------------------------------------------------------------------*/




