@charset "UTF-8";
/* CSS Document */
/*共通*/
/*フォント*/
body{
    line-height: 1.5rem;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
  font-family: 'myfont-Regular'!important;
}
/*ノト*/
@font-face {
  font-family: 'myfont-Bold';
    src: url('../fonts-NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Bold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Medium';
    src: url('../fonts/NotoSansJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Medium-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Regular';
    src: url('../fonts/NotoSansCJKjp-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/-NotoSansCJKjp-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-bold {
  font-family: 'myfont-Bold';
}
.font_Noto-m {
  font-family: 'myfont-Medium';
}
.font_Noto-r {
  font-family: 'myfont-Regular';
}

/*アンドロイド　セリフ体用*/
@font-face {
  font-family: 'myfont-SemiBold';
    src: url('../fonts/NotoSerifJP-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-SemiBold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-SemiBold {
  font-family: 'myfont-SemiBold';
}
@font-face {
  font-family: 'myfont-Serif-Medium';
    src: url('../fonts/NotoSerifJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-Medium {
  font-family: 'myfont-Serif-Medium';
}
@font-face {
  font-family: 'myfont-Serif-Regular';
    src: url('../fonts/NotoSerifJP-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-Regular {
  font-family: 'myfont-Serif-Regular';
}
/*Oswald-Medium　ゴシック体*/
@font-face {
  font-family: 'myfont-Oswald-semi-b';
    src: url('../fonts/Oswald-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Oswald-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Oswald-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Oswald-semi-b {
  font-family: 'myfont-Oswald-semi-b';
}
img{
	max-width: 100%;
    height: auto;
}
a {
	text-decoration: none!important;
}
ul {
    list-style: none;
    padding: 0;
}
.clear{
	clear: both;
}
/*iOSでvideoタグの周りに枠線がつく問題の対応*/
video {
  filter: drop-shadow(0px 0px #000);
}
/*下から出てくる動き*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1650ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2000 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.fadein2000.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*カラー*/

/*/////////////動き/////////////*/
/*背景画像を固定*/
.fixed-background {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px){
.fixed-background {
  background-attachment:unset;
}
}
@media (max-width: 991px){
.text-container__text_right-sp {
    left: -39px;
}
}
@media (max-width: 767px){
.text-container__text_right-sp {
    left: -50px;
}
}
.text-container.active .text-container__text_right-sp {
    right: 0;
    opacity: 1;
}
@media (max-width: 767px){
.text-container.active .text-container__text_right-sp {
    left: 0;
}
}
/*上記の左を削除する用のクラス名*/
@media (max-width: 991px){
.text-container__text_right-sp.sp-riset {
    left: 0px;
}
}


/*/////////////Gナビ/////////////*/
/*gナビ全体*/
.header.header-pc {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
}
@media (max-width: 1024px){
.header.header-pc {
    display: none;
}
}
/*gナビの帯*/
.header.header-inner {
    position: relative;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 3px;
	background-color: rgb(255,255,255,0.9);
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	transition: border-radius 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), width 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.4s, background 0.8s cubic-bezier(0.06, 0.01, 0, 0.99)
}
@media (max-width: 1440px){
.header.header-inner {
    height: 65px;
}
}
/*左側のロゴ*/
.header.header-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 28px;
    height: 100%;
    pointer-events: auto;
}
@media (max-width: 1199px){
.header.header-logo-link {
	padding-left: 20px;
}
}
.header.header-logotext {
    display: inline-block;
    vertical-align: middle;
    width: 374px;
    height: 52px;
    margin-left: 9px;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
}
@media (max-width: 1903px){
.header.header-logotext {
    width: 320px;
}
}
@media (max-width: 1655px){
.header.header-logotext {
    width: 300px;
}
}
@media (max-width: 1440px){
.header.header-logotext {
    width: 195px;
}
}
@media (max-width: 1199px){
.header.header-logotext {
    margin-top: -5px;
    margin-left: 0px;
}
}
@media (max-width: 1055px){
.header.header-logotext {
    width: 172px;
    margin-top: -2px;
}
}
/*右側ナビ*/
.header.header-nav {
    padding-right: 15px;
    opacity: 1;
}
@media (max-width: 1165px){
.header.header-nav {
    padding-right: 20px;
}
}
@media (max-width: 1025px){
.header.header-nav {
    padding-right: 15px;
}
}
.header.header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*ナビメニュー　文字*/
.header.header-item {
    margin-left: 40px;
    font-size: 22px;
    font-family: 'myfont-Medium';
}
@media (max-width: 1903px){
.header.header-item {
    margin-left: 35px;
    font-size: 20px;
}
}
@media (max-width: 1830px){
.header.header-item {
    margin-left: 40px;
    font-size: 17px;
}
}
@media (max-width: 1611px){
.header.header-item {
    margin-left: 30px;
}
}
@media (max-width: 1505px){
.header.header-item {
    font-size: 16px;
}
}
@media (max-width: 1440px){
.header.header-item {
    margin-left: 35px;
    font-size: 15px;
}
}
@media (max-width: 1366px){
.header.header-item {
    margin-left: 30px;
}
}
@media (max-width: 1199px){
.header.header-item {
    font-size: 13px;
    margin-left: 15px;
}
}
.header.header-item.header-item_orange a{
	color: #ff7512!important;
}
/*gナビ　お申し込みの画像*/
@media (max-width: 1440px){
li.header.header-item.mail-navi_img {
    margin: -4px -80px 0px 15px;
}
}
@media (max-width: 1199px){
li.header.header-item.mail-navi_img {
    margin: 0px -120px 0px 20px;
}
}
@media (max-width: 1440px){
li.header.header-item.mail-navi_img_a {
    margin: -4px -62px 0px 15px;
}
}
@media (max-width: 1366px){
li.header.header-item.mail-navi_img_a {
    margin: -4px -93px 0px 15px;
}
}
@media (max-width: 1199px){
li.header.header-item.mail-navi_img_a {
    margin: -1px -115px 0px 15px;
}
}
/*ナビメニュー　文字リンク*/
.header.header-link {
    position: relative;
    color: #313233;
    display: block;
    padding-top: 29px;
    height: 80px;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
@media (max-width: 1790px){
.header.header-link {
    padding-top: 33px;
}
}
@media (max-width: 1718px){
.header.header-link {
    padding-top: 37px;
}
}
@media (max-width: 1633px){
.header.header-link {
    padding-top: 34px;
}
}
@media (max-width: 1440px){
.header.header-link {
    padding-top: 22px;
}
}
@media (max-width: 1366px){
.header.header-link {
    font-size: 13px;
}
}
img.mail-navi {
    margin-top: -15px;
}
@media (max-width: 1790px){
img.mail-navi {
    margin-top: -12px;
    width: 190px;
}
}
@media (max-width: 1440px){
img.mail-navi {
    width: 76%;
}
}
@media (max-width: 1366px){
img.mail-navi {
    width: 65%;
}
}
@media (max-width: 1199px){
img.mail-navi {
    width: 55%;
}
}
li.header.header-item.mail-navi_img {
    margin-left: 5px;
}
/*ドロップメニュー内のホバー*/
.header.header-item:hover .header-link {
    color: #20a5df;
}
.header-sub-content.header-sub-content-inner {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header.header-item:hover .header-sub-content.header-sub-content-inner {
    opacity: 1;
    visibility: visible;
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner {
    width: 820px;
    height: 350px;
    background-color: #ff7512;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体 事業内容*/
.header-sub-content.header-sub-content-inner.header-business {
    width: 820px;
    height: 300px;
    background-color: #ff7512;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-business {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-business {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体 採用情報*/
.header-sub-content.header-sub-content-inner.header-recruit {
    width: 820px;
    height: 430px;
    background-color: #ff7512;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-recruit {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-recruit {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体 企業情報*/
.header-sub-content.header-sub-content-inner.header-company {
    width: 820px;
    height: 200px;
    background-color: #ff7512;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-company {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-company{
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内の見出し文字全体と３つの画像*/
.header-sub-content.header-sub-content-item {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
}
/*ドロップメニュー内の見出し文字*/
.header-sub-content.header-sub-content-title {
    font-size: 30px;
    font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.15em;
    color: #fff;
    display: block;
    margin: 40px 30px 30px;
}
/*ドロップメニュー内の見出し文字リンク*/
.header-sub-content.header-sub-content-title > a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
    color: #fff;
    padding-left: 35px;
}
.header-sub-content.header-sub-content-title > a:hover {
	color:gold;
	transition: color 0.5s ease-out;
}
.header-sub-content.header-sub-content-title > a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 18px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.header-sub-content.header-sub-content-item-inner {
    padding: 0px 30px;
}
.header-sub-content.header-sub-content-image {
    font-size: 0px;
    letter-spacing: 0px;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
/*ドロップメニュー内 各画像*/
.header-sub-content.header-sub-content-image-article a img {
    width: 90%;
    height: auto;
}
.header-sub-content.header-sub-content-list-link-image-article a img {
    width: 90%;
    height: auto;
}
/*ドロップメニュー内 各画像下の文字*/
h2.header-sub-content.header-sub-content-link-image-title {
    font-size: 15px;
	color: #fff;
}
h2.header-sub-content.header-sub-content-link-image-title:hover {
	color:gold;
	transition: color 0.5s ease-out;
}

.header-sub-content.header-sub-content-list-link-text-item {
    display: inline-block;
    width: 259px;
    position: relative;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 0.8s, transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s, -webkit-transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s;
}
.header-sub-content.header-sub-content-list-link-text-item:not(:last-child) {
    margin-bottom: 6px;
}
.header-sub-content.header-sub-content-list-link-text-item a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
}
.header-sub-content.header-sub-content-list-link-text-item a:hover {
	color:gold;
	transition: color 0.5s ease-out;
}
/*//////////////////////////SPナビ//////////////////////////*/
.header-sp{
	display: none;
}
@media (max-width: 1024px){
.header-sp{
	display:block;
}
}
@media (max-width: 767px){
img.logo-sp {
    width: 200px;
}
}
.header-logotext-sp {
    margin: 5px 0 0 15px;
}
@media (max-width:1024px){
.header-logotext-sp {
    margin: 9px 0 0 15px;
	width: 256px;
	height: auto;
}
}
@media (max-width: 767px){
.header-logotext-sp {
    margin: 8px 0 0 15px;
    width: 100%;
}
}
@media (max-width: 425px){
.header-logotext-sp {
    margin: 11px 0 0 15px;
}
}
@media (max-width: 375px){
.header-logotext-sp {
    margin: 10px 0 0 15px;
}
}
.header-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgb(255,255,255,0.9);
  z-index: 100;
}
@media (max-width: 767px){
.header-sp {
    height: 50px;
}
}
#gnav-btn {
	color: #ff7512;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 7px;
    right: 10px;
    z-index: 100;
    border-top: 0.5px solid transparent;
}
#gnav-input:checked ~ #gnav-content {
    top: 0;
}
#gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
}
@media (max-width: 1024px){
img.logo-sp {
    margin-top: 3px;
}
}

/*テスト*/
ul { 
	list-style: none; 
}
a { 
	text-decoration: none; 
	color: black;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
	float: right;
	margin-top: -36px;
}
@media (max-width: 1024px){
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 20px;
    float: right;
    margin-top: -30px;
}
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu {
	margin-top: -23px;
}
}
@media (max-width: 425px){
#menu-wrapper #hamburger-menu {
	margin-top: -25px;
}
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color:#20a5df;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu span {
	height: 3px;
}
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
	background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin-top: -12px;
}
@media (max-width: 991px){
#menu-container .menu-list {
    margin-top: -14px;
}
}
@media (max-width: 767px){
#menu-container .menu-list {
    margin-top: -18px;
}
}
@media (max-width: 375px){
#menu-container .menu-list {
    margin-top: -21px;
}
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
	text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li{
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 20px;
}
#menu-container .menu-list li a{
	display: block;
}
.toggle.accordion-toggle:hover{
	background-color: #99d5f1;
}
#menu-container .menu-list li:hover{
	background-color: #99d5f1;
}
#menu-submenu .accordion-content li:hover{
	background-color: #99d5f1;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.accordion-content {
    display: none;
}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #ff7512;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

#menu-container .menu-list li.sp-nav-p{
    padding: 10px 20px;
}
/*/////////////ハンバーガーメニュー内のアンカーリンク/////////////*/

