﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap');
/* -----------------------------　body------------------------------------- */

/* ----------　font　---------- */
body{
    font-family: 'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*.top_nav,.menu .nav,.all_page .menu,#page_title .page_title_box,.pc_nav,.CONTENT1,.CONTENT2,.CONTENT3,.en_font, h1, h2, h3, h4, h5, h6,.cms_title,.pager a, .cate_list li a, .sns_title, .con_no, .tel, #copyright{*/
/*    font-family: 'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*}*/

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.main_wrap, #contents .con_video h3,#contents .box .txt_wrap,#top_cms .cms_title,#contents .box.con1 figure,#contents .box.con2 figure,#contents .box.con3 figure{position: relative;}
/*リピートなし*/
.main_img_wrap:before, .main_wrap:before, #contents .con_video h3:before,#contents .box .txt_wrap:before,#contents .box figure:before,#contents .box figure:after,#contents .box.con1 figure::before,#contents .box.con2 figure::before,#contents .box.con3 figure::before,
#top_cms .cms_title:before,.page_title_box:before,#title_img:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #00bcd4;
    --color2: #a2e5ed;
    --color3: #0099ff;
    --color4: #c1f8ff;
    --color5: #86d1d8;
    --white: #ffffff;
    --black: #002237;
    --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;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

#loading_line .line{
    background-color: var(--color4)!important;
}

/* ----------　画像　---------- */
#contents .box {
    position: relative;
}

#contents .box.con1 figure::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 250px;
    background-image: url(./Dup/img/img1.png);
    background-size: cover;
    bottom: -50px;
    right: -30px;
    z-index: 2;
}

#contents .box.con2 figure::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 230px;
    background-image: url(./Dup/img/img2.png);
    background-size: cover;
    bottom: -80px;
    left: -70px;
    z-index: 2;
}

#contents .con3 figure::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 250px;
    background-image: url(./Dup/img/img3.png);
    background-size: cover;
    top: -120px;
    right: 50px;
    z-index: 2;
}

/* ----------　cms　---------- */
#loading_logo{
    width: 300px;
}

/* ---------------------------------------------　TOP　---------------------------------------- */
body{
    overflow:hidden;
    font-size:18px;
}

header .logo {
    width: 23%;
}

/*.main_wrap{*/
/*    position: relative;*/
/*}*/

/*.main_wrap::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    left: 0;*/
/*    top: -49px;*/
/*    background-image: url(./Dup/img/bg_img2.png);*/
/*    background-size: 100% 100%;*/
/*}*/

.main_wrap:before {
    background-image: url(./Dup/img/bg_img2_.png);
    background-size: 100%;
    width: 100%;
    height: 10vw;
    top: -3vw;
    left: 0;
}

/* ----------　catch　---------- */
img.catch {
    position: absolute;
    transform: translate(137%,-99%)!important;
    background-size: 100%;
    width: 40vw;
    top: 50%!important;
    z-index: 2;
}

#nav_menu{
    z-index:997;
}

.menu{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu.is-fixed{
    position: fixed;
}

.menu .nav ul li:first-child a {
    padding-left: 65px;
}

.menu::before{
    position: absolute;
    content: "";
    width: 500px;
    height: 50px;
    background-image: url('./Dup/img/bg_img.png');
    background-size: 100% 100%;
    left: 50%;
    bottom: -49px;
    transform: translateX(-50%);
    z-index: 1;
}

.box.d_flex {
    margin-bottom: 250px;
}

.main_img_wrap .navi{
    display: none;
}

#main_b {
    z-index: 10;
    position: absolute;
    right: 2vw;
    bottom: 0vw;
}

.menu .nav ul li{
    border-left:0;
}

.bottom_menu{
    margin-left:20px;
}
.bottom_menu li a{
    font-size:17px;
}
.sns_links li {
    max-width: 35px;
}

.svg_box {
    display: none;
}

.CONTENT1,.CONTENT2,.CONTENT3 {
    font-size: 2.5rem;
}


/* -------------------　top_cms_box .more_box　----------------- */
.top_cms_box .more_box .more:hover{
    background-color: var(--color2);
}

.top_cms_box .more_box .more {
    border-width: 2px;
    box-shadow: 5px 5px 0 var(--color3);
    transition: 0.4s;
}

.top_cms_box .more_box .more:hover {
    transform: translate(5px, 5px);
    box-shadow: none;
    border-color: #222;
    background-color: transparent;
}

.cms_title {
    text-align: center;
}

