﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
body, .font_en{font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;}

@font-face {
font-family: "RM1c_b";
  src: url("./Dup/img/RM1c_b.ttf") format("ttf"),url("./Dup/img/RM1c_b.eot") format("eot"),url("./Dup/img/RM1c_b.woff") format("woff"),url("./Dup/img/RM1c_b.woff2") format("woff2");
}
.tel_bt .font_en, .cms_title p, #page_title .page_box p{font-family: "RM1c_b","sans-serif"!important;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #0d97d1;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #0d97d1} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #1c62c6} /* アクセントカラー1 */
.txt_color4{color: #d9faff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #0d97d1} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #1c62c6} /* アクセントカラー1 */
.bg_color4{background-color: #d9faff} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #0d97d1}
.border_color2{border-color: #bbbbbb}
.border_color3{border-color: #1c62c6}
.border_color4{border-color: #d9faff}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0d97d1} /* メインカラー */
.hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.hvr_txt_color3:hover{color: #1c62c6} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #d9faff} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #0d97d1} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e6e6e6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #1c62c6} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #d9faff} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #0d97d1}
.hvr_border_color2:hover{border-color: #e6e6e6}
.hvr_border_color3:hover{border-color: #1c62c6}
.hvr_border_color4:hover{border-color: #d9faff}

#main_menu ul li a::before{background-color: #1c62c6;}
.cms_title p{color: #fdbb00;}
.cms_title p{color: #403b39;}
.button:hover::after {box-shadow: inset 0 0 0 15em #0d97d1;}
.button {color: #fff;background-color: #0d97d1}
.button:hover {;background-color: #1c62c6}


/* design ---------------------------------------------------------------------------------------------*/
.width_1280-max {width: 100%;max-width: 100%;}
#contents1,#contents2,#contents3,.width_1280-max{padding-left: 50px;padding-right: 50px;}
.fa-envelope:before{display: none}
.button2:hover {
    box-shadow:  0 0 0 rgba(0,0,0,0)!important;
    background-color: #1c62c6;
    color: #fff;
    transform: translateY(-3px);
}

/* ---------- header ---------- */
.link_box ul{justify-content: center;}
.link_box li.grid_1 {width: 11.33333%!important;margin: 0 10px;}

header {
    background-image: url(Dup/img/back.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom 50px center;
}

/* ---------- top ---------- */
.txt1, .txt2, .txt4, .txt5, .txt7, .cms_title h2, #page_title .page_box h2{font-weight: bold}
.txt1 {
    width: 90%;
    color: #0b8abf;
    font-size: 40px;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0,0,0,0.35) 3px 3px 3px;
}
.con1_wrap{background-color: #0d97d1;text-align: center}
#contents1{padding-top: 80px;padding-bottom: 80px;}
.txt2{
	color: #fff;
    font-size: 26px;
	position: relative;
	padding: 0 20px 0 20px;
	display: inline-block;
	text-align: center;
}
.txt2::before {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #fff200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
}
.txt2::after {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #fff200;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
}
.txt3{
	text-align: left;
	padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

#contents2{padding-top: 98px;}
#contents2{position: relative;}
#contents2::before {
    display: inline-block;
    content: "About us";
    position: absolute;
    top: 0;
    left: 36px;
    font-size: 120px;
    font-weight: 600;
    color: #e3f6f8;
    z-index: -1;
    line-height: 1;
}

#contents3{position: relative;padding-bottom: 50px;overflow: hidden}
#contents3::after {
    position: absolute;
    content: "";
    width: calc(100% + 200px);
    top: 150px;
	left: -100px;
    bottom: 0;
    z-index: -1;
    background-color: #0d97d1;
}
#contents3 h3{
	background-color: #fff;
    padding: 20px 20px 10px;
    position: relative;
    width: 80%;
    margin: auto;
	margin-top: -30px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
#contents3 p{
	background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: auto;
    border-radius: 0 0 5px 5px;
	margin-top: -1px;
}

#top_cms .cms_title {
    text-align: center;
    padding-left: 0px;
	margin-bottom: 60px;
}
#top_cms .cms_title p {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 6px;
}
#top_cms .cms_title h2 {
    font-size: 19px;
	color: #1c62c6
}
.cms_title::before{display: none}


/* ---------- 下層 ---------- */
.txt_shadow-b {
    text-shadow: none;
}
.button2:hover {
    box-shadow: 0 0 20px #cef0ff inset;
}
#page_title .title_img::before{background-image: none; background-color: rgba(13,151,209,0.7);}
#page_title .page_box{
	margin-top: -122px;
	margin-bottom: 115px;
    position: relative;
    z-index: 2;
}
#page_title .page_box::before{background-color: #fff200;}
#page_title .page_box h2, #page_title .page_box p{color: #ffffff;}
#page_title .page_box p{font-size: 25px;}

/* ---------- cms ---------- */
#cms_2-c .box_txt1{
	padding-left: 10px;
    border-left: 4px solid;
    padding-bottom: 0;
    margin-bottom: 16px;
	background-color: #eef4f5;
}



/* animation ---------------------------------------------------------------------------------------------*/
.anim{
	opacity: 0;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.anim.start{
	-webkit-animation: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
	animation: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
	-webkit-animation-name: scalein, fadein;
	animation-name: scalein, fadein;
}
.grid_6.anim.start{animation-delay: .25s}
.grid_6.anim.start:last-of-type{animation-delay: .5s}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes scalein {
  0% { transform: scale(1) translateY(20px);opacity: 0; }
  100% { transform: scale(1) translateY(0);opacity: 1; }
}
@-webkit-keyframes scalein {
  0% { transform: scale(1) translateY(20px);opacity: 0; }
  100% { transform: scale(1) translateY(0);opacity: 1; }
}


/* IE */
@media all and (-ms-high-contrast: none){
	#main_menu ul li a::before{top: 53%!important;}
	.pc_box .contact_bt a{padding: 14px 0 15px!important}
	#page9 .box p a{padding: 3px 5px 5px!important}
	#page10 ul li a{padding: 16px 0 17px!important}
	.pager {font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;}
	.cate_list li a{padding: 10px 0 12px!important}
	#cms_2-a .cate .cate_title{padding-top: 9px!important}
	#cms_3-a .cate_txt1{padding: 13px 10px 14px!important}
	#cms_2-c .cate_title{padding-bottom: 11px!important}
	#cms_2-c .box_txt1{padding-top: 3px;padding-bottom: 5px;}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.link_box li.grid_1 {margin: 0 15px;max-width: 40px;}
	
	header{background-image: none;padding-top: 15px!important;padding-bottom: 12px!important}
	#logo{max-width: 244px;}
	#contents1{padding-top: 50px;padding-bottom: 50px;}

	#page_title .page_box {margin-top: -108px;margin-bottom: 98px;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	.main_box {padding-top: 57px;}
	#contents1, #contents2, #contents3, .width_1280-max {padding-left: 20px;padding-right: 20px;}
	.link_box li.grid_1 {max-width: 30px;}
	.hamburger{top: 9px;}
	
	#logo{max-width: 176px;}
	.txt1{font-size: 16px;width: 95%;}
	.txt2,.txt4{font-size: 18px;}
	.txt2::after,.txt2::before{height: 39px;}
	#contents2 {padding-top: 53px;}
	#contents2::before {
		left: 10px;
		font-size: 67px;
	}
	#contents3 h3{padding-bottom: 0;font-size: 18px;}
	#page_title .page_box p {font-size: 20px;}
	#page_title .page_box{margin-top: -88px;margin-bottom: 77px;}
}






