﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

body p,body a{
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;
  font-weight: 500;
  font-style: normal;
}


.text04{
  font-family: "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
p.intro_txt, #contents1 p,#contents2 p{
    font-size: 17px;
}

.font_14 {
    font-size: 15px;
}
.font_15 {
    font-size: 16px;
}

/* font ------------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#007FBD;
    --color2:#f3f3f3;
    --color3:#FD5A2A;
    --color4:#FD5A2A;
    --color5:#cbe9f7;
    --color6:#00529e;
    --white:#ffffff;
    --black:#333;
    --gray:#ccc;
}

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;
    transition: 0.5s;
}

.linkStyle:hover{
    color: var(--color3);
}

body#body {
    background: var(--white);
}

section#google_privacy a {
    color: var(--color1);
    transition: 0.5s;
}

section#google_privacy a:hover {
    opacity: 0.8;
}



/* color -----------------------------------------------------------------------------*/

/* ev --------------------------------------------------------------------------------*/

#main_img,section#intro02,#intro,section#contents1{
    position: relative;
}

#main_img::before,section#intro02::before,#intro::before,section#contents1::before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events:none;
}

/* ev --------------------------------------------------------------------------------*/

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#main_img::before {
    background-color: transparent;
    border: solid 20px var(--color1);
    width: 10vw;
    height: 13vh;
    border-radius: 0px 0px 100px 0;
    top: -5%;
    left: -5%;
    opacity: 1;
}

.topimg01 {
    object-fit: cover;
    width: 45%;
    height: 35vh;
    box-sizing: border-box;
    bottom: 0%;
    left: 0%;
    position: absolute !important;
    border-radius: 0px 100px 0 0;
}

span.topimg01.bg_01 {
    background: linear-gradient(90deg, var(--white) 0%, var(--color1) 100%);
    z-index: -1;
    width: calc(45% + 20px);
    height: calc(35vh + 20px);
    border-radius: 0px 120px 0 0;
}

.topimg02 {
    object-fit: cover;
    width: 50%;
    height: 85vh;
    box-sizing: border-box;
    top: 0%;
    position: absolute !important;
    transform: translate(0%, 0%);
    right: 0%;
    border-radius: 0px 0px 0px 100px;
}

span.topimg02.bg_02 {
    background: linear-gradient(140deg, var(--white) 0%, var(--color1) 100%);
    z-index: -1;
    width: calc(50% + 20px);
    height: calc(85vh + 20px);
    border-radius: 0px 0px 0px 120px;
}

span.topimg02.item01 {
    object-fit: cover;
    width: 6%;
    box-sizing: border-box;
    top: calc(85vh + 17px);
    position: absolute !important;
    transform: translate(0%, 0%);
    right: -3%;
    border-radius: 0px 0px 0px 100px;
    z-index: -2;
}

.catch_box {
    position: absolute;
    top: 37%;
    left: 23%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.text,.text02,.text03 {
  display: flex;
  color: var(--black);
  font-size: clamp(40px, 3vw, 60px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;  
}

.text04{
  display: flex;
  color: var(--color3);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase; 
  margin-left: 5px;
  margin-top: 5px;
}


.text.is-active{
  --x: 0;
}

.text02.is-active{
  --x: 0;
}

.text03.is-active{
  --x: 0;
}

.text04.is-active{
  --x: 0;
}

.char {
    overflow: hidden;
    line-height: 1.3;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* 初期CSS */
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #3c3c3c;*/
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



#intro::before {
    background: url(dup/img/bg_kan.png);
    width: 100%;
    height: 100%;
    right: 0%;
    z-index: -3;
    background-repeat: no-repeat;
    bottom: 0%;
    background-size: 50%;
    background-position: bottom 0% right -10%;
    opacity: 0.05;
}


section#contents1 {
    padding-bottom: 0;
    overflow: hidden;
}

section#contents1::before {
    background: url(dup/img/kan02.png);
    width: 100%;
    height: 100%;
    right: -2%;
    bottom: -2%;
    background-position: bottom right;
    background-size: 15%;
    background-repeat: no-repeat;
    z-index: -1;
}


#contents2 h2{
    font-size: 35px;
}

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#header ul.grid_2{
    padding: 0px;
    position: relative;
}

#header ul.grid_2 li {
    width: 100%;
    height: 100%;
    transition: background 0.3s;
    border-radius: 0 10px 10px 0;
}

#header ul.grid_2 li:hover {
    transform: translateY(-0px);
    background: var(--color3);    
}

#header ul.grid_2 li a {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    transition: 0.5s;
}