/* -------------------　t_cms_img　----------------- */
.t_cms_img1 img, .t_cms_img2 img, .t_cms_img3 img {
    border-radius: 5px;
}

.t_cms_img2 .img-container:before {
    background: #00BCD4;
}

.img-container:before {
    width: 101%;
    background: var(--color5);
}

/* -------------------　contents　----------------- */
#contents .box figure:after{
    border-radius: 5px;
}

#contents .box h3 {
    display: block;
    text-align: center;
}

#contents .box h3:before{
    display: none;
}

#contents .box h3 span {
        font-size: 25px;
    background-image: linear-gradient(to bottom, transparent 90%, #00bcd4 50%);
}

#contents {
    background-color: var(--color4);
    background-image: url(./Dup/img/bg_img4.png);
    background-size: 101% 100px, auto;
    background-repeat: no-repeat, repeat;
    background-position: bottom, top left;
}

#contents .box p.txt_color3 {
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    width: 180px;
    background-color: var(--color5);
    padding: 10px 0;
    border-radius: 50px;
    margin: 0 auto 30px;
}

#contents .box p.txt_color3::before {
    position: absolute;
    content: "";
    width: 0;
    border-left: solid 6px transparent;
    border-top: solid 12px var(--color5);
    border-right: solid 6px transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

/* -------------------　top_cms　----------------- */
#top_cms:before{
    width: 100%;
}

#top_cms .line{
    display: none;
}

#top_cms{position:relative;}

#top_cms::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(./Dup/img/img7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,0%);
    left: 50%;
    top: -200px;
    margin: auto;
    z-index: 2;
    pointer-events: none;
}

span.letter_3.txt_color_nomal span:last-of-type:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(Dup/img/awaawa.png) no-repeat;
    background-size: 90%;
    background-position: center;
    top: -20px;
    right: -81px;
}

/* -------------------　other .box　----------------- */
/*.other{*/
/*    width: 80%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.other .other_link::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    background-image: url(./Dup/img/foot_img.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    pointer-events: none;*/
/*    right: -80px;*/
/*    bottom: -50px;*/
/*    z-index: 1;*/
/*}*/

/*.other .box{*/
/*    height: auto;*/
/*    border: none;*/
/*    background-color: transparent!important;*/
/*}*/

/*.other .box:nth-of-type(1){*/
/*    padding-right: 20px;*/
/*}*/

/*.other .box:nth-of-type(2){*/
/*    padding-left: 20px;*/
/*}*/

/*.other .box a{*/
/*    height: 300px;*/
/*    background-color: #fff;*/
/*    border-radius: 10px;*/
/*    transition: background-color 0.5s;*/
/*}*/

/*.other .box a:hover{*/
/*    background-color: var(--color1);*/
/*}*/

/*.other .box a:hover .other_img{*/
/*    opacity: 0.4;*/
/*    transform: translate(-50%, -50%) scale(1.05);*/
/*}*/

/* -------------------　footer　----------------- */
footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -1px;
    background-image: url(./Dup/img/bg_img3.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

footer {
    background-color: var(--color2);
}
footer #logo .logo {
    width: 80%!important;
}

.head_banner.active {
    opacity: 1;
    transform: none;
}

.head_banner {
    top: 120px;
    right: 0;
    z-index: 99;
    transform: translateX(10px);
    opacity: 0;
}

/* -------------------　BLOG　----------------- */
ul.pager a {
    color: var(--color3) !important;
}


/* ----------　pager　---------- */
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

/* ---------------------------------　下層ページ　--------------------------------- */
.all_page:before {
    width: 100%!important;
}

#title_img span::after {
    background: #f7f0dc;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
}

.cate {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

#cms_6-b .cate {
    display: block;
    padding-top: 110px;
    margin-top: -50px;
}


/* ----------　page_title　---------- */
#page_title {
    padding-top: 0;
    height: 400px;
}

#page_title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(./Dup/img/bg_img4.png);
    background-size: 100% 100%;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

#page_title .page_title_box{
    text-align: center;
    margin-left: 0;
    width: 100%;
}

#page_title .page_title_box:before {
    left: 50%;
    transform: translateX(-50%);
    border-color: var(--color3)!important;
}

#page_title .page_title_box p{
    padding-right: 0;
    color: var(--black)!important;
}

#page_title .page_title_box p:nth-of-type(2){
    letter-spacing: 6px;
}

#page_title #title_img{
    height: 100%;
    width: 100%;
}