/*/////////////トップページ/////////////*/
/*メイン画像*/
img.main-text{
    width: 100%;
    height: auto;
}
/*コンテンツ1　こんな方におすすめです！*/
/*斜め背景　右側水色*/
.con1_bg {
	overflow: hidden;
	position: relative;
}
.con1_bg:before {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    width: 200vw;
    height: 180%;
    margin: -61% 0% 0;
	background: #f4fcff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(
16deg
);
    -ms-transform: rotate(16deg);
    transform: rotate(
16deg
);
    z-index: -1;
}
@media (max-width: 1440px){
.con1_bg:before {
    top: -76%;
}
}
@media (max-width: 1199px){
.con1_bg:before {
    top: -75%;
}
}
@media (max-width: 1024px){
.con1_bg:before {
    top: -88%;
}
}
@media (max-width: 991px){
.con1_bg:before {
    top: -93%;
}
}
/*共通　タイトル文字*/
p.title_t,p.title_t_b{
  font-family: 'myfont-Bold';
  text-align: center;
}
p.title_t span,p.title_t_b span{
  font-size: 40px;
  position: relative;
  padding: 1rem;
}
@media (max-width: 991px){
p.title_t span,p.title_t_b span{
  font-size: 30px;
}
}
@media (max-width: 767px){
p.title_t span,p.title_t_b span{
  font-size: 27px;
}
}
@media (max-width: 411px){
p.title_t span,p.title_t_b span{
    padding: 1rem 0rem;
}
}
@media (max-width: 375px){
p.title_t span,p.title_t_b span{
    font-size: 25px;
}
}
@media (max-width: 320px){
p.title_t span,p.title_t_b span{
    font-size: 24px;
}
}
p.title_t_c{
  font-family: 'myfont-Bold';
  text-align: center;
  margin-top: 20px;
}
p.title_t_c span{
  font-size: 40px;
  position: relative;
  padding: 1rem;
  letter-spacing: 0.08rem;
}
@media (max-width: 991px){
p.title_t_c span{
  font-size: 34px;
}
}
@media (max-width: 767px){
p.title_t_c span{
    font-size: 4.2vw;
    padding: 1rem 0rem;
}
}
p.title_t_c span.title_t_c-span:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #00aaeb;
}
p.title_t_e{
  font-family: 'myfont-Bold';
  text-align: center;
  margin-top: 20px;
}
p.title_t_e span{
  font-size: 40px;
  position: relative;
  padding: 1rem;
  letter-spacing: 0.08rem;
}
@media (max-width: 991px){
p.title_t_e span{
    font-size: 30px;
}
}
@media (max-width: 767px){
p.title_t_e span{
    font-size: 5vw;
  padding: 1rem 0rem;
}
}
p.title_t_e span.title_t_e-span:before {
    position: absolute;
    bottom: -10px;
    left: calc(59% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #00aaeb;
}
@media (max-width: 375px){
p.title_t_e span.title_t_e-span:before {
    left: calc(45% - 30px);
}
}
p.title_t_none{
  font-family: 'myfont-Bold';
  text-align: center;
  margin-top: 20px;
}
p.title_t_none span{
  font-size: 40px;
  position: relative;
  padding: 1rem;
  letter-spacing: 0.08rem;
}
@media (max-width: 991px){
p.title_t_none span{
    font-size: 30px;
}
}
@media (max-width: 767px){
p.title_t_none span{
  padding: 1rem 0rem;
}
}
@media (max-width: 360px){
p.title_t_none span{
    font-size: 26px;
}
}
@media (max-width: 320px){
p.title_t_none span{
    font-size: 25px;
}
}
span .blue-big_con5{
  font-size: 80px!important;
  color: #20a5df;
  font-family: 'myfont-Oswald-semi-b';
  padding: 0rem!important;
}
@media (max-width: 767px){
span .blue-big_con5{
    font-size: 55px!important;
}
}
@media (max-width: 375px){
span .blue-big_con5{
    font-size: 43px!important;
}
}
/*タイトル文字　下線が水色*/
p.title_t span:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #00aaeb;
}
/*タイトル文字　下線がネイビー*/
p.title_t_b span{
  font-size: 40px;
  position: relative;
  padding: 1rem 1rem 2.5rem 1rem;
}
@media (max-width: 991px){
p.title_t_b span{
    font-size: 30px;
}
}
@media (max-width: 767px){
p.title_t_b span{
    font-size: 4.2vw;
    padding: 1rem 1rem 2rem 1rem;
}
}
@media (max-width: 425px){
p.title_t_b span{
    font-size: 6.2vw;
    padding: 1rem 0rem 2rem;
}
}
@media (max-width: 375px){
p.title_t_b span{
    font-size: 6vw;
}
}
@media (max-width: 320px){
p.title_t_b span{
    font-size: 5vw;
}
}
p.title_t_b span:before{
  position: absolute;
  bottom: -10px;
  left: calc(29% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #26274e;
}
@media (max-width: 425px){
p.title_t_b span:before{
  left: calc(55% - 30px);
}
}
.recommendation_box {
    margin-top: 70px;
}
@media (max-width: 425px){
.recommendation_box {
    margin-top: 30px;
}
}
p.recommendation_t1 {
    font-family: 'myfont-Medium';
    font-size: 15px;
    background-color: #ff8e3f;
    color: #fff;
    padding: 5px;
    text-align: center;
    letter-spacing: 0.08rem;
}
@media (max-width: 991px){
p.recommendation_t1 {
    font-size: 12px;
}
}
@media (max-width: 576px){
p.recommendation_t1 {
    font-size: 15px;
}
}
@media (max-width: 375px){
p.recommendation_t1 {
    font-size: 13px;
    letter-spacing: 0.01rem;
}
}
@media (max-width: 320px){
p.recommendation_t1 {
    font-size: 11px;
}
}
img.recommendation_img {
    display: block;
    margin: auto;
    margin-top: 30px;
}
@media (max-width: 360px){
img.recommendation_img {
    margin-top: 20px;
}
}
p.recommendation_t2 {
    text-align: center;
    font-size: 20px;
    font-family: 'myfont-Bold';
    margin-top: 20px;
}
@media (max-width: 1199px){
p.recommendation_t2 {
    font-size: 16px;
}
}
@media (max-width: 991px){
p.recommendation_t2 {
	font-size: 13px;
    text-align: left;
}
}
@media (max-width: 767px){
p.recommendation_t2 {
    text-align: center;
	font-size: 15px;
}
}
@media (max-width: 425px){
p.recommendation_t2 {
	font-size: 14px;
}
}
@media (max-width: 375px){
p.recommendation_t2 {
	font-size: 13px;
}
}
@media (max-width: 360px){
p.recommendation_t2 {
	font-size: 12.5px;
}
}
@media (max-width: 320px){
p.recommendation_t2 {
	font-size: 10.8px;
}
}
/*グラデーションのタイトル*/
.recommendation_box_color {
  background: linear-gradient(-180deg, #01f2fe, #4facfe);
  padding: 2px;
  margin-top: 30px;
}
.recommendation_box_color__inner {
  background: #FFF;
  padding: 1.6rem;
}
@media (max-width: 767px){
.recommendation_box_color__inner {
  padding: 15px;
}
}
.recommendation_box_color__inner p {
  line-height: 1.8rem;
}
p.recommendation_t3 {
  font-size: 20px;
  font-family: 'myfont-Medium';
    text-align: center;
    line-height: 2.2rem;
}
@media (max-width: 991px){
p.recommendation_t3 {
    font-size: 18px;
    line-height: 1.8rem;
}
}
@media (max-width: 767px){
p.recommendation_t3 {
    font-size: 15px;
    line-height: 1.6rem;
    margin-bottom: 0rem;
    text-align:left;
}
}
@media (max-width: 360px){
p.recommendation_t3 {
    line-height: 1.4rem;
}
}
/*コンテンツ2　窓ガラスビジネスとは？*/
.window-glass_box {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 70px;
}
@media (max-width: 767px){
.window-glass_box {
    margin-top: 40px;
}
}
p.window-glass_t1 {
    color: #00aaeb;
    font-size: 20px;
  font-family: 'myfont-Medium';
}
/* ③tableレイアウトとvertical-alignで中央配置 */
.window-glass_t1{
  height:60px;
  display:table;
  text-align:center;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 991px){
.window-glass_t1{
  height:44px;
}
}
@media (max-width: 425px){
.window-glass_t1{
  height:30px;
}
}
.window-glass_t1 div{
  display:table-cell;
  vertical-align:middle;
  color: #00aaeb;
  font-size: 20px;
  font-family: 'myfont-Medium';
}
@media (max-width: 991px){
.window-glass_t1 div{
    font-size: 15px;
}
}
@media (max-width: 767px){
.window-glass_t1 div{
    font-size: 3vw;
}
}
@media (max-width: 360px){
.window-glass_t1 div{
    font-size: 2.9vw;
}
}
.mgb-20{
  margin-bottom: 20px;
}
p.window-glass_t2 {
    font-size: 14px;
    text-align: left;
  font-family: 'myfont-Regular';
    width: 90%;
    margin: auto;
    line-height: 1.5rem;
}
@media (max-width: 991px){
p.window-glass_t2 {
    width: 100%;
}
}
@media (max-width: 767px){
p.window-glass_t2 {
    font-size: 13px;
    line-height: 1.3rem;
}
}
/*バナー1*/
.banner_bg1{
	background-image: url("../img/ba01.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 400px;
	margin-top: 105px;
}
@media (max-width: 991px){
.banner_bg1{
    height: 300px;
}
}
@media (max-width: 767px){
.banner_bg1{
    height: 230px;
}
}
@media (max-width: 425px){
.banner_bg1{
    height: 210px;
}
}
/*colの余白消す*/
.col-md-6.col-sm-12.col-12.col-no-p {
    padding-right: 0px;
    padding-left: 0px;
}
.banner_img_bg_l{
	background-image: url("../img/ba01_l.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position:right;
	height: 400px;
	margin-top: 105px;
}
.banner_img_bg_r{
	background-image: url("../img/ba01_r.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position:left;
	height: 400px;
	margin-top: 105px;
}
@media (max-width: 1024px){
.banner_img_bg_l,.banner_img_bg_r{
	height: 350px;
}
}
@media (max-width:991px){
.banner_img_bg_l,.banner_img_bg_r{
	height: 300px;
}
}
@media (max-width:767px){
.banner_img_bg_l,.banner_img_bg_r{
	height: auto;
	padding-bottom: 50px;
}
}
@media (max-width:767px){
.banner_img_bg_r{
	margin-top: 0px;
}
}
@media (max-width:425x){
.banner_img_bg_l,.banner_img_bg_r{
	height: auto;
	padding-bottom: 30px;
}
}
/*左側の画像*/
img.banner_img_l_t,img.banner_img_l_b{
    float: right;
    margin-right: 50px;
}
@media (max-width: 1199px){
img.banner_img_l_t,img.banner_img_l_b{
    float: unset;
    margin-right: 0px;
    display: block;
    margin: auto;
	width: 85%;
	height: auto;
}
}
img.banner_img_l_b{
    margin-top: -59px;
}
@media (max-width: 991px){
img.banner_img_l_b{
    margin-top: -18px;
}
}
@media (max-width: 767px){
img.banner_img_l_b{
    margin-top: -58px;
}
}
@media (max-width: 425px){
img.banner_img_l_b{
    margin-top: -40px;
}
}
/*右側の画像*/
img.banner_img_r_t,img.banner_img_r_b{
    float: left;
    margin-left: 50px;
}
@media (max-width: 1199px){
img.banner_img_r_t,img.banner_img_r_b{
    float: unset;
    margin-left: 0px;
    display: block;
    margin: auto;
	width: 85%;
	height: auto;
}
}
img.banner_img_r_b{
    margin-top: -30px;
}
@media (max-width: 991px){
img.banner_img_r_b{
    margin-top: 0px;
}
}
/*両方の画像の上*/
img.banner_img_l_t,img.banner_img_r_t{
    padding-top: 50px;
}
@media (max-width: 1199px){
img.banner_img_l_t,img.banner_img_r_t{
    width: 85%;
	height: auto;
}
}
/*いますぐ申し込む　右側の矢印*/
.triangle01{
    position: absolute;
    right:45px;
}
/*バナー画像の枠*/
.banner_img_box {
    display: block;
    margin: auto;
    text-align: center;
}

img.banner_img4 {
    padding-top: 50px;
}
@media (max-width:1199px){
img.banner_img4 {
    padding-top: 30px;
}
}
@media (max-width:767px){
img.banner_img4 {
    padding-top: 0px;
}
}
/*バナー画像の枠*/
.banner_img_box {
    display: block;
    margin: auto;
    text-align: center;
}
@media (max-width:991px){
.banner_img_box {
    text-align:start;
}
}
/*バナー内のボタン　左側*/
img.banner_img1{
	width: 100%;
	height: auto;
	margin: auto;
}
@media (max-width:375px){
img.banner_img1{
    padding-top: 10px;
}
}
/*バナー内のボタン　右側*/
img.banner_img2{
	width: 100%;
	height: auto;
	margin: auto;
    margin-top: -60px;
}
@media (max-width:1199px){
img.banner_img2{
    margin-top: -40px;
}
}
@media (max-width:991px){
img.banner_img2{
    margin-top: -20px;
}
}
@media (max-width:767px){
img.banner_img2{
    margin-top: -38px;
}
}
@media (max-width:375px){
img.banner_img2{
    margin-top: -25px;
}
}
/*グラデーションボタン ブルー系*/
p.banner_btn {
	position: relative;
    text-align: center;
	font-size: 35px;
	color: #fff;
    font-family: 'myfont-Bold';
    background: linear-gradient(-90deg, #01f2fe, #4facfe);
	margin: auto;
	width: 100%;
    padding: 25px 15px 25px;
	margin-top: 25px;
    letter-spacing: 0.08rem;
    line-height: 2.5rem;
    border-radius: 100vh;
}
@media (max-width: 991px){
p.banner_btn {
    width: 100%;
    padding: 20px 15px 20px;
}
}
@media (max-width: 767px){
p.banner_btn {
    font-size:30px;
    padding: 10px 15px 10px;
}
}
@media (max-width: 425px){
p.banner_btn {	
	font-size: 25px;
}
}

span.banner_t {
    font-size: 20px;
}
@media (max-width: 991px){
span.banner_t {
    font-size: 16px;
}
}
@media (max-width: 375px){
span.banner_t {
    font-size: 14px;
}
}
/*グラデーションボタン　オレンジ系*/
p.banner_btn2 {
    text-align: center;
	font-size: 35px;
	color: #fff;
    font-family: 'myfont-Bold';
    background: linear-gradient(-90deg, #f3c02a, #fe923e);
	margin: auto;
	width: 100%;
    padding: 25px 15px 25px;
    margin-top: -23px;
	letter-spacing: 0.08rem;
    line-height: 2.5rem;
    border-radius: 100vh;
}
@media (max-width: 1199px){
p.banner_btn2 {
    margin-top: -50px;
}
}
@media (max-width: 991px){
p.banner_btn2 {
    margin-top: -35px;
    width: 100%;
    padding: 20px 15px 20px;
}
}
@media (max-width: 767px){
p.banner_btn2 {
    font-size: 30px;
    padding: 10px 15px 10px;
}
}
@media (max-width: 480px){
p.banner_btn2 {
    margin-top: -20px;
}
}
@media (max-width: 425px){
p.banner_btn2 {
   font-size: 25px;
    margin-top: -10px;
}
}
/*ボタンの動き　もっちり動く*/
.mocchiri {
    animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}


/*コンテンツ3　実は多くの方々が窓を原因とするこんなお悩みを抱えています！*/
/*背景　吹き出し*/
@media (max-width: 767px){
ruby {
  ruby-position:over!important;
}
}
.con3_bg {
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #e8f9ff;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media (max-width: 991px){
.con3_bg {
    padding-bottom: 150px;
}
}
@media (max-width: 767px){
.con3_bg {
    padding-top: 0px;
    padding-bottom: 100px;
}
}
@media (max-width: 425px){
.con3_bg {
    padding-bottom: 100px;
}
}
.col-md-4.col-sm-6.col-6.fadein.con3_box_sp{
    padding-right: 5px;
    padding-left: 5px;
}
/*テキスト上の点々*/
rt {
    font-size: 45px;
    height: 6px;
}
@media (max-width: 767px){
rt {
    font-size: 15px;
}
}
img.worries_img11,img.worries_img1{
    display: block;
    margin: auto;
    margin-top: 80px;
}
@media (max-width: 767px){
img.worries_img11,img.worries_img1{
    margin-top: 40px;
}
}
@media (max-width: 375px){
img.worries_img11,img.worries_img1{
    margin-top: 30px;
}
}
p.worries_t1 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.05rem;
}
@media (max-width: 991px){
p.worries_t1 {
    font-size: 16px;
}
}
@media (max-width: 425px){
p.worries_t1 {
    font-size: 14px;
}
}
@media (max-width: 375px){
p.worries_t1 {
    font-size: 13px;
}
}
@media (max-width: 360px){
p.worries_t1 {
    font-size: 12.3px;
}
}
@media (max-width: 320px){
p.worries_t1 {
    font-size: 10px;
}
}
/*吹き出しの三角背景*/
/*
p.worries_img_t2 {
	background-image: url("../img/con3-bg_triangle.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 257px;
}
@media (max-width: 414px){
p.worries_img_t2 {
	background-size: 100%;
}
}
*/
.con3_triangle{
	background-image: url("../img/con3-bg_triangle.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 257px;
}
@media (max-width: 767px){
.con3_triangle{
    margin-top: 35px;
	background-size: 100%;
	height: 190px;
}
}
/*吹き出しの三角にあるテキスト*/
p.worries_img_t2 {
    text-align: center;
    font-size: 30px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.08rem;
}
@media (max-width: 1199px){
p.worries_img_t2 {
    width: 80%;
    margin: auto;
    margin-top: -50px;
}
}
@media (max-width: 1024px){
p.worries_img_t2 {
    margin-top: -80px;
}
}
@media (max-width: 991px){
p.worries_img_t2 {
    margin-top: -120px;
}
}
@media (max-width: 767px){
p.worries_img_t2 {
    width: 100%;
    font-size: 4.6vw;
    margin-top: -130px;
    padding-top: 0px;
}
}
@media (max-width: 425px){
p.worries_img_t2 {
    margin-top: -85px;
    padding-top: 10px;
}
}
@media (max-width: 375px){
p.worries_img_t2 {
    margin-top: -91px;
}
}
p.worries_img_t2 span{
    background:linear-gradient(transparent 60%, #FFFF00 0%);
}
/*コンテンツ4　 窓ガラス対策が必須なのです！*/
p.subtitle_t {
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.3rem;
}
@media (max-width: 991px){
p.subtitle_t {
    font-size: 44px;
}
}
@media (max-width:767px){
p.subtitle_t {
    font-size: 8.4vw;
    letter-spacing: 0.05rem;
}
}
@media (max-width:425px){
p.subtitle_t {
    margin-top: 50px;
}
}
img.measures_img1 {
    display: block;
    margin: auto;
    margin-top: 90px;
}
@media (max-width: 991px){
img.measures_img1 {
    margin-top: 50px;
}
}
@media (max-width: 767px){
img.measures_img1 {
    margin-top: 25px;
}
}
/*画像下の横幅*/
.measures_box_w {
    width: 80%;
    margin-left: 80px;
}
@media (max-width: 1199px){
.measures_box_w {
    width: 100%;
    margin-left: 10px;
}
}
@media (max-width: 991px){
.measures_box_w {
    margin-left: 0px;
}
}
p.measures_t1 {
    font-size: 30px;
    text-align: center;
    font-family: 'myfont-Bold';
    letter-spacing: 0.15rem;
}
@media (max-width: 991px){
p.measures_t1 {
    font-size: 25px;
}
}
@media (max-width:767px){
p.measures_t1 {
    font-size: 7.1vw;
}
}
@media (max-width:320px){
p.measures_t1 {
    font-size: 7vw;
}
}
/*赤文字　ビック*/
span.red-big {
    font-size: 100px;
    color: #e60d0d;
    font-family: 'myfont-Oswald-semi-b';
}
/*水色文字　ビック*/
span.blue-big {
    font-size: 100px;
    color: #20a5df;
    font-family: 'myfont-Oswald-semi-b';
}
@media (max-width: 991px){
span.red-big,span.blue-big {
    font-size: 50px;
}
}
@media (max-width: 767px){
span.red-big,span.blue-big {
    font-size: 11vw;
}
}
p.measures_t2 {
  font-size: 18px;
  font-family: 'myfont-Regular';
  line-height: 2.0rem;
}
@media (max-width: 991px){
p.measures_t2 {
    font-size: 16px;
    line-height: 1.8rem;
}
}
@media (max-width: 767px){
p.measures_t2 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
p.measures_t3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #20a5df;
    margin: auto;
    padding: 25px 15px 25px;
    margin-top: 25px;
    letter-spacing: 0.08rem;
	line-height: 2.5rem;
    border-radius: 100vh;
    font-family: 'myfont-Bold';
}
@media (max-width: 1199px){
p.measures_t3 {
    font-size: 27px;
}
}
@media (max-width: 991px){
p.measures_t3 {
    font-size: 20px;
}
}
@media (max-width:767px){
p.measures_t3 {
    font-size: 3.5vw;
    line-height: 1.5rem;
    padding: 15px;
}
}
@media (max-width:425px){
p.measures_t3 {
    margin-top: 20px;
    font-size: 4vw;
    padding: 15px 5px;
}
}
@media (max-width:320px){
p.measures_t3 {
    font-size: 3.5vw;
}
}
/*コンテンツ4.5　 ブルーオーシャン*/
.con45_bg{
	background-image: url("../img/con45_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;
	margin-top: 150px;
    padding-top: 70px;
}
@media (max-width: 1199px){
.con45_bg{
    height: 900px;
}
}
@media (max-width: 991px){
.con45_bg{
    margin-top: 100px;
    height: 750px;
}
}
@media (max-width: 767px){
.con45_bg{
    margin-top: 80px;
    padding-top: 60px;
    height: 1000px;
}
}
@media (max-width: 480px){
.con45_bg{
    margin-top: 80px;
    padding-top: 60px;
    height: 850px;
}
}
@media (max-width: 425px){
.con45_bg{
    height: 750px;
    margin-top: 50px;
}
}
@media (max-width: 414px){
.con45_bg{
    height: 730px;
}
}
@media (max-width:375px){
.con45_bg{
    height: 680px;
}
}
@media (max-width:360px){
.con45_bg{
    height: 650px;
}
}
@media (max-width:320px){
.con45_bg{
    height: 600px;
}
}
p.title_t_g{
    font-size: 45px;
    font-family: 'myfont-Bold';
    text-align: center;
    padding-top: 50px;
	color: #fff;
    letter-spacing: 0.1rem;
}
@media (max-width: 991px){
p.title_t_g{
    padding-top: 0px;
}
}
@media (max-width: 767px){
p.title_t_g{
	display: none;
}
}
p.title_t_g::before{
	content: url("../img/con45-icon.png");
	width: 51px;
	height: 45px;
	margin-right: 50px;
}
p.title_t_g::after{
	content: url("../img/con45-icon.png");
	width: 51px;
	height: 45px;
	margin-left: 50px;
}
@media (max-width: 375px){
p.title_t_g::before,p.title_t_g::after{
	display: none;
}
}
p.con45_t1 {
    color: #1452aa;
    font-size: 42px;
    text-align: center;
    font-family: 'myfont-Medium';
    margin-top: 35px;
}
@media (max-width: 1199px){
p.con45_t1 {
	font-size: 35px;
}
}
@media (max-width: 991px){
p.con45_t1 {
	font-size: 28px;
}
}
@media (max-width: 767px){
p.con45_t1 {
    font-size: 4.5vw;
    text-align:left;
}
}
p.con45_t2 {
    font-size: 21px;
    text-align: center;
    font-family: 'myfont-Medium';
	color: #fff;
	margin-top: 30px;
    line-height: 2.5rem;
}
@media (max-width:767px){
p.con45_t2 {
    text-align:left;
    font-size: 16px;
    line-height: 1.6rem;
}
}
@media (max-width:425px){
p.con45_t2 {
    text-align:left;
    font-size: 13px;
    line-height: 1.4rem;
	margin-top: 15px;
}
}
img.con45_img {
    margin-top: -70px;
}
@media (max-width: 1199px){
img.con45_img {
    margin-top: -50px;
}
}
@media (max-width: 991px){
img.con45_img {
    margin-top: -20px;
}
}
@media (max-width: 767px){
img.con45_img {
     padding-top: 0px;
}
}
/*コンテンツ5　 導入事例 タブ切り替え*/
.con5_bg {
    background-color: #f8f8f8;
    padding-bottom: 130px;
}
@media (max-width: 991px){
.con5_bg {
    padding-bottom: 100px;
}
}
@media (max-width: 425px){
.con5_bg {
    padding-bottom: 80px;
}
}
/*タブのタイトル*/
.sp-thumbnail-container {
    font-size: 18px;
}

.sp-thumbnail.slide-1 {
    background-color: #26274e;
	color: #fff;
	text-align: center;
}
.sp-thumbnail.slide-2 {
    background-color: #93cf30;
	color: #fff;
	text-align: center;
}
.sp-thumbnail.slide-3 {
    background-color: #ff8e3f;
	color: #fff;
	text-align: center;
}
.sp-thumbnail.slide-4 {
    background-color: #20a5df;
	color: #fff;
	text-align: center;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    width: 100%;
    padding: 10px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.08rem;
}
.sp-slides-container {
    position: relative;
    box-shadow: 0 10px 25px 0 rgb(222 222 222 / 50%);
}

/*タブの枠*/
div#slide-1 {
    background-color: #fff;
    padding: 30px;
}
@media (max-width: 767px){
div#slide-1 {
    padding: 15px 30px;
}
}
@media (max-width: 425px){
div#slide-1 {
    padding: 0px 10px;
}
}

.sp-slide {
    position: absolute;
    padding: 30px;
}
@media (max-width: 991px){
.sp-slide {
	padding: 15px!important;
}
}
@media (max-width: 425px){
.sp-slide {
    padding: 0px 10px;
}
}

img.case-study_img {
    display: block;
    margin: auto;
}
@media (max-width: 767px){
img.case-study_img {
    margin-top: 25px;
}
}
.con5_con_w {
    width: 90%;
    margin: auto;
}
@media (max-width: 1199px){
.con5_con_w {
    width: 100%;
}
}
.sp-thumbnail.slide-1 span,.sp-thumbnail.slide-2 span,.sp-thumbnail.slide-3 span,.sp-thumbnail.slide-4 span {
	font-size: 16px;
}
@media (max-width: 425px){
.sp-thumbnail.slide-1 span,.sp-thumbnail.slide-2 span,.sp-thumbnail.slide-3 span,.sp-thumbnail.slide-4 span {
	font-size: 13px;
}
}
p.case-study_t1.navy_bg_1 {
 background-image: url("../img/con5_tab_bg.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t1.navy_bg_2 {
 background-image: url("../img/con5_tab_bg_2.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t2.navy_c-t {
    color: #26274e;
    font-size: 18px;
    font-family: 'myfont-Bold';
}
p.case-study_t3 {
    font-size: 13px;
    line-height: 1.5rem;
    font-family: 'myfont-Regular';
    margin-bottom: 0rem;
}
@media (max-width: 991px){
p.case-study_t3 {
    line-height: 1.3rem;
}
}
/*DIYとして*/
p.case-study_t1.y-green_bg_1 {
    background-image: url(../img/con5_tab_bg_g.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t1.y-green_bg_2 {
    background-image: url(../img/con5_tab_bg_g_2.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t2.y-green_c-t {
    color: #93cf30;
    font-size: 18px;
    font-family: 'myfont-Bold';
}
/*自社オフィス・工場に(ご自身や余剰人員で)*/
p.case-study_t1.orange_bg_1 {
    background-image: url(../img/con5_tab_bg_o.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t1.orange_bg_2 {
    background-image: url(../img/con5_tab_bg_o_2.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t2.orange_c-t {
    color: #ff8e3f;
    font-size: 18px;
    font-family: 'myfont-Bold';
}
/*新メニューとして(既存メニューのオプションに)*/
p.case-study_t1.light-blue_bg_1 {
    background-image: url(../img/con5_tab_bg_light-blue.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t1.light-blue_bg_2 {
    background-image: url(../img/con5_tab_bg_light-blue_2.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'myfont-Medium';
	padding: 3px 0px 0px 13px;
    margin-top: 15px;
}
p.case-study_t2.light-blue_c-t {
    color: #20a5df;
    font-size: 18px;
    font-family: 'myfont-Bold';
}
@media (max-width: 1199px){
p.case-study_t2.navy_c-t,p.case-study_t2.y-green_c-t,p.case-study_t2.orange_c-t,p.case-study_t2.light-blue_c-t {
    font-size: 16px;
}
}
@media (max-width: 991px){
p.case-study_t2.navy_c-t,p.case-study_t2.y-green_c-t,p.case-study_t2.orange_c-t,p.case-study_t2.light-blue_c-t {
    font-size: 13px;
}
}
@media (max-width: 767px){
p.case-study_t2.navy_c-t,p.case-study_t2.y-green_c-t,p.case-study_t2.orange_c-t,p.case-study_t2.light-blue_c-t {
    margin-bottom: 0.5rem;
}
}
/*コンテンツ6　 窓ガラスビジネスが選ばれる3つの理由*/
@media screen and (max-width:767px){
.con4_top_box {
	width: 100%;
	overflow: auto;
    white-space: nowrap;
}
}
@media screen and (max-width:767px){
.col-md-4.col-sm-12.col-12.col-4-sp-w {
    flex: 0 0 80%;
    padding-right: 5px;
    padding-left: 5px;
}
}
.writers {
	overflow: hidden;
}
@media screen and (max-width:767px) {
.row.writers {
	flex-wrap: nowrap;
	overflow-x: scroll;
}
}
.col-12.col-md-4.writer-profile {
	flex: 0 0 80%;
}
img.sub_heading_img{
    display: block;
    margin: auto;
    padding-left: 13px;
    padding-top: 170px;
}
@media (max-width: 1199px){
img.sub_heading_img{
    padding-top: 130px;
}
}
@media (max-width: 991px){
img.sub_heading_img{
    padding-top: 100px;
}
}
@media (max-width: 4251px){
img.sub_heading_img{
    padding-top: 50px;
}
}
.sub_heading1_title {
    float: left;
    display: flex;
}
img.reason_img {
    display: block;
    margin: auto;
    margin-top: 70px;
}
@media (max-width: 425px){
img.reason_img {
    margin-top: 30px;
}
}
/*各項目*/
/*簡単　内容*/
.sub_heading1_sumbar1 {
    background-image:url("../img/sub_heading1_1.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 101px;
    margin-top: 150px;
}
p.sub_heading_t1 {
    font-size: 40px;
    text-align: center;
    font-family: 'myfont-Bold';
	position: relative;
    padding-top: 130px;
}
@media (max-width: 991px){
p.sub_heading_t1 {
    font-size: 30px;
}
}
@media (max-width: 767px){
p.sub_heading_t1 {
    font-size: 4.5vw;
}
}
@media (max-width: 425px){
p.sub_heading_t1 {
    padding-top: 115px;
}
}
/*安心　内容*/
.sub_heading1_sumbar2 {
    background-image:url("../img/sub_heading2_1.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 101px;
    margin-top: 150px;
}
/*高需要　内容*/
.sub_heading1_sumbar3 {
    background-image:url("../img/sub_heading3_1.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 101px;
    margin-top: 150px;
}
@media (max-width: 991px){
.sub_heading1_sumbar1,.sub_heading1_sumbar2,.sub_heading1_sumbar3 {
    margin-top: 100px;
}
}
@media (max-width: 767px){
.sub_heading1_sumbar1,.sub_heading1_sumbar2,.sub_heading1_sumbar3 {
    margin-top: 50px;
}
}
/*簡単　内容*/
img.reason_img1 {
    position: absolute;
    left: 27%;
    margin-top: 55px;
}
@media (max-width:1440px){
img.reason_img1 {
    left: 19%;
}
}
@media (max-width:1199px){
img.reason_img1 {
    left: 11%;
}
}
@media (max-width:1024px){
img.reason_img1 {
	left: 4%;
}
}
img.reason_img_a {
    margin-top: 130px;
}
@media (max-width:767px){
img.reason_img_a {
    display: block;
    margin: auto;
    margin-top:80px;
}
}
@media (max-width:425px){
img.reason_img_a {
    margin-top: 60px;
}
}
p.sub_heading_t2 {
    font-size: 16px;
    margin-top: 130px;
    line-height: 1.8rem;
}
@media (max-width:991px){
p.sub_heading_t2 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
@media (max-width:767px){
p.sub_heading_t2 {
    margin-top: 10px;
}
}
/*安心　内容*/
/*高需要　内容*/
img.reason_img2 {
    position: absolute;
    left: 33%;
	margin-top: 55px;
}
@media (max-width:1440px){
img.reason_img2 {
    left: 26%;
}
}
@media (max-width:1199px){
img.reason_img2 {
    left: 22%;
}
}
@media (max-width:1024px){
img.reason_img2 {
    left: 16%;
}
}
@media (max-width:767px){
img.reason_img2 {
    left: 8%;
}
}
@media (max-width:767px){
img.reason_img1,img.reason_img2{
    width: 20%;
    height: auto;
    margin-top: 65px;
}
}
/*コンテンツ7　 さあ、新しく窓ガラスビジネスに参入しませんか？*/
.con7-bg {
    background-color: #fff9f5;
    padding-bottom: 130px;
    margin-top: 130px;
}
@media (max-width:991px){
.con7-bg {
    padding-bottom: 50px;
    margin-top: 80px;
}
}
@media (max-width:425px){
.con7-bg {
    padding-bottom: 0px;
    margin-top: 40px;
}
}
p.title_t_d {
    font-size: 45px;
    text-align: center;
    margin-top: 20px;
    font-family: 'myfont-Bold';
}
@media (max-width:1199px){
p.title_t_d {
    font-size: 40px;
}
}
@media (max-width:991px){
p.title_t_d {
    font-size: 30px;
}
}
@media (max-width:767px){
p.title_t_d {
    font-size: 5.5vw;
}
}
img.new-business1 {
    margin-top: 50px;
}
@media (max-width:767px){
img.new-business1 {
    margin-top: 10px;
}
}
p.new-business_t1 {
    font-size: 33px;
    text-align: center;
    font-family: 'myfont-Bold';
}
@media (max-width:1199px){
p.new-business_t1 {
    font-size: 30px;
}
}
@media (max-width:991px){
p.new-business_t1 {
    font-size: 23px;
}
}
@media (max-width:320px){
p.new-business_t1 {
    font-size: 20px;
}
}
p.new-business_t2 {
    font-size: 30px;
    text-align: center;
    font-family: 'myfont-Bold';
}
@media (max-width:991px){
p.new-business_t2 {
    font-size: 22px;
}
}
@media (max-width:320px){
p.new-business_t2 {
    font-size: 19px;
}
}
p.new-business_t2 span{
    background: linear-gradient(transparent 70%, #dbedf4 0%);
}
p.new-business_t2 rb {
    font-size: 75px!important;
    color: #20a5df;
    font-family: 'myfont-Oswald-semi-b';
    padding: 0 rem !important;
}
@media (max-width:991px){
p.new-business_t2 rb {
    font-size: 60px!important;
}
}
p.new-business_t2 rt {
    color: #20a5df;
}
p.new-business_t3 {
    font-size: 18px;
    text-align: center;
    font-family: 'myfont-Bold';
    line-height: 1.8rem;
}
@media (max-width:320px){
p.new-business_t3 {
    font-size: 16px;
}
}
/*コンテンツ8　 現在世界中で使われている業界シェアNo.1 窓ガラス用遮熱断熱ガラスコート*/
span .blue-big_con8{
  font-size: 50px!important;
  color: #20a5df;
  font-family: 'myfont-Bold';
  padding: 0rem!important;
}
@media (max-width:991px){
span .blue-big_con8{
    font-size: 39px!important;
}
}
@media (max-width:767px){
span .blue-big_con8{
    font-size: 24px!important;
}
}
@media (max-width:425px){
span .blue-big_con8{
    font-size: 5vw!important;
}
}
/*斜め背景　水色*/
.banner_bg8 {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
@media (max-width:767px){
.banner_bg8 {
    padding-top: 50px;
    background-color: #f4fcff;
    padding-bottom: 50px;
}
}
@media (max-width:411px){
.banner_bg8 {
    padding-top: 35px;
}
}
.banner_bg8:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 200vw;
    height: 180%;
    margin: -59% 0% 0px -20%;
    background: #f4fcff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate( -7deg );
    -ms-transform: rotate(-7deg);
    transform: rotate( -20deg );
    z-index: -1;
}
@media (max-width:1440px){
.banner_bg8:before {
    margin: -84% 0% 0px -32%;
}
}
@media (max-width:1199px){
.banner_bg8:before {
    margin: -107% 0% 0px -32%;
}
}
@media (max-width:991px){
.banner_bg8:before {
    margin: -156% 0% 0px -53%;
}
}
@media (max-width:767px){
.banner_bg8:before {
    margin: 0%;
    position: static;
}
}
p.title_t_subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}
@media (max-width:767px){
p.title_t_subtitle {
    text-align:left;
}
}
@media (max-width:425px){
p.title_t_subtitle {
    font-size: 16px;
}
}
/*画像*/
.glass_coat_img1 {
    background-image:url("../img/glass_coat_img1.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
.glass_coat_img2 {
    background-image:url("../img/glass_coat_img2.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
.glass_coat_img3 {
    background-image:url("../img/glass_coat_img3.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
.glass_coat_img4 {
    background-image:url("../img/glass_coat_img4.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
.glass_coat_img5 {
    background-image:url("../img/glass_coat_img5.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
.glass_coat_img6 {
    background-image:url("../img/glass_coat_img6.png");
    background-position:center;
    background-repeat: no-repeat;
    height: 406px;
    margin-top: 30px;
}
/*画像内テキスト*/
/*色付き見出し*/
p.glass_coat_t1.orage {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #ff8e3f;
}
p.glass_coat_t1.blue1 {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #63b4d7;
}
p.glass_coat_t1.purple {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #8963d7;
}
p.glass_coat_t1.blue2 {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #20a5df;
}
p.glass_coat_t1.pink {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #fea2dd;
}
p.glass_coat_t1.green {
    font-size: 30px;
    text-align: center;
    padding-top: 65%;
    color: #63d76e;
}
@media (max-width:1199px){
p.glass_coat_t1.orage,p.glass_coat_t1.blue1,p.glass_coat_t1.purple,p.glass_coat_t1.blue2,p.glass_coat_t1.pink,p.glass_coat_t1.green {
    padding-top: 80%;
}
}
@media (max-width:991px){
p.glass_coat_t1.orage,p.glass_coat_t1.blue1,p.glass_coat_t1.purple,p.glass_coat_t1.blue2,p.glass_coat_t1.pink,p.glass_coat_t1.green {
    padding-top: 108%;
}
}
/*下のテキスト*/
p.glass_coat_t2 {
    font-size: 20px;
    text-align: center;
    font-family: 'myfont-Medium';
}
@media (max-width:991px){
p.glass_coat_t2 {
    font-size: 18px;
}
}
/*コンテンツ9　 類似商品との比較*/
.tab-panel {
	padding-bottom: 40px;
    margin: 0 auto;
    margin-top: 50px;
}
.tab-group{
  display: flex;
  justify-content: center;
}
ul.tab-group{ 
    margin-bottom: 0rem;
}
.tab{
  flex-grow: 1;
  list-style:none;
  border:solid 1px #bcbcbc;
  cursor:pointer;
  background-color: #bcbcbc;
  color: #fff;
    text-align: center;
    transition: all 0.2s ease;
    padding: 8px 30px;
    margin-bottom: 0rem;
    font-size: 25px;
    font-family: 'myfont-Bold';
    width: 32%;
}
@media (max-width:991px){
.tab{
    font-size: 19px;
}
}
@media (max-width:767px){
.tab{
    padding: 8px 5px;
    font-size: 15px;
}
}
@media (max-width:320px){
.tab{
    padding: 8px 0px;
    font-size: 11px;
}
}
li.tab.tab-B,li.tab.tab-C {
    width: 32%;
    margin-left: 17.7px;
}
@media (max-width:425px){
li.tab.tab-B,li.tab.tab-C {
    margin-left: 4px;
    font-size: 14px;
}
}
@media (max-width:375px){
li.tab.tab-B,li.tab.tab-C {
    margin-left: 4px;
    font-size: 12px;
    padding: 8px 0px;
}
}
@media (max-width:320px){
li.tab.tab-B,li.tab.tab-C {
    font-size: 11px;
}
}
.panel-group{
  height:auto;
  border:solid 1px #CCC;
  border-top:none;
  background:#fff;
}
.panel{
  display:none;
}
.tab.is-active{
  color: #fff;
  transition: all 0.2s ease-out;
}
li.tab.tab-A.is-active{
  background-color: #0aaaea;
}
li.tab.tab-B.is-active{
    background-color: #93cf30;
}
li.tab.tab-C.is-active{
    background-color: #26274e;
}
.panel.is-show{
  display:block;
    padding: 40px 20px 20px;
}
@media screen and (max-width: 1199px){
.panel.is-show{
    padding: 40px 10px 20px;
}
}
@media screen and (max-width: 767px){
.panel.is-show{
    padding: 20px 10px 20px;
}
}
.panel.tab-A.is-show {
    border: solid 2px #0aaaea;
}
.panel.tab-B.is-show {
    border: solid 2px #93cf30;
}
.panel.tab-C.is-show {
    border: solid 2px #26274e;
}
/*タブ内の画像の大きさ*/
@media screen and (max-width: 1199px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width: 40%;
}
}
@media screen and (max-width: 991px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width: 38%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film1_l,img.heat-shield-film3_l {
    width:100%;
}
}
@media screen and (max-width: 1199px){
img.heat-shield-film1_r,img.heat-shield-film1_r {
    width: 55%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film1_r,img.heat-shield-film1_r {
    width: 100%;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_item_rm"] {
  display: none;
}


.tab_content_rm_ab.blg_line {
  border: solid 2px #93cf30;
}
.tab_content_rm_ab.blb_line {
  border: solid 2px #26274e;
}
p.re_tab_title1_a,p.re_tab_title1_b {
  font-size: 20px;
  font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
p.re_tab_title1_a,p.re_tab_title1_b {
    font-size: 16px;
}
}
/*タブ切り替え内の内容*/
/*遮熱フィルム*/
/*他社ガラスコート*/
img.heat-shield-film1_r {
    margin-left: 35px;
}
@media screen and (max-width: 767px){
img.heat-shield-film1_r {
    margin-left: 0px;
	margin-top: 20px;
}
}
/*ペア(二重)ガラス*/
p.heat-shield-film2_t {
    color: #93cf30;
    text-align: center;
    font-size: 30px;
    font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
p.heat-shield-film2_t {
    font-size: 26px;
}
}
@media screen and (max-width: 480px){
p.heat-shield-film2_t {
    font-size: 5vw;
}
}
img.heat-shield-film2_c {
    margin: auto 20px;
}
@media screen and (max-width: 991px){
img.heat-shield-film2_c {
    margin: auto 10px;
    width: 8%;
	height: auto;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film2_c {
	display: none;
}
}
img.heat-shield-film2_c-sp {
	display: none;
}
@media screen and (max-width: 767px){
img.heat-shield-film2_c-sp {
	display: block;
	width: 100%;
	height: auto;
    margin: 25px 0px;
}
}
/*下２つの画像*/
@media screen and (max-width: 1199px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 43%;
}
}
@media screen and (max-width: 991px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 41%;
}
}
@media screen and (max-width: 767px){
img.heat-shield-film2_l,img.heat-shield-film2_r {
    width: 100%;
}
}
/*コンテンツ10　 ご購入者の声*/
.voice_box {
    padding-top: 90px;
}
@media screen and (max-width: 767px){
.voice_box {
    padding-top: 20px;
}
}
@media screen and (max-width: 425px){
.col-md-4.col-sm-6.col-6.fadein.con10-sp-w {
    padding-right: 5px;
    padding-left: 5px;
}
}
.banner_bg10 {
    background-image:url("../img/banner_bg10.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-top: 100px;
}
@media screen and (max-width: 1199px){
.banner_bg10 {
    height: 800px;
}
}
@media screen and (max-width: 991px){
.banner_bg10 {
    margin-top: 80px;
    height: 600px;
}
}
@media screen and (max-width: 767px){
.banner_bg10 {
    margin-top: 50px;
    height: 800px;
}
}
@media screen and (max-width: 480px){
.banner_bg10 {
    height: 700px;
}
}
@media screen and (max-width: 411px){
.banner_bg10 {
    margin-top: 30px;
    height: 600px;
}
}
@media screen and (max-width: 375px){
.banner_bg10 {
    height: 650px;
}
}
@media screen and (max-width: 320px){
.banner_bg10 {
    height: 590px;
}
}
img.voice-title-icon{
    width: 54px;
    height: 50px;
    position: relative;
    left: 62%;
	margin-top: -91px;
}
@media screen and (max-width: 1199px){
img.voice-title-icon{
    left: 64%;
}
}
img.voice {
    margin-top: 60px;
}
@media screen and (max-width: 991px){
img.voice {
    margin-top: 30px;
}
}
/*コンテンツ11　多くの施工実績*/
/*コンテンツの横幅*/

/*画像*/
img.slide_con4img {
    box-shadow: 0 4px 6px 0 rgb(140 150 153 / 50%);
}
@media screen and (max-width: 1199px){
img.slide_con4img {
    display: block;
    margin: auto;
	width: 90%;
}
}
.con11-bg {
    background-color: #fafaff;
    padding-bottom: 130px;
}
.con11-w {
    width: 85%;
    margin: auto;
}
.swiper-custom-parent {
    margin-top: 110px;
}
@media (max-width:991px){
.swiper-custom-parent {
	margin-top: 50px;
}
}
@media (max-width:375px){
.swiper-custom-parent {
	margin-top: 25px;
}
}
/*コンテンツ12　よくあるご質問*/
/*よくあるご質問 タブ切り替え*/
.tab_container_qa {
    margin-top: 50px;
}
@media (max-width:767px){
.tab_container_qa {
	margin-top: 50px;
}
}
/*ネイビー*/
.con12_navy span{
    color: #26274e;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #26274e;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*ネイビーのクリックした時の状態*/
#tab1:checked ~ .tab_item_a{
    background: #26274e;
    color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
}
@media (max-width: 991px){
#tab1:checked ~ .tab_item_a{
	font-size: 21px;
	height: 50px;
}
}
/*ネイビーのクリックした時の下三角*/
#tab1:checked ~ .tab_item_a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #26274e;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_a {
    width: 30%;
	height: 70px;
    display: inline-block;
    border: solid 1px #26274e;
	color: #26274e;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
}
@media (max-width: 991px){
.tab_item_a {
    height: 50px;
    font-size: 21px;
}
}
@media (max-width: 767px){
.tab_item_a {
    height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin: 0px;
    width: 30%;
}
}
@media (max-width: 320px){
.tab_item_a {
    font-size: 10px;
    padding: 8px 0px 10px;
    height: 50px;
}
}
.tab_item_a:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
/*水色*/
.con12_light-blue span{
    color: #20a5df;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #20a5df;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*水色のクリックした時の状態*/
#tab2:checked ~ .tab_item_b{
	background-color: #20a5df;
	color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
}
/*Q 文字カラー*/
p.aq-text.lb_q_text {
	color: #20a5df;
}
/*ピンクのクリックした時の下三角*/
#tab2:checked ~ .tab_item_b::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #20a5df;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_b {
    width: 30%;
	height: 70px;
    display: inline-block;
	border: solid 1px #20a5df;
    color: #20a5df;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
}
@media (max-width: 991px){
.tab_item_b {
    font-size: 21px;
	height: 50px;
}
}
.tab_item_b:hover {
  opacity: 0.75;
}
/*黄緑*/
.con12_y-green span{
    color: #93cf30;
    border-radius: 30px;
    padding: 10px 50px;
	border: solid 1px #93cf30;
	font-family: 'myfont-Medium';
	font-size: 23px;
}
/*黄緑ーのクリックした時の状態*/
#tab3:checked ~ .tab_item_c{
	background-color: #93cf30;
	color: #fff;
    position: relative;
    width: 30%;
    text-align: center;
}
@media (max-width: 767px){
#tab1:checked ~ .tab_item_a,#tab2:checked ~ .tab_item_b,#tab3:checked ~ .tab_item_c{
	height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin:0px;
    width: 32%;
}
}
@media (max-width: 320px){
#tab1:checked ~ .tab_item_a,#tab2:checked ~ .tab_item_b,#tab3:checked ~ .tab_item_c{
    font-size: 13px;
}
}
/*グレーのクリックした時の下三角*/
#tab3:checked ~ .tab_item_c::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
    border-top: 20px solid #93cf30;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.tab_item_c {
    width: 30%;
    height: 70px;
    display: inline-block;
	border: solid 1px #93cf30;
    color: #93cf30;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px 30px 10px;
    font-size: 30px;
    font-family: 'myfont-Medium';
	transition: all 0.2s ease;
    margin: 0 10px;
}
@media (max-width: 991px){
.tab_item_c {
    font-size: 21px;
	height: 50px;
}
}
@media (max-width: 767px){
.tab_item_a,.tab_item_b,.tab_item_c {
	height: 50px;
    font-size: 15px;
    padding: 13px 3px 10px;
	margin: 0px;
    width: 32%;
}
}
@media (max-width: 320px){
.tab_item_a,.tab_item_b,.tab_item_c {
  font-size: 13px;
}
}
.tab_item_c:hover {
  opacity: 0.75;
}
.tab_content_qa_gray {
    width: 100%!important;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
p.qa_title_gray {
    font-size: 25px;
    font-family: 'myfont-Bold';
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
    border-bottom: solid 1px #000;
}
@media (max-width:991px){
p.qa_title_gray {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title_gray {
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width:425px){
p.qa_title_gray {
    font-size: 18px;
    padding: 5px 0px;
}
}

p.accordion-header_gray {
    color: #626262;
    font-size: 18px;
}
@media (max-width:991px){
p.accordion-header_gray {
    font-size: 16px;
}
}
@media (max-width:425px){
p.accordion-header_gray {
    font-size: 3.2vw;
}
}
@media (max-width:375px){
p.accordion-header_gray {
    font-size: 13px;
}
}
.accordion-header_gray .fa {
    float: right;
    line-height: 0px;
    padding: 3px 9px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}
@media (max-width:767px){
.accordion-header_gray .fa {
	line-height: 3px;
}
}

input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px){
.tab_content {
  padding: 0;
padding-bottom: 30px;
}
}
/*
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content
{
  display: block;
}
*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content
{
  display: block;
  padding-bottom: 50px;
}
/*ピンク*/
.tab_container input:checked + .tab_item {
    background-color: #f29c9f;
	color: #fff;
}
/*ブルー*/
.tab_container input:checked + .tab_item {
    background-color: #88abda;
	color: #fff;
}
/*アコーディオンメニューネイビー*/
p.qa_title {
    font-size: 25px;
    font-family: 'myfont-Bold';
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
}
@media (max-width:991px){
p.qa_title {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title {
    font-size: 18px;
    padding: 5px 0px;
}
}
.tab_content_qa_g {
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width:991px){
.tab_content_qa_g,.tab_content_qa_p,.tab_content_qa_gray {
    padding-bottom: 0px;
}
}
.accordion-wrap{
	border-bottom: 1px solid #d8d8d8;
}
@media (max-width:991px){
.accordion-wrap{
    margin: 0px 0px;
}
}
@media (max-width:767px){
.accordion-wrap{
    margin: 0px 5px;
	border-bottom: 1px solid #b5b5b5;
}
}
.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width:425px){
.accordion-item{
  margin-top: 10px;
}
}
.accordion-header{
  transition: ease-in-out 100ms;
}
@media (max-width:767px){
.accordion-header{
    font-size: 13px;
}
}
.accordion-text{
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }
.fa{
  transition: ease-in-out 300ms;
 }
.rotate-fa{
  transform: rotate(180deg);
 }
i.fas.fa-plus {
    float: right;
    line-height: 0px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    color: #000;
}
@media (max-width:767px){
.accordion-header .fa{
    line-height: 3px;
}
}
.accordion-gray{
  color: #848687;
 }
.accordion-no-bar{
  border-bottom: 0;
}
@media (max-width:767px){
p.qa_a.font_Noto-bold {
    font-size: 13px;
}
}
/*Q*/
p.aq-text {
    font-size: 30px;
    color: #26274e;
    list-style-type: none !important;
    padding-left: 1em!important;
    text-indent: -1em!important;
}
@media (max-width:991px){
p.aq-text {
	font-size: 20px;
}
}
@media (max-width:425px){
p.aq-text {
    line-height: 1.5rem;
}
}
/*Q　テキスト*/
span.accordion-header {
    font-size: 20px;
    font-family: 'myfont-Medium';
    color: #000;
}
@media (max-width:991px){
span.accordion-header {
	font-size: 16px;
}
}
@media (max-width:767px){
span.accordion-header {
	font-size: 14px;
}
}
@media (max-width:425px){
span.accordion-header {
    line-height: 1.5rem;
    font-size: 15px;
}
}

@media (max-width:991px){
p.accordion-header {   
	font-size: 16px;
}
}
@media (max-width:425px){
p.accordion-header {   
    font-size: 3.2vw;
}
}
@media (max-width:375px){
p.accordion-header {   
    font-size: 13px;
}
}
p.aq-text.llg_q_text {
	color: #93cf30;
}
/*A*/
p.q-text {
list-style-type: none !important;
    padding-left: 1em!important;
    text-indent: -1em!important;
	font-size: 30px;
    line-height: 1.5rem;
}
@media (max-width:991px){
p.q-text {
	font-size:20px;
}
}
/*A 文字のテキスト*/
span.qa_a {
	font-size: 15px;
    line-height: 1.5rem;
}
@media (max-width:991px){
span.qa_a {
	font-size: 13px;
    line-height: 1.3rem;
}
}
/*水色*/
.tab_content_qa_p {
    width: 100%!important;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width:991px){
.tab_content_qa_p {
    padding-bottom: 0px;
}
}
p.qa_title_p {
    font-size: 25px;
    font-family: 'myfont-Bold';
    border-bottom: solid 1px #000;    
	padding-bottom: 15px;
    letter-spacing: 0.1rem;
}
@media (max-width:991px){
p.qa_title_p {
    font-size: 20px;
    padding: 20px 0px;
}
}
@media (max-width:767px){
p.qa_title_p {
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width:425px){
p.qa_title_p {
    font-size: 18px;
    padding: 5px 0px;
}
}
.accordion-header_p .fa {
    float: right;
    line-height: 0px;
    padding: 3px 9px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}
@media (max-width:767px){
.accordion-header_p .fa {
	line-height: 3px;
}
}
/*続きを見る　作動位置*/
.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*続見る*/
label.grad-btn {
    font-size: 23px;
    text-align: center;
    display: block;
	margin: 50px 0px 80px 0px;
	cursor:pointer;
}
@media (max-width:991px){
label.grad-btn {
	margin: 50px 0px 40px 0px;
}
}
/*コンテンツ13　お申し込みはカンタンすぐに導入いただけます*/
.con13-bg {
    background-color: #fafaff;
    padding: 10px 0 130px;
}
@media (max-width:991px){
.con13-bg {
    padding: 10px 0 70px;
}
}
@media (max-width:375px){
.con13-bg {
    padding: 10px 0px;
}
}
/*各ボッ内*/
.con13_box_waku {
    background: linear-gradient(-180deg, #01f2fe, #4facfe);
    padding: 2px;
    margin-top: 30px;
	border-radius: 20px;
}
@media (max-width:767px){
.con13_box_waku {
    margin-top: 20px;
}
}
.con13_box {
    background: #FFF;
    padding: 2.6rem 5rem 2rem;
	border-radius: 20px;
}
@media (max-width:1199px){
.con13_box {
    padding: 2.6rem 3rem 2rem;
}
}
@media (max-width:991px){
.con13_box {
    padding: 2rem;
}
}
@media (max-width:767px){
.con13_box {
    padding: 15px 20px 10px;
}
}
.con13_img {
    float: left;
    margin-right: 50px;
}
@media (max-width:991px){
.con13_img {
    margin-right: 20px;
}
}
i.fas.fa-file-alt {
    color: #20a5df;
    font-size: 70px;
}
@media (max-width:767px){
i.fas.fa-file-alt {
    font-size: 50px;
}
}
p.con13_t1 {
    font-size: 25px;
    font-family: 'myfont-Bold';
    margin-top: 15px;
}
@media (max-width:991px){
p.con13_t1 {
    font-size: 20px;
}
}
p.con13_t2 {
    font-size: 15px;
    font-family: 'myfont-Regular';
    line-height: 1.8rem;
}
@media (max-width:991px){
p.con13_t2 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
@media (max-width:767px){
p.con13_t2 {
    margin-top: 10px;
}
}
@media (max-width:425px){
p.con13_t2 {
    margin-top: 0px;
    margin-bottom: 0rem;
}
}
img.con13_img_size {
    width: 74px;
}
@media (max-width:767px){
img.con13_img_size {
    width: 50px;
}
}
i.fas.fa-sort-down {
    text-align: center;
    display: block;
    font-size: 50px;
}
@media (max-width:767px){
i.fas.fa-sort-down {
    font-size: 30px;
}
}
/*コンテンツ14　製品概要*/
p.title_t_f{
    font-family: 'myfont-Bold';
    text-align: center;
    padding-top: 180px;
}
@media (max-width:1199px){
p.title_t_f{
    padding-top: 130px;
}
}
@media (max-width:991px){
p.title_t_f{
    padding-top: 80px;
}
}
p.title_t_f span {
    font-size: 40px;
    position: relative;
    padding: 1rem 1rem 2.5rem 1rem;
}
@media (max-width:991px){
p.title_t_f span {
    font-size: 30px;
}
}
@media (max-width:767px){
p.title_t_f span {
    padding: 1rem 0rem 2.5rem;
}
}
@media (max-width:425px){
p.title_t_f span {
    padding: 1rem 0rem 2rem;
}
}
p.title_t_f span:before {
    position: absolute;
    bottom: -10px;
    left: calc(51% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #26274e;
}
p.con14_t1 {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 80px;
    font-size: 30px;
    font-family: 'myfont-Bold';
}
@media (max-width: 1199px){
p.con14_t1 {
    font-size: 26px;
}
}
@media (max-width: 767px){
p.con14_t1 {
    font-size: 4.2vw;
    margin-top: 40px;
}
}
img.con14_img_l,img.con14_img_r {
    display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 425px){
img.con14_img_l,img.con14_img_r {
    margin-top: 20px;
}
}
/*-バナー3*/
.banner_bg3{
	background-image: url("../img/banner_bg3.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 470px;
	margin-top: 105px;
    padding-top: 25px;
}
@media (max-width: 1199px){
.banner_bg3{
    height: 400px;
}
}
@media (max-width: 991px){
.banner_bg3{
    margin-top: 60px;
    height: 330px;
}
}
@media (max-width: 767px){
.banner_bg3{
    height: 280px;
}
}
@media (max-width: 425px){
.banner_bg3{
	padding-top: 15px;
    height: 250px;
}
}
@media (max-width:375px){
.banner_bg3{
    padding-top: 0px;
    height: 230px;
}
}
p.banner3_t {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.8rem;
    font-family: 'myfont-Bold';
}
@media (max-width:1199px){
p.banner3_t {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0.5rem;
}
}
@media (max-width:991px){
p.banner3_t {
    font-size: 14px;
    line-height: 1.4rem;
}
}
@media (max-width:375px){
p.banner3_t {
    font-size: 12px;
}
}
p.banner_btn3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-family: 'myfont-Bold';
    background: linear-gradient(-90deg, #91e068, #32e3a6);
    margin: auto;
    padding: 25px 15px 25px;
    margin-top: 25px;
    letter-spacing: 0.08rem;
    line-height: 2.5rem;
    border-radius: 100vh;
}
@media (max-width:1199px){
p.banner_btn3 {
    margin-top: 10px;
    padding: 20px 15px 20px;
}
}
@media (max-width:767px){
p.banner_btn3 {
    font-size: 30px;
    padding: 10px 15px 10px;
}
}
@media (max-width:425px){
p.banner_btn3 {
    font-size: 25px;
    margin-top: -10px;
}
}
@media (max-width:414px){
p.banner_btn3 {
    margin-top:15px;
}
}
p.con9_t3 {
    font-size: 26px;
}
p.con9_t3 span{
    font-size: 46px;
    color: #cc882d;
}
p.con9_t4 {
    color: #947955;
    font-size: 28px;
	letter-spacing: 0.05rem;
}
@media (max-width: 1366px){
p.con9_t4 {
    font-size: 22px;
}
}
@media (max-width: 1199px){
p.con9_t4 {
    font-size: 20px;
}
}
@media (max-width: 991px){
p.con9_t4 {
    font-size: 18px;
}
}
@media (max-width: 767px){
p.con9_t4 {
    margin-top: 10px;
}
}
@media (max-width: 425px){
p.con9_t4 {
    font-size: 15px;
}
}
@media (max-width: 320x){
p.con9_t4 {
    font-size: 13px;
}
}
.Case_line {
	border-bottom: solid 1px #947955;
}
p.con9_t5 {
    color: #bf4348;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 0.5rem;
}
@media (max-width: 1366px){
p.con9_t5 {
    font-size: 20px;
}
}
@media (max-width: 1199px){
p.con9_t5 {
    font-size: 18px;
    margin-top: 10px;
}
}
@media (max-width: 991px){
p.con9_t5 {
    font-size: 16px;
}
}
@media (max-width:425px){
p.con9_t5 {
    font-size: 15px;
}
}
p.con9_t6 {
    font-size: 17px;
    line-height: 2.0rem;
}
@media (max-width: 1199px){
p.con9_t6 {
	font-size: 16px;
}
}
@media (max-width: 991px){
p.con9_t6 {
	font-size: 14px;
    line-height: 1.6rem;
}
}
@media (max-width: 425px){
p.con9_t6 {
    line-height: 1.3rem;
}
}

/*フッター*/
@media (max-width:767px){
.f_sp {
    width: 50%;
    margin: auto;
}
}
@media (max-width:414px){
.f_sp {
    width: 63%;
    margin: auto;
}
}
@media (max-width:375px){
.f_sp {
    width: 67%;
}
}
@media (max-width:320px){
.f_sp {
    width: 70%;
}
}
.footer_box {
    margin: 20px auto 10px;
}
@media (max-width:425px){
.footer_box {
    margin: 30px auto 0px;
}
}
img.f_logo {
    display: block;
    margin: auto;
    width: 70px;
	height: auto;
	float: left;
}
@media (max-width: 767px){
img.f_logo {
	width: 30%;
}
}
ul.footer_t {
    display: inline-flex;
    margin-top: 10px;
}
@media (max-width: 1024px){
ul.footer_t {
    margin-top: 20px;
}
}
@media (max-width: 991px){
ul.footer_t {
    margin-top: 15px;
}
}
@media (max-width: 767px){
ul.footer_t {
    display: none;
}
}
ul.footer_t li{
    margin: 0px 26px;
	font-size: 13px;
}
@media (max-width: 1199px){
ul.footer_t li{
    margin: 0px 50px;
}
}
@media (max-width: 991px){
ul.footer_t li{
    margin: 0px 20px;
}
}
@media (max-width: 767px){
ul.footer_t li{
    margin: 5px 20px 5px 0px;
}
}
/*ユニティーサービス　テキスト*/
p.unity-t1 {
    font-size: 12px;
	line-height: 1.5rem;
    margin-left: 23%;
}
@media (max-width: 1199px){
p.unity-t1 {
    margin-left: 28%;
}
}
@media (max-width: 991px){
p.unity-t1 {
    margin-left: 39%;
}
}
/*会社概要*/
/*特定商取引法に基づく表記*/
li.r_line1,li.r_line2{
    margin: 0px 20px!important;
	font-size: 13px;
	border-right: solid 1px #000;
	padding-right: 35px!important;
}
@media (max-width: 991px){
li.r_line1,li.r_line2{
	padding-right: 10px!important;
    margin: 0px 10px!important;
}
}
/*コピーライト*/
p.cope-text {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 13px 0 13px;
    margin-bottom: 0rem;
    font-size: 15px;
    padding-bottom: 110px;
}
@media (max-width: 991px){
p.cope-text {
    padding-bottom: 88px;
}
}
@media (max-width: 767px){
p.cope-text {
	padding: 5px 0.5px;
    font-size: 12px;
    padding-bottom: 65px;
}
}


@media (max-width: 1199px){
p.cope-text-top {
    margin-bottom: 100px;
}
}
@media (max-width: 991px){
p.cope-text-top {
    margin-bottom: 90px;
}
}
@media (max-width: 767px){
p.cope-text-top {
    margin-bottom: 60px;
}
}
/*下からナビ*/
#nav8 {
    z-index: 900;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    height:100px;
    color: #fff;
}
@media (max-width: 991px) {
#nav8 {
    height:80px;
}
}
@media (max-width: 767px) {
#nav8 {
    height: 60px;
}
}
#nav8 .inner {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
    overflow: hidden;
}
#nav8  a {
    color: #fff;
}

#nav8 .inner a {
    display: block;
}
img.f_banner {
    padding-top: 20px;
}
@media (max-width: 1199px) {
img.f_banner {
    padding-top: 24px;
    width: 100%;
    height: auto;
}
}
@media (max-width: 576px) {
img.f_banner {
    padding-top: 5px;
    margin-left: 5px;
}
}
@media (max-width:425px) {
img.f_banner {
    padding-top: 8px;
}
}
@media (max-width:375px) {
img.f_banner {
    padding-top: 12px;
}
}
.footer_var-l {
    margin-bottom: 0rem;
}
.footer_nav{
	background-color: #20a5df;
    height: 100px;
}
@media (max-width: 767px){
.footer_nav{
    height: 60px;
}
}
p.footer_var-l_t1 {
    margin-bottom: 0rem;
    font-size: 18px;
}
@media (max-width: 1199px){
p.footer_var-l_t1 {
    font-size: 15px;
}
}
@media (max-width: 991px){
p.footer_var-l_t1 {
    font-size: 12px;
}
}
@media (max-width: 767px){
p.footer_var-l_t1 {
    display: none;
}
}
.footer_var_line {
    border-left: solid #ffffff;
    padding-left: 20px;
}

.footer_var-l_box {
    border-right: solid 2px #b28449;
    height: 85px;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.05rem;
    margin-left: 50px;
}
@media (max-width: 1199px){
.footer_var-l_box {
    font-size: 16px;
    height: 68px;
    margin-top: 20px;
}
}
@media (max-width: 991px){
.footer_var-l_box {
	margin-left: 36px;
    height: 50px;
    margin-top: 21px;
}
}
@media (max-width: 767px){
.footer_var-l_box {
    height: 45px;
    margin-top: 10px;
    border-right: solid 0px #b28449;
}
}
p.footer_var-l_t2 {
    font-size: 41px;
    letter-spacing: 0.05rem;
    margin-top: -6px;
}
@media (max-width: 1199px){
p.footer_var-l_t2 {
    font-size: 33px;
    margin-top: -3px;
}
}
@media (max-width: 1024px){
p.footer_var-l_t2 {
    font-size: 32px;
}
}
@media (max-width: 991px){
p.footer_var-l_t2 {
    font-size: 25px;
}
}
@media (max-width: 767px){
p.footer_var-l_t2 {
    display: none;
}
}
img.phone {
    float: left;
    margin: 11px 0px 0px 0px;
    width: 10%;
}
@media (max-width: 991px){
img.phone {
    margin: 6px 0px 0px 0px;
    width: 11%;
}
}
@media (max-width: 767px){
img.phone {
    margin: 21px 20px 0px 30px;
    width: 21%;
}
}
@media (max-width: 425px){
img.phone {
    margin: 13px 20px 0px 14px;
    width: 36%;
}
}
@media (max-width: 375px){
img.phone {
    margin: 15px 20px 0px 14px;
    width: 36%;
}
}
@media (max-width: 320px){
img.phone {
    margin: 18px 20px 0px 9px;
}
}
/*フッターボタン　中央*/
.footer_var-center {
    border-right: solid 2px #b28449;
    height: 85px;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.05rem;
}
@media (max-width: 1199px){
.footer_var-center {
    height: 68px;
    margin-top: 20px;
}
}
@media (max-width: 991px){
.footer_var-center {
    height: 50px;
    margin-top: 17px;
}
}
@media (max-width: 767px){
.footer_var-center {
    margin-top: 10px;
    height: 45px;
}
}
@media (max-width: 767px){
.footer_var-center {
    margin-top: 0px;
    height: 60px;
}
}
.footer_var_line-icon {
    font-size: 60px;
    margin: -12px 0px 0px 210px;
	float: left;
}
@media (max-width: 1199px){
.footer_var_line-icon {
    margin: -12px 0px 0px 175px;
	font-size: 55px;
}
}
@media (max-width: 991px){
.footer_var_line-icon {
    font-size: 43px;
    margin: -12px 0px 0px 136px;
}
}
@media (max-width: 767px){
.footer_var_line-icon {
    margin: -11px 0px 0px 55px;
}
}
@media (max-width:425px){
.footer_var_line-icon {
    margin: -11px 0px 0px 36px;
	font-size: 40px;
}
}
@media (max-width:375px){
.footer_var_line-icon {
    margin: -5px 0px 0px 17px;
	font-size: 32px;
}
}
@media (max-width:320px){
.footer_var_line-icon {
    margin: -1px 0px 0px 10px;
    font-size: 28px;
}
}
.footer_var-l_box_c {
    height: 85px;
    font-size: 20px;
    letter-spacing: 0.05rem;
    margin-left: 50px;
}
@media (max-width: 1199px){
.footer_var-l_box_c {
    font-size: 16px;
    height: 68px;
    margin-top: 5px;
}
}
@media (max-width: 991px){
.footer_var-l_box_c {
    margin-left: 52px;
    height: 50px;
    margin-top: 4px;
}
}
@media (max-width: 767px){
.footer_var-l_box_c {
    height: 45px;
    margin-top: 0px;
}
}
/*フッターボタン　右側*/
img.mail {
    float: left;
    margin: 35px 0px 0px 36px;
    width: 12%;
}
@media (max-width: 1199px){
img.mail {
    margin: 27px 0px 0px 48px;
}
}
@media (max-width: 991px){
img.mail {
    width: 13%;
    margin: 24px 0px 0px 22px;
}
}
@media (max-width: 767px){
img.mail {
    margin: 16px 0px 0px 28px;
	width: 15%;
}
}
@media (max-width: 425px){
img.mail {
    margin: 16px 0px 0px 25px;
	width: 18%;
}
}
@media (max-width: 375px){
img.mail {
    margin: 17px 0px 0px 23px;
    width: 21%;
}
}

@media (max-width: 767px){
span.otoiawase_sp{
    display: none;
}
}
p.footer_var-l_t4 {
    font-size: 24px;
    margin: 3px 0px 0px 230px;
    letter-spacing: 0.05rem;
    height: 85px;
}
@media (max-width: 1199px){
p.footer_var-l_t4 {
    font-size: 18px;
    margin: 3px 0px 0px 190px;
}
}
@media (max-width: 991px){
p.footer_var-l_t4 {
    font-size: 14px;
    margin: 3px 0px 0px 150px;
}
}
@media (max-width: 767px){
p.footer_var-l_t4 {
    font-size: 13px;
    margin: 3px 0px 0px 110px;
}
}
@media (max-width:425px){
p.footer_var-l_t4 {
    font-size: 13px;
    margin: 11px 0px 0px 52px;
}
}
@media (max-width: 375px){
p.footer_var-l_t4 {
    margin: 11px 0px 0px 25px;
}
}
@media (max-width: 320px){
p.footer_var-l_t4 {
    margin: 11px 0px 0px 12px;
	font-size: 12px;
}
}
p.footer_var-l_t3 {
    font-size: 23px;
    margin: 25px 0px 0px 118px;
    letter-spacing: 0.05rem;
}
@media (max-width: 1199px){
p.footer_var-l_t3 {
    font-size: 18px;
    margin: 20px 0px 0px 120px;
}
}
@media (max-width: 991px){
p.footer_var-l_t3 {
    font-size: 14px;
	margin: 21px 0px 0px 79px;
}
}
@media (max-width: 767px){
p.footer_var-l_t3 {
    font-size: 13px;
    margin: 13px 0px 0px 75px;
}
}
@media (max-width: 767px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 75px;
}
}
@media (max-width: 425px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 76px;
}
}
@media (max-width: 375px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 75px;
}
}
@media (max-width: 320px){
p.footer_var-l_t3 {
    margin: 11px 0px 0px 65px;
	font-size: 12px;
}
}
/*文字の外側*/
span.top-content2-bg-text {
    display: inline-block;
    margin-top: 7px;
    overflow: hidden;
	padding: 0 10px;
}
span.top-content2-bg-text {
    background-color: #ffaa23;
}
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 1.7vw;
/*    font-size: 1.842105vw;*/
	 line-height: 1.943;
}
@media (max-width: 991px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 18px;
}
}
@media (max-width: 768px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 20px;
}
}
@media (max-width: 767px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 44px;
	background-color: #ffcd1f;
}
}
@media (max-width: 576px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 32px;
}
}
@media (max-width: 425px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 22px;
}
}
@media (max-width: 411px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 21px;
}
}
@media (max-width: 375px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 19px;
}
}
@media (max-width: 360px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 18px;
}
}
@media (max-width: 320px){
span.top-content2-bg-text, span.top-content3-bg-text {
    font-size: 16px;
}
}
/*動き*/
.scrollin .slide-right1 {
    transform: translateX(0);
    transition: all 1s 0s ease;
}
/*文字*/
.service_wrap {
	width: 34.5%;
    margin: 11% 0px 0px 0%;
}
@media (max-width: 1400px){
.service_wrap {
	width: 38%;
    margin: 11% 60px 0px 0%;
}
}
@media (max-width: 1260px){
.service_wrap {
	width: 42%;
    margin: 11% 60px 0px 0%;
}
}
@media (max-width: 1199px){
.service_wrap {
	width: 36%;
    margin: 11% 60px 0px 0%;
}
}
@media (max-width: 768px){
.service_wrap {
	width: 49%;
    margin: 11% 0px 0px 0%;
}
}
@media (max-width: 767px){
.service_wrap {
	width: auto;
    margin: 80px 20px;
}
}
@media (max-width: 576px){
.service_wrap {
    margin: 40px 20px;
}
}
p.line-title {
    margin-bottom: 0rem;
}
span.top-content2-bg-text span {
    display: inline-block;
}
.top-content2-text {
    font-size: 1.3vw;
    margin: 72px 0;
    color: black;
}
@media (max-width: 1440px) {
.top-content2-text {
    margin: 45px 0;
}
}
@media (max-width: 1260px) {
.top-content2-text {
    margin: 30px 0;
}
}
@media (max-width: 991px) {
.top-content2-text {
    margin: 25px 0;
}
}
@media (max-width: 768px) {
.top-content2-text {
	font-size: 15px;
}
}
@media (max-width: 767px) {
.top-content2-text {
    margin-top: 74%;
    font-size: 31px;
    text-align: center;
}
}
@media (max-width: 576px) {
.top-content2-text {
font-size: 25px;
}
}
@media (max-width: 425px) {
.top-content2-text {
	font-size: 16px;
}
}
@media (max-width: 375px) {
.top-content2-text {
	font-size: 15px;
}
}
@media (max-width: 360px) {
.top-content2-text {
	font-size: 14px;
}
}

.top-content2-text1{
	font-size: 1vw;
	color: black;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	margin: 72px 12px 72px 0;
}
@media (max-width: 1440px) {
.top-content2-text1{
	font-size: 14px;
	margin: 40px 0px 72px 0;
}
}
@media (max-width: 1260px) {
.top-content2-text1{
	font-size: 13px;
	margin: 30px 0px 72px 0;
}
}
@media (max-width: 768px) {
.top-content2-text1{
	font-size: 13px;
    margin: 30px 0px 72px 0;
}
}
@media (max-width: 767px) {
.top-content2-text1{
	font-size: 22px;
	margin: auto;
	line-height: 2.0em;
}
}
@media (max-width: 425px) {
.top-content2-text1{
	font-size: 13px;
}
}
/*右の画像*/
.business-img-right {
	text-align: right;
}
@media (max-width: 767px) {
.business-img-right {
	text-align: center;
    margin-top: -130%;
}
}
@media (max-width: 576px) {
.business-img-right {
    margin-top: -166%;
}
}
@media (max-width: 425px) {
.business-img-right {
    margin-top: -570px;
/*    margin-top: -138%;*/
}
}
@media (max-width: 375px) {
.business-img-right {
    margin-top: -580px;
    /*	margin-top: -158%;*/
}
}
@media (max-width: 360px) {
.business-img-right {
    margin-top: -590px;
    /*    margin-top: -185%;*/
}
}
@media (max-width: 320px) {
.business-img-right {
    margin-top: -590px;
    /*    margin-top: -190%;*/
}
}
.con1-aiso {
	width: 48vw;
    height: auto;
	margin: 19% 0 0 -34%;
	margin: 19% 36px 13% -34%;
}
@media (max-width: 1440px) {
.con1-aiso {
	width: 46vw;
}
}
@media (max-width: 1260px) {
.con1-aiso {
	width: 44vw;
}
}
@media (max-width: 768px) {
.con1-aiso {
	width: 44vw;
    margin: 20% 10px 13% -34%;
}
}
@media (max-width: 767px) {
.con1-aiso {
	width: 83%;
    height: auto;
    margin: 19% 0 0 -34%;
    margin: 0 auto;
}
}




/*左側の画像　背景色の後、画像が現れる*/
.top-con4-img-l{
	margin: 35px 0px 140px -210px;
    max-width: 116%;
}
@media (max-width: 1550px){
.top-con4-img-l{
    margin: 35px 0px 140px -20%;
	max-width: 107%;
}
}
@media (max-width: 1440px){
.top-con4-img-l{
	margin: 35px 0px 140px -14%;
    max-width: 95%;
}
}
@media (max-width: 1320px){
.top-con4-img-l{
	margin: 35px 0px 140px -8%;
    max-width: 90%;
}
}
@media (max-width: 767px){
.top-con4-img-l{
	max-width: 100%;
    display: block;
    margin: auto;
}
}
/*左側の画像*/
img.con4-img-l {
	margin: 35px 0px 140px -210px;
    max-width: 116%;
}
@media (max-width: 1550px){
img.con4-img-l {
    margin: 35px 0px 140px -20%;
	max-width: 107%;
}
}
@media (max-width: 1440px){
img.con4-img-l {
	margin: 35px 0px 140px -14%;
    max-width: 95%;
}
}
@media (max-width: 1320px){
img.con4-img-l {
	margin: 35px 0px 140px -8%;
    max-width: 90%;
}
}
@media (max-width: 767px){
img.con4-img-l {
	max-width: 100%;
    display: block;
    margin: auto;
}
}
/*右側の文字*/
img.con4-img-r {
    margin-left: -60px;
	max-width: 141%;
	position: relative;
    z-index: 10;
}
@media (max-width: 1440px){
img.con4-img-r {
    width: 112%;
}
}
@media (max-width: 767px){
img.con4-img-r {
	width: 100%;
    display: block;
    margin: auto;
    margin-top: 40px;
}
}
/*右側の文字下の線*/
img.con4-img-r-line {
	margin-top: -59px;
    max-width: 141%;
    mix-blend-mode: multiply;
    position: absolute;
    left: -60px;
}
@media (max-width: 1440px){
img.con4-img-r-line {
	width: 119%;
	margin-top: -48px;
    max-width: 112%;
}
}
@media (max-width: 1199px){
img.con4-img-r-line {
	margin-top: 3px;
}
}
@media (max-width: 767px){
img.con4-img-r-line {
	width: 100%;
    display: block;
    margin: auto;
	margin-top: -40px;
    margin-left: 55px;
}
}
@media (max-width: 425px){
img.con4-img-r-line {
	width: 97%;
    margin-top: -33px;
    margin-left: 69px;
}
}
@media (max-width: 375px){
img.con4-img-r-line {
    margin-top: -27px;
}
}

/*////////フッター/////////*/
footer {
    background-color: #f3f3f3;
    clear: both;
}
@media (max-width: 767px){
footer {
    background-color: #d7d7d7;
}
}
ul.footer-nav{
    padding-top: 60px;
}
@media (max-width: 991px){
ul.footer-nav{
    font-size: 13px;
}
}
.footer-nav li {
    float: left;
    padding: 5px 30px;
}
@media (max-width: 1199px){
.footer-nav li {
    padding: 5px 17px;
}
}
@media (max-width: 1024px){
.footer-nav li {
    padding: 5px 26px;
}
}
@media (max-width: 991px){
.footer-nav li {
	padding: 5px 8px;
}
}

.footer-nav li a{
	color: #000;
}
.footer-nav li.otoiawase-text a{
	color: #ef7a02;
}
mg.logo-footer {
    position: relative;
}
span.cope-text-c {
    position: absolute;
    margin: 34px 0px 0px 30px;
}
@media (max-width: 991px){
span.cope-text-c {
	margin: 20px 0px 0px 30px;
    font-size: 13px;
}
}
@media (max-width: 767px){
span.cope-text-c {
    position: sticky;
}
}
@media (max-width: 991px){
img.logo-footer {
    width: 35%;
}
}@media (max-width: 767px){
img.logo-footer {
	width: 63%;
    display: block;
    margin: auto;
}
}
@media (max-width: 767px){
p.footer-nav-logo-sp.font-weight-bold {
    margin-bottom: 0rem;
	padding-bottom: 20px;
}
}
@media (max-width: 767px){
.container.footer-nav-box {
    text-align: center;
}
}

/*////////////プライバシーポリシー////////////*/
/*下層共通画像*/
img.title_icon_kaso {
    display: block;
    margin: auto;
    padding-top: 200px;
}
@media (max-width:1440px){
img.title_icon_kaso {
    padding-top: 150px;
}
}
@media (max-width:1199px){
img.title_icon_kaso {
    padding-top: 130px;
}
}
@media (max-width:1024px){
img.title_icon_kaso {
    padding-top: 100px;
}
}
@media (max-width:991px){
img.title_icon_kaso {
    padding-top: 80px;
}
}
/*下層共通タイトル*/
h2.title_t_kaso {
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 1440px){
h2.title_t_kaso {
    font-size: 35px;
}
}
@media (max-width: 1199px){
h2.title_t_kaso {
    font-size: 30px;
}
}
@media (max-width: 1024px){
h2.title_t_kaso {
    font-size: 25px;
}
}
@media (max-width: 767px){
h2.title_t_kaso {
    margin-top: 15px;
    font-size: 18px;
}
}
@media (max-width: 375px){
h2.title_t_kaso {
    font-size: 17px;
}
}
@media (max-width: 360px){
h2.title_t_kaso {
    font-size: 16px;
    line-height: 1.6rem;
}
}
@media (max-width: 320px){
h2.title_t_kaso {
    font-size: 14px;
}
}
/*下層共通サブタイトル*/
p.subtitle_t_kaso {
    font-size: 18px;
    text-align: center;
    margin: 130px 0px 50px;
    line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.subtitle_t_kaso {
    font-size: 16px;
}
}
@media (max-width: 1024px){
p.subtitle_t_kaso {
    margin: 80px 0px 50px;
}
}
@media (max-width: 991px){
p.subtitle_t_kaso {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width: 767px){
p.subtitle_t_kaso {
    width: 100%;
    font-size: 13px;
    margin: 50px auto 30px;
    line-height: 1.3rem;
    text-align: left;
}
}
p.tprivacy_t2 {
    font-size: 25px;
    background-color: #c4edff;
     padding: 5px 10px;
	 font-family: 'myfont-Medium';
}
@media (max-width: 991px){
p.tprivacy_t2 {
    font-size: 20px;
}
}
@media (max-width: 767px){
p.tprivacy_t2 {
    font-size: 16px;
}
}
p.privacy_t1 {
    line-height: 1.6rem;
    margin-bottom: 40px;
}
@media (max-width: 991px){
p.privacy_t1 {
    font-size: 14px;
}
}
@media (max-width: 767px){
p.privacy_t1 {
    font-size: 13px;
    line-height: 1.4rem;
}
}
.privacy_box{
    margin-bottom: 40px;
    font-family: 'myfont-Regular';
}
@media (max-width: 991px){
.privacy_box{
    font-size: 14px;
}
}
@media (max-width: 767px){
.privacy_box{
    font-size: 13px;
}
}
/*////////////会社情報&特定商取引法に基づく表記<////////////*/
@media (max-width: 767px){
.tokushoho-mt {
    margin-top: 50px;
}
}
.company_box{
	width: 100%;
    margin-top: 100px;
    border: solid 1px #1f99c6;
}
@media (max-width: 767px){
.company_box{   
    margin-top: 50px;
}
}
table tr.company-line {
    border-bottom: dotted 1px #1f99c6;
}
th.company_table-l{
    width: 30%;
	font-size: 20px;
    text-align: left;
    vertical-align: top;
    padding: 30px 50px;
    border-right: solid 1px #1f99c6;
}
@media (max-width: 1199px){
th.company_table-l{
    width: 35%;
}
}
@media (max-width: 991px){
th.company_table-l{
    padding: 15px 20px;
	font-size: 16px;
    width: 31%;
}
}
@media (max-width: 767px){
th.company_table-l{
	padding: 10px;
    width: 100%;
    display: block;
    border-right: solid 1px transparent;
}
}
td.call_table-r-company{
    padding: 30px 30px;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
@media (max-width: 1440px){
td.call_table-r-company{
	padding: 30px;
}
}
@media (max-width: 1199px){
td.call_table-r-company{
	font-size: 16px;
}
}
@media (max-width: 991px){
td.call_table-r-company{
	font-size: 13px;
    padding: 15px 30px
}
}
@media (max-width: 767px){
td.call_table-r-company{
    padding: 0 10px 15px 10px;
	width: 100%;
    display: block;
}
}
.mb{
	margin-bottom: 150px;
}
@media (max-width: 991px){
.mb{
	margin-bottom: 100px;
}
}
@media (max-width: 767px){
.mb{
	margin-bottom: 50px;
}
}
/*////////////下層ヘッダーの帯色<////////////*/

 /*///////////////お問い合わせ/////////////*/
table.contact-box {
	border: solid 1px #00aaeb;
	width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px){
table.contact-box {
    margin-top: 20px;
}
}
table.contact-box tbody{
    padding: 10px 30px;
}
td.contact-mt {
    padding-top: 40px;
}
@media screen and (max-width: 1199px){
td.contact-mt {
    padding-top: 20px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    padding: 20px;
	font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
	font-size: 16px;
    width: 33%;
    padding: 20px 0px 0px 20px;
}
}
/*(別の場所を希望する方のみ)*/
span.small-text {
    font-size: 20px;
}
@media screen and (max-width: 1199px){
span.small-text {
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
span.small-text {
	font-size: 13px;
}
}
/*初回施工研修の希望日 選択箇所の枠*/
.day-tab {
    margin-top: 40px;
}
@media screen and (max-width: 767px){
.day-tab {
    margin-top: 0px;
    margin-bottom: -10px;
}
}
.contact-box th {
    color: #00aaeb;
	font-size: 25px;
    padding: 40px 20px 20px 50px;
    width: 38%;
    vertical-align: top;
}
@media screen and (max-width: 1199px){
.contact-box th {
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
.contact-box th {
    padding: 40px 10px 10px 15px;
    font-size: 16px;
    width: 33%;
}
}
@media screen and (max-width: 767px){
.contact-box th {
    display: block;
    width: 100%;
    padding: 20px 10px 10px 15px;
}
}
.contact-box td {
	font-size: 22px;
}
@media screen and (max-width: 1199px){
.contact-box td {
    font-size: 17px;
}
}
@media screen and (max-width: 991px){
.contact-box td {
    padding-top: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
.contact-box td {
    display: block;
    width: 100%!important;
    margin: 0px auto;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.8rem;
}
}
input.middle {
    width: 90%;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
input.middle {
    width: 100%;
}
}
textarea.textarea {
    width: 90%;
	height: 150px;
    border: solid 1px #c3bebe;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px){
textarea.textarea {
    width: 100%;
}
}
input.contact-btn {
    background-color: #00aaeb;
    border: solid 1px #00aaeb;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 50px 0 50px;
}
@media screen and (max-width: 991px){
input.contact-btn {
    margin: 0px 0 20px;
}
}
@media screen and (max-width: 767px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 10px;
    margin: 10px 0 20px;
}
}
@media screen and (max-width: 320px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 5px;
}
}
.contact_btm {
    margin-top: -50px;
}
@media screen and (max-width: 991px){
.contact_btm {
    margin-top: 0px;

}
}
input.checkbox {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
input.small.yuubin_small {
    border: solid 1px #c3bebe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}
.thanks-box_a {
    margin: 50px auto;
}
.thanks-t1.font_Noto-m {
    font-size: 20px;
    margin-bottom: 25px;
}
/*lineQRコード*/
img.line_qr {
    display: block;
    margin: auto;
    margin-top: 30px;
}
.line_t_box {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #00B900;
    color: #fff;
    width: 250px;
    padding: 15px 25px;
    margin-bottom: 50px;
}
@media screen and (max-width: 425px){
.line_t_box {
    width: 230px;
}
}
i.fab.fa-line.fa-line_icon {
    float: left;
	font-size: 50px;
    margin-right: 5px;
}
@media screen and (max-width: 425px){
i.fab.fa-line.fa-line_icon {
    font-size: 40px;
}
}
p.line_t2 {
    margin-bottom: 0rem;
}
@media screen and (max-width: 425px){
p.line_t2 {
    font-size: 13px;
}
}
/*サンクスページ*/
.thanks-home {
    border: solid 1px #20a5df;
	text-align: center;
	width: 300px;
	height: auto;
	display: block;
	margin: auto;
    font-size: 20px;
    padding: 20px 10px;
}
.thanks-home p{
    margin-bottom: 0rem;
    letter-spacing: 0.05rem;
    font-family: 'myfont-Medium';
}
span.red {
    color: #994646;
    margin-left: 10px;
}
/*ボタンの動き　拡大縮小で動く*/
.cv_btn {
  margin: 0 auto;
}
.cv_btn .banner_btn {
  animation: anime1 0.9s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
.col-5.col-p-5,.col-4.col-p-5,.col-3.col-p-5{
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 1199px){
.col-5.col-p-5,.col-4.col-p-5,.col-3.col-p-5{	padding-left: 0px;
	padding-right: 0px;
}
}

img.f_banner{
    padding: auto 5px;
    margin: auto 5px;
}
@media screen and (max-width:991px){
img.f_banner{
    margin: auto 0px;
    padding-top: 17px;
}
}
@media screen and (max-width:767px){
img.f_banner{
    padding-top: 2px;
}
}
@media screen and (max-width:425px){
img.f_banner{
    padding-top: 6px;
}
}
.banner_img_bg_a{
    margin-top: 0px;
}
.f_banner2_box,.f_banner3_box {
    padding-top: 8px;
}
@media screen and (max-width: 1199px){
.f_banner2_box,.f_banner3_box {
    padding-top: 11px;
}
}
@media screen and (max-width: 767px){
.f_banner2_box,.f_banner3_box {
    padding-top: 5px;
}
}
@media screen and (max-width: 480px){
.f_banner2_box,.f_banner3_box {
    padding-top: 7px;
}
}
@media screen and (max-width: 425px){
.f_banner2_box,.f_banner3_box {
	padding-top: 10px;
}
}
img.f_banner2{
    width:100%;
	height: auto;
}
@media screen and (max-width: 767px){
img.f_banner2{
    margin-right: 5px;
}
}
@media screen and (max-width: 425px){
img.f_banner2{
    margin-right: 0px;
}
}

img.f_banner3{
    width:88%;
	height: auto;
	margin: auto;
}
@media screen and (max-width: 767px){
img.f_banner3{
    width:135px;
}
}
@media screen and (max-width: 480px){
img.f_banner3{
    width:125px;
}
}
@media screen and (max-width: 425px){
img.f_banner3{
    width:110px;
    margin-right: 0px;
}
}
@media screen and (max-width: 415px){
img.f_banner3{
    width:100px;
}
}
@media screen and (max-width: 320px){
img.f_banner3{
    width:87px;
}
}
@media screen and (max-width: 767px){
.col-md-4.col-sm-3.col-6.col-p-5 {
    padding-right: 5px;
    padding-left: 5px;
}
}
@media screen and (max-width: 375px){
.col-md-4.col-sm-3.col-6.col-p-5 {
    padding-left: 5px;
}
}
/*無料説明会について*/
.explanation-box {
   background-color: #f6fafd;
    padding: 50px 70px 0px;
	margin-top: 50px;
}
@media screen and (max-width: 1199px){
.explanation-box {
    padding: 50px 50px 0px 50px;
}
}
@media screen and (max-width: 991px){
.explanation-box {
    padding: 50px 50px 0px 50px;
    margin-top: 30px;
}
}
@media screen and (max-width: 767px){
.explanation-box {
    padding: 30px 30px 0px 30px;
   margin-top: 10px;
}
}
th.explanation_table-l span{
    color: #00aaeb;
    border: solid 1px #00aaeb;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 25px;
}
@media screen and (max-width: 991px){
th.explanation_table-l span{
    font-size: 20px;
}
}
@media screen and (max-width: 767px){
th.explanation_table-l span{
    font-size: 16px;
}
}
td.call_table-r-explanation span {
    font-size: 22px;
}
@media screen and (max-width: 991px){
td.call_table-r-explanation span {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
td.call_table-r-explanation span {
    font-size: 14px;
}
}
td.call_table-r-explanation {
    padding: 0px 50px 50px;
}
@media (max-width:1199px){
td.call_table-r-explanation {
    padding: 0px 20px 50px;
}
}
@media (max-width: 991px){
td.call_table-r-explanation {
    padding: 10px 0px 50px 0px;
	display: block;
	width: 100%;
	font-size: 13px;
}
}
@media (max-width: 767px){
td.call_table-r-explanation {
    padding: 10px 0px 30px 0px;
}
}
td.call_table-r-explanation_explanation_mt{
    padding: 0px 50px 10px;
    font-size: 22px;
}
@media (max-width: 1199px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 20px;
}
}
@media (max-width: 991px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 0px;
	display: block;
	width: 100%;
	font-size: 16px;
}
}
@media (max-width: 767px){
td.call_table-r-explanation_explanation_mt{
    padding: 10px 0px 0px 0px;
}
}
span.small-tt {
    font-size: 13px;
    color: #000;
    line-height: 1rem;
}
select {
    border: solid 1px #c3bebe;
}
@media (max-width: 767px){
.day-tab_a {
    margin-bottom: -10px;
}
}
th.explanation_table-l {
    vertical-align: top;
}
@media (max-width: 1199px){
th.explanation_table-l {
    width: 18%;
}
}
@media (max-width: 991px){
th.explanation_table-l {
	display: block;
	width: 100%;
}
}
p.subtitle_t_contact {
    font-size: 18px;
    text-align: center;
    margin: 30px 0px 50px;
    line-height: 2.0rem;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.subtitle_t_contact {
    font-size: 16px;
}
}
@media (max-width: 991px){
p.subtitle_t_contact {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width: 767px){
p.subtitle_t_contact {
    width: 100%;
    font-size: 13px;
    margin: 10px auto 30px;
	line-height: 1.3rem;
    text-align: left;
}
}

td.day-time {
    padding: 40px 20px 20px 0px;
}
@media (max-width: 767px){
td.day-time {
    padding: 0px 20px 0px 20px;
}
}
span.contact-blue_t{
	color: #70abd7;
}
@media (max-width: 767px){
.col-md-4.col-sm-6.col-6.col-p-5 {
    padding-right: 5px;
    padding-left: 5px;
}
}
/*追加*/
img.we_pc.fadein.d-md-block.d-sm-none.d-none {
    margin-top: 50px;
}
img.we_pc.fadein.d-md-none.d-sm-block.d-block {
    margin-top: 30px;
}
.con455_bg {
    background: #e8f9ff;
}
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
    display: block;
    margin: auto;
	width: 1166px;
	height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media (max-width: 1024px){
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
@media (max-width: 767px){
img.con455_size.fadein.d-md-block.d-sm-none.d-none {
	width: 100%;
}
}
@media (max-width: 767px){
img.con455_size.fadein.d-md-none.d-sm-block.d-block {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 60px;
}
}
@media (max-width: 767px){
img.con455_size_sp.fadein.d-md-none.d-sm-block.d-block {
	width: 93%;
	height: auto;
    display: block;
    margin: auto;
    padding-top: 60px;
	padding-bottom: 60px;
}
}
p.title_t_subtitle_a {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:767px){
p.title_t_subtitle {
    text-align:left;
}
}
@media (max-width:425px){
p.title_t_subtitle {
    font-size: 16px;
}
}
img.order_img.d-md-block.d-sm-none.d-none {
    display: block;
    margin: 50px auto 100px;
}
@media (max-width:767px){
img.order_img_sp.d-md-none.d-sm-block.d-block {
    margin-bottom: 50px;
}
}
@media (max-width:480px){
.container-scroll-trigger.main-top-mt.container-sp-w {
    width: 95%;
}
}