.head_fix ul.grid_2 li a {
    padding: 20px !important;
}


/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cms_2-g .cate_title {
    line-height: 1;
    font-size: 2.3em;
}

#cms_2-g .cate_title h3{
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6,#cms_4-b .cate_title {
    font-weight: 600;
}



/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*1536*/
@media screen and (max-width: 1536px){

}

/*1530 × 735*/
@media screen and (max-width: 1530px){

}

/*1366*/
@media screen and (max-width: 1366px){

}

/*タブレット*/
@media screen and (max-width: 768px){

section#main_img {
    margin-top: 90px;
    height: 60vh !important;
    overflow: hidden;
}

.topimg02 {
    object-fit: cover;
    width: 57%;
    height: 42vh;
    box-sizing: border-box;
    top: 0%;
    position: absolute !important;
    transform: translate(0%, 0%);
    right: 0%;
    border-radius: 0px 0px 0px 100px;
}
span.topimg02.bg_02 {
    background: linear-gradient(140deg, var(--white) 0%, var(--color1) 100%);
    z-index: -1;
    width: calc(57% + 15px);
    height: calc(42vh + 15px);
    border-radius: 0px 0px 0px 120px;
}

.topimg01 {
    object-fit: cover;
    width: 45%;
    height: 20vh;
    box-sizing: border-box;
    bottom: 0%;
    left: 0%;
    position: absolute !important;
    border-radius: 0px 100px 0 0;
}

span.topimg01.bg_01 {
    background: linear-gradient(90deg, var(--white) 0%, var(--color1) 100%);
    z-index: -1;
    width: calc(45% + 15px);
    height: calc(20vh + 15px);
    border-radius: 0px 120px 0 0;
}

#main_img::before {
    content: none;
}
.catch_box {
    position: absolute;
    top: 35%;
    left: 6%;
    transform: translate(0%, -50%);
    z-index: 2;
}

span.topimg02.item01 {
    object-fit: cover;
    width: 10%;
    box-sizing: border-box;
    top: calc(41vh + 17px);
    position: absolute !important;
    transform: translate(0%, 0%);
    right: -4%;
    border-radius: 0px 0px 0px 100px;
    z-index: -2;
}

section#contents1 {
    padding-bottom: 100px;
    overflow: hidden;
}

section#contents1::before {
    background: url(dup/img/kan02.png);
    width: 100%;
    height: 100%;
    right: -2%;
    bottom: -2%;
    background-position: bottom right;
    background-size: 26%;
    background-repeat: no-repeat;
    z-index: -1;
}



}

/*スマホ*/
@media screen and (max-width: 667px){

section#main_img {
    margin-top: 65px;
    height: 60svh !important;
    overflow: hidden;
}

.text, .text02, .text03 {
    display: flex;
    color: var(--black);
    font-size: 24px;
}


.text04 {
    display: flex;
    color: var(--color3);
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
}

.topimg02 {
    object-fit: cover;
    width: 58%;
    height: 43svh;
    box-sizing: border-box;
    top: 0%;
    position: absolute !important;
    transform: translate(0%, 0%);
    right: 0%;
    border-radius: 0px 0px 0px 90px;;
}

span.topimg02.bg_02 {
    background: linear-gradient(140deg, var(--white) 0%, #d9ecf5 60%, var(--color1) 100%);
    z-index: -1;
    width: calc(58% + 10px);
    height: calc(43svh + 10px);
    border-radius: 0px 0px 0px 100px;
}

span.topimg02.item01 {
    top: calc(43svh + 7px);
}

.topimg01 {
    object-fit: cover;
    width: 52%;
    height: 15svh;
    box-sizing: border-box;
    bottom: 0%;
    left: 0%;
    position: absolute !important;
    border-radius: 0px 90px 0 0;
}

span.topimg01.bg_01 {
    background: linear-gradient(90deg, var(--white) 0%, var(--color1) 100%);
    z-index: -1;
    width: calc(52% + 10px);
    height: calc(15svh + 10px);
    border-radius: 0px 100px 0 0;
}

#f_contact .con_txt {
    word-break: keep-all;
}

p.font_2dw_tb {
    font-size: 14px;
}

h4.box_title1 {
    font-size: 16px;
}


#cms_2-g .cate_title {
    line-height: 1.2;
    font-size: 20px;
}

#cms_2-g .cate_title h3 {
    font-weight: 600;
    letter-spacing: 0.05em;
}

p.intro_txt, #contents1 p, #contents2 p {
    font-size: 14px;
}

#contents2 h2 {
    font-size: 24px;
}

.menu_stick span{
    margin-left: -3px;
}

}