#page_title #title_img:before{
    height: 100%;
}

#page_title .img-container::after{
    display: none;
}

#page_title .img-container.active .img-container_img {
    opacity: 0.4!important;
}

#page_title #title_img span {
    height: 100%;
}


/* ----------　一日の流れ　---------- */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgba(243, 237, 225, .78);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}

/* ----------　会社情報　---------- */
#page7 .box_wrap {
    max-width: 120%;
} 

#page7 .box {
    margin: 15px!important;

}

#page7 h3.txt_color3.letter_4.d_inline_b_sp.font_14_sp {
    letter-spacing: -2px;
    font-size: 16px;
    font-weight: bold;
}

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */
.page10 .more_box .more:hover{
    background-color:var(--color4);
}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/** tablet 1000 **/
@media screen and (max-width: 1000px){
.all_page {
    margin-top: 0!important;
}

header{
    display: block;
}

.main_img_wrap{
    height: 70vw!important;
}

.main_wrap{
    margin-top: calc(70vw + 50px);
    padding-top: 0;
}

.main_wrap::before {
    background-image: url(./Dup/img/bg_img2_tb.png);
}

.all_header{
    position: fixed!important;
}

}

/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){
.main_wrap:before, #title_img:after {
    background-image: url(./Dup/img/bubble2.png);
}

.main_wrap {
    padding-top: 15px;
    margin-top: 45.5vh!important;
}

.main_img_wrap {
    height: 47vh!important;
}

.main_wrap:before {
    height: 32vw;
    top: -30vw;
}

#intro {
    max-width: 1000px;
    padding: 3%;
    margin: auto;
}

img.catch {
    transform: translate(80%,-82%)!important;
    width: 52vw;
}

.cms_title{
    font-size: 15px;
}

#contents .box .txt_wrap {
    width: 90%!important;
}

#contents .box figure {
    width: 60%!important;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box.d_flex {
     margin-bottom: 10px; 
}

#top_cms::after{
    width: 90%;
    transform: translate(-50%,21%);
}

#fix_banner {
    width: 265px;
    left: 26px;
}

#contents .con1::before{
    width: 210px;
    height: 140px;
    top: -30px;
    z-index: 0;
    z-index: auto;
}

#contents .box .txt_wrap{
    margin-top: 30px;
}

#contents .box:nth-child(3) figure {
    margin-top: 50px;
}

#contents .box .txt_wrap, #contents .box figure{
    width: 100%;
    padding: 0;
}

#contents .box figure{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#contents .box.con1 figure::before {
    width: 161px;
    height: 140px;
    bottom: -20px;
    right: -50px;
}

#contents .box.con2 figure::before {
    width: 182px;
    height: 140px;
    bottom: -30px;
    left: -80px;
}

#contents .box.con3 figure::before {
    width: 182px;
    height: 140px;
    top: -52px;
    left: 262px;
}

.cate_list li{
    width: 100%;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){
header .logo {
    width: 30%;
}
    
img.catch {
    transform: translate(65%,-71%)!important;
    width: 54vw;
}

.other h2.box_title{
    white-space:nowrap;
}

ul.pager{
    position: relative;
    left: -10px;
}

.main_img_wrap {
    height: 33vh !important;
}

.main_wrap {
    padding-top: 15px;
    margin-top: 33.5vh !important;
}

#contents .box.con1 figure::before {
    width: 161px;
    height: 140px;
    bottom: -20px;
    right: -3px;
}

#contents .box.con2 figure::before {
    width: 182px;
    height: 140px;
    bottom: -30px;
    left: -16px;
}

#contents .box.con3 figure::before{
    width: 182px;
    height: 140px;
    top: -47px;
    left: 140px;
}

#recruit {
    max-width: 250px;
    margin: auto;
}

#contents .box figure {
    width: 90%!important;
}

#contents_img {
    max-width: 250px;
    margin: auto;
    margin-bottom: 50px;
}

#contents .box {
    background: url(Dup/img/con_bg.png) no-repeat;
    padding:10px 0;
}

#contents .box h3 {
    letter-spacing: 0;
    font-size: 21px;
}

#contents .box h3 span {
    max-width: 100%;
    font-size: 15px;
    letter-spacing: -3px;
}

#fix_banner {
    position: fixed;
    left: 55px;
    bottom: 10px;
    z-index: 99;
    max-width: 250px;
    transition: all 0.3s;
}

#footer {
    height: 57vh;
    margin-bottom: 100px;
}

.head_banner{
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(10px);
}

}